:root {
  --ink: #171513;
  --muted: #6f6964;
  --paper: #ffffff;
  --warm: #f5f0e8;
  --line: #ded7cd;
  --brand: #7d2525;
  --brand-dark: #5b1919;
  --gold: #d5aa66;
  --radius: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; transform: translateY(-160%); padding: 10px 14px; color: white; background: var(--brand); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .3s ease, color .3s ease, box-shadow .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 1px 0 rgba(23,21,19,.1); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 600 21px/1 Georgia, serif; }
.brand strong { display: block; font-size: 17px; letter-spacing: .18em; }
.brand small { display: block; margin-top: 5px; font-size: 11px; letter-spacing: .09em; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--brand); border-radius: 999px; color: white; background: var(--brand); font-size: 14px; font-weight: 700; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-dark); border-color: var(--brand-dark); }
.button-small { min-height: 42px; padding-inline: 19px; color: var(--ink); background: white; border-color: white; }
.site-header.scrolled .button-small { color: white; background: var(--brand); border-color: var(--brand); }
.button-dark { width: fit-content; background: var(--ink); border-color: var(--ink); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.45); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link.light { color: white; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 980px; display: flex; align-items: center; color: white; overflow: hidden; background: #2a211d; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.03); animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(18,13,12,.8) 0%, rgba(18,13,12,.55) 48%, rgba(18,13,12,.16) 78%), linear-gradient(0deg, rgba(18,13,12,.55), transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 72px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #f1d9b0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: .98; }
h1, .intro h2, .location-copy h2 { white-space: pre-line; }
h1 { max-width: 880px; margin-bottom: 28px; font-size: clamp(56px, 8vw, 108px); }
.hero-copy { max-width: 590px; margin-bottom: 36px; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.quick-facts { position: absolute; z-index: 2; left: 50%; bottom: 36px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.35); }
.quick-facts div { padding: 22px 28px 0 0; display: grid; gap: 2px; }
.quick-facts strong { font: 500 24px/1.2 Georgia, serif; }
.quick-facts span { color: rgba(255,255,255,.68); font-size: 13px; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.09); } to { opacity: 1; transform: scale(1.03); } }

.section { padding-block: 120px; }
.section-tint { background: var(--warm); }
.intro-grid { display: grid; grid-template-columns: .7fr 2fr; gap: 70px; }
h2 { margin-bottom: 28px; font-size: clamp(46px, 6vw, 76px); }
.lead { max-width: 790px; color: var(--muted); font-size: 20px; line-height: 1.75; }
.lead.compact { max-width: 500px; }
.mini-amenities { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px; }
.mini-amenities span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; }

.section-heading { margin-bottom: 56px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 360px; color: var(--muted); }
.room-layout { display: grid; grid-template-columns: 1.45fr .8fr; gap: 28px; align-items: stretch; }
.room-feature { min-height: 620px; position: relative; border-radius: var(--radius); overflow: hidden; background: #312823; }
.room-feature::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,10,8,.85)); }
.room-feature img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.room-feature:hover img { transform: scale(1.035); }
.room-feature-copy { position: absolute; z-index: 2; inset: auto 34px 32px; display: flex; justify-content: space-between; align-items: end; color: white; }
.room-label { margin-bottom: 8px; color: #f1d9b0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.room-feature h3 { margin-bottom: 0; font: 500 35px/1.1 Georgia, serif; }
.room-price { text-align: right; display: grid; }
.room-price span { color: rgba(255,255,255,.65); font-size: 11px; }
.room-price strong { font: 500 26px/1.2 Georgia, serif; }
.room-list { padding: 12px 8px 4px 28px; display: flex; flex-direction: column; }
.room-list article { padding: 27px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.room-list article h3 { margin-bottom: 5px; font-size: 18px; }
.room-list article p { margin: 0; color: var(--muted); font-size: 13px; }
.room-list article > strong { white-space: nowrap; font: 500 20px/1.4 Georgia, serif; }
.room-option { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; transition: color .2s ease, padding .2s ease; }
.room-option:hover { padding-left: 8px; color: var(--brand); }
.room-option:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.room-option[aria-pressed="true"] { color: var(--brand); }
.room-option-name, .room-option-description, .room-option-rate { display: block; }
.room-option-name { margin-bottom: 5px; font-size: 18px; }
.room-option-description { color: var(--muted); font-size: 13px; }
.room-option-rate { white-space: nowrap; text-align: right; }
.room-option-rate > strong { display: block; font: 500 20px/1.4 Georgia, serif; }
.room-option-rate small { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.room-list .button { margin-top: auto; }
.rate-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; }

.gallery { overflow: hidden; }
.gallery-heading { align-items: end; }
.carousel { position: relative; }
.carousel-viewport { overflow-x: auto; border-radius: var(--radius); outline: none; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-viewport:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.carousel-track { display: flex; }
.carousel-slide { position: relative; min-width: 100%; margin: 0; scroll-snap-align: start; background: #241e1a; }
.carousel-slide::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(12,9,7,.82)); pointer-events: none; }
.carousel-slide img { width: 100%; height: min(70vh, 720px); object-fit: cover; }
.carousel-slide figcaption { position: absolute; z-index: 2; inset: auto 38px 34px; display: grid; gap: 5px; color: white; }
.carousel-slide figcaption span { color: #f1d9b0; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.carousel-slide figcaption strong { font: 500 clamp(24px, 3vw, 38px)/1.15 Georgia, serif; }
.carousel-arrow { position: absolute; z-index: 3; top: calc(50% - 34px); width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: rgba(23,21,19,.5); backdrop-filter: blur(10px); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.carousel-arrow:hover { background: var(--brand); transform: scale(1.05); }
.carousel-arrow span { font-size: 22px; line-height: 1; }
.carousel-arrow-prev { left: 24px; }
.carousel-arrow-next { right: 24px; }
.carousel-footer { min-height: 38px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.carousel-count { margin: 0; color: var(--muted); font: 500 14px/1 Georgia, serif; letter-spacing: .12em; }
.carousel-count [data-carousel-current] { color: var(--ink); font-size: 21px; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: var(--line); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dot.active { width: 28px; background: var(--brand); }

.amenities-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: 100px; }
.amenity-list { border-top: 1px solid var(--line); }
.amenity-list > div { padding: 26px 0; display: grid; grid-template-columns: 56px 1fr 1.1fr; gap: 16px; align-items: baseline; border-bottom: 1px solid var(--line); }
.amenity-list span { color: var(--brand); font-size: 12px; font-weight: 800; }
.amenity-list h3 { margin: 0; font-size: 17px; }
.amenity-list p { margin: 0; color: var(--muted); font-size: 14px; }

.location { color: white; background: var(--ink); overflow: hidden; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.location-photo { position: relative; }
.location-photo img { aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); }
.location-photo span { position: absolute; left: -28px; bottom: 38px; padding: 12px 18px; color: var(--ink); background: #f5e9d5; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transform: rotate(-4deg); }
.location-copy .section-kicker { color: #f1d9b0; }
.location-copy > p:not(.section-kicker) { max-width: 500px; color: rgba(255,255,255,.65); }
.distance-list { margin: 40px 0; border-top: 1px solid rgba(255,255,255,.2); }
.distance-list div { padding: 17px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.distance-list span { color: rgba(255,255,255,.68); }
.distance-list strong { font-size: 14px; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; font-weight: 750; line-height: 1.45; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 20px; right: 4px; color: var(--brand); font: 400 26px/1 Georgia, serif; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -4px 44px 24px 0; color: var(--muted); }

.cta { text-align: center; background: var(--brand); color: white; }
.cta-inner { max-width: 900px; }
.cta .section-kicker { color: #f1d9b0; }
.cta h2 { margin-bottom: 18px; font-size: clamp(54px, 8vw, 96px); }
.cta p:not(.section-kicker) { color: rgba(255,255,255,.74); font-size: 18px; }
.cta-actions { margin-top: 36px; display: flex; justify-content: center; gap: 12px; }
.cta .button:not(.button-ghost) { color: var(--ink); background: white; border-color: white; }

.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.7); background: #11100f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 70px; }
.brand-footer { color: white; }
.footer-grid > div:first-child > p { margin-top: 22px; }
.footer-grid h2 { margin-bottom: 15px; color: white; font: 700 12px/1.2 Inter, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 6px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 68px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.mobile-book { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 720px); }
  .section { padding-block: 88px; }
  .nav-wrap { min-height: 72px; }
  .site-nav { gap: 10px; font-size: 12px; }
  .site-nav > a:not(.button) { display: none; }
  .js .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .js .site-nav { position: fixed; inset: 72px 0 0; padding: 36px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--ink); background: white; transform: translateX(100%); transition: transform .3s ease; }
  .js .site-nav.open { transform: translateX(0); }
  .js .site-nav > a { display: block; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 20px; }
  .js .site-nav .button { margin-top: 18px; color: white; }
  .hero { min-height: 740px; }
  .hero-shade { background: linear-gradient(90deg, rgba(18,13,12,.8), rgba(18,13,12,.3)), linear-gradient(0deg, rgba(18,13,12,.65), transparent 48%); }
  .quick-facts { bottom: 28px; }
  .quick-facts div { padding-right: 12px; }
  .quick-facts strong { font-size: 20px; }
  .quick-facts span { font-size: 11px; line-height: 1.4; }
  .intro-grid, .amenities-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .room-layout { grid-template-columns: 1fr; }
  .room-list { min-height: 490px; padding: 0; }
  .carousel-slide img { height: min(65vh, 600px); }
  .location-grid { gap: 68px; }
  .location-photo { max-width: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: 65px; }
  .brand strong { font-size: 15px; }
  .hero { min-height: 720px; max-height: 860px; }
  .hero-content { padding-top: 40px; }
  h1 { font-size: clamp(51px, 15vw, 70px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .quick-facts { grid-template-columns: repeat(3, 1fr); }
  .quick-facts div { padding-top: 16px; }
  .quick-facts strong { font-size: 17px; }
  .quick-facts span { display: none; }
  h2 { font-size: clamp(42px, 13vw, 58px); }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { margin-bottom: 0; }
  .room-feature { min-height: 500px; }
  .room-feature-copy { inset: auto 22px 22px; align-items: start; flex-direction: column; gap: 18px; }
  .room-feature h3 { font-size: 30px; }
  .room-price { text-align: left; display: flex; align-items: baseline; gap: 6px; }
  .carousel-slide img { height: 480px; }
  .carousel-slide figcaption { inset: auto 22px 24px; }
  .carousel-arrow { top: calc(50% - 28px); width: 44px; height: 44px; }
  .carousel-arrow-prev { left: 12px; }
  .carousel-arrow-next { right: 12px; }
  .amenity-list > div { grid-template-columns: 38px 1fr; }
  .amenity-list p { grid-column: 2; }
  .location-photo span { left: -8px; }
  .distance-list div { flex-direction: column; gap: 2px; }
  .cta-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .mobile-book { position: fixed; z-index: 90; inset: auto 0 0; height: 65px; display: grid; grid-template-columns: 1fr 1.4fr; background: white; box-shadow: 0 -8px 30px rgba(0,0,0,.12); }
  .mobile-book a { display: grid; place-items: center; font-size: 14px; font-weight: 800; }
  .mobile-book a:last-child { color: white; background: var(--brand); }
}

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