:root {
  color-scheme: light;
  --ink: #1d1814;
  --ink-soft: #362b21;
  --paper: #fbfaf7;
  --paper-warm: #f3ede3;
  --paper-deep: #e8ddcd;
  --panel: #ffffff;
  --line: #dfd4c3;
  --muted: #746a60;
  --amber: #ca7129;
  --amber-deep: #9c5015;
  --amber-light: #f8c16e;
  --green: #25834d;
  --blue: #2479d4;
  --purple: #7d4ede;
  --shadow: 0 22px 55px rgba(66, 41, 16, .12);
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { max-width: 100%; }
a { color: var(--amber-deep); }
a:hover { color: var(--ink); }
.shell { width: min(100% - 48px, 1220px); margin: 0 auto; }

header { position: relative; z-index: 20; border-bottom: 1px solid rgba(73, 48, 23, .09); background: rgba(251, 250, 247, .88); backdrop-filter: blur(18px); }
.site-header { position: sticky; top: 0; }
.nav { min-height: 78px; display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 22px; font-weight: 790; letter-spacing: -.03em; text-decoration: none; }
.brand img { width: 40px; height: 40px; border-radius: 12px; object-fit: cover; box-shadow: 0 4px 14px rgba(71, 42, 17, .12); }
.nav-links { display: flex; gap: 23px; margin-left: auto; font-size: 14px; }
.nav-links a { color: #665d54; text-decoration: none; transition: color .2s ease; }
.nav-links a:hover { color: var(--amber-deep); }
.nav-cta { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: var(--amber); color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { color: #fff; background: var(--amber-deep); transform: translateY(-2px); }

/* Support and Privacy pages */
body:not(.home) main.shell { padding: 76px 0 64px; max-width: 820px; }
.eyebrow { margin: 0 0 13px; color: var(--amber-deep); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
body:not(.home) h1 { max-width: 760px; margin-bottom: 0; font-size: clamp(40px, 7vw, 65px); letter-spacing: -.052em; line-height: 1.04; }
body:not(.home) h2 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.025em; }
body:not(.home) h3 { margin: 28px 0 8px; font-size: 19px; }
body:not(.home) p { color: var(--muted); }
.lead { max-width: 640px; margin-top: 22px; font-size: 20px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 0; border-radius: 15px; background: var(--amber); color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button.secondary { border: 1px solid #d8c8b5; background: rgba(255,255,255,.58); color: var(--ink); }
.button.secondary:hover { color: var(--ink); background: #fff; }
.content-card { margin-top: 32px; padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 30px rgba(64, 39, 16, .05); }
.content-card p:last-child { margin-bottom: 0; }
ul { padding-left: 22px; color: var(--muted); }
li { margin: 8px 0; }
strong { color: var(--ink); }

/* Home */
.home { overflow-x: hidden; }
.home h1, .home h2, .home h3, .home h4 { margin-bottom: 0; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 17%, #ead8bd 0, rgba(234,216,189,.58) 18%, transparent 46%), linear-gradient(125deg, #fdfbf7 0%, #f4ece0 100%); }
.hero::after { position: absolute; right: -15%; bottom: -200px; width: 780px; height: 780px; border-radius: 50%; background: rgba(201, 113, 41, .14); content: ""; filter: blur(75px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, .9fr); align-items: center; min-height: 720px; gap: 42px; }
.hero-copy { padding: 104px 0; animation: rise-in .8s ease both; }
.home .hero h1 { max-width: 660px; font-size: clamp(49px, 5.25vw, 76px); letter-spacing: -.064em; line-height: .97; }
.home .lead { margin-bottom: 0; color: #62574c; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 27px 0 0; color: #817466; font-size: 14px; }
.hero-visual { position: relative; min-height: 620px; animation: rise-in 1s .1s ease both; }
.hero-phone { position: absolute; overflow: hidden; border: 7px solid #252321; border-radius: 35px; background: #252321; box-shadow: 0 32px 65px rgba(70, 42, 13, .25); }
.hero-phone img, .device-shot img { display: block; width: 100%; height: auto; }
.phone-left { top: 46px; left: 8%; width: 270px; transform: rotate(-6deg); }
.phone-right { right: 6%; bottom: 26px; width: 270px; transform: rotate(7deg); }
.hero-tag { position: absolute; z-index: 2; padding: 8px 13px; border-radius: 999px; box-shadow: 0 10px 22px rgba(68, 39, 13, .13); font-size: 13px; font-weight: 800; }
.tag-green { top: 78px; right: 2%; background: #d9f1e0; color: #177041; }
.tag-orange { bottom: 56px; left: 0; background: #fff1dd; color: var(--amber-deep); }

.section-light { background: #fff; }
.feature-intro { padding: 108px 0 116px; }
.home h2 { max-width: 780px; font-size: clamp(38px, 4.25vw, 58px); letter-spacing: -.052em; line-height: 1.02; }
.section-lead { max-width: 760px; margin: 22px 0 48px; color: var(--muted); font-size: 19px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-card { min-height: 305px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 12px 26px rgba(64,39,16,.045); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 23px; border-radius: 50%; color: #fff; font-size: 20px; font-weight: 800; }
.accent-purple .feature-icon { background: var(--purple); }.accent-orange .feature-icon { background: var(--amber); }.accent-green .feature-icon { background: var(--green); }.accent-gold .feature-icon { background: #a87522; }
.feature-card h3 { font-size: 22px; letter-spacing: -.025em; }
.feature-card p { min-height: 92px; margin: 10px 0 18px; color: var(--muted); font-size: 15px; }
.feature-card a { color: var(--amber-deep); font-size: 14px; font-weight: 800; text-decoration: none; }

.showcase { padding: 124px 0; overflow: hidden; }
.section-tint { background: var(--paper-warm); }
.showcase-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(490px, 1.1fr); align-items: center; gap: 84px; }
.showcase-grid.reverse { grid-template-columns: minmax(0, .86fr) minmax(490px, 1.14fr); }
.showcase-grid.reverse .showcase-copy { order: 1; }
.showcase-grid.reverse > :not(.showcase-copy) { order: 2; }
.showcase-copy p:not(.eyebrow) { max-width: 530px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.check-list { display: grid; gap: 21px; margin: 42px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0; padding-left: 29px; }
.check-list li::before { position: absolute; top: 8px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--amber); content: ""; }
.green-checks li::before { background: var(--green); }
.check-list strong, .check-list span { display: block; }
.check-list strong { font-size: 16px; }
.check-list span { margin-top: 3px; color: #83776b; font-size: 14px; }
.device-shot { margin: 0; overflow: hidden; border: 7px solid #22201e; border-radius: 32px; background: #22201e; box-shadow: var(--shadow); }

.screen-pair, .price-visual, .add-bottle-visual, .trade-pair { position: relative; min-height: 610px; }
.map-main { position: absolute; top: 0; left: 0; width: 315px; transform: rotate(-4deg); }.map-detail { position: absolute; right: 4%; bottom: 0; width: 290px; transform: rotate(5deg); }
.planner-showcase { background: linear-gradient(145deg, #fcfbf8 0%, #f1e7d8 100%); }
.planner-visual { position: relative; min-height: 665px; display: grid; place-items: center; }.planner-phone { width: 334px; transform: rotate(1deg); }.planner-badge { position: absolute; top: 62px; right: 5%; padding: 10px 15px; border-radius: 999px; background: #dff1e3; color: #14683b; font-size: 14px; font-weight: 800; box-shadow: 0 11px 24px rgba(46,122,67,.15); }
.planner-features { display: grid; gap: 14px; margin-top: 35px; }.planner-features div { padding: 16px 18px; border: 1px solid #dbcbb8; border-radius: 17px; background: rgba(255,255,255,.65); }.planner-features strong, .planner-features span { display: block; }.planner-features strong { font-size: 15px; }.planner-features span { margin-top: 3px; color: #74695f; font-size: 13px; }

.price-showcase { background: #fff; }.pricing-phone { position: absolute; top: 0; left: 0; width: 300px; transform: rotate(-5deg); }.price-search { position: absolute; right: 0; bottom: 0; width: 285px; transform: rotate(5deg); }.price-explainers { display: grid; gap: 13px; margin-top: 39px; }.price-explainers > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 15px; padding: 14px 17px; border: 1px solid #dfd3c4; border-radius: 16px; background: #fff; }.price-dot { width: 34px; height: 34px; border-radius: 50%; }.price-dot.blue { background: var(--blue); }.price-dot.copper { background: var(--amber); }.price-dot.green { background: var(--green); }.price-explainers p { margin: 0; }.price-explainers strong, .price-explainers small { display: block; }.price-explainers small { color: #746a60; font-size: 12px; }.fine-print { color: #83776b !important; font-size: 13px !important; }

.cellar-main { position: absolute; top: 0; left: 1%; width: 300px; transform: rotate(-5deg); }.cellar-grid { position: absolute; right: 0; bottom: 0; width: 290px; transform: rotate(5deg); }
.add-bottle-showcase { background: #fff; }.add-main { position: absolute; top: 0; left: 2%; width: 295px; transform: rotate(-4deg); }.add-camera { position: absolute; right: 3%; bottom: 0; width: 275px; transform: rotate(5deg); }
.trade-select { position: absolute; top: 0; left: 0; width: 290px; transform: rotate(-5deg); }.trade-result { position: absolute; right: 2%; bottom: 0; width: 290px; transform: rotate(5deg); }
.drops-showcase { background: #fff; }.drops-visual { display: grid; min-height: 600px; place-items: center; }.drops-phone { width: 335px; transform: rotate(-1deg); }

.closing-cta { padding: 122px 0; background: radial-gradient(circle at 50% 2%, #f0d6b2 0, #e9d6bd 21%, transparent 48%), #f3ebe0; text-align: center; }.closing-cta h2 { max-width: 890px; margin: 0 auto; }.closing-cta p:not(.eyebrow) { max-width: 720px; margin: 25px auto 36px; color: var(--muted); font-size: 19px; }.cta-logo { width: 70px; height: 70px; margin-bottom: 24px; border-radius: 21px; box-shadow: 0 10px 27px rgba(73, 44, 15, .14); }

footer { padding: 33px 0 39px; border-top: 1px solid var(--line); background: #f8f4ed; color: var(--muted); font-size: 14px; }.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; }.footer-row > div { display: flex; align-items: center; gap: 15px; }.footer-row p { margin: 0; }.footer-brand { font-size: 18px; }.footer-brand img { width: 31px; height: 31px; border-radius: 9px; }.footer-row a { color: #765f45; text-decoration: none; }

@keyframes rise-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) { .shell { width: min(100% - 40px, 760px); }.nav-links { display: none; }.hero-grid, .showcase-grid, .showcase-grid.reverse { grid-template-columns: 1fr; gap: 54px; }.hero-grid { padding-top: 45px; }.hero-copy { padding: 35px 0 0; }.hero-visual { min-height: 650px; }.showcase-grid.reverse .showcase-copy, .showcase-grid.reverse > :not(.showcase-copy) { order: initial; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card p { min-height: auto; }.showcase { padding: 88px 0; }.screen-pair, .price-visual, .add-bottle-visual, .trade-pair { min-height: 600px; }.planner-visual, .drops-visual { min-height: 620px; } }
@media (max-width: 620px) { .shell { width: min(100% - 32px, 760px); }.nav { min-height: 68px; }.brand { font-size: 20px; }.brand img { width: 34px; height: 34px; border-radius: 10px; }.nav-cta { min-height: 39px; padding: 0 15px; font-size: 12px; }.hero-grid { min-height: auto; gap: 0; }.hero-copy { padding-top: 64px; }.home .hero h1 { font-size: clamp(44px, 13vw, 59px); }.home .lead, .section-lead, .showcase-copy p:not(.eyebrow), .closing-cta p:not(.eyebrow) { font-size: 17px; }.hero-visual { min-height: 520px; }.hero-phone { border-width: 5px; border-radius: 26px; }.phone-left { top: 45px; left: 2%; width: 210px; }.phone-right { right: 0; bottom: 28px; width: 210px; }.hero-tag { padding: 6px 10px; font-size: 11px; }.tag-green { top: 64px; right: 0; }.tag-orange { bottom: 12px; left: 0; }.feature-intro { padding: 76px 0; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; }.showcase { padding: 76px 0; }.home h2 { font-size: 40px; }.device-shot { border-width: 5px; border-radius: 25px; }.screen-pair, .price-visual, .add-bottle-visual, .trade-pair { min-height: 505px; }.map-main, .pricing-phone, .cellar-main, .add-main, .trade-select { width: 235px; }.map-detail, .price-search, .cellar-grid, .add-camera, .trade-result { width: 220px; }.planner-visual, .drops-visual { min-height: 550px; }.planner-phone, .drops-phone { width: 274px; }.planner-badge { top: 35px; right: 0; font-size: 12px; }.footer-row, .footer-row > div { align-items: flex-start; flex-direction: column; }.footer-row { gap: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
