/* getsites v3 — curated template studio */
:root {
  --bg: #030303;
  --bg-deep: #060606;
  --surface: #121212;
  --surface-2: #171615;
  --ink: #f4f2ec;
  --grey: #a7a49b;
  --grey-2: #7a7770;
  --line: rgba(244, 242, 236, 0.1);
  --line-2: rgba(244, 242, 236, 0.16);
  --gold: #a390ff;
  --gold-soft: #b9aaff;
  --green: #21c45d;
  --green-bg: rgba(33, 196, 93, 0.2);
  --r: 14px;
  --r-lg: 20px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  --ring: inset 0 0 0 1px var(--line);
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Geist", system-ui, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.008em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.serif, h1, h2 { font-family: "Instrument Serif", serif; font-weight: 400; letter-spacing: -0.015em; }
h1 .it, h2 .it, .it { font-style: italic; }
h3 { font-weight: 600; letter-spacing: -0.015em; }

.mono, .mono-sm {
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--grey-2);
}
.mono.gold { color: var(--gold); }
.mono.dim { color: var(--grey-2); }

a { color: inherit; }

/* ---------------- nav ---------------- */
nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.nav-row { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark {
  font-family: "Averia Serif Libre", Georgia, serif;
  font-size: 23px;
  color: var(--ink);
  text-decoration: none;
}
.wordmark .tld { color: var(--gold); font-style: normal; }
nav .links { display: flex; gap: 28px; align-items: center; }
nav .links a:not(.pill) {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey);
  text-decoration: none;
  transition: color 0.2s ease;
}
nav .links a:not(.pill):hover { color: var(--ink); }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.nav-burger span { display: block; width: 20px; height: 1.6px; background: var(--ink); margin: 5px 0; transition: transform 0.25s var(--ease); }
.nav-burger.on span:first-child { transform: translateY(3.3px) rotate(45deg); }
.nav-burger.on span:last-child { transform: translateY(-3.3px) rotate(-45deg); }
.nav-sheet { display: none; }

.pill {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #101010 !important;
  background: var(--ink);
  padding: 10px 20px;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: "Geist", sans-serif;
  transition: transform 0.2s var(--ease), background 0.2s ease;
}
.pill:hover { transform: scale(1.03); background: #fff; }
.pill:active { transform: scale(0.98); }
.pill.lg { font-size: 15px; padding: 14px 28px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.textlink { font-size: 14.5px; font-weight: 500; color: var(--ink); text-decoration: none; }
button.textlink, button.btn-secondary { font: inherit; cursor: pointer; }
button.textlink { background: none; border: 0; color: var(--ink); font-size: 14.5px; font-weight: 500; }
.textlink .arr { display: inline-block; transition: transform 0.25s ease; }
.textlink:hover .arr { transform: translateX(4px); }

.badge-pill {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey);
  border: 1px solid var(--line);
  background: rgba(28, 27, 26, 0.6);
  padding: 7px 16px;
  border-radius: 100px;
}

/* ---------------- hero ---------------- */
.hero { padding: 92px 0 72px; position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto;
  height: 130%;
  background: radial-gradient(50% 55% at 30% 20%, rgba(64, 52, 140, 0.3) 0%, transparent 70%);
  pointer-events: none;
}
.hero.centered { padding: 108px 0 84px; text-align: center; }
.hero.centered::before {
  inset: -40% 0 auto;
  height: 150%;
  background:
    radial-gradient(46% 44% at 50% 12%, rgba(116, 92, 255, 0.16) 0%, transparent 70%),
    radial-gradient(60% 55% at 50% 22%, rgba(64, 52, 140, 0.3) 0%, transparent 72%);
}
.hero.centered h1 { margin-left: auto; margin-right: auto; max-width: 860px; }
.hero.centered .statement { margin-left: auto; margin-right: auto; }
.hero.centered .ctas { justify-content: center; }
.eyebrow-laurel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  filter: drop-shadow(0 0 14px rgba(116, 92, 255, 0.35));
}
.eyebrow-laurel .laurel { width: 24px; height: 37px; flex-shrink: 0; }
.eyebrow-laurel .laurel.r { transform: scaleX(-1); }
.goldtext {
  padding: 0.15em 0.18em;
  margin: -0.15em -0.18em;
  color: #a390ff;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.05;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.eyebrow-line { margin-bottom: 22px; }
.hero h1 { font-size: clamp(46px, 6.4vw, 86px); line-height: 1.0; max-width: 720px; }
.ten-words {
  margin: 26px 0 0;
  font-size: clamp(19px, 2.4vw, 26px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.015em;
  max-width: 620px;
}
.hero .statement { margin: 16px 0 0; font-size: clamp(14.5px, 1.6vw, 16.5px); color: var(--grey-2); max-width: 500px; }
.ctas { margin-top: 34px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }

/* ---------------- featured release ---------------- */
.featured-sec { padding: 64px 0 8px; }
.rel-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
.feature-card {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  background: var(--surface);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--ring), var(--shadow);
}
.feature-shot { display: block; min-height: 380px; position: relative; overflow: hidden; }
.feature-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; transition: transform 0.7s var(--ease); }
.feature-card:hover .feature-shot img { transform: scale(1.025); }
.feature-info { padding: 44px 44px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; justify-content: center; }
.serif.big { font-size: clamp(38px, 4vw, 56px); line-height: 1.0; }
.feature-tag { color: var(--grey); font-size: 16px; }
.feature-ctas { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: 10px; }

.cat-line {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.ind-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 6px 0; }
.ind-list li {
  font-size: 12.5px;
  font-weight: 500;
  color: var(--grey);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 5px 12px;
}

/* ---------------- collection ---------------- */
.collection-sec { padding: 76px 0 40px; }
.col-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.col-head h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1.0; }
.sub { color: var(--grey-2); margin-top: 8px; font-size: 14.5px; }

.q-wrap { position: relative; width: 240px; }
#q {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: 100px;
  padding: 10px 44px 10px 16px;
  color: var(--ink);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}
#q::placeholder { color: var(--grey-2); }
#q:focus { border-color: rgba(116, 92, 255, 0.5); }
.q-kbd {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 600;
  color: var(--grey-2);
  border: 1px solid var(--line-2);
  background: var(--bg-deep);
  border-radius: 6px;
  padding: 2px 6px;
  pointer-events: none;
}

.chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.chip {
  font-family: "Geist", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--grey);
  background: none;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.chip:hover { color: var(--ink); border-color: var(--line-2); }
.chip.on { color: #101010; background: var(--ink); border-color: var(--ink); font-weight: 600; }

.grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 40px; }

.tcard { position: relative; }
.frame-wrap { position: relative; }
.frame {
  display: block;
  position: relative;
  aspect-ratio: 16 / 10.5;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--ring);
  transition: transform 0.4s var(--ease), box-shadow 0.4s ease;
}
.frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.6s var(--ease); }
.tcard:hover .frame { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow); }
.tcard:hover .frame img { transform: scale(1.03); }
.feat-chip { color: #d6ae54; font-size: 12px; font-weight: 600; letter-spacing: 0.03em; white-space: nowrap; }

/* ===== hero proof strip ===== */
.proof-strip { display: flex; justify-content: center; margin: 30px 0 0; }
.proof-line { display: inline-flex; align-items: center; gap: 14px; color: #8f8d84; font-size: 11.5px; letter-spacing: 0.22em; font-weight: 500; white-space: nowrap; }
.proof-rule { display: inline-block; width: 44px; height: 1px; }
.proof-rule.l { background: linear-gradient(90deg, transparent, #3a3a3a); }
.proof-rule.r { background: linear-gradient(270deg, transparent, #3a3a3a); }
@media (max-width: 640px) { .proof-line { font-size: 10px; letter-spacing: 0.16em; } .proof-rule { width: 22px; } }



.qlb {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  right: 14px;
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 100px;
  color: #fff;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  padding: 8px 16px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s var(--ease), border-color 0.2s ease;
}
.tcard:hover .qlb, .qlb:focus-visible { opacity: 1; transform: none; }
.qlb:hover { border-color: rgba(116, 92, 255, 0.7); }
@media (hover: none) { .qlb { opacity: 1; transform: none; } }

.meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-top: 18px; }
.meta-l { min-width: 0; }
.meta h3 { font-size: 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.meta h3 a { text-decoration: none; color: var(--ink); }
.meta h3 a:hover { color: #fff; }
.line2 { color: var(--grey); font-size: 14.5px; margin-top: 5px; }
.feat-line { color: var(--grey-2); font-size: 12.5px; margin-top: 8px; font-weight: 500; }
.badge {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--green);
  background: var(--green-bg);
  padding: 3px 10px;
  border-radius: 100px;
}
.badge.soon { color: #b9aaff; background: rgba(116, 92, 255, 0.2); }
.price-r {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  background: var(--surface);
  box-shadow: var(--ring);
  border-radius: 100px;
  padding: 6px 14px;
}
.price-r.free { color: var(--green); background: var(--green-bg); box-shadow: inset 0 0 0 1px rgba(33, 196, 93, 0.3); }

.grid-empty { text-align: center; padding: 70px 0 30px; }
.serifline { font-family: "Instrument Serif", serif; font-size: clamp(30px, 3.6vw, 44px); }

/* ---------------- studio / trust ---------------- */
.studio-sec { padding: 96px 0; border-top: 1px solid var(--line); }
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.studio-grid h2 { font-size: clamp(32px, 3.6vw, 46px); line-height: 1.05; margin: 14px 0 18px; }
.studio-p { color: var(--grey); margin-bottom: 22px; max-width: 480px; }
.proof-list { list-style: none; display: grid; gap: 0; }
.proof-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.proof-list li:first-child { border-top: 1px solid var(--line); }
.proof-list b { font-size: 15.5px; font-weight: 600; }
.proof-list span { color: var(--grey-2); font-size: 14px; }

/* ---------------- steps ---------------- */
.steps-sec, .detail-steps { padding: 80px 0; border-top: 1px solid var(--line); }
.sec-head { margin-bottom: 40px; }
.sec-head h2 { font-size: clamp(32px, 3.6vw, 46px); line-height: 1.05; }
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step3 .steplab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-soft);
  background: rgba(116, 92, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.25);
  margin-bottom: 14px;
}
.step3 h3 { font-size: 18px; margin-bottom: 8px; }
.step3 p { color: var(--grey-2); font-size: 14.5px; max-width: 320px; }

/* ---------------- signature release ---------------- */
.sig-sec { padding: 40px 0 96px; }
.sig-card {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: linear-gradient(120deg, #16141f 0%, var(--surface) 60%);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.22), var(--shadow);
}
.sig-info { min-width: 0; padding: 48px 44px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; justify-content: center; }
.sig-tag { color: var(--grey); font-size: 16px; }
.sig-shot-wrap { position: relative; min-height: 360px; }
.sig-shot { display: block; height: 100%; min-height: 360px; overflow: hidden; }
.sig-ql { top: 16px; right: 16px; bottom: auto; opacity: 1; transform: none; }
.sig-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; filter: saturate(0.92); transition: transform 0.7s var(--ease), filter 0.4s ease; }
.sig-card:hover .sig-shot img { transform: scale(1.02); filter: saturate(1); }
.news-form.sig-form { margin-top: 4px; flex-wrap: nowrap; width: 100%; max-width: 440px; }
.news-form.sig-form input { flex: 1 1 auto; min-width: 0; width: auto; }
.news-form.sig-form .pill { flex: 0 0 auto; white-space: nowrap; }

/* ---------------- newsletter + footer ---------------- */
footer { border-top: 1px solid var(--line); background: var(--bg-deep); }
.news-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.news-k { font-family: "Instrument Serif", serif; font-size: 24px; }
.news-p { color: var(--grey-2); font-size: 14px; margin-top: 4px; }
.news-form { display: flex; gap: 10px; flex-wrap: wrap; }
.news-form input {
  min-width: 230px;
  background: var(--surface);
  border: 1px solid var(--line-2);
  border-radius: 100px;
  padding: 12px 18px;
  color: var(--ink);
  font-family: "Geist", sans-serif;
  font-size: 14.5px;
  outline: none;
  transition: border-color 0.2s ease;
}
.news-form input:focus { border-color: rgba(116, 92, 255, 0.55); }
.quiz-sent { font-size: 14.5px; color: #7ee2a8; font-weight: 500; }

.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; padding: 48px 0 44px; }

/* ===== niche landing pages ===== */
.niche-sec .col-head .badge-pill { margin-bottom: 14px; }
.niche-intro { max-width: 640px; margin: 6px 0 40px; }
.niche-intro p { color: var(--grey); font-size: 15.5px; line-height: 1.65; margin: 0 0 12px; }
.niche-more { margin-top: 72px; }
.niche-more h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 26px; }
.niche-ctas { margin-top: 64px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
/* ===== learn / guide pages ===== */
.guide-sec { padding: 150px 0 90px; }
.guide-sec .badge-pill { margin-bottom: 16px; }
.guide-sec h1.serif { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(36px, 4.8vw, 58px); line-height: 1.06; margin: 0 0 22px; max-width: 760px; }
.guide-answer { color: var(--ink); font-size: 18px; line-height: 1.6; max-width: 680px; margin: 0 0 34px; padding: 18px 22px; border-left: 2px solid var(--gold); background: rgba(116, 92, 255, 0.05); border-radius: 0 var(--r) var(--r) 0; }
.guide-body { max-width: 680px; }
.guide-body h2 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 27px; margin: 36px 0 12px; }
.guide-body p { color: var(--grey); font-size: 15.5px; line-height: 1.7; margin: 0 0 14px; }
.guide-body ul { margin: 0 0 14px; padding-left: 20px; }
.guide-body li { color: var(--grey); font-size: 15.5px; line-height: 1.7; margin-bottom: 8px; }
.guide-body b { color: var(--ink); font-weight: 600; }
.guide-body a { color: var(--gold); text-decoration: none; }
.guide-body a:hover { text-decoration: underline; }
.guide-rel { margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.guide-more { margin-top: 56px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.guide-more .textlink { display: inline-block; margin-top: 22px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.guide-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: var(--r); text-decoration: none; color: var(--ink); background: rgba(255, 255, 255, 0.015); transition: border-color 0.2s ease, transform 0.25s var(--ease); }
.guide-card:hover { border-color: rgba(116, 92, 255, 0.5); transform: translateY(-3px); }
.guide-card h3 { font-size: 17px; font-weight: 600; margin: 0; line-height: 1.35; }
.guide-card p { color: var(--grey-2); font-size: 13.5px; line-height: 1.55; margin: 0; }
.gc-cta { color: var(--gold); font-size: 13px; font-weight: 500; margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 5px; }
.gc-cta .arr { transition: transform 0.25s var(--ease); }
.guide-card:hover .gc-cta .arr { transform: translateX(3px); }
.learn-index .guide-grid { margin-top: 40px; }
@media (max-width: 880px) { .guide-grid { grid-template-columns: 1fr; } }

.hero-offer { color: var(--grey); font-size: 14px; margin: 14px 0 0; }
.hero-offer b { color: #d6ae54; font-weight: 600; letter-spacing: 0.04em; }
.pd-offer { color: var(--grey); font-size: 13.5px; }
.pd-offer b { color: #d6ae54; font-weight: 600; letter-spacing: 0.04em; }

.niche-links { margin-top: 72px; padding-top: 34px; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.niche-links .mono-sm { letter-spacing: 0.12em; }
.niche-chiprow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.niche-chiprow .chip { flex: 0 0 auto; }
.foot-brand p { color: var(--grey-2); font-size: 14px; margin: 14px 0 22px; }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col .mono-sm { margin-bottom: 6px; letter-spacing: 0.12em; }
.foot-col a { color: var(--grey); text-decoration: none; font-size: 14px; transition: color 0.2s ease; }
.foot-col a:hover { color: var(--ink); }

/* ---------------- detail page ---------------- */
.crumb { padding: 26px 0 22px; color: var(--grey-2); }
.crumb a { color: var(--grey-2); text-decoration: none; }
.crumb a:hover { color: var(--ink); }
.detail { display: grid; grid-template-columns: 1.5fr 1fr; gap: 56px; align-items: start; padding: 8px 0 56px; }
.gallery .main {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--ring), var(--shadow);
}
.gallery .main img { width: 100%; display: block; }
.ppill {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7ee2a8;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(33, 196, 93, 0.35);
  border-radius: 100px;
  padding: 7px 14px;
}
.info .cat { margin-bottom: 14px; }
.info h1 { font-size: clamp(32px, 3.8vw, 48px); line-height: 1.03; }
.price-row { display: flex; align-items: baseline; gap: 16px; margin: 20px 0 4px; flex-wrap: wrap; }
.price { font-weight: 600; font-size: 26px; letter-spacing: -0.02em; font-family: "Geist", sans-serif; }
.tier-note { color: var(--grey-2); font-size: 13.5px; max-width: 320px; }
.desc { color: var(--grey); font-size: 15px; line-height: 1.65; margin: 14px 0; }
.actions { display: flex; flex-direction: column; gap: 12px; margin-top: 22px; }
.btn-primary, .btn-secondary {
  display: block;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.2s var(--ease), background 0.2s ease, border-color 0.2s ease;
}
.btn-primary { background: var(--ink); color: #101010; }
.btn-primary:hover { transform: scale(1.015); background: #fff; }
.btn-primary:active { transform: scale(0.99); }
.btn-secondary { border: 1px solid var(--line-2); color: var(--ink); background: transparent; }
.btn-secondary:hover { border-color: rgba(244, 242, 236, 0.35); }
.buy-note { margin-top: 2px; text-align: center; font-size: 10.5px; letter-spacing: 0.06em; color: var(--grey-2); }
.quiz-nudge { margin-top: 18px; font-size: 13.5px; color: var(--grey-2); }
.quiz-nudge a { color: var(--grey); text-decoration: none; font-weight: 500; }
.quiz-nudge a:hover { color: var(--ink); }

.shots-sec { padding: 64px 0; border-top: 1px solid var(--line); }
.shots-row { display: grid; grid-template-columns: 1fr 1fr 0.55fr; gap: 24px; align-items: start; }
.shots-row figure { margin: 0; }
.shots-row img {
  width: 100%;
  border-radius: var(--r);
  box-shadow: var(--ring), 0 18px 50px rgba(0, 0, 0, 0.45);
  display: block;
}
.shot-m img { border-radius: 22px; }
.shots-row figcaption { margin-top: 10px; letter-spacing: 0.1em; }
.shots-note { margin-top: 26px; color: var(--grey-2); font-size: 14px; }
.shots-note a { color: var(--grey); }

.included-sec { padding: 72px 0; border-top: 1px solid var(--line); }
.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.inc-grid h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 20px; }
.check-list { list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 26px; color: var(--grey); font-size: 15px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.check-list b { color: var(--ink); font-weight: 600; }
.check-list a { color: var(--ink); }

.prod-info { margin-top: 28px; border-top: 1px solid var(--line); }
.prod-info > div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.prod-info span { color: var(--grey-2); }
.prod-info b { font-weight: 500; text-align: right; }
.prod-info a { color: var(--ink); }

.related-sec { padding: 72px 0 88px; border-top: 1px solid var(--line); }

/* ---------------- quick look ---------------- */
#ql,
#cpv {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(8, 8, 8, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
#ql[hidden],
#cpv[hidden] { display: none !important; }
.ql-box {
  width: min(1240px, 100%);
  height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  background: var(--bg-deep);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--line-2), 0 60px 160px rgba(0, 0, 0, 0.8);
}
.ql-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 13px 18px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.ql-meta { display: flex; align-items: baseline; gap: 12px; min-width: 0; }
.ql-meta b { font-family: "Instrument Serif", serif; font-weight: 400; font-size: 22px; white-space: nowrap; }
.ql-meta .mono-sm { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 400px; letter-spacing: 0.02em; }
.ql-actions { display: flex; align-items: center; gap: 14px; }
.ql-view {
  background: none;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--grey);
  font-family: "Geist", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 14px;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.ql-view.on { color: #101010; background: var(--ink); border-color: var(--ink); }
.ql-x {
  background: none;
  border: 1px solid var(--line-2);
  border-radius: 100px;
  width: 38px;
  height: 38px;
  color: var(--grey);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.ql-x:hover { color: var(--ink); border-color: rgba(244, 242, 236, 0.35); }
.ql-frame { flex: 1; background: #131313; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.ql-frame[hidden], .ql-shots[hidden] { display: none !important; }
.ql-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.ql-frame.as-phone { padding: 22px 0; }
.ql-frame.as-phone iframe {
  width: 393px;
  max-width: 92%;
  border-radius: 26px;
  box-shadow: 0 0 0 3px #2b2b2b, 0 0 0 4px rgba(255, 255, 255, 0.14), 0 30px 80px rgba(0, 0, 0, 0.7);
}

.ql-shots {
  flex: 1;
  overflow-y: auto;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.55fr;
  gap: 22px;
  align-items: start;
  background: #131313;
}
.ql-shots figure { margin: 0; }
.ql-shots img { width: 100%; border-radius: var(--r); box-shadow: var(--ring), 0 16px 44px rgba(0, 0, 0, 0.45); display: block; }
.qls-m img { border-radius: 20px; }
@media (max-width: 920px) { .ql-shots { grid-template-columns: 1fr; } }

/* ---------------- quiz ---------------- */
#quiz-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#quiz-overlay[hidden] { display: none; }
#quiz-overlay::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(110% 80% at 50% 0%, rgba(116, 92, 255, 0.07) 0%, rgba(116, 92, 255, 0.025) 45%, transparent 78%);
  pointer-events: none;
}
#quiz-overlay::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.04;
  pointer-events: none;
}
.quiz-card { position: relative; width: min(680px, 100%); text-align: center; padding: 48px 0 40px; margin: auto; }
.quiz-step { animation: rise 0.45s var(--ease); }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.quiz-x {
  position: absolute;
  top: -4px;
  right: 8px;
  background: rgba(24, 22, 18, 0.72);
  border: 1px solid rgba(244, 242, 236, 0.16);
  border-radius: 100px;
  width: 42px;
  height: 42px;
  color: var(--grey);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s var(--ease);
}
.quiz-x:hover { color: var(--ink); transform: scale(1.06); }
.quiz-h { font-size: clamp(38px, 6vw, 62px); line-height: 1.0; margin: 24px 0 18px; }
.quiz-p { color: var(--grey); font-size: 16px; max-width: 440px; margin: 0 auto 40px; }
.quiz-lab { font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-2); }
.quiz-opts { display: flex; flex-direction: column; gap: 13px; margin: 40px auto 0; width: min(440px, 100%); }
.quiz-opts button {
  background: transparent;
  border: 1px solid rgba(244, 242, 236, 0.16);
  border-radius: 100px;
  color: var(--ink);
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 15.5px;
  padding: 16px 22px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s var(--ease);
}
.quiz-opts button:hover { border-color: rgba(116, 92, 255, 0.6); background: rgba(116, 92, 255, 0.06); transform: scale(1.02); }
.quiz-matches { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 30px auto 16px; width: min(460px, 100%); }
.quiz-match.hero { width: 100%; text-align: center; }
.quiz-alt { font-size: 13.5px; color: var(--grey); text-decoration: none; }
.quiz-alt b { color: var(--ink); font-weight: 600; }
.quiz-alt:hover { color: var(--ink); }
.quiz-match { display: block; text-decoration: none; color: var(--ink); text-align: left; }
.quiz-match img {
  width: 100%;
  aspect-ratio: 16 / 10.5;
  object-fit: cover;
  object-position: top;
  border-radius: var(--r);
  box-shadow: var(--ring), 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
  display: block;
}
.quiz-match:hover img { transform: translateY(-4px); box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.5), 0 24px 70px rgba(0, 0, 0, 0.6); }
.quiz-match .qm-meta { display: flex; flex-direction: column; margin-top: 12px; gap: 3px; }
.quiz-match b { font-size: 16px; font-weight: 600; }
.quiz-match b em { font-style: normal; font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 0.04em; text-transform: uppercase; margin-left: 6px; }
.quiz-match b em.alt { color: var(--grey-2); }
.quiz-match i { font-style: normal; font-size: 13.5px; color: var(--grey-2); }
.quiz-why { color: var(--grey-2); font-size: 13.5px; max-width: 440px; margin: 0 auto 18px; }
#quiz-lead { display: flex; gap: 10px; width: min(440px, 100%); margin: 0 auto 10px; }
#quiz-lead input {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(244, 242, 236, 0.18);
  border-radius: 100px;
  padding: 13px 20px;
  color: var(--ink);
  font-family: "Geist", sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.25s ease;
}
#quiz-lead input:focus { border-color: rgba(116, 92, 255, 0.6); }
.quiz-fine { font-size: 12.5px; color: var(--grey-2); margin-bottom: 24px; }

/* cursor chip */
#cursor-chip {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  font-family: "Geist", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 8px 15px;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  scale: 0.6;
  transition: opacity 0.18s ease, scale 0.18s var(--ease);
  will-change: transform;
  white-space: nowrap;
}
#cursor-chip.on { opacity: 1; scale: 1; }
#cursor-chip.free { background: linear-gradient(160deg, #34d873 0%, #1fa952 100%); color: #ffffff; box-shadow: 0 6px 20px rgba(33, 196, 93, 0.35); }
#cursor-chip.paid { background: linear-gradient(160deg, #9b87ff 0%, #745cff 100%); color: #ffffff; box-shadow: 0 6px 20px rgba(116, 92, 255, 0.4); }

/* ---------------- doc pages + 404 ---------------- */
.doc-sec { padding: 72px 0 96px; }
.doc { max-width: 720px; }
.doc h1 { font-size: clamp(38px, 5vw, 58px); line-height: 1.02; margin: 16px 0 22px; }
.doc h2 { font-size: clamp(24px, 2.6vw, 32px); margin: 40px 0 16px; }
.doc p { color: var(--grey); margin-bottom: 14px; }
.doc p a, .doc li a { color: var(--ink); }
.doc .ctas { margin-top: 40px; }

.notfound { padding: 140px 0 160px; text-align: center; }
.nf-h { font-size: clamp(44px, 6.6vw, 84px); line-height: 1.0; margin: 26px 0 18px; }
.nf-p { color: var(--grey); margin-bottom: 36px; }

/* reveal */
.reveal.pre { opacity: 0; transform: translateY(22px); }
.reveal.pre.in, .reveal.in { opacity: 1; transform: none; transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .reveal.pre { opacity: 1; transform: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------------- responsive ---------------- */
@media (max-width: 1180px) {
  .grid { gap: 44px 30px; }
}
@media (max-width: 920px) {
  nav .links { display: none; }
  .nav-burger { display: block; }
  .nav-sheet {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 24px 20px;
    border-top: 1px solid var(--line);
    background: rgba(16, 16, 16, 0.97);
  }
  .nav-sheet[hidden] { display: none; }
  .nav-sheet a:not(.pill) { padding: 12px 0; color: var(--ink); text-decoration: none; font-size: 16px; border-bottom: 1px solid var(--line); }
  .nav-sheet .pill { margin-top: 14px; text-align: center; }
  .feature-card, .sig-card { grid-template-columns: 1fr; }
  .feature-shot { min-height: 240px; }
  .sig-shot-wrap { order: -1; min-height: 220px; }
  .sig-shot { min-height: 220px; }
  .feature-info, .sig-info { padding: 30px 26px; }
  .studio-grid, .inc-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps3 { grid-template-columns: 1fr; gap: 30px; }
  .detail { grid-template-columns: 1fr; gap: 24px; }
  .detail .info { display: flex; flex-direction: column; }
  .detail .info > * { order: 1; }
  .detail .info .actions { order: 0; margin: 0 0 18px; }

  .shots-row { grid-template-columns: 1fr 1fr; }
  .shot-m { grid-column: span 2; max-width: 320px; margin: 0 auto; }
  .grid { grid-template-columns: 1fr; gap: 44px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .foot-brand { grid-column: span 2; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 64px 0 56px; }
  .col-head { flex-direction: column; align-items: stretch; }
  .q-wrap { width: 100%; }
  .chip-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; margin-right: -20px; padding-right: 20px; }
  .chip-row::-webkit-scrollbar { display: none; }
  .chip { flex: 0 0 auto; }
  .news-band { flex-direction: column; align-items: stretch; }
  .news-form input { min-width: 0; flex: 1; }
  .shots-row { grid-template-columns: 1fr; }
  .shot-m { grid-column: auto; }
  .quiz-matches { grid-template-columns: 1fr; gap: 20px; }
  /* result step: SITES25 offer must be visible without scrolling — lift it above the card */
  .quiz-step[data-step="result"] { display: flex; flex-direction: column; align-items: center; }
  .quiz-step[data-step="result"][hidden] { display: none; }
  .quiz-step[data-step="result"] .quiz-h { order: 0; margin-bottom: 8px; }
  .quiz-step[data-step="result"] .quiz-offer { order: 1; margin: 0 0 8px; }
  .quiz-step[data-step="result"] .quiz-matches { order: 2; margin-top: 12px; }
  .quiz-step[data-step="result"] .textlink { order: 3; }
  #quiz-lead { flex-direction: column; }
  .quiz-card { padding: 64px 0 40px; }
  .quiz-h { font-size: 34px; }
  .ql-top { padding: 10px 12px; }
  .ql-meta .mono-sm { display: none; }
  .ql-actions { gap: 8px; }
  #ql { padding: 10px; }
  .ql-box { height: 94vh; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-brand { grid-column: auto; }
}

/* ===== standalone collection page (/templates/) ===== */
.collection-sec.standalone { padding-top: 140px; }
.collection-sec.standalone .col-head h1 { font-family: "Instrument Serif", serif; font-weight: 400; font-size: clamp(40px, 5.4vw, 64px); line-height: 1.05; margin: 0 0 8px; }

/* ===== letter from Carmy ===== */
.letter-ov { position: fixed; inset: 0; z-index: 220; display: flex; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 18px; }
.letter-ov[hidden] { display: none !important; }
.letter-back { position: fixed; inset: 0; background: rgba(8, 7, 6, 0.72); backdrop-filter: blur(6px); opacity: 0; transition: opacity 0.3s ease; }
.letter-ov.in .letter-back { opacity: 1; }
.letter-paper {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background: linear-gradient(175deg, #faf6ec 0%, #f3edde 100%);
  color: #26221a;
  border-radius: 8px;
  padding: 44px 48px 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 4px 18px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(56px) rotate(0.9deg) scale(0.96);
  transition: opacity 0.45s var(--ease), transform 0.55s var(--ease);
}
.letter-ov.in .letter-paper { opacity: 1; transform: none; }
.letter-x {
  position: absolute; top: 14px; right: 14px;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(38, 34, 26, 0.18); background: transparent;
  color: #26221a; font-size: 20px; line-height: 1; cursor: pointer;
}
.letter-x:hover { background: rgba(38, 34, 26, 0.07); }
.letter-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 26px; }
.letter-eyebrow { font-family: "Geist", sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; color: #6f6a85; margin-top: 8px; }
.letter-seal { flex-shrink: 0; margin-right: 26px; }
.letter-body p {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 18px;
  color: #211d15;
}
.letter-body .letter-hello {
  font-family: "Instrument Serif", serif;
  font-size: 26px;
  margin-bottom: 20px;
}
.letter-sign { margin-top: 30px; display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.letter-heart { margin-left: 34px; transform: rotate(-6deg); }
.letter-wordmark { font-family: "Averia Serif Libre", serif; font-size: 26px; color: #2b2820; }
.letter-wordmark .letter-tld { color: #745cff; }
.letter-script {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 52px;
  line-height: 1;
  color: #1f1b13;
  transform: rotate(-3deg);
  transform-origin: left bottom;
  width: max-content;
}
.letter-role { font-family: "Geist", sans-serif; font-size: 13px; color: #6f6a85; margin-top: 6px; }
.letter-cta {
  display: inline-block; margin-top: 26px;
  font-family: "Geist", sans-serif; font-size: 14.5px; font-weight: 600;
  color: #26221a; text-decoration: none;
  border-bottom: 1px solid rgba(38, 34, 26, 0.35); padding-bottom: 2px;
}
.letter-cta .arr { display: inline-block; transition: transform 0.25s ease; }
.letter-cta:hover .arr { transform: translateX(4px); }
@media (max-width: 640px) {
  .letter-paper { padding: 34px 26px 32px; }
  .letter-body p { font-size: 15.5px; line-height: 1.7; }
  .letter-body .letter-hello { font-size: 23px; }
  .letter-seal { width: 52px; height: 52px; margin-right: 0; margin-top: 34px; }
  .letter-script { font-size: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .letter-back, .letter-paper { transition: none; }
  .letter-paper { transform: none; opacity: 1; }
}

/* ===== featured corner nudge ===== */
#feat-nudge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 180;
  max-width: 340px;
  background: var(--surface);
  border-radius: var(--r);
  box-shadow: var(--ring), 0 18px 60px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s var(--ease), transform 0.5s var(--ease);
}
#feat-nudge.in { opacity: 1; transform: none; }
#feat-nudge[hidden] { display: none !important; }
#feat-nudge .fn-x {
  position: absolute; top: -10px; left: -10px; z-index: 2;
  width: 26px; height: 26px; border-radius: 50%;
  border: 1px solid var(--line-2); background: var(--bg-deep); color: var(--grey);
  font-size: 15px; line-height: 1; cursor: pointer;
}
#feat-nudge .fn-body {
  display: flex; align-items: center; gap: 14px;
  width: 100%; padding: 12px; border: 0; background: none;
  font: inherit; color: var(--ink); text-align: left; cursor: pointer;
}
#feat-nudge img { width: 92px; height: 64px; object-fit: cover; object-position: top; border-radius: 8px; flex-shrink: 0; }
#feat-nudge .fn-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
#feat-nudge .fn-txt b { font-size: 14.5px; font-weight: 600; }
#feat-nudge .fn-sub { font-size: 12.5px; color: var(--grey-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#feat-nudge:hover { box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.5), 0 18px 60px rgba(0, 0, 0, 0.6); }
@media (max-width: 640px) {
  #feat-nudge { right: 12px; left: 12px; max-width: none; }
}
@media (prefers-reduced-motion: reduce) { #feat-nudge { transition: none; } }

/* ===== sale top bar ===== */
#sale-bar {
  position: relative;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(100deg, #3a2d99 0%, #745cff 55%, #8d63e0 100%);
  color: #fff;
  padding: 9px 44px;
  text-align: center;
}
#sale-bar[hidden] { display: none !important; }
#sale-bar .sb-msg {
  background: none; border: 0; color: #fff; cursor: pointer;
  font: inherit; font-size: 13.5px; font-weight: 500; letter-spacing: 0.02em;
}
#sale-bar .sb-msg b { font-weight: 700; }
#sale-bar .sb-msg .arr { display: inline-block; transition: transform 0.25s ease; }
#sale-bar .sb-msg:hover .arr { transform: translateX(4px); }
#sale-bar .sb-x {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.14); border: 0; color: #fff;
  font-size: 15px; line-height: 1; cursor: pointer;
}
#sale-bar .sb-x:hover { background: rgba(255, 255, 255, 0.26); }
@media (max-width: 640px) {
  #sale-bar { padding: 8px 40px; }
  #sale-bar .sb-msg { font-size: 12px; }
}

/* ===== mobile QA pass (2026-07-19) ===== */
@media (max-width: 640px) {
  .chip-row { flex-wrap: wrap; overflow-x: visible; }
  .q-kbd { display: none; }
  .collection-sec.standalone { padding-top: 96px; }
}
@media (max-width: 480px) {
  .news-form.sig-form { flex-wrap: wrap; }
  .news-form.sig-form .pill { flex: 1 1 100%; }
}

/* QL toolbar mobile: pill never wraps into a blob */
@media (max-width: 640px) {
  .ql-actions { gap: 6px; }
  .ql-actions .pill { white-space: nowrap; padding: 8px 13px; font-size: 12.5px; }
  .ql-view { padding: 7px 12px; font-size: 12.5px; }
}

/* ===== quiz 30% code chip ===== */
.quiz-code { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 22px 0 18px; }
.qc-label { color: var(--gold); letter-spacing: 0.14em; }
.qc-chip {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ink);
  background: rgba(116, 92, 255, 0.1);
  border: 1.5px dashed rgba(116, 92, 255, 0.65);
  border-radius: 12px;
  padding: 9px 18px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.qc-chip:hover { background: rgba(116, 92, 255, 0.18); border-color: rgba(116, 92, 255, 0.9); }
.qc-note { font-size: 12.5px; color: var(--grey-2); }

/* ===== All/Free/Paid segmented control ===== */
.seg {
  display: flex;
  gap: 2px;
  background: var(--surface);
  border-radius: 100px;
  padding: 4px;
  width: max-content;
  margin: 0 auto 52px;
  box-shadow: var(--ring);
}
.collection-sec.standalone .seg { margin-top: 26px; }
.seg-b {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey);
  background: none;
  border: 0;
  border-radius: 100px;
  padding: 9px 26px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.seg-b:hover { color: var(--ink); }
.seg-b.on { background: var(--ink); color: #101010; }

/* ===== quiz contact gate + result CTA ===== */
#quiz-contact { display: flex; flex-direction: column; gap: 12px; width: min(380px, 100%); margin: 30px auto 16px; }
#quiz-contact input {
  font-family: var(--font-brand, "Instrument Serif"), serif;
  font-size: 24px; color: var(--ink);
  background: none; border: 0;
  border-bottom: 1.5px dashed rgba(244, 242, 236, 0.3);
  border-radius: 0; padding: 8px 4px 10px; outline: none; text-align: center;
}
#quiz-contact input::placeholder { color: var(--grey-2); font-style: italic; }
#quiz-contact input:focus { border-bottom-color: rgba(116, 92, 255, 0.75); }
#quiz-contact .pill { margin-top: 6px; }
.qm-cta {
  display: inline-flex; align-self: center; align-items: center;
  margin-top: 14px; padding: 10px 24px; border-radius: 100px;
  background: var(--ink); color: #101010; font-weight: 600; font-size: 14px;
}
.quiz-match.hero img { width: 100%; aspect-ratio: 16 / 10; max-height: 44vh; object-fit: cover; object-position: center; }

/* ===== quiz result: one-screen split ===== */
.quiz-step.qr { width: min(1100px, 100%); margin: 0 auto; }
.qr-grid { display: grid; grid-template-columns: 0.9fr 1.25fr; gap: 56px; align-items: center; }
.qr-info { text-align: left; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.qr-info .quiz-h { margin-bottom: 4px; }
#qr-meta { display: flex; flex-direction: column; gap: 4px; }
#qr-meta b { font-size: 19px; font-weight: 600; }
#qr-meta b em { font-style: normal; font-size: 11px; font-weight: 700; color: var(--accent-label, #b3a6ff); letter-spacing: 0.04em; text-transform: uppercase; margin-left: 8px; }
#qr-meta i { font-style: normal; font-size: 14px; color: var(--grey-2); }
.qr-info .quiz-why { margin: 0; text-align: left; max-width: 400px; }
.qr-info .quiz-code { margin: 6px 0 4px; justify-content: flex-start; }
.qr-shot { display: block; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--ring), var(--shadow); }
.qr-shot img { display: block; width: 100%; max-height: 72vh; object-fit: cover; object-position: top; transition: transform 0.6s var(--ease); }
.qr-shot:hover img { transform: scale(1.015); }
@media (max-width: 880px) {
  .qr-grid { grid-template-columns: 1fr; gap: 22px; }
  .qr-shot { order: -1; }
  .qr-shot img { max-height: 38vh; }
  .qr-info { align-items: center; text-align: center; }
  .qr-info .quiz-why { text-align: center; }
  .qr-info .quiz-code { justify-content: center; }
}

/* ===== product detail (compact) ===== */
.pd { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; padding: 26px 0 96px; }
.pd-gallery { min-width: 0; }
.pd-main { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--ring), var(--shadow); }
.pd-main img { display: block; width: 100%; }
.pd-thumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.pd-th { padding: 0; border: 0; background: none; border-radius: 10px; overflow: hidden; cursor: pointer; width: 108px; height: 72px; opacity: 0.55; box-shadow: var(--ring); transition: opacity 0.2s ease, box-shadow 0.2s ease; }
.pd-th img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.pd-th:hover { opacity: 0.85; }
.pd-th.on { opacity: 1; box-shadow: inset 0 0 0 2px rgba(116, 92, 255, 0.8); }
.pd-info { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 0; align-items: flex-start; }
.pd-info .cat { margin-bottom: 16px; }
.pd-info h1 { font-size: clamp(32px, 3.4vw, 46px); line-height: 1.05; margin-bottom: 10px; }
.pd-div { width: 100%; height: 1px; background: var(--line); margin: 30px 0 24px; }
.pd-quiz { font-size: 13.5px; color: var(--grey); }
.pd-quiz:hover { color: var(--ink); }
.pd-trust { margin-top: 18px; color: var(--grey-2); letter-spacing: 0.08em; font-size: 10.5px; }
.pd .price-row { margin-bottom: 24px; display: flex; align-items: baseline; gap: 18px; width: 100%; max-width: 380px; justify-content: space-between; }
.pd .price { font-size: 30px; }
.pd .desc { color: var(--grey); font-size: 15.5px; line-height: 1.7; margin-bottom: 0; max-width: 46ch; }
.pd-chip { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; font-weight: 700; color: #b9aaff; background: rgba(116, 92, 255, 0.12); border: 1px dashed rgba(116, 92, 255, 0.5); border-radius: 8px; padding: 5px 10px; }
.pd-actions { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 380px; margin-top: 6px; }
.pd-actions .btn-primary, .pd-actions .btn-secondary { text-align: center; justify-content: center; display: inline-flex; }
@media (max-width: 880px) {
  .pd { grid-template-columns: 1fr; gap: 28px; padding-bottom: 64px; }
  .pd-info { position: static; }
  .pd-th { width: 84px; height: 58px; }
}

/* ===== hero visual (generated image slot) ===== */
.hero-visual { margin: 64px auto -20px; max-width: 1120px; position: relative; }
.hero-visual img {
  display: block; width: 100%;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 62%, transparent 98%);
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 62%, transparent 98%);
}

/* ===== more templates strip ===== */
.more-sec { padding: 8px 0 96px; }
.more-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 26px; }
.more-head h2 { font-size: clamp(24px, 2.4vw, 32px); }
.grid.rel3 { grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid.rel3 .meta-l h3 { font-size: 16px; }
@media (max-width: 880px) { .grid.rel3 { grid-template-columns: 1fr; gap: 34px; } }

/* ===== code reveal moment ===== */
.reveal-code {
  position: relative;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: clamp(56px, 9vw, 120px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin: 44px auto 26px;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  text-shadow: 0 0 70px rgba(116, 92, 255, 0.55);
  transition: filter 0.9s var(--ease), transform 0.9s var(--ease), opacity 0.9s ease;
}
.reveal-code.blurred { filter: blur(26px); transform: scale(0.96); opacity: 0.9; pointer-events: none; }
.copy-toast {
  position: absolute;
  top: -14px;
  right: -12px;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(116, 92, 255, 0.92);
  border-radius: 100px;
  padding: 6px 13px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.3s var(--ease);
}
.copy-toast.on { opacity: 1; transform: none; }
#reveal-note { margin-bottom: 30px; }
#reveal-next[hidden], #reveal-btn[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { .reveal-code { transition: none; } }

/* ===== staged nav arrival (home) ===== */
#sale-bar.sb-in { animation: sb-drop 0.6s var(--ease); }
@keyframes sb-drop { from { transform: translateY(-100%); opacity: 0; } to { transform: none; opacity: 1; } }

/* ===== how-it-works cards ===== */
.stepcards { gap: 22px; }
.stepcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--ring);
  padding: 26px 26px 30px;
  transition: box-shadow 0.3s ease, transform 0.4s var(--ease);
}
.stepcard:hover { box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.35); transform: translateY(-3px); }
.sc-top { display: flex; justify-content: space-between; align-items: flex-start; }
.sc-num { color: var(--grey-2); letter-spacing: 0.1em; }
.sc-bottom h3 { font-size: 17.5px; font-weight: 600; margin-bottom: 8px; }
.sc-bottom p { color: var(--grey-2); font-size: 14px; line-height: 1.6; max-width: 300px; min-height: calc(14px * 1.6 * 3); }
@media (max-width: 880px) { .stepcard { min-height: 200px; } }

/* ===== pricing ===== */
.pricing-sec { padding: 80px 0; border-top: 1px solid var(--line); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.price-card {
  background: var(--surface);
  border-radius: var(--r-lg);
  box-shadow: var(--ring);
  padding: 38px 38px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.price-card h3 { font-size: 18px; font-weight: 600; }
.pc-sub { color: var(--grey-2); font-size: 14.5px; max-width: 34ch; }
.pc-price { font-size: 44px; font-weight: 600; letter-spacing: -0.02em; margin: 14px 0 6px; }
.pc-from { font-size: 15px; font-weight: 400; color: var(--grey-2); margin-right: 6px; }
.price-card .check-list { margin-top: 18px; }
.price-card .check-list li { font-size: 14px; }
.price-card.dark {
  background: linear-gradient(150deg, #17142b 0%, #0d0c14 55%);
  box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.35), var(--shadow);
}
.pill.light { background: var(--ink); color: #101010; }
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; } }

/* ===== all-access nudge (bigger) + center modal ===== */
#feat-nudge.bundle-nudge { max-width: 420px; }
#feat-nudge.bundle-nudge .fn-body { flex-direction: column; align-items: flex-start; gap: 14px; padding: 18px 18px 16px; }
#feat-nudge.bundle-nudge .fn-txt b { font-size: 16.5px; }
.fn-covers { display: flex; gap: 8px; width: 100%; }
.fn-covers img { flex: 1; min-width: 0; height: 54px; object-fit: cover; object-position: top; border-radius: 7px; box-shadow: var(--ring); }
#bundle-modal { position: fixed; inset: 0; z-index: 320; display: flex; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 18px; }
#bundle-modal[hidden] { display: none !important; }
.bm-back { position: fixed; inset: 0; background: rgba(5, 5, 6, 0.8); backdrop-filter: blur(8px); opacity: 0; transition: opacity 0.25s ease; }
#bundle-modal.in .bm-back { opacity: 1; }
.bm-card {
  position: relative; margin: auto; width: min(760px, 100%);
  background: #0a0a0a; border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px rgba(244, 242, 236, 0.08), var(--shadow);
  padding: 44px 46px 40px;
  display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
  opacity: 0; transform: translateY(26px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.45s var(--ease);
}
#bundle-modal.in .bm-card { opacity: 1; transform: none; }
.bm-x { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-deep); color: var(--grey); font-size: 18px; cursor: pointer; }
.bm-card h2 { font-size: clamp(28px, 3vw, 40px); }
.bm-covers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: 100%; margin: 10px 0 4px; }
.bm-covers figure { margin: 0; }
.bm-covers img { width: 100%; height: 84px; object-fit: cover; object-position: top; border-radius: 9px; box-shadow: var(--ring); }
.bm-covers figcaption { font-size: 11.5px; color: var(--grey-2); margin-top: 7px; line-height: 1.4; }
.bm-covers .bm-flag img { box-shadow: inset 0 0 0 1px rgba(116, 92, 255, 0.6); }
.bm-covers .bm-flag em { font-style: normal; color: #b3a6ff; }
.bm-list { columns: 2; column-gap: 34px; width: 100%; }
.bm-list li { font-size: 13.5px; break-inside: avoid; }
.bm-cta { display: flex; align-items: center; gap: 20px; margin-top: 12px; }
.bm-price { font-size: 34px; font-weight: 600; letter-spacing: -0.02em; }
@media (max-width: 640px) {
  .bm-card { padding: 30px 22px 28px; }
  .bm-covers { grid-template-columns: repeat(2, 1fr); }
  .bm-list { columns: 1; }
  #feat-nudge.bundle-nudge { max-width: none; }
}

/* pd gallery video */
.pd-main video { display: block; width: 100%; }
.pd-th { position: relative; }
.pd-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px; background: rgba(0, 0, 0, 0.45); border-radius: 10px;
}

/* quiz offer line (replaces code block) */
.quiz-offer { color: var(--grey); font-size: 15px; margin: 18px 0 22px; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.qc-chip.sm { font-size: 13px; padding: 6px 13px; border-radius: 9px; }

/* nostalgia detail waitlist: single inline row aligned with the preview button */
.pd-actions .news-form { flex-wrap: nowrap; width: 100%; gap: 10px; }
.pd-actions .news-form input { flex: 1 1 auto; min-width: 0; width: auto; }
.pd-actions .news-form .pill { flex: 0 0 auto; white-space: nowrap; }

/* ---- listicles (/best/) ---- */
.lst-list { display: flex; flex-direction: column; gap: 20px; margin: 32px 0 8px; }
.lst-pick { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-lg); padding: 22px; }
.lst-hero { display: flex; gap: 18px; align-items: center; position: relative; text-decoration: none; color: inherit; }
.lst-hero img { width: 168px; height: 116px; object-fit: cover; border-radius: var(--r); border: 1px solid var(--line); flex: none; }
.lst-meta { display: flex; flex-direction: column; gap: 4px; }
.lst-meta b { font-size: 20px; display: flex; align-items: center; gap: 10px; }
.lst-meta em { font-style: normal; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--bg); background: var(--gold); border-radius: 100px; padding: 3px 9px; }
.lst-meta i { color: var(--grey); font-style: normal; font-size: 14px; }
.lst-rank { position: absolute; top: -10px; left: -10px; width: 30px; height: 30px; display: grid; place-items: center; background: var(--gold); color: var(--bg); border-radius: 100px; font-weight: 600; font-size: 15px; z-index: 2; }
.lst-why { color: var(--grey-2); margin: 16px 0 18px; max-width: 68ch; line-height: 1.6; }
.lst-alt { display: flex; gap: 16px; align-items: flex-start; padding: 18px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); }
.lst-rank.sm { position: static; width: 26px; height: 26px; font-size: 13px; background: var(--surface-2); color: var(--grey-2); border: 1px solid var(--line-2); flex: none; margin-top: 2px; }
.lst-alt-body b { display: block; margin-bottom: 4px; }
.lst-alt-body p { color: var(--grey); margin: 0; max-width: 66ch; line-height: 1.55; }
.lst-faq { margin: 40px 0 8px; display: flex; flex-direction: column; gap: 18px; }
.lst-q h3 { font-size: 17px; margin: 0 0 6px; }
.lst-q p { color: var(--grey); margin: 0; max-width: 68ch; line-height: 1.55; }
@media (max-width: 640px) { .lst-hero { flex-direction: column; align-items: flex-start; } .lst-hero img { width: 100%; height: auto; } }
