:root {
  --ink: #241d16;
  --brown: #4b321b;
  --gold: #b68139;
  --gold-light: #e9d2ad;
  --cream: #f7f2eb;
  --sand: #e9ddcd;
  --line: rgba(76, 51, 27, .16);
  --serif: "Cormorant Garamond", "Noto Serif KR", "Iowan Old Style", "Baskerville", serif;
  --sans: "Noto Sans KR", "Apple SD Gothic Neo", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.draft-banner { padding: 8px 22px; color: #fffaf3; background: #493425; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.site-header { position: absolute; z-index: 2; top: 34px; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 56px)); margin: auto; }
.wordmark { font-family: var(--serif); font-size: clamp(34px, 3vw, 49px); font-weight: 600; letter-spacing: -.055em; line-height: .9; }
.header-cta { padding: 8px 0; border-bottom: 1px solid var(--brown); font-size: 13px; font-weight: 700; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); min-height: min(800px, calc(100vh - 30px)); overflow: hidden; background: #ddc193; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 236, 211, .98) 0%, rgba(248, 236, 211, .9) 30%, rgba(248, 236, 211, .08) 60%, rgba(62, 41, 22, .08) 100%); content: ""; z-index: 1; }
.hero-copy { position: relative; z-index: 1; align-self: center; width: min(540px, 100%); margin: 96px 8vw 30px auto; }
.eyebrow { margin: 0 0 16px; color: #8b5d20; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-optical-sizing: auto; font-weight: 500; letter-spacing: -.035em; line-height: 1.2; text-wrap: balance; }
h1 { margin-bottom: 26px; font-size: clamp(47px, 5.1vw, 75px); }
h2 { margin-bottom: 24px; font-size: clamp(35px, 4vw, 57px); }
h3 { margin-bottom: 14px; font-size: 29px; }
.hero-description { max-width: 455px; margin-bottom: 34px; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 53px; padding: 14px 25px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--brown); }
.button-gold { color: #2d1e12; background: #d3a96b; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(75, 50, 27, .45); font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; z-index: 0; min-height: 620px; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 63% center; mix-blend-mode: multiply; }
.hero-note { position: absolute; z-index: 1; bottom: 20px; left: 50%; margin: 0; color: rgba(54, 36, 20, .68); font-size: 11px; transform: translateX(-50%); white-space: nowrap; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.intro { max-width: 900px; padding: 150px 0 135px; text-align: center; }
.intro p:last-child { max-width: 650px; margin: auto; color: #68594a; }
.ritual { padding: 0 0 145px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.compact { max-width: 650px; }
.ritual-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ritual-card { position: relative; min-height: 330px; padding: 36px; overflow: hidden; }
.ritual-card::after { position: absolute; right: -85px; bottom: -115px; width: 285px; height: 285px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .22; }
.morning { color: #362713; background: #ead8b4; }
.evening { color: #fbf5eb; background: #173424; }
.card-index { display: block; margin-bottom: 54px; font-family: var(--serif); font-size: 20px; }
.card-label { margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.ritual-card p:last-child { position: relative; z-index: 1; max-width: 360px; margin-bottom: 0; }
.disclaimer { margin: 19px 0 0; color: #6d6258; font-size: 12px; }

.product-focus { display: grid; grid-template-columns: 1fr 1fr; min-height: 670px; background: #113325; }
.focus-image { min-height: 560px; overflow: hidden; }
.focus-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .85; }
.focus-copy { align-self: center; max-width: 510px; padding: 68px 11%; color: #fffaf3; }
.focus-copy .eyebrow { color: #e7bf7c; }
.product-specs { margin: 38px 0 0; border-top: 1px solid rgba(255, 255, 255, .3); }
.product-specs div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.product-specs dt { color: #d7b178; font-size: 13px; font-weight: 800; }
.product-specs dd { margin: 0; font-size: 15px; }
.product-specs span { display: block; margin-top: 4px; color: rgba(255,255,255,.63); font-size: 11px; }

.confidence { padding: 145px 0; }
.confidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.confidence-grid article { min-height: 220px; padding: 28px 29px 20px 0; border-bottom: 1px solid var(--line); }
.confidence-grid article + article { padding-left: 29px; border-left: 1px solid var(--line); }
.confidence-grid span { display: block; margin-bottom: 36px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.confidence-grid h3 { font-size: 25px; }
.confidence-grid p { max-width: 290px; margin-bottom: 0; color: #64564a; font-size: 14px; }

.purchase { padding: 116px 8%; text-align: center; background: #dbbd8a; }
.purchase h2 { margin-bottom: 14px; }
.purchase > p:not(.eyebrow):not(.purchase-note) { margin-bottom: 28px; color: #5f452b; }
.purchase-note { margin: 18px 0 0; color: #765e45; font-size: 12px; }
footer { display: grid; grid-template-columns: 190px 1fr; gap: 35px; padding: 48px max(24px, calc((100% - 1180px) / 2)); color: #ecdfcc; background: #251a11; }
footer .wordmark { align-self: start; }
footer p { max-width: 650px; margin: 4px 0 0; color: rgba(236, 223, 204, .68); font-size: 12px; }

@media (max-width: 820px) {
  .site-header { top: 20px; width: calc(100% - 34px); }
  .header-cta { font-size: 11px; }
  .hero { display: block; min-height: auto; padding-top: 62px; }
  .hero::before { background: linear-gradient(180deg, rgba(248, 236, 211, .96) 0%, rgba(248, 236, 211, .65) 52%, rgba(248, 236, 211, .03) 100%); }
  .hero-copy { margin: 85px 26px 40px; }
  .desktop-break { display: none; }
  h1 { font-size: clamp(42px, 12vw, 56px); line-height: 1.22; }
  h2 { line-height: 1.25; }
  .hero-visual { min-height: 470px; }
  .hero-visual img { object-position: 60% center; }
  .hero-note { bottom: 10px; font-size: 9px; white-space: normal; text-align: center; }
  .intro { padding: 100px 0 90px; }
  .ritual { padding-bottom: 95px; }
  .ritual-grid, .product-focus, .confidence-grid { grid-template-columns: 1fr; }
  .ritual-card { min-height: 285px; }
  .focus-image { min-height: 420px; }
  .focus-copy { max-width: none; padding: 70px 28px; }
  .confidence { padding: 96px 0; }
  .confidence-grid article, .confidence-grid article + article { min-height: auto; padding: 26px 0; border-left: 0; }
  .confidence-grid span { margin-bottom: 20px; }
  .purchase { padding: 92px 26px; }
  footer { grid-template-columns: 1fr; gap: 12px; padding: 39px 24px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
