/* ============================================================
   Astrobloc 2026 — stylesheet
   Ink texture ground, cream type, four hold colors.
   Type: Jost (open-licence Futura revival) with ss01 = single-story "a".
   ============================================================ */

@font-face { font-family: "Jost"; src: url("../assets/fonts/jost-medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("../assets/fonts/jost-bold.woff2")   format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #0c1212;
  --ink-2: #141a19;
  --black: #07100d;
  --cream: #f3e7d4;
  --cream-70: rgba(243, 231, 212, .72);
  --cream-40: rgba(243, 231, 212, .42);
  --cream-12: rgba(243, 231, 212, .13);
  --cream-05: rgba(243, 231, 212, .05);
  --yellow: #e7bd20;
  --green: #69a552;
  --red: #d6304b;
  --red-soft: #ffb3bf;
  --slate: #6a6f82;
  --font: "Jost", "Futura", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(16px, 4vw, 40px);
  --max: 1120px;
  --radius: 20px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  min-height: 100%;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font);
  font-weight: 500;
  font-size: clamp(17px, 0.5vw + 15px, 19px);
  line-height: 1.5;
  font-feature-settings: "ss01" 1, "kern" 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
/* The paper/ink texture, fixed behind everything. */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--ink) url("../assets/texture-1100.webp") center / cover no-repeat;
}
@media (min-width: 900px) { body::before { background-image: url("../assets/texture-2200.webp"); } }

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--yellow); color: var(--ink); padding: 8px 12px; border-radius: 8px; font-weight: 700; }
.skip:focus { left: 8px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--max)); margin-inline: auto; }
section { padding-block: clamp(56px, 9vw, 110px); position: relative; overflow-x: clip; }
section > .wrap { position: relative; z-index: 1; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.05; letter-spacing: -.01em; margin: 0; text-wrap: balance; }
h2 { font-size: clamp(34px, 5.2vw, 58px); }
h3 { font-size: clamp(22px, 2.4vw, 28px); }
p { margin: 0; }
.lede { font-size: clamp(18px, 1.3vw, 22px); color: var(--cream-70); max-width: 60ch; text-wrap: pretty; }
.muted { color: var(--cream-70); }
.stack > * + * { margin-top: 16px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: clamp(16px, 1.4vw, 19px); color: var(--cream-70); margin-bottom: 14px; }
.eyebrow img { width: 20px; flex: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 28px; border-radius: 999px;
  font: inherit; font-weight: 700; font-size: 18px; line-height: 1.1;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn--primary { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 0 -2px rgba(0, 0, 0, .35); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(231, 189, 32, .55); }
.btn--primary:active { transform: translateY(1px); box-shadow: none; }
.btn--ghost { border-color: var(--cream-40); color: var(--cream); background: transparent; }
.btn--ghost:hover { border-color: var(--cream); background: var(--cream-12); }
.btn--block { width: 100%; }
.btn[aria-disabled="true"] { cursor: default; }

/* ---------- hero ---------- */
.hero { position: relative; padding-block: clamp(26px, 5vw, 64px) clamp(8px, 2vw, 32px); text-align: center; overflow-x: clip; }
#heats { padding-top: clamp(28px, 4vw, 56px); }
.hero .wrap { position: relative; z-index: 1; }
.hero__labels {
  display: flex; justify-content: space-between; align-items: flex-start;
  max-width: 760px; margin: 0 auto 8px; padding-inline: 2%;
  font-size: clamp(22px, 3.6vw, 36px); line-height: 1.05; color: var(--cream);
}
.hero__labels span { display: inline-block; }
.hero__labels span:first-child { transform: rotate(-7deg); text-align: left; transform-origin: left bottom; }
.hero__labels span:last-child  { transform: rotate(5deg);  text-align: right; transform-origin: right bottom; margin-top: .3em; }
.hero__logo { width: min(92vw, 620px); margin: 0 auto; filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .5)); }
.hero__date { margin-top: clamp(20px, 3vw, 30px); font-weight: 700; font-size: clamp(28px, 4.4vw, 46px); line-height: 1.08; text-wrap: balance; }
.hero__date em { font-style: normal; color: var(--yellow); }
.hero__where { margin-top: 8px; color: var(--cream-70); font-size: clamp(16px, 1.4vw, 19px); }
.hero__lede { margin: 18px auto 0; max-width: 44ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.countdown { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; padding: 7px 14px; border: 1px solid var(--cream-12); border-radius: 999px; font-size: 15px; color: var(--cream-70); }
.countdown b { color: var(--cream); font-variant-numeric: tabular-nums; }
.countdown::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(105, 165, 82, .22); }

/* decorative holds + ribbons */
.decor { position: absolute; pointer-events: none; user-select: none; z-index: 0; }
.hold { width: clamp(34px, 5vw, 76px); filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .45)); }
.hold--1 { left: 3%;  top: 17%;  width: clamp(38px, 5.5vw, 80px); }
.hold--2 { right: 4%; top: 22%;  width: clamp(30px, 4.5vw, 64px); }
.hold--3 { left: 4%;  bottom: 18%; width: clamp(42px, 6vw, 90px); }
.hold--4 { right: 4%; bottom: 26%; width: clamp(48px, 7vw, 104px); }
.hold--5 { left: 12%; bottom: 3%; width: clamp(24px, 3vw, 44px); }
.hold--6 { left: 9%; top: 48%;   width: clamp(22px, 3vw, 40px); }
.ribbon--a { top: -9%; right: -11%; width: clamp(150px, 30vw, 420px); }
.ribbon--b { left: -5%; bottom: -9%; width: clamp(110px, 20vw, 280px); transform: rotate(-12deg); }
.ribbon--c { right: -4%; top: 6%; width: clamp(90px, 16vw, 220px); transform: rotate(40deg); opacity: .9; }
/* phones: keep decor clear of the logo, labels and the next section */
@media (max-width: 700px) {
  .hold--1, .hold--2, .hold--5, .hold--6 { display: none; }
  /* tucked either side of the countdown pill, clear of all text */
  .hold--3 { left: 6%; bottom: 2%; width: 42px; }
  .hold--4 { right: 6%; bottom: 1%; width: 46px; }
  .ribbon--a { top: 9%; right: -30%; }
  .ribbon--b { bottom: 1%; left: -9%; width: 120px; }
}
.ribbon--d { right: -5%; top: 18%; width: clamp(120px, 20vw, 260px); transform: rotate(160deg); opacity: .9; }
@media (max-width: 1000px) { .ribbon--d { display: none; } }

@keyframes floatA { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(0, -14px, 0) rotate(7deg); } }
@keyframes floatB { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(0, 12px, 0) rotate(-9deg); } }
@keyframes floatC { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(6px, -10px, 0) rotate(4deg); } }
@media (prefers-reduced-motion: no-preference) {
  .hold--1 { animation: floatA 7.5s ease-in-out infinite; }
  .hold--2 { animation: floatB 6.5s ease-in-out infinite .6s; }
  .hold--3 { animation: floatC 8s ease-in-out infinite 1.2s; }
  .hold--4 { animation: floatA 9s ease-in-out infinite .3s; }
  .hold--5 { animation: floatB 7s ease-in-out infinite 1.8s; }
  .hold--6 { animation: floatC 6s ease-in-out infinite .9s; }
}

/* ---------- heats ---------- */
.heats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(16px, 2.4vw, 28px); margin-top: 36px; }
.heat {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(243, 231, 212, .07), rgba(243, 231, 212, .025));
  border: 1px solid var(--cream-12); border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px);
  display: flex; flex-direction: column; gap: 14px;
}
.heat__mark { position: absolute; right: -38px; bottom: -44px; width: 210px; opacity: .07; pointer-events: none; }
.heat__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.heat__name { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; color: var(--cream-70); }
.heat__name img { width: 22px; }
.heat__price { font-weight: 700; font-size: clamp(28px, 3vw, 36px); line-height: 1; }
.heat__time { font-weight: 700; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.1; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.heat__meta { color: var(--cream-70); }
.heat__meta b { color: var(--cream); font-weight: 700; }
.heat__actions { margin-top: auto; display: grid; gap: 10px; padding-top: 8px; position: relative; }
.heat__fine { font-size: 14px; color: var(--cream-40); text-align: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; width: max-content; padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: var(--cream-12); color: var(--cream); }
.pill::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.pill--low::before { background: var(--yellow); }
.pill--full { background: rgba(214, 48, 75, .2); color: var(--red-soft); }
.pill--full::before { background: var(--red); }
.waitlist { display: none; gap: 10px; }
.heat.is-full .heat__fine { display: none; }
.heat.is-full .waitlist { display: grid; }
.waitlist p { font-size: 15px; color: var(--cream-70); }
.field { width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--cream-40); background: rgba(12, 18, 18, .5); color: var(--cream); font: inherit; }
.field::placeholder { color: var(--cream-40); }
.field:focus-visible { outline-offset: 1px; }
.field.is-invalid { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
select.field {
  appearance: none; -webkit-appearance: none; cursor: pointer; padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23f3e7d4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
select.field.is-placeholder { color: var(--cream-40); }
select.field option { color: var(--ink); background: var(--cream); }
.waitlist.is-done form { display: none; }
.waitlist .done { display: none; font-weight: 700; color: var(--green); }
.waitlist.is-done .done { display: block; }

/* ---------- format ---------- */
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 16px; margin-top: 32px; }
.tile { border: 1px solid var(--cream-12); border-radius: var(--radius); padding: 22px 22px 20px; background: var(--cream-05); }
.tile b { display: block; font-size: clamp(42px, 6vw, 68px); line-height: 1; font-weight: 700; color: var(--yellow); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.tile:nth-child(2) b { color: var(--green); }
.tile:nth-child(3) b { color: var(--red); }
.tile span { display: block; margin-top: 8px; color: var(--cream-70); }
.cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 14px; margin-top: 20px; }
.cat { padding: 16px 18px; border-left: 5px solid var(--green); background: var(--cream-05); border-radius: 0 14px 14px 0; }
.cat:nth-child(2) { border-color: var(--yellow); }
.cat:nth-child(3) { border-color: var(--red); }
.cat b { display: block; font-size: 20px; }
.cat span { color: var(--cream-70); font-size: 16px; }

/* ---------- prizes ---------- */
.prizes { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; margin-top: 8px; }
@media (max-width: 760px) { .prizes { grid-template-columns: 1fr; } }
.money { font-weight: 700; font-size: clamp(72px, 12vw, 132px); line-height: .95; color: var(--yellow); letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.money small { display: block; font-size: clamp(18px, 1.6vw, 22px); letter-spacing: 0; color: var(--cream-70); font-weight: 500; margin-top: 10px; }
.podium { list-style: none; padding: 0; margin: 26px 0 0; display: grid; }
.podium li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--cream-12); font-size: 19px; }
.podium li:first-child { border-top: 1px solid var(--cream-12); }
.podium li b { font-size: 26px; font-variant-numeric: tabular-nums; }
.podium li:nth-child(1) b { color: var(--yellow); }
.podium li:nth-child(2) b { color: var(--cream); }
.podium li:nth-child(3) b { color: var(--cream-70); }
.finals { border: 1px solid var(--cream-12); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); background: var(--cream-05); }
.finals .big { font-weight: 700; font-size: clamp(34px, 4vw, 48px); line-height: 1; margin: 8px 0 12px; }
.finals .big em { font-style: normal; color: var(--green); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chip { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--cream-40); font-size: 14px; font-weight: 700; }

/* ---------- register: shop layout ---------- */
.shop { display: grid; gap: 28px; margin-top: 36px; align-items: start; }
@media (min-width: 900px) {
  .shop { grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(24px, 3vw, 40px); }
  .cart { position: sticky; top: 24px; }
}
.shop__h { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; }
.shop__h span { font-size: 15px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--cream-70); }

/* heat ticket stepper: the yellow "Add Heat n" button turns into a full-width − n climbers + */
.heat.is-picked { border-color: var(--green); box-shadow: 0 0 0 1px var(--green), 0 24px 40px -24px rgba(105, 165, 82, .5); }
.heat.is-picked .heat__mark { opacity: .16; }
.heat .qty--heat { grid-area: auto; justify-self: stretch; width: 100%; margin: 0; }
.heat .qty--heat .qty__add { min-height: 54px; padding: 14px 28px; font-size: 18px; }
.heat .qty--heat .qty__ctl { width: 100%; min-height: 54px; background: rgba(105, 165, 82, .12); }
.heat .qty--heat .qty__btn { width: 52px; height: 46px; font-size: 26px; }
.heat .qty--heat output { flex: 1; font-size: 19px; }
.heat.is-full .qty--heat { display: none; }

/* merch rows */
.merch { display: grid; gap: 14px; margin-top: 18px; }
.item {
  display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; grid-template-areas: "art body qty" "art sizes qty"; gap: 0 16px; align-items: center;
  border: 1px solid var(--cream-12); border-radius: var(--radius); background: var(--cream-05); padding: 16px;
}
.item__art { grid-area: art; align-self: center; width: 76px; aspect-ratio: 1; border-radius: 14px; display: grid; place-items: center; background: rgba(243, 231, 212, .07); }
.item__art img { width: 52%; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .4)); }
.item__body { grid-area: body; display: grid; gap: 4px; min-width: 0; }
.item__row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.item__row b { font-size: 21px; line-height: 1.15; }
.item__row .price { font-size: 19px; font-weight: 700; color: var(--yellow); font-variant-numeric: tabular-nums; }
.item p { color: var(--cream-70); font-size: 15px; text-wrap: pretty; }
.qty { grid-area: qty; justify-self: end; align-self: center; }
@media (max-width: 560px) {
  .item { grid-template-columns: 64px minmax(0, 1fr); grid-template-areas: "art body" "sizes sizes" "qty qty"; }
  .item__art { width: 64px; }
  .qty { justify-self: stretch; margin-top: 12px; }
  .qty .qty__add, .qty__ctl { width: 100%; }
}

/* sizes */
.sizes { grid-area: sizes; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.size {
  position: relative; min-width: 44px; min-height: 40px; padding: 6px 12px; border-radius: 999px;
  border: 1.5px solid var(--cream-40); background: transparent; color: var(--cream);
  font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; -webkit-tap-highlight-color: transparent;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.size:hover { border-color: var(--cream); }
.size[aria-pressed="true"] { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.size.has-qty::after {
  content: attr(data-count); position: absolute; top: -8px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px; background: var(--green); color: var(--ink); font-size: 11px; line-height: 20px; text-align: center;
}

/* quantity: an Add button that turns into − n + */
.qty__add { min-height: 44px; padding: 8px 20px; font-size: 16px; }
.qty__add:disabled { opacity: .55; cursor: default; }
.qty__add:disabled:hover { border-color: var(--cream-40); background: transparent; }
.qty__ctl { display: none; align-items: center; justify-content: space-between; gap: 2px; min-height: 44px; border-radius: 999px; border: 2px solid var(--green); padding: 2px; }
.qty.has-qty .qty__add { display: none; }
.qty.has-qty .qty__ctl { display: inline-flex; }
.qty__btn {
  width: 40px; height: 36px; border-radius: 999px; border: 0; background: transparent; color: var(--cream);
  font: inherit; font-weight: 700; font-size: 22px; line-height: 1; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.qty__btn:hover { background: var(--cream-12); }
.qty__ctl output { min-width: 32px; text-align: center; font-weight: 700; font-size: 18px; font-variant-numeric: tabular-nums; }

/* cart */
.cart {
  border: 1px solid var(--cream-12); border-radius: var(--radius); padding: clamp(20px, 2.6vw, 26px);
  background: linear-gradient(160deg, rgba(243, 231, 212, .08), rgba(243, 231, 212, .03)); display: grid; gap: 14px;
}
.cart__title { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; color: var(--cream-70); }
.cart__title img { width: 22px; }
.cart__lines { list-style: none; margin: 0; padding: 0; display: grid; }
.cart__lines:empty { display: none; }
.cart__lines li { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--cream-12); }
.cart__lines li:first-child { border-top: 1px solid var(--cream-12); }
.cart__name { font-weight: 700; }
.cart__name small { font-weight: 500; color: var(--cream-70); font-size: 14px; }
.cart__lines b { font-variant-numeric: tabular-nums; }
.cart__x { width: 32px; height: 32px; border-radius: 50%; border: 0; background: var(--cream-12); color: var(--cream); font: inherit; font-size: 18px; line-height: 1; cursor: pointer; }
.cart__x:hover { background: var(--red); }
.cart__empty { color: var(--cream-70); font-size: 15px; padding: 6px 0; }
/* who's climbing: one small fieldset per ticket */
.climbers { display: grid; gap: 10px; padding-top: 4px; }
.climbers__hint { font-size: 14px; color: var(--cream-70); margin-top: -4px; }
.climbers__list { display: grid; gap: 12px; margin-top: 4px; }
.climber { min-width: 0; margin: 0; padding: 4px 12px 12px; border: 1px solid var(--cream-12); border-radius: 14px; background: var(--cream-05); }
.climber legend { padding: 0 6px; margin-left: -6px; font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--cream); }
.climber legend b { color: var(--yellow); }
.climber--heat2 legend b { color: var(--green); }
.climber__fields { display: grid; gap: 8px; margin-top: 6px; }
.climber .field { min-height: 46px; padding: 10px 14px; font-size: 16px; }
.cart__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 700; font-size: 18px; }
.cart__total b { font-size: clamp(30px, 3vw, 36px); color: var(--yellow); font-variant-numeric: tabular-nums; line-height: 1; }
.cart__go:disabled { opacity: .45; cursor: default; transform: none; box-shadow: none; }
.cart__go .cart__go-busy { display: none; }
.is-checking-out .cart__go .cart__go-text { display: none; }
.is-checking-out .cart__go .cart__go-busy { display: inline; }
.is-checking-out .cart__go { opacity: .8; }

/* ---------- faq ---------- */
.faq { margin-top: 28px; border-top: 1px solid var(--cream-12); max-width: 820px; }
.faq details { border-bottom: 1px solid var(--cream-12); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-weight: 700; font-size: clamp(18px, 1.6vw, 21px); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font-size: 30px; line-height: 1; color: var(--yellow); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 20px; color: var(--cream-70); max-width: 68ch; text-wrap: pretty; }
.faq .a a { color: var(--cream); }

/* ---------- footer ---------- */
footer { position: relative; padding-block: 64px 140px; border-top: 1px solid var(--cream-12); overflow: hidden; }
.foot { position: relative; z-index: 1; display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); }
.foot h4 { margin: 0 0 8px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-70); }
.foot a { color: var(--cream); text-decoration: none; border-bottom: 1px solid var(--cream-40); }
.foot a:hover { border-color: var(--yellow); }
.foot address { font-style: normal; }
.credit { position: relative; z-index: 1; margin-top: 44px; color: var(--cream-40); font-size: 14px; }
.hand { position: absolute; left: -24px; bottom: -36px; width: clamp(170px, 22vw, 300px); transform: rotate(6deg); pointer-events: none; filter: drop-shadow(0 12px 20px rgba(0, 0, 0, .5)); }

/* ---------- sticky mobile CTA + toast ---------- */
.sticky {
  position: fixed; left: 0; width: 100vw; bottom: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px var(--gutter); padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(12, 18, 18, .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--cream-12);
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky.is-on { transform: none; }
.sticky small { display: block; color: var(--cream-70); font-size: 13px; }
.sticky b { font-size: 17px; }
.sticky__info { min-width: 0; }
.sticky small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky--cart b { color: var(--yellow); }
.sticky .btn { min-height: 46px; padding-inline: 22px; }
@media (min-width: 800px) { .sticky { display: none; } }

.toast {
  position: fixed; left: 50vw; bottom: calc(86px + env(safe-area-inset-bottom, 0px)); z-index: 60;
  transform: translate(-50%, 16px); opacity: 0; pointer-events: none;
  max-width: min(92vw, 440px); padding: 12px 18px; border-radius: 12px;
  background: var(--cream); color: var(--ink); font-weight: 700; text-align: center;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 800px) { .toast { bottom: 32px; } }

/* ---------- thanks / 404 ---------- */
.simple { min-height: 70vh; display: grid; align-content: center; text-align: center; padding-block: clamp(48px, 8vw, 96px); }
.simple h1 { font-size: clamp(40px, 8vw, 88px); }
.simple .lede { margin-inline: auto; }
.simple .card { text-align: left; margin: 32px auto 0; max-width: 560px; border: 1px solid var(--cream-12); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); background: var(--cream-05); display: grid; gap: 12px; }
.simple .card h3 { font-size: 22px; }
.simple ul { margin: 0; padding-left: 20px; color: var(--cream-70); display: grid; gap: 6px; }
.simple ul b { color: var(--cream); }
.simple .row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.simple .logo-sm { width: min(70vw, 300px); margin: 0 auto 24px; }
