:root {
  --green: #0B624D;
  --green-deep: #064536;
  --pink: #E8B7B2;
  --cream: #F8F4EC;
  --sage: #BAC7B1;
  --ink: #242424;
  --muted: #6c716c;
  --white: #fff;
  --line: rgba(36, 36, 36, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 26px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(248,244,236,.88); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s ease; }
.site-header.scrolled { border-color: var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 190px; }
.brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; }
.brand span { font-family: var(--serif); font-weight: 600; font-size: 22px; letter-spacing: -.02em; }
.desktop-nav { display: flex; justify-content: center; gap: 28px; flex: 1; }
.desktop-nav a { font-size: 13px; font-weight: 700; color: #4c514e; transition: color .2s; }
.desktop-nav a:hover { color: var(--green); }
.nav-cta { margin-left: 0; }
.quick-whatsapp { width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; background: rgba(11,98,77,.08); color: var(--green); border: 1px solid rgba(11,98,77,.13); transition: transform .2s ease, background .2s ease; }
.quick-whatsapp:hover { transform: translateY(-1px); background: rgba(11,98,77,.12); }
.quick-whatsapp span { font-size: 16px; font-weight: 800; line-height: 1; }
.menu-button { display:none; border: 0; background: transparent; width: 42px; height:42px; padding: 9px; }
.menu-button span { display:block; width:100%; height:1.5px; background:var(--ink); margin:7px 0; transition:.25s; }
.mobile-nav { display:none; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height: 48px; padding: 0 23px; border-radius: 999px; font-size: 13px; font-weight:800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green); color: white; box-shadow: 0 10px 28px rgba(6,69,54,.16); }
.btn-primary:hover { background: var(--green-deep); }
.btn-ghost { border:1px solid var(--line); background:rgba(255,255,255,.55); }
.btn-pink { background: var(--pink); color: var(--green-deep); min-height: 58px; padding-inline: 30px; }
.text-link { font-size:13px; font-weight:800; color:var(--green); }
.hero { overflow:hidden; padding-top: 70px; }
.hero-grid { display:grid; grid-template-columns: .92fr 1.08fr; align-items:center; min-height: 690px; gap: 65px; }
.hero-brand-lockup { display:flex; align-items:center; gap:16px; margin-bottom: 22px; }
.hero-brand-mark { width: 84px; height: 84px; padding: 10px; background: rgba(255,255,255,.8); border: 1px solid rgba(11,98,77,.1); border-radius: 24px; box-shadow: 0 20px 50px rgba(20,52,42,.08); }
.hero-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.hero-brand-text strong { display:block; font-family: var(--serif); font-size: 30px; line-height: .9; color: var(--green-deep); }
.hero-brand-text span { display:block; margin-top: 6px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #58635d; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing:.16em; font-size:11px; font-weight:800; color:var(--green); }
.eyebrow { display:flex; align-items:center; gap:9px; margin-bottom:25px; }
.eyebrow-dot { width:7px; height:7px; background:var(--pink); border-radius:50%; }
h1,h2 { font-family:var(--serif); font-weight:500; line-height:.94; letter-spacing:-.045em; margin:0; }
h1 { font-size: clamp(60px, 7vw, 102px); max-width: 650px; }
h2 { font-size: clamp(48px, 5vw, 72px); }
.hero-description { max-width: 520px; margin:28px 0 32px; font-size:17px; line-height:1.7; color:#555b57; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.rating-pill { margin-top:30px; display:inline-flex; gap:10px; align-items:center; font-size:12px; color:#66706a; }
.rating-pill strong { color:var(--ink); }
.stars { color:#b9894b; letter-spacing:.08em; font-size:12px; }
.hero-media { position:relative; min-height: 650px; }
.hero-photo-frame { position:absolute; inset:0 0 0 70px; border-radius: 42% 42% 18px 18px / 30% 30% 18px 18px; overflow:hidden; background:#ddd; }
.hero-photo-frame img { height:100%; object-fit:cover; object-position: 47% 39%; transform:scale(1.02); }
.hero-note { position:absolute; left:0; top:68%; transform:translateY(-50%); width:154px; height:154px; border-radius:50%; background:var(--pink); display:flex; flex-direction:column; align-items:center; justify-content:center; color:var(--green-deep); border:6px solid var(--cream); box-shadow: 0 18px 45px rgba(67,38,31,.12); }
.hero-note span { font-size:9px; letter-spacing:.22em; font-weight:800; }
.hero-note strong { font-family:var(--serif); font-size:49px; line-height:.9; }
.hero-logo-badge { position:absolute; right:18px; bottom:22px; width:150px; height:150px; padding: 16px; border-radius: 26px; background: rgba(248,244,236,.95); border: 1px solid rgba(11,98,77,.08); box-shadow: 0 22px 60px rgba(20,52,42,.12); }
.hero-logo-badge img { width:100%; height:100%; object-fit: contain; }
.leaf-mark { position:absolute; right:-15px; top:-38px; font-family:var(--serif); font-size:120px; color:var(--sage); opacity:.8; transform:rotate(15deg); }
.marquee { overflow:hidden; background:var(--pink); padding:17px 0; border-block:1px solid rgba(11,98,77,.08); white-space: nowrap; }
.marquee-track { width:max-content; display:flex; align-items:center; gap:30px; animation:marquee 20s linear infinite; color:var(--green-deep); }
.marquee-track span { font-family:var(--serif); font-size:25px; }
.marquee-track i { font-style:normal; font-size:12px; }
@keyframes marquee { from { transform:translateX(0); } to { transform:translateX(-33.333%); } }
.section-heading { margin-bottom:55px; }
.split-heading { display:grid; grid-template-columns: 1.25fr .75fr; align-items:end; gap:50px; }
.section-heading .kicker { display:block; margin-bottom:18px; }
.split-heading > p { max-width:430px; color:var(--muted); line-height:1.8; font-size:15px; margin:0 0 7px; }
.services { background:#fff; }
.services-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height:auto; padding:20px 20px 18px; border:1px solid var(--line); border-radius: 22px; display:grid; grid-template-columns: 48px 1fr; gap: 14px; align-items:start; background: linear-gradient(180deg, rgba(248,244,236,.55) 0%, rgba(255,255,255,.98) 100%); transition: transform .22s, box-shadow .22s, border-color .22s; box-shadow: 0 10px 30px rgba(20,52,42,.04); }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(20,52,42,.08); border-color: rgba(11,98,77,.18); }
.service-icon { width: 48px; height: 48px; border-radius: 16px; display:grid; place-items:center; font-family:var(--serif); color:var(--green); font-size:24px; background: rgba(11,98,77,.08); }
.service-card h3 { font-family:var(--serif); font-size:25px; font-weight:500; line-height: 1; margin:0 0 7px; }
.service-card p { margin:0; color:var(--muted); line-height:1.55; font-size:13px; max-width:none; }
.gallery-section { background:var(--cream); }
.gallery-carousel { overflow:hidden; }
.gallery-track { display:flex; gap:14px; transition: transform .75s cubic-bezier(.25,.9,.2,1); will-change: transform; }
.gallery-slide { flex: 0 0 calc((100% - 28px) / 3); aspect-ratio: 4 / 5; border-radius: 22px; overflow:hidden; background:#ddd; box-shadow: 0 18px 44px rgba(20,52,42,.08); }
.gallery-slide img { height:100%; object-fit:cover; transition:transform .6s ease; }
.gallery-slide:hover img { transform:scale(1.03); }
.experience { background:#fff; }
.experience-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.experience-media { position:relative; }
.experience-media > img { height:670px; object-fit:cover; object-position:center 38%; border-radius:18px 180px 18px 18px; }
.experience-badge { position:absolute; right:-36px; bottom:40px; width:145px; height:145px; background:var(--pink); border:6px solid white; border-radius:50%; display:grid; place-items:center; text-align:center; font-family:var(--serif); font-size:23px; color:var(--green-deep); transform:rotate(-8deg); }
.experience-copy .kicker { display:block; margin-bottom:20px; }
.experience-copy > p { font-size:16px; line-height:1.85; color:var(--muted); max-width:520px; margin:30px 0 38px; }
.highlights { border-top:1px solid var(--line); }
.highlight { display:grid; grid-template-columns:48px 1fr; gap:17px; padding:21px 0; border-bottom:1px solid var(--line); }
.highlight-number { font-family:var(--serif); color:var(--pink); font-size:22px; }
.highlight h3 { margin:0 0 4px; font-family:var(--serif); font-size:24px; font-weight:500; }
.highlight p { margin:0; color:var(--muted); font-size:13px; }
.reviews { background:var(--green); color:white; }
.reviews-top { display:flex; justify-content:space-between; align-items:flex-end; gap:40px; margin-bottom:55px; }
.kicker-light { color:var(--pink); display:block; margin-bottom:17px; }
.rating-big { display:flex; align-items:flex-end; gap:18px; }
.big-number { font-family:var(--serif); font-size:85px; line-height:.75; }
.stars-light { color:var(--pink); }
.rating-big p { margin:7px 0 0; font-size:12px; opacity:.65; }
.reviews-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.review-card { background:rgba(255,255,255,.075); border:1px solid rgba(255,255,255,.13); border-radius:18px; padding:30px; min-height:215px; display:flex; flex-direction:column; justify-content:space-between; }
.review-card p { font-family:var(--serif); font-size:23px; line-height:1.25; margin:0; color:#f7f4ef; }
.review-card small { font-size:11px; text-transform:uppercase; letter-spacing:.12em; opacity:.6; }
.location { background:var(--cream); }
.location-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:75px; align-items:center; }
.location-copy .kicker { display:block; margin-bottom:20px; }
.location-info { margin:38px 0 28px; border-top:1px solid var(--line); }
.location-info > div { padding:18px 0; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; gap:20px; }
.location-info span { font-size:12px; color:var(--muted); }
.location-info strong { font-size:13px; text-align:right; }
.location-actions { display:flex; align-items:center; gap:24px; }
.map-wrap { min-height:520px; border-radius:24px; overflow:hidden; box-shadow:0 18px 60px rgba(20,52,42,.12); }
.map-wrap iframe { width:100%; height:520px; border:0; filter:saturate(.7) contrast(.95); }
.final-cta { background:var(--green-deep); color:#fff; padding:90px 0; }
.cta-inner { display:flex; justify-content:space-between; gap:55px; align-items:center; }
.cta-inner p { color:rgba(255,255,255,.72); margin:18px 0 0; }
footer { background:#f0eae0; padding:55px 0 20px; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr auto; gap:45px; align-items:center; }
.footer-brand { display:flex; gap:13px; align-items:center; }
.footer-brand img { width:60px; height:60px; object-fit:cover; border-radius:50%; }
.footer-brand strong, .footer-brand span { display:block; }
.footer-brand strong { font-family:var(--serif); font-size:24px; }
.footer-brand span { font-size:11px; color:var(--muted); }
.footer-meta { display:flex; flex-direction:column; gap:7px; font-size:12px; color:var(--muted); }
.footer-links { display:flex; gap:20px; font-size:12px; font-weight:700; }
.footer-bottom { margin-top:38px; border-top:1px solid var(--line); padding-top:18px; display:flex; justify-content:space-between; color:#7a7f7b; font-size:10px; letter-spacing:.06em; text-transform:uppercase; }
.floating-whatsapp { position:fixed; z-index:35; right:18px; bottom:18px; width:56px; height:56px; border-radius:50%; background:var(--green); color:white; font-weight:800; font-size:18px; display:flex; align-items:center; justify-content:center; box-shadow:0 14px 40px rgba(6,69,54,.3); }
.floating-whatsapp span { line-height: 1; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity:1; transform:none; }
.reveal-delay { transition-delay:.12s; }
@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display:none; }
  .menu-button { display:block; margin-left:auto; }
  .mobile-nav { position:absolute; left:0; right:0; top:82px; padding:20px 20px 28px; background:var(--cream); border-bottom:1px solid var(--line); flex-direction:column; gap:2px; }
  .mobile-nav.open { display:flex; }
  .mobile-nav > a:not(.btn) { padding:13px 4px; font-family:var(--serif); font-size:28px; border-bottom:1px solid var(--line); }
  .mobile-nav .btn { margin-top:15px; }
  .hero-grid { grid-template-columns:1fr; min-height:auto; gap:50px; }
  .hero-copy { max-width:740px; }
  .hero-media { min-height:700px; }
  .hero-photo-frame { inset:0 0 0 120px; }
  .split-heading { grid-template-columns:1fr; gap:25px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-slide { flex-basis: calc((100% - 14px) / 2); }
  .experience-grid, .location-grid { grid-template-columns:1fr; gap:55px; }
  .experience-media { max-width:680px; }
  .experience-media > img { height:620px; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card { min-height:170px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-links { grid-column:1/-1; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 28px, 1180px); }
  .section-pad { padding:78px 0; }
  .nav-wrap { height:72px; gap: 14px; }
  .brand { min-width:auto; }
  .brand img { width:44px; height:44px; }
  .brand span { font-size:20px; }
  .quick-whatsapp { width: 38px; height: 38px; }
  .mobile-nav { top:72px; }
  .hero { padding-top:42px; }
  .hero-grid { gap:35px; }
  .hero-brand-lockup { gap: 12px; margin-bottom: 16px; }
  .hero-brand-mark { width: 66px; height: 66px; padding: 8px; border-radius: 18px; }
  .hero-brand-text strong { font-size: 25px; }
  .hero-brand-text span { font-size: 10px; }
  h1 { font-size: clamp(55px, 18vw, 78px); }
  h2 { font-size: clamp(44px, 14vw, 62px); }
  .hero-description { font-size:15px; margin:22px 0 25px; }
  .hero-actions .btn { width:100%; }
  .rating-pill { margin-top:22px; flex-wrap: wrap; }
  .hero-media { min-height:520px; }
  .hero-photo-frame { inset:0 0 0 35px; border-radius:38% 38% 16px 16px / 23% 23% 16px 16px; }
  .hero-note { width:112px; height:112px; border-width:4px; left:-3px; }
  .hero-note strong { font-size:38px; }
  .hero-logo-badge { width: 108px; height: 108px; padding: 10px; right: 10px; bottom: 10px; border-radius: 18px; }
  .leaf-mark { font-size:80px; right:-15px; top:-22px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { grid-template-columns: 44px 1fr; padding: 18px 18px 16px; }
  .service-card h3 { font-size: 22px; }
  .gallery-slide { flex-basis: 82vw; }
  .experience-grid { gap:45px; }
  .experience-media > img { height:520px; border-radius:14px 100px 14px 14px; }
  .experience-badge { width:110px; height:110px; right:-5px; bottom:25px; font-size:19px; }
  .reviews-top { align-items:flex-start; flex-direction:column; }
  .big-number { font-size:70px; }
  .location-info > div { flex-direction:column; gap:7px; }
  .location-info strong { text-align:left; }
  .location-actions { align-items:flex-start; flex-direction:column; }
  .map-wrap, .map-wrap iframe { min-height:390px; height:390px; }
  .cta-inner { align-items:flex-start; flex-direction:column; }
  .btn-pink { width:100%; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links { grid-column:auto; flex-wrap:wrap; }
  .footer-bottom { flex-direction:column; gap:7px; }
  .floating-whatsapp { width: 58px; height: 58px; right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .marquee-track { animation:none; }
  .gallery-track { transition:none !important; }
  .reveal { opacity:1; transform:none; transition:none; }
}
