@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&display=swap');
:root{--ink:#171713;--cream:#f4f0e6;--gold:#c9a15a;--deep:#11110f;--muted:#b7ae9d;--card:#1a1a17}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Manrope',Arial,sans-serif}
header{min-height:78px;padding:0 5vw;display:flex;align-items:center;gap:34px;background:#f7f4ec;position:sticky;top:0;z-index:10;border-bottom:1px solid #ded8ca}
.brand{font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;text-decoration:none;color:var(--ink);line-height:1}.brand span{font-style:italic}.brand small{display:block;font-family:'Manrope',sans-serif;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-top:7px;color:#7c7468;font-style:normal;font-weight:400}
nav{margin-left:auto;display:flex;gap:28px}nav a,.small{color:var(--ink);text-decoration:none;font-size:14px}.wa{border:1px solid var(--ink);padding:10px 16px}
.hero{height:calc(100vh - 78px);min-height:650px;max-height:850px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('assets/hero.png') center center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,6,.79) 0%,rgba(8,8,6,.60) 34%,rgba(8,8,6,.20) 61%,rgba(8,8,6,0) 100%)}.hero-copy{position:relative;color:#fff;width:min(660px,52vw);margin-left:7vw}.eyebrow{letter-spacing:.19em;font-size:12px;color:#dbc18f;margin:0 0 20px}.eyebrow.dark{color:#8e6d33}.hero h1,.section-head h2,.story h2,.pros h2,.contact h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500}.hero h1{font-size:clamp(50px,5.2vw,78px);line-height:1.01;margin:0 0 24px;letter-spacing:-.03em}.lead{font-size:17px;line-height:1.62;max-width:610px;color:#f4efe6}.cta{display:inline-block;margin-top:18px;background:var(--gold);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;padding:15px 22px;font-size:12px;font-weight:500}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.ghost{background:rgba(12,12,10,.34);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(3px)}.ghost:hover{background:rgba(255,255,255,.12)}
.how{display:grid;grid-template-columns:repeat(3,1fr);background:#f7f4ec;border-bottom:1px solid #d8d1c3;padding:0 7vw}.how div{padding:26px 30px;border-right:1px solid #d8d1c3;display:flex;align-items:center;gap:18px}.how div:last-child{border-right:0}.how b{color:#a77c34;font-size:12px;letter-spacing:.12em}.how span{font-size:14px;font-weight:500}
.story{padding:90px 7vw;display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:start}.story h2,.section-head h2{font-size:clamp(42px,4.3vw,66px);line-height:1.05;margin:0}.story-copy>p{font-size:17px;line-height:1.75;margin-top:0}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.facts span{border-top:1px solid #cfc7b8;padding-top:14px;font-size:12px;color:#6f685d}.facts b{display:block;color:var(--ink);font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;margin-bottom:3px;font-weight:500}
.cuvees{background:var(--deep);color:white;padding:92px 5vw 78px}.section-head{max-width:860px;margin:0 auto 48px;text-align:center}.section-head>p:last-child{color:#c9c3b8;font-size:16px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1240px;margin:auto}.card{background:var(--card);overflow:hidden;border:1px solid rgba(255,255,255,.04)}.pic{width:100%;aspect-ratio:2/3;overflow:hidden;background:#0d0d0b}.pic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.card:hover .pic img{transform:scale(1.012)}.card-copy{padding:28px 30px 34px}.card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.num{color:var(--gold);font-size:12px}.price{color:#f0c66f;font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;font-size:30px;line-height:1;letter-spacing:-.02em}.card-copy h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:34px;margin:10px 0 8px}.card-copy strong{font-weight:400;color:#d6b878;font-size:14px}.card-copy p{color:#c8c3b9;line-height:1.65;min-height:52px}.order-link{display:inline-block;margin-top:8px;color:#eee8dc;text-decoration:none;font-size:13px;border-bottom:1px solid #766b5a;padding-bottom:3px}.order-link:hover{color:#d6b878}.price-note{text-align:center;margin:34px 0 0;color:#b6ad9e;font-size:13px;letter-spacing:.035em}
.pros{padding:90px 7vw;background:#171713;color:#fff;text-align:center}.pros h2{font-size:clamp(40px,4.2vw,62px);line-height:1.08;max-width:900px;margin:0 auto 22px}.pros>p:not(.eyebrow){max-width:720px;margin:0 auto;color:#c8c3b9;font-size:17px;line-height:1.7}.gold{margin-top:30px}
.contact{padding:82px 7vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:8vw}.contact h2{font-size:clamp(44px,4.8vw,68px);line-height:1.05;margin:0}.contact>div:last-child p{font-size:18px;line-height:1.6;max-width:500px}.darkbtn{background:var(--ink);margin-right:20px}.phone{display:block;margin-top:20px;color:var(--ink);font-size:16px}
footer{padding:38px 7vw;border-top:1px solid #d6d0c3;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8px}footer p{margin:0;text-align:right}.legal{grid-column:2;color:#7a746a;font-size:11px}
@media(max-width:900px){.hero-copy{width:min(640px,64vw)}.grid{gap:20px}.facts{grid-template-columns:1fr}.pic{aspect-ratio:2/3}}
@media(max-width:760px){.how{grid-template-columns:1fr;padding:0 22px}.how div{border-right:0;border-bottom:1px solid #d8d1c3;padding:18px 0}.how div:last-child{border-bottom:0}header{min-height:64px;padding:0 18px}.brand{font-size:18px}.brand small{display:none}nav{display:none}.small{margin-left:auto}.hero{height:auto;min-height:720px;max-height:none}.hero-bg{background-position:60% center}.hero-shade{background:linear-gradient(180deg,rgba(8,8,6,.30),rgba(8,8,6,.72) 58%,rgba(8,8,6,.92))}.hero-copy{width:auto;margin:0 22px;align-self:flex-end;padding-bottom:56px}.hero h1{font-size:45px}.lead{font-size:15.5px}.hero-actions{align-items:flex-start;flex-direction:column;gap:0}.story,.contact{grid-template-columns:1fr;padding:68px 22px}.story{gap:34px}.facts{grid-template-columns:repeat(3,1fr)}.cuvees{padding:70px 16px 58px}.grid{grid-template-columns:1fr}.pic{aspect-ratio:2/3}.section-head h2,.story h2{font-size:42px}.card-copy{padding:24px}.card-copy h3{font-size:31px}.pros{padding:72px 22px}.pros h2{font-size:40px}.contact{gap:35px}.contact h2{font-size:45px}footer{grid-template-columns:1fr;padding:30px 22px}footer p{text-align:left}.legal{grid-column:1}}
@media(max-width:430px){.hero h1{font-size:40px}.facts{grid-template-columns:1fr}.wa.small{padding:9px 12px;font-size:12px}.card-copy h3{font-size:29px}}
/* V4 — stronger commerce-first CTA and mobile polish */
.hero-actions{gap:12px;margin-top:24px}.hero-actions .cta{margin-top:0;padding:17px 24px;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hero-actions .cta:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.18)}.hero-actions .ghost{background:#151512;border-color:#151512}.hero-actions .ghost:hover{background:#26251f}.lead b{font-weight:600}.price{font-size:36px}.order-link{padding:9px 0;font-weight:600}
@media(min-width:1100px){.hero{height:min(760px,calc(100vh - 78px));min-height:620px}.hero-copy{width:min(620px,45vw)}.hero h1{font-size:clamp(54px,4.6vw,72px)}}
@media(max-width:760px){header{position:sticky}.hero{min-height:calc(100svh - 64px)}.hero-bg{background-position:64% center}.hero-copy{padding-bottom:34px}.hero h1{font-size:clamp(40px,12vw,52px);line-height:.98;margin-bottom:18px}.eyebrow{font-size:10px;margin-bottom:14px}.lead{font-size:15px;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%;margin-top:20px}.hero-actions .cta{width:100%;text-align:center;padding:16px 14px;font-size:12px}.hero-actions .ghost{background:#151512;border-color:#151512}.how div{font-size:14px}.price{font-size:38px}.order-link{display:block;width:max-content;font-size:14px}.price-note{font-size:12px;line-height:1.5}.pic{aspect-ratio:auto;height:auto;overflow:visible}.pic img{height:auto;object-fit:contain}.card:hover .pic img{transform:none}}

/* V5 — conversion-first, mobile-first polish */
.how a.how-order{padding:26px 30px;border-right:1px solid #d8d1c3;display:flex;align-items:center;gap:18px;text-decoration:none;color:var(--ink);background:#efe7d7;transition:background .18s ease}
.how a.how-order:hover{background:#e6d8bc}.how a.how-order b{color:#8e6422;font-size:12px;letter-spacing:.12em}.how a.how-order span{font-size:14px;font-weight:650}.how a.how-order em{margin-left:auto;font-style:normal;font-size:21px;color:#8e6422}
.prestige{display:inline-block;margin-top:12px;color:#e4c47e;border:1px solid rgba(228,196,126,.55);padding:5px 8px;font-size:9px;letter-spacing:.18em}
.hero-actions .ghost{background:var(--gold);border-color:var(--gold);color:#171713;font-weight:700;box-shadow:0 8px 26px rgba(0,0,0,.22)}
.hero-actions .ghost:hover{background:#d8b36b;border-color:#d8b36b}
.alt-contact{margin-top:18px;display:flex;gap:7px;flex-wrap:wrap;align-items:center;color:#6e685e;font-size:13px}.alt-contact a{color:var(--ink);font-weight:650;text-underline-offset:3px}
.mobile-order{display:none}
@media(max-width:760px){
  body{padding-bottom:66px}
  .how a.how-order{border-right:0;border-bottom:1px solid #d8d1c3;padding:18px 0;background:#efe7d7;margin:0 -22px;padding-left:22px;padding-right:22px}
  .how a.how-order em{font-size:24px}
  .hero-actions .ghost{background:var(--gold);border-color:var(--gold);color:#171713;box-shadow:0 8px 24px rgba(0,0,0,.25)}
  .mobile-order{display:block;position:fixed;left:12px;right:12px;bottom:10px;z-index:30;background:var(--gold);color:#171713;text-decoration:none;text-align:center;padding:15px 18px;font-size:13px;font-weight:750;letter-spacing:.035em;border:1px solid rgba(255,255,255,.35);box-shadow:0 8px 28px rgba(0,0,0,.32)}
  .alt-contact{line-height:1.7}
}
