:root {
  --black: #080909;
  --black-soft: #101111;
  --charcoal: #171817;
  --gold: #cba252;
  --gold-light: #e1c482;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --ink: #1f201e;
  --muted: #77776f;
  --line: rgba(27, 27, 24, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar { height: 34px; background: #050606; color: rgba(255,255,255,.66); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; letter-spacing: .02em; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.top-location { color: rgba(255,255,255,.72); }
.top-links { display: flex; align-items: center; gap: 28px; }
.top-links button { border: 0; background: transparent; color: rgba(255,255,255,.7); cursor: pointer; }

.header { position: absolute; z-index: 30; top: 34px; left: 0; right: 0; height: 82px; color: white; background: rgba(5,6,6,.84); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(10px); transition: .3s ease; }
.header.scrolled { position: fixed; top: 0; height: 70px; background: rgba(5,6,6,.96); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center; }
.brand { display: inline-flex; flex-direction: column; align-items: center; min-width: 155px; color: var(--gold); line-height: .85; }
.brand-main { font: 600 34px/.8 var(--serif); letter-spacing: .16em; }
.brand-sub { margin-top: 10px; font-size: 8px; letter-spacing: .26em; }
.nav { display: flex; justify-content: center; gap: 28px; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.nav a { position: relative; padding: 33px 0; color: rgba(255,255,255,.82); }
.nav a::after { content: ""; position: absolute; left: 50%; bottom: 25px; width: 0; height: 1px; background: var(--gold); transition: .25s; transform: translateX(-50%); }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.reserve-outline { border: 1px solid rgba(203,162,82,.75); padding: 14px 22px; color: var(--gold-light); text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.menu-button { display: none; width: 40px; height: 40px; background: transparent; border: 0; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: white; margin: 6px 0; }

.hero { position: relative; height: 640px; min-height: 640px; overflow: hidden; color: white; background: #0d0e0f; }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-image: var(--hero-image); background-size: cover; background-position: center; transform: scale(1.04); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.56) 38%, rgba(0,0,0,.20) 70%, rgba(0,0,0,.42) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 50%); }
.hero-content { position: relative; z-index: 3; padding-top: 205px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.section-kicker.light { color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 760px; font: 600 clamp(54px, 5.9vw, 82px)/.87 var(--serif); letter-spacing: -.02em; }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 545px; margin: 22px 0 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 27px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 27px; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .08em; transition: .25s; }
.button-gold { background: linear-gradient(135deg, #b88636, #ddb865); color: #15120c; }
.button-gold:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button-ghost { border: 1px solid rgba(255,255,255,.48); color: white; background: rgba(0,0,0,.16); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-controls { position: absolute; z-index: 4; right: calc((100% - min(1180px, calc(100% - 40px))) / 2); bottom: 77px; display: flex; align-items: center; gap: 12px; }
.hero-controls button { background: transparent; border: 0; color: white; cursor: pointer; }
.hero-prev, .hero-next { font-size: 16px; opacity: .8; }
.hero-dots { display: flex; gap: 7px; }
.hero-dot { width: 22px; height: 2px; padding: 0; background: rgba(255,255,255,.4) !important; }
.hero-dot.active { background: var(--gold) !important; }

.booking-wrap { position: relative; z-index: 12; height: 0; }
.booking-bar { transform: translateY(-50%); display: grid; grid-template-columns: 1fr 1fr 1fr 1.05fr; background: #0d0f0f; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 45px rgba(0,0,0,.28); }
.booking-bar label { min-height: 82px; padding: 18px 22px; color: white; border-right: 1px solid rgba(255,255,255,.12); }
.booking-bar label > span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.field-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.booking-bar input, .booking-bar select { width: 100%; padding: 0; color: white; background: transparent; border: 0; outline: 0; font-size: 12px; color-scheme: dark; }
.booking-bar option { color: black; }
.field-row b { color: rgba(255,255,255,.58); font-weight: 400; }
.booking-bar button { border: 13px solid #0d0f0f; background: linear-gradient(135deg, #bd8e3d, #e0bb68); color: #17130c; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.booking-message { position: absolute; margin: 7px 0 0; color: var(--gold); font-size: 11px; }

.hotel-intro { padding: 95px 0 55px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: end; }
.intro-grid h2 { margin: 0; font: 600 clamp(34px, 4vw, 54px)/1 var(--serif); }
.intro-grid > p { margin: 0; color: #6c6b64; font-size: 13px; line-height: 1.8; }

.rooms-section { padding: 55px 0 48px; background: var(--paper); border-top: 1px solid var(--line); }
.rooms-layout { display: grid; grid-template-columns: 160px 1fr; gap: 32px; align-items: stretch; }
.rooms-title { padding: 17px 0; }
.rooms-title h2, .gallery-layout aside h2 { margin: 0 0 37px; font: 600 30px/.92 var(--serif); text-transform: uppercase; letter-spacing: .02em; }
.rooms-title a, .gallery-layout aside a { color: #3d3b35; font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.rooms-title a span, .gallery-layout aside a span { color: var(--gold); margin-left: 6px; font-size: 15px; }
.room-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.room-card { position: relative; height: 236px; overflow: hidden; background: #222; }
.room-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover img { transform: scale(1.05); }
.room-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 60%); }
.room-overlay { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 13px; color: white; }
.room-overlay h3 { margin: 0 0 4px; font: 600 18px var(--serif); }
.room-overlay p { margin: 0; font-size: 8px; color: rgba(255,255,255,.78); }

.feature-band { background: #f6f3ec; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid { min-height: 165px; display: grid; grid-template-columns: 1fr 1fr 1fr 1.15fr; }
.feature-grid article { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 34px 26px; border-right: 1px solid var(--line); }
.feature-icon { color: var(--gold); font: 500 27px var(--serif); }
.feature-grid h3 { margin: 0 0 9px; font: 600 17px/1.05 var(--serif); text-transform: uppercase; letter-spacing: .03em; }
.feature-grid p { margin: 0 0 13px; color: #6e6d66; font-size: 10px; line-height: 1.65; }
.feature-grid a { font-size: 8px; text-transform: uppercase; font-weight: 700; }
.feature-grid a span { color: var(--gold); margin-left: 5px; }
.feature-photo { padding: 20px 0 20px 24px; }
.feature-photo img { height: 100%; min-height: 125px; object-fit: cover; }

.night-experience { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 500px; background: #0b0d0d; }
.night-image img { height: 100%; min-height: 500px; object-fit: cover; filter: brightness(.72) saturate(.8); }
.night-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 10vw 70px 75px; color: white; }
.night-copy h2 { margin: 0 0 22px; font: 600 clamp(38px, 4.4vw, 62px)/.95 var(--serif); }
.night-copy > p:not(.section-kicker) { max-width: 480px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.8; }
.night-copy .button { align-self: flex-start; margin-top: 20px; }

.gallery-section { padding: 42px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.gallery-layout { display: grid; grid-template-columns: 160px 1fr; gap: 32px; }
.gallery-layout aside { padding-top: 12px; }
.gallery-strip { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr 1fr 1fr; gap: 5px; height: 145px; }
.gallery-strip img { height: 100%; object-fit: cover; transition: filter .3s, transform .3s; }
.gallery-strip img:hover { filter: brightness(.82); transform: translateY(-3px); }

.testimonials { padding: 34px 0 38px; background: #efebe2; }
.section-kicker.centered { text-align: center; color: #2e2d28; margin-bottom: 24px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.testimonial-grid blockquote { position: relative; margin: 0; padding: 0 42px; border-right: 1px solid rgba(0,0,0,.12); }
.testimonial-grid blockquote:last-child { border-right: 0; }
.testimonial-grid blockquote > span { position: absolute; left: 13px; top: -11px; color: var(--gold); font: 600 48px var(--serif); }
.testimonial-grid p { margin: 0 0 15px; color: #5f5d55; font-size: 10px; line-height: 1.7; }
.testimonial-grid footer { display: flex; justify-content: space-between; gap: 12px; font-size: 8px; font-weight: 700; }
.testimonial-grid b { color: var(--gold); letter-spacing: 2px; }

.footer { background: #090b0b; color: rgba(255,255,255,.62); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .85fr 1.55fr; min-height: 245px; }
.footer-brand, .footer-col { padding: 42px 34px 30px 0; }
.brand.inverted { align-items: flex-start; margin-bottom: 20px; }
.footer-brand p { max-width: 290px; font-size: 10px; line-height: 1.75; }
.socials { display: flex; gap: 17px; margin-top: 20px; color: var(--gold-light); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h3 { margin: 0 0 5px; color: white; font: 600 13px var(--serif); text-transform: uppercase; letter-spacing: .07em; }
.footer-col p, .footer-col a { margin: 0; font-size: 9px; line-height: 1.65; }
.footer-col a:hover { color: var(--gold-light); }
.map-card { position: relative; min-height: 245px; overflow: hidden; }
.map-card iframe { width: 100%; height: 100%; min-height: 245px; border: 0; filter: grayscale(1) invert(.9) contrast(1.1) brightness(.42); }
.map-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: white; background: rgba(0,0,0,.15); pointer-events: none; }
.map-label > span { color: var(--gold); font-size: 28px; }
.map-label div { display: flex; flex-direction: column; }
.map-label strong { font: 600 20px var(--serif); }
.map-label small { color: rgba(255,255,255,.65); }
.footer-bottom { min-height: 46px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .menu-button { display: block; justify-self: end; }
  .header-inner { grid-template-columns: auto 1fr auto auto; }
  .nav.open { position: fixed; inset: 0; z-index: 20; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(7,8,8,.98); font: 600 24px var(--serif); }
  .nav.open a { padding: 9px; }
  .rooms-layout, .gallery-layout { grid-template-columns: 130px 1fr; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-photo { display: none; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .map-card { grid-column: 1 / -1; min-height: 190px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .topbar { display: none; }
  .header, .header.scrolled { top: 0; height: 72px; }
  .reserve-outline { display: none; }
  .hero { height: 760px; }
  .hero-content { padding-top: 170px; }
  .hero-controls { right: 18px; bottom: 145px; }
  .booking-wrap { height: auto; background: #0d0f0f; }
  .booking-bar { transform: none; grid-template-columns: 1fr 1fr; }
  .booking-bar button { min-height: 65px; grid-column: 1 / -1; }
  .hotel-intro { padding-top: 70px; }
  .intro-grid, .night-experience { grid-template-columns: 1fr; gap: 28px; }
  .rooms-layout, .gallery-layout { grid-template-columns: 1fr; }
  .rooms-title h2, .gallery-layout aside h2 { margin-bottom: 15px; }
  .room-strip { grid-template-columns: 1fr 1fr; }
  .room-card { height: 260px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .night-copy { padding: 60px 30px 75px; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); height: auto; }
  .gallery-strip img { height: 160px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 25px; }
  .testimonial-grid blockquote { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.12); padding-bottom: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand-main { font-size: 28px; }
  .brand { min-width: 120px; align-items: flex-start; }
  .hero { height: 720px; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .booking-bar { grid-template-columns: 1fr; }
  .booking-bar label { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .room-strip { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-col { padding-right: 0; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 5px; }
}
