:root {
  color-scheme: light;
  --cream: #f8f5ee;
  --paper: #fffdfa;
  --ink: #202620;
  --muted: #5f6860;
  --purple: #5c158e;
  --plum: #2d2038;
  --lavender: #eee5f2;
  --peach: #f1d7be;
  --line: #e1ddd3;
  --sage: #e3ebde;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid #9f65cc; outline-offset: 5px; }
.skip-link { position: absolute; top: -100px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.container { width: min(100% - 64px, 1216px); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { height: 88px; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(49, 40, 36, .08); background: rgba(248, 245, 238, .95); backdrop-filter: blur(14px); }
.nav-bar { height: 100%; display: flex; align-items: center; gap: 40px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; text-decoration: none; color: #202620; font-size: 25px; font-weight: 800; letter-spacing: -.055em; white-space: nowrap; }
.brand-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 15px; background: #eee5f3; }
.brand-icon img { width: 42px; height: 42px; object-fit: contain; }
.brand-accent { color: var(--purple); }
.main-nav { display: flex; gap: 38px; align-items: center; margin-left: auto; }
.main-nav a, .footer-links a { text-decoration: none; }
.main-nav a { color: #3c403b; font-size: 14px; font-weight: 650; }
.main-nav a:hover, .footer-links a:hover { color: var(--purple); }
.nav-download { display: inline-flex; gap: 18px; align-items: center; background: var(--purple); color: white; text-decoration: none; font-size: 14px; font-weight: 800; padding: 13px 20px; border-radius: 100px; transition: transform .2s, background .2s; }
.nav-download:hover { background: #47106f; transform: translateY(-2px); }

.hero { padding-top: 68px; padding-bottom: 88px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: 28px; }
.hero-content { position: relative; z-index: 1; padding: 26px 0 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .19em; line-height: 1.4; }
.eyebrow-dot { width: 7px; height: 7px; background: #d59068; border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.065em; }
h1 { max-width: 690px; margin: 29px 0 30px; font-size: clamp(58px, 6.55vw, 98px); line-height: .99; font-weight: 750; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.075em; }
h1 em { color: var(--purple); }
.hero-lede { max-width: 530px; margin: 0 0 32px; color: #4f5750; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.store-button { display: inline-flex; align-items: center; gap: 13px; min-height: 72px; min-width: 242px; padding: 11px 17px 11px 18px; color: white; background: #222126; border-radius: 15px; text-decoration: none; box-shadow: 0 12px 24px rgba(34, 33, 38, .13); transition: background .2s, transform .2s, box-shadow .2s; }
.store-button:hover { background: #3e244c; transform: translateY(-3px); box-shadow: 0 15px 28px rgba(34, 33, 38, .18); }
.store-icon { width: 33px; height: 33px; flex: 0 0 auto; }
.store-button span:not(.store-arrow) { display: flex; flex-direction: column; line-height: 1.08; }
.store-button small { font-size: 11px; font-weight: 550; }
.store-button strong { font-size: 20px; letter-spacing: -.03em; }
.store-arrow { margin-left: auto; align-self: flex-start; font-size: 20px; line-height: 1; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link:hover { color: var(--purple); }
.hero-note { margin: 12px 0 0; font-size: 12px; color: #70756e; }
.hero-art { height: 610px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; width: min(100%, 490px); height: 530px; top: 49px; right: 2px; background: var(--peach); border-radius: 52% 48% 47% 53% / 49% 42% 58% 51%; transform: rotate(11deg); }
.hero-screen { position: relative; width: 340px; height: 570px; margin: 18px 42px 0 auto; overflow: hidden; border-radius: 39px; background: var(--plum); box-shadow: 0 28px 48px rgba(35, 20, 39, .21); transform: rotate(2deg); }
.hero-screen img { position: absolute; width: 100%; max-width: none; height: auto; top: -122px; left: 0; }
.ingredient-note { position: absolute; left: 0; bottom: 44px; display: flex; align-items: center; gap: 11px; padding: 16px 19px; border-radius: 19px; border: 1px solid rgba(81, 35, 71, .13); background: var(--paper); box-shadow: 0 18px 30px rgba(49, 36, 32, .12); transform: rotate(-3deg); }
.note-spark { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 12px; background: var(--lavender); color: var(--purple); font-size: 23px; }
.ingredient-note small { display: block; margin-bottom: 4px; color: #725786; letter-spacing: .12em; font-weight: 850; font-size: 9px; }
.ingredient-note strong { font-size: 15px; }
.ingredient-note strong span { color: #88817c; font-weight: 500; }
.art-star { position: absolute; color: var(--purple); line-height: 1; }
.art-star-one { left: 36px; top: 55px; font-size: 32px; }
.art-star-two { right: 11px; bottom: 24px; font-size: 22px; }

.quick-steps { background: var(--paper); border-block: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item { display: flex; align-items: center; gap: 21px; padding: 27px 31px; font-size: 14px; font-weight: 750; }
.quick-item:first-child { padding-left: 0; }
.quick-item + .quick-item { border-left: 1px solid var(--line); }
.quick-number { font-family: Georgia, serif; color: #a16abf; font-size: 21px; font-style: italic; font-weight: 400; }

.story-grid, .insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 116px); align-items: center; }
.search-section { background: #f9f7f1; }
.search-visual { position: relative; height: 625px; border-radius: 39px; background: var(--sage); overflow: hidden; }
.visual-tag { position: absolute; top: 33px; left: 35px; z-index: 2; color: #47624c; font-size: 11px; letter-spacing: .16em; font-weight: 900; }
.home-crop { position: absolute; bottom: 0; left: 50%; width: 370px; height: 542px; overflow: hidden; background: #f8f5ee; border: 8px solid #282329; border-bottom: 0; border-radius: 42px 42px 0 0; box-shadow: 0 24px 45px rgba(45, 63, 45, .18); transform: translateX(-50%) rotate(-2deg); }
.home-crop img { width: 100%; max-width: none; }
.visual-caption { position: absolute; bottom: 32px; right: 20px; width: 160px; z-index: 2; padding: 15px 17px; border-radius: 14px; background: #fffdfa; box-shadow: 0 12px 25px rgba(39, 55, 37, .14); color: #45604b; font-family: Georgia, serif; font-size: 16px; line-height: 1.25; font-style: italic; transform: rotate(4deg); }
h2 { margin: 22px 0 22px; font-size: clamp(43px, 4.4vw, 67px); line-height: 1.07; font-weight: 750; }
.story-copy > p, .insight-copy > p, .faq-intro > p { color: var(--muted); font-size: 17px; line-height: 1.72; }
.story-copy > p { max-width: 530px; margin-bottom: 32px; }
.method-list { border-top: 1px solid #d9dfd5; }
.method { display: flex; gap: 18px; align-items: center; border-bottom: 1px solid #d9dfd5; padding: 21px 0; }
.method-icon { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; background: #e8e0ed; color: var(--purple); font-size: 25px; font-weight: 550; }
.method h3 { margin: 0 0 2px; font-size: 16px; letter-spacing: -.025em; }
.method p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.insight-section { background: var(--plum); color: #fffaf5; overflow: hidden; }
.insight-grid { min-height: 555px; }
.eyebrow-light { color: #dbb8ec; }
.insight-copy h2 { max-width: 650px; }
.insight-copy h2 em { color: #e9bf9e; }
.insight-copy > p { color: #ddd4e2; max-width: 540px; }
.insight-points { display: grid; gap: 14px; margin: 28px 0 37px; }
.insight-points span { display: flex; align-items: center; gap: 13px; font-size: 15px; font-weight: 600; }
.insight-points i { width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; background: #d6aeeb; color: #3a1d4f; border-radius: 50%; font-size: 14px; font-style: normal; }
.insight-points i::after { content: "✓"; }
.light-link { color: #fff; }
.light-link:hover { color: #f0c8ab; }
.insight-visual { position: relative; height: 600px; display: grid; place-items: center; }
.insight-halo { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: #684a6f; opacity: .65; }
.insight-screen { position: relative; width: 330px; height: 580px; overflow: hidden; border-radius: 34px; background: #251936; box-shadow: 0 22px 50px rgba(9, 4, 14, .26); transform: rotate(3deg); }
.insight-screen img { position: absolute; top: -112px; width: 100%; max-width: none; }
.insight-chip { position: absolute; bottom: 16px; right: 0; padding: 17px 21px; border-radius: 15px; background: var(--peach); color: #2e2137; font-family: Georgia, serif; font-style: italic; font-size: 18px; box-shadow: 0 16px 26px rgba(8, 4, 12, .24); transform: rotate(-5deg); }
.insight-chip span { color: var(--purple); padding-left: 7px; }

.features-section { background: #f5f0ea; }
.features-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 44px; }
.features-heading h2 { max-width: 690px; margin-bottom: 0; }
.features-heading > p { max-width: 350px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.screenshot-track { display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; padding: 2px 2px 25px; scrollbar-color: #b6a0bb transparent; scrollbar-width: thin; }
.screen-card { flex: 0 0 238px; scroll-snap-align: start; min-width: 0; }
.screen-frame { aspect-ratio: 946 / 2048; overflow: hidden; border: 1px solid #ded5dc; border-radius: 19px; background: var(--plum); box-shadow: 0 9px 17px rgba(37, 28, 43, .08); }
.screen-frame img { width: 100%; height: 100%; object-fit: cover; }
.screen-index { display: block; margin-top: 21px; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.screen-card h3 { margin: 7px 0 7px; font-size: 19px; letter-spacing: -.035em; }
.screen-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.gallery-hint { margin: 17px 0 0; color: #7e777e; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.privacy-note { display: flex; align-items: center; gap: 21px; max-width: 885px; margin-top: 44px; padding: 22px 28px; border: 1px solid #d6e0d2; border-radius: 18px; background: #e9efe4; }
.privacy-icon { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; border: 1.5px solid #5a7560; border-radius: 50%; color: #45634a; font-size: 26px; }
.privacy-note p { margin: 0; color: #48574a; font-size: 14px; line-height: 1.6; }
.privacy-note strong { color: #263d2a; }
.privacy-note a { color: var(--purple); font-weight: 750; white-space: nowrap; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-intro h2 { max-width: 370px; }
.faq-intro > p { max-width: 370px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 26px 48px 26px 0; list-style: none; font-size: 17px; font-weight: 750; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 5px; color: var(--purple); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -2px 0 26px; max-width: 610px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-list details a { color: var(--purple); font-weight: 700; }

.closing-section { padding: 0 0 80px; background: var(--paper); }
.closing-card { position: relative; display: flex; align-items: center; gap: 42px; min-height: 274px; padding: 46px 60px 46px 245px; overflow: hidden; border-radius: 36px; background: var(--lavender); }
.closing-goat { position: absolute; width: 225px; left: 16px; bottom: -34px; transform: rotate(-8deg); }
.closing-copy { flex: 1; min-width: 0; }
.closing-copy h2 { font-size: clamp(36px, 3vw, 51px); margin: 12px 0 10px; }
.closing-copy p { margin: 0; color: #605967; font-size: 15px; line-height: 1.55; }
.closing-button { flex: 0 0 auto; }
.site-footer { background: var(--cream); padding: 56px 0 26px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.footer-brand { font-size: 24px; }
.footer-grid p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.footer-links { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding-top: 15px; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 58px; padding-top: 21px; color: #777c75; font-size: 12px; }

@media (max-width: 1100px) {
  .hero-grid { gap: 0; }
  .hero-screen { margin-right: 7px; }
  .hero-orbit { right: -27px; }
  .story-grid, .insight-grid { gap: 55px; }
  .closing-card { padding-left: 204px; gap: 20px; }
  .closing-goat { width: 195px; }
}

@media (max-width: 830px) {
  .container { width: min(100% - 40px, 700px); }
  .site-header { height: 76px; }
  .main-nav { display: none; }
  .nav-download { margin-left: auto; }
  .section { padding: 82px 0; }
  .hero { padding-top: 48px; padding-bottom: 75px; }
  .hero-grid, .story-grid, .insight-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 0; }
  h1 { max-width: 700px; font-size: clamp(58px, 10vw, 84px); }
  .hero-art { margin-top: 24px; height: 570px; }
  .hero-orbit { right: 10%; width: 70%; height: 510px; }
  .hero-screen { margin: 0 auto; }
  .ingredient-note { left: 7%; bottom: 25px; }
  .quick-item { padding: 24px 12px; gap: 10px; font-size: 12px; }
  .quick-item:first-child { padding-left: 0; }
  .search-visual { order: 2; height: 595px; }
  .story-copy { order: 1; }
  .insight-visual { height: 570px; }
  .insight-grid { gap: 35px; }
  .features-heading { display: block; }
  .features-heading > p { max-width: 560px; margin-top: 18px; }
  .faq-grid { gap: 30px; }
  .closing-card { flex-wrap: wrap; padding: 40px 42px 40px 190px; }
  .closing-goat { width: 175px; left: 4px; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 28px; padding-top: 0; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 36px, 440px); }
  .site-header { height: 70px; }
  .brand { font-size: 21px; }
  .brand-icon { width: 42px; height: 42px; }
  .brand-icon img { width: 37px; height: 37px; }
  .nav-download { padding: 11px 13px; font-size: 12px; gap: 8px; }
  .section { padding: 70px 0; }
  .hero { padding-top: 43px; padding-bottom: 45px; }
  h1 { margin: 22px 0 22px; font-size: clamp(51px, 14vw, 67px); }
  h2 { font-size: clamp(39px, 10.8vw, 51px); }
  .hero-lede { font-size: 16px; line-height: 1.65; }
  .hero-actions { gap: 20px; }
  .store-button { min-width: 224px; }
  .hero-art { height: 480px; margin-top: 26px; }
  .hero-orbit { width: 92%; height: 415px; top: 26px; right: 1%; }
  .hero-screen { width: 272px; height: 454px; border-radius: 29px; margin-left: auto; margin-right: 17px; }
  .hero-screen img { top: -98px; }
  .ingredient-note { bottom: 16px; left: 0; padding: 11px 12px; gap: 8px; border-radius: 13px; }
  .note-spark { width: 32px; height: 32px; font-size: 19px; }
  .ingredient-note small { font-size: 7px; }
  .ingredient-note strong { font-size: 12px; }
  .art-star-one { top: 12px; left: 8px; }
  .art-star-two { display: none; }
  .quick-grid { display: block; padding: 5px 0; }
  .quick-item, .quick-item:first-child { padding: 12px 0; gap: 15px; font-size: 14px; }
  .quick-item + .quick-item { border-left: 0; border-top: 1px solid var(--line); }
  .search-visual { height: 535px; border-radius: 26px; }
  .home-crop { width: 315px; height: 460px; border-radius: 31px 31px 0 0; }
  .visual-caption { right: 7px; bottom: 18px; width: 132px; font-size: 13px; padding: 12px; }
  .visual-tag { top: 24px; left: 23px; }
  .insight-visual { height: 487px; }
  .insight-halo { width: 370px; height: 370px; }
  .insight-screen { width: 270px; height: 465px; border-radius: 29px; }
  .insight-screen img { top: -91px; }
  .insight-chip { right: -5px; bottom: 7px; font-size: 14px; padding: 13px 15px; }
  .screen-card { flex-basis: 210px; }
  .privacy-note { padding: 19px; align-items: flex-start; gap: 13px; }
  .privacy-note a { white-space: normal; }
  .faq-list summary { font-size: 15px; }
  .closing-section { padding-bottom: 30px; }
  .closing-card { min-height: 0; border-radius: 25px; display: block; padding: 38px 28px 35px; }
  .closing-goat { position: relative; width: 128px; left: -10px; bottom: auto; margin: -18px 0 0; }
  .closing-copy h2 { font-size: 42px; }
  .closing-button { margin-top: 28px; }
  .site-footer { padding-top: 43px; }
  .footer-links { gap: 15px 22px; }
  .footer-bottom { display: grid; gap: 8px; margin-top: 37px; }
}

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