
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; }
body.gw {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #2e2219;
  background: #fcfbfa;
  line-height: 1.65;
}
a { color: inherit; }
.gw-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; }
.gw-icon { display: inline-grid; flex: 0 0 auto; width: 1.15em; place-items: center; vertical-align: -0.08em; line-height: 1; }
.gw-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gw-narrow { max-width: 760px; }
.gw-main { min-height: 55vh; }

/* header ------------------------------------------------------------ */
.gw-header { position: sticky; top: 0; z-index: 60; background: #ffffff; border-bottom: 1px solid rgba(46, 34, 25, 0.14); }
.gw-header-inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.gw-brand { display: inline-flex; flex: 0 1 auto; min-width: 0; max-width: min(42vw, 460px); align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.gw-brand span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gw-brand img { max-height: 40px; width: auto; }
.gw-nav { min-width: 0; margin-left: auto; display: flex; flex: 1 1 auto; flex-wrap: nowrap; gap: 4px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.gw-nav::-webkit-scrollbar { display: none; }
.gw-nav a { display: inline-flex; flex: 0 0 auto; min-height: 44px; align-items: center; text-decoration: none; font-weight: 600; font-size: .92rem; color: #63554b; padding: 6px 2px; border-bottom: 2px solid transparent; }
.gw-nav a:hover { color: #2e2219; border-bottom-color: #0d8d81; }
.gw-header-cta { flex: 0 0 auto; white-space: nowrap; }
.gw-menu-toggle { display: none; min-width: 48px; min-height: 44px; align-items: center; justify-content: center; gap: 7px; border: 0; background: transparent; color: #2e2219; font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.gw-menu-toggle .gw-icon { width: 22px; height: 22px; }

/* property ticker ----------------------------------------------------- */
.gw-vibe-ticker { position: relative; z-index: 20; overflow: hidden; border-bottom: 1px solid rgba(46, 34, 25, 0.14); background: #8b3b04; color: #ffffff; }
.gw-vibe-ticker-track { display: flex; width: max-content; align-items: center; padding: 10px 0; animation: gw-vibe-marquee 32s linear infinite; }
.gw-vibe-ticker-track span { display: inline-flex; align-items: center; gap: 20px; white-space: nowrap; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; }
.gw-vibe-ticker-track span::after { content: "✦"; padding: 0 24px; color: rgba(13, 148, 136, 0.12); }
@keyframes gw-vibe-marquee { to { transform: translateX(-50%); } }

/* mobile navigation drawer ------------------------------------------- */
.gw-mobile-drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; pointer-events: none; }
.gw-mobile-drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(18,20,16,.54); opacity: 0; transition: opacity .22s cubic-bezier(.25,1,.5,1); }
.gw-mobile-drawer-panel { position: absolute; inset: 0 0 0 auto; display: flex; width: min(88vw,380px); flex-direction: column; padding: max(22px,env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom)); background: #ffffff; color: #2e2219; box-shadow: -24px 0 60px rgba(15,23,42,.22); transform: translateX(102%); transition: transform .34s cubic-bezier(.22,1,.36,1); }
.gw-mobile-drawer.is-open { visibility: visible; pointer-events: auto; }
.gw-mobile-drawer.is-open .gw-mobile-drawer-backdrop { opacity: 1; }
.gw-mobile-drawer.is-open .gw-mobile-drawer-panel { transform: translateX(0); }
.gw-mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(46, 34, 25, 0.14); }
.gw-mobile-drawer-head p { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.gw-mobile-drawer-close { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 50%; background: transparent; color: inherit; cursor: pointer; }
.gw-mobile-nav { display: grid; margin: 20px 0 auto; }
.gw-mobile-nav a { display: flex; min-height: 52px; align-items: center; gap: 13px; border-bottom: 1px solid rgba(46, 34, 25, 0.14); text-decoration: none; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.25rem,6vw,1.8rem); line-height: 1.1; }
.gw-mobile-nav a > .gw-icon { width: 24px; color: #0d8d81; font-size: 17px !important; }
.gw-mobile-nav a::after { content: "↗"; margin-left: auto; color: #0d8d81; font-family: "Inter", "Helvetica Neue", Arial, sans-serif; font-size: .9rem; }
.gw-mobile-drawer-book { justify-content: center; margin-top: 24px; border-radius: 8px; }
.gw-mobile-drawer-note { margin-top: 14px; color: #63554b; font-size: .78rem; line-height: 1.5; }
body.gw-nav-open { overflow: hidden; }

/* buttons ------------------------------------------------------------ */
.gw-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .95rem; text-decoration: none; border: 1px solid rgba(46, 34, 25, 0.24); background: #ffffff; color: #2e2219; transition: transform .15s ease, box-shadow .15s ease; }
.gw-btn:hover { transform: translateY(-1px); box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-btn--primary { background: #8b3b04; color: #ffffff; border-color: #8b3b04; }
.gw-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* hero ---------------------------------------------------------------- */
.gw-hero { position: relative; }
.gw-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; color: #0d8d81; margin-bottom: 14px; }
.gw-hero h1 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.06; letter-spacing: -0.02em; }
.gw-lead { margin-top: 16px; font-size: clamp(1.02rem, 2.2vw, 1.25rem); color: #63554b; max-width: 44ch; }
.gw-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 8px 16px; border-radius: 999px; background: rgba(249, 115, 22, 0.1); font-weight: 600; font-size: .9rem; }
.gw-stars { color: #0d8d81; letter-spacing: 2px; }

.gw-hero--immersive { min-height: min(88vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.gw-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 10, 8, 0.45) 20%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.35)); }
.gw-hero--immersive .gw-hero-inner { position: relative; padding: 96px 0 72px; color: #fff; }
.gw-hero--immersive h1 { color: #fff; }
.gw-hero--immersive .gw-lead { color: rgba(255,255,255,.88); }
.gw-hero--immersive .gw-rating { background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px); }

.gw-hero--split .gw-hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 84px 0; }
.gw-hero-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-hero--centered .gw-hero-inner { padding: 96px 0 72px; text-align: center; }
.gw-hero--centered .gw-lead, .gw-hero--centered .gw-cta-row { margin-left: auto; margin-right: auto; justify-content: center; }

/* sections + grids ----------------------------------------------------- */
.gw-section { padding: 72px 0; }
.gw-section h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.2rem); letter-spacing: -0.015em; margin-bottom: 28px; }
.gw-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.gw-more { font-weight: 700; font-size: .92rem; color: #b34c05; text-decoration: none; }
.gw-more:hover { text-decoration: underline; }
.gw-grid { display: grid; gap: 22px; }
.gw-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* editorial home sections --------------------------------------------- */
.gw-feature-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.65fr); gap: 40px; align-items: end; margin-bottom: 34px; }
.gw-feature-heading h2 { margin-bottom: 0; }
.gw-feature-heading > p { color: #63554b; }
.gw-feature-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 28px; }
.gw-feature-lead { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; background: #f6f3f1; }
.gw-feature-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-feature-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,5,7,.88), transparent 68%); }
.gw-feature-copy { position: absolute; z-index: 1; inset: auto 30px 28px; color: #fff; }
.gw-feature-copy h3 { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.55rem,3vw,2.35rem); line-height: 1.1; }
.gw-feature-copy p { margin-top: 8px; color: rgba(255,255,255,.82); }
.gw-feature-list { border-top: 1px solid rgba(46, 34, 25, 0.14); }
.gw-feature-list article { display: grid; grid-template-columns: 34px minmax(0,1fr) auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(46, 34, 25, 0.14); align-items: start; }
.gw-feature-list article > span { color: #0d8d81; font-weight: 800; font-size: .8rem; }
.gw-feature-list article p { margin-top: 5px; color: #63554b; font-size: .9rem; }
.gw-feature-more { margin-top: 24px; }
.gw-story-split-inner { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: clamp(38px,7vw,90px); align-items: center; }
.gw-story-img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px; }
.gw-story-copy > p { color: #63554b; margin-top: 14px; font-size: 1.04rem; }
.gw-story-copy .gw-kicker { color: #0d8d81; font-size: .78rem; }
.gw-proof-band { padding: 34px 0; background: #f6f3f1; border-block: 1px solid rgba(46, 34, 25, 0.14); }
.gw-proof-band .gw-kicker { margin-bottom: 20px; }
.gw-proof-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); }
.gw-proof-item { display: grid; gap: 4px; padding: 5px 24px; border-left: 1px solid rgba(46, 34, 25, 0.24); }
.gw-proof-item:first-child { border-left: 0; padding-left: 0; }
.gw-proof-item strong { font-family: "Fraunces", Georgia, serif; font-size: 1.7rem; }
.gw-proof-item span { font-size: .86rem; font-weight: 700; }

/* lodging profile trust ------------------------------------------------ */
.gw-trust-strip { padding: clamp(30px,4vw,46px) 0; border-bottom: 1px solid rgba(46, 34, 25, 0.14); background: #ffffff; }
.gw-trust-strip-inner { display: grid; grid-template-columns: minmax(180px,.65fr) minmax(0,1.7fr); gap: 28px 42px; align-items: center; }
.gw-trust-intro .gw-kicker { margin-bottom: 8px; }
.gw-trust-intro h2 { max-width: 14ch; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.35rem,2.8vw,2rem); line-height: 1.05; }
.gw-trust-rail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 12px; overflow: hidden; background: #fcfbfa; }
.gw-trust-profile { position: relative; display: grid; min-width: 0; gap: 5px; padding: 18px 20px; border-left: 1px solid rgba(46, 34, 25, 0.14); color: inherit; text-decoration: none; transition: background-color .2s ease, transform .2s cubic-bezier(.22,1,.36,1); }
.gw-trust-profile:first-child { border-left: 0; }
a.gw-trust-profile:hover { background: undefined; }
.gw-trust-profile > .gw-icon { position: absolute; top: 16px; right: 14px; color: #63554b; font-size: 12px !important; }
.gw-trust-brand { display: flex; min-height: 28px; align-items: center; gap: 9px; color: #2e2219; font-weight: 800; font-size: .86rem; }
.gw-trust-brand img { width: 25px; height: 25px; object-fit: contain; }
.gw-trust-score { display: flex; align-items: baseline; gap: 4px; line-height: 1; }
.gw-trust-score strong { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.55rem,3vw,2.2rem); }
.gw-trust-score span { color: #63554b; font-size: .76rem; font-weight: 700; }
.gw-trust-profile small { color: #63554b; font-size: .72rem; }
.gw-trust-note { grid-column: 2; color: #63554b; font-size: .7rem; }
.gw-locality-list { display: flex; flex-wrap: wrap; gap: 10px; }
.gw-locality-chip { display: inline-flex; padding: 10px 16px; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .9rem; background: #ffffff; }
a.gw-locality-chip:hover { border-color: #0d8d81; transform: translateY(-1px); }
.gw-media-strip { overflow: hidden; }
.gw-media-strip-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.gw-carousel-controls { display: flex; gap: 8px; }
.gw-carousel-control { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(46, 34, 25, 0.24); border-radius: 50%; background: #ffffff; color: #2e2219; cursor: pointer; transition: transform .15s cubic-bezier(.25,1,.5,1), background .15s ease; }
.gw-carousel-control:hover { transform: translateY(-2px); background: #f6f3f1; }
.gw-carousel-control--prev .gw-icon { transform: rotate(180deg); }
.gw-carousel-viewport { overflow: hidden; }
.gw-media-strip-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px,34vw); grid-template-columns: none; gap: 12px; width: min(1500px,calc(100% - 24px)); margin: 0 auto; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gw-media-strip-track::-webkit-scrollbar { display: none; }
.gw-media-strip-item { height: 360px; overflow: hidden; border-radius: 12px; scroll-snap-align: center; }
.gw-media-strip-item:nth-child(even) { margin-top: 28px; height: 332px; }
.gw-media-strip-img { width: 100%; height: 100%; object-fit: cover; }
.gw-review-feature { background: #f6f3f1; }
.gw-review-feature-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr); gap: 48px; }
.gw-review-lead blockquote { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.45rem,3.2vw,2.35rem); line-height: 1.3; margin: 14px 0 20px; }
.gw-review-lead figcaption, .gw-review-compact figcaption { color: #63554b; font-weight: 700; }
.gw-review-compact { padding: 20px 0; border-top: 1px solid rgba(46, 34, 25, 0.14); }
.gw-review-compact blockquote { margin-bottom: 10px; }

/* cards ----------------------------------------------------------------- */
.gw-card { background: #ffffff; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 18px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.gw-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gw-card-body, .gw-card > h3, .gw-service { padding: 0; }
.gw-card-body { padding: 18px 20px 20px; }
.gw-service, .gw-review, .gw-location { padding: 22px; }
.gw-card h3 { font-size: 1.06rem; font-weight: 700; letter-spacing: -0.01em; }
.gw-card p { margin-top: 8px; font-size: .93rem; color: #63554b; }
.gw-badge { display: inline-block; margin-left: 6px; padding: 2px 10px; border-radius: 999px; background: rgba(13, 148, 136, 0.12); color: #0d8d81; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.gw-price { margin-top: 10px; font-weight: 800; color: #b34c05; }

/* lodging --------------------------------------------------------------- */
.gw-stay-room-grid { display: grid; gap: clamp(28px,5vw,68px); }
.gw-stay-room { display: grid; grid-template-columns: minmax(300px,1.05fr) minmax(0,.95fr); gap: clamp(28px,5vw,70px); align-items: center; }
.gw-stay-room:nth-child(even) .gw-stay-room-img { order: 2; }
.gw-stay-room-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; background: #f6f3f1; }
.gw-stay-room-copy h3 { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.55rem,3vw,2.4rem); line-height: 1.08; }
.gw-stay-room-copy > p:not(.gw-kicker) { margin-top: 13px; color: #63554b; }
.gw-stay-room-amenities { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 20px 0; }
.gw-stay-room-amenities li { padding: 7px 11px; border-radius: 999px; background: #f6f3f1; border: 1px solid rgba(46, 34, 25, 0.14); font-size: .82rem; font-weight: 700; }
.gw-stay-amenity-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; border-top: 1px solid rgba(46, 34, 25, 0.14); }
.gw-stay-amenity-list li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 20px 10px 20px 0; border-bottom: 1px solid rgba(46, 34, 25, 0.14); font-weight: 700; }
.gw-stay-amenity-list li span { color: #0d8d81; font-size: .75rem; letter-spacing: .12em; }
.gw-stay-practical { background: #f6f3f1; }
.gw-stay-practical-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(38px,8vw,110px); }
.gw-stay-facts { border-top: 1px solid rgba(46, 34, 25, 0.24); }
.gw-stay-facts > div, .gw-stay-nearby li { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid rgba(46, 34, 25, 0.14); }
.gw-stay-facts dt, .gw-stay-nearby span { color: #63554b; }
.gw-stay-facts dd, .gw-stay-nearby strong { text-align: right; font-weight: 800; }
.gw-stay-nearby { list-style: none; border-top: 1px solid rgba(46, 34, 25, 0.24); }
.gw-stay-booking-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.gw-stay-booking-links .gw-btn { display: grid; gap: 0; min-width: 180px; }
.gw-stay-booking-links small { font-size: .68rem; font-weight: 600; opacity: .72; }

/* reviews ---------------------------------------------------------------- */
.gw-review blockquote { margin-top: 10px; font-size: .95rem; line-height: 1.6; }
.gw-review figcaption { margin-top: 12px; font-size: .85rem; color: #63554b; }

/* gallery ---------------------------------------------------------------- */
.gw-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gw-gallery-grid figure:first-child { grid-row: span 2; }
.gw-gallery-img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; aspect-ratio: 4 / 3; }
.gw-gallery-grid figure:first-child .gw-gallery-img { aspect-ratio: auto; min-height: 100%; }
.gw-social-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gw-social-gallery > .gw-container > .gw-kicker { display: inline-flex; align-items: center; gap: 8px; }
.gw-social-card { overflow: hidden; }
.gw-social-card > a { position: relative; display: block; background: #f6f3f1; }
.gw-social-card .gw-gallery-img { border-radius: 0; aspect-ratio: 4 / 5; object-fit: contain; background: #f6f3f1; }
.gw-social-source { position: absolute; inset: 12px 12px auto auto; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: rgba(20,20,18,.76); color: #fff; font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.gw-social-source .gw-icon { width: 15px; height: 15px; }
.gw-social-card figcaption { display: grid; gap: 7px; padding: 14px 16px; color: #63554b; font-size: .9rem; line-height: 1.5; }
.gw-social-card figcaption > span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.gw-social-card figcaption small { font-weight: 700; color: #2e2219; }
.gw-social-more { margin-top: 24px; }
.gw-social-more .gw-more { display: inline-flex; align-items: center; gap: 8px; }

/* connected location ------------------------------------------------------ */
.gw-location-map { background: undefined; }
.gw-location-map-grid { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(360px,1.28fr); gap: clamp(28px,6vw,80px); align-items: center; }
.gw-location-map-copy { display: grid; justify-items: start; gap: 12px; }
.gw-location-map-copy p { color: #63554b; }
.gw-map-frame, .gw-map-fallback { width: 100%; min-height: 380px; border: 0; border-radius: undefined; background: #fcfbfa; }
.gw-map-fallback { display: grid; place-items: center; color: #63554b; border: 1px solid rgba(46, 34, 25, 0.14); }

/* menu book ---------------------------------------------------------------- */
.gw-menu-book { columns: 2; column-gap: 64px; padding: 72px 0; }
.gw-menu-book-section { break-inside: avoid; margin-bottom: 44px; }
.gw-menu-book-list { list-style: none; }
.gw-menu-book-list li { margin-top: 18px; }
.gw-menu-line { display: flex; align-items: baseline; gap: 8px; }
.gw-menu-name { font-weight: 700; }
.gw-menu-dots { flex: 1; border-bottom: 2px dotted rgba(46, 34, 25, 0.24); transform: translateY(-4px); }
.gw-menu-desc { font-size: .88rem; color: #63554b; margin-top: 4px; max-width: 52ch; }

/* facts / hours -------------------------------------------------------------- */
.gw-facts-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.gw-fact { display: grid; gap: 2px; margin-bottom: 16px; }
.gw-fact strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #63554b; }
.gw-fact a { color: #b34c05; font-weight: 600; text-decoration: none; }
.gw-hours { width: 100%; border-collapse: collapse; background: #ffffff; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 18px; overflow: hidden; }
.gw-hours caption { text-align: left; font-weight: 800; padding: 14px 18px 6px; }
.gw-hours th, .gw-hours td { text-align: left; padding: 10px 18px; font-size: .92rem; border-top: 1px solid rgba(46, 34, 25, 0.14); }
.gw-hours th { font-weight: 600; color: #63554b; }

/* banner ----------------------------------------------------------------------- */
.gw-banner-inner { background: linear-gradient(120deg, #8b3b04, #F97316); color: #ffffff; border-radius: 28px; padding: 52px; text-align: center; }
.gw-banner-inner h2 { color: inherit; }
.gw-banner-inner .gw-cta-row { justify-content: center; }

/* crosslinks + footer ------------------------------------------------------------ */
.gw-crosslinks { padding: 0 0 56px; font-weight: 600; }
.gw-crosslinks a { color: #b34c05; text-decoration: none; }
.gw-footer { border-top: 1px solid rgba(46, 34, 25, 0.14); background: #f6f3f1; padding: 44px 0 18px; }
.gw-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.gw-footer-brand { font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; }
.gw-footer p { font-size: .9rem; color: #63554b; }
.gw-footer-inner > div:first-child p:not(.gw-footer-brand) { display: flex; max-width: 58ch; align-items: flex-start; gap: 9px; margin-top: 7px; }
.gw-footer-inner > div:first-child .gw-icon { margin-top: .28em; color: #0d8d81; }
.gw-footer-nav { display: flex; flex-direction: column; gap: 8px; }
.gw-footer-nav a { text-decoration: none; font-size: .92rem; color: #63554b; }
.gw-footer-nav a:hover { color: #2e2219; }
.gw-footer-actions { display: flex; flex-basis: 100%; flex-wrap: wrap; gap: 10px; padding-top: 22px; border-top: 1px solid rgba(46, 34, 25, 0.14); }
.gw-footer-actions a { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 999px; color: #63554b; text-decoration: none; font-size: .82rem; font-weight: 750; }
.gw-footer-actions a:hover { border-color: rgba(46, 34, 25, 0.24); color: #2e2219; background: #ffffff; }
.gw-footer-actions [data-gloo-action="instagram"] .gw-icon { color: #E4405F; }
.gw-footer-actions [data-gloo-action="whatsapp"] .gw-icon { color: #128C7E; }
.gw-footer-actions [data-gloo-action="google_reviews"] .gw-icon { color: #4285F4; }
.gw-powered { text-align: center; margin-top: 34px; font-size: .78rem; color: #63554b; opacity: .7; }

/* faq (shared component rendered by the generator) --------------------------------- */
.gloo-faq { padding: 0 0 72px; }
.gloo-faq h2 { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin-bottom: 16px; }
.gloo-faq details { border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; background: #ffffff; }
.gloo-faq summary { cursor: pointer; font-weight: 700; }
.gloo-faq .gloo-faq-a { margin-top: 8px; color: #63554b; line-height: 1.6; }
.gloo-faq-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* legacy content compatibility (assistant embeds + custom HTML pages) --------------- */
.content-section { padding: 56px 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.seo-card { background: #ffffff; border: 1px solid rgba(46, 34, 25, 0.14); border-radius: 18px; padding: 22px; }
.seo-card p { margin-top: 8px; font-size: .93rem; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.links-row { display: flex; flex-wrap: wrap; gap: 12px; padding: 0 0 56px; }
.btn { display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 1px solid rgba(46, 34, 25, 0.24); background: #ffffff; color: #2e2219; font-size: .95rem; }
.btn-primary { background: #8b3b04; color: #ffffff; border-color: #8b3b04; }
.hero { padding: 72px 0 0; }
.hero h1 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.08; letter-spacing: -0.02em; }
.hero .lead { margin-top: 14px; color: #63554b; font-size: 1.1rem; }

/* whatsapp fab ----------------------------------------------------------------------- */
.wa-fab { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 999px; background: #25D366; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28); z-index: 50; text-decoration: none; }
.wa-fab svg, .wa-fab .gw-icon { width: 30px; height: 30px; }
.gw-mobile-actions { display: none; }

/* reveal animation hooks (site.js) ---------------------------------------------------- */
.reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity .56s cubic-bezier(.22,1,.36,1), transform .56s cubic-bezier(.22,1,.36,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.gw-hero-inner > * { animation: gw-arrive .72s cubic-bezier(.22,1,.36,1) both; }
.gw-hero-inner > :nth-child(2) { animation-delay: .08s; }
.gw-hero-inner > :nth-child(3) { animation-delay: .15s; }
.gw-hero-inner > :nth-child(4) { animation-delay: .22s; }
@keyframes gw-arrive { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* responsive --------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .gw-header-inner { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 0 10px; min-height: 62px; padding: 4px 0; }
  .gw-brand { grid-column: 1; grid-row: 1; max-width: 100%; min-height: 44px; }
  .gw-header-cta { grid-column: 2; grid-row: 1; padding: 10px 18px; }
  .gw-menu-toggle { display: inline-flex; grid-column: 3; grid-row: 1; }
  .gw-nav { display: none; }
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-hero--split .gw-hero-split { grid-template-columns: 1fr; gap: 28px; padding: 56px 0; }
  .gw-facts-grid { grid-template-columns: 1fr; }
  .gw-location-map-grid { grid-template-columns: 1fr; }
  .gw-menu-book { columns: 1; }
  .gw-feature-grid, .gw-story-split-inner, .gw-review-feature-grid { grid-template-columns: 1fr; }
  .gw-stay-room { grid-template-columns: 1fr; }
  .gw-stay-room:nth-child(even) .gw-stay-room-img { order: 0; }
  .gw-stay-amenity-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gw-feature-lead { min-height: 480px; }
  .gw-media-strip-track { grid-auto-columns: minmax(240px,70vw); padding-bottom: 26px; }
}
@media (max-width: 640px) {
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: 1fr; }
  .gw-header-inner { grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding-top: 4px; }
  .gw-brand { min-height: 40px; }
  .gw-header-cta { display: none; }
  .gw-menu-toggle { grid-column: 2; }
  .gw-section { padding: 52px 0; }
  .gw-hero--immersive { min-height: 72vh; }
  .gw-banner-inner { padding: 34px 22px; }
  .gw-feature-heading { grid-template-columns: 1fr; gap: 12px; }
  .gw-feature-lead { min-height: 430px; }
  .gw-feature-list article { grid-template-columns: 28px minmax(0,1fr); }
  .gw-feature-list article > .gw-price { grid-column: 2; }
  .gw-proof-grid { grid-template-columns: repeat(2,1fr); gap: 20px 0; }
  .gw-proof-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .gw-trust-strip-inner { grid-template-columns: 1fr; gap: 18px; }
  .gw-trust-intro h2 { max-width: 18ch; }
  .gw-trust-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 74vw; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gw-trust-rail::-webkit-scrollbar { display: none; }
  .gw-trust-profile { min-height: 132px; border-left: 1px solid rgba(46, 34, 25, 0.14); scroll-snap-align: start; }
  .gw-trust-profile:first-child { border-left: 0; }
  .gw-trust-note { grid-column: 1; }
  .gw-story-img { aspect-ratio: 16 / 10; }
  .gw-map-frame, .gw-map-fallback { min-height: 300px; }
  .gw-stay-amenity-list, .gw-stay-practical-grid { grid-template-columns: 1fr; }
  body.gw { padding-bottom: 72px; }
  .gw-mobile-actions { position: fixed; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; inset: auto 0 0; z-index: 70; min-height: 64px; padding: 8px max(12px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background: #ffffff; border-top: 1px solid rgba(46, 34, 25, 0.14); box-shadow: 0 -10px 30px rgba(15,23,42,.12); }
  .gw-mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-height: 48px; padding: 0 12px; text-decoration: none; font-size: .76rem; line-height: 1.1; font-weight: 800; border-left: 1px solid rgba(46, 34, 25, 0.14); }
  .gw-mobile-actions .gw-icon { width: 19px; height: 19px; }
  .gw-mobile-actions a:first-child { border-left: 0; color: #b34c05; }
  .gw-mobile-actions--booking { grid-template-columns: minmax(0,1.7fr) repeat(2,minmax(64px,.65fr)); grid-auto-columns: auto; }
  .gw-mobile-actions.gw-mobile-actions--booking .gw-mobile-action--primary { flex-direction: row; gap: 8px; margin-right: 8px; border: 0; border-radius: 8px; background: #8b3b04; color: #ffffff; }
  .gw-media-strip-head { align-items: center; }
  .gw-carousel-control { width: 42px; height: 42px; }
  .gw-media-strip-track { grid-auto-columns: 82vw; }
  .gw-media-strip-item, .gw-media-strip-item:nth-child(even) { height: min(112vw,460px); margin-top: 0; }
  .gw-social-gallery-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 82vw; grid-template-columns: none; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
  .gw-social-gallery-grid::-webkit-scrollbar { display: none; }
  .gw-social-card { scroll-snap-align: center; }
  .wa-fab { bottom: 82px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gw-vibe-ticker-track { animation: none; transform: none; }
  .gw-hero-inner > *, .reveal-on-scroll, .reveal-on-scroll.is-visible { animation: none; opacity: 1; transform: none; transition-duration: .01ms; }
  .gw-mobile-drawer-panel, .gw-mobile-drawer-backdrop, .gw-btn, .gw-card, .gw-carousel-control { transition-duration: .01ms; }
}

/* roam personality ---------------------------------------------------- */
body.gw--roam { background: linear-gradient(180deg, #ffffff, #fcfbfa 32rem); }
.gw--roam .gw-header { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(16px); }
.gw--roam .gw-brand span { font-family: "Fraunces", Georgia, serif; font-size: 1.16rem; font-weight: 700; }
.gw--roam .gw-header-cta { border-radius: 8px; }
.gw--roam .gw-hero--immersive { min-height: min(92vh, 860px); }
.gw--roam .gw-hero--immersive .gw-hero-inner { padding-bottom: clamp(62px,10vw,110px); }
.gw--roam .gw-hero h1 { max-width: 12ch; font-size: clamp(3rem,8vw,6.7rem); font-weight: 600; }
.gw--roam .gw-hero .gw-lead { max-width: 42ch; }
.gw--roam .gw-kicker { color: #b34c05; }
.gw--roam .gw-hero--immersive .gw-kicker { color: #fff; }
.gw--roam .gw-btn { border-radius: 8px; }
.gw--roam .gw-section { padding: clamp(64px,8vw,104px) 0; }
.gw--roam .gw-section h2 { font-size: clamp(2rem,4.5vw,3.9rem); line-height: 1.04; }
.gw--roam .gw-stay-room-img { border-radius: 4px 80px 4px 4px; }
.gw--roam .gw-stay-room:nth-child(even) .gw-stay-room-img { border-radius: 80px 4px 4px 4px; }
.gw--roam .gw-stay-amenities { background: #8b3b04; color: #ffffff; }
.gw--roam .gw-stay-amenities .gw-kicker, .gw--roam .gw-stay-amenities .gw-feature-heading > p { color: inherit; opacity: .82; }
.gw--roam .gw-stay-amenity-list { border-color: rgba(255, 255, 255, 0.32); }
.gw--roam .gw-stay-amenity-list li { border-color: rgba(255, 255, 255, 0.24); }
.gw--roam .gw-stay-amenity-list li span { color: #ffffff; opacity: .75; }
.gw--roam .gw-stay-booking .gw-container { padding: clamp(32px,6vw,72px); border: 1px solid rgba(46, 34, 25, 0.14); background: #ffffff; }
.gw--roam .gw-gallery-img { border-radius: 4px; }
.gw--roam .gw-footer { background: #8b3b04; color: #ffffff; }
.gw--roam .gw-footer p, .gw--roam .gw-footer a { color: inherit; opacity: .82; }
@media (max-width: 640px) {
  .gw--roam .gw-hero h1 { font-size: clamp(2.65rem,14vw,4.6rem); }
  .gw--roam .gw-stay-room-img, .gw--roam .gw-stay-room:nth-child(even) .gw-stay-room-img { border-radius: 3px 42px 3px 3px; }
  .gw--roam .gw-stay-booking .gw-container { width: calc(100% - 24px); }
}


/* --- universal contact experience --- */
.gw-contact-layout { display:grid; grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr); gap:clamp(2rem,6vw,5rem); align-items:start; }
.gw-contact-intro { position:sticky; top:110px; }
.gw-contact-intro h2 { margin:.35rem 0 1rem; }
.gw-contact-response { margin-top:1.4rem; }
.gw-contact-safety { margin-top:1rem; padding:.9rem 1rem; border-radius:12px; background:#fff7ed; color:#7c2d12; border:1px solid #fed7aa; }
.gw-contact-fallback { margin-top:1.25rem; }
.gw-contact-form { padding:clamp(1.25rem,4vw,2rem); border:1px solid var(--gw-line,#d6d3d1); border-radius:18px; background:var(--gw-surface-raised,#fff); box-shadow:0 20px 50px rgba(28,25,23,.08); }
.gw-form-field { display:grid; gap:.45rem; margin-bottom:1rem; }
.gw-form-pair { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.gw-form-field label { font-weight:700; font-size:.92rem; }
.gw-form-field input,.gw-form-field select,.gw-form-field textarea { width:100%; min-height:46px; border:1px solid var(--gw-line,#d6d3d1); border-radius:10px; padding:.72rem .82rem; background:var(--gw-surface,#fff); color:var(--gw-ink,#1c1917); font:inherit; }
.gw-form-field textarea { min-height:130px; resize:vertical; }
.gw-form-field input:focus,.gw-form-field select:focus,.gw-form-field textarea:focus { outline:3px solid color-mix(in srgb,var(--gw-brand,#2563eb) 22%,transparent); border-color:var(--gw-brand,#2563eb); }
.gw-form-help,.gw-form-privacy { margin:-.45rem 0 1rem; color:var(--gw-muted,#57534e); font-size:.82rem; line-height:1.55; }
.gw-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; white-space:nowrap!important; }
.gw-contact-form .cf-turnstile { margin:1rem 0; min-height:65px; }
.gw-form-status { min-height:1.5rem; margin-top:.8rem; font-size:.9rem; font-weight:600; }
.gw-form-status[data-state="success"] { color:#166534; }
.gw-form-status[data-state="error"] { color:#b91c1c; }
.gw-contact-form[aria-busy="true"] button[type="submit"] { opacity:.65; cursor:wait; }
.gw-privacy p { max-width:70ch; }
@media (max-width:760px) { .gw-contact-layout { grid-template-columns:1fr; } .gw-contact-intro { position:static; } .gw-form-pair { grid-template-columns:1fr; gap:0; } .gw-contact-form { border-radius:14px; } }
@media (prefers-reduced-motion:reduce) { .gw-contact-form * { scroll-behavior:auto!important; } }
