/* ============================================================
   VEROTY BASIC — cinematic 3D-scroll launch site
   dark clubhouse → light body · caramel / walnut / matte black
   ============================================================ */

@font-face {
  font-family: "Pretendard Variable";
  src: url("../assets/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #17120d;
  --ink-2: #211a13;
  --walnut: #3b2a1d;
  --caramel: #b4784a;
  --caramel-bright: #d29a63;
  --cream: #f2ece3;
  --cream-2: #e9e1d4;
  --paper: #faf7f1;
  --line-dark: rgba(210, 154, 99, 0.22);
  --line-light: rgba(59, 42, 29, 0.16);
  --txt-light: #efe7db;
  --txt-light-dim: rgba(239, 231, 219, 0.62);
  --txt-dark: #241b12;
  --txt-dark-dim: rgba(36, 27, 18, 0.66);
  --serif: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  --display: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  --header-h: 76px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--ink);
  color: var(--txt-light);
  line-height: 1.7;
  letter-spacing: -0.01em;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, canvas { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; }

.container { width: min(1200px, calc(100% - 96px)); margin: 0 auto; }
.br-desktop { display: inline; }

::selection { background: var(--caramel); color: #fff; }

/* ---------- film grain ---------- */
.grain {
  position: fixed; inset: -60px; z-index: 90; pointer-events: none;
  opacity: 0.07; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.9s steps(3) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-24px, 18px); }
  66% { transform: translate(18px, -30px); }
  100% { transform: translate(-12px, 8px); }
}

/* ---------- preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.9s ease 0.15s, visibility 0.9s ease 0.15s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.preloader__brand {
  font-family: var(--display); font-weight: 500; font-size: 30px;
  letter-spacing: 0.55em; margin-right: -0.55em; color: var(--txt-light);
}
.preloader__line { width: 180px; height: 1px; background: rgba(239, 231, 219, 0.16); overflow: hidden; }
.preloader__bar { display: block; width: 0%; height: 100%; background: var(--caramel-bright); transition: width 0.3s ease; }
.preloader__label { font-size: 10px; letter-spacing: 0.42em; margin-right: -0.42em; color: var(--txt-light-dim); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  color: var(--txt-light);
  transition: color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}
.site-header::after {
  content: ""; position: absolute; inset: auto 48px 0;
  height: 1px; background: currentColor; opacity: 0.14;
}
.site-header__brand {
  font-family: var(--display); font-weight: 600; font-size: 21px;
  letter-spacing: 0.34em; margin-right: -0.34em;
}
.site-header__actions { display: flex; align-items: center; gap: 20px; }
.site-header__langs { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.site-header__langs a {
  font-size: 12px; font-weight: 600; letter-spacing: 0.1em;
  opacity: 0.45; transition: opacity 0.3s ease;
}
.site-header__langs a:hover { opacity: 0.85; }
.site-header__langs a.is-active { opacity: 1; }
.site-header__langs a + a { position: relative; padding-left: 10px; }
.site-header__langs a + a::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 10px; background: currentColor; opacity: 0.28;
}
.site-header__nav { display: flex; gap: 36px; }
.site-header__nav a {
  font-size: 13px; font-weight: 400; letter-spacing: 0.06em;
  opacity: 0.75; transition: opacity 0.3s ease;
}
.site-header__nav a:hover { opacity: 1; }
.site-header__cta {
  font-size: 13px; font-weight: 500; letter-spacing: 0.08em;
  border: 1px solid currentColor; border-radius: 999px;
  padding: 9px 22px; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.site-header:not(.is-light) .site-header__cta:hover { background: var(--txt-light); color: var(--ink); }
.site-header.is-scrolled:not(.is-light) { background: rgba(15, 11, 8, 0.55); backdrop-filter: blur(14px); }
.site-header.is-light { color: var(--txt-dark); background: rgba(250, 247, 241, 0.86); backdrop-filter: blur(14px); }
.site-header.is-light .site-header__cta:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ---------- shared typography ---------- */
.eyebrow {
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--caramel-bright); margin-bottom: 26px;
}
.eyebrow--light {
  color: rgba(243, 237, 228, 0.96); font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 2px 16px rgba(0, 0, 0, 0.6);
}
.eyebrow--accent { color: var(--caramel); }

.section-title {
  font-family: var(--serif); font-weight: 650;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.26; letter-spacing: -0.03em;
  color: var(--txt-light);
}
.section-title--dark { color: var(--txt-dark); }
.section-title--light { color: var(--txt-light); }

.section-lead {
  margin-top: 28px; font-size: 16.5px; font-weight: 300;
  color: var(--txt-light-dim); line-height: 2;
}
.section--light .section-lead { color: var(--txt-dark-dim); }

.section-head { max-width: 760px; }
.section-head--center { margin-inline: auto; text-align: center; }

.section--dark { background: var(--ink); color: var(--txt-light); }
.section--light { background: var(--paper); color: var(--txt-dark); }

[data-reveal] { opacity: 0; transform: translateY(44px); }

/* ---------- hero ---------- */
.hero { position: relative; height: 420vh; background: var(--ink); }
.hero__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.hero__canvas, .hero__fallback,
.scrub__canvas, .scrub__fallback {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 42%, transparent 42%, rgba(15, 11, 7, 0.55) 100%),
    linear-gradient(180deg, rgba(15, 11, 7, 0.5) 0%, transparent 22%, transparent 68%, rgba(15, 11, 7, 0.72) 100%);
}
.hero__copy {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 24px; pointer-events: none;
}
.hero__display {
  font-family: var(--display); font-weight: 750; color: #f5efe6;
  font-size: clamp(52px, 9.5vw, 136px);
  line-height: 1.04; letter-spacing: 0.12em; margin-right: -0.12em;
  text-shadow: 0 4px 60px rgba(0, 0, 0, 0.55);
}
.hero__display-line { display: block; }
.hero__display-line--em { color: var(--caramel-bright); }
.hero__headline {
  margin-top: 34px;
  font-family: var(--serif); font-weight: 550;
  font-size: clamp(19px, 2.3vw, 30px); letter-spacing: 0.16em; margin-right: -0.16em;
  color: #f7f2ea;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55), 0 6px 34px rgba(0, 0, 0, 0.72);
}
.hero__copy--b { opacity: 0; }
.hero__core {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(32px, 4.8vw, 64px); line-height: 1.38;
  letter-spacing: -0.03em;
  color: #f5efe6; text-shadow: 0 4px 60px rgba(0, 0, 0, 0.6);
}
.hero__core-sub {
  margin-top: 30px; font-size: 15px; font-weight: 400;
  letter-spacing: 0.12em; color: rgba(245, 239, 230, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 4px 26px rgba(0, 0, 0, 0.6);
}
.hero__scrollcue {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.5em; margin-right: -0.5em;
  color: rgba(243, 237, 228, 0.92);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.hero__scrollcue i {
  width: 1px; height: 52px; background: rgba(239, 231, 219, 0.35);
  position: relative; overflow: hidden;
}
.hero__scrollcue i::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: var(--caramel-bright);
  animation: cueDrop 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes cueDrop { 0% { top: -50%; } 70%, 100% { top: 110%; } }

/* ---------- story ---------- */
.story { padding: 170px 0 190px; position: relative; }
.story::before {
  content: ""; position: absolute; inset: 0 0 auto;
  height: 1px; background: var(--line-dark);
}
.story__grid {
  margin-top: 110px;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 120px);
  align-items: center;
}
.story__figure {
  position: relative; border-radius: 4px; overflow: hidden;
  background:
    radial-gradient(90% 70% at 50% 38%, rgba(180, 120, 74, 0.2), transparent 70%),
    linear-gradient(165deg, #2b2016 0%, #1b140d 58%, #14100b 100%);
  padding: clamp(30px, 4vw, 60px);
}
.story__figure img { margin: 0 auto; max-height: 640px; object-fit: contain; filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.5)); }
.story__figure figcaption {
  position: absolute; left: 28px; bottom: 22px;
  font-size: 11px; letter-spacing: 0.3em; color: rgba(239, 231, 219, 0.55);
}
.story__features { display: flex; flex-direction: column; }
.story__feature { padding: 44px 0; border-top: 1px solid var(--line-dark); }
.story__feature:last-child { border-bottom: 1px solid var(--line-dark); }
.story__num {
  font-family: var(--display); font-size: 15px; letter-spacing: 0.28em;
  color: var(--caramel-bright);
}
.story__feature h3 {
  margin: 14px 0 14px;
  font-family: var(--serif); font-weight: 650; font-size: 26px; letter-spacing: -0.02em;
}
.story__feature p { color: var(--txt-light-dim); font-size: 15.5px; max-width: 42ch; }

/* ---------- scrub sections (macro / bay) ---------- */
.scrub { position: relative; height: 340vh; background: var(--ink); }
.scrub__sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.scrub__shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 11, 7, 0.62) 0%, transparent 30%, transparent 62%, rgba(15, 11, 7, 0.78) 100%);
}
.scrub__head {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 24px;
  pointer-events: none;
}
.scrub__head .section-title { text-shadow: 0 4px 60px rgba(0, 0, 0, 0.65); }
.scrub__end {
  position: absolute; left: 0; right: 0; bottom: 15vh; z-index: 4;
  display: flex; justify-content: center;
  opacity: 0;
}
.scrub__captions { position: absolute; inset: auto 0 11vh; z-index: 3; pointer-events: none; }
.scrub__caption {
  position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 24px);
  width: min(760px, calc(100% - 48px));
  text-align: center;
  font-family: var(--serif); font-weight: 550;
  font-size: clamp(20px, 2.5vw, 30px); line-height: 1.6;
  letter-spacing: -0.02em;
  color: #f5efe6; text-shadow: 0 3px 40px rgba(0, 0, 0, 0.7);
  opacity: 0;
}

/* ---------- value ---------- */
.value { padding: 180px 0 150px; position: relative; }
.value::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 140px;
  background: linear-gradient(180deg, rgba(23, 18, 13, 0.16), transparent);
  pointer-events: none;
}
.value__grid {
  margin-top: 96px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.value__card {
  background: #fff; border: 1px solid var(--line-light); border-radius: 4px;
  padding: 52px 40px 56px;
  box-shadow: 0 24px 60px -36px rgba(59, 42, 29, 0.35);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}
.value__card:hover { transform: translateY(-8px); box-shadow: 0 34px 70px -34px rgba(59, 42, 29, 0.45); }
.value__index {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--caramel);
  font-family: var(--serif);
}
.value__card h3 {
  margin: 22px 0 16px;
  font-family: var(--serif); font-weight: 600; font-size: 22.5px;
  color: var(--txt-dark); letter-spacing: -0.01em;
}
.value__card p { font-size: 15px; color: var(--txt-dark-dim); }

/* ---------- specs ---------- */
.specs { padding: 40px 0 170px; }
.specs__band {
  border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line-light);
  padding: 64px 0 58px;
  display: grid; grid-template-columns: 300px 1fr; gap: 48px; align-items: start;
}
.specs__title h2 {
  font-family: var(--display); font-weight: 750; font-size: 50px;
  letter-spacing: 0.05em; color: var(--txt-dark); line-height: 1.1;
}
.specs__color {
  display: block; margin-top: 10px;
  font-family: var(--serif); font-size: 16px; font-weight: 400;
  letter-spacing: 0.14em; color: var(--caramel);
}
.specs__list {
  display: grid; grid-template-columns: repeat(5, auto);
  justify-content: space-between; gap: 32px;
}
.specs__item dt {
  font-size: 11.5px; font-weight: 500; letter-spacing: 0.22em;
  color: var(--txt-dark-dim); margin-bottom: 14px; text-transform: uppercase;
}
.specs__item dd {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(17px, 1.55vw, 21px); color: var(--txt-dark);
  white-space: nowrap;
}
.specs__item dd span { font-size: 0.7em; color: var(--txt-dark-dim); margin-left: 2px; }

/* ---------- colorways ---------- */
.colorways { padding: 40px 0 170px; }
.colorways__grid {
  margin-top: 84px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  max-width: 980px; margin-inline: auto;
}
.colorway { margin: 0; }
.colorway__stage {
  border-radius: 4px; overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(85% 70% at 50% 40%, rgba(59, 42, 29, 0.1), transparent 70%),
    linear-gradient(170deg, #efe8dc 0%, #e3dacb 100%);
  padding: clamp(28px, 3.5vw, 52px);
  display: flex; align-items: center; justify-content: center;
}
.colorway__stage--dark {
  background:
    radial-gradient(85% 70% at 50% 38%, rgba(180, 120, 74, 0.14), transparent 70%),
    linear-gradient(170deg, #2b2420 0%, #17130f 100%);
}
.colorway__stage img {
  max-height: 100%; max-width: 100%; object-fit: contain;
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, 0.35));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.colorway:hover .colorway__stage img { transform: translateY(-8px) scale(1.02); }
.colorway figcaption { margin-top: 22px; text-align: center; }
.colorway figcaption strong {
  display: block;
  font-family: var(--display); font-weight: 600; font-size: 21px;
  letter-spacing: 0.18em; color: var(--txt-dark);
}
.colorway figcaption span {
  display: block; margin-top: 8px;
  font-size: 13px; color: var(--txt-dark-dim); letter-spacing: 0.04em;
}

/* ---------- specs 4-column variant ---------- */
.specs__list--4 { grid-template-columns: repeat(4, auto); }

/* ---------- series cross-link band ---------- */
.series-band { padding: 150px 0; position: relative; }
.series-band::before {
  content: ""; position: absolute; inset: 0 0 auto;
  height: 1px; background: var(--line-dark);
}
.series-band__inner {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 100px); align-items: center;
}
.series-band__btn { margin-top: 44px; display: inline-block; }
.series-band__figure {
  margin: 0; border-radius: 4px; overflow: hidden;
  background:
    radial-gradient(85% 70% at 50% 38%, rgba(180, 120, 74, 0.16), transparent 70%),
    linear-gradient(165deg, #2b2016 0%, #17110c 100%);
  padding: clamp(24px, 3vw, 44px);
}
.series-band__figure img {
  margin: 0 auto; max-height: 420px; object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.5));
}

/* ---------- brand home: series band flip + chapter specs ---------- */
.series-band__inner--flip .series-band__copy { order: 2; }
.series-band__inner--flip .series-band__figure { order: 1; }

.chapter-specs { margin-top: 42px; border-top: 1px solid var(--line-dark); }
.chapter-specs > div {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 15px 2px; border-bottom: 1px solid var(--line-dark);
}
.chapter-specs dt {
  font-size: 11.5px; font-weight: 500; letter-spacing: 0.2em;
  color: var(--txt-light-dim); white-space: nowrap;
}
.chapter-specs dd {
  font-family: var(--serif); font-weight: 400; font-size: 16px;
  color: var(--txt-light); text-align: right;
}

/* ---------- brand home: compare table ---------- */
.compare { padding: 170px 0; }
.compare__scroll { margin-top: 84px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare__table {
  width: 100%; min-width: 620px; border-collapse: collapse;
  color: var(--txt-dark);
}
.compare__table thead th {
  font-family: var(--display); font-weight: 600; font-size: 24px;
  letter-spacing: 0.16em; text-align: left;
  padding: 0 24px 22px; border-bottom: 1px solid var(--ink);
}
.compare__table tbody th {
  font-size: 11.5px; font-weight: 500; letter-spacing: 0.2em;
  color: var(--txt-dark-dim); text-align: left; white-space: nowrap;
  padding: 21px 24px; border-bottom: 1px solid var(--line-light);
  width: 140px;
}
.compare__table tbody td {
  font-size: 15.5px; font-weight: 300; color: var(--txt-dark);
  padding: 21px 24px; border-bottom: 1px solid var(--line-light);
}
.compare__table tbody td[colspan] { color: var(--txt-dark-dim); }
.compare__actions { margin-top: 60px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn--dark { background: var(--ink); color: var(--cream); }
.btn--dark:hover { background: var(--walnut); }

/* ---------- footer series nav ---------- */
.site-footer__nav { margin-top: 20px; display: flex; justify-content: center; gap: 14px; }
.site-footer__nav a {
  font-size: 12.5px; letter-spacing: 0.24em;
  color: var(--caramel-bright); opacity: 0.85; transition: opacity 0.3s ease;
}
.site-footer__nav a:hover { opacity: 1; }
.site-footer__nav span { color: rgba(239, 231, 219, 0.3); }

/* ---------- header series link ---------- */
.site-header__nav a.site-header__series { color: var(--caramel-bright); opacity: 1; }
.site-header.is-light .site-header__nav a.site-header__series { color: #8a5230; }

/* ---------- trendy page tint ---------- */
.series-band__figure--trendy,
.page-trendy .story__figure {
  background:
    radial-gradient(90% 70% at 50% 38%, rgba(150, 150, 160, 0.12), transparent 70%),
    linear-gradient(165deg, #24242a 0%, #151518 58%, #101013 100%);
}
.page-trendy .hero__vignette {
  background:
    radial-gradient(120% 90% at 50% 42%, transparent 40%, rgba(8, 8, 10, 0.6) 100%),
    linear-gradient(180deg, rgba(8, 8, 10, 0.55) 0%, transparent 22%, transparent 68%, rgba(8, 8, 10, 0.78) 100%);
}

/* ---------- venues ---------- */
.venues { padding: 150px 0 170px; background: var(--cream); }
.venues__strip {
  margin-top: 80px;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 20px 56px;
}
.venues__strip li {
  font-family: var(--display); font-size: 20px; font-weight: 500;
  letter-spacing: 0.14em; color: rgba(36, 27, 18, 0.45);
  padding: 14px 0;
}
.venues__note { margin-top: 46px; text-align: center; font-size: 12.5px; color: rgba(36, 27, 18, 0.4); }

/* ---------- cta ---------- */
.cta {
  padding: 190px 0 150px; position: relative;
  background:
    radial-gradient(70% 55% at 50% 0%, rgba(180, 120, 74, 0.14), transparent 70%),
    var(--ink);
}
.cta__actions {
  margin: 64px auto 0; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
}
.btn {
  border-radius: 999px; padding: 15px 34px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.06em;
  transition: all 0.3s ease; border: 1px solid transparent;
}
.btn--solid { background: var(--caramel); color: #fff; }
.btn--solid:hover { background: var(--caramel-bright); }
.btn--ghost { border-color: rgba(239, 231, 219, 0.35); color: var(--txt-light); background: transparent; }
.btn--ghost:hover { border-color: var(--caramel-bright); color: var(--caramel-bright); }

.contact {
  margin: 84px auto 0; max-width: 760px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(239, 231, 219, 0.2);
  border-radius: 6px; padding: clamp(28px, 4vw, 56px);
  backdrop-filter: blur(6px);
}
.contact__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact__field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.contact__field--full { width: 100%; }
.contact__field span {
  font-size: 12px; font-weight: 500; letter-spacing: 0.16em;
  color: rgba(239, 231, 219, 0.88);
}
.contact__field em { color: var(--caramel-bright); font-style: normal; }
.contact__field input,
.contact__field select,
.contact__field textarea {
  font: inherit; font-size: 15px; color: var(--txt-light);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(239, 231, 219, 0.34);
  border-radius: 3px; padding: 13px 16px;
  transition: border-color 0.3s ease;
  appearance: none; -webkit-appearance: none;
}
.contact__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23d29a63' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.contact__field select option { color: #241b12; background: #faf7f1; }
.contact__field input:focus,
.contact__field select:focus,
.contact__field textarea:focus { outline: none; border-color: var(--caramel); }
.contact__field input::placeholder, .contact__field textarea::placeholder { color: rgba(239, 231, 219, 0.5); }
.contact__field.is-invalid input { border-color: #c25b4a; }
.contact__error { color: #de8271; font-size: 13.5px; margin-bottom: 18px; }
.contact__submit { width: 100%; margin-top: 6px; padding: 17px; }
.contact__privacy { margin-top: 20px; font-size: 11.5px; color: rgba(239, 231, 219, 0.38); text-align: center; }

.contact__done {
  margin: 84px auto 0; max-width: 760px; text-align: center;
  border: 1px solid rgba(210, 154, 99, 0.35); border-radius: 6px;
  padding: 80px 40px;
  background: rgba(180, 120, 74, 0.06);
}
.contact__done-mark {
  display: inline-flex; width: 58px; height: 58px; border-radius: 50%;
  align-items: center; justify-content: center;
  border: 1px solid var(--caramel-bright); color: var(--caramel-bright);
  font-size: 24px; margin-bottom: 28px;
}
.contact__done h3 { font-family: var(--serif); font-weight: 500; font-size: 26px; margin-bottom: 16px; }
.contact__done p { color: var(--txt-light-dim); font-size: 15px; }
.contact__done a { color: var(--caramel-bright); }

/* ---------- footer ---------- */
.site-footer { background: #0f0b08; padding: 80px 0 56px; }
.site-footer__inner { text-align: center; }
.site-footer__brand {
  font-family: var(--display); font-size: 22px; font-weight: 700;
  letter-spacing: 0.4em; margin-right: -0.4em; color: rgba(239, 231, 219, 0.85);
}
.site-footer p { margin-top: 18px; font-size: 13.5px; color: rgba(239, 231, 219, 0.5); }
.site-footer__contact {
  margin-top: 30px;
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.site-footer__contact .btn { padding: 11px 24px; font-size: 13px; }
.site-footer__hours {
  margin-top: 18px !important; font-size: 12px !important;
  color: rgba(239, 231, 219, 0.38) !important;
}
.site-footer__biz {
  margin-top: 52px; padding-top: 36px;
  border-top: 1px solid rgba(239, 231, 219, 0.1);
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px 28px; max-width: 880px; margin-inline: auto;
}
.site-footer__biz > div { display: flex; gap: 8px; }
.site-footer__biz dt {
  font-size: 11.5px; color: rgba(239, 231, 219, 0.34);
  white-space: nowrap; letter-spacing: 0.04em;
}
.site-footer__biz dd { font-size: 11.5px; color: rgba(239, 231, 219, 0.52); }
.site-footer__copy {
  display: block; margin-top: 34px; text-align: center;
  font-size: 11.5px; color: rgba(239, 231, 219, 0.28);
}

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 34px; transform: translate(-50%, 20px); z-index: 300;
  background: rgba(23, 18, 13, 0.94); color: var(--txt-light);
  border: 1px solid rgba(210, 154, 99, 0.4); border-radius: 999px;
  padding: 13px 26px; font-size: 13.5px; letter-spacing: 0.02em;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  max-width: calc(100vw - 48px); text-align: center;
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ============================================================
   TABLET PASS — specs strip needs room before the mobile stack
   ============================================================ */
@media (max-width: 1120px) {
  .specs__band { grid-template-columns: 1fr; gap: 44px; }
  .specs__list, .specs__list--4 {
    grid-template-columns: repeat(3, auto);
    justify-content: start; gap: 34px 52px;
  }
}

/* ============================================================
   COMPARE TABLE → stacked cards on narrow screens
   ============================================================ */
@media (max-width: 700px) {
  .compare__scroll { overflow: visible; }
  .compare__table { min-width: 0; }
  .compare__table thead { display: none; }
  .compare__table tbody tr {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px;
    padding: 22px 0; border-bottom: 1px solid var(--line-light);
  }
  .compare__table tbody th,
  .compare__table tbody td { border: none; padding: 0; width: auto; }
  .compare__table tbody th { grid-column: 1 / -1; margin-bottom: 2px; }
  .compare__table tbody td { font-size: 14.5px; line-height: 1.55; }
  .compare__table tbody td::before {
    content: attr(data-s); display: block;
    font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
    color: var(--caramel); margin-bottom: 4px;
  }
  .compare__table tbody td[colspan] { grid-column: 1 / -1; }
}

/* ============================================================
   MOBILE PASS
   ============================================================ */
@media (max-width: 960px) {
  .container { width: calc(100% - 48px); }
  .br-desktop { display: none; }
  .site-header { padding: 0 24px; }
  .site-header::after { inset: auto 24px 0; }
  .site-header__nav { display: none; }
  .story__grid { grid-template-columns: 1fr; gap: 56px; margin-top: 72px; }
  .story__figure img { max-height: 480px; }
  .value__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 64px; }
  .specs__band { grid-template-columns: 1fr; gap: 40px; }
  .specs__list, .specs__list--4 { grid-template-columns: repeat(2, 1fr); justify-content: start; gap: 30px 24px; }
  .specs__item dd { white-space: normal; }
  .colorways { padding: 20px 0 110px; }
  .colorways__grid { grid-template-columns: 1fr; gap: 36px; margin-top: 56px; }
  .series-band { padding: 100px 0; }
  .series-band__inner { grid-template-columns: 1fr; gap: 48px; }
  .series-band__figure img { max-height: 320px; }
  .series-band__inner--flip .series-band__copy { order: 1; }
  .series-band__inner--flip .series-band__figure { order: 2; }
  .compare { padding: 110px 0; }
  .compare__scroll { margin-top: 56px; }
  .chapter-specs dd { font-size: 14.5px; }
  .contact__row { grid-template-columns: 1fr; gap: 0; }
  .hero { height: 340vh; }
  .scrub { height: 280vh; }
  .story { padding: 110px 0 120px; }
  .value { padding: 120px 0 100px; }
  .specs { padding: 20px 0 110px; }
  .venues { padding: 100px 0 110px; }
  .cta { padding: 130px 0 110px; }
}

/* blend-mode grain forces whole-page offscreen compositing —
   too costly on phones, invisible at that size anyway */
@media (max-width: 700px) {
  .grain { display: none; }
}

@media (max-width: 560px) {
  :root { --header-h: 64px; }
  .site-header__cta { padding: 7px 16px; font-size: 12px; }
  .eyebrow { font-size: 10px; letter-spacing: 0.26em; }
  .hero__headline { margin-top: 24px; font-size: 16px; letter-spacing: 0.09em; margin-right: -0.09em; }
  .hero__core-sub { font-size: 13px; letter-spacing: 0.04em; padding: 0 8px; }
  .section-lead { font-size: 15px; }
  .story__feature { padding: 32px 0; }
  .story__feature h3 { font-size: 23px; }
  .specs__title h2 { font-size: 40px; }
  .venues__strip { gap: 8px 32px; }
  .venues__strip li { font-size: 16px; }
  .cta__actions { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; }
  .scrub__caption { font-size: 19px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .grain, .hero__scrollcue i::after { animation: none; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* ============================================================
   FAQ (AEO / GEO — visible, citable Q&A)
   ============================================================ */
.faq { padding: 150px 0; }
.faq__list { max-width: 840px; margin: 72px auto 0; }
.faq__item { padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.faq__item:first-child { border-top: 1px solid var(--line-light); }
.faq__item dt {
  font-family: var(--serif); font-weight: 650;
  font-size: clamp(17px, 2.1vw, 21px); letter-spacing: -0.02em;
  color: var(--txt-dark); line-height: 1.4;
}
.faq__item dd {
  margin: 14px 0 0; max-width: 68ch;
  font-size: 15px; line-height: 1.85; color: var(--txt-dark-dim);
}
.faq__item dd a { color: var(--walnut); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 560px) {
  .faq { padding: 96px 0; }
  .faq__list { margin-top: 48px; }
  .faq__item { padding: 22px 0; }
  .faq__item dd { font-size: 14.5px; }
}

/* ============================================================
   PRICE (spec strip + compare table)
   ============================================================ */
.specs__price { margin-top: 22px; }
.specs__price-now {
  font-family: var(--display); font-weight: 750; letter-spacing: -0.02em;
  font-size: clamp(28px, 3.4vw, 40px); color: var(--txt-dark); line-height: 1;
}
.specs__price-now i { font-style: normal; font-size: 0.52em; font-weight: 500; margin-left: 3px; }
.specs__price-meta { display: block; margin-top: 10px; font-size: 13px; color: var(--txt-dark-dim); }
.specs__price-meta del { opacity: 0.75; }
.compare__table td small {
  margin-left: 7px; font-size: 12px; color: var(--txt-dark-dim);
  text-decoration: line-through; opacity: 0.7;
}
@media (max-width: 700px) {
  .compare__table td small { display: block; margin-left: 0; margin-top: 3px; }
}

/* compare footnote (shipping / bulk) */
.compare__note {
  margin-top: 24px; text-align: center;
  font-size: 12.5px; letter-spacing: 0.02em; color: var(--txt-dark-dim);
}
