:root {
  --wine-900: #2a0f12;
  --wine-800: #3a1518;
  --wine-700: #4f1c20;
  --wine-600: #6e2a30;
  --wine-500: #8b3a40;
  --gold-500: #c9a961;
  --gold-400: #d8bd80;
  --leaf-700: #2d4a3e;
  --leaf-500: #4a6b5b;
  --cream-50: #faf6f0;
  --cream-100: #f3ece0;
  --cream-200: #e8dcc8;
  --ink-900: #1a1416;
  --ink-700: #3d3236;
  --ink-500: #6b5d62;
  --ink-300: #a89ba1;
  --line: rgba(58, 21, 24, 0.12);
  --line-strong: rgba(58, 21, 24, 0.22);
  --shadow-sm: 0 1px 2px rgba(42, 15, 18, 0.06), 0 2px 8px rgba(42, 15, 18, 0.04);
  --shadow-md: 0 4px 12px rgba(42, 15, 18, 0.08), 0 12px 32px rgba(42, 15, 18, 0.08);
  --shadow-lg: 0 12px 24px rgba(42, 15, 18, 0.12), 0 32px 64px rgba(42, 15, 18, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink-900);
  background: var(--cream-50);
  line-height: 1.55;
  font-size: 16px;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--wine-700);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: var(--wine-500);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 4px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--wine-800);
  color: var(--cream-50);
  padding: 8px 12px;
  z-index: 100;
}

.skip:focus {
  left: 16px;
  top: 16px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wine-800);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.brand:hover {
  color: var(--wine-700);
}

.brand-mark {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.brand-logo {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-logo-footer {
  width: 56px;
  height: 56px;
  border-radius: 10px;
}

.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
}

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.nav-links a {
  color: var(--ink-700);
  font-weight: 500;
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--wine-700);
}

.nav-cta {
  background: var(--wine-800);
  color: var(--cream-50);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, transform 0.15s ease;
}

.nav-cta:hover {
  background: var(--wine-700);
  color: var(--cream-50);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }
}

/* ---------- Section helpers ---------- */

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine-700);
  font-weight: 600;
  margin: 0 0 12px;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--wine-900);
  margin: 0 0 16px;
  line-height: 1.15;
}

h1 {
  font-size: clamp(38px, 5.5vw, 64px);
}

h2 {
  font-size: clamp(30px, 4vw, 44px);
}

h3 {
  font-size: 22px;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-lede {
  font-size: 18px;
  color: var(--ink-700);
  margin: 0;
}

/* ---------- Hero ---------- */

.hero {
  padding: 80px 0 96px;
  background: linear-gradient(
      180deg,
      var(--cream-50) 0%,
      var(--cream-100) 100%
    ),
    radial-gradient(
      80% 60% at 80% 0%,
      rgba(201, 169, 97, 0.12) 0%,
      transparent 60%
    );
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
      circle at 15% 30%,
      rgba(110, 42, 48, 0.05) 0,
      transparent 35%
    ),
    radial-gradient(circle at 85% 70%, rgba(45, 74, 62, 0.05) 0, transparent 35%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
  position: relative;
}

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero {
    padding: 56px 0 72px;
  }
}

.hero-copy h1 {
  margin-bottom: 20px;
}

.lede {
  font-size: 19px;
  color: var(--ink-700);
  margin: 0 0 32px;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.link-secondary {
  font-weight: 500;
  color: var(--wine-700);
  font-size: 15px;
}

.hero-meta {
  font-size: 14px;
  color: var(--ink-500);
  margin: 0;
}

/* "Coming soon" Play badge — disabled state */
.badge-coming-soon {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--wine-900);
  color: var(--cream-50);
  padding: 12px 22px;
  border-radius: 12px;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
  border: 1px solid var(--wine-700);
  box-shadow: var(--shadow-sm);
}

.badge-coming-soon::after {
  content: "Coming soon";
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--gold-500);
  color: var(--wine-900);
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.badge-eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 500;
}

.badge-store {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--serif);
  margin-top: 2px;
}

/* ---------- Hero art (phone mockup) ---------- */

.hero-art {
  display: flex;
  justify-content: center;
}

.phone {
  width: 280px;
  height: 560px;
  background: var(--wine-900);
  border-radius: 36px;
  padding: 12px;
  box-shadow: var(--shadow-lg);
  position: relative;
  transform: rotate(-2deg);
}

.phone::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.phone-screen {
  background: linear-gradient(180deg, var(--cream-50) 0%, var(--cream-100) 100%);
  border-radius: 26px;
  height: 100%;
  padding: 40px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
  object-position: top center;
}

.phone-bar {
  height: 36px;
  background: var(--wine-800);
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
}

.phone-bar::after {
  content: "Today";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-left: 16px;
  color: var(--cream-50);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
}

.phone-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 14px 14px 12px;
  box-shadow: 0 1px 2px rgba(42, 15, 18, 0.06);
  font-size: 12.5px;
  line-height: 1.4;
}

.phone-card strong {
  display: block;
  color: var(--wine-900);
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 13px;
}

.phone-card small {
  color: var(--ink-500);
  font-size: 11.5px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
}

.dot-amber {
  background: #c9881e;
  box-shadow: 0 0 0 4px rgba(201, 136, 30, 0.15);
}
.dot-green {
  background: #4a8b3a;
  box-shadow: 0 0 0 4px rgba(74, 139, 58, 0.15);
}
.dot-violet {
  background: #6e2a92;
  box-shadow: 0 0 0 4px rgba(110, 42, 146, 0.15);
}
.dot-rose {
  background: #b83a4a;
  box-shadow: 0 0 0 4px rgba(184, 58, 74, 0.15);
}

@media (max-width: 920px) {
  .phone {
    transform: rotate(0deg);
    width: 260px;
    height: 520px;
  }
}

/* ---------- Features ---------- */

.features {
  padding: 96px 0;
  background: var(--cream-50);
  border-top: 1px solid var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 980px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}

.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.feature:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--cream-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.feature p {
  margin: 0;
  color: var(--ink-700);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Screens ---------- */

.screens {
  padding: 96px 0;
  background: var(--cream-100);
  border-top: 1px solid var(--line);
}

.screens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

@media (max-width: 920px) {
  .screens-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    max-width: 420px;
    margin: 0 auto;
  }
}

.screen {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.phone-small {
  width: 240px;
  height: 480px;
  transform: rotate(0deg);
  padding: 10px;
  border-radius: 32px;
}

.phone-small::before {
  width: 60px;
  height: 5px;
}

.phone-small img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
}

.screen figcaption {
  max-width: 320px;
}

.screen figcaption h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.screen figcaption p {
  margin: 0;
  color: var(--ink-700);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Pricing ---------- */

.pricing {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 100%);
  border-top: 1px solid var(--line);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 920px) {
  .plan-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.plan h3 {
  font-size: 28px;
  margin: 0 0 8px;
}

.plan-price {
  margin: 0 0 6px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-price .amount {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 600;
  color: var(--wine-900);
  letter-spacing: -0.02em;
}

.plan-price .cadence {
  color: var(--ink-500);
  font-size: 15px;
}

.plan-tagline {
  margin: 0 0 24px;
  color: var(--ink-500);
  font-size: 14px;
}

.plan-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.plan-features li {
  position: relative;
  padding-left: 26px;
  color: var(--ink-700);
  font-size: 15px;
  line-height: 1.5;
}

.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: var(--cream-100);
  border-radius: 50%;
}

.plan-features li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 4px;
  border-left: 2px solid var(--leaf-700);
  border-bottom: 2px solid var(--leaf-700);
  transform: rotate(-45deg);
}

.plan-cta {
  display: inline-block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--wine-800);
  color: var(--wine-800);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.plan-cta:hover {
  background: var(--wine-800);
  color: var(--cream-50);
  transform: translateY(-1px);
}

.plan-cta-primary {
  background: var(--wine-800);
  color: var(--cream-50);
}

.plan-cta-primary:hover {
  background: var(--wine-700);
}

.plan-popular {
  border: 1px solid var(--wine-700);
  background: #fff;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.plan-flag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-500);
  color: var(--wine-900);
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}

.pricing-note {
  text-align: center;
  margin: 40px auto 0;
  max-width: 720px;
  font-size: 14px;
  color: var(--ink-500);
}

/* ---------- Get-the-app ---------- */

.get-app {
  padding: 96px 0;
  background: linear-gradient(160deg, var(--wine-800) 0%, var(--wine-900) 100%);
  color: var(--cream-50);
  position: relative;
  overflow: hidden;
}

.get-app::before,
.get-app::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
}

.get-app::before {
  background: var(--gold-500);
  width: 320px;
  height: 320px;
  top: -120px;
  left: -80px;
}

.get-app::after {
  background: var(--leaf-700);
  width: 380px;
  height: 380px;
  bottom: -160px;
  right: -100px;
}

.get-app-inner {
  position: relative;
  text-align: center;
  max-width: 720px;
}

.get-app .eyebrow {
  color: var(--gold-400);
}

.get-app h2 {
  color: var(--cream-50);
}

.get-app .section-lede {
  color: var(--cream-200);
  margin-bottom: 36px;
}

.store-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #000;
  color: #fff;
  padding: 14px 26px;
  border-radius: 12px;
  border: 1px solid #2c2c2c;
  position: relative;
  transition: transform 0.15s ease;
}

.store-badge:hover {
  transform: translateY(-1px);
  color: #fff;
}

.store-badge-disabled {
  opacity: 0.92;
  cursor: not-allowed;
  pointer-events: none;
}

.store-badge-disabled::after {
  content: "Coming soon";
  position: absolute;
  top: -12px;
  right: -12px;
  background: var(--gold-500);
  color: var(--wine-900);
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}

.store-glyph {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.store-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.store-eyebrow {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.store-name {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--serif);
}

.get-app-meta {
  margin: 0;
  color: var(--cream-200);
  font-size: 14px;
}

.get-app-meta a {
  color: var(--gold-400);
  border-bottom: 1px solid rgba(216, 189, 128, 0.3);
}

.get-app-meta a:hover {
  color: var(--gold-500);
}

/* ---------- FAQ ---------- */

.faq {
  padding: 96px 0;
  background: var(--cream-50);
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

details[open] {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}

summary {
  font-weight: 600;
  color: var(--wine-900);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  font-family: var(--serif);
  font-size: 24px;
  color: var(--wine-700);
  font-weight: 400;
  transition: transform 0.2s ease;
  line-height: 1;
}

details[open] summary::after {
  transform: rotate(45deg);
}

details p {
  margin: 12px 0 0;
  color: var(--ink-700);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Policy pages (privacy / terms / refunds) ---------- */

.policy-page {
  background: var(--cream-50);
  padding: 64px 0 96px;
  border-top: 1px solid var(--line);
}

.policy-content {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-700);
}

.policy-content h1 {
  font-size: clamp(32px, 4.5vw, 48px);
  margin-top: 8px;
  margin-bottom: 8px;
}

.policy-content h2 {
  font-size: 26px;
  color: var(--wine-900);
  margin-top: 48px;
  margin-bottom: 12px;
}

.policy-content h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--wine-800);
  letter-spacing: 0.01em;
  margin-top: 28px;
  margin-bottom: 8px;
}

.policy-content p,
.policy-content ul,
.policy-content ol,
.policy-content address {
  margin: 0 0 18px;
}

.policy-content ul,
.policy-content ol {
  padding-left: 1.4em;
}

.policy-content li {
  margin-bottom: 6px;
}

.policy-content li::marker {
  color: var(--wine-700);
}

.policy-content strong {
  color: var(--wine-900);
  font-weight: 600;
}

.policy-content a {
  color: var(--wine-700);
  text-decoration: underline;
  text-decoration-color: rgba(110, 42, 48, 0.35);
  text-underline-offset: 3px;
}

.policy-content a:hover {
  color: var(--wine-500);
  text-decoration-color: currentColor;
}

.policy-meta {
  background: var(--cream-100);
  border-left: 3px solid var(--gold-500);
  padding: 14px 18px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 14px;
  color: var(--ink-700);
}

.policy-intro {
  font-size: 18px;
  color: var(--ink-700);
}

.policy-content address {
  font-style: normal;
  background: var(--cream-100);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  display: inline-block;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--wine-900);
  color: var(--cream-200);
  padding: 64px 0 24px;
  font-size: 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(250, 246, 240, 0.1);
}

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.brand-footer {
  color: var(--cream-50);
}

.brand-footer:hover {
  color: var(--gold-400);
}

.footer-tag {
  margin: 12px 0 0;
  color: var(--cream-200);
  max-width: 280px;
  line-height: 1.5;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 540px) {
  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-nav h4 {
  font-family: var(--sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-400);
  margin: 0 0 14px;
  font-weight: 600;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  color: var(--cream-200);
}

.footer-nav a:hover {
  color: var(--cream-50);
}

.footer-nav a[aria-disabled="true"] {
  color: rgba(232, 220, 200, 0.4);
  pointer-events: none;
  cursor: not-allowed;
}

.footer-base {
  padding-top: 24px;
  color: var(--cream-200);
  opacity: 0.7;
  font-size: 13px;
  margin: 0;
}

.footer-base p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
