:root{--cream:#f6f3ea;--cream-deep:#ede7d6;--cream-line:#e2dac4;--white:#fffdf8;--ink:#22221f;--ink-soft:#45443e;--muted:#62615a;--sage:#7f9a82;--sage-deep:#56725c;--sage-tint:#e4ebe2;--wine:#7a2530;--wine-deep:#591b23;--wine-tint:#f3e4e2;--gold:#b08c4f;--gold-soft:#d6c095;--line:#22221f21;--display:"Cormorant Garamond", Georgia, serif;--sans:"Jost", system-ui, sans-serif;--radius:6px;--radius-lg:12px;--shadow-sm:0 1px 2px #22221f0f, 0 2px 8px #22221f0a;--shadow-md:0 10px 30px -12px #22221f40;--shadow-lg:0 30px 60px -25px #22221f59;--ease:cubic-bezier(.22, .61, .36, 1);--gutter:clamp(1rem, 5vw, 3rem);--max:1240px;--header-h:84px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 12px);-webkit-text-size-adjust:100%}body{background:var(--cream);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:1.125rem;font-weight:400;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}h1,h2,h3{font-family:var(--display);letter-spacing:-.005em;font-weight:600;line-height:1.1}:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:2px}.container{width:100%;max-width:var(--max);padding:0 var(--gutter);margin:0 auto}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--ink);color:var(--white);padding:.75rem 1.25rem;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);align-items:center;gap:.75rem;margin-bottom:.9rem;font-size:.82rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);width:28px;height:1px}.section{padding:clamp(4rem,8vw,6.5rem) 0}.section-title{color:var(--ink);font-size:clamp(2.1rem,4vw,3rem)}.section-lead{color:var(--muted);max-width:46ch;margin-top:.75rem;font-size:1.1rem}.btn{border-radius:var(--radius);min-height:56px;font-family:var(--sans);letter-spacing:.01em;text-align:center;transition:background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.7rem;font-size:1.05rem;font-weight:500;line-height:1.2;display:inline-flex}.btn svg{flex-shrink:0;width:20px;height:20px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--wine);color:var(--white)}.btn-primary:hover{background:var(--wine-deep);transform:translateY(-1px);box-shadow:0 10px 22px -10px #7a253099}.btn-outline{border-color:var(--ink);color:var(--ink);background:0 0}.btn-outline:hover{background:var(--ink);color:var(--cream)}.btn-sage{background:var(--sage-deep);color:var(--white)}.btn-sage:hover{background:#475f4c;transform:translateY(-1px)}.btn-light{background:var(--cream);color:var(--wine-deep)}.btn-light:hover{background:var(--white);transform:translateY(-1px)}.btn-ghost{color:var(--ink);border-color:var(--line);background:var(--white)}.btn-ghost:hover{border-color:var(--ink)}.btn-block{width:100%}.btn-lg{min-height:64px;padding:1rem 2rem;font-size:1.15rem}.tag{letter-spacing:.06em;text-transform:uppercase;background:var(--white);color:var(--sage-deep);border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.8rem;font-weight:500;display:inline-flex}.tag-classico{background:var(--wine);color:var(--white)}.tag-seminovo{background:var(--sage-deep);color:var(--white)}.tag-vendido{background:var(--ink);color:var(--white)}.reveal{opacity:0;transition:opacity .8s var(--ease), transform .8s var(--ease);transition-delay:var(--delay,0s);transform:translateY(18px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (width<=640px){:root{--header-h:72px}body{font-size:1.0625rem}}.site-header{z-index:100;-webkit-backdrop-filter:saturate(1.4)blur(12px);transition:border-color .3s var(--ease), box-shadow .3s var(--ease);background:#f6f3eaeb;border-bottom:1px solid #0000;position:sticky;top:0}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 6px 24px -18px #22221f73}.header-inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.brand{flex-shrink:0;align-items:center;gap:.85rem;display:inline-flex}.brand img{width:56px;height:56px;box-shadow:0 0 0 1px var(--gold-soft);border-radius:50%}.brand-text{flex-direction:column;line-height:1;display:flex}.brand-text strong{font-family:var(--display);letter-spacing:.05em;color:var(--sage-deep);text-transform:uppercase;font-size:1.55rem;font-weight:600}.brand-text span{letter-spacing:.42em;text-transform:uppercase;color:var(--wine);margin-top:.3rem;font-size:.74rem;font-weight:500}.brand-sm img{width:48px;height:48px}.brand-sm .brand-text strong{font-size:1.35rem}.main-nav{align-items:center;gap:clamp(1rem,2.2vw,2.1rem);display:flex}.main-nav a{color:var(--ink-soft);padding:.5rem 0;font-size:1.02rem;font-weight:500;transition:color .2s;position:relative}.main-nav a:after{content:"";background:var(--wine);transform-origin:0;height:1.5px;transition:transform .3s var(--ease);position:absolute;bottom:.15rem;left:0;right:0;transform:scaleX(0)}.main-nav a:hover{color:var(--ink)}.main-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:.5rem;display:flex}.header-wa{min-height:50px;padding:.7rem 1.35rem}.menu-toggle{border-radius:var(--radius);border:1.5px solid var(--line);background:var(--white);justify-content:center;align-items:center;width:52px;height:52px;display:none}.menu-toggle svg{width:26px;height:26px}.mobile-menu{inset:var(--header-h) 0 0 0;background:var(--cream);padding:1.5rem var(--gutter) 2rem;animation:menuIn .3s var(--ease);flex-direction:column;gap:1.5rem;display:flex;position:fixed;overflow-y:auto}.mobile-menu[hidden]{display:none}.mobile-menu nav{flex-direction:column;display:flex}.mobile-menu nav a{font-family:var(--display);border-bottom:1px solid var(--line);padding:.8rem 0;font-size:2rem;font-weight:600}@keyframes menuIn{0%{opacity:0;transform:translateY(-8px)}}@media (width<=1060px){.main-nav{display:none}.menu-toggle{display:inline-flex}}@media (width<=640px){.brand img{width:48px;height:48px}.brand-text strong{font-size:1.3rem}.brand-text span{font-size:.66rem}.header-wa{width:52px;min-height:52px;padding:0}.header-wa span{display:none}.header-wa svg{width:24px;height:24px}}.hero{background:radial-gradient(1200px 500px at 85% -10%, #7f9a8229, transparent 60%), linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);padding:clamp(1.75rem,4vw,3.5rem) 0 clamp(2.5rem,5vw,4rem);overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.hero h1{color:var(--ink);margin-bottom:1.3rem;font-size:clamp(2.9rem,5.3vw,4.7rem);line-height:1.02}.hero h1 em{color:var(--wine);font-style:italic;font-weight:500;display:block}.hero-sub{color:var(--ink-soft);max-width:34ch;margin-bottom:2rem;font-size:clamp(1.15rem,1.6vw,1.3rem)}.hero-actions{flex-wrap:wrap;gap:.9rem;display:flex}.hero-count{color:var(--sage-deep);align-items:center;gap:.65rem;margin-top:1.8rem;font-size:1rem;font-weight:500;display:flex}.dot{background:var(--sage);border-radius:50%;width:10px;height:10px;animation:2.4s infinite pulse;box-shadow:0 0 #7f9a8299}@keyframes pulse{70%{box-shadow:0 0 0 10px #7f9a8200}to{box-shadow:0 0 #7f9a8200}}.hero-anim{animation:heroUp .9s var(--ease) both;animation-delay:calc(var(--i,0) * 90ms + 50ms)}@keyframes heroUp{0%{opacity:0;transform:translateY(16px)}}.hero-visual{position:relative}.hero-visual:before{content:"";border:1px solid var(--gold);border-radius:var(--radius-lg);opacity:.7;animation:frameIn 1.2s var(--ease) .35s both;position:absolute;inset:22px -18px -18px 22px}@keyframes frameIn{0%{opacity:0;transform:translate(-10px,-10px)}}.hero-photo{aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--cream-deep);box-shadow:var(--shadow-lg);display:block;position:relative;overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%;animation:photoIn 1.4s var(--ease) both;transition:transform 1.2s var(--ease)}.hero-photo:hover img{transform:scale(1.03)}@keyframes photoIn{0%{opacity:0;transform:scale(1.06)}}.hero-photo-empty{place-items:center;display:grid}.hero-photo-empty img{border-radius:50%;width:55%;height:auto}.hero-plate{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius);box-shadow:var(--shadow-md);animation:heroUp .9s var(--ease) .6s both;background:#fffdf8f0;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.2rem;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.hero-plate small{letter-spacing:.14em;text-transform:uppercase;color:var(--sage-deep);font-size:.75rem;font-weight:500;display:block}.hero-plate strong{font-family:var(--display);font-size:1.35rem;font-weight:600;line-height:1.15;display:block}.hero-plate-price{color:var(--wine);white-space:nowrap;align-items:center;gap:.4rem;font-size:1.15rem;font-weight:600;display:inline-flex}.hero-plate-price svg{width:20px;height:20px;transition:transform .25s var(--ease)}.hero-photo:hover .hero-plate-price svg{transform:translate(4px)}@media (width<=900px){.hero-grid{grid-template-columns:1fr}.hero-sub{max-width:40ch}.hero-visual:before{inset:14px -8px -10px 14px}}@media (width<=560px){.hero-actions .btn{width:100%}.hero-photo{aspect-ratio:16/10}.hero-visual:before{inset:10px 0 -8px 10px}.hero .eyebrow{letter-spacing:.1em;font-size:.76rem}.hero-sub{margin-bottom:1.5rem}.hero-actions{gap:.7rem}.hero-count{margin-top:1.1rem}.hero-plate{padding:.75rem .9rem;bottom:.6rem;left:.6rem;right:.6rem}.hero-plate strong{font-size:1.12rem}.hero-plate-price{font-size:1rem}}.catalog{background:var(--cream)}.catalog-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem 2rem;margin-bottom:2.25rem;display:flex}.catalog-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.chips{background:var(--cream-deep);border-radius:999px;gap:.4rem;padding:.3rem;display:flex}.chip{min-height:48px;color:var(--ink-soft);border-radius:999px;align-items:center;gap:.45rem;padding:0 1.15rem;font-size:1rem;font-weight:500;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.chip span{color:var(--muted);font-size:.85rem}.chip:hover{color:var(--ink)}.chip.is-active{background:var(--white);color:var(--wine);box-shadow:var(--shadow-sm)}.chip.is-active span{color:var(--wine)}.catalog-search{gap:.6rem;display:flex}.search-field,.sort-field select{border:1.5px solid var(--line);border-radius:var(--radius);background:var(--white);min-height:56px;transition:border-color .2s}.search-field{align-items:center;gap:.5rem;width:290px;padding:0 .6rem 0 1rem;display:flex}.search-field:focus-within,.sort-field select:focus{border-color:var(--sage-deep)}.search-field>svg{width:20px;height:20px;color:var(--muted);flex-shrink:0}.search-field input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:1.02rem}.search-field input::-webkit-search-cancel-button{display:none}.search-field button{width:36px;height:36px;color:var(--muted);border-radius:50%;place-items:center;display:grid}.search-field button svg{width:18px;height:18px}.sort-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2345443e' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:18px;padding:0 2.6rem 0 1rem;font-size:1rem}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.2vw,2rem);display:grid}.catalog-grid>.reveal,.catalog-grid>.card-in{display:flex}.card-in{animation:heroUp .7s var(--ease) both;animation-delay:calc(var(--i,0) * 60ms)}.catalog-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 1rem;font-size:1.15rem;display:flex}@media (width<=1080px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.catalog-head{flex-direction:column;align-items:stretch}.catalog-tools{justify-content:stretch}.chips{width:100%}.chip{flex:1;justify-content:center;padding:0 .5rem}.catalog-search{width:100%}.search-field{flex:1;width:auto}.sort-field select{width:150px}}@media (width<=640px){.catalog-grid{grid-template-columns:1fr}.chip{white-space:nowrap;font-size:.98rem}.sort-field select{width:138px}}@media (width<=420px){.chip span{display:none}}.vcard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);flex-direction:column;display:flex;overflow:hidden}.vcard:hover{box-shadow:var(--shadow-md);border-color:#b08c4f73;transform:translateY(-4px)}.vcard-media{aspect-ratio:4/3;background:var(--cream-deep);display:block;position:relative;overflow:hidden}.vcard-media img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.vcard:hover .vcard-media img{transform:scale(1.045)}.vcard-nophoto{height:100%;color:var(--muted);place-items:center;display:grid}.vcard-tag{position:absolute;top:.9rem;left:.9rem;box-shadow:0 2px 8px #0000002e}.vcard-count{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#22221f9e;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.85rem;font-weight:500;display:inline-flex;position:absolute;bottom:.9rem;right:.9rem}.vcard-count svg{width:16px;height:16px}.vcard.is-sold .vcard-media img{filter:grayscale(.7);opacity:.8}.vcard-body{flex-direction:column;flex:1;padding:1.35rem 1.4rem 1.4rem;display:flex}.vcard-brand{letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);font-size:.82rem;font-weight:500}.vcard-title{margin-top:.15rem;font-size:1.95rem;line-height:1.1}.vcard-title a:hover{color:var(--wine)}.vcard-version{color:var(--muted);margin-top:.2rem;font-size:1rem}.vcard-specs{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:.55rem 1rem;margin:1.1rem 0 1.25rem;padding:1rem 0 0;display:grid}.vcard-specs li{color:var(--ink-soft);white-space:nowrap;align-items:center;gap:.5rem;font-size:1rem;display:flex}.vcard-specs svg{width:19px;height:19px;color:var(--sage);flex-shrink:0}.vcard-foot{margin-top:auto}.vcard-price{font-family:var(--sans);color:var(--wine);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.75rem;font-weight:600;line-height:1.1}.vcard.is-sold .vcard-price{color:var(--muted)}.vcard-actions{grid-template-columns:1.35fr 1fr;gap:.6rem;display:grid}.vcard-actions .btn{padding:.8rem .9rem;font-size:1rem}.vcard.is-sold .vcard-actions{grid-template-columns:1fr}.sk{background:linear-gradient(90deg, var(--cream-deep) 0%, #f3eee1 50%, var(--cream-deep) 100%);background-size:200% 100%;border-radius:4px;animation:1.4s linear infinite shimmer}.sk-line{height:14px;margin-bottom:.75rem}.sk-line.lg{height:26px}.vcard-skeleton:hover{box-shadow:none;transform:none}@keyframes shimmer{to{background-position:-200% 0}}.trust{background:var(--cream-deep);position:relative}.trust-grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.trust-visual{aspect-ratio:4/5;border-radius:var(--radius-lg);background:var(--sage-deep);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.trust-visual img{object-fit:cover;width:100%;height:100%}.trust-visual img.trust-logo{border-radius:50%;width:60%;height:auto;margin:20% auto}.trust-visual:after{content:"";background:linear-gradient(#0000 45%,#22221fc7 100%);position:absolute;inset:0}.trust-quote{z-index:1;color:var(--white);position:absolute;bottom:1.75rem;left:1.75rem;right:1.75rem}.trust-quote span{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.trust-quote span:before{content:"";background:var(--gold-soft);width:22px;height:1px}.trust-quote strong{font-family:var(--display);font-size:clamp(1.6rem,2.5vw,2.1rem);font-style:italic;font-weight:500;line-height:1.15}.trust-list{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem;display:grid}.trust-list li{flex-direction:column;gap:.9rem;display:flex}.trust-icon{background:var(--white);width:56px;height:56px;color:var(--wine);box-shadow:0 0 0 1px var(--gold-soft);border-radius:50%;place-items:center;display:grid}.trust-icon svg{width:26px;height:26px}.trust-list h3{margin-bottom:.3rem;font-size:1.5rem}.trust-list p{color:var(--muted);font-size:1.02rem}@media (width<=900px){.trust-grid{grid-template-columns:1fr}.trust-visual{aspect-ratio:16/10;order:2}}@media (width<=560px){.trust-list{grid-template-columns:1fr;gap:1.5rem}.trust-list li{flex-direction:row;align-items:flex-start;gap:1rem}.trust-icon{flex-shrink:0}}.reviews{background:var(--ink);color:var(--cream)}.reviews .section-title{color:var(--white)}.reviews .section-lead{color:#bdbab0}.reviews .eyebrow{color:var(--gold-soft)}.reviews-head{margin-bottom:2.75rem}.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.review{border-radius:var(--radius-lg);border:1px solid #ffffff1a;border-top:2px solid var(--gold);background:#ffffff0b;flex-direction:column;gap:1.1rem;padding:2rem 1.9rem;display:flex}.stars{gap:.2rem;display:inline-flex}.stars svg{color:#fff3;width:22px;height:22px}.stars svg.on{color:var(--gold)}.review blockquote{font-family:var(--display);color:var(--cream);flex:1;font-size:1.5rem;font-weight:500;line-height:1.35}.review figcaption strong{color:var(--white);font-size:1.05rem;display:block}.review figcaption span{color:#a9a79c;font-size:.95rem}@media (width<=900px){.reviews-grid{grid-template-columns:1fr}}.location-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.national{border-radius:var(--radius);background:var(--sage-tint);border-left:3px solid var(--sage-deep);align-items:flex-start;gap:1rem;margin:1.75rem 0;padding:1.2rem 1.35rem;display:flex}.national svg{width:28px;height:28px;color:var(--sage-deep);flex-shrink:0}.national p{color:var(--ink-soft);font-size:1.05rem}.national strong{color:var(--ink)}.info-rows{flex-direction:column;gap:1.3rem;margin-bottom:2rem;display:flex}.info-row{align-items:flex-start;gap:1rem;display:flex}.info-row>svg{width:24px;height:24px;color:var(--wine);flex-shrink:0;margin-top:.15rem}.info-row strong{font-size:1.1rem;display:block}.info-row span{color:var(--muted)}.hours{gap:.2rem;width:100%;max-width:360px;display:grid}.hours div{border-bottom:1px dashed var(--line);justify-content:space-between;gap:1rem;padding-bottom:.2rem;display:flex}.hours dt{font-weight:500}.hours dd{color:var(--ink-soft)}.consultants{scroll-margin-top:calc(var(--header-h) + 24px);gap:.9rem;display:grid}.consultant{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1rem 1rem 1rem 1.1rem;display:flex}.avatar{background:var(--wine);width:56px;height:56px;color:var(--white);font-family:var(--display);box-shadow:0 0 0 3px var(--white), 0 0 0 4px var(--gold-soft);border-radius:50%;flex-shrink:0;place-items:center;font-size:1.7rem;font-weight:600;display:grid}.consultant-info{flex:1;min-width:0}.consultant-info strong{font-family:var(--display);font-size:1.55rem;line-height:1.1;display:block}.consultant-phone{color:var(--muted);align-items:center;gap:.4rem;font-size:1rem;display:inline-flex}.consultant-phone svg{width:16px;height:16px}.consultant-phone:hover{color:var(--wine)}.map{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--cream-deep);box-shadow:var(--shadow-md);height:100%;min-height:460px;position:relative;overflow:hidden}.map iframe{filter:saturate(.75)sepia(.08);border:0;width:100%;height:100%;min-height:460px;display:block}.map-link{box-shadow:var(--shadow-md);position:absolute;bottom:1rem;left:1rem}@media (width<=900px){.location-grid{grid-template-columns:1fr}.map,.map iframe{min-height:340px}}@media (width<=480px){.consultant{flex-wrap:wrap}.consultant .btn{width:100%}}.final-cta{background:var(--wine);color:var(--cream);text-align:center;padding:clamp(4rem,8vw,6rem) 0;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";background:var(--gold-soft);opacity:.6;width:120px;height:1px;position:absolute;left:50%;transform:translate(-50%)}.final-cta:before{top:2rem}.final-cta:after{bottom:2rem}.final-inner{max-width:760px}.final-cta h2{color:var(--white);margin-bottom:1rem;font-size:clamp(2.3rem,5vw,3.6rem)}.final-cta p{color:#f0dcd9;max-width:44ch;margin:0 auto 2.2rem;font-size:clamp(1.1rem,1.6vw,1.25rem)}.site-footer{background:var(--cream-deep);border-top:1px solid var(--line);padding:3.5rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1.2fr;gap:2.5rem;display:grid}.footer-brand p{color:var(--muted);max-width:36ch;margin-top:1rem}.footer-col{flex-direction:column;gap:.5rem;display:flex}.footer-col h3{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);margin-bottom:.4rem;font-size:.82rem;font-weight:500}.footer-col a{color:var(--ink-soft);padding:.15rem 0}.footer-col a:hover{color:var(--wine)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem 2rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.95rem;display:flex}@media (width<=760px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.float-wa{z-index:90;background:var(--wine);width:64px;height:64px;color:var(--white);transition:transform .25s var(--ease);animation:heroUp .6s var(--ease) 1.2s both;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 12px 28px -8px #7a25308c}.float-wa:hover{transform:scale(1.06)}.float-wa svg{width:30px;height:30px}.picker-backdrop{z-index:300;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#22221f8c;place-items:center;padding:1rem;animation:.2s fadeIn;display:grid;position:fixed;inset:0}.picker{background:var(--cream);border-radius:var(--radius-lg);width:100%;max-width:460px;box-shadow:var(--shadow-lg);animation:pop .3s var(--ease);padding:2.25rem 1.75rem 1.75rem;position:relative}.picker h2{padding-right:2.5rem;font-size:2rem}.picker>p{color:var(--muted);margin:.4rem 0 1.5rem}.picker-close{border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:.9rem;right:.9rem}.picker-close:hover{background:var(--cream-deep)}.picker-close svg{width:24px;height:24px}.picker-options{gap:.75rem;display:grid}.picker-option{background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius-lg);transition:border-color .2s, transform .2s var(--ease), box-shadow .2s;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.picker-option:hover,.picker-option:focus-visible{border-color:var(--wine);box-shadow:var(--shadow-md);transform:translateY(-2px)}.picker-name{flex:1}.picker-name strong{font-family:var(--display);font-size:1.6rem;line-height:1.1;display:block}.picker-name small{color:var(--muted);font-size:1rem}.picker-wa{width:32px;height:32px;color:var(--sage-deep)}@keyframes fadeIn{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(12px)scale(.98)}}.vpage{padding:1.5rem 0 clamp(3rem,6vw,5rem)}.vpage-loading{min-height:80vh}.back-link{min-height:48px;color:var(--ink-soft);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:500;display:inline-flex}.back-link svg{width:20px;height:20px;transition:transform .2s var(--ease)}.back-link:hover{color:var(--wine)}.back-link:hover svg{transform:translate(-3px)}.vpage-grid{grid-template-columns:minmax(0,7fr) minmax(0,4.3fr);align-items:start;gap:clamp(1.5rem,4vw,3.5rem);display:grid}.vpage-side{top:calc(var(--header-h) + 1.25rem);position:sticky}.vpage-block{margin-top:2.75rem}.vpage-block h2{align-items:center;gap:1rem;margin-bottom:1.1rem;font-size:2rem;display:flex}.vpage-block h2:after{content:"";background:linear-gradient(90deg, var(--gold-soft), transparent);flex:1;height:1px}.spec-table{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.spec-table div{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:1rem 1.25rem;display:flex}.spec-table div:nth-child(odd){border-right:1px solid var(--line)}.spec-table dt{color:var(--muted)}.spec-table dd{text-align:right;font-weight:500}.vpage-desc{color:var(--ink-soft);white-space:pre-line;max-width:62ch;font-size:1.15rem}.buybox{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.75rem;position:relative}.buybox:before{content:"";background:var(--gold);height:2px;position:absolute;top:0;left:1.75rem;right:1.75rem}.buybox-brand{letter-spacing:.16em;text-transform:uppercase;color:var(--sage-deep);margin-top:1rem;font-size:.85rem;font-weight:500}.buybox h1{margin-top:.2rem;font-size:clamp(2.3rem,3.4vw,2.9rem);line-height:1.05}.buybox h1 span{font-family:var(--sans);color:var(--muted);letter-spacing:0;margin-top:.45rem;font-size:1.1rem;font-weight:400;display:block}.buybox-specs{grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0;display:grid}.buybox-specs li{border-radius:var(--radius);background:var(--cream);align-items:center;gap:.7rem;padding:.75rem .85rem;font-weight:500;line-height:1.25;display:flex}.buybox-specs svg{width:22px;height:22px;color:var(--sage-deep);flex-shrink:0}.buybox-specs small{color:var(--muted);font-size:.8rem;font-weight:400;display:block}.buybox-price{color:var(--wine);letter-spacing:-.01em;margin-bottom:1.2rem;font-size:clamp(2.2rem,3.2vw,2.7rem);font-weight:600;line-height:1.1}.buybox-price small{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem;font-size:.85rem;font-weight:500;display:block}.buybox .btn-lg{white-space:normal}.buybox-alt{text-align:center;color:var(--muted);margin-top:.9rem;font-size:1rem}.buybox-alt a{color:var(--wine);text-underline-offset:3px;font-weight:500;text-decoration:underline}.buybox-trust{border-top:1px solid var(--line);color:var(--ink-soft);flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:1.5rem;padding-top:1.25rem;font-size:.98rem;display:flex}.buybox-trust li{align-items:center;gap:.45rem;display:flex}.buybox-trust svg{width:20px;height:20px;color:var(--sage-deep)}.soldbox p{border-radius:var(--radius);background:var(--wine-tint);color:var(--wine-deep);margin-bottom:1rem;padding:1rem 1.1rem}.gallery-stage{aspect-ratio:4/3;border-radius:var(--radius-lg);background:var(--ink);touch-action:pan-y;position:relative;overflow:hidden}.gallery-stage>img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s var(--ease);position:absolute;inset:0}.gallery-stage>img.is-active{opacity:1}.gallery-empty{background:var(--cream-deep);color:var(--muted);place-items:center;display:grid}.gallery-empty img{opacity:.8;border-radius:50%;width:30%}.gallery-empty span{position:absolute;bottom:1.25rem}.gallery-nav{width:56px;height:56px;color:var(--ink);box-shadow:var(--shadow-md);transition:background .2s, transform .2s var(--ease);background:#fffdf8eb;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:var(--white);transform:translateY(-50%)scale(1.06)}.gallery-nav svg{width:28px;height:28px}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}.gallery-counter{color:var(--white);background:#22221fad;border-radius:999px;padding:.3rem .8rem;font-size:.95rem;font-weight:500;position:absolute;bottom:1rem;left:1rem}.gallery-zoom{min-height:44px;color:var(--white);background:#22221fad;border-radius:999px;align-items:center;gap:.45rem;padding:0 1rem;font-size:.95rem;font-weight:500;transition:background .2s;display:inline-flex;position:absolute;bottom:1rem;right:1rem}.gallery-zoom:hover{background:#22221fd9}.gallery-zoom svg{width:18px;height:18px}.gallery-thumbs{scrollbar-width:thin;gap:.6rem;margin-top:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.gallery-thumbs button{aspect-ratio:4/3;border-radius:var(--radius);opacity:.6;outline-offset:2px;outline:2px solid #0000;flex:none;width:110px;transition:opacity .2s,outline-color .2s;overflow:hidden}.gallery-thumbs button:hover{opacity:.9}.gallery-thumbs button.is-active{opacity:1;outline-color:var(--wine)}.gallery-thumbs img{object-fit:cover;width:100%;height:100%}.lightbox{z-index:400;touch-action:pan-y;background:#141412f5;place-items:center;animation:.25s fadeIn;display:grid;position:fixed;inset:0}.lightbox>img{object-fit:contain;border-radius:4px;max-width:94vw;max-height:86vh;animation:.35s fadeIn}.lightbox-close{min-height:52px;color:var(--white);z-index:1;background:#ffffff24;border-radius:999px;align-items:center;gap:.4rem;padding:0 1.2rem;font-size:1.05rem;font-weight:500;display:inline-flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover{background:#ffffff3d}.lightbox-close svg{width:22px;height:22px}.sticky-cta{display:none}.related{background:var(--cream-deep)}.related-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media (width<=960px){.vpage-grid{grid-template-columns:1fr}.vpage-side{order:-1;position:static}.vpage-main{display:contents}.gallery{order:-2}.vpage-block{margin-top:1rem}}@media (width<=640px){.vpage{padding-top:.5rem;padding-bottom:7rem}.gallery-stage{margin:0 calc(var(--gutter) * -1);border-radius:0}.gallery-nav{width:46px;height:46px}.gallery-nav.prev{left:.6rem}.gallery-nav.next{right:.6rem}.gallery-thumbs button{width:84px}.gallery-zoom span{display:none}.buybox{box-shadow:none;padding:1.4rem 1.25rem}.buybox:before{left:1.25rem;right:1.25rem}.spec-table{grid-template-columns:1fr}.spec-table div:nth-child(odd){border-right:0}.sticky-cta{z-index:90;padding:.75rem var(--gutter) calc(.75rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);animation:slideUp .4s var(--ease) .3s both;background:#fffdf8f7;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px -18px #22221f66}.sticky-cta>div{min-width:0}.sticky-cta small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;display:block;overflow:hidden}.sticky-cta strong{color:var(--wine);font-size:1.35rem;line-height:1.1}.sticky-cta .btn{flex-shrink:0}}@keyframes slideUp{0%{transform:translateY(100%)}}.notfound{text-align:center;min-height:60vh}.notfound .container{flex-direction:column;align-items:center;gap:1rem;display:flex}.notfound img{border-radius:50%}.notfound h1{font-size:clamp(2rem,4vw,2.8rem)}.notfound p{color:var(--muted);margin-bottom:.5rem}
