:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-solid: #ffffff;
  --text: #0f1f1a;
  --muted: #556a69;
  --primary: #00484a;
  --primary-strong: #003436;
  --primary-soft: #dbecec;
  --accent: #4e8586;
  --accent-soft: #edf6f6;
  --border: rgba(0, 72, 74, 0.12);
  --shadow: 0 18px 48px rgba(0, 72, 74, 0.07);
  --shadow-soft: 0 10px 28px rgba(0, 72, 74, 0.05);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(0, 72, 74, 0.08), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(0, 72, 74, 0.05), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
  position: relative;
}

.section-muted {
  background: linear-gradient(180deg, #ffffff, #f6fbfb);
}

.hero-photo {
  overflow: hidden;
  background-image:
    linear-gradient(135deg, rgba(0, 57, 58, 0.82), rgba(0, 72, 74, 0.28)),
    var(--hero-photo-image);
  background-size: cover;
  background-position: center;
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.72));
  pointer-events: none;
}

.hero-photo > .container {
  position: relative;
  z-index: 1;
}

.hero-photo-growth {
  --hero-photo-image: url('growth-plants.webp');
}

.hero-photo-planet {
  --hero-photo-image: url('planet-leaf.webp');
}

.hero-photo-energy {
  --hero-photo-image: url('sustainable-energy.webp');
}

.hero-photo-tech {
  --hero-photo-image: url('green-tech.webp');
}

.section-gridlight {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fcfc 100%);
}

.section-gridlight::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(0, 72, 74, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 72, 74, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 85%);
}

.section-gridlight > .container,
.section-mist > .container,
.section-accent-block > .container,
.section-deep > .container,
.section-contact-focus > .container {
  position: relative;
  z-index: 1;
}

.section-mist {
  background:
    radial-gradient(circle at top right, rgba(78, 133, 134, 0.12), transparent 24%),
    linear-gradient(180deg, #f2f8f8 0%, #fcffff 100%);
}

.section-accent-block {
  background:
    linear-gradient(135deg, rgba(0, 72, 74, 0.07), rgba(219, 236, 236, 0.82));
}

.section-contact-focus {
  background:
    linear-gradient(180deg, #edf6f6 0%, #ffffff 100%);
}

.section-contact-focus .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 251, 251, 0.97));
}

.section-deep {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, #00373a 0%, #0d5c5e 100%);
}

.section-deep::before {
  content: '';
  position: absolute;
  inset: auto -8% -4rem auto;
  width: 20rem;
  height: 20rem;
  border-radius: 36px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  transform: rotate(10deg);
  pointer-events: none;
}

.section-deep h2,
.section-deep h3,
.section-deep p,
.section-deep li,
.section-deep strong,
.section-deep blockquote,
.section-deep cite {
  color: #eef7f5;
}

.section-deep .section-label,
.section-deep .eyebrow,
.section-deep .panel-kicker,
.section-deep .team-role,
.section-deep .text-link {
  color: #b9dfde;
}

.section-deep .section-label::before,
.section-deep .eyebrow::before,
.section-deep .panel-kicker::before {
  background: currentColor;
}

.section-deep .page-card,
.section-deep .quote-card,
.section-deep .card,
.section-deep .mini-card,
.section-deep .feature-list,
.section-deep .logo-placeholder {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.section-deep .logo-placeholder {
  color: rgba(255, 255, 255, 0.84);
  border-style: dashed;
}

.section-deep .button-primary {
  background: #ffffff;
  color: var(--primary);
}

.section-deep .button-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.section-deep .button:hover,
.section-deep .button:focus-visible {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.section-home-cta .closing-cta-copy {
  max-width: 38rem;
}

.section-home-cta .feature-list {
  padding: 1.5rem;
}

.section-home-cta .feature-list ul {
  display: grid;
  gap: 0.8rem;
}

.section-accent-block .service-card,
.section-accent-block .mini-card,
.section-accent-block .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 244, 0.92));
}

.section-gridlight .mini-card,
.section-gridlight .service-card {
  background: rgba(255, 255, 255, 0.84);
}

.section-mist .mini-card,
.section-mist .service-card,
.section-mist .quote-card {
  background: rgba(255, 255, 255, 0.9);
}

.section-label,
.eyebrow,
.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
}

.section-label::before,
.eyebrow::before,
.panel-kicker::before {
  content: '';
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

h1,
h2,
h3,
.brand strong {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.85rem, 2.6vw, 2.75rem);
  margin: 0.25rem 0 1rem;
  max-width: none;
  text-wrap: balance;
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.95rem);
  margin: 0.4rem 0 1rem;
  max-width: none;
  text-wrap: balance;
  line-height: 1.1;
}

h3 {
  font-size: clamp(1.15rem, 1.3vw, 1.45rem);
  margin: 0 0 0.75rem;
}

.page-card h1 {
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  max-width: 32ch;
  line-height: 1.06;
}

.service-card h2,
.mini-card h2 {
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.lead {
  font-size: 1.02rem;
  max-width: 60ch;
  color: #294443;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--surface-solid);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(0, 72, 74, 0.08);
}

.nav-shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--primary);
  border: 1px solid rgba(0, 72, 74, 0.08);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  flex-shrink: 0;
  padding: 0.28rem;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand .brand-mark img {
  width: 100%;
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1rem;
  color: var(--primary-strong);
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.1;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
}

body.menu-open {
  overflow: hidden;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.58rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary);
  transform: translateY(-1px);
  background: rgba(0, 72, 74, 0.06);
}

.site-nav a[aria-current="page"] {
  color: var(--muted);
  background: transparent;
}

.nav-auth {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.nav-auth.nav-auth-pending {
  opacity: 0;
  pointer-events: none;
}

.nav-auth.is-ready {
  opacity: 1;
  pointer-events: auto;
}

.nav-auth a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 72, 74, 0.14);
  background: rgba(255, 255, 255, 0.96);
  color: var(--primary);
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nav-auth a:hover,
.nav-auth a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 72, 74, 0.12);
  background: rgba(240, 248, 248, 0.98);
}

.nav-auth a.nav-link-highlight {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0d6a6d);
  border-color: transparent;
}

.nav-auth a.nav-link-highlight:hover,
.nav-auth a.nav-link-highlight:focus-visible {
  background: linear-gradient(135deg, var(--primary-strong), #0b5a5c);
  color: #fff;
}

.site-nav a.nav-link-highlight:hover,
.site-nav a.nav-link-highlight:focus-visible {
  background: rgba(0, 72, 74, 0.12);
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface-solid);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle-lines {
  position: relative;
  width: 1.1rem;
  height: 2px;
  background: var(--primary);
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background: var(--primary);
}

.nav-toggle-lines::before { top: -0.38rem; }
.nav-toggle-lines::after { top: 0.38rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 72, 74, 0.14);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0d6a6d);
}

.button-secondary {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 72, 74, 0.14);
}

.button-small {
  min-height: 40px;
  padding-inline: 0.95rem;
}

.button-full {
  width: 100%;
}

.hero {
  padding-top: 44px;
  overflow: hidden;
}

.page-hero {
  padding: 44px 0 20px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

.reports-page .page-hero-grid,
.services-page .page-hero-grid,
.sap-page .page-hero-grid,
.certifications-page .page-hero-grid,
.auth-page .page-hero-grid,
.about-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.78fr);
}

.page-card,
.quote-card {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.page-hero .page-card {
  text-align: center;
  justify-items: center;
}

.page-hero .section-label,
.page-hero .hero-actions {
  justify-content: center;
}

.page-hero .page-lead {
  max-width: 72ch;
}

.sap-page .page-card,
.reports-page .page-card,
.services-page .page-card,
.certifications-page .page-card,
.about-page .page-card {
  position: relative;
  overflow: hidden;
}

.services-page .page-hero .page-card,
.sap-page .page-hero .page-card,
.certifications-page .page-hero .page-card,
.reports-page .page-hero .page-card,
.auth-page .page-hero .page-card,
.about-page .page-hero .page-card {
  text-align: left;
  justify-items: start;
}

.services-page .page-hero .hero-actions,
.sap-page .page-hero .hero-actions,
.certifications-page .page-hero .hero-actions,
.reports-page .page-hero .hero-actions,
.auth-page .page-hero .hero-actions,
.about-page .page-hero .hero-actions,
.services-page .page-hero .section-label,
.sap-page .page-hero .section-label,
.certifications-page .page-hero .section-label,
.reports-page .page-hero .section-label,
.auth-page .page-hero .section-label,
.about-page .page-hero .section-label {
  justify-content: flex-start;
}

.services-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 248, 0.96));
}

.services-page .quote-card {
  background: linear-gradient(160deg, var(--primary), #0d5f61);
  border-color: rgba(0, 72, 74, 0.18);
}

.services-page .quote-card blockquote,
.services-page .quote-card cite,
.services-page .quote-card p {
  color: #f2fbf9;
}

.services-page .section-mist .service-card:nth-child(1),
.services-page .section-mist .service-card:nth-child(4) {
  transform: translateY(-8px);
}

.services-page .section-mist .service-card:nth-child(2),
.services-page .section-mist .service-card:nth-child(3) {
  background: rgba(232, 244, 244, 0.96);
}

.sap-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(233, 244, 244, 0.98));
}

.sap-page .page-hero .page-card::after {
  content: '';
  position: absolute;
  inset: auto 1.5rem 1.3rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 22px;
  background-image: linear-gradient(rgba(0, 72, 74, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 72, 74, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.8;
}

.sap-page .quote-card {
  background: rgba(231, 244, 244, 0.92);
  border-left: 4px solid var(--accent);
}

.sap-page .section-accent-block .mini-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(221, 238, 238, 0.9));
}

.certifications-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 242, 0.97));
}

.certifications-page .quote-card {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(245, 238, 220, 0.92));
  border-color: rgba(131, 111, 52, 0.18);
}

.certifications-page .quote-card cite {
  color: #7c6840;
}

.certifications-page .section-gridlight .service-card {
  border-top: 4px solid rgba(0, 72, 74, 0.28);
}

.certifications-page .section-accent-block .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 232, 0.94));
}

.reports-page .page-hero {
  padding-top: 52px;
}

.reports-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.72fr);
  align-items: end;
}

.reports-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 251, 0.96));
}

.reports-page .quote-card {
  background: linear-gradient(135deg, #083b3d, #0f595c);
  transform: translateY(26px);
}

.reports-page .quote-card blockquote,
.reports-page .quote-card cite,
.reports-page .quote-card p {
  color: #eff9f7;
}

.reports-page .section-mist .service-card {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
}

.reports-page .section-gridlight .mini-card:nth-child(2) {
  transform: translateY(-10px);
}

.about-page .page-hero .page-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 248, 0.96));
}

.about-page .quote-card {
  background: linear-gradient(180deg, rgba(233, 244, 244, 0.95), rgba(255, 255, 255, 0.96));
}

.about-page .page-hero .section-logo-band,
.services-page .page-hero .section-logo-band {
  display: flex;
  align-self: flex-start;
  margin-bottom: 1rem;
}

.about-page .page-hero .section-label,
.services-page .page-hero .section-label,
.about-page .page-hero h1,
.services-page .page-hero h1,
.about-page .page-hero .page-lead,
.services-page .page-hero .page-lead {
  width: 100%;
}

.about-page .section-gridlight .mini-card,
.about-page .section-mist .team-card {
  background: rgba(255, 255, 255, 0.88);
}

.hero-brand-banner {
  margin-bottom: 1.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
  box-shadow: 0 20px 44px rgba(0, 72, 74, 0.12);
}

.hero-brand-banner img {
  width: min(100%, 520px);
  height: auto;
  display: block;
}

.page-lead {
  font-size: 1rem;
  max-width: 64ch;
  color: #244038;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.stat-strip article,
.mini-card {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 61, 53, 0.08);
}

.stat-strip strong {
  display: block;
  font-size: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  color: var(--primary-strong);
}

.content-grid,
.split-cards {
  display: grid;
  gap: 1.2rem;
}

.content-grid.two,
.split-cards.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-grid.three,
.split-cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.mini-card p {
  margin-bottom: 0;
}

.detail-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.detail-list li {
  padding-left: 1.1rem;
  position: relative;
  color: var(--muted);
}

.detail-list li::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.quote-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  max-width: 760px;
}

.quote-card blockquote {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  line-height: 1;
  color: var(--primary-strong);
}

.quote-card cite {
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}

.page-footer-cta {
  margin-top: 1.2rem;
}

.hero-grid,
.intro-grid,
.about-grid,
.split-grid,
.cta-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2.5rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: 0.4rem;
}

.hero-copy h1,
.page-card h1 {
  max-width: 100%;
}

.section-heading h2,
.panel-card h2,
.reveal h2,
.about-copy h2,
.feature-list h3,
.service-card h3,
.team-card h3,
.mini-card h3 {
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.6rem 0 1.2rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-points li {
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 72, 74, 0.09);
  color: #27443d;
  font-weight: 600;
  font-size: 0.9rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.9;
}

.orb-1 {
  width: 18rem;
  height: 18rem;
  top: -8rem;
  right: -4rem;
  background: radial-gradient(circle, rgba(0, 72, 74, 0.18), rgba(0, 72, 74, 0));
}

.orb-2 {
  width: 12rem;
  height: 12rem;
  bottom: 2rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(0, 72, 74, 0.1), rgba(0, 72, 74, 0));
}

.pattern {
  position: absolute;
  inset: auto 8% 14% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 38px;
  border: 1px solid rgba(0, 72, 74, 0.08);
  background-image: linear-gradient(rgba(0, 72, 74, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 72, 74, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: rotate(11deg);
}

.hero-panel,
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  border-radius: var(--radius-xl);
  padding: 1rem;
}

.panel-card {
  border-radius: 24px;
  padding: 1.1rem;
  background: linear-gradient(160deg, var(--primary), #0d6264);
  color: #fff;
  box-shadow: 0 20px 34px rgba(0, 72, 74, 0.16);
}

.panel-card p,
.panel-card h2 {
  color: #f4fbf8;
}

.panel-card h2 {
  max-width: 14ch;
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.panel-grid article,
.pillar-card,
.service-card,
.team-card,
.feature-list,
.contact-form,
.logo-placeholder {
  border-radius: var(--radius-lg);
}

.panel-grid article {
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 72, 74, 0.08);
}

.panel-grid span,
.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
}

.panel-grid h3,
.team-card h3 {
  margin-top: 0.8rem;
}

.intro-band {
  padding: 34px 0 8px;
}

.intro-grid {
  grid-template-columns: 1.1fr 0.9fr;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(0, 72, 74, 0.1);
  border-bottom: 1px solid rgba(0, 72, 74, 0.1);
}

.section-heading {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1.4rem;
}

.pillar-grid,
.service-grid,
.logo-grid {
  display: grid;
  gap: 1rem;
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.logo-placeholder {
  background: rgba(255, 255, 255, 0.92);
}

.pillar-card,
.service-card,
.team-card,
.feature-list,
.contact-form {
  padding: 1.2rem;
  border: 1px solid rgba(0, 72, 74, 0.1);
}

.pillar-card p,
.service-card p,
.feature-list p,
.team-card p {
  margin-bottom: 0;
}

.service-card ul,
.feature-list ul,
.footer-grid ul,
.hero-points {
  margin: 0;
}

.service-card ul,
.feature-list ul,
.footer-grid ul {
  padding-left: 1.2rem;
  color: var(--muted);
}

.service-card li + li,
.feature-list li + li,
.footer-grid li + li {
  margin-top: 0.45rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  font-weight: 700;
  color: var(--primary);
  font-size: 0.93rem;
}

.about-grid {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.4rem;
}

.about-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.about-point {
  padding: 1.15rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 72, 74, 0.08);
}

.about-point h3 {
  margin-bottom: 0.4rem;
}

.team-stack {
  display: grid;
  gap: 1rem;
}

.team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.team-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(145deg, var(--primary), #0d686b);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-role {
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.team-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  color: #0a66c2;
  background: rgba(10, 102, 194, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.team-social-link:hover,
.team-social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(10, 102, 194, 0.14);
}

.team-social-link svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.split-grid {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.reverse-grid > :first-child {
  order: 2;
}

.reverse-grid > :last-child {
  order: 1;
}

.feature-list h3 {
  margin-bottom: 1rem;
}

.feature-list ul {
  display: grid;
  gap: 0.7rem;
}

.feature-list li::marker,
.service-card li::marker,
.footer-grid li::marker {
  color: var(--accent);
}

.logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-logo-wide {
  display: inline-flex;
  max-width: 260px;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
}

.footer-logo-wide img {
  width: 100%;
  height: auto;
  display: block;
}

.section-logo-band {
  display: inline-flex;
  max-width: 360px;
  margin-bottom: 1.2rem;
  padding: 0.45rem;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary), #0c6163);
  box-shadow: 0 18px 36px rgba(0, 72, 74, 0.12);
}

.section-logo-band img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-placeholder {
  min-height: 84px;
  border: 1px dashed rgba(0, 72, 74, 0.16);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.section-note {
  max-width: 60ch;
}

.cta-section {
  padding-bottom: 88px;
}

.about-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.4rem;
  align-items: start;
}

.about-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.4rem;
  align-items: start;
}

.about-contact-copy {
  padding-right: 0.2rem;
}

.compact-team .team-card {
  background: rgba(255, 255, 255, 0.82);
}

.about-contact-shell .contact-form {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 72, 74, 0.1);
  background: rgba(255, 255, 255, 0.82);
}

.cta-grid {
  grid-template-columns: 1fr 1fr;
}

.cta-copy {
  max-width: 54ch;
}

.contact-lines {
  display: grid;
  gap: 0.3rem;
  margin: 1.5rem 0 1.8rem;
}

.contact-lines p {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  font-weight: 700;
  color: var(--primary-strong);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 72, 74, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0, 72, 74, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 72, 74, 0.12);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

.form-feedback {
  min-height: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}

.form-feedback.is-success {
  color: #0f3d35;
}

.form-feedback.is-error {
  color: #8a392d;
}

.auth-shell {
  align-items: stretch;
}

.auth-form-card {
  padding: 1.35rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 72, 74, 0.1);
  box-shadow: var(--shadow);
}

.auth-form-card h2,
.auth-support-card h2,
.account-card h2 {
  margin-bottom: 0.75rem;
}

.auth-support-card ul {
  margin-top: 1rem;
}

.auth-feedback {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(138, 57, 45, 0.18);
  background: rgba(255, 246, 244, 0.94);
}

.auth-feedback p {
  margin: 0;
  color: #8a392d;
  font-weight: 600;
}

.auth-feedback p + p {
  margin-top: 0.55rem;
}

.auth-feedback.auth-feedback-success {
  border-color: rgba(15, 95, 74, 0.16);
  background: rgba(240, 250, 247, 0.96);
}

.auth-feedback.auth-feedback-success p {
  color: #1d5f50;
}

.account-data-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.account-data-item {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 72, 74, 0.08);
}

.account-data-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-data-item strong {
  font-size: 1rem;
  color: var(--primary-strong);
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.site-footer {
  padding: 36px 0 48px;
  border-top: 1px solid rgba(0, 72, 74, 0.08);
  background: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1.8rem;
  align-items: start;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-brand .brand-mark {
  width: 3rem;
  height: 3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .hero-grid,
  .page-hero-grid,
  .intro-grid,
  .about-grid,
  .about-contact-grid,
  .about-contact-shell,
  .split-grid,
  .cta-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .reverse-grid > :first-child,
  .reverse-grid > :last-child {
    order: initial;
  }

  .pillar-grid,
  .service-grid,
  .logo-grid,
  .content-grid.two,
  .content-grid.three,
  .split-cards.two,
  .split-cards.three,
  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    min-height: 64px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: 4.5rem;
    width: auto;
    justify-self: stretch;
    align-items: stretch;
    align-content: start;
    display: grid;
    gap: 0.2rem;
    max-height: calc(100svh - 5.25rem);
    overflow: auto;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(0, 72, 74, 0.12);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 120;
  }

  .site-nav a {
    padding: 0.9rem 0.35rem;
    border-radius: 14px;
    background: rgba(0, 72, 74, 0.03);
    text-align: left;
    font-size: 0.96rem;
  }

  .nav-auth {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: flex;
    gap: 0.5rem;
    padding-bottom: 0.2rem;
  }

  .nav-auth a {
    flex: 1 1 0;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .section {
    padding: 46px 0;
  }

  .hero {
    padding-top: 18px;
  }

  .page-hero {
    padding: 18px 0 10px;
  }

  h1,
  h2 {
    text-wrap: pretty;
  }

  h1 {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.28rem, 6vw, 1.7rem);
  }

  p,
  .lead,
  .page-lead {
    font-size: 0.95rem;
  }

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list {
    padding: 1rem;
    border-radius: 18px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-grid,
  .about-contact-shell,
  .content-grid,
  .split-cards {
    gap: 0.85rem;
  }

  .reports-page .page-hero-grid,
  .services-page .page-hero-grid,
  .sap-page .page-hero-grid,
  .certifications-page .page-hero-grid,
  .about-page .page-hero-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .page-hero .page-card {
    text-align: left;
    justify-items: start;
  }

  .quote-card {
    max-width: none;
  }

  .page-hero .hero-actions {
    justify-content: flex-start;
  }

  h1 {
    max-width: 100%;
  }

  .pillar-grid,
  .service-grid,
  .logo-grid,
  .two-col,
  .page-hero-grid,
  .content-grid.two,
  .content-grid.three,
  .split-cards.two,
  .split-cards.three {
    grid-template-columns: 1fr;
  }

  .panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .hero-points {
    display: grid;
    gap: 0.55rem;
  }

  .hero-points li {
    font-size: 0.84rem;
    padding: 0.56rem 0.72rem;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .reports-page .quote-card,
  .services-page .section-mist .service-card:nth-child(1),
  .services-page .section-mist .service-card:nth-child(4),
  .reports-page .section-gridlight .mini-card:nth-child(2) {
    transform: none;
  }

  .sap-page .page-hero .page-card::after {
    display: none;
  }

  .stat-strip article,
  .mini-card {
    padding: 0.9rem;
  }

  .stat-strip strong {
    font-size: 1rem;
  }

  .stat-strip span {
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .hero-actions {
    gap: 0.65rem;
    margin: 0.95rem 0 0.75rem;
  }

  .section-heading {
    margin-bottom: 0.85rem;
  }

  .contact-lines {
    gap: 0.45rem;
    margin: 1rem 0 1.2rem;
  }

  .contact-form {
    gap: 0.85rem;
  }

  input,
  select,
  textarea {
    padding: 0.82rem 0.9rem;
    border-radius: 14px;
  }

  textarea {
    min-height: 120px;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-mark {
    width: 2.85rem;
    height: 2.85rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero-brand-banner img {
    width: min(100%, 320px);
  }

  .page-hero .quote-card blockquote,
  .hero-panel .panel-card h2 {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
  }

  .panel-grid article {
    padding: 0.85rem;
  }

  .logo-grid {
    gap: 0.75rem;
  }

  .logo-placeholder {
    min-height: 68px;
    font-size: 0.8rem;
    padding: 0.7rem;
  }

  .section-logo-band {
    max-width: 280px;
  }

  .site-footer {
    padding: 28px 0 36px;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-logo-wide {
    max-width: 220px;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 0.8rem), var(--container));
  }

  .nav-shell {
    gap: 0.45rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .nav-toggle {
    width: 2.8rem;
    height: 2.8rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .site-nav {
    left: 0.6rem;
    right: 0.6rem;
    top: 4.2rem;
    max-height: calc(100svh - 4.9rem);
    padding: 0.8rem;
  }

  .panel-grid {
    grid-template-columns: 1fr;
  }

  .page-card,
  .quote-card,
  .hero-panel,
  .card,
  .contact-form,
  .panel-card,
  .panel-grid article,
  .mini-card,
  .service-card,
  .feature-list {
    padding: 0.9rem;
    border-radius: 16px;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .stat-strip article {
    padding: 0.8rem;
  }

  .section-heading h2,
  .page-card h1 {
    max-width: 100%;
  }

  .hero-photo {
    background-position: center top;
  }

  .hero-brand-banner {
    padding: 0.45rem;
    border-radius: 18px;
    margin-bottom: 1rem;
  }

  .hero-brand-banner img {
    width: min(100%, 260px);
  }

  .section-logo-band {
    max-width: 230px;
    margin-bottom: 1rem;
  }
}
