/* ==========================================================================
   Ari Thai Catering — site styles
   Fresh Light Contemporary: light body throughout, dark-grey header/footer,
   a single confident red accent (no yellow blocks), Roboto + Roboto Slab.
   ========================================================================== */

:root {
  --ink:        #292a2f;
  --ink-2:      #202126;
  --ink-3:      #35363c;
  --red:        #d6402a;
  --red-d:      #b93521;
  --red-bright: #ff6a52;
  --cream:    #faf8f5;
  --paper:    #ffffff;
  --text:     #1c1c1e;
  --muted:    #5d6470;
  --muted-d:  #9aa4b4;
  --line:     #ece9e4;
  --line-d:   rgba(255, 255, 255, 0.14);

  --w:        1180px;
  --gap:      clamp(1rem, 3vw, 2rem);
  --radius:   14px;
  --radius-s: 9px;
  --shadow:   0 1px 2px rgba(10, 12, 18, 0.06), 0 8px 28px rgba(10, 12, 18, 0.08);
  --shadow-l: 0 2px 6px rgba(10, 12, 18, 0.08), 0 18px 50px rgba(10, 12, 18, 0.14);

  --font:      "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-head: "Roboto Slab", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p  { margin: 0 0 1em; }
a  { color: inherit; }

.container { width: 100%; max-width: var(--w); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.section   { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.section--cream { background: var(--cream); }
.section--ink   { background: var(--ink); color: #fff; }
.section--ink h2, .section--ink h3 { color: #fff; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--red); color: #fff; padding: 0.75rem 1.25rem; font-weight: 700;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.section--ink :focus-visible, .site-header :focus-visible { outline-color: var(--red-bright); }

/* ---------- Shared type helpers -------------------------------------- */

.eyebrow {
  display: block;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.6rem;
}
.section--ink .eyebrow { color: var(--red-bright); }

.lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); max-width: 62ch; }
.section--ink .lede { color: var(--muted-d); }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }

/* ---------- Buttons --------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font);
  font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 1rem 1.6rem;
  border: 2px solid transparent; border-radius: 999px;
  text-decoration: none; cursor: pointer;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-d); }
.btn--ghost { border-color: currentColor; color: inherit; background: transparent; }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.1); }
.section--cream .btn--ghost:hover, .btn--ghost.on-light:hover { background: rgba(5, 7, 11, 0.06); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--sm { padding: 0.7rem 1.15rem; font-size: 0.92rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* ---------- Header ---------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink); color: #fff;
  border-bottom: 1px solid var(--line-d);
}
.site-header__inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 84px;
  padding-block: 0.7rem;
}

.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: #fff; margin-right: auto; }
.brand img { width: 60px; height: 60px; border-radius: 50%; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; letter-spacing: -0.01em; }
.brand__tag {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.19em;
  text-transform: uppercase; color: #a19c93;
}

.nav { display: flex; align-items: center; gap: 0.35rem; }
.nav a {
  text-decoration: none; color: #fff; font-weight: 500; font-size: 0.97rem;
  padding: 0.55rem 0.8rem; border-radius: 8px;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.nav a:hover { color: var(--red-bright); }
.nav a[aria-current="page"] { color: var(--red-bright); font-weight: 700; }
/* The nav's own CTA is for the mobile flyout only — the header bar has one. */
.nav .btn { display: none; }

.header-cta { display: flex; align-items: center; gap: 0.6rem; }

.nav-toggle {
  display: none;
  background: transparent; border: 1px solid var(--line-d); border-radius: 9px;
  color: #fff; padding: 0.55rem 0.7rem; cursor: pointer;
}
.nav-toggle svg { display: block; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open  { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 940px) {
  .nav-toggle { display: block; order: 3; }
  .header-cta .btn { display: none; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink); border-bottom: 1px solid var(--line-d);
    padding: 0.5rem clamp(1rem, 4vw, 2rem) 1.25rem;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.9rem 0.25rem; border-bottom: 1px solid var(--line-d); border-radius: 0; font-size: 1.05rem; }
  .nav .btn { display: inline-flex; margin-top: 1rem; border-bottom: none; text-align: center; }
}
@media (max-width: 560px) {
  .site-header__inner { min-height: 68px; }
  .brand img { width: 48px; height: 48px; }
  .brand__name { font-size: 1.05rem; }
}

/* ---------- Hero ------------------------------------------------------ */

.hero { background: var(--cream); color: var(--text); }
.hero__inner { padding-block: clamp(2.75rem, 6vw, 4.5rem); max-width: 46rem; }
.hero h1 { color: var(--text); margin-bottom: 0.6rem; }
.hero h1 .accent { color: var(--red); }
.hero__lede { font-size: clamp(1.05rem, 1.9vw, 1.28rem); color: var(--muted); max-width: 46ch; margin-bottom: 1.9rem; }
.hero .btn-row { margin-bottom: 2.1rem; }

.hero__points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.hero__points li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.97rem; color: var(--muted); }
.hero__points svg { flex: none; margin-top: 0.28rem; color: var(--red); }

.hero--page { text-align: left; }

/* Inner-page hero with a faint photo showing through — strong light scrim
   near the text so it stays crisp, fading out toward the edge. */
.hero--photo {
  position: relative; background-size: cover; background-position: center;
  isolation: isolate;
}
.hero--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg,
    rgba(250, 248, 245, 1)    0%,
    rgba(250, 248, 245, 0.94) 32%,
    rgba(250, 248, 245, 0.68) 62%,
    rgba(250, 248, 245, 0.32) 100%);
}
@media (max-width: 720px) {
  /* A horizontal wash doesn't work on a full-width mobile column - instead
     let the photo show through strongly at the top and fade into cream
     before the text starts, so the text always sits on solid ground.

     Note the image fills the hero's full height here, so only its top
     portion is ever visible through this fade - pick hero images whose
     subject sits high in the frame (see about-hero.jpg). */
  .hero--photo { padding-top: 0; }
  .hero--photo .hero__inner { padding-top: 200px; }
  .hero--photo::after {
    background: linear-gradient(180deg,
      rgba(250, 248, 245, 0.1)  0px,
      rgba(250, 248, 245, 0.2)  120px,
      rgba(250, 248, 245, 0.92) 168px,
      rgba(250, 248, 245, 1)    195px);
  }
}

/* Home hero: text + rounded photo card, side by side. */
.hero--split .hero__inner { max-width: none; padding-block: clamp(3rem, 7vw, 5.5rem); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.hero-media { border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-l); }
.hero-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; margin-bottom: 0.5rem; }
  .hero-media img { aspect-ratio: 16/10; }
  .hero--split .hero__inner { padding-block: 1.75rem clamp(2.5rem, 7vw, 3.5rem); }
}

/* ---------- Trust strip ---------------------------------------------- */

.trust { background: var(--paper); border-block: 1px solid var(--line); }
.trust__inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem;
  padding-block: 1.4rem;
}
.trust__item {
  display: flex; align-items: center; gap: 0.55rem;
  font-weight: 700; font-size: 0.86rem; color: var(--muted);
  background: var(--cream); border-radius: 999px; padding: 0.6rem 1.05rem;
}
.trust__item svg { flex: none; color: var(--red); }

/* ---------- Cards / grids -------------------------------------------- */

.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.75rem); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow);
}
.card h3 { margin-bottom: 0.4rem; }
.card p:last-child { margin-bottom: 0; }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center; margin-bottom: 1rem;
  background: var(--ink); color: #fff;
}

/* Use-case card with photo */
.usecase {
  position: relative; overflow: hidden; border-radius: var(--radius);
  min-height: 260px; display: flex; align-items: flex-end;
  color: #fff; text-decoration: none;
  background: var(--ink-2) center/cover no-repeat;
  box-shadow: var(--shadow);
}
.usecase::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5, 7, 11, 0.92) 12%, rgba(5, 7, 11, 0.32) 62%, rgba(5, 7, 11, 0.1) 100%);
  transition: background 0.25s ease;
}
.usecase:hover::after { background: linear-gradient(to top, rgba(5, 7, 11, 0.95) 20%, rgba(5, 7, 11, 0.5) 75%, rgba(5, 7, 11, 0.2) 100%); }
.usecase__body { position: relative; z-index: 1; padding: 1.4rem; }
.usecase h3 { color: #fff; margin-bottom: 0.25rem; font-size: 1.22rem; }
.usecase p { margin: 0; font-size: 0.93rem; color: #d9dde4; }

/* ---------- Packages -------------------------------------------------- */

.pkg-grid { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); align-items: start; }

.pkg {
  position: relative; display: flex; flex-direction: column; height: 100%;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.75rem; box-shadow: var(--shadow);
}
.pkg--featured { border: 2px solid var(--ink); box-shadow: var(--shadow-l); }
.pkg__flag {
  position: absolute; top: -0.85rem; left: 1.75rem;
  background: var(--red); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border-radius: 999px;
}
.pkg__name { font-size: 1.5rem; margin-bottom: 0.15rem; }
.pkg__for { font-size: 0.9rem; color: var(--muted); margin-bottom: 1.1rem; }
.pkg__price { display: flex; align-items: baseline; gap: 0.35rem; margin-bottom: 0.15rem; }
.pkg__from { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.pkg__amount { font-family: var(--font-head); font-size: 2.6rem; font-weight: 700; line-height: 1; }
.pkg__unit { font-size: 0.95rem; font-weight: 700; color: var(--muted); }
.pkg__min { font-size: 0.87rem; color: var(--muted); margin-bottom: 1.3rem; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line); }
.pkg__list { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: 0.6rem; }
.pkg__list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.95rem; }
.pkg__list svg { flex: none; margin-top: 0.3rem; color: var(--red); }
.pkg .btn { margin-top: auto; }

.addons { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.15rem; }
.addons li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: 0.85rem 0; border-bottom: 1px dashed var(--line);
}
.addons li:last-child { border-bottom: none; }
.addons__name { font-weight: 500; }
.addons__price { font-weight: 700; white-space: nowrap; }

/* ---------- Steps ----------------------------------------------------- */

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1.25rem, 3vw, 2rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); counter-reset: step; }
.steps li { counter-increment: step; }
.steps li::before {
  content: counter(step);
  display: grid; place-items: center;
  width: 46px; height: 46px; margin-bottom: 0.9rem;
  border-radius: 50%; background: var(--red); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 1.25rem;
}
.steps h3 { margin-bottom: 0.35rem; }
.steps p { margin: 0; color: var(--muted-d); font-size: 0.97rem; }
.section--cream .steps p { color: var(--muted); }

/* ---------- Split (image + text) ------------------------------------- */

.split { display: grid; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-l); width: 100%; }
.split--top { align-items: start; }
.split--reverse .split__media { order: 2; }
@media (max-width: 720px) { .split--reverse .split__media { order: 0; } }

.tick-list { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 0.7rem; }
.tick-list li { display: flex; align-items: flex-start; gap: 0.65rem; }
.tick-list svg { flex: none; margin-top: 0.32rem; color: var(--red); }
.section--ink .tick-list svg { color: var(--red-bright); }

/* ---------- Menu ------------------------------------------------------ */

.menu-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.menu-nav a {
  text-decoration: none; font-size: 0.9rem; font-weight: 700;
  padding: 0.55rem 1rem; border: 1px solid var(--line); border-radius: 999px;
  background: var(--paper); transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.menu-nav a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.menu-cat { margin-bottom: clamp(2.5rem, 5vw, 4rem); scroll-margin-top: 90px; }
.menu-cat__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1rem; padding-bottom: 0.85rem; margin-bottom: 1.5rem; border-bottom: 2px solid var(--ink); }
.menu-cat__head h2 { margin: 0; }
.menu-cat__note { font-size: 0.9rem; color: var(--muted); margin: 0; }

.dishes { display: grid; gap: clamp(0.9rem, 2vw, 1.4rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr)); list-style: none; margin: 0; padding: 0; }
.dish { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-s); overflow: hidden; display: flex; flex-direction: column; }
.dish__img { aspect-ratio: 1; background: var(--cream); }
.dish__img img { width: 100%; height: 100%; object-fit: cover; }
.dish__body { padding: 0.85rem 0.95rem 1rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.dish__name { font-family: var(--font-head); font-weight: 700; font-size: 0.98rem; line-height: 1.3; }
.dish__tags { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-top: auto; padding-top: 0.35rem; }
.tag {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.22rem 0.5rem; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); color: var(--muted);
}
.tag--v  { background: #eaf6ec; border-color: #bfe3c6; color: #1d6b31; }
.tag--gf { background: #fff5e2; border-color: #f2d99a; color: #8a6100; }
.tag--hot { background: #fdeceb; border-color: #f4bdb8; color: #a3241a; }

/* ---------- Gallery ---------------------------------------------------- */

.gallery {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(0.5rem, 1.4vw, 0.85rem);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
}
.gallery__item {
  aspect-ratio: 1; border-radius: var(--radius-s); overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.gallery__item:hover img { transform: scale(1.06); }

/* ---------- Reviews --------------------------------------------------- */

.reviews { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 232px), 1fr)); }
.review { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.review__stars { color: var(--red); letter-spacing: 0.12em; margin-bottom: 0.75rem; font-size: 0.95rem; }
.review blockquote { margin: 0 0 1.1rem; font-size: 0.98rem; color: var(--text); }
.review__who { margin-top: auto; font-weight: 700; font-size: 0.92rem; color: var(--text); }
.review__src { font-size: 0.82rem; color: var(--muted); }

/* ---------- FAQ ------------------------------------------------------- */

.faq { display: grid; gap: 0.75rem; max-width: 52rem; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-s); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 3rem 1.15rem 1.25rem; position: relative;
  font-family: var(--font-head); font-weight: 700; font-size: 1.03rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.25rem; top: 1.45rem;
  width: 10px; height: 10px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red);
  transform: rotate(45deg); transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq__body { padding: 0 1.25rem 1.25rem; color: var(--muted); }
.faq__body p:last-child { margin-bottom: 0; }

/* ---------- CTA band -------------------------------------------------- */

.cta-band { background: var(--ink); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lede { margin-inline: auto; margin-bottom: 1.75rem; }
.cta-band .btn-row { justify-content: center; }
.cta-band__note { margin-top: 1.4rem; font-size: 0.9rem; color: var(--muted-d); }

/* ---------- Enquiry form --------------------------------------------- */

.enquiry-layout { display: grid; gap: clamp(1.5rem, 4vw, 3rem); grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 900px) { .enquiry-layout { grid-template-columns: 1fr; } }

.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2.25rem); box-shadow: var(--shadow-l); }

.progress { display: flex; gap: 0.5rem; margin-bottom: 1.75rem; list-style: none; padding: 0; }
.progress li { flex: 1; font-size: 0.8rem; font-weight: 700; color: var(--muted); padding-top: 0.65rem; border-top: 4px solid var(--line); transition: color 0.2s ease, border-color 0.2s ease; }
.progress li[aria-current="step"] { color: var(--text); border-top-color: var(--red); }
.progress li.is-done { color: var(--muted); border-top-color: var(--red); }

/* Author styles like `.btn { display: inline-flex }` beat the UA rule for
   [hidden], so restate it — the step logic relies on the attribute. */
[hidden] { display: none !important; }

.fieldset { border: 0; margin: 0; padding: 0; }
/* With JS off every step is visible and the single submit button is the
   only control that makes sense, so hide the step navigation. */
#enquiry-form:not(.is-stepped) [data-nav="back"],
#enquiry-form:not(.is-stepped) [data-nav="next"] { display: none; }
.fieldset > legend { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; margin-bottom: 0.35rem; padding: 0; }
.fieldset__hint { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.5rem; }

.field { margin-bottom: 1.15rem; }
.field label, .field .label { display: block; font-weight: 700; font-size: 0.92rem; margin-bottom: 0.4rem; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--text);
  padding: 0.8rem 0.9rem; background: var(--paper);
  border: 1px solid #cfc9bc; border-radius: var(--radius-s);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(214, 64, 42, 0.22);
}
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: var(--red); }
.field-row { display: grid; gap: 0 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }

.choices { display: grid; gap: 0.6rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice span {
  display: block; padding: 0.85rem 1rem; font-size: 0.94rem; font-weight: 500;
  border: 1px solid #cfc9bc; border-radius: var(--radius-s); cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}
.choice span:hover { border-color: var(--red); }
.choice input:checked + span { border-color: var(--red); background: var(--cream); box-shadow: inset 0 0 0 1px var(--red); font-weight: 700; color: var(--red-d); }
.choice input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 2px; }

.form-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.form-nav .btn--ghost { color: var(--text); }
.form-note { font-size: 0.85rem; color: var(--muted); margin: 1rem 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.aside-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; margin-bottom: 1.25rem; }
.aside-card h3 { font-size: 1.15rem; }
.aside-card :last-child { margin-bottom: 0; }
.aside-card a { color: var(--red); font-weight: 700; }

.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; }
.contact-list li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 0.96rem; }
.contact-list svg { flex: none; margin-top: 0.28rem; color: var(--red); }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* ---------- Prose (legal / story pages) ------------------------------ */

.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.25rem; }
.prose h3 { margin-top: 1.75rem; }
.prose ul, .prose ol { padding-left: 1.35rem; margin-bottom: 1.15rem; }
.prose li { margin-bottom: 0.4rem; }
.prose a { color: var(--red); font-weight: 500; }
.prose blockquote {
  margin: 1.75rem 0; padding: 0.4rem 0 0.4rem 1.4rem;
  border-left: 4px solid var(--red);
  font-family: var(--font-head); font-size: 1.15rem; font-style: italic; color: var(--text);
}

/* ---------- Footer ---------------------------------------------------- */

.site-footer { background: var(--ink); color: #c9cfd9; padding-block: clamp(2.5rem, 5vw, 4rem) 1.5rem; font-size: 0.95rem; }
.site-footer h3 { color: #fff; font-size: 1.02rem; font-family: var(--font); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }
.site-footer a { color: #c9cfd9; text-decoration: none; }
.site-footer a:hover { color: var(--red-bright); text-decoration: underline; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.footer-brand .brand { margin-bottom: 1rem; }
.footer-bottom {
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-d);
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
  font-size: 0.87rem; color: var(--muted-d);
}
.footer-bottom ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 0; padding: 0; }

/* ---------- Sticky mobile CTA ---------------------------------------- */

.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: 0.7rem 0.9rem calc(0.7rem + env(safe-area-inset-bottom));
    background: rgba(41, 42, 47, 0.97); border-top: 1px solid var(--line-d);
  }
  .mobile-cta .btn { padding: 0.85rem 1rem; font-size: 0.95rem; }
  .mobile-cta .btn--ghost { color: #fff; }
  body { padding-bottom: 76px; }
}

/* ---------- Utilities ------------------------------------------------- */

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
