:root{
  --bg:#f4efe8;--bg-2:#ebe2d8;--surface:#fffaf5;--surface-2:#f8f3ed;
  --ink:#2f302c;--muted:#6f6b65;--accent:#8e694f;--accent-dark:#664936;
  --sage:#909582;--line:rgba(63,53,46,.15);--white:#fff;--shadow:0 24px 60px rgba(53,42,34,.12);
  --radius:26px;--radius-sm:16px;--container:min(1180px,calc(100% - 40px));
  --serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{width:var(--container);margin-inline:auto}.section{padding:110px 0}.section--compact{padding:72px 0}.section--light{background:var(--surface)}.section--dark{background:#33332f;color:#f8f3ed}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--accent)}.eyebrow svg{width:18px}.display{font-family:var(--serif);font-size:clamp(3.3rem,7vw,6.9rem);font-weight:500;line-height:.88;letter-spacing:-.04em;margin:0}.h1,.h2,.h3{font-family:var(--serif);font-weight:500;letter-spacing:-.03em;margin:0}.h1{font-size:clamp(3.4rem,6vw,6.5rem);line-height:.94}.h2{font-size:clamp(2.7rem,4.5vw,5rem);line-height:1}.h3{font-size:clamp(1.8rem,2.4vw,2.5rem);line-height:1.06}.lead{font-size:clamp(1.04rem,1.3vw,1.22rem);color:var(--muted);max-width:650px}.muted{color:var(--muted)}
.topbar{background:#33332f;color:#eee6dc;font-size:.82rem}.topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar__group{display:flex;align-items:center;gap:22px}.topbar a,.topbar span{display:flex;align-items:center;gap:7px}.site-header{position:sticky;top:0;z-index:60;background:rgba(244,239,232,.89);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.3s}.site-header.is-scrolled{border-color:var(--line);box-shadow:0 10px 28px rgba(40,35,31,.05)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;align-items:center;gap:12px}.brand__mark{width:45px;height:45px;border:1px solid var(--accent);border-radius:50%;display:grid;place-items:center;color:var(--accent)}.brand__copy{display:flex;flex-direction:column;line-height:1}.brand__copy strong{font-family:var(--serif);font-size:1.42rem;font-weight:600}.brand__copy small{margin-top:5px;text-transform:uppercase;letter-spacing:.14em;font-size:.57rem;color:var(--muted)}.nav__links{display:flex;align-items:center;gap:27px;font-size:.79rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.nav__links a{position:relative;padding:12px 0}.nav__links a::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:var(--accent);transition:.28s}.nav__links a:hover::after,.nav__links a.is-active::after{right:0}.nav__cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid var(--accent);background:var(--accent);color:white;font-weight:700;font-size:.87rem;white-space:nowrap;transition:transform .25s,background .25s,border-color .25s,color .25s}.btn:hover,.nav__cta:hover{transform:translateY(-2px);background:var(--accent-dark);border-color:var(--accent-dark)}.btn--ghost{background:transparent;color:var(--ink);border-color:rgba(47,48,44,.28)}.btn--ghost:hover{color:#fff}.btn--light{background:#f7f0e8;color:#35342f;border-color:#f7f0e8}.nav__mobile{display:none;border:0;background:transparent;color:var(--ink);padding:8px}
.hero{min-height:calc(100vh - 124px);display:grid;align-items:stretch;position:relative;overflow:hidden}.hero__grid{width:var(--container);margin:auto;display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;padding:50px 0 70px}.hero__copy{padding:25px 0}.hero__copy .eyebrow{margin-bottom:28px}.hero__copy p{font-size:1.12rem;color:var(--muted);max-width:620px;margin:28px 0}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__media{height:min(72vh,700px);min-height:560px;position:relative}.photo-frame{height:100%;width:100%;border-radius:220px 220px 28px 28px;overflow:hidden;position:relative;background:linear-gradient(145deg,#c7b4a2,#8b755f);box-shadow:var(--shadow)}.photo-frame img{width:100%;height:100%;object-fit:cover}.photo-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(35,29,25,.18),transparent 46%);pointer-events:none}.hero__seal{position:absolute;left:-46px;bottom:66px;width:130px;height:130px;border-radius:50%;background:var(--surface);display:grid;place-items:center;text-align:center;box-shadow:var(--shadow);font-family:var(--serif);font-size:1.2rem;color:var(--accent);transform:rotate(-7deg);padding:20px}.hero__leaf{position:absolute;right:-180px;bottom:-180px;width:430px;height:430px;border:1px solid rgba(142,105,79,.16);border-radius:50%}.hero__leaf::before,.hero__leaf::after{content:"";position:absolute;border:1px solid rgba(142,105,79,.12);border-radius:50%}.hero__leaf::before{inset:46px}.hero__leaf::after{inset:94px}
.intro{text-align:center}.intro .eyebrow{justify-content:center}.intro .h2{max-width:850px;margin:18px auto 20px}.intro .lead{margin:0 auto}.services-triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:58px}.service-feature{min-height:470px;border-radius:var(--radius);position:relative;overflow:hidden;background:#8c7763}.service-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.service-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(28,25,22,.78),rgba(28,25,22,.08) 62%)}.service-feature__content{position:absolute;z-index:2;inset:auto 28px 30px;color:white}.service-feature__content h3{font-family:var(--serif);font-size:2.3rem;line-height:1;margin:0 0 10px;font-weight:500}.service-feature__content p{color:rgba(255,255,255,.78);margin:0}.service-feature:hover img{transform:scale(1.05)}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:85px;align-items:center}.about-media{height:690px;position:relative}.about-media img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:32px}.about-media::before{content:"";position:absolute;left:-25px;top:55px;width:92%;height:92%;border:1px solid rgba(142,105,79,.28);border-radius:32px;z-index:-1}.about-copy .h2{margin:18px 0 25px}.about-copy p{color:var(--muted);margin:0 0 18px}.about-copy .btn{margin-top:14px}.signature{font-family:var(--serif);font-style:italic;font-size:2rem;color:var(--accent);margin-top:24px}
.packages-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.packages-head .h2{max-width:680px}.package-list{border-top:1px solid var(--line)}.package-row{display:grid;grid-template-columns:90px 1fr auto 54px;align-items:center;gap:25px;padding:28px 0;border-bottom:1px solid var(--line);transition:padding .3s}.package-row:hover{padding-left:12px}.package-row__num{font-family:var(--serif);font-size:1.5rem;color:var(--accent)}.package-row__title{font-family:var(--serif);font-size:2rem;line-height:1}.package-row__meta{color:var(--muted);font-size:.88rem}.package-row__arrow{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}
.review-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.review-sticky{position:sticky;top:145px}.review-sticky .h2{margin-top:16px}.review-cards{display:grid;gap:18px}.review{padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,250,245,.55)}.review__stars{display:flex;gap:4px;color:var(--accent);margin-bottom:20px}.review blockquote{font-family:var(--serif);font-size:1.62rem;line-height:1.35;margin:0 0 20px}.review small{color:var(--muted)}
.cta-band{padding:95px 0;background:#82705f;color:white;position:relative;overflow:hidden}.cta-band::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.15);right:-80px;top:-170px}.cta-band__inner{display:flex;justify-content:space-between;align-items:center;gap:45px;position:relative;z-index:1}.cta-band .h2{max-width:720px}.cta-band p{max-width:500px;color:rgba(255,255,255,.77)}
.page-hero{padding:92px 0 78px;background:var(--bg-2);position:relative;overflow:hidden}.page-hero::after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(142,105,79,.15);border-radius:50%;right:-80px;top:-180px}.page-hero .eyebrow{margin-bottom:18px}.page-hero p{max-width:620px;color:var(--muted);font-size:1.08rem;margin:22px 0 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--surface);border-radius:24px;overflow:hidden;border:1px solid rgba(63,53,46,.1);display:flex;flex-direction:column;transition:.3s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.service-card__image{aspect-ratio:4/3;background:linear-gradient(135deg,#c9b29d,#806d5a);overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.service-card:hover img{transform:scale(1.04)}.service-card__body{padding:26px;display:flex;flex-direction:column;flex:1}.service-card__category{font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-weight:700}.service-card h3{font-family:var(--serif);font-size:2rem;font-weight:500;line-height:1.02;margin:10px 0 12px}.service-card p{color:var(--muted);font-size:.93rem;margin:0}.service-card__meta{display:flex;gap:15px;align-items:center;margin-top:22px;padding-top:18px;border-top:1px solid var(--line);font-size:.87rem}.service-card__meta span{display:flex;align-items:center;gap:7px}.service-card__actions{display:flex;gap:10px;margin-top:20px}.service-card__actions .btn{min-height:44px;padding:0 17px;font-size:.78rem}.service-card__actions .btn:first-child{flex:1}
.detail-grid{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:start}.detail-image{height:680px;border-radius:28px;overflow:hidden;position:sticky;top:130px;background:#b39b85}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy .h1{font-size:clamp(3.2rem,5vw,5.6rem)}.detail-meta{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0 30px}.detail-pill{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:.85rem;color:var(--muted)}.detail-copy p{color:var(--muted)}.detail-copy .btn{margin-top:18px}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:.83rem;color:var(--muted);margin-bottom:28px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.story-copy{padding-top:30px}.story-copy .h2{margin-bottom:26px}.story-copy p{color:var(--muted);margin-bottom:20px}.story-image{height:760px;border-radius:32px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.quote-panel{padding:52px;border-radius:28px;background:#82705f;color:#fff;margin-top:35px}.quote-panel p{font-family:var(--serif);font-size:2rem;line-height:1.3;margin:0}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px}.contact-list{display:grid;gap:14px;margin-top:35px}.contact-item{display:flex;gap:15px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid var(--line)}.contact-item__icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--accent)}.contact-item strong{display:block;margin-bottom:2px}.contact-item span,.contact-item a{color:var(--muted)}.form-card{background:var(--surface);border-radius:28px;padding:38px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field--full{grid-column:1/-1}.field label{font-size:.8rem;font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:white;border-radius:13px;padding:13px 14px;outline:none;transition:.2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(142,105,79,.1)}.field textarea{min-height:130px;resize:vertical}.form-note{font-size:.78rem;color:var(--muted)}.notice{padding:15px 18px;border-radius:12px;background:#eaf3eb;color:#36563a;margin-bottom:20px}.notice--error{background:#f8e8e6;color:#7c3731}
.booking-wrap{max-width:800px;margin:auto}.booking-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px}.booking-step{padding:12px 14px;border-radius:12px;border:1px solid var(--line);font-size:.78rem;color:var(--muted)}.booking-step.is-active{background:var(--accent);color:white;border-color:var(--accent)}.booking-panel{background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:38px}.booking-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.booking-summary div{padding:15px;border-radius:14px;background:var(--surface-2)}.booking-summary small{display:block;color:var(--muted);font-size:.72rem}.booking-summary strong{font-family:var(--serif);font-size:1.4rem;font-weight:600}
.footer{padding:75px 0 30px;background:#302f2b;color:#e8e1d8}.footer__grid{display:grid;grid-template-columns:1.4fr .85fr .85fr .85fr;gap:55px}.footer .brand__copy strong{color:white}.footer .brand__copy small,.footer p,.footer a{color:#bdb6ad}.footer h4{font-family:var(--serif);font-size:1.45rem;font-weight:500;margin:0 0 15px;color:#fff}.footer__links{display:grid;gap:8px}.footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;color:#a9a39b}.footer__legal{display:flex;gap:18px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.nav__links{gap:17px}.nav__cta{display:none}.hero__grid{grid-template-columns:1fr 1fr;gap:30px}.services-grid{grid-template-columns:repeat(2,1fr)}.services-triptych{grid-template-columns:1fr 1fr}.services-triptych .service-feature:last-child{grid-column:1/-1;min-height:380px}.about-grid,.review-shell,.story-grid,.contact-grid{gap:45px}.footer__grid{grid-template-columns:1.2fr 1fr 1fr}.footer__grid>div:last-child{grid-column:2/4}}
@media(max-width:820px){.topbar{display:none}.nav{height:76px}.nav__links{position:fixed;inset:76px 0 0;background:var(--bg);display:flex;flex-direction:column;align-items:flex-start;padding:35px 25px;gap:2px;transform:translateX(100%);transition:.35s}.nav__links.is-open{transform:none}.nav__links a{width:100%;font-family:var(--serif);font-size:2rem;text-transform:none;letter-spacing:0;border-bottom:1px solid var(--line);padding:15px 0}.nav__mobile{display:block}.brand__copy strong{font-size:1.2rem}.brand__copy small{font-size:.5rem}.hero{min-height:auto}.hero__grid{grid-template-columns:1fr;padding:35px 0 60px}.hero__copy{text-align:center}.hero__copy .eyebrow{justify-content:center}.hero__copy p{margin-inline:auto}.hero__actions{justify-content:center}.hero__media{min-height:520px;height:65vh}.photo-frame{border-radius:180px 180px 24px 24px}.hero__seal{left:10px;bottom:35px;width:110px;height:110px;font-size:1rem}.section{padding:82px 0}.services-triptych{grid-template-columns:1fr}.services-triptych .service-feature:last-child{grid-column:auto}.service-feature{min-height:430px}.about-grid,.story-grid,.contact-grid,.detail-grid,.review-shell{grid-template-columns:1fr}.about-media{height:620px;order:2}.about-copy{order:1}.review-sticky{position:static}.detail-image{position:static;height:540px}.packages-head,.cta-band__inner{align-items:flex-start;flex-direction:column}.package-row{grid-template-columns:60px 1fr 46px}.package-row__meta{grid-column:2/3}.services-grid{grid-template-columns:1fr 1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:last-child{grid-column:auto}.story-image{height:620px}}
@media(max-width:600px){:root{--container:min(100% - 28px,1180px)}.display{font-size:clamp(3rem,16vw,4.5rem)}.h1{font-size:clamp(3rem,15vw,4.4rem)}.h2{font-size:clamp(2.6rem,13vw,4rem)}.hero__copy p{font-size:1rem}.hero__media{min-height:430px;height:55vh}.hero__seal{width:96px;height:96px;font-size:.9rem}.services-triptych{margin-top:38px}.service-feature{min-height:390px}.about-media,.story-image{height:500px}.services-grid{grid-template-columns:1fr}.section{padding:68px 0}.section--compact{padding:52px 0}.package-row{grid-template-columns:42px 1fr 42px;gap:13px}.package-row__title{font-size:1.65rem}.review{padding:26px}.review blockquote{font-size:1.4rem}.cta-band{padding:70px 0}.footer__grid{grid-template-columns:1fr}.footer__bottom{flex-direction:column}.form-grid{grid-template-columns:1fr}.booking-panel,.form-card{padding:24px}.booking-steps{grid-template-columns:1fr}.booking-summary{grid-template-columns:1fr}.service-card__actions{flex-direction:column}.detail-image{height:420px}.quote-panel{padding:32px}.quote-panel p{font-size:1.6rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}.service-card,.service-feature img,.btn{transition:none!important}}
/* V1.1 WhatsApp booking */
.btn--whatsapp,.nav__cta--whatsapp{background:#456d57;border-color:#456d57;color:#fff}.btn--whatsapp:hover,.nav__cta--whatsapp:hover{background:#355744;border-color:#355744}.booking-intro{margin-bottom:34px}.whatsapp-service-list{display:grid;gap:12px}.whatsapp-service-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:var(--surface)}.whatsapp-service-row small{display:block;color:var(--accent);font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}.whatsapp-service-row h3{font-family:var(--serif);font-weight:500;font-size:1.8rem;line-height:1.05;margin:5px 0}.whatsapp-service-row span{font-size:.85rem;color:var(--muted)}.whatsapp-booking-card{display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:start;background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:34px}.whatsapp-booking-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#e6f0e9;color:#456d57}.whatsapp-booking-card .h3{margin:8px 0 8px}.whatsapp-booking-card .btn{margin-top:12px}.text-link{display:inline-block;margin-left:16px;color:var(--accent);font-size:.85rem;font-weight:700}.contact-whatsapp{margin-top:28px;padding:22px;border:1px solid var(--line);border-radius:20px;background:var(--surface-2)}.contact-whatsapp h3{font-family:var(--serif);font-size:1.7rem;font-weight:500;margin:0 0 8px}.contact-whatsapp p{color:var(--muted);margin:0 0 14px}@media(max-width:600px){.whatsapp-service-row{align-items:flex-start;flex-direction:column}.whatsapp-service-row .btn{width:100%}.whatsapp-booking-card{grid-template-columns:1fr;padding:24px}.text-link{display:block;margin:14px 0 0}.whatsapp-booking-card .btn{width:100%}}


/* =========================================================
   V1.2 Visual Fidelity & Responsive Polish
   ========================================================= */
:root{
  --bg:#f4efe8;--bg-2:#eee5db;--surface:#fffaf5;--surface-2:#f8f3ed;
  --ink:#30302c;--muted:#706b64;--accent:#8f6950;--accent-dark:#664936;
  --sage:#8d9380;--charcoal:#32322e;--line:rgba(64,53,46,.14);
  --shadow-soft:0 22px 60px rgba(58,44,34,.09);--shadow-card:0 18px 48px rgba(52,42,34,.08);
  --container:min(1240px,calc(100% - 64px));--radius:26px;--radius-lg:34px;
}
body{overflow-x:hidden;background:var(--bg);font-size:16px;line-height:1.72}.container{width:var(--container)}
main{overflow:clip}.section{padding:118px 0}.section--compact{padding:72px 0}.section--light{background:#fffaf5}
.eyebrow{gap:9px;font-size:.69rem;letter-spacing:.19em}.display{max-width:800px;font-size:clamp(4.35rem,7.1vw,7.15rem);line-height:.88}.h1{font-size:clamp(4rem,6vw,6.45rem)}.h2{font-size:clamp(3.2rem,4.7vw,5.15rem)}.h3{font-size:clamp(1.85rem,2.5vw,2.7rem)}.lead{line-height:1.66}
.topbar{background:var(--charcoal)}.topbar__inner{min-height:40px}.topbar__group{gap:28px}.topbar a,.topbar span{gap:7px}.site-header{background:rgba(244,239,232,.93);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header.is-scrolled{box-shadow:0 12px 35px rgba(38,31,27,.06);border-color:rgba(64,53,46,.1)}
.nav{height:92px}.brand__mark{width:47px;height:47px}.brand__copy strong{font-size:1.5rem}.brand__copy small{font-size:.55rem;letter-spacing:.17em}.nav__links{gap:30px}.nav__cta,.btn{min-height:52px;padding:0 23px;box-shadow:none}.nav__cta svg,.btn svg{flex:0 0 auto}.nav__mobile-contact,.nav__mobile-book{display:none}
.hero{min-height:min(860px,calc(100svh - 132px));isolation:isolate}.hero__grid{grid-template-columns:1.03fr .97fr;gap:70px;padding:62px 0 78px}.hero__copy{padding:10px 0 22px}.hero__copy .eyebrow{max-width:540px;margin-bottom:32px}.hero__copy p{font-size:1.12rem;line-height:1.75;max-width:600px;margin:30px 0 32px}.hero__actions{gap:11px}.hero__trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:32px;color:var(--muted);font-size:.79rem;font-weight:600}.hero__trust span{display:flex;align-items:center;gap:8px}.hero__trust svg{color:var(--accent)}
.hero__media{height:min(72vh,690px);min-height:570px;max-height:690px;will-change:transform}.photo-frame{border-radius:48% 48% 32px 32px;box-shadow:0 30px 70px rgba(56,43,33,.16)}.photo-frame::after{background:linear-gradient(to top,rgba(34,28,24,.16),transparent 43%)}.hero__seal{left:-58px;bottom:74px;width:138px;height:138px;padding:19px;border:1px solid rgba(143,105,80,.14);font-size:.95rem;line-height:1.15;transform:rotate(-5deg)}.hero__seal span{display:block}.hero__seal i{width:4px;height:4px;border-radius:50%;background:var(--accent);display:block;margin:4px auto}.hero__caption{position:absolute;right:-18px;top:90px;background:rgba(255,250,245,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px 17px;border-radius:12px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;line-height:1.1}.hero__caption strong{font-family:var(--serif);font-size:1.12rem;font-weight:600}.hero__caption span{font-size:.58rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:4px}.hero__leaf{opacity:.72}
.welcome-section{position:relative}.intro .h2{max-width:920px;margin:19px auto 22px}.intro .lead{max-width:720px}.services-triptych{gap:18px;margin-top:64px}.service-feature{min-height:500px;border-radius:24px}.service-feature::after{background:linear-gradient(to top,rgba(24,22,19,.84),rgba(24,22,19,.08) 65%)}.service-feature__index{position:absolute;z-index:2;top:22px;right:24px;color:rgba(255,255,255,.85);font-family:var(--serif);font-size:1.25rem}.service-feature__content{inset:auto 30px 30px}.service-feature__content h3{font-size:2.45rem}.service-feature__content p{font-size:.93rem;line-height:1.65;max-width:94%}.service-feature__link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.service-feature__link svg{transition:transform .3s}.service-feature:hover .service-feature__link svg{transform:translateX(4px)}
.about-section{background:var(--bg)}.about-grid{grid-template-columns:.9fr 1.1fr;gap:96px}.about-media{height:710px}.about-media img{border-radius:32px}.about-media::before{left:-22px;top:38px;height:94%}.about-media__note{position:absolute;right:-26px;bottom:38px;z-index:2;background:var(--surface);padding:17px 20px;border-radius:14px;box-shadow:var(--shadow-soft);font-family:var(--serif);font-size:1.18rem;line-height:1.14;color:var(--accent)}.about-copy .h2{margin:18px 0 27px}.about-copy .lead{font-family:var(--serif);font-size:1.48rem;line-height:1.52;color:var(--ink)}
.packages-section{position:relative}.packages-head{margin-bottom:48px}.packages-head .h2{max-width:800px}.category-panels{display:grid;grid-template-columns:1fr 1fr;gap:22px}.category-panel{height:540px;position:relative;overflow:hidden;border-radius:26px;background:#746554;color:#fff}.category-panel img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.category-panel__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(29,25,22,.06) 20%,rgba(29,25,22,.82) 100%)}.category-panel__content{position:absolute;inset:auto 34px 34px}.category-panel__content>span{font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.78)}.category-panel__content h3{font-family:var(--serif);font-size:3.25rem;font-weight:500;line-height:.96;margin:8px 0 20px}.category-panel__content>div{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.25);padding-top:18px;font-size:.78rem;color:rgba(255,255,255,.72)}.category-panel__content b{display:flex;align-items:center;gap:8px;color:#fff;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem}.category-panel:hover img{transform:scale(1.045)}
.reviews-section{background:var(--bg)}.reviews-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:48px}.reviews-head .h2{margin-top:16px}.reviews-head .lead{max-width:440px;margin:0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{padding:30px;border-radius:22px;background:rgba(255,250,245,.66);min-height:330px;display:flex;flex-direction:column}.review__rating{display:flex;align-items:center;justify-content:space-between;gap:15px}.review__rating>strong{font-family:var(--serif);font-size:1.35rem;font-weight:600}.review__stars{margin:0}.review blockquote{font-size:1.5rem;line-height:1.34;margin:34px 0 28px;flex:1}.review__author{display:flex;align-items:center;gap:12px}.review__avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--bg-2);font-family:var(--serif);font-size:1.15rem;color:var(--accent)}.review__author small{display:flex;flex-direction:column;line-height:1.35}.review__author small b{font-size:.8rem;color:var(--ink)}.review__author small span{font-size:.73rem;color:var(--muted)}
.cta-band{padding:98px 0;background:#806f5f}.cta-band__kicker{display:block;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.72);margin-bottom:14px}.cta-band .h2{max-width:760px}.cta-band p{margin-bottom:0}
.page-hero{padding:94px 0 86px;background:var(--bg-2)}.page-hero--simple{padding:108px 0 92px}.page-hero--simple .h1{max-width:880px}.page-hero--category{padding:0}.page-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;min-height:480px;align-items:center;gap:70px}.page-hero__grid>div:first-child{padding:80px 0}.page-hero__media{height:100%;min-height:480px;margin-right:calc((100vw - min(1240px,calc(100vw - 64px)))/-2);overflow:hidden}.page-hero__media img{width:100%;height:100%;object-fit:cover}.page-hero::after{pointer-events:none}
.service-overview{background:var(--bg)}.overview-intro{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:40px;padding-bottom:22px;border-bottom:1px solid var(--line)}.overview-intro>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.17em;color:var(--accent);font-weight:700}.overview-intro .h3{max-width:600px;text-align:right}.services-grid{gap:22px}.services-grid--treatments{grid-template-columns:repeat(2,minmax(0,1fr));max-width:850px}.service-card{border-radius:22px;background:rgba(255,250,245,.86);border-color:rgba(63,53,46,.09)}.service-card__image{position:relative;aspect-ratio:1.18/1}.service-card__number{position:absolute;right:16px;top:16px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,250,245,.91);font-family:var(--serif);font-size:1.05rem;color:var(--accent);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.service-card__body{padding:25px 25px 27px}.service-card h3{font-size:2.15rem}.service-card__meta{justify-content:space-between}.service-card__actions .btn{padding:0 15px}
.detail-section{padding-top:86px}.detail-grid{grid-template-columns:1.02fr .98fr;gap:84px}.detail-image{height:710px;border-radius:30px}.detail-image__badge{position:absolute;left:20px;bottom:20px;background:rgba(255,250,245,.94);padding:10px 14px;border-radius:999px;font-size:.67rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700;color:var(--accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.detail-copy{padding-top:14px}.detail-copy .eyebrow{margin-bottom:17px}.detail-copy .h1{margin-bottom:24px}.detail-copy .lead{font-family:var(--serif);font-size:1.42rem;color:var(--ink);line-height:1.52}.detail-book{margin-top:30px;padding-top:28px;border-top:1px solid var(--line)}.detail-book small{display:block;margin-top:11px;color:var(--muted);font-size:.74rem}.back-link svg{flex:0 0 auto}
.story-grid{grid-template-columns:1.02fr .98fr;gap:92px}.story-copy .eyebrow{margin-bottom:18px}.story-copy .h2{margin-bottom:22px}.story-copy .lead{font-family:var(--serif);font-size:1.45rem;color:var(--ink)}.story-subtitle{margin-top:38px;margin-bottom:16px}.story-image-wrap{position:relative}.story-image{height:780px;border-radius:30px}.story-image__caption{position:absolute;left:-32px;bottom:44px;background:var(--surface);padding:17px 21px;border-radius:13px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.story-image__caption strong{font-family:var(--serif);font-size:1.28rem;font-weight:600}.story-image__caption span{font-size:.7rem;color:var(--muted)}.quote-panel{display:grid;grid-template-columns:auto 1fr;gap:18px;background:#816f5f;padding:38px;margin-top:34px}.quote-panel>span{color:#f7efe7}.quote-panel p{font-size:1.72rem}.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.philosophy-grid>div{padding-top:20px;border-top:1px solid var(--line)}.philosophy-num{font-family:var(--serif);font-size:1.25rem;color:var(--accent)}.philosophy-grid h3{font-family:var(--serif);font-size:2rem;font-weight:500;margin:18px 0 10px}.philosophy-grid p{color:var(--muted);margin:0}
.contact-channels-section{background:var(--bg)}.contact-channels{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.contact-channel{min-height:168px;border:1px solid var(--line);border-radius:19px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;background:rgba(255,250,245,.52);transition:.28s}.contact-channel:hover{transform:translateY(-5px);background:var(--surface);box-shadow:var(--shadow-card)}.contact-channel__icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:var(--accent);margin-bottom:auto}.contact-channel--wa .contact-channel__icon{background:#e7efe9;color:#456d57;border-color:#d9e8dd}.contact-channel small{font-size:.67rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-weight:700;margin-bottom:4px}.contact-channel strong{font-family:var(--serif);font-size:1.18rem;font-weight:600;line-height:1.22;overflow-wrap:anywhere}.contact-main-section{background:var(--surface)}.contact-grid{grid-template-columns:.82fr 1.18fr;gap:92px}.contact-copy .h2{margin:18px 0 20px}.contact-side-note{display:grid;grid-template-columns:auto 1fr;gap:15px;margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}.contact-side-note>span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#e7efe9;color:#456d57}.contact-side-note strong{font-family:var(--serif);font-size:1.35rem}.contact-side-note p{font-size:.86rem;color:var(--muted);margin:3px 0 8px}.contact-side-note a{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:.78rem;font-weight:700}.form-card{padding:42px;border-radius:24px;background:#fff;border-color:rgba(63,53,46,.1);box-shadow:0 15px 50px rgba(58,44,34,.05)}.field label{font-size:.74rem;text-transform:uppercase;letter-spacing:.09em}.field input,.field textarea,.field select{border-radius:10px;padding:14px 14px;background:#fffdfb}.consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;text-transform:none!important;letter-spacing:0!important;font-size:.76rem!important;color:var(--muted)}.consent input{width:auto!important;margin-top:4px;box-shadow:none!important}.visit-section{padding-top:105px}.visit-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:22px}.visit-card,.health-note{border-radius:24px;padding:42px}.visit-card{background:#806f5f;color:#fff}.visit-card .eyebrow{color:rgba(255,255,255,.76)}.visit-card .h2{font-size:clamp(3.1rem,4.2vw,4.6rem);margin:18px 0 32px}.visit-details{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:32px;padding-top:22px;border-top:1px solid rgba(255,255,255,.22)}.visit-details small{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.68);margin-bottom:7px}.visit-details strong{font-size:.86rem;line-height:1.55}.health-note{display:grid;grid-template-columns:auto 1fr;gap:20px;background:var(--bg-2)}.health-note__icon{width:52px;height:52px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--accent)}.health-note .h3{margin-bottom:18px}.health-note p{color:var(--muted);font-size:.88rem;margin:0 0 12px}
.footer{padding:82px 0 30px;background:#302f2b}.footer__grid{gap:60px}.footer__intro p{max-width:330px}.brand--footer .brand__mark{border-color:rgba(255,255,255,.28);color:#d6bba5}.footer h4{font-size:1.55rem}.footer__links{gap:10px}.footer__links a{transition:color .2s}.footer__links a:hover{color:#fff}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .72s ease var(--delay,0ms),transform .72s cubic-bezier(.2,.7,.2,1) var(--delay,0ms)}.reveal.is-visible{opacity:1;transform:none}

@media(min-width:1440px){.hero__grid{gap:95px}.hero__copy p{font-size:1.16rem}.page-hero__grid{min-height:520px}.page-hero__media{min-height:520px}}
@media(max-width:1120px){:root{--container:min(100% - 46px,1240px)}.nav__links{gap:18px}.nav__cta{padding:0 17px}.hero__grid{gap:42px}.display{font-size:clamp(4rem,7vw,6.3rem)}.hero__caption{right:0}.hero__seal{left:-28px}.about-grid,.story-grid,.contact-grid{gap:60px}.category-panel{height:500px}.review-grid{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.contact-channels{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1.2fr 1fr 1fr}.footer__grid>div:last-child{grid-column:2/4}}
@media(max-width:900px){.topbar{display:none}.nav{height:80px}.nav__cta{display:none}.nav__mobile{display:block;z-index:3}.nav__links{position:fixed;inset:80px 0 0;background:rgba(244,239,232,.985);display:flex;flex-direction:column;align-items:stretch;gap:0;padding:26px max(26px,calc((100vw - 740px)/2));transform:translateX(100%);transition:transform .36s cubic-bezier(.2,.7,.2,1);overflow:auto}.nav__links.is-open{transform:none}.nav__links>a:not(.nav__mobile-book){width:100%;font-family:var(--serif);font-size:2.25rem;line-height:1.05;text-transform:none;letter-spacing:-.02em;border-bottom:1px solid var(--line);padding:17px 0}.nav__links a::after{display:none}.nav__mobile-contact{display:flex;flex-direction:column;gap:3px;margin:26px 0;color:var(--muted);font-size:.83rem}.nav__mobile-contact a{font-family:var(--sans)!important;font-size:.83rem!important;border:0!important;padding:0!important}.nav__mobile-book{display:inline-flex;align-self:flex-start}.hero{min-height:auto}.hero__grid{grid-template-columns:1fr;padding:54px 0 70px}.hero__copy{text-align:center;max-width:760px;margin:auto}.hero__copy .eyebrow{justify-content:center;margin-inline:auto}.hero__copy p{margin-inline:auto}.hero__actions,.hero__trust{justify-content:center}.hero__media{min-height:590px;height:68vh;max-height:650px;width:min(600px,86vw);margin:10px auto 0}.hero__caption{right:-15px}.services-triptych{grid-template-columns:1fr 1fr}.services-triptych .service-feature:last-child{grid-column:1/-1;min-height:430px}.about-grid,.story-grid,.contact-grid,.detail-grid{grid-template-columns:1fr}.about-copy,.story-copy{max-width:760px}.about-media{height:650px;max-width:590px;margin:auto}.about-media__note{right:-15px}.category-panels{grid-template-columns:1fr}.category-panel{height:470px}.reviews-head{align-items:flex-start;flex-direction:column;gap:20px}.review-grid{grid-template-columns:1fr 1fr}.page-hero__grid{grid-template-columns:1fr;gap:0}.page-hero__grid>div:first-child{padding:72px 0 50px}.page-hero__media{min-height:420px;height:52vw;max-height:520px;margin:0 calc((100vw - var(--container))/ -2)}.overview-intro{align-items:flex-start;flex-direction:column}.overview-intro .h3{text-align:left}.detail-image{position:static;height:620px;max-width:650px}.story-image-wrap{max-width:620px;margin:auto}.story-image{height:700px}.philosophy-grid{grid-template-columns:1fr;gap:24px}.visit-grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:last-child{grid-column:auto}}
@media(max-width:640px){:root{--container:min(100% - 28px,1240px)}body{font-size:15px}.section{padding:76px 0}.section--compact{padding:54px 0}.display{font-size:clamp(3.3rem,16vw,4.75rem);line-height:.91}.h1{font-size:clamp(3.15rem,15vw,4.7rem)}.h2{font-size:clamp(2.75rem,13.5vw,4.1rem)}.h3{font-size:clamp(1.75rem,8vw,2.35rem)}.btn,.nav__cta{min-height:49px;padding:0 18px;font-size:.8rem}.brand__mark{width:43px;height:43px}.brand__copy strong{font-size:1.24rem}.brand__copy small{font-size:.49rem}.hero__grid{padding:40px 0 58px}.hero__copy .eyebrow{margin-bottom:24px}.hero__copy p{font-size:.98rem;margin:23px auto 26px}.hero__actions{display:grid;grid-template-columns:1fr;max-width:330px;margin:auto}.hero__actions .btn{width:100%}.hero__trust{gap:13px 20px;margin-top:23px;font-size:.72rem}.hero__media{min-height:430px;height:55vh;width:100%;margin-top:6px}.photo-frame{border-radius:45% 45% 22px 22px}.hero__seal{left:4px;bottom:28px;width:100px;height:100px;font-size:.77rem;padding:12px}.hero__caption{right:6px;top:42px;padding:11px 13px}.hero__caption strong{font-size:1rem}.hero__caption span{font-size:.5rem}.services-triptych{grid-template-columns:1fr;margin-top:42px}.services-triptych .service-feature:last-child{grid-column:auto}.service-feature{min-height:420px}.service-feature__content{inset:auto 23px 24px}.service-feature__content h3{font-size:2.15rem}.about-grid{gap:50px}.about-copy{order:1}.about-media{order:2;height:520px;width:calc(100% - 12px)}.about-media__note{right:-10px;bottom:22px;font-size:1rem}.category-panel{height:420px}.category-panel__content{inset:auto 24px 25px}.category-panel__content h3{font-size:2.75rem}.category-panel__content>div{align-items:flex-start;flex-direction:column;gap:10px}.review-grid{grid-template-columns:1fr}.review{min-height:300px;padding:26px}.review blockquote{font-size:1.4rem}.cta-band{padding:72px 0}.cta-band__inner{align-items:flex-start;flex-direction:column}.cta-band .btn{width:100%}.page-hero--simple{padding:72px 0 63px}.page-hero__grid>div:first-child{padding:58px 0 40px}.page-hero__media{min-height:320px;height:74vw}.services-grid,.services-grid--treatments{grid-template-columns:1fr;max-width:none}.service-card__image{aspect-ratio:4/3}.service-card__body{padding:23px}.service-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-card__actions .btn{width:100%;padding:0 10px}.detail-section{padding-top:54px}.detail-grid{gap:42px}.detail-image{height:440px}.detail-copy .lead{font-size:1.28rem}.detail-book .btn{width:100%}.story-grid{gap:48px}.story-image{height:540px}.story-image__caption{left:-8px;bottom:24px}.quote-panel{grid-template-columns:1fr;padding:28px}.quote-panel p{font-size:1.52rem}.contact-channels{grid-template-columns:1fr}.contact-channel{min-height:150px}.contact-grid{gap:48px}.form-card{padding:25px}.form-grid{grid-template-columns:1fr}.visit-card,.health-note{padding:28px}.visit-details{grid-template-columns:1fr}.health-note{grid-template-columns:1fr}.visit-card .btn{width:100%}.footer{padding-top:65px}.footer__grid{grid-template-columns:1fr;gap:38px}.footer__bottom{flex-direction:column;margin-top:45px}.footer__legal{flex-wrap:wrap}.nav__links>a:not(.nav__mobile-book){font-size:1.9rem}}
@media(max-width:390px){.service-card__actions{grid-template-columns:1fr}.hero__trust{display:grid;justify-content:center}.review__rating{align-items:flex-start;flex-direction:column}.category-panel{height:390px}}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}.hero__media{transform:none!important}.photo-frame img,.service-feature img,.category-panel img,.service-card img{transition:none!important}}

.image-unavailable{background:linear-gradient(145deg,#cbb9a6,#8c7865);position:relative}.image-unavailable img{opacity:0}.image-unavailable::before{content:'La Belle Wellness';position:absolute;inset:0;display:grid;place-items:center;font-family:var(--serif);font-size:1.6rem;color:rgba(255,255,255,.82);z-index:1}

/* V1.2 QA fixes */
@media(max-width:900px){
  .nav__links{transform:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility 0s linear .28s}
  .nav__links.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .28s ease}
  .hero__leaf{display:none}
}

/* =========================================================
   V1.3 — Brand system, luxury mobile menu and pre-footer CTA
   ========================================================= */
.brand--image{display:flex;align-items:center;width:220px;min-width:220px;height:74px;overflow:hidden}
.brand--image img{width:100%;height:auto;object-fit:contain;filter:none}
.mobile-menu__top,.mobile-menu__motto{display:none}
.mobile-menu__nav{display:flex;align-items:center;gap:30px}
.mobile-menu__nav>a{position:relative;padding:12px 0}
.mobile-menu__nav>a>svg{display:none}
.brand--footer-image{display:block;width:min(280px,100%);margin-bottom:22px}
.brand--footer-image img{width:100%;height:auto;filter:brightness(0) invert(1);opacity:.94}

.cta-luxury{padding:92px 0;background:linear-gradient(180deg,var(--bg) 0%,#eee5db 100%);overflow:hidden}
.cta-luxury__shell{display:grid;grid-template-columns:1.05fr .95fr;min-height:520px;background:#fffaf5;border:1px solid rgba(74,57,44,.10);border-radius:34px;overflow:hidden;box-shadow:0 28px 75px rgba(54,41,31,.11);position:relative}
.cta-luxury__copy{padding:58px 62px 52px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:radial-gradient(circle at 8% 15%,rgba(210,178,137,.13),transparent 34%),#fffaf5}
.cta-luxury__copy::after{content:"";position:absolute;right:-74px;top:-8%;width:150px;height:116%;background:#fffaf5;border-radius:0 75% 75% 0/0 50% 50% 0;z-index:-1}
.cta-luxury__logo{width:190px;height:auto;margin-bottom:22px}
.cta-luxury .h2{font-size:clamp(3.15rem,4.5vw,5.05rem);max-width:620px;line-height:.94;margin-bottom:20px}
.cta-luxury__copy>p{max-width:570px;color:var(--muted);font-size:1.02rem;line-height:1.72;margin:0 0 26px}
.btn--gold{align-self:flex-start;background:linear-gradient(135deg,#9d744b,#c59a5a);border-color:#b68a4d;color:#fff;box-shadow:0 12px 28px rgba(140,95,48,.18)}
.btn--gold:hover{background:linear-gradient(135deg,#835f3c,#ad8148);border-color:#8e6840}
.cta-luxury__meta{display:flex;align-items:center;gap:16px;margin-top:27px;text-transform:uppercase;letter-spacing:.18em;font-size:.62rem;color:#74583d;font-weight:700;flex-wrap:wrap}
.cta-luxury__meta i{display:block;width:1px;height:14px;background:rgba(116,88,61,.36)}
.cta-luxury__media{min-height:520px;overflow:hidden;background:#896f55}
.cta-luxury__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.cta-luxury__shell:hover .cta-luxury__media img{transform:scale(1.025)}

.footer{padding-top:76px}
.footer__intro p{color:rgba(255,255,255,.64)}

.about-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin-top:48px}
.about-gallery__item{height:260px;border-radius:20px;overflow:hidden;background:#baa48d}
.about-gallery__item:first-child{height:320px}
.about-gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.about-gallery__item:hover img{transform:scale(1.035)}

/* Better logo sizing across wide desktop layouts. */
@media(max-width:1120px) and (min-width:901px){
  .brand--image{width:185px;min-width:185px}
  .mobile-menu__nav{gap:17px}
}

@media(max-width:900px){
  .site-header{z-index:80}
  .nav{height:78px}
  .brand--image{width:168px;min-width:168px;height:66px;position:relative;z-index:82}
  .nav__mobile{display:grid;place-items:center;position:relative;z-index:102;width:48px;height:48px;border:1px solid rgba(88,65,47,.15);border-radius:50%;background:rgba(255,250,245,.72);backdrop-filter:blur(10px)}
  .nav__mobile[aria-expanded="true"]{opacity:0;pointer-events:none}
  .nav__links{position:fixed!important;inset:0!important;z-index:100!important;width:100vw;height:100dvh;background:radial-gradient(circle at 12% 8%,rgba(213,183,145,.18),transparent 31%),linear-gradient(145deg,#fffaf5 0%,#f5eee5 100%)!important;display:block!important;padding:0 26px 30px!important;overflow-y:auto!important;overscroll-behavior:contain;transform:translateY(14px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .28s ease,transform .34s cubic-bezier(.2,.7,.2,1),visibility 0s linear .34s!important}
  .nav__links::before{content:"";position:fixed;left:-80px;top:120px;width:260px;height:420px;border:1px solid rgba(168,126,79,.09);border-radius:50%;transform:rotate(28deg);pointer-events:none}
  .nav__links.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;transition:opacity .28s ease,transform .34s cubic-bezier(.2,.7,.2,1)!important}
  .mobile-menu__top{height:138px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(88,65,47,.12)}
  .mobile-menu__brand{display:block;width:min(255px,70vw);padding:0!important;border:0!important}
  .mobile-menu__brand::after{display:none!important}
  .mobile-menu__brand img{width:100%;height:auto}
  .mobile-menu__close{width:48px;height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:transparent;border:1px solid rgba(89,65,45,.22);color:#6f4c2f;padding:0}
  .mobile-menu__nav{display:block;margin-top:18px}
  .mobile-menu__nav>a{width:100%;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0!important;border-bottom:1px solid rgba(88,65,47,.14)!important;font-family:var(--serif)!important;font-size:clamp(1.85rem,8vw,2.5rem)!important;line-height:1!important;font-weight:500!important;letter-spacing:-.025em!important;text-transform:none!important;color:#292723}
  .mobile-menu__nav>a::after{display:none!important}
  .mobile-menu__nav>a>svg{display:block;color:#a47a4a;transition:transform .25s}
  .mobile-menu__nav>a:hover>svg,.mobile-menu__nav>a.is-active>svg{transform:translateX(4px)}
  .mobile-menu__nav>a.is-active{color:#966d40}
  .nav__mobile-contact{display:grid!important;gap:10px!important;margin:24px 0 20px!important;padding:18px 0 0!important;color:var(--muted)!important;font-size:.82rem!important}
  .nav__mobile-contact>a,.nav__mobile-contact>span{display:flex!important;align-items:center!important;gap:11px!important;font-family:var(--sans)!important;font-size:.82rem!important;border:0!important;padding:0!important;color:var(--muted)!important}
  .nav__mobile-contact svg{color:#a47a4a;flex:0 0 auto}
  .nav__mobile-book{display:flex!important;width:100%;min-height:58px!important;margin-top:4px;padding:0 22px!important;font-size:.88rem!important;border:0!important;background:linear-gradient(135deg,#9e7548,#c59b5e)!important;box-shadow:0 14px 30px rgba(123,85,46,.16);color:#fff!important}
  .nav__mobile-book::after{display:none!important}
  .mobile-menu__motto{display:flex;align-items:center;justify-content:center;gap:9px;text-transform:uppercase;letter-spacing:.16em;font-size:.52rem;color:#8b6a48;margin:24px 0 4px;text-align:center;white-space:normal}
  .mobile-menu__motto i{width:3px;height:3px;background:#aa7e4a;border-radius:50%;display:block;flex:0 0 auto}

  .cta-luxury{padding:68px 0}
  .cta-luxury__shell{grid-template-columns:1fr;min-height:0;border-radius:28px}
  .cta-luxury__media{order:1;min-height:360px;height:52vw;max-height:470px}
  .cta-luxury__copy{order:2;padding:38px 40px 42px}
  .cta-luxury__copy::after{display:none}
  .cta-luxury__logo{width:170px;margin-bottom:18px}
  .cta-luxury .h2{font-size:clamp(2.75rem,8vw,4rem)}
  .cta-luxury__copy>p{font-size:.96rem}
  .about-gallery{grid-template-columns:1fr 1fr}
  .about-gallery__item,.about-gallery__item:first-child{height:280px}
  .about-gallery__item:first-child{grid-column:1/-1;height:390px}
}

@media(max-width:640px){
  .brand--image{width:150px;min-width:150px;height:60px}
  .mobile-menu__top{height:118px}
  .mobile-menu__brand{width:min(225px,68vw)}
  .mobile-menu__nav{margin-top:10px}
  .mobile-menu__nav>a{min-height:61px;font-size:clamp(1.72rem,8.2vw,2.25rem)!important}
  .nav__mobile-contact{margin:19px 0 17px!important}
  .nav__mobile-book{min-height:56px!important}
  .cta-luxury{padding:54px 0}
  .cta-luxury__shell{border-radius:24px}
  .cta-luxury__media{height:70vw;min-height:270px;max-height:340px}
  .cta-luxury__copy{padding:30px 25px 34px}
  .cta-luxury__logo{width:145px}
  .cta-luxury .h2{font-size:clamp(2.5rem,12vw,3.45rem);line-height:.96}
  .cta-luxury__copy>p{font-size:.92rem;line-height:1.65;margin-bottom:22px}
  .cta-luxury .btn{width:100%}
  .cta-luxury__meta{gap:9px;font-size:.49rem;letter-spacing:.13em;justify-content:center;text-align:center}
  .cta-luxury__meta i{height:10px}
  .about-gallery{grid-template-columns:1fr;gap:12px}
  .about-gallery__item,.about-gallery__item:first-child{grid-column:auto;height:260px}
  .brand--footer-image{width:230px}
}

@media(max-width:380px){
  .nav__links{padding-inline:20px!important}
  .mobile-menu__top{height:108px}
  .mobile-menu__brand{width:205px}
  .mobile-menu__nav>a{min-height:57px;font-size:1.75rem!important}
  .nav__mobile-contact{font-size:.76rem!important}
  .mobile-menu__motto{font-size:.46rem;gap:7px}
}
@media(max-width:900px){.nav__mobile-contact{text-transform:none!important;letter-spacing:0!important;font-weight:500!important}}

/* =========================================================
   V1.3.1 — Luxury footer redesign
   ========================================================= */
.footer--luxury{
  position:relative;
  margin-top:-1px;
  padding:0 0 28px;
  overflow:hidden;
  border-radius:42px 42px 0 0;
  background:
    radial-gradient(circle at 8% 10%,rgba(197,154,90,.16),transparent 30%),
    radial-gradient(circle at 92% 88%,rgba(255,255,255,.035),transparent 32%),
    linear-gradient(145deg,#2d2823 0%,#211d19 100%);
  color:#f7f1e9;
  box-shadow:0 -20px 55px rgba(55,42,31,.07);
}
.footer--luxury::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(213,172,111,.78),transparent);
}
.footer__ambient{
  position:absolute;
  width:420px;
  height:420px;
  right:-170px;
  top:115px;
  border:1px solid rgba(210,168,108,.08);
  border-radius:50%;
  pointer-events:none;
}
.footer__ambient::before,.footer__ambient::after{
  content:"";
  position:absolute;
  border:1px solid rgba(210,168,108,.055);
  border-radius:50%;
}
.footer__ambient::before{inset:48px}.footer__ambient::after{inset:96px}
.footer__container{position:relative;z-index:1}
.footer__bridge{
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:25px 0 27px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer__bridge-copy{display:grid;gap:7px}
.footer__bridge-kicker{
  color:#cda56e;
  font-size:.62rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.22em;
}
.footer__bridge-copy strong{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  font-family:var(--serif);
  font-size:clamp(1.6rem,2.25vw,2.35rem);
  line-height:1;
  font-weight:500;
  letter-spacing:-.015em;
  color:#fffaf4;
}
.footer__bridge-copy strong i{width:4px;height:4px;border-radius:50%;background:#b98a51;display:block}
.footer__bridge-action{
  min-width:285px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 15px;
  border:1px solid rgba(214,177,124,.24);
  border-radius:18px;
  background:rgba(255,255,255,.055);
  color:#fff;
  backdrop-filter:blur(10px);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.footer__bridge-action:hover{transform:translateY(-2px);border-color:rgba(214,177,124,.48);background:rgba(255,255,255,.08);color:#fff}
.footer__bridge-action>svg{margin-left:auto;color:#d1a367;flex:0 0 auto}
.footer__bridge-action>span:nth-child(2){display:grid;gap:2px}
.footer__bridge-action small{font-size:.62rem;color:rgba(255,255,255,.53);letter-spacing:.04em}
.footer__bridge-action b{font-family:var(--serif);font-size:1.15rem;font-weight:500;color:#fff}
.footer__bridge-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:50%;background:linear-gradient(135deg,#9d744b,#c69b5d);color:#fff}

.footer__grid--luxury{
  grid-template-columns:1.35fr .72fr 1.05fr 1fr;
  gap:clamp(36px,4.2vw,68px);
  padding:62px 0 54px;
}
.footer__intro--luxury{max-width:360px}
.footer__brandplate{
  width:min(305px,100%);
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  margin-bottom:24px;
  border-radius:24px;
  border:1px solid rgba(206,170,120,.25);
  background:linear-gradient(145deg,#fffaf4,#f4eadf);
  box-shadow:0 16px 38px rgba(0,0,0,.14);
}
.footer__brandplate img{display:block;width:100%;height:auto;filter:none!important;opacity:1!important}
.footer__intro--luxury p{max-width:330px;margin:0;color:rgba(255,255,255,.61);font-size:.91rem;line-height:1.75}
.footer__socials{display:flex;gap:9px;margin-top:22px}
.footer__socials a{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(209,167,108,.28);background:rgba(255,255,255,.035);color:#d6ac73;transition:.2s ease}
.footer__socials a:hover{transform:translateY(-2px);background:#b6864d;color:#fff;border-color:#b6864d}
.footer__column{min-width:0}
.footer__heading{display:flex;align-items:center;gap:11px;margin-bottom:22px}
.footer__heading>span{width:25px;height:1px;background:#bb8e55}
.footer__heading h4{margin:0;font-family:var(--serif);font-size:1.42rem;font-weight:500;color:#fff9f2;letter-spacing:.01em}
.footer__links--nav{gap:0}
.footer__links--nav a{
  min-height:37px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:rgba(255,255,255,.63);
  font-size:.83rem;
  transition:color .2s ease,padding .2s ease;
}
.footer__links--nav a svg{color:#a97c48;opacity:0;transform:translateX(-6px);transition:.2s ease}
.footer__links--nav a:hover{color:#fff;padding-left:4px}
.footer__links--nav a:hover svg{opacity:1;transform:none}
.footer__contact-list{display:grid;gap:15px}
.footer__contact-list>a,.footer__contact-list>div{display:flex;align-items:flex-start;gap:12px;color:rgba(255,255,255,.70)}
.footer__contact-list>a:hover b{color:#d9b27e}
.footer__contact-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border:1px solid rgba(205,161,103,.24);border-radius:12px;background:rgba(255,255,255,.035);color:#cda46f}
.footer__contact-list>a>span:last-child,.footer__contact-list>div>span:last-child{display:grid;gap:3px;min-width:0;padding-top:1px}
.footer__contact-list small{font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.38)}
.footer__contact-list b{font-size:.77rem;line-height:1.5;font-weight:500;color:rgba(255,255,255,.76);overflow-wrap:anywhere;transition:color .2s ease}
.footer__hours-card{display:grid;gap:0;border:1px solid rgba(205,161,103,.16);border-radius:18px;background:rgba(255,255,255,.035);overflow:hidden}
.footer__hours-card>div{display:grid;gap:6px;padding:15px 17px}
.footer__hours-card>div+div{border-top:1px solid rgba(255,255,255,.07)}
.footer__hours-card span{display:flex;align-items:center;gap:8px;color:#cba16b;font-size:.66rem;text-transform:uppercase;letter-spacing:.10em;font-weight:700}
.footer__hours-card strong{font-size:.77rem;line-height:1.55;font-weight:500;color:rgba(255,255,255,.72)}
.footer__whatsapp-text{display:inline-flex;align-items:center;gap:8px;margin-top:16px;color:#d3aa73!important;font-size:.73rem!important}
.footer__whatsapp-text:hover{color:#fff!important}
.footer__bottom--luxury{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:0;
  padding:23px 0 0;
  border-top:1px solid rgba(255,255,255,.09);
  color:rgba(255,255,255,.38);
  font-size:.68rem;
}
.footer__bottom--luxury>div:first-child{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.footer__bottom-dot{width:3px;height:3px;border-radius:50%;background:#a97b49}
.footer__bottom--luxury .footer__legal{display:flex;gap:18px;flex-wrap:wrap}
.footer__bottom--luxury a{color:rgba(255,255,255,.47);transition:color .2s ease}
.footer__bottom--luxury a:hover{color:#d5ad76}

@media(max-width:1120px){
  .footer__grid--luxury{grid-template-columns:1.2fr .7fr 1fr;gap:45px}
  .footer__grid--luxury>.footer__hours{grid-column:2/4}
  .footer__hours{display:grid;grid-template-columns:1fr 1.25fr;column-gap:22px;align-content:start}
  .footer__hours .footer__heading{grid-column:1/-1}
  .footer__whatsapp-text{align-self:start;margin-top:4px}
}
@media(max-width:820px){
  .footer--luxury{border-radius:32px 32px 0 0}
  .footer__bridge{align-items:flex-start;flex-direction:column;padding:29px 0}
  .footer__bridge-action{width:100%;min-width:0}
  .footer__grid--luxury{grid-template-columns:1fr 1fr;gap:42px 34px;padding:48px 0 44px}
  .footer__intro--luxury{grid-column:1/-1;max-width:none;display:grid;grid-template-columns:minmax(240px,310px) 1fr;column-gap:34px;align-items:center}
  .footer__intro--luxury .footer__brandplate{grid-row:1/3;margin:0}
  .footer__intro--luxury .footer__socials{margin-top:16px}
  .footer__grid--luxury>.footer__hours{grid-column:auto;display:block}
  .footer__hours .footer__heading{grid-column:auto}
  .footer__whatsapp-text{margin-top:16px}
  .footer__bottom--luxury{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .footer--luxury{border-radius:26px 26px 0 0;padding-bottom:24px}
  .footer__bridge{min-height:0;padding:25px 0 26px}
  .footer__bridge-copy strong{gap:8px;font-size:1.6rem;line-height:1.15}
  .footer__bridge-copy strong i{width:3px;height:3px}
  .footer__bridge-action{border-radius:16px;padding:12px}
  .footer__bridge-action b{font-size:1.08rem}
  .footer__grid--luxury{grid-template-columns:1fr;gap:34px;padding:40px 0 38px}
  .footer__intro--luxury{grid-column:auto;display:block}
  .footer__intro--luxury .footer__brandplate{width:min(290px,100%);min-height:104px;margin:0 0 22px}
  .footer__intro--luxury p{font-size:.86rem}
  .footer__heading{margin-bottom:17px}
  .footer__links--nav a{min-height:42px}
  .footer__contact-list{gap:13px}
  .footer__hours-card>div{padding:14px 15px}
  .footer__bottom--luxury{padding-top:20px;gap:15px}
  .footer__bottom--luxury>div:first-child{line-height:1.55}
  .footer__bottom--luxury .footer__legal{gap:14px}
}
/* Tighten the visual handoff from the pre-footer CTA into the luxury footer. */
@media(min-width:901px){.cta-luxury{padding-bottom:62px}}
@media(max-width:900px) and (min-width:641px){.cta-luxury{padding-bottom:48px}}
@media(max-width:640px){.cta-luxury{padding-bottom:38px}}

/* V1.3.2 — Light footer redesign */
.footer--light{
  position:relative;
  overflow:hidden;
  padding:0 0 26px;
  background:
    radial-gradient(circle at 8% 0%,rgba(213,174,119,.18),transparent 30%),
    radial-gradient(circle at 92% 38%,rgba(225,201,165,.18),transparent 28%),
    linear-gradient(180deg,#fbf8f3 0%,#f5eee5 52%,#f9f6f1 100%);
  color:#2f302c;
  border-radius:42px 42px 0 0;
  border-top:1px solid rgba(176,128,73,.18);
}
.footer__light-accent{position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,#bd8f58 30%,#e2c89f 50%,#bd8f58 70%,transparent);opacity:.75}
.footer--light::before,.footer--light::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.footer--light::before{width:420px;height:420px;right:-190px;top:130px;border:1px solid rgba(173,127,73,.10)}
.footer--light::after{width:280px;height:280px;right:-120px;top:200px;border:1px solid rgba(173,127,73,.08)}
.footer--light .footer__container{position:relative;z-index:1}
.footer__booking-card{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:center;
  margin-top:0;padding:31px 34px;
  border:1px solid rgba(184,137,82,.22);border-radius:24px;
  background:rgba(255,255,255,.78);backdrop-filter:blur(14px);
  box-shadow:0 22px 60px rgba(82,58,34,.08);
  transform:translateY(-2px)
}
.footer__booking-copy{max-width:680px}.footer__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;color:#9b7042;font-size:.69rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer__eyebrow::before{content:"";width:28px;height:1px;background:#b58650}
.footer__booking-copy h3{margin:0 0 8px;font-family:var(--serif);font-size:clamp(2rem,3.1vw,3.05rem);line-height:1.02;font-weight:500;letter-spacing:-.025em;color:#282922}.footer__booking-copy p{margin:0;max-width:620px;color:#6f685f;font-size:1.02rem;line-height:1.7}
.footer__primary-action{min-width:310px;min-height:72px;display:grid;grid-template-columns:50px 1fr 34px;align-items:center;gap:14px;padding:10px 12px 10px 13px;border-radius:20px;background:linear-gradient(135deg,#a9783f,#c79b5e);color:#fff!important;box-shadow:0 16px 34px rgba(151,104,53,.22),inset 0 1px 0 rgba(255,255,255,.25);transition:transform .22s ease,box-shadow .22s ease}.footer__primary-action:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(151,104,53,.28),inset 0 1px 0 rgba(255,255,255,.28)}
.footer__action-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.26)}.footer__primary-action>span:nth-child(2){display:grid;gap:2px}.footer__primary-action small{font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75)}.footer__primary-action b{font-family:var(--serif);font-size:1.25rem;font-weight:500}.footer__action-arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13)}
.footer__light-grid{display:grid;grid-template-columns:1.38fr .72fr 1.1fr 1fr;gap:54px;padding:62px 0 48px}
.footer__brand-section{min-width:0}.footer__light-logo{display:block;width:min(330px,100%);margin:0 0 22px}.footer__light-logo img{display:block;width:100%;height:auto}.footer__brand-text{max-width:390px;margin:0;color:#68635b;font-size:1.01rem;line-height:1.78}
.footer__social-wrap{margin-top:27px}.footer__social-title{display:block;margin-bottom:12px;color:#47453f;font-size:.79rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.footer__social-buttons{display:flex;flex-wrap:wrap;gap:10px}.social-button{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;border:1px solid #e0d4c5;background:#fff;color:#85623f!important;box-shadow:0 8px 22px rgba(75,54,31,.06);transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.social-button:hover{transform:translateY(-3px);border-color:#b7834a;background:#b7834a;color:#fff!important;box-shadow:0 14px 28px rgba(132,92,49,.18)}.social-button--whatsapp{background:#f4fbf6;border-color:#d5eadb;color:#397e52!important}.social-button--whatsapp:hover{background:#4b9463;border-color:#4b9463;color:#fff!important}
.footer__light-column{min-width:0}.footer__light-heading{display:flex;align-items:center;gap:11px;margin:4px 0 20px}.footer__light-heading>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f1e6d7;color:#9a6c38}.footer__light-heading h4{margin:0;font-family:var(--serif);font-size:1.55rem;line-height:1.1;font-weight:500;color:#30312d}
.footer__light-nav{display:grid;gap:7px}.footer__light-nav a{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px 0 14px;border:1px solid transparent;border-radius:13px;color:#59554f!important;font-size:.98rem;font-weight:650;transition:.2s ease}.footer__light-nav a:hover{background:#fff;border-color:#e6d8c7;color:#946a3c!important;box-shadow:0 9px 22px rgba(78,55,31,.05);transform:translateX(3px)}.footer__link-arrow{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#f3eadf;color:#9b7042;transition:.2s ease}.footer__light-nav a:hover .footer__link-arrow{background:#ad7c45;color:#fff}
.footer__contact-actions{display:grid;gap:10px}.footer__contact-actions>a,.footer__contact-actions>div{min-height:62px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:9px 11px;border:1px solid #e3d8ca;border-radius:16px;background:rgba(255,255,255,.72);color:#4f4c47!important;transition:.2s ease}.footer__contact-actions>div{grid-template-columns:42px minmax(0,1fr)}.footer__contact-actions>a:hover{transform:translateY(-2px);border-color:#c7a276;background:#fff;box-shadow:0 11px 26px rgba(89,62,34,.07)}.contact-action__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f1e6d8;color:#93673a}.footer__contact-actions>a>span:nth-child(2),.footer__contact-actions>div>span:nth-child(2){display:grid;gap:3px;min-width:0}.footer__contact-actions small{font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;color:#9a9188}.footer__contact-actions b{font-size:.88rem;line-height:1.38;font-weight:700;color:#47443f;overflow-wrap:anywhere}.footer__contact-actions>a>svg{color:#b38858}
.footer__hours-light-card{display:grid;gap:0;overflow:hidden;border:1px solid #e2d6c7;border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 10px 24px rgba(79,56,31,.04)}.footer__hours-light-card>div{display:flex;align-items:flex-start;gap:12px;padding:15px}.footer__hours-light-card>div+div{border-top:1px solid #eadfd2}.hours-light__icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#f1e5d6;color:#966b3c}.footer__hours-light-card>div>span:last-child{display:grid;gap:4px}.footer__hours-light-card small{font-size:.63rem;text-transform:uppercase;letter-spacing:.1em;color:#9d9389}.footer__hours-light-card strong{font-size:.86rem;line-height:1.5;font-weight:700;color:#484641}
.footer__soft-button{min-height:50px;margin-top:12px;display:grid;grid-template-columns:24px 1fr 18px;align-items:center;gap:10px;padding:0 13px;border-radius:15px;border:1px solid #d9c6ae;background:linear-gradient(180deg,#fff,#faf5ee);color:#825c34!important;font-size:.83rem;font-weight:750;box-shadow:0 8px 18px rgba(79,56,31,.04);transition:.2s ease}.footer__soft-button:hover{transform:translateY(-2px);border-color:#b9854d;background:#fff;box-shadow:0 12px 25px rgba(79,56,31,.08)}
.footer__light-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0 2px;border-top:1px solid #e2d7ca;color:#817970;font-size:.76rem}.footer__copyright{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footer__copyright i{width:4px;height:4px;border-radius:50%;background:#b48858}.footer__light-legal{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer__light-legal a{color:#777068!important;font-weight:650;transition:color .2s ease}.footer__light-legal a:hover{color:#9c6d3b!important}
@media(max-width:1120px){.footer__light-grid{grid-template-columns:1.2fr .75fr 1fr;gap:44px}.footer__light-hours{grid-column:2/4}.footer__booking-card{gap:28px}.footer__primary-action{min-width:285px}}
@media(max-width:860px){.footer--light{border-radius:34px 34px 0 0}.footer__booking-card{grid-template-columns:1fr;gap:22px;padding:28px}.footer__primary-action{min-width:0;width:min(420px,100%)}.footer__light-grid{grid-template-columns:1fr 1fr;gap:42px 32px;padding:52px 0 43px}.footer__brand-section{grid-column:1/-1;display:grid;grid-template-columns:minmax(250px,330px) 1fr;gap:10px 34px;align-items:start}.footer__light-logo{grid-row:1/3;margin-bottom:0}.footer__social-wrap{margin-top:14px}.footer__light-hours{grid-column:auto}}
@media(max-width:600px){.footer--light{border-radius:27px 27px 0 0}.footer__booking-card{padding:23px 20px;border-radius:20px}.footer__booking-copy h3{font-size:2.25rem}.footer__booking-copy p{font-size:.96rem}.footer__primary-action{min-height:68px;grid-template-columns:46px 1fr 32px;border-radius:18px}.footer__action-icon{width:46px;height:46px}.footer__light-grid{grid-template-columns:1fr;gap:36px;padding:44px 0 38px}.footer__brand-section{grid-column:auto;display:block}.footer__light-logo{width:min(310px,95%);margin-bottom:20px}.footer__brand-text{font-size:.98rem}.footer__social-buttons{gap:9px}.social-button{width:45px;height:45px}.footer__light-heading h4{font-size:1.65rem}.footer__light-nav a{min-height:50px;font-size:1rem}.footer__contact-actions>a,.footer__contact-actions>div{min-height:64px}.footer__contact-actions b{font-size:.91rem}.footer__light-bottom{align-items:flex-start;flex-direction:column;gap:14px;padding-top:21px}.footer__light-legal{gap:14px}}

/* Better handoff between pre-footer CTA and light footer */
@media(min-width:901px){.cta-luxury{padding-bottom:45px}}
@media(max-width:900px) and (min-width:641px){.cta-luxury{padding-bottom:37px}}
@media(max-width:640px){.cta-luxury{padding-bottom:30px}}
.footer--light .footer__brand-text{color:#68635b!important}
.footer--light .footer__booking-copy p{color:#6f685f!important}

/* =========================================================
   V1.4.1 Service Card Rhythm + Warm Brand Buttons
   ========================================================= */
:root{
  --warm-gold:#b18455;
  --warm-gold-deep:#8d6540;
  --warm-gold-soft:#efe2d2;
  --warm-cream:#fffaf4;
  --warm-outline:rgba(120,87,58,.30);
}

/* Keep each service card's information rhythm consistent, regardless of title/copy length. */
.service-card{height:100%}
.service-card__body{height:100%;min-width:0}
.service-card__body>p{margin-bottom:0}
.service-card__meta{margin-top:auto}
.service-card__actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:10px;
  width:100%;
}
.service-card__actions .btn,
.service-card__actions .btn:first-child{
  width:100%;
  min-width:0;
  min-height:48px;
  padding:0 15px;
  flex:none;
  font-size:.79rem;
  line-height:1;
}

/* Secondary card action: soft warm outline, matching the site's calm beige/brown palette. */
.service-card__actions .btn--ghost{
  background:rgba(255,250,244,.66);
  border-color:var(--warm-outline);
  color:#5d4633;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.46);
}
.service-card__actions .btn--ghost:hover{
  background:var(--warm-gold-soft);
  border-color:rgba(141,101,64,.50);
  color:#513a29;
  box-shadow:0 9px 22px rgba(104,75,50,.10);
}

/* Primary WhatsApp actions use La Belle's warm gold/brown brand treatment instead of green. */
.btn--whatsapp,
.nav__cta--whatsapp{
  background:linear-gradient(135deg,#a87849 0%,#c79b62 54%,#b5824f 100%);
  border-color:#a97a4d;
  color:#fff;
  box-shadow:0 10px 24px rgba(128,88,50,.16);
}
.btn--whatsapp:hover,
.nav__cta--whatsapp:hover{
  background:linear-gradient(135deg,#8b623d 0%,#ad7d4d 58%,#94683f 100%);
  border-color:#8b623d;
  color:#fff;
  box-shadow:0 13px 28px rgba(104,71,40,.20);
}
.btn--whatsapp svg,.nav__cta--whatsapp svg{color:currentColor;flex:0 0 auto}

/* More refined hover/focus feedback without changing card geometry. */
.service-card__actions .btn:focus-visible{
  outline:3px solid rgba(177,132,85,.25);
  outline-offset:3px;
}

@media(max-width:600px){
  .service-card__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}
  .service-card__actions .btn{min-height:47px;padding:0 10px;font-size:.76rem}
}
@media(max-width:330px){
  .service-card__actions{grid-template-columns:1fr}
}
/* Exact action-control height lock for visual symmetry on every viewport. */
.service-card__actions .btn{height:48px;min-height:48px}
@media(max-width:600px){.service-card__actions .btn{height:48px;min-height:48px}}

/* =========================================================
   V1.4.2 — Compact mobile navigation + page transitions
   ========================================================= */
.mobile-menu__item-icon{display:none}
@media(max-width:900px){
  .nav__links{padding:0 22px 22px!important;background:radial-gradient(circle at 8% 5%,rgba(205,169,124,.13),transparent 29%),linear-gradient(155deg,#fffaf5 0%,#f7f0e8 58%,#f3e9de 100%)!important}
  .nav__links::before{left:-135px;top:84px;width:285px;height:370px;opacity:.62}
  .mobile-menu__top{height:94px;border-bottom-color:rgba(88,65,47,.11)}
  .mobile-menu__brand{width:min(184px,52vw);display:flex;align-items:center;padding:0!important}
  .mobile-menu__brand img{width:100%;height:auto;max-height:75px;object-fit:contain}
  .mobile-menu__close{width:42px;height:42px;flex-basis:42px;background:rgba(255,255,255,.42);border-color:rgba(89,65,45,.17);box-shadow:0 8px 22px rgba(82,59,38,.05)}
  .mobile-menu__nav{margin-top:10px}
  .mobile-menu__nav>a{min-height:58px;display:grid!important;grid-template-columns:36px minmax(0,1fr) 20px!important;align-items:center!important;gap:12px!important;padding:9px 0!important;font-size:1.52rem!important;letter-spacing:-.02em!important;border-bottom-color:rgba(88,65,47,.12)!important}
  .mobile-menu__nav>a>svg{width:18px;height:18px;justify-self:end}
  .mobile-menu__item-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(176,129,76,.08);color:#9a6d3f;transition:background .2s ease,color .2s ease,transform .2s ease}
  .mobile-menu__item-icon svg{width:18px;height:18px}
  .mobile-menu__item-label{min-width:0}
  .mobile-menu__nav>a.is-active .mobile-menu__item-icon,.mobile-menu__nav>a:hover .mobile-menu__item-icon{background:#ead9c4;color:#83582f;transform:scale(1.03)}
  .nav__mobile-contact{grid-template-columns:1fr!important;gap:7px!important;margin:17px 0 14px!important;padding:14px 0 0!important;border-top:1px solid rgba(88,65,47,.08)}
  .nav__mobile-contact>a,.nav__mobile-contact>span{gap:9px!important;font-size:.76rem!important;line-height:1.35!important}
  .nav__mobile-contact svg{width:16px;height:16px}
  .nav__mobile-book{min-height:52px!important;margin-top:2px!important;padding:0 18px!important;border-radius:16px!important;font-size:.83rem!important;background:linear-gradient(135deg,#9b6f40 0%,#bd9157 55%,#a97943 100%)!important;box-shadow:0 12px 26px rgba(117,82,45,.14)!important}
  .mobile-menu__motto{margin:16px 0 2px;font-size:.47rem;letter-spacing:.13em;gap:7px}
  .menu-motion-disabled .nav__links,.menu-motion-disabled .mobile-menu__item-icon,.menu-motion-disabled .mobile-menu__nav>a>svg{transition:none!important}
}
@media(max-width:480px){
  .nav__links{padding-left:18px!important;padding-right:18px!important}
  .mobile-menu__top{height:84px}
  .mobile-menu__brand{width:min(164px,50vw)}
  .mobile-menu__brand img{max-height:65px}
  .mobile-menu__close{width:39px;height:39px;flex-basis:39px}
  .mobile-menu__nav{margin-top:7px}
  .mobile-menu__nav>a{min-height:54px;grid-template-columns:34px minmax(0,1fr) 18px!important;gap:10px!important;font-size:1.42rem!important;padding:7px 0!important}
  .mobile-menu__item-icon{width:32px;height:32px;border-radius:10px}
  .nav__mobile-contact{margin:14px 0 12px!important;padding-top:12px!important;gap:6px!important}
  .nav__mobile-contact>a,.nav__mobile-contact>span{font-size:.72rem!important}
  .nav__mobile-book{min-height:49px!important;font-size:.79rem!important}
  .mobile-menu__motto{margin-top:13px;font-size:.44rem}
}

/* Page transitions. The behavior is opt-in via data attributes generated by PHP. */
.page-transition-layer{position:fixed;inset:0;z-index:9999;pointer-events:none;display:grid;place-items:center;background:linear-gradient(145deg,#f8efe5 0%,#efe0cf 100%);color:#a17443;opacity:0;visibility:hidden}
.page-transition-layer__mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(153,107,62,.22);background:rgba(255,255,255,.5);box-shadow:0 20px 50px rgba(91,64,38,.08)}
body.page-transitions-enabled[data-transition-style="fade"] main{animation:lbFadeIn var(--page-transition-duration,420ms) ease both}
body.page-transitions-enabled[data-transition-style="slide"] main{animation:lbSlideIn var(--page-transition-duration,420ms) cubic-bezier(.2,.7,.2,1) both}
body.page-transitions-enabled[data-transition-style="lift"] main{animation:lbLiftIn var(--page-transition-duration,420ms) cubic-bezier(.2,.7,.2,1) both}
body.page-transitions-enabled[data-transition-style="wipe"] main{animation:lbFadeIn calc(var(--page-transition-duration,420ms) * .8) ease both}
body.page-transitions-enabled[data-transition-style="wipe"] .page-transition-layer{visibility:visible;opacity:1;transform:translateX(0);animation:lbWipeOut var(--page-transition-duration,420ms) cubic-bezier(.76,0,.24,1) both}
body.page-transitions-enabled.is-page-leaving main{transition:opacity var(--page-transition-duration,420ms) ease,transform var(--page-transition-duration,420ms) cubic-bezier(.2,.7,.2,1)!important;animation:none!important}
body.page-transitions-enabled[data-transition-style="fade"].is-page-leaving main{opacity:0}
body.page-transitions-enabled[data-transition-style="slide"].is-page-leaving main{opacity:0;transform:translate3d(-22px,0,0)}
body.page-transitions-enabled[data-transition-style="lift"].is-page-leaving main{opacity:0;transform:translate3d(0,-18px,0)}
body.page-transitions-enabled[data-transition-style="wipe"].is-page-leaving main{opacity:.94}
body.page-transitions-enabled[data-transition-style="wipe"].is-page-leaving .page-transition-layer{visibility:visible;opacity:1;animation:none;transform:translateX(-100%);transition:transform var(--page-transition-duration,420ms) cubic-bezier(.76,0,.24,1)}
body.page-transitions-enabled[data-transition-style="wipe"].is-page-leaving.page-wipe-active .page-transition-layer{transform:translateX(0)}
@keyframes lbFadeIn{from{opacity:0}to{opacity:1}}
@keyframes lbSlideIn{from{opacity:0;transform:translate3d(22px,0,0)}to{opacity:1;transform:none}}
@keyframes lbLiftIn{from{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:none}}
@keyframes lbWipeOut{0%{transform:translateX(0)}100%{transform:translateX(100%)}}
@media(min-width:901px){body[data-transition-device="mobile"] main{animation:none!important}body[data-transition-device="mobile"].is-page-leaving main{opacity:1!important;transform:none!important;transition:none!important}body[data-transition-device="mobile"] .page-transition-layer{display:none!important}}
@media(max-width:900px){body[data-transition-device="desktop"] main{animation:none!important}body[data-transition-device="desktop"].is-page-leaving main{opacity:1!important;transform:none!important;transition:none!important}body[data-transition-device="desktop"] .page-transition-layer{display:none!important}}
@media(prefers-reduced-motion:reduce){body[data-respect-reduced-motion="1"] main{animation:none!important;transition:none!important}body[data-respect-reduced-motion="1"] .page-transition-layer{display:none!important}body[data-respect-reduced-motion="1"] .nav__links,body[data-respect-reduced-motion="1"] .mobile-menu__item-icon,body[data-respect-reduced-motion="1"] .mobile-menu__nav>a>svg{transition:none!important}}

/* V1.4.3 — centered section/page headings and simplified contact channels */
.packages-head--center{justify-content:center;align-items:center;text-align:center}.packages-head--center>div{width:min(920px,100%);margin-inline:auto}.packages-head--center .eyebrow{justify-content:center}.packages-head--center .h2{max-width:none;margin-inline:auto}
.page-hero--center .container{text-align:center}.page-hero--center .eyebrow{justify-content:center}.page-hero--center .h1{max-width:980px;margin-inline:auto}.page-hero--center p{max-width:760px;margin:22px auto 0}
.contact-channels--three{grid-template-columns:repeat(3,1fr);max-width:1050px;margin-inline:auto}.contact-channel--wa{border-color:rgba(183,131,74,.28);background:linear-gradient(145deg,#fffaf2,#f7ede0)}.contact-channel--wa:hover{border-color:rgba(183,131,74,.48);background:#fffaf4}.contact-channel--wa .contact-channel__icon{width:58px;height:58px;background:linear-gradient(145deg,#b7834a,#9e6b35);color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(154,105,55,.22)}.contact-channel--wa .contact-channel__icon svg{display:block}
.contact-side-note>span{width:54px;height:54px;background:linear-gradient(145deg,#b7834a,#9e6b35);color:#fff;box-shadow:0 10px 22px rgba(154,105,55,.18)}
@media(max-width:1120px){.contact-channels--three{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.contact-channels--three{grid-template-columns:1fr}.packages-head--center{align-items:center!important}.packages-head--center>div{text-align:center}.page-hero--center .container{text-align:center}.page-hero--center p{margin-inline:auto}}


/* V1.4.4 — centered mobile footer legal area */
@media(max-width:600px){
  .footer__light-bottom{
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:12px;
    width:100%;
  }
  .footer__copyright{
    width:100%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    text-align:center;
    line-height:1.55;
  }
  .footer__copyright i{display:none}
  .footer__copyright span{display:block;width:100%;text-align:center}
  .footer__light-legal{
    width:100%;
    justify-content:center;
    align-items:center;
    gap:12px 18px;
    text-align:center;
  }
  .footer__light-legal a{display:inline-flex;justify-content:center;text-align:center}
}

/* =========================================================
   V1.4.5 — Simplified calm footer
   ========================================================= */
/* Blend the area behind the rounded top corners into the same light tone so
   no contrasting background peeks through at the left/right edges. */
.cta-luxury{
  background:linear-gradient(180deg,var(--bg) 0%,#f3ebe2 70%,#fbf8f3 100%);
}
.footer--light{
  border-radius:38px 38px 0 0;
  border-top:0;
  background:
    radial-gradient(circle at 8% 8%,rgba(213,174,119,.12),transparent 28%),
    radial-gradient(circle at 92% 38%,rgba(225,201,165,.12),transparent 27%),
    linear-gradient(180deg,#fbf8f3 0%,#f7f1e9 54%,#faf7f2 100%);
}
.footer__light-accent{opacity:.46}
.footer__light-grid{padding-top:50px}

/* Slightly smaller, lighter typography for a calmer premium feel. */
.footer--light .footer__brand-text{font-size:.94rem;line-height:1.72;font-weight:400}
.footer__social-title{font-size:.72rem;font-weight:600;letter-spacing:.075em}
.footer__light-heading{margin-bottom:18px}
.footer__light-heading h4{font-size:1.42rem;font-weight:500}
.footer__light-nav{gap:5px}
.footer__light-nav a{min-height:44px;font-size:.91rem;font-weight:500}
.footer__link-arrow{width:28px;height:28px}
.footer__contact-actions>a,.footer__contact-actions>div{min-height:58px}
.footer__contact-actions small{font-size:.61rem;font-weight:400;letter-spacing:.09em}
.footer__contact-actions b{font-size:.82rem;line-height:1.36;font-weight:500}
.footer__hours-light-card small{font-size:.60rem;font-weight:400}
.footer__hours-light-card strong{font-size:.80rem;line-height:1.46;font-weight:500}
.footer__soft-button{font-size:.78rem;font-weight:600}
.footer__light-bottom{font-size:.73rem}
.footer__light-legal a{font-weight:500}

/* WhatsApp replaces e-mail in the footer contact stack. */
.footer__contact-whatsapp .contact-action__icon--whatsapp{
  background:linear-gradient(145deg,#b7834a,#9e6b35);
  color:#fff;
  border-color:transparent;
  box-shadow:0 8px 18px rgba(154,105,55,.14);
}
.footer__contact-whatsapp:hover .contact-action__icon--whatsapp{
  background:linear-gradient(145deg,#a8733c,#8e5e30);
  transform:scale(1.03);
}
.contact-action__icon{transition:background .2s ease,color .2s ease,transform .2s ease}

@media(max-width:860px){
  .footer--light{border-radius:31px 31px 0 0}
  .footer__light-grid{padding-top:44px}
}
@media(max-width:600px){
  .footer--light{border-radius:25px 25px 0 0}
  .footer__light-grid{gap:32px;padding-top:38px}
  .footer__brand-text{font-size:.91rem!important}
  .footer__light-heading h4{font-size:1.48rem}
  .footer__light-nav a{min-height:47px;font-size:.94rem}
  .footer__contact-actions>a,.footer__contact-actions>div{min-height:60px}
  .footer__contact-actions b{font-size:.84rem}
}
/* Keep the rounded footer crown visually clean and uncluttered. */
.footer--light::before,.footer--light::after{display:none}


/* =========================================================
   V1.4.7 — Brand icon polish, treatment intro alignment & quote contrast
   ========================================================= */
.eyebrow svg{width:30px;height:30px;flex:0 0 30px;padding:5px;border-radius:50%;background:rgba(166,120,73,.08);border:1px solid rgba(166,120,73,.18);stroke-width:1.65}
.page-hero .eyebrow svg,.detail-copy .eyebrow svg,.story-copy .eyebrow svg,.packages-head .eyebrow svg,.intro .eyebrow svg{color:#a67849}

.overview-intro.overview-intro--center{
  display:grid;
  justify-items:center;
  justify-content:center;
  gap:10px;
  max-width:900px;
  margin:0 auto 44px;
  padding-bottom:26px;
  text-align:center;
}
.overview-intro.overview-intro--center>span{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:#9b6f45;
  font-weight:600;
}
.overview-intro.overview-intro--center>span::before,.overview-intro.overview-intro--center>span::after{
  content:"";
  width:28px;
  height:1px;
  background:rgba(155,111,69,.42);
}
.overview-intro.overview-intro--center .h3{
  max-width:760px;
  text-align:center;
  line-height:1.08;
}

.quote-panel{
  grid-template-columns:54px 1fr;
  align-items:start;
  gap:20px;
  margin-top:34px;
  padding:32px 34px;
  border:1px solid rgba(142,105,79,.16);
  border-radius:24px;
  background:linear-gradient(135deg,#eee3d7 0%,#e4d2c0 100%);
  color:#493d34;
  box-shadow:0 18px 42px rgba(78,58,42,.07);
}
.quote-panel>span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,250,245,.72);
  color:#9a6d3f;
  border:1px solid rgba(142,105,79,.16);
}
.quote-panel p{
  margin:2px 0 0;
  color:#493d34;
  font-family:var(--serif);
  font-size:1.62rem;
  line-height:1.42;
  font-weight:500;
}

@media(max-width:900px){
  .overview-intro.overview-intro--center{align-items:center;justify-items:center;text-align:center}
  .overview-intro.overview-intro--center .h3{text-align:center}
}
@media(max-width:640px){
  .overview-intro.overview-intro--center{margin-bottom:34px;padding-bottom:20px}
  .overview-intro.overview-intro--center .h3{font-size:clamp(1.9rem,9vw,2.5rem)}
  .quote-panel{grid-template-columns:1fr;gap:14px;padding:25px 24px}
  .quote-panel>span{width:44px;height:44px}
  .quote-panel p{font-size:1.42rem}
}

/* =========================================================
   V1.4.8 — Legal pages, centered Massage intro & larger identity icon
   ========================================================= */
.eyebrow svg{
  width:34px;
  height:34px;
  flex-basis:34px;
  padding:5.5px;
}

.legal-hero{
  padding-top:104px;
  padding-bottom:92px;
  background:
    radial-gradient(circle at 50% -20%,rgba(201,164,115,.16),transparent 42%),
    linear-gradient(180deg,#fbf7f1 0%,#f7f0e7 100%);
}
.legal-hero::after{right:-115px;top:-205px;width:410px;height:410px;opacity:.65}
.legal-hero .eyebrow{justify-content:center}
.legal-hero .h1{font-size:clamp(3.7rem,6vw,6.1rem);max-width:980px;margin-inline:auto}
.legal-hero p{max-width:780px;margin:24px auto 0;line-height:1.75}
.legal-section{padding-top:82px;background:linear-gradient(180deg,#fbf8f3 0%,#f8f2ea 100%)}
.legal-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.58fr);gap:34px;align-items:start;max-width:1080px}
.legal-aside{position:sticky;top:120px;padding:32px 30px;border:1px solid rgba(142,105,79,.14);border-radius:26px;background:rgba(255,252,248,.78);box-shadow:0 18px 46px rgba(84,62,44,.055)}
.legal-aside__icon{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f1e3d2,#fff9f2);border:1px solid rgba(155,111,69,.18);color:#9a6c3e;margin-bottom:24px}
.legal-aside h2{font-family:var(--serif);font-weight:500;font-size:2rem;line-height:1.08;margin:0 0 12px}
.legal-aside p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.75}
.legal-aside small{display:block;margin-top:24px;padding-top:18px;border-top:1px solid var(--line);color:#9a806b;font-size:.72rem;letter-spacing:.04em}
.legal-content{display:grid;gap:15px}
.legal-card{display:grid;grid-template-columns:54px 1fr;gap:20px;padding:26px 28px;border:1px solid rgba(142,105,79,.12);border-radius:23px;background:rgba(255,252,248,.9);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.legal-card:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(84,62,44,.055);border-color:rgba(142,105,79,.22)}
.legal-card__number{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#f3e7d9;color:#9a6d40;font-family:var(--serif);font-size:1.03rem}
.legal-card h2{margin:2px 0 8px;font-family:var(--serif);font-size:1.7rem;font-weight:500;line-height:1.16;color:#352f2a}
.legal-card p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.78}

@media(max-width:860px){
  .legal-layout{grid-template-columns:1fr;max-width:760px}
  .legal-aside{position:static;text-align:center;padding:28px}
  .legal-aside__icon{margin-inline:auto}
}
@media(max-width:600px){
  .eyebrow svg{width:32px;height:32px;flex-basis:32px}
  .legal-hero{padding-top:76px;padding-bottom:68px}
  .legal-section{padding-top:58px}
  .legal-card{grid-template-columns:1fr;gap:12px;padding:23px 22px}
  .legal-card__number{width:40px;height:40px}
  .legal-card h2{font-size:1.52rem}
}

/* V1.5.0 — official La Belle Lotus icon */
.official-lotus-icon{display:inline-block;width:calc(var(--lotus-size,20px) * 1.34);height:calc(var(--lotus-size,20px) * 1.34);background:currentColor;vertical-align:middle;flex:0 0 auto;-webkit-mask:url('../images/lotus-official.png') center/contain no-repeat;mask:url('../images/lotus-official.png') center/contain no-repeat}
.eyebrow .official-lotus-icon{margin-right:2px}
.page-transition-layer__mark .official-lotus-icon{width:38px;height:38px}

.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
