:root {
  --ink: #241f1a;
  --muted: #6d665f;
  --paper: #fbf8f3;
  --cream: #f1e9dd;
  --espresso: #21170e;
  --espresso-soft: #33251a;
  --sage: #70836f;
  --sage-light: #dbe3d7;
  --copper: #a66f4c;
  --line: rgba(36, 31, 26, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(40, 28, 17, .14);
  --radius: 28px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
::selection { background: var(--sage); color: var(--white); }

.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; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--white); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(80px, 10vw, 148px); }
.section-tint { background: var(--cream); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(3.7rem, 7vw, 7.1rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
h3 { font-size: 1.35rem; }
.eyebrow { margin-bottom: 1.1rem; color: var(--copper); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #d7b89e; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(251, 248, 243, .9); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 35px rgba(41, 29, 18, .07); }
.site-header-dark { background: rgba(33, 23, 14, .95); }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 330px; height: 82px; overflow: hidden; border-radius: 4px; background: var(--espresso); }
.brand img { height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); font-size: .86rem; font-weight: 700; }
.site-nav > a:not(.button) { text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--copper); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.45rem; border: 1px solid var(--espresso); border-radius: 999px; background: var(--espresso); color: var(--white); font-size: .86rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--copper); border-color: var(--copper); }
.button-small { min-height: 43px; padding: .65rem 1.15rem; }
.button-light { border-color: var(--white); background: var(--white); color: var(--espresso); }
.button-light:hover { border-color: var(--sage-light); background: var(--sage-light); color: var(--espresso); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); font-size: .86rem; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 2px); }

.hero { min-height: calc(100vh - 100px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 6vw, 6rem); padding-block: clamp(64px, 8vw, 105px); }
.hero-copy { padding-block: 3rem; }
.hero-copy h1 { max-width: 720px; margin-bottom: 1.6rem; }
.hero-lede { max-width: 610px; margin-bottom: 2.1rem; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.hero-notes { display: flex; gap: .7rem 1.4rem; flex-wrap: wrap; margin: 2.4rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; font-weight: 700; }
.hero-notes li::before { content: "•"; margin-right: .55rem; color: var(--sage); }
.hero-gallery { position: relative; min-height: 670px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border-radius: 160px 160px 24px 24px; box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; }
.hero-photo-main { inset: 2% 31% 7% 0; }
.hero-photo-top { top: 0; right: 0; width: 34%; height: 42%; border-radius: 18px 100px 18px 18px; }
.hero-photo-bottom { right: 0; bottom: 8%; width: 39%; height: 43%; border-radius: 18px 18px 100px 18px; }
.rating-card { position: absolute; left: -35px; bottom: 4%; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.15rem; border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(40, 28, 17, .15); }
.rating-card strong { font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.rating-card span { color: var(--muted); font-size: .72rem; font-weight: 700; line-height: 1.25; }

.booking-ribbon { padding-block: 50px; background: var(--espresso); color: var(--white); }
.booking-ribbon-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.booking-ribbon h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 3.4vw, 3.8rem); }
.booking-ribbon-note { max-width: 620px; margin: 1.2rem 0 0; color: #cfc4b8; font-size: .84rem; }
.booking-ribbon-action { display: flex; align-items: center; justify-content: flex-end; gap: 1.2rem; }
.booking-ribbon-action p { max-width: 280px; margin: 0; color: #cfc4b8; font-size: .8rem; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: clamp(45px, 7vw, 82px); }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.section-heading > p { max-width: 500px; margin: 0 0 .6rem; color: var(--muted); }
.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4vw, 56px); }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .3s ease, box-shadow .3s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.room-image { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--cream); }
.room-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .5s ease; }
.room-image-alt { position: absolute; inset: 0; opacity: 0; }
.room-card:hover .room-image img { transform: scale(1.035); }
.room-card:hover .room-image-primary { opacity: 0; }
.room-card:hover .room-image-alt { opacity: 1; }
.room-content { padding: clamp(24px, 4vw, 38px); }
.room-title-row { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.room-title-row h3 { margin-bottom: 1.1rem; }
.room-title-row span { color: var(--muted); font-size: .74rem; font-weight: 700; white-space: nowrap; }
.room-content p { color: var(--muted); }

.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 7vw, 95px); align-items: center; }
.experience-copy h2 { margin-bottom: 1.5rem; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list { margin: 2.3rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(36,31,26,.13); }
.feature-list li > span { color: var(--copper); font-size: .72rem; font-weight: 800; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { margin-top: .2rem; color: var(--muted); }
.experience-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.experience-gallery img { height: 320px; object-fit: cover; border-radius: 18px; }
.experience-gallery .experience-wide { grid-column: 1 / -1; height: 430px; border-radius: 140px 20px 20px 20px; }

.location-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; padding-block: clamp(80px, 10vw, 140px); }
.location-card { position: relative; z-index: 2; align-self: center; padding: clamp(34px, 6vw, 72px); border-radius: 30px; background: var(--espresso); color: var(--white); box-shadow: var(--shadow); }
.location-card h2 { margin-bottom: 1.4rem; font-size: clamp(2.8rem, 5vw, 5rem); }
.location-card > p:not(.eyebrow) { color: #d8cfc5; }
.location-card small { color: #ab9e91; }
.location-links { display: flex; gap: .55rem; flex-wrap: wrap; margin: 2rem 0; }
.location-links span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .72rem; }
.location-art { position: relative; margin: 25px 0 25px -70px; overflow: hidden; border-radius: 0 180px 25px 0; background: var(--sage-light); }
.route-line { position: absolute; border: 3px solid var(--copper); border-color: var(--copper) transparent transparent var(--copper); border-radius: 50%; transform: rotate(-8deg); }
.route-one { width: 530px; height: 280px; left: 70px; top: 140px; }
.route-two { width: 400px; height: 520px; right: -80px; bottom: -120px; border-color: var(--sage) transparent transparent var(--sage); transform: rotate(26deg); }
.station { position: absolute; color: #4f5d4e; font-size: .72rem; font-weight: 800; }
.station i { display: block; width: 14px; height: 14px; margin-bottom: .3rem; border: 3px solid var(--paper); border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 1px var(--copper); }
.station-a { left: 18%; top: 42%; }
.station-b { left: 49%; top: 25%; }
.station-c { right: 14%; top: 52%; }
.station-d { left: 45%; bottom: 18%; }

.reviews-section { background: #ebe6df; }
.review-score { display: flex; align-items: center; gap: .8rem; }
.review-score strong { font-family: var(--serif); font-size: 4.5rem; font-weight: 500; line-height: .8; }
.review-score span { color: var(--muted); font-size: .72rem; font-weight: 800; }
.featured-review { display: grid; grid-template-columns: 150px 1fr; gap: clamp(24px, 5vw, 64px); margin-bottom: 1rem; padding: clamp(32px, 6vw, 70px); border-radius: 30px; background: var(--espresso); color: var(--white); }
.featured-review-meta { display: flex; align-items: flex-start; gap: .7rem; }
.featured-review-meta strong { font-family: var(--serif); font-size: 4.8rem; font-weight: 500; line-height: .75; }
.featured-review-meta span { color: #c8b9aa; font-size: .68rem; font-weight: 800; line-height: 1.3; }
.featured-review blockquote { margin: 0; }
.featured-review blockquote > p { max-width: 820px; margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.25; }
.featured-review blockquote footer { display: flex; gap: .7rem; align-items: baseline; }
.featured-review blockquote footer span { color: #aa9a8c; font-size: .75rem; }
.review-tags { grid-column: 2; display: flex; gap: .5rem; flex-wrap: wrap; }
.review-tags span { padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d9cec3; font-size: .68rem; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.highlight-card { min-height: 320px; padding: clamp(28px, 4vw, 44px); border-radius: 22px; background: var(--paper); }
.highlight-card > span { color: var(--copper); font-size: .7rem; font-weight: 800; }
.highlight-card h3 { margin: 4.8rem 0 1rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.highlight-card p { color: var(--muted); }
.review-note { margin: 1.3rem 0 0; color: var(--muted); font-size: .72rem; }

.return-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.return-cta h2 { margin-bottom: 1rem; }
.return-cta p:not(.eyebrow) { max-width: 630px; color: var(--muted); }
.return-actions { display: flex; align-items: center; justify-content: flex-end; gap: 1.4rem; flex-wrap: wrap; }
.contact-section { padding-block: clamp(60px, 7vw, 90px); background: var(--sage); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.contact-inner h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.contact-links { display: grid; gap: .8rem; }
.contact-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.55rem); text-decoration: none; }
.contact-links span { font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer { padding-block: 34px; background: var(--espresso); color: #c8bbb0; font-size: .75rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.footer-inner > img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.footer-inner p { margin: 0; }
.footer-inner div { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-inner a { text-decoration: none; }

/* Returning guest page */
.returning-page { background: var(--paper); }
.return-hero { min-height: 760px; display: flex; align-items: center; padding: 80px 0; background: var(--espresso); color: var(--white); }
.return-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.return-copy h1 { margin-bottom: 1.2rem; }
.return-copy > p:not(.eyebrow) { max-width: 540px; color: #d3c8bd; font-size: 1.15rem; }
.return-copy .button { margin-top: 1rem; }
.return-copy small { display: block; max-width: 420px; margin-top: 1.2rem; color: #968a7e; }
.return-photo { margin: 0; overflow: hidden; border-radius: 220px 220px 26px 26px; }
.return-photo img { height: 610px; object-fit: cover; }
.return-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.return-benefits article { min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; }
.return-benefits article > span { color: var(--copper); font-size: .72rem; font-weight: 800; }
.return-benefits h2 { margin: 4rem 0 1rem; font-size: 2rem; }
.return-benefits p { color: var(--muted); }
.compact-heading { margin-bottom: 45px; }
.compact-heading h2 { max-width: 800px; margin: 0; }
.returning-room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.returning-room { position: relative; display: block; min-height: 420px; overflow: hidden; border-radius: 20px; color: var(--white); }
.returning-room::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(19,12,6,.88)); }
.returning-room img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.returning-room:hover img { transform: scale(1.04); }
.returning-room span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; }
.returning-room.is-recommended { outline: 4px solid var(--copper); outline-offset: 5px; }
.returning-room.is-recommended::before { content: "Your room"; position: absolute; z-index: 3; right: 16px; top: 16px; padding: .4rem .65rem; border-radius: 999px; background: var(--paper); color: var(--espresso); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.return-contact { display: grid; grid-template-columns: 95px 1fr 1fr; gap: 2rem; align-items: center; }
.return-contact > img { border-radius: 50%; }
.return-contact h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); }
.return-contact > div:last-child { display: grid; justify-items: end; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 100px 0 auto; display: none; padding: 1.5rem 20px 2rem; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { margin-top: .3rem; }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 780px; }
  .hero-gallery { min-height: 650px; }
  .booking-ribbon-inner, .experience-grid, .return-hero-grid { grid-template-columns: 1fr; }
  .booking-ribbon-action { justify-content: flex-start; }
  .experience-copy { max-width: 760px; }
  .location-section { grid-template-columns: .95fr 1.05fr; }
  .returning-room-grid { grid-template-columns: repeat(2, 1fr); }
  .return-contact { grid-template-columns: 70px 1fr; }
  .return-contact > div:last-child { grid-column: 2; justify-items: start; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 82px; }
  .brand { width: 240px; height: 62px; }
  .site-nav { top: 82px; }
  .hero { padding-block: 38px 70px; }
  .hero-copy { padding-block: 1rem; }
  h1 { font-size: clamp(3.4rem, 16vw, 5.3rem); }
  .hero-gallery { min-height: 510px; }
  .hero-photo-main { inset: 0 24% 3% 0; }
  .hero-photo-top { width: 29%; height: 37%; }
  .hero-photo-bottom { width: 34%; height: 40%; }
  .rating-card { left: 10px; bottom: -20px; }
  .booking-ribbon-action { display: block; }
  .booking-ribbon-action .button { margin-top: 1rem; }
  .section-heading, .room-grid, .location-section, .highlight-grid, .return-cta, .contact-inner { grid-template-columns: 1fr; }
  .section-heading { gap: 1.2rem; }
  .room-grid { gap: 24px; }
  .room-image { aspect-ratio: 1.12 / 1; }
  .experience-gallery img { height: 220px; }
  .experience-gallery .experience-wide { height: 330px; }
  .location-section { padding-inline: 0; }
  .location-art { min-height: 410px; margin: -80px 15px 0; border-radius: 0 0 100px 20px; }
  .return-actions, .contact-links { justify-content: flex-start; }
  .contact-links a { display: grid; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .return-hero { min-height: auto; padding-top: 55px; }
  .return-photo img { height: 470px; }
  .return-benefits, .returning-room-grid { grid-template-columns: 1fr; }
  .return-benefits article { min-height: 210px; }
  .return-benefits h2 { margin-top: 2.7rem; }
  .returning-room { min-height: 460px; }
  .return-contact { grid-template-columns: 55px 1fr; }
  .featured-review { grid-template-columns: 1fr; }
  .review-tags { grid-column: 1; }
}

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