:root {
  --ink: #12110f;
  --ink-soft: #1d1b18;
  --bone: #f2eee5;
  --paper: #faf8f3;
  --white: #ffffff;
  --copper: #a75f3f;
  --copper-dark: #7f432d;
  --sage: #7d8069;
  --muted: #6d675f;
  --line: rgba(18, 17, 15, 0.16);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow: 0 24px 70px rgba(18, 17, 15, 0.16);
  /* Adobe Fonts project qxo3yrg. IvyOra Display is used for display type and
     New Frank is used for all body and interface copy. */
  --display: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  --sans: new-frank, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: new-frank, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --condensed: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  --announcement-h: 34px;
  --header-h: 82px;
  --top-h: calc(var(--announcement-h) + var(--header-h));
  --container: min(1240px, calc(100vw - 48px));
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-kerning: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display);
  text-transform: uppercase;
}

::selection {
  background: var(--copper);
  color: var(--white);
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 700;
}

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

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.eyebrow,
.kicker {
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.76);
}

.display {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.section-title {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 0.98;
}

.section-lede {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
  line-height: 1.7;
}

.section-pad {
  padding-block: clamp(88px, 10vw, 150px);
}

.site-top {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  transition: background 260ms ease, box-shadow 260ms ease;
}

.announcement-bar {
  height: var(--announcement-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-inline: 18px;
  background: var(--copper);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar > span[aria-hidden="true"] {
  flex: 0 0 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.66;
}

.site-header {
  height: var(--header-h);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 260ms ease, border-color 260ms ease, height 260ms ease;
}

.site-top.is-scrolled .site-header,
.inner-page .site-header {
  background: rgba(18, 17, 15, 0.96);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.13);
}

.site-header__inner {
  width: var(--container);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}

.header-logo img {
  width: 68px;
  max-height: 54px;
  object-fit: contain;
}

.primary-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.primary-nav {
  justify-content: flex-start;
  gap: clamp(20px, 2.5vw, 38px);
}

.header-actions {
  justify-content: flex-end;
  gap: 14px;
}

.nav-link {
  position: relative;
  padding-block: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  transition: right 220ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after,
.nav-link[aria-current="page"]::after {
  right: 0;
}

.header-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-icon-link:hover,
.header-icon-link:focus-visible {
  background: var(--white);
  color: var(--ink);
  transform: translateY(-2px);
}

.header-icon-link svg {
  width: 17px;
  height: 17px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 190ms ease, color 190ms ease, border-color 190ms ease, transform 190ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn--light {
  background: var(--white);
  color: var(--ink);
}

.btn--light:hover,
.btn--light:focus-visible {
  background: var(--bone);
}

.btn--dark {
  background: var(--ink);
  color: var(--white);
}

.btn--dark:hover,
.btn--dark:focus-visible {
  background: var(--copper-dark);
}

.btn--copper {
  background: var(--copper);
  color: var(--white);
}

.btn--copper:hover,
.btn--copper:focus-visible {
  background: var(--copper-dark);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.62);
  color: var(--white);
}

.btn--outline-light:hover,
.btn--outline-light:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.btn--outline-dark {
  border-color: var(--ink);
  color: var(--ink);
}

.btn--outline-dark:hover,
.btn--outline-dark:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.mobile-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.mobile-toggle[aria-expanded="true"]::before {
  transform: translateY(5px) rotate(45deg);
}

.mobile-toggle[aria-expanded="true"]::after {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  inset: var(--top-h) 0 0;
  padding: 36px 24px 24px;
  background: var(--ink);
  color: var(--white);
  overflow-y: auto;
}

.mobile-panel[hidden] {
  display: none;
}

.mobile-panel nav {
  display: grid;
  gap: 0;
}

.mobile-panel nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--display);
  font-size: clamp(2rem, 9vw, 3.4rem);
  line-height: 1;
}

.mobile-panel nav a::after {
  content: "↗";
  font-family: var(--sans);
  font-size: 1rem;
}

.mobile-panel__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero__media,
.hero__media img,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: center 45%;
  transform: scale(1.015);
  animation: hero-settle 1.2s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes hero-settle {
  from { transform: scale(1.08); }
  to { transform: scale(1.015); }
}

.hero__overlay {
  background:
    linear-gradient(180deg, rgba(9, 9, 8, 0.34) 0%, rgba(9, 9, 8, 0.08) 34%, rgba(9, 9, 8, 0.78) 100%),
    linear-gradient(90deg, rgba(9, 9, 8, 0.3), transparent 58%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
  padding: calc(var(--top-h) + 72px) 0 clamp(58px, 9vw, 110px);
}

.hero__logo {
  width: clamp(260px, 34vw, 510px);
  margin-bottom: 26px;
}

.hero__copy {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  line-height: 1.25;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__aside {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto auto;
  align-items: stretch;
  background: var(--paper);
  color: var(--ink);
}

.hero__aside > div,
.hero__aside > a {
  min-width: 190px;
  padding: 22px 28px;
}

.hero__aside > div {
  border-right: 1px solid var(--line);
}

.hero__aside small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__aside strong,
.hero__aside a {
  font-size: 0.86rem;
  font-weight: 700;
}

.hero__aside a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.hero__aside a:hover,
.hero__aside a:focus-visible {
  background: var(--bone);
}

.intro {
  background: var(--paper);
}

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: clamp(50px, 8vw, 124px);
  align-items: center;
}

.intro__image {
  position: relative;
  min-height: min(770px, 72vw);
  overflow: hidden;
  background: var(--bone);
}

.intro__image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.intro__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 58%;
}

.intro__copy {
  max-width: 650px;
}

.intro__copy .section-title {
  max-width: 760px;
}

.intro__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 44px 0 38px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quick-fact {
  padding-inline: 22px;
  border-left: 1px solid var(--line);
}

.quick-fact:first-child {
  padding-left: 0;
  border-left: 0;
}

.quick-fact small,
.quick-fact strong {
  display: block;
}

.quick-fact small {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.quick-fact strong {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
}

.experiences {
  padding: 0 0 clamp(90px, 11vw, 170px);
  background: var(--paper);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.experience-card {
  position: relative;
  min-height: clamp(520px, 53vw, 780px);
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.experience-card + .experience-card {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.experience-card img,
.experience-card::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.experience-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.experience-card:nth-child(1) img { object-position: center 57%; }
.experience-card:nth-child(2) img { object-position: center 48%; }
.experience-card:nth-child(3) img { object-position: center 48%; }

.experience-card::before {
  content: "";
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 10, 9, 0.05) 15%, rgba(10, 10, 9, 0.76) 100%);
}

.experience-card:hover img {
  transform: scale(1.045);
}

.experience-card__content {
  position: absolute;
  inset: auto 0 0;
  padding: clamp(28px, 4vw, 58px);
}

.experience-card__index {
  margin-bottom: 16px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.experience-card h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.experience-card p {
  max-width: 360px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link::after {
  content: "↗";
  transition: transform 180ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translate(3px, -3px);
}

.featured-menu {
  background: var(--bone);
}

.featured-menu__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.featured-menu__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.featured-menu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(54px, 8vw, 124px);
}

.featured-column h3 {
  margin-bottom: 24px;
  color: var(--copper);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 24px;
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
}

.featured-item:last-child {
  border-bottom: 1px solid var(--line);
}

.featured-item h4 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: uppercase;
}

.featured-item strong {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 400;
}

.featured-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.specials {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.specials__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.specials__head .section-lede {
  color: rgba(255, 255, 255, 0.64);
}

.specials-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1px;
  margin-inline: max(24px, calc((100vw - min(1240px, calc(100vw - 48px))) / 2));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--copper) transparent;
}

.special-card {
  position: relative;
  min-height: 280px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--ink-soft);
  scroll-snap-align: start;
  transition: background 190ms ease, transform 190ms ease;
}

.special-card:hover {
  background: #27231f;
}

.special-card.is-today {
  background: var(--copper-dark);
}

.today-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.special-card__day {
  margin-bottom: 55px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.special-card h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.special-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.specials__footnote {
  width: var(--container);
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.gallery {
  background: var(--paper);
}

.gallery__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(170px, 14vw, 250px);
  gap: 10px;
}

.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  background: var(--bone);
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 5; grid-row: span 1; }
.gallery-item:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 4; grid-row: span 1; }
.gallery-item:nth-child(5) { grid-column: span 3; grid-row: span 1; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 250ms ease;
}

.gallery-item:nth-child(1) img { object-position: center 42%; }
.gallery-item:nth-child(3) img { object-position: center 56%; }
.gallery-item:nth-child(5) img { object-position: center 52%; }

.gallery-item::after {
  content: "+";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.035);
  filter: brightness(0.9);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(8, 8, 7, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox__frame {
  position: relative;
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox p {
  margin: 12px 48px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.lightbox__close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(18, 17, 15, 0.55);
  color: var(--white);
  cursor: pointer;
  font-size: 1.4rem;
}

.visit {
  background: var(--ink);
  color: var(--white);
}

.visit__grid {
  min-width: 0;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.visit__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 130px) max(32px, calc((100vw - min(1240px, calc(100vw - 48px))) / 2));
}

.visit__content .section-title {
  max-width: 700px;
}

.visit__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.visit__detail small {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visit__detail p,
.visit__detail a {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.35;
}

.visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.visit__image {
  min-height: 720px;
  overflow: hidden;
}

.visit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.site-footer {
  padding: 46px 0 28px;
  background: #0a0a09;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-logo {
  width: 180px;
}

.footer-links,
.footer-social {
  display: flex;
  gap: 24px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-social {
  justify-content: flex-end;
}

.footer-links a,
.footer-social a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

/* Inner page / menu */
.inner-page {
  background: var(--paper);
}

.page-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  padding-top: var(--top-h);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.page-hero__media,
.page-hero__overlay {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.page-hero--food .page-hero__media img {
  object-position: center 58%;
}

.page-hero--drinks .page-hero__media img {
  object-position: center 52%;
}

.page-hero__overlay {
  background: linear-gradient(90deg, rgba(8, 8, 7, 0.83) 0%, rgba(8, 8, 7, 0.4) 50%, rgba(8, 8, 7, 0.22) 100%), linear-gradient(0deg, rgba(8, 8, 7, 0.5), transparent 55%);
}

.page-hero__content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
  padding: 110px 0 72px;
}

.page-hero__content h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.82;
}

.page-hero__content p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.menu-toolbar {
  position: sticky;
  z-index: 50;
  top: var(--top-h);
  padding: 20px 0;
  background: rgba(250, 248, 243, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  scroll-margin-top: var(--top-h);
}

.menu-toolbar__top {
  display: grid;
  grid-template-columns: auto minmax(280px, 460px) auto;
  gap: 22px;
  align-items: center;
}

.menu-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--line);
  background: var(--bone);
}

.menu-switch__link {
  min-width: 106px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.menu-switch__link:hover,
.menu-switch__link:focus-visible {
  color: var(--ink);
}

.menu-switch__link.is-active,
.menu-switch__link[aria-current="page"] {
  background: var(--ink);
  color: var(--white);
}





.menu-toolbar__meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.menu-toolbar__meta span:first-child {
  color: var(--ink);
}

.category-nav-wrap {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.category-nav {
  width: var(--container);
  margin-inline: auto;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  padding: 17px 0 15px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  color: var(--copper);
}

.menu-content {
  padding: clamp(60px, 8vw, 110px) 0 clamp(90px, 10vw, 150px);
}

.menu-intro {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 65px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.menu-intro > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.menu-intro .eyebrow {
  margin-bottom: 0;
  color: var(--copper);
}

.menu-intro > div {
  min-width: min(100%, 360px);
}

.menu-intro h2 {
  margin: 8px 0 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.menu-category {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(50px, 7vw, 110px);
  padding: 60px 0 72px;
  border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--top-h) + 150px);
}

.menu-category:first-child {
  border-top: 0;
  padding-top: 0;
}

.menu-category__header {
  position: sticky;
  top: calc(var(--top-h) + 145px);
  align-self: start;
}

.section-number {
  margin-bottom: 13px;
  color: var(--copper);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.menu-category__header h2 {
  margin-bottom: 20px;
  font-family: var(--condensed);
  font-size: clamp(3.35rem, 6.4vw, 6.4rem);
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 0.82;
  text-transform: uppercase;
}

.menu-category__header > p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.menu-guide {
  display: grid;
  gap: 18px;
  max-width: 360px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.menu-guide h3 {
  margin: 0 0 7px;
  color: var(--copper-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-guide p,
.menu-guide ul {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.menu-guide ul {
  display: grid;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.menu-guide strong {
  color: var(--ink);
  font-weight: 700;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.menu-subgroup {
  grid-column: 1 / -1;
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--copper-dark);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.menu-list > .menu-subgroup:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.menu-item {
  padding: 22px 0 25px;
  border-top: 1px solid var(--line);
}

.menu-item__topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
}

.menu-item h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.25;
}

.menu-item__price {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.menu-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
}

.menu-item .menu-item__meta {
  color: var(--copper-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.empty-state {
  max-width: 740px;
  margin: 40px auto 90px;
  padding: 80px 40px;
  border: 1px solid var(--line);
  text-align: center;
}

.empty-state h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.empty-state p:last-child {
  color: var(--muted);
}

.menu-cta {
  padding: 70px 0;
  background: var(--copper-dark);
  color: var(--white);
}

.menu-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.menu-cta h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.menu-cta__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.menu-item[data-day] {
  position: relative;
}

.menu-item[data-day].is-today {
  margin-inline: -16px;
  padding-inline: 16px;
  background: rgba(167, 95, 63, 0.08);
  border-top-color: rgba(167, 95, 63, 0.32);
}

.menu-item[data-day] .today-badge {
  top: 14px;
  right: 14px;
  background: var(--copper-dark);
  color: var(--white);
}

.menu-item[data-day].is-today .menu-item__topline {
  padding-right: 70px;
}

/* Simplified menu pages */
.simple-menu-hero {
  padding: calc(var(--top-h) + clamp(72px, 8vw, 116px)) 0 clamp(58px, 7vw, 92px);
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.simple-menu-hero .eyebrow {
  margin-bottom: clamp(32px, 5vw, 62px);
}

.simple-menu-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
}

.simple-menu-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.4rem, 9.2vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.84;
  text-transform: uppercase;
}

.simple-menu-hero__copy > p:first-child {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
}

.simple-menu-hero__meta {
  margin: 22px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-navigation {
  position: sticky;
  z-index: 50;
  top: var(--top-h);
  background: rgba(250, 248, 243, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.menu-navigation__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.menu-navigation .menu-switch {
  margin-block: 12px;
}

.menu-navigation .category-nav {
  width: 100%;
  margin: 0;
}

.menu-navigation .category-nav a {
  padding-block: 21px 19px;
}

.menu-content {
  padding: clamp(48px, 6vw, 76px) 0 clamp(88px, 10vw, 150px);
}

.menu-page-note {
  max-width: 780px;
  margin: 0 0 clamp(52px, 7vw, 88px);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.035em;
  line-height: 1.7;
}

.menu-category {
  display: block;
  padding: clamp(60px, 8vw, 100px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--top-h) + 82px);
}

.menu-category:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.menu-category__header {
  position: static;
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  margin-bottom: clamp(26px, 4vw, 44px);
}

.menu-category__header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.9rem, 5.6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.9;
  text-transform: uppercase;
}

.menu-category__details {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.menu-category__note {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.65;
}

.menu-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 36px;
  max-width: none;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.menu-guide h3 {
  margin: 0 0 8px;
  color: var(--copper-dark);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-guide p,
.menu-guide ul,
.menu-guide li {
  font-family: var(--sans);
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(38px, 6vw, 84px);
}

.menu-subgroup {
  grid-column: 1 / -1;
  margin: 38px 0 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--copper-dark);
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-list > .menu-subgroup:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.menu-item {
  padding: 21px 0 25px;
  border-top: 1px solid var(--line);
}

.menu-item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.48vw, 1.45rem);
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu-item__price {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.menu-item p {
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.86rem;
  line-height: 1.58;
}

.menu-item .menu-item__meta {
  font-family: var(--sans);
}

/* Content remains visible when JavaScript or external font services are unavailable. */
[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms ease var(--reveal-delay, 0ms);
}

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

:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .header-logo {
    grid-column: 1;
    grid-row: 1;
  }

  .primary-nav {
    grid-column: 2;
    grid-row: 1;
  }

  .header-actions .btn {
    display: none;
  }

  .hero__aside {
    display: none;
  }

  .intro__grid {
    gap: 60px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-fact {
    padding: 14px 0;
    border: 0;
    border-top: 1px solid var(--line);
  }

  .quick-fact:first-child {
    border-top: 0;
  }

  .menu-toolbar__top {
    grid-template-columns: auto 1fr;
  }

  .menu-toolbar__meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 899px) {
  :root {
    --announcement-h: 32px;
    --header-h: 72px;
    --container: min(100% - 34px, 760px);
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .header-logo {
    grid-column: 1;
    width: 62px;
  }

  .mobile-toggle {
    display: block;
    grid-column: 3;
  }

  .hero__content {
    padding-bottom: 54px;
  }

  .hero__copy {
    max-width: 520px;
  }

  .intro__grid {
    grid-template-columns: 1fr;
  }

  .intro__image {
    min-height: min(760px, 120vw);
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: 72vw;
  }

  .experience-card + .experience-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .featured-menu__head,
  .specials__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .featured-menu__actions {
    justify-content: flex-start;
  }

  .featured-menu__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .gallery-item:nth-child(n) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(3) {
    grid-column: span 12;
    grid-row: span 2;
  }

  .visit__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .visit__content {
    padding-inline: max(24px, calc((100vw - min(100% - 34px, 760px)) / 2));
  }

  .visit__image,
  .visit__grid {
    min-height: auto;
  }

  .visit__image {
    height: 64vw;
    min-height: 420px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .page-hero {
    min-height: 520px;
  }

  .menu-toolbar {
    position: relative;
    top: auto;
  }

  .menu-toolbar__top {
    grid-template-columns: 1fr;
  }

  .menu-switch {
    width: 100%;
  }

  .menu-switch__link {
    flex: 1;
  }

  .menu-toolbar__meta {
    grid-column: auto;
    text-align: left;
  }

  .menu-category {
    grid-template-columns: 1fr;
    gap: 28px;
    scroll-margin-top: 40px;
  }

  .menu-category__header {
    position: static;
  }

  .menu-category__header > p {
    max-width: 650px;
  }

  .menu-guide {
    max-width: 650px;
  }

  .simple-menu-hero {
    padding-top: calc(var(--top-h) + 64px);
  }

  .simple-menu-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .simple-menu-hero__copy {
    max-width: 650px;
  }

  .menu-navigation__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-navigation .menu-switch {
    width: 100%;
    margin: 12px 0 0;
  }

  .menu-navigation .category-nav {
    padding-top: 2px;
  }

  .menu-category {
    scroll-margin-top: calc(var(--top-h) + 126px);
  }

  .menu-category__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .menu-category__details {
    max-width: 680px;
  }

  .menu-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .announcement-bar {
    font-size: 0.59rem;
    letter-spacing: 0.1em;
  }

  .announcement-bar .announcement-location,
  .announcement-bar > span[aria-hidden="true"] {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

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

  .hero__logo {
    width: min(86vw, 360px);
  }

  .hero__actions,
  .visit__actions,
  .featured-menu__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .btn,
  .visit__actions .btn,
  .featured-menu__actions .btn {
    width: 100%;
  }

  .section-pad {
    padding-block: 76px;
  }

  .intro__image {
    min-height: 520px;
  }

  .experience-card {
    min-height: 610px;
  }

  .experience-card__content {
    padding: 30px 22px;
  }

  .specials-scroller {
    margin-inline: 17px;
    grid-auto-columns: 84vw;
  }

  .gallery__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .gallery-item:nth-child(n) {
    grid-column: 1;
    grid-row: span 1;
  }

  .gallery-item:nth-child(1),
  .gallery-item:nth-child(3) {
    grid-row: span 2;
  }

  .visit__details {
    grid-template-columns: 1fr;
  }

  .footer-links,
  .footer-social {
    flex-wrap: wrap;
    gap: 16px 22px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-panel__actions {
    grid-template-columns: 1fr;
  }

  .page-hero__content {
    padding-bottom: 54px;
  }

  .page-hero__content h1 {
    font-size: clamp(4rem, 23vw, 6.4rem);
  }

  .simple-menu-hero {
    padding-top: calc(var(--top-h) + 54px);
    padding-bottom: 52px;
  }

  .simple-menu-hero .eyebrow {
    margin-bottom: 30px;
  }

  .simple-menu-hero h1 {
    font-size: clamp(3.8rem, 20vw, 5.7rem);
  }

  .menu-intro {
    flex-direction: column;
  }

  .menu-cta__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .menu-cta__actions .btn {
    width: 100%;
  }

  .menu-list {
    grid-template-columns: 1fr;
  }

  .menu-guide {
    grid-template-columns: 1fr;
  }

  .menu-page-note {
    margin-bottom: 44px;
  }

  .menu-category__header h2 {
    font-size: clamp(2.7rem, 15vw, 4.35rem);
  }

  .menu-item {
    padding-block: 20px 23px;
  }

  .menu-category {
    padding-block: 46px 58px;
  }

  .category-nav {
    gap: 22px;
  }
}

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



/* ONE EIGHTY SIMPLE MENU + TWO-FONT SYSTEM */
:root {
  --display: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  --sans: new-frank, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: var(--sans);
  --condensed: var(--display);
}

body,
button,
input {
  font-family: var(--sans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--display);
  text-transform: uppercase;
}

.hero__copy,
.quick-fact strong,
.visit__detail p,
.visit__detail a {
  font-family: var(--sans);
}

.mobile-panel nav a {
  text-transform: uppercase;
}

.featured-item h4,
.menu-item h3,
.menu-subgroup,
.menu-guide h3 {
  font-family: var(--display);
}

.simple-menu-hero {
  padding: calc(var(--top-h) + clamp(64px, 8vw, 112px)) 0 clamp(52px, 7vw, 88px);
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.simple-menu-hero .eyebrow {
  margin-bottom: 26px;
}

.simple-menu-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: end;
}

.simple-menu-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4rem, 9vw, 8.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.84;
}

.simple-menu-hero__copy {
  padding-bottom: 7px;
}

.simple-menu-hero__copy > p:first-child {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.7;
}

.simple-menu-hero__meta {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.menu-navigation {
  position: sticky;
  z-index: 50;
  top: var(--top-h);
  background: rgba(250, 248, 243, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.menu-navigation__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.menu-navigation .menu-switch {
  margin: 11px 0;
  padding: 3px;
}

.menu-navigation .menu-switch__link {
  min-width: 92px;
  min-height: 36px;
  padding: 8px 14px;
}

.menu-navigation .category-nav {
  width: 100%;
  margin: 0;
  gap: 24px;
}

.menu-navigation .category-nav a {
  padding: 15px 0 13px;
}

.menu-page .menu-content {
  padding: clamp(42px, 6vw, 76px) 0 clamp(84px, 9vw, 132px);
}

.menu-page-note {
  max-width: 820px;
  margin: 0 0 clamp(42px, 6vw, 70px);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.65;
}

.menu-page .menu-category {
  display: block;
  padding: clamp(50px, 7vw, 82px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--top-h) + 88px);
}

.menu-page .menu-category:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.menu-page .menu-category__header {
  position: static;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  margin-bottom: 26px;
}

.menu-page .menu-category__header > h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.menu-category__details {
  min-width: 0;
}

.menu-category__note {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.65;
}

.menu-page .menu-guide {
  display: grid;
  grid-column: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
  max-width: none;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.menu-page .menu-guide h3 {
  margin: 0 0 7px;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.menu-page .menu-guide p,
.menu-page .menu-guide ul {
  font-family: var(--sans);
}

.menu-page .menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(34px, 5vw, 72px);
}

.menu-page .menu-subgroup {
  grid-column: 1 / -1;
  margin: 34px 0 2px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.12;
  text-transform: uppercase;
}

.menu-page .menu-list > .menu-subgroup:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.menu-page .menu-item {
  padding: 20px 0 23px;
  border-top: 1px solid var(--line);
}

.menu-page .menu-item__topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.menu-page .menu-item h3 {
  margin: 0;
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.17;
  text-transform: uppercase;
}

.menu-page .menu-item__price {
  padding-top: 0.12em;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.menu-page .menu-item p,
.menu-page .menu-item .menu-item__meta {
  font-family: var(--sans);
}

.menu-page .menu-item p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.56;
}

.menu-page .menu-item .menu-item__meta {
  color: var(--copper-dark);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .simple-menu-hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .simple-menu-hero__copy {
    max-width: 680px;
    padding-bottom: 0;
  }

  .menu-navigation__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-navigation .menu-switch {
    width: 100%;
    margin: 10px 0 0;
  }

  .menu-navigation .menu-switch__link {
    flex: 1;
  }

  .menu-navigation .category-nav {
    padding-top: 1px;
  }

  .menu-page .menu-category {
    scroll-margin-top: calc(var(--top-h) + 126px);
  }

  .menu-page .menu-category__header {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-page .menu-category__details,
  .menu-page .menu-category__note {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .simple-menu-hero {
    padding: calc(var(--top-h) + 52px) 0 46px;
  }

  .simple-menu-hero .eyebrow {
    margin-bottom: 20px;
  }

  .simple-menu-hero h1 {
    font-size: clamp(3.7rem, 20vw, 5.8rem);
  }

  .menu-navigation .category-nav {
    gap: 20px;
  }

  .menu-navigation .category-nav a {
    padding: 12px 0 11px;
  }

  .menu-page .menu-category {
    padding: 44px 0 56px;
    scroll-margin-top: calc(var(--top-h) + 142px);
  }

  .menu-page .menu-guide,
  .menu-page .menu-list {
    grid-template-columns: 1fr;
  }

  .menu-page .menu-item {
    padding: 18px 0 21px;
  }
}


/* IVYORA DISPLAY TRACKING + PRICE TYPOGRAPHY */
/*
  IvyOra uses broader, more traditional capital proportions than the previous display face. Large display
  type is set slightly tight, while smaller all-caps menu typography is opened
  for clarity. Kerning and common ligatures remain enabled throughout.
*/
:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .display,
  .section-title,
  .featured-item h4,
  .menu-subgroup,
  .menu-guide h3
) {
  font-family: var(--display);
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
  text-rendering: optimizeLegibility;
}

/* Large IvyOra display settings: gently tightened, not compressed. */
.display,
.hero__title,
.simple-menu-hero h1 {
  letter-spacing: -0.018em;
}

.section-title,
.menu-page .menu-category__header > h2,
.visit__title,
.cta__title {
  letter-spacing: -0.01em;
}

/* Smaller uppercase IvyOra settings: a little air improves recognition. */
.featured-item h4,
.menu-page .menu-item h3,
.menu-page .menu-subgroup,
.menu-page .menu-guide h3 {
  letter-spacing: 0.025em;
}

/* Menu prices are New Frank Bold, never IvyOra. */
.menu-item__price,
.menu-page .menu-item__price {
  font-family: var(--sans);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "tnum" 1;
  font-variant-numeric: tabular-nums;
}

/* MENU PAGE REFINEMENTS - JULY 2026 */
.menu-page-hero {
  position: relative;
  min-height: clamp(540px, 72vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.menu-page-hero__image,
.menu-page-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.menu-page-hero__image {
  object-fit: cover;
  object-position: center 56%;
}

.drink-menu-page .menu-page-hero__image {
  object-position: center 58%;
}

.menu-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.28) 0%, rgba(18, 17, 15, 0.1) 38%, rgba(18, 17, 15, 0.82) 100%),
    linear-gradient(90deg, rgba(18, 17, 15, 0.58) 0%, rgba(18, 17, 15, 0.08) 72%);
}

.menu-page-hero__content {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--top-h) + 88px);
  padding-bottom: clamp(56px, 8vw, 104px);
}

.menu-page-hero .eyebrow {
  margin-bottom: 20px;
}

.menu-page-hero h1 {
  max-width: 950px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.3rem, 9.4vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 0.84;
  text-transform: uppercase;
}

.menu-page-hero__content > p:last-child {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.65;
}

.menu-page .menu-content {
  padding-top: clamp(54px, 7vw, 90px);
}

.menu-page .menu-category__details {
  display: grid;
  gap: 14px;
}

.menu-category__note span {
  display: block;
}

.menu-category__note span + span {
  margin-top: 3px;
}

.menu-addons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.menu-addons span {
  display: inline-block;
}

.menu-category__addons {
  margin-top: 2px;
}

.menu-item__addons {
  margin-top: 10px;
  color: var(--copper-dark);
  font-size: 0.74rem;
}

.menu-page .menu-item__price {
  font-family: var(--sans);
  font-weight: 700;
}

.unit-lower {
  text-transform: lowercase;
}

/* Daily specials echo the hierarchy of the printed drink menu. */
.menu-category--daily .menu-list {
  gap: 0 clamp(30px, 5vw, 68px);
}

.menu-category--daily .daily-special {
  position: relative;
  min-height: 188px;
  padding: 26px 22px 28px;
  text-align: center;
}

.menu-category--daily .daily-special.is-today {
  margin-inline: 0;
  padding-inline: 22px;
  background: rgba(167, 95, 63, 0.1);
  border-top-color: rgba(167, 95, 63, 0.38);
}

.menu-category--daily .daily-special__day {
  margin: 0 0 17px;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.3vw, 2.25rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.008em;
  line-height: 1;
  text-transform: none;
}

.daily-special__offers {
  display: grid;
  gap: 3px;
}

.menu-category--daily .daily-special__offers p {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.45vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu-category--daily .daily-special__description {
  max-width: 420px;
  margin: 11px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.menu-category--daily .daily-special__addons {
  justify-content: center;
  margin-top: 5px;
  color: var(--ink);
  font-size: 0.73rem;
  font-style: italic;
}

.menu-category--daily .today-badge {
  top: 13px;
  right: 13px;
  background: var(--copper-dark);
  color: var(--white);
}

/* Wine names follow the printed menu: varietal first, producer in italics. */
.menu-page .wine-item h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.22em 0.38em;
}

.wine-type {
  text-transform: uppercase;
}

.wine-brand {
  font-family: var(--sans);
  font-size: 0.72em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.menu-category--wine .menu-subgroup {
  font-style: italic;
  text-transform: none;
}

.menu-category--wine .menu-category__note {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-tax-note {
  margin: 54px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.menu-cta .menu-cta__thanks {
  max-width: 650px;
  font-family: var(--display);
  font-size: clamp(2.1rem, 4vw, 3.9rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 900px) {
  .menu-page-hero {
    min-height: 640px;
  }

  .menu-page-hero__content {
    padding-bottom: 64px;
  }

  .menu-category--daily .daily-special {
    min-height: 168px;
  }
}

@media (max-width: 620px) {
  .menu-page-hero {
    min-height: 570px;
  }

  .menu-page-hero h1 {
    font-size: clamp(3.8rem, 18.5vw, 5.7rem);
  }

  .menu-page-hero__content > p:last-child {
    margin-top: 22px;
  }

  .menu-category--daily .daily-special {
    min-height: 0;
    padding: 25px 16px 28px;
  }

  .menu-category--daily .daily-special.is-today {
    padding-inline: 16px;
  }

  .menu-addons {
    gap: 5px 13px;
  }

  .menu-page .wine-item h3 {
    display: block;
  }

  .wine-brand {
    display: block;
    margin-top: 2px;
  }

  .menu-cta .menu-cta__thanks {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

.daily-special__offer + .daily-special__offer {
  margin-top: 12px;
}

.menu-category--daily .daily-special__offer > span {
  display: block;
  max-width: 420px;
  margin: 5px auto 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
}


/* MENU REFINEMENTS - FINAL TYPOGRAPHY AND LAYOUT PASS */
/* Use IvyOra Display explicitly for the two hero titles and closing line. */
.menu-page-hero h1,
.menu-cta .menu-cta__thanks {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
}

/* The producer/brand name uses IvyOra Display Italic in sentence case. */
.wine-brand {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
  text-transform: none;
}

/* Hero titles stand alone; no descriptive copy sits underneath. */
.menu-page-hero__content > p:last-child:not(.eyebrow) {
  display: none;
}

/* Keep section notes and add-on lines typographically consistent. */
.menu-addons,
.menu-category__note {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none;
}

.menu-addons {
  gap: 3px 14px;
  margin-top: 0;
}

.menu-category__addons {
  margin-top: 0;
}

.menu-item__addons {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.menu-category--daily .daily-special__addons {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}

/* Signature sauce names match the printed menu's emphatic all-caps labels. */
#wings .menu-guide strong {
  text-transform: uppercase;
}

/* Daily specials: Monday-Thursday left; Friday-Sunday right. */
.menu-category--daily .menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(30px, 5vw, 68px);
  align-items: start;
}

.daily-specials-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.menu-category--daily .daily-special {
  min-height: 0;
  padding: 24px 22px 25px;
  text-align: center;
}

.menu-category--daily .daily-special__day {
  margin-bottom: 14px;
}

.daily-special__offers {
  gap: 5px;
}

.daily-special__offer + .daily-special__offer {
  margin-top: 14px;
}

.menu-category--daily .daily-special__offer > span {
  margin-top: 6px;
}

@media (max-width: 900px) {
  .menu-category--daily .daily-special {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .menu-category--daily .menu-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .menu-category--daily .daily-special {
    padding: 24px 16px 25px;
  }
}

/* MENU TITLE + CLOSING MESSAGE TYPE TWEAK */
/* Shuttleblock Condensed is reserved for the two photographic menu-page titles. */
.menu-page-hero h1 {
  font-family: shuttleblock-condensed, "Arial Narrow", "Helvetica Neue Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.86;
}

/* Keep the closing message in IvyOra Display Italic, but make it lighter and tighter. */
.menu-cta .menu-cta__thanks {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

/* MENU COLUMN FLOW + WINGS / NACHOS REFINEMENTS - JULY 2026 */
/* Menu items now read down the left column before continuing at the top of the right column. */
.menu-page .menu-column {
  min-width: 0;
}

.menu-page .menu-column:empty {
  display: none;
}

.menu-page .menu-column .menu-subgroup {
  grid-column: auto;
}

.menu-page .menu-column > .menu-subgroup:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Nacho add-ons are grouped into a compact, scan-friendly price panel. */
.menu-addon-panel {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.menu-addon-panel__title {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu-addon-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px 18px;
}

.menu-addon-panel__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5em;
  align-items: baseline;
  min-width: 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
}

.menu-addon-panel__item strong {
  color: var(--ink);
  font-weight: 700;
}

/* The wings section separates sizing from flavour choices and balances the sauce content. */
.menu-page .menu-list--wings {
  grid-template-columns: minmax(0, 1fr);
}

.wings-layout {
  grid-column: 1 / -1;
  min-width: 0;
}

.wings-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wings-size-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 19px 0 20px;
}

.wings-size-option + .wings-size-option {
  margin-left: clamp(24px, 4vw, 56px);
  padding-left: clamp(24px, 4vw, 56px);
  border-left: 1px solid var(--line);
}

.wings-size-option h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.65vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.15;
  text-transform: uppercase;
}

.wings-size-option .menu-item__price {
  padding-top: 0;
}

.wings-sauce-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
  margin-top: 30px;
}

.wings-sauce-column {
  min-width: 0;
}

.wings-sauce-group {
  padding: 22px 0 24px;
  border-top: 1px solid var(--line);
}

.wings-sauce-column .wings-sauce-group:first-child,
.wings-sauce-group--signature {
  padding-top: 0;
  border-top: 0;
}

.wings-sauce-group h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.15;
  text-transform: uppercase;
}

.wings-sauce-group p {
  margin: 9px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.84rem;
  line-height: 1.6;
}

.wings-signature-list {
  display: grid;
  gap: 0;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.wings-signature-list li {
  display: grid;
  grid-template-columns: minmax(142px, 0.42fr) minmax(0, 1fr);
  gap: 14px 20px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.8rem;
  line-height: 1.48;
}

.wings-signature-list strong {
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Use the newly published true IvyOra Display Light Italic rather than a synthesized weight. */
.menu-cta .menu-cta__thanks {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
}

@media (max-width: 760px) {
  .wings-sauce-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .wings-sauce-group--signature {
    padding-top: 22px;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .menu-addon-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 14px;
  }

  .wings-pricing {
    grid-template-columns: minmax(0, 1fr);
  }

  .wings-size-option + .wings-size-option {
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .wings-signature-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
}

/* MENU BALANCE + SUBHEAD ALIGNMENT REFINEMENTS - JULY 2026 */
/* Supporting notes align with the bottom edge of each large section title. */
.menu-page .menu-category__header {
  align-items: end;
}

.menu-page .menu-category__details {
  align-self: end;
  gap: 0;
}

/* Multi-line notes and category add-ons share one consistent line rhythm. */
.menu-page .menu-category__note,
.menu-page .menu-category__addons {
  line-height: 1.65;
}

.menu-page .menu-category__note span + span {
  margin-top: 0;
}

.menu-page .menu-category__addons {
  margin-top: 0;
}

/* Nacho add-ons remain visually connected to the item without a divider. */
.menu-page .menu-addon-panel {
  margin-top: 7px;
  padding: 14px 14px 8px;
  border-top: 0;
}

.menu-page .menu-addon-panel__title {
  margin-bottom: 8px;
}

.menu-page .menu-addon-panel__item,
.menu-page .menu-addon-panel__price,
.menu-page .menu-addon-panel__item strong {
  font-weight: 400;
}

.menu-page .menu-addon-panel__price {
  color: inherit;
}

@media (max-width: 900px) {
  .menu-page .menu-category__header {
    align-items: start;
  }

  .menu-page .menu-category__details {
    align-self: start;
  }
}

@media (max-width: 620px) {
  .menu-page .menu-addon-panel {
    padding-inline: 4px;
  }
}


/* NACHO ADD-ON GRID REFINEMENT - JULY 2026 */
/* Keep the desktop panel compact at three columns; collapse only when space demands it. */
@media (max-width: 420px) {
  .menu-page .menu-addon-panel__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Homepage daily-special carousel refinements. */
.specials-scroll-cue {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: -24px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.specials-scroll-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-family: var(--sans);
  font-size: 1.25rem;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.specials-scroll-button:hover,
.specials-scroll-button:focus-visible {
  border-color: var(--copper);
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}

.special-card__offers {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.special-card__offers h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.26rem, 1.8vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-transform: uppercase;
}

.special-card__offers h3 + h3 {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.special-card__day {
  margin-bottom: 34px;
}

@media (max-width: 760px) {
  .specials-scroll-cue {
    justify-content: space-between;
    margin-top: -14px;
    padding-inline: 17px;
  }
}


/* HOMEPAGE HEADING TYPOGRAPHY - JULY 2026
   Use IvyOra Display Light Italic in sentence case for homepage section headings.
   Daily-special offer titles use uppercase IvyOra Display. */
.home .intro .section-title,
.home .experiences .experience-card h3,
.home .gallery .section-title,
.home .visit .section-title {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  letter-spacing: -0.025em;
  text-transform: none;
}

.home .experiences .experience-card h3 {
  letter-spacing: -0.018em;
}

.home .specials #specials-title {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  letter-spacing: -0.025em;
  text-transform: none;
}

.home .special-card__offers h3 {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0.01em;
  line-height: 1.02;
  text-transform: uppercase;
}


/* HOMEPAGE SPECIAL OFFER PAIRING - JULY 2026 */
.home .special-card__offer {
  display: grid;
  gap: 5px;
}

.home .special-card__offer p {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.35;
}

.home .special-card__offer + .special-card__offer {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.home .special-card__offers > .special-card__offer + h3,
.home .special-card__offers > h3 + .special-card__offer {
  padding-top: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

/* COMPACT VISIT CARD - JULY 2026 */
.home .visit {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #171613;
  color: var(--ink);
}

.home .visit__container {
  width: min(1180px, calc(100% - 48px));
}

.home .visit__card {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  min-height: 500px;
  overflow: hidden;
  background: var(--bone);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.home .visit__image {
  min-height: 500px;
  height: auto;
  position: relative;
}

.home .visit__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 11, 9, 0.22));
  pointer-events: none;
}

.home .visit__image img {
  object-position: center 48%;
}

.home .visit__content {
  justify-content: center;
  padding: clamp(42px, 5.4vw, 78px);
}

.home .visit__content .eyebrow {
  margin-bottom: 14px;
  color: var(--bronze);
}

.home .visit .section-title {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--ink);
  font-size: clamp(2.55rem, 4.2vw, 4.35rem);
  line-height: 0.98;
}

.home .visit__details {
  grid-template-columns: 1.2fr 1fr;
  gap: 24px 38px;
  margin: 0 0 34px;
  padding: 26px 0;
  border-top: 1px solid rgba(18, 17, 15, 0.16);
  border-bottom: 1px solid rgba(18, 17, 15, 0.16);
}

.home .visit__detail--wide {
  grid-row: span 2;
}

.home .visit__detail small {
  margin-bottom: 7px;
  color: rgba(18, 17, 15, 0.5);
}

.home .visit__detail p,
.home .visit__detail a {
  display: block;
  color: var(--ink);
  font-family: new-frank, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.52;
}

.home .visit__detail a + a {
  margin-top: 2px;
}

.home .visit__actions {
  align-items: center;
  gap: 22px;
}

.home .visit__text-link {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home .visit__text-link span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 180ms ease;
}

.home .visit__text-link:hover span {
  transform: translateX(4px);
}

@media (max-width: 940px) {
  .home .visit__card {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .home .visit__content {
    padding: 46px 38px;
  }

  .home .visit__details {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home .visit__detail--wide {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .home .visit {
    padding: 62px 0;
  }

  .home .visit__container {
    width: min(100% - 30px, 600px);
  }

  .home .visit__card {
    grid-template-columns: 1fr;
  }

  .home .visit__image {
    min-height: 0;
    height: min(72vw, 390px);
  }

  .home .visit__content {
    padding: 40px 26px 44px;
  }

  .home .visit .section-title {
    margin-bottom: 28px;
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .home .visit__details {
    margin-bottom: 28px;
    padding: 24px 0;
  }

  .home .visit__actions {
    display: flex;
    align-items: center;
  }

  .home .visit__actions .btn {
    width: auto;
  }
}

@media (max-width: 430px) {
  .home .visit__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home .visit__actions .btn {
    width: 100%;
  }

  .home .visit__text-link {
    padding: 8px 0 0;
  }
}

/* FOOTER CONTRAST REFINEMENT - JULY 2026 */
.site-footer {
  background: #0a0a09;
  color: #f5f1e9;
}

.footer-grid {
  border-bottom-color: rgba(245, 241, 233, 0.30);
}

.footer-links a,
.footer-social a {
  color: rgba(245, 241, 233, 0.86);
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: #ffffff;
}

.footer-bottom {
  color: rgba(245, 241, 233, 0.68);
}

@media (max-width: 720px) {
  .footer-links,
  .footer-social {
    border-color: rgba(245, 241, 233, 0.22);
  }
}

/* CUSTOM HUNTER STREET VISIT PLAQUE - JULY 2026
   Storefront background, light information card, and monogram line-draw interaction. */
.home .visit.visit--plaque {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) 0;
  background-color: #0b0b0a;
  color: var(--ink);
}

.home .visit.visit--plaque::before,
.home .visit.visit--plaque::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home .visit.visit--plaque::before {
  z-index: -2;
  background:
    url("../images/storefront.webp") center 46% / cover no-repeat;
  filter: saturate(0.52) contrast(1.04);
  transform: scale(1.025);
}

.home .visit.visit--plaque::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.88), rgba(7, 7, 6, 0.92)),
    radial-gradient(circle at 50% 42%, rgba(183, 116, 72, 0.08), transparent 46%);
}

.home .visit--plaque .visit__container {
  width: min(1040px, calc(100% - 48px));
}

.home .visit--plaque .visit__card {
  display: block;
  min-height: 0;
  padding: clamp(42px, 5.3vw, 72px) clamp(30px, 6vw, 84px) clamp(40px, 5vw, 64px);
  overflow: visible;
  background: #f4f0e8;
  color: var(--ink);
  font-family: new-frank, Arial, sans-serif;
  text-align: center;
  border: 1px solid rgba(183, 116, 72, 0.62);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.home .visit--plaque .visit__eyebrow {
  margin: 0 0 18px;
  color: var(--bronze);
  font-family: new-frank, Arial, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home .visit--plaque .visit__monogram-lockup {
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  width: min(720px, 100%);
  margin: 0 auto 22px;
}

.home .visit--plaque .visit__monogram {
  width: clamp(46px, 5vw, 58px);
  height: auto;
  opacity: 1;
  transform: none;
  transition:
    opacity 520ms ease 120ms,
    transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1) 120ms,
    filter 240ms ease;
}

.js .home .visit--plaque .visit__monogram {
  opacity: 0;
  transform: translateY(7px) scale(0.92);
}

.home .visit--plaque .visit__monogram-line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 116, 72, 0.9));
  transform: none;
  transition:
    transform 980ms cubic-bezier(0.2, 0.75, 0.2, 1) 200ms,
    opacity 240ms ease,
    filter 240ms ease;
}

.js .home .visit--plaque .visit__monogram-line {
  transform: scaleX(0);
}

.home .visit--plaque .visit__monogram-line--left {
  transform-origin: 100% 50%;
}

.home .visit--plaque .visit__monogram-line--right {
  background: linear-gradient(90deg, rgba(183, 116, 72, 0.9), transparent);
  transform-origin: 0 50%;
}

.home .visit--plaque .visit__card.is-visible .visit__monogram,
.home .visit--plaque .visit__card:hover .visit__monogram,
.home .visit--plaque .visit__card:focus-within .visit__monogram {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home .visit--plaque .visit__card.is-visible .visit__monogram-line,
.home .visit--plaque .visit__card:hover .visit__monogram-line,
.home .visit--plaque .visit__card:focus-within .visit__monogram-line {
  transform: scaleX(1);
}

.home .visit--plaque .visit__card:hover .visit__monogram,
.home .visit--plaque .visit__card:focus-within .visit__monogram {
  filter: sepia(0.36) saturate(1.15);
}

.home .visit--plaque .visit__card:hover .visit__monogram-line,
.home .visit--plaque .visit__card:focus-within .visit__monogram-line {
  filter: brightness(1.08);
}

.home .visit--plaque .section-title {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 44px);
  color: var(--ink);
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5.5vw, 5rem);
  font-style: italic;
  font-weight: 300;
  font-synthesis: none;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: none;
}

.home .visit--plaque .visit__details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(30px, 4vw, 42px);
  padding: 0;
  border: 0;
}

.home .visit--plaque .visit__detail {
  position: relative;
  min-width: 0;
  padding: 0 clamp(20px, 3vw, 34px);
  font-family: new-frank, Arial, sans-serif;
}

.home .visit--plaque .visit__detail + .visit__detail::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: rgba(183, 116, 72, 0.42);
}

.home .visit--plaque .visit__detail small {
  display: block;
  margin: 0 0 9px;
  color: var(--bronze);
  font-family: new-frank, Arial, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home .visit--plaque .visit__detail p,
.home .visit--plaque .visit__detail a {
  display: block;
  margin: 0;
  color: #24221f;
  font-family: new-frank, Arial, sans-serif;
  font-size: clamp(0.94rem, 1.3vw, 1.05rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.52;
}

.home .visit--plaque .visit__detail a + a {
  margin-top: 2px;
}

.home .visit--plaque .visit__detail a:hover,
.home .visit--plaque .visit__detail a:focus-visible {
  color: var(--bronze);
}

.home .visit--plaque .visit__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 4vw, 44px);
  margin: 0;
}

.home .visit--plaque .visit__actions .btn,
.home .visit--plaque .visit__text-link {
  font-family: new-frank, Arial, sans-serif;
}

.home .visit--plaque .visit__text-link {
  position: relative;
  padding: 14px 0 10px;
  color: var(--ink);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.home .visit--plaque .visit__text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--bronze);
  transform: scaleX(0.28);
  transform-origin: 0 50%;
  transition: transform 240ms ease;
}

.home .visit--plaque .visit__text-link:hover::after,
.home .visit--plaque .visit__text-link:focus-visible::after {
  transform: scaleX(1);
}

@media (max-width: 760px) {
  .home .visit.visit--plaque {
    padding: 62px 0;
  }

  .home .visit--plaque .visit__container {
    width: min(100% - 28px, 620px);
  }

  .home .visit--plaque .visit__card {
    padding: 38px 24px 40px;
  }

  .home .visit--plaque .visit__monogram-lockup {
    gap: 14px;
    margin-bottom: 18px;
  }

  .home .visit--plaque .visit__monogram {
    width: 44px;
  }

  .home .visit--plaque .section-title {
    margin-bottom: 30px;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .home .visit--plaque .visit__details {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home .visit--plaque .visit__detail {
    padding: 19px 0;
  }

  .home .visit--plaque .visit__detail:first-child {
    padding-top: 0;
  }

  .home .visit--plaque .visit__detail:last-child {
    padding-bottom: 0;
  }

  .home .visit--plaque .visit__detail + .visit__detail::before {
    top: 0;
    right: 18%;
    bottom: auto;
    left: 18%;
    width: auto;
    height: 1px;
  }

  .home .visit--plaque .visit__actions {
    flex-wrap: wrap;
    gap: 18px 28px;
  }
}

@media (max-width: 430px) {
  .home .visit--plaque .visit__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home .visit--plaque .visit__actions .btn {
    width: 100%;
  }

  .home .visit--plaque .visit__text-link {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .visit--plaque .visit__monogram,
  .home .visit--plaque .visit__monogram-line {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* HOMEPAGE TYPE UPDATE - SHUTTLEBLOCK + IVYORA BODY - JULY 2026
   Homepage display headings use Shuttleblock Bold. The introductory body copy
   uses IvyOra Display Italic, while the quick-facts table remains New Frank. */
.home .intro .section-title,
.home .experiences .experience-card h3,
.home .specials #specials-title,
.home .gallery .section-title,
.home .visit .section-title {
  font-family: shuttleblock-condensed, "Arial Narrow", "Helvetica Neue Condensed", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-synthesis: none;
  letter-spacing: 0.005em;
  line-height: 0.92;
  text-transform: none;
}

.home .intro .intro__copy > p:not(.eyebrow) {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.home .intro .quick-facts,
.home .intro .quick-facts * {
  font-family: new-frank, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
}

/* SHUTTLEBLOCK UPPERCASE SYSTEM - JULY 2026
   Any element intentionally set in Shuttleblock uses bold uppercase styling.
   Menu item names remain in their existing IvyOra treatment. */
.home .intro .section-title,
.home .experiences .experience-card h3,
.home .specials #specials-title,
.home .gallery .section-title,
.home .visit .section-title,
.menu-page-hero h1,
.menu-page .menu-category__header > h2 {
  font-family: shuttleblock-condensed, "Arial Narrow", "Helvetica Neue Condensed", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-synthesis: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Preserve the established scale and rhythm while using Shuttleblock for menu section labels. */
.menu-page .menu-category__header > h2 {
  line-height: 0.9;
}

/* Menu item names remain unchanged in IvyOra. */
.menu-page .menu-item h3,
.menu-page .daily-special__offer,
.menu-page .wine-item h3 {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
}

/* EDITORIAL HOMEPAGE HERO — OPTION ONE — JULY 2026
   Dark masthead and typography flow into the new food photograph through a
   soft gradient. The horizontal script mark is centred in the header. */
.home {
  --home-masthead: #090908;
}

/* Shuttleblock is condensed already; keep it optically tight everywhere. */
.home .intro .section-title,
.home .experiences .experience-card h3,
.home .specials #specials-title,
.home .gallery .section-title,
.home .visit .section-title,
.menu-page-hero h1,
.menu-page .menu-category__header > h2,
.home .hero__title {
  letter-spacing: -0.015em;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1;
}

.home .site-top {
  background: linear-gradient(180deg, rgba(9, 9, 8, 0.99), rgba(9, 9, 8, 0.92));
}

.home .announcement-bar {
  background: var(--home-masthead);
  color: rgba(242, 238, 229, 0.72);
  border-bottom: 1px solid rgba(242, 238, 229, 0.12);
}

.home .site-header {
  background: transparent;
  border-bottom-color: rgba(242, 238, 229, 0.15);
}

.home .header-logo {
  width: clamp(170px, 19vw, 255px);
  padding: 8px 14px;
}

.home .header-logo img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.home .hero.hero--editorial {
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(520px, 67vw);
  align-items: stretch;
  overflow: hidden;
  background: var(--home-masthead);
  color: var(--white);
}

.home .hero--editorial .hero__content {
  position: relative;
  z-index: 4;
  width: min(920px, calc(100vw - 48px));
  margin-inline: auto;
  padding: calc(var(--top-h) + clamp(66px, 8vw, 118px)) 0 clamp(80px, 9vw, 138px);
  text-align: center;
}

.home .hero--editorial .hero__content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: min(260px, 34vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(167, 95, 63, 0.9), transparent);
}

.home .hero--editorial .hero__content .eyebrow {
  margin-bottom: 28px;
}

.home .hero--editorial .hero__title {
  margin: 0;
  font-family: shuttleblock-condensed, "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: clamp(4.8rem, 11vw, 10.8rem);
  font-style: normal;
  font-weight: 700;
  line-height: 0.79;
  text-transform: uppercase;
}

.home .hero--editorial .hero__actions {
  justify-content: center;
  margin-top: clamp(38px, 5vw, 58px);
}

.home .hero--editorial .hero__media {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
}

.home .hero--editorial .hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home .hero--editorial .hero__overlay {
  z-index: 3;
  inset: auto 0 0;
  height: min(30vw, 360px);
  background: linear-gradient(180deg, var(--home-masthead) 0%, rgba(9, 9, 8, 0.93) 16%, rgba(9, 9, 8, 0.48) 48%, rgba(9, 9, 8, 0) 100%);
  pointer-events: none;
  transform: translateY(calc(-1 * min(67vw, 100vh) + min(30vw, 360px)));
}

.home .hero--editorial .hero__aside {
  z-index: 5;
}

@media (max-width: 940px) {
  .home .header-logo {
    width: 188px;
  }

  .home .hero.hero--editorial {
    grid-template-rows: auto minmax(500px, 74vw);
  }
}

@media (max-width: 720px) {
  .home .announcement-location,
  .home .announcement-location + span[aria-hidden="true"] {
    display: none;
  }

  .home .header-logo {
    width: 160px;
    justify-self: start;
    padding-left: 0;
  }

  .home .hero.hero--editorial {
    grid-template-rows: auto minmax(460px, 92vw);
  }

  .home .hero--editorial .hero__content {
    width: min(100% - 30px, 620px);
    padding-top: calc(var(--top-h) + 60px);
    padding-bottom: 92px;
  }

  .home .hero--editorial .hero__title {
    font-size: clamp(4.1rem, 21vw, 7.2rem);
    line-height: 0.82;
  }

  .home .hero--editorial .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(310px, 100%);
    margin-inline: auto;
  }

  .home .hero--editorial .hero__media {
    min-height: 460px;
  }

  .home .hero--editorial .hero__media img {
    object-position: 52% center;
  }

  .home .hero--editorial .hero__overlay {
    height: 210px;
    transform: translateY(calc(-92vw + 210px));
  }

  .home .hero--editorial .hero__aside {
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Keep the blend attached to the photograph so it remains stable at every viewport. */
.home .hero--editorial .hero__overlay {
  display: none;
}

.home .hero--editorial .hero__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: clamp(170px, 27vw, 360px);
  background: linear-gradient(180deg, var(--home-masthead) 0%, rgba(9, 9, 8, 0.92) 18%, rgba(9, 9, 8, 0.46) 54%, rgba(9, 9, 8, 0) 100%);
  pointer-events: none;
}

/* HOMEPAGE LOGO HERO — V18
   Laurel monogram in the masthead; horizontal script mark becomes the hero.
   The image rises sooner while retaining the bronze separator and actions. */
.home .header-logo {
  width: clamp(52px, 4.5vw, 68px);
  padding: 5px;
}

.home .header-logo img {
  width: 100%;
  max-height: 58px;
  aspect-ratio: 1;
  object-fit: contain;
}

.home .hero.hero--editorial {
  grid-template-rows: auto minmax(500px, 61vw);
}

.home .hero--editorial .hero__content {
  width: min(820px, calc(100vw - 48px));
  padding: calc(var(--top-h) + clamp(34px, 4vw, 58px)) 0 clamp(54px, 5vw, 78px);
}

.home .hero--editorial .hero__content::after {
  bottom: 24px;
}

.home .hero__brand {
  width: min(560px, 58vw);
  margin: 0 auto;
  line-height: 0;
}

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

.home .hero--editorial .hero__actions {
  margin-top: clamp(24px, 3vw, 38px);
}

.home .hero--editorial .hero__media img {
  object-position: center 32%;
}

.home .hero--editorial .hero__media::before {
  height: clamp(120px, 19vw, 250px);
}

@media (max-width: 940px) {
  .home .header-logo {
    width: 58px;
  }

  .home .hero.hero--editorial {
    grid-template-rows: auto minmax(480px, 70vw);
  }
}

@media (max-width: 720px) {
  .home .header-logo {
    width: 50px;
    padding-left: 0;
  }

  .home .hero.hero--editorial {
    grid-template-rows: auto minmax(430px, 88vw);
  }

  .home .hero--editorial .hero__content {
    padding-top: calc(var(--top-h) + 30px);
    padding-bottom: 66px;
  }

  .home .hero__brand {
    width: min(370px, 82vw);
  }

  .home .hero--editorial .hero__actions {
    margin-top: 24px;
  }

  .home .hero--editorial .hero__media {
    min-height: 430px;
  }

  .home .hero--editorial .hero__media img {
    object-position: 54% 34%;
  }

  .home .hero--editorial .hero__media::before {
    height: 150px;
  }
}

/* IMMERSIVE LOGO HERO — V19
   The script mark and actions now sit within the photograph's negative space.
   A masked bronze glint gives the logo one restrained, handcrafted reveal. */
.home .hero.hero--editorial {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: clamp(690px, 72vw, 980px);
  background: var(--home-masthead);
  isolation: isolate;
}

.home .hero--editorial .hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  z-index: 0;
}

.home .hero--editorial .hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transform: scale(1.01);
}

.home .hero--editorial .hero__media::before {
  height: clamp(190px, 26vw, 380px);
  background: linear-gradient(180deg,
    var(--home-masthead) 0%,
    rgba(9, 9, 8, 0.96) 14%,
    rgba(9, 9, 8, 0.68) 42%,
    rgba(9, 9, 8, 0.18) 72%,
    rgba(9, 9, 8, 0) 100%);
}

.home .hero--editorial .hero__content {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100vw - 48px));
  margin-inline: auto;
  padding: calc(var(--top-h) + clamp(34px, 4.5vw, 68px)) 0 0;
  text-align: center;
}

.home .hero--editorial .hero__content::after {
  bottom: auto;
  top: calc(100% + clamp(30px, 3vw, 42px));
  width: min(320px, 34vw);
}

.home .hero__brand {
  position: relative;
  width: min(850px, 78vw);
  margin: 0 auto;
  line-height: 0;
  filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.3));
  animation: hero-brand-arrive 1.15s cubic-bezier(.2,.75,.2,1) both;
}

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

.home .hero__brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 34%,
    rgba(184, 112, 76, 0.1) 44%,
    rgba(215, 153, 112, 0.92) 50%,
    rgba(184, 112, 76, 0.12) 56%,
    transparent 66%);
  background-size: 260% 100%;
  background-position: 120% 0;
  -webkit-mask: url("../logos/script-horizontal.svg") center / contain no-repeat;
  mask: url("../logos/script-horizontal.svg") center / contain no-repeat;
  pointer-events: none;
  animation: hero-brand-glint 1.7s cubic-bezier(.2,.7,.2,1) .7s both;
}

.home .hero--editorial .hero__actions {
  justify-content: center;
  margin-top: clamp(18px, 2.3vw, 30px);
  animation: hero-actions-arrive .75s ease-out .55s both;
}

@keyframes hero-brand-arrive {
  0% { opacity: 0; transform: translateY(12px) scale(.985); filter: blur(5px) drop-shadow(0 8px 28px rgba(0,0,0,.3)); }
  62% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0) drop-shadow(0 8px 28px rgba(0,0,0,.3)); }
}

@keyframes hero-brand-glint {
  0% { opacity: 0; background-position: 120% 0; }
  18% { opacity: 1; }
  70% { opacity: .85; }
  100% { opacity: 0; background-position: -30% 0; }
}

@keyframes hero-actions-arrive {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 940px) {
  .home .hero.hero--editorial {
    min-height: clamp(650px, 88vw, 820px);
  }

  .home .hero__brand {
    width: min(720px, 84vw);
  }

  .home .hero--editorial .hero__media img {
    object-position: center 55%;
  }
}

@media (max-width: 720px) {
  .home .hero.hero--editorial {
    min-height: clamp(610px, 148vw, 760px);
  }

  .home .hero--editorial .hero__content {
    width: min(100% - 28px, 620px);
    padding-top: calc(var(--top-h) + 24px);
  }

  .home .hero__brand {
    width: min(500px, 92vw);
  }

  .home .hero--editorial .hero__actions {
    width: min(300px, 100%);
    margin-top: 18px;
  }

  .home .hero--editorial .hero__content::after {
    top: calc(100% + 24px);
    width: 180px;
  }

  .home .hero--editorial .hero__media img {
    object-position: 55% 58%;
  }

  .home .hero--editorial .hero__media::before {
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .hero__brand,
  .home .hero__brand::after,
  .home .hero--editorial .hero__actions {
    animation: none;
  }
}

/* HERO COMPOSITION — V20
   Middle-ground crop: preserve more of the table while keeping the identity,
   actions and bronze rule within the photograph's upper negative space. */
.home .hero.hero--editorial {
  min-height: clamp(760px, 58vw, 900px);
}

.home .hero--editorial .hero__media img {
  object-position: center 47%;
  transform: scale(1.005);
}

.home .hero--editorial .hero__media::before {
  height: clamp(280px, 34vw, 470px);
  background: linear-gradient(180deg,
    var(--home-masthead) 0%,
    rgba(9, 9, 8, 0.97) 13%,
    rgba(9, 9, 8, 0.78) 38%,
    rgba(9, 9, 8, 0.38) 66%,
    rgba(9, 9, 8, 0) 100%);
}

.home .hero--editorial .hero__content {
  padding-top: calc(var(--top-h) + clamp(26px, 3.5vw, 50px));
}

.home .hero__brand {
  width: min(790px, 72vw);
}

.home .hero--editorial .hero__actions {
  margin-top: clamp(28px, 3vw, 42px);
}

.home .hero--editorial .hero__content::after {
  top: calc(100% + clamp(22px, 2.4vw, 34px));
  width: min(340px, 36vw);
}

@media (max-width: 940px) {
  .home .hero.hero--editorial {
    min-height: clamp(700px, 86vw, 820px);
  }

  .home .hero__brand {
    width: min(690px, 82vw);
  }

  .home .hero--editorial .hero__media img {
    object-position: center 49%;
  }
}

@media (max-width: 720px) {
  .home .hero.hero--editorial {
    min-height: clamp(650px, 138vw, 760px);
  }

  .home .hero--editorial .hero__content {
    padding-top: calc(var(--top-h) + 20px);
  }

  .home .hero__brand {
    width: min(470px, 89vw);
  }

  .home .hero--editorial .hero__actions {
    margin-top: 24px;
  }

  .home .hero--editorial .hero__content::after {
    top: calc(100% + 22px);
    width: 190px;
  }

  .home .hero--editorial .hero__media img {
    object-position: 53% 51%;
  }

  .home .hero--editorial .hero__media::before {
    height: 280px;
  }
}

/* HERO COMPOSITION — V21
   Restore breathing room above the tabletop. The logo, actions and bronze rule
   stay inside the dark gradient, while the centre cocktail garnish begins below
   the rule rather than competing with the hero controls. */
.home .hero.hero--editorial {
  min-height: clamp(820px, 65vw, 980px);
}

.home .hero--editorial .hero__media img {
  object-position: center 34%;
  transform: scale(1.002);
}

.home .hero--editorial .hero__media::before {
  height: clamp(360px, 43vw, 590px);
  background: linear-gradient(180deg,
    var(--home-masthead) 0%,
    rgba(9, 9, 8, 0.98) 12%,
    rgba(9, 9, 8, 0.9) 35%,
    rgba(9, 9, 8, 0.61) 62%,
    rgba(9, 9, 8, 0.2) 82%,
    rgba(9, 9, 8, 0) 100%);
}

.home .hero--editorial .hero__content {
  padding-top: calc(var(--top-h) + clamp(22px, 3vw, 42px));
}

.home .hero__brand {
  width: min(790px, 72vw);
}

.home .hero--editorial .hero__actions {
  margin-top: clamp(24px, 2.5vw, 36px);
}

.home .hero--editorial .hero__content::after {
  top: calc(100% + clamp(20px, 2vw, 30px));
  width: min(340px, 36vw);
}

@media (max-width: 940px) {
  .home .hero.hero--editorial {
    min-height: clamp(760px, 96vw, 900px);
  }

  .home .hero--editorial .hero__media img {
    object-position: center 36%;
  }

  .home .hero--editorial .hero__media::before {
    height: clamp(340px, 52vw, 500px);
  }
}

@media (max-width: 720px) {
  .home .hero.hero--editorial {
    min-height: clamp(700px, 154vw, 840px);
  }

  .home .hero--editorial .hero__content {
    padding-top: calc(var(--top-h) + 18px);
  }

  .home .hero__brand {
    width: min(470px, 89vw);
  }

  .home .hero--editorial .hero__actions {
    margin-top: 22px;
  }

  .home .hero--editorial .hero__content::after {
    top: calc(100% + 20px);
    width: 190px;
  }

  .home .hero--editorial .hero__media img {
    object-position: 53% 38%;
  }

  .home .hero--editorial .hero__media::before {
    height: 330px;
  }
}

/* ANNIVERSARY INTRO - BUILDING ILLUSTRATION - JULY 2026 */
.home .intro__image--illustration {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.home .intro__image--illustration::after {
  display: none;
}

.home .intro__image--illustration img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

/* Supporting paragraph returns to New Frank Regular. */
.home .intro .intro__copy > p:not(.eyebrow) {
  font-family: new-frank, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
}

/* Quick-fact values use IvyOra italic while labels remain New Frank. */
.home .intro .quick-fact strong {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-transform: none;
}

.home .intro .quick-fact small {
  font-family: new-frank, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
}

@media (max-width: 760px) {
  .home .intro__image--illustration {
    max-width: 620px;
    margin-inline: auto;
  }
}

/* BUILDING PNG + INTRO TYPE REFINEMENT - V23 */
.home .intro__grid {
  align-items: stretch;
}

.home .intro__image--illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  overflow: visible;
  background: transparent;
}

.home .intro__image--illustration::after {
  display: none;
}

.home .intro__image--illustration img {
  width: min(112%, 760px);
  max-width: none;
  height: 100%;
  max-height: 760px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}

.home .intro .quick-fact strong {
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.15;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .home .intro__image--illustration img {
    width: min(104%, 680px);
    height: auto;
    max-height: none;
  }
}

@media (max-width: 760px) {
  .home .intro__image--illustration {
    max-width: 680px;
    margin-inline: auto;
  }

  .home .intro__image--illustration img {
    width: 100%;
  }
}

/* ANNIVERSARY ILLUSTRATION + EXPERIENCE STORIES - V24 */
.home .intro__grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(34px, 5vw, 82px);
}

.home .intro__image--illustration {
  align-self: stretch;
  min-height: 100%;
}

.home .intro__image--illustration img {
  width: min(132%, 920px);
  height: 100%;
  max-height: none;
  transform: translateX(-3%);
}

.home .experience-card:nth-child(1) img { object-position: center 54%; }
.home .experience-card:nth-child(2) img { object-position: center 58%; }
.home .experience-card:nth-child(3) img { object-position: center 50%; }

.home .experience-card h3 {
  max-width: 9ch;
  letter-spacing: 0;
}

.home .experience-card__content > p:not(.experience-card__index) {
  max-width: 390px;
}

.home .gallery-grid {
  grid-auto-rows: clamp(150px, 12vw, 220px);
}

.home .gallery-item:nth-child(1)  { grid-column: span 7; grid-row: span 2; }
.home .gallery-item:nth-child(2)  { grid-column: span 5; grid-row: span 2; }
.home .gallery-item:nth-child(3)  { grid-column: span 4; grid-row: span 2; }
.home .gallery-item:nth-child(4)  { grid-column: span 4; grid-row: span 2; }
.home .gallery-item:nth-child(5)  { grid-column: span 4; grid-row: span 2; }
.home .gallery-item:nth-child(6)  { grid-column: span 3; grid-row: span 2; }
.home .gallery-item:nth-child(7)  { grid-column: span 5; grid-row: span 2; }
.home .gallery-item:nth-child(8)  { grid-column: span 4; grid-row: span 2; }
.home .gallery-item:nth-child(9)  { grid-column: span 5; grid-row: span 2; }
.home .gallery-item:nth-child(10) { grid-column: span 4; grid-row: span 2; }
.home .gallery-item:nth-child(11) { grid-column: span 3; grid-row: span 2; }

.home .gallery-item:nth-child(2) img { object-position: center 58%; }
.home .gallery-item:nth-child(3) img { object-position: center 60%; }
.home .gallery-item:nth-child(4) img { object-position: center 62%; }
.home .gallery-item:nth-child(5) img { object-position: center 62%; }
.home .gallery-item:nth-child(6) img { object-position: center 56%; }
.home .gallery-item:nth-child(7) img { object-position: center 58%; }
.home .gallery-item:nth-child(8) img { object-position: center 54%; }

@media (max-width: 980px) {
  .home .intro__grid {
    grid-template-columns: 1fr;
  }

  .home .intro__image--illustration img {
    width: min(118%, 820px);
    height: auto;
    transform: none;
  }
}

@media (max-width: 760px) {
  .home .intro__image--illustration img {
    width: 108%;
    max-width: none;
  }

  .home .gallery-item:nth-child(n) {
    grid-column: span 6;
    grid-row: span 2;
  }

  .home .gallery-item:nth-child(1),
  .home .gallery-item:nth-child(2),
  .home .gallery-item:nth-child(7) {
    grid-column: span 12;
  }
}

/* MENU TYPOGRAPHY AND HERO REFINEMENTS - V26 */
.menu-page .menu-category__details,
.menu-page .menu-category__note,
.menu-page .menu-category__addons {
  font-family: var(--sans);
  font-weight: 500;
}

.menu-page .menu-category--wine .menu-subgroup {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.05;
}

.menu-page .wine-brand {
  font-size: 0.86em;
}

.food-menu-page .menu-page-hero__image {
  object-position: center 58%;
}

.drink-menu-page .menu-page-hero__image {
  object-position: center 62%;
}

/* LOCAL ROOTS IMAGE + WEEKLY LINEUP ALIGNMENT - V29 */
.home .experience-card:nth-child(2) img {
  object-position: center 52%;
}

.home .specials__head {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: 24px;
}

.home .specials-scroll-cue {
  align-self: end;
  margin: 0 0 0.36rem;
  padding: 0;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .home .specials__head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 18px;
  }

  .home .specials-scroll-cue {
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
}

/* HOMEPAGE STORY + VISIT CARD REFINEMENTS - V30 */
.home .hero--editorial .hero__aside > a {
  align-items: center;
}

.home .hero--editorial .hero__aside-location {
  display: grid;
  gap: 0.28rem;
}

.home .hero--editorial .hero__aside-location small {
  display: block;
}

.home .hero--editorial .hero__aside-location strong {
  display: block;
}

.home .intro__copy .intro__story {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.35rem, 2vw, 2rem);
}

.home .intro__copy .intro__story p {
  margin: 0;
  font-family: ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.home .intro__copy > .text-link {
  margin-top: clamp(1.65rem, 2.8vw, 2.5rem);
}

.home .visit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 132px);
  background: #080808;
}

.home .visit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../images/patio-blue-umbrellas.jpg") center 55% / cover no-repeat;
  filter: saturate(0.82);
  transform: scale(1.015);
}

.home .visit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.84) 42%, rgba(5,5,5,.74) 100%),
    linear-gradient(180deg, rgba(0,0,0,.44), rgba(0,0,0,.78));
}

.home .visit__container {
  max-width: 1240px;
}

.home .visit__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  background: var(--bone);
  border: 1px solid rgba(165, 92, 54, 0.22);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.home .visit__image {
  aspect-ratio: 16 / 6.7;
  min-height: 0;
  background: #171717;
}

.home .visit__image::after {
  display: none;
}

.home .visit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
}

.home .visit__content {
  padding: clamp(34px, 5vw, 68px);
}

.home .visit .section-title {
  max-width: 14ch;
  margin-bottom: clamp(26px, 3vw, 40px);
}

.home .visit__details {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(20,20,20,.18);
  border-bottom: 1px solid rgba(20,20,20,.18);
}

.home .visit__detail,
.home .visit__detail--wide {
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px) clamp(18px, 2.5vw, 34px);
}

.home .visit__detail:first-child {
  padding-left: 0;
}

.home .visit__detail:last-child {
  padding-right: 0;
}

.home .visit__detail + .visit__detail {
  border-left: 1px solid rgba(20,20,20,.18);
}

.home .visit__actions {
  margin-top: clamp(28px, 3vw, 42px);
  justify-content: space-between;
}

@media (max-width: 820px) {
  .home .visit__image {
    aspect-ratio: 16 / 8.2;
  }

  .home .visit__details {
    grid-template-columns: 1fr;
  }

  .home .visit__detail,
  .home .visit__detail--wide,
  .home .visit__detail:first-child,
  .home .visit__detail:last-child {
    padding: 22px 0;
  }

  .home .visit__detail + .visit__detail {
    border-left: 0;
    border-top: 1px solid rgba(20,20,20,.18);
  }
}

@media (max-width: 560px) {
  .home .visit {
    padding-block: 54px;
  }

  .home .visit__container {
    width: min(100% - 28px, 1240px);
  }

  .home .visit__image {
    aspect-ratio: 4 / 3;
  }

  .home .visit__image img {
    object-position: center 55%;
  }
}


/* V31 TYPOGRAPHY + COMPACT VISIT PLAQUE */
.home .intro__copy > .eyebrow {
  font-family: ivyora-text, ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, serif;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: none;
}

.home .intro__copy .intro__story {
  gap: .78rem;
  margin-top: clamp(1.15rem, 1.7vw, 1.65rem);
}

.home .intro__copy .intro__story p {
  font-family: new-frank, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(.96rem, 1.08vw, 1.08rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}

.menu-page .menu-item h3,
.menu-page .daily-special__offer,
.menu-page .wine-item h3,
.menu-page .wine-brand {
  font-family: ivyora-text, ivyora-display, "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, serif;
}

.menu-page .menu-addon-panel__grid {
  row-gap: 2px;
}

.menu-page .menu-addon-panel__item {
  line-height: 1.18;
}

.home .visit {
  padding-block: clamp(64px, 7.5vw, 104px);
  background: #080808;
}

.home .visit::before {
  background: url("../images/storefront.webp") center 51% / cover no-repeat;
  filter: saturate(.68) contrast(1.01);
  transform: scale(1.01);
}

.home .visit::after {
  background:
    linear-gradient(180deg, rgba(4,4,4,.62), rgba(4,4,4,.72)),
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.025), transparent 52%);
}

.home .visit__container {
  width: min(900px, calc(100% - 48px));
  max-width: 900px;
}

.home .visit__card {
  display: block;
  background: #f4f0e8;
  border: 1px solid rgba(167,95,63,.5);
  box-shadow: 0 26px 72px rgba(0,0,0,.3);
}

.home .visit__image {
  display: none;
}

.home .visit__content {
  padding: clamp(34px, 4.6vw, 54px) clamp(28px, 5vw, 64px) clamp(32px, 4.2vw, 48px);
  text-align: center;
}

.home .visit__content > .eyebrow {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: .68rem;
  letter-spacing: .23em;
}

.home .visit__monogram-lockup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(520px, 82%);
  margin: 0 auto 18px;
}

.home .visit__monogram-lockup span {
  height: 1px;
  background: rgba(167,95,63,.58);
}

.home .visit__monogram-lockup img {
  width: 38px;
  height: auto;
}

.home .visit .section-title {
  margin: 0 auto clamp(28px, 3.6vw, 38px);
  font-size: clamp(2.8rem, 5.2vw, 4.7rem);
  line-height: .98;
}

.home .visit__details {
  display: grid;
  grid-template-columns: 1.15fr .9fr 1.15fr;
  gap: 0;
  margin-bottom: clamp(26px, 3.5vw, 36px);
}

.home .visit__detail {
  padding: 0 clamp(14px, 2.6vw, 28px);
}

.home .visit__detail small {
  margin-bottom: 8px;
}

.home .visit__detail p,
.home .visit__detail a {
  font-size: clamp(.9rem, 1.2vw, 1rem);
  line-height: 1.38;
}

.home .visit__hours-line {
  display: block;
}

.home .visit__contact-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: .48rem;
}

.home .visit__contact-link + .visit__contact-link {
  margin-top: .3rem !important;
}

.home .visit__contact-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .visit__contact-link svg .visit__icon-dot {
  fill: currentColor;
  stroke: none;
}

.home .visit__actions {
  margin-top: 0;
}

@media (max-width: 720px) {
  .home .visit__container { width: min(100% - 28px, 900px); }
  .home .visit__details { grid-template-columns: 1fr; }
  .home .visit__detail { padding: 16px 0; }
  .home .visit__detail + .visit__detail::before {
    top: 0; bottom: auto; left: 18%; right: 18%; width: auto; height: 1px;
  }
  .home .visit__monogram-lockup { width: 90%; }
}

/* Editorial split gallery carousel — v32 */
.home .gallery--editorial {
  overflow: hidden;
  padding-block: clamp(72px, 8vw, 118px);
}

.home .gallery--editorial .gallery__head {
  margin-bottom: clamp(28px, 3.2vw, 44px);
}

.gallery-carousel__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.gallery-carousel__count {
  min-width: 66px;
  margin-right: 8px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(20, 19, 17, 0.62);
}

.gallery-carousel__arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(20, 19, 17, 0.24);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gallery-carousel__arrow:hover,
.gallery-carousel__arrow:focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-1px);
}

.gallery-carousel {
  position: relative;
  min-height: clamp(480px, 46vw, 660px);
}

.gallery-carousel__track {
  position: relative;
  min-height: inherit;
}

.gallery-pair {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(260px, 0.95fr);
  gap: clamp(14px, 1.6vw, 24px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px);
  transition: opacity 480ms ease, transform 620ms cubic-bezier(0.22, 0.75, 0.24, 1), visibility 0s linear 620ms;
  pointer-events: none;
}

.gallery-pair.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0s;
  pointer-events: auto;
}

.gallery-pair__image {
  position: relative;
  min-width: 0;
  height: clamp(480px, 46vw, 660px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #d8d1c6;
  cursor: zoom-in;
}

.gallery-pair__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.gallery-pair__image--primary img { object-position: center center; }
.gallery-pair__image--secondary img { object-position: center center; }
.gallery-pair:nth-child(1) .gallery-pair__image--primary img { object-position: center 47%; }
.gallery-pair:nth-child(2) .gallery-pair__image--primary img { object-position: center 48%; }
.gallery-pair:nth-child(3) .gallery-pair__image--primary img { object-position: center 44%; }
.gallery-pair:nth-child(4) .gallery-pair__image--primary img { object-position: center 43%; }
.gallery-pair:nth-child(5) .gallery-pair__image--primary img { object-position: center 52%; }
.gallery-pair:nth-child(6) .gallery-pair__image--primary img { object-position: center 52%; }
.gallery-pair:nth-child(7) .gallery-pair__image--primary img { object-position: center 55%; }
.gallery-pair:nth-child(8) .gallery-pair__image--primary img { object-position: center 52%; }
.gallery-pair:nth-child(9) .gallery-pair__image--primary img { object-position: center 58%; }

.gallery-pair__image:hover img,
.gallery-pair__image:focus-visible img {
  transform: scale(1.025);
  filter: brightness(0.94);
}

.gallery--editorial .lightbox [data-lightbox-caption],
.lightbox [data-lightbox-caption] {
  display: none;
}

@media (max-width: 900px) {
  .gallery-pair {
    grid-template-columns: minmax(0, 1.7fr) minmax(210px, 0.9fr);
  }

  .gallery-carousel,
  .gallery-carousel__track,
  .gallery-pair__image {
    min-height: 500px;
    height: 500px;
  }
}

@media (max-width: 680px) {
  .home .gallery--editorial .gallery__head {
    align-items: flex-end;
  }

  .gallery-carousel__count {
    display: none;
  }

  .gallery-carousel__arrow {
    width: 42px;
    height: 42px;
  }

  .gallery-pair {
    grid-template-columns: minmax(0, 1.55fr) minmax(105px, 0.72fr);
    gap: 8px;
  }

  .gallery-carousel,
  .gallery-carousel__track,
  .gallery-pair__image {
    min-height: 390px;
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-pair,
  .gallery-pair__image img,
  .gallery-carousel__arrow {
    transition: none !important;
  }
}

/* Single-step editorial gallery — v33 */
.gallery-carousel--single-step {
  min-height: 0;
}

.gallery-carousel__viewport {
  overflow: hidden;
}

.gallery-carousel__stage {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(250px, 0.95fr);
  gap: clamp(14px, 1.6vw, 24px);
  min-height: clamp(480px, 46vw, 660px);
  transition: none;
}

.gallery-single {
  position: relative;
  min-width: 0;
  height: clamp(480px, 46vw, 660px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #d8d1c6;
  cursor: zoom-in;
  transform: translateX(0);
  opacity: 1;
  transition:
    transform 560ms cubic-bezier(0.22, 0.75, 0.24, 1),
    opacity 420ms ease,
    filter 220ms ease;
}

.gallery-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 260ms ease;
}

.gallery-single img[data-orientation="portrait"] { object-position: center 48%; }
.gallery-single img[data-orientation="landscape"] { object-position: center center; }

.gallery-single:hover img,
.gallery-single:focus-visible img {
  transform: scale(1.025);
  filter: brightness(0.94);
}

.gallery-carousel__stage.is-moving-next .gallery-single--primary {
  transform: translateX(calc(-100% - clamp(14px, 1.6vw, 24px)));
  opacity: 0;
}

.gallery-carousel__stage.is-moving-next .gallery-single--secondary {
  transform: translateX(calc(-226% - clamp(14px, 1.6vw, 24px)));
}

.gallery-carousel__stage.is-moving-prev .gallery-single--primary {
  transform: translateX(calc(44% + clamp(14px, 1.6vw, 24px)));
  opacity: 0;
}

.gallery-carousel__stage.is-moving-prev .gallery-single--secondary {
  transform: translateX(calc(226% + clamp(14px, 1.6vw, 24px)));
  opacity: 0;
}

.gallery-carousel__stage.is-resetting .gallery-single {
  transition: none !important;
}

@media (max-width: 900px) {
  .gallery-carousel__stage {
    grid-template-columns: minmax(0, 1.7fr) minmax(210px, 0.9fr);
    min-height: 500px;
  }

  .gallery-single { height: 500px; }
}

@media (max-width: 680px) {
  .gallery-carousel__stage {
    grid-template-columns: minmax(0, 1.55fr) minmax(105px, 0.72fr);
    gap: 8px;
    min-height: 390px;
  }

  .gallery-single { height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-single,
  .gallery-single img {
    transition: none !important;
  }
}

/* Orientation-preserving alternating gallery — v34 */
.gallery-carousel--single-step .gallery-carousel__stage {
  display: grid;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
  min-height: clamp(480px, 46vw, 660px);
}

.gallery-carousel--single-step .gallery-carousel__stage[data-layout="landscape-portrait"] {
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, .68fr);
}

.gallery-carousel--single-step .gallery-carousel__stage[data-layout="portrait-landscape"] {
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.5fr);
}

.gallery-carousel--single-step .gallery-single {
  width: 100%;
  height: clamp(480px, 46vw, 660px);
}

.gallery-carousel--single-step .gallery-single[data-orientation="portrait"] {
  aspect-ratio: 2 / 3;
}

.gallery-carousel--single-step .gallery-single[data-orientation="landscape"] {
  aspect-ratio: 3 / 2;
}

.gallery-carousel--single-step .gallery-single img {
  object-fit: cover;
  object-position: center;
}

.gallery-carousel--single-step .gallery-single[data-orientation="portrait"] img {
  object-position: center 48%;
}

.gallery-carousel--single-step .gallery-carousel__stage.is-moving-next .gallery-single--primary {
  transform: translateX(-12%);
  opacity: 0;
}

.gallery-carousel--single-step .gallery-carousel__stage.is-moving-next .gallery-single--secondary {
  transform: translateX(-8%);
  opacity: .2;
}

.gallery-carousel--single-step .gallery-carousel__stage.is-moving-prev .gallery-single--primary {
  transform: translateX(12%);
  opacity: .2;
}

.gallery-carousel--single-step .gallery-carousel__stage.is-moving-prev .gallery-single--secondary {
  transform: translateX(8%);
  opacity: 0;
}

@media (max-width: 900px) {
  .gallery-carousel--single-step .gallery-carousel__stage[data-layout="landscape-portrait"] {
    grid-template-columns: minmax(0, 1.35fr) minmax(205px, .68fr);
  }
  .gallery-carousel--single-step .gallery-carousel__stage[data-layout="portrait-landscape"] {
    grid-template-columns: minmax(205px, .68fr) minmax(0, 1.35fr);
  }
  .gallery-carousel--single-step .gallery-carousel__stage,
  .gallery-carousel--single-step .gallery-single { min-height: 500px; height: 500px; }
}

@media (max-width: 680px) {
  .gallery-carousel--single-step .gallery-carousel__stage[data-layout="landscape-portrait"] {
    grid-template-columns: minmax(0, 1.38fr) minmax(105px, .62fr);
  }
  .gallery-carousel--single-step .gallery-carousel__stage[data-layout="portrait-landscape"] {
    grid-template-columns: minmax(105px, .62fr) minmax(0, 1.38fr);
  }
  .gallery-carousel--single-step .gallery-carousel__stage,
  .gallery-carousel--single-step .gallery-single { min-height: 390px; height: 390px; }
}

/* Fluid orientation-preserving gallery — v35 */
.gallery-carousel--single-step .gallery-carousel__viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.gallery-fluid-track {
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.6vw, 24px);
  height: clamp(480px, 46vw, 660px);
  will-change: transform;
  transition: transform 820ms cubic-bezier(.22,.72,.18,1);
}

.gallery-fluid-track.is-jumping {
  transition: none !important;
}

.gallery-fluid-slide {
  flex: 0 0 auto;
  height: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #d8d1c6;
  cursor: zoom-in;
}

.gallery-fluid-slide[data-orientation="landscape"] {
  width: calc(clamp(480px, 46vw, 660px) * 1.5);
}

.gallery-fluid-slide[data-orientation="portrait"] {
  width: calc(clamp(480px, 46vw, 660px) * .666667);
}

.gallery-fluid-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 260ms ease;
}

.gallery-fluid-slide:hover img,
.gallery-fluid-slide:focus-visible img {
  transform: scale(1.02);
  filter: brightness(.95);
}

@media (max-width: 900px) {
  .gallery-fluid-track { height: 500px; }
  .gallery-fluid-slide[data-orientation="landscape"] { width: 750px; }
  .gallery-fluid-slide[data-orientation="portrait"] { width: 333px; }
}

@media (max-width: 680px) {
  .gallery-fluid-track {
    height: 390px;
    gap: 8px;
  }
  .gallery-fluid-slide[data-orientation="landscape"] { width: 585px; }
  .gallery-fluid-slide[data-orientation="portrait"] { width: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-fluid-track,
  .gallery-fluid-slide img { transition: none !important; }
}

/* Homepage refinements — v36 */
.experience-card__form-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.home .gallery--editorial {
  padding-top: clamp(34px, 5vw, 72px);
}

.home .gallery-carousel__viewport {
  position: relative;
}

.gallery-carousel__arrow--overlay {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: clamp(44px, 4.5vw, 62px);
  height: clamp(44px, 4.5vw, 62px);
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(18,17,15,.62);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: .82;
  transition: opacity 180ms ease, background 180ms ease, transform 180ms ease;
}

.gallery-carousel__arrow--overlay:hover,
.gallery-carousel__arrow--overlay:focus-visible {
  opacity: 1;
  background: rgba(18,17,15,.86);
  transform: translateY(-50%) scale(1.04);
}

.gallery-carousel__arrow--prev { left: clamp(10px, 1.5vw, 22px); }
.gallery-carousel__arrow--next { right: clamp(10px, 1.5vw, 22px); }

.gallery-carousel__count--overlay {
  position: absolute;
  z-index: 4;
  right: clamp(12px, 1.6vw, 24px);
  bottom: clamp(12px, 1.6vw, 24px);
  padding: 8px 10px;
  color: #fff;
  background: rgba(18,17,15,.62);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.special-card.is-today {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.event-form-dialog {
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  background: transparent;
  color: #171512;
}

.event-form-dialog::backdrop {
  background: rgba(10,9,8,.78);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.event-form-dialog__panel {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 32px);
  padding: clamp(28px, 5vw, 58px);
  background: var(--bone, #f3eee4);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}

.event-form-dialog__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #171512;
  font: 300 30px/1 New Frank, sans-serif;
  cursor: pointer;
}

.event-form-dialog .section-title {
  margin: 10px 0 16px;
  font-size: clamp(42px, 6vw, 72px);
}

.event-form-dialog__intro {
  max-width: 58ch;
  margin: 0 0 26px;
  font-family: "new-frank", sans-serif;
  line-height: 1.45;
}

.event-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.event-form label {
  display: grid;
  gap: 8px;
  font-family: "new-frank", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.event-form__wide { grid-column: 1 / -1; }

.event-form__date-time-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.event-form select {
  width: 100%;
  border: 1px solid rgba(23,21,18,.28);
  border-radius: 0;
  background: rgba(255,255,255,.55);
  padding: 13px 42px 13px 14px;
  color: #171512;
  font: 400 16px/1.25 "new-frank", sans-serif;
}

.event-form select:focus {
  outline: 2px solid var(--copper, #ad6041);
  outline-offset: 2px;
}

.event-form input {
  width: 100%;
  border: 1px solid rgba(23,21,18,.28);
  border-radius: 0;
  background: rgba(255,255,255,.55);
  padding: 13px 14px;
  color: #171512;
  font: 400 16px/1.25 "new-frank", sans-serif;
}

.event-form input:focus {
  outline: 2px solid var(--copper, #ad6041);
  outline-offset: 2px;
}

.event-form__status {
  min-height: 1.5em;
  margin: 14px 0 0;
  font: 400 14px/1.4 "new-frank", sans-serif;
}

@media (max-width: 620px) {
  .event-form__grid { grid-template-columns: 1fr; }
  .event-form__wide { grid-column: auto; }
  .event-form__date-time-group { grid-template-columns: 1fr; }
  .gallery-carousel__arrow--overlay { width: 44px; height: 44px; }
}
