:root {
  --ivory: #F6EFE5;
  --cream: #F1E4D4;
  --champagne: #E6D1B7;
  --gold: #B8882A;
  --rich-gold: #9D6F17;
  --bronze: #C69B47;
  --forest: #1F5A39;
  --olive: #46673A;
  --sage: #6D845C;
  --espresso: #4C3825;
  --taupe: #A68C73;
  --white: #fffdf9;
  --shadow: 0 22px 55px rgba(76, 56, 37, .12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--ivory); color: var(--espresso); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 9999; background: var(--forest); color: white; padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { font-family: var(--serif); line-height: 1.04; margin: 0; color: var(--forest); font-weight: 600; }
h1 { font-size: clamp(3.4rem, 7vw, 6.9rem); max-width: 900px; letter-spacing: -.045em; }
h2 { font-size: clamp(2.6rem, 4.4vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: 1.75rem; }
p { margin: 0 0 1.2rem; }
.eyebrow { margin: 0 0 18px; color: var(--champagne); font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--rich-gold); }
.lead { font-size: 1.18rem; color: var(--olive); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:last-child { max-width: 650px; margin: 20px auto 0; color: #6a5848; }
.section-heading.light h2, .section-heading.light p { color: var(--ivory); }
.section-heading.light .eyebrow { color: var(--bronze); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s, color .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .tab-button:focus-visible, .lang-toggle:focus-visible, .menu-toggle:focus-visible, .gallery-item:focus-visible { outline: 3px solid rgba(184,136,42,.45); outline-offset: 4px; }
.button-gold { color: #fff; background: linear-gradient(135deg, var(--gold), var(--rich-gold)); box-shadow: 0 12px 28px rgba(157,111,23,.24); }
.button-gold:hover { box-shadow: 0 16px 35px rgba(157,111,23,.32); }
.button-green { color: white; background: var(--forest); }
.button-ghost { color: white; border-color: rgba(255,255,255,.56); background: rgba(255,255,255,.07); backdrop-filter: blur(5px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-sm { min-height: 44px; padding: 9px 18px; }
.button-full { width: 100%; border: 0; }
.button svg { width: 21px; height: 21px; }
.text-link { font-weight: 700; color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .3s, box-shadow .3s, transform .3s; }
.site-header.scrolled { background: rgba(246,239,229,.94); box-shadow: 0 8px 30px rgba(76,56,37,.1); backdrop-filter: blur(16px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { width: 142px; height: 72px; overflow: hidden; display: flex; align-items: center; border-radius: 8px; }
.brand img { width: 140px; transform: scale(1.16); }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.site-nav a { color: white; font-size: .87rem; font-weight: 650; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--bronze); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.site-header.scrolled .site-nav a { color: var(--espresso); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: flex; gap: 2px; border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.1); border-radius: 999px; padding: 3px; cursor: pointer; }
.lang-toggle span { display: grid; place-items: center; width: 34px; height: 30px; border-radius: 999px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 700; }
.lang-toggle span.active { background: white; color: var(--forest); }
.site-header.scrolled .lang-toggle { border-color: rgba(76,56,37,.18); background: rgba(255,255,255,.6); }
.site-header.scrolled .lang-toggle span { color: var(--taupe); }
.site-header.scrolled .lang-toggle span.active { background: var(--forest); color: white; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 5px 0; transition: transform .25s, opacity .25s; }
.site-header.scrolled .menu-toggle span { background: var(--forest); }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.hero-image { position: absolute; inset: 0; background: url('../images/hero-massage.webp') center 43% / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,49,32,.92) 0%, rgba(20,52,34,.76) 46%, rgba(20,52,34,.22) 78%, rgba(20,52,34,.12) 100%), linear-gradient(0deg, rgba(15,38,25,.45), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.hero h1 { color: white; }
.hero-copy { max-width: 650px; font-size: 1.14rem; color: rgba(255,255,255,.84); margin: 25px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 44px; font-size: .86rem; color: rgba(255,255,255,.75); }
.hero-details > span { display: inline-flex; align-items: center; gap: 9px; }
.hero-details svg { width: 20px; height: 20px; color: var(--bronze); }
.hero-leaf { position: absolute; z-index: 1; width: 230px; height: 390px; opacity: .16; border: 2px solid var(--champagne); border-radius: 100% 0 100% 0; transform: rotate(34deg); }
.hero-leaf::before, .hero-leaf::after { content: ""; position: absolute; width: 100px; height: 180px; border: 1px solid var(--champagne); border-radius: 100% 0; }
.hero-leaf-one { right: -70px; top: 50px; }
.hero-leaf-one::before { left: -110px; top: 130px; transform: rotate(-35deg); }
.hero-leaf-one::after { left: -45px; top: 250px; transform: rotate(35deg); }
.hero-leaf-two { left: -130px; bottom: -190px; transform: rotate(210deg); }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--cream); border-bottom: 1px solid rgba(166,140,115,.2); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; border-right: 1px solid rgba(166,140,115,.22); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--forest); font-family: var(--serif); font-size: 1.65rem; line-height: 1.15; }
.trust-grid span { font-size: .78rem; color: #76624f; }

.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 94px; align-items: center; }
.about-media { position: relative; padding: 0 0 42px 38px; }
.about-media::before { content: ""; position: absolute; inset: 48px 36px 0 0; border: 1px solid var(--gold); border-radius: 49% 49% 22px 22px; }
.image-frame { position: relative; height: 610px; overflow: hidden; border-radius: 49% 49% 22px 22px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.experience-card { position: absolute; right: -22px; bottom: 0; width: 165px; height: 165px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--forest); color: white; box-shadow: 0 18px 45px rgba(31,90,57,.27); border: 5px solid var(--ivory); }
.experience-number { font-family: var(--serif); color: var(--bronze); font-size: 3.6rem; line-height: .9; }
.experience-card span:last-child { max-width: 90px; font-size: .73rem; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p { color: #6c5948; }
.story-details { margin: 20px 0 4px; border-top: 1px solid rgba(166,140,115,.35); border-bottom: 1px solid rgba(166,140,115,.35); }
.story-details summary { list-style: none; padding: 17px 0; cursor: pointer; font-weight: 700; color: var(--forest); display: flex; justify-content: space-between; align-items: center; }
.story-details summary::-webkit-details-marker { display: none; }
.story-details summary::after { content: "+"; font-size: 1.4rem; color: var(--gold); transition: transform .2s; }
.story-details[open] summary::after { transform: rotate(45deg); }
.story-body { padding-bottom: 8px; color: #6c5948; }
.signature { margin-top: 24px; font-family: var(--serif); font-size: 2rem; font-style: italic; color: var(--forest); }

.services { background: var(--white); }
.service-toolbar { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 34px; }
.category-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.tab-button { border: 1px solid rgba(166,140,115,.3); background: transparent; border-radius: 999px; padding: 10px 17px; font-size: .82rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.tab-button:hover, .tab-button.active { background: var(--forest); color: white; border-color: var(--forest); }
.service-search { position: relative; width: min(290px, 100%); }
.service-search svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 19px; height: 19px; color: var(--sage); }
.service-search input { width: 100%; height: 46px; border: 1px solid rgba(166,140,115,.35); border-radius: 999px; padding: 0 18px 0 45px; background: var(--ivory); color: var(--espresso); outline: 0; }
.service-search input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,136,42,.12); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(166,140,115,.2); border-radius: var(--radius); background: var(--ivory); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(184,136,42,.3); }
.service-card::after { content: ""; position: absolute; width: 115px; height: 115px; right: -45px; top: -45px; border: 1px solid rgba(184,136,42,.18); border-radius: 50%; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--champagne); margin-bottom: 20px; }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { font-size: 1.62rem; margin-bottom: 10px; }
.service-card p { color: #735f4e; font-size: .88rem; line-height: 1.65; }
.price-row { margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; border-top: 1px solid rgba(166,140,115,.22); }
.price-pill { display: inline-flex; gap: 5px; align-items: center; padding: 6px 10px; border-radius: 999px; background: white; font-size: .74rem; color: var(--olive); }
.price-pill strong { color: var(--rich-gold); }
.card-book { margin-top: 17px; width: fit-content; border: 0; padding: 0; background: transparent; color: var(--forest); font-size: .82rem; font-weight: 800; cursor: pointer; }
.card-book::after { content: " →"; color: var(--gold); }
.empty-services { grid-column: 1/-1; text-align: center; padding: 70px 20px; border: 1px dashed rgba(166,140,115,.45); border-radius: var(--radius); color: var(--taupe); }

.packages { position: relative; background: var(--forest); overflow: hidden; }
.packages::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 10% 20%, var(--bronze) 0 2px, transparent 3px), radial-gradient(circle at 90% 80%, var(--champagne) 0 2px, transparent 3px); background-size: 90px 90px, 120px 120px; }
.packages .container { position: relative; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; border: 1px solid rgba(230,209,183,.19); border-radius: var(--radius); background: rgba(255,255,255,.055); color: white; backdrop-filter: blur(10px); transition: transform .25s, background .25s; }
.package-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.package-number { font-family: var(--serif); font-size: 3.3rem; color: rgba(230,209,183,.25); line-height: 1; }
.package-card h3 { color: var(--champagne); font-size: 2rem; margin: 14px 0 14px; }
.package-card p { color: rgba(255,255,255,.72); }
.package-features { margin: 5px 0 28px; padding: 0; list-style: none; }
.package-features li { display: flex; gap: 10px; padding: 7px 0; color: rgba(255,255,255,.8); font-size: .86rem; }
.package-features li::before { content: "✦"; color: var(--bronze); }
.package-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: end; padding-top: 20px; border-top: 1px solid rgba(230,209,183,.17); }
.package-duration { font-size: .78rem; color: rgba(255,255,255,.6); }
.package-price { font-family: var(--serif); font-size: 2.4rem; color: var(--bronze); line-height: 1; }
.package-book { margin-top: 18px; color: var(--champagne); }
.package-book:hover { color: var(--bronze); }

.philosophy { background: var(--cream); }
.philosophy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.philosophy-copy > p { color: #6a5848; max-width: 580px; margin-top: 23px; }
.values-list { margin-top: 37px; }
.values-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(166,140,115,.3); }
.values-list > div > span { color: var(--gold); font-family: var(--serif); font-size: 1.35rem; }
.values-list strong { color: var(--forest); }
.values-list p { margin: 3px 0 0; font-size: .84rem; color: #735f4e; }
.philosophy-image { position: relative; min-height: 610px; }
.philosophy-image > img { width: calc(100% - 50px); height: 560px; object-fit: cover; object-position: center; border-radius: 220px 220px var(--radius) var(--radius); box-shadow: var(--shadow); }
.quote-card { position: absolute; right: 0; bottom: 0; width: 305px; padding: 28px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.quote-card svg { width: 36px; height: 36px; color: var(--gold); stroke-width: 1.2; }
.quote-card p { margin: 11px 0 0; font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; color: var(--forest); }

.gallery { background: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { border: 0; padding: 0; border-radius: var(--radius-sm); overflow: hidden; cursor: zoom-in; background: var(--cream); position: relative; }
.gallery-item::after { content: "+"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%) scale(.8); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(246,239,229,.9); color: var(--forest); font-size: 1.5rem; opacity: 0; transition: opacity .2s, transform .2s; }
.gallery-item:hover::after { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.lightbox { width: min(1100px, calc(100% - 30px)); max-height: 90vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(14,30,20,.88); backdrop-filter: blur(5px); }
.lightbox img { max-height: 86vh; margin: auto; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; right: -4px; top: -48px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: white; font-size: 1.8rem; cursor: pointer; }

.booking { background: var(--forest); color: white; }
.booking-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.booking-copy h2 { color: white; }
.booking-copy > p { color: rgba(255,255,255,.72); margin-top: 24px; }
.booking-benefits { list-style: none; padding: 0; margin: 35px 0 0; }
.booking-benefits li { padding: 11px 0; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.85); }
.booking-benefits li::before { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(198,155,71,.18); color: var(--bronze); font-weight: 800; }
.booking-form { padding: 36px; border-radius: var(--radius-lg); background: var(--ivory); color: var(--espresso); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.booking-form label { display: block; margin-bottom: 18px; }
.booking-form label > span { display: block; margin: 0 0 7px 3px; font-size: .77rem; font-weight: 750; color: var(--olive); }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(166,140,115,.35); border-radius: var(--radius-sm); background: white; color: var(--espresso); outline: 0; transition: border-color .2s, box-shadow .2s; }
.booking-form input, .booking-form select { height: 50px; padding: 0 14px; }
.booking-form textarea { padding: 12px 14px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,136,42,.12); }
.form-note { margin: 13px 0 0; text-align: center; color: var(--taupe); font-size: .7rem; }

.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-card { padding: 54px; border-radius: var(--radius-lg); background: var(--cream); }
.contact-card h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.contact-list { margin: 34px 0; }
.contact-list a { display: flex; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(166,140,115,.28); }
.contact-icon { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--champagne); }
.contact-icon svg { width: 21px; height: 21px; }
.contact-list strong, .contact-list small { display: block; }
.contact-list strong { color: var(--forest); font-size: .84rem; }
.contact-list small { color: #725f4f; font-size: .8rem; }
.contact-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.map-visual { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-lg); overflow: hidden; background: #d9d8c8; }
.map-pattern { position: absolute; inset: 0; opacity: .62; background-color: #e6e3d4; background-image: linear-gradient(32deg, transparent 46%, rgba(109,132,92,.3) 47% 49%, transparent 50%), linear-gradient(-29deg, transparent 44%, rgba(184,136,42,.22) 45% 48%, transparent 49%), linear-gradient(90deg, transparent 42%, rgba(31,90,57,.16) 43% 45%, transparent 46%); background-size: 160px 130px, 190px 150px, 220px 170px; }
.map-pattern::before { content: ""; position: absolute; width: 330px; height: 180px; left: -30px; bottom: 20px; border-radius: 50%; border: 34px solid rgba(85,155,166,.22); transform: rotate(-20deg); }
.map-pin { position: relative; z-index: 1; width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--champagne); box-shadow: 0 18px 38px rgba(31,90,57,.35); }
.map-pin svg { width: 44px; height: 44px; }
.map-label { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 28px; padding: 22px; border-radius: var(--radius); background: rgba(255,253,249,.93); backdrop-filter: blur(10px); box-shadow: var(--shadow); }
.map-label strong, .map-label span, .map-label small { display: block; }
.map-label strong { color: var(--forest); }
.map-label span { color: var(--taupe); font-size: .82rem; }
.map-label small { margin-top: 10px; color: var(--rich-gold); font-weight: 700; }

.site-footer { padding: 75px 0 24px; background: #173f29; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr 1.1fr; gap: 55px; }
.footer-brand img { width: 175px; height: 110px; object-fit: cover; object-position: center 33%; border-radius: 8px; margin-bottom: 18px; }
.footer-brand p { max-width: 290px; font-size: .84rem; }
.site-footer h3 { color: var(--champagne); font-family: var(--sans); font-size: .8rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 18px; }
.site-footer a { display: block; padding: 5px 0; font-size: .82rem; transition: color .2s; }
.site-footer a:hover { color: var(--bronze); }
.footer-cta .button { display: inline-flex; padding-inline: 22px; margin-top: 5px; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #1f9d55; color: white; box-shadow: 0 14px 35px rgba(22,108,59,.35); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .8rem; }
  .desktop-book { display: none; }
  .about-grid, .philosophy-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card { padding: 28px; }
  .booking-grid { gap: 50px; }
  .contact-card { padding: 42px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .container { width: min(100% - 30px, 1180px); }
  .menu-toggle { display: block; order: 3; }
  .nav-actions { margin-left: auto; }
  .site-nav { position: fixed; inset: 86px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 25px 28px; background: rgba(246,239,229,.98); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .3s, opacity .3s, visibility .3s; box-shadow: 0 15px 30px rgba(76,56,37,.12); }
  .site-nav.open { transform: none; opacity: 1; visibility: visible; }
  .site-nav a, .site-header .site-nav a { color: var(--espresso); padding: 14px 0; border-bottom: 1px solid rgba(166,140,115,.22); }
  .site-nav a::after { display: none; }
  .site-header:not(.scrolled) .lang-toggle { border-color: rgba(255,255,255,.45); }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(18,48,31,.93), rgba(20,52,34,.62)), linear-gradient(0deg, rgba(15,38,25,.45), transparent); }
  .hero-content { padding-top: 120px; }
  .hero h1 { max-width: 680px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(166,140,115,.22); }
  .about-grid, .philosophy-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { width: min(620px, 100%); margin: auto; }
  .about-copy { max-width: 680px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .philosophy-image { max-width: 650px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .booking-copy { max-width: 680px; }
  .map-visual { min-height: 500px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 75px; }
  .nav-wrap { height: 74px; }
  .brand { width: 112px; height: 59px; }
  .brand img { width: 110px; }
  .site-nav { top: 74px; }
  .lang-toggle span { width: 30px; height: 27px; }
  .menu-toggle { width: 42px; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 105px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-details { gap: 13px; flex-direction: column; }
  .trust-grid > div { min-height: 105px; padding: 20px; }
  .trust-grid strong { font-size: 1.35rem; }
  .about-media { padding-left: 18px; }
  .image-frame { height: 500px; }
  .experience-card { right: -4px; width: 135px; height: 135px; }
  .experience-number { font-size: 3rem; }
  .service-toolbar { align-items: stretch; flex-direction: column; }
  .category-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .tab-button { white-space: nowrap; }
  .service-search { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .philosophy-image { min-height: 530px; }
  .philosophy-image > img { width: 100%; height: 480px; }
  .quote-card { width: calc(100% - 28px); right: 14px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 165px; gap: 9px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .booking-form { padding: 23px; border-radius: var(--radius); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-card { padding: 30px 22px; }
  .contact-actions .button { width: 100%; }
  .map-visual { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
