/* ---------- Clay Mack Skills · brand tokens ---------- */
:root {
  --black: #0a0d0a;
  --ink: #111411;
  --ink-2: #181c18;
  --ink-3: #232823;
  --line: rgba(255,255,255,.09);
  --white: #ffffff;
  --muted: #a8ada8;
  --red: #d80202;
  --red-2: #ff2a2a;
  --yellow: #fef104;
  --chrome: linear-gradient(180deg,#ffffff 0%,#d9d9d9 35%,#8c8c8c 50%,#e6e6e6 65%,#9a9a9a 100%);
  --font: 'Kanit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Anton', 'Kanit', Impact, sans-serif;
  --radius: 4px;
  --max: 1180px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--font); font-weight: 300; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1,h2,h3,h4 { margin: 0; line-height: 1.05; }
strong { font-weight: 600; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.lead { font-size: 1.15rem; color: #d4d8d4; max-width: 60ch; }

.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; color: var(--red-2); margin: 0 0 14px; }
.eyebrow--yellow { color: var(--yellow); }
.eyebrow span { color: var(--yellow); }
.h2 { font-family: var(--display); font-size: clamp(2.4rem, 5.5vw, 4.2rem); text-transform: uppercase; letter-spacing: .01em; margin-bottom: 18px; }
.h2 em, .h3 em, .hero__title span:last-child { font-style: normal; color: var(--red-2); }
.h3 { font-family: var(--font); font-weight: 800; font-style: italic; text-transform: uppercase; font-size: clamp(1.25rem, 2.4vw, 1.7rem); letter-spacing: .01em; margin-bottom: 10px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: var(--radius); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease, color .15s; font-family: inherit; }
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn--primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn--primary:hover { background: var(--red-2); border-color: var(--red-2); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--ghost:hover { border-color: #fff; }
.btn--lg { padding: 16px 30px; font-size: .95rem; }
.icon-btn { background: var(--ink-3); border: 1px solid var(--line); color: #fff; width: 36px; height: 36px; border-radius: var(--radius); font-size: 1.4rem; cursor: pointer; line-height: 1; }
.icon-btn:hover { background: var(--red); }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 28px; padding: 10px 24px; background: rgba(10,13,10,.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav__brand img { width: auto; height: 44px; object-fit: contain; }
.nav__links { display: flex; gap: 26px; margin-left: auto; font-weight: 600; text-transform: uppercase; font-size: .8rem; letter-spacing: .12em; }
.nav__links a { padding: 8px 0; border-bottom: 2px solid transparent; }
.nav__links a:hover { border-color: var(--red); }
.nav__cta { margin-left: 8px; }
.nav__burger { display: none; margin-left: auto; background: none; border: 0; padding: 8px; cursor: pointer; flex-direction: column; gap: 5px; }
.nav__burger span { display: block; width: 26px; height: 3px; background: #fff; border-radius: 2px; }
@media (max-width: 860px) {
  .nav { gap: 12px; }
  .nav__links { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line); padding: 8px 24px 16px; }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav.is-open .nav__links { display: flex; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(92vh, 900px); display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: saturate(1.1) contrast(1.05); }
.hero__shade { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(10,13,10,.96) 0%, rgba(10,13,10,.88) 40%, rgba(10,13,10,.55) 70%, rgba(216,2,2,.35) 100%),
  linear-gradient(0deg, var(--black) 0%, transparent 35%); }
.hero__inner { width: min(100% - 40px, var(--max)); margin-inline: auto; padding: 96px 0 80px; max-width: 640px; position: relative; z-index: 1; }
.hero__title { font-family: var(--display); font-size: clamp(4.4rem, 13vw, 10.5rem); line-height: .86; text-transform: uppercase; letter-spacing: -.01em; margin: 10px 0 22px; display: flex; flex-direction: column; }
.hero__title span:first-child { background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: 1.15rem; max-width: 52ch; color: #e2e5e2; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.hero__proof { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--muted); font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.hero__proof strong { color: var(--yellow); font-weight: 800; margin-right: 6px; }
.hero__portrait { position: absolute; right: 3%; bottom: 0; height: 80%; max-width: 40vw; width: auto; object-fit: contain; z-index: 0; filter: drop-shadow(0 30px 40px rgba(0,0,0,.6)); pointer-events: none; }
@media (max-width: 1100px) { .hero__portrait { opacity: .28; right: -8%; } }
@media (max-width: 640px) { .hero__portrait { display: none; } .hero__inner { padding: 64px 0 56px; } }

/* marquee */
.marquee { background: var(--red); color: #fff; overflow: hidden; border-block: 3px solid var(--black); font-family: var(--display); text-transform: uppercase; font-size: 1.15rem; letter-spacing: .06em; padding: 10px 0; }
.marquee__track { display: flex; gap: 32px; white-space: nowrap; width: max-content; animation: marquee 32s linear infinite; }
.marquee__track i { width: 8px; height: 8px; background: var(--yellow); transform: rotate(45deg); align-self: center; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } html { scroll-behavior: auto; } }

/* ---------- stats ---------- */
.stats { background: var(--ink); border-bottom: 1px solid var(--line); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat__value { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1; color: var(--yellow); }
.stat__label { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; color: var(--muted); font-weight: 600; margin-top: 6px; }
@media (max-width: 760px) { .stats__grid { grid-template-columns: 1fr 1fr; } .stat:nth-child(2) { border-right: 0; } .stat { border-bottom: 1px solid var(--line); } }

/* ---------- about ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__photo { border-radius: var(--radius); box-shadow: 0 30px 60px rgba(0,0,0,.5); }
.about__press { position: absolute; width: 60%; right: -6%; bottom: -12%; border: 4px solid var(--black); border-radius: var(--radius); box-shadow: 0 20px 40px rgba(0,0,0,.6); transform: rotate(-3deg); }
.quote { margin: 26px 0; padding: 22px 26px; border-left: 4px solid var(--red); background: var(--ink); font-style: italic; font-weight: 400; color: #e6e9e6; }
.quote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; color: var(--yellow); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } .about__press { position: static; width: 100%; transform: none; margin-top: 16px; } }

/* ---------- method ---------- */
.method { background: var(--ink); background-image: radial-gradient(60% 50% at 100% 0%, rgba(216,2,2,.18), transparent 70%); }
.method__head { max-width: 760px; margin-bottom: 44px; }
.method__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { background: var(--ink-2); border: 1px solid var(--line); padding: 26px 24px; border-radius: var(--radius); position: relative; transition: border-color .2s, transform .2s; }
.pillar:hover { border-color: var(--red); transform: translateY(-3px); }
.pillar__num { font-family: var(--display); color: var(--red-2); font-size: 1.3rem; }
.pillar h3 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.2rem; margin: 8px 0 8px; }
.pillar p { margin: 0; color: #cfd3cf; font-size: .95rem; }
.method__band { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: linear-gradient(90deg, var(--red) 0%, #8a0000 100%); border-radius: var(--radius); padding: 10px 40px; overflow: hidden; }
.method__band img { max-height: 320px; object-fit: contain; margin-bottom: -10px; }
.method__band .eyebrow { color: var(--yellow); }
.method__band .h3 em { color: var(--yellow); }
.method__band p { color: #fff; }
@media (max-width: 900px) { .method__grid { grid-template-columns: 1fr 1fr; } .method__band { grid-template-columns: 1fr; padding: 24px; } }
@media (max-width: 560px) { .method__grid { grid-template-columns: 1fr; } }

/* ---------- results ---------- */
.results__head { max-width: 900px; margin-bottom: 40px; }
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.player { position: relative; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; isolation: isolate; }
.player img { position: absolute; right: -10px; top: 0; height: 100%; width: 60%; object-fit: contain; object-position: bottom right; z-index: -1; opacity: .9; transition: transform .3s; }
.player:hover img { transform: scale(1.04); }
.player::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(10,13,10,.95) 75%); z-index: -1; }
.player__quote { font-family: var(--display); text-transform: uppercase; font-size: 1.35rem; line-height: 1.1; color: #fff; margin-bottom: 10px; }
.player__name { font-weight: 800; font-style: italic; text-transform: uppercase; color: var(--yellow); }
.player__detail { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.results__hunter { margin-top: 24px; display: grid; grid-template-columns: 240px 1fr; gap: 26px; align-items: center; background: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 30px 0 0; overflow: hidden; }
.results__hunter img { height: 220px; width: 100%; object-fit: cover; object-position: top; }
@media (max-width: 900px) { .results__grid { grid-template-columns: 1fr 1fr; } .results__hunter { grid-template-columns: 1fr; padding: 0 24px 20px; } }
@media (max-width: 560px) { .results__grid { grid-template-columns: 1fr; } }

/* ---------- sessions ---------- */
.sessions { background: var(--ink); }
.sessions__head { max-width: 760px; margin-bottom: 40px; }
.sessions__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.service { background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; position: relative; transition: border-color .2s, transform .2s; }
.service:hover { border-color: var(--red); transform: translateY(-3px); }
.service__tag { position: absolute; top: 14px; right: 14px; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--black); background: var(--yellow); padding: 4px 8px; border-radius: 2px; }
.service h3 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.2rem; padding-right: 90px; }
.service__price { font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.service__price small { font-family: var(--font); font-size: .8rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; margin-left: 6px; }
.service p { color: #cfd3cf; font-size: .95rem; margin: 0; flex: 1; }
.service ul { margin: 6px 0 12px; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.service ul li { margin-bottom: 3px; }

/* ---------- booking ---------- */
.book { background: radial-gradient(70% 60% at 50% 0%, rgba(216,2,2,.25), transparent 70%), var(--black); }
.book__head { text-align: center; margin-bottom: 36px; }
.booking { max-width: 960px; margin: 0 auto; background: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 40px 80px rgba(0,0,0,.5); }
.booking__steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 0; margin: 0 0 28px; }
.booking__steps li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 3px solid var(--ink-3); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--muted); }
.booking__steps li span { width: 26px; height: 26px; border-radius: 50%; background: var(--ink-3); display: grid; place-items: center; font-size: .75rem; }
.booking__steps li.is-active { color: #fff; border-color: var(--red); }
.booking__steps li.is-active span { background: var(--red); }
.booking__steps li.is-done { color: var(--yellow); border-color: var(--yellow); }
.booking__steps li.is-done span { background: var(--yellow); color: var(--black); }
@media (max-width: 640px) { .booking__steps li { font-size: 0; gap: 0; justify-content: center; } .booking__steps li span { font-size: .75rem; } .booking { padding: 18px; } }
.booking__panel { min-height: 240px; }
.booking__nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.booking__nav [data-next] { margin-left: auto; }

.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.choice { text-align: left; background: var(--ink-2); border: 2px solid var(--line); border-radius: var(--radius); padding: 16px; cursor: pointer; color: #fff; font-family: inherit; transition: border-color .15s; }
.choice:hover { border-color: rgba(255,255,255,.4); }
.choice.is-selected { border-color: var(--red); background: rgba(216,2,2,.12); }
.choice strong { display: block; font-weight: 800; font-style: italic; text-transform: uppercase; font-size: .95rem; }
.choice span { display: block; color: var(--muted); font-size: .82rem; margin-top: 4px; }
.choice b { display: block; margin-top: 8px; font-family: var(--display); font-size: 1.4rem; color: var(--yellow); font-weight: 400; }

.datetime { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; }
@media (max-width: 720px) { .datetime { grid-template-columns: 1fr; } }
.calendar__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; }
.calendar__dow, .calendar__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calendar__dow span { text-align: center; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; padding: 6px 0; }
.day { aspect-ratio: 1; border: 1px solid transparent; background: transparent; color: var(--muted); border-radius: var(--radius); font-family: inherit; font-weight: 600; font-size: .9rem; cursor: default; }
.day.is-open { background: var(--ink-3); color: #fff; cursor: pointer; border-color: var(--line); }
.day.is-open:hover { border-color: var(--red); }
.day.is-selected { background: var(--red); border-color: var(--red); color: #fff; }
.day.is-empty { visibility: hidden; }
.day:disabled:not(.is-open) { opacity: .35; }
.times__title { font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; margin-bottom: 12px; }
.times__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 8px; }
.slot { background: var(--ink-3); border: 2px solid var(--line); color: #fff; padding: 10px 6px; border-radius: var(--radius); font-family: inherit; font-weight: 600; cursor: pointer; font-size: .9rem; }
.slot:hover { border-color: rgba(255,255,255,.4); }
.slot.is-selected { border-color: var(--red); background: rgba(216,2,2,.2); }
.slot small { display: block; font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 640px) { .form__row { grid-template-columns: 1fr; } }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--muted); }
.form input, .form select { background: var(--ink-2); border: 1px solid var(--line); color: #fff; padding: 12px 14px; border-radius: var(--radius); font: inherit; font-size: 1rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
.form input:focus, .form select:focus { outline: none; border-color: var(--red); }
.form input.is-invalid { border-color: var(--red-2); }
.form__error { color: var(--red-2); font-weight: 600; margin: 10px 0 0; }

.summary { display: grid; grid-template-columns: max-content 1fr; gap: 10px 22px; margin: 0 0 18px; background: var(--ink-2); border: 1px solid var(--line); padding: 20px; border-radius: var(--radius); }
.summary dt { color: var(--muted); text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; font-weight: 700; padding-top: 3px; }
.summary dd { margin: 0; font-weight: 500; }
.summary dd.total { font-family: var(--display); font-size: 1.8rem; color: var(--yellow); line-height: 1; }

.done { text-align: center; padding: 20px 0; }
.done__badge { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 16px; font-size: 2rem; background: var(--yellow); color: var(--black); }
.done__badge.is-pending { background: var(--ink-3); color: var(--yellow); }
.done .h2 { font-size: clamp(2rem, 5vw, 3rem); }
.done dl { display: inline-grid; grid-template-columns: max-content 1fr; gap: 6px 18px; text-align: left; margin: 12px auto 20px; }
.done dt { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.done dd { margin: 0; }

/* ---------- location ---------- */
.location { background: var(--ink); }
.location__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.contact { display: grid; gap: 10px; margin-top: 22px; }
.contact a { display: flex; align-items: baseline; gap: 16px; padding: 14px 18px; background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .15s; }
.contact a:hover { border-color: var(--red); }
.contact__label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--muted); min-width: 90px; }
.contact strong { font-weight: 600; font-size: 1.05rem; }
.location__card { background: linear-gradient(160deg, var(--ink-2), var(--black)); border: 1px solid var(--line); border-radius: 8px; padding: 34px; }
.location__avatar { border-radius: 50%; margin-bottom: 18px; border: 3px solid var(--red); }
@media (max-width: 860px) { .location__grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 40px 0; text-align: center; color: var(--muted); font-size: .9rem; }
.footer__inner img { margin: 0 auto 14px; width: 180px; height: auto; }

/* ---------- mobile optimization ---------- */
.mobile-cta { display: none; }
@media (max-width: 860px) {
  .container { width: min(100% - 32px, var(--max)); }
  .section { padding: 56px 0; }
  .nav { padding: 8px 16px; }
  .nav__brand img { height: 38px; }
  .btn { min-height: 48px; }                       /* comfortable tap targets */
  .hero { min-height: 0; }
  .hero__inner { padding: 56px 0 48px; }
  .hero__title { font-size: clamp(4rem, 22vw, 6.5rem); }
  .hero__sub { font-size: 1.02rem; }
  .hero__cta .btn { flex: 1 1 100%; }
  .hero__proof { gap: 8px 18px; font-size: .8rem; }
  .hero__shade { background: linear-gradient(180deg, rgba(10,13,10,.78) 0%, rgba(10,13,10,.86) 55%, var(--black) 100%), linear-gradient(90deg, rgba(216,2,2,.25), transparent 60%); }
  .marquee { font-size: .95rem; }
  .h2 { font-size: clamp(2.1rem, 9vw, 3rem); }
  .lead { font-size: 1.02rem; }
  .stat { padding: 22px 16px; }
  .about__grid { gap: 32px; }
  .method__band img { max-height: 200px; margin: 0 auto; }
  .player { min-height: 220px; padding: 16px; }
  .player img { width: 48%; right: -4px; }
  .player__quote { font-size: 1.15rem; padding-right: 45%; }
  .results__hunter img { height: 200px; }
  .service h3 { padding-right: 0; margin-top: 18px; }
  .service__tag { top: 12px; right: 12px; }
  .booking { padding: 16px; border-radius: 6px; }
  .booking__panel { min-height: 0; }
  .choice { padding: 14px; }
  .choice-grid { grid-template-columns: 1fr; }
  .calendar__grid { gap: 3px; }
  .day { font-size: .95rem; min-height: 42px; }
  .slot { min-height: 50px; }
  .times__grid { grid-template-columns: repeat(3, 1fr); }
  .booking__nav .btn { flex: 1; }
  .summary { grid-template-columns: 1fr; gap: 4px 0; }
  .summary dt { margin-top: 8px; }
  .contact a { flex-direction: column; gap: 2px; }
  .location__card { padding: 24px; }
  .footer { padding: 32px 0 96px; }                /* room for the sticky CTA */
  /* sticky book button that stays out of the way of the booking widget itself */
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: flex; align-items: center; justify-content: center; min-height: 52px; background: var(--red); color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .9rem; border-radius: 6px; box-shadow: 0 12px 30px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); transition: transform .25s, opacity .25s; }
  body.at-booking .mobile-cta { transform: translateY(120%); opacity: 0; pointer-events: none; }
}
@media (max-width: 400px) { .times__grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- logo-forward branding ---------- */
.nav__brand img { height: 58px; width: auto; }
.hero__logo { margin: 0 0 18px; line-height: 0; }
.hero__logo img { width: clamp(280px, 40vw, 560px); height: auto; filter: drop-shadow(0 10px 30px rgba(0,0,0,.75)) drop-shadow(0 0 28px rgba(216,2,2,.35)); }
.hero__tagline { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin: 0 0 22px; font-weight: 800; font-style: italic; text-transform: uppercase; letter-spacing: .06em; font-size: clamp(1rem, 1.9vw, 1.35rem); color: #fff; }
.hero__tagline span { color: var(--yellow); }
.hero__tagline i, .brand-band__line i { width: 8px; height: 8px; background: var(--red-2); transform: rotate(45deg); display: inline-block; }
.hero__inner { max-width: none; }
.hero__inner > * { max-width: 600px; }
.hero__logo img { width: clamp(280px, 36vw, 520px); }
@media (min-width: 1101px) { .hero__portrait { right: 2%; height: 84%; } }

.marquee { padding: 8px 0; }
.marquee__track { align-items: center; gap: 28px; }
.marquee__logo { height: 34px; width: auto; flex: none; filter: drop-shadow(0 2px 4px rgba(0,0,0,.45)); }

.brand-band { position: relative; overflow: hidden; background: radial-gradient(60% 80% at 50% 50%, #1c1f1c 0%, var(--black) 70%); border-block: 1px solid var(--line); padding: clamp(56px, 8vw, 110px) 0; text-align: center; isolation: isolate; }
.brand-band__inner { position: relative; width: min(100% - 40px, 900px); margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.brand-band__brush { position: absolute; z-index: -1; width: min(110%, 980px); top: 50%; left: 50%; transform: translate(-50%, -62%) rotate(-3deg); opacity: .9; }
.brand-band__logo { width: clamp(280px, 60vw, 640px); height: auto; filter: drop-shadow(0 14px 30px rgba(0,0,0,.8)); }
.brand-band__line { display: flex; align-items: center; gap: 14px; margin: 0; font-family: var(--display); text-transform: uppercase; font-size: clamp(1.2rem, 2.6vw, 1.8rem); letter-spacing: .06em; }

.book__logo { width: clamp(200px, 26vw, 300px); height: auto; margin: 0 auto 18px; filter: drop-shadow(0 0 24px rgba(216,2,2,.35)); }
.footer__inner img { width: 280px; height: auto; }

@media (max-width: 860px) {
  .nav__brand img { height: 46px; }
  .hero__logo img { width: min(86vw, 420px); }
  .hero__tagline { font-size: .95rem; }
  .marquee__logo { height: 26px; }
  .brand-band__logo { width: 88vw; }
  .brand-band__brush { width: 160%; }
  .footer__inner img { width: 220px; }
}
.hero__inner > .hero__tagline { max-width: 720px; row-gap: 2px; }

/* =====================================================================
   Monogram placements + reduced red (Sept 15)
   Palette is now black / chrome / white with yellow as the highlight.
   Red is reserved for small accents only: quote rule, method numbers,
   and error messages.
   ===================================================================== */
:root {
  --silver: #c9ced4;
  --silver-2: #e8ebee;
  --chrome-text: linear-gradient(180deg, #ffffff 0%, #e3e6ea 40%, #9aa0a7 55%, #f2f4f6 70%, #b9bec4 100%);
}

/* nav lockup */
.nav__brand { display: flex; align-items: center; gap: 10px; }
.nav__brand .nav__mark { height: 52px; width: 52px; }
.nav__brand .nav__word { height: 46px; width: auto; }

/* hero lockup: monogram leads */
.hero__lockup { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); margin: 0 0 18px; max-width: 720px !important; }
.hero__mark { width: clamp(120px, 13vw, 190px); height: auto; flex: none; filter: drop-shadow(0 12px 28px rgba(0,0,0,.8)); }
.hero__lockup .hero__logo { margin: 0; }
.hero__lockup .hero__logo img { width: clamp(220px, 28vw, 420px); filter: drop-shadow(0 10px 30px rgba(0,0,0,.75)); }

/* big headline accents: chrome instead of red */
.h2 em, .h3 em { color: transparent; background: var(--chrome-text); -webkit-background-clip: text; background-clip: text; }
.eyebrow { color: var(--silver); }
.hero__tagline i, .brand-band__line i { background: var(--silver); }

/* buttons: white/chrome primary with black text, yellow on hover */
.btn--primary { background: linear-gradient(180deg, #ffffff 0%, #dfe3e7 100%); color: var(--black); border-color: #ffffff; }
.btn--primary:hover { background: var(--yellow); border-color: var(--yellow); color: var(--black); }
.icon-btn:hover { background: var(--silver); color: var(--black); }
.nav__links a:hover { border-color: var(--silver); }

/* hero, marquee, sections: no red washes */
.hero__shade { background:
  linear-gradient(90deg, rgba(10,13,10,.96) 0%, rgba(10,13,10,.88) 40%, rgba(10,13,10,.6) 70%, rgba(10,13,10,.35) 100%),
  linear-gradient(0deg, var(--black) 0%, transparent 35%); }
.marquee { background: #0f120f; color: var(--silver-2); border-block: 1px solid rgba(255,255,255,.14); }
.marquee__logo { height: 30px; opacity: .9; filter: none; }
.method { background-image: radial-gradient(60% 50% at 100% 0%, rgba(255,255,255,.06), transparent 70%); }
.method__band { background: linear-gradient(90deg, #1b1f1b 0%, #0f120f 100%); border: 1px solid rgba(255,255,255,.12); }
.method__band .h3 em { color: transparent; }
.book { background: radial-gradient(70% 60% at 50% 0%, rgba(255,255,255,.07), transparent 70%), var(--black); }

/* cards and interactive states */
.pillar:hover, .service:hover, .contact a:hover { border-color: rgba(255,255,255,.45); }
.booking__steps li.is-active { border-color: #fff; }
.booking__steps li.is-active span { background: #fff; color: var(--black); }
.choice.is-selected { border-color: #fff; background: rgba(255,255,255,.08); }
.day.is-open:hover { border-color: #fff; }
.day.is-selected { background: #fff; border-color: #fff; color: var(--black); }
.slot.is-selected { border-color: #fff; background: rgba(255,255,255,.12); }
.form input:focus, .form select:focus { border-color: #fff; }
.mobile-cta { background: linear-gradient(180deg, #ffffff 0%, #dfe3e7 100%) !important; color: var(--black) !important; }

/* brand band: giant chrome monogram over the wordmark */
.brand-band { background: radial-gradient(55% 70% at 50% 45%, #202420 0%, var(--black) 72%); }
.brand-band__mark { width: clamp(160px, 20vw, 260px); height: auto; filter: drop-shadow(0 18px 40px rgba(0,0,0,.85)); }
.brand-band__logo { width: clamp(240px, 36vw, 440px); }

/* booking + instagram + footer */
.book__logo { width: clamp(88px, 9vw, 120px); filter: drop-shadow(0 10px 24px rgba(0,0,0,.7)); }
.location__avatar { border-radius: 0; border: 0; width: 88px; height: 88px; }
.footer__lockup { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0 auto 14px; }
.footer__lockup img:first-child { width: 110px; height: auto; }
.footer__lockup img:last-child { width: 220px; height: auto; }

@media (max-width: 860px) {
  .nav__brand .nav__mark { height: 42px; width: 42px; }
  .nav__brand .nav__word { height: 36px; }
  .hero__lockup { flex-direction: column; align-items: flex-start; }
  .hero__mark { width: 120px; }
  .hero__lockup .hero__logo img { width: min(78vw, 340px); }
  .marquee__logo { height: 22px; }
  .brand-band__mark { width: 150px; }
  .brand-band__logo { width: 76vw; }
  .footer__lockup img:first-child { width: 80px; }
  .footer__lockup img:last-child { width: 160px; }
}
.hero__video { filter: grayscale(1) contrast(1.08) brightness(.9); }
@media (max-width: 860px) {
  .hero__shade { background: linear-gradient(180deg, rgba(10,13,10,.82) 0%, rgba(10,13,10,.88) 55%, var(--black) 100%); }
}


/* ---------- apparel section ---------- */
.apparel { background: var(--ink); }
.apparel__head { max-width: 720px; margin-bottom: 36px; }
.apparel__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.drop { background: var(--ink-2); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; cursor: pointer; transition: transform .2s, border-color .2s; }
.drop:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.45); }
.drop__img { position: relative; aspect-ratio: 1; background: #151815; }
.drop__img img { width: 100%; height: 100%; object-fit: cover; }
.drop__badge { position: absolute; top: 12px; left: 12px; background: var(--yellow); color: var(--black); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; padding: 5px 9px; border-radius: 2px; }
.drop h3 { font-weight: 800; font-style: italic; text-transform: uppercase; font-size: 1.05rem; margin: 14px 16px 4px; }
.drop p { margin: 0 16px 16px; color: var(--muted); font-size: .9rem; }
.apparel__cta { text-align: center; margin-top: 32px; }
.apparel__cta .btn { min-width: 280px; }
@media (max-width: 900px) { .apparel__grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/* ---------- waitlist popup ---------- */
body.wl-open { overflow: hidden; }
.wl { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 16px; }
.wl__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.wl__card { position: relative; width: min(100%, 880px); max-height: calc(100vh - 32px); overflow: auto; display: grid; grid-template-columns: 0.9fr 1.1fr; background: var(--ink); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; box-shadow: 0 40px 100px rgba(0,0,0,.8); animation: wl-in .3s ease; }
@keyframes wl-in { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
.wl__x { position: absolute; top: 10px; right: 10px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(10,13,10,.7); color: #fff; font-size: 1.5rem; cursor: pointer; line-height: 1; }
.wl__x:hover { background: #fff; color: var(--black); }
.wl__media { position: relative; min-height: 260px; background: #151815; }
.wl__media img:first-child { width: 100%; height: 100%; object-fit: cover; display: block; }
.wl__mark { position: absolute; left: 18px; bottom: 18px; width: 64px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.8)); }
.wl__body { padding: 30px 30px 26px; }
.wl__body .h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 8px; }
.wl__sub { color: #d4d8d4; margin-bottom: 18px; }
.wl__field { display: flex; flex-direction: column; gap: 5px; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; color: var(--muted); margin-bottom: 12px; }
.wl__field input, .wl__field select { background: var(--ink-2); border: 1px solid var(--line); color: #fff; padding: 12px 14px; border-radius: 4px; font: inherit; font-size: 1rem; font-weight: 400; text-transform: none; letter-spacing: 0; min-height: 46px; }
.wl__field input:focus, .wl__field select:focus { outline: none; border-color: #fff; }
.wl__row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; }
.wl__chips { border: 0; padding: 0; margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wl__chips legend { float: left; margin-right: 8px; padding: 0; }
.wl__chips label { position: relative; }
.wl__chips input { position: absolute; opacity: 0; inset: 0; }
.wl__chips span { display: inline-block; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: .85rem; font-weight: 600; cursor: pointer; }
.wl__chips input:checked + span { background: #fff; color: var(--black); border-color: #fff; }
.wl__chips input:focus-visible + span { outline: 2px solid var(--yellow); }
.wl__submit { width: 100%; margin-bottom: 8px; }
.wl__done { text-align: center; padding: 20px 0; }
@media (max-width: 720px) {
  .wl { padding: 0; align-items: end; }
  .wl__card { grid-template-columns: 1fr; border-radius: 14px 14px 0 0; max-height: 92vh; }
  .wl__media { min-height: 0; height: 150px; }
  .wl__body { padding: 20px 18px 24px; }
  .wl__row { grid-template-columns: 1fr 1fr; }
}

.swatches { display: flex; align-items: center; gap: 8px; margin: 0 16px 16px; }
.swatch { width: 24px; height: 24px; border-radius: 50%; background: var(--c); border: 2px solid rgba(255,255,255,.25); cursor: pointer; padding: 0; transition: transform .15s, border-color .15s; }
.swatch:hover { transform: scale(1.1); }
.swatch.is-active { border-color: var(--yellow); box-shadow: 0 0 0 2px var(--black), 0 0 0 3px var(--yellow); }
.swatches .muted { margin-left: 6px; }
.apparel__sub { margin: 30px 0 14px; color: var(--silver); }
.apparel__sub:first-of-type { margin-top: 0; }
/* mobile apparel polish */
@media (max-width: 860px) {
  .apparel__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .drop h3 { font-size: .95rem; margin: 12px 12px 4px; }
  .drop p { margin: 0 12px 12px; font-size: .82rem; }
  .swatches { margin: 0 12px 14px; gap: 10px; flex-wrap: wrap; }
  .swatch { flex: none; width: 30px; height: 30px; }
  .swatches .muted { display: none; }
  .apparel__cta .btn { min-width: 0; width: 100%; }
  .drop__badge { font-size: .62rem; padding: 4px 7px; }
}
@media (max-width: 400px) { .apparel__grid { grid-template-columns: 1fr; } .drop__img { aspect-ratio: 1 / .9; } }
/* tap targets: 44px minimum on touch screens */
@media (max-width: 860px) {
  .nav__burger { width: 48px; height: 48px; justify-content: center; align-items: center; margin-right: -6px; }
  .swatch { width: 36px; height: 36px; box-shadow: 0 0 0 4px transparent; }
  .swatch.is-active { box-shadow: 0 0 0 2px var(--black), 0 0 0 4px var(--yellow); }
  .swatches { gap: 14px; }
}

/* =====================================================================
   Premium pass (Sept 15): more air, fewer borders, quieter type,
   red removed from the interface entirely (kept only for form errors).
   ===================================================================== */
:root { --line: rgba(255,255,255,.07); --radius: 6px; }
body { font-weight: 300; }
.section { padding: clamp(80px, 11vw, 150px) 0; }
.container { width: min(100% - 48px, 1120px); }
.lead { color: #c6cac6; font-weight: 300; }
p { color: #cfd3cf; }

/* type: calmer hierarchy */
.eyebrow { color: var(--silver); letter-spacing: .22em; font-size: .72rem; font-weight: 600; margin-bottom: 18px; }
.eyebrow--yellow { color: var(--silver); }
.eyebrow span { color: var(--silver-2); }
.h2 { letter-spacing: .005em; margin-bottom: 22px; }
.h3 { font-style: normal; font-weight: 600; letter-spacing: .02em; }
.pillar h3, .service h3, .drop h3, .player__name, .choice strong { font-style: normal; font-weight: 600; letter-spacing: .03em; }
.hero__tagline { font-style: normal; font-weight: 600; letter-spacing: .12em; font-size: clamp(.85rem, 1.3vw, 1rem); color: var(--silver); }
.hero__tagline span { color: var(--yellow); }
.hero__proof strong { font-weight: 700; }

/* red -> silver in remaining accents */
.quote { border-left: 2px solid var(--silver); background: transparent; padding-left: 24px; }
.quote cite { color: var(--silver); }
.pillar__num { color: var(--silver); font-family: var(--font); font-weight: 600; font-size: .8rem; letter-spacing: .2em; }
.form input.is-invalid { border-color: #ff8a80; }
.form__error { color: #ff8a80; }

/* hero: still, dark, spacious */
.hero { min-height: min(88vh, 860px); }
.hero__video { opacity: .28; filter: grayscale(1) contrast(1.1); }
.hero__shade { background: radial-gradient(80% 90% at 25% 40%, rgba(10,13,10,.2) 0%, var(--black) 100%); }
.hero__inner { padding: 110px 0 96px; }
.hero__sub { font-weight: 300; color: #d4d8d4; font-size: 1.1rem; }
.hero__portrait { opacity: .92; }

/* buttons: flat, confident */
.btn { border-radius: 4px; letter-spacing: .12em; font-size: .78rem; padding: 15px 28px; }
.btn--primary { background: #fff; border-color: #fff; color: var(--black); }
.btn--primary:hover { background: var(--yellow); border-color: var(--yellow); transform: none; }
.btn--ghost { border-color: rgba(255,255,255,.28); }
.btn--ghost:hover { border-color: #fff; transform: none; }
.mobile-cta { background: #fff !important; }

/* nav */
.nav { background: rgba(10,13,10,.72); border-bottom: 1px solid rgba(255,255,255,.06); padding: 12px 32px; }
.nav__links { font-size: .74rem; letter-spacing: .16em; gap: 30px; }

/* stats: understated */
.stats { background: var(--black); border-block: 1px solid var(--line); }
.stat { padding: 38px 24px; border-right: 1px solid var(--line); }
.stat__value { color: #fff; font-size: clamp(2.4rem, 4.5vw, 3.6rem); }
.stat__label { color: var(--silver); font-weight: 500; letter-spacing: .16em; }

/* about: straighten the press clip */
.about__press { transform: none; right: -4%; bottom: -10%; width: 58%; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; }
.about__photo { border-radius: 4px; box-shadow: none; }

/* method */
.method { background: var(--ink); background-image: none; }
.pillar { background: transparent; border: 1px solid var(--line); padding: 30px 26px; }
.pillar:hover { transform: none; border-color: rgba(255,255,255,.3); }
.pillar h3 { font-size: 1.05rem; margin: 10px 0 8px; }
.pillar p { color: #b9bdb9; font-size: .92rem; }
.process { margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; align-items: start; }
.process__head .h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.25; }
.process__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid var(--line); }
.process__steps li { padding: 4px 22px 0; border-right: 1px solid var(--line); }
.process__steps span { display: block; font-size: .72rem; letter-spacing: .2em; color: var(--silver); font-weight: 600; margin-bottom: 14px; }
.process__steps strong { display: block; font-family: var(--display); font-size: 1.7rem; text-transform: uppercase; margin-bottom: 8px; letter-spacing: .02em; }
.process__steps p { margin: 0; color: #b9bdb9; font-size: .9rem; line-height: 1.5; }
@media (max-width: 900px) { .process { grid-template-columns: 1fr; gap: 28px; } .process__steps { grid-template-columns: 1fr 1fr; border-left: 0; } .process__steps li { border-right: 0; border-top: 1px solid var(--line); padding: 18px 0 14px; } }

/* results: calmer cards */
.results__head { margin-bottom: 48px; }
.player { background: var(--ink); border: 1px solid var(--line); min-height: 320px; }
.player img { opacity: .8; }
.player:hover img { transform: none; }
.player__quote { font-size: 1.25rem; letter-spacing: .02em; }
.player__name { color: #fff; }
.player__detail { color: var(--silver); font-weight: 500; }
.results__hunter { background: transparent; border: 1px solid var(--line); }

/* brand band: a quiet full-width moment */
.brand-band { background: var(--black); border-block: 1px solid var(--line); padding: clamp(64px, 9vw, 130px) 0; }
.brand-band__mark { width: clamp(130px, 16vw, 210px); }
.brand-band__logo { width: clamp(220px, 32vw, 400px); }

/* sessions */
.sessions { background: var(--black); }
.service { background: transparent; border: 1px solid var(--line); padding: 30px 26px; }
.service:hover { transform: none; border-color: rgba(255,255,255,.3); }
.service__tag { background: transparent; color: var(--silver); border: 1px solid rgba(255,255,255,.2); font-weight: 600; }
.service__price { font-size: 2.2rem; }
.service ul { color: #a9aea9; }

/* booking */
.book { background: var(--ink); }
.booking { background: var(--black); border: 1px solid var(--line); box-shadow: none; padding: 34px; }
.booking__steps li { border-bottom-color: rgba(255,255,255,.08); }
.choice { background: transparent; }
.choice.is-selected { background: rgba(255,255,255,.05); }

/* apparel */
.apparel { background: var(--black); }
.apparel__sub { font-size: .78rem; letter-spacing: .22em; font-weight: 600; color: var(--silver); text-transform: uppercase; margin: 56px 0 18px; }
.apparel__sub:first-of-type { margin-top: 0; }
.drop { background: transparent; border: 1px solid var(--line); }
.drop:hover { transform: none; border-color: rgba(255,255,255,.3); }
.drop__img { background: #0f120f; }
.drop h3 { font-size: 1rem; margin: 16px 18px 4px; }
.drop p { color: #a9aea9; margin: 0 18px 18px; }
.swatch.is-active { box-shadow: 0 0 0 2px var(--black), 0 0 0 3px #fff; }

/* location + footer */
.location { background: var(--ink); }
.contact a { background: transparent; }
.location__card { background: transparent; border: 1px solid var(--line); }
.footer { padding: 56px 0; }

/* sessions as a price list (no orphan card) */
@media (min-width: 901px) {
  .sessions__grid { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
  .service { display: grid; grid-template-columns: 1.3fr 1.6fr 1fr auto; gap: 32px; align-items: center; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 30px 8px; }
  .service:hover { background: rgba(255,255,255,.025); }
  .service__tag { position: static; order: -1; grid-column: 1; margin-bottom: 6px; width: max-content; }
  .service h3 { padding: 0; margin: 0; font-size: 1.15rem; grid-column: 1; }
  .service p { grid-column: 2; margin: 0; }
  .service ul { grid-column: 2; display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 8px 0 0; padding: 0; list-style: none; font-size: .8rem; color: var(--silver); }
  .service ul li { margin: 0; }
  .service__price { grid-column: 3; text-align: right; font-size: 2rem; }
  .service__price small { display: block; margin: 4px 0 0; }
  .service .btn { grid-column: 4; }
}
/* retire the red tokens entirely; anything still referencing them renders silver */
:root { --red: #c9ced4; --red-2: #e8ebee; }
@media (min-width: 901px) {
  .service { grid-template-columns: 1.2fr 1.7fr auto auto; grid-template-areas: "tag desc price btn" "name desc price btn" "name list price btn"; align-items: start; row-gap: 6px; column-gap: 40px; padding: 28px 10px; }
  .service__tag { grid-area: tag; margin: 0 0 4px; }
  .service h3 { grid-area: name; align-self: start; }
  .service p { grid-area: desc; }
  .service ul { grid-area: list; }
  .service__price { grid-area: price; align-self: center; min-width: 90px; }
  .service .btn { grid-area: btn; align-self: center; }
}


/* ---------- results: quotes, not cutouts ---------- */
.results { background: var(--black); }
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.voice { margin: 0; padding: 40px 34px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 34px; min-height: 250px; background: transparent; }
.voice__quote { margin: 0; font-family: var(--display); text-transform: uppercase; font-size: clamp(1.35rem, 1.9vw, 1.7rem); line-height: 1.12; color: #fff; letter-spacing: .01em; }
.voice__quote::before { content: "\201C"; color: var(--silver); margin-right: 2px; }
.voice__quote::after { content: "\201D"; color: var(--silver); margin-left: 2px; }
.voice__who { display: flex; align-items: center; gap: 14px; }
.voice__who img { width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); flex: none; }
.voice__who span { display: flex; flex-direction: column; line-height: 1.2; }
.voice__who b { font-weight: 600; font-size: .95rem; letter-spacing: .02em; }
.voice__who small { color: var(--silver); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; margin-top: 4px; }
.voice--feature { margin-top: 0; border-left: 1px solid var(--line); flex-direction: row; align-items: center; justify-content: space-between; gap: 48px; min-height: 0; padding: 34px; }
.voice--feature .voice__quote { font-family: var(--font); text-transform: none; font-weight: 300; font-size: 1.15rem; color: #d4d8d4; max-width: 62ch; }
.voice--feature .voice__quote::before, .voice--feature .voice__quote::after { content: none; }
.voice--feature .voice__who { flex: none; }
.player, .results__hunter { display: none; }
@media (max-width: 900px) { .results__grid { grid-template-columns: 1fr 1fr; } .voice { padding: 28px 22px 22px; min-height: 0; gap: 24px; } .voice__quote { font-size: 1.25rem; } .voice--feature { flex-direction: column; align-items: flex-start; gap: 20px; } }
@media (max-width: 560px) { .results__grid { grid-template-columns: 1fr; } }


/* ---------- results: symmetrical full-color figures ---------- */
.results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border: 0; }
.voice, .voice--feature { display: none; }
.pro { margin: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: var(--ink); }
.pro__fig { height: 280px; background: radial-gradient(70% 80% at 50% 100%, #262b26 0%, var(--ink) 70%); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.pro__fig img { height: 100%; width: auto; display: block; object-fit: contain; }
.pro__text { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.pro__text blockquote { margin: 0 0 12px; font-family: var(--display); text-transform: uppercase; font-size: 1.3rem; line-height: 1.12; color: #fff; min-height: 2.25em; }
.pro__text blockquote::before { content: "\201C"; color: var(--silver); } .pro__text blockquote::after { content: "\201D"; color: var(--silver); }
.pro__text b { font-weight: 600; font-size: .95rem; letter-spacing: .02em; }
.pro__text small { color: var(--silver); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.pro--feature { margin-top: 18px; flex-direction: row; align-items: stretch; }
.pro--feature .pro__fig { width: 300px; height: auto; min-height: 260px; border-bottom: 0; border-right: 1px solid var(--line); flex: none; }
.pro--feature .pro__text { justify-content: center; padding: 34px 40px; }
.pro--feature .pro__text blockquote { font-family: var(--font); text-transform: none; font-weight: 300; font-size: 1.2rem; color: #d4d8d4; max-width: 60ch; min-height: 0; }
.pro--feature .pro__text blockquote::before, .pro--feature .pro__text blockquote::after { content: none; }
@media (max-width: 900px) { .results__grid { grid-template-columns: 1fr 1fr; gap: 12px; } .pro__fig { height: 220px; } .pro__text { padding: 16px; } .pro__text blockquote { font-size: 1.1rem; } .pro--feature { flex-direction: column; } .pro--feature .pro__fig { width: 100%; height: 240px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); } .pro--feature .pro__text { padding: 22px; } }
@media (max-width: 560px) { .results__grid { grid-template-columns: 1fr; } .pro__fig { height: 260px; } }

/* about: two equal images, stacked */
.about__media { display: grid; gap: 16px; }
.about__photo, .about__press { position: static; width: 100%; height: auto; aspect-ratio: 800 / 529; object-fit: cover; border-radius: 4px; border: 0; transform: none; box-shadow: none; }
.about__press { border: 1px solid rgba(255,255,255,.12); }
.about__grid { align-items: center; }
