/* ============================================================
   Surf City Epoxy — Huntington Beach, CA
   Visual world: "poured, not printed"
   Ground = resin navy (sampled from the shop's own metallic pour)
   Accent = the exact logo azure #007EC7
   Display = Archivo Black · Text = Poppins (both self-hosted, subset)
   ============================================================ */

/* ---------- 1. Fonts ---------- */
@font-face {
  font-family: "Archivo Black";
  src: url("./fonts/archivo-black-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./fonts/poppins-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./fonts/poppins-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("./fonts/poppins-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- 2. Tokens ---------- */
:root {
  /* Ground — sampled from epoxybackground.jpg */
  --ink:        #071227;
  --ink-2:      #0e1e3a;
  --ink-3:      #17294a;
  --ink-line:   rgba(0, 126, 199, .26);

  /* Light ground — Huntington sand, not office white */
  --sand:       #f3efe7;
  --sand-2:     #e7e1d5;
  --sand-line:  #d6cfc0;
  --paper:      #ffffff;

  /* Brand azure — exact value pulled from surf-city-logo.png */
  --azure:      #007ec7;   /* marks, rules, fills            */
  --azure-btn:  #0077bc;   /* button fill · white text 4.8:1 */
  --azure-lift: #37a8e8;   /* text on ink        7.1:1       */
  --azure-deep: #036398;   /* text on sand       5.7:1       */
  --patina:     #3fb3af;   /* the teal in the pours 7.4:1    */

  /* Text */
  --on-ink:      #f3efe7;  /* 16.3:1 */
  --on-ink-dim:  #9db0ce;  /*  8.5:1 — tinted from the ground, never gray */
  --on-sand:     #071227;  /* 16.3:1 */
  --on-sand-dim: #4b5a76;  /*  6.1:1 */

  /* Space — 4px base */
  --s1: .25rem;  --s2: .5rem;   --s3: .75rem;  --s4: 1rem;
  --s5: 1.5rem;  --s6: 2rem;    --s7: 3rem;    --s8: 4rem;
  --s9: 6rem;    --s10: 8rem;   --s11: 10rem;

  /* Shape — the logo mark is a stadium; the page repeats it */
  --r-pill: 999px;
  --r-lg: 14px;
  --r-md: 10px;
  --r-sm: 6px;

  /* Depth — offset + soft blur, tinted by the ground */
  --lift-1: 0 1px 2px rgba(7, 18, 39, .10), 0 6px 16px -6px rgba(7, 18, 39, .18);
  --lift-2: 0 3px 7px rgba(7, 18, 39, .16), 0 16px 30px -14px rgba(7, 18, 39, .3);
  --lift-ink: 0 3px 8px rgba(0, 0, 0, .36), 0 20px 38px -18px rgba(0, 0, 0, .58);

  --ease: cubic-bezier(.16, 1, .3, 1);
  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --maxw: 1360px;
}

/* ---------- 3. Reset + browser surfaces ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  scrollbar-color: var(--azure) var(--ink-2);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--sand);
  color: var(--on-sand);
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-x: clip;
  caret-color: var(--azure);
}

::selection { background: var(--azure); color: #fff; }

img, svg { display: block; max-width: 100%; }
img { height: auto; }

/* Custom scrollbar (WebKit) — the parts we didn't draw still carry the design */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--ink-2); }
::-webkit-scrollbar-thumb { background: var(--azure); border: 3px solid var(--ink-2); border-radius: var(--r-pill); }
::-webkit-scrollbar-thumb:hover { background: var(--azure-lift); }

a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: .22em; }

:focus-visible {
  outline: 2.5px solid var(--azure-lift);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}
.on-sand :focus-visible { outline-color: var(--azure-deep); }

.skip {
  position: fixed; left: var(--s4); top: -100px; z-index: 100;
  background: var(--azure-btn); color: #fff; font-weight: 600;
  padding: .7rem 1.15rem; border-radius: var(--r-pill);
  transition: top .18s var(--ease);
}
.skip:focus-visible { top: var(--s4); }

.vh {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}

/* ---------- 4. Type scale ---------- */
.display, h1, h2 {
  font-family: "Archivo Black", "Poppins", ui-sans-serif, system-ui, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .96;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.05rem, 7.4vw, 4.15rem); letter-spacing: -.035em; line-height: .95; }
h2 { font-size: clamp(1.95rem, 4.6vw, 3.15rem); }
h3 {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-weight: 600; font-size: 1.3rem; line-height: 1.25;
  letter-spacing: -.015em; margin: 0;
}
p { margin: 0; }

.lede { font-size: clamp(1.03rem, 1.9vw, 1.2rem); line-height: 1.58; max-width: 46ch; }
.body { max-width: 68ch; }
.small { font-size: .92rem; line-height: 1.55; }

.label {
  font-size: .74rem; font-weight: 600; letter-spacing: .13em;
  text-transform: uppercase; line-height: 1.2;
}

/* ---------- 5. Layout primitives ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.5rem, 8vw, var(--s10)); }
.on-ink  { background: var(--ink); color: var(--on-ink); }
.on-sand { background: var(--sand); color: var(--on-sand); }
.on-paper{ background: var(--paper); color: var(--on-sand); }

/* Section heading block: more space above the heading than below it */
.head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.head p { margin-top: var(--s4); color: var(--on-sand-dim); }
.on-ink .head p { color: var(--on-ink-dim); }

.rule { height: 1px; border: 0; margin: 0; background: var(--sand-line); }
.on-ink .rule { background: var(--ink-line); }

/* ---------- 6. Buttons ---------- */
.btn {
  --btn-bg: var(--azure-btn);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.5rem;
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 600; font-size: 1.0625rem; letter-spacing: -.01em;
  border: 1.5px solid transparent; border-radius: var(--r-pill);
  text-decoration: none; white-space: nowrap;
  font-variant-numeric: tabular-nums;
  transition: background .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .2s var(--ease),
              box-shadow .25s var(--ease);
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--lift-2); }
.btn:active { transform: translateY(0); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--on-ink);
  border-color: rgba(55, 168, 232, .55);
}
.btn--ghost:hover { --btn-bg: rgba(55, 168, 232, .14); border-color: var(--azure-lift); }

.btn--ink { --btn-bg: var(--ink); --btn-fg: var(--sand); }
.btn--ink:hover { --btn-bg: var(--ink-3); }

.btn--sand { --btn-bg: var(--sand); --btn-fg: var(--ink); }
.btn--sand:hover { --btn-bg: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s4); align-items: center; }

/* Inline text link */
.tlink {
  color: var(--azure-deep); font-weight: 600;
  text-decoration: underline; text-decoration-color: rgba(3, 99, 152, .4);
  transition: text-decoration-color .18s var(--ease), color .18s var(--ease);
}
.tlink:hover { text-decoration-color: currentColor; }
.on-ink .tlink { color: var(--azure-lift); text-decoration-color: rgba(55, 168, 232, .45); }

/* ---------- 7. Header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 18, 39, .82);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid var(--ink-line);
  color: var(--on-ink);
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-head.is-stuck { background: rgba(7, 18, 39, .96); box-shadow: var(--lift-ink); }
.site-head__in {
  display: flex; align-items: center; gap: var(--s4);
  min-height: 64px; padding-block: .6rem;
}
.brand { display: flex; align-items: center; margin-right: auto; flex: none; }
.brand img { height: 42px; width: auto; }

.site-nav { display: flex; align-items: center; gap: clamp(.9rem, 2.4vw, 1.9rem); }
.site-nav a {
  font-size: .8125rem; font-weight: 600; letter-spacing: .07em;
  text-transform: uppercase; text-decoration: none;
  color: var(--on-ink-dim); padding-block: .4rem;
  border-bottom: 1.5px solid transparent;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}
.site-nav a:hover { color: var(--on-ink); border-bottom-color: var(--azure); }

.head-call { padding: .62rem 1.05rem; font-size: .95rem; }
.head-call .num { display: none; }
@media (min-width: 900px) {
  .site-head__in { min-height: 76px; }
  .brand img { height: 54px; }
  .head-call .num { display: inline; }
  .head-call { padding: .7rem 1.25rem; }
}

/* ---------- 8. Hero ---------- */
.hero { position: relative; background: var(--ink); color: var(--on-ink); }
.hero__grid { display: grid; }

.hero__panel {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(2.75rem, 8vw, 5.5rem) var(--gutter) clamp(2.5rem, 6vw, 4.5rem);
  display: grid; align-content: end; gap: clamp(1.5rem, 3vw, 2.25rem);
}
/* Real material behind the type, not a flat fill */
.hero__panel::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("./epoxybackground.jpg") center / cover no-repeat;
  opacity: .3;
}
.hero__panel::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 6% 92%, rgba(0, 126, 199, .3), transparent 62%),
    linear-gradient(178deg, rgba(7, 18, 39, .9) 0%, rgba(7, 18, 39, .82) 45%, rgba(7, 18, 39, .95) 100%);
}

.hero__title span { display: block; }
.hero__title .accent {
  color: var(--azure-lift);
  font-size: clamp(1.32rem, 4.3vw, 2.05rem);
  letter-spacing: -.02em;
  margin-top: .42em;
}

.hero__lede { color: var(--on-ink-dim); max-width: 44ch; }
.hero__lede strong { color: var(--on-ink); font-weight: 600; }

.hero__meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--s2) var(--s5);
  padding-top: var(--s5);
  border-top: 1px solid var(--ink-line);
  font-size: .875rem; font-weight: 600; letter-spacing: 0;
  color: var(--on-ink-dim);
}
@media (min-width: 900px) { .hero__meta { font-size: .9375rem; } }
.hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero__meta svg { width: 16px; height: 16px; color: var(--azure-lift); flex: none; }

.hero__shot { position: relative; overflow: hidden; background: var(--ink-2); }
.hero__shot img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero__shot::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(184deg, rgba(7, 18, 39, .5) 0%, transparent 34%, rgba(7, 18, 39, .34) 100%);
}

.shot-plate {
  position: absolute; z-index: 2; left: var(--s4); bottom: var(--s4);
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .5rem .95rem .5rem .7rem;
  background: rgba(7, 18, 39, .84);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--ink-line); border-radius: var(--r-pill);
  font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--on-ink);
}
.shot-plate .mark { width: 18px; height: 18px; color: var(--azure-lift); flex: none; }

@media (max-width: 899px) {
  .hero__shot { aspect-ratio: 16 / 11; }
}
@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.16fr .84fr;
    min-height: min(90svh, 840px);
  }
  .hero__panel { padding-inline: clamp(2.5rem, 5.2vw, 5.5rem); }
  .hero__shot { border-left: 1px solid var(--ink-line); }
  .shot-plate { left: var(--s6); bottom: var(--s6); }
}

/* ---------- 9. About Sean ---------- */
.about__grid { display: grid; gap: clamp(2rem, 5vw, var(--s8)); align-items: center; }
@media (min-width: 900px) {
  .about__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 400px); gap: clamp(3rem, 6vw, 6rem); }
}

.about__copy > * + * { margin-top: var(--s5); }
.about__copy p { color: var(--on-sand-dim); max-width: 58ch; }
.about__copy p strong { color: var(--on-sand); font-weight: 600; }

.sig {
  display: flex; flex-direction: column; gap: .1rem;
  padding-left: var(--s4); border-left: 1px solid var(--azure);
}
.sig b { font-family: "Archivo Black", sans-serif; font-weight: 400; font-size: 1.05rem; letter-spacing: -.02em; }
.sig span { font-size: .8125rem; color: var(--on-sand-dim); letter-spacing: .04em; }

/* Sean's photo ships on a white studio ground — keep it white, plate it honestly */
.portrait {
  position: relative; margin: 0;
  background: var(--paper);
  border: 1px solid var(--sand-line);
  border-radius: var(--r-lg);
  box-shadow: var(--lift-2);
  overflow: hidden;
}
.portrait img { width: 100%; }
.portrait figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: var(--s5) var(--s4) var(--s3);
  background: linear-gradient(to top, rgba(255, 255, 255, .97) 40%, rgba(255, 255, 255, 0));
  font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--azure-deep);
}

/* Trust ledger — a row of facts, not a row of cards */
.ledger {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink-line);
}
@media (min-width: 860px) { .ledger { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.ledger > div {
  display: flex; align-items: flex-start; gap: .7rem;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 2.4vw, 1.75rem);
  border-bottom: 1px solid var(--ink-line);
  border-right: 1px solid var(--ink-line);
}
.ledger > div:nth-child(2n) { border-right: 0; }
@media (min-width: 860px) {
  .ledger > div { border-bottom: 0; }
  .ledger > div:nth-child(2n) { border-right: 1px solid var(--ink-line); }
  .ledger > div:last-child { border-right: 0; }
}
.ledger svg { width: 22px; height: 22px; color: var(--azure-lift); flex: none; margin-top: 1px; }
.ledger b { display: block; font-weight: 600; font-size: .98rem; line-height: 1.35; letter-spacing: -.01em; }
.ledger span { display: block; margin-top: .2rem; font-size: .82rem; color: var(--on-ink-dim); }

/* ---------- 10. Services ---------- */
.svc { display: grid; gap: clamp(1.75rem, 3.5vw, 2.75rem); }
@media (min-width: 940px) {
  .svc { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(2rem, 3.5vw, 3rem); align-items: start; }
  .svc-lead--a { grid-column: span 7; }
  .svc-lead--b { grid-column: span 5; }
  .svc-item { grid-column: span 6; }
}

.svc-lead { margin: 0; display: grid; gap: var(--s5); align-content: start; }
.svc-lead__shot {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: var(--sand-2); box-shadow: var(--lift-2);
  aspect-ratio: 4 / 3;
}
.svc-lead--a .svc-lead__shot { aspect-ratio: 16 / 11; }
@media (min-width: 940px) {
  .svc-lead__shot, .svc-lead--a .svc-lead__shot {
    aspect-ratio: auto; height: clamp(260px, 26vw, 400px);
  }
}
.svc-lead__shot img { width: 100%; height: 100%; object-fit: cover; }
.svc-lead h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
.svc-lead p { margin-top: var(--s3); color: var(--on-sand-dim); max-width: 46ch; }

.svc-lead .svc-tag {
  position: absolute; margin: 0; left: var(--s4); top: var(--s4); z-index: 2;
  padding: .42rem .85rem;
  background: rgba(7, 18, 39, .88); color: var(--sand);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 126, 199, .45);
  border-radius: var(--r-pill);
  box-shadow: 0 2px 5px rgba(7, 18, 39, .3), 0 9px 18px -9px rgba(7, 18, 39, .5);
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}

.svc-item {
  display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: var(--s5);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid var(--sand-line);
  align-items: center;
}
.svc-item__shot {
  width: 116px; height: 116px; border-radius: var(--r-md); overflow: hidden;
  background: var(--sand-2); box-shadow: var(--lift-1);
}
.svc-item__shot img { width: 100%; height: 100%; object-fit: cover; }
.svc-item p { margin-top: .4rem; color: var(--on-sand-dim); font-size: .95rem; max-width: 42ch; }

/* Finish specimens — the material itself, at real scale */
.finishes { margin-top: clamp(2.75rem, 6vw, 4.5rem); padding-top: clamp(1.75rem, 4vw, 2.5rem); border-top: 1px solid var(--sand-line); }
.finishes__head {
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5);
  align-items: baseline; margin-bottom: var(--s5);
}
.finishes__head .label { color: var(--azure-deep); }
.finishes__head p { font-size: .92rem; color: var(--on-sand-dim); }
.finishes__row {
  display: grid; gap: var(--s3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 720px) { .finishes__row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); } }
.finish { margin: 0; }
.finish img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--r-md); box-shadow: var(--lift-1);
  background: var(--sand-2);
}
.finish figcaption {
  margin-top: .6rem; font-size: .78rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--on-sand-dim);
}

/* ---------- 11. Before / After ---------- */
.work { position: relative; isolation: isolate; overflow: hidden; }
.work::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("./epoxybackground.jpg") center / cover no-repeat;
  opacity: .22;
}
.work::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, var(--ink) 0%, rgba(7, 18, 39, .88) 30%, rgba(7, 18, 39, .9) 70%, var(--ink) 100%);
}

.work__grid, .work__col {
  display: grid; gap: clamp(1.75rem, 3.5vw, 3rem); align-content: start;
}
@media (min-width: 860px) {
  .work__grid { grid-template-columns: 7fr 5fr; align-items: start; }
}

.ba { margin: 0; }
.ba__frame {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--ink-line);
  background: var(--ink-2);
  box-shadow: var(--lift-ink);
}
.ba__frame img { width: 100%; }
/* Resin gloss: a slow sweep of light across the finish on hover */
.ba__frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(104deg, transparent 38%, rgba(255, 255, 255, .16) 47%, rgba(198, 232, 255, .3) 50%, rgba(255, 255, 255, .16) 53%, transparent 62%);
  transform: translateX(-115%);
  transition: transform 1.1s var(--ease);
}
.ba__frame:hover::after, .ba:focus-within .ba__frame::after { transform: translateX(115%); }

.ba figcaption {
  display: flex; gap: .7rem; align-items: baseline;
  margin-top: var(--s3); padding-left: var(--s3);
  border-left: 1px solid var(--azure);
  font-size: .92rem; color: var(--on-ink-dim);
}
.ba figcaption b {
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--azure-lift); flex: none; padding-top: .18rem;
}

/* ---------- 12. CTA band ---------- */
.cta {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: var(--ink);
  color: var(--on-ink);
  padding-block: clamp(3.5rem, 9vw, 7.5rem);
}
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("./0-04aab12c-2b7a-4742-bce8-a253488ff975-1000x1000.jpg") center / cover no-repeat;
}
.cta::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(90% 120% at 12% 50%, rgba(7, 18, 39, .95), rgba(7, 18, 39, .82) 55%, rgba(7, 18, 39, .9));
}
.cta__grid { display: grid; gap: clamp(1.75rem, 4vw, 3rem); align-items: end; }
@media (min-width: 940px) { .cta__grid { grid-template-columns: 1fr auto; } }

.cta h2 { max-width: 18ch; }
.cta p { margin-top: var(--s4); color: var(--on-ink-dim); max-width: 46ch; }

.phone-xl {
  display: inline-block;
  font-family: "Archivo Black", sans-serif; font-weight: 400;
  font-size: clamp(2.05rem, 6.2vw, 3.85rem);
  letter-spacing: -.035em; line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--on-ink); text-decoration: none;
  border-bottom: 3px solid var(--azure);
  padding-bottom: .18em;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.phone-xl:hover { color: var(--azure-lift); border-color: var(--azure-lift); }

.cta__act { display: grid; gap: var(--s4); justify-items: start; }
.cta__act .small { color: var(--on-ink-dim); }

/* ---------- 13. Footer ---------- */
.site-foot { background: var(--ink); color: var(--on-ink); padding-block: clamp(3rem, 6vw, 4.5rem) var(--s6); }
.foot__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }
@media (min-width: 800px) { .foot__grid { grid-template-columns: 1.3fr 1fr 1fr; } }

.site-foot .brand img { height: 66px; }
.foot__blurb { margin-top: var(--s4); color: var(--on-ink-dim); font-size: .95rem; max-width: 34ch; }
.foot h3 { font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--azure-lift); }
.foot ul { list-style: none; margin: var(--s4) 0 0; padding: 0; display: grid; gap: .7rem; }
.foot a {
  color: var(--on-ink-dim); text-decoration: none; font-size: .98rem;
  display: inline-flex; align-items: center; gap: .55rem;
  transition: color .18s var(--ease);
}
.foot a:hover { color: var(--on-ink); text-decoration: underline; }
.foot a svg { width: 17px; height: 17px; color: var(--azure); flex: none; }
.foot li > span { color: var(--on-ink-dim); font-size: .98rem; display: inline-flex; align-items: center; gap: .55rem; }
.foot li > span svg { width: 17px; height: 17px; color: var(--azure); flex: none; }

.foot__base {
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5);
  justify-content: space-between; align-items: center;
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: var(--s5);
  border-top: 1px solid var(--ink-line);
  font-size: .82rem; color: var(--on-ink-dim);
}

/* ---------- 14. Motion — one authored moment, then restraint ---------- */
.js .hero__title span,
.js .hero__lede,
.js .hero__cta,
.js .hero__meta {
  opacity: 0;
  transform: translateY(22px);
  animation: rise .95s var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 95ms + 120ms);
}
.js .hero__shot img { animation: settle 1.6s var(--ease) forwards; }
.js .hero__shot .shot-plate { opacity: 0; animation: rise .9s var(--ease) .75s forwards; }

@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes settle { from { transform: scale(1.07); } to { transform: scale(1); } }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .hero__title span, .js .hero__lede, .js .hero__cta, .js .hero__meta,
  .js .hero__shot .shot-plate {
    opacity: 1; transform: none; animation: none;
  }
  .js .hero__shot img { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .ba__frame::after { display: none; }
  .btn:hover { transform: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ---------- 15. Print ---------- */
@media print {
  .site-head, .hero__shot, .ba__frame::after { display: none !important; }
  body { background: #fff; color: #000; }
  .on-ink, .hero, .cta, .site-foot { background: #fff !important; color: #000 !important; }
  a[href^="tel:"]::after, a[href^="mailto:"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}
