@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Ricarda Allura Local";
  src: url("fonts/Allura-Regular.ttf?v=1") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #161b2f;
  --navy: #0b2d5a;
  --slate: #616f84;
  --sand: #ded8d4;
  --mist: #e6e7e9;
  --paper: #f8f7f5;
  --white: #fff;
  --sans: "Montserrat";
  --script: "Ricarda Allura Local";
  --page: min(1180px, calc(100vw - 48px));
  --shadow: 0 30px 70px rgba(22, 27, 47, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.75; }
img { display: block; width: 100%; }
iframe { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--sans); font-weight: 700; line-height: 1.1; letter-spacing: -.035em; }
h1, h2, h3, p, a, li, summary, button { overflow-wrap: break-word; }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
h2 em { color: var(--slate); font-weight: 700; }
h3 { line-height: 1.35; }
strong { font-weight: 600; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { width: var(--page); margin-inline: auto; padding: 130px 0; }
.eyebrow { margin-bottom: 22px; color: var(--navy); font-size: .71rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
.script { font-family: var(--script); font-weight: 400; letter-spacing: normal; }
.lead { font-size: 1.15rem; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; max-width: 100%; min-height: 56px; padding: 14px 27px; border: 1px solid transparent; border-radius: 8px; font-size: .69rem; font-weight: 700; letter-spacing: .12em; line-height: 1.35; text-align: center; text-decoration: none; text-transform: uppercase; white-space: normal; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 10px; transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 92px; padding: 0 max(36px, calc((100vw - 1320px)/2)); background: var(--mist); box-shadow: 0 10px 35px rgba(22,27,47,.09); transition: height .3s, box-shadow .3s; }
.site-header.scrolled { height: 72px; background: var(--mist); box-shadow: 0 10px 35px rgba(22,27,47,.14); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 180px; height: auto; transition: width .3s; }
.site-header.scrolled .brand-logo { width: 145px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: .67rem; font-weight: 600; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-cta):hover { color: var(--slate); }
.nav-cta { padding: 10px 18px; border: 1px solid #0b2d5a; border-radius: 8px; background: #0b2d5a; color: var(--white); }
.nav-cta:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.menu-button { display: none; width: 42px; padding: 8px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: .25s; }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; padding-top: 92px; background: linear-gradient(90deg, var(--paper) 0 63%, var(--slate) 63%); overflow: hidden; }
.hero-copy { align-self: center; width: min(650px, calc(100% - 64px)); margin-left: max(36px, calc((100vw - 1320px)/2)); padding: 70px 0; }
.hero h1 { margin-bottom: 30px; font-size: clamp(2.25rem, 3.2vw, 3rem); font-weight: 800; }
.hero h1 span { display: block; color: var(--slate); font-size: inherit; letter-spacing: inherit; overflow-wrap: normal; word-break: keep-all; white-space: nowrap; }
.hero-intro { max-width: 620px; font-size: 1.03rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.hero-proof { display: flex; gap: 30px; margin-top: 48px; color: var(--slate); font-size: .65rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero-proof span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 24px 2px 0; border-radius: 50%; background: var(--sand); }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 65px 7vw 40px 3vw; }
.hero-visual img { position: relative; z-index: 2; width: min(440px, 100%); height: 590px; object-fit: cover; object-position: 55% center; box-shadow: var(--shadow); }
.hero-shape { position: absolute; width: 480px; height: 580px; border: 1px solid rgba(255,255,255,.55); transform: translate(35px, -20px); }
.hero-note { position: absolute; z-index: 3; right: 4vw; bottom: 90px; width: 210px; padding: 22px; background: var(--navy); color: white; font-size: .77rem; line-height: 1.55; letter-spacing: .07em; text-transform: uppercase; }
.hero-note .script { display: inline-block; margin-bottom: 4px; font-size: 2.1rem; text-transform: none; }

.section-heading { max-width: 810px; }
.section-heading > p:last-child { max-width: 600px; }
.challenges { width: 100%; padding-inline: max(24px, calc((100vw - 1180px)/2)); padding-bottom: 115px; background: var(--slate); color: white; }
.challenges .section-heading > p { color: var(--mist); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; padding: 55px 30px; background: var(--paper); }
.challenge-card { min-height: 260px; padding: 25px 38px; background: transparent; text-align: center; }
.challenge-card + .challenge-card { border-left: 1px solid var(--slate); }
.challenge-card:nth-child(2) { margin-top: 0; }
.challenge-card .card-number { color: var(--slate); font-family: var(--sans); font-size: 2.4rem; font-weight: 700; }
.challenge-card p.challenge-title { display: block; margin: 0 0 18px; color: var(--ink); font-size: 1.2rem; font-weight: 700; line-height: 1.4; opacity: 1; visibility: visible; }
.challenge-card p { color: var(--slate); font-size: .82rem; line-height: 1.7; }
.insight { display: grid; grid-template-columns: 78px 1fr; gap: 30px; align-items: center; max-width: 980px; margin: 75px auto 0; padding: 36px 44px; background: var(--paper); color: var(--ink); box-shadow: 0 22px 55px rgba(22,27,47,.16); }
.insight p { margin: 0; font-family: var(--sans); font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.55; }
.insight-icon { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: var(--slate); color: white; }
.insight-icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.services { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: var(--mist); box-shadow: 0 0 0 100vmax var(--mist); clip-path: inset(0 -100vmax); }
.services-intro { position: sticky; top: 130px; align-self: start; }
.services-label { margin-bottom: 12px; color: var(--ink); font-family: var(--sans); font-size: .67rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.services-intro h2 { margin-bottom: 35px; letter-spacing: -.025em; }
.services-title-main, .services-title-sub { display: block; }
.services-title-main { color: var(--ink); font-size: clamp(2.25rem, 3.8vw, 3.7rem); font-weight: 800; line-height: 1.08; }
.services-title-sub { max-width: 540px; margin-top: 5px; color: var(--slate); font-size: clamp(1.65rem, 2.7vw, 2.65rem); font-weight: 400; line-height: 1.18; }
.services-intro p:not(.services-label) { max-width: 470px; }
.service-item { display: block; padding: 0 0 50px; border-bottom: 1px solid var(--sand); }
.service-item + .service-item { padding-top: 50px; }
.service-index { font-family: var(--sans); font-size: 1.35rem; color: var(--slate); font-weight: 700; }
.service-kicker { margin-bottom: 14px; color: var(--slate); font-family: var(--sans); font-size: .9rem; font-weight: 600; }
.service-item h3 { margin-bottom: 18px; color: var(--navy); font-size: clamp(1.3rem, 2.2vw, 2rem); }
.service-item p:last-child { margin-bottom: 0; font-size: .9rem; }
.service-details summary { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--slate); color: var(--ink); font: 700 .7rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; list-style: none; }
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary::after { content: "+"; font-size: 1rem; font-weight: 400; }
.service-details[open] summary::after { content: "−"; }
.service-details p { margin: 0; padding-top: 24px; }

.statement { padding: 115px 24px; background: var(--sand); text-align: center; }
.statement .script { margin-bottom: 5px; color: var(--navy); font-size: 3.2rem; }
.statement p:last-child { margin-bottom: 0; font-family: var(--sans); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.25; }

.process { background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.process-heading { margin: 0 auto 75px; text-align: center; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: start; }
.process-image { position: sticky; top: 120px; order: 1; }
.process-steps { order: 2; }
.process-image img { height: 670px; object-fit: cover; object-position: 50% 42%; }
.image-caption { display: block; margin-top: 12px; color: var(--slate); font-size: .65rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { padding: 0 0 34px 28px; border-left: 2px solid var(--slate); }
.process-steps li > span { display: grid; place-items: center; width: 42px; height: 42px; margin-left: -21px; background: var(--slate); border: 1px solid var(--slate); border-radius: 50%; color: white; font-family: var(--sans); font-size: .72rem; font-weight: 700; }
.process-steps h3 { margin-bottom: 8px; font-size: 1.08rem; }
.process-steps p { margin-bottom: 0; color: var(--slate); font-size: .86rem; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: linear-gradient(90deg, var(--sand) 0 62%, var(--slate) 62%); box-shadow: 0 0 0 100vmax var(--sand); clip-path: inset(0 -100vmax); }
.about-collage { position: relative; order: 2; min-height: 650px; }
.about-copy { order: 1; }
.portrait-frame { width: 100%; }
.portrait-frame img { height: 550px; object-fit: cover; object-position: 50% top; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy p:not(.eyebrow, .signature) { max-width: 560px; }
.signature { margin: 28px 0 0; color: var(--navy); font-size: 2.6rem; }

.values { background: var(--paper); }
.values-inner { display: grid; gap: clamp(110px, 13vw, 180px); }
.values-feature { position: relative; min-height: 610px; }
.values-image { width: min(68%, 790px); height: 560px; overflow: hidden; box-shadow: var(--shadow); }
.values-image img { height: 100%; object-fit: cover; }
.values-feature-left .values-image { margin-right: auto; }
.values-feature-right .values-image { margin-left: auto; }
.values-card { position: absolute; z-index: 1; top: 50%; width: min(58%, 680px); padding: clamp(38px, 5vw, 68px); box-shadow: 0 24px 60px rgba(22,27,47,.16); transform: translateY(-50%); }
.values-feature-left .values-card { right: 0; }
.values-feature-right .values-card { left: 0; }
.values-card-light { background: var(--white); color: var(--ink); }
.values-card-dark { background: var(--ink); color: white; }
.values-copy h2 { margin-bottom: 32px; font-size: clamp(2rem, 3.2vw, 3.35rem); line-height: 1.12; }
.values-copy h2 em { color: var(--sand); }
.values-copy p { max-width: 620px; margin-bottom: 24px; color: inherit; font-size: .94rem; line-height: 1.8; }
.values-card-light h2 { color: var(--navy); }
.values-card-light p { color: var(--slate); }
.values-card-dark h2 { color: var(--sand); }
.values-card .button { margin-top: 14px; }
.values-action { display: flex; justify-content: center; margin-top: calc(clamp(110px, 13vw, 180px) * -0.45); }
.values-action .button { background: #0b2d5a; color: var(--white); }
.values-action .button:hover { background: var(--ink); }
.value-cards article { padding: 35px 0; border-top: 1px solid rgba(255,255,255,.22); }
.value-cards h3 { display: inline-block; min-width: 150px; color: var(--sand); font-family: var(--sans); font-size: 2rem; font-weight: 700; }
.value-cards p { display: inline-block; max-width: 390px; margin: 0; color: var(--mist); font-size: .88rem; vertical-align: top; }

.personal { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; background: var(--mist); box-shadow: 0 0 0 100vmax var(--mist); clip-path: inset(0 -100vmax); }
.personal-copy > p.script { margin-bottom: 0; color: var(--navy); font-family: "Ricarda Allura Local"; font-size: 3.3rem; font-style: normal; font-weight: 400; }
.personal-copy h2 { font-size: clamp(2.8rem, 4.4vw, 4.5rem); }
.personal-copy p:not(.script) { max-width: 500px; }
.personal-image { position: relative; padding: 30px 30px 0 0; }
.personal-image::before { content: ""; position: absolute; inset: 0 0 30px 30px; border: 1px solid var(--sand); }
.personal-image img { position: relative; height: 620px; object-fit: cover; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; grid-template-areas: "intro accordion" "certificate accordion"; column-gap: 9vw; row-gap: 45px; align-items: start; background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); }
.faq-intro { grid-area: intro; position: sticky; top: 120px; align-self: start; }
.accordion { grid-area: accordion; }
.faq-intro h2 { margin-bottom: 25px; }
.certificate { grid-area: certificate; display: flex; gap: 22px; align-items: center; margin-top: 0; padding: 24px; background: white; box-shadow: 0 15px 40px rgba(22,27,47,.06); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.certificate:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(22,27,47,.12); }
.certificate-logo { flex: 0 0 110px; width: 110px; height: 110px; }
.certificate-mark { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: white; font-size: 1.4rem; font-weight: 700; }
.certificate strong { display: block; font-size: .78rem; }
.certificate p { margin: 3px 0 0; color: var(--slate); font-size: .7rem; line-height: 1.5; }
.faq-item { border-top: 1px solid var(--sand); }
.faq-item:last-child { border-bottom: 1px solid var(--sand); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 28px 0; border: 0; background: none; color: var(--ink); font: 500 1rem/1.4 var(--sans); text-align: left; cursor: pointer; }
.faq-item i { position: relative; flex: 0 0 22px; width: 22px; height: 22px; margin-left: 20px; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; top: 10px; left: 2px; width: 18px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--slate); font-size: .9rem; }
.faq-item button[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }
.faq-item button[aria-expanded="true"] + .faq-answer p { padding-bottom: 28px; }

.contact { padding: 130px 24px; background: var(--slate); color: white; text-align: center; }
.contact-inner { max-width: 900px; margin: auto; }
.contact h2 { max-width: 800px; margin: 0 auto 24px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.25; }
.contact p { max-width: 680px; margin: 0 auto 35px; color: var(--mist); font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.calendly-container { margin-top: 50px; padding: 18px; background: white; box-shadow: 0 24px 65px rgba(22,27,47,.22); scroll-margin-top: 90px; }
.calendly-inline-widget { width: 100%; }
.calendly-inline-widget iframe { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 45px; align-items: center; padding: 55px max(36px, calc((100vw - 1320px)/2)); background: var(--ink); color: white; }
.footer-brand { justify-content: flex-start; }
.footer-brand .brand-logo { filter: brightness(0) invert(1); }
.site-footer > p, .site-footer nav { margin: 0; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a { text-decoration: none; }
.copyright { color: var(--slate); }

.legal-page { background: var(--mist); }
.legal-header { justify-content: flex-start; }
.legal-main { padding: 150px 24px 110px; }
.legal-content { width: min(920px, 100%); margin: 0 auto; padding: clamp(38px, 7vw, 82px); background: var(--white); box-shadow: var(--shadow); }
.legal-content h1 { margin-bottom: 52px; color: var(--navy); font-size: clamp(2.6rem, 6vw, 4.9rem); overflow-wrap: anywhere; }
.legal-content h2 { margin: 72px 0 25px; padding-top: 38px; border-top: 1px solid var(--sand); color: var(--navy); font-size: clamp(1.65rem, 3.5vw, 2.55rem); letter-spacing: -.025em; }
.legal-content h3 { margin: 42px 0 16px; color: var(--slate); font-size: clamp(1.22rem, 2.3vw, 1.55rem); }
.legal-content h4 { margin: 30px 0 12px; color: var(--ink); font-size: 1rem; }
.legal-content p, .legal-content li { font-size: .95rem; line-height: 1.85; }
.legal-content ul { margin: 0 0 26px; padding-left: 22px; }
.legal-content a { color: var(--navy); font-weight: 500; overflow-wrap: anywhere; text-underline-offset: 3px; }
.legal-source { margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--sand); }
.legal-footer { grid-template-columns: 1fr auto; }
.legal-footer .footer-brand { text-decoration: none; }

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

@media (max-width: 980px) {
  .site-header { padding-inline: 24px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 26px; max-height: 100dvh; padding: 100px 24px 35px; overflow-y: auto; background: var(--mist); opacity: 0; visibility: hidden; transition: .3s; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: .9rem; }
  .hero { grid-template-columns: 1fr; background: var(--paper); }
  .hero-copy { width: var(--page); margin: 0 auto; padding: 130px 0 60px; }
  .hero-visual { min-height: 680px; background: var(--slate); }
  .hero-note { right: 10vw; }
  .services, .about, .personal, .faq { grid-template-columns: 1fr; }
  .values-inner { max-width: 820px; gap: 90px; }
  .values-feature { min-height: 0; padding-bottom: 0; }
  .values-image { width: 88%; height: 460px; }
  .values-card { position: relative; top: auto; width: 88%; margin-top: -90px; transform: none; }
  .values-feature-left .values-card { right: auto; margin-left: auto; }
  .values-feature-right .values-card { left: auto; margin-right: auto; }
  .values-action { margin-top: -36px; }
  .process-layout { grid-template-columns: .85fr 1.15fr; gap: 5vw; }
  .services-intro, .process-image, .faq-intro { position: static; }
  .services { gap: 75px; }
  .process-image img { height: 520px; }
  .about { gap: 70px; background: var(--sand); }
  .about-collage { width: 100%; max-width: 650px; background: var(--slate); box-shadow: 0 0 0 100vmax var(--slate); clip-path: inset(0 -100vmax); }
  .personal-image { order: -1; }
  .faq { grid-template-areas: "intro" "accordion" "certificate"; gap: 60px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --page: calc(100vw - 36px); }
  body { font-size: 15px; }
  .site-header { height: 82px; padding-inline: 18px; }
  .site-header.scrolled { height: 68px; }
  .section { padding: 90px 0; }
  .process-layout { grid-template-columns: 1fr; }
  .services-title-main { font-size: 2.35rem; }
  .services-title-sub { font-size: 1.7rem; }
  .brand-logo { width: 145px; }
  .site-header.scrolled .brand-logo { width: 130px; }
  .main-nav { gap: 20px; padding-inline: 18px; }
  .main-nav a { font-size: .82rem; text-align: center; }
  .main-nav .nav-cta { width: min(100%, 330px); padding: 13px 18px; line-height: 1.35; }
  .hero { min-height: auto; }
  .hero-copy { padding: 105px 0 50px; }
  .hero h1 { font-size: clamp(2.25rem, 9vw, 3.2rem); overflow-wrap: break-word; }
  .hero h1 span { display: block; font-size: clamp(1.08rem, 5.7vw, 2.2rem); letter-spacing: -.045em; white-space: nowrap; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-proof { flex-wrap: wrap; gap: 8px 20px; }
  .hero-proof span + span::before { display: none; }
  .hero-visual { min-height: 560px; padding: 40px 28px 75px; }
  .hero-visual img { height: 470px; }
  .hero-shape { width: 82%; height: 460px; transform: translate(16px,-15px); }
  .hero-note { right: 18px; bottom: 30px; width: 180px; }
  .challenge-grid { grid-template-columns: 1fr; margin-top: 45px; padding: 20px 28px; }
  .challenge-card { min-height: auto; padding: 38px 8px; }
  .challenge-card + .challenge-card { border-top: 1px solid var(--slate); border-left: 0; }
  .insight { grid-template-columns: 1fr; justify-items: center; gap: 22px; margin-top: 50px; padding: 32px 25px; text-align: center; }
  .insight p { font-size: 1.18rem; }
  .statement { padding: 90px 18px; }
  .process-heading { margin-bottom: 55px; text-align: left; }
  .process-heading h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .process-image img { height: 420px; }
  .process-steps li { padding-left: 20px; }
  .process-steps h3 { font-size: 1rem; overflow-wrap: anywhere; }
  .about-collage { min-height: 480px; }
  .portrait-frame img { height: 410px; }
  .value-cards h3, .value-cards p { display: block; }
  .personal-image { padding: 15px 15px 0 0; }
  .personal-image::before { inset: 0 0 15px 15px; }
  .personal-image img { height: 470px; }
  .contact { padding: 95px 18px; }
  .values-inner { gap: 70px; }
  .values-image { width: 100%; height: 330px; }
  .values-card { width: calc(100% - 20px); margin-top: -36px; padding: 34px 26px; }
  .values-feature-left .values-card, .values-feature-right .values-card { margin-right: 0; margin-left: auto; }
  .values-copy h2 { font-size: 2rem; }
  .values-action { margin-top: -30px; }
  .values-action .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; row-gap: 12px; }
  .certificate { align-items: flex-start; gap: 18px; padding: 20px; }
  .certificate-logo { flex-basis: 82px; width: 82px; height: 82px; }
  .faq-item button { gap: 12px; padding: 23px 0; font-size: .94rem; }
  .faq-item i { margin-left: 4px; }
  .contact h2 { font-size: clamp(1.65rem, 8vw, 2.2rem); }
  .contact p { font-size: 1rem; }
  .calendly-container { margin-top: 35px; padding: 8px; }
  .calendly-inline-widget { min-width: 0 !important; }
  .legal-main { padding: 115px 12px 70px; }
  .legal-content { padding: 34px 22px; }
  .legal-content h1 { margin-bottom: 38px; font-size: 2.25rem; }
  .legal-content h2 { margin-top: 54px; padding-top: 30px; }
  .legal-content p, .legal-content li { font-size: .9rem; }
  .legal-footer nav { flex-wrap: wrap; }
}

@media (max-width: 430px) {
  :root { --page: calc(100vw - 28px); }
  h2 { font-size: clamp(2rem, 11vw, 2.7rem); }
  .section { padding: 74px 0; }
  .button { min-height: 52px; padding: 13px 18px; font-size: .64rem; letter-spacing: .09em; }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 2.65rem); line-height: 1.08; }
  .hero-intro { font-size: .95rem; }
  .hero-proof { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; padding: 28px 14px 65px; }
  .hero-visual img { height: 400px; }
  .hero-shape { height: 390px; }
  .hero-note { right: 10px; bottom: 20px; width: 160px; padding: 17px; font-size: .68rem; }
  .challenges { padding-inline: 14px; }
  .challenge-grid { padding-inline: 18px; }
  .insight { padding: 28px 18px; }
  .services-title-main { font-size: 2rem; }
  .services-title-sub { font-size: 1.45rem; }
  .service-item h3 { font-size: 1.22rem; overflow-wrap: anywhere; }
  .statement .script, .personal-copy .script { font-size: 2.65rem; line-height: 1.12; }
  .process-image img { height: 350px; }
  .about { gap: 45px; }
  .about-collage { min-height: 390px; }
  .portrait-frame img { height: 380px; }
  .values-inner { gap: 58px; }
  .values-image { height: 270px; }
  .values-card { width: calc(100% - 12px); margin-top: -24px; padding: 28px 20px; }
  .values-copy h2 { margin-bottom: 24px; font-size: 1.75rem; }
  .values-copy p { margin-bottom: 19px; font-size: .89rem; }
  .values-action { margin-top: -18px; }
  .personal-image img { height: 390px; }
  .certificate { flex-direction: column; align-items: center; text-align: center; }
  .certificate-logo { flex-basis: auto; }
  .contact { padding: 78px 10px; }
  .calendly-container { padding: 4px; }
  .site-footer { padding-inline: 18px; }
  .site-footer nav { flex-direction: column; gap: 10px; }
  .legal-main { padding-inline: 8px; }
  .legal-content { padding: 30px 18px; }
  .legal-content h1 { font-size: 2rem; }
  .legal-content h2 { font-size: 1.45rem; overflow-wrap: anywhere; }
}

@media (max-width: 350px) {
  :root { --page: calc(100vw - 20px); }
  .brand-logo { width: 132px; }
  .site-header.scrolled .brand-logo { width: 120px; }
  .hero h1 { font-size: 1.9rem; }
  .hero h1 span { font-size: 1.08rem; }
  .button { padding-inline: 12px; font-size: .6rem; letter-spacing: .07em; }
  .calendly-container { margin-inline: -2px; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
