:root { --oyster: #eee9df; --oyster-surface: #f7f3eb; --marsh: #495b52; --deep-marsh: #24372f; --ink: #101411; --soft-ink: #303833; --ember: #c65e32; --ember-action: #a94b27; --ember-bright: #f47d4d; --pewter: #9aa3a0; --light-rule: rgba(16, 20, 17, 0.22); --dark-rule: rgba(238, 233, 223, 0.24); --font-display: "Gloock", "Iowan Old Style", "Baskerville", serif; --font-body: "IBM Plex Sans", "Avenir Next", "Franklin Gothic Medium", sans-serif; --gutter: clamp(1rem, 4vw, 4.5rem); --content-max: 100rem; --header-height: 4.75rem; --transition: 180ms ease; color-scheme: light; font-synthesis: none; }

*, ::before, ::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }

body { margin: 0px; overflow-x: hidden; background: var(--oyster); color: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; text-rendering: optimizelegibility; }

body.dialog-open { overflow: hidden; }

::selection { background: var(--ember-action); color: var(--oyster-surface); }

a { color: inherit; text-decoration: none; }

button, input, select { color: inherit; font: inherit; }

button { cursor: pointer; }

img { display: block; width: 100%; height: auto; }

svg { display: block; }

[hidden] { display: none !important; }

:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; box-shadow: 0 0 0 6px var(--oyster-surface); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }

.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 3000; padding: 0.75rem 1rem; background: var(--oyster-surface); border: 1px solid var(--ink); transform: translateY(-180%); transition: transform var(--transition); }

.skip-link:focus { transform: translateY(0px); }

.studio-credit { min-height: 2.25rem; padding: 0.35rem 1rem; display: flex; align-items: center; justify-content: center; background: var(--deep-marsh); color: rgba(238, 233, 223, 0.82); font-size: 0.75rem; font-style: normal; font-weight: 500; letter-spacing: 0.06em; line-height: 1.25; text-align: center; }

.site-header { position: sticky; top: 0px; z-index: 1100; min-height: var(--header-height); padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--oyster-surface); border-bottom: 1px solid var(--light-rule); }

.wordmark { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.25rem, 5vw, 1.75rem); letter-spacing: 0.28em; line-height: 1; }

.menu-toggle { width: 48px; height: 48px; padding: 0.75rem; display: grid; align-content: center; gap: 0.36rem; background: transparent; border: 0px; }

.menu-toggle span { width: 100%; height: 1px; background: var(--ink); transition: opacity var(--transition), transform var(--transition); }

.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(0.43rem) rotate(45deg); }

.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }

.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-0.43rem) rotate(-45deg); }

.site-nav { position: absolute; top: 100%; right: 0px; left: 0px; display: none; padding: 1.25rem var(--gutter) 1.5rem; background: var(--oyster-surface); border-bottom: 1px solid var(--ink); }

.site-nav[data-open="true"] { display: grid; }

.site-nav a { min-width: 44px; min-height: 48px; padding-inline: 0.25rem; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--light-rule); font-weight: 500; }

.site-nav a:hover { color: var(--ember-action); }

.header-reserve { display: none; }

.nav-reserve, .header-reserve { min-height: 48px; align-items: center; justify-content: center; gap: 0.7rem; padding: 0.75rem 1rem; background: transparent; border: 1px solid var(--ember-action); color: var(--ember-action); font-weight: 500; transition: background-color var(--transition), color var(--transition); }

.nav-reserve { width: 100%; display: flex; margin-top: 1rem; }

.nav-reserve:hover, .header-reserve:hover { background: var(--ember-action); color: var(--oyster-surface); }

.nav-reserve svg, .header-reserve svg, .button svg, .text-link svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentcolor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.hero { width: 100%; }

.hero-copy { padding: clamp(2.75rem, 8vw, 5rem) var(--gutter) clamp(2rem, 6vw, 4rem); }

.hero h1, .story h2, .room h2, .menu-section h2, .reservation-close h2, .dialog-header h2, .dialog-step h3 { margin: 0px; font-family: var(--font-display); font-weight: 400; letter-spacing: -0.035em; }

.hero h1 { max-width: 10ch; font-size: clamp(3.35rem, 14vw, 5.5rem); line-height: 0.94; }

.hero h1 span, .story h2 span, .room h2 span, .menu-section h2 span, .reservation-close h2 span { color: var(--ember); }

.hero-deck { max-width: 33rem; margin: 1.75rem 0px 0px; color: var(--soft-ink); font-size: clamp(1rem, 2.2vw, 1.15rem); line-height: 1.65; }

.hero-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem 1.5rem; }

.button { min-height: 48px; padding: 0.8rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; border-radius: 2px; font-weight: 500; line-height: 1.2; text-align: center; transition: background-color var(--transition), border-color var(--transition), color var(--transition); }

.button-primary { background: var(--ember-action); border: 1px solid var(--ember-action); color: var(--oyster-surface); }

.button-primary:hover { background: #8f3d1f; border-color: #8f3d1f; }

.button-outline { background: transparent; border: 1px solid var(--ember-action); color: var(--ember-action); }

.button-outline:hover { background: var(--ember-action); color: var(--oyster-surface); }

.button-outline-light { background: transparent; border: 1px solid var(--ember-bright); color: var(--ember-bright); }

.button-outline-light:hover { background: var(--ember-action); border-color: var(--ember-action); color: var(--oyster-surface); }

.button-quiet { background: transparent; border: 1px solid var(--light-rule); }

.button-quiet:hover { border-color: var(--ink); }

.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 0.65rem; border-bottom: 1px solid; font-weight: 500; line-height: 1.2; }

.text-link:hover { color: var(--ember-action); }

.text-link-light { color: var(--ember-bright); }

.location-line { max-width: 34rem; margin: 2.5rem 0px 0px; display: flex; gap: 0.7rem; color: var(--soft-ink); font-size: 0.925rem; line-height: 1.45; }

.location-line svg { width: 1.25rem; min-width: 1.25rem; height: 1.25rem; margin-top: 0.1rem; fill: none; stroke: currentcolor; stroke-width: 1.5; }

.media-frame { margin: 0px; overflow: hidden; }

.media-frame picture, .media-frame img { width: 100%; height: 100%; }

.media-frame picture { display: block; }

.media-frame img { object-fit: cover; transition: scale 650ms cubic-bezier(0.2, 0.7, 0.2, 1); }

@media (hover: hover) and (pointer: fine) {
  .media-frame:hover img { scale: 1.018; }
}

.hero-media { aspect-ratio: 16 / 10; }

.hero-media img { object-position: center 58%; }

.waterline { height: 3rem; overflow: hidden; }

.waterline svg { width: 100%; height: 100%; }

.waterline path, .waterline circle { fill: none; stroke-width: 1; vector-effect: non-scaling-stroke; }

.waterline-light { background: var(--oyster); }

.waterline-light path, .waterline-light circle { stroke: var(--marsh); }

.waterline-dark, .waterline-on-dark { background: var(--deep-marsh); }

.waterline-dark path, .waterline-dark circle, .waterline-on-dark path, .waterline-on-dark circle { stroke: rgba(238, 233, 223, 0.58); }

.section-dark { background: var(--deep-marsh); color: var(--oyster); }

.story { padding: clamp(4rem, 10vw, 7rem) var(--gutter); display: grid; gap: 3rem; }

.section-label { margin: 0px 0px 1.35rem; color: var(--ember-bright); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }

.story h2, .room h2 { font-size: clamp(3.1rem, 12vw, 6rem); line-height: 1.02; }

.short-rule { width: min(11rem, 40vw); height: 1px; margin: 2rem 0px; background: currentcolor; opacity: 0.38; }

.story-copy > p:not(.section-label) { max-width: 34rem; color: rgba(238, 233, 223, 0.9); }

.story-copy .text-link { margin-top: 1rem; }

.story-media { min-height: 31rem; aspect-ratio: 4 / 5; }

.story-media img { object-position: center 62%; }

.room { max-width: var(--content-max); margin: 0px auto; padding: clamp(4rem, 10vw, 8rem) var(--gutter); display: grid; gap: 2.5rem; }

.room h2 { max-width: 12ch; }

.service-list { margin: 2rem 0px; padding: 0px; display: grid; gap: 1rem; list-style: none; }

.service-list li { display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.85rem; align-items: start; }

.service-list svg { width: 1.3rem; height: 1.3rem; margin-top: 0.15rem; fill: none; stroke: var(--marsh); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }

.room-main { aspect-ratio: 16 / 10; }

.room-main img { object-position: center center; }

.room-detail { aspect-ratio: 1 / 1; }

.room-note { align-self: center; max-width: 30rem; padding-top: 1.5rem; border-top: 1px solid var(--light-rule); }

.room-note p { margin-top: 0px; color: var(--soft-ink); }

.menu-section { display: grid; }

.menu-media { aspect-ratio: 4 / 3; }

.menu-media img { object-position: center center; }

.menu-content { padding: clamp(3.5rem, 8vw, 7rem) var(--gutter); }

.menu-section h2 { max-width: 16ch; scroll-margin-top: 2.5rem; font-size: clamp(3rem, 10vw, 5.5rem); line-height: 1.05; }

.menu-tabs { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 0px 1.5rem; border-bottom: 1px solid var(--dark-rule); }

.menu-tabs button { min-height: 48px; padding: 0.65rem 0px; position: relative; background: transparent; border: 0px; color: rgba(238, 233, 223, 0.75); }

.menu-tabs button::after { content: ""; position: absolute; right: 0px; bottom: -1px; left: 0px; height: 2px; background: transparent; }

.menu-tabs button[aria-selected="true"] { color: var(--ember-bright); }

.menu-tabs button[aria-selected="true"]::after { background: var(--ember-bright); }

.menu-panel { outline-offset: 0.5rem; transition: opacity 140ms; }

.menu-panel.is-changing { opacity: 0.3; }

.menu-list { margin: 0px; padding: 0px; list-style: none; }

.menu-list li { padding: 1rem 0px; display: grid; grid-template-areas: "name price" "description description"; grid-template-columns: 1fr auto; column-gap: 1rem; border-bottom: 1px solid var(--dark-rule); }

.menu-list h3 { grid-area: name; min-width: 0px; margin: 0px; font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; line-height: 1.35; }

.menu-list p { grid-area: description; min-width: 0px; margin: 0.35rem 0px 0px; overflow-wrap: anywhere; color: rgba(238, 233, 223, 0.72); font-size: 0.925rem; line-height: 1.5; }

.menu-list span { grid-area: price; min-width: 0px; justify-self: end; white-space: nowrap; text-align: right; }

.tasting-menu { margin: 1.4rem 0px 0px; padding: 1rem 0px; border-top: 1px solid var(--ember); border-bottom: 1px solid var(--ember); color: var(--ember-bright); text-align: center; }

.reservation-close { display: grid; }

.reservation-copy { padding: clamp(4rem, 10vw, 7rem) var(--gutter); align-self: center; }

.reservation-close h2 { max-width: 9ch; font-size: clamp(3.4rem, 13vw, 6.5rem); line-height: 1.03; }

.reservation-copy > p:first-of-type { margin: 1.75rem 0px; color: rgba(238, 233, 223, 0.88); font-size: 1.05rem; }

.reservation-media { min-height: 24rem; aspect-ratio: 16 / 10; }

.reservation-media img { object-position: 68% center; }

.site-footer { padding: 2.5rem var(--gutter); background: var(--deep-marsh); color: var(--oyster); border-top: 1px solid var(--dark-rule); }

.footer-primary { display: grid; gap: 1.5rem; }

.footer-wordmark { color: var(--oyster); }

.footer-primary nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }

.footer-primary nav a { min-height: 44px; display: inline-flex; align-items: center; }

.footer-primary nav a:hover { color: var(--ember-bright); }

.footer-disclosure { max-width: 65rem; margin: 2rem auto 0px; padding-top: 1.5rem; border-top: 1px solid var(--dark-rule); color: rgba(238, 233, 223, 0.68); font-size: 0.875rem; text-align: left; }

.reservation-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0px; padding: 0px; border: 0px; background: transparent; color: var(--ink); }

.reservation-dialog::backdrop { background: rgba(8, 12, 9, 0.76); }

.reservation-dialog[open] { animation: 200ms ease 0s 1 normal both running dialog-in; }

@keyframes dialog-in {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0px); }
}

.dialog-shell { width: 100%; min-height: 100%; padding: 1.25rem; position: relative; overflow: auto; background: var(--oyster-surface); }

.dialog-close { width: 48px; height: 48px; padding: 0.75rem; position: absolute; top: 0.8rem; right: 0.8rem; z-index: 2; background: transparent; border: 0px; }

.dialog-close svg { width: 100%; height: 100%; fill: none; stroke: currentcolor; stroke-width: 1.5; stroke-linecap: round; }

.dialog-header { padding-right: 3rem; }

.dialog-header h2 { font-size: clamp(2.4rem, 10vw, 3.5rem); line-height: 1.05; }

.dialog-disclosure { margin: 1.25rem 0px 0px; padding: 1rem 1rem 1rem 1.2rem; background: rgb(235, 229, 219); border-left: 3px solid var(--ember); color: var(--soft-ink); font-size: 0.925rem; line-height: 1.5; }

.reservation-progress { margin: 1.5rem 0px 1.75rem; padding: 0px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; list-style: none; }

.reservation-progress li { padding-top: 0.6rem; border-top: 1px solid var(--light-rule); color: rgb(105, 112, 108); font-size: 0.875rem; }

.reservation-progress li[aria-current="step"] { border-color: var(--ember-action); color: var(--ember-action); font-weight: 600; }

.form-field { margin-bottom: 1.15rem; }

.form-field label, .seating-fieldset legend { display: block; margin-bottom: 0.4rem; font-weight: 600; }

.form-field select, .form-field input { width: 100%; min-height: 50px; padding: 0.75rem 0.85rem; background: transparent; border: 1px solid rgba(16, 20, 17, 0.42); border-radius: 2px; }

.form-field select:hover, .form-field input:hover { border-color: var(--ink); }

.field-error { display: none; margin: 0.35rem 0px 0px; color: rgb(158, 50, 29); font-size: 0.875rem; }

.field-error.is-visible { display: block; }

.form-field input[aria-invalid="true"] { border-color: rgb(158, 50, 29); }

.seating-fieldset { margin: 0px 0px 1.15rem; padding: 0px; border: 0px; }

.seating-options { display: grid; gap: 0.75rem; }

.seating-options label { min-height: 58px; padding: 0.8rem; display: grid; grid-template-columns: auto 1fr; gap: 0.8rem; align-items: center; border: 1px solid var(--light-rule); border-radius: 2px; cursor: pointer; }

.seating-options label:has(input:checked) { border-color: var(--ember); }

.seating-options input { width: 1.1rem; height: 1.1rem; accent-color: var(--ember); }

.seating-options span, .seating-options strong, .seating-options small { display: block; }

.seating-options small { margin-top: 0.1rem; color: rgb(95, 103, 98); font-size: 0.82rem; }

.dialog-actions { margin-top: 1.5rem; display: grid; gap: 0.75rem; }

.dialog-actions .button { width: 100%; }

.dialog-step h3 { font-size: clamp(2.2rem, 9vw, 3.25rem); line-height: 1.08; }

.dialog-step h3[tabindex="-1"]:focus { outline: none; box-shadow: none; }

.dialog-step > p { color: var(--soft-ink); }

.reservation-summary { margin: 1.5rem 0px; border-top: 1px solid var(--light-rule); }

.reservation-summary div { padding: 0.85rem 0px; display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; border-bottom: 1px solid var(--light-rule); }

.reservation-summary dt { color: rgb(99, 107, 102); }

.reservation-summary dd { margin: 0px; font-weight: 600; }

.dialog-complete { text-align: center; }

.complete-mark { width: 4rem; height: 4rem; margin: 0px auto 1.25rem; fill: none; stroke: var(--ember); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.dialog-complete .button { margin-top: 1rem; }

.dialog-escape-note { margin: 1.5rem 0px 0px; color: rgb(100, 107, 103); font-size: 0.82rem; }

kbd { padding: 0.15rem 0.35rem; background: transparent; border: 1px solid var(--light-rule); border-radius: 2px; box-shadow: 0 1px 0 var(--light-rule); font-family: inherit; }

.noscript-note { margin: 0px; padding: 1rem var(--gutter); background: rgb(255, 244, 214); color: var(--ink); border-top: 1px solid rgb(215, 164, 65); }

.js .reveal { opacity: 0; transform: translateY(10px); transition: opacity 520ms, transform 520ms; }

.js .reveal.is-visible { opacity: 1; transform: translateY(0px); }

.js section:target .reveal,
.js section:has(:target) .reveal { opacity: 1; transform: none; transition: none; }

@media (min-width: 768px) {
  .hero-copy { padding-top: 4.75rem; }
  .hero h1 { font-size: clamp(5rem, 9vw, 7rem); }
  .story h2, .room h2 { font-size: clamp(4rem, 7vw, 6rem); }
  .story-media { min-height: 44rem; }
  .room { grid-template-columns: repeat(12, minmax(0px, 1fr)); gap: 3rem clamp(1.5rem, 3vw, 3rem); }
  .room-intro { grid-column: 1 / 6; align-self: center; }
  .room-main { grid-column: 6 / 13; min-height: 32rem; }
  .room-detail { grid-column: 2 / 6; }
  .room-note { grid-column: 7 / 11; }
  .menu-list li { grid-template-areas: "name description price"; grid-template-columns: minmax(10rem, 0.85fr) minmax(0px, 1.35fr) 4rem; align-items: baseline; }
  .menu-list p { margin: 0px; }
  .footer-primary { grid-template-columns: 1fr auto; align-items: center; }
  .footer-disclosure { text-align: center; }
  .reservation-dialog { width: min(44rem, 100% - 2rem); height: auto; max-height: calc(-2rem + 100dvh); margin: auto; }
  .dialog-shell { min-height: 0px; padding: 2.5rem 3rem 2rem; border-radius: 8px; box-shadow: rgba(3, 8, 5, 0.28) 0px 20px 60px; }
  .dialog-close { top: 1.5rem; right: 1.5rem; }
  .seating-options { grid-template-columns: repeat(2, 1fr); }
  .dialog-actions { grid-template-columns: minmax(12rem, 1fr) minmax(7rem, 0.5fr); }
}

@media (min-width: 1024px) {
  .site-header { display: grid; grid-template-columns: minmax(12rem, 1fr) auto minmax(12rem, 1fr); }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 3vw, 3.5rem); padding: 0px; background: transparent; border: 0px; }
  .site-nav a { min-height: 44px; border: 0px; }
  .nav-reserve { display: none; }
  .header-reserve { min-width: 13.5rem; display: inline-flex; justify-self: end; }
  .story { padding-right: 0px; grid-template-columns: minmax(21rem, 36%) minmax(0px, 64%); gap: clamp(3rem, 6vw, 7rem); }
  .story-copy { padding-left: clamp(0rem, 2vw, 2rem); }
  .story-media { aspect-ratio: 4 / 5; }
  .room-intro { grid-column: 1 / 5; }
  .room-main { grid-column: 5 / 13; }
  .room-detail { grid-column: 3 / 6; }
  .room-note { grid-column: 7 / 10; }
}

@media (min-width: 1200px) {
  .hero { min-height: clamp(
      38rem,
      calc(100svh - var(--header-height) - 12rem),
      44rem
    ); display: grid; grid-template-columns: minmax(28rem, 42%) minmax(0px, 58%); }
  .hero-copy, .hero-media { min-width: 0px; min-height: 0px; }
  .hero-copy { padding: clamp(3rem, 6vh, 5rem) clamp(2.5rem, 3vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
  .hero h1 { font-size: clamp(4rem, 5.2vw, 5.5rem); }
  .hero-media { height: 100%; aspect-ratio: auto; }
  .hero-media img { object-position: 61% center; }
  .menu-section { grid-template-columns: minmax(24rem, 42%) minmax(0px, 58%); min-height: clamp(40rem, 48vw, 56rem); }
  .menu-media { height: 100%; aspect-ratio: auto; }
  .menu-media img { object-position: 38% center; }
  .menu-content { align-self: center; padding-block: clamp(4rem, 6vw, 7rem); }
  .menu-section h2 { font-size: clamp(4.2rem, 5vw, 6rem); }
  .reservation-close { grid-template-columns: minmax(23rem, 42%) minmax(0px, 58%); min-height: clamp(38rem, 45vw, 46rem); }
  .reservation-media { height: 100%; aspect-ratio: auto; }
}

@media (min-width: 1440px) {
  .hero-copy { padding-left: max(var(--gutter), calc((100vw - var(--content-max)) / 2 + 4rem)); }
  .story, .room { padding-block: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; }
  .media-frame img, .media-frame:hover img { scale: 1; }
  .menu-panel { transition: none; }
}

@media (min-width: 1024px) {
  .story {
    align-items: start;
  }

  .room-intro {
    grid-column: 1 / 6;
  }

  .room-main {
    grid-column: 6 / 13;
  }

  .room h2 {
    font-size: clamp(3.25rem, 4vw, 4.75rem);
  }

  .menu-section h2 {
    font-size: clamp(3.75rem, 4.3vw, 5.2rem);
  }

  .reservation-close h2 {
    max-width: 11ch;
    font-size: clamp(3.5rem, 5vw, 5rem);
  }
}

.mobile-reserve {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  background: var(--oyster-surface);
  border: 0;
  border-bottom: 1px solid var(--ember-action);
  color: var(--ember-action);
  font-weight: 500;
}

.mobile-reserve:hover {
  background: var(--ember-action);
  color: var(--oyster-surface);
}

.mobile-reserve svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1024px) {
  .mobile-reserve {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-copy {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .hero-deck,
  .hero-actions {
    margin-top: 1rem;
  }

  .hero-actions .text-link {
    display: none;
  }

  .location-line {
    margin-top: 1rem;
  }

  .hero-media {
    aspect-ratio: 3 / 2;
  }

  .story-media,
  .reservation-media {
    width: 100%;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  .story-media,
  .room-main {
    min-height: 0;
  }
}

@media (min-width: 1024px) {
  .story {
    grid-template-columns: minmax(21rem, 36%) minmax(0, 1fr);
  }
}
