:root {
  --paper: #efe6d8;
  --paper-2: #f6efe4;
  --cream: #f4eee4;
  --ink: #2a221c;
  --ink-2: #5c4f44;
  --muted: #8d7d6d;
  --line: #d8cbb8;
  --gold: #7d5a2e;
  --gold-line: #c4a574;
  --night: #1a1511;
  --night-2: #241c16;
  --rose: #b89a88;
  --max: 1120px;
  --display: "Noto Serif KR", "Cormorant Garamond", serif;
  --serif: "Cormorant Garamond", "Noto Serif KR", serif;
  --sc: "Cormorant SC", "Cormorant Garamond", serif;
  --sans: "Noto Sans KR", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
em { font-family: inherit; font-style: italic; font-weight: 500; }
html[lang="ko"] em {
  font-family: var(--display);
  font-style: normal;
  font-weight: 500;
  color: var(--gold);
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

/* ——— head ——— */
.site-head {
  background: var(--night);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(168, 137, 98, 0.22);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
}

.logo-stamp { display: none; }

.logo-word {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.logo-aube {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.28em;
  line-height: 1;
  margin-right: -0.28em;
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--gold-line);
  color: var(--cream);
}

.logo-horizon {
  display: none;
}

.logo-sub {
  font-family: var(--sc);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.42em;
  margin-right: -0.42em;
  line-height: 1;
  text-align: center;
  color: var(--gold-line);
}

.logo-on-paper .logo-aube {
  color: var(--ink);
  border-bottom-color: var(--gold);
}
.logo-on-paper .logo-stamp,
.logo-on-paper .logo-sub { color: var(--gold); }
.logo-on-paper .logo-horizon { background: var(--gold); }

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rose);
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a:hover,
.nav-links .text-btn:hover { color: var(--cream); }

.nav-cta {
  font-family: var(--display);
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--cream);
}
html[lang="en"] .nav-cta {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
}

.text-btn {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
  text-transform: inherit;
}

.lang {
  display: inline-flex;
  gap: 8px;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.lang button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: var(--muted);
  font: inherit;
  letter-spacing: inherit;
}

.lang button[aria-pressed="true"] {
  color: var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
}

.page-inner .lang button { color: var(--muted); }
.page-inner .lang button[aria-pressed="true"] { color: var(--gold-line); }

/* ——— hero ——— */
.hero-bleed {
  position: relative;
  min-height: calc(100svh - 72px);
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 1.08fr);
  align-items: stretch;
  overflow: hidden;
}

.hero-visual {
  position: relative;
  min-height: 100%;
  background: var(--night);
}

.hero-photo {
  position: absolute;
  inset: 0;
  background:
    url("../img/hero-face.jpg") center 18% / cover no-repeat;
}

.hero-veil {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px 56px 40px;
  max-width: none;
}

.hero-copy > * {
  max-width: 540px;
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}

html[lang="ko"] .kicker {
  text-transform: none;
  letter-spacing: 0.2em;
}

.hero-bleed .kicker {
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-bleed .kicker::after {
  content: "";
  width: 40px;
  height: 0.5px;
  background: var(--gold);
  opacity: 0.7;
}

.hero-bleed h1,
.auth h1,
.legal h1 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

.hero-bleed h1 {
  font-size: clamp(30px, 3.8vw, 48px);
}

html[lang="en"] .hero-bleed h1,
html[lang="en"] .auth h1,
html[lang="en"] .legal h1 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.12;
  font-size: clamp(36px, 4.6vw, 58px);
}

.hero-bleed h1 em {
  color: var(--gold);
  font-weight: 600;
  white-space: nowrap;
}

.hero-bleed .lead {
  font-family: var(--sans);
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-2);
  max-width: 520px;
  margin: 0;
}

html[lang="en"] .hero-bleed .lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
}

.actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 1px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

html[lang="ko"] .btn {
  text-transform: none;
  letter-spacing: 0.06em;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 500;
}

button.btn {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.btn-dark { background: var(--ink); color: var(--cream); }
.btn-light { background: var(--cream); color: var(--night); }
.btn-line { border: 1px solid var(--ink); background: transparent; }
.btn[disabled] { opacity: 0.55; cursor: wait; }

.hero-bleed .btn-light {
  background: var(--night);
  color: var(--cream);
}

.btn-ghost {
  font-family: var(--display);
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--gold);
}

html[lang="en"] .btn-ghost {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}

/* ——— object / look card ——— */
.object {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
  padding: 96px 0;
}

.object h2,
.section h2 {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

html[lang="en"] .object h2,
html[lang="en"] .section h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.18;
}

.sub {
  color: var(--ink-2);
  margin: 0 0 36px;
  max-width: 560px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
}

.sub.house-line {
  margin-bottom: 12px;
}

html[lang="en"] .sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
}

.look-card {
  position: relative;
  background: var(--cream);
  border: 0.5px solid rgba(168, 137, 98, 0.55);
  padding: 40px 36px 36px;
  box-shadow: 0 28px 60px rgba(20, 17, 14, 0.1);
}

.look-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 0.5px solid rgba(168, 137, 98, 0.28);
  pointer-events: none;
}

.look-mark {
  margin: 0 0 18px;
}

.look-card .logo-stamp {
  width: 38px;
  height: 38px;
}

.look-card .kicker {
  margin-bottom: 10px;
}

.look-type {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin: 0 0 20px;
}

.look-card h3 {
  font-family: var(--display);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 8px;
}

html[lang="en"] .look-card h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.swatches figure {
  margin: 0;
}

.swatches i {
  display: block;
  height: 72px;
}

.swatches figcaption {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.look-seen {
  margin: 0 0 18px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  line-height: 1.7;
}

.look-line {
  margin: 0;
  font-family: var(--sans);
  font-style: normal;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.65;
}

.look-tip {
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
}

html[lang="en"] .look-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
}

/* ——— ribbon ——— */
.ribbon {
  background: var(--night);
  color: var(--cream);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 0.5px solid rgba(168, 137, 98, 0.28);
  border-bottom: 0.5px solid rgba(168, 137, 98, 0.28);
}

.ribbon span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  text-align: center;
  padding: 22px 8px;
}

.ribbon span + span {
  border-left: 0.5px solid rgba(168, 137, 98, 0.28);
}

/* ——— paper sections ——— */
.paper { background: var(--paper-2); }
.section { padding: 88px 0 8px; }
.section:last-of-type { padding-bottom: 88px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 28px 0 0;
  border-top: 0.5px solid var(--line);
}

.steps li {
  padding-right: 28px;
}

.steps em {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 8px;
}

.steps strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 6px;
}

.steps p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-2);
}

/* ——— tiers as a ledger ——— */
.tier-table { margin-top: 8px; }

.tier-row {
  display: grid;
  grid-template-columns: 160px 180px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 0.5px solid var(--line);
}

.tier-row:first-of-type { border-top: 0.5px solid var(--ink); }

.tier-row h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.12em;
  margin: 0;
}

.tier-row h3 small {
  display: block;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 400;
}

html[lang="en"] .tier-row h3 small {
  font-family: var(--serif);
  font-style: italic;
}

.tier-row .amt {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.tier-row .amt small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 400;
}

.tier-row p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-2);
}

.tier-row ul {
  margin: 8px 0 0;
  padding-left: 16px;
  font-size: 13px;
  color: var(--muted);
}

/* ——— creators ——— */
.share-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: stretch;
}

.share-card {
  position: relative;
  aspect-ratio: 9 / 16;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(15, 12, 10, 0.05), rgba(15, 12, 10, 0.55)),
    url("../img/hero-soft-autumn.jpg") center / cover;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 50px rgba(20, 17, 14, 0.16);
}

.share-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 0.5px solid rgba(196, 165, 116, 0.45);
  pointer-events: none;
}

.share-card b {
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  font-weight: 400;
}

.share-card span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-line);
}

.quiet-list {
  display: grid;
  gap: 0;
}

.quiet-list .ch {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 0.5px solid var(--line);
  background: transparent;
  min-height: 0;
}

.quiet-list .ch em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.quiet-list .ch strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 4px;
}

.quiet-list .ch p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-2);
}

/* ——— partners ——— */
.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--line);
}

.seat {
  min-height: 180px;
  padding: 22px 22px 22px 0;
  border-bottom: 0.5px solid var(--line);
  background: transparent;
}

.seat + .seat { padding-left: 22px; border-left: 0.5px solid var(--line); }

.seat em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.seat strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 8px;
}

.seat p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-2);
}

/* ——— book chapters ——— */
.chapters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}

.ch {
  padding: 20px 0;
  border-top: 0.5px solid var(--line);
  min-height: 140px;
}

.ch em {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
}

.ch strong { display: block; margin: 8px 0 6px; font-weight: 500; }

.ch p { margin: 0; font-size: 13px; color: var(--ink-2); }

.ch.done { background: transparent; }

/* ——— drape ——— */
.drape {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.face {
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: var(--cream);
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
}

.good {
  background:
    linear-gradient(180deg, rgba(20, 17, 14, 0.05), rgba(20, 17, 14, 0.45)),
    linear-gradient(165deg, #7b5340, #c4a484);
}

.bad {
  background:
    linear-gradient(180deg, rgba(20, 17, 14, 0.08), rgba(20, 17, 14, 0.5)),
    linear-gradient(165deg, #1c2a5c, #7aa0ff);
}

/* ——— night closer ——— */
.price {
  background: var(--night);
  color: var(--cream);
  padding: 72px 0;
}

.price .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}

.price .kicker { color: var(--gold-line); }

.price b {
  font-family: var(--display);
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 500;
  display: block;
  line-height: 1.3;
  margin: 8px 0 16px;
}

html[lang="en"] .price b {
  font-family: var(--serif);
  font-weight: 400;
}

.price p { color: var(--rose); max-width: 420px; }

.price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--rose);
  font-size: 14px;
}

.price li {
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(168, 137, 98, 0.22);
}

.site-foot {
  background: var(--night);
  color: var(--rose);
  padding: 36px 0 48px;
  border-top: 0.5px solid rgba(168, 137, 98, 0.18);
  font-size: 13px;
}

.site-foot .logo { color: var(--cream); }

.foot-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}

.foot-links { display: flex; gap: 18px; flex-wrap: wrap; }

.foot-links a {
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 11px;
  text-transform: uppercase;
}

.foot-links a:hover { color: var(--cream); }

.note { font-size: 12px; color: var(--muted); }

/* ——— sample book ——— */
.cover {
  background: var(--night);
  color: var(--cream);
  padding: 72px 48px;
  margin: 28px 0 48px;
}

.cover .season {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(48px, 8vw, 84px);
  margin: 12px 0;
}

.meta {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.pals {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.chip { background: var(--cream); border: 0.5px solid var(--line); overflow: hidden; }
.chip i { display: block; height: 88px; }
.chip span { display: block; padding: 10px 0; font-size: 12px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.box { padding: 0 0 8px; }

.dots { display: flex; gap: 8px; margin-top: 10px; }
.dot { width: 22px; height: 22px; border: 0.5px solid rgba(0,0,0,.08); }

.bars { display: grid; gap: 8px; }
.bar { height: 2px; background: var(--line); overflow: hidden; }
.bar > i { display: block; height: 100%; background: var(--gold); }

/* ——— auth / legal ——— */
.page-inner { background: var(--paper); }

.inner { padding: 56px 0 80px; }

.auth { max-width: 480px; }

.auth h1 {
  font-size: clamp(32px, 5.5vw, 48px);
}

.auth .lead {
  color: var(--ink-2);
  margin: 0 0 32px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
}

html[lang="en"] .auth .lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
}

.auth-card {
  display: grid;
  gap: 16px;
  padding-top: 8px;
  border-top: 0.5px solid var(--line);
}

.auth-card .btn { width: 100%; }

.field { display: grid; gap: 6px; font-size: 12px; letter-spacing: 0.08em; color: var(--muted); text-transform: uppercase; }

.field input {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 0.5px solid var(--line);
  border-radius: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}

.field input:focus {
  outline: none;
  border-bottom-color: var(--gold);
}

.form-error {
  margin: 0;
  color: #8a3d38;
  font-size: 13px;
}

.auth-switch { margin: 0; font-size: 13px; color: var(--ink-2); }
.auth-switch a { font-family: var(--serif); font-style: italic; font-size: 16px; }

.account .chapters { margin: 8px 0 28px; }

.account-tier {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.account h1 {
  font-family: var(--serif);
  font-weight: 400;
}

.sns { display: grid; gap: 8px; }

.sns-legal {
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.sns-legal a { color: inherit; }

.btn-sns {
  width: 100%;
  border: 0.5px solid var(--line);
  background: transparent;
  color: var(--ink);
  gap: 10px;
}

.btn-kakao {
  background: #fee500;
  border-color: #fee500;
  color: #191919;
}

.btn-google {
  background: #ffffff;
  border-color: #c9bba8;
  color: #1f1f1f;
}

.btn-google::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.or-line {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.or-line::before,
.or-line::after {
  content: "";
  height: 0.5px;
  flex: 1;
  background: var(--line);
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-2);
}

.check input { margin-top: 3px; }

.legal { max-width: 680px; }

.legal h1 {
  font-size: clamp(40px, 6vw, 64px);
}

.legal h2 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin: 36px 0 8px;
}

.legal p, .legal li { color: var(--ink-2); font-size: 14px; }

.domain { display: none; }

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th, .table td {
  padding: 14px 0;
  border-bottom: 0.5px solid var(--line);
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

.table th {
  background: transparent;
  color: var(--gold);
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 11px;
  text-transform: uppercase;
}

.ours { background: transparent; }

.path { display: contents; }

.footer {
  font-size: 13px;
  color: var(--muted);
  border-top: 0.5px solid var(--line);
  padding: 28px 0 48px;
}

@media (max-width: 860px) {
  .wrap { width: min(var(--max), calc(100% - 32px)); }
  .nav-hide-sm { display: none; }
  .hero-bleed {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-visual {
    order: -1;
    min-height: min(128vw, 78vh);
    max-height: 78vh;
  }
  .hero-photo {
    background-position: center 32%;
  }
  .hero-copy { padding: 40px 24px 56px; }
  .object,
  .share-row,
  .price .wrap,
  .split,
  .drape { grid-template-columns: 1fr; }
  .object { gap: 40px; padding: 56px 0; }
  .look-card { max-width: 380px; }
  .ribbon { grid-template-columns: 1fr 1fr; }
  .ribbon span:nth-child(3),
  .ribbon span:nth-child(4) { border-top: 0.5px solid rgba(168, 137, 98, 0.28); }
  .ribbon span:nth-child(3) { border-left: 0; }
  .steps,
  .chapters,
  .partners,
  .pals { grid-template-columns: 1fr 1fr; }
  .seat + .seat { padding-left: 16px; }
  .tier-row { grid-template-columns: 1fr; gap: 6px; }
  .section { padding: 56px 0 4px; }
  .share-card { max-width: 220px; }
}

@media (max-width: 520px) {
  .steps,
  .chapters,
  .partners,
  .pals { grid-template-columns: 1fr; }
  .seat + .seat { padding-left: 0; border-left: 0; }
  .photo-grid { grid-template-columns: 1fr; }
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sr-file,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.photo-slot {
  display: block;
  min-height: 200px;
  border: 0.5px solid var(--line);
  background: var(--paper-2);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.photo-slot.is-picked {
  border-color: var(--gold);
}

.photo-slot img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.photo-slot [data-photo-hint] {
  display: grid;
  gap: 6px;
  padding: 28px 18px;
}

.photo-slot [data-photo-hint] strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}

.photo-slot [data-photo-hint] em {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-2);
}

/* photo touch */
.sheet {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(26, 21, 17, 0.42);
  display: grid;
  align-items: end;
}
.sheet[hidden] {
  display: none !important;
}
.photo-slot {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  touch-action: manipulation;
}
.photo-slot .sr-file {
  pointer-events: none;
}

.sheet-card {
  background: var(--paper);
  padding: 28px 24px 36px;
  display: grid;
  gap: 10px;
}

.sheet-card p {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 22px;
}

.cam-view {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: var(--night);
  display: grid;
  grid-template-rows: 1fr auto;
}

.cam-view video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.cam-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 20px 28px;
  background: var(--night);
}

.cam-text,
.cam-bar .text-btn {
  color: var(--cream);
  min-width: 64px;
}

.cam-spacer {
  width: 64px;
}

.cam-shutter {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid var(--gold-line);
  background: var(--cream);
  padding: 0;
  position: relative;
}

.ask {
  border: 0;
  padding: 8px 0 0;
  margin: 0;
}

.ask legend {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice {
  border: 0.5px solid var(--line);
  padding: 10px 14px;
  cursor: pointer;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice:has(input:checked) {
  border-color: var(--gold);
  color: var(--gold);
}

.look-result {
  display: grid;
  gap: 28px;
}

@media (min-width: 861px) {
  .look-result {
    grid-template-columns: minmax(280px, 1fr) 240px;
    align-items: start;
  }
}

.look-result .look-card {
  margin: 8px 0 0;
}

.look-story {
  margin: 0;
  max-width: 240px;
}

.look-story img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--cream);
  box-shadow: 0 24px 50px rgba(20, 17, 14, 0.16);
}

.look-story figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.look-second {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 0.5px solid rgba(168, 137, 98, 0.28);
}

.look-card h4 {
  font-family: var(--display);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 8px;
}

html[lang="en"] .look-card h4 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.swatches-quiet i {
  height: 48px;
}

.look-page .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.look-algo {
  margin: 14px 0 0;
  font-size: 14px;
  color: var(--gold);
}

.book-gate,
.book-ask,
.atelier-gate {
  margin-top: 36px;
}

.book-gate h2,
.book-ask h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.book-gate .lead,
.book-ask .lead {
  margin: 0 0 22px;
}

.lock-list {
  display: grid;
  gap: 14px;
  margin: 8px 0 24px;
}

.lock-swatches {
  margin: 0 0 22px;
}

.lock-swatches figure {
  position: relative;
}

.lock-swatches i {
  position: relative;
  background: linear-gradient(180deg, #ece4d6 0%, #d8cbb6 100%);
}

.lock-swatches .is-lock i::after {
  content: "";
  position: absolute;
  inset: 18px 22%;
  border: 0.5px solid rgba(168, 137, 98, 0.55);
  pointer-events: none;
}

.tm {
  font-size: 0.42em;
  vertical-align: super;
  margin-left: 2px;
  letter-spacing: 0.04em;
  font-family: var(--sans);
  font-weight: 500;
}

.wrap.book-page {
  width: min(760px, calc(100% - 48px));
}

.book-page .note {
  max-width: 42em;
  line-height: 1.7;
  margin: 10px 0 28px;
}

.book-page .book-body {
  display: grid;
  gap: 64px;
  margin-top: 8px;
}

.book-page .book-body h2 {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid var(--gold-line);
}

.book-num {
  font-family: var(--sc);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--gold);
}

.book-h {
  font-weight: 500;
}

.book-page .book-body p {
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 12px;
}

.book-page .book-body p:last-child {
  margin-bottom: 0;
}

.book-toc {
  padding: 8px 0 4px;
}

.book-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
}

.book-toc a {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 14px;
  color: var(--ink-2);
  padding: 6px 0;
  border-bottom: 0.5px solid var(--line);
}

.book-toc a:hover {
  color: var(--ink);
}

.book-toc b {
  font-family: var(--sc);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.book-strip {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 18px;
  gap: 2px;
  margin: -24px 0 8px;
}

.book-strip i {
  display: block;
  min-height: 18px;
}

.book-pull {
  margin: 0 0 28px;
  padding: 8px 0 8px 22px;
  border-left: 1.5px solid var(--gold-line);
}

.book-pull p {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 10px;
}

.book-pull p:last-child {
  margin: 0;
  color: var(--gold);
}

.book-axes {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
}

.book-axis strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 6px;
}

.book-axis-track {
  height: 6px;
  background: var(--line);
  position: relative;
}

.book-axis-track > i {
  display: block;
  height: 100%;
  min-width: 6px;
}

.book-axis-ends {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted);
}

.book-drape {
  margin: 0 0 28px;
}

.book-drape .face {
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
}

.book-drape .face span {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.82;
}

.book-drape .face strong {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
}

.book-cards,
.book-closet {
  display: grid;
  gap: 14px;
}

.book-card {
  background: var(--cream);
  border: 0.5px solid var(--line);
  padding: 18px 20px 16px;
}

.book-card em {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.book-signals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 0.5px solid var(--line);
}

.book-signals li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px 12px 0;
  border-bottom: 0.5px solid var(--line);
}

.book-signals span {
  font-size: 13px;
  color: var(--muted);
}

.book-signals b {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}

.book-swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.book-swatch {
  margin: 0;
  background: var(--cream);
  border: 0.5px solid var(--line);
  overflow: hidden;
}

.book-swatch > i {
  display: block;
  height: 92px;
}

.book-swatch figcaption {
  padding: 12px 14px 14px;
}

.book-swatch strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 16px;
}

.book-swatch code {
  display: block;
  margin: 4px 0 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.book-swatch p {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.book-swatch.is-avoid > i {
  position: relative;
  filter: saturate(0.72);
}

.book-swatch.is-avoid > i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top left,
    transparent 46%,
    rgba(26, 21, 17, 0.45) 49%,
    rgba(26, 21, 17, 0.45) 51%,
    transparent 54%
  );
}

.book-swatch.is-avoid strong {
  text-decoration: line-through;
  text-decoration-color: rgba(42, 34, 28, 0.35);
}

.book-make {
  padding: 18px 0 8px;
  border-top: 0.5px solid var(--line);
}

.book-make:first-child {
  border-top: 0;
  padding-top: 0;
}

.book-make > strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}

.book-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 14px;
}

.book-dot {
  display: flex;
  align-items: center;
  gap: 8px;
}

.book-dot i {
  width: 22px;
  height: 22px;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
}

.book-dot em {
  font-size: 13px;
}

.book-metals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 8px 0 20px;
}

.book-metal {
  min-height: 140px;
  padding: 20px;
  color: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
}

.book-metal span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
}

.book-metal em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream);
}

.book-metal.is-off {
  opacity: 0.38;
}

.book-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.book-col {
  background: var(--cream);
  border: 0.5px solid var(--line);
  padding: 18px 18px 12px;
}

.book-col > em {
  display: block;
  margin-bottom: 12px;
}

.book-col.is-leave {
  background: transparent;
}

.book-items {
  margin: 0;
  padding: 0 0 0 18px;
}

.book-items li {
  margin: 0 0 10px;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.65;
}

.book-shop {
  display: grid;
  gap: 16px;
}

.book-scene {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 0.5px solid var(--line);
}

.book-scene > b {
  font-family: var(--sc);
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0.08em;
  padding-top: 2px;
}

.book-scene em {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 720px) {
  .book-toc ol,
  .book-signals,
  .book-split,
  .book-metals,
  .book-swatches,
  .book-swatches-avoid {
    grid-template-columns: 1fr 1fr;
  }

  .book-swatches {
    grid-template-columns: 1fr 1fr;
  }

  .book-split {
    grid-template-columns: 1fr;
  }

  .book-strip {
    grid-template-columns: repeat(6, 1fr);
    height: 28px;
  }
}

@media (max-width: 520px) {
  .book-toc ol,
  .book-signals {
    grid-template-columns: 1fr;
  }

  .book-swatches {
    grid-template-columns: 1fr 1fr;
  }
}


/* Legal footer — FortuneAIGo-level biz block */
.site-foot .footer-biz {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.72rem;
  line-height: 1.55;
  opacity: 0.78;
}
.site-foot .biz-name { font-weight: 600; margin-bottom: 0.25rem; }
.site-foot .footer-disclaimer {
  margin: 0.65rem 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  opacity: 0.72;
  max-width: 52rem;
}
.site-foot .footer-brand { margin-top: 0.85rem; }
.site-foot .footer-copy {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  opacity: 0.55;
}


/* BOOK Stripe pay */
.book-pay-box {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.15rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
}
.book-pay-mount { min-height: 48px; margin-bottom: 0.75rem; }
.book-paywall {
  padding: 2rem 1rem;
  text-align: center;
}
