:root{
      --wine:#6B3140; --wine-dark:#4E2330; --rose:#E8D7CF; --rose-2:#F0E3DD; --cream:#FAF7F3; --cream-2:#F6EEE8; --gold:#B88A67; --ink:#2A1A1A; --text:#4A3636; --muted:#866E6E; --white:#fff; --green:#1ecb68;
      --shadow:0 24px 60px rgba(107,49,64,.14); --soft:0 14px 38px rgba(107,49,64,.10);
    }
html{
  color-scheme: light;
  background: #FAF7F3;
  -webkit-text-size-adjust: 100%;
}
body{
  background: var(--cream);
  color: var(--text);
}
    *{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth} body{font-family:Jost,system-ui,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden} img{display:block;max-width:100%} a{color:inherit}
    h1,h2,h3{font-family:'Cormorant Garamond',serif;color:var(--ink);line-height:1.04} p{color:var(--muted);line-height:1.75}
    .container{width:min(1120px,90%);margin:auto} section{padding:6.4rem 0;position:relative} .eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.22em;color:var(--gold);font-weight:800;margin-bottom:.8rem;display:inline-flex;align-items:center;gap:.8rem} .eyebrow:before{content:"";width:34px;height:1px;background:var(--gold);opacity:.65}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.9rem 1.55rem;border-radius:999px;text-decoration:none;font-size:.88rem;font-weight:800;letter-spacing:.035em;transition:.25s ease;border:1px solid transparent;white-space:nowrap;text-transform:uppercase}
    .btn-primary{background:linear-gradient(135deg,var(--wine),var(--wine-dark));color:white;box-shadow:0 16px 34px rgba(107,49,64,.26)} .btn-primary:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(107,49,64,.34)}
    .btn-light{background:#fff;color:var(--wine);box-shadow:0 16px 34px rgba(255,255,255,.18);border-color:rgba(255,255,255,.72)}
    .btn-light:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(255,255,255,.24);background:var(--cream)}
 .btn-outline{background:rgba(255,255,255,.6);border-color:rgba(107,49,64,.25);color:var(--wine)} .btn-outline:hover{background:var(--wine);color:#fff}
    header{position:fixed;inset:0 0 auto 0;height:74px;background:rgba(250,247,243,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(107,49,64,.08);z-index:90} .nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem} .brand{display:flex;align-items:center;gap:.75rem;text-decoration:none} .mark{width:45px;height:45px;border-radius:16px;background:var(--wine);display:grid;place-items:center;color:#fff;font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:700;box-shadow:0 12px 25px rgba(107,49,64,.18)} .brand strong{display:block;font-family:'Cormorant Garamond',serif;color:var(--wine);font-size:1.22rem;line-height:1} .brand small{font-size:.61rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)} .links{display:flex;align-items:center;gap:1.65rem} .links a{font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;text-decoration:none;color:var(--text)} .menu-btn{display:none}

    .hero{min-height:100vh;padding:8.3rem 0 5.2rem;background:radial-gradient(circle at 92% 8%,rgba(232,215,207,.8),transparent 32%),radial-gradient(circle at 3% 88%,rgba(232,215,207,.55),transparent 25%),linear-gradient(112deg,#fff 0%,#fff 44%,var(--cream-2) 100%);overflow:hidden}
    .hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:4.2rem;align-items:center} .hero h1{font-size:clamp(3.05rem,5.5vw,5.95rem);letter-spacing:-.045em;max-width:630px} .hero h1 em{color:var(--wine);font-style:italic} .hero-sub{max-width:565px;font-size:1.03rem;margin:1.55rem 0 1.65rem;color:#8B7373} .hero-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin:1.2rem 0 1.15rem} .hero-location{font-size:1.02rem;color:var(--muted);margin-top:1.05rem} .hero-location b{color:var(--wine)}
    .hero-photo-area{position:relative;min-height:560px;display:grid;place-items:center} .hero-frame{width:min(100%,560px);aspect-ratio:4/4.65;border:13px solid white;border-radius:38px;overflow:hidden;box-shadow:var(--shadow);background:var(--rose);position:relative;z-index:2} .hero-frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
    .fruit-card{position:absolute;width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.86);display:grid;place-items:center;font-size:2rem;box-shadow:0 20px 44px rgba(107,49,64,.11);z-index:1;animation:float 6.5s ease-in-out infinite} .fruit-card.f1{left:-40px;top:18px} .fruit-card.f2{right:-42px;top:40px;animation-delay:-2s} .fruit-card.f3{right:36px;bottom:40px;animation-delay:-3.5s} .fruit-card.f4{left:28px;bottom:42px;animation-delay:-1s}
    @keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(5deg)}}
    .hero-badge{position:absolute;left:0;bottom:88px;z-index:3;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(107,49,64,.11);border-radius:22px;padding:1.05rem 1.2rem;max-width:282px;box-shadow:0 22px 46px rgba(107,49,64,.15);animation:gentleBadge 3.8s ease-in-out infinite} .hero-badge strong{font-family:'Cormorant Garamond',serif;font-size:1.33rem;line-height:1;color:var(--wine);display:block;margin-bottom:.34rem} .hero-badge span{font-size:.82rem;color:var(--muted);line-height:1.45;display:block} @keyframes gentleBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
    .desktop-popup{position:fixed;right:26px;bottom:98px;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border:1px solid rgba(107,49,64,.12);border-radius:24px;padding:1rem 1.05rem;box-shadow:0 24px 52px rgba(107,49,64,.16);max-width:330px;display:flex;gap:.85rem;align-items:center;animation:popFloat 4.2s ease-in-out infinite} .desktop-popup .pop-icon{width:42px;height:42px;border-radius:15px;background:var(--rose-2);display:grid;place-items:center;font-size:1.25rem;flex:0 0 auto} .desktop-popup strong{display:block;color:var(--wine);font-size:.88rem;text-transform:uppercase;letter-spacing:.06em} .desktop-popup p{font-size:.79rem;line-height:1.35;margin:.2rem 0 .55rem} .desktop-popup a{font-size:.73rem;color:#fff;background:var(--wine);padding:.48rem .78rem;border-radius:999px;text-decoration:none;font-weight:800;display:inline-flex} @keyframes popFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

    .section-head{text-align:center;max-width:720px;margin:0 auto 3.2rem} .section-head h2{font-size:clamp(2.2rem,4vw,3.4rem);margin-bottom:1rem} .section-head p{font-size:1rem}
    .split{display:grid;grid-template-columns:.9fr 1.1fr;gap:4.5rem;align-items:center} .photo-card{border-radius:36px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/5;background:var(--rose)} .photo-card img{width:100%;height:100%;object-fit:cover;object-position:center 32%} .content h2{font-size:clamp(2.4rem,4vw,3.55rem);margin-bottom:1.2rem} .content p{margin-bottom:1rem;font-size:1rem}
    .cream{background:#fff} .rose{background:linear-gradient(145deg,var(--cream) 0%,var(--rose-2) 100%)} .wine-section{background:linear-gradient(135deg,var(--wine),var(--wine-dark));color:#fff} .wine-section h2,.wine-section h3{color:#fff} .wine-section p,.wine-section .section-head p{color:rgba(255,255,255,.74)} .wine-section .eyebrow{color:#e8cbb0} .wine-section .eyebrow:before{background:#e8cbb0}
    .goals{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:980px;margin:0 auto 2.2rem} .goal{background:#fff;border-radius:18px;padding:1.1rem 1.2rem;display:flex;gap:.85rem;align-items:center;box-shadow:0 12px 28px rgba(107,49,64,.07);font-weight:700;color:var(--text)} .check{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--wine);color:#fff;flex:0 0 auto}
    .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem} .card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:1.45rem;box-shadow:0 12px 30px rgba(0,0,0,.04)} .card h3{font-size:1.38rem;margin:.5rem 0 .4rem} .card p{font-size:.9rem;line-height:1.58} .icon{font-size:1.7rem}
    .why{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:980px;margin:0 auto 2.2rem} .why-card{background:#fff;border-radius:24px;padding:2rem;box-shadow:var(--soft);text-align:center} .why-card h3{font-size:1.55rem;color:var(--wine);margin:.6rem 0}
    .bio-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4.2rem;align-items:start} .formation{margin-top:1.7rem;display:grid;gap:.8rem} .form-item{background:#fff;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 10px 26px rgba(107,49,64,.06)} .form-item strong{display:block;color:var(--ink)} .form-item span{font-size:.85rem;color:var(--muted)} .form-item em{display:block;font-size:.8rem;color:var(--gold);margin-top:.1rem}
    .faq{max-width:820px;margin:auto} .faq-item{background:#fff;border-radius:18px;margin-bottom:.9rem;box-shadow:0 10px 28px rgba(107,49,64,.06);overflow:hidden} .faq-q{width:100%;padding:1.35rem 1.6rem;background:none;border:0;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:Jost,sans-serif;font-weight:800;color:var(--ink);font-size:1.08rem;cursor:pointer} .faq-q span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--rose-2);color:var(--wine)} .faq-a{max-height:0;overflow:hidden;transition:.35s ease;padding:0 1.45rem} .faq-item.open .faq-a{max-height:1800px;padding:0 1.45rem 1.25rem} .faq-item.open .faq-q span{transform:rotate(45deg);background:var(--wine);color:#fff}
    .cta-final{text-align:center;padding:6rem 0;background:linear-gradient(135deg,var(--wine),#7B3944);overflow:hidden} .cta-final h2{font-size:clamp(2.35rem,4.8vw,4rem);color:#fff;margin-bottom:.8rem} .cta-final p{color:rgba(255,255,255,.78);font-size:1.06rem;margin-bottom:1.8rem}
    footer{background:linear-gradient(135deg,#7B3944,var(--wine));color:rgba(255,255,255,.62);padding:3rem 0 7rem} .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem} footer strong{color:#fff} footer h4{color:#e8cbb0;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;margin-bottom:1rem} footer p,footer li{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.7} footer ul{list-style:none}
    .wpp-float{position:fixed;right:24px;bottom:26px;width:58px;height:58px;border-radius:50%;background:#22c55e;z-index:100;display:grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 18px 42px rgba(34,197,94,.34);animation:wppPulse 2.8s ease-in-out infinite}.wpp-float svg{width:32px;height:32px;display:block} @keyframes wppPulse{0%,100%{box-shadow:0 12px 28px rgba(34,197,94,.28)}50%{box-shadow:0 18px 48px rgba(34,197,94,.48)}}
    .mobile-sticky{display:none}
    @media(max-width:980px){.links{display:none} .menu-btn{display:flex;flex-direction:column;gap:5px;background:none;border:0} .menu-btn span{width:24px;height:2px;background:var(--wine)} .hero{padding:6.2rem 0 3.8rem;min-height:auto} .hero-grid,.split,.bio-grid{grid-template-columns:1fr;gap:2.2rem} .hero-content{text-align:center} .eyebrow{justify-content:center} .eyebrow:before{display:none} .hero h1{font-size:clamp(2.25rem,10.6vw,3.45rem);max-width:100%;letter-spacing:-.035em} .hero-sub{margin-left:auto;margin-right:auto;font-size:.98rem} .hero-actions{justify-content:center} .hero-actions .btn{width:100%;max-width:370px;min-height:60px;font-size:.92rem} .hero-location{font-size:1.02rem} .hero-photo-area{min-height:auto;display:block} .hero-frame{width:82%;margin:auto;border-width:9px;border-radius:30px;aspect-ratio:4/4.65} .hero-frame img{object-position:center 20%} .hero-badge{left:50%;bottom:-18px;transform:translateX(-50%);max-width:305px;width:86%;padding:.95rem 1rem;animation:none} .hero-badge strong{font-size:1.2rem} .fruit-card{width:54px;height:54px;border-radius:18px;font-size:1.45rem} .fruit-card.f1{left:2%;top:8%} .fruit-card.f2{right:2%;top:2%} .fruit-card.f3{right:5%;bottom:15%} .fruit-card.f4{left:5%;bottom:20%} section{padding:4.7rem 0} .goals,.cards,.why{grid-template-columns:1fr} .cards{gap:.9rem} .card{padding:1.25rem} .desktop-popup{display:none} .mobile-sticky{position:fixed;left:12px;right:12px;bottom:12px;z-index:110;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border:1px solid rgba(107,49,64,.13);border-radius:22px;padding:.75rem;display:grid;grid-template-columns:1fr auto;gap:.65rem;align-items:center;box-shadow:0 20px 50px rgba(107,49,64,.18);animation:popFloat 4s ease-in-out infinite} .mobile-sticky strong{display:block;font-size:.8rem;color:var(--wine);text-transform:uppercase;letter-spacing:.06em} .mobile-sticky span{display:block;font-size:.74rem;color:var(--muted);line-height:1.25} .mobile-sticky a{background:var(--wine);color:#fff;text-decoration:none;border-radius:999px;padding:.72rem .9rem;font-size:.77rem;font-weight:900;text-transform:uppercase} .photo-card{width:86%;margin:auto} footer{padding-bottom:6.8rem} .footer-grid{grid-template-columns:1fr}}
    @media(max-width:540px){.container{width:92%} header{height:68px} .brand strong{font-size:1.05rem} .brand small{font-size:.53rem} .mark{width:40px;height:40px} .hero{padding-top:5.8rem} .hero h1{font-size:2.42rem;line-height:1.02} .hero-frame{width:88%;border-radius:26px} .btn{width:100%;font-size:.86rem} .hero-location{font-size:.95rem;line-height:1.45} .section-head h2,.content h2{font-size:2.3rem} .wpp-float{display:none} .goal{align-items:flex-start}}

    .brand-logo{height:54px;width:auto;display:block;object-fit:contain}
    .footer-logo-img{height:74px;width:auto;max-width:100%;display:block;object-fit:contain;margin-bottom:1rem}
    @media(max-width:540px){.brand-logo{height:42px}.footer-logo-img{height:58px}}

    .links a.btn-primary{color:#fff!important;}
    .location-section{background:#fff;padding:5.4rem 0;}
    .location-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:stretch;}
    .location-card{background:linear-gradient(145deg,var(--cream),var(--rose-2));border:1px solid rgba(107,49,64,.10);border-radius:28px;padding:2.2rem;box-shadow:var(--soft);display:flex;flex-direction:column;justify-content:center;}
    .location-card h2{font-size:clamp(2.1rem,3.5vw,3.1rem);margin:.4rem 0 1rem;}
    .location-card p{font-size:1rem;margin-bottom:1.2rem;}
    .location-address{color:var(--wine);font-weight:800;margin-bottom:1.3rem;line-height:1.6;}
    .map-frame{min-height:360px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:10px solid #fff;background:var(--rose-2);}
    .map-frame iframe{width:100%;height:100%;min-height:360px;border:0;display:block;}
    @media(max-width:900px){.location-wrap{grid-template-columns:1fr}.map-frame,.map-frame iframe{min-height:310px}.location-card{padding:1.7rem}}

  
    .italic-highlight{font-style:italic;color:var(--wine);font-weight:500}
    .formation-three{grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto;gap:1rem}.formation-three .form-item{position:relative;padding:1.45rem 1.35rem 1.35rem 4.6rem;min-height:112px}.formation-icon{position:absolute;left:1.25rem;top:1.35rem;width:44px;height:44px;border-radius:50%;background:var(--rose-2);display:grid;place-items:center}
    .wide-photo-card{max-width:760px;margin:0 auto 3rem;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/8;background:var(--rose)}.wide-photo-card img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
    
    .testimonials-section{overflow:hidden;background:radial-gradient(circle at 8% 10%,rgba(232,215,207,.45),transparent 26%),#fff}.testimonials-section .section-head{margin-bottom:2rem}.testimonial-stage{position:relative;margin-top:2.2rem;overflow:hidden}.testimonial-stage:before,.testimonial-stage:after{content:"";position:absolute;top:0;bottom:0;width:8%;z-index:2;pointer-events:none}.testimonial-stage:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.testimonial-stage:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}.testimonial-marquee{display:flex;gap:1rem;width:max-content;will-change:transform;animation:testimonialMarquee 42s linear infinite}.testimonial-marquee.reverse{animation:testimonialMarqueeReverse 48s linear infinite;margin-top:1rem}.testimonial-stage:hover .testimonial-marquee{animation-play-state:paused}.testimonial-card{width:360px;min-height:255px;background:rgba(255,255,255,.92);border-radius:28px;padding:1.35rem;box-shadow:0 18px 46px rgba(107,49,64,.10);border:1px solid rgba(107,49,64,.08);display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 26px 62px rgba(107,49,64,.16);border-color:rgba(184,138,103,.28)}.testimonial-card p{font-size:.95rem;line-height:1.62;color:var(--text);margin-bottom:1.1rem}.testimonial-top{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--wine),#9B5D66);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.03em;box-shadow:0 12px 26px rgba(107,49,64,.22);flex:0 0 auto}.avatar.a2{background:linear-gradient(135deg,#B88A67,#D9B596)}.avatar.a3{background:linear-gradient(135deg,#6B3140,#C78DA0)}.avatar.a4{background:linear-gradient(135deg,#7E5D4B,#C8A284)}.avatar.a5{background:linear-gradient(135deg,#8D4755,#E8B6C0)}.avatar.a6{background:linear-gradient(135deg,#A27258,#E3C0A5)}.avatar.a7{background:linear-gradient(135deg,#5A2733,#B88A67)}.testimonial-person strong{display:block;color:var(--ink);font-family:'Cormorant Garamond',serif;font-size:1.22rem;line-height:1}.testimonial-person span{display:block;color:var(--muted);font-size:.78rem;margin-top:.16rem}.stars{color:var(--gold);letter-spacing:.1em;font-size:.86rem;margin-top:.85rem}@keyframes testimonialMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes testimonialMarqueeReverse{from{transform:translateX(-50%)}to{transform:translateX(0)}}
    .reveal-on-scroll{opacity:0;transform:translateY(28px) scale(.985);filter:blur(3px);transition:opacity .8s ease,transform .8s ease,filter .8s ease}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.reveal-on-scroll.delay-1{transition-delay:.08s}.reveal-on-scroll.delay-2{transition-delay:.16s}.reveal-on-scroll.delay-3{transition-delay:.24s}.btn,.card,.why-card,.goal,.form-item,.process-card,.faq-item,.location-card,.map-frame,.photo-card,.wide-photo-card{transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}.card:hover,.why-card:hover,.goal:hover,.form-item:hover,.process-card:hover,.faq-item:hover{transform:translateY(-6px);box-shadow:0 24px 54px rgba(107,49,64,.14)}.photo-card img,.wide-photo-card img,.hero-frame img{transition:transform 1.1s ease,filter 1.1s ease}.photo-card:hover img,.wide-photo-card:hover img,.hero-frame:hover img{transform:scale(1.035);filter:saturate(1.03)}.hero h1,.hero-sub,.hero-actions,.hero .eyebrow{animation:softRise .85s ease both}.hero-sub{animation-delay:.1s}.hero-actions{animation-delay:.2s}.hero-photo-area{animation:softFade .95s ease .15s both}@keyframes softRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes softFade{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}

    .process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.process-card{background:#fff;border-radius:24px;padding:1.6rem;box-shadow:var(--soft);border:1px solid rgba(107,49,64,.06)}.process-card span{display:block;font-weight:800;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;margin-bottom:.55rem}.process-card h3{font-size:1.7rem;color:var(--wine);margin-bottom:.6rem}.process-quote{text-align:center;font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--wine);margin:2.3rem 0 1.2rem}.center-btn{text-align:center}
    .contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem auto 0;max-width:980px}.contact-grid div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:1rem}.contact-grid strong{display:block;color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem}.contact-grid span{color:rgba(255,255,255,.82);font-size:.95rem;overflow-wrap:anywhere}footer h3{font-family:'Cormorant Garamond',serif;color:#fff;font-size:1.6rem;margin-bottom:.3rem}
    @media(max-width:980px){.formation-three,.process-grid,.contact-grid{grid-template-columns:1fr}.wide-photo-card{aspect-ratio:4/3}.contact-grid{text-align:left}.formation-three .form-item{min-height:auto}.testimonial-card{width:310px;min-height:285px}.testimonial-stage:before,.testimonial-stage:after{width:12%}}
.desktop-popup,.mobile-sticky{display:none!important}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
img{max-width:100%;height:auto;}
.testimonials-section{padding:4.8rem 0 4.4rem!important;overflow:hidden!important;background:radial-gradient(circle at 8% 8%,rgba(232,215,207,.55),transparent 24%),linear-gradient(180deg,#fff 0%,#fbf4f0 100%)!important;}
.testimonials-container{width:min(1120px,92%)!important;}
.testimonials-head{margin:0 auto 1.65rem!important;}
.testimonials-head h2{margin-bottom:.75rem!important;}
.testimonials-head p{max-width:620px;margin-left:auto;margin-right:auto;}

.testimonials-track{display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:4%;padding:.35rem 4% 1.15rem;margin-left:-4%;margin-right:-4%;-webkit-overflow-scrolling:touch;}
.testimonials-track::-webkit-scrollbar{height:6px}.testimonials-track::-webkit-scrollbar-track{background:rgba(107,49,64,.07);border-radius:999px}.testimonials-track::-webkit-scrollbar-thumb{background:rgba(107,49,64,.26);border-radius:999px}
.testimonial-card{flex:0 0 min(84vw,350px)!important;width:auto!important;min-height:0!important;scroll-snap-align:center;background:rgba(255,255,255,.96)!important;border:1px solid rgba(107,49,64,.08);border-radius:24px!important;padding:1.15rem!important;box-shadow:0 14px 34px rgba(107,49,64,.10)!important;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem;transform:translateZ(0);}
.testimonial-top{display:flex;align-items:center;gap:.78rem;margin-bottom:.25rem!important;}
.avatar{width:46px!important;height:46px!important;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;font-size:.88rem;letter-spacing:.02em;flex:0 0 auto;box-shadow:0 8px 18px rgba(107,49,64,.18)!important;}
.testimonial-person strong{display:block;font-size:1.08rem!important;line-height:1.05;color:var(--ink);font-family:'Cormorant Garamond',serif;}
.testimonial-person span{display:block;font-size:.76rem!important;line-height:1.25;color:var(--muted);margin-top:.12rem;}
.testimonial-card p{font-size:.93rem!important;line-height:1.55!important;color:var(--text);margin:0!important;}
.stars{color:var(--gold);letter-spacing:.08em;font-size:.8rem;margin-top:.2rem;}
.swipe-hint{display:block;text-align:center;color:var(--wine);font-size:.82rem;font-weight:800;opacity:.82;margin-top:.2rem;}
.testimonial-card:hover{transform:none!important;box-shadow:0 14px 34px rgba(107,49,64,.10)!important;}

@media(max-width:768px){
  section{padding:4rem 0!important;}

  #sobre .split{display:grid;}
  #sobre .content{order:1;}
  #sobre .photo-card{order:2;}
  #sobre.split,.split{align-items:stretch;}
  .reveal-on-scroll{opacity:0;transform:translateY(18px);filter:none;transition:opacity .58s ease,transform .58s ease;}
  .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0);filter:none;}
  .section-head{margin-bottom:1.6rem!important;}
  .testimonials-section{padding:3.6rem 0 3.1rem!important;}
  .testimonials-head h2{font-size:2.22rem!important;line-height:1.02;}
  .testimonials-head p{font-size:.94rem!important;}
  
  .testimonials-track{gap:.85rem;padding-bottom:.95rem;}
  .testimonial-card{flex-basis:86vw!important;border-radius:22px!important;padding:1rem!important;}
  .testimonial-card p{font-size:.9rem!important;line-height:1.5!important;}
  .swipe-hint{font-size:.78rem;margin-top:0;}
  #sobre .photo-card{width:100%;max-width:390px;margin:1.25rem auto 0;}
  #sobre .photo-card img{object-position:center 28%;}
  .wide-photo-card{display:none!important;}
  .photo-card:hover img,.hero-frame:hover img{transform:none!important;filter:none!important;}
  .card:hover,.why-card:hover,.goal:hover,.form-item:hover,.process-card:hover,.faq-item:hover{transform:none!important;}
}

@media(min-width:900px){
  .testimonials-section{padding:5.2rem 0 5rem!important;}
  .testimonials-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;gap:1rem;padding:0;margin:0;}
  .testimonial-card{flex:auto!important;scroll-snap-align:none;min-height:245px!important;border-radius:26px!important;padding:1.25rem!important;}
  .testimonial-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 48px rgba(107,49,64,.14)!important;}
  .swipe-hint{display:none;}
}
@media(min-width:900px) and (max-width:1120px){.testimonials-track{grid-template-columns:repeat(2,minmax(0,1fr));}}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.testimonial-card:hover{transform:none!important}}

    
    .contact-grid{
      grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
      max-width: 860px !important;
      align-items: stretch;
    }
    .contact-grid div{
      min-width: 0;
    }
    .email-nowrap{
      white-space: nowrap !important;
      word-break: normal !important;
      overflow-wrap: normal !important;
      line-height: 1.25 !important;
      display: inline-block;
      max-width: 100%;
    }
    .contact-grid .email-nowrap{
      font-size: clamp(.76rem, 2.55vw, .95rem) !important;
      letter-spacing: -0.015em;
    }
    footer .email-nowrap{
      font-size: clamp(.76rem, 2.65vw, .92rem) !important;
      letter-spacing: -0.015em;
    }
    @media(max-width: 640px){
      .contact-grid{
        grid-template-columns: 1fr !important;
        gap: .75rem !important;
        max-width: 100% !important;
      }
      .contact-grid div{
        padding: .95rem .9rem !important;
      }
      .contact-grid .email-nowrap{
        font-size: clamp(.68rem, 3.15vw, .78rem) !important;
      }
      footer .email-nowrap{
        font-size: clamp(.68rem, 3.15vw, .78rem) !important;
      }
    }
    @media(max-width: 370px){
      .contact-grid .email-nowrap,
      footer .email-nowrap{
        font-size: .64rem !important;
        letter-spacing: -0.03em;
      }
    }

@media(max-width:980px){
  #sobre .content{order:1!important;}
  #sobre .photo-card{order:2!important;}
}
@media(max-width:768px){
  body{background:#FAF7F3!important;color:#4A3636!important;}
  .hero,.cream,.rose,.testimonials-section{forced-color-adjust:none;}
  .hero-frame,.photo-card,.testimonial-card,.goal,.why-card,.form-item,.faq-item,.process-card,.location-card{forced-color-adjust:none;}
}

.hero h1{color:var(--ink)!important;}
.hero h1 em{color:var(--wine)!important;}
.wine-section,.cta-final,footer{color:#fff!important;}
.wine-section h1,.wine-section h2,.wine-section h3,
.cta-final h1,.cta-final h2,.cta-final h3,
footer h1,footer h2,footer h3,footer strong{color:#fff!important;}
.wine-section p,.wine-section li,.cta-final p,.cta-final li,footer p,footer li{color:rgba(255,255,255,.76)!important;}
.contact-grid strong{color:#fff!important;}
.contact-grid span{color:rgba(255,255,255,.82)!important;}
.btn-primary,.mobile-sticky a{color:#fff!important;}
@media (prefers-color-scheme: dark){
  html,body{background:var(--cream)!important;color:var(--text)!important;}
}

html, body, header, main, section, footer{
  forced-color-adjust:none;
}
html{
  color-scheme: only light !important;
}
@media(max-width: 768px){
  #sobre{
    background:#fff !important;
  }
  #sobre > .container.split{
    display:flex !important;
    flex-direction:column !important;
    gap:1.65rem !important;
  }
  #sobre > .container.split > .content{
    order:1 !important;
    width:100% !important;
    margin:0 !important;
  }
  #sobre > .container.split > .photo-card{
    order:2 !important;
    width:100% !important;
    max-width:390px !important;
    margin:0 auto !important;
  }
  .hero{
    background:
      radial-gradient(circle at 92% 8%,rgba(232,215,207,.8),transparent 32%),
      radial-gradient(circle at 3% 88%,rgba(232,215,207,.55),transparent 25%),
      linear-gradient(112deg,#fff 0%,#fff 44%,var(--cream-2) 100%) !important;
  }
  .hero-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:2rem !important;
  }
  .hero-content{
    order:1 !important;
  }
  .hero-photo-area{
    order:2 !important;
    min-height:0 !important;
    margin-bottom:0 !important;
  }
}
:root{color-scheme:only light!important;}
html,body,header,main,section,footer,div,article,figure,img,a,button{forced-color-adjust:none;}
html,body{max-width:100%;overflow-x:hidden;background:var(--cream)!important;color:var(--text)!important;}
img,svg{max-width:100%;height:auto;}
.container{width:min(1120px,92vw);}
#sobre .photo-card{grid-column:1;grid-row:1;}
#sobre .content{grid-column:2;grid-row:1;}
.hero,.cream,.rose,.testimonials-section{color-scheme:only light!important;}
.wine-section,.cta-final,footer{color-scheme:only light!important;color:#fff!important;}
.wine-section h1,.wine-section h2,.wine-section h3,.cta-final h1,.cta-final h2,.cta-final h3,footer h1,footer h2,footer h3,footer strong{color:#fff!important;}
.wine-section p,.wine-section li,.cta-final p,.cta-final li,footer p,footer li{color:rgba(255,255,255,.78)!important;}
.contact-grid strong{color:#fff!important;}
.contact-grid span{color:rgba(255,255,255,.84)!important;}
.cta-final .btn-whatsapp-special,.cta-final .btn-whatsapp-special:visited{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.7rem!important;width:auto!important;max-width:min(94vw,430px)!important;min-height:58px!important;padding:1rem 1.75rem!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.26)!important;background:linear-gradient(135deg,#25D366,#168f49)!important;color:#fff!important;font-size:.88rem!important;font-weight:800!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-decoration:none!important;box-shadow:0 18px 38px rgba(22,143,73,.34)!important;white-space:nowrap!important;position:relative!important;overflow:hidden!important;}
.cta-final .btn-whatsapp-special::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 46%);pointer-events:none;}
.cta-final .btn-whatsapp-special:hover,.cta-final .btn-whatsapp-special:focus-visible{transform:translateY(-3px)!important;background:linear-gradient(135deg,#2bdc70,#179b4f)!important;color:#fff!important;box-shadow:0 24px 44px rgba(22,143,73,.42)!important;}
.cta-final .btn-whatsapp-special .wa-icon{color:#fff!important;flex:0 0 auto!important;position:relative!important;z-index:1!important;filter:drop-shadow(0 2px 6px rgba(0,0,0,.18));}
.cta-final .btn-whatsapp-special .btn-fruits{color:#fff!important;font-size:.95rem!important;line-height:1!important;position:relative!important;z-index:1!important;display:inline-flex!important;align-items:center!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12));}
.cta-final .btn-whatsapp-special span:not(.btn-fruits){color:#fff!important;position:relative!important;z-index:1!important;}
@media(prefers-color-scheme:dark){:root,html,body{color-scheme:only light!important;background:var(--cream)!important;color:var(--text)!important;}.hero,.cream,.rose,.testimonials-section{background-color:inherit;}}
@media(max-width:980px){.container{width:min(100% - 28px,680px)!important;}.hero-grid,.split,.bio-grid{display:flex!important;flex-direction:column!important;gap:2rem!important;}.goals,.cards,.why,.process-grid,.contact-grid,.formation-three{grid-template-columns:1fr!important;}#sobre .content{order:1!important;grid-column:auto!important;grid-row:auto!important;}#sobre .photo-card{order:2!important;grid-column:auto!important;grid-row:auto!important;}.hero-content{order:1!important;}.hero-photo-area{order:2!important;min-height:0!important;width:100%!important;}.wide-photo-card{display:none!important;}.contact-grid{max-width:680px!important;text-align:left!important;}}
@media(max-width:768px){section{padding:4rem 0!important;}header{height:72px!important;background:rgba(250,247,243,.96)!important;}.brand-logo{height:50px!important;max-width:245px!important;object-fit:contain!important;}.menu-btn{display:flex!important;flex-direction:column!important;gap:5px!important;background:none!important;border:0!important;padding:.35rem!important;}.menu-btn span{width:30px!important;height:3px!important;background:var(--wine)!important;border-radius:99px!important;}.links{display:none!important}.hero{min-height:auto!important;padding:7rem 0 3.4rem!important;background:radial-gradient(circle at 92% 8%,rgba(232,215,207,.8),transparent 32%),radial-gradient(circle at 3% 88%,rgba(232,215,207,.55),transparent 25%),linear-gradient(112deg,#fff 0%,#fff 44%,var(--cream-2) 100%)!important;}.hero h1{font-size:clamp(2.7rem,13vw,4.15rem)!important;letter-spacing:-.035em!important;}.hero-sub{font-size:1rem!important;max-width:100%!important;}.hero-actions .btn{width:100%!important;white-space:normal!important;text-align:center!important;}.hero-frame{width:min(100%,390px)!important;aspect-ratio:4/4.75!important;border-width:10px!important;border-radius:32px!important;}.hero-frame img{object-position:center 21%!important;}.fruit-card{display:none!important;}.hero-badge{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:calc(100% - 28px)!important;max-width:390px!important;margin:-4.8rem auto 0!important;}.content h2,.section-head h2{font-size:clamp(2.1rem,10vw,3.05rem)!important;}#sobre{background:#fff!important;}#sobre .photo-card{width:100%!important;max-width:390px!important;margin:0 auto!important;}.testimonials-track{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:.35rem 14px 1rem!important;margin-left:-14px!important;margin-right:-14px!important;}.testimonial-card{flex:0 0 min(86vw,350px)!important;scroll-snap-align:center!important;}.cta-final{padding:4.2rem 0!important;}.cta-final h2{font-size:clamp(2.25rem,11vw,3.45rem)!important;}.cta-final .btn-whatsapp-special{min-height:54px!important;padding:.95rem 1.05rem!important;gap:.42rem!important;font-size:.8rem!important;max-width:94vw!important;}.cta-final .btn-whatsapp-special .btn-fruits{font-size:.8rem!important;}.contact-grid{gap:.8rem!important;}.contact-grid div{padding:.95rem .9rem!important;}.email-nowrap{white-space:nowrap!important;overflow-wrap:normal!important;word-break:normal!important;font-size:clamp(.66rem,3.1vw,.8rem)!important;}}
@media(max-width:370px){.brand-logo{height:44px!important;max-width:210px!important;}.hero h1{font-size:2.55rem!important;}.btn{font-size:.78rem!important;padding:.85rem 1rem!important;}.cta-final .btn-whatsapp-special .btn-fruits{display:none!important;}.email-nowrap{font-size:.64rem!important;letter-spacing:-.03em!important;}}
@media(max-width:768px){
  .hero{
    padding-top:8.8rem!important;
  }
  .hero-content{
    padding-top:.8rem!important;
  }
  .hero .eyebrow{
    margin-top:.25rem!important;
    margin-bottom:1.05rem!important;
  }
}
@media(max-width:390px){
  .hero{
    padding-top:8.4rem!important;
  }
}

.seo-local-section{
  padding:4.4rem 0!important;
  background:linear-gradient(180deg,#fff 0%,var(--cream) 100%)!important;
}
.seo-local-card{
  max-width:920px!important;
  text-align:center!important;
  border:1px solid rgba(107,49,64,.08)!important;
  border-radius:30px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 18px 42px rgba(107,49,64,.07)!important;
  padding:2.2rem!important;
}
.seo-local-card h2{
  font-size:clamp(2rem,3.8vw,3rem)!important;
  margin-bottom:1rem!important;
}
.seo-local-card p{
  max-width:760px!important;
  margin:0 auto!important;
}
picture{
  display:block;
  width:100%;
  height:100%;
}
picture img{
  width:100%;
  height:100%;
}
.hero-frame picture img,
.photo-card picture img,
.wide-photo-card picture img{
  object-fit:cover;
}
@media(max-width:768px){
  .seo-local-section{
    padding:3.2rem 0!important;
  }
  .seo-local-card{
    padding:1.45rem 1.1rem!important;
    border-radius:24px!important;
  }
  .seo-local-card h2{
    font-size:clamp(1.9rem,9vw,2.65rem)!important;
  }
}

.hero-frame picture img{object-position:center 21%!important;}
.photo-card picture img{object-position:center 28%!important;}
.wide-photo-card picture img{object-position:center 45%!important;}
.ethics-note{
  max-width:760px;
  margin:1.15rem auto 0;
  padding:.95rem 1.15rem;
  border:1px solid rgba(107,49,64,.10);
  border-radius:20px;
  background:rgba(255,255,255,.58);
  box-shadow:0 12px 30px rgba(107,49,64,.05);
  backdrop-filter:blur(8px);
}
.ethics-note span{
  display:block;
  color:rgba(74,54,54,.58);
  font-size:.86rem;
  line-height:1.55;
  font-weight:500;
}
@media(max-width:768px){
  .ethics-note{
    margin:1rem auto .2rem;
    padding:.85rem .95rem;
    border-radius:18px;
  }
  .ethics-note span{
    font-size:.78rem;
    line-height:1.48;
  }
}

/* Correção pontual mobile: mantém o card do hero dentro da largura da tela */
@media (max-width: 768px){
  .hero-badge{
    transform:none!important;
    left:auto!important;
    right:auto!important;
    position:relative!important;
    margin:-4.8rem auto 0!important;
    width:calc(100% - 28px)!important;
    max-width:390px!important;
  }
}
