/* Aryss landing page */
:root {
  --sage: #A8AF93;
  --sage-deep: #7E8668;
  --sage-dark: #5E6B4C;
  --cream: #FBF6EC;
  --parchment: #F1E9D8;
  --paper: #F2ECDD;
  --terracotta: #C9784F;
  --terracotta-dark: #A15E3B;
  --olive: #3F4839;
  --muted: #6E7463;
  --midnight: #14171C;
  --white: #FFFFFF;
  --border: rgba(63, 72, 57, 0.16);
  --shadow: 0 24px 70px rgba(54, 57, 40, 0.16);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--olive);
  background: var(--cream);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: var(--cream); background: var(--terracotta); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed;
  top: 12px; left: 12px;
  padding: 10px 14px;
  background: var(--midnight);
  color: white;
  border-radius: 8px;
  transform: translateY(-150%);
  z-index: 9999;
}
.skip-link:focus { transform: none; }

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 246, 236, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(63, 72, 57, 0.08);
}
.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand img {
  width: 30px;
  height: 42px;
  object-fit: contain;
}
.brand span {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.brand em {
  color: var(--terracotta);
  font-style: italic;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav > a:not(.button) {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.site-nav > a:not(.button):hover { color: var(--terracotta-dark); }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.menu-button span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--olive);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--cream);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(161, 94, 59, 0.23);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--terracotta-dark);
  box-shadow: 0 16px 36px rgba(161, 94, 59, 0.3);
}
.button:active { transform: translateY(0) scale(.98); }
.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}
.button-secondary {
  background: transparent;
  color: var(--olive);
  border: 1px solid rgba(63,72,57,.24);
  box-shadow: none;
}
.button-secondary:hover {
  background: rgba(255,255,255,.55);
  color: var(--olive);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(201,120,79,.16), transparent 28%),
    radial-gradient(circle at 85% 25%, rgba(126,134,104,.24), transparent 26%),
    linear-gradient(140deg, #EDE7D8 0%, #D9D8C5 42%, #A8AF93 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
  padding: 95px 0 75px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sage-dark);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--terracotta);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(201,120,79,.13);
}
.hero h1 {
  margin: 20px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(55px, 6.1vw, 88px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.055em;
}
.hero h1 span {
  color: var(--terracotta-dark);
  font-style: italic;
}
.hero-lede {
  max-width: 650px;
  margin: 0;
  color: #565B4E;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 44px;
  padding-top: 25px;
  border-top: 1px solid rgba(63,72,57,.17);
}
.trust-row div { display: flex; flex-direction: column; gap: 5px; }
.trust-row strong { font-size: 13px; }
.trust-row span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}
.ambient-one {
  width: 430px; height: 430px;
  background: rgba(251,246,236,.58);
}
.ambient-two {
  width: 500px; height: 300px;
  background: rgba(201,120,79,.12);
  transform: rotate(-28deg);
}
.phone-shell {
  position: relative;
  z-index: 2;
  width: 318px;
  height: 650px;
  padding: 11px;
  background: #10120E;
  border-radius: 45px;
  box-shadow: 0 40px 90px rgba(37,42,30,.38), inset 0 1px 0 rgba(255,255,255,.14);
  transform: rotate(2deg);
}
.phone-camera {
  position: absolute;
  z-index: 5;
  top: 19px; left: 50%;
  width: 105px; height: 22px;
  transform: translateX(-50%);
  background: #10120E;
  border-radius: 0 0 15px 15px;
}
.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
  padding: 17px 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .35s ease, color .35s ease;
}
.theme-sage {
  --app-bg: #A8AF93;
  --app-surface: #FBF6EC;
  --app-surface-2: #F1E9D8;
  --app-text: #3F4839;
  --app-muted: #6E7463;
  --app-accent: #C9784F;
  --app-border: rgba(63,72,57,.14);
  --app-shadow: 0 12px 24px rgba(58,58,38,.14);
  background: var(--app-bg);
  color: var(--app-text);
}
.theme-midnight {
  --app-bg: #14171C;
  --app-surface: #1E232A;
  --app-surface-2: #272D35;
  --app-text: #EDEAE1;
  --app-muted: #93998F;
  --app-accent: #E08A5B;
  --app-border: rgba(237,234,225,.1);
  --app-shadow: 0 12px 28px rgba(0,0,0,.35);
  background: var(--app-bg);
  color: var(--app-text);
}
.theme-paper {
  --app-bg: #F2ECDD;
  --app-surface: #FFFFFF;
  --app-surface-2: #F8F3E7;
  --app-text: #33352A;
  --app-muted: #7C7F6C;
  --app-accent: #C1663E;
  --app-border: rgba(51,53,42,.12);
  --app-shadow: 0 12px 26px rgba(70,62,41,.1);
  background: var(--app-bg);
  color: var(--app-text);
}
.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0 5px 1px;
  font-size: 10px;
  font-weight: 700;
}
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}
.shop-id { display: flex; align-items: center; gap: 8px; }
.shop-id img { width: 25px; height: 37px; object-fit: contain; }
.shop-id div { display: flex; flex-direction: column; }
.mini-kicker {
  color: var(--app-muted);
  font-size: 7px;
  letter-spacing: .1em;
  font-weight: 800;
}
.shop-id strong { font-family: var(--font-display); font-size: 15px; }
.sync-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  background: var(--app-surface);
  border: 1px solid var(--app-border);
  border-radius: 999px;
  color: var(--app-muted);
  font-size: 8px;
  font-weight: 700;
}
.sync-status i { width: 5px; height: 5px; border-radius: 50%; background: #6A8257; }

.dashboard-card {
  background: var(--app-surface);
  border: 1px solid var(--app-border);
  border-radius: 18px;
  box-shadow: var(--app-shadow);
}
.sales-card {
  padding: 17px;
  transition: box-shadow .4s ease, transform .4s ease;
}
.sales-card span, .mini-card span, .recent-card > div > span {
  color: var(--app-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sales-card strong {
  display: block;
  margin: 4px 0 1px;
  font-family: var(--font-display);
  font-size: 30px;
}
.sales-card small { color: #657D54; font-size: 9px; font-weight: 700; }
.sales-card.celebrate {
  box-shadow: 0 0 0 3px rgba(201,120,79,.32), 0 16px 35px rgba(201,120,79,.25);
  transform: translateY(-2px);
}
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-card { padding: 13px 15px; }
.mini-card strong {
  display: block;
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 21px;
}
.recent-card {
  padding: 13px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recent-card > div { display: flex; flex-direction: column; }
.recent-card strong { margin-top: 3px; font-size: 11px; }
.recent-card small { margin-top: 3px; color: var(--app-muted); font-size: 8px; }
.sale-badge {
  padding: 5px 7px;
  background: rgba(201,120,79,.15);
  color: var(--app-accent);
  border-radius: 8px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .08em;
}
.widget-tile {
  position: relative;
  min-height: 115px;
  padding: 15px;
  overflow: hidden;
  background: var(--app-surface-2);
  border: 1px solid var(--app-border);
  border-radius: 20px;
}
.widget-tile > span { display: block; font-size: 7px; letter-spacing: .08em; font-weight: 800; color: var(--app-muted); }
.widget-tile > strong { display: block; margin-top: 12px; font-family: var(--font-display); font-size: 25px; }
.widget-tile > small { display: block; font-size: 7px; color: var(--app-muted); font-weight: 800; }
.widget-tile img {
  position: absolute;
  width: 45px;
  right: 15px;
  bottom: -8px;
  opacity: .75;
}
.phone-nav {
  margin-top: auto;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  border-top: 1px solid var(--app-border);
}
.phone-nav span {
  color: var(--app-muted);
  font-size: 8px;
  font-weight: 700;
}
.phone-nav .active { color: var(--app-accent); }
.sale-toast {
  position: absolute;
  z-index: 10;
  left: 18px; right: 18px;
  top: 66px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid var(--app-border);
  border-radius: 16px;
  background: var(--app-surface);
  box-shadow: 0 18px 34px rgba(45,45,30,.25);
  opacity: 0;
  transform: translateY(-18px) scale(.97);
  pointer-events: none;
}
.sale-toast img { width: 24px; height: 35px; object-fit: contain; }
.sale-toast div { display: flex; flex-direction: column; }
.sale-toast strong { font-size: 11px; }
.sale-toast span { color: var(--app-muted); font-size: 8px; margin-top: 2px; }
.sale-toast.show { animation: saleToast 3.4s ease forwards; }
@keyframes saleToast {
  0% { opacity: 0; transform: translateY(-18px) scale(.97); }
  12%, 78% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-8px) scale(.98); }
}
.confetti-layer { position: absolute; inset: 0; pointer-events: none; z-index: 9; overflow: hidden; }
.confetti {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--app-accent);
  animation: confetti 900ms ease-out forwards;
}
@keyframes confetti {
  to {
    transform: translate(var(--x), var(--y)) rotate(var(--r));
    opacity: 0;
  }
}
.bunny-bounce { animation: bunnyBounce .65s ease; }
@keyframes bunnyBounce {
  0%,100% { transform: translateY(0); }
  35% { transform: translateY(-8px) rotate(-3deg); }
  65% { transform: translateY(-3px) rotate(2deg); }
}
.floating-widget {
  position: absolute;
  z-index: 3;
  background: rgba(251,246,236,.9);
  border: 1px solid rgba(63,72,57,.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.float-small {
  left: 0;
  top: 165px;
  width: 110px;
  height: 110px;
  padding: 16px;
  border-radius: 25px;
  transform: rotate(-6deg);
}
.float-small span, .float-wide span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.float-small strong { display: block; margin: 8px 0 2px; font-family: var(--font-display); font-size: 25px; }
.float-small small { color: var(--muted); font-size: 9px; }
.float-wide {
  right: -25px;
  bottom: 130px;
  min-width: 175px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border-radius: 19px;
  transform: rotate(5deg);
}
.float-wide img { width: 26px; height: 38px; object-fit: contain; }
.float-wide div { display: flex; flex-direction: column; }
.float-wide strong { color: var(--terracotta-dark); font-size: 15px; margin-top: 2px; }

.marquee {
  overflow: hidden;
  background: var(--olive);
  color: var(--cream);
  border-block: 1px solid rgba(255,255,255,.08);
}
.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
}
.marquee-track i { color: var(--terracotta); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.section-heading {
  max-width: 720px;
  margin-bottom: 55px;
}
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .widget-copy h2, .celebration-copy h2, .beta-copy h2, .faq-heading h2 {
  margin: 16px 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.04em;
  font-weight: 600;
}
.section-heading p, .widget-copy > p, .celebration-copy > p, .beta-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  position: relative;
  min-height: 320px;
  padding: 30px;
  background: var(--parchment);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px; height: 210px;
  border-radius: 50%;
  background: rgba(168,175,147,.35);
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: var(--cream);
  color: var(--terracotta-dark);
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(63,72,57,.08);
}
.feature-card h3 {
  position: relative;
  z-index: 1;
  margin: 60px 0 12px;
  font-family: var(--font-display);
  font-size: 27px;
  line-height: 1.15;
}
.feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.widget-section { background: var(--sage); }
.widget-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.check-list {
  display: grid;
  gap: 15px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 600;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  background: var(--cream);
  color: var(--terracotta-dark);
  border-radius: 50%;
  font-size: 11px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--terracotta-dark);
  font-weight: 800;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.widget-showcase {
  min-height: 600px;
  position: relative;
}
.widget-demo {
  position: absolute;
  background: var(--cream);
  border: 1px solid rgba(63,72,57,.13);
  box-shadow: 0 26px 65px rgba(54,57,40,.22);
  overflow: hidden;
}
.widget-1x1 {
  left: 0;
  top: 80px;
  width: 165px;
  height: 165px;
  padding: 22px;
  border-radius: 36px;
  transform: rotate(-7deg);
}
.widget-1x1 span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.widget-1x1 strong { display: block; margin-top: 12px; font-family: var(--font-display); font-size: 40px; }
.widget-1x1 img { position: absolute; width: 47px; right: 14px; bottom: -8px; opacity: .65; }
.widget-2x2 {
  right: 10px;
  top: 0;
  width: 300px;
  height: 300px;
  padding: 28px;
  border-radius: 48px;
  transform: rotate(4deg);
}
.widget-head { display: flex; justify-content: space-between; align-items: center; }
.widget-head span { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.widget-head i { width: 7px; height: 7px; border-radius: 50%; background: #6B8455; }
.widget-2x2 > strong { display: block; margin-top: 54px; font-family: var(--font-display); font-size: 53px; }
.widget-2x2 > small { color: var(--muted); }
.widget-2x2 svg { width: 100%; height: 58px; margin-top: 20px; }
.widget-2x2 path { fill: none; stroke: var(--terracotta); stroke-width: 4; stroke-linecap: round; }
.widget-4x1 {
  left: 40px;
  top: 320px;
  width: 400px;
  min-height: 120px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 30px;
  transform: rotate(2deg);
}
.widget-4x1 img { width: 43px; height: 63px; object-fit: contain; }
.widget-4x1 div { display: flex; flex-direction: column; flex: 1; }
.widget-4x1 span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.widget-4x1 strong { margin-top: 5px; font-size: 14px; }
.widget-4x1 b { color: var(--terracotta-dark); font-family: var(--font-display); font-size: 28px; }
.widget-4x2 {
  right: -30px;
  bottom: 0;
  width: 420px;
  min-height: 220px;
  padding: 28px;
  border-radius: 42px;
  transform: rotate(-4deg);
}
.big-stat { margin-top: 25px; display: flex; align-items: baseline; gap: 8px; }
.big-stat strong { font-family: var(--font-display); font-size: 48px; }
.big-stat small { color: var(--muted); }
.split-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}
.split-stats span {
  padding: 12px;
  background: var(--parchment);
  border-radius: 14px;
  color: var(--muted);
  font-size: 10px;
}
.split-stats b { display: block; color: var(--olive); font-size: 16px; }

.themes-section { background: var(--paper); }
.theme-controls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.theme-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}
.theme-button.active {
  background: var(--olive);
  color: var(--cream);
  border-color: var(--olive);
}
.theme-dots { display: flex; gap: 3px; }
.theme-dots i { width: 8px; height: 8px; border-radius: 50%; }
.theme-button[data-theme="sage"] .theme-dots i:nth-child(1) { background:#A8AF93; }
.theme-button[data-theme="sage"] .theme-dots i:nth-child(2) { background:#FBF6EC; }
.theme-button[data-theme="sage"] .theme-dots i:nth-child(3) { background:#C9784F; }
.theme-button[data-theme="midnight"] .theme-dots i:nth-child(1) { background:#14171C; }
.theme-button[data-theme="midnight"] .theme-dots i:nth-child(2) { background:#1E232A; }
.theme-button[data-theme="midnight"] .theme-dots i:nth-child(3) { background:#E08A5B; }
.theme-button[data-theme="paper"] .theme-dots i:nth-child(1) { background:#F2ECDD; border:1px solid #ccc; }
.theme-button[data-theme="paper"] .theme-dots i:nth-child(2) { background:#FFFFFF; border:1px solid #ccc; }
.theme-button[data-theme="paper"] .theme-dots i:nth-child(3) { background:#C1663E; }

.theme-preview {
  min-height: 410px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 80px;
  padding: 70px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 48px;
  box-shadow: var(--shadow);
}
.theme-copy > span {
  color: var(--terracotta-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.theme-copy h3 {
  margin: 18px 0 14px;
  font-family: var(--font-display);
  font-size: 38px;
  line-height: 1.1;
}
.theme-copy p { color: var(--muted); line-height: 1.7; }
.theme-widget {
  width: min(100%, 460px);
  min-height: 260px;
  margin-left: auto;
  padding: 28px;
  border: 1px solid var(--app-border);
  border-radius: 42px;
  box-shadow: 0 28px 60px rgba(42,43,31,.2);
  transition: background .35s ease, color .35s ease;
}
.theme-widget-top, .theme-widget-bottom { display:flex; justify-content:space-between; align-items:center; }
.theme-widget-top span { color: var(--app-muted); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.theme-widget-top i { width:8px;height:8px;border-radius:50%;background:#6A8257; }
.theme-widget > strong { display: block; margin-top: 58px; font-family: var(--font-display); font-size: 55px; }
.theme-widget > small { color: var(--app-muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.theme-widget-bottom { margin-top: 28px; }
.theme-widget-bottom span { color: var(--app-accent); font-weight: 800; }
.theme-widget-bottom img { width: 36px; height: 53px; object-fit: contain; }

.celebration-section { background: var(--cream); }
.celebration-card {
  min-height: 470px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding: 60px 80px;
  background:
    radial-gradient(circle at 20% 40%, rgba(201,120,79,.16), transparent 34%),
    var(--parchment);
  border: 1px solid var(--border);
  border-radius: 54px;
  overflow: hidden;
}
.celebration-art {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}
.bunny-halo {
  position: absolute;
  width: 260px; height: 260px;
  background: var(--sage);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(168,175,147,.22), 0 0 0 48px rgba(168,175,147,.1);
}
.celebration-art img { position: relative; width: 115px; z-index: 1; }
.sparkle { position:absolute; color:var(--terracotta); font-size:28px; z-index:2; }
.sparkle-one { left:20%; top:25%; }
.sparkle-two { right:19%; top:36%; font-size:20px; }
.sparkle-three { right:28%; bottom:23%; font-size:38px; }
.celebration-copy .button { margin-top: 14px; }

.beta-section {
  background: var(--olive);
  color: var(--cream);
}
.beta-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.beta-copy .eyebrow { color: #BFC7AE; }
.beta-copy > p { color: #C9CCBE; }
.beta-points { display: grid; gap: 14px; margin-top: 34px; }
.beta-points div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.beta-points span {
  display: grid; place-items: center;
  width: 35px; height: 35px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(201,120,79,.18);
  color: #E3A17D;
  font-family: var(--font-display);
  font-weight: 700;
}
.beta-points p { margin: 0; color: #E8E8DF; font-weight: 600; }

.waitlist-form {
  padding: 36px;
  background: var(--cream);
  color: var(--olive);
  border-radius: 34px;
  box-shadow: 0 30px 70px rgba(0,0,0,.25);
}
.form-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}
.form-heading img { width: 35px; height: 52px; object-fit: contain; }
.form-heading div { display: flex; flex-direction: column; }
.form-heading span { font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.form-heading small { color: var(--muted); margin-top: 3px; }
.waitlist-form > label {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 800;
}
.waitlist-form label span { color: var(--muted); font-weight: 500; }
.waitlist-form input[type="text"],
.waitlist-form input[type="email"],
.waitlist-form input[type="url"] {
  width: 100%;
  min-height: 51px;
  margin-top: 7px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: var(--white);
  color: var(--olive);
  outline: none;
}
.waitlist-form input:focus { border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(201,120,79,.12); }
.waitlist-form fieldset {
  margin: 22px 0 18px;
  padding: 0;
  border: 0;
}
.waitlist-form legend { margin-bottom: 10px; font-size: 12px; font-weight: 800; }
.radio-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
}
.radio-row input { accent-color: var(--terracotta); }
.waitlist-form .button { width: 100%; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.hidden-field { display: none; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 115px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary {
  position: relative;
  padding: 25px 46px 25px 0;
  list-style: none;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after {
  content:"+";
  position:absolute;
  right:4px; top:22px;
  font-family:var(--font-body);
  color:var(--terracotta);
  font-size:25px;
  transition: transform .2s ease;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: -5px 0 25px; color: var(--muted); line-height: 1.75; }

footer { padding: 58px 0 28px; background: #24271E; color: #E8E8DF; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 30px;
}
.footer-brand img { filter: brightness(1.8); }
.footer-grid > p { margin:0; color:#AEB3A3; text-align:center; }
.footer-links { display:flex; justify-content:flex-end; gap:22px; }
.footer-links a { color:#C9CCBE; text-decoration:none; font-size:13px; }
.legal-line {
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:35px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  color:#858A7C;
  font-size:10px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view { opacity:1; transform:none; }
.reveal-delay { transition-delay: .12s; }

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(201,120,79,.18), transparent 25%),
    linear-gradient(145deg, var(--paper), var(--sage));
}
.thanks-card {
  width: min(620px, 100%);
  padding: 55px;
  text-align:center;
  background:var(--cream);
  border:1px solid var(--border);
  border-radius:40px;
  box-shadow:var(--shadow);
}
.thanks-card img { width:85px; margin:0 auto 22px; }
.thanks-card h1 { margin:0; font-family:var(--font-display); font-size:48px; }
.thanks-card p { color:var(--muted); line-height:1.7; margin:18px 0 28px; }

.privacy-page { background:var(--paper); }
.legal-shell { width:min(820px, calc(100% - 40px)); margin:0 auto; padding:80px 0; }
.legal-shell h1 { font-family:var(--font-display); font-size:52px; }
.legal-shell h2 { margin-top:36px; font-family:var(--font-display); }
.legal-shell p, .legal-shell li { color:var(--muted); line-height:1.8; }
.legal-shell .brand { margin-bottom:50px; }

@media (max-width: 980px) {
  .hero-grid, .widget-layout, .theme-preview, .celebration-card, .beta-grid, .faq-layout {
    grid-template-columns: 1fr;
  }
  .hero-copy { text-align:center; }
  .hero-lede { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .trust-row { text-align:left; }
  .hero-visual { min-height:700px; }
  .widget-layout { gap:40px; }
  .widget-showcase { width:min(620px,100%); margin-inline:auto; }
  .theme-preview { gap:40px; padding:45px; }
  .theme-widget { margin-inline:auto; }
  .celebration-card { padding:55px; }
  .beta-grid { gap:45px; }
  .faq-layout { gap:40px; }
  .faq-heading { position:static; }
}

@media (max-width: 760px) {
  .shell { width:min(100% - 28px, 1180px); }
  .menu-button { display:flex; }
  .site-nav {
    position:absolute;
    top:66px;
    left:14px; right:14px;
    display:none;
    padding:18px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:rgba(251,246,236,.98);
    border:1px solid var(--border);
    border-radius:20px;
    box-shadow:var(--shadow);
  }
  .site-nav.open { display:flex; }
  .site-nav > a:not(.button) { padding:13px 8px; }
  .site-nav .button { margin-top:9px; }
  .hero { min-height:auto; }
  .hero-grid { padding:70px 0 55px; }
  .hero h1 { font-size:clamp(47px,14vw,68px); }
  .hero-lede { font-size:16px; }
  .trust-row { grid-template-columns:1fr; gap:13px; }
  .hero-visual { min-height:610px; transform:scale(.9); margin:-30px 0 -25px; }
  .phone-shell { width:300px; height:620px; }
  .float-small { left:-10px; }
  .float-wide { right:-10px; }
  .section { padding:78px 0; }
  .section-heading h2, .widget-copy h2, .celebration-copy h2, .beta-copy h2, .faq-heading h2 { font-size:40px; }
  .feature-grid { grid-template-columns:1fr; }
  .feature-card { min-height:260px; }
  .feature-card h3 { margin-top:45px; }
  .widget-showcase { min-height:650px; transform:scale(.83); transform-origin:top center; margin-bottom:-95px; }
  .widget-2x2 { right:0; }
  .widget-4x2 { right:0; }
  .theme-preview { padding:30px; border-radius:34px; }
  .celebration-card { padding:35px 25px; border-radius:36px; }
  .celebration-art { min-height:300px; }
  .waitlist-form { padding:25px; }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-brand { justify-content:center; }
  .footer-links { justify-content:center; }
  .legal-line { flex-direction:column; text-align:center; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction:column; }
  .hero-actions .button { width:100%; }
  .hero-visual { transform:scale(.78); margin:-65px 0 -70px; }
  .theme-controls { flex-direction:column; }
  .theme-button { justify-content:center; }
  .theme-preview { padding:24px; }
  .theme-copy h3 { font-size:31px; }
  .theme-widget { min-height:230px; padding:23px; }
  .theme-widget > strong { font-size:45px; margin-top:45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
  .reveal { opacity:1; transform:none; }
}
