:root {
  --ink: #102c2c;
  --ink-soft: #4f6261;
  --green: #003f43;
  --green-dark: #002f33;
  --mint: #c4e9e3;
  --lime: #d7efeb;
  --cream: #f2f3f0;
  --paper: #fdfdfb;
  --line: rgba(16, 44, 44, .16);
  --white: #fff;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(2, 33, 34, .14);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 20px; color: #13726e; font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-light { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h2 { margin-bottom: 30px; font-size: clamp(2.6rem, 5.3vw, 5rem); font-weight: 700; }
h3 { font-size: 1.5rem; }
p:last-child { margin-bottom: 0; }

.notice-bar { position: fixed; z-index: 102; top: 0; left: 0; width: 100%; color: var(--green-dark); background: var(--lime); border-bottom: 1px solid rgba(0,63,67,.14); font-size: .76rem; font-weight: 650; letter-spacing: .01em; }
.notice-inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.notice-inner a { border-bottom: 1px solid currentColor; font-weight: 800; }
.site-header { position: fixed; z-index: 101; top: 39px; left: 0; width: 100%; color: var(--ink); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 6px 24px rgba(0,47,51,.04); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 34px rgba(0,47,51,.1); }
.subpage .site-header { top: 0; }
.header-inner { height: 91px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 188px; height: 62px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: .82rem; font-weight: 700; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 18px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 3px; letter-spacing: .045em; text-transform: uppercase; }
.nav-cta span { margin-left: 3px; padding-left: 10px; border-left: 1px solid currentColor; }
.nav-cta:hover { color: var(--green); background: var(--white); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: 750px; height: calc(100svh - 130px); margin-top: 130px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--green-dark); }
.hero-image, .hero-image img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image img { object-fit: cover; object-position: center 35%; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(1, 26, 28, .94) 0%, rgba(1, 26, 28, .66) 43%, rgba(1, 26, 28, .16) 75%), linear-gradient(0deg, rgba(2, 29, 31, .68), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 105px; }
.hero h1 { max-width: 920px; margin: 0 0 28px; font-size: clamp(3.4rem, 7.9vw, 7.5rem); font-weight: 670; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-copy { max-width: 720px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; color: var(--white); background: var(--green); border: 1px solid var(--green); border-radius: 3px; font-size: .77rem; font-weight: 800; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button span { padding-left: 14px; border-left: 1px solid currentColor; }
.button:hover { transform: translateY(-2px); color: var(--green); background: var(--white); }
.button-light { color: var(--green-dark); background: var(--lime); border-color: var(--lime); }
.button-light:hover { color: var(--white); background: transparent; border-color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--green); font-size: .88rem; font-weight: 800; }
.text-link-light { color: var(--white); }
.hero-fact { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--container)) / 2)); bottom: 88px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.78); font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.hero-fact-number { color: var(--mint); font-size: 2.2rem; font-weight: 750; letter-spacing: -.05em; }
.scroll-hint { position: absolute; z-index: 2; right: 24px; top: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.64); font-size: .66rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right; }
.scroll-hint span { width: 58px; height: 1px; background: currentColor; }
@keyframes hero-in { from { transform: scale(1.08); opacity: .2; } to { transform: scale(1); opacity: 1; } }

.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .75fr); gap: 10%; align-items: start; }
.statement-grid h2 { max-width: 680px; }
.statement-copy { padding-top: 50px; color: var(--ink-soft); }
.statement-copy .lead { color: var(--ink); font-size: 1.24rem; line-height: 1.55; }
.statement-copy p { margin-bottom: 23px; }

.transition-band { padding: 105px 0; color: var(--white); background: var(--green); }
.transition-grid { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; }
.transition-old, .transition-new { display: flex; flex-direction: column; }
.transition-old { color: rgba(255,255,255,.42); }
.transition-old span, .transition-new span { margin-bottom: 23px; font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.transition-old strong, .transition-new strong { font-size: clamp(3.5rem, 7vw, 7.6rem); font-weight: 620; line-height: .84; letter-spacing: -.065em; }
.transition-new { color: var(--white); }
.transition-new em { color: var(--mint); font-style: normal; }
.transition-old small, .transition-new small { margin-top: 28px; font-size: .9rem; }
.transition-arrow { color: var(--lime); font-size: 4rem; text-align: center; }

.services { background: var(--cream); }
.section-head { margin-bottom: 72px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 10%; align-items: end; }
.section-head h2 { max-width: 780px; margin-bottom: 0; }
.section-head > p { color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.service-card { grid-column: span 4; min-height: 304px; position: relative; display: flex; flex-direction: column; padding: 36px 32px; background: rgba(255,255,255,.52); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card::before { content: ""; position: absolute; top: 35px; right: 35px; width: 10px; height: 10px; border: 2px solid var(--green); transform: rotate(45deg); }
.service-card-featured { grid-row: span 2; min-height: 620px; color: var(--white); background: var(--green); border-color: var(--green); }
.service-card-featured::before { border-color: var(--mint); }
.service-number { color: #19807b; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.service-card-featured .service-number { color: var(--mint); }
.service-card h3 { max-width: 280px; margin: auto 0 18px; font-size: 2rem; }
.service-card p { max-width: 330px; margin-bottom: 0; color: var(--ink-soft); }
.service-card-featured h3 { margin-top: auto; color: var(--mint); font-size: clamp(2.3rem, 3.6vw, 3.8rem); }
.service-card-featured p { color: rgba(255,255,255,.74); }
.service-tag { align-self: flex-start; margin-top: 30px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .7rem; }
.event-types { margin-top: 64px; display: flex; flex-wrap: wrap; gap: 10px; }
.event-types span { padding: 10px 17px; border: 1px solid var(--line); border-radius: 2px; background: rgba(255,255,255,.36); font-size: .72rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }

.gallery-section { color: var(--white); background: var(--green-dark); }
.gallery-heading { max-width: 800px; margin-bottom: 70px; }
.gallery-heading h2 { margin-bottom: 20px; }
.gallery-heading > p:last-child { max-width: 620px; color: rgba(255,255,255,.64); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 15px; }
.gallery-item { position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 4px; background: #0b4547; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.2,1), filter .4s ease; }
.gallery-item span { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; color: var(--green-dark); background: var(--lime); border-radius: 2px; font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(.78); }
.gallery-item:hover span { opacity: 1; transform: none; }
.gallery-item-1 { grid-column: span 7; grid-row: span 2; }
.gallery-item-2 { grid-column: span 5; }
.gallery-item-3 { grid-column: span 5; }
.gallery-item-4, .gallery-item-5, .gallery-item-6 { grid-column: span 4; }
.gallery-item-7 { grid-column: span 5; grid-row: span 2; }
.gallery-item-8 { grid-column: span 7; }
.gallery-item-9 { grid-column: span 7; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(0,20,21,.94); backdrop-filter: blur(12px); }
.lightbox img { max-width: 94vw; max-height: 88vh; object-fit: contain; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lightbox-close { position: fixed; z-index: 2; top: 20px; right: 25px; width: 50px; height: 50px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 2rem; line-height: 1; cursor: pointer; }

.numbers { background: var(--mint); }
.numbers-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; align-items: center; }
.numbers-copy h2 { font-size: clamp(2.5rem, 4.3vw, 4.5rem); }
.numbers-copy p:not(.eyebrow) { color: #345b58; }
.stat-list { border-top: 1px solid rgba(6,63,65,.28); }
.stat-list > div { display: grid; grid-template-columns: 1fr 170px; align-items: center; gap: 30px; padding: 22px 0; border-bottom: 1px solid rgba(6,63,65,.28); }
.stat-list strong { font-size: clamp(3.2rem, 7vw, 7.3rem); font-weight: 650; line-height: 1; letter-spacing: -.07em; }
.stat-list span { color: #345b58; font-size: .78rem; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }

.inquiry-section { background: var(--paper); }
.inquiry-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 9%; align-items: start; }
.inquiry-intro { position: sticky; top: 135px; }
.inquiry-intro h2 { font-size: clamp(2.7rem, 4.7vw, 4.8rem); }
.inquiry-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-direct { margin-top: 46px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-direct span { margin-bottom: 6px; color: #73817f; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-direct a { border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 750; }
.form-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 22px 55px rgba(0,47,51,.1); }
.form-card-head { display: flex; align-items: center; gap: 10px; padding: 18px 28px; color: var(--ink-soft); background: var(--cream); border-bottom: 1px solid var(--line); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; background: #3bbc72; border-radius: 50%; box-shadow: 0 0 0 5px rgba(59,188,114,.12); }
.contact-form { padding: 36px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span { font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fafbf8; border: 1px solid #d3d9d6; border-radius: 2px; outline: none; transition: .2s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6,63,65,.09); }
.field-full { margin-top: 22px; }
.consent { margin: 20px 0; display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: .76rem; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--green); }
.consent a { color: var(--green); text-decoration: underline; }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.turnstile-wrap { min-width: 260px; }
.form-status { display: none; margin: 18px 0 0; padding: 12px 15px; border-radius: 7px; font-size: .82rem; }
.form-status.is-error, .form-status.is-success { display: block; }
.form-status.is-error { color: #762d2d; background: #fbeaea; }
.form-status.is-success { color: #185d3a; background: #e4f7eb; }
.form-note { margin-top: 18px; color: #788482; font-size: .7rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.button:disabled { opacity: .55; cursor: wait; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.faq h2 { font-size: clamp(2.6rem, 4.4vw, 4.5rem); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 27px 50px 27px 0; list-style: none; font-weight: 750; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 18px; height: 2px; background: var(--green); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 700px; padding: 0 50px 25px 0; color: var(--ink-soft); }

.site-footer { color: var(--white); background: #022527; }
.footer-main { padding: 94px 0 78px; display: grid; grid-template-columns: 2fr .7fr .6fr; gap: 7%; }
.footer-brand h2 { margin-bottom: 35px; color: var(--mint); font-size: clamp(2.6rem, 4.5vw, 4.9rem); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.68); font-size: .88rem; }
.footer-column h3 { margin-bottom: 18px; color: var(--white); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a:hover { color: var(--mint); }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.44); border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.footer-legal { display: flex; gap: 26px; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.subpage .notice-bar { display: none; }
.subpage .site-header + main { padding-top: 91px; }
.subpage-hero { padding: 135px 0 105px; color: var(--white); background: var(--green); }
.subpage-hero h1 { max-width: 900px; margin-bottom: 20px; color: var(--mint); font-size: clamp(3.4rem, 7vw, 7rem); }
.subpage-hero > .container > p:last-child { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.subpage-hero-small { padding: 100px 0 75px; }
.subpage-hero-small h1 { margin-bottom: 0; }
.legal-section { background: var(--cream); }
.legal-layout { display: grid; grid-template-columns: 270px 1fr; gap: 8%; align-items: start; }
.legal-nav { position: sticky; top: 125px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.legal-nav strong { margin-bottom: 18px; }
.legal-nav a { color: var(--ink-soft); border-bottom: 1px solid transparent; }
.legal-nav a[aria-current="page"] { color: var(--green); border-color: currentColor; font-weight: 750; }
.legal-content { display: grid; gap: 18px; }
.legal-content article { padding: 40px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.legal-content h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.legal-content p { color: var(--ink-soft); }
.legal-content a { color: var(--green); text-decoration: underline; }

@media (max-width: 980px) {
  .section { padding: 95px 0; }
  .notice-inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .notice-inner a { flex: none; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; z-index: 1; top: 130px; right: 0; bottom: 0; left: 0; padding: 50px 30px; flex-direction: column; justify-content: center; gap: 24px; color: var(--ink); background: var(--paper); font-size: 1.4rem; opacity: 0; visibility: hidden; transform: translateY(-15px); transition: .25s ease; }
  .subpage .main-nav { top: 91px; }
  .nav-toggle { position: relative; z-index: 2; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .statement-grid, .section-head, .numbers-grid, .inquiry-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .statement-copy { padding-top: 0; }
  .transition-grid { grid-template-columns: 1fr 70px 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-row: auto; min-height: 450px; grid-column: span 2; }
  .service-card { grid-column: span 1; }
  .inquiry-intro { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .legal-nav strong { width: 100%; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 119px; }
  body { font-size: 16px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 75px 0; }
  .notice-inner { min-height: 43px; justify-content: center; }
  .notice-inner span { display: none; }
  .site-header { top: 43px; }
  .main-nav { top: 119px; }
  .subpage .main-nav { top: 76px; }
  .header-inner { height: 76px; }
  .brand { width: 145px; height: 49px; }
  .hero { min-height: 680px; height: calc(100svh - 119px); margin-top: 119px; }
  .hero-shade { background: linear-gradient(0deg, rgba(1,25,27,.96), rgba(1,25,27,.45) 75%, rgba(1,25,27,.3)); }
  .hero-image img { object-position: 58% center; }
  .hero-content { padding-bottom: 82px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 5.1rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-fact, .scroll-hint { display: none; }
  h2 { font-size: clamp(2.35rem, 12vw, 4rem); }
  .transition-band { padding: 75px 0; }
  .transition-grid { grid-template-columns: 1fr; gap: 45px; }
  .transition-arrow { text-align: left; transform: rotate(90deg); transform-origin: left; }
  .transition-old strong, .transition-new strong { font-size: 4rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card-featured { grid-column: span 1; min-height: 430px; }
  .service-card { min-height: 270px; border: 1px solid var(--line); border-radius: 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery-item { grid-column: span 1; grid-row: span 1; }
  .gallery-item-1, .gallery-item-7 { grid-column: span 2; grid-row: span 2; }
  .gallery-item-9 { grid-column: span 2; }
  .stat-list > div { grid-template-columns: 1fr 110px; }
  .stat-list strong { font-size: 3.7rem; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .turnstile-wrap { min-width: 0; overflow: hidden; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .legal-content article { padding: 26px 22px; }
  .subpage .site-header + main { padding-top: 76px; }
  .subpage-hero { padding: 90px 0 75px; }
}

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