:root{
  --bg:#0f0c0a;
  --panel:#17120f;
  --panel-2:#1f1713;
  --line:rgba(230,205,169,.16);
  --gold:#d3ab66;
  --gold-soft:#f0d39f;
  --text:#f7efe5;
  --muted:#cebfae;
  --wine:#a61d28;
  --wine-2:#7f1119;
  --max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at top,#21160f 0%,#120e0b 42%,#0b0907 100%);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
img{max-width:100%;display:block}
.no-scroll{overflow:hidden}
.topbar{position:sticky;top:0;z-index:40;height:78px;background:rgba(9,7,6,.8);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - var(--max))/2));gap:16px}
.brand{display:flex;flex-direction:column;gap:2px;min-width:max-content}
.brand-main{font-family:Georgia,'Times New Roman',serif;font-size:26px;line-height:1;color:var(--gold-soft);letter-spacing:.02em}
.brand-sub{font-size:10px;letter-spacing:.24em;color:#d1bb95}
.nav{display:flex;gap:34px;align-items:center}
.nav a{font-size:15px;color:#f1e8dc;opacity:.9}
.nav a:hover,.languages button.active{color:var(--gold-soft)}
.top-actions{display:flex;align-items:center;gap:20px}
.languages{display:flex;gap:12px}
.languages button{background:none;border:0;padding:0;cursor:pointer;font-size:14px;color:#ede2d4;opacity:.9}
.cart-button{display:flex;align-items:center;gap:10px;min-width:66px;justify-content:center;height:42px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.03);cursor:pointer}
.cart-button span:last-child{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#bd1e29;font-size:11px;font-weight:700}
.hero{padding:24px max(20px,calc((100vw - var(--max))/2)) 18px}
.hero-inner{display:grid;grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:0;overflow:hidden;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));box-shadow:0 20px 80px rgba(0,0,0,.35)}
.hero-copy{padding:54px 42px 34px;background:linear-gradient(90deg,rgba(8,7,6,.96) 0%,rgba(9,7,6,.93) 75%,rgba(9,7,6,.72) 100%)}
.hero-kicker{margin:0;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.24em;text-transform:uppercase}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(50px,5vw,80px);line-height:.95;letter-spacing:-.045em;font-weight:400;margin:26px 0 18px;text-transform:uppercase}
.hero-subtitle{font-size:clamp(21px,2.1vw,33px);line-height:1.34;max-width:640px;font-family:Georgia,'Times New Roman',serif;margin:0;color:#f8efe1}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:7px;border:1px solid transparent;font-weight:700;letter-spacing:.02em;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-buy{background:linear-gradient(135deg,var(--wine),var(--wine-2));box-shadow:0 12px 30px rgba(127,17,25,.35)}
.btn-outline{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.04)}
.hero-points{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.hero-points div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.hero-points span,.philosophy-features span{width:46px;height:46px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:18px}
.hero-points p{margin:0;font-size:14px;line-height:1.35;color:#eee0ce}
.hero-visual{position:relative;min-height:640px;background:#120d0a}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,7,.14) 0%,rgba(10,8,7,0) 25%,rgba(10,8,7,.18) 100%)}
.hero-note{position:absolute;right:44px;top:84px;z-index:2;width:220px;text-align:right;font-family:'Brush Script MT','Segoe Script',cursive;font-size:34px;line-height:1.1;color:#efc47b;transform:rotate(-6deg)}
.catalog{padding:26px max(20px,calc((100vw - var(--max))/2)) 32px}
.section-title.centered{text-align:center;margin:0 auto 24px}
.section-title h2,.philosophy-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,3.7vw,60px);font-weight:400;letter-spacing:-.03em;margin:0 0 8px;text-transform:uppercase}
.section-title p{margin:0;color:#dbcabc;font-size:16px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{background:linear-gradient(180deg,rgba(29,21,17,.96),rgba(19,15,12,.98));border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.22);transition:.25s}
.product-card:hover{transform:translateY(-4px);border-color:rgba(224,184,112,.28);box-shadow:0 18px 50px rgba(0,0,0,.34)}
.product-image{aspect-ratio:1.2/1;background:#261b15;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product-card:hover .product-image img{transform:scale(1.04)}
.product-copy{text-align:center;padding:14px 16px 18px}
.product-copy h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:22px;margin:0 0 6px}
.product-alt{margin:0 0 16px;color:#e3d1b7;font-size:13px;line-height:1.35;min-height:34px}
.buy-card{border:0;border-radius:7px;background:linear-gradient(135deg,#a71d27,#7d131a);padding:12px 22px;cursor:pointer;min-width:116px;transition:.2s}
.buy-card:hover{transform:translateY(-1px)}
.buy-card.added{background:#5d703f}
.philosophy{display:grid;grid-template-columns:1.1fr .72fr .46fr;gap:0;padding:10px max(20px,calc((100vw - var(--max))/2)) 0}
.philosophy>div{min-height:260px}
.philosophy-scenic{position:relative;overflow:hidden;border-top-left-radius:6px;border-bottom-left-radius:6px}
.philosophy-scenic img{width:100%;height:100%;object-fit:cover}
.philosophy-scenic:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,7,.18),rgba(10,8,7,.55) 82%)}
.philosophy-overlay{position:absolute;left:34px;bottom:28px;z-index:2;font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,2.8vw,52px);line-height:1.02;color:#f5e4c7;text-transform:uppercase;max-width:270px;text-shadow:0 4px 18px rgba(0,0,0,.35)}
.philosophy-copy{background:linear-gradient(135deg,#221813,#130f0d);padding:34px 34px 30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.philosophy-copy h2{font-size:clamp(34px,3vw,48px);margin-bottom:18px}
.philosophy-copy p{margin:0 0 14px;color:#efe3d4;font-size:15px;line-height:1.62}
.inline-link{display:inline-block;margin-top:4px;color:#f0d6a5;font-weight:600}
.philosophy-features{background:linear-gradient(180deg,#16110e,#100d0b);padding:28px 28px 26px;border:1px solid var(--line);border-left:0;border-top-right-radius:6px;border-bottom-right-radius:6px;display:flex;flex-direction:column;justify-content:center;gap:18px}
.philosophy-features div{display:flex;align-items:center;gap:16px}
.philosophy-features p{margin:0;color:#f2e6d6;font-size:18px}
.cta-banner{position:relative;margin:0 max(20px,calc((100vw - var(--max))/2)) 0;overflow:hidden;border-radius:0 0 8px 8px;border-top:1px solid rgba(255,255,255,.07)}
.cta-banner img{width:100%;height:200px;object-fit:cover;filter:saturate(.92)}
.cta-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,7,.12) 0%,rgba(10,8,7,.25) 30%,rgba(10,8,7,.55) 55%,rgba(10,8,7,.28) 100%)}
.cta-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:flex-end;gap:32px;padding:0 40px}
.cta-script{margin:0 auto 0 56%;font-family:'Brush Script MT','Segoe Script',cursive;font-size:46px;line-height:1;color:#f2c776;text-align:center;max-width:260px}
.contact-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:34px max(20px,calc((100vw - var(--max))/2)) 48px}
.contact-strip div{padding:18px 20px;border:1px solid var(--line);border-radius:6px;background:rgba(255,255,255,.02)}
.contact-strip small{display:block;margin-bottom:10px;color:#af9f8c;font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.contact-strip a{font-family:Georgia,'Times New Roman',serif;font-size:24px;line-height:1.25}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px max(20px,calc((100vw - var(--max))/2)) 34px;border-top:1px solid rgba(255,255,255,.06);color:#9b8f82;font-size:12px;background:#0a0807}
.footer-brand .brand-main{font-size:18px}.footer-brand .brand-sub{font-size:7px}
.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:80}
.cart-drawer{position:fixed;top:0;right:0;width:min(440px,100vw);height:100dvh;z-index:90;background:#17120f;border-left:1px solid var(--line);transform:translateX(105%);transition:.28s ease;display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(0,0,0,.45)}
.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;align-items:flex-start;justify-content:space-between;padding:28px;border-bottom:1px solid var(--line)}
.cart-head small{color:var(--gold);font-size:10px;letter-spacing:.18em}.cart-head h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:38px;margin:5px 0 0}.cart-head button{border:0;background:none;font-size:34px;cursor:pointer;line-height:1}
.cart-items{padding:18px 28px;overflow:auto;flex:1}.empty-cart{color:#9f9387}
.cart-line{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line strong{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:19px}
.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#251c17;cursor:pointer}.qty span{min-width:18px;text-align:center}
.cart-actions{padding:24px 28px;border-top:1px solid var(--line)}.clear-cart{border:0;background:none;color:#a99d90;text-decoration:underline;cursor:pointer;margin-bottom:14px}.btn.full{width:100%}.cart-actions p{font-size:11px;color:#8f8377;margin:12px 0 0}
.mobile-order{display:none}
@media(max-width:1200px){
  .nav{gap:24px}
  .hero-inner{grid-template-columns:1fr}
  .hero-copy{padding-right:28px}
  .hero-visual{min-height:420px}
  .hero-note{right:22px;top:28px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .philosophy{grid-template-columns:1fr}
  .philosophy-scenic{border-radius:6px 6px 0 0}
  .philosophy-features{border-left:1px solid var(--line);border-top:0;border-radius:0 0 6px 6px}
  .cta-overlay{justify-content:space-between}
  .cta-script{margin:0;max-width:360px}
}
@media(max-width:760px){
  .topbar{padding:0 16px;height:68px;gap:10px}
  .nav{display:none}
  .brand-main{font-size:19px}
  .brand-sub{font-size:7px;letter-spacing:.16em}
  .languages{gap:7px}.languages button{font-size:12px}
  .hero{padding:10px 0 0}
  .hero-inner{border-radius:0}
  .hero-copy{padding:34px 20px 26px}
  .hero h1{font-size:44px}
  .hero-subtitle{font-size:18px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-points{grid-template-columns:repeat(2,1fr);gap:16px}
  .hero-points p{font-size:13px}
  .hero-visual{min-height:300px}
  .hero-note{font-size:24px;width:180px}
  .catalog,.philosophy,.contact-strip{padding-left:16px;padding-right:16px}
  .product-grid{grid-template-columns:1fr}
  .section-title h2,.philosophy-copy h2{font-size:34px}
  .philosophy-overlay{left:22px;bottom:22px;font-size:34px;max-width:200px}
  .philosophy-copy{padding:24px 20px}
  .philosophy-features{padding:22px 20px}
  .philosophy-features p{font-size:16px}
  .cta-banner{margin-left:16px;margin-right:16px;border-radius:8px}
  .cta-banner img{height:220px}
  .cta-overlay{padding:18px 18px;flex-direction:column;align-items:flex-end;justify-content:center;gap:20px}
  .cta-script{margin:0;max-width:220px;font-size:36px;align-self:center;text-align:center}
  .contact-strip{grid-template-columns:1fr;padding-top:24px;padding-bottom:34px}
  .contact-strip a{font-size:18px}
  footer{flex-direction:column;align-items:flex-start;padding-left:16px;padding-right:16px}
  .cart-button{display:none}
  .mobile-order{position:fixed;display:flex;align-items:center;justify-content:center;gap:9px;z-index:70;right:16px;bottom:16px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#b01b25,#741016);box-shadow:0 14px 40px rgba(0,0,0,.45);border-radius:999px;padding:13px 20px;font-weight:700;cursor:pointer}
  .mobile-order b{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:#fff;color:#82151c;font-size:10px}
}


/* ===== V4 POLISH ===== */
:focus-visible{outline:2px solid var(--gold-soft);outline-offset:4px}
::selection{background:#9b1b24;color:#fff}
.topbar{box-shadow:0 10px 34px rgba(0,0,0,.22)}
.nav a{position:relative;padding:28px 0 26px}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:1px;background:var(--gold);transition:right .22s ease}
.nav a:hover:after{right:0}
.languages button{position:relative;padding:6px 1px}
.languages button:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--gold);transition:right .2s ease}
.languages button.active:after{right:0}
.hero-inner{border:1px solid rgba(255,255,255,.055)}
.hero-copy{display:flex;flex-direction:column;justify-content:center}
.hero h1{max-width:650px;text-wrap:balance}
.hero-subtitle{max-width:640px;text-wrap:balance}
.hero-visual{isolation:isolate}
.hero-visual img{transform:scale(1.018);transition:transform 1.4s cubic-bezier(.2,.7,.2,1)}
.hero-inner:hover .hero-visual img{transform:scale(1.04)}
.hero-note{text-shadow:0 3px 16px rgba(0,0,0,.6)}
.hero-points div{min-width:0}
.hero-points p{max-width:140px}
.section-title.centered{max-width:820px}
.section-title h2{letter-spacing:.015em}
.product-card{position:relative}
.product-card:before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(240,211,159,.28),transparent);opacity:0;transition:.25s}
.product-card:hover:before{opacity:1}
.product-image{position:relative}
.product-image:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(11,8,6,.2));pointer-events:none}
.product-copy{min-height:136px;display:flex;flex-direction:column;align-items:center}
.product-copy h3{font-size:24px}
.product-alt{margin-bottom:auto}
.buy-card{margin-top:14px;box-shadow:0 8px 20px rgba(126,16,23,.22)}
.philosophy{padding-top:18px}
.philosophy-scenic,.philosophy-copy,.philosophy-features{box-shadow:0 18px 42px rgba(0,0,0,.18)}
.philosophy-copy{display:flex;flex-direction:column;justify-content:center}
.philosophy-copy p{max-width:540px}
.inline-link{position:relative;width:max-content;padding-bottom:4px}
.inline-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--gold)}
.philosophy-features div{padding:3px 0}
.philosophy-features span{flex:0 0 auto}
.cta-banner{margin-top:0;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.cta-script{text-shadow:0 3px 18px rgba(0,0,0,.5)}
.contact-strip{padding-top:28px}
.contact-strip div{transition:transform .2s,border-color .2s,background .2s}
.contact-strip div:hover{transform:translateY(-2px);border-color:rgba(224,184,112,.32);background:rgba(255,255,255,.035)}
.cart-button,.buy-card,.btn{will-change:transform}
@media(hover:hover){
  .btn-buy:hover,.buy-card:hover{box-shadow:0 13px 30px rgba(139,17,25,.38)}
}
@media(max-width:1200px){
  .hero-visual{min-height:460px}
  .hero-points{max-width:720px}
  .philosophy-copy p{max-width:none}
}
@media(max-width:760px){
  .topbar{position:sticky;background:rgba(9,7,6,.94)}
  .brand{max-width:155px}
  .brand-sub{white-space:nowrap}
  .top-actions{gap:9px}
  .languages{gap:5px}
  .languages button{padding:5px 2px}
  .hero-copy{padding-top:28px}
  .hero-kicker{font-size:10px;letter-spacing:.18em}
  .hero h1{font-size:42px;line-height:.98;margin:18px 0 16px}
  .hero-subtitle{line-height:1.45}
  .hero-points{gap:14px 10px}
  .hero-points div{gap:7px}
  .hero-points span{width:38px;height:38px;font-size:16px}
  .hero-points p{font-size:12px;max-width:120px}
  .hero-visual{min-height:285px}
  .hero-note{top:24px;right:18px;width:145px;font-size:21px}
  .catalog{padding-top:30px;padding-bottom:24px}
  .section-title.centered{margin-bottom:18px}
  .section-title h2{font-size:32px}
  .section-title p{font-size:14px}
  .product-grid{gap:12px}
  .product-image{aspect-ratio:1.45/1}
  .product-copy{min-height:120px;padding:12px 14px 14px}
  .product-copy h3{font-size:22px}
  .product-alt{font-size:12px;min-height:0}
  .buy-card{width:100%;max-width:180px}
  .philosophy{padding-top:8px}
  .philosophy-scenic{min-height:270px}
  .philosophy-scenic img{min-height:270px}
  .philosophy-overlay{font-size:30px;line-height:1.04}
  .philosophy-copy h2{font-size:31px}
  .philosophy-copy p{font-size:14px;line-height:1.55}
  .philosophy-features{gap:12px}
  .philosophy-features span{width:40px;height:40px}
  .philosophy-features p{font-size:15px}
  .cta-banner img{height:205px}
  .cta-overlay{align-items:stretch}
  .cta-script{font-size:32px;max-width:250px}
  .cta-overlay .btn{width:100%}
  .contact-strip div{padding:15px 16px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
/* Production refinements */
.cta-banner img{object-position:50% 64%;filter:saturate(.92) brightness(.62) contrast(1.05)}
.philosophy-scenic img{object-position:center center;filter:saturate(.92) contrast(1.03) brightness(.9)}
.philosophy-scenic:after{background:linear-gradient(90deg,rgba(10,8,7,.22),rgba(10,8,7,.12) 48%,rgba(10,8,7,.46) 100%)}
.philosophy-overlay{max-width:320px}
@media(max-width:760px){.cta-banner img{object-position:54% center}.philosophy-overlay{max-width:230px}}


/* Requested visual refinements */
.brand-main{display:inline-block;transform-origin:left center;}
.topbar .brand-main{font-size:32px;letter-spacing:.11em;transform:scaleX(1.12);}
.topbar .brand-sub{letter-spacing:.34em;}
.footer-brand .brand-main{font-size:20px;letter-spacing:.08em;transform:scaleX(1.08);}
.footer-brand .brand-sub{letter-spacing:.22em;}
.cta-overlay{gap:56px;padding-right:56px;}
.cta-script{color:#ffffff !important;margin:0 auto 0 50%;padding-right:28px;text-shadow:0 3px 18px rgba(0,0,0,.62);}
@media(max-width:1200px){
  .cta-overlay{gap:40px;padding-right:34px;}
  .cta-script{margin:0;max-width:420px;padding-right:18px;}
}
@media(max-width:760px){
  .topbar .brand-main{font-size:22px;letter-spacing:.08em;transform:scaleX(1.08);}
  .topbar .brand-sub{letter-spacing:.15em;}
  .footer-brand .brand-main{font-size:18px;transform:scaleX(1.04);}
  .cta-overlay{gap:26px;padding-right:18px;}
  .cta-script{color:#ffffff !important;padding-right:0;align-self:flex-start;text-align:left;max-width:210px;}
}


/* Requested branding and CTA refinements */
.brand{align-items:flex-start}
.topbar .brand{width:332px}
.topbar .brand-main{display:block;width:100%;font-size:32px;letter-spacing:.082em;transform:none;line-height:.98}
.topbar .brand-sub{display:block;width:100%;font-size:9.5px;letter-spacing:.35em;line-height:1.12}
.footer-brand{width:244px}
.footer-brand .brand-main{display:block;width:100%;font-size:21px;letter-spacing:.082em;transform:none;line-height:1}
.footer-brand .brand-sub{display:block;width:100%;font-size:7.2px;letter-spacing:.235em;line-height:1.14}
.cta-overlay{gap:72px;padding-right:72px}
.cta-script{color:#fff !important;line-height:1.06;max-width:310px;margin:0 auto 0 52%;padding-right:44px;text-shadow:0 3px 18px rgba(0,0,0,.68)}
@media(max-width:1200px){
  .topbar .brand{width:312px}
  .cta-overlay{gap:46px;padding-right:36px}
  .cta-script{margin:0;max-width:300px;padding-right:12px}
}
@media(max-width:760px){
  .topbar .brand{width:198px}
  .topbar .brand-main{font-size:20px;letter-spacing:.07em}
  .topbar .brand-sub{font-size:6.6px;letter-spacing:.19em}
  .footer-brand{width:198px}
  .footer-brand .brand-main{font-size:18px;letter-spacing:.075em}
  .footer-brand .brand-sub{font-size:6.2px;letter-spacing:.17em}
  .cta-overlay{gap:28px;padding-right:18px}
  .cta-script{max-width:190px;padding-right:0;align-self:flex-start;text-align:left}
}


/* User-requested text adjustments */
.hero-note{color:#ffffff !important;text-shadow:0 3px 18px rgba(0,0,0,.72);}
.cta-overlay{justify-content:flex-end !important;gap:0 !important;}
.cta-script{display:none !important;}
@media(max-width:1200px){
  .cta-overlay{justify-content:flex-end !important;}
}
@media(max-width:760px){
  .cta-overlay{align-items:stretch !important;justify-content:flex-end !important;}
}
