:root {
    --ink: #171717;
    --ink-soft: #292523;
    --brown: #4a2f21;
    --brown-deep: #2f1d15;
    --copper: #d9a45b;
    --copper-dark: #a8662f;
    --paper: #ffffff;
    --warm: #f7f3ef;
    --warm-2: #efe7df;
    --line: #e6d8cc;
    --muted: #675f5a;
    --success: #286943;
    --error: #9d2e2e;
    --shadow: 0 18px 50px rgba(36, 24, 17, .1);
    --radius: 20px;
    --container: 1180px;
    --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); margin-bottom: 24px; }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 880px); }
.section { padding: clamp(78px, 9vw, 128px) 0; }
.muted-section { background: var(--warm); }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.65; }
.section-label { margin-bottom: 14px; color: var(--copper-dark); font-size: .78rem; line-height: 1.3; letter-spacing: .17em; text-transform: uppercase; font-weight: 800; }
.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading.centred { text-align: center; margin: 0 auto 64px; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--paper); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: var(--header-height); color: var(--paper); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(74,47,33,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.logo img { width: 66px; height: 52px; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.scrolled .logo img { filter: none; }
.logo-wordmark { display: grid; line-height: 1.15; text-transform: uppercase; }
.logo-wordmark strong { letter-spacing: .17em; font-size: .88rem; }
.logo-wordmark small { margin-top: 5px; color: var(--copper); font-size: .49rem; letter-spacing: .12em; font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .91rem; font-weight: 750; }
.main-nav > a:not(.nav-button) { position: relative; padding: 32px 0; }
.main-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--copper); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { right: 0; }
.nav-button { padding: 13px 18px; color: var(--ink); background: var(--copper); border-radius: 7px; box-shadow: 0 8px 24px rgba(217,164,91,.2); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; padding: 12px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.light-secondary .site-header { color: var(--ink); }
.light-secondary .site-header:not(.scrolled) { background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.light-secondary .site-header .logo img { filter: none; }
.light-secondary .site-header .nav-toggle { border-color: var(--line); }

.hero, .page-hero { position: relative; color: var(--paper); background: radial-gradient(circle at 68% 42%, rgba(108,70,43,.28), transparent 35%), linear-gradient(110deg, #131313 15%, #1c1b1a 62%, #352318 100%); overflow: hidden; }
.hero { min-height: 720px; padding: calc(var(--header-height) + 68px) 0 82px; display: grid; place-items: center; border-radius: 0 0 28px 28px; }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, #000 25%, #000 80%, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-content { max-width: 660px; }
.hero h1 { max-width: 650px; }
.hero p, .page-hero p { color: rgba(255,255,255,.78); }
.hero-lead { max-width: 620px; font-size: clamp(1.12rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 7px; font-size: .94rem; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg, .text-link svg, .category-item a svg, .listing-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: var(--ink); background: var(--copper); }
.btn-secondary { color: var(--paper); background: transparent; border-color: rgba(255,255,255,.45); }
.btn-outline { border-color: var(--brown); color: var(--brown); background: transparent; }
.btn-light { color: var(--ink); background: var(--copper); }
.trust-line { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 34px 0 0; list-style: none; font-size: .82rem; color: rgba(255,255,255,.72); }
.trust-line li:not(:last-child)::after { content: "·"; margin-left: 24px; color: var(--copper); }
.systems-visual { width: min(100%, 510px); justify-self: end; }
.systems-visual svg { overflow: visible; }
.system-orbit, .system-link { fill: none; stroke: rgba(217,164,91,.52); stroke-width: 1.2; }
.orbit-two { stroke-dasharray: 8 12; }
.system-node circle { fill: rgba(16,16,16,.78); stroke: var(--copper); stroke-width: 1.6; }
.system-node path, .system-node ellipse { fill: none; stroke: var(--copper); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.system-node.core circle { fill: rgba(74,47,33,.6); stroke-width: 2.2; }
.scroll-cue { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); color: var(--copper); font-size: 2rem; }

.page-hero { padding: calc(var(--header-height) + 80px) 0 100px; }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(3.15rem, 7vw, 6.4rem); }
.page-hero p { max-width: 760px; font-size: 1.25rem; }
.page-hero.compact { padding-bottom: 72px; }
.light-secondary .page-hero {
    color: var(--ink);
    padding: calc(var(--header-height) + 54px) 0 62px;
    border-bottom: 1px solid var(--line);
    background: radial-gradient(circle at 78% 30%, rgba(217,164,91,.18), transparent 32%), linear-gradient(120deg, #fff 0%, var(--warm) 65%, #efe5db 100%);
}
.light-secondary .page-hero::before {
    opacity: .32;
    background-image: linear-gradient(rgba(74,47,33,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(74,47,33,.08) 1px, transparent 1px);
    mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}
.light-secondary .page-hero .container.narrow { width: min(calc(100% - 40px), 1080px); }
.light-secondary .page-hero h1 { max-width: 1000px; font-size: clamp(3.15rem, 6vw, 5.6rem); }
.light-secondary .page-hero p { color: var(--muted); }
.light-secondary .page-hero.compact { padding-bottom: 48px; }
.service-hero .breadcrumb { display: inline-block; margin-bottom: 30px; color: var(--copper); font-size: .84rem; font-weight: 800; }
.availability-note { margin-top: 24px; font-size: .88rem !important; }

.category-strip { padding: 46px 0; background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.category-item { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 18px 34px; border-right: 1px solid var(--line); }
.category-item:first-child { padding-left: 0; }.category-item:last-child { padding-right: 0; border-right: 0; }
.line-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; color: var(--copper); background: var(--brown); border-radius: 50%; }
.line-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.category-item h2 { font-size: 1.15rem; margin: 3px 0 9px; }
.category-item p { font-size: .91rem; margin-bottom: 10px; }
.category-item a, .text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--copper-dark); font-size: .88rem; font-weight: 800; }

.flagship-section { background: var(--warm); }
.flagship-layout { display: grid; grid-template-columns: .72fr 1.5fr; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.flagship-intro { padding: 52px; border-right: 1px solid var(--line); }
.flagship-intro h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
.offer-index { padding: 22px 34px; }
.offer-row { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.offer-row:last-child { border-bottom: 0; }.offer-row:hover { color: var(--copper-dark); }
.offer-mark { color: var(--copper-dark); font-size: .82rem; font-weight: 900; }
.offer-row strong { display: block; margin-bottom: 5px; }
.offer-row small { display: block; max-width: 590px; color: var(--muted); line-height: 1.5; }
.offer-row > svg { width: 24px; fill: none; stroke: var(--copper-dark); stroke-width: 1.5; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; padding: 0; list-style: none; counter-reset: item; }
.process-grid::before { content: ""; position: absolute; top: 31px; left: 11%; right: 11%; height: 1px; background: var(--line); }
.process-grid li { position: relative; text-align: center; }
.process-grid li > span { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 22px; color: var(--copper); background: var(--brown); border-radius: 50%; font-weight: 900; box-shadow: 0 0 0 10px var(--paper); }
.process-grid h3 { margin-bottom: 10px; }.process-grid p { font-size: .92rem; }
.muted-section .process-grid li > span { box-shadow: 0 0 0 10px var(--warm); }

.international-section { background: linear-gradient(110deg, var(--warm), #fff 58%); }
.international-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.location-lines { display: grid; }
.location-lines article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.location-lines article:last-child { border-bottom: 0; }
.location-lines article > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--paper); background: var(--brown); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.location-lines h3 { margin: 3px 0 8px; }.location-lines p { margin: 0; }
.principles-section { padding: 70px 0; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.principle-grid article { padding: 15px 32px; border-right: 1px solid var(--line); text-align: center; }
.principle-grid article:last-child { border: 0; }.principle-grid h3 { margin-bottom: 12px; }.principle-grid p { margin: 0; font-size: .91rem; }
.principle-grid.detailed article { text-align: left; }.principle-grid.detailed article > span { color: var(--copper-dark); font-size: .8rem; font-weight: 900; }

.split-wide { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 90px; align-items: start; }
.story-layout { align-items: center; }
.story-visual { min-height: 430px; display: flex; align-items: center; justify-content: center; gap: 26px; color: var(--paper); background: linear-gradient(145deg, var(--ink), var(--brown)); border-radius: var(--radius); box-shadow: var(--shadow); }
.story-visual span { width: 96px; height: 96px; display: grid; place-items: center; border: 1px solid var(--copper); border-radius: 50%; font-weight: 900; letter-spacing: .1em; }
.story-visual i { width: 90px; height: 1px; background: var(--copper); }
.audience-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.audience-list { display: grid; grid-template-columns: repeat(2,1fr); }
.audience-list article { padding: 30px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }.audience-list p { margin: 0; }

.service-intro { padding-bottom: 50px; }
.service-category { border-top: 1px solid var(--line); }
.service-category:nth-child(even) { background: var(--warm); }
.category-layout { display: grid; grid-template-columns: .72fr 1.45fr; gap: 90px; }
.category-heading { position: sticky; top: 130px; align-self: start; }.category-heading .line-icon { margin-bottom: 28px; }.category-heading h2 { font-size: clamp(2rem,4vw,3.35rem); }
.category-offers { display: grid; }
.service-listing { position: relative; padding: 34px 52px 34px 0; border-bottom: 1px solid var(--line); }
.service-listing:first-child { padding-top: 0; }.service-listing:last-child { border-bottom: 0; }
.service-listing h3 { margin: 8px 0 12px; font-size: 1.5rem; }.service-listing p { max-width: 650px; }.service-status { color: var(--copper-dark); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; }
.listing-link { display: inline-flex; align-items: center; gap: 8px; color: var(--copper-dark); font-size: .88rem; font-weight: 800; }
.scope-section { background: var(--ink); color: var(--paper); }.scope-section p { color: rgba(255,255,255,.7); }.scope-section .text-link { color: var(--copper); }

.problem-section { background: var(--paper); }.symptom-panel { padding: 38px; background: var(--warm); border: 1px solid var(--line); border-radius: var(--radius); }
.check-list { display: grid; gap: 15px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }.check-list svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--copper-dark); stroke-width: 2; }
.deliverable-list { padding: 0; margin: 0; list-style: none; }
.deliverable-list li { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.deliverable-list li:first-child { padding-top: 0; }.deliverable-list span { color: var(--copper-dark); font-size: .76rem; font-weight: 900; }
.scope-note { display: grid; grid-template-columns: 170px 1fr; gap: 25px; max-width: 800px; margin: 62px auto 0; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.scope-note p { margin: 0; }

.consultation-layout, .contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.consultation-copy { position: sticky; top: 125px; }.expectation-list { display: grid; gap: 24px; padding: 0; margin: 38px 0; list-style: none; }.expectation-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; }.expectation-list li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--copper); background: var(--brown); border-radius: 50%; font-size: .8rem; font-weight: 900; }.expectation-list h3 { margin: 3px 0 7px; font-size: 1rem; }.expectation-list p { margin: 0; font-size: .9rem; }.contact-note { display: flex; flex-direction: column; padding-top: 22px; border-top: 1px solid var(--line); }.contact-note a { color: var(--copper-dark); font-weight: 800; }
.form-card { display: grid; gap: 20px; padding: clamp(28px,5vw,50px); background: var(--warm); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-card label { display: grid; gap: 8px; color: var(--ink); font-size: .87rem; font-weight: 800; }.form-card label > span { color: var(--muted); font-weight: 500; }
.form-card input, .form-card select, .form-card textarea { width: 100%; min-height: 52px; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid #d9cabc; border-radius: 8px; outline: none; }.form-card textarea { min-height: 150px; resize: vertical; }.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--copper-dark); box-shadow: 0 0 0 3px rgba(217,164,91,.2); }
.form-card .consent-check { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-weight: 500; line-height: 1.5; }.consent-check input { width: 18px; min-height: 18px; margin-top: 2px; }.consent-check a { color: var(--copper-dark); text-decoration: underline; }.honeypot { position: absolute !important; left: -9999px !important; }.form-message { padding: 14px 16px; border-radius: 8px; font-weight: 700; }.form-message.success { color: var(--success); background: #e8f4ec; }.form-message.error { color: var(--error); background: #fbecec; }.form-footnote { margin: -4px 0 0; font-size: .8rem; }.booking-embed iframe { width: 100%; min-height: 760px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.contact-list { display: grid; gap: 22px; padding: 0; margin: 36px 0 0; list-style: none; }.contact-list li { display: grid; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.contact-list a { color: var(--copper-dark); font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: 80px; align-items: start; }.faq-heading { position: sticky; top: 125px; }.faq-list { display: grid; gap: 12px; }.faq-item { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); overflow: hidden; }.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 24px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }.faq-question strong { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--brown); background: var(--warm-2); transition: transform .2s; }.faq-item.active .faq-question strong { transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }.faq-answer > p { overflow: hidden; margin: 0; padding: 0 24px; }.faq-item.active .faq-answer { grid-template-rows: 1fr; }.faq-item.active .faq-answer > p { padding-bottom: 24px; }

.insight-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }.insight { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); }.insight:first-child { grid-row: span 2; }.insight h2 { font-size: 2rem; }.insight ol { padding-left: 24px; color: var(--muted); }.insight li { margin-bottom: 9px; }
.legal-content .prose { max-width: 800px; }.prose h2 { margin-top: 42px; font-size: 1.65rem; }.prose a { color: var(--copper-dark); text-decoration: underline; }.legal-note { margin-top: 48px; padding: 18px 20px; background: var(--warm); border-left: 4px solid var(--copper); }
.error-page { min-height: 75vh; display: grid; place-items: center; padding: calc(var(--header-height) + 80px) 0 80px; text-align: center; }.error-code { margin: 0; color: var(--copper-dark); font-size: 5rem; font-weight: 900; }.error-page h1 { font-size: clamp(2.5rem,6vw,4.8rem); }

.final-cta { color: var(--paper); background: linear-gradient(100deg, var(--brown-deep), #70401f); }
.final-cta-inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 36px; padding-bottom: 36px; }.final-cta h2 { margin: 0 0 7px; font-size: clamp(2rem,4vw,3.25rem); }.final-cta p { margin: 0; color: rgba(255,255,255,.72); }
.site-footer { padding: 72px 0 0; color: rgba(255,255,255,.8); background: #141414; }.site-footer p { color: rgba(255,255,255,.62); }.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr 1.05fr .8fr; gap: 56px; }.footer-logo { color: var(--paper); font-size: 1.25rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 900; }.footer-brand p { max-width: 300px; }.footer-location { color: var(--copper) !important; font-size: .84rem; }.footer-col h2 { font-size: .88rem; letter-spacing: 0; }.footer-links { display: grid; gap: 10px; padding: 0; list-style: none; font-size: .88rem; }.footer-links a:hover { color: var(--copper); }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }.footer-bottom p { margin: 0; }.legal-links { display: flex; gap: 22px; }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 20; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: var(--copper); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 980px) {
    :root { --header-height: 76px; }
    .site-header, .site-header.scrolled, .light-secondary .site-header:not(.scrolled) { backdrop-filter: none; -webkit-backdrop-filter: none; }
    .site-header.scrolled, .light-secondary .site-header:not(.scrolled) { background: #fff; }
    .nav-toggle { display: block; color: inherit; }
    .scrolled .nav-toggle { border-color: var(--line); }
    .main-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; z-index: 110; height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); display: grid; align-content: start; gap: 0; padding: 28px 20px max(28px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; color: var(--ink); background-color: #fff; box-shadow: inset 0 1px 0 var(--line); visibility: hidden; pointer-events: none; transform: translate3d(100%, 0, 0); transition: transform .25s ease, visibility 0s linear .25s; }
    .main-nav.active { visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0); transition-delay: 0s; }.main-nav > a:not(.nav-button) { padding: 18px 6px; border-bottom: 1px solid var(--line); }.main-nav > a:not(.nav-button)::after { display: none; }.nav-button { margin-top: 24px; text-align: center; }
    .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle.active span:nth-child(2) { opacity: 0; }.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr; }.hero { min-height: auto; }.systems-visual { width: 380px; justify-self: center; }.hero-content { max-width: 760px; }
    .category-grid { grid-template-columns: 1fr; }.category-item, .category-item:first-child, .category-item:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.category-item:last-child { border-bottom: 0; }
    .flagship-layout, .split-wide, .international-grid, .category-layout, .consultation-layout, .contact-layout, .faq-layout, .audience-layout { grid-template-columns: 1fr; gap: 55px; }
    .flagship-intro { border-right: 0; border-bottom: 1px solid var(--line); }.category-heading, .consultation-copy, .faq-heading { position: static; }.process-grid { grid-template-columns: repeat(2,1fr); }.process-grid::before { display: none; }.principle-grid { grid-template-columns: repeat(2,1fr); }.principle-grid article:nth-child(2) { border-right: 0; }.principle-grid article { padding: 28px; border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
    .logo { min-width: auto; }.logo img { width: 52px; }.logo-wordmark small { display: none; }
    h1 { font-size: clamp(2.65rem, 13vw, 4rem); }.hero { padding-top: calc(var(--header-height) + 50px); border-radius: 0 0 18px 18px; }.hero-grid { gap: 28px; }.systems-visual { width: 285px; }.trust-line { display: grid; gap: 6px; }.trust-line li::after { display: none; }
    .page-hero { padding: calc(var(--header-height) + 54px) 0 66px; }.page-hero h1 { font-size: clamp(2.65rem,13vw,4.25rem); }.page-hero p { font-size: 1.06rem; }
    .light-secondary .page-hero { padding: calc(var(--header-height) + 40px) 0 46px; }
    .light-secondary .page-hero .container.narrow { width: min(calc(100% - 28px), var(--container)); }
    .light-secondary .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
    .hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .btn { width: 100%; }
    .section { padding: 68px 0; }.section-heading { margin-bottom: 40px; }
    .flagship-intro { padding: 34px 26px; }.offer-index { padding: 8px 24px; }.offer-row { grid-template-columns: 32px 1fr; gap: 12px; }.offer-row > svg { display: none; }.offer-row small { font-size: .82rem; }
    .process-grid, .principle-grid, .audience-list, .insight-grid { grid-template-columns: 1fr; }.process-grid { gap: 30px; }.principle-grid article { border-right: 0; }.insight:first-child { grid-row: auto; }
    .location-lines article { grid-template-columns: 48px 1fr; }.story-visual { min-height: 280px; gap: 12px; }.story-visual span { width: 70px; height: 70px; }.story-visual i { width: 52px; }
    .form-row { grid-template-columns: 1fr; }.form-card { padding: 25px 20px; }.scope-note { grid-template-columns: 1fr; }.consultation-layout, .contact-layout { gap: 42px; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; padding-top: 48px; padding-bottom: 48px; }.final-cta .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-services { display: none; }.footer-bottom { flex-direction: column; margin-top: 40px; }.legal-links { justify-content: flex-start; }
}

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