:root {
  --mint-50: #f3fffc;
  --mint-100: #dcfbf3;
  --mint-200: #b7f1e4;
  --teal: #10a98f;
  --teal-dark: #087968;
  --teal-ink: #064e45;
  --charcoal: #111918;
  --muted: #607270;
  --line: rgba(6, 78, 69, 0.14);
  --card: rgba(255, 255, 255, 0.84);
  --shadow: 0 22px 60px rgba(6, 78, 69, 0.12);
  --radius: 8px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--charcoal);
  background:
    radial-gradient(circle at 12% 8%, rgba(16, 169, 143, 0.18), transparent 28rem),
    linear-gradient(135deg, #f8fffd 0%, var(--mint-100) 48%, #f6fffb 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img,
picture,
video,
canvas {
  height: auto;
}

body.nav-open {
  overflow: hidden;
}

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

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li + li {
  margin-top: 0.45rem;
}

.container {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
}

.section-pad.compact {
  padding: 72px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 255, 252, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: calc(100% - 28px);
  max-width: 1180px;
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  color: var(--teal-ink);
}

.brand-mark span,
.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #6ee8d0);
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(16, 169, 143, 0.25);
}

.brand-avatar {
  overflow: hidden;
}

.brand-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:not(.nav-cta) {
  color: #233532;
}

.nav-links a:not(.nav-cta):hover {
  color: var(--teal-dark);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  padding: 0 18px;
  color: white;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  box-shadow: 0 12px 28px rgba(8, 121, 104, 0.22);
}

.btn {
  padding: 0 24px;
  max-width: 100%;
  text-align: center;
}

.btn:hover,
.nav-cta:hover,
.feature-card:hover,
.metric-card:hover,
.number-card:hover,
.timeline-card:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
  box-shadow: 0 18px 34px rgba(8, 121, 104, 0.26);
}

.btn-secondary {
  color: var(--teal-ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--teal-ink);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grid,
.split-layout,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 56px;
  align-items: center;
}

.hero-copy,
.section-heading,
.about-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 6.2vw, 6.1rem);
}

h2 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.04rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.hero-subtitle {
  max-width: 680px;
  font-size: 1.13rem;
}

.identity-row {
  margin: 30px 0;
  padding-left: 18px;
  border-left: 3px solid var(--teal);
}

.identity-row strong,
.site-footer strong {
  display: block;
  font-size: 1.15rem;
}

.identity-row span,
.site-footer span {
  color: var(--muted);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  position: relative;
  min-height: 570px;
}

.portrait-card {
  width: min(100%, 430px);
  aspect-ratio: 0.78;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.62), rgba(183, 241, 228, 0.72)),
    radial-gradient(circle at 50% 22%, rgba(16, 169, 143, 0.22), transparent 12rem);
  box-shadow: var(--shadow);
  padding: 20px;
}

.portrait-inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(220,251,243,0.5));
}

.portrait-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.portrait-initials {
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 5.6rem;
  color: white;
  background: linear-gradient(135deg, var(--teal-ink), var(--teal));
  box-shadow: 0 28px 60px rgba(6, 78, 69, 0.22);
}

.portrait-inner p {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: var(--radius);
  background: rgba(246, 255, 252, 0.82);
  backdrop-filter: blur(14px);
  color: var(--teal-ink);
  font-weight: 800;
  text-align: center;
}

.proof-card,
.detail-callout,
.cta-panel {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}

.proof-card {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: min(310px, 72%);
  padding: 22px;
}

.proof-card span {
  color: var(--teal-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-card strong {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}

.section-heading.centered {
  max-width: 860px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading:not(.centered) {
  margin-bottom: 34px;
}

.metrics-grid,
.card-grid,
.number-grid,
.timeline-grid,
.comparison-grid {
  display: grid;
  gap: 18px;
}

.metrics-grid {
  grid-template-columns: repeat(4, 1fr);
}

.metric-card,
.feature-card,
.number-card,
.timeline-card,
.comparison-card,
.mini-card-grid span,
.highlight-list span,
.process-line span,
.logo-grid span {
  min-width: 0;
  border: 1px solid rgba(6, 78, 69, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(6, 78, 69, 0.08);
}

.metric-card {
  min-height: 190px;
  padding: 28px;
}

.metric-card strong {
  display: block;
  margin-bottom: 16px;
  font-family: var(--serif);
  color: var(--teal-ink);
  font-size: 4.3rem;
  line-height: 0.9;
}

.metric-card span {
  color: #243b37;
  font-weight: 800;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover,
.metric-card:hover,
.number-card:hover,
.timeline-card:hover {
  box-shadow: 0 22px 46px rgba(6, 78, 69, 0.14);
}

.feature-card .icon-badge {
  margin-bottom: 22px;
}

.logo-section,
.about-band,
.timeline-section {
  background: rgba(255, 255, 255, 0.35);
  border-block: 1px solid var(--line);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.logo-grid span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: #23413c;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
}

.mini-card-grid,
.highlight-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mini-card-grid span,
.highlight-list span,
.process-line span {
  padding: 18px;
  color: #17332f;
  font-weight: 800;
}

.about-grid {
  align-items: start;
}

.about-copy {
  padding: 34px;
  border-left: 1px solid var(--line);
}

.number-grid {
  grid-template-columns: repeat(4, 1fr);
}

.number-card {
  min-height: 150px;
  padding: 24px;
}

.number-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

blockquote {
  margin: 30px 0 0;
  padding: 24px;
  border-left: 4px solid var(--teal);
  color: var(--teal-ink);
  background: rgba(255, 255, 255, 0.62);
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1.1;
}

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

.comparison-card {
  padding: 30px;
}

.comparison-card h3 {
  font-family: var(--serif);
  font-size: 2.4rem;
}

.before h3 {
  color: #7b4f43;
}

.after h3 {
  color: var(--teal-dark);
}

.visibility-band,
.funnel-section {
  background: linear-gradient(135deg, rgba(6, 78, 69, 0.08), rgba(255, 255, 255, 0.36));
}

.detail-callout {
  margin-top: 22px;
  padding: 30px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  counter-reset: process;
}

.process-line span {
  position: relative;
  padding-left: 54px;
}

.process-line span::before {
  counter-increment: process;
  content: counter(process);
  position: absolute;
  left: 16px;
  top: 18px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--teal);
  font-size: 0.78rem;
}

.timeline-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.timeline-card {
  padding: 28px;
}

.timeline-card > span {
  color: var(--teal-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.funnel-stack {
  display: grid;
  gap: 12px;
}

.funnel-stack span {
  display: block;
  margin-inline: auto;
  padding: 18px 28px;
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, var(--teal-ink), var(--teal));
  font-weight: 800;
  text-align: center;
  box-shadow: 0 16px 34px rgba(6, 78, 69, 0.14);
}

.funnel-stack span:nth-child(1) { width: 100%; }
.funnel-stack span:nth-child(2) { width: 88%; }
.funnel-stack span:nth-child(3) { width: 76%; }
.funnel-stack span:nth-child(4) { width: 64%; }
.funnel-stack span:nth-child(5) { width: 52%; }

.cta-panel {
  padding: 56px;
  text-align: center;
}

.cta-panel h2,
.cta-panel p {
  margin-inline: auto;
}

.cta-panel p {
  max-width: 720px;
}

.site-footer {
  padding: 34px 0;
  color: white;
  background: #082724;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr auto;
  gap: 20px;
  align-items: center;
}

.site-footer p,
.site-footer span {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

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

@media (max-width: 1100px) {
  .container {
    width: calc(100% - 28px);
    max-width: 1160px;
  }

  .section-pad,
  .section-pad.compact {
    padding: 64px 0;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 76px 14px auto;
    display: grid;
    gap: 8px;
    width: calc(100% - 28px);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(248, 255, 253, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: 180ms ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 10px 8px;
  }

  .nav-cta {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nav-links {
    gap: 14px;
    font-size: 0.84rem;
  }

  .hero-grid,
  .split-layout,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 11vw, 3rem);
    overflow-wrap: break-word;
  }

  .eyebrow {
    font-size: 0.72rem;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2.3rem, 11vw, 3.35rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: auto;
  }

  .portrait-card {
    width: 100%;
    margin: 0;
    border-radius: 24px;
  }

  .portrait-initials {
    width: 142px;
    height: 142px;
    font-size: 4.2rem;
  }

  .proof-card {
    position: relative;
    right: 0;
    left: auto;
    width: 100%;
    margin-top: 16px;
    bottom: auto;
  }

  .metrics-grid,
  .card-grid.four,
  .card-grid.three,
  .mini-card-grid,
  .highlight-list,
  .number-grid,
  .process-line,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .logo-grid span {
    min-height: 62px;
    font-size: 1.08rem;
  }

  .about-copy {
    padding: 0;
    border-left: 0;
  }

  .metric-card {
    min-height: auto;
  }

  .metric-card strong {
    font-size: 3.6rem;
  }

  .cta-panel {
    padding: 34px 22px;
  }
}

@media (max-width: 768px) {
  .container,
  .section-pad > .container,
  .section-pad.compact > .container,
  .nav-shell {
    width: calc(100% - 40px);
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-mark {
    max-width: calc(100% - 58px);
    font-size: 0.95rem;
  }

  .brand-mark span,
  .icon-badge {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .nav-links {
    inset: 68px 14px auto;
    max-height: calc(100vh - 84px);
  }

  .section-pad,
  .section-pad.compact {
    padding: 56px 0;
  }

  .hero {
    align-items: flex-start;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: max(56px, calc(44px + env(safe-area-inset-bottom)));
  }

  .hero-grid,
  .split-layout,
  .about-grid {
    gap: 28px;
    align-items: start;
  }

  .hero-grid {
    gap: 20px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: clamp(0.68rem, 1.9vw, 0.74rem);
    line-height: 1.35;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(2.25rem, 7.4vw, 2.625rem);
    line-height: 0.96;
  }

  h2 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(2.125rem, 6.6vw, 2.625rem);
    line-height: 1.02;
  }

  h3 {
    margin-bottom: 8px;
    font-size: clamp(1rem, 2.8vw, 1.08rem);
    line-height: 1.22;
  }

  .hero-subtitle,
  p,
  li {
    font-size: clamp(1rem, 2.55vw, 1.06rem);
    line-height: 1.5;
  }

  .hero-subtitle {
    margin-bottom: 0;
    line-height: 1.44;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
    font-size: 0.95rem;
  }

  .identity-row {
    margin: 16px 0;
    padding-left: 14px;
  }

  .identity-row strong,
  .site-footer strong {
    font-size: 1.05rem;
  }

  .identity-row span,
  .site-footer span {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .hero-visual {
    margin-top: -4px;
  }

  .portrait-card {
    width: 100%;
    aspect-ratio: 1.55;
    margin: 0;
    padding: 14px;
    border-radius: 20px;
  }

  .portrait-photo {
    object-position: center 42%;
  }

  .portrait-inner {
    gap: 10px;
    border-radius: 18px;
  }

  .portrait-initials {
    width: clamp(76px, 16vw, 104px);
    height: clamp(76px, 16vw, 104px);
    font-size: clamp(2.3rem, 6.4vw, 3.1rem);
  }

  .portrait-inner p {
    display: none;
  }

  .proof-card {
    position: relative;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }

  .proof-card span {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .proof-card strong {
    margin-top: 5px;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .metrics-grid,
  .card-grid,
  .number-grid,
  .timeline-grid,
  .comparison-grid,
  .logo-grid,
  .mini-card-grid,
  .highlight-list,
  .process-line {
    gap: 16px;
  }

  .section-heading.centered {
    max-width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }

  .section-heading:not(.centered) {
    margin-bottom: 22px;
  }

  .split-layout > .section-heading,
  .about-grid > .section-heading {
    margin-bottom: 0;
  }

  .proof-card,
  .feature-card,
  .number-card,
  .timeline-card,
  .comparison-card,
  .detail-callout,
  .metric-card,
  .mini-card-grid span,
  .highlight-list span,
  .process-line span {
    padding: 18px;
  }

  .metric-card {
    min-height: auto;
    display: grid;
    align-content: start;
    gap: 8px;
  }

  .metrics-grid,
  .card-grid.four,
  .card-grid.three,
  .mini-card-grid,
  .highlight-list,
  .number-grid,
  .comparison-grid,
  .process-line,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

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

  .metric-card strong {
    margin-bottom: 0;
    font-size: clamp(2.6rem, 9vw, 3.4rem);
    line-height: 0.9;
  }

  .metric-card span {
    font-size: 0.86rem;
    line-height: 1.35;
  }

  .feature-card {
    display: grid;
    gap: 8px;
  }

  .feature-card .icon-badge {
    margin-bottom: 4px;
  }

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

  .logo-grid span {
    min-height: 48px;
    padding: 10px 12px;
    font-family: var(--sans);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    place-items: center start;
    box-shadow: 0 10px 24px rgba(6, 78, 69, 0.06);
  }

  .mini-card-grid span,
  .highlight-list span {
    font-size: 0.94rem;
    line-height: 1.35;
  }

  .number-card {
    min-height: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-block: 14px;
  }

  .number-card span {
    flex: 0 0 auto;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  .number-card h3 {
    margin-bottom: 0;
  }

  .about-copy {
    padding: 0;
    border-left: 0;
  }

  .about-copy p {
    margin-bottom: 14px;
  }

  .process-line span {
    padding: 16px 16px 16px 50px;
  }

  .process-line span::before {
    top: 16px;
  }

  blockquote {
    margin-top: 18px;
    padding: 18px;
    font-size: clamp(1.3rem, 4.8vw, 1.65rem);
  }

  .comparison-card h3 {
    font-size: clamp(1.7rem, 5.6vw, 2.1rem);
  }

  .timeline-card > span {
    font-size: 0.7rem;
  }

  .funnel-stack span {
    width: 100% !important;
    padding: 14px 18px;
  }

  .cta-panel {
    padding: 28px 20px max(28px, calc(20px + env(safe-area-inset-bottom)));
  }

  .footer-grid {
    gap: 14px;
  }

  .site-footer {
    padding-bottom: max(28px, calc(20px + env(safe-area-inset-bottom)));
  }
}

@media (max-width: 480px) {
  .container,
  .section-pad > .container,
  .section-pad.compact > .container {
    width: calc(100% - 40px);
  }

  .nav-shell {
    width: calc(100% - 24px);
  }

  .nav-links {
    inset-inline: 12px;
    width: calc(100% - 24px);
    padding: 14px;
  }

  .brand-mark {
    gap: 8px;
    font-size: 0.9rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .section-pad,
  .section-pad.compact {
    padding: 48px 0;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: max(48px, calc(36px + env(safe-area-inset-bottom)));
  }

  .hero-grid {
    gap: 18px;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2rem, 9.4vw, 2.45rem);
  }

  h2 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.4vw, 2.35rem);
  }

  .hero-subtitle,
  p,
  li {
    font-size: 1rem;
  }

  .hero-subtitle {
    line-height: 1.4;
  }

  .identity-row {
    margin: 12px 0;
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    min-height: 44px;
    font-size: 0.94rem;
  }

  .portrait-card {
    aspect-ratio: 1.5;
    padding: 12px;
    border-radius: 18px;
  }

  .portrait-inner {
    gap: 8px;
  }

  .portrait-initials {
    width: 72px;
    height: 72px;
    font-size: 2.18rem;
  }

  .portrait-inner p {
    display: none;
  }

  .proof-card,
  .feature-card,
  .number-card,
  .timeline-card,
  .comparison-card,
  .detail-callout,
  .metric-card {
    padding: 16px;
  }

  .metric-card strong {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .metric-card span {
    font-size: 0.82rem;
  }

  .logo-grid span {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .about-copy {
    font-size: 1rem;
  }

  .cta-panel {
    padding: 24px 18px max(24px, calc(18px + env(safe-area-inset-bottom)));
  }

  .site-footer {
    padding: 28px 0 max(28px, calc(20px + env(safe-area-inset-bottom)));
  }

  .hero .proof-card {
    padding: 15px 16px;
  }

  .proof-card strong {
    margin-top: 4px;
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
