:root{--wine: #5a0e1e;--wine-deep: #3d0912;--wine-soft: #7c1a30;--gold: #c9a24b;--gold-soft: #e3c884;--gold-deep: #9c7a2f;--cream: #f8f2e7;--cream-2: #efe4d1;--ink: #24191b;--muted: #6d6062;--line: #e8dcc8;--white: #ffffff;--radius: 16px;--radius-sm: 10px;--maxw: 1160px;--shadow: 0 18px 50px -22px rgba(61, 9, 18, .35);--shadow-sm: 0 8px 24px -14px rgba(61, 9, 18, .3);--font-head: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-head);font-weight:700;line-height:1.12;margin:0 0 .5em}h2{font-size:clamp(1.7rem,4vw,2.6rem)}h3{font-size:1.3rem}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.section{padding:clamp(3.5rem,8vw,6rem) 0}.section--cream{background:var(--cream)}.section--white{background:var(--white)}.section--wine{background:var(--wine);color:var(--cream)}.eyebrow{display:inline-block;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gold-deep);margin-bottom:.9rem}.section--wine .eyebrow{color:var(--gold-soft)}.lead{font-size:1.12rem;color:var(--muted);max-width:60ch}.section--wine .lead{color:#f8f2e7d1}.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.9rem;border-radius:999px;font-family:var(--font-body);font-weight:700;font-size:1.02rem;cursor:pointer;border:2px solid transparent;transition:transform .12s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.btn:active{transform:translateY(1px) scale(.99)}.btn--gold{background:var(--gold);color:var(--wine-deep);box-shadow:var(--shadow-sm)}.btn--gold:hover{background:var(--gold-soft);box-shadow:0 12px 30px -12px #c9a24bb3}.btn--outline{background:transparent;color:var(--wine);border-color:var(--wine)}.btn--outline:hover{background:var(--wine);color:var(--cream)}.btn--ghost-light{background:#ffffff14;color:var(--cream);border-color:#e3c88480}.btn--ghost-light:hover{background:#e3c88429}.btn--lg{padding:1.1rem 2.4rem;font-size:1.08rem}.header{position:sticky;top:0;z-index:50;background:#5a0e1ef5;backdrop-filter:blur(8px);color:var(--cream);border-bottom:1px solid rgba(227,200,132,.18)}.header__row{display:flex;align-items:center;justify-content:space-between;height:68px}.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-head);font-weight:700;font-size:1.35rem;color:var(--cream)}.logo__mark{width:30px;height:30px;flex:none}.header__nav{display:flex;gap:1.7rem;font-size:.96rem;font-weight:500}.header__nav a{color:#f8f2e7d1;transition:color .15s}.header__nav a:hover{color:var(--gold-soft)}.header__phone{display:flex;align-items:center;gap:.55rem;font-weight:700;color:var(--cream)}@media(max-width:900px){.header__nav{display:none}}@media(max-width:560px){.header__phone span{display:none}}.hero{background:radial-gradient(120% 90% at 85% -10%,rgba(124,26,48,.9),transparent 60%),linear-gradient(160deg,var(--wine) 0%,var(--wine-deep) 100%);color:var(--cream);overflow:hidden;position:relative}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;padding:clamp(3rem,6vw,5rem) 0 clamp(3.5rem,6vw,5.5rem)}.hero h1{font-size:clamp(2.2rem,5.2vw,3.7rem)}.hero__sub{font-size:1.16rem;color:#f8f2e7db;max-width:46ch;margin-bottom:1.7rem}.hero__cta{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.7rem}.hero__price{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1.6rem}.hero__price b{font-family:var(--font-head);font-size:2.1rem;color:var(--gold-soft)}.hero__price s{color:#f8f2e780}.hero__trust{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;font-size:.93rem;color:#f8f2e7d1}.hero__trust span{display:inline-flex;align-items:center;gap:.45rem}.hero__trust svg{color:var(--gold-soft);flex:none}.hero__art{position:relative;display:flex;justify-content:center}.hero__art svg{width:min(100%,460px);filter:drop-shadow(0 30px 45px rgba(0,0,0,.4))}@media(max-width:860px){.hero__grid{grid-template-columns:1fr;gap:2.2rem;text-align:center}.hero__sub,.hero__trust{margin-left:auto;margin-right:auto}.hero__cta,.hero__price,.hero__trust{justify-content:center}.hero__art{order:-1}.hero__art svg,.hero__art img{width:min(78%,340px)}}.bar{background:var(--wine-deep);color:var(--cream)}.bar__row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.4rem;padding:1.1rem 0;font-size:.96rem;font-weight:500}.bar__row span{display:inline-flex;align-items:center;gap:.55rem}.bar__row svg{color:var(--gold-soft);flex:none}.grid{display:grid;gap:1.4rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-sm)}.card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--cream-2);color:var(--wine);margin-bottom:1rem}.card h3{margin-bottom:.4rem}.card p{color:var(--muted);margin:0;font-size:.98rem}.details{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:860px){.details{grid-template-columns:1fr;gap:2rem}}.specs{list-style:none;margin:1.4rem 0 0;padding:0}.specs li{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.specs li span:first-child{color:var(--muted)}.specs li span:last-child{font-weight:700;text-align:right}.photo{position:relative;border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,var(--cream-2),#e3d6bd);border:1px dashed var(--gold-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gold-deep);min-height:240px;text-align:center;padding:1.5rem;gap:.5rem}.photo b{font-weight:700}.photo small{font-size:.82rem;opacity:.8}.photo--tall{min-height:420px}.shot{width:100%;height:auto;display:block;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.shot--sq{aspect-ratio:1 / 1;height:auto;object-fit:cover}.hero__art img{width:min(100%,440px);height:auto;border-radius:20px;border:1px solid rgba(227,200,132,.35);box-shadow:0 26px 64px -22px #0009}.wholesale{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media(max-width:860px){.wholesale{grid-template-columns:1fr}}.pricetable{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.pricetable th,.pricetable td{padding:1rem 1.3rem;text-align:left;border-bottom:1px solid var(--line)}.pricetable th{background:var(--wine);color:var(--cream);font-weight:600;font-size:.92rem}.pricetable tr:last-child td{border-bottom:none}.pricetable .best{background:var(--cream)}.pricetable .best td:last-child{color:var(--wine);font-weight:800}.pricetable b{color:var(--wine)}.story{max-width:760px;margin:0 auto;text-align:center}.story p{font-size:1.22rem;line-height:1.75;color:#f8f2e7eb}.story .quote{font-family:var(--font-head);font-size:clamp(1.5rem,3.5vw,2.1rem);color:var(--gold-soft);font-style:italic;margin-bottom:1.4rem}.story-grid{display:grid;grid-template-columns:.82fr 1.1fr;gap:3rem;align-items:center}.story-grid .shot{border-color:#e3c8844d;box-shadow:0 26px 64px -24px #0000008c}.story-grid .quote{font-family:var(--font-head);font-size:clamp(1.5rem,3.5vw,2.1rem);color:var(--gold-soft);font-style:italic;line-height:1.25;margin:0 0 1.3rem}.story-grid p:not(.quote){font-size:1.15rem;line-height:1.75;color:#f8f2e7eb;margin:0}@media(max-width:860px){.story-grid{grid-template-columns:1fr;gap:1.8rem;text-align:center}}.review{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow-sm)}.review p{font-style:italic;color:var(--ink)}.review__who{display:flex;align-items:center;gap:.7rem;margin-top:1rem}.review__ava{width:40px;height:40px;border-radius:50%;background:var(--wine);color:var(--cream);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-head)}.review__who b{display:block;font-size:.96rem}.review__who small{color:var(--muted)}.faq{max-width:820px;margin:0 auto}.faq details{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);padding:0 1.3rem;margin-bottom:.8rem;box-shadow:var(--shadow-sm)}.faq summary{cursor:pointer;list-style:none;padding:1.15rem 0;font-weight:700;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;color:var(--gold-deep);line-height:1;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{color:var(--muted);padding-bottom:1.15rem;margin:0}.order{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:860px){.order{grid-template-columns:1fr}}.form{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--line)}.form .field{margin-bottom:1rem}.form label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem;color:var(--ink)}.form input,.form textarea{width:100%;padding:.85rem 1rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;background:var(--cream);color:var(--ink);transition:border-color .15s,box-shadow .15s}.form input:focus,.form textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a24b38;background:var(--white)}.form .btn{width:100%;margin-top:.4rem}.form__note{font-size:.85rem;color:var(--muted);text-align:center;margin:.9rem 0 0}.form__alt{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem;justify-content:center}.form__ok{display:none;text-align:center;padding:1rem}.form__ok svg{color:var(--gold-deep);margin:0 auto .6rem}.form.is-sent .form__body{display:none}.form.is-sent .form__ok{display:block}.chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:999px;border:1.5px solid var(--line);font-weight:600;font-size:.92rem;color:var(--wine);background:var(--cream)}.chip:hover{border-color:var(--gold)}.footer{background:var(--wine-deep);color:#f8f2e7c7;font-size:.95rem}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem;padding:3rem 0 2rem}@media(max-width:700px){.footer__grid{grid-template-columns:1fr;gap:1.5rem}}.footer h4{font-family:var(--font-head);color:var(--cream);margin:0 0 .8rem;font-size:1.1rem}.footer a{color:#f8f2e7c7}.footer a:hover{color:var(--gold-soft)}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__bottom{border-top:1px solid rgba(227,200,132,.15);padding:1.2rem 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.85rem;color:#f8f2e78c}.float{position:fixed;right:18px;bottom:18px;z-index:60}.float__order{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--wine-deep);padding:.9rem 1.7rem;border-radius:999px;font-weight:700;font-size:1rem;box-shadow:0 10px 26px -8px #00000073;transition:transform .15s}.float__order:hover{transform:scale(1.05)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
