:root {
  --orange: #ff6b00;
  --orange-deep: #e65200;
  --orange-soft: #fff1e5;
  --amber: #ffab18;
  --coral: #ff6848;
  --ink: #181411;
  --muted: #6e655e;
  --line: #eadfd6;
  --paper: #fffdfb;
  --warm: #faf6f2;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(79, 40, 13, 0.13);
  --radius: 28px;
  --container: 1180px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #2c72ff; outline-offset: 4px; border-radius: 5px; }
.container { width: min(100%, calc(var(--container) + (var(--gutter) * 2))); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(5.25rem, 10vw, 8.5rem); }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 1000; padding: 0.7rem 1rem; border-radius: 8px; color: white; background: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.menu-open { border-color: rgba(84, 51, 27, .08); background: rgba(255, 253, 251, .92); box-shadow: 0 8px 35px rgba(80, 48, 24, .07); backdrop-filter: blur(16px); }
.header-inner { min-height: 5.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-size: 1.42rem; font-weight: 900; letter-spacing: -.055em; }
.brand img { border-radius: 12px; }
.brand > span > span { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 2.1rem; margin-left: auto; }
.desktop-nav a { color: #4f4741; font-size: .9rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.25rem; border-radius: 999px; font-weight: 800; }
.button-small { min-height: 2.75rem; padding-inline: 1.2rem; font-size: .85rem; }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 8px 24px rgba(24, 20, 17, .15); transition: transform .2s ease, background .2s ease; }
.button-dark:hover { background: var(--orange); transform: translateY(-2px); }
.menu-button { display: none; width: 2.75rem; height: 2.75rem; padding: .72rem; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: white; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { padding-bottom: 1.15rem; }
.mobile-nav .container { display: grid; gap: .15rem; }
.mobile-nav a { padding: .8rem .3rem; border-bottom: 1px solid var(--line); font-weight: 750; }

.hero { position: relative; min-height: 830px; padding: clamp(8.5rem, 15vw, 11.5rem) 0 6rem; background: linear-gradient(145deg, #fffdfb 40%, #fff5ec 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero-copy { position: relative; z-index: 3; padding-bottom: 1rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.2rem; color: var(--orange-deep); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 1.8rem; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.65rem; font-size: clamp(3.25rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.067em; }
h1 em, h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-intro { max-width: 600px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.16rem); }
.store-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.store-button { display: inline-flex; align-items: center; gap: .65rem; min-width: 164px; min-height: 58px; padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; color: white; background: #171411; box-shadow: 0 10px 24px rgba(24, 20, 17, .13); transition: transform .2s ease, box-shadow .2s ease; }
.store-button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(24, 20, 17, .2); }
.store-button svg { flex: 0 0 29px; width: 29px; height: 29px; fill: white; }
.store-button .play-icon path:nth-child(1) { fill: #32bbff; }
.store-button .play-icon path:nth-child(2) { fill: #ffcc00; }
.store-button .play-icon path:nth-child(3) { fill: #00d07e; }
.store-button .play-icon path:nth-child(4) { fill: #ff4b55; }
.store-button span { font-size: 1.13rem; font-weight: 650; line-height: 1.05; letter-spacing: -.02em; }
.store-button small { display: block; margin-bottom: .15rem; font-size: .55rem; font-weight: 500; letter-spacing: .05em; }
.hero-note { display: flex; align-items: center; gap: .9rem; margin-top: 2.1rem; }
.hero-note p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }
.hero-note strong { color: var(--ink); }
.hero-visual { position: relative; z-index: 2; min-height: 580px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: min(32rem, 90vw); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, var(--amber), var(--orange)); box-shadow: 0 30px 90px rgba(255, 107, 0, .25); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.hero-glow-one { top: 17%; right: -7%; width: 220px; height: 220px; background: #ffdbb9; }
.hero-glow-two { bottom: 6%; left: -5%; width: 160px; height: 160px; background: #ffe9d4; }
.phone { position: relative; overflow: hidden; border: 9px solid #171411; border-radius: 42px; background: #171411; box-shadow: var(--shadow); }
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 32px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.2); pointer-events: none; }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 32px; }
.phone-speaker { position: absolute; z-index: 2; top: 10px; left: 50%; width: 34%; height: 23px; border-radius: 20px; background: #171411; transform: translateX(-50%); }
.phone-hero { z-index: 2; width: 290px; height: 530px; transform: rotate(3deg); }
.brand-orbit { position: absolute; z-index: 4; top: 0; right: 2%; padding: .55rem; border-radius: 24px; background: white; box-shadow: 0 15px 45px rgba(84, 40, 10, .14); transform: rotate(8deg); }
.brand-orbit img { width: 94px; border-radius: 18px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: .65rem; min-width: 190px; padding: .8rem .9rem; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 16px 40px rgba(67, 32, 8, .17); backdrop-filter: blur(12px); }
.floating-card p { margin: 0; font-size: .78rem; line-height: 1.35; }
.floating-card small { display: block; color: var(--muted); }
.floating-card strong { display: block; white-space: nowrap; }
.float-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; color: white; background: var(--orange); font-weight: 900; }
.floating-card-save { left: -2%; bottom: 16%; }
.floating-card-location { right: -9%; bottom: 5%; }

.retailers { padding: 2.3rem 0; border-block: 1px solid var(--line); background: white; }
.retailers p { margin-bottom: 1.3rem; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.retailer-marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent); }
.retailer-track { display: flex; width: max-content; }
.retailer-track.marquee-ready { animation: retailer-slide 28s linear infinite; }
.retailer-list { display: flex; flex: none; align-items: center; gap: clamp(1.25rem, 3vw, 2.6rem); padding-right: clamp(1.25rem, 3vw, 2.6rem); }
.retailer-list .retailer-item { display: inline-flex; align-items: center; gap: .6rem; color: #36302c; font-size: clamp(.88rem, 1.4vw, 1.04rem); font-weight: 850; letter-spacing: -.03em; }
.retailer-logo { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; padding: 5px; border: 1px solid #eee4dc; border-radius: 11px; background: white; box-shadow: 0 6px 16px rgba(74, 42, 20, .07); overflow: hidden; }
.retailer-logo img { width: 100%; height: 100%; object-fit: contain; }
.retailer-logo-wide { padding: 7px 3px; }
@keyframes retailer-slide { to { transform: translateX(-50%); } }

.features { background: var(--warm); }
.section-heading { max-width: 690px; margin-bottom: 3.4rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin-bottom: 1rem; font-size: clamp(2.35rem, 4.8vw, 4.1rem); line-height: 1.05; letter-spacing: -.057em; }
.section-heading > p:last-child { max-width: 560px; margin-inline: auto; color: var(--muted); font-size: 1.03rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.15rem; }
.feature-card { min-height: 310px; padding: clamp(1.65rem, 3vw, 2.4rem); border: 1px solid rgba(92, 55, 27, .1); border-radius: var(--radius); background: white; box-shadow: 0 12px 42px rgba(82, 51, 28, .05); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(82, 51, 28, .1); }
.feature-card-orange { color: white; border-color: transparent; background: linear-gradient(145deg, #ff841f, var(--orange)); }
.feature-card-coral { color: white; border-color: transparent; background: linear-gradient(145deg, #ff8065, var(--coral)); }
.feature-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; min-height: 340px; overflow: hidden; background: #201b18; color: white; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 2rem; border-radius: 14px; color: var(--orange); background: var(--orange-soft); font-size: 1.3rem; font-weight: 950; }
.feature-card-orange .feature-icon, .feature-card-coral .feature-icon, .feature-card-wide .feature-icon { color: white; background: rgba(255,255,255,.16); }
.feature-card h3 { margin-bottom: .7rem; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.1; letter-spacing: -.04em; }
.feature-card p { max-width: 520px; color: var(--muted); }
.feature-card-orange p, .feature-card-coral p, .feature-card-wide p { color: rgba(255,255,255,.73); }
.feature-link { display: block; margin-top: 2rem; font-size: .82rem; font-weight: 850; }
.feature-link b { margin-left: .35rem; color: var(--orange); }
.feature-card-orange .feature-link b, .feature-card-coral .feature-link b { color: white; }
.chat-preview { position: relative; display: grid; gap: 1rem; padding: 2rem; border-radius: 24px; background: radial-gradient(circle at top right, #4b3529, #2c2521); }
.chat-preview::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 230px; height: 230px; border-radius: 50%; background: var(--orange); opacity: .16; filter: blur(8px); }
.chat-bubble { position: relative; z-index: 1; max-width: 78%; padding: 1rem 1.15rem; border-radius: 18px; font-size: .9rem; font-weight: 700; }
.user-bubble { justify-self: end; border-bottom-right-radius: 5px; color: #30261f; background: white; }
.app-bubble { border-bottom-left-radius: 5px; background: var(--orange); }
.app-bubble span { margin-right: .4rem; }

.app-showcase { background: white; overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.showcase-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.check-list { display: grid; gap: .75rem; margin: 2rem 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: .75rem; font-weight: 750; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--orange); font-size: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: var(--orange-deep); font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.showcase-phones { position: relative; min-height: 650px; }
.showcase-phones::before { content: ""; position: absolute; top: 10%; left: 5%; width: 88%; aspect-ratio: 1; border-radius: 50%; background: var(--orange-soft); }
.showcase-phones .phone { position: absolute; width: 276px; height: 530px; }
.phone-back { top: 7%; left: 5%; transform: rotate(-8deg); }
.phone-front { right: 3%; bottom: 1%; z-index: 2; transform: rotate(6deg); }

.screens { border-top: 1px solid var(--line); background: #fffaf6; }
.screen-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 3vw, 2rem); align-items: start; }
.screen-gallery figure { margin: 0; padding: .65rem; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 16px 40px rgba(67, 39, 18, .08); }
.screen-gallery figure:nth-child(2) { margin-top: 2.5rem; }
.screen-gallery img { width: 100%; border-radius: 21px; }
.screen-gallery figcaption { padding: 1rem .6rem .5rem; font-size: .85rem; font-weight: 850; text-align: center; }

.download { background: white; }
.download-panel { position: relative; min-height: 480px; display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; gap: 3rem; padding: clamp(2.5rem, 7vw, 5rem); border-radius: 40px; color: white; background: linear-gradient(135deg, #ff7b0d 0%, #ff5b00 75%); box-shadow: 0 30px 80px rgba(255, 91, 0, .22); overflow: hidden; }
.download-copy { position: relative; z-index: 2; }
.download-copy h2 { max-width: 710px; }
.download-copy > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.82); }
.download-copy .store-buttons { margin-top: 2rem; }
.eyebrow.light { color: white; }
.download-brand { position: relative; z-index: 2; justify-self: center; width: clamp(125px, 17vw, 190px); border: 8px solid rgba(255,255,255,.5); border-radius: 36px; box-shadow: 0 25px 45px rgba(119, 35, 0, .25); transform: rotate(-7deg); }
.download-ring { position: absolute; border: 2px solid rgba(255,255,255,.14); border-radius: 50%; }
.ring-one { left: -10%; bottom: -65%; width: 600px; height: 600px; }
.ring-two { right: -10%; top: -60%; width: 500px; height: 500px; }

.site-footer { padding-top: 4.5rem; color: #cfc8c3; background: #191613; }
.scroll-top { position: fixed; right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 3vw, 2rem); z-index: 90; display: grid; place-items: center; width: 3.25rem; height: 3.25rem; padding: 0; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: var(--orange); box-shadow: 0 12px 30px rgba(180, 64, 0, .3); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(1rem); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease; }
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--orange-deep); transform: translateY(-3px); }
.scroll-top svg { width: 1.45rem; height: 1.45rem; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.footer-top { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; padding-bottom: 4rem; }
.site-footer .brand { color: white; }
.footer-brand-block > p { max-width: 260px; margin: 1rem 0 0; color: #9e9690; font-size: .88rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-links h2 { margin-bottom: 1rem; color: white; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin-bottom: .6rem; color: #a9a19b; font-size: .86rem; transition: color .2s ease; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.5rem; border-top: 1px solid #332d29; }
.footer-bottom p { margin: 0; color: #77706b; font-size: .72rem; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .hero-copy .store-buttons, .hero-note { justify-content: center; }
  .hero-visual { min-height: 640px; }
  .floating-card-save { left: 8%; }
  .floating-card-location { right: 7%; }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 650px; text-align: center; margin-inline: auto; }
  .showcase-copy .eyebrow { justify-content: center; }
  .check-list { width: fit-content; margin-inline: auto; text-align: left; }
  .showcase-phones { width: min(650px, 100%); margin-inline: auto; }
  .download-panel { grid-template-columns: 1fr; text-align: center; }
  .download-copy .eyebrow, .download-copy .store-buttons { justify-content: center; }
  .download-copy h2, .download-copy > p { margin-inline: auto; }
  .footer-top { grid-template-columns: .65fr 1.35fr; }
}

@media (max-width: 720px) {
  .desktop-nav, .header-download { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 8rem; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
  .hero-visual { min-height: 570px; }
  .hero-visual::before { width: 430px; }
  .phone-hero { width: 255px; height: 470px; }
  .brand-orbit { right: 2%; }
  .brand-orbit img { width: 70px; }
  .floating-card { min-width: 165px; padding: .65rem; }
  .floating-card p { font-size: .69rem; }
  .floating-card-save { left: 0; bottom: 12%; }
  .floating-card-location { right: -3%; bottom: 1%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; grid-template-columns: 1fr; gap: 1.5rem; }
  .screen-gallery { display: flex; gap: 1rem; padding: 1rem var(--gutter) 2rem; margin-inline: calc(var(--gutter) * -1); overflow-x: auto; scroll-snap-type: x mandatory; }
  .screen-gallery figure { flex: 0 0 min(88vw, 380px); scroll-snap-align: center; }
  .screen-gallery figure img { aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
  .screen-gallery figure:nth-child(2) { margin-top: 0; }
  .showcase-phones { min-height: 570px; }
  .showcase-phones .phone { width: 225px; height: 440px; }
  .phone-back { left: 1%; }
  .phone-front { right: 1%; }
  .download-panel { border-radius: 28px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { gap: 1rem; }
  .footer-bottom { display: grid; gap: .4rem; }
}

@media (max-width: 470px) {
  :root { --gutter: 1.1rem; }
  .header-inner { min-height: 4.75rem; }
  .hero { padding-top: 7.4rem; }
  .store-buttons { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .store-button { min-width: 0; min-height: 54px; padding: .55rem .65rem; }
  .store-button svg { width: 24px; flex-basis: 24px; }
  .store-button span { font-size: .94rem; }
  .store-button small { font-size: .48rem; }
  .hero-note { align-items: flex-start; text-align: left; }
  .hero-visual { min-height: 510px; }
  .phone-hero { width: 225px; height: 420px; }
  .floating-card { min-width: 145px; }
  .floating-card-location { right: -5%; }
  .floating-card-save { left: -5%; }
  .float-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .feature-card { min-height: 285px; }
  .showcase-phones { min-height: 470px; }
  .showcase-phones .phone { width: 185px; height: 365px; border-width: 7px; border-radius: 31px; }
  .phone img { border-radius: 24px; }
  .phone::after { border-radius: 24px; }
  .phone-speaker { height: 18px; top: 7px; }
  .download-panel { padding-inline: 1.35rem; }
  .download-panel .store-buttons { max-width: 390px; margin-inline: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .retailer-marquee { overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .retailer-track, .retailer-track.marquee-ready { width: 100%; animation: none; }
  .retailer-track .retailer-list { flex-wrap: wrap; justify-content: center; padding-right: 0; }
  .retailer-track .retailer-list[aria-hidden="true"] { display: none; }
}
