@font-face {
  font-family: Cinzel;
  src: url("/assets/cinzel.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fbf3e4;
  --paper-light: #fffaf1;
  --ink: #241713;
  --muted: #705a4f;
  --red: #6e1214;
  --warm-red: #9e2a2b;
  --gold: #e0b458;
  --gold-ink: #856021;
  --night: #161e3d;
  --line: #dfd2bc;
  --display: Cinzel, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.7; }
img, svg { max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a, summary { touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--warm-red); outline-offset: 6px; border-radius: 3px; }
::selection { background: var(--gold); color: var(--ink); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
h2 { margin-bottom: 22px; font-family: var(--display); font-size: clamp(2rem, 3.35vw, 3rem); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; }
p { margin-bottom: 20px; }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 12px 20px; transform: translateY(-160%); border-radius: 8px; background: var(--red); color: white; font-weight: 600; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgb(110 18 20 / 8%); background: rgb(251 243 228 / 96%); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 94px; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; padding-block: 12px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--red); text-decoration: none; }
.brand img { flex-shrink: 0; border-radius: 12px; }
.brand-name { font-family: var(--display); font-size: 21px; line-height: 1.3; font-weight: 600; letter-spacing: -.04em; }
.brand-caption { display: block; padding-top: 3px; color: var(--muted); font-family: system-ui, sans-serif; font-size: 10px; letter-spacing: .14em; font-weight: 500; text-transform: uppercase; }
.header-inner nav { display: flex; align-items: center; gap: 30px; }
.header-inner nav a { display: inline-flex; min-height: 48px; align-items: center; font-size: .84rem; font-weight: 600; text-decoration: none; }
.nav-link:hover { color: var(--warm-red); }
.nav-button { justify-content: center; gap: 24px; padding: 8px 20px; border: 1px solid var(--red); border-radius: 8px; color: var(--red); }
.nav-button:hover { background: var(--red); color: var(--paper-light); }
.nav-button span { font-size: 1.2rem; }
.hero { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: 16px; padding-block: 52px 64px; }
.hero-copy { z-index: 1; padding-bottom: 28px; min-width: 0; }
.eyebrow { margin-bottom: 24px; color: var(--gold-ink); font-size: .7rem; font-weight: 650; letter-spacing: .18em; line-height: 1.6; text-transform: uppercase; }
.little-star { display: inline-block; margin-right: 8px; font-size: 1.1rem; vertical-align: -1px; }
.hero h1 { margin-bottom: 27px; color: var(--red); font-family: var(--display); font-size: clamp(2.6rem, 4.5vw, 4.15rem); font-weight: 600; line-height: 1.22; letter-spacing: -.055em; }
.hero h1 span { color: var(--warm-red); }
.hero-description { max-width: 425px; margin-bottom: 30px; color: var(--muted); font-size: 1.1rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 25px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 24px; padding: 14px 24px; border: 1px solid transparent; border-radius: 9px; font-size: .88rem; font-weight: 600; line-height: 1.5; text-decoration: none; transition: background-color .18s; }
.button-primary { background: var(--red); color: var(--paper-light); box-shadow: 0 5px 12px rgb(110 18 20 / 9%); }
.button-primary:hover { background: var(--warm-red); }
.button span { font-size: 1.25rem; line-height: 1; }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 10px; color: var(--red); font-size: .86rem; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.release-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; margin-bottom: 0; color: var(--muted); font-size: .73rem; }
.release-note > span { width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: var(--warm-red); }
.hero-visual { position: relative; display: grid; height: 610px; min-width: 0; place-items: center; }
.hero-halo { position: absolute; width: 425px; max-width: 100%; aspect-ratio: 1; border: 1px solid #e4d0aa; border-radius: 50%; background: radial-gradient(ellipse at 35% 40%, #f0dcb4, #f4e6ce 63%, #f8eddb); }
.hero-halo::after { position: absolute; inset: -22px; border: 1px dashed #d8c29c; border-radius: 50%; content: ""; }
.phone { overflow: hidden; padding: 7px; border: 1px solid #654a39; border-radius: 37px; background: #2e1d1b; box-shadow: 12px 25px 35px rgb(49 28 15 / 19%), 0 0 0 2px rgb(255 255 255 / 20%) inset; }
.phone img { display: block; width: 100%; height: auto; border-radius: 29px; }
.hero-phone { z-index: 2; width: 263px; transform: rotate(7deg); }
.hero-spark { position: absolute; top: 25px; right: 22px; z-index: 3; color: var(--gold); transform: rotate(12deg); }
.gift-sketch { position: absolute; bottom: 102px; left: 9px; z-index: 3; color: var(--warm-red); transform: rotate(-16deg); }
.table-note { position: absolute; right: -2px; bottom: 56px; z-index: 4; display: flex; align-items: center; gap: 14px; padding: 15px 19px; transform: rotate(-5deg); border: 1px solid #e4d7bf; border-radius: 11px; background: var(--paper-light); box-shadow: 0 8px 22px rgb(58 35 21 / 9%); }
.table-note p { margin: 0; font-size: .8rem; font-weight: 550; line-height: 1.6; }
.table-note > svg { color: var(--warm-red); }
.note-mark { align-self: start; height: 22px; color: var(--warm-red); font-family: Georgia, serif; font-size: 2.4rem; line-height: 1; }
.image-caption { position: absolute; bottom: -18px; left: 110px; margin: 0; color: var(--muted); font-size: .68rem; letter-spacing: .02em; }
.image-caption span { display: inline-block; margin-left: 14px; font-size: 1.1rem; }
.benefit-strip { display: flex; align-items: center; justify-content: space-around; gap: 20px; margin: 0; padding: 27px 0; border-block: 1px solid var(--line); list-style: none; }
.benefit-strip li { display: flex; align-items: center; gap: 13px; font-size: .79rem; font-weight: 550; }
.benefit-strip li > span { color: var(--gold-ink); font-size: .62rem; letter-spacing: .06em; }
.how-section { padding-block: 100px 104px; }
.section-heading { margin-bottom: 60px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: .95rem; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.step { position: relative; padding-inline: 15px; }
.step + .step::before { position: absolute; top: 2px; bottom: 0; left: -25px; width: 1px; background: var(--line); content: ""; }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; color: var(--warm-red); }
.step-number { color: #ddc6a2; font-family: var(--display); font-size: 2.5rem; line-height: 1; }
.step-label { margin-bottom: 8px; color: var(--gold-ink); font-size: .64rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.step h3 { margin-bottom: 13px; font-family: var(--display); font-size: 1.4rem; font-weight: 600; letter-spacing: -.035em; }
.step > p:last-child { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.evening-section { overflow: hidden; margin-inline: 24px; border-radius: 24px; background: var(--night); color: var(--paper-light); }
.evening-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 74px; padding-block: 75px; }
.app-screens { position: relative; height: 576px; min-width: 0; }
.app-screens::before { position: absolute; width: 430px; max-width: 100%; aspect-ratio: 1; top: 65px; left: 0; border: 1px solid rgb(224 180 88 / 18%); border-radius: 50%; content: ""; }
.start-phone { position: absolute; top: 13px; left: 18px; width: 221px; transform: rotate(-10deg); }
.steal-phone { position: absolute; top: 62px; right: 4px; z-index: 2; width: 238px; transform: rotate(7deg); }
.evening-star { position: absolute; z-index: 3; color: var(--gold); line-height: 1; }
.star-one { top: 15px; right: 28px; font-size: 4rem; }
.star-two { bottom: 19px; left: 22px; font-size: 2.2rem; }
.evening-copy { min-width: 0; }
.evening-copy .eyebrow { color: var(--gold); font-size: .65rem; }
.evening-copy h2 { font-size: clamp(2rem, 3.3vw, 2.9rem); }
.evening-intro { max-width: 370px; color: #d8d4d1; font-size: .92rem; }
.feature-list { margin-block: 31px 24px; }
.feature-list > div { position: relative; padding-left: 25px; }
.feature-list > div + div { margin-top: 23px; }
.feature-list > div::before { position: absolute; left: 0; top: 10px; width: 6px; height: 6px; transform: rotate(45deg); border: 1px solid var(--gold); content: ""; }
.feature-list dt { margin-bottom: 5px; font-size: .92rem; font-weight: 600; }
.feature-list dd { margin-left: 0; color: #d0cdce; font-size: .83rem; line-height: 1.85; }
.light-link { color: var(--gold); }
.evening-section a:focus-visible, .download-section a:focus-visible { outline-color: var(--gold); }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; padding-block: 114px; }
.faq-heading .eyebrow { margin-bottom: 15px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.faq-heading h2 { font-size: 2.65rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 72px; padding: 23px 38px 23px 0; font-size: .9rem; font-weight: 600; line-height: 1.75; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 35px; right: 6px; width: 12px; height: 1px; background: var(--red); content: ""; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list summary:hover { color: var(--warm-red); }
.faq-answer { padding: 0 26px 6px 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }
.faq-answer a { color: var(--red); }
.download-section { padding-block: 72px 62px; background: var(--red); color: var(--paper-light); text-align: center; }
.download-logo { display: block; margin: 0 auto 24px; border: 1px solid rgb(224 180 88 / 30%); border-radius: 18px; }
.download-inner > .eyebrow { margin-bottom: 15px; color: var(--gold); }
.download-inner > p:not(.eyebrow) { color: #ead6c5; font-size: .9rem; }
.download-inner h2 { margin-bottom: 19px; font-size: clamp(2rem, 3.2vw, 2.85rem); }
.store-availability { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-block: 33px 20px; }
.store-status { display: flex; min-width: 275px; align-items: center; gap: 24px; justify-content: space-between; padding: 16px 20px; border: 1px solid rgb(251 243 228 / 30%); border-radius: 11px; text-align: left; }
.store-device { margin-bottom: 0; color: #ead6c5; font-size: .62rem; }
.store-status h3 { margin-bottom: 0; color: var(--paper-light); font-size: 1.03rem; line-height: 1.6; font-weight: 600; }
.status-label { padding: 4px 8px; border-radius: 4px; background: rgb(255 255 255 / 9%); color: var(--paper); font-size: .6rem; line-height: 1.6; }
.download-inner > .download-footnote { margin-bottom: 0; font-size: .68rem; }
.site-footer { padding-block: 40px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; }
.footer-brand { display: inline-flex; min-height: 36px; align-items: center; color: var(--red); font-family: var(--display); font-size: 1rem; font-weight: 600; text-decoration: none; }
.footer-inner > div > p { margin: 0; color: var(--muted); font-size: .68rem; }
.footer-inner nav { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 26px; }
.footer-inner nav a { display: inline-flex; min-height: 48px; align-items: center; gap: 6px; font-size: .73rem; text-decoration: none; }
.footer-inner nav a:hover { color: var(--warm-red); text-decoration: underline; }
.copyright { margin: 0; color: var(--muted); font-size: .65rem; }
.document { max-width: 760px; padding-block: 68px 100px; }
.document > .eyebrow { margin-bottom: 15px; }
.document h1 { margin-bottom: 25px; color: var(--red); font-family: var(--display); font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.3; font-weight: 600; letter-spacing: -.04em; }
.document-intro { margin-bottom: 38px; color: var(--muted); font-size: 1.1rem; }
.document h2 { margin-top: 42px; margin-bottom: 15px; color: var(--red); font-size: 1.45rem; letter-spacing: -.025em; }
.document h3 { margin-block: 25px 12px; font-size: 1.05rem; }
.document li { margin-block: 8px; }
.document a:not(.button) { color: var(--red); }
.document-callout { margin-block: 30px; padding: 18px 24px; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; background: #f2e5ce; }
.document-callout > :last-child { margin-bottom: 0; }
.document-footer { border-top: 1px solid var(--line); }
.document-meta { color: var(--muted); font-size: .8rem; }

@media (min-width: 1600px) {
  .hero { padding-block: 75px 85px; }
}

@media (max-width: 1100px) {
  .header-inner nav { gap: 20px; }
  .hero h1 { font-size: clamp(2.6rem, 4.65vw, 3.5rem); }
  .hero-visual { height: 570px; }
  .hero-phone { width: 239px; }
  .hero-halo { width: 340px; }
  .hero-spark { right: 0; width: 52px; }
  .gift-sketch { left: -8px; bottom: 70px; width: 88px; }
  .table-note { right: -6px; bottom: 40px; padding: 12px 14px; gap: 8px; }
  .table-note p { font-size: .74rem; }
  .steps { gap: 30px; }
  .step { padding-inline: 6px; }
  .step + .step::before { left: -16px; }
  .evening-inner { gap: 35px; }
  .app-screens { height: 530px; }
  .start-phone { left: 0; width: 196px; }
  .steal-phone { right: -8px; width: 208px; }
  .faq-section { gap: 45px; }
}

@media (max-width: 800px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 82px; }
  .header-inner nav > .nav-link { display: none; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-block: 52px 45px; }
  .hero-copy { max-width: 560px; padding-bottom: 0; margin-inline: auto; text-align: center; }
  .hero h1 { font-size: clamp(2.6rem, 7.2vw, 3.8rem); }
  .hero-description { margin-inline: auto; }
  .hero-actions, .release-note { justify-content: center; }
  .hero-visual { width: min(450px, 100%); height: 585px; margin-inline: auto; }
  .hero-phone { width: 251px; }
  .hero-halo { width: 370px; }
  .hero-spark { top: 12px; right: 12px; }
  .gift-sketch { left: 18px; bottom: 88px; width: 110px; }
  .table-note { right: 7px; bottom: 47px; padding: 15px; }
  .image-caption { bottom: -10px; left: 78px; }
  .benefit-strip { gap: 18px; justify-content: space-between; }
  .benefit-strip li { align-items: baseline; gap: 8px; font-size: .68rem; }
  .how-section { padding-block: 75px; }
  .section-heading { margin-bottom: 40px; }
  .steps { gap: 23px; }
  .step + .step::before { left: -12px; }
  .step h3 { font-size: 1.2rem; }
  .step > p:last-child { font-size: .82rem; }
  .step-label { font-size: .58rem; }
  .evening-section { margin-inline: 16px; border-radius: 18px; }
  .evening-inner { grid-template-columns: 1fr; padding-block: 55px; gap: 45px; }
  .evening-copy { grid-row: 1; width: min(440px, 100%); margin-inline: auto; }
  .evening-copy h2 { font-size: 2.65rem; }
  .evening-intro { max-width: none; }
  .app-screens { width: min(440px, 100%); height: 530px; margin-inline: auto; }
  .start-phone { left: 27px; width: 214px; }
  .steal-phone { right: 20px; width: 225px; }
  .star-one { right: 2px; }
  .faq-section { grid-template-columns: 1fr; gap: 32px; padding-block: 75px; }
  .faq-heading > p:not(.eyebrow) br { display: none; }
  .faq-heading > p:not(.eyebrow) { margin-bottom: 6px; }
  .footer-inner { align-items: start; }
  .footer-inner nav { gap: 5px 18px; }
  .copyright { width: 100%; }
}

@media (max-width: 540px) {
  html { scroll-padding-top: 6rem; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; gap: 10px; }
  .brand { gap: 9px; }
  .brand img { width: 35px; height: 35px; border-radius: 9px; }
  .brand-name { font-size: 17px; }
  .brand-caption { font-size: 8px; letter-spacing: .08em; }
  .nav-button { gap: 12px; padding-inline: 13px; border-radius: 6px; }
  .header-inner nav a { min-height: 44px; font-size: .75rem; }
  .hero { padding-top: 35px; gap: 21px; }
  .hero-copy { text-align: left; }
  .hero .eyebrow { margin-bottom: 20px; font-size: .58rem; letter-spacing: .12em; }
  .hero h1 { margin-bottom: 23px; font-size: clamp(2.15rem, 8.9vw, 3rem); line-height: 1.27; }
  .hero-description { margin-bottom: 25px; font-size: .96rem; line-height: 1.85; }
  .hero-actions, .release-note { justify-content: flex-start; }
  .hero-actions { gap: 7px 18px; }
  .button { min-height: 52px; padding: 13px 18px; gap: 16px; font-size: .78rem; }
  .hero-actions > .text-link { font-size: .77rem; }
  .release-note { margin-top: 16px; font-size: .68rem; }
  .hero-visual { height: 554px; }
  .hero-phone { width: 231px; }
  .hero-halo { width: calc(100% - 25px); }
  .hero-halo::after { inset: -12px; }
  .hero-spark { top: 23px; right: 7px; width: 43px; }
  .gift-sketch { bottom: 74px; left: -1px; width: 83px; }
  .table-note { right: -2px; bottom: 44px; gap: 10px; padding: 12px 14px; }
  .table-note p { font-size: .68rem; }
  .table-note > svg { width: 19px; }
  .image-caption { bottom: -1px; left: 62px; font-size: .64rem; }
  .benefit-strip { flex-direction: column; align-items: stretch; padding-block: 23px; gap: 13px; }
  .benefit-strip li { gap: 15px; font-size: .75rem; }
  .how-section { padding-block: 63px; }
  .section-heading { margin-bottom: 39px; text-align: left; }
  .section-heading > p:last-child { font-size: .88rem; }
  .desktop-break { display: none; }
  h2 { font-size: 1.9rem; }
  .eyebrow { font-size: .6rem; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step { padding-inline: 0; }
  .step + .step { padding-top: 28px; border-top: 1px solid var(--line); }
  .step + .step::before { display: none; }
  .step-top { margin-bottom: 18px; }
  .step-number { font-size: 2.2rem; }
  .step-label { font-size: .61rem; }
  .step h3 { font-size: 1.38rem; }
  .step > p:last-child { font-size: .88rem; }
  .evening-section { margin-inline: 10px; }
  .evening-inner { width: calc(100% - 40px); padding-block: 43px 30px; gap: 26px; }
  .evening-copy .eyebrow { font-size: .57rem; letter-spacing: .11em; }
  .evening-copy h2 { font-size: 2.05rem; }
  .evening-intro { font-size: .87rem; }
  .feature-list dt { font-size: .87rem; }
  .feature-list dd { font-size: .8rem; }
  .app-screens { height: 452px; }
  .start-phone { top: 20px; left: 0; width: 176px; }
  .steal-phone { top: 56px; right: 0; width: 185px; }
  .app-screens .phone { padding: 5px; border-radius: 26px; }
  .app-screens .phone img { border-radius: 20px; }
  .app-screens::before { top: 64px; }
  .star-one { top: 15px; right: 0; font-size: 2.8rem; }
  .star-two { bottom: 18px; left: 13px; font-size: 1.8rem; }
  .faq-section { gap: 25px; padding-block: 64px; }
  .faq-heading h2 { font-size: 2.25rem; }
  .faq-list summary { font-size: .84rem; }
  .faq-answer { font-size: .84rem; }
  .download-section { padding-block: 50px 43px; }
  .download-logo { width: 60px; height: 60px; border-radius: 15px; }
  .download-inner h2 { font-size: 1.92rem; }
  .download-inner > p:not(.eyebrow) { font-size: .8rem; }
  .store-availability { flex-direction: column; max-width: 330px; margin-inline: auto; gap: 12px; }
  .store-status { min-width: 0; gap: 16px; }
  .download-inner > .download-footnote { max-width: 270px; margin-inline: auto; font-size: .65rem; }
  .site-footer { padding-block: 29px; }
  .footer-inner { flex-direction: column; gap: 15px; }
  .footer-inner nav { gap: 0 20px; }
  .footer-inner nav a { font-size: .7rem; }
  .document { padding-block: 42px 62px; }
  .document-intro { font-size: 1rem; }
  .document h2 { font-size: 1.3rem; }
  .document ul, .document ol { padding-left: 22px; }
}

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

@media (forced-colors: active) {
  .button, .nav-button, .store-status { border: 1px solid ButtonText; }
  .faq-list summary::before, .faq-list summary::after { background: ButtonText; }
  .hero-halo, .hero-spark, .gift-sketch, .evening-star { display: none; }
}
