/* Laura Fonseca · one design system for every page.
   Paper and ink come from her current site (#EBEBEB / #100E0E), the accent from Exo-Plantae (#FF2700). */
:root {
  --paper: #EBEBEB;
  --paper-2: #E1E0E0;
  --card: #F4F4F3;
  --ink: #100E0E;
  --ink-2: #3B3838;
  --muted: #6F6B6B;
  --line: rgba(16, 14, 14, .14);
  --accent: #FF2700;
  --on-ink: #EBEBEB;
  --on-ink-muted: rgba(235, 235, 235, .62);
  --serif: "Instrument Serif", "Times New Roman", Times, serif;
  --sans: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --r-card: 18px;
  --gutter: clamp(16px, 3.2vw, 44px);
  --maxw: 1440px;
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: clamp(1rem, .96rem + .15vw, 1.08rem); line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
em { font-style: italic; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 16px; top: 16px; z-index: 200; background: var(--ink); color: var(--paper); padding: 12px 16px; border-radius: 999px; text-decoration: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.label, .eyebrow {
  font: 500 .76rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: .6em; }
.star { width: 1.1em; height: 1.1em; flex: none; }
.star-accent { color: var(--accent); }
.muted { color: var(--muted); }
.serif { font-family: var(--serif); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  min-height: 50px; padding: 0 1.5em; border-radius: 999px; border: 1px solid transparent;
  font: 500 .78rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; transition: background-color .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--accent); color: #fff; }
.btn-outline { border-color: rgba(16, 14, 14, .2); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: var(--accent); color: #fff; }
.btn-ghost-light { border-color: rgba(235, 235, 235, .3); color: var(--on-ink); }
.btn-ghost-light:hover { border-color: var(--on-ink); }
.link-arrow { display: inline-flex; align-items: center; gap: .5em; font: 500 .78rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; text-decoration: none; }
.link-arrow svg { width: 1.2em; height: 1.2em; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(235, 235, 235, .88);
  -webkit-backdrop-filter: saturate(1.2) blur(14px); backdrop-filter: saturate(1.2) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.wordmark { font: 500 1.12rem/1 var(--sans); letter-spacing: .01em; text-transform: uppercase; text-decoration: none; margin-right: auto; }
.nav { display: flex; gap: 30px; }
.nav a { position: relative; padding: 10px 0; font: 500 .78rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; text-decoration: none; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { min-height: 46px; }
.menu-btn { display: none; min-height: 44px; padding: 0 1.2em; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); background: transparent; color: var(--ink); font: 500 .76rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.mobile-nav { position: fixed; inset: var(--header-h) 0 0 0; z-index: 59; background: var(--paper); padding: 28px var(--gutter) 40px; display: flex; flex-direction: column; overflow-y: auto; }
.mobile-nav a.big { font: 400 clamp(2.8rem, 11vw, 4rem)/1.08 var(--serif); text-decoration: none; padding: 4px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 28px; align-self: flex-start; }
.mobile-nav .social-row { margin-top: auto; padding-top: 28px; display: flex; gap: 20px; }
body.nav-open { overflow: hidden; }
body.nav-open .preview-bar { display: none; }
@media (max-width: 880px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: inline-flex; align-items: center; }
  :root { --header-h: 64px; }
  .wordmark { font-size: 1rem; }
}

/* ---------- sections ---------- */
.section { padding-block: clamp(56px, 7vw, 104px); }
.section-tight { padding-block: clamp(36px, 5vw, 72px); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(28px, 3.4vw, 48px); flex-wrap: wrap; }
.section-head.compact { margin-bottom: 18px; align-items: center; }
.section-title { font: 400 clamp(2.4rem, 1.5rem + 3.2vw, 4.4rem)/1 var(--serif); letter-spacing: -.005em; }
.section-sub { max-width: 34rem; color: var(--ink-2); margin: 14px 0 0; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

/* ---------- home hero ---------- */
.hero { text-align: center; padding-block: clamp(28px, 3.6vw, 56px) clamp(28px, 3.4vw, 48px); }
.hero h1 { font: 400 clamp(3rem, 1.2rem + 6vw, 7.2rem)/.94 var(--serif); letter-spacing: -.012em; max-width: 12.6em; margin: 20px auto 0; text-wrap: balance; }
.hero h1 em { font-style: italic; }
/* the one highlighted line: her red, in the italic, on a line of its own on wider screens */
.hero h1 em.hl { color: var(--accent); }
@media (min-width: 701px) { .hero h1 em.hl { display: block; } }
.hero .lede { max-width: 42rem; margin: 24px auto 0; font-size: clamp(1.1rem, 1rem + .45vw, 1.38rem); line-height: 1.45; color: var(--ink-2); text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.proof { margin-top: clamp(32px, 3.6vw, 52px); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 30px; }
.proof .label { color: var(--muted); }
@media (max-width: 700px) { .proof .label { flex-basis: 100%; } .proof { gap: 12px 20px; } }
.proof a { position: relative; padding: 6px 0; font: 500 .86rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; }
.proof a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.proof a:hover::after, .proof a:focus-visible::after { transform: scaleX(1); }

/* ---------- project cards (her grid) ---------- */
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(16px, 1.8vw, 24px); }
@media (max-width: 700px) { .grid { grid-template-columns: 1fr; } }
.card-link { display: block; text-decoration: none; }
.card-media { position: relative; border-radius: var(--r-card); overflow: hidden; aspect-ratio: 470 / 336; background: var(--paper-2); isolation: isolate; }
.card-media img, .card-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.card-link:hover .card-media img, .card-link:hover .card-media video { transform: scale(1.035); }
.card-meta { display: flex; align-items: center; gap: 18px; padding: 16px 4px 0; }
.card-title { font: 500 .95rem/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; }
.card-year { color: var(--muted); font-size: .95rem; }
.card-arrow { margin-left: auto; display: inline-grid; place-items: center; width: 58px; height: 34px; border-radius: 999px; background: #DAD9D9; transition: background-color .25s, color .25s; flex: none; }
.card-arrow svg { width: 18px; height: 18px; }
.card-link:hover .card-arrow { background: var(--ink); color: var(--paper); }
.card-kicker { margin: 6px 4px 0; color: var(--muted); font-size: .92rem; }

/* ---------- work filters ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); background: transparent; color: var(--ink); font: 500 .74rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background-color .2s, color .2s; }
.filter:hover { border-color: var(--ink); }
.filter[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.count { color: var(--muted); }

/* ---------- page intro (inner pages) ---------- */
.page-intro { padding-block: clamp(36px, 5vw, 88px) clamp(28px, 4vw, 56px); }
.page-intro h1 { font: 400 clamp(3.4rem, 1.6rem + 7vw, 8.4rem)/.92 var(--serif); letter-spacing: -.012em; margin-top: 18px; }
.page-intro .lede { max-width: 42rem; margin-top: 24px; font-size: clamp(1.1rem, 1rem + .45vw, 1.38rem); line-height: 1.45; color: var(--ink-2); }

/* ---------- services ---------- */
.offers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1020px) { .offers { grid-template-columns: 1fr; } }
.offer { position: relative; background: var(--card); border-radius: var(--r-card); padding: clamp(24px, 2.6vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.offer .num { color: var(--muted); }
.offer h3 { font: 400 clamp(2rem, 1.5rem + 1.3vw, 2.7rem)/1 var(--serif); }
.offer .for { color: var(--muted); margin: 0; }
.offer .line { margin: 0; font-size: 1.08rem; }
.offer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.offer li { position: relative; padding-left: 22px; }
.offer li::before { content: ""; position: absolute; left: 0; top: .72em; width: 11px; height: 1px; background: var(--ink); }
.offer .meta { margin-top: auto; display: grid; gap: 14px; border-top: 1px solid var(--line); padding-top: 18px; }
.offer .price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.offer .price strong { font: 400 2rem/1 var(--serif); }
.offer .examples { font-size: .92rem; color: var(--muted); }
.offer .examples a { color: var(--ink); }
.offers-compact .offer { gap: 14px; }
.offers-compact .offer h3 { font-size: clamp(1.8rem, 1.4rem + 1vw, 2.3rem); }

.caps { display: flex; flex-wrap: wrap; gap: 10px; }
.caps span { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .18); font-size: .95rem; }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
@media (max-width: 960px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { border-top: 1px solid var(--ink); padding-top: 18px; }
.step::before { counter-increment: step; content: "0" counter(step); display: block; font: 400 2.6rem/1 var(--serif); color: var(--accent); margin-bottom: 14px; }
.step h3 { font: 500 .8rem/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; margin-bottom: 8px; }
.step p { color: var(--ink-2); margin: 0; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font: 400 clamp(1.4rem, 1.15rem + .8vw, 1.9rem)/1.15 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: none; width: 34px; height: 34px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); display: grid; place-items: center; transition: transform .3s var(--ease), background-color .2s; }
.faq details[open] summary .plus { transform: rotate(45deg); background: var(--ink); color: var(--paper); }
.faq details p { max-width: 44rem; color: var(--ink-2); padding-bottom: 22px; margin: 0; }

/* ---------- testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); }
@media (max-width: 760px) { .quotes { grid-template-columns: 1fr; } }
.quote { margin: 0; border-top: 1px solid var(--ink); padding-top: 24px; }
.quote blockquote { margin: 0; font: italic 400 clamp(1.6rem, 1.2rem + 1.2vw, 2.3rem)/1.16 var(--serif); }
.quote figcaption { margin-top: 18px; color: var(--muted); }

/* ---------- about teaser / about page ---------- */
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 5vw, 80px); align-items: start; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }
.split.teaser { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); align-items: center; }
@media (max-width: 820px) { .split.teaser { grid-template-columns: 1fr; } }
.portrait { border-radius: var(--r-card); overflow: hidden; background: var(--paper-2); aspect-ratio: 4 / 5; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.big-text { font: 400 clamp(1.8rem, 1.3rem + 1.6vw, 2.9rem)/1.12 var(--serif); margin: 0 0 28px; text-wrap: pretty; }
.prose p { color: var(--ink-2); max-width: 40rem; }
.cv { display: grid; gap: 0; border-top: 1px solid var(--line); }
.cv-row { display: grid; grid-template-columns: 9rem minmax(0, 1fr) minmax(0, 1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cv-row .yr { color: var(--muted); }
.cv-row .org { color: var(--ink-2); }
@media (max-width: 640px) { .cv-row { grid-template-columns: 1fr; gap: 2px; } }
.cv-block + .cv-block { margin-top: clamp(40px, 5vw, 64px); }
.cv-block h2 { margin-bottom: 18px; }

/* ---------- project page ---------- */
.project-hero { text-align: center; padding-top: clamp(28px, 4vw, 56px); }
.back { display: inline-flex; align-items: center; gap: .5em; color: var(--muted); text-decoration: none; }
.back svg { width: 1.1em; height: 1.1em; transform: rotate(180deg); }
.back:hover { color: var(--ink); }
.project-hero .kicker { margin-top: 26px; color: var(--muted); }
.project-title { font: 400 clamp(3.2rem, 1.3rem + 7vw, 8.6rem)/.92 var(--serif); letter-spacing: -.012em; margin-top: 16px; text-wrap: balance; }
.project-summary { max-width: 44rem; margin: 26px auto 0; font-size: clamp(1.1rem, 1rem + .45vw, 1.38rem); line-height: 1.45; color: var(--ink-2); text-wrap: pretty; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(36px, 5vw, 64px) 0 0; border-top: 1px solid var(--line); text-align: left; }
.facts div { padding: 18px 18px 18px 0; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); margin-bottom: 8px; }
.facts dd { margin: 0; }
@media (max-width: 760px) { .facts { grid-template-columns: 1fr 1fr; } }
.hero-media { margin-top: clamp(20px, 3vw, 32px); }
.frame { position: relative; border-radius: var(--r-card); overflow: hidden; background: var(--paper-2); }
.frame img, .frame video { width: 100%; height: 100%; object-fit: cover; }
.story { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(12px, 4vw, 64px); padding: clamp(40px, 6vw, 88px) 0; border-bottom: 1px solid var(--line); }
.story:first-child { border-top: 1px solid var(--line); }
.story h2 { padding-top: .35em; }
.story p { font-size: clamp(1.08rem, 1rem + .35vw, 1.3rem); line-height: 1.5; max-width: 42rem; }
.story p:last-child { margin-bottom: 0; }
.made { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: clamp(1.08rem, 1rem + .35vw, 1.3rem); }
.made li { display: flex; gap: 14px; align-items: baseline; }
.made li::before { content: ""; flex: none; width: 14px; height: 1px; background: var(--ink); transform: translateY(-.3em); }
.credits { color: var(--ink-2); font-size: 1rem; }
@media (max-width: 760px) { .story { grid-template-columns: 1fr; } }
.gallery { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(10px, 1.2vw, 16px); padding-top: clamp(40px, 6vw, 88px); }
.g-full { grid-column: span 6; }
.g-half { grid-column: span 3; }
.g-third { grid-column: span 2; }
@media (max-width: 700px) { .g-half, .g-third { grid-column: span 6; } }
.next { padding-block: clamp(56px, 8vw, 120px); }
.next-link { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(20px, 4vw, 64px); align-items: center; text-decoration: none; }
.next-link h2 { font: 400 clamp(2.6rem, 1.5rem + 4.4vw, 6rem)/.95 var(--serif); margin: 14px 0 22px; }
.next-link .frame { aspect-ratio: 470 / 336; }
.next-link .frame img, .next-link .frame video { transition: transform .9s var(--ease); }
.next-link:hover .frame img, .next-link:hover .frame video { transform: scale(1.035); }
@media (max-width: 760px) { .next-link { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 4vw, 64px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--card); border-radius: var(--r-card); padding: clamp(20px, 3vw, 40px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 9px; margin-bottom: 18px; min-width: 0; }
.field > label, .legend { color: var(--ink); }
.req { color: var(--accent); }
.input { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 12px; padding: 14px 16px; transition: border-color .2s, background-color .2s; }
.input:hover { border-color: rgba(16, 14, 14, .18); }
.input:focus { outline: none; border-color: var(--ink); background: #fff; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%23100E0E' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 42px; }
textarea.input { min-height: 150px; resize: vertical; }
fieldset { border: 0; padding: 0; margin: 0 0 18px; min-width: 0; }
fieldset .legend { display: block; margin-bottom: 10px; padding: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); cursor: pointer; font-size: .95rem; transition: background-color .2s, color .2s, border-color .2s; }
.chip span:hover { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.form-foot small { color: var(--muted); }
.done { background: var(--card); border-radius: var(--r-card); padding: clamp(28px, 4vw, 56px); }
.done h2 { font: 400 clamp(2.4rem, 1.6rem + 2.6vw, 3.8rem)/1 var(--serif); margin: 16px 0 14px; }
.side { display: grid; gap: 14px; }
.side-card { border-radius: var(--r-card); padding: clamp(20px, 2.4vw, 30px); background: var(--card); }
.side-card h2 { font: 400 1.9rem/1.05 var(--serif); margin: 10px 0 12px; }
.side-card p { color: var(--ink-2); }
.email-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.email-row a { font: 400 1.35rem/1.2 var(--serif); word-break: break-all; }
.mini-btn { min-height: 34px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); background: transparent; font: 500 .7rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; color: var(--ink); }
.mini-btn:hover { background: var(--ink); color: var(--paper); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); text-decoration: none; font-size: .95rem; }
.social-links a:hover { background: var(--ink); color: var(--paper); }
.next-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; counter-reset: ns; }
.next-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: baseline; color: var(--ink-2); }
.next-steps li::before { counter-increment: ns; content: counter(ns); display: grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: var(--ink); color: var(--paper); font: 500 .75rem/1 var(--sans); }

/* spam trap + send errors */
.hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-error { margin: 14px 0 0; color: var(--accent); font-weight: 500; }
.form-error a { color: inherit; }

/* booking dialog */
dialog.booker { border: 0; border-radius: 24px; padding: 0; width: min(560px, calc(100% - 32px)); background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .25); }
dialog.booker::backdrop { background: rgba(16, 14, 14, .55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.booker-inner { padding: clamp(22px, 4vw, 36px); }
.booker-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.booker h2 { font: 400 2.2rem/1.02 var(--serif); margin: 10px 0 6px; }
.booker .x { width: 40px; height: 40px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); background: transparent; cursor: pointer; font-size: 1.2rem; line-height: 1; color: var(--ink); }
.slots { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 20px; }
.slot { min-height: 42px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(16, 14, 14, .2); background: transparent; color: var(--ink); font: 500 .9rem/1 var(--sans); cursor: pointer; }
.slot[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.booker .tz { color: var(--muted); font-size: .88rem; }
.booker .input { background: var(--card); border-color: var(--line); }
.booker .form-row { margin-top: 18px; }

/* ---------- footer (dark band, same on every page) ---------- */
.site-footer { background: var(--ink); color: var(--on-ink); border-radius: 28px 28px 0 0; margin-top: clamp(24px, 4vw, 48px); }
.cta-band { text-align: center; padding-block: clamp(64px, 9vw, 140px) clamp(52px, 6vw, 96px); }
.cta-band .eyebrow { color: var(--on-ink-muted); }
.cta-title { font: 400 clamp(2.8rem, 1.3rem + 5.6vw, 7.2rem)/.94 var(--serif); letter-spacing: -.012em; max-width: 12em; margin: 22px auto 0; text-wrap: balance; }
.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 40px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; padding-block: 26px 34px; border-top: 1px solid rgba(235, 235, 235, .14); color: var(--on-ink-muted); }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--on-ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.thanks { display: inline-flex; align-items: center; gap: .5em; }

/* ---------- media motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ---------- design-preview layer (removed when PREVIEW = False) ---------- */
.sample-tag { width: max-content; justify-self: start; display: inline-flex; align-items: center; gap: .4em; vertical-align: middle; padding: 5px 9px; border-radius: 999px; border: 1px solid currentColor; color: var(--accent); font: 500 .64rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-footer .sample-tag { color: #FF8A70; }
.preview-bar { position: fixed; left: 16px; bottom: 16px; z-index: 90; display: flex; align-items: center; gap: 10px; padding: 7px 7px 7px 14px; border-radius: 999px; background: var(--ink); color: var(--on-ink); box-shadow: 0 10px 30px rgba(0, 0, 0, .22); font: 500 .68rem/1 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.preview-bar .star { color: var(--accent); }
@media (max-width: 560px) { .preview-bar > span { display: none; } .preview-bar { left: 12px; bottom: 12px; padding-left: 12px; } }
.preview-bar button { min-height: 32px; padding: 0 12px; border-radius: 999px; border: 0; background: rgba(235, 235, 235, .14); color: var(--on-ink); font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }
.preview-bar button[aria-pressed="true"] { background: var(--accent); color: #fff; }
html.show-notes [data-note] { position: relative; outline: 1.5px dashed var(--accent); outline-offset: 10px; }
html.show-notes [data-note]::before {
  content: attr(data-note); position: absolute; z-index: 70; left: -10px; top: -10px; transform: translateY(-100%);
  max-width: min(380px, 86vw); width: max-content; text-align: left;
  background: var(--accent); color: #fff; padding: 10px 13px; border-radius: 10px;
  font: 500 .8rem/1.38 var(--sans); letter-spacing: 0; text-transform: none; font-style: normal;
  box-shadow: 0 8px 24px rgba(255, 39, 0, .28); pointer-events: none;
}
html.show-notes .site-footer [data-note]::before { color: #fff; }
