:root {
  color-scheme: light;
  --ink: #0c0f0d;
  --ink-soft: #151916;
  --ink-raised: #1c201d;
  --ivory: #f5f0e7;
  --paper: #fbf8f2;
  --paper-deep: #e9e0d1;
  --gold: #bf9146;
  --gold-light: #ddb976;
  --gold-dark: #8f672d;
  --text: #252720;
  --muted: #6d6a60;
  --border: #d8cebd;
  --white: #fffdfa;
  --error: #9d3029;
  --success: #356c4a;
  --container: 78rem;
  --header-height: 5.75rem;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 24px 70px rgba(17, 15, 11, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1.5rem); }
body { min-width: 0; overflow-x: clip; margin: 0; background: var(--paper); color: var(--text); font: 400 1rem/1.7 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, ul, blockquote { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.heading-accent { color: var(--gold-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(3rem, 7.2vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p:last-child, ul:last-child { margin-bottom: 0; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 3rem), 54rem); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.eyebrow { display: block; margin-bottom: 1.15rem; color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.section-heading { max-width: 37rem; }
.section-heading h2 { margin-bottom: 1.25rem; }
.section-heading p { color: var(--muted); }
.line-icon { display: grid; width: 3.4rem; height: 3.4rem; place-items: center; border: 1px solid rgba(191,145,70,.5); border-radius: 50%; color: var(--gold); }
.line-icon svg { width: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 200; top: .75rem; left: 1rem; transform: translateY(-180%); background: var(--gold); color: var(--ink); padding: .7rem 1rem; font-weight: 700; text-decoration: none; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .75rem; border: 1px solid transparent; padding: .8rem 1.4rem; font-size: .72rem; font-weight: 700; letter-spacing: .12em; line-height: 1.1; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .25s, border-color .25s, color .25s, transform .25s; }
.button svg, .text-link svg, .announcement svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.button:hover { transform: translateY(-2px); }
.button:hover svg, .text-link:hover svg, .announcement a:hover svg { transform: translateX(4px); }
.button-gold { background: var(--gold); color: #11130f; }
.button-gold:hover { background: var(--gold-light); }
.button-light { background: var(--ivory); color: var(--ink); }
.button-light:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button-outline { border-color: var(--gold); color: var(--gold-dark); }
.button-outline:hover { background: var(--gold); color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }

.announcement { background: #070907; color: #c7bda9; border-bottom: 1px solid rgba(191,145,70,.2); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.announcement .container { display: flex; min-height: 2.1rem; align-items: center; justify-content: space-between; gap: 1rem; }
.announcement a { display: inline-flex; align-items: center; gap: .5rem; color: var(--gold-light); text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); background: rgba(12,15,13,.97); border-bottom: 1px solid rgba(191,145,70,.25); backdrop-filter: blur(12px); }
.nav-shell { display: flex; height: 100%; align-items: center; gap: 2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 14rem; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.2vw, 2.25rem); margin-left: auto; }
.desktop-nav a { position: relative; color: #e9e2d6; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -.75rem; left: 0; height: 1px; transform: scaleX(0); background: var(--gold); content: ""; transition: transform .25s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--gold-light); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { flex: 0 0 auto; }
.menu-button, .menu-close { display: none; border: 0; background: transparent; color: var(--ivory); cursor: pointer; }
.menu-button svg, .menu-close svg { width: 1.7rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.mobile-nav, .nav-scrim { display: none; }

.home-hero { position: relative; min-height: min(48rem, calc(100vh - 7.85rem)); isolation: isolate; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image { position: absolute; z-index: -2; top: 0; right: 0; bottom: 0; width: 74%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,9,7,.97) 0%, rgba(7,9,7,.88) 30%, rgba(7,9,7,.3) 61%, rgba(7,9,7,.08) 100%); }
.hero-copy { display: flex; min-height: min(48rem, calc(100vh - 7.85rem)); flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 5rem; }
.hero-copy > * { max-width: 35rem; }
.hero-copy .eyebrow { color: var(--gold-light); }
.hero-copy h1 { max-width: 37rem; margin-bottom: 1.4rem; color: var(--white); font-size: clamp(3.8rem, 7.5vw, 7rem); }
.hero-copy h1::first-line { color: var(--white); }
.hero-copy p { max-width: 29rem; margin-bottom: 2rem; color: #d7d2c8; font-size: 1.06rem; }
.hero-copy .hero-manifesto { margin-bottom: .9rem; color: var(--gold-light); font: italic clamp(1.15rem, 2vw, 1.45rem)/1.3 Georgia, serif; }
.hero-manifesto em { color: var(--gold); }
.gold-rule { width: 5rem; height: 1px; margin: .2rem 0 1.8rem; background: var(--gold); }
.gold-rule::after { display: block; width: .45rem; height: .45rem; transform: translate(3.15rem, -.2rem) rotate(45deg); background: var(--gold); content: ""; }

.principles-bar { background: var(--ink); border-top: 1px solid rgba(191,145,70,.27); color: #ded8cc; }
.principles-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.principles-bar article { display: grid; min-height: 8.3rem; grid-template-columns: 2.8rem 1fr; align-items: center; gap: 1rem; padding: 1.6rem; border-right: 1px solid rgba(191,145,70,.25); }
.principles-bar article:first-child { border-left: 1px solid rgba(191,145,70,.25); }
.principles-bar article > svg { width: 2.3rem; fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.principles-bar h3 { margin-bottom: .35rem; color: var(--ivory); font-size: 1rem; letter-spacing: 0; }
.principles-bar p { margin: 0; color: #aaa79f; font-size: .77rem; line-height: 1.5; }

.services-overview { background: var(--paper); }
.service-layout { display: grid; grid-template-columns: minmax(15rem, .85fr) minmax(0, 2.15fr); gap: clamp(3rem, 7vw, 7rem); }
.service-layout .section-heading { align-self: center; }
.service-layout .section-heading .text-link { margin-top: 1.25rem; }
.service-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-preview { min-height: 18rem; padding: 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.25); transition: background .25s, transform .25s, box-shadow .25s; }
.service-preview:hover { z-index: 1; transform: translateY(-4px); background: var(--white); box-shadow: var(--shadow); }
.service-preview h3 { margin: 1.6rem 0 .75rem; }
.service-preview p { color: var(--muted); font-size: .91rem; }
.service-preview > a { display: inline-flex; margin-top: 1rem; color: var(--gold-dark); }
.service-preview > a svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.6; }

.about-feature { display: grid; min-height: 39rem; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--ink); color: #cbc5ba; }
.about-image { min-height: 36rem; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.about-copy { display: flex; max-width: 42rem; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.about-copy h2 { margin-bottom: 1.5rem; color: var(--ivory); }
.about-copy p { color: #aaa79f; }
.about-copy .button { margin-top: 1rem; }
.monogram-art { display: none; }

.credential-strip { padding-block: 3.2rem; background: var(--paper); border-bottom: 1px solid var(--border); }
.credential-strip .container { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; }
.credential-strip .container > div { padding-right: 2rem; }
.credential-strip h2 { margin: 0; font-size: 1.8rem; }
.credential-strip .eyebrow { margin-bottom: .65rem; }
.credential-strip a { display: flex; min-height: 6rem; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; border-left: 1px solid var(--border); text-align: center; text-decoration: none; }
.credential-strip a:hover strong { color: var(--gold-dark); }
.credential-strip strong { color: var(--ink); font: 400 1.65rem Georgia, serif; letter-spacing: .06em; transition: color .2s; }
.credential-strip a span { max-width: 10rem; color: var(--muted); font-size: .67rem; line-height: 1.4; }
.quote-band { position: relative; overflow: hidden; padding-block: clamp(3rem, 6vw, 5.25rem); background: var(--ivory); }
.quote-band::before { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ivory) 0%, rgba(245,240,231,.93) 48%, rgba(245,240,231,.42) 100%), url("../images/editorial/quote-balance-ballet.png") right center / cover no-repeat; content: ""; }
.quote-band::after { position: absolute; right: -6rem; top: -12rem; width: 34rem; height: 34rem; border: 1px solid rgba(191,145,70,.25); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(191,145,70,.05), 0 0 0 8rem rgba(191,145,70,.04); content: ""; }
.quote-band .container { position: relative; z-index: 1; display: flex; align-items: center; gap: 2rem; }
.quote-mark { color: var(--gold); font: 400 7rem/.6 Georgia, serif; }
.quote-band blockquote { max-width: 48rem; margin: 0; color: var(--ink); font: 400 clamp(1.75rem, 3.5vw, 3.15rem)/1.18 Georgia, serif; }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(6rem, 10vw, 10rem); background: var(--ink); color: var(--ivory); isolation: isolate; }
.page-hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(135deg, rgba(191,145,70,.08), transparent 48%); content: ""; pointer-events: none; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 55rem; margin-bottom: 1.5rem; color: var(--ivory); }
.page-hero p { max-width: 42rem; margin: 0; color: #bdb7ac; font-size: clamp(1rem, 1.8vw, 1.2rem); }
.page-hero-orbit { position: absolute; z-index: 1; right: -8rem; bottom: -20rem; width: 42rem; height: 42rem; border: 1px solid rgba(191,145,70,.25); border-radius: 50%; pointer-events: none; }
.page-hero-orbit::before, .page-hero-orbit::after { position: absolute; inset: 4rem; border: 1px solid rgba(191,145,70,.15); border-radius: 50%; content: ""; }
.page-hero-orbit::after { inset: 9rem; }

.intro-statement { background: var(--paper); text-align: center; }
.intro-statement h2 { margin-bottom: 2rem; }
.intro-statement p { color: var(--muted); font-size: 1.05rem; }
.profile-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
.profile-image { min-height: 43rem; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: 34% center; }
.profile-copy { display: flex; max-width: 45rem; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.profile-copy h2 { color: var(--ivory); }
.profile-copy p { color: #aaa79f; }
.values-section { background: var(--ivory); }
.values-section .section-heading { margin-bottom: 3rem; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.value-card { padding: 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-card h3 { margin: 1.5rem 0 .8rem; }
.value-card p { color: var(--muted); font-size: .9rem; }

.audience-section { background: var(--ivory); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.audience-card { position: relative; min-height: 20rem; padding: clamp(3rem, 6vw, 5rem); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.audience-card > span { color: var(--gold); font: 400 1rem Georgia, serif; }
.audience-card h2 { margin: 3.5rem 0 1rem; font-size: clamp(2rem, 3.5vw, 3.2rem); text-transform: capitalize; }
.audience-card p { max-width: 31rem; color: var(--muted); }
.service-catalogue { background: var(--paper); }
.service-catalogue .section-heading { margin-bottom: 3.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-card { display: flex; min-height: 28rem; flex-direction: column; align-items: flex-start; padding: 2rem; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); scroll-margin-top: calc(var(--header-height) + 2rem); transition: background .25s, box-shadow .25s, transform .25s; }
.service-card:hover { z-index: 1; transform: translateY(-3px); background: var(--white); box-shadow: var(--shadow); }
.service-card-top { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.card-number { color: #b6ac9b; font: 400 .8rem Georgia, serif; letter-spacing: .1em; }
.service-category { margin-bottom: .7rem; color: var(--gold-dark); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.service-card h2 { margin-bottom: 1rem; font-size: 1.75rem; }
.service-card p { color: var(--muted); font-size: .91rem; }
.service-card .text-link { margin-top: auto; padding-top: 1.5rem; }

.credentials-page { background: var(--paper); }
.credentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.credential-card { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--border); border-right: 0; text-align: center; }
.credential-card:last-child { border-right: 1px solid var(--border); }
.credential-mark { display: grid; width: 8rem; height: 8rem; place-items: center; margin: 0 auto 2.5rem; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 .5rem var(--paper), inset 0 0 0 calc(.5rem + 1px) rgba(191,145,70,.35); color: var(--ink); font: 400 1.5rem Georgia, serif; letter-spacing: .11em; }
.credential-card h2 { margin-bottom: 1.2rem; font-size: 1.75rem; }
.credential-card p { color: var(--muted); }
.credential-card .text-link { margin-top: 1rem; }
.credential-note { max-width: 50rem; margin: 2rem auto 0; color: var(--muted); font-size: .78rem; text-align: center; }

.contact-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 7rem); }
.contact-details { padding-top: 1rem; }
.contact-details h2 { margin-bottom: 1.25rem; }
.contact-details > p { color: var(--muted); }
.contact-methods { margin-block: 2.5rem; border-top: 1px solid var(--border); }
.contact-methods > * { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.contact-methods > a:hover strong { color: var(--gold-dark); }
.contact-methods svg { width: 1.55rem; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-methods span { display: flex; flex-direction: column; }
.contact-methods small, .practice-box > span { color: var(--muted); font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-methods strong { font-family: Georgia, serif; font-size: 1.15rem; font-weight: 400; transition: color .2s; }
.practice-box { display: flex; flex-direction: column; gap: .35rem; padding: 1.4rem; background: var(--ivory); border-left: 2px solid var(--gold); }
.practice-box span { margin-bottom: .4rem; }
.practice-box strong { font-size: .8rem; font-weight: 400; }
.form-panel { padding: clamp(2rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow); }
.form-panel h2 { margin-bottom: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-panel label { display: block; margin-bottom: 1rem; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.optional { float: right; color: var(--muted); font-size: .62rem; font-weight: 400; text-transform: uppercase; }
.form-panel input:not([type="checkbox"]), .form-panel select, .form-panel textarea { width: 100%; margin-top: .4rem; border: 1px solid var(--border); border-radius: 0; background: var(--paper); padding: .82rem .9rem; font-size: .93rem; font-weight: 400; letter-spacing: 0; outline: none; transition: border-color .2s, box-shadow .2s; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(191,145,70,.15); }
.form-panel [aria-invalid="true"] { border-color: var(--error) !important; }
.field-error { display: block; min-height: 1.1rem; margin-top: .25rem; color: var(--error); font-size: .7rem; font-weight: 400; letter-spacing: 0; }
.consent { display: flex !important; align-items: flex-start; gap: .75rem; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; }
.consent input { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin-top: .15rem; accent-color: var(--gold-dark); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-panel button { border-radius: 0; cursor: pointer; }
.form-panel button:disabled { cursor: wait; opacity: .65; }
.form-status { display: none; margin-top: 1rem; padding: .8rem 1rem; font-size: .8rem; }
.form-status.error { display: block; background: #f8e8e4; color: var(--error); }
.form-status.success { display: block; background: #e4f1e8; color: var(--success); }

.cta-panel { background: var(--ink); color: var(--ivory); }
.cta-panel-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta-panel h2 { max-width: 45rem; margin-bottom: 1rem; color: var(--ivory); }
.cta-panel p { max-width: 39rem; color: #aaa79f; }
.cta-panel .button { flex: 0 0 auto; }
.footer-cta { padding-block: 2.6rem; background: var(--ivory); border-top: 1px solid var(--border); }
.footer-cta-grid { display: grid; grid-template-columns: .9fr 1.4fr; align-items: center; gap: 3rem; }
.footer-cta h2 { max-width: 28rem; margin: 0; font-size: clamp(1.8rem, 3.3vw, 3rem); }
.footer-contact-strip { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.3rem, 3vw, 3rem); }
.footer-contact-strip > a:not(.button) { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.footer-contact-strip > a:not(.button) svg { width: 1.5rem; fill: none; stroke: var(--gold-dark); stroke-width: 1.5; }
.footer-contact-strip span { display: flex; flex-direction: column; font-size: .82rem; }
.footer-contact-strip small { color: var(--muted); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact-strip span, .footer-contact-list span { white-space: nowrap; }
.site-footer { padding-top: 4rem; background: #090b09; color: #aaa79f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr .8fr; gap: clamp(2rem, 5vw, 5rem); padding-bottom: 3rem; }
.footer-brand .brand img { width: 13rem; }
.footer-brand p { max-width: 21rem; margin-top: 1.5rem; font-size: .8rem; }
.site-footer h2 { margin-bottom: 1.2rem; color: var(--gold-light); font: 700 .66rem Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .45rem; font-size: .76rem; }
.site-footer a { text-decoration: none; transition: color .2s; }
.site-footer a:hover { color: var(--gold-light); }
.footer-bottom { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; padding-block: 1.4rem; border-top: 1px solid rgba(191,145,70,.18); font-size: .65rem; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
#site-root { min-height: 100vh; }
.site-content { opacity: 0; transform: translateY(8px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.site-content.is-visible { opacity: 1; transform: none; }
.loading-shell { position: fixed; z-index: 300; inset: 0; display: grid; place-content: center; gap: 1.25rem; overflow: hidden; background: radial-gradient(circle at 68% 36%, #1b1b15 0%, #0c0f0d 42%, #080a08 100%); color: var(--gold-light); transition: opacity .7s var(--ease), transform .7s var(--ease), visibility .7s; }
.loading-shell::before { content: "DLGARZ Accounting"; font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.loading-shell::after { width: 4.5rem; height: 1px; justify-self: center; transform-origin: left; background: var(--gold); content: ""; animation: loading-line 1.65s var(--ease) infinite alternate; }
.loading-shell.is-leaving { transform: scale(1.015); visibility: hidden; opacity: 0; pointer-events: none; }
.noscript, .fatal-error { margin: 0; padding: 3rem; background: var(--ink); color: var(--ivory); text-align: center; }
.fatal-error { display: flex; min-height: 100vh; flex-direction: column; align-items: center; justify-content: center; }
.fatal-error h1 { color: var(--ivory); }
.error-page { display: grid; min-height: 100vh; place-items: center; align-content: center; gap: 4rem; padding: 3rem; background: radial-gradient(circle at 80% 20%, #24251e, var(--ink) 55%); color: #bdb7ac; text-align: center; }
.standalone-brand img { width: 18rem; }
.error-page h1 { max-width: 46rem; color: var(--ivory); }
.error-page p { margin-bottom: 2rem; }
@keyframes loading-line { from { transform: scaleX(.35); opacity: .45; } to { transform: scaleX(1); opacity: 1; } }

@media (max-width: 1120px) {
  .desktop-nav { gap: 1rem; }
  .desktop-nav a { font-size: .64rem; }
  .nav-cta { display: none; }
  .principles-bar article { grid-template-columns: 2.3rem 1fr; padding-inline: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta-grid { grid-template-columns: 1fr; }
  .footer-contact-strip { justify-content: flex-start; }
}

@media (max-width: 900px) {
  :root { --header-height: 4.9rem; }
  .site-header { position: sticky; top: 0; }
  .announcement span { overflow: hidden; max-width: 65%; text-overflow: ellipsis; white-space: nowrap; }
  .nav-shell { justify-content: space-between; }
  .brand img { width: 12rem; }
  .desktop-nav { display: none; }
  .menu-button { display: flex; align-items: center; gap: .5rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-nav { position: fixed; z-index: 140; top: 0; right: 0; display: block; width: min(26rem, 90vw); height: 100dvh; transform: translateX(105%); background: var(--ink-soft); color: var(--ivory); padding: 1.5rem; visibility: hidden; transition: transform .45s var(--ease), visibility .45s; }
  .mobile-nav.is-open { transform: translateX(0); visibility: visible; }
  .mobile-nav-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(191,145,70,.25); }
  .mobile-nav-head .brand img { width: 10rem; }
  .menu-close { display: block; }
  .mobile-links { display: flex; flex-direction: column; align-items: stretch; padding-top: 2rem; }
  .mobile-links > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid rgba(191,145,70,.18); font: 400 1.6rem Georgia, serif; text-decoration: none; }
  .mobile-links > a[aria-current="page"] { color: var(--gold-light); }
  .mobile-links .button { margin-top: 2rem; }
  .nav-scrim { position: fixed; z-index: 130; inset: 0; display: block; background: rgba(0,0,0,.65); opacity: 0; pointer-events: none; transition: opacity .3s; }
  .nav-scrim.is-open { opacity: 1; pointer-events: auto; }
  .home-hero, .hero-copy { min-height: 42rem; }
  .hero-image { left: 0; width: 100%; object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,9,7,.96), rgba(7,9,7,.72) 58%, rgba(7,9,7,.2)); }
  .principles-bar .container { grid-template-columns: repeat(2, 1fr); }
  .principles-bar article:nth-child(3) { border-left: 1px solid rgba(191,145,70,.25); border-top: 1px solid rgba(191,145,70,.25); }
  .principles-bar article:nth-child(4) { border-top: 1px solid rgba(191,145,70,.25); }
  .service-layout { grid-template-columns: 1fr; }
  .service-layout .section-heading { max-width: 45rem; }
  .about-feature, .profile-section { grid-template-columns: 1fr; }
  .about-image, .profile-image { min-height: 32rem; max-height: 42rem; }
  .credential-strip .container { grid-template-columns: 1fr 1fr 1fr; }
  .credential-strip .container > div { grid-column: 1 / -1; margin-bottom: 2rem; padding: 0; text-align: center; }
  .credential-strip a:first-of-type { border-left: 0; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credential-card { border-right: 1px solid var(--border); border-bottom: 0; }
  .credential-card:last-child { border-bottom: 1px solid var(--border); }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 2rem), var(--container)); }
  .announcement { display: none; }
  .hero-copy { padding-block: 4rem; }
  .hero-copy h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .hero-image { object-position: 68% center; opacity: .82; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,9,7,.96) 0%, rgba(7,9,7,.8) 64%, rgba(7,9,7,.42)); }
  .hero-copy p { max-width: 23rem; font-size: .95rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .principles-bar .container { grid-template-columns: 1fr; }
  .principles-bar article, .principles-bar article:nth-child(3), .principles-bar article:nth-child(4) { min-height: 7rem; border: 0; border-bottom: 1px solid rgba(191,145,70,.25); }
  .principles-bar article:first-child { border-left: 0; }
  .service-preview-grid { grid-template-columns: 1fr; }
  .service-preview { min-height: auto; }
  .about-image, .profile-image { min-height: 25rem; }
  .about-copy, .profile-copy { padding: 3.5rem 1.5rem; }
  .credential-strip .container { grid-template-columns: 1fr; }
  .credential-strip a { border-top: 1px solid var(--border); border-left: 0; }
  .quote-band .container { align-items: flex-start; gap: 1rem; }
  .quote-mark { font-size: 5rem; }
  .page-hero { padding-block: 5rem; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .page-hero-orbit { opacity: .5; }
  .values-grid, .audience-grid, .service-grid { grid-template-columns: 1fr; }
  .audience-card, .audience-card:first-child { min-height: auto; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .service-card { min-height: 24rem; }
  .form-panel { padding: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .cta-panel-inner { align-items: flex-start; flex-direction: column; }
  .cta-panel .button { width: 100%; }
  .footer-contact-strip { align-items: stretch; flex-direction: column; }
  .footer-contact-strip .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 1rem; }
}

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

/* Refined editorial system */
.brand img { width: 12.5rem; max-height: 4.4rem; object-fit: contain; object-position: left center; }
.button { position: relative; overflow: hidden; isolation: isolate; transition: border-color .45s var(--ease), color .45s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease); }
.button::before { position: absolute; z-index: -1; inset: 0; transform: translateX(-105%) skewX(-12deg); background: rgba(255,255,255,.2); content: ""; transition: transform .6s var(--ease); }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(10,10,8,.14); }
.button:hover::before { transform: translateX(105%) skewX(-12deg); }
.text-link svg { transition: transform .45s var(--ease); }

.home-hero, .hero-copy { min-height: min(51rem, calc(100svh - var(--header-height))); }
.hero-image { width: 74%; object-fit: contain; object-position: right center; animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(7,9,7,.98) 0%, rgba(7,9,7,.91) 34%, rgba(7,9,7,.32) 62%, rgba(7,9,7,.03) 100%); }
.gold-rule { position: relative; overflow: visible; }

.service-preview, .service-card, .value-card, .credential-card, .post-card { transition: background .55s var(--ease), transform .55s var(--ease), box-shadow .55s var(--ease); }
.service-preview:hover, .service-card:hover, .value-card:hover, .credential-card:hover, .post-card:hover { transform: translateY(-5px); box-shadow: 0 26px 70px rgba(17,15,11,.1); }
.line-icon { transition: transform .65s var(--ease), border-color .65s var(--ease); }
*:hover > .line-icon { transform: rotate(-5deg) translateY(-2px); border-color: var(--gold); }

.credential-strip { padding-block: clamp(4.75rem, 7vw, 6.75rem); }
.credential-strip .container { gap: 0; }
.credential-strip a { min-height: 8.25rem; padding: 1.75rem 1.25rem; }
.quote-band { padding-block: clamp(5.5rem, 9vw, 8.5rem); }
.quote-band::after { animation: orbit-drift 18s ease-in-out infinite alternate; }

.page-hero { display: grid; min-height: clamp(31rem, 55vw, 42rem); align-items: center; padding-block: clamp(6rem, 11vw, 10rem); }
.page-hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: image-drift 18s ease-in-out infinite alternate; }
.page-hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,10,8,.97) 0%, rgba(8,10,8,.91) 35%, rgba(8,10,8,.54) 58%, rgba(8,10,8,.15) 100%); pointer-events: none; }
.page-hero-copy { padding-right: 45%; }
.page-hero h1 { max-width: 48rem; font-size: clamp(3.3rem, 6.5vw, 6.3rem); }
.page-hero-orbit { opacity: .55; animation: orbit-drift 16s ease-in-out infinite alternate; }

.about-intro { background: var(--paper); }
.about-intro-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(4rem, 9vw, 9rem); align-items: start; }
.about-intro-heading h2 { margin: 0; }
.about-intro-copy { max-width: 40rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.about-intro-copy p { color: var(--muted); font-size: 1.06rem; }
.profile-section { min-height: 47rem; }
.profile-image { min-height: 47rem; overflow: hidden; }
.profile-image img { transition: transform 1.4s var(--ease); }
.profile-section:hover .profile-image img { transform: scale(1.025); }
.profile-section-deryn { min-height: 36rem; grid-template-columns: minmax(19rem, .67fr) minmax(0, 1.33fr); }
.profile-section-deryn .profile-copy { max-width: 52rem; }
.profile-deryn { min-height: 34rem; padding: clamp(2rem, 4vw, 4.5rem); background: #111; }
.profile-deryn img { height: 100%; object-fit: contain; object-position: center; }
.profile-copy { padding-block: clamp(5rem, 9vw, 9rem); }
.profile-copy p + p { margin-top: .55rem; }
.work-ethic-band { padding-block: clamp(5rem, 8vw, 7.5rem); background: linear-gradient(90deg, rgba(233,224,209,1) 0%, rgba(233,224,209,.98) 52%, rgba(233,224,209,.62) 100%), url("../images/editorial/work-principle-ballet.png") right center / min(42vw, 38rem) auto no-repeat, var(--paper-deep); }
.work-ethic-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .88fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.work-ethic-grid > .eyebrow { grid-column: 1; grid-row: 1; margin: 0; }
.work-ethic-grid h2 { grid-column: 1; grid-row: 2; margin: 1.35rem 0 0; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.work-ethic-grid > div { grid-column: 2; grid-row: 1 / span 2; }
.work-ethic-grid p { margin: 0 0 1.35rem; color: var(--muted); }
.work-ethic-grid p:last-child { margin-bottom: 0; }
.values-section .section-heading { max-width: 45rem; margin-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.value-card { min-height: 20rem; padding: clamp(2rem, 3vw, 3rem); background: rgba(255,255,255,.18); }

.credentials-grid { align-items: stretch; }
.credential-card { display: flex; min-height: 35rem; flex-direction: column; align-items: center; }
.credential-card .eyebrow { min-height: 2.9em; }
.credential-card h2 { min-height: 2.1em; }
.credential-card .text-link { margin-top: auto; padding-top: 2rem; }
.credential-note { margin-top: 3.5rem; }

.footer-cta { padding-block: clamp(4.5rem, 7vw, 6.5rem); }
.footer-cta-grid { gap: clamp(3rem, 7vw, 7rem); }
.site-footer { padding-top: clamp(4.5rem, 7vw, 6.5rem); }
.footer-grid { grid-template-columns: 1.45fr .65fr .95fr .85fr; padding-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.footer-brand .brand img { width: 12rem; }
.footer-brand p { margin-top: 2rem; }
.site-footer li { margin-bottom: .7rem; }
.footer-contact-list a { display: flex; align-items: center; gap: .7rem; }
.footer-contact-list svg { width: 1.15rem; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-list { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; }
.footer-contact-list li { margin: 0; }
.footer-bottom { padding-block: 1.8rem; }

.blog-index { background: var(--paper); }
.blog-toolbar { display: grid; grid-template-columns: 1fr 20rem; align-items: end; gap: 4rem; margin-bottom: clamp(3.5rem, 7vw, 6rem); }
.blog-toolbar h2 { max-width: 40rem; margin: 0; }
.blog-search span { display: block; margin-bottom: .65rem; color: var(--gold-dark); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.blog-search input { width: 100%; border: 0; border-bottom: 1px solid var(--border); background: transparent; padding: .75rem 0; outline: none; }
.blog-search input:focus { border-color: var(--gold-dark); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.post-card { display: flex; min-height: 25rem; flex-direction: column; padding: clamp(2rem, 3.5vw, 3rem); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.18); }
.post-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.post-meta span:first-child { color: var(--gold-dark); }
.post-card h2 { margin: 3rem 0 1.25rem; font-size: clamp(1.75rem, 2.5vw, 2.45rem); }
.post-card h2 a { text-decoration: none; }
.post-card p { color: var(--muted); }
.post-card .text-link { margin-top: auto; padding-top: 1.5rem; }
.blog-pagination { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: clamp(3rem, 6vw, 5rem); }
.blog-pagination > div { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; }
.blog-pagination button { display: inline-flex; min-width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; gap: .55rem; border: 1px solid var(--border); background: transparent; color: var(--ink); padding: 0 .8rem; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease), transform .35s var(--ease); }
.blog-pagination button svg { width: 1rem; fill: none; stroke: currentColor; stroke-width: 1.6; }
.blog-pagination button:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--gold); background: var(--ivory); }
.blog-pagination button[aria-current="page"] { border-color: var(--gold-dark); background: var(--gold); color: var(--ink); }
.blog-pagination button:disabled { cursor: not-allowed; opacity: .35; }
.blog-empty { padding: 4rem; border: 1px solid var(--border); text-align: center; }
.article-hero { position: relative; height: clamp(25rem, 48vw, 42rem); overflow: hidden; background: var(--ink); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; animation: image-drift 18s ease-in-out infinite alternate; }
.article-hero span { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,8,.72), rgba(8,10,8,.06) 55%, rgba(8,10,8,.45)); }
.article-shell { width: min(100%, 54rem); margin: -8rem auto 0; position: relative; z-index: 2; padding: clamp(3rem, 7vw, 6rem); background: var(--paper); box-shadow: var(--shadow); }
.article-back { margin-bottom: 4rem; }
.article-back svg { transform: rotate(180deg); }
.article-back:hover svg { transform: rotate(180deg) translateX(4px); }
.article-header h1 { margin-bottom: 2rem; font-size: clamp(3rem, 7vw, 5.75rem); }
.article-header .post-meta { justify-content: flex-start; gap: 2rem; margin-bottom: 2.25rem; }
.article-deck { color: var(--muted); font: 400 clamp(1.2rem, 2vw, 1.55rem)/1.55 Georgia, serif; }
.article-body { padding-top: 2.5rem; border-top: 1px solid var(--border); }
.article-body p { color: #45453f; font-size: 1.08rem; line-height: 1.85; }
.article-body h2, .article-body h3 { margin: 2.75rem 0 1.15rem; }
.article-body ul, .article-body ol { margin: 1.5rem 0 1.8rem; padding-left: 1.5rem; color: #45453f; }
.article-body li { margin-bottom: .55rem; }
.article-body a { color: var(--gold-dark); }
.article-body table { display: block; max-width: 100%; overflow-x: auto; margin: 2rem 0; border-collapse: collapse; }
.article-navigation { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); gap: 1px; margin-top: clamp(3.5rem, 7vw, 6rem); border: 1px solid var(--border); background: var(--border); }
.article-navigation > * { min-height: 8.5rem; background: var(--paper); padding: 1.5rem 1.75rem; }
.article-navigation a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; transition: background .45s var(--ease); }
.article-navigation a:hover { background: var(--ivory); }
.article-navigation a span { grid-column: 1; color: var(--gold-dark); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.article-navigation a strong { grid-column: 1; font: 400 clamp(1.1rem, 2vw, 1.45rem)/1.2 Georgia, serif; }
.article-navigation a svg { grid-column: 2; grid-row: 1 / span 2; width: 1.25rem; fill: none; stroke: var(--gold-dark); stroke-width: 1.5; transition: transform .4s var(--ease); }
.article-navigation .article-nav-previous svg { transform: rotate(180deg); }
.article-navigation .article-nav-previous:hover svg { transform: rotate(180deg) translateX(4px); }
.article-navigation .article-nav-next:hover svg { transform: translateX(4px); }
.blog-post-page { padding-bottom: clamp(5rem, 9vw, 9rem); background: var(--ivory); }

.reveal { opacity: 0; filter: blur(5px); transform: translateY(26px); transition: opacity .9s var(--ease), filter .9s var(--ease), transform .9s var(--ease); transition-delay: calc(var(--reveal-order, 0) * 75ms); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

@keyframes hero-breathe { from { transform: scale(1); } to { transform: scale(1.025) translateX(-.35%); } }
@keyframes image-drift { from { transform: scale(1.01); } to { transform: scale(1.045) translateX(-.45%); } }
@keyframes orbit-drift { from { transform: translate3d(0,0,0) rotate(0); } to { transform: translate3d(-1.5rem,1rem,0) rotate(5deg); } }

@media (max-width: 1120px) {
  .page-hero-copy { padding-right: 34%; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-image { width: 100%; object-fit: cover; object-position: 62% center; }
  .page-hero-copy { padding-right: 20%; }
  .page-hero-shade { background: linear-gradient(90deg, rgba(8,10,8,.97), rgba(8,10,8,.78) 65%, rgba(8,10,8,.35)); }
  .about-intro-grid, .work-ethic-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .profile-section-deryn { grid-template-columns: 1fr; }
  .work-ethic-grid > .eyebrow, .work-ethic-grid h2, .work-ethic-grid > div { grid-column: auto; grid-row: auto; }
  .work-ethic-grid h2 { margin-top: -1.25rem; }
  .about-intro-copy { padding-top: 1.5rem; }
  .work-ethic-grid p { max-width: 43rem; }
  .blog-toolbar { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand img { width: 9.75rem; }
  .section { padding-block: clamp(3.75rem, 12vw, 5rem); }
  .home-hero, .hero-copy { min-height: 40rem; }
  .page-hero { min-height: 29rem; padding-block: 3.75rem; }
  .page-hero-copy { padding-right: 0; }
  .page-hero-image { object-position: 68% center !important; }
  .page-hero-shade { background: linear-gradient(90deg, rgba(8,10,8,.97), rgba(8,10,8,.77) 75%, rgba(8,10,8,.5)); }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { min-height: 20rem; }
  .article-hero { height: 27rem; }
  .article-shell { width: calc(100% - 1.5rem); margin-top: -4rem; padding: 2rem 1.5rem; }
  .article-back { margin-bottom: 3rem; }
  .blog-pagination { align-items: stretch; flex-direction: column; }
  .blog-pagination > div { order: -1; }
  .blog-pagination > button { width: 100%; }
  .article-navigation { grid-template-columns: 1fr; }
  .work-ethic-band { background: linear-gradient(180deg, rgba(233,224,209,.94), rgba(233,224,209,.9)), url("../images/editorial/work-principle-ballet.png") center bottom / cover no-repeat, var(--paper-deep); }
  .footer-cta-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-contact-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; justify-content: stretch; }
  .footer-contact-strip > a:not(.button) { min-width: 0; gap: .6rem; }
  .footer-contact-strip > a:not(.button) svg { width: 1.25rem; }
  .footer-contact-strip .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-contact-list { gap: .85rem 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image, .page-hero-image, .article-hero img, .page-hero-orbit, .quote-band::after { animation: none !important; }
  .reveal { filter: none; }
}
