:root {
    --ink: #17262a;
    --muted: #5d6a6d;
    --teal-950: #003f49;
    --teal-800: #00616e;
    --teal-700: #006f7a;
    --teal-600: #0d8790;
    --teal-100: #dff3f2;
    --teal-50: #f0f9f8;
    --gold: #c59748;
    --gold-light: #e5c47d;
    --sand: #f5efe4;
    --paper: #fffdf9;
    --white: #ffffff;
    --line: #d9e2df;
    --danger: #9f2f2f;
    --success: #1f6c4f;
    --shadow-sm: 0 8px 24px rgba(17, 53, 58, .08);
    --shadow-md: 0 18px 54px rgba(17, 53, 58, .13);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 28px;
    --container: 1180px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-800); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--teal-950); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .55em; line-height: 1.12; }
h1, h2 { font-family: var(--serif); font-weight: 500; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.16rem, 2vw, 1.45rem); }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.3em; }
small { font-size: .83em; color: var(--muted); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 850px); }
.section { padding: clamp(70px, 9vw, 118px) 0; }
.section.compact { padding: clamp(52px, 7vw, 82px) 0; }
.section-sand { background: var(--sand); }
.section-teal { background: var(--teal-950); color: var(--white); }
.section-teal h2, .section-teal h3, .section-teal .eyebrow { color: var(--white); }
.section-title { max-width: 820px; }
.center { text-align: center; margin-inline: auto; }
.lead { font-size: clamp(1.1rem, 2vw, 1.28rem); color: #445356; max-width: 760px; }
.eyebrow { margin: 0 0 12px; color: var(--teal-700); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker-line::after { content: ""; display: block; width: 54px; height: 3px; margin-top: 18px; background: var(--gold); border-radius: 999px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-160%); background: var(--ink); color: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 13px 22px;
    border: 1px solid var(--teal-700);
    border-radius: 8px;
    background: var(--teal-700);
    color: var(--white);
    font-weight: 800;
    font-size: .88rem;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 111, 122, .18);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { color: white; background: var(--teal-950); border-color: var(--teal-950); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 63, 73, .22); }
.button:focus-visible { outline: 4px solid rgba(197, 151, 72, .36); outline-offset: 2px; }
.button-outline { background: transparent; color: var(--teal-800); box-shadow: none; }
.button-outline:hover { background: var(--teal-950); color: white; }
.button-light { background: var(--white); color: var(--teal-950); border-color: var(--white); }
.button-light:hover { background: var(--sand); color: var(--teal-950); border-color: var(--sand); }
.button-small { min-height: 40px; padding: 9px 14px; font-size: .74rem; }
.text-link { font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; display: inline-block; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255, 253, 249, .95); border-bottom: 1px solid rgba(0, 97, 110, .09); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; }
.brand img { width: 226px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { position: relative; color: var(--ink); font-size: .81rem; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .035em; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--teal-700); transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a.active::after { right: 0; }
.primary-nav > a.active { color: var(--teal-800); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 10px; background: var(--teal-50); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--teal-950); transition: .2s ease; }

.hero { position: relative; min-height: clamp(640px, 76vh, 810px); display: grid; align-items: center; overflow: hidden; background: #e7f2ef; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 43%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.9) 38%, rgba(255,253,249,.35) 62%, rgba(255,253,249,.05) 100%), linear-gradient(0deg, rgba(0,63,73,.13), transparent 45%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 92px; background: linear-gradient(178deg, transparent 49%, var(--paper) 50%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 720px; padding: 100px 0 140px; }
.hero h1 { max-width: 760px; }
.hero .lead { max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: #435457; font-size: .92rem; font-weight: 650; }
.hero-note::before { content: ""; width: 28px; height: 1px; background: var(--gold); }

.page-hero { position: relative; padding: clamp(100px, 13vw, 170px) 0 clamp(70px, 9vw, 110px); overflow: hidden; background: var(--teal-950); color: white; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(0,45,53,.95), rgba(0,63,73,.75) 55%, rgba(0,63,73,.2)), var(--hero-image, none) center/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; right: -130px; top: -170px; box-shadow: 0 0 0 55px rgba(255,255,255,.03), 0 0 0 110px rgba(255,255,255,.02); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: white; max-width: 850px; font-size: clamp(2.7rem, 6vw, 5rem); }
.page-hero .lead { color: rgba(255,255,255,.88); max-width: 760px; }
.page-hero .eyebrow { color: var(--gold-light); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; font-size: .83rem; }
.breadcrumbs a { color: rgba(255,255,255,.85); }
.breadcrumbs span { color: rgba(255,255,255,.55); }

.icon-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 50px; }
.icon-feature { text-align: center; padding: 12px; }
.icon-feature svg { width: 54px; height: 54px; margin: 0 auto 17px; color: var(--teal-700); }
.icon-feature h3 { color: var(--teal-800); font-family: var(--serif); font-size: 1.13rem; }
.icon-feature p { color: var(--muted); font-size: .91rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.card-media { aspect-ratio: 16 / 10; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 28px; }
.card-body p { color: var(--muted); }
.card-body h3 { font-family: var(--serif); font-size: 1.55rem; }
.service-card { position: relative; padding-top: 10px; }
.service-card .number { color: var(--gold); font-family: var(--serif); font-size: 2rem; }

.photo-strip { display: grid; grid-template-columns: repeat(5, 1fr); }
.photo-strip figure { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.photo-strip figure:hover img { transform: scale(1.04); filter: saturate(1.08); }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(42px, 7vw, 90px); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.split-media::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 70%; right: -22px; bottom: -22px; border-radius: var(--radius-lg); background: var(--teal-100); }
.split-copy ul { padding-left: 1.2em; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 30px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal-700); font-weight: 900; }

.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 45px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.stat { padding: 32px; background: rgba(0,63,73,.75); }
.stat strong { display: block; color: white; font-family: var(--serif); font-size: 2rem; }
.stat span { color: rgba(255,255,255,.74); font-size: .92rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; counter-reset: process; }
.process-card { position: relative; padding: 30px 26px; border-top: 3px solid var(--gold); background: white; border-radius: 0 0 var(--radius) var(--radius); box-shadow: var(--shadow-sm); counter-increment: process; }
.process-card::before { content: "0" counter(process); display: block; margin-bottom: 20px; color: var(--teal-700); font-family: var(--serif); font-size: 2rem; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: clamp(36px, 6vw, 72px); border-radius: var(--radius-lg); color: white; background: linear-gradient(125deg, var(--teal-950), var(--teal-700)); box-shadow: var(--shadow-md); }
.cta-panel h2, .cta-panel p { color: white; }
.cta-panel p { max-width: 680px; opacity: .85; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-flow: dense; gap: 14px; }
.gallery-item { grid-column: span 4; margin: 0; overflow: hidden; border-radius: 14px; background: var(--teal-100); box-shadow: var(--shadow-sm); }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item button { width: 100%; height: 100%; padding: 0; border: 0; background: none; }
.gallery-item img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.lightbox { position: fixed; z-index: 5000; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(4,19,22,.92); }
.lightbox.open { display: grid; }
.lightbox img { max-height: 88vh; max-width: 92vw; border-radius: 10px; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.35); color: white; font-size: 1.65rem; }
.lightbox-caption { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: white; text-align: center; }

.faq-list { margin-top: 40px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 24px 54px 24px 0; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 12px; top: 16px; color: var(--teal-700); font-size: 1.8rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 50px 20px 0; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(36px, 7vw, 80px); align-items: start; }
.contact-sidebar { position: sticky; top: 130px; padding: 32px; border-radius: var(--radius); background: var(--teal-950); color: white; }
.contact-sidebar h2, .contact-sidebar h3 { color: white; }
.contact-sidebar p { color: rgba(255,255,255,.78); }
.contact-form-wrap { padding: clamp(24px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.form-grid { display: grid; gap: 22px; }
.two-columns { grid-template-columns: repeat(2, minmax(0,1fr)); }
.field { margin-bottom: 22px; }
.field label, .field legend { display: block; margin-bottom: 8px; font-weight: 800; color: #2c3b3e; }
.field input:not([type=checkbox]):not([type=radio]), .field textarea, .field select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #bfcac7;
    border-radius: 8px;
    background: white;
    color: var(--ink);
    transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--teal-700); box-shadow: 0 0 0 4px rgba(13,135,144,.13); }
.fieldset-reset { padding: 0; border: 0; min-width: 0; }
.option-row { display: flex; flex-wrap: wrap; gap: 10px; }
.option-pill { cursor: pointer; }
.option-pill input, .option-card input { position: absolute; opacity: 0; pointer-events: none; }
.option-pill span { display: inline-flex; min-height: 44px; align-items: center; padding: 9px 15px; border: 1px solid #bcc9c7; border-radius: 999px; background: white; font-size: .91rem; transition: .2s ease; }
.option-pill input:checked + span { border-color: var(--teal-700); background: var(--teal-100); color: var(--teal-950); box-shadow: inset 0 0 0 1px var(--teal-700); }
.option-pill input:focus-visible + span, .option-card input:focus-visible + span { outline: 4px solid rgba(197,151,72,.35); outline-offset: 2px; }
.time-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.option-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.option-card { cursor: pointer; }
.option-card span { position: relative; display: flex; align-items: center; min-height: 66px; padding: 15px 16px 15px 46px; border: 1px solid #c3cdcb; border-radius: 10px; background: white; font-size: .91rem; font-weight: 700; transition: .2s ease; }
.option-card span::before { content: ""; position: absolute; left: 17px; width: 17px; height: 17px; border: 2px solid #82918e; border-radius: 50%; }
.option-card input:checked + span { border-color: var(--teal-700); background: var(--teal-50); color: var(--teal-950); box-shadow: inset 0 0 0 1px var(--teal-700); }
.option-card input:checked + span::before { border-color: var(--teal-700); background: radial-gradient(circle, var(--teal-700) 0 45%, white 47%); }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; margin: 8px 0 26px; font-size: .92rem; }
.consent-row input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--teal-700); }
.form-submit-row { display: flex; align-items: center; gap: 22px; }
.form-submit-row p { margin: 0; color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { padding: 17px 20px; margin-bottom: 26px; border-radius: 10px; }
.alert ul { margin-bottom: 0; }
.alert-success { color: #174b38; background: #e5f5ed; border: 1px solid #a9d9c4; }
.alert-error { color: #742525; background: #fff0f0; border: 1px solid #ebbbbb; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.article-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-card div { padding: 26px; }
.article-card .eyebrow { font-size: .7rem; }
.article-card h2, .article-card h3 { font-family: var(--serif); font-size: 1.45rem; }
.article-card p { color: var(--muted); font-size: .94rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 70px; align-items: start; }
.article-content h2 { margin-top: 1.5em; }
.article-content h3 { margin-top: 1.45em; }
.article-content p, .article-content li { color: #3f4c4f; }
.article-content .callout { padding: 24px; border-left: 4px solid var(--gold); background: var(--sand); border-radius: 0 10px 10px 0; }
.article-aside { position: sticky; top: 130px; }
.article-aside nav { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.article-aside a { display: block; padding: 8px 0; font-size: .9rem; text-decoration: none; }

.footer-cta { padding: 62px 0; color: white; background: linear-gradient(110deg, #00616e, #00818a); }
.footer-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.footer-cta h2 { color: white; font-size: clamp(2rem,4vw,3.1rem); }
.footer-cta p { margin-bottom: 0; color: rgba(255,255,255,.82); }
.footer-cta .eyebrow { color: #f0d599; }
.site-footer { padding: 70px 0 26px; color: #d6e4e4; background: #073f49; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .7fr 1fr; gap: 46px; }
.footer-brand img { width: 255px; margin-bottom: 16px; padding: 8px; border-radius: 10px; background: rgba(255,255,255,.92); }
.site-footer p { color: rgba(255,255,255,.7); font-size: .92rem; }
.footer-heading { color: white; font-family: var(--sans); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin: 7px 0; }
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: 20px; font-size: .85rem; }

.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 1.6em; font-size: 2rem; }
.legal-content h3 { margin-top: 1.5em; }
.legal-content p, .legal-content li { color: #445356; }

@media (max-width: 1050px) {
    .primary-nav { gap: 15px; }
    .primary-nav > a:not(.button) { font-size: .73rem; }
    .brand img { width: 200px; }
    .icon-feature-grid { grid-template-columns: repeat(3,1fr); }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
    body { font-size: 16px; }
    .site-header { position: sticky; }
    .header-inner { min-height: 76px; }
    .brand img { width: 176px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 20px 26px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-md); }
    .primary-nav.open { display: flex; }
    .primary-nav > a:not(.button) { padding: 12px 2px; font-size: .9rem; }
    .primary-nav > a:not(.button)::after { display: none; }
    .nav-cta { margin-top: 12px; }
    .hero { min-height: 690px; }
    .hero-media img { object-position: 62% center; }
    .hero-media::after { background: linear-gradient(90deg, rgba(255,253,249,.98), rgba(255,253,249,.92) 52%, rgba(255,253,249,.42)); }
    .hero-content { max-width: 590px; }
    .card-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
    .photo-strip { grid-template-columns: repeat(3,1fr); }
    .photo-strip figure:nth-child(n+4) { display: none; }
    .split, .split.reverse { grid-template-columns: 1fr; }
    .split.reverse .split-media { order: 0; }
    .cta-panel, .footer-cta-inner { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-sidebar { position: static; }
    .gallery-item, .gallery-item.wide { grid-column: span 6; }
    .article-layout { grid-template-columns: 1fr; }
    .article-aside { display: none; }
}

@media (max-width: 640px) {
    .container, .container.narrow { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 66px 0; }
    h1 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
    h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
    .hero { min-height: 720px; align-items: end; }
    .hero-media img { object-position: 69% center; }
    .hero-media::after { background: linear-gradient(0deg, rgba(255,253,249,.99) 3%, rgba(255,253,249,.95) 55%, rgba(255,253,249,.35) 100%); }
    .hero-content { padding: 270px 0 120px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .icon-feature-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .icon-feature:last-child { grid-column: 1 / -1; }
    .card-grid, .blog-grid { grid-template-columns: 1fr; }
    .photo-strip { grid-template-columns: 1fr 1fr; }
    .photo-strip figure:nth-child(3) { display: none; }
    .process-grid { grid-template-columns: 1fr; }
    .stats-row { grid-template-columns: 1fr; }
    .two-columns, .option-grid, .time-pair { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 22px 18px; }
    .form-submit-row { align-items: stretch; flex-direction: column; }
    .gallery-grid { gap: 10px; }
    .gallery-item, .gallery-item.wide { grid-column: span 12; }
    .gallery-item img { min-height: 260px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom a { margin: 0 18px 0 0; }
}

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

/* Keep process cards legible when placed inside dark sections. */
.section-teal .process-card h3 { color: var(--ink); }
.section-teal .process-card p { color: var(--muted); }
