@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --bg: #f7f0e8;
  --fg: #3a241c;
  --muted: #7a6458;
  --card: #fffaf5;
  --primary: #8b2e3a;
  --primary-fg: #fff8f2;
  --hero: #4a1c24;
  --hero-fg: #f7efe6;
  --gold: #c9a36a;
  --line: #eadfd3;
  --shadow: 0 12px 40px rgba(58, 24, 28, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  background: var(--bg);
  color: var(--fg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, .serif { font-family: "Cormorant Garamond", Georgia, serif; }

.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-fg);
  font-weight: 600;
  font-size: 15px;
}
.btn:hover { filter: brightness(1.08); }
.btn-light { background: var(--hero-fg); color: var(--hero); }
.btn-ghost {
  background: transparent;
  color: var(--hero-fg);
  border: 1px solid rgba(255,255,255,.25);
}
.btn-store {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  width: 100%;
  max-width: 240px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  background: #111;
  color: #fff;
  text-align: left;
}
.btn-store small { display: block; opacity: .7; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.btn-store b { font-size: 16px; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  transition: background .25s, border-color .25s;
}
.header.scrolled {
  background: rgba(247,240,232,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.logo { display: flex; align-items: center; gap: 8px; font-size: 26px; }
.logo img { width: 32px; height: 32px; }
.nav { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.nav a { color: rgba(247,239,230,.78); }
.header.scrolled .nav a,
.header.scrolled .logo { color: var(--fg); }
.header .btn-head { height: 40px; padding: 0 16px; font-size: 14px; }
.header:not(.scrolled) .btn-head { background: var(--hero-fg); color: var(--hero); }
.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  font-size: 22px;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 16px 16px;
  background: var(--card);
}
.mobile-nav a { padding: 12px; border-radius: 12px; }
.mobile-nav.open { display: flex; }

.hero {
  position: relative;
  background: var(--hero);
  color: var(--hero-fg);
  overflow: hidden;
  padding: 120px 0 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("ornament.svg");
  background-size: 220px;
  opacity: .18;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 80px;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.05);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero h1 {
  margin: 20px 0 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  font-weight: 600;
}
.hero p.lead { max-width: 28rem; color: rgba(247,239,230,.75); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero .hint { color: rgba(247,239,230,.55); font-size: 14px; }

.phone {
  width: 280px;
  margin: 0 auto;
  position: relative;
}
.phone-frame {
  border: 10px solid #111;
  border-radius: 38px;
  overflow: hidden;
  background: #1a0b10;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,.55);
  position: relative;
  aspect-ratio: 9/19;
}
.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.phone-ui {
  position: absolute;
  inset: auto 0 0;
  padding: 96px 20px 24px;
  background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.4), transparent);
  color: #fff;
}
.chip {
  display: inline-flex;
  gap: 4px;
  background: rgba(255,255,255,.15);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
}
.phone-ui h3 { margin: 8px 0 6px; font-size: 30px; }
.phone-ui p { margin: 0; font-size: 14px; color: rgba(255,255,255,.8); }
.phone-acts { display: flex; justify-content: center; gap: 16px; margin-top: 16px; }
.phone-acts button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 18px;
}
.phone-acts .heart { width: 56px; height: 56px; background: var(--primary); }
.phone-acts .star { background: var(--gold); color: var(--hero); }

.stats {
  position: relative;
  border-top: 1px solid rgba(255,255,255,.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px 0;
}
.stats dt { font-family: "Cormorant Garamond", serif; font-size: 36px; color: var(--gold); }
.stats dd { margin: 4px 0 0; color: rgba(247,239,230,.6); font-size: 14px; }

.section { padding: 80px 0; }
.kicker { color: var(--primary); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.section h2 { margin: 10px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; }
.muted { color: var(--muted); line-height: 1.6; }

.grid-2 { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 48px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 1px 2px rgba(58,24,28,.04);
}
.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(139,46,58,.1);
  color: var(--primary);
  font-size: 20px;
}

.profiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.profile {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  isolation: isolate;
}
.profile img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.profile figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,.8), transparent);
  color: #fff;
}
.profile h3 { margin: 4px 0 0; font-size: 22px; }
.profile p { margin: 6px 0 0; font-size: 12px; color: rgba(255,255,255,.75); }
.like {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--primary);
  z-index: 1;
}

.steps { background: #f1e6db; }
.steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 48px 0 0; padding: 0; list-style: none; }
.steps li { background: var(--bg); border-radius: 24px; padding: 24px; }
.num { font-family: "Cormorant Garamond", serif; font-size: 36px; color: var(--gold); }

.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.stories blockquote { margin: 0; font-size: 20px; line-height: 1.35; }
.who { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }

.safety {
  background: var(--hero);
  color: var(--hero-fg);
  border-radius: 32px;
  padding: 56px 48px;
}
.safety .kicker { color: var(--gold); }
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.safety p { color: rgba(247,239,230,.7); }

.download-box {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 48px;
  box-shadow: var(--shadow);
}
.stores { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.qr {
  width: 144px;
  height: 144px;
  background: #fff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  margin-left: auto;
}

footer { border-top: 1px solid var(--line); padding: 48px 0 96px; }
.foot { display: flex; justify-content: space-between; gap: 32px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; color: var(--muted); }
.copy { font-size: 12px; color: var(--muted); margin-top: 40px; }

.sticky {
  display: none;
  position: fixed;
  inset: auto 0 0;
  z-index: 40;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  background: rgba(247,240,232,.95);
  border-top: 1px solid var(--line);
}
.sticky .btn { width: 100%; }

dialog {
  border: 0;
  border-radius: 20px;
  padding: 24px;
  width: min(420px, calc(100% - 32px));
  box-shadow: var(--shadow);
}
dialog::backdrop { background: rgba(0,0,0,.5); }
dialog h2 { margin: 0 0 8px; font-size: 28px; }
.x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

@media (max-width: 900px) {
  .nav, .btn-head { display: none; }
  .menu-btn { display: grid; place-items: center; color: var(--hero-fg); }
  .header.scrolled .menu-btn { color: var(--fg); }
  .hero-grid, .grid-2, .profiles, .steps ol, .stories, .safety-grid, .download-box, .stats, .foot {
    grid-template-columns: 1fr 1fr;
  }
  .download-box { padding: 28px; }
  .qr { margin: 0 auto; }
}
@media (max-width: 640px) {
  .hero-grid, .grid-2, .profiles, .steps ol, .stories, .safety-grid, .download-box, .stats, .foot {
    grid-template-columns: 1fr;
  }
  .profiles { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .sticky { display: block; }
  .hero { padding-top: 96px; }
}
