:root {
    --ink: #123d3a;
    --ink-deep: #082b29;
    --ink-soft: #315b57;
    --coral: #c64e40;
    --coral-dark: #a7392e;
    --terracotta: #df765f;
    --cream: #f7efe3;
    --paper: #fffaf3;
    --sand: #e8d5bf;
    --mint: #bcd8cc;
    --line: rgba(18, 61, 58, .18);
    --shadow: 0 24px 70px rgba(20, 52, 48, .14);
    --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
    --sans: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
    --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink-deep); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
h3 { line-height: 1.2; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid #e98d70; outline-offset: 4px; }
::selection { background: var(--mint); color: var(--ink-deep); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.role-strip { background: var(--ink-deep); color: #fff; font-size: 12px; letter-spacing: .02em; }
.role-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.role-strip p { margin: 0; }
.role-strip a { color: #f6c3b5; font-weight: 700; white-space: nowrap; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(255, 250, 243, .94); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand__mark { position: relative; width: 38px; height: 38px; border: 2px solid var(--coral); border-radius: 50%; transform: rotate(-13deg); }
.brand__mark::before, .brand__mark::after, .brand__mark span { content: ""; position: absolute; border: 2px solid var(--coral); border-radius: 50%; }
.brand__mark::before { inset: 6px -7px 6px 7px; border-left-color: transparent; }
.brand__mark::after { inset: 12px -11px 12px 13px; border-left-color: transparent; }
.brand__mark span { width: 6px; height: 6px; background: var(--coral); border: 0; top: 14px; left: 14px; }
.brand__words { display: grid; line-height: 1; text-transform: uppercase; letter-spacing: .13em; }
.brand__words strong { font-family: var(--serif); font-size: 20px; font-weight: 700; letter-spacing: .08em; }
.brand__words small { margin-top: 4px; font-size: 9px; font-weight: 800; color: var(--coral-dark); letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav > a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--coral); transition: right .25s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.nav-contact { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 100px; transition: background .2s, color .2s; }
.nav-contact:hover, .nav-contact[aria-current="page"] { background: var(--ink); color: #fff; }
.menu-toggle { display: none; }
.service-status { border-bottom: 1px solid #e3c789; background: #fff5dc; color: #533f19; }
.service-status__inner { min-height: 62px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding-block: 10px; font-size: 13px; }
.service-status__inner strong { color: #6f4a08; white-space: nowrap; }
.service-status__inner p { margin: 0; }
.service-status__inner a { font-weight: 800; white-space: nowrap; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--light { color: #f6c4b7; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 22px; border: 0; border-radius: 2px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--coral-dark); color: #fff; box-shadow: 0 10px 24px rgba(167, 57, 46, .17); }
.button--primary:hover { background: var(--ink); }
.button--cream { background: var(--cream); color: var(--ink-deep); }
.button--cream:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: 14px; font-weight: 800; }

.home-hero { position: relative; overflow: hidden; padding: 80px 0 0; background: linear-gradient(105deg, var(--cream) 0 58%, #ebd7c1 58% 100%); }
.home-hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -300px; top: -280px; border: 1px solid rgba(198, 78, 64, .17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(198, 78, 64, .03), 0 0 0 160px rgba(198, 78, 64, .025); }
.home-hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; }
.home-hero__copy { position: relative; z-index: 2; padding-bottom: 65px; }
.home-hero h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(52px, 5.5vw, 84px); }
.hero-intro { max-width: 670px; margin-bottom: 34px; color: #35524f; font-size: 19px; line-height: 1.7; }
.hero-essentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 54px 0 0; }
.hero-essentials div { border-top: 1px solid var(--line); padding-top: 14px; }
.hero-essentials dt { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-essentials dd { margin: 4px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.25; }
.home-hero__visual { align-self: stretch; display: flex; align-items: center; padding-bottom: 50px; }
.hero-image-frame { position: relative; width: 100%; min-height: 600px; box-shadow: var(--shadow); overflow: hidden; }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(8, 43, 41, .5)); pointer-events: none; }
.hero-image-frame > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 63% center; }
.image-note { position: absolute; z-index: 3; left: 25px; bottom: 22px; margin: 0; color: #fff; font-size: 12px; letter-spacing: .08em; line-height: 1.55; text-transform: uppercase; }
.image-note span { display: inline-flex; width: 31px; height: 31px; margin-right: 8px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.image-note strong { font-size: 13px; letter-spacing: .02em; text-transform: none; }
.route-map { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.route { position: absolute; display: block; height: 2px; opacity: .86; background: repeating-linear-gradient(90deg, #fff 0 7px, transparent 7px 13px); transform-origin: left center; filter: drop-shadow(0 1px 2px rgba(8,43,41,.4)); }
.route--one { width: 35%; left: 18%; top: 31%; transform: rotate(21deg); animation: routePulse 3.5s infinite linear; }
.route--two { width: 32%; left: 43%; top: 43%; transform: rotate(-29deg); animation: routePulse 4.2s .4s infinite linear; }
.route--three { width: 26%; left: 39%; top: 43%; transform: rotate(75deg); animation: routePulse 3.8s .8s infinite linear; }
.node { position: absolute; display: block; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,255,255,.22); animation: nodePulse 2.6s infinite ease-in-out; }
.node--one { left: 17%; top: 29.5%; }.node--two { left: 43%; top: 41.5%; animation-delay: .45s; }.node--three { left: 72%; top: 26%; animation-delay: .9s; }
@keyframes routePulse { to { background-position: 52px 0; } }
@keyframes nodePulse { 50% { box-shadow: 0 0 0 10px rgba(255,255,255,.05); transform: scale(1.13); } }
.disclosure-ribbon { position: relative; z-index: 3; min-height: 98px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 24px 30px; background: var(--ink); color: #fff; }
.disclosure-ribbon p { max-width: 850px; margin: 0; font-size: 13px; }
.disclosure-ribbon a { color: #ffd1c5; font-size: 13px; font-weight: 800; white-space: nowrap; }

.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading h2, .decision-intro h2, .owner-grid h2 { margin: 0; font-size: clamp(40px, 4.5vw, 66px); }
.split-heading > p { margin: 0; color: var(--ink-soft); font-size: 18px; }
.service-ledger { background: var(--paper); }
.ledger-list { border-top: 1px solid var(--line); }
.ledger-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 34px; min-height: 190px; border-bottom: 1px solid var(--line); }
.ledger-number { align-self: start; padding-top: 42px; color: var(--coral); font-family: var(--serif); font-size: 19px; }
.card-tag { margin-bottom: 7px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ledger-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 35px; font-weight: 500; }
.ledger-list p { max-width: 700px; margin-bottom: 0; color: var(--ink-soft); }
.ledger-list a { display: inline-flex; align-items: center; gap: 23px; font-size: 13px; font-weight: 800; }

.review-section { overflow: hidden; background: #e9d8c5; }
.review-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 0; box-shadow: var(--shadow); }
.review-card { display: flex; min-height: 600px; flex-direction: column; justify-content: center; padding: 65px; background: var(--coral-dark); color: #fff; }
.review-card h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 66px); }
.review-card p:not(.eyebrow) { margin-bottom: 38px; color: #f6dcd5; }
.review-card .button { align-self: flex-start; }
.review-route { display: flex; align-items: center; padding: 55px 70px; background: var(--paper); }
.review-route ol { position: relative; width: 100%; margin: 0; padding: 0; list-style: none; }
.review-route ol::before { content: ""; position: absolute; top: 28px; bottom: 28px; left: 22px; width: 1px; background: repeating-linear-gradient(180deg, var(--coral) 0 7px, transparent 7px 13px); }
.review-route li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 24px; min-height: 120px; }
.review-route li > span { z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; background: var(--paper); color: var(--coral-dark); font-family: var(--serif); }
.review-route strong { display: block; margin-bottom: 4px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.review-route p { margin: 0; color: var(--ink-soft); }

.decision-section { background: var(--cream); }
.decision-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.decision-intro { position: sticky; top: 45px; align-self: start; }
.decision-intro > p:last-child { max-width: 450px; margin-top: 27px; color: var(--ink-soft); }
.decision-notes { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.decision-notes article { min-height: 270px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.decision-notes span { display: block; color: var(--coral); font-family: var(--serif); }
.decision-notes h3 { margin: 38px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.decision-notes p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.owner-section { background: var(--paper); }
.owner-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 100px; }
.owner-grid > div:last-child p { margin-bottom: 28px; color: var(--ink-soft); font-size: 18px; }
.commission-panel { padding: 0 0 110px; background: var(--paper); }
.commission-panel__inner { padding: 75px min(8vw, 110px); background: var(--ink); color: #fff; }
.commission-panel h2 { max-width: 800px; margin-bottom: 28px; font-size: clamp(40px, 5vw, 68px); }
.commission-panel p:not(.eyebrow) { max-width: 810px; color: #cfe0dc; }
.commission-panel .button { margin-top: 20px; }
.final-cta { padding: 95px 0; background: #e9d7c3; }
.final-cta__inner { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 100px; }
.final-cta h2 { max-width: 750px; margin: 0; font-size: clamp(42px, 5vw, 68px); }
.final-cta__inner > div:last-child > p { margin-bottom: 26px; color: var(--ink-soft); }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 90px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; bottom: -310px; border: 1px solid rgba(198,78,64,.23); border-radius: 50%; box-shadow: 0 0 0 75px rgba(198,78,64,.05), 0 0 0 150px rgba(198,78,64,.03); }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.14fr .86fr; align-items: end; gap: 90px; }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(50px, 6vw, 86px); }
.page-hero__intro > p { margin-bottom: 50px; color: var(--ink-soft); font-size: 19px; }
.page-index { display: block; padding-top: 17px; border-top: 1px solid var(--line); color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.scope-notice { padding: 42px 0; border-bottom: 1px solid #e3c789; background: #fff5dc; }
.scope-notice__inner { max-width: 900px; margin-inline: auto; }
.scope-notice .eyebrow { margin-bottom: 13px; color: #8b5b0b; }
.scope-notice h2 { margin-bottom: 12px; font-size: clamp(32px, 4vw, 47px); }
.scope-notice p:last-child { margin: 0; color: #5e4c2a; }
.page-visual { margin-block: 45px; overflow: hidden; box-shadow: var(--shadow); }
.page-visual img { width: 100%; max-height: 580px; aspect-ratio: 16 / 8; object-fit: cover; }
.fact-rail { background: var(--ink); color: #fff; }
.fact-rail__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fact-rail__grid > div { min-height: 115px; display: flex; flex-direction: column; justify-content: center; padding: 22px 35px; border-right: 1px solid rgba(255,255,255,.16); }
.fact-rail__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.fact-rail span { color: #a9cbc3; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.fact-rail strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.page-cards-section { background: var(--paper); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.editorial-card { min-height: 360px; display: flex; flex-direction: column; padding: 38px; border: 1px solid var(--line); background: #fffaf3; }
.editorial-card:nth-child(3n + 2) { background: var(--cream); }
.editorial-card h2 { margin: 40px 0 18px; font-size: 35px; }
.editorial-card > p:not(.card-tag) { color: var(--ink-soft); }
.editorial-card > a { margin-top: auto; font-size: 13px; font-weight: 800; }
.process-page { background: var(--paper); }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 90px .75fr 1fr; gap: 45px; align-items: start; padding: 45px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--coral); font-family: var(--serif); font-size: 20px; }
.process-list h2 { margin: 0; font-size: 34px; }
.process-list p { max-width: 600px; margin: 0; color: var(--ink-soft); }
.longform-section { background: var(--paper); }
.longform-section--tint { background: var(--cream); }
.longform-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 115px; }
.longform-title h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); }
.longform-copy { max-width: 690px; }
.longform-copy > p { color: var(--ink-soft); font-size: 18px; }
.check-list { display: grid; gap: 0; margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { position: relative; padding: 16px 0 16px 36px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 4px; top: 24px; width: 12px; height: 6px; border-left: 2px solid var(--coral-dark); border-bottom: 2px solid var(--coral-dark); transform: rotate(-45deg); }
.plain-note { margin-top: 35px; padding: 26px 28px; border-left: 3px solid var(--coral); background: #fff; }
.plain-note strong { color: var(--coral-dark); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.plain-note p { margin: 6px 0 0; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-aside { position: sticky; top: 35px; }
.contact-aside h2 { font-size: 46px; }
.contact-aside > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-aside dl { margin: 40px 0; border-top: 1px solid var(--line); }
.contact-aside dl div { display: grid; grid-template-columns: 115px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-aside dt { color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-aside dd { margin: 0; font-size: 14px; }
.sensitive-note { padding: 23px; background: var(--cream); }
.sensitive-note strong { font-family: var(--serif); font-size: 20px; }
.sensitive-note p { margin: 5px 0 0; font-size: 13px; }
.form-panel { min-height: 500px; padding: 55px; border: 1px solid var(--line); background: #fff; box-shadow: 0 25px 60px rgba(18,61,58,.08); }
.form-kicker { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-panel > h2 { margin-bottom: 35px; font-size: 45px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 23px; }
.field label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.field label span, .choice label span { color: var(--coral-dark); }
.field label small { color: #637571; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #9cadA8; border-radius: 0; background: #fffdf9; color: var(--ink-deep); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(198,78,64,.13); outline: none; }
.field [aria-invalid="true"] { border-color: #a42525; }
.field-help, .field-error { margin: 6px 0 0; font-size: 12px; line-height: 1.4; }
.field-help { color: #5d706c; }.field-error { color: #9b2020; font-weight: 700; }
.choice { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 19px 0; font-size: 13px; line-height: 1.5; }
.choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--coral-dark); }
.choice--error { padding: 10px; border: 1px solid #a42525; }
.form-submit { margin-top: 18px; }
.form-footnote { margin: 15px 0 0; color: #60716d; font-size: 12px; }
.field-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.notice { margin-bottom: 25px; padding: 18px 21px; border-left: 4px solid var(--coral); background: var(--cream); }
.notice h2, .notice p { margin-bottom: 6px; }.notice--error { border-color: #9b2020; background: #fff1f0; }.notice--warning { border-color: #a76612; }
.success-panel { padding: 20px; }
.success-panel > span { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--mint); font-size: 28px; }
.success-panel h2 { font-size: 48px; }
.success-panel p { color: var(--ink-soft); }

.error-page { min-height: 68vh; display: grid; place-items: center; padding: 100px 0; background: var(--cream); }
.error-page__inner { max-width: 800px; }
.error-page h1 { margin-bottom: 24px; font-size: clamp(55px, 8vw, 100px); }
.error-page__inner > p:not(.eyebrow):not(.error-code) { max-width: 620px; color: var(--ink-soft); font-size: 19px; }
.error-code { float: right; margin: 0; color: rgba(198,78,64,.25); font-family: var(--serif); font-size: 130px; line-height: .8; }

.site-footer { padding: 85px 0 25px; background: var(--ink-deep); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.65fr .75fr .75fr 1fr; gap: 55px; padding-bottom: 65px; }
.brand--footer { margin-bottom: 24px; color: #fff; }.brand--footer .brand__words small { color: #f6b7a8; }
.footer-lead > p { max-width: 380px; color: #bad0ca; }
.footer-role { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.site-footer h2 { margin: 6px 0 22px; color: #f4b7a9; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: #fff; font-size: 14px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact > a { margin-bottom: 9px; }
.footer-contact address { margin-top: 12px; color: #bad0ca; font-size: 13px; font-style: normal; }
.footer-base { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-base p { max-width: 800px; margin: 0; color: #91aea7; font-size: 11px; }
.footer-base nav { display: flex; gap: 17px; }
.footer-base nav a { color: #bad0ca; font-size: 11px; }

.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.site-header.is-scrolled { box-shadow: 0 14px 34px rgba(8,43,41,.09); }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; height: 3px; background: linear-gradient(90deg, var(--coral), #e5a46f); pointer-events: none; transform: scaleX(0); transform-origin: left; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 50px; height: 50px; display: grid; place-items: center; color: white; background: var(--coral); border: 1px solid var(--ink); border-radius: 0; box-shadow: 7px 7px 0 rgba(8,43,41,.15); cursor: pointer; opacity: 0; pointer-events: none; transform: translate(7px, 7px); transition: opacity .2s, transform .25s ease, box-shadow .25s ease; }
.back-to-top:hover { transform: translate(0, -2px); box-shadow: 7px 9px 0 rgba(8,43,41,.13); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.field-counter { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.3; text-align: right; }
button.is-submitting { cursor: wait; opacity: .72; }

@media (max-width: 980px) {
    body.menu-open { overflow: hidden; }
    :root { --shell: min(100% - 32px, 760px); }
    .js .menu-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 13px; font-weight: 800; }
    .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 17px; height: 2px; background: currentColor; content: ""; }
    .menu-toggle i { position: relative; }.menu-toggle i::before { position: absolute; top: -5px; }.menu-toggle i::after { position: absolute; top: 5px; }
    .site-header__inner { position: relative; min-height: 73px; }
    .service-status__inner { grid-template-columns: 1fr auto; }
    .service-status__inner strong { grid-column: 1 / -1; white-space: normal; }
    .site-nav { flex-wrap: wrap; gap: 18px; padding-bottom: 18px; }
    .js .site-nav { position: absolute; top: 72px; left: -16px; right: -16px; display: none; padding: 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(8,43,41,.12); }
    .js .site-nav.is-open { display: grid; }
    .home-hero { padding-top: 65px; background: var(--cream); }
    .home-hero__grid, .page-hero__grid, .review-grid, .decision-grid, .owner-grid, .final-cta__inner, .longform-grid, .contact-grid { grid-template-columns: 1fr; }
    .home-hero__copy { padding-bottom: 20px; }.home-hero__visual { padding-bottom: 35px; }.hero-image-frame, .hero-image-frame > img { min-height: 480px; }
    .disclosure-ribbon { width: 100%; grid-template-columns: 1fr; gap: 10px; }
    .split-heading { grid-template-columns: 1fr; gap: 25px; }
    .review-card { min-height: auto; }.decision-grid { gap: 50px; }.decision-intro, .contact-aside { position: static; }
    .owner-grid, .final-cta__inner, .page-hero__grid, .longform-grid, .contact-grid { gap: 45px; }
    .card-grid { grid-template-columns: 1fr 1fr; }.process-list article { grid-template-columns: 60px 1fr; }.process-list article p { grid-column: 2; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); }
    .js .site-nav { right: -14px; left: -14px; }
    body { font-size: 16px; }.section { padding: 75px 0; }
    .role-strip__inner { min-height: 52px; gap: 10px; }.role-strip p { line-height: 1.35; }.role-strip p strong { display: block; }
    .service-status__inner { display: block; padding-block: 14px; }.service-status__inner strong,.service-status__inner p { display: block; margin-bottom: 7px; }
    .brand__mark { width: 33px; height: 33px; }.brand__words strong { font-size: 17px; }
    .home-hero { padding-top: 48px; }.home-hero h1 { font-size: 49px; }.hero-intro { font-size: 17px; }
    .hero-essentials { grid-template-columns: 1fr; gap: 12px; margin-top: 40px; }.hero-image-frame, .hero-image-frame > img { min-height: 400px; }.hero-image-frame > img { object-position: 67% center; }
    .image-note { left: 17px; }.route-map { opacity: .7; }.disclosure-ribbon { padding-inline: 18px; }
    .split-heading h2, .decision-intro h2, .owner-grid h2 { font-size: 43px; }
    .ledger-list article { grid-template-columns: 42px 1fr; gap: 13px; padding: 30px 0; }.ledger-number { padding-top: 5px; }.ledger-list article > a { grid-column: 2; }.ledger-list h3 { font-size: 30px; }
    .review-card, .review-route, .form-panel { padding: 35px 25px; }.review-card h2 { font-size: 46px; }.review-route li { gap: 15px; }
    .decision-notes, .card-grid { grid-template-columns: 1fr; }.decision-notes article { min-height: 220px; }.commission-panel { padding-bottom: 75px; }.commission-panel__inner { width: 100%; padding: 55px 25px; }
    .page-hero { padding: 72px 0 65px; }.page-hero h1 { font-size: 52px; }.page-hero__intro > p { font-size: 17px; margin-bottom: 30px; }
    .fact-rail__grid { grid-template-columns: 1fr; }.fact-rail__grid > div, .fact-rail__grid > div:first-child { min-height: 80px; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-inline: 10px; }
    .editorial-card { min-height: 320px; padding: 30px; }.process-list article { grid-template-columns: 45px 1fr; gap: 15px; }.process-list h2 { font-size: 29px; }
    .longform-title h2 { font-size: 42px; }.longform-copy > p { font-size: 16px; }.final-cta { padding: 70px 0; }.final-cta h2 { font-size: 43px; }
    .contact-aside h2, .form-panel > h2, .success-panel h2 { font-size: 40px; }.form-row { grid-template-columns: 1fr; gap: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.footer-lead, .footer-contact { grid-column: 1 / -1; }.footer-base { align-items: flex-start; flex-direction: column; }.footer-base nav { flex-wrap: wrap; }
    .error-code { float: none; font-size: 90px; }
    .back-to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; transform: none; }
}
