:root {
    --teal-950: #032f33;
    --teal-900: #073f43;
    --teal-800: #07575c;
    --teal-700: #08727a;
    --teal-600: #0c8990;
    --teal-100: #d9eeeb;
    --teal-50: #edf7f5;
    --gold-700: #a8762a;
    --gold-600: #c38e36;
    --gold-400: #e4bf72;
    --ivory: #fbf8f1;
    --paper: #fffdf9;
    --sand: #f0eadf;
    --ink: #093b3f;
    --text: #2c4d50;
    --muted: #6d8081;
    --line: rgba(7, 63, 67, .13);
    --shadow: 0 24px 70px rgba(3, 47, 51, .13);
    --shadow-soft: 0 14px 40px rgba(3, 47, 51, .08);
    --radius: 24px;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--text);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}
body, button, input, textarea, select { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
button { cursor: pointer; }

.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 14px; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.button {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 11px; }
.button-primary { background: var(--teal-800); color: #fff; box-shadow: 0 10px 25px rgba(7,87,92,.2); }
.button-gold { background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--teal-950); box-shadow: 0 13px 30px rgba(195,142,54,.25); }

.topbar { min-height: 32px; background: var(--teal-950); color: rgba(255,255,255,.76); }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 15px; }
.topbar-left { font-size: 9px; letter-spacing: .03em; }
.topbar-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 4px rgba(228,191,114,.1); }
.topbar-phone { font-size: 10px; font-weight: 700; }
.social-links { display: flex; align-items: center; gap: 6px; }
.social-links a { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transition: .2s ease; }
.social-links a:hover { background: var(--gold-600); border-color: var(--gold-600); color: var(--teal-950); }
.social-links svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links a[aria-label="Facebook"] svg { fill: currentColor; stroke: none; }

.language-switcher { position: relative; }
.language-trigger { min-width: 52px; height: 26px; padding: 0 9px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: transparent; color: #fff; font-size: 9px; font-weight: 800; }
.language-trigger svg { width: 8px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.language-menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 100; width: 125px; padding: 6px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); }
.language-menu button { width: 100%; padding: 9px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--ink); text-align: left; font-size: 10px; }
.language-menu button:hover { background: var(--teal-50); }

.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid transparent; background: rgba(255,253,249,.9); backdrop-filter: blur(18px); transition: .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 26px rgba(3,47,51,.06); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: flex; align-items: center; gap: 10px; min-width: 210px; }
.brand-lockup img { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: .04em; }
.brand-copy em { margin-top: 4px; color: var(--gold-700); font-style: normal; font-size: 7px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.desktop-nav a { position: relative; color: #49676a; font-size: 10px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold-600); transition: .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-whatsapp { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal-700); }
.header-whatsapp svg { width: 20px; fill: currentColor; }
.mobile-menu-toggle { width: 42px; height: 42px; display: none; place-items: center; align-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.mobile-menu-toggle span { width: 17px; height: 1.5px; background: var(--ink); transition: .2s; }
.mobile-menu { padding: 12px 24px 20px; display: grid; border-top: 1px solid var(--line); background: rgba(255,253,249,.98); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 600; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 70% 18%, rgba(13,137,144,.17), transparent 28%), radial-gradient(circle at 90% 75%, rgba(228,191,114,.20), transparent 28%), linear-gradient(135deg, #fbf8f1 0%, #f5efe5 52%, #e4f1ee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(7,63,67,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(7,63,67,.03) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.hero-aura { position: absolute; border: 1px solid rgba(195,142,54,.16); border-radius: 50%; }
.hero-aura-one { width: 480px; height: 480px; left: -310px; top: -280px; box-shadow: 0 0 0 65px rgba(195,142,54,.035), 0 0 0 130px rgba(195,142,54,.02); }
.hero-aura-two { width: 430px; height: 430px; right: -260px; bottom: -290px; box-shadow: 0 0 0 60px rgba(12,137,144,.035); }
.hero-grid { position: relative; z-index: 1; min-height: 585px; padding-block: 40px 52px; display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(44px, 6vw, 86px); }
.hero-copy { max-width: 675px; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.section-kicker.centered { justify-content: center; }
.section-kicker span { width: 38px; height: 1px; background: var(--gold-600); }
.section-kicker b { color: var(--gold-700); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-kicker.light b { color: var(--gold-400); }
.section-kicker.light span { background: var(--gold-400); }
.hero h1 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(58px, 6.1vw, 88px); font-weight: 600; line-height: .9; letter-spacing: -.045em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold-600); font-style: italic; font-weight: 600; }
.hero-copy > p { max-width: 610px; margin: 22px 0 0; color: #617678; font-size: 13px; line-height: 1.75; }
.hero-actions { margin-top: 26px; display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 11px; font-weight: 800; }
.text-link i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-700); font-style: normal; }
.hero-benefits { margin-top: 28px; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 13px 24px; border-top: 1px solid var(--line); }
.hero-benefits > span { display: flex; align-items: center; gap: 8px; color: #587174; font-size: 9px; }
.hero-benefits svg { width: 18px; height: 18px; fill: none; stroke: var(--gold-600); stroke-width: 1.5; }
.hero-benefits b { font-weight: 650; }
.hero-visual { position: relative; width: min(460px, 100%); justify-self: end; }
.hero-arch { position: relative; padding: 12px; border: 1px solid rgba(255,255,255,.86); border-radius: 220px 220px 28px 28px; background: rgba(255,255,255,.42); box-shadow: 0 30px 80px rgba(3,47,51,.17); }
.hero-arch img { width: 100%; height: 470px; object-fit: cover; border-radius: 208px 208px 20px 20px; background: var(--teal-900); }
.hero-badge { position: absolute; left: -64px; top: 43%; min-width: 208px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.9); border-radius: 15px; background: rgba(255,253,249,.93); backdrop-filter: blur(14px); box-shadow: var(--shadow-soft); }
.hero-badge img { width: 42px; height: 42px; object-fit: contain; }
.hero-badge span { display: flex; flex-direction: column; }
.hero-badge small { color: var(--gold-700); font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-badge strong { margin-top: 2px; color: var(--ink); font-family: var(--serif); font-size: 18px; }
.hero-quote { position: absolute; right: -30px; bottom: 28px; width: 195px; padding: 17px 18px; border-radius: 17px; background: var(--teal-950); color: #fff; box-shadow: 0 18px 45px rgba(3,47,51,.22); }
.hero-quote > span { color: var(--gold-400); font-family: var(--serif); font-size: 34px; line-height: .55; }
.hero-quote p { margin: 8px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.28; }

.ritual-section { padding: 72px 0 66px; background: var(--paper); }
.section-heading.split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.section-heading h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(42px, 4.6vw, 62px); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.section-heading > p, .section-heading > div + p { margin: 0 0 5px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered > p { max-width: 600px; margin: 16px auto 0; }
.ritual-track { position: relative; margin-top: 38px; display: grid; grid-template-columns: repeat(5, 1fr); }
.ritual-track::before { content: ""; position: absolute; top: 62px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(195,142,54,.45), transparent); }
.ritual-step { position: relative; z-index: 1; min-height: 230px; padding: 12px 14px 18px; text-align: center; }
.ritual-step.is-featured { margin-top: -8px; padding: 18px 14px; border: 1px solid rgba(195,142,54,.25); border-radius: 90px 90px 20px 20px; background: linear-gradient(180deg, rgba(228,191,114,.15), rgba(255,255,255,.75)); box-shadow: 0 18px 45px rgba(195,142,54,.09); }
.ritual-number { display: block; margin-bottom: 10px; color: rgba(7,63,67,.36); font-size: 8px; letter-spacing: .16em; }
.ritual-icon { width: 58px; height: 58px; margin: 0 auto 16px; display: grid; place-items: center; border: 1px solid rgba(195,142,54,.34); border-radius: 50%; background: #fff; box-shadow: 0 8px 24px rgba(3,47,51,.06); }
.ritual-icon svg { width: 30px; height: 30px; fill: none; stroke: var(--gold-600); stroke-width: 1.25; }
.ritual-step h3 { margin: 0 0 7px; color: var(--ink); font-family: var(--serif); font-size: 19px; line-height: 1.05; }
.ritual-step p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.programmes-section { position: relative; overflow: hidden; padding: 76px 0 82px; background: radial-gradient(circle at 10% 5%, rgba(228,191,114,.1), transparent 24%), linear-gradient(145deg, var(--teal-900), var(--teal-950)); color: #fff; }
.programmes-section::after { content: ""; position: absolute; right: -180px; bottom: -250px; width: 500px; height: 500px; border: 1px solid rgba(228,191,114,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(228,191,114,.03), 0 0 0 140px rgba(228,191,114,.018); }
.programmes-section .section-heading h2 { color: #fff; }
.programmes-section .section-heading p { color: rgba(255,255,255,.62); }
.programme-grid { position: relative; z-index: 1; margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.programme-card { overflow: hidden; display: grid; grid-template-columns: minmax(190px, .78fr) 1.22fr; min-height: 320px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #fff; color: var(--text); box-shadow: 0 24px 65px rgba(0,0,0,.17); }
.programme-card.is-featured { border-color: rgba(228,191,114,.9); box-shadow: 0 25px 70px rgba(195,142,54,.18); }
.programme-image { position: relative; min-height: 100%; overflow: hidden; background: var(--teal-100); }
.programme-image img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; transition: transform .35s ease; }
.programme-card:hover .programme-image img { transform: scale(1.03); }
.programme-image > span { position: absolute; left: 14px; top: 14px; max-width: calc(100% - 28px); padding: 7px 10px; border-radius: 999px; background: rgba(3,47,51,.86); color: #fff; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.programme-body { padding: 24px 25px 22px; display: flex; flex-direction: column; }
.programme-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.programme-title-row h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 30px; line-height: .95; }
.programme-title-row p { margin: 7px 0 0; color: var(--muted); font-size: 9px; }
.programme-price { color: var(--gold-700); font-family: var(--serif); font-size: 29px; line-height: .9; text-align: right; white-space: nowrap; }
.programme-price small { display: block; margin-bottom: 4px; color: var(--muted); font-family: var(--sans); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.programme-description { margin: 14px 0 12px; color: #627779; font-size: 10px; line-height: 1.6; }
.programme-features { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 9px; list-style: none; }
.programme-features li { display: flex; align-items: flex-start; gap: 6px; color: #3d5c5f; font-size: 9px; line-height: 1.4; }
.programme-features li span { color: var(--gold-600); font-weight: 800; }
.programme-button { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; }
.programme-button b { color: var(--gold-600); font-size: 18px; }

.booking-section { position: relative; overflow: hidden; padding: 78px 0; background: linear-gradient(140deg, #0a6066, var(--teal-950)); color: #fff; }
.booking-background { position: absolute; inset: 0; opacity: .25; background: radial-gradient(circle at 10% 10%, rgba(228,191,114,.28), transparent 24%), linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: auto, 54px 54px, 54px 54px; }
.booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(45px, 6vw, 78px); }
.booking-copy h2 { margin: 0; color: #fff; font-family: var(--serif); font-size: clamp(46px, 5vw, 66px); font-weight: 600; line-height: .96; letter-spacing: -.035em; }
.booking-copy > p { max-width: 490px; margin: 20px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.75; }
.booking-points { margin-top: 28px; display: grid; gap: 12px; }
.booking-points > div { display: flex; align-items: center; gap: 13px; }
.booking-points > div > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(228,191,114,.5); border-radius: 50%; color: var(--gold-400); font-size: 9px; }
.booking-points p { margin: 0; display: flex; flex-direction: column; }
.booking-points strong { color: #fff; font-size: 10px; }
.booking-points small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 8px; }
.booking-whatsapp { margin-top: 26px; display: inline-flex; align-items: center; gap: 11px; }
.booking-whatsapp svg { width: 28px; fill: #56d988; }
.booking-whatsapp span { display: flex; flex-direction: column; }
.booking-whatsapp small { color: rgba(255,255,255,.5); font-size: 8px; }
.booking-whatsapp strong { margin-top: 2px; color: #fff; font-size: 10px; }
.booking-card { padding: 28px; border: 1px solid rgba(255,255,255,.7); border-radius: 25px; background: rgba(255,253,249,.98); color: var(--text); box-shadow: 0 35px 90px rgba(0,0,0,.2); }
.booking-card-head > span { color: var(--gold-700); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.booking-card-head h3 { margin: 5px 0 2px; color: var(--ink); font-family: var(--serif); font-size: 36px; line-height: 1; }
.booking-card-head p { margin: 0 0 20px; color: var(--muted); font-size: 9px; }
.booking-card form { display: grid; gap: 13px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-card label { display: grid; gap: 6px; }
.booking-card label > span:first-child { color: #385659; font-size: 9px; font-weight: 700; }
.booking-card input, .booking-card select, .booking-card textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid rgba(7,63,67,.14); border-radius: 10px; outline: none; background: #fff; color: var(--ink); font-size: 10px; transition: .2s ease; }
.booking-card textarea { min-height: 78px; resize: vertical; line-height: 1.5; }
.booking-card input:focus, .booking-card select:focus, .booking-card textarea:focus { border-color: var(--teal-600); box-shadow: 0 0 0 3px rgba(12,137,144,.09); }
.booking-card .is-invalid { border-color: #c85651 !important; box-shadow: 0 0 0 3px rgba(200,86,81,.08) !important; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.counter { height: 43px; display: grid; grid-template-columns: 38px 1fr 38px; border: 1px solid rgba(7,63,67,.14); border-radius: 10px; overflow: hidden; background: #fff; }
.counter button { border: 0; background: var(--teal-50); color: var(--ink); font-size: 17px; }
.counter input { min-height: 0; padding: 0; border: 0; border-radius: 0; text-align: center; appearance: textfield; }
.switch-row { padding: 11px 12px; grid-template-columns: auto 1fr !important; align-items: center; border: 1px solid var(--line); border-radius: 11px; background: var(--teal-50); }
.switch-row > input { position: absolute; opacity: 0; pointer-events: none; }
.switch { width: 38px; height: 21px; padding: 3px; display: block; border-radius: 999px; background: #b9c8c7; transition: .2s; }
.switch i { width: 15px; height: 15px; display: block; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.15); transition: .2s; }
.switch-row > input:checked + .switch { background: var(--teal-700); }
.switch-row > input:checked + .switch i { transform: translateX(17px); }
.switch-row > span:last-child { display: flex; flex-direction: column; }
.switch-row strong { color: var(--ink); font-size: 9px; }
.switch-row small { color: var(--muted); font-size: 8px; }
.consent-row { grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 8px !important; }
.consent-row input { width: 15px; min-height: 15px; margin: 1px 0 0; accent-color: var(--teal-700); }
.consent-row span { color: var(--muted) !important; font-size: 8px !important; line-height: 1.5; }
.turnstile-wrap { min-height: 1px; }
.button-submit { width: 100%; border-radius: 11px; }
.button-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.button-loader { width: 15px; height: 15px; border: 2px solid rgba(3,47,51,.25); border-top-color: var(--teal-950); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-response { min-height: 0; font-size: 9px; line-height: 1.5; }
.form-response.success, .form-response.error { padding: 11px 12px; display: flex; flex-direction: column; gap: 2px; border-radius: 10px; }
.form-response.success { background: #e2f4e8; color: #1e7047; }
.form-response.error { background: #f9e8e6; color: #9a403c; }

.good-section { padding: 70px 0 72px; background: var(--ivory); }
.good-section .section-heading h2 { color: var(--ink); }
.good-section .section-heading p { color: var(--muted); }
.good-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.good-card { min-height: 178px; padding: 20px; border: 1px solid rgba(7,63,67,.11); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 10px 32px rgba(3,47,51,.045); }
.good-card > span { color: var(--gold-600); font-size: 9px; letter-spacing: .14em; }
.good-card h3 { margin: 25px 0 8px; color: var(--ink); font-family: var(--serif); font-size: 23px; line-height: 1; }
.good-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.reviews-section { padding: 74px 0 68px; background: #fff; }
.review-platforms { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.platform-card { min-height: 128px; padding: 22px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 15px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, #f8faf8); box-shadow: var(--shadow-soft); transition: .2s ease; }
.platform-card:hover { transform: translateY(-3px); border-color: rgba(195,142,54,.42); }
.platform-card[aria-disabled="true"] { pointer-events: none; }
.platform-logo { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--teal-50); color: var(--teal-700); font-family: var(--serif); font-size: 28px; font-weight: 700; }
.platform-card.tripadvisor .platform-logo { background: #e9f4ec; color: #1d7b4d; }
.platform-card > div:nth-child(2) { display: flex; flex-direction: column; }
.platform-card span { color: var(--gold-700); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.platform-card strong { margin-top: 3px; color: var(--ink); font-family: var(--serif); font-size: 28px; line-height: 1; }
.platform-card small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.platform-card > b { color: var(--gold-600); font-size: 22px; }
.review-quotes { margin-top: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.review-card { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.review-card-top { display: flex; align-items: center; justify-content: space-between; }
.review-platform-label { color: var(--gold-700); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.stars { color: var(--gold-600); font-size: 10px; letter-spacing: .08em; }
.review-card blockquote { margin: 16px 0 14px; color: #496467; font-family: var(--serif); font-size: 21px; line-height: 1.25; }
.review-card > strong { color: var(--ink); font-size: 9px; }

.trust-strip { padding: 28px 0; border-top: 1px solid var(--line); background: var(--teal-50); }
.trust-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 18px; }
.trust-item { min-height: 92px; padding: 16px 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(7,63,67,.1); border-radius: 16px; background: rgba(255,255,255,.7); }
.trust-symbol { min-width: 74px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(195,142,54,.4); border-radius: 11px; color: var(--gold-700); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.trust-item > div:not(.trust-symbol):first-child, .trust-item > div:nth-child(2) { display: flex; flex-direction: column; }
.trust-item span { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.trust-item strong { margin-top: 4px; color: var(--ink); font-size: 10px; }
.trust-item a { margin-top: 4px; color: var(--gold-700); font-size: 8px; font-weight: 800; }
.payments { justify-content: space-between; }
.card-logos { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.card-logos i { min-width: 46px; height: 27px; padding: 0 7px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); font-style: normal; font-size: 7px; font-weight: 900; }

.site-footer { background: var(--teal-950); color: rgba(255,255,255,.67); }
.footer-grid { padding: 40px 0 32px; display: grid; grid-template-columns: 1.5fr .8fr 1fr .9fr; gap: 44px; }
.footer-brand img { width: 125px; max-height: 105px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 15px rgba(0,0,0,.12)); }
.footer-brand p { max-width: 280px; margin: 11px 0 0; font-size: 9px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-label { margin-bottom: 5px; color: var(--gold-400); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { margin: 0; font-size: 9px; line-height: 1.6; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.12); }
.footer-bottom .container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 7px; }
.footer-bottom .container > div { display: flex; gap: 18px; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 80; min-height: 43px; padding: 0 15px 0 11px; display: flex; align-items: center; gap: 8px; border-radius: 999px; background: #1faa61; color: #fff; box-shadow: 0 14px 35px rgba(31,170,97,.3); font-size: 9px; font-weight: 800; }
.floating-whatsapp svg { width: 22px; fill: currentColor; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .desktop-nav { display: none; }
    .mobile-menu-toggle { display: grid; }
    .hero-grid { grid-template-columns: 1fr .82fr; gap: 35px; }
    .hero h1 { font-size: clamp(54px, 7vw, 76px); }
    .hero-badge { left: -30px; }
    .hero-quote { right: -10px; }
    .programme-card { grid-template-columns: 1fr; }
    .programme-image, .programme-image img { min-height: 200px; height: 200px; }
    .good-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 78px; }
    .container { width: min(100% - 30px, 680px); }
    .topbar-left { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .topbar-phone { display: none; }
    .header-inner { min-height: 64px; }
    .brand-lockup { min-width: 0; }
    .brand-lockup img { width: 40px; height: 40px; }
    .brand-copy strong { font-size: 21px; }
    .desktop-book { display: none; }
    .hero-grid { min-height: auto; padding: 34px 0 42px; grid-template-columns: 1fr; gap: 30px; }
    .hero-copy { text-align: center; }
    .section-kicker { justify-content: center; }
    .hero h1 { font-size: clamp(49px, 14vw, 72px); }
    .hero-copy > p { margin-inline: auto; font-size: 12px; }
    .hero-actions, .hero-benefits { justify-content: center; }
    .hero-visual { width: min(400px, 88%); justify-self: center; }
    .hero-arch img { height: 390px; }
    .hero-badge { left: -26px; }
    .hero-quote { right: -24px; }
    .ritual-section, .programmes-section, .booking-section, .good-section, .reviews-section { padding-block: 58px; }
    .section-heading.split { grid-template-columns: 1fr; gap: 15px; text-align: center; }
    .section-heading.split .section-kicker { justify-content: center; }
    .section-heading.split > p { max-width: 550px; margin-inline: auto; }
    .ritual-track { margin-top: 28px; overflow-x: auto; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(170px, 48%); gap: 10px; scroll-snap-type: x mandatory; padding-bottom: 9px; }
    .ritual-track::before { display: none; }
    .ritual-step, .ritual-step.is-featured { min-height: 210px; margin: 0; padding: 16px 12px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
    .programme-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .programme-card { min-height: 0; }
    .programme-image, .programme-image img { height: 170px; min-height: 170px; }
    .programme-body { padding: 18px; }
    .programme-title-row { display: block; }
    .programme-price { display: block; margin-top: 12px; text-align: left; }
    .programme-features { grid-template-columns: 1fr; }
    .booking-grid { grid-template-columns: 1fr; gap: 34px; }
    .booking-copy { text-align: center; }
    .booking-copy .section-kicker { justify-content: center; }
    .booking-copy > p { margin-inline: auto; }
    .booking-points { max-width: 430px; margin-inline: auto; text-align: left; }
    .review-platforms, .review-quotes, .trust-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 580px) {
    .container { width: min(100% - 24px, 520px); }
    .topbar { min-height: 29px; }
    .topbar-inner { min-height: 29px; }
    .header-inner { min-height: 61px; }
    .brand-copy em { display: none; }
    .header-whatsapp { width: 37px; height: 37px; }
    .mobile-menu-toggle { width: 37px; height: 37px; }
    .hero-grid { padding-top: 27px; padding-bottom: 34px; }
    .section-kicker { margin-bottom: 12px; }
    .section-kicker b { font-size: 8px; }
    .hero h1 { font-size: clamp(45px, 14.5vw, 64px); }
    .hero-actions { margin-top: 21px; flex-direction: column; gap: 12px; }
    .hero-actions .button { width: 100%; }
    .hero-benefits { margin-top: 20px; padding-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; text-align: left; }
    .hero-benefits > span:last-child { grid-column: 1 / -1; justify-content: center; }
    .hero-visual { width: 92%; }
    .hero-arch { padding: 9px; }
    .hero-arch img { height: 325px; }
    .hero-badge { left: -9px; top: 42%; min-width: 170px; padding: 9px 11px; }
    .hero-badge img { width: 34px; height: 34px; }
    .hero-badge strong { font-size: 15px; }
    .hero-quote { right: -8px; bottom: 15px; width: 160px; padding: 13px; }
    .hero-quote p { font-size: 13px; }
    .ritual-section, .programmes-section, .booking-section, .good-section, .reviews-section { padding-block: 46px; }
    .section-heading h2 { font-size: clamp(38px, 11vw, 50px); }
    .ritual-track { grid-auto-columns: 74%; }
    .programme-grid { grid-template-columns: 1fr; }
    .programme-image, .programme-image img { height: 190px; min-height: 190px; }
    .programme-features { grid-template-columns: 1fr 1fr; }
    .booking-card { padding: 20px 16px; border-radius: 20px; }
    .field-row { grid-template-columns: 1fr; }
    .people-row { grid-template-columns: 1fr 1fr; }
    .good-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .good-card { min-height: 155px; padding: 16px; }
    .good-card h3 { margin-top: 17px; font-size: 20px; }
    .platform-card { min-height: 110px; padding: 16px; grid-template-columns: 44px 1fr auto; }
    .platform-logo { width: 44px; height: 44px; }
    .platform-card strong { font-size: 23px; }
    .trust-item { align-items: flex-start; }
    .payments { flex-direction: column; }
    .card-logos { margin-left: 0; justify-content: flex-start; }
    .footer-grid { padding: 30px 0 25px; grid-template-columns: 1fr 1fr; gap: 24px 16px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom .container { min-height: 58px; flex-direction: column; justify-content: center; gap: 7px; text-align: center; }
    .floating-whatsapp { right: 12px; bottom: 12px; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 46px; height: 46px; min-height: 46px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.trust-grid.trust-single { grid-template-columns: 1fr; }
.trust-grid.trust-single .payments { max-width: 820px; width: 100%; margin-inline: auto; }

/* V3.2 layout refinements */
.hero-grid { min-height: 560px; padding-block: 32px 44px; }
.ritual-section { padding-block: 58px 52px; }
.ritual-track { margin-top: 30px; }
.ritual-step { min-height: 205px; }
.good-section { padding-block: 58px 60px; }
.reviews-section { padding-block: 60px 56px; }
.footer-brand img { width: 112px; max-height: 92px; }

@media (max-width: 820px) {
    .hero-grid { padding-block: 28px 36px; }
    .ritual-section, .programmes-section, .booking-section, .good-section, .reviews-section { padding-block: 48px; }
}

@media (max-width: 580px) {
    .hero-grid { padding-top: 22px; padding-bottom: 30px; }
    .ritual-section, .programmes-section, .booking-section, .good-section, .reviews-section { padding-block: 40px; }
}
