
:root{--wine:#8f2748;--wine-2:#a93659;--rose:#d98ca4;--pink:#f9e9ee;--blush:#fff7f8;--gold:#c99a3d;--gold-soft:#f4e1b4;--ink:#2e2026;--muted:#76656c;--white:#fff;--line:rgba(85,45,60,.13);--shadow:0 24px 60px rgba(112,44,68,.14);--radius:28px;--radius-sm:18px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--blush);line-height:1.6;overflow-x:hidden}body::selection{background:var(--wine);color:white}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.site-header{position:fixed;z-index:50;inset:0 0 auto;background:rgba(255,247,248,.86);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{border-color:var(--line);box-shadow:0 10px 30px rgba(84,36,53,.07)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 8px 24px rgba(137,38,69,.15)}.brand span{display:grid;line-height:1.1}.brand strong{font-family:"Playfair Display",serif;font-size:20px}.brand small{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--wine);margin-top:5px;font-weight:700}.main-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600}.main-nav>a:not(.nav-cta){position:relative}.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background:var(--wine);transform:scaleX(0);transform-origin:right;transition:transform .25s}.main-nav>a:hover::after{transform:scaleX(1);transform-origin:left}.nav-cta{background:var(--wine);color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 10px 24px rgba(143,39,72,.22);transition:.25s}.nav-cta:hover{transform:translateY(-2px);background:#761e3c}.menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:.2s}.hero{padding:148px 0 44px;position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 15% 15%,rgba(239,184,200,.45),transparent 30%),linear-gradient(180deg,#fff8f9 0%,#fdf1f4 100%);overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(143,39,72,.08) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(to bottom,black,transparent 72%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.5}.orb-one{width:320px;height:320px;background:#f7cad7;right:-80px;top:90px}.orb-two{width:180px;height:180px;background:#f2db9f;left:-50px;bottom:110px}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;text-transform:uppercase;letter-spacing:.13em;font-weight:700;color:var(--wine);background:rgba(255,255,255,.72);border:1px solid rgba(143,39,72,.12);padding:9px 14px;border-radius:999px}.eyebrow span{font-size:16px}.hero h1,.catalog-hero h1{font:700 clamp(48px,6vw,80px)/1.02 "Playfair Display",serif;letter-spacing:-.04em;margin:24px 0 24px;max-width:750px}.hero h1 em,.catalog-hero h1 em{color:var(--wine);font-weight:600}.hero-lead{font-size:18px;max-width:650px;color:var(--muted);margin:0 0 30px}.hero-actions,.location-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 22px;border-radius:999px;font-weight:700;border:1px solid transparent;transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--wine);color:white;box-shadow:0 14px 30px rgba(143,39,72,.22)}.btn-primary:hover{background:#761e3c}.btn-ghost{border-color:rgba(67,34,45,.18);background:rgba(255,255,255,.72)}.btn-ghost:hover{background:#fff;border-color:rgba(143,39,72,.35)}.hero-trust{display:flex;align-items:center;gap:14px;margin-top:28px}.avatars{display:flex}.avatars span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:white;color:var(--wine);border:2px solid var(--blush);margin-left:-8px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.avatars span:first-child{margin-left:0}.hero-trust>div:last-child{display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:center}.stars{color:var(--gold);letter-spacing:2px;font-size:13px;grid-column:1}.hero-trust strong{font-size:14px;grid-column:2}.hero-trust small{font-size:12px;color:var(--muted);grid-column:2}.hero-gallery{position:relative;min-height:585px}.hero-main{position:absolute;left:38px;top:20px;width:74%;height:500px;border-radius:180px 180px 30px 30px;overflow:hidden;box-shadow:var(--shadow);border:8px solid rgba(255,255,255,.65);transform:rotate(-2deg)}.hero-main img,.hero-mini img,.custom-visual img,.catalog-hero-card img{width:100%;height:100%;object-fit:cover}.hero-mini{position:absolute;overflow:hidden;border:6px solid #fff;box-shadow:var(--shadow)}.mini-one{width:190px;height:210px;right:0;top:35px;border-radius:80px 80px 22px 22px;transform:rotate(5deg)}.mini-two{width:180px;height:190px;right:4px;bottom:38px;border-radius:28px;transform:rotate(3deg)}.hero-note{position:absolute;left:0;bottom:40px;background:#fff;padding:17px 22px;border-radius:20px;box-shadow:var(--shadow);display:grid;transform:rotate(-3deg)}.hero-note span{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--wine);font-weight:700}.hero-note strong{font-family:"Playfair Display",serif;font-size:17px}.service-strip{position:relative;margin-top:48px;background:rgba(255,255,255,.74);border:1px solid rgba(143,39,72,.1);border-radius:22px;display:grid;grid-template-columns:repeat(3,1fr);padding:22px 28px;box-shadow:0 12px 35px rgba(107,47,67,.06)}.service-strip>div{display:grid;grid-template-columns:42px 1fr;align-items:center;column-gap:12px;padding:0 24px}.service-strip>div+div{border-left:1px solid var(--line)}.service-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--pink);color:var(--wine);font-size:20px;grid-row:1/3}.service-strip strong{font-size:14px}.service-strip small{color:var(--muted);font-size:12px}.section{padding:105px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:44px}.section-heading>div{max-width:660px}.section-heading p{max-width:430px;color:var(--muted);margin:0}.kicker{display:block;color:var(--wine);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:10px}.section h2{font:700 clamp(36px,4.3vw,56px)/1.06 "Playfair Display",serif;letter-spacing:-.035em;margin:0}.occasions{background:white}.occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.occasion-card{position:relative;background:var(--blush);border:1px solid var(--line);padding:28px;border-radius:24px;min-height:280px;transition:.28s;overflow:hidden}.occasion-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:rgba(143,39,72,.23)}.occasion-card>span{position:absolute;right:20px;top:15px;font-family:"Playfair Display",serif;color:rgba(143,39,72,.18);font-size:44px}.occasion-symbol{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--wine),#c65f7e);color:white;display:grid;place-items:center;font-size:23px;margin-bottom:44px}.occasion-card h3{font:700 25px "Playfair Display",serif;margin:0 0 9px}.occasion-card p{color:var(--muted);margin:0;font-size:14px}.featured-section{background:linear-gradient(180deg,#fdf1f4 0,#fff7f8 100%)}.text-link{font-weight:700;color:var(--wine);white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:white;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 28px rgba(84,32,50,.06);transition:.3s;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1.05;overflow:hidden;background:#eee}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);padding:7px 10px;border-radius:999px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:var(--wine)}.product-info{padding:18px}.product-info h3{font:700 20px/1.2 "Playfair Display",serif;margin:4px 0 7px}.product-info p{font-size:13px;color:var(--muted);margin:0 0 14px;min-height:42px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-price{font-weight:800;color:var(--wine)}.product-action{width:38px;height:38px;border-radius:50%;border:0;background:var(--pink);color:var(--wine);display:grid;place-items:center;font-size:20px;cursor:pointer;transition:.2s}.product-action:hover{background:var(--wine);color:#fff}.custom-section{background:#fff}.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.custom-visual{position:relative;min-height:650px}.custom-large{position:absolute;inset:0 80px 0 0;width:calc(100% - 80px);height:600px;object-fit:cover;border-radius:160px 30px 30px 30px;box-shadow:var(--shadow)}.custom-small{position:absolute;right:0;bottom:0;width:225px;height:260px;object-fit:cover;border:8px solid white;border-radius:30px;box-shadow:var(--shadow);transform:rotate(3deg)}.custom-stamp{position:absolute;left:-22px;bottom:70px;width:135px;height:135px;border-radius:50%;background:var(--gold-soft);display:flex;align-items:center;justify-content:center;gap:5px;box-shadow:0 16px 40px rgba(127,82,19,.2);transform:rotate(-8deg)}.custom-stamp strong{font:700 30px "Playfair Display",serif;color:#8a5e0c}.custom-stamp span{font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.custom-copy>p{color:var(--muted);font-size:17px}.steps{list-style:none;padding:0;margin:30px 0}.steps li{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid var(--line)}.steps li>span{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:var(--wine);font-weight:800}.steps strong{font-size:16px}.steps p{margin:2px 0 0;color:var(--muted);font-size:13px}.reviews-section{background:var(--ink);color:white;position:relative;overflow:hidden}.reviews-section::before{content:"♡";position:absolute;font:600 520px "Playfair Display",serif;color:rgba(255,255,255,.025);right:-80px;top:-180px}.reviews-intro{text-align:center;max-width:760px;margin:0 auto 52px}.reviews-section .kicker{color:#efb6c6}.rating-big{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:25px}.rating-big>strong{font:700 58px "Playfair Display",serif}.rating-big>div{display:grid;text-align:left}.rating-big span{color:#efbf59;letter-spacing:3px}.rating-big small{color:#c9bbc0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{position:relative;margin:0;padding:32px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);border-radius:24px;backdrop-filter:blur(10px)}.quote{font:700 60px/1 "Playfair Display",serif;color:#efb6c6}.review-card p{color:#f3e9ec;min-height:104px}.review-card footer{display:grid;border-top:1px solid rgba(255,255,255,.1);padding-top:17px}.review-card footer span{font-size:12px;color:#baaaaf}.location-section{background:white}.location-card{background:var(--pink);border-radius:32px;padding:26px;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:stretch}.location-copy{padding:40px}.location-copy p{color:var(--muted);font-size:16px}.map-wrap{min-height:430px;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px rgba(94,41,59,.12)}.map-wrap iframe{width:100%;height:100%;border:0}.final-cta{padding:80px 0;background:linear-gradient(135deg,var(--wine),#b84869);color:white;position:relative;overflow:hidden}.final-cta::after{content:"♥";position:absolute;right:4%;top:-90px;font-size:260px;color:rgba(255,255,255,.06)}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.final-cta h2{font:700 clamp(34px,4vw,52px)/1.08 "Playfair Display",serif;max-width:780px;margin:8px 0 0}.final-cta span{font-size:12px;text-transform:uppercase;letter-spacing:.17em}.btn-light{background:white;color:var(--wine);white-space:nowrap}.site-footer{background:#24191d;color:#e9dde1;padding:68px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:46px}.footer-brand{display:flex;gap:14px}.footer-brand img{width:62px;height:62px;border-radius:50%}.footer-brand strong{font:700 24px "Playfair Display",serif}.site-footer h3{font:700 17px "Playfair Display",serif;margin-top:0}.site-footer p,.site-footer a{display:block;color:#bbaeb3;font-size:13px;margin:5px 0}.site-footer a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;color:#887b80;font-size:12px}.floating-whatsapp{position:fixed;z-index:60;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;background:#1fa855;color:white;border-radius:999px;padding:13px 18px;box-shadow:0 14px 30px rgba(20,105,55,.3);font-weight:800;font-size:13px;transition:.25s}.floating-whatsapp:hover{transform:translateY(-4px)}.floating-whatsapp svg{width:24px;height:24px;fill:currentColor}.catalog-hero{padding:150px 0 75px;background:linear-gradient(135deg,#fff8f9,#f7e5eb);position:relative;overflow:hidden}.catalog-hero::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:#f0c6d2;right:-120px;top:-90px;opacity:.55}.catalog-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;position:relative;z-index:1}.catalog-hero p{color:var(--muted);font-size:17px;max-width:640px}.catalog-hero-card{height:360px;position:relative;border-radius:120px 24px 24px 24px;overflow:hidden;box-shadow:var(--shadow)}.catalog-hero-card::after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(34,20,25,.8))}.catalog-hero-card div{position:absolute;z-index:2;bottom:26px;left:26px;color:white;display:grid}.catalog-hero-card span{font-size:12px;text-transform:uppercase;letter-spacing:.13em}.catalog-hero-card strong{font:700 22px "Playfair Display",serif}.catalog-section{background:white}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px}.filters{display:flex;flex-wrap:wrap;gap:9px}.filter{border:1px solid var(--line);background:var(--blush);padding:10px 16px;border-radius:999px;color:var(--ink);font-weight:700;cursor:pointer}.filter.active,.filter:hover{background:var(--wine);border-color:var(--wine);color:white}.product-count{font-size:13px;color:var(--muted)}.product-count strong{color:var(--wine);font-size:18px}.catalog-grid{grid-template-columns:repeat(3,1fr)}.catalog-grid .product-image{aspect-ratio:1/1}.catalog-note{margin-top:50px;padding:25px 28px;border-radius:24px;background:var(--pink);display:flex;align-items:center;justify-content:space-between;gap:25px}.catalog-note>div{display:flex;align-items:center;gap:15px}.catalog-note>div>span{font-size:28px;color:var(--wine)}.catalog-note p{margin:0;color:var(--muted)}.product-modal{position:fixed;z-index:100;inset:0;display:none}.product-modal.open{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(25,14,18,.72);backdrop-filter:blur(7px)}.modal-dialog{position:relative;width:min(920px,calc(100% - 30px));max-height:90vh;background:white;border-radius:28px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.35)}.modal-dialog>img{width:100%;height:100%;min-height:520px;object-fit:cover}.modal-content{padding:48px;display:flex;flex-direction:column;justify-content:center}.modal-content>span{color:var(--wine);text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800}.modal-content h2{font:700 40px/1.1 "Playfair Display",serif;margin:10px 0 15px}.modal-content p{color:var(--muted)}.modal-content strong{font-size:22px;color:var(--wine);margin:10px 0 25px}.modal-close{position:absolute;z-index:3;right:16px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:white;box-shadow:0 8px 20px rgba(0,0,0,.12);font-size:28px;cursor:pointer}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}@media(max-width:1020px){.main-nav{position:absolute;left:20px;right:20px;top:76px;background:white;padding:22px;border-radius:20px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.custom-grid,.catalog-hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-trust{justify-content:center}.hero-gallery{width:min(640px,100%);margin:auto}.service-strip{grid-template-columns:1fr;gap:0}.service-strip>div{padding:16px}.service-strip>div+div{border-left:0;border-top:1px solid var(--line)}.occasion-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.custom-grid{gap:50px}.custom-visual{order:2}.custom-copy{order:1}.footer-grid{grid-template-columns:repeat(2,1fr)}.location-card{grid-template-columns:1fr}.map-wrap{height:400px}.catalog-hero-card{max-width:580px}.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.container{width:min(calc(100% - 24px),var(--container))}.nav-wrap{height:70px}.brand img{width:44px;height:44px}.brand strong{font-size:17px}.hero{padding-top:112px}.hero h1,.catalog-hero h1{font-size:45px}.hero-grid{gap:34px}.hero-gallery{min-height:460px}.hero-main{left:6%;width:78%;height:400px;border-radius:120px 120px 25px 25px}.hero-mini{border-width:4px}.mini-one{width:135px;height:150px}.mini-two{width:135px;height:145px}.hero-note{left:0;bottom:12px;padding:12px 15px}.service-strip{margin-top:28px;padding:10px 14px}.section{padding:72px 0}.section-heading{display:block;margin-bottom:30px}.section-heading p,.section-heading .text-link{display:block;margin-top:15px}.occasion-grid,.product-grid,.review-grid,.catalog-grid{grid-template-columns:1fr}.occasion-card{min-height:auto}.product-image{aspect-ratio:1/1}.custom-visual{min-height:500px}.custom-large{height:470px;inset:0 45px 0 0;width:calc(100% - 45px);border-radius:100px 24px 24px 24px}.custom-small{width:160px;height:190px}.custom-stamp{width:105px;height:105px;left:-4px}.custom-stamp strong{font-size:23px}.custom-stamp span{font-size:9px}.review-card p{min-height:auto}.location-copy{padding:18px 12px}.location-card{padding:14px}.map-wrap{height:330px;min-height:0}.final-cta-inner{display:block}.final-cta .btn{margin-top:24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid;gap:5px}.floating-whatsapp span{display:none}.floating-whatsapp{width:56px;height:56px;padding:0;justify-content:center}.catalog-toolbar{align-items:flex-start;flex-direction:column}.catalog-hero{padding-top:115px}.catalog-hero-card{height:300px}.catalog-note{align-items:stretch;flex-direction:column}.modal-dialog{grid-template-columns:1fr;overflow:auto}.modal-dialog>img{min-height:300px;height:330px}.modal-content{padding:30px}.modal-content h2{font-size:32px}}
