:root {
  --bg: #0f0c0d;
  --bg2: #171113;
  --panel: rgba(255,255,255,.06);
  --panel-border: rgba(255,255,255,.08);
  --text: #f3ece9;
  --muted: #b7aaa2;
  --accent: #f3ebe5;
  --accent-2: #c18c67;
  --shadow: 0 28px 70px rgba(0,0,0,.34);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(193,140,103,.08), transparent 28%),
    radial-gradient(circle at left bottom, rgba(255,255,255,.04), transparent 18%),
    linear-gradient(180deg, #0c090a 0%, #120d10 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.grain {
  position: fixed; inset: 0; pointer-events: none; opacity: .055;
  background-image: radial-gradient(#fff 0.35px, transparent 0.35px);
  background-size: 4px 4px;
}
.topbar {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(12px);
  background: linear-gradient(180deg, rgba(13,10,11,.82), rgba(13,10,11,.54));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 0;
}
.brand { display:flex; align-items:center; gap:10px; }
.brand-dot {
  width: 12px; height: 12px; border-radius: 999px; background: var(--accent-2);
  box-shadow: 0 0 24px rgba(193,140,103,.55);
}
.brand-name {
  font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: .18em; font-size: 14px;
}
.nav { display:flex; gap: 22px; color: var(--muted); }
.nav a { font-size: 14px; }
.nav a:hover { color: var(--text); }
.header-actions { display:flex; gap: 10px; }
.header-btn, .cta, .copy-btn, .small-btn {
  transition: .18s ease; border: 1px solid rgba(255,255,255,.09);
}
.header-btn {
  padding: 11px 16px; border-radius: 12px; background: rgba(255,255,255,.04); font-weight: 800; font-size: 13px;
}
.header-btn.primary {
  background: linear-gradient(180deg, #f1ece8, #d2b8a8); color: #111;
}
.header-btn:hover, .cta:hover, .copy-btn:hover, .small-btn:hover { transform: translateY(-2px); }
.hero {
  display:grid; grid-template-columns: 1.06fr .94fr; gap: 34px; align-items: center; padding: 70px 0 36px;
}
.eyebrow, .section-tag {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #d8bda9;
}
.hero h1 {
  margin: 12px 0 0; line-height: .92; font-size: clamp(60px, 10vw, 118px); font-weight: 900;
  letter-spacing: -.05em;
}
.hero h1 span { color: #f3ebe5; }
.hero-text {
  margin: 18px 0 24px; color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 620px;
}
.hero-text strong { color: var(--text); }
.hero-actions { display:flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
.cta {
  display:inline-flex; align-items:center; justify-content:center; padding: 15px 22px; border-radius: 16px; font-weight: 900;
}
.cta.primary { background: linear-gradient(180deg, #f2ece8, #d4b9a9); color:#111; }
.cta.ghost { background: rgba(255,255,255,.04); }
.mini-tape {
  display:flex; flex-wrap: wrap; gap: 10px 14px; align-items:center; padding: 14px 16px; border-radius: 16px;
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); color: var(--muted); font-size: 13px;
}
.mini-tape strong { color: var(--text); font-size: 12px; letter-spacing: .08em; }
.sep { width:1px; height: 16px; background: rgba(255,255,255,.12); }
.hero-visual { display:grid; gap: 18px; }
.portrait-card, .mood-card, .ca-box, .panel, .banner-shell, .step-card, .final-cta-box {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
}
.portrait-card {
  position:relative; border-radius: 30px; overflow:hidden; padding: 16px;
}
.portrait-card::before {
  content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 55%); pointer-events:none;
}
.portrait-card img {
  width:100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 22px; filter: saturate(.92) contrast(1.02);
}
.portrait-badge {
  position:absolute; left:30px; bottom:28px; padding: 10px 14px; border-radius: 999px;
  background: rgba(15,12,13,.82); border: 1px solid rgba(255,255,255,.1); font-weight: 800; text-transform: lowercase;
}
.mood-card {
  border-radius: 22px; padding: 18px 20px;
}
.mood-label { font-size: 12px; letter-spacing: .18em; color:#d8bda9; }
.mood-number {
  margin-top: 8px; font-size: 72px; line-height: .95; font-weight: 900;
}
.mood-caption { color: var(--muted); }
.gate-row {
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 16px 0 10px;
}
.gate {
  min-height: 148px; border-radius: 24px; padding: 22px; display:flex; flex-direction:column; justify-content:flex-end; gap: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03)); border:1px solid rgba(255,255,255,.07);
  position:relative; overflow:hidden;
}
.gate::after {
  content:''; position:absolute; inset:auto -15% -30% auto; width:130px; height:130px; border-radius:50%;
  background: rgba(255,255,255,.05); filter: blur(8px);
}
.gate strong { font-size: 44px; font-weight: 900; letter-spacing: -.04em; }
.gate small { font-size: 11px; letter-spacing: .18em; color: #d8bda9; }
.gate span { color: var(--muted); }
.gate-accent { background: linear-gradient(180deg, rgba(244,236,231,.12), rgba(193,140,103,.08)); }
.ca-wrap { padding: 16px 0; }
.ca-box {
  border-radius: 24px; padding: 22px; display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.ca-text {
  margin-top: 8px; font-size: 15px; font-weight: 700; word-break: break-all;
}
.copy-btn {
  padding: 15px 18px; border-radius: 16px; cursor:pointer; background: linear-gradient(180deg, #f2ece8, #d4b9a9); color:#111; font-weight: 900;
}
.banner-section { padding: 12px 0 8px; }
.banner-shell { border-radius: 26px; overflow:hidden; }
.banner-img { width:100%; border-radius: 26px; }
.content-grid {
  padding: 24px 0 10px; display:grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px;
}
.panel {
  border-radius: 24px; padding: 22px;
}
.panel-large { grid-row: span 2; }
.panel h2, .panel h3, .section-head h2, .final-cta-box h2 { margin: 10px 0 12px; }
.panel h2, .section-head h2, .final-cta-box h2 { font-size: clamp(28px, 3vw, 42px); }
.panel h3 { font-size: 22px; }
.panel p { margin:0; line-height: 1.75; color: var(--muted); }
.ritual-section { padding: 34px 0 14px; }
.section-head { margin-bottom: 18px; }
.steps { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card {
  border-radius: 24px; padding: 22px;
}
.step-num {
  width: 42px; height: 42px; display:grid; place-items:center; border-radius: 999px; font-weight: 900;
  background: rgba(193,140,103,.16); color: #f0d7c6;
}
.step-card h3 { margin: 16px 0 10px; font-size: 22px; }
.step-card p { margin:0; line-height: 1.75; color: var(--muted); }
.final-cta { padding: 24px 0 48px; }
.final-cta-box {
  border-radius: 26px; padding: 24px; display:flex; align-items:center; justify-content:space-between; gap: 16px;
}
.footer-actions { display:flex; gap: 12px; flex-wrap: wrap; }
.small-btn {
  padding: 13px 18px; border-radius: 14px; background: rgba(255,255,255,.04); font-weight: 900;
}
.footer {
  display:flex; justify-content:space-between; gap: 12px; padding: 0 0 28px; color: var(--muted); font-size: 14px;
}
.toast {
  position: fixed; left:50%; bottom: 22px; transform: translateX(-50%) translateY(12px); opacity:0; pointer-events:none;
  background: rgba(15,12,13,.96); color:#fff; border:1px solid rgba(255,255,255,.1); padding: 12px 16px; border-radius: 999px; transition: .2s ease; z-index: 40;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .gate-row, .content-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .panel-large { grid-row: auto; grid-column: span 2; }
}
@media (max-width: 760px) {
  .topbar-inner { flex-wrap: wrap; }
  .nav { width:100%; order: 3; overflow:auto; white-space: nowrap; padding-bottom: 2px; }
  .header-actions { width:100%; }
  .header-actions .header-btn { flex:1; text-align:center; }
  .hero { padding-top: 34px; }
  .hero-text { font-size: 16px; }
  .gate-row, .content-grid, .steps { grid-template-columns: 1fr; }
  .panel-large { grid-column: auto; }
  .ca-box, .final-cta-box, .footer { flex-direction: column; align-items: flex-start; }
  .copy-btn { width:100%; }
}
