@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --blue: #063b6d;
  --blue-deep: #032f58;
  --gold: #c8a46b;
  --gold-light: #dbc294;
  --ink: #183348;
  --muted: #647482;
  --paper: #f6f3ed;
  --white: #fff;
  --line: rgba(6, 59, 109, .13);
  --shadow: 0 24px 70px rgba(3, 47, 88, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: 'Manrope', Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; font-family: 'Cormorant Garamond', Georgia, serif; line-height: 1.02; }
h2 { margin-bottom: 22px; color: var(--blue); font-size: clamp(45px, 5.3vw, 76px); font-weight: 600; letter-spacing: -.025em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 25px; border: 0; border-radius: 2px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #fff; background: var(--gold); }
.button-gold:hover { background: #b78e50; }
.button-blue { color: #fff; background: var(--blue); }
.button-blue:hover { background: var(--blue-deep); }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: #fff; background: transparent; }
.button-outline:hover { color: var(--blue); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--blue); font-weight: 700; }
.text-link span { color: var(--gold); font-size: 20px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; background: rgba(3, 47, 88, .94); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 210px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 31px 0 27px; font-size: 13px; font-weight: 700; }
.main-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--gold); content: ''; opacity: 0; transform: scaleX(.2); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { position: relative; }
.language { display: flex; min-width: 58px; align-items: center; justify-content: center; gap: 7px; padding: 10px 8px; border: 0; color: var(--gold-light); background: transparent; cursor: pointer; font-size: 18px; }
.language-chevron { width: 7px; height: 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.language-switcher.open .language-chevron { transform: translateY(2px) rotate(225deg); }
.language-menu { position: absolute; z-index: 100; top: calc(100% + 3px); left: 50%; width: 74px; overflow: hidden; padding: 4px; border: 1px solid #c49b5d; border-radius: 7px; background: #d0ad78; box-shadow: 0 12px 30px rgba(0,25,48,.25); opacity: 0; pointer-events: none; transform: translate(-50%, -7px); transition: opacity .18s, transform .18s; }
.language-switcher.open .language-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.language-menu button { display: block; width: 100%; padding: 9px 5px; border: 0; border-radius: 4px; color: #fff; background: transparent; cursor: pointer; font-size: 15px; text-align: center; transition: .15s; }
.language-menu button:hover, .language-menu button.active { color: var(--blue); background: #f1e5d2; }
.menu-toggle { display: none; width: 42px; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: #fff; }
.mobile-menu-head, .mobile-menu-rule, .mobile-menu-title, .mobile-menu-details { display: none; }

.hero { position: relative; height: max(680px, 92vh); min-height: 680px; overflow: hidden; color: #fff; background: var(--blue-deep) url('../images/gallery/view_4.jpg') center/cover no-repeat; }
.hero-video { position: absolute; top: 50%; left: 50%; width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: none; transform: translate(-50%, -50%) rotate(-90deg); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,30,58,.82) 0%, rgba(0,39,73,.38) 53%, rgba(0,0,0,.2) 100%), linear-gradient(0deg, rgba(0,20,38,.52), transparent 55%); }
.hero-content { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 80px; }
.hero h1 { max-width: 880px; margin: 0 0 16px; color: #fff; font-size: clamp(82px, 11vw, 160px); font-weight: 500; letter-spacing: -.055em; }
.hero-content > p:not(.eyebrow) { max-width: 660px; margin: 0 0 42px; color: rgba(255,255,255,.87); font-size: 18px; }
.hero-link { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.48); padding-bottom: 8px; font-size: 14px; font-weight: 700; }
.hero-link span { color: var(--gold-light); font-size: 20px; }

.booking-bar { position: relative; z-index: 3; margin-top: -44px; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr .8fr 1.15fr; align-items: end; gap: 0; padding: 25px 28px; background: #fff; box-shadow: var(--shadow); }
.booking-form label { display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); padding: 0 28px; }
.booking-form label:first-child { padding-left: 0; }
.booking-form label span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-form input, .booking-form select { height: 40px; border: 0; outline: 0; color: var(--blue); background: transparent; font-weight: 700; }
.booking-form .button { min-height: 56px; margin-left: 28px; }

.section-heading { max-width: 820px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); }

.rooms-section { padding-top: 130px; }
.room-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.room-tab { position: relative; padding: 17px 10px 24px; border: 0; color: #8a9298; background: transparent; cursor: pointer; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(24px, 2.6vw, 38px); font-weight: 700; }
.room-tab::after { position: absolute; right: 25%; bottom: -1px; left: 25%; height: 2px; background: var(--gold); content: ''; opacity: 0; transition: .25s; }
.room-tab.active { color: var(--gold); }
.room-tab.active::after { right: 12%; left: 12%; opacity: 1; }
.room-showcase { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .7fr); gap: 0; box-shadow: var(--shadow); }
.room-gallery { display: grid; min-height: 580px; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: stretch; background: #f0eee9; }
.room-photo-wrap { position: relative; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.room-photo-wrap:active { cursor: grabbing; }
.room-photo-wrap img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s, transform .55s; }
.room-photo-wrap.dragging img { transition: none; transform: translateX(var(--room-drag-x, 0)); }
.room-photo-wrap img.changing { opacity: .25; transform: scale(1.02); }
.photo-count { position: absolute; right: 22px; bottom: 20px; padding: 7px 13px; color: #fff; background: rgba(3,47,88,.78); font-size: 12px; }
.gallery-arrow { border: 0; color: var(--gold); background: #fff; cursor: pointer; font-size: 24px; transition: .2s; }
.gallery-arrow:hover { color: #fff; background: var(--blue); }
.room-info { display: flex; flex-direction: column; justify-content: center; padding: 58px 48px; color: #fff; background: var(--blue); }
.room-kicker { margin: 0 0 10px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.room-info h3 { margin-bottom: 20px; font-size: 54px; font-weight: 600; }
.room-info > p:not(.room-kicker) { margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 14px; }
.room-meta { margin: 0 0 32px; padding: 0; list-style: none; }
.room-meta li { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.17); padding: 10px 0; font-size: 13px; }
.room-meta span { color: rgba(255,255,255,.64); }
.room-info .text-link { color: #fff; }

.conference { color: #fff; background: var(--blue); }
.conference-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.conference h2 { color: #fff; }
.conference-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 38px 0; }
.feature-row div { border-top: 1px solid rgba(255,255,255,.25); padding-top: 15px; }
.feature-row strong { display: block; color: var(--gold-light); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; }
.feature-row span { color: rgba(255,255,255,.65); font-size: 11px; }
.conference-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.conference-photos img { width: 100%; height: 210px; object-fit: cover; }
.conference-photos .conference-main { height: 430px; grid-column: 1 / -1; }

.amenities { background: var(--paper); }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenities-grid article { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 35px; background: rgba(255,255,255,.55); transition: .25s; }
.amenities-grid article:hover { position: relative; z-index: 1; background: #fff; box-shadow: 0 14px 38px rgba(3,47,88,.08); transform: translateY(-4px); }
.service-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 28px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-weight: 700; }
.amenities-grid h3 { margin-bottom: 9px; color: var(--blue); font-size: 27px; }
.amenities-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.hotel-gallery { overflow: hidden; padding: 105px 0 120px; background: #fff; }
.gallery-heading { margin-bottom: 50px; }
.gallery-heading h2 { text-transform: uppercase; }
.hotel-carousel { position: relative; }
.hotel-carousel-viewport { width: 100%; overflow: hidden; cursor: grab; touch-action: pan-y; user-select: none; }
.hotel-carousel-viewport:active { cursor: grabbing; }
.hotel-carousel-track { display: flex; width: max-content; align-items: center; gap: 54px; will-change: transform; transition: transform .55s cubic-bezier(.22,.72,.25,1); }
.hotel-slide { position: relative; height: min(48vw, 620px); flex: 0 0 min(58vw, 1090px); overflow: hidden; margin: 0; opacity: .48; transform: scale(.92); transition: opacity .45s, transform .55s; }
.hotel-slide.active { opacity: 1; transform: scale(1); }
.hotel-slide::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,25,48,.65)); content: ''; opacity: 0; transition: opacity .35s; }
.hotel-slide.active::after { opacity: 1; }
.hotel-slide img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hotel-slide figcaption { position: absolute; z-index: 1; bottom: 25px; left: 30px; color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 30px; opacity: 0; transform: translateY(8px); transition: .35s; }
.hotel-slide.active figcaption { opacity: 1; transform: none; }
.hotel-carousel-controls { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 24px; }
.hotel-carousel-controls button { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: #fff; cursor: pointer; font-size: 24px; transition: .2s; }
.hotel-carousel-controls button:hover { color: #fff; background: var(--blue); }
.hotel-gallery-count { min-width: 55px; color: var(--muted); text-align: center; font-size: 12px; letter-spacing: .08em; }
.hotel-gallery-count b { color: var(--blue); }

.why-us { color: #fff; background: linear-gradient(125deg, #032f58, #074a83); }
.light-heading h2 { color: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.2); }
.why-grid article { min-height: 290px; border-right: 1px solid rgba(255,255,255,.2); padding: 42px 40px 0 0; }
.why-grid article + article { padding-left: 40px; }
.why-grid article:last-child { border-right: 0; }
.why-grid b { color: var(--gold-light); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; }
.why-grid h3 { margin: 28px 0 12px; font-size: 31px; }
.why-grid p { color: rgba(255,255,255,.68); font-size: 14px; }

.spa-grid { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 90px; }
.spa-copy p:not(.eyebrow) { margin-bottom: 30px; color: var(--muted); }
.spa-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.spa-mosaic img { width: 100%; height: 280px; object-fit: cover; }
.spa-mosaic .spa-large { height: 575px; grid-row: 1 / 3; }

.fitness-section { background: var(--paper); }
.fitness-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fitness-grid img { width: 100%; height: 370px; object-fit: cover; }
.fitness-grid img:nth-child(even) { margin-top: 34px; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
.faq-item button span { color: var(--gold); font-family: Georgia, serif; font-size: 27px; font-weight: 400; transition: transform .25s; }
.faq-item p { max-height: 0; overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; transition: max-height .35s, padding .35s; }
.faq-item.open p { max-height: 160px; padding-bottom: 24px; }
.faq-item.open button span { transform: rotate(45deg); }

.contact-section { padding: 110px 0; background: var(--blue-deep); }
.contact-card { display: grid; grid-template-columns: 1fr .88fr; gap: 90px; color: #fff; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.contact-links { display: flex; flex-direction: column; gap: 6px; margin-top: 28px; color: var(--gold-light); }
.contact-form { padding: 40px; color: var(--ink); background: #fff; }
.contact-form h3 { margin-bottom: 24px; color: var(--blue); font-size: 35px; }
.contact-form label { display: block; margin-bottom: 16px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 9px 0; outline: 0; color: var(--ink); resize: vertical; text-transform: none; }
.contact-form .button { width: 100%; margin-top: 7px; }
.contact-form small { display: block; margin-top: 13px; color: #8e989f; font-size: 9px; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.72); background: #021f3b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 70px; }
.footer-brand img { width: 180px; margin-bottom: 20px; }
.footer-brand p { max-width: 310px; }
.footer-grid h3 { color: #fff; font-size: 21px; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; font-size: 12px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 22px; font-size: 11px; }

@media (max-width: 1100px) {
  .header-actions .button { display: none; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .room-showcase { grid-template-columns: 1fr; }
  .room-info { min-height: 430px; }
  .conference-grid, .spa-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 72px; }
  .brand img { width: 175px; }
  .brand { margin-right: auto; }
  .menu-toggle { display: block; order: 3; margin-left: 0; cursor: pointer; }
  .header-actions { order: 2; gap: 4px; }
  .language { min-width: 48px; padding: 8px 4px; font-size: 17px; }
  .language-menu { top: calc(100% + 8px); }
  body.menu-open { overflow: hidden; }
  body.menu-open main::after { position: fixed; z-index: 40; inset: 0; background: rgba(16,48,52,.88); content: ''; }
  .main-nav { position: fixed; z-index: 80; top: 17px; right: 24px; bottom: auto; left: 24px; display: block; box-sizing: border-box; height: calc(100dvh - 34px); overflow-y: auto; padding: 19px 23px 28px; color: var(--blue); background: #f1f1f1; box-shadow: 0 18px 55px rgba(0,0,0,.28); opacity: 0; pointer-events: none; transform: translateX(calc(100% + 30px)); transition: opacity .22s, transform .3s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { display: block; width: max-content; border: 0; padding: 3px 0; color: var(--blue); font-size: 16px; }
  .main-nav a::after { display: none; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu-head img { width: 220px; max-width: calc(100% - 55px); filter: brightness(0) saturate(100%); }
  .mobile-menu-close { width: 36px; height: 36px; padding: 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: 36px; font-weight: 300; line-height: 30px; }
  .mobile-menu-rule { display: block; height: 1px; margin: 17px 0 17px; background: #5f83a2; }
  .mobile-menu-title, .mobile-menu-details { display: block; }
  .mobile-menu-title, .mobile-menu-details h3 { margin: 0 0 7px; color: var(--blue); font-family: Arial, sans-serif; font-size: 19px; font-weight: 700; }
  .mobile-menu-details { margin-top: 17px; }
  .mobile-menu-details h3 { margin-top: 20px; }
  .mobile-menu-details p { margin: 0; color: var(--blue); font-size: 16px; }
  .main-nav .mobile-socials { display: flex; align-items: center; gap: 20px; }
  .main-nav .mobile-socials a { width: auto; padding: 0; font-size: 27px; font-weight: 700; line-height: 1; }
  .main-nav .mobile-booking { display: inline-flex; width: auto; margin-top: 23px; padding: 13px 30px; color: #fff; font-size: 15px; }
  .hero { height: 760px; min-height: 0; }
  .booking-bar { margin-top: 0; background: var(--paper); }
  .booking-form { grid-template-columns: 1fr 1fr; gap: 18px; padding: 25px 16px; box-shadow: none; }
  .booking-form label { border-right: 0; padding: 0; }
  .booking-form .button { margin-left: 0; }
  .room-tabs { grid-template-columns: 1fr 1fr; }
  .room-gallery { min-height: 460px; grid-template-columns: 50px 1fr 50px; }
  .conference-grid, .spa-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .conference-grid, .spa-grid, .faq-grid, .contact-card { gap: 55px; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .hotel-gallery { padding: 80px 0 90px; }
  .hotel-carousel-track { gap: 20px; }
  .hotel-slide { height: min(64vw, 500px); flex-basis: calc(100vw - 64px); }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article, .why-grid article + article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); padding: 35px 0; }
  .why-grid article:last-child { border-bottom: 0; }
  .fitness-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 580px) {
  .container { width: calc(100% - 28px); }
  h2 { font-size: 44px; }
  .hero { height: 650px; }
  .hero h1 { font-size: 68px; }
  .hero-content > p:not(.eyebrow) { font-size: 15px; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-form .button { width: 100%; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .rooms-section { padding: 34px 0 0; background: #fff; }
  .rooms-section > .container { width: 100%; }
  .rooms-section .section-heading.centered { width: calc(100% - 40px); margin: 0 auto 20px; }
  .rooms-section .section-heading .eyebrow { display: none; }
  .rooms-section .section-heading h2 { margin-bottom: 12px; font-size: 36px; font-weight: 600; letter-spacing: .01em; text-transform: uppercase; }
  .rooms-section .section-heading > p:last-child { margin: 0 auto; color: var(--blue); font-size: 15px; line-height: 1.55; }
  .room-tabs { display: flex; justify-content: center; gap: clamp(10px, 3vw, 16px); width: 100%; margin: 0; padding: 0 8px 20px; overflow: hidden; border-bottom: 0; scrollbar-width: none; }
  .room-tabs::-webkit-scrollbar { display: none; }
  .room-tab { flex: 0 0 auto; min-width: 0; margin: 0; padding: 10px 0 8px; font-family: Arial, sans-serif; font-size: clamp(13px, 3.75vw, 16px); font-weight: 700; white-space: nowrap; }
  .room-tab::after { right: 0; bottom: 0; left: 0; }
  .room-tab.active::after { right: 0; left: 0; }
  .room-showcase { display: block; width: 100%; margin: 0; box-shadow: none; }
  .room-gallery { display: grid; min-height: 0; grid-template-areas: 'photo photo' 'previous next'; grid-template-columns: 1fr 1fr; grid-template-rows: auto 44px; column-gap: 10px; justify-content: center; padding: 0; background: #fff; }
  .room-photo-wrap { grid-area: photo; width: 100%; aspect-ratio: 1.34 / 1; }
  .room-photo-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .gallery-arrow { align-self: center; width: 32px; height: 32px; padding: 0; border: 1px solid var(--gold); border-radius: 50%; background: #fff; font-size: 18px; line-height: 28px; }
  .gallery-prev { grid-area: previous; justify-self: end; }
  .gallery-next { grid-area: next; justify-self: start; }
  .photo-count { display: none; }
  .room-info { display: none; }
  .room-info h3 { font-size: 45px; }
  .feature-row { grid-template-columns: 1fr 1fr; }
  .conference-photos .conference-main { height: 300px; }
  .conference-photos img { height: 150px; }
  .amenities { padding: 58px 0 64px; }
  .amenities .split-heading { margin-bottom: 28px; text-align: center; }
  .amenities .split-heading > p { display: none; }
  .amenities-grid { grid-template-columns: 1fr 1fr; gap: 10px; border: 0; }
  .amenities-grid article { display: flex; min-height: 148px; flex-direction: column; align-items: flex-start; justify-content: flex-start; border: 1px solid #e7e0d5; padding: 17px 14px 16px; background: #fff; box-shadow: 0 7px 20px rgba(3,47,88,.045); }
  .amenities-grid article:hover { box-shadow: 0 7px 20px rgba(3,47,88,.045); transform: none; }
  .amenities-grid .service-icon { width: 38px; height: 38px; flex: 0 0 38px; margin-bottom: 13px; font-size: 13px; }
  .amenities-grid h3 { margin: 0; font-size: 21px; line-height: 1.05; }
  .amenities-grid p { display: none; }
  .hotel-gallery { padding: 58px 0 70px; }
  .gallery-heading { width: calc(100% - 36px); margin-bottom: 28px; }
  .gallery-heading .eyebrow { font-size: 10px; }
  .gallery-heading h2 { margin-bottom: 13px; font-size: 36px; line-height: .98; }
  .gallery-heading > p:last-child { font-size: 14px; }
  .hotel-carousel-track { gap: 12px; }
  .hotel-slide { height: 72vw; flex-basis: calc(100vw - 44px); }
  .hotel-slide figcaption { bottom: 17px; left: 18px; font-size: 22px; }
  .hotel-carousel-controls { margin-top: 16px; }
  .hotel-carousel-controls button { width: 38px; height: 38px; font-size: 19px; }
  .spa-mosaic { grid-template-columns: 1fr; }
  .spa-mosaic .spa-large { height: 400px; grid-row: auto; }
  .spa-mosaic img:not(.spa-large) { height: 220px; }
  .fitness-grid { grid-template-columns: 1fr; }
  .fitness-grid img { height: 330px; }
  .fitness-grid img:nth-child(even) { margin-top: 0; }
  .contact-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: var(--blue-deep) url('../images/gallery/view_4.jpg') center/cover no-repeat; }
}
