/*
Theme Name: Grand Majesty
Theme URI: https://grandmajestybatam.com/
Author: Grand Majesty
Description: A lean, photography-led block theme for Grand Majesty Spa Boutique Hotel.
Version: 2.0.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: grand-majesty
*/

:root {
  --gm-ink: #211f1a;
  --gm-cream: #f7f2e7;
  --gm-champagne: #efe1bc;
  --gm-gold: #a9793c;
  --gm-rust: #76513b;
  --gm-white: #fffdf8;
  --gm-line: rgba(33, 31, 26, .18);
  --gm-shadow: 0 1.5rem 4rem rgba(68, 49, 28, .14);
  --gm-display: "Arapey", Georgia, serif;
  --gm-body: "Inter", system-ui, sans-serif;
  --gm-container: min(88rem, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #16130f; }
body { margin: 0; background: var(--gm-cream); color: var(--gm-ink); font: 400 1rem/1.65 var(--gm-body); }
@view-transition { navigation: auto; }
.gm-header { view-transition-name: gm-header; }
main { background: var(--gm-cream); view-transition-name: gm-content; }
.gm-whatsapp { view-transition-name: gm-whatsapp; }
::view-transition-group(root),
::view-transition-group(gm-header),
::view-transition-group(gm-content),
::view-transition-group(gm-whatsapp) {
  animation-duration: 420ms;
  animation-timing-function: cubic-bezier(.16,1,.3,1);
}
::view-transition-old(gm-content) { animation: none; }
::view-transition-new(gm-content) { animation: gm-content-in 420ms cubic-bezier(.16,1,.3,1) both; }
@keyframes gm-content-in {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0); }
}
body::before { position: fixed; inset: 0; z-index: 10; pointer-events: none; content: ""; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
h1, h2, h3 { margin: 0; font-family: var(--gm-display); font-weight: 400; line-height: .96; letter-spacing: -.025em; text-wrap: balance; }
h1 { max-width: 100%; font-size: clamp(3.25rem, 10vw, 6rem); overflow-wrap: anywhere; }
h2 { max-width: 100%; font-size: clamp(2.75rem, 6.5vw, 6rem); overflow-wrap: anywhere; }
h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); }
p { max-width: 65ch; text-wrap: pretty; }
.gm-container { width: var(--gm-container); margin-inline: auto; }
.gm-section { padding: clamp(5rem, 10vw, 10rem) 0 clamp(6rem, 12vw, 12rem); }
.gm-kicker { margin: 0 0 1.25rem; color: var(--gm-rust); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.gm-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.gm-skip { position: fixed; top: .75rem; left: .75rem; z-index: 50; padding: .7rem 1rem; background: var(--gm-ink); color: white; transform: translateY(-150%); }
.gm-skip:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gm-gold); outline-offset: 4px; }

.gm-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--gm-white); }
.gm-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.gm-logo { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.gm-logo img { width: 3.25rem; filter: brightness(0) invert(1); }
.gm-logo span { max-width: 12rem; font-family: var(--gm-display); font-size: 1.15rem; line-height: 1; }
.gm-nav, .gm-nav .wp-block-navigation__container { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 2.5rem); font-size: .83rem; }
.gm-nav a { position: relative; text-decoration: none; }
.gm-nav a::after { position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.gm-nav a:hover::after, .gm-nav a[aria-current="page"]::after, .gm-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.gm-button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .6rem; padding: .8rem 1.4rem; border: 1px solid transparent; background: var(--gm-ink); color: var(--gm-white); font-size: .82rem; font-weight: 600; letter-spacing: .03em; text-decoration: none; transition: transform .22s ease, background .22s ease, color .22s ease; }
.gm-button:hover { background: var(--gm-rust); transform: translateY(-2px); }
.gm-button:active { transform: scale(.98); }
.gm-button--light { background: var(--gm-champagne); color: var(--gm-ink); }
.gm-button--outline { border-color: currentColor; background: transparent; }

.gm-hero { position: relative; min-height: 100dvh; overflow: hidden; background: #3c2f25; color: var(--gm-white); }
.gm-hero__media { position: absolute; inset: 0; width: 100%; height: 115%; object-fit: cover; object-position: 50% 45%; filter: saturate(.78) contrast(1.04); }
.gm-hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(20,15,12,.74), rgba(20,15,12,.2) 60%, rgba(20,15,12,.28)), linear-gradient(0deg, rgba(20,15,12,.5), transparent 45%); }
.gm-hero__content { position: relative; z-index: 1; display: flex; min-height: 100dvh; flex-direction: column; justify-content: flex-end; padding: 10rem 0 5.5rem; }
.gm-hero h1 { max-width: 9ch; }
.gm-hero__lede { max-width: 35rem; margin: 2rem 0; font-size: clamp(1rem, 1.6vw, 1.25rem); }
.gm-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.gm-hero__note { position: absolute; right: 0; bottom: 5.5rem; max-width: 15rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.45); font-size: .75rem; }

.gm-intro { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.gm-intro p { margin: 0; font-size: clamp(1.2rem, 2.1vw, 1.7rem); }
.gm-paths { display: grid; grid-template-columns: 1.35fr .85fr; gap: 1rem; margin-top: clamp(4rem, 8vw, 8rem); }
.gm-path { position: relative; min-height: 44rem; overflow: hidden; color: white; text-decoration: none; }
.gm-path:nth-child(2), .gm-path:nth-child(3) { min-height: 21.5rem; }
.gm-path:nth-child(3) { grid-column: 2; }
.gm-path:first-child { grid-row: span 2; }
.gm-path img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.25,1); }
.gm-path::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(18,13,10,.78), transparent 58%); }
.gm-path:hover img { transform: scale(1.035); }
.gm-path__copy { position: absolute; right: 2rem; bottom: 2rem; left: 2rem; z-index: 1; }
.gm-path__copy span { display: block; margin-top: .7rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.gm-dark { background: var(--gm-ink); color: var(--gm-white); }
.gm-packages__head { display: grid; grid-template-columns: 1.5fr .8fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.gm-packages__head p { margin: 0 0 .6rem; color: rgba(255,255,255,.7); }
.gm-package { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding: 3rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.gm-package:nth-child(even) { grid-template-columns: 1.2fr .9fr; }
.gm-package:nth-child(even) img { order: 2; }
.gm-package img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.gm-package__meta { margin-bottom: 1rem; color: var(--gm-champagne); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.gm-package p { color: rgba(255,255,255,.72); }

.gm-travel { display: grid; grid-template-columns: 1.1fr .9fr; }
.gm-travel__image { position: relative; min-height: 48rem; overflow: hidden; }
.gm-travel__image img { position: absolute; width: 100%; height: 115%; object-fit: cover; }
.gm-travel__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); background: var(--gm-champagne); }
.gm-facts { margin: 3rem 0 0; padding: 0; list-style: none; }
.gm-facts li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(33,31,26,.2); }
.gm-facts b { font-family: var(--gm-display); font-size: 1.5rem; font-weight: 400; }

.gm-proof { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 10vw, 10rem); }
.gm-quote { margin: 0; font-family: var(--gm-display); font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1.04; }
.gm-quote cite { display: block; margin-top: 2rem; font: 500 .75rem/1.5 var(--gm-body); letter-spacing: .08em; text-transform: uppercase; }
.gm-concierge { padding: clamp(6rem, 13vw, 13rem) 0; background: var(--gm-rust); color: white; text-align: center; }
.gm-concierge h2 { max-width: 12ch; margin-inline: auto; }
.gm-concierge p { margin: 2rem auto; }

.gm-footer { padding: 4rem 0 6rem; background: #181713; color: rgba(255,255,255,.72); }
.gm-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; }
.gm-footer h2 { color: white; font-size: 2.5rem; }
.gm-footer nav { display: grid; gap: .5rem; }
.gm-footer a:hover { color: white; }
.gm-footer__legal { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .72rem; }
.gm-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 15; box-shadow: var(--gm-shadow); }
.gm-consent { position: fixed; right: 1rem; bottom: 5.25rem; z-index: 30; width: min(31rem, calc(100vw - 2rem)); padding: 1.25rem; background: var(--gm-ink); color: white; box-shadow: var(--gm-shadow); }
.gm-consent[hidden] { display: none; }
.gm-consent p { margin-top: 0; font-size: .86rem; }
.gm-consent button { cursor: pointer; }
.gm-menu-button { display: none; border: 0; background: transparent; color: inherit; font: inherit; }
.gm-menu-open { overflow: hidden; }

.gm-page-hero { padding: 12rem 0 5rem; background: var(--gm-ink); color: white; }
.gm-page-hero h1 { max-width: 12ch; }
.gm-header--page { position: absolute; }
.gm-page-hero .gm-kicker { color: var(--gm-champagne); }
.gm-page-hero__lede { max-width: 42rem; margin: 2rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.gm-local-nav { position: sticky; top: 1rem; z-index: 4; display: flex; justify-content: center; gap: 2rem; width: fit-content; margin: -1.5rem auto 5rem; padding: 1rem 1.5rem; background: var(--gm-white); box-shadow: var(--gm-shadow); }
.gm-local-nav a { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.gm-feature-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; margin-bottom: clamp(6rem, 11vw, 11rem); }
.gm-feature-split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gm-menu-section { padding: 5rem 0; border-top: 1px solid var(--gm-line); scroll-margin-top: 2rem; }
.gm-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--gm-line); border: 1px solid var(--gm-line); }
.gm-offer-grid article { min-height: 20rem; padding: 2rem; background: var(--gm-cream); }
.gm-offer-grid h3, .gm-treatment-list h3 { font-size: 2rem; }
.gm-offer-grid b, .gm-treatment-list b { display: block; margin-top: 1.5rem; color: var(--gm-rust); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.gm-treatment-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-top: 1px solid var(--gm-line); }
.gm-treatment-list article { padding: 2rem 2rem 2rem 0; border-bottom: 1px solid var(--gm-line); }
.gm-treatment-list article:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--gm-line); }
.gm-room-list { margin-top: 7rem; }
.gm-dining-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gm-dining-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gm-dining-grid h3 { font-size: 2.3rem; }
.gm-center-cta { padding: clamp(6rem, 12vw, 12rem) 0 3rem; text-align: center; }
.gm-center-cta h2 { max-width: 12ch; margin: 0 auto 2rem; }
.gm-promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem 1rem; }
.gm-promo-grid img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.gm-promo-grid h2 { margin-top: .6rem; font-size: clamp(3rem, 5vw, 5rem); }
.gm-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 1px solid var(--gm-line); border-left: 1px solid var(--gm-line); }
.gm-values article { min-height: 16rem; padding: 2rem; border-right: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line); }
.gm-values b { color: var(--gm-rust); font: 400 1.5rem var(--gm-display); }
.gm-values h3 { margin-top: 3rem; font-size: 2.2rem; }
.gm-contact-details h3 { margin: 2rem 0 .4rem; font-size: 1.8rem; }
.gm-contact-image { width: 100%; min-height: 42rem; object-fit: cover; }
.gm-faq__group { margin-top: 5rem; }
.gm-catalog { display: grid; grid-template-columns: 16rem 1fr; gap: 4rem; }
.gm-filters { position: sticky; top: 2rem; align-self: start; }
.gm-filters button { display: block; width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--gm-line); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.gm-filters button[aria-pressed="true"] { color: var(--gm-rust); font-weight: 600; }
.gm-treatment { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--gm-line); }
.gm-treatment h2 { font-size: 2rem; }
.gm-treatment__meta { font-variant-numeric: tabular-nums; white-space: nowrap; }
.gm-room { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; margin-bottom: 7rem; }
.gm-room:nth-child(even) { grid-template-columns: 1fr 1.2fr; }
.gm-room:nth-child(even) img { order: 2; }
.gm-room img { aspect-ratio: 4/3; width: 100%; object-fit: cover; }
.gm-room ul { columns: 2; padding-left: 1rem; }
.gm-faq details { padding: 1.5rem 0; border-top: 1px solid var(--gm-line); }
.gm-faq summary { cursor: pointer; font-family: var(--gm-display); font-size: 2rem; }
.gm-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.gm-form label { display: block; margin: 1rem 0 .35rem; font-weight: 600; }
.gm-form input, .gm-form textarea, .gm-form select { width: 100%; padding: .9rem; border: 1px solid var(--gm-line); border-radius: 0; background: var(--gm-white); font: inherit; }
.gm-form textarea { min-height: 10rem; }
.gm-form [aria-invalid="true"] { border-color: #9b2c2c; }
.gm-error { color: #812929; font-size: .8rem; }
.gm-fact-band { display: grid; grid-template-columns: repeat(4, 1fr); margin: -2.5rem auto 5rem; background: var(--gm-white); box-shadow: var(--gm-shadow); }
.gm-fact-band > div { min-width: 0; padding: 1.35rem; border-right: 1px solid var(--gm-line); }
.gm-fact-band > div:last-child { border-right: 0; }
.gm-fact-band dt { color: var(--gm-rust); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.gm-fact-band dd { margin: .35rem 0 0; overflow-wrap: anywhere; }
.gm-handoff { max-width: 48rem; margin: 1rem 0 0; color: #5e4a3d; font-size: .88rem; }
.gm-complete { margin-top: 6rem; padding-top: 5rem; border-top: 1px solid var(--gm-line); }
.gm-itineraries { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 3rem 0; }
.gm-itineraries article { padding-top: 1.5rem; border-top: 1px solid var(--gm-line); }
.gm-itineraries h3 { font-size: 2.1rem; }
.gm-room-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 1.5rem 0; padding: 1rem 0; border-block: 1px solid var(--gm-line); font-size: .86rem; }

@media (max-width: 760px) {
  .gm-header__inner { position: relative; z-index: 2; grid-template-columns: 1fr auto; gap: 1rem; }
  .gm-logo, .gm-menu-button { position: relative; z-index: 2; }
  .gm-logo span { display: none; }
  .gm-menu-button { display: block; min-width: 3.5rem; min-height: 2.75rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.45); cursor: pointer; }
  .gm-nav { position: fixed; z-index: 1; inset: 0; display: none; align-content: start; justify-content: stretch; gap: 0; overflow-y: auto; padding: calc(6.75rem + env(safe-area-inset-top)) 1rem calc(2rem + env(safe-area-inset-bottom)); background: rgba(24,23,19,.98); flex-direction: column; overscroll-behavior: contain; }
  .gm-nav .wp-block-navigation__container { width: 100%; align-items: stretch; flex-direction: column; gap: 0; }
  .gm-nav.wp-block-navigation__container { width: 100%; align-items: stretch; }
  .gm-nav > .wp-block-navigation-item { width: 100%; }
  /* WordPress loads .wp-block-navigation__container { display:flex } after the
     theme stylesheet. Keep the mobile overlay inert until our button opens it. */
  .gm-header .gm-nav:not(.is-open) { display: none !important; }
  .gm-header .gm-nav.is-open { display: flex !important; }
  .gm-nav a { display: flex; min-height: 3.75rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--gm-display); font-size: clamp(1.75rem, 8vw, 2.4rem); line-height: 1; }
  .gm-nav a:first-child { border-top: 1px solid rgba(255,255,255,.18); }
  .gm-nav a::after { display: none; }
  .gm-header .gm-button { display: none; }
  body.gm-menu-open .gm-whatsapp { display: none; }
  .gm-hero .gm-actions { flex-direction: column; align-items: flex-start; }
  .gm-hero .gm-actions .gm-button { width: min(100%, 17rem); }
  .gm-hero__note { display: none; }
  .gm-intro, .gm-packages__head, .gm-package, .gm-package:nth-child(even), .gm-travel, .gm-proof, .gm-footer__grid, .gm-catalog, .gm-room, .gm-room:nth-child(even), .gm-contact-grid { grid-template-columns: 1fr; }
  .gm-paths { grid-template-columns: 1fr; }
  .gm-path, .gm-path:nth-child(2), .gm-path:nth-child(3) { grid-column: auto; grid-row: auto; min-height: 26rem; }
  .gm-package:nth-child(even) img, .gm-room:nth-child(even) img { order: 0; }
  .gm-travel__image { min-height: 28rem; }
  .gm-filters { position: static; display: flex; overflow-x: auto; gap: 1rem; }
  .gm-filters button { width: auto; white-space: nowrap; }
  .gm-footer__legal { flex-direction: column; }
  .gm-whatsapp { right: max(.75rem, env(safe-area-inset-right)); bottom: max(.75rem, env(safe-area-inset-bottom)); max-width: calc(100% - 1.5rem); min-height: 2.8rem; padding: .65rem .9rem; }
  .gm-feature-split, .gm-offer-grid, .gm-treatment-list, .gm-dining-grid, .gm-promo-grid, .gm-values { grid-template-columns: 1fr; }
  .gm-local-nav { justify-content: flex-start; width: 100%; overflow-x: auto; }
  .gm-local-nav a { min-height: 2.75rem; display: inline-flex; align-items: center; flex: 0 0 auto; }
  .gm-treatment-list article:nth-child(even) { padding-left: 0; border-left: 0; }
  .gm-promo-grid { gap: 4rem; }
  .gm-contact-image { min-height: 24rem; }
  .gm-fact-band, .gm-itineraries, .gm-room-facts { grid-template-columns: 1fr 1fr; }
  .gm-fact-band { width: calc(100% - 2rem); overflow: hidden; }
  .gm-fact-band > div:nth-child(2) { border-right: 0; }
  .gm-itineraries { gap: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  ::view-transition-group(root),
  ::view-transition-group(gm-header),
  ::view-transition-group(gm-content),
  ::view-transition-group(gm-whatsapp) { animation-duration: .01ms; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .gm-hero__media, .gm-travel__image img { transform: none !important; }
  .gm-world__opening-image { --opening-opacity: 1 !important; }
}

/* Scroll world homepage */
.gm-world-page { background: #16130f; }
.gm-world { position: relative; height: 740vh; background: #16130f; color: var(--gm-white); }
.gm-world__stage { position: sticky; top: 0; height: 100svh; min-height: 42rem; overflow: hidden; isolation: isolate; }
.gm-world__media, .gm-world__scene, .gm-world__scene video, .gm-world__opening-image, .gm-world__shade { position: absolute; inset: 0; }
.gm-world__scene { margin: 0; opacity: var(--scene-opacity, 0); will-change: opacity; }
.gm-world__scene:first-child { --scene-opacity: 1; }
.gm-world__scene video, .gm-world__opening-image { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04) brightness(.9); }
.gm-world__opening-image { z-index: 1; opacity: var(--opening-opacity, 1); will-change: opacity; pointer-events: none; }
.gm-world__reduced-image { display: none; width: 100%; height: 100%; object-fit: cover; object-position: 80% 50%; }
.gm-world__shade { z-index: 1; background: linear-gradient(180deg, rgba(12,9,7,.2), transparent 18%, transparent 82%, rgba(12,9,7,.2)); }
.gm-world__shade::after { position: absolute; inset: 0; content: ""; background: none; }
.gm-world__copy { position: relative; z-index: 2; height: 100%; pointer-events: none; }
.gm-world__chapter { position: absolute; top: clamp(8.5rem, 19vh, 12rem); left: 0; width: min(43rem, 62vw); isolation: isolate; opacity: 0; transform: translate3d(0, 2rem, 0); transition: opacity .45s ease, transform .7s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.gm-world__chapter::before { position: absolute; z-index: -1; top: -3rem; right: -5rem; bottom: -3rem; left: -4rem; content: ""; background: rgba(8,6,5,.78); -webkit-mask-image: radial-gradient(ellipse 72% 58% at 28% 46%, #000 30%, rgba(0,0,0,.78) 52%, transparent 84%); mask-image: radial-gradient(ellipse 72% 58% at 28% 46%, #000 30%, rgba(0,0,0,.78) 52%, transparent 84%); pointer-events: none; }
.gm-world__chapter.is-active { opacity: 1; transform: none; pointer-events: auto; }
.gm-world__chapter .gm-kicker { color: #f4e7c2; text-shadow: 0 1px 12px rgba(0,0,0,.42); }
.gm-world__chapter h1 { max-width: 10ch; font-size: clamp(4.5rem, 9.5vw, 9rem); }
.gm-world__chapter:first-child { width: min(48rem, 54vw); }
.gm-world__chapter:first-child h1 { max-width: 16ch; font-size: clamp(3rem, 4vw, 4.25rem); line-height: .98; }
.gm-world__chapter h2 { max-width: 14ch; font-size: clamp(2.75rem, 4.25vw, 4.5rem); }
.gm-world__chapter h1, .gm-world__chapter h2 { text-wrap: balance; text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.gm-world__chapter > p:not(.gm-kicker) { max-width: 33rem; margin: 1.7rem 0; color: rgba(255,255,255,.96); font-size: clamp(.98rem, 1.4vw, 1.18rem); text-shadow: 0 1px 10px rgba(0,0,0,.72); }
.gm-world__plan-link { display: inline-flex; min-height: 2.75rem; align-items: center; }
.gm-text-link { display: inline-block; padding: .4rem 0; color: var(--gm-champagne); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; pointer-events: auto; }
.gm-world__rail { position: absolute; z-index: 3; right: 2.5rem; top: 50%; display: grid; gap: .85rem; transform: translateY(-50%); }
.gm-world__rail button { display: flex; min-height: 2.75rem; justify-content: flex-end; align-items: center; gap: .8rem; padding: .4rem 0; border: 0; background: transparent; color: rgba(255,255,255,.68); font: 500 .75rem/1 var(--gm-body); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.gm-world__rail span { opacity: 0; transform: translateX(.4rem); transition: .25s ease; }
.gm-world__rail i { width: 3.5rem; height: 1px; background: currentColor; transform: scaleX(.43); transform-origin: right; transition: transform .3s ease, color .3s ease; }
.gm-world__rail button:hover span, .gm-world__rail button.is-active span { opacity: 1; transform: none; }
.gm-world__rail button.is-active { color: var(--gm-champagne); }
.gm-world__rail button.is-active i { transform: scaleX(1); }
.gm-world__counter { position: absolute; z-index: 3; right: 2.5rem; bottom: 2rem; display: flex; align-items: baseline; gap: .35rem; font-variant-numeric: tabular-nums; }
.gm-world__counter b { font: 400 2.5rem/1 var(--gm-display); }
.gm-world__counter span { color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .12em; }
.gm-world__progress { position: absolute; z-index: 3; top: 0; right: 0; width: 2px; height: 100%; background: rgba(255,255,255,.13); }
.gm-world__progress i { display: block; width: 100%; height: 100%; background: var(--gm-champagne); transform: scaleY(0); transform-origin: top; }
.gm-film { padding: clamp(7rem, 11vw, 11rem) 0 clamp(5rem, 8vw, 8rem); background: var(--gm-cream); color: var(--gm-ink); }
.gm-film__intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: end; gap: clamp(2rem, 6vw, 7rem); margin-bottom: clamp(3rem, 6vw, 5rem); }
.gm-film__intro .gm-kicker { margin: 0 0 1.25rem; color: var(--gm-rust); }
.gm-film__intro h2 { max-width: 11ch; font-size: clamp(3.6rem, 6vw, 6.6rem); text-wrap: balance; }
.gm-film__intro > p { max-width: 34rem; margin: 0 0 .7rem; color: #5e4a3d; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.gm-film__frame { position: relative; overflow: hidden; background: #16130f; box-shadow: 0 2rem 5rem rgba(70,48,30,.14); }
.gm-film__frame::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.gm-film__frame iframe { display: block; width: 100%; aspect-ratio: 16/9; height: auto; border: 0; }
.gm-after { padding: clamp(5rem, 9vw, 9rem) 0; background: var(--gm-cream); color: var(--gm-ink); }
.gm-after__pickup { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .75fr); align-items: center; gap: clamp(2.5rem, 6vw, 7rem); }
.gm-after__media { position: relative; margin: 0; overflow: hidden; }
.gm-after__media::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 0 1px rgba(33,31,26,.1); pointer-events: none; }
.gm-after__media img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.88) contrast(1.02); }
.gm-after__copy .gm-kicker { margin: 0 0 1.5rem; color: var(--gm-rust); }
.gm-after__copy h2 { max-width: 9ch; font-size: clamp(3.6rem, 6vw, 6.6rem); text-wrap: balance; }
.gm-after__copy > p:not(.gm-kicker) { max-width: 33rem; margin: 1.75rem 0 2rem; color: #5e4a3d; font-size: clamp(1rem, 1.25vw, 1.15rem); }
.gm-after__copy small { display: block; max-width: 27rem; margin-top: 1rem; color: #6f5b4d; font-size: .72rem; line-height: 1.5; }
.gm-reputation { overflow: hidden; padding: clamp(7rem, 12vw, 11rem) 0 clamp(8rem, 13vw, 12rem); background: #ede2cd; color: var(--gm-ink); }
.gm-reputation--legacy { display: none; }
.gm-reputation__head { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; padding-bottom: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid rgba(33,31,26,.22); }
.gm-reputation__head h2 { max-width: 10ch; font-size: clamp(4rem, 7vw, 7rem); }
.gm-reputation__head > p { margin: 0 0 .7rem; color: #5e4a3d; }
.gm-reputation__body { display: grid; grid-template-columns: minmax(0, 1fr) 15rem; border-bottom: 1px solid rgba(33,31,26,.22); }
.gm-reputation__widget { min-width: 0; overflow: hidden; padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem) 0; border-right: 1px solid rgba(33,31,26,.22); }
.gm-reputation__award { display: grid; min-height: 20rem; place-items: center; padding: 2rem; }
.gm-reputation__award img { width: 10rem; max-height: 12rem; object-fit: contain; mix-blend-mode: multiply; }
.gm-reviews__summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 0; }
.gm-reviews__score { display: flex; align-items: baseline; gap: 1rem; }
.gm-reviews__score strong { font: 400 clamp(3rem, 6vw, 5.5rem)/1 var(--gm-display); }
.gm-reviews__stars { color: var(--gm-gold); font-size: 1.1rem; letter-spacing: .12em; }
.gm-reviews__meta { margin: .35rem 0 0; color: #5e4a3d; font-size: .78rem; }
.gm-reviews__google { color: var(--gm-ink); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.gm-reviews__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid rgba(33,31,26,.22); }
.gm-review { display: flex; min-width: 0; min-height: 21rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid rgba(33,31,26,.18); }
.gm-review:last-child { border-right: 0; }
.gm-review__stars { color: var(--gm-gold); letter-spacing: .1em; }
.gm-review blockquote { margin: 2rem 0; font: 400 clamp(1.45rem, 2.3vw, 2rem)/1.16 var(--gm-display); text-wrap: pretty; }
.gm-review footer { margin-top: auto; padding-top: 1.25rem; border-top: 1px solid rgba(33,31,26,.14); }
.gm-review cite { display: block; font-style: normal; font-weight: 600; }
.gm-review time { color: #6f5b4d; font-size: .72rem; }

/* Trustindex is live plugin output; keep overrides scoped so plugin updates remain safe. */
.gm-reputation__widget .ti-widget { color: var(--gm-ink) !important; font-family: var(--gm-body) !important; }
.gm-reputation__widget .ti-widget-container { max-width: none !important; }
.gm-reputation__widget .ti-header { margin: 0 0 2rem !important; color: var(--gm-ink) !important; text-align: left !important; }
.gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-fade-container { display: grid !important; grid-template-columns: auto auto auto 1fr; align-items: center; gap: 1.25rem; }
.gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating { margin: 0 !important; color: var(--gm-ink) !important; font: 400 clamp(2.75rem, 5vw, 5rem)/1 var(--gm-display) !important; letter-spacing: -.025em !important; }
.gm-reputation__widget .ti-header .ti-rating-text { color: #5e4a3d !important; font-size: .76rem !important; letter-spacing: .06em !important; text-transform: uppercase !important; }
.gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-stars { margin: 0 !important; }
.gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-large-logo { justify-self: end; margin: 0 !important; }
.gm-reputation__widget .ti-reviews-container { overflow: hidden !important; border-block: 1px solid rgba(33,31,26,.24) !important; }
.gm-reputation__widget .ti-reviews-container-wrapper { gap: 0 !important; padding: 0 !important; background: transparent !important; }
.gm-reputation__widget .ti-review-item { padding: 0 !important; background: transparent !important; }
.gm-reputation__widget .ti-widget.ti-goog[data-layout-id="34"][data-set-id="soft"] .ti-review-item > .ti-inner { min-height: 19rem !important; padding: 1.75rem !important; border: 0 !important; border-right: 1px solid rgba(33,31,26,.2) !important; border-radius: 0 !important; background: rgba(247,242,231,.24) !important; box-shadow: none !important; }
.gm-reputation__widget .ti-widget.ti-goog[data-layout-id="34"][data-set-id="soft"] .ti-review-item:nth-child(even) > .ti-inner { background: rgba(169,121,60,.075) !important; }
.gm-reputation__widget .ti-review-header { padding-bottom: 1.2rem !important; border-bottom: 1px solid rgba(33,31,26,.14) !important; }
.gm-reputation__widget .ti-profile-img img { border: 1px solid rgba(33,31,26,.18) !important; box-shadow: none !important; }
.gm-reputation__widget .ti-name { color: var(--gm-ink) !important; font-weight: 600 !important; }
.gm-reputation__widget .ti-date { color: #6f5b4d !important; font-size: .68rem !important; }
.gm-reputation__widget .ti-widget.ti-goog[data-layout-id="34"] .ti-review-content { margin-top: 1.25rem !important; color: var(--gm-ink) !important; font: 400 1.45rem/1.16 var(--gm-display) !important; }
.gm-reputation__widget .ti-read-more { color: var(--gm-rust) !important; font-size: .7rem !important; font-weight: 600 !important; letter-spacing: .06em !important; text-transform: uppercase !important; }
.gm-reputation__widget .ti-controls .ti-next,
.gm-reputation__widget .ti-controls .ti-prev { border: 1px solid var(--gm-ink) !important; border-radius: 0 !important; background-color: var(--gm-ink) !important; box-shadow: none !important; }
.gm-concierge--world { background: #6b4836; }
.gm-concierge--world .gm-kicker { color: var(--gm-champagne); }

@media (max-width: 760px) {
  .gm-world { height: 511svh; }
  .gm-world__stage { height: 100dvh; min-height: 38rem; }
  .gm-world__shade { background: linear-gradient(180deg, rgba(10,7,6,.18), transparent 16%, transparent 86%, rgba(10,7,6,.16)); }
  .gm-world__shade::after { background: none; }
  .gm-world__scene video { object-position: 50% 50%; }
  .gm-world__chapter { top: clamp(7.5rem, 16svh, 9rem); right: auto; bottom: auto; left: 1rem; width: calc(100vw - 2rem); max-width: none; transform: translate3d(0, 1.5rem, 0); }
  .gm-world__chapter::before { top: -2rem; right: -1rem; bottom: -2rem; left: -1rem; background: rgba(7,5,4,.8); -webkit-mask-image: radial-gradient(ellipse 76% 56% at 32% 46%, #000 32%, rgba(0,0,0,.82) 54%, transparent 82%); mask-image: radial-gradient(ellipse 76% 56% at 32% 46%, #000 32%, rgba(0,0,0,.82) 54%, transparent 82%); }
  .gm-world__chapter:first-child { width: calc(100vw - 2rem); }
  .gm-world__chapter.is-active { transform: none; }
  .gm-world__chapter h1 { font-size: clamp(3.7rem, 17vw, 5.7rem); }
  .gm-world__chapter:first-child h1 { max-width: 14ch; font-size: clamp(2.25rem, 8.5vw, 3.35rem); line-height: .96; }
  .gm-world__chapter:first-child > p:not(.gm-kicker) { margin: .8rem 0; }
  .gm-world__chapter:first-child .gm-actions { gap: .55rem; }
  .gm-world__chapter:first-child .gm-button { min-height: 2.8rem; padding-block: .65rem; }
  .gm-world__chapter h2 { max-width: 14ch; overflow-wrap: normal; word-break: normal; hyphens: none; font-size: clamp(2.2rem, 9.5vw, 3.25rem); line-height: 1; }
  .gm-world__chapter .gm-kicker { font-size: .62rem; letter-spacing: .15em; }
  .gm-world__chapter > p:not(.gm-kicker) { max-width: 30rem; margin: .75rem 0; font-size: .82rem; line-height: 1.5; }
  .gm-world__chapter .gm-text-link { font-size: .68rem; }
  .gm-world__rail { top: auto; right: 9.25rem; bottom: max(.75rem, env(safe-area-inset-bottom)); left: max(.75rem, env(safe-area-inset-left)); display: flex; gap: 0; overflow: hidden; padding: 0; background: rgba(22,19,15,.78); transform: none; }
  .gm-world__rail button { flex: 0 0 1.9rem; min-width: 0; justify-content: center; gap: 0; padding: .65rem .2rem; background: transparent; font-size: .62rem; }
  .gm-world__rail button::before { content: attr(data-world-step); }
  .gm-world__rail button.is-active { flex: 1 1 auto; }
  .gm-world__rail button.is-active::after { content: " · " attr(data-mobile-label); margin-left: .2rem; white-space: nowrap; }
  .gm-world__rail span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .gm-world__rail i { display: none; }
  .gm-world__counter { display: none; }
  .gm-world-page ~ .gm-whatsapp { width: 8rem; max-width: 8rem; justify-content: center; white-space: nowrap; }
  .gm-film__intro, .gm-after__pickup { grid-template-columns: 1fr; align-items: start; }
  .gm-film__intro h2 { max-width: 11ch; }
  .gm-after__copy h2 { max-width: 11ch; }
  .gm-reputation__head, .gm-reputation__body { grid-template-columns: 1fr; }
  .gm-reputation__head { align-items: start; }
  .gm-reputation__widget { padding-right: 0; border-right: 0; }
  .gm-reputation__award { min-height: 16rem; border-top: 1px solid rgba(33,31,26,.22); }
  .gm-reputation__widget .ti-review-item .ti-inner { min-height: 17rem !important; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-fade-container { grid-template-columns: 1fr auto; gap: .75rem 1rem; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-large-logo { grid-column: 2; grid-row: 1 / 4; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-rating-text:first-child { grid-column: 1; grid-row: 1; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-stars { grid-column: 1; grid-row: 2; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-header .ti-rating-text:nth-child(3) { grid-column: 1; grid-row: 3; }
  .gm-reputation__widget .ti-widget.ti-goog .ti-review-item { width: 100% !important; flex: 0 0 100% !important; }
  .gm-reviews__summary { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .gm-reviews__grid { grid-template-columns: 1fr; }
  .gm-review { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(33,31,26,.18); }
  .gm-review:last-child { border-bottom: 0; }
  .gm-review blockquote { margin: 1.5rem 0 2.5rem; }
}

@media (max-width: 360px) {
  .gm-world__rail { right: 7.75rem; }
  .gm-world-page ~ .gm-whatsapp { width: 7rem; max-width: 7rem; padding-inline: .5rem; }
}

@media (max-width: 430px) {
  :root { --gm-container: calc(100% - 1.5rem); }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .gm-section { padding-top: 4rem; }
  .gm-world__chapter h1 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .gm-world__chapter:first-child h1 { font-size: clamp(2.1rem, 8.5vw, 2.85rem); }
  .gm-world__chapter h2 { font-size: clamp(2.1rem, 9.5vw, 2.8rem); }
  .gm-fact-band, .gm-itineraries, .gm-room-facts { grid-template-columns: 1fr; }
  .gm-fact-band > div { border-right: 0; border-bottom: 1px solid var(--gm-line); }
  .gm-actions .gm-button { width: 100%; }
}
