:root {
  --ink: #281d25;
  --plum: #47253d;
  --plum-deep: #291522;
  --mauve: #9f737f;
  --rose: #c9a3a7;
  --cream: #f6f0e9;
  --paper: #fffdf9;
  --gold: #c6a363;
  --gold-light: #ead09b;
  --gold-strong: #d5a747;
  --gold-bright: #f0cf79;
  --gold-deep: #a87525;
  --line: rgba(71,37,61,.15);
  --shadow: 0 32px 90px rgba(48,26,41,.12);
  --header-h: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: var(--header-h); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 8% 25%,rgba(198,163,99,.08),transparent 23%),radial-gradient(circle at 94% 62%,rgba(159,115,127,.1),transparent 25%),var(--paper); font: 16px/1.55 "Inter",Arial,sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Cormorant Garamond",Georgia,serif; font-weight: 700; line-height: 1.08; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: var(--ink); background: white; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px,3.2vw,58px); padding: 0 clamp(22px,4vw,68px); color: white; transition: height .3s ease,background .3s ease,box-shadow .3s ease,color .3s ease; }
.site-header:not(.is-scrolled) { background: linear-gradient(180deg,rgba(30,16,26,.9) 0%,rgba(46,24,39,.8) 72%,rgba(46,24,39,.62) 100%); box-shadow: inset 0 -1px rgba(255,255,255,.14),0 12px 32px rgba(25,12,20,.12); }
.site-header.is-scrolled { height: 76px; color: var(--ink); background: rgba(255,253,249,.985); box-shadow: 0 10px 35px rgba(48,27,41,.1); }
.brand,.footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; transition: transform .35s ease,filter .35s ease; }
.brand:hover img { transform: scale(1.035); filter: drop-shadow(0 0 9px rgba(234,208,155,.3)); }
.brand > span,.footer-brand > span { display: grid; }
.brand strong,.footer-brand strong { font: 700 22px/1 "Cormorant Garamond",Georgia,serif; letter-spacing: 0; }
.brand small,.footer-brand small { margin-top: 6px; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; opacity: .76; }
@keyframes logo-breathe { 0%,100% { filter: drop-shadow(0 0 0 rgba(198,163,99,0)); } 50% { filter: drop-shadow(0 0 9px rgba(234,208,155,.38)); } }
.site-menu { display: flex; justify-content: flex-end; gap: clamp(18px,1.8vw,32px); }
.site-menu a { position: relative; padding: 10px 0; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0; }
@media (min-width: 1161px) {
  .site-header:not(.is-scrolled) .site-menu a { color: #fff; text-shadow: 0 2px 12px rgba(20,9,16,.72); }
}
.site-menu a::before { content: "✦"; position: absolute; top: -5px; left: 50%; color: var(--gold); font-size: .55rem; opacity: 0; transform: translate(-50%,8px) scale(.5); transition: .25s ease; }
.site-menu a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 5px; height: 1px; background: currentColor; transition: .25s ease; }
.site-menu a:hover::before,.site-menu a.is-active::before { opacity: 1; transform: translate(-50%,0) scale(1); }
.site-menu a:hover::after,.site-menu a.is-active::after { left: 0; right: 0; }
.nav-cta { min-height: 46px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold-bright); color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); box-shadow: inset 0 0 0 1px rgba(255,247,211,.45),0 10px 24px rgba(24,11,18,.18); text-decoration: none; white-space: nowrap; font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.nav-cta span { position: relative; z-index: 2; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: var(--plum); }
.hero-image,.hero-overlay,.hero-pattern { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.015); animation: hero-zoom 14s ease-in-out infinite alternate; }
.hero.is-offscreen .hero-image,.hero.is-offscreen .hero-spark,.hero.is-offscreen .hero-scroll span { animation-play-state: paused; }
@keyframes hero-zoom { to { transform: scale(1.065); } }
.hero-overlay { background: linear-gradient(90deg,rgba(31,18,28,.8) 0%,rgba(65,36,54,.5) 44%,rgba(38,24,32,.08) 79%),linear-gradient(180deg,rgba(31,18,28,.14),transparent 48%,rgba(31,18,28,.3)); }
.hero-pattern { opacity: .22; background-image: radial-gradient(circle at 14% 20%,rgba(234,208,155,.38) 0 1px,transparent 2px),radial-gradient(circle at 28% 73%,rgba(255,255,255,.3) 0 1px,transparent 2px); background-size: 90px 90px,130px 130px; mask-image: linear-gradient(90deg,#000,transparent 62%); }
.hero-content { position: relative; z-index: 2; width: min(870px,91vw); padding: calc(var(--header-h) + 65px) clamp(22px,7.2vw,120px) 80px; color: white; }
.kicker,.section-number { margin-bottom: 22px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
h1 { margin-bottom: 0; font-size: clamp(48px,3.65vw,70px); font-weight: 700; line-height: .96; letter-spacing: 0; text-wrap: balance; }
.hero-subheadline { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(17px,1.35vw,21px); font-weight: 500; line-height: 1.45; text-wrap: balance; }
.hero-spark { position: absolute; z-index: 2; color: var(--gold-light); animation: sparkle 3.5s ease-in-out infinite; }
.hero-spark-one { top: 28%; right: 8%; font-size: 1.2rem; }
.hero-spark-two { right: 28%; bottom: 18%; font-size: .6rem; animation-delay: 1.2s; }
@keyframes sparkle { 0%,100% { opacity: .2; transform: scale(.55) rotate(0); } 50% { opacity: 1; transform: scale(1.2) rotate(45deg); } }
.button { min-height: 48px; margin-top: 32px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--gold-bright); color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); box-shadow: inset 0 0 0 1px rgba(255,247,211,.45),0 14px 34px rgba(26,12,21,.2); font-size: 11px; font-weight: 800; letter-spacing: .4px; text-decoration: none; }
.button span { position: relative; z-index: 2; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.button-light { color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); border-color: var(--gold-bright); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 26px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; }
.hero-scroll span { position: absolute; top: 9px; left: 50%; width: 3px; height: 7px; border-radius: 3px; background: white; transform: translateX(-50%); animation: scroll-dot 1.8s infinite; }
@keyframes scroll-dot { 0% { opacity: 0; transform: translate(-50%,0); } 45% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,14px); } }

.trust-strip { position: relative; z-index: 3; width: min(1320px,calc(100% - 48px)); margin: -34px auto 0; display: grid; grid-template-columns: repeat(4,1fr); color: var(--plum); background: linear-gradient(115deg,rgba(255,253,249,.98),rgba(244,234,226,.96) 52%,rgba(255,253,249,.98)); border: 1px solid rgba(198,163,99,.28); box-shadow: 0 32px 90px rgba(48,26,41,.14),0 0 0 7px rgba(255,253,249,.5); backdrop-filter: blur(12px); }
.trust-strip div { min-height: 108px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-family: "Inter",Arial,sans-serif; font-size: 16px; font-weight: 800; }
.symbol { color: var(--gold); font-size: 1.45rem; transition: transform .3s ease; }
.trust-strip div:hover .symbol { transform: rotate(45deg) scale(1.15); }

.editorial-flow { position: relative; padding: clamp(52px,6vw,88px) 0 0; background: radial-gradient(circle at 10% 16%,rgba(234,208,155,.18),transparent 18%),radial-gradient(circle at 88% 52%,rgba(159,115,127,.15),transparent 22%),linear-gradient(180deg,#fffdf9 0%,#f8f1eb 46%,#fffdf9 100%); overflow: hidden; }
.editorial-flow::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(71,37,61,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(71,37,61,.09) 1px,transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at center,#000,transparent 75%); pointer-events: none; }
.editorial-section { position: relative; padding: clamp(40px,5vw,72px) clamp(22px,4vw,64px); isolation: isolate; overflow: hidden; }
.editorial-section:last-child { padding-bottom: 0; }
.editorial-section::before { content: ""; position: absolute; z-index: -2; width: 620px; height: 620px; border-radius: 50%; filter: blur(4px); opacity: .58; }
.editorial-section::after { content: ""; position: absolute; z-index: -1; inset: 8% 0; opacity: .24; pointer-events: none; }
.pattern-one { background: linear-gradient(100deg,rgba(255,253,249,.2),rgba(238,224,214,.42) 100%); }
.pattern-one::before { right: -210px; top: 0; background: radial-gradient(circle,rgba(198,163,99,.34),transparent 65%); }
.pattern-one::after { background-image: repeating-linear-gradient(125deg,transparent 0 25px,rgba(71,37,61,.08) 26px 27px); mask-image: linear-gradient(90deg,transparent 55%,#000); }
.pattern-two { background: linear-gradient(100deg,rgba(232,218,222,.43),rgba(255,253,249,.1) 72%); }
.pattern-two::before { left: -230px; top: 4%; background: radial-gradient(circle,rgba(159,115,127,.34),transparent 65%); }
.pattern-two::after { background-image: radial-gradient(circle,rgba(71,37,61,.17) 1px,transparent 1.5px); background-size: 28px 28px; mask-image: linear-gradient(90deg,#000,transparent 48%); }
.pattern-three { background: linear-gradient(100deg,rgba(255,253,249,.15),rgba(237,225,215,.4)); }
.pattern-three::before { right: -180px; bottom: -40px; background: radial-gradient(circle,rgba(198,163,99,.32),transparent 68%); }
.pattern-three::after { background-image: repeating-radial-gradient(circle at 90% 50%,transparent 0 40px,rgba(71,37,61,.08) 41px 42px); mask-image: linear-gradient(90deg,transparent 45%,#000); }
.editorial-box { position: relative; width: min(1380px,100%); min-height: 620px; margin: auto; display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); align-items: stretch; background: linear-gradient(135deg,rgba(255,253,249,.98),rgba(250,245,239,.94)); border: 1px solid rgba(198,163,99,.24); box-shadow: 0 34px 95px rgba(48,26,41,.14),0 0 0 9px rgba(255,255,255,.35); }
.editorial-box::before { content: ""; position: absolute; z-index: 4; top: -10px; left: 36px; width: 88px; height: 20px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); pointer-events: none; }
.editorial-box::after { content: ""; position: absolute; z-index: 4; right: 36px; bottom: -10px; width: 88px; height: 20px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); pointer-events: none; }
.editorial-box.image-left { grid-template-columns: minmax(520px,1.1fr) minmax(0,.9fr); }
.editorial-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(44px,5.5vw,82px); }
.editorial-copy::after { content: "✦  ·  ◇"; margin-top: 30px; color: rgba(198,163,99,.65); font-size: 13px; letter-spacing: 9px; }
.editorial-copy h2 { margin-bottom: 30px; font-size: clamp(34px,4vw,43px); font-weight: 600; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
.editorial-copy > p:not(.section-number) { margin-bottom: 1.45em; max-width: 610px; font-size: 16px; font-weight: 500; line-height: 1.62; }
.editorial-cta { align-self: flex-start; margin-top: 14px; }
.text-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 18px; margin-top: 14px; padding-bottom: 6px; border-bottom: 1px solid var(--plum); color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .4px; text-decoration: none; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.editorial-media { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.editorial-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(35,18,29,.18)); pointer-events: none; }
.editorial-media::after { content: ""; position: absolute; z-index: 2; inset: 20px; border: 1px solid rgba(255,255,255,.62); box-shadow: inset 0 0 34px rgba(255,255,255,.035); pointer-events: none; }
.editorial-media img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.editorial-box:hover .editorial-media img { transform: scale(1.035); }
.editorial-media-portrait img { object-position: center 18%; transform: scale(1.17); }
.editorial-box:hover .editorial-media-portrait img { transform: scale(1.205); }
.editorial-media-energy img { object-position: center 58%; }
.editorial-media-wide img { object-position: 65% center; }
.editorial-media figcaption { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.editorial-media figcaption span { padding: 9px 13px; color: white; background: rgba(45,24,40,.82); backdrop-filter: blur(9px); font-size: 11px; font-weight: 700; letter-spacing: .4px; }
.section-ornament { position: relative; z-index: 2; width: min(760px,70vw); height: 38px; margin: -19px auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; pointer-events: none; }
.section-ornament span { height: 1px; background: linear-gradient(90deg,transparent,rgba(198,163,99,.8)); }
.section-ornament span:last-child { background: linear-gradient(90deg,rgba(198,163,99,.8),transparent); }
.section-ornament i { width: 12px; height: 12px; border: 1px solid var(--gold); transform: rotate(45deg); box-shadow: 0 0 0 6px rgba(255,253,249,.75); }
.ornament-two i { border-radius: 50%; transform: none; }
.ornament-wide { width: 100%; height: 54px; margin: 0; padding: 0 clamp(45px,16vw,250px); background: linear-gradient(180deg,#f8f1eb 0%,#eadbd4 100%); }
.ornament-wide i { box-shadow: 0 0 0 6px rgba(234,219,212,.88); }
.ornament-dark { background: linear-gradient(180deg,#eadbd4 0%,#f6eee8 100%); }
.ornament-dark i { background: var(--plum); box-shadow: 0 0 0 6px rgba(246,240,233,.82); }

.services-shell { position: relative; padding: clamp(72px,8vw,118px) clamp(22px,5vw,78px); background: radial-gradient(circle at 12% 12%,rgba(198,163,99,.26),transparent 25%),radial-gradient(circle at 90% 85%,rgba(71,37,61,.16),transparent 26%),linear-gradient(145deg,#eadbd4 0%,#faf5ef 52%,#e4d4d5 100%); overflow: hidden; }
.services-shell { padding-bottom: clamp(50px,5vw,72px); }
.services-shell::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 10% 20%,rgba(71,37,61,.25) 0 1px,transparent 1.5px),radial-gradient(circle at 85% 70%,rgba(198,163,99,.35) 0 1px,transparent 2px); background-size: 34px 34px,55px 55px; }
.services-shell::after { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: 50%; border: 1px solid rgba(198,163,99,.28); border-radius: 50%; box-shadow: 0 0 0 52px rgba(198,163,99,.04),0 0 0 104px rgba(71,37,61,.035); transform: translateY(-50%); }
.services-shell > * { position: relative; width: min(1260px,100%); margin-left: auto; margin-right: auto; }
.section-heading { max-width: 900px; margin-bottom: clamp(38px,5vw,62px); }
.section-heading h2 { margin: 0; font-size: clamp(34px,4vw,43px); font-weight: 600; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
.section-heading-centered { text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.service-card { position: relative; min-height: 400px; padding: 40px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(198,163,99,.24); background: linear-gradient(145deg,rgba(255,253,249,.96),rgba(245,237,230,.88)); box-shadow: 0 22px 62px rgba(55,30,46,.1); transition: transform .3s ease,box-shadow .3s ease; }
.service-card:nth-child(3) { background: linear-gradient(145deg,rgba(255,253,249,.96),rgba(234,222,225,.9)); }
.service-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -85px; bottom: -85px; border: 1px solid rgba(198,163,99,.28); border-radius: 50%; transition: transform .5s ease; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 32px 75px rgba(55,30,46,.15); }
.service-card:hover::before { transform: scale(1.35); }
.service-card-featured { color: white; background: linear-gradient(145deg,var(--plum),var(--plum-deep)); }
.service-index { align-self: flex-end; font-size: 11px; font-weight: 800; letter-spacing: 1px; opacity: .65; }
.service-icon { margin: 38px 0 22px; color: var(--gold); font-size: 3rem; transition: transform .4s ease; }
.service-card:hover .service-icon { transform: rotate(45deg) scale(1.1); }
.service-card h3 { margin-bottom: 16px; font-size: 29px; font-weight: 700; line-height: 1.15; }
.service-duration { display: block; margin-top: 3px; }
.service-card p { margin-bottom: 24px; font-size: 14px; font-weight: 500; line-height: 1.7; opacity: .72; }
.service-card a { margin-top: auto; width: 100%; min-height: 46px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--gold); border-radius: 4px; color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); box-shadow: inset 0 0 0 1px rgba(255,247,211,.48),0 10px 22px rgba(46,24,39,.14); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .4px; transition: color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease; }
.service-card a:hover { color: var(--plum-deep); background: linear-gradient(135deg,#f8df9a,var(--gold-bright)); border-color: #f8df9a; transform: translateY(-4px); box-shadow: 0 16px 30px rgba(46,24,39,.2),0 0 0 1px rgba(240,207,121,.22); }
.service-card-featured a:hover { color: var(--plum-deep); background: linear-gradient(135deg,#f8df9a,var(--gold-bright)); }

.booking { position: relative; min-height: 680px; display: grid; grid-template-columns: minmax(420px,.92fr) minmax(0,1.08fr); overflow: hidden; color: white; background: #321d2b; }
.booking-visual { position: relative; min-height: 680px; overflow: hidden; }
.booking-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(135deg,rgba(71,37,61,.08),transparent 54%,rgba(198,163,99,.13)); pointer-events: none; }
.booking-visual::after { content: ""; position: absolute; z-index: 2; inset: 24px; border: 1px solid rgba(255,255,255,.55); box-shadow: inset 0 0 0 1px rgba(198,163,99,.18); pointer-events: none; }
.booking-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.booking:hover .booking-visual img { transform: scale(1.025); }
.booking-panel { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 82% 18%,rgba(198,163,99,.22),transparent 23%),radial-gradient(circle at 12% 88%,rgba(159,115,127,.22),transparent 28%),linear-gradient(142deg,#281721 0%,#4a283e 56%,#301b29 100%); }
.booking-pattern { position: absolute; inset: 0; opacity: .42; background-image: radial-gradient(circle,rgba(234,208,155,.38) 0 1px,transparent 1.5px),repeating-radial-gradient(circle at 84% 16%,transparent 0 78px,rgba(234,208,155,.12) 79px 80px); background-size: 38px 38px,auto; mask-image: linear-gradient(115deg,transparent 8%,#000 64%,#000); }
.booking-orbit { position: absolute; border: 1px solid rgba(234,208,155,.28); border-radius: 50%; pointer-events: none; }
.booking-orbit::before { content: ""; position: absolute; width: 8px; height: 8px; top: 18%; left: 1%; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 22px rgba(234,208,155,.75); }
.booking-orbit-one { width: 320px; height: 320px; top: -170px; right: -80px; box-shadow: 0 0 0 42px rgba(234,208,155,.025); }
.booking-orbit-two { width: 190px; height: 190px; left: -95px; bottom: -75px; }
.booking-content { position: relative; z-index: 2; width: min(700px,calc(100% - 90px)); padding: 76px 0; text-align: left; }
.booking-content > p { margin: 0; color: #ead6ca; font-size: 15px; font-weight: 500; line-height: 1.45; letter-spacing: 0; }
.booking h2 { max-width: 690px; margin: 25px 0 0; font-size: clamp(34px,3.35vw,52px); font-weight: 600; line-height: 1.03; letter-spacing: 0; text-wrap: balance; }
.booking .button { margin-top: 38px; }

.site-footer { position: relative; overflow: hidden; color: #eadfdf; background: radial-gradient(circle at 12% 25%,rgba(198,163,99,.15),transparent 24%),radial-gradient(circle at 88% 80%,rgba(159,115,127,.15),transparent 25%),linear-gradient(135deg,#21141d,#321d2b 52%,#1d121a); }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle,rgba(255,255,255,.38) 0 1px,transparent 1.5px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 48%,#000); }
.site-footer > * { position: relative; }
.footer-top { width: min(1320px,calc(100% - 44px)); min-height: 220px; margin: auto; display: grid; grid-template-columns: 1fr 1.1fr auto; align-items: center; gap: clamp(30px,5vw,72px); border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; }
.footer-brand strong { color: white; }
.footer-top > p { margin: 0; max-width: 460px; color: #bdaeb7; font-family: "Inter",Arial,sans-serif; font-size: 15px; font-weight: 500; line-height: 1.45; }
.footer-disclaimer { width: min(1320px,calc(100% - 44px)); margin: 0 auto; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #d8c9d1; font-family: "Inter",Arial,sans-serif; font-size: 13px; font-weight: 500; line-height: 1.65; }
.footer-button { min-height: 48px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--gold-bright); color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); box-shadow: inset 0 0 0 1px rgba(255,247,211,.45),0 12px 26px rgba(18,8,14,.2); text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .4px; }
.footer-button span { position: relative; z-index: 2; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.button,.nav-cta,.footer-button { position: relative; isolation: isolate; overflow: hidden; border-radius: 4px; transform: translateZ(0); transition: color .35s ease,border-color .35s ease,background-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1); }
.button::before,.nav-cta::before,.footer-button::before { content: ""; position: absolute; z-index: -1; inset: -1px; background: linear-gradient(110deg,var(--gold-light),#f5e4bd 48%,var(--gold)); transform: scaleX(0); transform-origin: right center; transition: transform .48s cubic-bezier(.2,.8,.2,1); }
.button::after,.nav-cta::after,.footer-button::after { content: ""; position: absolute; z-index: 3; top: -70%; bottom: -70%; left: -32%; width: 18%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent); opacity: 0; transform: rotate(16deg) translateX(-220%); pointer-events: none; }
.booking .button::before { background: linear-gradient(110deg,#e8c9c3,#f6e6d8 52%,var(--gold-light)); }
.button:focus-visible,.nav-cta:focus-visible,.footer-button:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.button:active,.nav-cta:active,.footer-button:active { transform: translateY(0) scale(.975); transition-duration: .08s; }

@media (hover: hover) {
.button:hover,.nav-cta:hover,.footer-button:hover { color: var(--plum-deep); border-color: #f8df9a; background: linear-gradient(135deg,#f8df9a,var(--gold-bright)); transform: translateY(-4px); box-shadow: 0 18px 38px rgba(28,14,23,.24),0 0 0 1px rgba(240,207,121,.24); }
  .button:hover::before,.nav-cta:hover::before,.footer-button:hover::before { transform: scaleX(1); transform-origin: left center; }
  .button:hover::after,.nav-cta:hover::after,.footer-button:hover::after { opacity: 1; transform: rotate(16deg) translateX(820%); transition: transform .72s .06s ease,opacity .18s ease; }
  .button:hover span[aria-hidden],.footer-button:hover span[aria-hidden] { transform: translateX(6px); }
}
.footer-bottom { width: min(1320px,calc(100% - 44px)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; color: #9f9099; font-size: 13px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 25px; }
.footer-bottom a { text-decoration: none; transition: color .2s ease; }
.footer-bottom a:hover { color: white; }
.footer-meta { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px,2.5vw,38px); }
.footer-bottom .footer-legal { justify-content: flex-end; gap: 20px; }
.footer-bottom .footer-legal a { color: #fff; font-weight: 700; }
.footer-bottom .footer-legal a:hover,.footer-bottom .footer-legal a[aria-current="page"] { color: var(--gold-light); }
.footer-domain { color: #9f9099; white-space: nowrap; }

.whatsapp-widget { position: fixed; z-index: 80; left: 18px; bottom: 28px; display: inline-flex; align-items: center; color: #fff; text-decoration: none; filter: drop-shadow(0 12px 22px rgba(24,15,20,.24)); }
.whatsapp-icon { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 54px; border: 2px solid rgba(255,255,255,.86); border-radius: 17px; color: #fff; background: #25d366; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); transition: transform .3s cubic-bezier(.2,.8,.2,1),background .3s ease,box-shadow .3s ease; }
.whatsapp-icon svg { width: 34px; height: 34px; }
.whatsapp-label { order: 2; margin-left: 10px; padding: 9px 15px; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 10px; color: #fff; background: #25d366; white-space: nowrap; font-size: 13px; font-weight: 700; line-height: 1.35; opacity: 0; visibility: hidden; transform: translateX(-10px) scale(.96); transition: opacity .25s ease,visibility .25s ease,transform .3s cubic-bezier(.2,.8,.2,1); }
.whatsapp-widget:hover .whatsapp-icon,.whatsapp-widget:focus-visible .whatsapp-icon { background: #1fba59; transform: translateY(-3px) scale(1.04); box-shadow: 0 13px 28px rgba(24,139,70,.3); }
.whatsapp-widget:hover .whatsapp-label,.whatsapp-widget:focus-visible .whatsapp-label { opacity: 1; visibility: visible; transform: none; }
.whatsapp-widget:focus-visible { outline: none; }
.whatsapp-widget:focus-visible .whatsapp-icon { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.cookie-consent { position: fixed; z-index: 110; right: 22px; bottom: 22px; width: min(440px,calc(100vw - 28px)); max-height: calc(100vh - 44px); padding: 28px; overflow: auto; border: 1px solid rgba(198,163,99,.46); border-radius: 7px; color: var(--ink); background: linear-gradient(145deg,rgba(255,253,249,.99),rgba(247,238,231,.99)); box-shadow: 0 28px 85px rgba(38,20,32,.3),0 0 0 6px rgba(255,255,255,.44); }
.cookie-consent[hidden],.cookie-manage[hidden] { display: none; }
.cookie-close { position: absolute; top: 12px; right: 13px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: var(--plum); background: rgba(71,37,61,.07); font-size: 23px; line-height: 1; cursor: pointer; }
.cookie-kicker { margin: 0 38px 8px 0; color: var(--gold-deep); font-size: 10px; font-weight: 800; letter-spacing: 1.25px; text-transform: uppercase; }
.cookie-consent h2 { margin: 0 40px 13px 0; font-size: 31px; line-height: 1.02; }
.cookie-message { margin: 0; color: #51434c; font-size: 13px; font-weight: 500; line-height: 1.62; }
.cookie-preferences { margin-top: 18px; border-top: 1px solid var(--line); }
.cookie-option { min-height: 58px; padding: 11px 3px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-option span { display: grid; gap: 2px; }
.cookie-option strong { font-size: 13px; }
.cookie-option small { color: #7e6b77; font-size: 10px; }
.cookie-option input { width: 19px; height: 19px; accent-color: var(--plum); }
.cookie-option-required { cursor: default; }
.cookie-actions { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-button { min-height: 43px; padding: 9px 14px; border: 1px solid var(--gold); border-radius: 4px; color: var(--plum); background: transparent; font: 800 11px/1.25 "Inter",Arial,sans-serif; letter-spacing: .25px; cursor: pointer; transition: transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease; }
.cookie-button-primary { color: var(--plum-deep); background: linear-gradient(135deg,var(--gold-bright),var(--gold-strong)); box-shadow: inset 0 0 0 1px rgba(255,247,211,.45); }
.cookie-button-settings,.cookie-button-save { grid-column: 1 / -1; }
.cookie-button:hover { color: var(--plum-deep); background: #f4dfae; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(46,24,39,.13); }
.cookie-button:focus-visible,.cookie-close:focus-visible,.cookie-manage:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.cookie-manage { position: fixed; z-index: 78; right: 18px; bottom: 18px; min-height: 35px; padding: 8px 13px; border: 1px solid rgba(198,163,99,.64); border-radius: 4px; color: #fff; background: rgba(41,21,34,.92); box-shadow: 0 10px 24px rgba(31,16,26,.2); font: 700 10px/1.25 "Inter",Arial,sans-serif; cursor: pointer; }

.reveal { opacity: 0; transform: translate3d(0,18px,0); transition: opacity .55s ease,transform .55s cubic-bezier(.2,.75,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: linear-gradient(180deg,#fffdf9,#f5ece6); }
.legal-hero { position: relative; min-height: 540px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: var(--plum-deep); }
.legal-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.legal-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(34,17,28,.92),rgba(59,30,48,.65) 55%,rgba(34,17,28,.18)),linear-gradient(180deg,rgba(34,17,28,.12),rgba(34,17,28,.55)); }
.legal-hero-content { position: relative; z-index: 2; width: min(1320px,calc(100% - 44px)); margin: 0 auto; padding: calc(var(--header-h) + 70px) 0 80px; }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(52px,6vw,84px); line-height: .95; }
.legal-hero-content > p:last-child { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; }
.legal-shell { position: relative; padding: clamp(70px,8vw,120px) clamp(22px,5vw,78px); background: radial-gradient(circle at 10% 14%,rgba(198,163,99,.15),transparent 20%),radial-gradient(circle at 92% 65%,rgba(159,115,127,.13),transparent 24%),linear-gradient(180deg,#fffdf9,#f5ece6); }
.legal-layout { width: min(1320px,100%); margin: auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,360px); align-items: start; gap: clamp(30px,5vw,72px); }
.legal-document { padding: clamp(45px,6vw,82px); border: 1px solid rgba(198,163,99,.28); background: rgba(255,253,249,.97); box-shadow: 0 32px 90px rgba(48,26,41,.12); }
.legal-document h2 { margin: 52px 0 16px; color: var(--plum); font-size: clamp(29px,3vw,38px); font-weight: 700; }
.legal-document h2:first-of-type { margin-top: 34px; }
.legal-document h3 { margin: 30px 0 10px; color: var(--plum); font-size: 24px; }
.legal-document p,.legal-document li { color: #584650; font-size: 15px; line-height: 1.75; }
.legal-document ul { margin: 15px 0 0; padding-left: 22px; }
.legal-document a { color: var(--plum); text-decoration-color: var(--gold); text-underline-offset: 4px; }
.legal-lead { margin-bottom: 34px; color: var(--ink) !important; font-family: "Cormorant Garamond",Georgia,serif; font-size: clamp(22px,2.3vw,30px) !important; line-height: 1.35 !important; }
.legal-updated { display: inline-flex; margin-bottom: 0; padding: 8px 12px; color: var(--plum) !important; background: var(--cream); border: 1px solid var(--line); font-size: 11px !important; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.legal-placeholder { margin: 24px 0; padding: 20px 22px; border-left: 3px solid var(--gold); background: linear-gradient(110deg,#f8efe8,#fffaf5); }
.legal-placeholder strong { color: var(--plum); }
.legal-aside { position: sticky; top: 105px; display: grid; gap: 24px; }
.legal-aside figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; border: 1px solid rgba(198,163,99,.3); box-shadow: var(--shadow); }
.legal-aside figure::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.58); pointer-events: none; }
.legal-aside img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.legal-aside-card { padding: 30px; color: white; background: linear-gradient(145deg,var(--plum),var(--plum-deep)); box-shadow: 0 25px 65px rgba(45,23,38,.18); }
.legal-aside-card h2 { margin-bottom: 20px; font-size: 29px; }
.legal-aside-card p { color: #d8c9d1; font-size: 14px; line-height: 1.65; }
.legal-nav { display: grid; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.legal-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: white; text-decoration: none; font-size: 12px; font-weight: 800; transition: color .2s ease,padding-left .2s ease; }
.legal-nav a:hover,.legal-nav a[aria-current="page"] { padding-left: 7px; color: var(--gold-light); }
.footer-bottom { padding-top: 20px; padding-bottom: 20px; flex-wrap: wrap; }

@media (max-width: 1160px) {
  .site-header { grid-template-columns: auto auto 1fr auto; }
  .site-menu { position: fixed; inset: 76px 0 auto; padding: 26px clamp(22px,5vw,55px); display: grid; justify-content: stretch; gap: 0; color: var(--ink); background: rgba(255,253,249,.98); box-shadow: 0 24px 50px rgba(30,18,26,.15); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .35s cubic-bezier(.2,.8,.3,1),opacity .25s ease,visibility .25s; }
  .site-menu.is-open { transform: none; opacity: 1; visibility: visible; }
  .site-menu a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; transform: translateY(-8px); opacity: 0; transition: transform .3s ease,opacity .3s ease; }
  .site-menu.is-open a { transform: none; opacity: 1; }
  .site-menu.is-open a:nth-child(2) { transition-delay: .04s; }
  .site-menu.is-open a:nth-child(3) { transition-delay: .08s; }
  .site-menu.is-open a:nth-child(4) { transition-delay: .12s; }
  .site-menu.is-open a:nth-child(5) { transition-delay: .16s; }
  .menu-toggle { grid-column: 3; justify-self: end; width: 46px; height: 46px; padding: 12px; display: grid; align-content: center; gap: 5px; border: 1px solid currentColor; color: inherit; background: transparent; }
  .menu-toggle span:not(.sr-only) { height: 1px; background: currentColor; transition: transform .25s ease,opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .editorial-box,.editorial-box.image-left { grid-template-columns: 1fr 1fr; }
  .editorial-media { min-height: 580px; }
  .editorial-copy { padding: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 44px 0; }
  .footer-button { justify-self: start; }
}

@media (max-width: 820px) {
  :root { --header-h: 76px; }
  .site-header { padding: 0 18px; gap: 12px; }
  .brand img { width: 46px; height: 46px; }
  .brand small { display: none; }
  .nav-cta { min-height: 39px; padding: 0 13px; font-size: 10px; }
  .hero { min-height: 780px; align-items: end; }
  .hero-image { object-position: 68% center; }
  .hero-overlay { background: linear-gradient(0deg,rgba(37,19,32,.95) 0%,rgba(46,24,39,.58) 65%,rgba(33,21,28,.08) 100%); }
  .hero-content { padding: 140px 22px 105px; }
  h1 { font-size: clamp(40px,9vw,52px); line-height: .98; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: -24px; }
  .trust-strip div { min-height: 86px; border-bottom: 1px solid var(--line); }
  .editorial-box,.editorial-box.image-left { min-height: 0; grid-template-columns: 1fr; }
  .editorial-box.image-left .editorial-media { order: 2; }
  .editorial-copy { padding: 52px 36px; }
  .editorial-media { min-height: 470px; }
  .section-ornament { width: 72vw; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .service-icon { margin: 35px 0 25px; }
  .booking { grid-template-columns: 1fr; }
  .booking-visual { min-height: 440px; }
  .booking-panel { min-height: 540px; }
  .booking-content { width: min(700px,calc(100% - 52px)); text-align: center; }
  .booking-content > p,.booking h2 { margin-left: auto; margin-right: auto; }
  .legal-hero { min-height: 470px; }
  .legal-hero-content { padding-bottom: 65px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { padding: 28px 0; align-items: flex-start; flex-direction: column; }
  .footer-meta { width: 100%; margin-left: 0; justify-content: space-between; }
}

@media (max-width: 560px) {
  .brand { gap: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 18px; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-toggle { grid-column: 2; width: 42px; height: 42px; }
  .nav-cta { grid-column: 3; width: 112px; min-height: 46px; padding: 0 8px; justify-content: center; text-align: center; white-space: normal; line-height: 1.15; }
  .hero { min-height: 700px; }
  .hero-content { padding-bottom: 78px; }
  .trust-strip { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .trust-strip div { min-height: 74px; border-right: 0; }
  .editorial-flow { padding-top: 42px; }
  .editorial-section { padding: 24px 14px; }
  .editorial-flow::before,.editorial-section::after { opacity: .1; }
  .section-ornament { width: 62vw; gap: 10px; }
  .editorial-copy { padding: 40px 24px; }
  .editorial-copy h2,.section-heading h2 { font-size: 38px; }
  .editorial-media { min-height: 380px; }
  .editorial-media figcaption { left: 20px; right: 20px; bottom: 20px; }
  .services-shell { padding-left: 14px; padding-right: 14px; }
  .service-card { padding: 35px 28px; }
  .ornament-wide { height: 44px; padding: 0 42px; }
  .booking-visual { min-height: 380px; }
  .booking-panel { min-height: 520px; }
  .booking-content { width: calc(100% - 40px); padding: 60px 0; }
  .booking h2 { font-size: 37px; }
  .legal-hero { min-height: 430px; }
  .legal-hero h1 { font-size: 50px; }
  .legal-shell { padding: 48px 14px; }
  .legal-document { padding: 38px 24px; }
  .legal-document h2 { margin-top: 42px; }
  .legal-aside { grid-template-columns: 1fr; }
  .legal-aside figure { min-height: 280px; }
  .footer-top,.footer-bottom { width: calc(100% - 36px); }
  .footer-bottom nav { display: grid; gap: 14px; }
  .footer-meta { align-items: flex-start; }
  .footer-bottom .footer-legal { display: flex; gap: 18px; }
  .whatsapp-widget { left: 12px; bottom: 14px; }
  .whatsapp-icon { width: 50px; height: 50px; flex-basis: 50px; border-radius: 15px; }
  .whatsapp-icon svg { width: 31px; height: 31px; }
  .whatsapp-label { display: none; }
  .cookie-consent { right: 14px; bottom: 14px; width: calc(100vw - 28px); max-height: calc(100vh - 28px); padding: 24px 20px; }
  .cookie-consent h2 { font-size: 28px; }
  .cookie-manage { right: 12px; bottom: 14px; }
}

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