:root {
  --plum: #332638;
  --plum-2: #49384f;
  --coral: #d9897e;
  --coral-soft: #efd0ca;
  --ivory: #faf7f2;
  --paper: #fffdf9;
  --lilac: #c9beda;
  --sage: #aab8a1;
  --ink-soft: #756a79;
  --line: rgba(51, 38, 56, .12);
  --shadow: 0 28px 70px rgba(51, 38, 56, .14);
  --font: "Avenir Next", Avenir, "Segoe UI", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--plum); background: var(--ivory); font-family: var(--font); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
button, a { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--plum); color: white; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; z-index: 20; width: 100%; top: 0; }
.nav-wrap { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: .92rem; font-weight: 600; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 21px; border: 1px solid var(--plum); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--plum); color: white; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 2px; width: 24px; margin: 6px auto; background: var(--plum); transition: .2s ease; }

.hero { position: relative; min-height: 860px; padding: 170px 0 90px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: var(--coral-soft); opacity: .28; filter: blur(2px); right: -180px; top: 80px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 35px; }
.eyebrow, .kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 26px; }
.eyebrow > span { width: 28px; height: 2px; background: var(--coral); }
h1 { font-size: clamp(4rem, 6vw, 6.2rem); line-height: .98; letter-spacing: -.055em; margin: 0 0 30px; font-weight: 650; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0 0 36px; color: var(--ink-soft); font-size: 1.16rem; line-height: 1.75; }
.store-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.store-badge { min-width: 182px; height: 62px; border: 0; border-radius: 15px; background: var(--plum); color: white; display: flex; align-items: center; justify-content: flex-start; gap: 11px; padding: 9px 19px; cursor: pointer; text-align: left; box-shadow: 0 10px 24px rgba(51,38,56,.12); transition: transform .2s ease, background .2s ease; }
.store-badge:hover { transform: translateY(-3px); background: var(--plum-2); }
.store-badge svg { width: 26px; height: 26px; fill: currentColor; flex: 0 0 auto; }
.store-badge span { display: grid; line-height: 1.05; }
.store-badge small { font-size: .67rem; opacity: .75; margin-bottom: 3px; }
.store-badge strong { font-size: 1.06rem; font-weight: 650; }
.launch-note { margin: 23px 0 0; color: var(--ink-soft); font-size: .87rem; display: flex; align-items: center; gap: 9px; }
.pulse { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 6px rgba(217,137,126,.16); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(217,137,126,0); } }

.hero-visual { position: relative; height: 640px; display: grid; place-items: center; }
.phone { position: relative; z-index: 4; width: 314px; height: 628px; border-radius: 48px; background: #171419; padding: 9px; box-shadow: 0 42px 80px rgba(51,38,56,.24), inset 0 0 0 1px #4c4650; transform: rotate(2.4deg); }
.phone-frame { width: 100%; height: 100%; padding: 5px; border-radius: 41px; background: #09080a; position: relative; }
.phone-island { position: absolute; z-index: 5; width: 100px; height: 26px; border-radius: 16px; background: #080709; left: 50%; top: 12px; transform: translateX(-50%); }
.phone-screen { position: relative; height: 100%; border-radius: 37px; overflow: hidden; background: var(--paper); padding: 44px 18px 68px; }
.app-topbar { height: 36px; display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; font-size: .76rem; font-weight: 700; }
.app-topbar img { width: 23px; }
.app-topbar span { text-align: center; }
.app-topbar button { border: 0; background: transparent; font-size: 1.4rem; position: relative; }
.notification-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); right: 7px; top: 2px; }
.event-card { min-height: 141px; margin-top: 13px; padding: 21px; border-radius: 23px; background: var(--plum); color: white; display: flex; justify-content: space-between; align-items: center; position: relative; overflow: hidden; }
.event-card::after { content:""; width: 110px; height: 110px; border: 17px solid var(--lilac); border-radius: 50%; position: absolute; right: -63px; top: -45px; opacity: .3; }
.event-card small { color: var(--coral-soft); font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }
.event-card h2 { font-size: 1.25rem; margin: 7px 0 3px; letter-spacing: -.03em; }
.event-card p { margin: 0; font-size: .67rem; opacity: .7; }
.event-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--coral); display: grid; place-content: center; text-align: center; z-index: 1; }
.event-mark span { font-weight: 700; line-height: 1; }
.event-mark small { color: white; font-size: .5rem; }
.progress-head, .next-title { display: flex; justify-content: space-between; align-items: center; margin: 22px 0 8px; font-size: .68rem; }
.progress-head span, .next-title span { color: var(--coral); font-size: .62rem; }
.progress { height: 7px; background: #ece6e4; border-radius: 10px; overflow: hidden; }
.progress span { display: block; width: 68%; height: 100%; background: var(--coral); border-radius: inherit; }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.quick-grid article { border: 1px solid var(--line); border-radius: 14px; padding: 9px 7px; display: grid; text-align: center; justify-items: center; }
.quick-grid strong { font-size: .8rem; line-height: 1.2; margin: 4px 0 2px; }
.quick-grid small { color: var(--ink-soft); font-size: .5rem; }
.quick-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; font-size: .65rem; }
.quick-icon.coral { background: var(--coral-soft); color: var(--coral); }
.quick-icon.lilac { background: rgba(201,190,218,.45); }
.quick-icon.sage { background: rgba(170,184,161,.4); }
.task { display: grid; grid-template-columns: 27px 1fr 10px; align-items: center; gap: 9px; border-top: 1px solid var(--line); padding: 10px 0; }
.task-check { width: 22px; height: 22px; border: 1.5px solid var(--coral); border-radius: 7px; display: grid; place-items: center; font-size: .58rem; }
.task-check.done { background: var(--coral); color: white; }
.task strong, .task small { display: block; }
.task strong { font-size: .63rem; }
.task small { color: var(--ink-soft); font-size: .52rem; }
.task b { color: var(--ink-soft); }
.app-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: white; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.app-nav span { display: grid; text-align: center; font-size: .84rem; color: #988e9b; }
.app-nav span.active { color: var(--coral); }
.app-nav small { font-size: .45rem; margin-top: -2px; }
.floating-card { position: absolute; z-index: 6; border-radius: 17px; background: rgba(255,253,249,.96); border: 1px solid rgba(51,38,56,.08); box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px; padding: 13px 16px; }
.floating-card strong, .floating-card small { display: block; white-space: nowrap; }
.floating-card strong { font-size: .72rem; }
.floating-card small { color: var(--ink-soft); font-size: .6rem; }
.floating-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--sage); color: white; }
.guest-card { left: -36px; top: 130px; }
.url-card { right: -88px; bottom: 106px; }
.url-card img { width: 27px; }
.phone-shadow { position: absolute; width: 380px; height: 110px; background: rgba(51,38,56,.15); filter: blur(28px); bottom: -10px; border-radius: 50%; }
.pattern-dots { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(51,38,56,.08); border-radius: 50%; }
.pattern-dots::before, .pattern-dots::after { content:""; position:absolute; border-radius: 50%; }
.pattern-dots::before { inset: 45px; border: 1px solid rgba(51,38,56,.08); }
.pattern-dots::after { width: 15px; height: 15px; background: var(--coral); left: 4px; top: 228px; }
.hero-orbit { position: absolute; border: 2px solid rgba(201,190,218,.38); border-radius: 50%; }
.hero-orbit-one { width: 130px; height: 130px; left: -60px; top: 300px; border-right-color: transparent; }
.hero-orbit-two { width: 34px; height: 34px; left: 80px; bottom: 70px; background: var(--sage); border: 0; opacity: .7; }

.trust-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.35); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid p { margin: 0; padding: 26px 0; text-align: center; font-size: .88rem; font-weight: 600; border-right: 1px solid var(--line); }
.trust-grid p:last-child { border: 0; }
.trust-grid span { color: var(--coral); font-size: .7rem; margin-right: 10px; }

.section-heading { display: grid; grid-template-columns: 1.15fr .75fr; align-items: end; gap: 100px; margin-bottom: 65px; }
.section-heading h2, .events h2, .launch h2 { font-size: clamp(2.7rem, 4.6vw, 4.4rem); line-height: 1.08; letter-spacing: -.045em; margin: 12px 0 0; }
.section-heading > p, .events-copy > p { color: var(--ink-soft); font-size: 1.04rem; margin: 0 0 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { min-height: 350px; position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(51,38,56,.08); }
.feature-large { grid-row: span 2; min-height: 718px; background: var(--coral-soft); }
.feature-wide { grid-column: span 2; min-height: 350px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; }
.feature-number { position: absolute; left: 34px; top: 27px; color: var(--ink-soft); font-size: .7rem; letter-spacing: .15em; }
.feature-card h3 { font-size: 1.45rem; line-height: 1.2; letter-spacing: -.025em; margin: 19px 0 11px; }
.feature-card p { color: var(--ink-soft); margin: 0; font-size: .92rem; }
.feature-icon { width: 220px; height: 220px; position: absolute; top: 100px; left: 50%; transform: translateX(-50%); }
.feature-icon .arc { position: absolute; inset: 15px; border: 30px solid var(--plum); border-right-color: transparent; border-radius: 50%; transform: rotate(-5deg); }
.feature-icon i { position: absolute; right: 0; top: 92px; width: 48px; height: 48px; background: var(--coral); border-radius: 50%; }
.mini-timeline { display: flex; gap: 7px; margin-top: 32px; }
.mini-timeline span { height: 6px; flex: 1; background: rgba(51,38,56,.15); border-radius: 10px; }
.mini-timeline .complete { background: var(--plum); }
.mini-timeline .current { background: var(--coral); }
.icon-people { position: absolute; top: 78px; left: 50%; transform: translateX(-50%); width: 150px; height: 110px; }
.icon-people i { position: absolute; bottom: 0; width: 68px; height: 68px; border-radius: 36px 36px 17px 17px; background: var(--lilac); }
.icon-people i::before { content:""; position: absolute; width: 37px; height: 37px; background: inherit; border-radius: 50%; left: 15px; top: -31px; }
.icon-people i:nth-child(1) { left: 0; transform: scale(.7); opacity: .55; }
.icon-people i:nth-child(2) { left: 41px; z-index: 2; background: var(--coral); }
.icon-people i:nth-child(3) { right: 0; transform: scale(.7); opacity: .55; background: var(--sage); }
.plum-card { background: var(--plum); color: white; }
.plum-card p, .plum-card .feature-number { color: rgba(255,255,255,.68); }
.url-preview { position: absolute; top: 92px; left: 34px; right: 34px; padding: 17px 18px; border-radius: 13px; background: white; color: var(--plum); font-size: .7rem; box-shadow: 0 12px 30px rgba(0,0,0,.15); white-space: nowrap; }
.url-preview span { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); margin-right: 8px; }
.icon-vendor { position: absolute; width: 110px; height: 110px; display: grid; place-items: center; border: 20px solid var(--sage); border-radius: 50%; top: 72px; left: 50%; transform: translateX(-50%); color: var(--plum); font-size: 2rem; }
.sync-visual { height: 170px; display: flex; align-items: center; justify-content: center; }
.sync-visual span { width: 76px; height: 76px; display: grid; place-items: center; background: var(--plum); color: white; border-radius: 24px; font-size: 1.3rem; font-weight: 700; }
.sync-visual span:last-child { background: var(--coral); }
.sync-visual i { width: 80px; height: 1px; background: var(--line); position: relative; }
.sync-visual i::after { content:""; position: absolute; width: 8px; height: 8px; background: var(--sage); border-radius: 50%; top: -4px; left: calc(50% - 4px); }

.events { background: var(--paper); }
.events-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.events-copy > p { margin: 28px 0 30px; max-width: 500px; }
.event-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.event-tags span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; background: white; }
.event-collage { height: 560px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; position: relative; transform: rotate(1.5deg); }
.event-panel { border-radius: 28px; position: relative; overflow: hidden; padding: 25px; display: flex; align-items: end; color: white; min-height: 0; }
.event-panel span { position: relative; z-index: 2; text-transform: uppercase; letter-spacing: .15em; font-size: .66rem; }
.event-panel::before, .event-panel::after { content:""; position:absolute; border-radius: 50%; }
.event-panel.wedding { background: var(--coral); grid-row: span 2; }
.event-panel.wedding::before { width: 210px; height: 210px; border: 35px solid rgba(255,255,255,.4); top: 75px; left: 40px; border-right-color: transparent; }
.event-panel.wedding::after { width: 70px; height: 70px; background: rgba(255,255,255,.28); top: 145px; right: 35px; }
.event-panel.fifteen { background: var(--lilac); color: var(--plum); }
.event-panel.fifteen::before { width: 130px; height: 130px; border: 24px solid rgba(51,38,56,.2); top: 20px; right: 20px; border-bottom-color: transparent; }
.event-panel.business { background: var(--sage); color: var(--plum); }
.event-panel.business::before { width: 150px; height: 150px; border: 26px solid rgba(51,38,56,.16); bottom: 10px; left: 40px; border-left-color: transparent; }
.event-center { position: absolute; width: 104px; height: 104px; border-radius: 50%; background: var(--plum); display: grid; place-items: center; left: calc(50% - 52px); top: calc(50% - 52px); border: 9px solid var(--paper); z-index: 3; }
.event-center img { width: 62px; }

.centered { display: block; text-align: center; }
.centered h2 { margin-top: 14px; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 70px; }
.steps-grid article { text-align: center; padding: 0 50px; position: relative; }
.steps-grid article:not(:last-child)::after { content:""; height: 1px; width: 90px; background: var(--line); position: absolute; right: -45px; top: 27px; }
.steps-grid article > span { width: 54px; height: 54px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: .85rem; }
.steps-grid article:nth-child(2) > span { background: var(--coral); }
.steps-grid article:nth-child(3) > span { background: var(--sage); color: var(--plum); }
.steps-grid h3 { margin: 23px 0 10px; font-size: 1.22rem; }
.steps-grid p { color: var(--ink-soft); margin: 0; font-size: .9rem; }

.launch { padding-top: 40px; }
.launch-card { min-height: 580px; border-radius: 38px; background: var(--plum); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 70px 30px; }
.launch-symbol { width: 85px; margin-bottom: 28px; position: relative; z-index: 2; }
.launch .light { color: var(--coral); position: relative; z-index: 2; }
.launch h2 { margin: 14px 0 20px; position: relative; z-index: 2; }
.launch-card > p { color: rgba(255,255,255,.68); margin: 0 0 30px; position: relative; z-index: 2; }
.centered-actions { justify-content: center; position: relative; z-index: 2; }
.light-badge { background: var(--ivory); color: var(--plum); }
.light-badge:hover { background: white; }
.launch-pattern { position: absolute; inset: 0; opacity: .15; }
.launch-pattern::before, .launch-pattern::after { content:""; position:absolute; width: 300px; height: 300px; border: 50px solid var(--lilac); border-radius: 50%; border-right-color: transparent; }
.launch-pattern::before { left: -130px; top: -100px; }
.launch-pattern::after { right: -130px; bottom: -100px; transform: rotate(180deg); }

.site-footer { padding: 36px 0 50px; }
.footer-grid { border-top: 1px solid var(--line); padding-top: 34px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.footer-grid img { width: 160px; }
.footer-grid p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }

.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; width: min(410px, calc(100% - 48px)); padding: 15px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: 40px 1fr 30px; align-items: center; gap: 11px; transform: translateY(140%); opacity: 0; transition: .35s ease; }
.toast.visible { transform: translateY(0); opacity: 1; }
.toast img { width: 36px; }
.toast strong, .toast span { display: block; }
.toast strong { font-size: .86rem; }
.toast span { color: var(--ink-soft); font-size: .72rem; }
.toast button { border: 0; background: transparent; font-size: 1.4rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin: auto; }
  .hero-lead { margin-inline: auto; }
  .eyebrow, .store-actions, .launch-note { justify-content: center; }
  .hero-visual { margin-top: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { grid-row: span 1; min-height: 540px; grid-column: span 2; }
  .feature-wide { grid-column: span 2; }
  .events-grid { grid-template-columns: 1fr; gap: 65px; }
  .events-copy { text-align: center; max-width: 680px; margin: auto; }
  .events-copy > p { margin-inline: auto; }
  .event-tags { justify-content: center; }
  .event-collage { max-width: 650px; width: 100%; margin: auto; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 80px 0; }
  .nav-wrap { height: 80px; }
  .brand img { width: 155px; }
  .menu-button { display: block; position: relative; z-index: 22; }
  .main-nav { position: fixed; inset: 0; background: var(--ivory); z-index: 21; display: flex; flex-direction: column; justify-content: center; gap: 26px; font-size: 1.3rem; transform: translateY(-100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateY(0); }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 0; padding: 132px 0 60px; }
  h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-visual { height: 590px; transform: scale(.9); margin-inline: -20px; }
  .guest-card { left: -4px; }
  .url-card { right: -15px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-large, .feature-wide { grid-column: auto; min-height: 400px; }
  .feature-large { min-height: 560px; }
  .feature-wide { display: flex; }
  .section-heading h2, .events h2, .launch h2 { font-size: 2.7rem; }
  .event-collage { height: 450px; }
  .steps-grid { grid-template-columns: 1fr; gap: 52px; }
  .steps-grid article { padding: 0 30px; }
  .steps-grid article::after { display: none; }
  .launch-card { border-radius: 28px; padding-inline: 22px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; gap: 14px; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: center; }
}

@media (max-width: 430px) {
  .store-actions { display: grid; width: 100%; }
  .store-badge { width: 100%; justify-content: center; }
  .hero-visual { transform: scale(.78); height: 510px; margin-top: -20px; }
  .event-collage { height: 390px; }
  .event-panel { padding: 18px; }
  .feature-card { padding: 27px; }
  .feature-number { left: 27px; }
}
