:root {
  --ink: #272427;
  --paper: #f4f2ef;
  --warm-white: #faf8f5;
  --cream: #fbf1e5;
  --olive: #a7b176;
  --blue: #91a6c1;
  --footer: #e8e4df;
  --rule: rgba(39, 36, 39, 0.4);
  --header-height: 94px;
  --content-width: 1276px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
body.menu-open main,
body.menu-open > .return-band,
body.menu-open > .house-footer { visibility: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
p { margin-bottom: 1.15em; }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 50; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.house-header { position: fixed; inset: 0 0 auto; z-index: 20; height: var(--header-height); background: rgba(248, 247, 244, 0.96); }
.desktop-navigation { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr); align-items: center; padding: 0 40px; }
.nav-side { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 24px; }
.nav-side a { text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; white-space: nowrap; }
.nav-side a:hover, .nav-side a:focus-visible, .nav-side a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.wordmark, .mobile-wordmark { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: 38px; line-height: 1; font-weight: 700; text-align: center; text-decoration: none; transform: scaleX(0.96); }
.mobile-navigation, .mobile-menu { display: none; }
main { padding-top: var(--header-height); }

.media-hero { position: relative; height: calc(100svh - var(--header-height)); min-height: 680px; overflow: hidden; background: var(--warm-white); }
.media-hero > img { height: 100%; object-fit: cover; }
.ticket-cta { position: absolute; top: 62px; left: 28px; z-index: 2; width: 154px; min-height: 108px; display: grid; place-items: center; padding-right: 18px; color: #fff; background: #29272a; border: 2px solid #fff; outline: 2px solid #29272a; clip-path: polygon(0 7%, 72% 7%, 100% 50%, 72% 93%, 0 93%); font-family: var(--serif); font-size: 23px; font-style: italic; line-height: 1.05; text-align: center; text-decoration: none; transform: rotate(4deg); transition: transform 0.25s ease; }
.ticket-cta:hover, .ticket-cta:focus-visible { transform: rotate(1deg) translateY(-2px); }
.olive-band { background: var(--olive); }
.cream-band { background: var(--cream); }
.blue-band { background: var(--blue); }
.narrow-copy { width: min(920px, calc(100% - 48px)); margin: 0 auto; text-align: center; }
.restaurant-intro { min-height: 490px; display: grid; place-items: center; padding: 70px 24px; }
.eyebrow { margin-bottom: 8px; text-transform: uppercase; font-size: 12px; }
.restaurant-intro h1 { margin-bottom: 32px; font-family: var(--serif); font-size: clamp(54px, 5.2vw, 75px); line-height: 0.98; text-transform: uppercase; }
.restaurant-intro h1 { white-space: nowrap; }
.restaurant-intro p:not(.eyebrow) { max-width: 900px; margin-inline: auto; }
.outline-button, .dark-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 25px; border: 1px solid currentColor; border-radius: 28px; background: transparent; text-decoration: none; font-family: var(--serif); font-style: italic; transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.outline-button:hover, .outline-button:focus-visible { color: var(--warm-white); background: var(--ink); }
.outline-button:active, .dark-button:active { transform: translateY(1px); }
.dark-button { color: var(--warm-white); background: var(--ink); border-color: var(--ink); }

.menu-gallery { min-height: 850px; display: grid; grid-template-columns: 38% 62%; align-items: center; overflow: hidden; }
.service-hours { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 30px; text-align: center; font-family: var(--serif); }
.service-hours a { margin-top: 17px; font-size: 16px; }
.service-hours span { font-size: 13px; line-height: 1.4; }
.carousel { position: relative; overflow: hidden; }
.carousel-track { position: relative; height: 100%; }
.carousel-slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity 0.55s ease; }
.carousel-slide.is-active { opacity: 1; pointer-events: auto; }
.carousel-slide img { height: 100%; object-fit: cover; }
.portrait-carousel { width: min(620px, 82%); height: 760px; justify-self: center; }
.carousel-control { position: absolute; top: 50%; width: 58px; height: 72px; display: grid; place-items: center; border: 0; background: transparent; font-family: var(--serif); font-size: 72px; font-weight: 300; line-height: 1; transform: translateY(-50%); }
.carousel-control.previous { left: 4px; }
.carousel-control.next { right: 4px; }
.portrait-carousel .carousel-control { color: var(--ink); background: rgba(251, 241, 229, 0.7); }
.carousel-count { position: absolute; right: 14px; bottom: 12px; padding: 4px 8px; color: white; background: rgba(39, 36, 39, 0.75); font-size: 12px; }

.chef-profile { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 70px max(5vw, 24px); }
.chef-profile figure { margin: 0; height: 600px; }
.chef-profile img { height: 100%; object-fit: cover; }
.chef-copy { max-width: 580px; text-align: center; }
.script-kicker { margin: 0; font-family: var(--serif); font-size: 34px; font-style: italic; }
.chef-copy h2 { margin-bottom: 26px; font-size: 51px; line-height: 1.1; font-style: italic; }
.chef-copy blockquote { margin: 34px auto 0; max-width: 420px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.dining-details { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 72px max(5vw, 24px); }
.dining-details article { padding: 0 48px; text-align: center; }
.dining-details article + article { border-left: 1px solid var(--ink); }
.dining-details h2, .events-intro h2, .restaurant-contact h2 { font-size: 51px; font-style: italic; }
.dining-details p { max-width: 520px; margin-inline: auto; }
.events-intro { min-height: 330px; display: grid; align-content: center; padding: 58px max(5vw, 24px); text-align: center; }
.events-intro h2 { margin-bottom: 22px; }
.events-intro p { max-width: 1200px; margin: 0 auto; }
.wide-carousel { height: min(70vw, 846px); min-height: 560px; background: var(--warm-white); }
.wide-carousel .carousel-control { color: var(--ink); background: rgba(250, 248, 245, 0.7); }
.restaurant-contact { min-height: 380px; display: grid; grid-template-columns: 1fr 300px 1fr; align-items: center; gap: 30px; padding: 60px max(5vw, 24px); text-align: center; }
.restaurant-contact > div { display: flex; flex-direction: column; gap: 10px; }
.restaurant-contact p { margin: 0; }
.contact-mark { height: 125px; align-items: center; justify-content: center; }
.contact-mark img { width: 205px; height: 125px; object-fit: contain; }

.return-band { min-height: 205px; display: grid; place-items: center; background: var(--warm-white); text-align: center; }
.return-band a { display: flex; flex-direction: column; text-decoration: none; font-size: 12px; }
.return-band span { font-size: 18px; }
.house-footer { min-height: 360px; display: grid; grid-template-columns: 240px minmax(400px, 1fr) 270px; gap: 50px; align-items: center; padding: 52px 72px; background: var(--footer); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links a { text-decoration: none; }
.social-icon { width: 25px; height: 25px; }
.social-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mailing-list { text-align: center; }
.mailing-list > p:first-child { text-transform: uppercase; }
.mailing-list label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.mailing-row { display: grid; grid-template-columns: 1fr 170px; gap: 18px; }
.mailing-row input { min-width: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 9px 6px; }
.mailing-row button { min-height: 46px; border: 1px solid var(--ink); background: transparent; text-transform: uppercase; }
.mailing-row button:hover, .mailing-row button:focus-visible { color: white; background: var(--ink); }
.form-message { display: block; min-height: 25px; padding-top: 5px; font-size: 13px; }
.legal-line { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 22px 0 0; }
.legal-line a { text-decoration: none; }
.footer-address { display: flex; flex-direction: column; text-align: center; font-style: normal; }
.footer-address strong { margin-bottom: 9px; text-transform: uppercase; }

.stay-split { position: relative; display: grid; grid-template-columns: 1fr 1fr; height: 890px; }
.stay-panel { position: relative; overflow: hidden; }
.stay-panel::after { content: ""; position: absolute; inset: 0; background: rgba(35, 32, 31, 0.08); }
.stay-panel img { height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.stay-panel:hover img { transform: scale(1.02); }
.stay-panel > span { position: absolute; z-index: 2; inset: 50% 0 auto; color: white; font-family: var(--serif); font-size: clamp(54px, 5vw, 78px); text-align: center; text-transform: uppercase; transform: translateY(-50%); }
.stay-panel + .stay-panel > span { color: var(--ink); }
.room-ticket { top: 62px; }
.accommodation-intro { display: grid; justify-items: center; padding: 72px max(12vw, 32px); text-align: center; background: var(--warm-white); }
.accommodation-intro h1, .event-copy h1 { font-family: var(--sans); font-size: 24px; text-transform: uppercase; }
.accommodation-intro p, .event-copy p { max-width: 970px; font-size: 20px; }
.page-accommodations .return-band, .page-private-events .return-band { display: none; }
.page-accommodations .house-footer, .page-private-events .house-footer { min-height: 300px; padding-block: 38px; }

.editorial-hero { height: calc(100svh - var(--header-height)); }
.editorial-title { min-height: 200px; display: grid; place-items: center; background: var(--paper); }
.editorial-title h1 { margin: 0; font-family: var(--sans); font-size: 30px; text-transform: uppercase; }
.editorial-list { max-width: 1180px; margin: 0 auto; padding: 20px 40px 140px; }
.editorial-entry { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 55px 0; }
.editorial-entry.image-right .entry-media { order: 2; }
.editorial-entry.text-only.image-right .entry-copy { grid-column: 1; }
.editorial-entry.text-only:not(.image-right) .entry-copy { grid-column: 2; }
.entry-media { position: relative; min-height: 390px; }
.entry-media img { width: 100%; height: 390px; object-fit: cover; }
.entry-media .secondary-image { position: absolute; width: 52%; height: 68%; right: -20px; bottom: -70px; border: 12px solid var(--paper); }
.entry-copy { padding: 30px 0; }
.entry-copy h2 { font-family: var(--sans); font-size: 20px; text-transform: uppercase; }
.entry-copy p { max-width: 530px; }
.entry-copy a { font-size: 13px; text-decoration: none; }
.culture-list .editorial-entry { min-height: 560px; }

.experience-intro { padding: 100px 24px 80px; text-align: center; background: var(--warm-white); }
.experience-intro h1 { font-family: var(--sans); font-size: 30px; text-transform: uppercase; }
.experience-intro p { max-width: 930px; margin: 0 auto; }
.experience-directory { padding: 0 40px 150px; background: var(--warm-white); }
.experience-group { max-width: 1280px; margin: 0 auto; padding-top: 70px; }
.experience-group > h2 { margin-bottom: 32px; font-family: var(--sans); font-size: 24px; text-transform: uppercase; }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 26px; }
.experience-card { background: #fff; border: 1px solid rgba(39, 36, 39, 0.16); }
.experience-card img { aspect-ratio: 1; object-fit: cover; }
.experience-card > div { min-height: 215px; padding: 23px; }
.experience-card h3 { font-family: var(--sans); font-size: 18px; text-transform: uppercase; }
.experience-card p { font-size: 14px; }
.experience-card span { font-family: var(--serif); font-style: italic; }

.event-gateway { position: relative; height: 1000px; display: grid; grid-template-columns: 1fr 1fr; }
.event-panel { position: relative; overflow: hidden; color: white; }
.event-panel::after { content: ""; position: absolute; inset: 0; background: rgba(32, 30, 30, 0.22); }
.event-panel img { height: 100%; object-fit: cover; }
.event-panel > span { position: absolute; z-index: 2; inset: 50% 20px auto; display: flex; flex-direction: column; align-items: center; text-align: center; transform: translateY(-50%); }
.event-panel strong { font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 400; text-transform: uppercase; }
.event-panel small { font-size: 18px; text-decoration: underline; }
.event-copy { display: grid; justify-items: center; padding: 42px max(12vw, 32px); text-align: center; background: var(--warm-white); }

.compact-hero { position: relative; height: 750px; overflow: hidden; }
.compact-hero img { height: 100%; object-fit: cover; }
.info-sheet { padding: 100px max(12vw, 32px); background: var(--warm-white); }
.info-sheet > h1 { font-family: var(--sans); font-size: 31px; text-transform: uppercase; }
.careers-sheet { text-align: center; }
.careers-sheet > p { max-width: 980px; margin-inline: auto; }
.career-columns { max-width: 1050px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin: 65px auto; }
.career-columns h2, .careers-sheet > h2 { font-family: var(--sans); font-size: 19px; text-transform: uppercase; }
.faq-sheet { max-width: 1050px; margin: 0 auto; }
.accordion { margin-top: 50px; border-top: 1px solid var(--rule); }
.accordion-item { border-bottom: 1px solid var(--rule); }
.accordion-item h2 { margin: 0; }
.accordion-item button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; text-align: left; font-family: var(--sans); font-size: 18px; }
.accordion-item button span { font-family: var(--sans); font-size: 28px; transition: transform 0.2s ease; }
.accordion-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.accordion-panel { padding: 0 60px 28px 0; }
.policy-links { display: flex; gap: 18px; margin-top: 40px; }
.policy-links a { padding: 11px 18px; border: 1px solid var(--ink); text-decoration: none; }

.offers-sheet { min-height: 1000px; padding: 150px 6vw 130px; background: var(--warm-white); }
.offers-sheet > h1 { margin-bottom: 70px; text-align: center; font-family: var(--sans); font-size: 32px; text-transform: uppercase; }
.offer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px 28px; }
.offer-tile { text-align: center; }
.offer-tile img { aspect-ratio: 1; object-fit: cover; }
.offer-tile h2 { margin: 24px 0 8px; font-size: 28px; }
.offer-tile a { font-size: 13px; text-transform: uppercase; }
.policy-sheet { max-width: 980px; margin: 0 auto; padding: 170px 40px 140px; background: var(--warm-white); }
.page-privacy main { background: var(--warm-white); }
.policy-sheet h1 { font-size: 56px; }
.policy-sheet h2 { margin-top: 50px; font-family: var(--sans); font-size: 21px; text-transform: uppercase; }
.policy-date { font-style: italic; }

@media (max-width: 1050px) {
  .desktop-navigation { padding-inline: 20px; grid-template-columns: minmax(0, 1fr) 170px minmax(0, 1fr); }
  .nav-side { gap: 10px; }
  .nav-side a { font-size: 11px; }
  .wordmark { font-size: 30px; }
  .restaurant-contact { grid-template-columns: 1fr 180px 1fr; }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --header-height: 88px; }
  body { font-size: 15px; }
  .desktop-navigation { display: none; }
  .mobile-navigation { height: 88px; display: grid; grid-template-columns: 66px 1fr 92px; align-items: center; padding: 0 8px; }
  .mobile-wordmark { grid-column: 2; font-size: 38px; transform: scaleX(0.98); }
  .menu-toggle { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; gap: 8px; border: 0; background: transparent; text-transform: uppercase; font-size: 11px; }
  .menu-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
  .menu-toggle .close-symbol { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-symbol { display: none; }
  .menu-toggle[aria-expanded="true"] .close-symbol { display: block; }
  .mobile-menu { position: fixed; inset: 88px 0 auto; z-index: 30; width: 100%; height: calc(100dvh - 88px); min-height: calc(100dvh - 88px); display: flex; flex-direction: column; align-items: center; gap: 34px; padding: 20px; background: var(--warm-white); visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(100%); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .mobile-menu a { text-decoration: none; text-transform: uppercase; font-size: clamp(29px, 7.6vw, 31px); font-weight: 600; line-height: 1.25; }

  .media-hero { min-height: 0; }
  .restaurant-hero { background: var(--warm-white); }
  .restaurant-hero > img { display: none; }
  .ticket-cta { top: 28px; left: -9px; width: 94px; min-height: 70px; padding-right: 10px; font-size: 15px; }
  .restaurant-intro { min-height: 0; padding: 100px 24px; }
  .restaurant-intro h1 { font-size: 42px; }
  .menu-gallery { min-height: 0; grid-template-columns: 1fr; gap: 0; padding: 90px 0 120px; }
  .service-hours { padding: 0 24px 90px; }
  .portrait-carousel { width: calc(100% - 54px); height: auto; aspect-ratio: 4 / 5; margin: 0 auto; }
  .portrait-carousel .carousel-control { width: 38px; height: 58px; font-size: 52px; }
  .chef-profile { min-height: 0; display: flex; flex-direction: column; gap: 70px; padding: 100px 27px; }
  .chef-profile figure { width: 100%; height: auto; aspect-ratio: 4 / 5; }
  .script-kicker { font-size: 26px; }
  .chef-copy h2 { font-size: 36px; }
  .dining-details { min-height: 0; display: flex; flex-direction: column; padding: 100px 27px; }
  .dining-details article { padding: 0; }
  .dining-details article + article { margin-top: 64px; padding-top: 54px; border-top: 1px solid var(--ink); border-left: 0; }
  .dining-details h2, .events-intro h2 { font-size: 37px; }
  .events-intro { min-height: 0; padding: 80px 26px; }
  .wide-carousel { height: auto; min-height: 0; aspect-ratio: 6 / 5; }
  .wide-carousel .carousel-control { width: 35px; height: 48px; font-size: 46px; }
  .restaurant-contact { min-height: 0; display: flex; flex-direction: column; gap: 65px; padding: 100px 26px; }
  .restaurant-contact .contact-mark { order: 2; width: 170px; }
  .restaurant-contact > div:last-child { order: 3; }
  .return-band { min-height: 0; padding: 64px 24px; }
  .house-footer { min-height: 0; display: flex; flex-direction: column; gap: 55px; padding: 65px 25px; text-align: center; }
  .footer-links { align-items: center; }
  .mailing-list { width: 100%; order: 3; }
  .mailing-row { grid-template-columns: 1fr; }
  .footer-address { order: 2; }
  .legal-line { flex-direction: column; gap: 5px; }

  .stay-split { height: auto; display: block; }
  .stay-panel { display: block; height: 520px; }
  .stay-panel > span { font-size: 48px; }
  .stay-split .room-ticket { top: 28px; }
  .accommodation-intro { padding: 70px 25px; }
  .event-copy { padding: 55px 25px; }
  .accommodation-intro p, .event-copy p { font-size: 17px; }

  .editorial-hero { height: 520px; }
  .page-amenities .editorial-hero { display: none; }
  .page-amenities .editorial-title { min-height: 500px; align-items: end; padding-bottom: 52px; }
  .editorial-hero .ticket-cta { top: 28px; }
  .editorial-title { min-height: 140px; }
  .editorial-title h1 { font-size: 24px; }
  .editorial-list { padding: 5px 24px 85px; }
  .editorial-entry, .culture-list .editorial-entry { min-height: 0; display: flex; flex-direction: column; gap: 25px; padding: 38px 0; }
  .editorial-entry.image-right .entry-media { order: 0; }
  .editorial-entry.text-only .entry-copy { grid-column: auto; }
  .entry-media { width: 100%; min-height: 0; }
  .entry-media img { height: 310px; }
  .entry-media .secondary-image { position: static; width: 100%; height: 390px; margin-top: 16px; border: 0; }
  .entry-copy { width: 100%; padding: 0; }
  .entry-copy h2 { font-size: 18px; }

  .experience-intro { padding: 65px 24px 45px; }
  .experience-directory { padding: 0 20px 90px; }
  .experience-group { padding-top: 52px; }
  .experience-grid { grid-template-columns: 1fr; gap: 26px; }
  .experience-card > div { min-height: 0; }

  .event-gateway { height: auto; display: block; }
  .event-panel { display: block; height: 620px; }
  .event-panel strong { font-size: 43px; }
  .event-gateway .room-ticket { top: 28px; }
  .compact-hero { height: 520px; }
  .info-sheet { padding: 70px 24px; }
  .career-columns { grid-template-columns: 1fr; gap: 35px; margin: 45px auto; }
  .accordion-item button { min-height: 68px; }
  .policy-links { flex-direction: column; }

  .offers-sheet { padding: 90px 24px; }
  .offers-sheet > h1 { margin-bottom: 48px; font-size: 25px; }
  .offer-grid { grid-template-columns: 1fr; gap: 60px; }
  .policy-sheet { padding: 110px 24px 90px; }
  .policy-sheet h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
