/* ============================================================
   CONCEPT D — THE EILBECK FORMULA, ABC SKIN
   Built at the client's request: the structural benchmark's
   section order and page anatomy, carried pattern for pattern
   (poster uppercase hero over full bleed photography, a three
   figure stat band directly under the fold, four capability
   cards with factual bullets, an industries rail, an advantage
   grid, a dense project wall, an embedded enquiry band), with
   ABC's own colours, verified ABC media, ABC copy, and a
   different typeface family. No competitor code, type, imagery
   or copy is reproduced.
   Palette: ABC navy #000060 dominant, one accent #1E90FF.
   Type: Inter Tight 700/800 uppercase for display, Inter body.
   ============================================================ */

@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-tight-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter Tight'; font-style: normal; font-weight: 800; font-display: swap; src: url('/assets/fonts/inter-tight-latin-800-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-latin-700-normal.woff2') format('woff2'); }

:root {
  --navy: #000060;
  --navy-deep: #000048;
  --navy-mid: #1A1A7A;
  --ink: #0B0B22;
  --accent: #1E90FF;
  --accent-deep: #0F6FD6;
  --paper: #FFFFFF;
  --tint: #F5F6F8;
  --text: #33334D;
  --mute: #6B6B85;
  --mute-2: #9A9AB8;
  --rule: #E4E6ED;
  --display: 'Inter Tight', 'Segoe UI', sans-serif;
  --body: 'Inter', 'Segoe UI', sans-serif;
  --wrap: 1360px;
  --wrap-lg: 1600px;
  --pad: clamp(1rem, 3vw, 15px);
  --sect: clamp(4rem, 9vw, 8.75rem);   /* the 70 to 140px large-section rhythm */
  --sect-sm: clamp(2.5rem, 5vw, 4.375rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--body); font-size: 1rem; line-height: 1.7; color: var(--text); background: var(--paper); overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, p, figure, dl, ol, ul { margin: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .75rem 1.25rem; z-index: 99; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.skip:focus-visible { left: 0; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1rem, 3vw, 1.5rem); }

/* ---- type: one grotesque pushed into uppercase with wide even tracking ---- */
h1, h2, .display { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: 1.02; color: var(--navy); letter-spacing: .03em; }
h1 { font-size: clamp(2.9rem, 7.2vw, 6.5rem); letter-spacing: .028em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); letter-spacing: .02em; }
h3 { font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.2; color: var(--navy); }
.eyebrow { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--accent-deep); }
.lede { font-size: clamp(1.02rem, 1.8vw, 1.22rem); line-height: 1.65; max-width: 40em; }
p + p { margin-top: 1em; }

/* ---- buttons: uppercase 600, 5px radius, paired filled and ghost ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; min-height: 48px; padding: .8rem 1.9rem; font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; text-decoration: none; cursor: pointer; border: 2px solid transparent; border-radius: 5px; white-space: nowrap; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-deep); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); }
.btn-ghost { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--tint); }
.btn-rev { border-color: #fff; color: #fff; background: transparent; }
.btn-rev:hover { background: rgba(255,255,255,.14); }

/* ---- header: transparent over the home hero, solid white elsewhere ---- */
.hdr { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--rule); }
body.has-hero .hdr { position: fixed; left: 0; right: 0; background: transparent; border-bottom-color: transparent; }
body.has-hero .hdr.scrolled { background: var(--paper); border-bottom-color: var(--rule); }
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 84px; max-width: var(--wrap-lg); }
.brand { display: inline-flex; align-items: center; min-height: 44px; }
.brand img { height: 44px; width: auto; max-width: none; }
.brand .logo-light { display: none; }
body.has-hero .hdr:not(.scrolled) .brand .logo-dark { display: none; }
body.has-hero .hdr:not(.scrolled) .brand .logo-light { display: block; }
nav.nav { display: none; }
@media (min-width: 1000px) {
  nav.nav { display: block; }
  nav.nav > ul { display: flex; list-style: none; margin: 0; padding: 0; gap: clamp(.1rem, .9vw, 1.1rem); }
  nav.nav > ul > li { position: relative; }
  nav.nav > ul > li > a { display: inline-flex; align-items: center; min-height: 84px; padding: 0 .5rem; font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--navy); text-decoration: none; white-space: nowrap; }
  body.has-hero .hdr:not(.scrolled) nav.nav > ul > li > a { color: #fff; }
  nav.nav > ul > li > a:hover, nav.nav > ul > li > a[aria-current="true"] { color: var(--accent); }
  .panel { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; min-width: 300px; background: var(--paper); border-radius: 0 0 4px 4px; box-shadow: 0 14px 34px rgba(11,11,34,.14); display: none; padding: .5rem 0; }
  li:hover > .panel, li:focus-within > .panel { display: block; }
  .panel a { display: block; padding: .55rem 1.4rem; text-decoration: none; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--navy); white-space: nowrap; }
  .panel a:hover { color: var(--accent); background: var(--tint); }
}
@media (min-width: 1000px) and (max-width: 1250px) {
  nav.nav > ul > li > a { font-size: .74rem; letter-spacing: .05em; padding: 0 .35rem; }
}
.hdr .hdr-cta { display: none; }
@media (min-width: 1280px) { .hdr .hdr-cta { display: inline-flex; } }

.m-nav { display: block; }
@media (min-width: 1000px) { .m-nav { display: none; } }
.m-nav > summary { list-style: none; display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; min-width: 44px; padding: .5rem .9rem; cursor: pointer; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--navy); border: 2px solid var(--navy); border-radius: 5px; }
body.has-hero .hdr:not(.scrolled) .m-nav > summary { color: #fff; border-color: #fff; }
.m-nav > summary::-webkit-details-marker { display: none; }
.m-nav[open] > summary { background: var(--navy); color: #fff; border-color: var(--navy); }
.m-panel { position: fixed; left: 0; right: 0; top: 84px; bottom: 0; background: var(--navy); overflow-y: auto; padding: 1rem clamp(1rem, 3vw, 1.5rem) 3rem; z-index: 60; }
.m-panel ul { list-style: none; margin: 0; padding: 0; }
.m-panel .m-sect > a { display: flex; min-height: 48px; align-items: center; font-family: var(--display); font-weight: 800; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .05em; color: #fff; text-decoration: none; border-bottom: 1px solid var(--navy-mid); }
.m-panel .m-sub a { display: flex; min-height: 44px; align-items: center; padding-left: 1.25rem; font-size: .9rem; color: #C9C9E8; text-decoration: none; border-bottom: 1px solid rgba(26,26,122,.5); }

/* ---- home hero: static full width photograph, poster headline ---- */
.heroD { position: relative; min-height: min(92vh, 900px); display: flex; align-items: center; background: var(--navy-deep); }
.heroD .h-img { position: absolute; inset: 0; }
.heroD .h-img img { width: 100%; height: 100%; object-fit: cover; }
.heroD .h-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,72,.5) 0%, rgba(0,0,72,.3) 45%, rgba(0,0,72,.72) 100%); }
.heroD .wrap { position: relative; width: 100%; padding-block: clamp(8rem, 16vh, 11rem) clamp(4rem, 9vh, 6rem); }
.heroD h1 { color: #fff; max-width: 11em; margin-bottom: 1.5rem; }
.heroD .lede { color: #E2E2F5; margin-bottom: 2.25rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---- stat band directly under the fold: big numbers, small labels, no icons ---- */
.stats { background: var(--navy); color: #fff; }
.stats .wrap { display: grid; gap: 2rem; padding-block: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 760px) { .stats .wrap { grid-template-columns: repeat(3, 1fr); } }
.stats .st { text-align: left; }
.stats .st-val { font-family: var(--display); font-weight: 800; font-size: clamp(2.6rem, 5.5vw, 4.2rem); line-height: 1; letter-spacing: .01em; display: block; }
.stats .st-lab { display: block; margin-top: .6rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: var(--mute-2); }

/* ---- bands ---- */
.band { padding-block: var(--sect); }
.band--tint { background: var(--tint); }
.band--navy { background: var(--navy); color: #D9D9F2; }
.band--navy h2, .band--navy h3 { color: #fff; }
.band-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.band-head .eyebrow { display: block; margin-bottom: .9rem; }
.band-head p { margin-top: 1rem; color: var(--mute); }

/* ---- capability cards: image top, uppercase heading, factual bullets, 4px radius ---- */
.caps { display: grid; gap: 1.75rem; }
@media (min-width: 700px) { .caps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .caps { grid-template-columns: repeat(4, 1fr); } }
.cap { background: var(--paper); border-radius: 4px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; box-shadow: 0 2px 10px rgba(11,11,34,.07); }
.cap figure { overflow: hidden; }
.cap figure img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.cap .cap-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .8rem; flex: 1; }
.cap ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.cap li { font-size: .88rem; color: var(--text); padding-left: 1.1rem; position: relative; }
.cap li::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; background: var(--accent); border-radius: 1px; }
.cap .cap-link { margin-top: auto; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-deep); }
.cap .cap-link::after { content: " \2192"; }
@media (prefers-reduced-motion: no-preference) {
  .cap figure img { transition: transform .3s ease; }
  .cap:hover figure img { transform: scale(1.04); }
}

/* ---- industries rail: full photo panels with uppercase names ---- */
.rail { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .rail { grid-template-columns: repeat(3, 1fr); } }
.rail a { position: relative; display: block; border-radius: 4px; overflow: hidden; text-decoration: none; aspect-ratio: 4 / 3; }
.rail img { width: 100%; height: 100%; object-fit: cover; }
.rail .r-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,72,.06) 30%, rgba(0,0,72,.78) 100%); }
.rail .r-name { position: absolute; left: 1.25rem; bottom: 1.1rem; right: 1.25rem; color: #fff; font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: clamp(1rem, 2vw, 1.35rem); }
.rail .r-more { position: absolute; left: 1.25rem; bottom: .35rem; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); opacity: 0; }
.rail a:hover .r-more, .rail a:focus-visible .r-more { opacity: 1; }
.rail a:hover .r-name { color: var(--accent); }
@media (prefers-reduced-motion: no-preference) { .rail .r-name, .rail .r-more { transition: color .2s ease, opacity .2s ease; } }

/* ---- trust strip: client names as text until marks are cleared ---- */
.trust { border-block: 1px solid var(--rule); padding-block: 1.75rem; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 1rem 3rem; align-items: baseline; justify-content: center; }
.trust .t-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--mute-2); }
.trust .t-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .95rem; color: var(--mute); }

/* ---- advantage grid: six factual tiles, number instead of icon ---- */
.adv { display: grid; gap: 2.25rem 2.5rem; }
@media (min-width: 700px) { .adv { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .adv { grid-template-columns: repeat(3, 1fr); } }
.adv .a-n { font-family: var(--display); font-weight: 800; font-size: 1rem; color: var(--accent); letter-spacing: .04em; display: block; margin-bottom: .6rem; }
.adv h3 { margin-bottom: .5rem; }
.adv p { font-size: .92rem; }

/* ---- project wall: dense grid, image dominant, title only ---- */
.wall { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .wall { grid-template-columns: repeat(3, 1fr); } }
.wall a { position: relative; display: block; border-radius: 4px; overflow: hidden; text-decoration: none; aspect-ratio: 4 / 3; background: var(--navy-deep); }
.wall img { width: 100%; height: 100%; object-fit: cover; }
.wall .w-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,72,0) 40%, rgba(0,0,72,.85) 100%); }
.wall .w-title { position: absolute; left: 1.1rem; right: 1.1rem; bottom: 1rem; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: .9rem; line-height: 1.35; }
.wall a:hover .w-title { color: var(--accent); }
@media (prefers-reduced-motion: no-preference) {
  .wall img { transition: transform .3s ease; }
  .wall a:hover img { transform: scale(1.04); }
}

/* ---- named machine list: sub heading plus one spec line each ---- */
.machines { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.machines > div { padding: 1.2rem .25rem; border-bottom: 1px solid var(--rule); display: grid; gap: .3rem; }
@media (min-width: 860px) { .machines > div { grid-template-columns: minmax(14rem, 22rem) 1fr; gap: 2rem; align-items: baseline; } }
.machines h3 { font-size: 1rem; }
.machines .m-spec { font-size: .95rem; color: var(--text); }

/* ---- interior hero: white headerbar page, headline + tagline ---- */
.pageheadD { padding-block: var(--sect-sm); border-bottom: 1px solid var(--rule); }
.pageheadD .eyebrow { display: block; margin-bottom: .9rem; }
.pageheadD h1 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); margin-bottom: 1rem; }
.pageheadD .lede { color: var(--mute); }
.bannerD { position: relative; background: var(--navy-deep); }
.bannerD img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; display: block; }

/* ---- rows for detail pages ---- */
.row { display: grid; gap: 2rem; align-items: center; }
.row + .row { margin-top: clamp(3rem, 7vw, 5.5rem); }
@media (min-width: 1000px) { .row { grid-template-columns: 1fr 1fr; gap: 4rem; } .row.rev > figure { order: 2; } }
.row figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.row figure figcaption { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--mute-2); margin-top: .6rem; }
.row h2 { margin-bottom: 1.2rem; }
.row h3 { margin-bottom: .9rem; }
.row p { margin-bottom: 1rem; max-width: 40em; }
.row ul.plain { padding-left: 1.15rem; margin: 0 0 1rem; }
.row ul.plain li { margin-bottom: .35rem; }

/* spec dl reused inside rows */
.spec { border-top: 1px solid var(--rule); margin-top: 1.25rem; }
.spec > div { display: grid; grid-template-columns: minmax(9rem, 15rem) 1fr; gap: 1rem; padding: .7rem .25rem; border-bottom: 1px solid var(--rule); }
.spec dt { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--mute); }
.spec dd { margin: 0; font-weight: 600; font-size: .95rem; color: var(--ink); }
@media (max-width: 560px) { .spec > div { grid-template-columns: 1fr; gap: .1rem; } }

/* ---- gallery ---- */
.gallery { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.gallery figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 4px; }
.gallery figcaption { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--mute-2); margin-top: .5rem; }

/* ---- steps, faq, team, misc shared with model renderer ---- */
.steps { display: grid; gap: 2rem; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps > div { border-top: 3px solid var(--accent); padding-top: 1rem; }
.steps .s-n { font-family: var(--display); font-weight: 800; color: var(--accent-deep); display: block; margin-bottom: .4rem; }
.steps h3 { margin-bottom: .5rem; }
.steps p { font-size: .93rem; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 700; color: var(--navy); padding: .5rem .25rem; list-style: none; text-transform: uppercase; letter-spacing: .04em; font-size: .9rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 600; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > p { padding: 0 .25rem 1.25rem; max-width: 46em; }
.team { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .team { grid-template-columns: repeat(2, 1fr); } }
.team > div { border-top: 3px solid var(--navy); padding-top: 1rem; }
.team .t-name { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.25rem; color: var(--navy); }
.team .t-role { font-size: .78rem; font-weight: 700; color: var(--mute); text-transform: uppercase; letter-spacing: .1em; margin: .2rem 0 .6rem; }
.team .t-contact { display: flex; flex-wrap: wrap; gap: .2rem 1.5rem; font-size: .9rem; font-weight: 600; }
.team .t-contact a { text-decoration: none; color: var(--accent-deep); display: inline-flex; align-items: center; min-height: 44px; }
.team .t-contact a:hover { text-decoration: underline; }
.gap-note { border: 1px dashed var(--mute-2); border-radius: 4px; padding: 1.25rem 1.5rem; font-size: .92rem; color: var(--mute); max-width: 46em; }
.gap-note b { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .4rem; color: var(--navy); }

/* ---- enquiry band: embedded form on navy ---- */
.enquiry { background: var(--navy); color: #D9D9F2; padding-block: var(--sect); }
.enquiry .wrap { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .enquiry .wrap { grid-template-columns: 1fr 1fr; align-items: start; } }
.enquiry h2 { color: #fff; margin-bottom: 1rem; }
.enquiry .c-phone { font-family: var(--display); font-weight: 800; font-size: clamp(1.5rem, 3vw, 2.1rem); color: #fff; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.enquiry .c-phone:hover { color: var(--accent); }
.enquiry .c-note { display: block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--mute-2); margin: .4rem 0 1.5rem; }
.form { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form.cols { grid-template-columns: 1fr 1fr; } .form.cols .full { grid-column: 1 / -1; } }
.form label { display: block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .4rem; }
.form label b { color: var(--accent); }
.form input, .form select, .form textarea { width: 100%; min-height: 48px; padding: .7rem .85rem; font-family: var(--body); font-size: 1rem; color: var(--ink); background: var(--paper); border: 1px solid var(--mute-2); border-radius: 4px; }
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus-visible, .form select:focus-visible, .form textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.form .f-note { font-size: .8rem; color: var(--mute-2); }
.band .form label { color: var(--mute); }
fieldset { border: 1px solid var(--rule); padding: 1rem; margin: 0; border-radius: 4px; }
legend { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; padding-inline: .35rem; }
.checks { display: grid; gap: .25rem; }
.checks label { display: flex; align-items: center; gap: .6rem; min-height: 44px; font-size: .95rem; font-weight: 500; text-transform: none; letter-spacing: 0; margin: 0; }
.checks input { width: 1.15rem; height: 1.15rem; min-height: 0; }

/* ---- prose ---- */
.prose { max-width: 46em; }
.prose h2 { margin: 2.25rem 0 1rem; }
.prose p { margin-bottom: 1.1em; }
.prose ul { margin: 0 0 1.1em; padding-left: 1.2rem; }
.prose a { color: var(--accent-deep); }
.art-meta { margin-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .3rem 1.75rem; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--mute-2); }

/* ---- footer: multi column with a location block ---- */
.ftr { background: var(--navy-deep); color: var(--mute-2); }
.ftr a { text-decoration: none; }
.ftr .f-main { display: grid; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 5rem); }
@media (min-width: 900px) { .ftr .f-main { grid-template-columns: 2fr 1fr 1fr 1.5fr; } }
.ftr img { height: 38px; width: auto; max-width: none; margin-bottom: 1.25rem; }
.ftr .f-pos { font-size: .9rem; max-width: 26em; color: #C9C9E8; }
.ftr h4 { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; color: #fff; margin-bottom: 1rem; }
.ftr ul { list-style: none; margin: 0; padding: 0; }
.ftr ul a { display: inline-flex; align-items: center; min-height: 44px; font-size: .88rem; color: var(--mute-2); }
.ftr ul a:hover { color: #fff; text-decoration: underline; }
.ftr .f-loc { font-size: .9rem; line-height: 1.9; }
.ftr .f-loc b { color: #fff; display: block; text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; margin-bottom: .35rem; }
.ftr .f-loc a { color: #fff; display: inline-flex; min-height: 44px; align-items: center; }
.ftr .f-loc a:hover { text-decoration: underline; }
.ftr .f-base { border-top: 1px solid var(--navy-mid); padding-block: 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem 2rem; justify-content: space-between; font-size: .78rem; }
.ftr .f-base a { color: var(--mute-2); display: inline-flex; align-items: center; min-height: 44px; }
.ftr .f-base a:hover { color: #fff; }

.contact-grid { display: grid; gap: 3rem; }
@media (min-width: 980px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.map-frame iframe { display: block; width: 100%; height: 380px; border: 0; border-radius: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .btn, .panel a, nav.nav a, .hdr, .cap, .wall a, .rail a { transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
}
@media (prefers-reduced-motion: reduce) {
  .cap figure img, .wall img { transition: none !important; transform: none !important; }
}

.err { padding-block: var(--sect); }
.err .mono-big { font-family: var(--display); font-weight: 800; font-size: clamp(4rem, 14vw, 9rem); color: var(--tint); -webkit-text-stroke: 2px var(--navy); line-height: 1; }
