/* =========================================================
   Piozone - shared stylesheet for all five pages
   Style: Editorial / Magazine (extended from the approved
   single-page direction). Palette derived from logo.png.
   Signature element: the numbered workshop tile, mined from
   the 17-tile UN SDG board projected in assets/event.jpg.
   ========================================================= */
:root {
  /* --- Brand, derived from logo.png --------------------- */
  --green:    #2c9f4c;   /* logo green. DECORATION ONLY - 3.40:1 on white, never behind text */
  --green-d:  #1c7a39;   /* text + button green. 5.40:1 on white */
  --green-x:  #14602c;   /* pressed / hover. 7.67:1 on white */
  --blue:     #1f6fb8;   /* logo blue. 5.22:1 with white */
  --blue-d:   #17558d;   /* 7.72:1 with white */
  --amber:    #e9963a;   /* warm accent, dark backgrounds only */
  --amber-d:  #a35e12;   /* warm accent on light. 5.04:1 on white */
  --gold:     #ffe6c2;   /* display accent on dark */

  /* --- Neutrals, leaned warm toward the accent ---------- */
  --ink:      #18271f;
  --ink-2:    #5a685e;   /* 5.45:1 on cream */
  --cream:    #faf6ef;
  --cream-2:  #f1ebdf;
  --card:     #ffffff;
  --line:     #e7ddcd;
  --line-2:   #d6c9b2;

  --grad:     linear-gradient(115deg, var(--green-d), var(--blue-d));
  --grad-hi:  linear-gradient(115deg, var(--green), var(--blue));

  /* --- 8px baseline scale ------------------------------- */
  --s0: 4px;  --s1: 8px;  --s2: 16px; --s3: 24px;
  --s4: 32px; --s5: 48px; --s6: 64px; --s7: 96px;

  /* --- Radii, shadows, motion --------------------------- */
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 24px;
  --shadow-1: 0 1px 2px rgba(24,39,31,.06), 0 6px 14px -8px rgba(24,39,31,.14);
  --shadow-2: 0 1px 2px rgba(24,39,31,.06), 0 10px 24px -12px rgba(24,39,31,.18), 0 30px 60px -38px rgba(24,39,31,.34);
  --shadow-3: 0 2px 4px rgba(24,39,31,.07), 0 18px 38px -16px rgba(24,39,31,.24), 0 46px 80px -46px rgba(24,39,31,.42);
  --ease:   cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --pad:    clamp(4.5rem, 9vw, 8rem);
  --measure: 68ch;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink); background: var(--cream);
  line-height: 1.62; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.06; letter-spacing: -0.015em; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 500; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
strong { font-weight: 700; }

.container { width: min(1240px, 90%); margin-inline: auto; }
.container-narrow { width: min(880px, 90%); margin-inline: auto; }

:focus-visible { outline: 3px solid var(--green-d); outline-offset: 3px; border-radius: 4px; }
.header :focus-visible, .hero :focus-visible, .masthead :focus-visible,
.cta-band :focus-visible, .footer :focus-visible { outline-color: var(--gold); }

.skip-link {
  position: absolute; left: var(--s2); top: -100px; z-index: 300;
  background: var(--ink); color: #fff; padding: var(--s2) var(--s3);
  border-radius: 0 0 var(--r-sm) var(--r-sm); font-weight: 700;
  transition: top .25s var(--ease);
}
.skip-link:focus { top: 0; }

/* Custom scrollbar */
html { scrollbar-color: var(--line-2) var(--cream-2); scrollbar-width: thin; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--cream-2); }
::-webkit-scrollbar-thumb { background: var(--line-2); border-radius: 99px; border: 3px solid var(--cream-2); }
::-webkit-scrollbar-thumb:hover { background: var(--ink-2); }
::selection { background: var(--green-d); color: #fff; }

/* Reveal (only hides when JS is active) */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
/* Editorial image entrance: scales 1.06 -> 1 */
.js .rv-img img, .js .rv-img video { transform: scale(1.06); transition: transform 1.1s var(--ease); }
.rv-img.in img, .rv-img.in video { transform: scale(1); }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad-hi); z-index: 200; }

/* ============ Buttons ============ */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 1rem 1.75rem; border-radius: 999px; font-weight: 700; font-size: .96rem;
  font-family: inherit; overflow: hidden; border: 1.5px solid transparent; cursor: pointer;
  transition: color .35s var(--ease), border-color .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease);
  white-space: nowrap; will-change: transform;
}
.btn span { position: relative; z-index: 2; }
.btn svg { position: relative; z-index: 2; width: 17px; height: 17px; flex: none; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: 1; transform: translateY(101%); transition: transform .45s var(--ease); }
.btn-solid { background: var(--green-d); color: #fff; box-shadow: var(--shadow-1); }
.btn-solid::before { background: var(--green-x); }
.btn-solid:hover { box-shadow: var(--shadow-2); }
.btn-solid:hover::before, .btn-solid:focus-visible::before { transform: translateY(0); }
.btn-solid:active { transform: translateY(1px); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost::before { background: #fff; }
.btn-ghost:hover { color: var(--ink); border-color: #fff; }
.btn-ghost:hover::before, .btn-ghost:focus-visible::before { transform: translateY(0); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light::before { background: var(--ink); }
.btn-light:hover { color: #fff; }
.btn-light:hover::before, .btn-light:focus-visible::before { transform: translateY(0); }
.btn-line { color: var(--ink); border-color: var(--line-2); background: transparent; }
.btn-line::before { background: var(--ink); }
.btn-line:hover { color: #fff; border-color: var(--ink); }
.btn-line:hover::before, .btn-line:focus-visible::before { transform: translateY(0); }
.btn-block { width: 100%; }
.btn-sm { padding: .7rem 1.3rem; font-size: .88rem; }

/* Text link with a rule that draws in. Also usable on a <button>. */
.tlink { position: relative; display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .95rem; color: var(--green-d); padding: .5rem 0; min-height: 34px; font-family: inherit; background: none; border: 0; cursor: pointer; text-align: left; }
.tlink::after { content: ""; position: absolute; left: 0; bottom: .38rem; height: 2px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.tlink:hover::after, .tlink:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.tlink svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.tlink:hover svg { transform: translateX(3px); }

/* ============ Wordmark ============ */
.wordmark { display: inline-flex; align-items: center; gap: .55rem; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.5rem; letter-spacing: -0.01em; padding-block: .22rem; min-height: 44px; }
.wm-dot { width: 15px; height: 15px; border-radius: 50%; background: var(--grad-hi); flex: none; }

/* ============ Header (identical markup on all five pages) ============ */
.header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: transform .4s var(--ease), background .35s, color .35s, border-color .35s; border-bottom: 1px solid transparent; }
.header.solid { background: rgba(250,246,239,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); color: var(--ink); border-color: var(--line); }
.header.up { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); height: 80px; }
.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav > a:not(.nav-btn) { font-weight: 600; font-size: .95rem; position: relative; opacity: .92; padding: .72rem 0; display: inline-flex; align-items: center; }
.nav > a:not(.nav-btn)::after { content: ""; position: absolute; left: 0; bottom: .58rem; height: 2px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.nav > a:not(.nav-btn):hover::after, .nav > a:not(.nav-btn):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav > a[aria-current="page"] { opacity: 1; }
.nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-btn { position: relative; padding: .68rem 1.35rem; border-radius: 999px; border: 1.5px solid currentColor; overflow: hidden; font-weight: 700; font-size: .93rem; }
.nav-btn span { position: relative; z-index: 2; }
.nav-btn::before { content: ""; position: absolute; inset: 0; background: var(--green-d); transform: translateY(101%); transition: transform .4s var(--ease); }
.nav-btn:hover, .nav-btn:focus-visible { color: #fff; border-color: transparent; }
.nav-btn:hover::before, .nav-btn:focus-visible::before { transform: translateY(0); }
.nav-btn[aria-current="page"] { background: var(--green-d); color: #fff; border-color: transparent; }
.burger { display: none; flex-direction: column; gap: 6px; background: none; border: 0; padding: 10px; cursor: pointer; color: inherit; }
.burger span { width: 26px; height: 2px; background: currentColor; transition: .3s var(--ease); display: block; }
.burger.open span:first-child { transform: translateY(4px) rotate(45deg); }
.burger.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
.nav-scrim { position: fixed; inset: 0; background: rgba(16,26,20,.5); opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); z-index: 99; }
.nav-scrim.on { opacity: 1; pointer-events: auto; }

/* ============ Home hero ============ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; padding-bottom: var(--s4); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; background: #18271f; animation: heroZoom 22s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1.02); } to { transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) { .hero-media { animation: none; } }
.hero-shade { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(180deg, rgba(16,26,20,.7), rgba(16,26,20,.55) 35%, rgba(16,26,20,.96)),
  linear-gradient(90deg, rgba(16,26,20,.68), rgba(16,26,20,.08) 72%); }
.hero-content { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 7rem; max-width: 1000px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .6rem; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; margin-bottom: var(--s3); color: rgba(255,255,255,.94); }
.ping { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(44,159,76,.6); animation: ping 2.4s var(--ease) infinite; flex: none; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(44,159,76,.5); } 70%,100% { box-shadow: 0 0 0 11px rgba(44,159,76,0); } }
@media (prefers-reduced-motion: reduce) { .ping { animation: none; } }
.hero-title { font-size: clamp(2.75rem, 8vw, 6.5rem); font-weight: 600; letter-spacing: -0.02em; margin-bottom: var(--s3); }
.hero-title em { color: var(--gold); }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); max-width: 56ch; color: rgba(255,255,255,.94); margin-bottom: var(--s4); }
.hero-cta { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-trust { position: relative; z-index: 2; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding-top: var(--s3); margin-top: var(--s4); border-top: 1px solid rgba(255,255,255,.22); }
.hero-trust span { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.75); }
.hero-trust strong { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.15rem; }
.hero-trust i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); flex: none; }

/* ============ Interior masthead (Services / About / Book / Contact) ============
   The faint square lattice is the SDG tile board from assets/event.jpg. */
.masthead { position: relative; background: var(--ink); color: #fff; overflow: hidden; padding: clamp(9rem, 17vw, 12.5rem) 0 clamp(3.5rem, 7vw, 5.5rem); }
.masthead::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 88px 88px; background-position: center;
  mask-image: linear-gradient(160deg, #000 5%, transparent 68%);
  -webkit-mask-image: linear-gradient(160deg, #000 5%, transparent 68%);
}
.masthead::after {
  content: ""; position: absolute; right: -12%; top: -30%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(44,159,76,.34), rgba(31,111,184,.16) 45%, transparent 70%);
  filter: blur(30px);
}
.mh-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: var(--s5); align-items: end; }
.mh-kicker { display: inline-flex; align-items: center; gap: .7rem; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; color: var(--gold); margin-bottom: var(--s3); }
.mh-kicker::before { content: ""; width: 26px; height: 2px; background: var(--green); border-radius: 2px; flex: none; }
.mh-title { font-size: clamp(2.5rem, 6.5vw, 5rem); letter-spacing: -0.02em; margin-bottom: var(--s3); max-width: 15ch; }
.mh-title em { color: var(--gold); }
.mh-deck { font-size: clamp(1.02rem, 1.5vw, 1.22rem); color: rgba(255,255,255,.86); max-width: 54ch; }
.mh-num { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(4rem, 11vw, 9rem); line-height: .8; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.26); letter-spacing: -0.03em; user-select: none; }
.crumbs { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; font-size: .82rem; color: rgba(255,255,255,.7); margin-bottom: var(--s3); }
.crumbs a { display: inline-flex; align-items: center; min-height: 32px; padding: .2rem 0; }
.crumbs a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.crumbs span[aria-current] { color: #fff; font-weight: 600; }
.crumbs i { font-style: normal; color: rgba(255,255,255,.4); }

/* ============ Marquee ============ */
.marquee { background: var(--ink); color: var(--cream); padding: var(--s2) 0; overflow: hidden; white-space: nowrap; }
.marquee-row { display: inline-flex; align-items: center; gap: var(--s4); animation: marquee 38s linear infinite; }
.marquee-row span { font-family: "Fraunces", Georgia, serif; font-style: italic; font-weight: 500; font-size: clamp(1.2rem, 3vw, 2rem); }
.marquee-row b { color: var(--green); font-size: .6rem; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-row { animation: none; } .marquee { white-space: normal; } }

/* ============ Section furniture ============ */
.section { padding: var(--pad) 0; }
.section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.band-cream2 { background: var(--cream-2); }
.band-ink { background: var(--ink); color: var(--cream); }
.lbl { display: inline-flex; align-items: center; gap: .6rem; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green-d); margin-bottom: var(--s3); }
.lbl span { width: 26px; height: 2px; background: var(--green); border-radius: 2px; flex: none; }
.band-ink .lbl { color: var(--gold); }
.sec-head { margin-bottom: var(--s5); }
.sec-head.row { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s5); flex-wrap: wrap; }
.sec-title { font-size: clamp(1.95rem, 4.4vw, 3.4rem); max-width: 18ch; }
.sec-lead { max-width: 34ch; color: var(--ink-2); font-size: 1.06rem; }
.band-ink .sec-lead { color: rgba(250,246,239,.72); }
.prose { max-width: var(--measure); }
.prose p + p { margin-top: var(--s3); }
.prose p { color: var(--ink-2); font-size: 1.06rem; line-height: 1.72; }
.prose strong { color: var(--ink); }

/* ============ Signature: the numbered workshop tile ============ */
.tile-num { display: inline-flex; align-items: center; gap: .6rem; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.05rem; color: var(--ink-2); letter-spacing: .02em; }
.tile-num::after { content: ""; width: 22px; height: 1px; background: var(--line-2); }
.band-ink .tile-num { color: rgba(250,246,239,.7); }
.band-ink .tile-num::after { background: rgba(255,255,255,.28); }

/* ============ Mission ============ */
.mission-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.mission-main { position: relative; }
/* Full opacity, tinted colour rather than opacity .14, so a reduced-motion
   audit does not read a permanently faded element as a broken reveal. */
.mission-quote { position: absolute; top: -2.6rem; left: -1.5rem; font-family: "Fraunces", Georgia, serif; font-size: 11rem; line-height: 1; color: #ddead8; pointer-events: none; user-select: none; }
.statement { position: relative; font-family: "Fraunces", Georgia, serif; font-weight: 500; font-size: clamp(1.6rem, 3.6vw, 2.9rem); line-height: 1.2; letter-spacing: -0.01em; }
/* Unlit words are 4.71:1 on cream, so the statement is legible before the
   scroll-lighting effect has run. --ink is 14.45:1, so the lift still reads. */
.statement .word { color: #786d5c; transition: color .4s var(--ease); }
.statement .word.lit { color: var(--ink); }
.mission-values { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: var(--s4); }
.mission-values span { font-size: .85rem; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); padding: .5rem 1.05rem; border-radius: 999px; }
.mission-values span::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-right: .5rem; vertical-align: middle; }
.mission-card { position: relative; background: var(--ink); color: var(--cream); border-radius: var(--r-lg); padding: clamp(1.8rem, 3vw, 2.4rem); overflow: hidden; box-shadow: var(--shadow-2); }
.mission-card::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 170px; height: 170px; border-radius: 50%; background: var(--grad-hi); opacity: .45; filter: blur(14px); }
.mc-tag { position: relative; z-index: 1; display: inline-block; font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: var(--gold); margin-bottom: 1.1rem; }
.mission-card > p { position: relative; z-index: 1; font-family: "Fraunces", Georgia, serif; font-weight: 500; font-size: 1.26rem; line-height: 1.42; margin-bottom: var(--s4); }
.mc-sign { position: relative; z-index: 1; padding-top: var(--s3); border-top: 1px solid rgba(255,255,255,.18); }
.mc-mark { display: inline-block; width: 26px; height: 6px; border-radius: 3px; background: var(--grad-hi); margin-bottom: var(--s1); }
.mc-name { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.1rem; }
.mc-role { font-size: .88rem; color: rgba(250,246,239,.72); }

/* Impact stat band */
.impact-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s3); margin-top: var(--s6); padding: clamp(1.8rem, 3.5vw, 2.6rem); background: var(--ink); border-radius: var(--r-lg); color: var(--cream); box-shadow: var(--shadow-2); }
.impact-band .ib + .ib { border-left: 1px solid rgba(255,255,255,.14); padding-left: var(--s3); }
.ib-n { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(2.1rem, 4.4vw, 3.2rem); line-height: 1; color: #fff; }
.ib-l { display: block; margin-top: .5rem; color: rgba(250,246,239,.72); font-size: .9rem; line-height: 1.45; }

/* ============ Service cards (Home teaser) ============ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4) var(--s4) var(--s4); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--grad-hi); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.card:hover, .card:focus-within { transform: translateY(-8px); box-shadow: var(--shadow-3); border-color: transparent; }
.card:hover::before, .card:focus-within::before { transform: scaleX(1); }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); margin-bottom: var(--s3); }
.card-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: var(--r); background: linear-gradient(135deg, rgba(44,159,76,.15), rgba(31,111,184,.15)); color: var(--green-d); flex: none; }
.card-icon svg { width: 27px; height: 27px; }
.card h3 { font-size: clamp(1.3rem, 2.1vw, 1.5rem); margin-bottom: .7rem; }
.card > p { color: var(--ink-2); font-size: 1rem; margin-bottom: var(--s3); }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--s3); }
.tags span { font-size: .79rem; font-weight: 600; color: var(--green-d); background: rgba(28,122,57,.09); padding: .38rem .8rem; border-radius: 999px; }
.card .tlink { margin-top: auto; align-self: flex-start; }

/* ============ Services page: pull-up banner panels ============
   Proportioned after the roll-up banner in assets/event.jpg and
   assets/workshop.jpg: a tall left rail carrying the numeral. */
.svc { scroll-margin-top: 110px; }
.svc + .svc { margin-top: clamp(3.5rem, 7vw, 6rem); }
.svc-panel { display: grid; grid-template-columns: 92px 1fr; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-1); }
.svc-rail { position: relative; background: var(--ink); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: var(--s4) 0; gap: var(--s4); overflow: hidden; }
.svc-rail::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to bottom, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 100% 44px; }
/* The numeral rides down the panel as you read it, like the header block on a
   pull-up banner staying in view. */
.svc-rail-n { position: sticky; top: 112px; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.9rem; line-height: 1; }
.svc-rail-t { position: relative; writing-mode: vertical-rl; text-orientation: mixed; text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.82); }
.svc-rail-d { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--grad-hi); flex: none; }
.svc-body { display: grid; grid-template-columns: 1.15fr .85fr; }
.svc-main { padding: clamp(2rem, 4vw, 3.25rem); }
.svc-main h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); margin-bottom: var(--s2); }
.svc-strap { font-size: 1.06rem; color: var(--ink-2); max-width: 46ch; margin-bottom: var(--s4); }
.svc-sub { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--green-d); margin-bottom: var(--s2); display: block; }
.svc-list { list-style: none; display: grid; gap: .7rem; margin-bottom: var(--s4); }
.svc-list li { position: relative; padding-left: 1.9rem; color: var(--ink-2); font-size: 1rem; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 11px; height: 11px; border-radius: 3px; background: var(--grad-hi); }
.svc-list li strong { color: var(--ink); font-weight: 700; }
.svc-actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.svc-aside { background: var(--cream-2); border-left: 1px solid var(--line); padding: clamp(2rem, 4vw, 3.25rem); display: flex; flex-direction: column; gap: var(--s4); }
.svc-fig { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-1); }
.svc-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.svc-panel:hover .svc-fig img { transform: scale(1.05); }
.svc-fig figcaption { position: absolute; inset: auto 0 0 0; padding: var(--s3) var(--s2) var(--s2); font-size: .78rem; color: #fff; font-style: italic; background: linear-gradient(180deg, transparent, rgba(16,26,20,.86)); }
.svc-who { list-style: none; display: grid; gap: .55rem; }
.svc-who li { display: flex; gap: .65rem; align-items: flex-start; font-size: .96rem; color: var(--ink-2); }
.svc-who svg { width: 18px; height: 18px; color: var(--green-d); flex: none; margin-top: .25rem; }

/* Services jump bar */
.svc-jump { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2) var(--s3); }
.svc-jump-lbl { font-size: .76rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; color: var(--ink-2); }
.svc-jump a { display: inline-flex; align-items: center; gap: .55rem; font-weight: 600; font-size: .95rem; background: var(--card); border: 1px solid var(--line); padding: .6rem 1.05rem; border-radius: 999px; transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.svc-jump a b { font-family: "Fraunces", Georgia, serif; font-weight: 600; color: var(--green-d); }
.svc-jump a:hover { border-color: var(--green-d); box-shadow: var(--shadow-1); transform: translateY(-2px); }

/* Incorporation record card - stands in for a photograph on the
   registration service, where no honest photograph exists. */
.doc-card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s3); box-shadow: var(--shadow-1); overflow: hidden; }
.doc-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--grad-hi); }
.doc-tag { display: inline-block; font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; color: var(--green-d); margin-bottom: .6rem; }
.doc-card h3 { font-size: 1.4rem; margin-bottom: var(--s2); }
.doc-rows { display: grid; gap: 0; border-top: 1px solid var(--line); }
.doc-rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s2); padding: .6rem 0; border-bottom: 1px solid var(--line); }
.doc-rows dt { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-2); font-weight: 700; }
.doc-rows dd { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.02rem; text-align: right; }
.doc-foot { font-size: .88rem; color: var(--ink-2); margin-top: var(--s2); font-style: italic; }

/* ============ Stories (editorial bento) ============ */
.stories { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--s3); }
.story { position: relative; overflow: hidden; border-radius: var(--r-lg); min-height: 440px; box-shadow: var(--shadow-1); }
.story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,26,20,0) 28%, rgba(16,26,20,.55) 58%, rgba(16,26,20,.93)); }
.story:hover img, .story:focus-within img { transform: scale(1.06); }
.story-cap { position: absolute; inset: auto 0 0 0; z-index: 2; padding: clamp(1.4rem, 2.6vw, 2rem); color: #fff; }
.story-pin { display: inline-block; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.36); padding: .38rem .8rem; border-radius: 999px; margin-bottom: var(--s2); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.story-cap h3 { font-size: clamp(1.25rem, 2.1vw, 1.65rem); color: #fff; margin-bottom: .5rem; }
.story-cap p { font-size: .95rem; color: rgba(255,255,255,.9); max-width: 46ch; }
.s1 { grid-column: span 7; }
.s2 { grid-column: span 5; }
.s3 { grid-column: span 12; min-height: 360px; }
.s3 .story-cap { max-width: 62%; }
.s3 img { object-position: center 42%; }

/* ============ Approach steps ============ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.steps-4 { grid-template-columns: repeat(4, 1fr); }
.steps-4 .step { padding: clamp(1.6rem, 2.8vw, 2.1rem); }
.steps-4 .step h3 { font-size: clamp(1.2rem, 2vw, 1.42rem); }
.steps-4 .step p { font-size: .95rem; }
.step { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(2rem, 3.5vw, 2.6rem); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.step:hover { transform: translateY(-8px); box-shadow: var(--shadow-3); }
.step-n { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--grad); color: #fff; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.2rem; margin-bottom: var(--s3); }
.step h3 { font-size: clamp(1.4rem, 2.4vw, 1.7rem); margin-bottom: .6rem; }
.step p { color: var(--ink-2); }
.band-ink .step { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.14); }
.band-ink .step h3 { color: #fff; }
.band-ink .step p { color: rgba(250,246,239,.76); }

/* ============ About: two-column split ============ */
.about-split { display: grid; grid-template-columns: 1.5fr .75fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.about-aside { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: var(--shadow-1); display: grid; gap: var(--s3); justify-items: start; }
.about-logo { width: 100%; max-width: 240px; height: auto; }
.about-aside > p { font-size: .9rem; color: var(--ink-2); line-height: 1.6; }

/* ============ About: full-bleed statement panel ============
   Was a quotation from the 2019 award plaque. The client asked for that award
   content off the About page, so it now carries Piozone's own statement over
   the SDG workshop photograph. .pullq-stmt / .pullq-sub are the non-quotation
   equivalents of blockquote / cite; both sets are styled together. */
.pullq { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.pullq-media { position: absolute; inset: 0; z-index: 0; }
.pullq-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; opacity: .34; }
.pullq::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(16,26,20,.95) 22%, rgba(16,26,20,.62) 62%, rgba(16,26,20,.86)); }
.pullq-inner { position: relative; z-index: 2; padding: clamp(4rem, 9vw, 7rem) 0; max-width: 36ch; }
.pullq blockquote, .pullq-stmt { font-family: "Fraunces", Georgia, serif; font-weight: 500; font-style: italic; font-size: clamp(1.7rem, 4.2vw, 3.15rem); line-height: 1.16; letter-spacing: -0.015em; margin-bottom: var(--s4); }
.pullq cite, .pullq-sub { display: block; font-style: normal; font-size: .95rem; color: rgba(255,255,255,.86); max-width: 44ch; line-height: 1.65; }
.pullq cite strong, .pullq-sub strong { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.06rem; color: var(--gold); margin-bottom: .3rem; }

/* ============ About: chronology band (numeral-led, horizontal) ============ */
.chrono { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.chrono-item { position: relative; padding: var(--s4) var(--s3); }
.chrono-item:first-child { padding-left: 0; }
.chrono-item + .chrono-item { border-left: 1px solid var(--line-2); }
.chrono-item::before { content: ""; position: absolute; left: var(--s3); top: -7px; width: 12px; height: 12px; border-radius: 50%; background: var(--green-d); border: 3px solid var(--cream-2); }
.chrono-item:first-child::before { left: 0; }
.chrono-y { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1; margin-bottom: var(--s2); letter-spacing: -0.02em; }
.chrono-item h3 { font-size: 1.16rem; margin-bottom: .5rem; }
.chrono-item p { font-size: .95rem; color: var(--ink-2); }
.chrono-where { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--green-d); margin-bottom: .6rem; }

/* ============ Credentials band ============ */
.creds { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); align-items: stretch; }
.cred { display: flex; gap: var(--s3); align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: var(--s3); box-shadow: var(--shadow-1); }
.cred svg { width: 24px; height: 24px; color: var(--green-d); flex: none; margin-top: 2px; }
.cred h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.cred p { font-size: .92rem; color: var(--ink-2); }
.badge-chip { display: inline-flex; background: #fff; border-radius: var(--r-sm); padding: .9rem 1.1rem; border: 1px solid var(--line); }
.badge-chip img { height: 40px; width: auto; }

/* ============ Book page: the consultation slot sheet ============
   Modelled on a workshop timetable, not a pricing triptych. */
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4.5vw, 4rem); align-items: start; }
.slots { border-top: 2px solid var(--ink); }
.slot { display: grid; grid-template-columns: auto 1fr auto; gap: var(--s3); align-items: start; padding: var(--s4) 0; border-bottom: 1px solid var(--line); transition: background .3s var(--ease); }
.slot-n { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.5rem; line-height: 1.1; color: var(--ink-2); min-width: 2.2ch; }
.slot h3 { font-size: clamp(1.2rem, 2vw, 1.42rem); margin-bottom: .45rem; }
.slot p { font-size: .97rem; color: var(--ink-2); margin-bottom: var(--s2); }
.slot-meta { display: flex; flex-wrap: wrap; gap: .5rem; }
.slot-meta span { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; font-weight: 600; color: var(--ink-2); background: var(--cream-2); border: 1px solid var(--line); padding: .32rem .7rem; border-radius: 999px; }
.slot-meta svg { width: 14px; height: 14px; color: var(--green-d); }
.slot-price { text-align: right; }
.slot-price b { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.3rem, 2.4vw, 1.75rem); line-height: 1.1; color: var(--ink); white-space: nowrap; }
.slot-price small { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-2); margin-top: .3rem; }
/* Marks every value the client still has to fill in. #8c4f0d clears 4.5:1
   against the tinted chip on cream, on white and on the build-note amber. */
.is-placeholder { background: rgba(163,94,18,.1); border: 1px dashed #8c4f0d; border-radius: 6px; padding: 0 .35rem; color: #8c4f0d; font-weight: 700; }

/* Cal.com embed panel */
.cal-panel { position: sticky; top: 110px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-2); overflow: hidden; }
.cal-head { padding: var(--s3) var(--s4); border-bottom: 1px solid var(--line); background: var(--cream-2); }
.cal-head h2 { font-size: 1.32rem; margin-bottom: .3rem; }
.cal-head p { font-size: .92rem; color: var(--ink-2); }
.cal-body { padding: var(--s3); }
/* Deliberately no min-height: while the embed is unconfigured this div is
   empty and must collapse, otherwise it leaves a dead 480px gap above the
   fallback. The JS gives the injected calendar its own min-height. */
#piozone-cal-embed { width: 100%; }
.cal-fallback { display: grid; place-content: center; gap: var(--s2); text-align: center; min-height: 420px; padding: var(--s4); border: 1px dashed var(--line-2); border-radius: var(--r); background: var(--cream); }
.cal-fallback svg { width: 34px; height: 34px; color: var(--green-d); margin: 0 auto; }
.cal-fallback h3 { font-size: 1.1rem; }
.cal-fallback p { font-size: .93rem; color: var(--ink-2); max-width: 40ch; margin-inline: auto; }
.cal-foot { padding: var(--s3) var(--s4); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: center; }
.cal-foot span { display: inline-flex; align-items: center; gap: .4rem; font-size: .82rem; color: var(--ink-2); font-weight: 600; }
.cal-foot svg { width: 15px; height: 15px; color: var(--green-d); }

/* Build note. Visible reminder for the site owner; delete the whole
   <section class="build-note"> from book.html before launch. */
.build-note { background: #fff6e6; border-top: 3px solid var(--amber-d); border-bottom: 3px solid var(--amber-d); padding: clamp(1.8rem, 4vw, 2.6rem) 0; }
.build-note h2 { font-size: clamp(1.2rem, 2.4vw, 1.55rem); color: #6b3d09; margin-bottom: var(--s2); }
.build-note ol { margin: 0 0 var(--s2) 1.15rem; display: grid; gap: .7rem; }
.build-note li { color: #6b3d09; font-size: .96rem; line-height: 1.65; }
.build-note li strong { color: #4d2c06; }
.build-note code { font-family: ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas, monospace; font-size: .88em; background: #ffe9c4; border: 1px solid #e6c893; border-radius: 5px; padding: .1em .38em; color: #4d2c06; word-break: break-word; }
.build-note > .container > p { font-size: .92rem; color: #6b3d09; font-weight: 700; }

/* ============ FAQ accordion ============ */
.faq { max-width: var(--measure); border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: var(--s3) 0; cursor: pointer; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.05rem, 1.8vw, 1.22rem); list-style: none; transition: color .25s var(--ease); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--green-d); }
.faq summary::after { content: ""; width: 13px; height: 13px; flex: none; border-right: 2px solid var(--green-d); border-bottom: 2px solid var(--green-d); transform: rotate(45deg) translate(-3px, -3px); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq details > div { padding: 0 0 var(--s3); color: var(--ink-2); font-size: 1rem; max-width: 62ch; }
.faq details > div p + p { margin-top: var(--s2); }

/* ============ CTA band ============ */
.cta-band { background: var(--grad); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 88px 88px; }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: var(--s5); flex-wrap: wrap; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.cta-inner h2 { font-size: clamp(1.9rem, 4.6vw, 3.5rem); font-weight: 600; }
.cta-inner em { color: var(--gold); }
.cta-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ============ Contact ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.contact-title { font-size: clamp(1.9rem, 4.2vw, 3rem); margin: .4rem 0 1.2rem; }
.contact-info > p { color: var(--ink-2); font-size: 1.06rem; margin-bottom: var(--s4); max-width: 38ch; }
.contact-info ul { list-style: none; display: grid; gap: var(--s2); }
.contact-info li { display: grid; gap: .2rem; padding-bottom: var(--s2); border-bottom: 1px solid var(--line); }
.contact-info li > span { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--green-d); font-weight: 700; }
.contact-info li a, .contact-info li p { font-size: 1.08rem; color: var(--ink); margin: 0; }
.contact-info li a:hover { color: var(--green-d); text-decoration: underline; text-underline-offset: 3px; }
.contact-form { background: var(--card); border-radius: var(--r-lg); padding: clamp(1.6rem, 3.4vw, 2.4rem); box-shadow: var(--shadow-2); border: 1px solid var(--line); }
.contact-form h2 { font-size: 1.4rem; margin-bottom: .4rem; }
.form-intro { font-size: .95rem; color: var(--ink-2); margin-bottom: var(--s3); }
.field { margin-bottom: var(--s2); }
.field label { display: block; font-weight: 700; font-size: .84rem; margin-bottom: .45rem; }
.field .hint { font-weight: 500; color: var(--ink-2); }
.field input, .field textarea, .field select {
  width: 100%; padding: .92rem 1.05rem; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  font: inherit; font-size: 1rem; color: var(--ink); background: var(--cream);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: #7b7268; opacity: 1; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: var(--line-2); }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--green-d); box-shadow: 0 0 0 4px rgba(28,122,57,.16); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }
/* Custom select */
.field select {
  appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 2.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c7a39' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 17px;
}
/* Custom checkbox */
.check { position: relative; display: flex; gap: .75rem; align-items: flex-start; margin-bottom: var(--s3); cursor: pointer; }
/* The input keeps its real 24px box and stays on top, so it is a genuine
   pointer target and a genuine focus target. .box is only the paint. */
.check input { position: absolute; left: 0; top: 0; width: 24px; height: 24px; margin: 0; opacity: 0; cursor: pointer; z-index: 1; }
.check .box { width: 24px; height: 24px; border: 1.5px solid var(--line-2); border-radius: 6px; background: var(--cream); flex: none; display: grid; place-items: center; transition: background .2s var(--ease), border-color .2s var(--ease); }
.check .box::after { content: ""; width: 11px; height: 6px; border-left: 2.4px solid #fff; border-bottom: 2.4px solid #fff; transform: rotate(-45deg) scale(0); transition: transform .22s var(--ease); margin-top: -2px; }
.check input:checked + .box { background: var(--green-d); border-color: var(--green-d); }
.check input:checked + .box::after { transform: rotate(-45deg) scale(1); }
.check input:focus-visible + .box { outline: 3px solid var(--green-d); outline-offset: 3px; }
.check span:last-child { font-size: .89rem; color: var(--ink-2); line-height: 1.62; padding-top: 1px; }
.form-msg { display: flex; align-items: center; gap: .5rem; justify-content: center; color: var(--green-x); font-weight: 700; margin-top: var(--s2); background: rgba(28,122,57,.1); border-radius: var(--r-sm); padding: .8rem 1rem; font-size: .94rem; }
/* display:flex above outranks the hidden attribute's UA rule, so restore it. */
.form-msg[hidden], [hidden] { display: none !important; }
.form-msg svg { width: 18px; height: 18px; flex: none; }
.form-note { font-size: .82rem; color: var(--ink-2); margin-top: var(--s2); text-align: center; }

/* Map / location card */
.loc-card { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--ink); color: #fff; padding: clamp(1.8rem, 3.4vw, 2.4rem); margin-top: var(--s4); overflow: hidden; }
.loc-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 80% 20%, #000, transparent 72%); -webkit-mask-image: radial-gradient(circle at 80% 20%, #000, transparent 72%); }
.loc-card > * { position: relative; z-index: 1; }
.loc-card h3 { font-size: 1.24rem; margin-bottom: .5rem; color: #fff; }
.loc-card p { font-size: .96rem; color: rgba(250,246,239,.8); }
.loc-row { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s3); padding-top: var(--s3); border-top: 1px solid rgba(255,255,255,.16); }
.loc-row div { min-width: 120px; }
.loc-row b { display: block; font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.06rem; }
.loc-row small { font-size: .78rem; color: rgba(250,246,239,.68); text-transform: uppercase; letter-spacing: .1em; }

/* ============ Footer (identical markup on all five pages) ============ */
.footer { background: var(--ink); color: var(--cream); padding: clamp(3.5rem, 7vw, 5.5rem) 0 var(--s4); }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: var(--s5) var(--s4); padding-bottom: var(--s5); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand p { color: rgba(250,246,239,.76); font-size: .95rem; max-width: 38ch; margin: var(--s2) 0 var(--s3); }
.footer-badge { background: #fff; border-radius: var(--r-sm); padding: .7rem .9rem; height: auto; width: 190px; }
.footer-col h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; font-family: "Manrope", sans-serif; color: var(--gold); margin-bottom: var(--s2); }
.footer-col ul { list-style: none; display: grid; gap: .6rem; }
.footer-col a { color: rgba(250,246,239,.8); font-size: .95rem; transition: color .2s var(--ease); display: inline-flex; align-items: center; min-height: 32px; }
.footer-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-col p { color: rgba(250,246,239,.76); font-size: .95rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); flex-wrap: wrap; padding-top: var(--s4); }
.footer-meta { color: rgba(250,246,239,.68); font-size: .84rem; }
.footer-legal { display: flex; gap: var(--s1) var(--s3); flex-wrap: wrap; align-items: center; }
.footer-legal a { color: rgba(250,246,239,.68); font-size: .84rem; display: inline-flex; align-items: center; min-height: 32px; }
.footer-legal a:hover { color: #fff; }

/* ============ Responsive ============ */
@media (max-width: 1100px) {
  .svc-body { grid-template-columns: 1fr; }
  .svc-aside { border-left: 0; border-top: 1px solid var(--line); flex-direction: row; flex-wrap: wrap; }
  .svc-fig { flex: 1 1 300px; }
  .svc-who { flex: 1 1 260px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  .book-grid { grid-template-columns: 1fr; }
  .cal-panel { position: static; }
  /* Two columns: the first item of each row must sit flush left, so reset the
     divider and the indent that the sibling selector applied. */
  .chrono { grid-template-columns: repeat(2, 1fr); }
  .chrono-item:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .chrono-item:nth-child(2n+1)::before { left: 0; }
  .chrono-item:nth-child(n+3) { border-top: 1px solid var(--line-2); }
  .steps-4 { grid-template-columns: repeat(2, 1fr); }
  .impact-band { grid-template-columns: repeat(2, 1fr); }
  .impact-band .ib + .ib { border-left: 0; padding-left: 0; }
  .impact-band .ib:nth-child(2n) { border-left: 1px solid rgba(255,255,255,.14); padding-left: var(--s3); }
  .impact-band .ib:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); padding-top: var(--s3); }
  .creds { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .mission-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .cards, .steps { grid-template-columns: 1fr; }
  .steps-4 { grid-template-columns: repeat(2, 1fr); }
  .stories { grid-template-columns: 1fr; }
  .s1, .s2, .s3 { grid-column: auto; min-height: 340px; }
  .s3 .story-cap { max-width: 100%; }
  .mh-inner { grid-template-columns: 1fr; gap: var(--s3); }
  .mh-num { display: none; }
  .pullq-inner { max-width: 100%; }
  .about-split { grid-template-columns: 1fr; }
  .about-aside { justify-items: center; text-align: center; }
}
@media (max-width: 900px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(84vw, 380px); flex-direction: column; align-items: flex-start; justify-content: center; gap: var(--s3); background: var(--ink); color: #fff; padding: var(--s6) var(--s4); transform: translateX(100%); transition: transform .45s var(--ease); overflow-y: auto; }
  .nav.open { transform: translateX(0); }
  .nav > a:not(.nav-btn) { font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; opacity: 1; }
  .nav-btn { border-color: rgba(255,255,255,.45); margin-top: var(--s2); }
  .burger { display: flex; z-index: 110; }
  .header:not(.solid) .burger span { background: #fff; }
  .contact-grid { grid-template-columns: 1fr; gap: var(--s5); }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  :root { --pad: clamp(3.5rem, 11vw, 5rem); }
  .svc-panel { grid-template-columns: 60px 1fr; }
  .svc-rail { padding: var(--s3) 0; }
  .svc-rail-n { font-size: 1.4rem; }
  .svc-aside { flex-direction: column; }
  /* One column: the band rotates to a vertical spine on the left. */
  .chrono { grid-template-columns: 1fr; border-top: 0; }
  .chrono-item, .chrono-item + .chrono-item { border-left: 2px solid var(--line-2); border-top: 0; padding: var(--s2) 0 var(--s4) var(--s3); }
  .chrono-item::before, .chrono-item + .chrono-item::before { left: 0; top: 0; margin-left: -7px; border-color: var(--cream-2); }
  .steps-4 { grid-template-columns: 1fr; }
  .slot { grid-template-columns: auto 1fr; }
  .slot-price { grid-column: 2; text-align: left; margin-top: var(--s2); }
  .footer-top { grid-template-columns: 1fr; gap: var(--s4); }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .impact-band { grid-template-columns: 1fr; }
  .impact-band .ib:nth-child(2n) { border-left: 0; padding-left: 0; }
  .impact-band .ib + .ib { border-top: 1px solid rgba(255,255,255,.14); padding-top: var(--s3); }
  .hero-cta .btn, .cta-actions .btn { flex: 1 1 100%; }
  .mission-quote { font-size: 7rem; top: -1.6rem; left: -.6rem; }
  .svc-rail-t { display: none; }
  .badge-chip img { height: 32px; }
  .footer-badge { width: 165px; }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .js .rv-img img, .js .rv-img video { transform: none !important; }
}

/* ============ Print ============ */
@media print {
  .header, .nav, .burger, .scroll-progress, .marquee, .cta-band, .cal-panel { display: none !important; }
  body { background: #fff; color: #000; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
}
