/*
Theme Name: City Gate Hotel
Theme URI: https://citygate-saranda.com/
Author: The City Gate Hotel
Description: A bold, image-led WordPress theme for The City Gate Hotel in Sarandë, Albania.
Version: 1.0.28
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: city-gate-hotel
*/


:root {
  --ink: #0a2429;
  --deep: #062f3b;
  --sea: #075e6b;
  --coral: #f15a3a;
  --sand: #eee4d3;
  --lilac: #b39eb5;
  --heart-red: #c9342f;
  --cream: #f8f4ec;
  --white: #fffdfa;
  --line: rgba(10, 36, 41, 0.2);
  --shell: min(1320px, calc(100vw - 72px));
  --hero-shell: min(1472px, calc(100vw - 24px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
::selection { background: var(--coral); color: var(--white); }

.page-shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: 130px; }
.eyebrow { margin: 0 0 24px; font-size: 0.72rem; line-height: 1; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 800; }
.eyebrow--light { color: rgba(255,255,255,.67); }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: var(--hero-shell); height: 106px; padding-inline: clamp(18px, 2.5vw, 38px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.42); background: linear-gradient(180deg, rgba(4,31,39,.72) 0%, rgba(4,31,39,.34) 72%, rgba(4,31,39,.08) 100%); text-shadow: 0 1px 12px rgba(4,31,39,.65); }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 38px; height: 52px; position: relative; display: inline-flex; overflow: hidden; background: #050505; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; text-transform: uppercase; }
.brand-copy strong { font-size: .85rem; letter-spacing: .1em; }
.brand-copy small { font-size: .56rem; letter-spacing: .22em; opacity: .78; }
.desktop-nav { justify-self: end; display: flex; align-items: center; gap: clamp(19px, 2.3vw, 34px); }
.desktop-nav a { position: relative; padding: 13px 0 12px; color: rgba(255,255,255,.88); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease, transform .2s ease, text-shadow .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 3px; background: var(--coral); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-current { color: var(--white); text-shadow: 0 1px 16px rgba(255,255,255,.3); }
.desktop-nav a:hover { transform: translateY(-1px); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-current::after { right: 0; }
.mobile-menu { display: none; }

.hero-booking-stage { position: relative; background: var(--cream); }
.hero.hero--home { width: 100%; max-width: none; margin-inline: 0; background: var(--deep) url("/wp-content/uploads/2024/03/saranda_albania.jpg") center 50% / cover no-repeat; }
.hero.hero--home > .hero-image { opacity: 0; }
.hero { width: var(--hero-shell); min-height: 100svh; height: 100svh; margin-inline: auto; position: relative; z-index: 0; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-image { object-position: 52% 34%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,26,33,.72) 0%, rgba(4,26,33,.28) 52%, rgba(4,26,33,.18) 100%), linear-gradient(0deg, rgba(4,26,33,.55), transparent 55%); }
.hero-shade--strong { background: linear-gradient(90deg, rgba(4,26,33,.78), rgba(4,26,33,.2)), linear-gradient(0deg, rgba(4,26,33,.58), transparent 60%); }
.hero-content { width: 100%; height: 100%; margin: 0; padding: 0 clamp(30px, 5vw, 76px) clamp(104px, 14svh, 148px); position: relative; z-index: 2; display: flex; align-items: flex-end; }
.hero-kicker { margin: 0 0 26px; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; }
.hero h1, .inner-hero h1 { margin: 0; max-width: 970px; font-size: clamp(4.9rem, 8.8vw, 9.5rem); line-height: .79; letter-spacing: -.075em; text-transform: uppercase; font-weight: 900; }
.hero h1 { max-width: 890px; font-size: clamp(4.4rem, 7.6vw, 8.25rem); line-height: .82; letter-spacing: -.065em; animation: city-gate-hero-float 7s ease-in-out infinite; will-change: transform; }
.hero h1 em, .inner-hero h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; text-transform: none; letter-spacing: -.07em; }
.hero-actions { margin-top: 52px; display: flex; align-items: center; gap: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px; font-size: .68rem; line-height: 1; letter-spacing: .13em; font-weight: 900; text-transform: uppercase; border: 0; transition: transform .22s ease, background-color .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); }
.button--coral { background: var(--coral); color: var(--white); }
.button--coral:hover { background: #ff7358; }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--coral); }
.text-link { display: inline-flex; align-items: center; gap: 36px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: .67rem; line-height: 1; letter-spacing: .13em; font-weight: 900; text-transform: uppercase; }
.text-link span { font-size: 1.1rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: var(--white); }
.hero-index { position: absolute; z-index: 2; right: 36px; bottom: 44px; display: flex; align-items: center; gap: 16px; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; font-size: .58rem; letter-spacing: .2em; font-weight: 800; }
.hero-index i { width: 78px; height: 1px; background: rgba(255,255,255,.55); }

.booking-strip { width: min(1400px, calc(100vw - 48px)); min-height: 116px; margin: -58px auto 0; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; background: var(--white); box-shadow: 0 22px 55px rgba(6,47,59,.12); }
.booking-strip > * { padding: 28px 34px; border-right: 1px solid var(--line); display: flex; align-items: center; gap: 17px; }
.booking-strip small { font-size: .59rem; opacity: .52; }
.booking-strip strong { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.booking-strip > a { border: 0; background: var(--coral); color: white; justify-content: space-between; font-size: .69rem; letter-spacing: .12em; font-weight: 900; text-transform: uppercase; }
.booking-strip > a span { font-size: 1.3rem; }

.booking-engine-section { position: relative; z-index: 4; margin-top: -58px; padding-bottom: 78px; scroll-margin-top: 24px; background: linear-gradient(transparent 0 58px, var(--cream) 58px); }
.booking-engine-shell { padding: 42px 46px 46px; background: var(--white); box-shadow: 0 22px 55px rgba(6,47,59,.14); }
.booking-engine-heading { margin-bottom: 30px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.booking-engine-heading .eyebrow { margin-bottom: 13px; color: var(--coral); }
.booking-engine-heading h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.booking-engine-heading > p { max-width: 430px; margin: 0; color: #526468; line-height: 1.65; }
.booking-engine-widget { width: 100%; min-width: 0; }
.booking-engine-widget iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.booking-engine-widget form { max-width: 100%; }
.booking-engine-widget :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea, button) { max-width: 100%; font: inherit; }
.booking-engine-notice { margin: 0; padding: 22px; border: 1px solid var(--line); color: #526468; line-height: 1.6; }

.intro-section { position: relative; z-index: 2; display: grid; grid-template-columns: .65fr 1.8fr .75fr; gap: 72px; align-items: start; overflow: hidden; background: var(--cream); }
.intro-label { display: flex; gap: 14px; align-items: flex-start; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.intro-label span { opacity: .42; }
.intro-label p { margin: 0; line-height: 1.55; }
.intro-copy h2, .section-heading h2, .breakfast-copy h2, .location-title h2, .rooms-intro h2, .guide-intro h2 { margin: 0; font-size: clamp(3.2rem, 5.6vw, 6.2rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; font-weight: 900; }
.intro-copy h2 em, .breakfast-copy h2 em, .location-title h2 em, .rooms-intro h2 em, .guide-intro h2 em { font-family: Georgia, serif; color: var(--coral); text-transform: none; font-weight: 400; }
.intro-body { max-width: 720px; margin: 46px 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.intro-body p { margin: 0; color: #405458; font-size: .98rem; line-height: 1.75; }
.intro-art { position: relative; height: 410px; margin-top: 40px; overflow: hidden; background: #050505; }
.intro-art img { object-position: center 62%; opacity: .92; }

.rooms-feature { background: var(--sand); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading > p { margin: 0 0 7px; max-width: 390px; color: #526468; font-size: 1rem; line-height: 1.7; }
.section-heading--light { color: var(--white); }
.section-heading--light > p { color: rgba(255,255,255,.62); }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.room-card { background: var(--white); transition: transform .3s ease; }
.room-card:hover { transform: translateY(-8px); }
.room-image-wrap { position: relative; aspect-ratio: 4 / 4.3; overflow: hidden; background: #ded7cc; }
.room-image-wrap img { transition: transform .5s ease; }
.room-card:hover .room-image-wrap img { transform: scale(1.04); }
.room-card-copy { min-height: 205px; padding: 30px; position: relative; }
.room-card-copy small { display: block; margin-bottom: 16px; color: #728084; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.room-card-copy h3 { margin: 0; max-width: 270px; font-size: 1.68rem; line-height: 1.02; letter-spacing: -.04em; text-transform: uppercase; }
.room-card-copy p { margin: 13px 0 0; color: #657477; font-size: .83rem; }
.room-arrow { position: absolute; right: 28px; bottom: 28px; font-size: 1.4rem; color: var(--coral); }

.amenity-band { padding-block: 44px; background: var(--lilac); color: var(--ink); overflow: hidden; }
.amenity-band .page-shell { display: grid; grid-template-columns: minmax(170px, .58fr) minmax(0, 2.42fr); align-items: center; gap: clamp(28px, 4vw, 58px); }
.amenity-band .eyebrow { min-width: 0; margin: 0; color: var(--ink); line-height: 1.35; }
.amenity-row { width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; white-space: normal; color: var(--ink); font-size: clamp(.95rem, 1.55vw, 1.45rem); font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.amenity-row span { min-width: 0; min-height: 62px; padding: 10px clamp(10px, 1.3vw, 20px); display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.05; overflow-wrap: anywhere; }
.amenity-row span + span { border-left: 1px solid rgba(10,36,41,.22); }
.amenity-row i { display: none; }

.breakfast-section { display: grid; grid-template-columns: 1.5fr .82fr; gap: 8%; align-items: center; }
.breakfast-image { position: relative; min-height: 650px; }
.breakfast-copy h2 { font-size: clamp(3.5rem, 6vw, 6.6rem); }
.breakfast-copy > p:last-child { max-width: 400px; margin: 40px 0 0; color: #526468; line-height: 1.75; }

.discover-section { background: var(--deep); color: var(--white); }
.discover-mosaic { display: grid; grid-template-columns: 1.55fr 1fr; gap: 18px; align-items: end; }
.discover-tile { position: relative; overflow: hidden; display: block; }
.discover-tile--wide { aspect-ratio: 1.45; }
.discover-tile--tall { aspect-ratio: .8; max-height: 670px; }
.discover-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,26,33,.8)); }
.discover-tile img { transition: transform .6s ease; }
.discover-tile:hover img { transform: scale(1.035); }
.discover-tile > span { position: absolute; z-index: 2; left: 32px; bottom: 30px; font-size: 1.5rem; line-height: 1; text-transform: uppercase; font-weight: 800; letter-spacing: -.03em; }
.discover-tile small { display: block; margin-bottom: 10px; font-size: .59rem; letter-spacing: .16em; color: rgba(255,255,255,.64); }

.location-section { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12%; align-items: end; }
.location-details { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.location-details small { display: block; margin-bottom: 12px; font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: #788689; }
.location-details p, .location-details a { display: block; margin: 0 0 6px; font-size: .9rem; line-height: 1.6; }
.location-details .button { grid-column: 1 / -1; width: max-content; margin-top: 10px; }

.site-footer { position: relative; padding: 120px max(36px, calc((100vw - 1320px)/2)) 30px; color: var(--white); background: #041f27; overflow: hidden; }
.footer-bird { position: absolute; right: 4%; top: 5%; width: 260px; height: 390px; opacity: .08; }
.footer-bird img { object-fit: cover; }
.footer-main { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 110px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-main h2 { margin: 0; max-width: 850px; font-size: clamp(3.4rem, 6.2vw, 7rem); line-height: .89; letter-spacing: -.07em; text-transform: uppercase; }
.circle-link { flex: 0 0 auto; width: 170px; height: 170px; padding: 31px; border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; background: var(--coral); text-transform: uppercase; font-size: .66rem; line-height: 1.4; letter-spacing: .14em; font-weight: 900; transition: transform .3s ease; }
.circle-link:hover { transform: rotate(5deg) scale(1.04); }
.circle-link b { align-self: end; font-size: 1.6rem; }

.home .circle-link {
  position: absolute;
  z-index: 2;
  top: 46%;
  right: clamp(220px, 13.5vw, 255px);
  width: 190px;
  height: 170px;
  margin: 0;
  padding: 0 26px 20px;
  border-radius: 0;
  clip-path: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 92'%3E%3Cpath fill='black' d='M50 91C46 88 5 63 5 30C5 12 18 2 33 2C42 2 48 7 50 15C52 7 58 2 67 2C82 2 95 12 95 30C95 63 54 88 50 91Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 92'%3E%3Cpath fill='black' d='M50 91C46 88 5 63 5 30C5 12 18 2 33 2C42 2 48 7 50 15C52 7 58 2 67 2C82 2 95 12 95 30C95 63 54 88 50 91Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  display: grid;
  place-items: center;
  background: var(--heart-red);
  color: var(--white);
  text-align: center;
  line-height: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0 14px 24px rgba(4,31,39,.24));
}
.home .circle-link span { font-size: 0; }
.home .circle-link span::after { content: "BOOK NOW"; font-size: .82rem; line-height: 1; letter-spacing: .14em; font-weight: 900; }
.home .circle-link b { display: none; }
.home .circle-link:hover { transform: translateY(-50%) scale(1.05); }
.home .circle-link:focus-visible { outline: 0; filter: drop-shadow(0 0 6px var(--white)) drop-shadow(0 14px 24px rgba(4,31,39,.24)); }

@media (max-width: 1350px) {
  .home .footer-main { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 36px; }
  .home .circle-link { position: relative; top: auto; right: auto; width: 170px; height: 154px; transform: none; }
  .home .circle-link:hover { transform: scale(1.05); }
}

@media (max-width: 760px) {
  .home .footer-main { display: block; }
  .home .circle-link { width: 160px; height: 145px; margin: 38px 0 0; padding: 0 22px 17px; }
  .home .circle-link span::after { font-size: .76rem; }
}

.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1.2fr; gap: 65px; padding: 70px 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 9px; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.65; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.42); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }

/* Inner page foundations */
.inner-hero { width: var(--hero-shell); min-height: 760px; height: 88svh; margin-inline: auto; position: relative; color: var(--white); overflow: hidden; background: var(--deep); }
.inner-hero--rooms { background: var(--deep) url("assets/images/rooms-hero-2026.jpg") center 52% / cover no-repeat; }
.inner-hero--rooms > img { opacity: 0; }
.inner-hero--explore > img { object-position: center 45%; }
.inner-hero-copy { position: relative; z-index: 2; padding-top: clamp(230px, 28vh, 310px); }
.inner-hero-copy h1 { max-width: 1070px; font-size: clamp(4.7rem, 8.7vw, 9rem); }
.inner-hero-copy > p:last-child { max-width: 520px; margin: 38px 0 0; font-size: 1rem; line-height: 1.65; color: rgba(255,255,255,.78); }

/* Rooms page */
.rooms-intro { display: grid; grid-template-columns: .7fr 1.7fr .9fr; gap: 60px; align-items: end; }
.rooms-intro .eyebrow { align-self: start; }
.rooms-intro > p:last-child { margin: 0 0 8px; color: #53666a; line-height: 1.75; }
.room-list { padding-bottom: 120px; }
.room-detail { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 650px; margin-bottom: 100px; background: var(--white); }
.room-detail--reverse { grid-template-columns: .8fr 1.2fr; }
.room-detail--reverse .room-detail-image { grid-column: 2; }
.room-detail--reverse .room-detail-copy { grid-column: 1; grid-row: 1; }
.room-detail-image { position: relative; min-height: 650px; background: #ded7cc; }
.room-detail-copy { padding: 75px 70px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.room-detail-copy > small { margin-bottom: 20px; color: var(--coral); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.room-detail-copy h2 { margin: 0; font-size: clamp(2.8rem, 4.5vw, 4.8rem); line-height: .91; letter-spacing: -.06em; text-transform: uppercase; }
.room-detail-copy h3 { margin: 18px 0 27px; font-family: Georgia, serif; font-size: 1.28rem; font-weight: 400; color: var(--coral); }
.room-detail-copy > p { margin: 0; max-width: 480px; color: #526468; font-size: .95rem; line-height: 1.75; }
.room-detail-copy ul { width: 100%; margin: 35px 0; padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; border-block: 1px solid var(--line); list-style: none; color: #4e6266; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; }
.room-detail-copy li::before { content: "+"; margin-right: 8px; color: var(--coral); }
.all-amenities { background: var(--deep); color: var(--white); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.amenity-grid > div { min-height: 175px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.amenity-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.06); }
.amenity-icon img { width: 27px; height: 27px; object-fit: contain; filter: brightness(0) invert(1); opacity: .82; }
.amenity-grid strong { font-size: 1rem; letter-spacing: -.02em; text-transform: uppercase; }
.room-gallery { display: grid; grid-template-columns: 1.45fr .65fr; gap: 8%; }
.gallery-main { position: relative; min-height: 0; aspect-ratio: 2400 / 1714; align-self: start; overflow: hidden; }
.gallery-side { padding-top: 70px; }
.gallery-side h2 { margin: 0; font-size: clamp(2.8rem, 4.7vw, 5rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.gallery-side > p:not(.eyebrow) { margin: 30px 0 45px; color: #526468; line-height: 1.75; }
.gallery-small { position: relative; aspect-ratio: 1.08; }
.direct-cta { padding: 120px 36px; text-align: center; background: var(--coral); color: var(--white); }
.direct-cta h2 { margin: 0 0 42px; font-size: clamp(4rem, 7.5vw, 8rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.direct-cta > div { display: flex; align-items: center; justify-content: center; gap: 30px; }
.direct-cta .button--coral { background: var(--white); color: var(--ink); }
.direct-cta > div > a:last-child { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }

/* Things to do page */
.guide-intro { display: grid; grid-template-columns: .65fr 1.5fr .8fr; gap: 70px; align-items: end; }
.guide-intro > div { align-self: start; display: flex; flex-direction: column; gap: 9px; font-size: .58rem; letter-spacing: .15em; font-weight: 800; }
.guide-intro > div i { width: 65px; height: 1px; margin-block: 7px; background: var(--coral); }
.guide-intro > p { margin: 0 0 7px; color: #526468; line-height: 1.75; }
.place-list { padding-bottom: 140px; }
.place-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8%; align-items: center; margin-bottom: 130px; }
.place-card--offset { grid-template-columns: .65fr 1.35fr; }
.place-card--offset .place-image { grid-column: 2; }
.place-card--offset .place-copy { grid-column: 1; grid-row: 1; }
.place-image { position: relative; min-height: 650px; }
.place-copy small { display: block; margin-bottom: 22px; color: var(--coral); font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.place-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.place-copy p { margin: 30px 0; max-width: 440px; color: #526468; line-height: 1.75; }
.day-trip { background: var(--deep); color: var(--white); }
.day-trip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.day-trip-photo { position: relative; min-height: 730px; }
.day-trip-copy h2 { margin: 0 0 55px; font-size: clamp(3.4rem, 5.6vw, 6.2rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.route-list { border-top: 1px solid rgba(255,255,255,.2); }
.route-list a { padding: 24px 0; display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .2s ease; }
.route-list a:hover { padding-left: 10px; }
.route-list span { color: rgba(255,255,255,.4); font-size: .58rem; }
.route-list strong { font-size: 1.05rem; text-transform: uppercase; }
.route-list b { color: var(--coral); font-size: 1.15rem; }
.guide-cta { min-height: 760px; position: relative; display: grid; place-items: center; color: var(--white); text-align: center; overflow: hidden; }
.guide-cta > div:last-child { position: relative; z-index: 2; }
.guide-cta h2 { margin: 0 0 45px; font-size: clamp(4.2rem, 8vw, 9rem); line-height: .82; letter-spacing: -.08em; text-transform: uppercase; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 940px); }
  body:has(.mobile-menu[open]) { overflow: hidden; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .header-book { display: none; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { position: relative; z-index: 32; width: 46px; height: 46px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 29px; height: 2px; margin: 0; background: currentColor; transition: transform .2s ease, width .2s ease; }
  .mobile-menu summary span:last-child { width: 20px; }
  .mobile-menu[open] summary { position: fixed; z-index: 32; right: 24px; top: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.09); }
  .mobile-menu[open] summary > span { position: absolute; top: 50%; left: 50%; width: 24px !important; margin: 0; transform-origin: center; }
  .mobile-menu[open] summary > span:first-of-type { transform: translate(-50%, -50%) rotate(45deg) !important; }
  .mobile-menu[open] summary > span:last-of-type { transform: translate(-50%, -50%) rotate(-45deg) !important; }
  .mobile-menu-panel { position: fixed; z-index: 30; inset: 0; min-height: 100dvh; padding: 34px clamp(24px, 7vw, 58px) 34px; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; background: var(--deep); color: var(--white); }
  .mobile-menu-brand { min-height: 54px; padding-right: 64px; display: flex; flex-direction: column; justify-content: center; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.24); text-transform: uppercase; }
  .mobile-menu-brand strong { font-size: .75rem; letter-spacing: .14em; }
  .mobile-menu-brand small { color: rgba(255,255,255,.7); font-size: .52rem; letter-spacing: .2em; }
  .mobile-menu-links { margin-top: clamp(34px, 8vh, 72px); display: flex; flex-direction: column; }
  .mobile-menu-links a { padding: 18px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.9); font-size: clamp(1.65rem, 6.7vw, 2.35rem); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; font-weight: 800; transition: color .2s ease, padding-left .2s ease, background-color .2s ease; }
  .mobile-menu-links a:first-child { border-top: 1px solid rgba(255,255,255,.24); }
  .mobile-menu-links a:hover, .mobile-menu-links a:focus-visible { padding-left: 12px; color: var(--white); background: rgba(255,255,255,.04); }
  .mobile-menu-links a.is-current { padding-left: 14px; border-left: 3px solid var(--coral); color: var(--coral); }
  .mobile-contact { margin-top: auto; padding-top: 34px; display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.7); font-size: .72rem; line-height: 1.55; }
  .booking-strip { grid-template-columns: repeat(3, 1fr); }
  .booking-strip > a { grid-column: 1 / -1; min-height: 78px; }
  .intro-section { grid-template-columns: .55fr 2fr; }
  .intro-art { display: none; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); }
  .amenity-band .page-shell { grid-template-columns: 1fr; gap: 24px; }
  .amenity-band .eyebrow { margin-bottom: 0; }
  .amenity-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .location-section { gap: 7%; }
  .rooms-intro, .guide-intro { grid-template-columns: .5fr 1.7fr; }
  .rooms-intro > p:last-child, .guide-intro > p { grid-column: 2; }
  .room-detail, .room-detail--reverse { grid-template-columns: 1fr 1fr; }
  .room-detail-copy { padding: 55px 40px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .place-card, .place-card--offset { grid-template-columns: 1.2fr .8fr; gap: 6%; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); --hero-shell: calc(100vw - 12px); }
  .section-pad { padding-block: 82px; }
  .site-header { height: 84px; }
  .brand-mark { width: 31px; height: 44px; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { font-size: .48rem; }
  .hero { min-height: 100svh; height: 100svh; }
  .hero.hero--home {
    min-height: 0;
    height: auto;
    max-height: none;
    padding-top: 54.1vw;
    background-color: var(--deep);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .hero.hero--home .hero-content {
    height: auto;
    padding: clamp(34px, 9vw, 46px) 22px clamp(46px, 12vw, 58px);
    display: block;
  }
  .hero-image { object-position: 52% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,26,33,.92) 0%, rgba(4,26,33,.58) 38%, rgba(4,26,33,.08) 72%), linear-gradient(90deg, rgba(4,26,33,.25), rgba(4,26,33,.04)); }
  .hero-content { height: 100%; padding: 0 22px clamp(92px, 14svh, 118px); display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); line-height: .86; letter-spacing: -.055em; }
  .inner-hero-copy h1 { font-size: clamp(3.1rem, 14.5vw, 4.35rem); line-height: .84; }
  .hero-kicker { max-width: 260px; margin-bottom: 15px; line-height: 1.5; }
  .hero-actions { width: 100%; margin-top: 27px; align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-index { display: none; }
  .booking-strip { width: calc(100vw - 24px); margin-top: -34px; grid-template-columns: 1fr; }
  .booking-strip > div { min-height: 68px; padding: 20px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-strip > a { min-height: 70px; padding: 20px 25px; }
  .booking-engine-section { width: calc(100vw - 24px); margin: -30px auto 0; padding-bottom: 58px; background: linear-gradient(transparent 0 30px, var(--cream) 30px); }
  .booking-engine-shell { width: 100%; padding: 28px 18px 24px; }
  .booking-engine-heading { margin-bottom: 24px; grid-template-columns: 1fr; gap: 15px; }
  .booking-engine-heading h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .booking-engine-heading > p { font-size: .88rem; }
  .booking-engine-widget :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea, button) { width: 100%; }
  .intro-section { grid-template-columns: 1fr; gap: 42px; }
  .intro-label { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .intro-copy h2, .section-heading h2, .breakfast-copy h2, .location-title h2, .rooms-intro h2, .guide-intro h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .intro-body { margin-top: 34px; grid-template-columns: 1fr; gap: 18px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading > p { margin-top: 26px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card:last-child { grid-column: auto; width: auto; }
  .room-image-wrap { aspect-ratio: 1.18; }
  .room-card-copy { min-height: 180px; padding: 25px; }
  .amenity-band { padding-block: 36px; }
  .amenity-band .page-shell { gap: 18px; }
  .amenity-row { grid-template-columns: repeat(2, minmax(0, 1fr)); font-size: clamp(.92rem, 4.4vw, 1.08rem); }
  .amenity-row span { min-height: 70px; padding: 16px 9px; border-top: 1px solid rgba(10,36,41,.22); border-left: 0; }
  .amenity-row span:nth-child(even) { border-left: 1px solid rgba(10,36,41,.22); }
  .breakfast-section { grid-template-columns: 1fr; gap: 55px; }
  .breakfast-image { min-height: 450px; }
  .discover-mosaic { grid-template-columns: 1fr; }
  .discover-tile--wide, .discover-tile--tall { aspect-ratio: 1; max-height: none; }
  .location-section { grid-template-columns: 1fr; gap: 55px; }
  .location-details { grid-template-columns: 1fr; gap: 30px; }
  .location-details .button { grid-column: auto; width: 100%; }
  .site-footer { padding: 80px 18px 90px; }
  .footer-main { display: block; padding-bottom: 70px; }
  .footer-main h2 { font-size: 3.3rem; }
  .circle-link { margin-top: 45px; width: 145px; height: 145px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .footer-note { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .inner-hero { min-height: 680px; height: 85svh; }
  .inner-hero-copy { padding-top: 180px; }
  .inner-hero-copy > p:last-child { margin-top: 28px; font-size: .9rem; }
  .rooms-intro, .guide-intro { grid-template-columns: 1fr; gap: 28px; }
  .rooms-intro > p:last-child, .guide-intro > p { grid-column: auto; }
  .room-list { width: 100%; padding-bottom: 40px; }
  .room-detail, .room-detail--reverse { grid-template-columns: 1fr; margin-bottom: 34px; }
  .room-detail--reverse .room-detail-image, .room-detail--reverse .room-detail-copy { grid-column: auto; grid-row: auto; }
  .room-detail-image { min-height: 440px; }
  .room-detail-copy { padding: 50px 24px 55px; }
  .room-detail-copy ul { grid-template-columns: 1fr; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .amenity-grid > div { min-height: 145px; padding: 18px; }
  .amenity-icon { width: 46px; height: 46px; }
  .amenity-icon img { width: 23px; height: 23px; }
  .amenity-grid strong { font-size: .76rem; }
  .room-gallery { grid-template-columns: 1fr; gap: 50px; }
  .gallery-main { min-height: 0; }
  .gallery-side { padding-top: 0; }
  .gallery-small { aspect-ratio: 1.2; }
  .direct-cta { padding: 85px 18px; }
  .direct-cta h2 { font-size: 4.2rem; }
  .direct-cta > div { flex-direction: column; }
  .guide-intro > div { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .guide-intro > div i { width: 30px; }
  .place-list { width: 100%; padding-bottom: 50px; }
  .place-card, .place-card--offset { grid-template-columns: 1fr; gap: 42px; margin-bottom: 95px; }
  .place-card--offset .place-image, .place-card--offset .place-copy { grid-column: auto; grid-row: auto; }
  .place-image { min-height: 510px; }
  .place-copy { padding-inline: 18px; }
  .place-copy h2 { font-size: 3.7rem; }
  .day-trip-grid { grid-template-columns: 1fr; gap: 65px; }
  .day-trip-photo { min-height: 520px; }
  .guide-cta { min-height: 660px; padding-inline: 18px; }
  .guide-cta h2 { font-size: 4.2rem; }
}

/* Compact rounded booking engine */
.booking-engine-section {
  margin-top: -46px;
  padding-bottom: 68px;
  background: linear-gradient(transparent 0 46px, var(--cream) 46px);
}
.booking-engine-shell {
  width: min(1180px, calc(100vw - 48px));
  padding: 26px 28px 28px;
  border: 1px solid rgba(10, 36, 41, .10);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(6, 47, 59, .14);
}
.booking-engine-heading {
  margin-bottom: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 32px;
  align-items: center;
}
.booking-engine-heading .eyebrow { margin-bottom: 8px; }
.booking-engine-heading h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: .92;
}
.booking-engine-heading > p {
  max-width: 360px;
  font-size: .9rem;
  line-height: 1.55;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-search-box {
  grid-template-columns: 1.18fr 1.18fr .82fr .82fr .95fr 1.2fr !important;
  gap: 12px;
  align-items: stretch;
  border: 0;
  background: transparent;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-field {
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 36, 41, .13);
  border-radius: 14px;
  background: var(--cream);
}
:where(.booking-engine-section, .booking-page-widget) .syncon-field label {
  margin-bottom: 3px;
  color: #526468;
  font-size: .61rem;
  letter-spacing: .11em;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-field input,
:where(.booking-engine-section, .booking-page-widget) .syncon-field select {
  min-height: 34px !important;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: .92rem !important;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-field:focus-within {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(241, 90, 58, .12);
}
:where(.booking-engine-section, .booking-page-widget) .syncon-action-field {
  padding: 0 !important;
  overflow: hidden;
  border: 0;
  background: transparent;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-btn {
  min-height: 76px;
  border-radius: 14px;
  background: var(--coral);
  box-shadow: none;
  transition: transform .2s ease, background-color .2s ease;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-btn:hover {
  transform: translateY(-2px);
  background: #D94D30;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-btn:focus-visible {
  outline: 3px solid var(--deep);
  outline-offset: 3px;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-message:empty { display: none; }
:where(.booking-engine-section, .booking-page-widget) .syncon-message:not(:empty) { min-height: 0; margin: 12px 2px 0; }
:where(.booking-engine-section, .booking-page-widget) .syncon-results-container { margin-top: 28px; }
:where(.booking-engine-section, .booking-page-widget) .syncon-room-card,
:where(.booking-engine-section, .booking-page-widget) .syncon-guest-panel,
:where(.booking-engine-section, .booking-page-widget) .syncon-summary-panel {
  border-radius: 18px;
  overflow: hidden;
}
:where(.booking-engine-section, .booking-page-widget) .syncon-room-card .syncon-btn { min-height: 54px; }

@media (max-width: 1100px) {
  .booking-engine-shell { width: min(920px, calc(100vw - 40px)); }
  .booking-engine-heading { grid-template-columns: 1fr minmax(240px, 320px); gap: 24px; }
  :where(.booking-engine-section, .booking-page-widget) .syncon-search-box {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .booking-engine-section {
    width: 100%;
    margin: -24px auto 0;
    padding-bottom: 52px;
    background: linear-gradient(transparent 0 24px, var(--cream) 24px);
  }
  .booking-engine-shell {
    width: calc(100vw - 20px);
    padding: 20px;
    border-radius: 22px;
  }
  .booking-engine-heading {
    margin-bottom: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .booking-engine-heading .eyebrow { margin-bottom: 7px; }
  .booking-engine-heading h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .booking-engine-heading > p { max-width: 34ch; font-size: .82rem; }
  :where(.booking-engine-section, .booking-page-widget) .syncon-search-box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  :where(.booking-engine-section, .booking-page-widget) .syncon-field { min-height: 72px; padding: 11px 12px; }
  :where(.booking-engine-section, .booking-page-widget) .syncon-btn { min-height: 72px; padding-inline: 12px; font-size: .62rem; }
}

@media (max-width: 340px) {
  :where(.booking-engine-section, .booking-page-widget) .syncon-search-box { grid-template-columns: 1fr !important; }
}

@keyframes city-gate-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -8px, 0); }
}

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

/* WordPress theme image layout and utility pages */
.room-image-wrap > img,
.hero > img,
.intro-art > img,
.breakfast-image > img,
.discover-tile > img,
.footer-bird > img,
.inner-hero > img,
.room-detail-image > img,
.gallery-main > img,
.gallery-small > img,
.place-image > img,
.day-trip-photo > img,
.guide-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero > img { z-index: 0; }
.gallery-main > img { object-fit: contain; }

.generic-page { min-height: 70vh; padding: 190px 0 100px; position: relative; }
.generic-page::before { content: ""; position: absolute; z-index: 0; top: 0; left: 50%; width: 100vw; height: 106px; transform: translateX(-50%); background: var(--deep); }
.generic-page article { position: relative; z-index: 1; max-width: 820px; margin-inline: auto; }
.generic-page h1 { margin: 0 0 40px; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.generic-page .entry-content { font-size: 1rem; line-height: 1.8; color: #405458; }
.generic-page .entry-content h2 { margin-top: 2.2em; color: var(--ink); font-size: 2rem; }
.generic-page .entry-content a { color: var(--coral); text-decoration: underline; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.admin-bar .site-header { top: 32px; }

/* Dedicated booking checkout */
.booking-page { background: var(--cream); }
.booking-page-hero { width: var(--hero-shell); min-height: 610px; height: 70svh; margin-inline: auto; position: relative; overflow: hidden; color: var(--white); background: var(--deep); }
.booking-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.booking-page-hero-copy { position: relative; z-index: 2; padding-top: clamp(210px, 26vh, 270px); }
.booking-page-hero-copy h1 { margin: 0; font-size: clamp(4.4rem, 8vw, 8rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.booking-page-hero-copy > p:last-child { max-width: 470px; margin: 28px 0 0; color: rgba(255,255,255,.76); line-height: 1.65; }
.booking-page-body { padding-block: 100px 125px; }
.booking-page-intro { margin-bottom: 58px; display: grid; grid-template-columns: .35fr 1.35fr .8fr; gap: 55px; align-items: end; }
.booking-page-intro > span { align-self: start; color: #819093; font-size: .65rem; }
.booking-page-intro .eyebrow { margin-bottom: 15px; color: var(--coral); }
.booking-page-intro h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.7rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.booking-page-intro > p { margin: 0 0 5px; color: #526468; line-height: 1.7; }
.booking-page-widget { min-width: 0; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .mobile-menu[open] summary { top: 66px; }
  .admin-bar .mobile-menu-panel { padding-top: 76px; }
}

@media (max-width: 760px) {
  .booking-page-hero { min-height: 560px; height: 72svh; }
  .booking-page-hero > img { object-position: center 48%; }
  .booking-page-hero-copy { padding-top: 230px; }
  .booking-page-hero-copy h1 { font-size: clamp(3.7rem, 17vw, 5.1rem); }
  .booking-page-hero-copy > p:last-child { max-width: 320px; font-size: .86rem; }
  .booking-page-body { padding-block: 74px 95px; }
  .booking-page-intro { margin-bottom: 40px; grid-template-columns: 1fr; gap: 18px; }
  .booking-page-intro > span { display: none; }
  .booking-page-intro h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .booking-page-intro > p { font-size: .9rem; }
}


/* Place names match the destination headline typography */
.place-copy small { font-family: inherit; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .9; letter-spacing: -.065em; font-weight: 700; }
@media (max-width: 760px) { .place-copy small { font-size: 3.7rem; } }