:root {
  --wine: #541f2f;
  --wine-deep: #31111d;
  --wine-soft: #7b3348;
  --cream: #f5efe5;
  --cream-2: #ece2d2;
  --paper: #fbf8f2;
  --ink: #211a19;
  --muted: #716864;
  --olive: #6e7655;
  --gold: #bd945a;
  --line: rgba(33,26,25,.12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(49,17,29,.14);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--wine); color: var(--cream); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: #fff; color: #000; padding: 10px 16px; }
.skip-link:focus { left: 10px; top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,248,242,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(33,26,25,.08);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 255px; }
.brand img { flex: 0 0 auto; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.main-nav a { font-size: 14px; font-weight: 650; color: #463c39; }
.main-nav a:hover { color: var(--wine); }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border-radius: 999px; font-weight: 750; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-small { padding: 10px 17px; font-size: 13px; }
.btn-large { padding: 15px 22px; font-size: 15px; }
.btn-solid { color: #fff; background: var(--wine); box-shadow: 0 10px 28px rgba(84,31,47,.22); }
.btn-solid:hover { background: #64263a; box-shadow: 0 14px 32px rgba(84,31,47,.27); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.11); }
.btn-cream { padding: 13px 20px; color: var(--wine-deep); background: var(--cream); }
.btn-dark { color: #fff; background: var(--wine-deep); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); border-bottom: 1px solid rgba(245,239,229,.4); font-weight: 700; }
.dark-link { color: var(--wine); border-color: rgba(84,31,47,.25); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(189,148,90,.23), transparent 32%),
    radial-gradient(circle at 80% 15%, rgba(123,51,72,.33), transparent 28%),
    linear-gradient(135deg, #35131f 0%, #541f2f 56%, #3b1623 100%);
  color: #fff;
}
.hero::after { content: ""; position: absolute; inset: auto -10% -120px; height: 210px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: rgba(255,255,255,.03); transform: rotate(-2deg); }
.hero-grain { position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; padding-block: 82px 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #e8d6bc; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.eyebrow.dark { color: var(--wine); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(189,148,90,.14); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.035em; margin: 0; }
h1 { max-width: 780px; margin-top: 16px; font-size: clamp(52px, 6vw, 82px); line-height: .98; }
.hero-lead { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 31px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, max-content); gap: 35px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; }
.hero-proof strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.hero-proof span { color: rgba(255,255,255,.58); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.hero-art { position: relative; min-height: 510px; }
.art-card { position: absolute; inset: 0 14px 30px 0; overflow: hidden; border-radius: 34px; border: 1px solid rgba(255,255,255,.22); background: #5e6749; box-shadow: 0 30px 80px rgba(17,4,9,.35); }
.art-card::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(35,17,17,.03) 10%, rgba(35,17,17,.30) 100%); pointer-events: none; }
.hero-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover !important; object-position: center center; }
.sun { position: absolute; width: 124px; height: 124px; right: 44px; top: 46px; border-radius: 50%; background: rgba(255,245,213,.8); box-shadow: 0 0 80px rgba(255,241,194,.65); }
.ridge { position: absolute; left: -10%; width: 120%; border-radius: 50%; transform: rotate(-3deg); }
.ridge-one { top: 175px; height: 130px; background: #7f825d; }
.ridge-two { top: 225px; height: 190px; background: #5e6749; transform: rotate(5deg); }
.vine-lines { position: absolute; inset: 55% -20% -20%; transform: perspective(420px) rotateX(58deg); background: repeating-linear-gradient(90deg, transparent 0 35px, rgba(37,51,30,.65) 36px 42px, transparent 43px 76px), repeating-linear-gradient(0deg, transparent 0 44px, rgba(255,255,255,.08) 45px 47px); }
.grape-cluster { position: absolute; z-index: 3; width: 210px; height: 250px; left: 50px; top: 155px; filter: drop-shadow(0 22px 22px rgba(36,6,17,.28)); }
.grape-cluster i { position: absolute; width: 58px; height: 58px; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #a24c68, #5c1d35 70%); border: 2px solid rgba(255,255,255,.11); }
.grape-cluster i:nth-child(1){left:66px;top:0}.grape-cluster i:nth-child(2){left:31px;top:35px}.grape-cluster i:nth-child(3){left:90px;top:37px}.grape-cluster i:nth-child(4){left:5px;top:77px}.grape-cluster i:nth-child(5){left:61px;top:78px}.grape-cluster i:nth-child(6){left:118px;top:78px}.grape-cluster i:nth-child(7){left:27px;top:122px}.grape-cluster i:nth-child(8){left:84px;top:125px}.grape-cluster i:nth-child(9){left:137px;top:126px}.grape-cluster i:nth-child(10){left:56px;top:169px}.grape-cluster i:nth-child(11){left:111px;top:171px}.grape-cluster i:nth-child(12){left:85px;top:209px;width:50px;height:50px}.grape-cluster b { position: absolute; left: 88px; top: -42px; width: 14px; height: 58px; border-radius: 10px; background: #5b633c; transform: rotate(14deg); }
.harvest-tag { position: absolute; z-index: 4; right: 28px; bottom: 28px; display: grid; gap: 1px; padding: 15px 19px; background: rgba(245,239,229,.92); color: var(--wine-deep); border-radius: 17px; box-shadow: 0 15px 35px rgba(0,0,0,.15); }
.harvest-tag span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #6e5f59; }
.harvest-tag strong { font: 700 24px Georgia, serif; }
.floating-note { position: absolute; z-index: 6; right: -10px; bottom: 0; max-width: 230px; padding: 14px 17px; border-radius: 15px; background: var(--cream); color: var(--wine-deep); font-size: 12px; font-weight: 750; box-shadow: var(--shadow); }

.quick-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid > div { min-height: 118px; padding: 26px 24px; display: grid; grid-template-columns: 30px 1fr; column-gap: 11px; align-content: center; border-right: 1px solid var(--line); }
.quick-grid > div:first-child { border-left: 1px solid var(--line); }
.quick-grid span { grid-row: 1/3; color: var(--gold); font: 700 13px Georgia, serif; }
.quick-grid strong { font-size: 14px; }
.quick-grid small { color: var(--muted); font-size: 12px; }

.section { padding: 104px 0; }
.section-light { background: var(--paper); }
.section-heading { margin-bottom: 45px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.section-heading h2, .calculator-copy h2, .producer-copy h2, .faq-intro h2, .story-panel h2 { margin-top: 12px; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; }
.section-heading > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }

.variety-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.variety-card { grid-column: span 4; min-height: 410px; padding: 23px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 44px rgba(55,31,30,.05); display: flex; flex-direction: column; }
.variety-card.featured { grid-column: span 6; }
.variety-card:nth-child(2) { grid-column: span 6; }
.variety-card:nth-child(3), .variety-card:nth-child(4), .variety-card:nth-child(5), .variety-card:nth-child(6) { grid-column: span 6; }
.variety-visual { position: relative; height: 176px; overflow: hidden; border-radius: 17px; background: #ded8ce; margin-bottom: 22px; }
.variety-visual img { display: block; width: 100%; height: 100%; object-fit: cover !important; object-position: center; }
.variety-meta { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 12px; }
.variety-meta span { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #f3eee7; color: #755f55; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.variety-card h3 { font-size: 28px; line-height: 1.1; }
.variety-card p { color: var(--muted); font-size: 14px; margin: 13px 0 18px; }
.variety-card a { margin-top: auto; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 800; color: var(--wine); border-top: 1px solid var(--line); padding-top: 16px; }
.compact-card { min-height: 190px; flex-direction: row; align-items: center; gap: 20px; }
.compact-number { flex: 0 0 70px; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--wine); font: 700 25px Georgia, serif; }
.compact-photo { flex: 0 0 170px; width: 170px; height: 142px; overflow: hidden; border-radius: 17px; background: #ded8ce; }
.compact-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.compact-card p { margin-bottom: 0; }
.contact-card { background: var(--wine); color: #fff; border-color: transparent; }
.contact-card .compact-number { background: rgba(255,255,255,.1); color: #fff; }
.contact-card .variety-meta span { color: #f3e8d8; background: rgba(255,255,255,.1); }
.contact-card p { color: rgba(255,255,255,.68); }

.story-section { color: #fff; background: var(--wine-deep); position: relative; overflow: hidden; }
.story-section::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; right: -120px; top: -240px; box-shadow: 0 0 0 60px rgba(255,255,255,.015), 0 0 0 120px rgba(255,255,255,.012); }
.story-grid { position: relative; display: grid; grid-template-columns: 1fr .95fr; gap: 80px; align-items: center; }
.story-panel p { color: rgba(255,255,255,.68); font-size: 16px; max-width: 620px; }
.story-actions { margin-top: 28px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.steps-card { padding: 16px 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; backdrop-filter: blur(8px); }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.step:last-child { border-bottom: 0; }
.step > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #dfc49f; font: 700 13px Georgia, serif; }
.step strong { font: 700 19px Georgia, serif; }
.step p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }

.calculator-section { background: #f1e9dd; }
.calculator-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.calculator-copy p { max-width: 540px; color: var(--muted); }
.source-note { padding-left: 15px; border-left: 3px solid rgba(84,31,47,.25); font-size: 13px; }
.calculator-card { padding: 34px; border-radius: 28px; background: #fff; border: 1px solid rgba(84,31,47,.09); box-shadow: var(--shadow); }
.calculator-card label { display: block; margin-bottom: 10px; font-weight: 800; font-size: 13px; }
.input-wrap { display: flex; align-items: center; border: 1px solid #d7cdc0; border-radius: 16px; overflow: hidden; background: #fff; }
.input-wrap input { width: 100%; border: 0; outline: 0; padding: 16px 18px; font: 700 26px Georgia, serif; color: var(--wine-deep); background: transparent; }
.input-wrap span { padding-right: 18px; color: var(--muted); font-size: 13px; }
.calc-button { width: 100%; border: 0; cursor: pointer; margin-top: 12px; padding: 14px 20px; }
.calc-result { margin-top: 20px; padding: 20px; display: grid; gap: 5px; border-radius: 18px; background: #f5efe7; }
.calc-result span { color: var(--muted); font-size: 12px; }
.calc-result strong { color: var(--wine-deep); font: 700 24px Georgia, serif; }
.calc-result small { color: var(--muted); font-size: 11px; }
.calc-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; color: var(--wine); font-size: 13px; font-weight: 800; }

.producer-section { background: var(--paper); }
.producer-grid { display: grid; grid-template-columns: 160px 1fr .8fr; gap: 48px; align-items: start; }
.producer-mark { width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); }
.producer-copy p { color: var(--muted); max-width: 630px; }
.producer-facts { border-top: 1px solid var(--line); }
.producer-facts div { display: grid; grid-template-columns: 28px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.producer-facts span { grid-row: 1/3; color: var(--gold); font: 700 12px Georgia, serif; }
.producer-facts strong { font-size: 14px; }
.producer-facts small { color: var(--muted); font-size: 12px; }

.faq-section { background: var(--wine); color: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { color: rgba(255,255,255,.66); max-width: 400px; }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.14); }
.faq-list details:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 24px 42px 24px 0; font: 700 20px Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font: 400 18px system-ui, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -7px 0 24px; color: rgba(255,255,255,.63); max-width: 720px; font-size: 14px; }

.final-cta { background: var(--cream-2); padding: 60px 0; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.final-cta h2 { font-size: clamp(34px, 4vw, 52px); margin-top: 6px; }
.final-cta p { margin: 8px 0 0; color: var(--muted); }
.mini-label { color: var(--wine); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }

.site-footer { background: #21191a; color: #f3ede5; padding: 56px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .85fr .9fr 1fr; gap: 38px; }
.brand-footer { min-width: 0; }
.brand-footer small { color: rgba(255,255,255,.5); }
.footer-brand p { max-width: 280px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: rgba(255,255,255,.58); }
.footer-grid > div:not(.footer-brand) strong { color: #fff; margin-bottom: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: 11px; }

.mobile-callbar { display: none; }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .header-inner > .btn { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-proof { gap: 22px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .producer-grid { grid-template-columns: 120px 1fr; }
  .producer-mark { width: 110px; height: 110px; }
  .producer-mark img { width: 85px; }
  .producer-facts { grid-column: 2; }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .site-header { position: static; }
  .header-inner { min-height: 68px; }
  .header-inner > .btn { display: none; }
  .brand { min-width: 0; }
  .brand strong { font-size: 17px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 68px 60px; }
  h1 { font-size: clamp(48px, 12vw, 66px); }
  .hero-art { min-height: 450px; max-width: 570px; width: 100%; margin: 0 auto; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .split-heading, .story-grid, .calculator-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .variety-card.featured, .variety-card:nth-child(2), .variety-card:nth-child(3), .variety-card:nth-child(4), .variety-card:nth-child(5), .variety-card:nth-child(6) { grid-column: span 12; }
  .variety-card.compact-card { grid-column: span 12; }
  .faq-intro { position: static; }
  .producer-grid { grid-template-columns: 100px 1fr; gap: 28px; }
  .producer-facts { grid-column: 1 / -1; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  body { padding-bottom: 72px; }
  .mobile-callbar { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 10px 10px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(49,17,29,.96); color: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
  .mobile-callbar div { display: grid; line-height: 1.1; }
  .mobile-callbar small { color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
  .mobile-callbar strong { margin-top: 4px; font-size: 15px; }
  .mobile-callbar a { padding: 11px 15px; border-radius: 12px; background: var(--cream); color: var(--wine-deep); font-size: 12px; font-weight: 850; }
}

@media (max-width: 560px) {
  .section { padding: 78px 0; }
  .brand small { display: none; }
  .brand img { width: 36px; height: 36px; }
  .hero { text-align: left; }
  .hero-grid { padding-top: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 12px; margin-top: 38px; }
  .hero-proof strong { font-size: 19px; }
  .hero-proof span { font-size: 9px; }
  .hero-art { min-height: 380px; }
  .art-card { right: 0; }
  .grape-cluster { left: 20px; transform: scale(.8); transform-origin: left center; }
  .floating-note { right: 0; max-width: 200px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div, .quick-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .split-heading { gap: 20px; }
  .section-heading h2, .calculator-copy h2, .producer-copy h2, .faq-intro h2, .story-panel h2 { font-size: 39px; }
  .variety-card.compact-card { grid-column: span 12; }
  .calculator-card { padding: 22px; }
  .calc-result strong { font-size: 20px; }
  .producer-grid { grid-template-columns: 1fr; }
  .producer-mark { width: 92px; height: 92px; }
  .producer-facts { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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