
/* === WP bridge: home chrome for Oxford After Dark === */
body.home,
body.home .ayx-main {
  background: #171311;
}
body.home .ayx-utility {
  display: none;
}
body.home .ayx-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  width: 100%;
  background: linear-gradient(180deg, rgba(16,14,12,.78) 0%, rgba(16,14,12,.28) 70%, transparent 100%);
  border-bottom: 0;
  color: #fff8ec;
}
body.home .ayx-header a,
body.home .ayx-wordmark,
body.home .ayx-nav a,
body.home .ayx-burger {
  color: #fff8ec;
}
body.home .ayx-nav a {
  font-size: 0.8125rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.92;
}
body.home .ayx-header__cta,
body.home .ayx-btn--primary.ayx-header__cta {
  background: transparent;
  color: #fff8ec;
  border: 1px solid rgba(255,248,236,.85);
  border-radius: 2px;
}
body.home .ayx-header__cta:hover {
  background: rgba(255,248,236,.12);
}
body.home .ayx-footer {
  background: #100e0c;
  color: #b8aea2;
}
body.home .ayx-footer a { color: inherit; }
body.home .ayx-footer__wordmark,
body.home .ayx-footer__heading { color: #fff8ec; }

/* Non-desktop safety: stack grids, avoid overflow; not a visual polish pass */
@media (max-width: 1199px) {
  .ayx-r4-hero { min-height: 70vh; }
  .ayx-r4-hero__title { font-size: clamp(2.4rem, 10vw, 3.4rem); max-width: 12ch; }
  .ayx-r4-drinks-index,
  .ayx-r4-about__inner,
  .ayx-r4-visit,
  .ayx-r4-flow {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* signature handled in 900–1199 / ≤899 rules — do not force full-bleed image */
  .ayx-r4-index-tile--lead { grid-row: auto; min-height: 280px; }
  .ayx-r4-btn-row { flex-direction: column; }
  .ayx-r4-hero__strip-inner { grid-template-columns: 1fr; }
  .ayx-r4-flow__step { border-right: 0; border-bottom: 1px solid rgba(255,248,236,.18); }
}

@media (min-width: 1200px) {
  .ayx-r4-hero { min-height: 780px; }
}

/* AY OXFORD — desktop-review-3 — 1440px canvas only */
.ayx-home-r4, .home {
  --ay-oxblood: #6f2028;
  --ay-dark: #171311;
  --ay-near-black: #100e0c;
  --ay-parchment: #f3ede3;
  --ay-cream: #fff8ec;
  --ay-brass: #b08a55;
  --ay-muted: #b8aea2;
  --ay-ink: #1a1410;
  --ay-ink-soft: #4a4138;
  --max: 1200px;
  --gutter: 32px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Karla", system-ui, sans-serif;
  --r: 2px;
}



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

/* html */ .ayx-home-r4-html {
  scroll-behavior: smooth;
}

.ayx-home-r4 { /* body scoped */
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ay-ink);
  background: var(--ay-dark);
  overflow-x: hidden;
}

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

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

.ayx-r4-wrap {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
}

.ayx-r4-eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ay-brass);
}

.ayx-r4-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  color: var(--ay-oxblood);
}

.ayx-r4-mark::before,
.ayx-r4-mark::after {
  content: "";
  width: 1.4rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.ayx-r4-mark--light {
  color: var(--ay-brass);
}

/* Header */
.ayx-r4-unused-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: var(--ay-cream);
}

.ayx-r4-unused-header__bar {
  background: linear-gradient(180deg, rgba(16, 14, 12, 0.78) 0%, rgba(16, 14, 12, 0.35) 70%, transparent 100%);
}

.ayx-r4-unused-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.5rem;
  padding: 0.85rem 0 1.4rem;
}

.ayx-r4-unused-logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.ayx-r4-unused-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  font-size: 0.8125rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ayx-r4-unused-nav a {
  opacity: 0.9;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
}

.ayx-r4-unused-nav a:hover,
.ayx-r4-unused-nav a:focus-visible {
  opacity: 1;
  border-bottom-color: rgba(255, 248, 236, 0.55);
  outline: none;
}

.ayx-r4-unused-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1.05rem;
  border: 1px solid rgba(255, 248, 236, 0.85);
  border-radius: var(--r);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(16, 14, 12, 0.25);
}

.ayx-r4-unused-header-cta:hover {
  background: rgba(255, 248, 236, 0.12);
}

/* Buttons */
.ayx-r4-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.85rem 1.45rem;
  border-radius: var(--r);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ayx-r4-btn:focus-visible {
  outline: 2px solid var(--ay-brass);
  outline-offset: 3px;
}

.ayx-r4-btn--cream {
  background: var(--ay-cream);
  color: var(--ay-ink);
}

.ayx-r4-btn--cream:hover {
  background: #ffe9c8;
}

.ayx-r4-btn--ghost {
  background: transparent;
  color: var(--ay-cream);
  border-color: rgba(255, 248, 236, 0.78);
}

.ayx-r4-btn--ghost:hover {
  background: rgba(255, 248, 236, 0.08);
}

.ayx-r4-btn--oxblood {
  background: var(--ay-oxblood);
  color: var(--ay-cream);
}

.ayx-r4-btn--oxblood:hover {
  background: #821f2a;
}

.ayx-r4-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
}

/* Hero */
.ayx-r4-hero {
  position: relative;
  min-height: 780px;
  color: var(--ay-cream);
  display: flex;
  flex-direction: column;
}

.ayx-r4-hero__media {
  position: absolute;
  inset: 0;
}

.ayx-r4-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 42%;
}

.ayx-r4-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 19, 17, 0.94) 0%, rgba(23, 19, 17, 0.78) 34%, rgba(23, 19, 17, 0.28) 58%, rgba(23, 19, 17, 0.2) 100%),
    linear-gradient(180deg, rgba(23, 19, 17, 0.5) 0%, rgba(23, 19, 17, 0.08) 30%, rgba(23, 19, 17, 0.62) 100%);
  pointer-events: none;
}

.ayx-r4-hero__main {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 3.25rem;
}

.ayx-r4-hero__copy {
  width: min(640px, 100%);
}

.ayx-r4-hero h1 {
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(4.4rem, 6.2vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: -0.015em;
  max-width: 12ch;
}

.ayx-r4-hero__body {
  margin: 1.35rem 0 0;
  max-width: 33rem;
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(255, 248, 236, 0.9);
  text-shadow: 0 1px 12px rgba(23, 19, 17, 0.35);
}

.ayx-r4-hero .ayx-r4-btn-row {
  margin-top: 2rem;
}

.ayx-r4-hero__strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 248, 236, 0.18);
  background: rgba(16, 14, 12, 0.62);
}

.ayx-r4-hero__strip-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 1.15rem 0 1.3rem;
}

.ayx-r4-strip-item span {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ay-brass);
}

.ayx-r4-strip-item strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
}

/* Sections */
.ayx-r4-section {
  padding: 5.5rem 0;
}

.ayx-r4-section__head {
  max-width: 38rem;
  margin-bottom: 2.75rem;
}

.ayx-r4-section__head h2 {
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.5rem, 3.6vw, 3.45rem);
  line-height: 1.05;
}

.ayx-r4-section__head p {
  margin: 0.95rem 0 0;
  max-width: 34rem;
  color: inherit;
  opacity: 0.88;
}

.ayx-r4-section--cream {
  background: var(--ay-parchment);
  color: var(--ay-ink);
}

.ayx-r4-section--dark {
  background: var(--ay-dark);
  color: var(--ay-cream);
}

.ayx-r4-section--oxblood {
  background: var(--ay-oxblood);
  color: var(--ay-cream);
}

/* Drinks Index — asymmetric */
.ayx-r4-drinks-index {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-height: 560px;
}

.ayx-r4-index-tile {
  position: relative;
  overflow: hidden;
  color: var(--ay-cream);
  min-height: 270px;
}

.ayx-r4-index-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ayx-r4-index-tile:hover img {
  transform: scale(1.03);
}

.ayx-r4-index-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 19, 17, 0.12), rgba(23, 19, 17, 0.82));
}

.ayx-r4-index-tile__body {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem 1.4rem 1.55rem;
}

.ayx-r4-index-tile__body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 500;
}

.ayx-r4-index-tile__body p {
  margin: 0.4rem 0 0.85rem;
  max-width: 22rem;
  font-size: 0.98rem;
  opacity: 0.92;
}

.ayx-r4-index-tile--lead {
  grid-row: 1 / span 2;
  min-height: 560px;
}

.ayx-r4-index-tile--lead .ayx-r4-index-tile__body h3 {
  font-size: 3.1rem;
}

.ayx-r4-index-link {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 248, 236, 0.55);
  padding-bottom: 0.12rem;
}

/* Signature — asymmetric menu */
.ayx-r4-signature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3rem;
  align-items: start;
}

.ayx-r4-sig-feature {
  background: #221c18;
}

.ayx-r4-sig-feature img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.ayx-r4-sig-feature__copy {
  padding: 1.5rem 1.45rem 1.7rem;
}

.ayx-r4-sig-feature__copy .ayx-r4-meta {
  margin: 0;
  color: var(--ay-brass);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ayx-r4-sig-feature__copy h3 {
  margin: 0.45rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 2.55rem;
  font-weight: 500;
  line-height: 1.05;
}

.ayx-r4-sig-feature__copy p {
  margin: 0;
  opacity: 0.88;
}

.ayx-r4-price {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ay-brass);
}

.ayx-r4-menu-board {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ayx-r4-menu-board li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem 1.1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 248, 236, 0.14);
}

.ayx-r4-menu-board .num {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ay-brass);
  padding-top: 0.15rem;
}

.ayx-r4-menu-board h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
}

.ayx-r4-menu-board .cat {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ay-muted);
}

.ayx-r4-menu-board .blurb {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 248, 236, 0.72);
}

.ayx-r4-menu-board .ayx-r4-price {
  margin: 0;
  white-space: normal;
  text-align: right;
  max-width: 11.5rem;
  font-size: 1.12rem;
  line-height: 1.25;
}

.ayx-r4-menu-board .view {
  grid-column: 2;
  justify-self: start;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ay-cream);
  border-bottom: 1px solid rgba(255, 248, 236, 0.4);
}

.ayx-r4-menu-board .view:hover {
  border-bottom-color: var(--ay-brass);
  color: var(--ay-brass);
}

.ayx-r4-sig-foot {
  margin-top: 1.75rem;
}

/* About — image-led band, not left-right card */
.ayx-r4-about {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ay-cream);
}

.ayx-r4-about__media {
  position: absolute;
  inset: 0;
}

.ayx-r4-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 35%;
}

.ayx-r4-about__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 19, 17, 0.82) 0%, rgba(23, 19, 17, 0.58) 48%, rgba(23, 19, 17, 0.28) 100%);
}

.ayx-r4-about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 5rem 0;
  max-width: 52rem;
}

.ayx-r4-arch {
  width: 168px;
  height: 196px;
  flex-shrink: 0;
}

.ayx-r4-about__copy h2 {
  margin: 0.5rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 3.5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
  max-width: 14ch;
}

.ayx-r4-about__copy p {
  margin: 1rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
}

.ayx-r4-about__note {
  margin-top: 1.25rem !important;
  font-size: 0.92rem !important;
  color: var(--ay-muted);
}

/* How it works — editorial horizontal */
.ayx-r4-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 248, 236, 0.22);
  border-bottom: 1px solid rgba(255, 248, 236, 0.22);
}

.ayx-r4-flow__step {
  padding: 2rem 1.6rem 2.1rem;
  border-right: 1px solid rgba(255, 248, 236, 0.22);
}

.ayx-r4-flow__step:last-child {
  border-right: 0;
}

.ayx-r4-flow__num {
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
  color: rgba(255, 248, 236, 0.28);
}

.ayx-r4-flow__step h3 {
  margin: 0.9rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
}

.ayx-r4-flow__step p {
  margin: 0;
  max-width: 18rem;
  opacity: 0.9;
  font-size: 1rem;
}

/* Visit */
.ayx-r4-visit {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: stretch;
}

.ayx-r4-visit__panel {
  background: #221c18;
  color: var(--ay-cream);
  padding: 2.4rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.ayx-r4-visit__panel h2 {
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.05;
}

.ayx-r4-visit-hours {
  margin: 1.6rem 0 0;
  font-family: var(--font-display);
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 500;
}

.ayx-r4-visit-contact {
  margin-top: 1.6rem;
}

.ayx-r4-visit-contact p {
  margin: 0.25rem 0;
}

.ayx-r4-visit-quiet {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 248, 236, 0.16);
  font-size: 0.92rem;
  color: var(--ay-muted);
  max-width: 28rem;
}

.ayx-r4-visit-quiet--secondary {
  margin-top: 0.45rem;
  padding-top: 0;
  border-top: 0;
  font-size: 0.82rem;
  opacity: 0.85;
}

.ayx-r4-visit__photo {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.ayx-r4-visit__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.ayx-r4-visit__caption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.1rem;
  z-index: 1;
  max-width: 16rem;
  padding: 0.55rem 0.7rem;
  background: rgba(16, 14, 12, 0.72);
  color: var(--ay-cream);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

/* FAQ */
.ayx-r4-faq details {
  border-bottom: 1px solid rgba(23, 19, 17, 0.14);
  padding: 1.15rem 0;
}

.ayx-r4-faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.ayx-r4-faq summary::-webkit-details-marker {
  display: none;
}

.ayx-r4-faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--ay-oxblood);
}

.ayx-r4-faq details[open] summary::after {
  content: "–";
}

.ayx-r4-faq p {
  margin: 0.75rem 0 0.2rem;
  max-width: 42rem;
  color: var(--ay-ink-soft);
}

/* Reservation CTA */
.ayx-r4-reserve {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ay-cream);
}

.ayx-r4-reserve__media {
  position: absolute;
  inset: 0;
}

.ayx-r4-reserve__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.ayx-r4-reserve__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(111, 32, 40, 0.92) 0%, rgba(23, 19, 17, 0.88) 48%, rgba(23, 19, 17, 0.82) 100%),
    rgba(23, 19, 17, 0.35);
  backdrop-filter: blur(6px);
}

.ayx-r4-reserve__inner {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  padding: 4.5rem 0;
}

.ayx-r4-reserve__inner h2 {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.ayx-r4-reserve__inner p {
  margin: 1rem 0 1.7rem;
  font-size: 1.1rem;
  opacity: 0.92;
}

/* Footer */
.ayx-r4-unused-footer {
  background: var(--ay-near-black);
  color: var(--ay-muted);
  padding: 3.5rem 0 2rem;
  font-size: 0.98rem;
}

.ayx-r4-unused-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
  gap: 2rem;
}

.ayx-r4-unused-footer .ayx-r4-unused-logo {
  color: var(--ay-cream);
  margin: 0 0 0.85rem;
}

.ayx-r4-unused-footer h3 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ay-cream);
}

.ayx-r4-unused-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ayx-r4-unused-footer li {
  margin: 0.4rem 0;
}

.ayx-r4-unused-footer a:hover {
  color: var(--ay-cream);
}

.ayx-r4-unused-footer-legal {
  margin-top: 2.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(184, 174, 162, 0.22);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  font-size: 0.92rem;
}

@media (prefers-reduced-motion: reduce) {
  /* html */ .ayx-home-r4-html {
    scroll-behavior: auto;
  }

  .ayx-r4-index-tile img,
  .ayx-r4-btn {
    transition: none;
  }
}

/* BEM alignments for WP template */
.ayx-r4-menu-board__num {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ay-brass);
  padding-top: 0.15rem;
}
.ayx-r4-menu-board__cat {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ay-muted);
}
.ayx-r4-menu-board__blurb {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 248, 236, 0.72);
}
.ayx-r4-menu-board__view {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ay-cream);
  border-bottom: 1px solid rgba(255, 248, 236, 0.4);
}
.ayx-r4-visit__cta { margin-top: 1.6rem; }
.ayx-r4-sig-feature__action { margin-top: 1rem; }
.ayx-r4-faq { padding-top: 0; }
.ayx-r4-faq details {
  border-bottom: 1px solid rgba(23, 19, 17, 0.14);
  padding: 1.15rem 0;
}
.ayx-r4-faq summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ayx-r4-faq summary::-webkit-details-marker { display: none; }
.ayx-r4-faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--ay-oxblood);
}
.ayx-r4-faq details[open] summary::after { content: "–"; }
.ayx-r4-faq p {
  margin: 0.75rem 0 0.2rem;
  max-width: 42rem;
  color: var(--ay-ink-soft);
}

.ayx-r4-hero__title {
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(4.4rem, 6.2vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: -0.015em;
  max-width: 12ch;
}
.ayx-r4-index-tile__title {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 500;
}
.ayx-r4-index-tile--lead .ayx-r4-index-tile__title { font-size: 3.1rem; }
.ayx-r4-index-tile__text {
  display: block;
  margin: 0.4rem 0 0.85rem;
  max-width: 22rem;
  font-size: 0.98rem;
  opacity: 0.92;
}
.ayx-r4-index-tile__body { display: block; }

/* Contrast fixes for live hero */
.ayx-r4-hero,
.ayx-r4-hero__copy,
.ayx-r4-hero__title,
.ayx-r4-hero__body,
.ayx-r4-hero__strip,
.ayx-r4-strip-item strong {
  color: #fff8ec;
}
.ayx-r4-hero__title {
  color: #fff8ec !important;
  text-shadow: 0 2px 24px rgba(23,19,17,.45);
}
.ayx-r4-hero__body {
  color: rgba(255,248,236,.9) !important;
}

/* ===== R2 P0: dark-section heading contrast (beats global h1/h2/h3 ink) ===== */
.ayx-r4-section--dark h1,
.ayx-r4-section--dark h2,
.ayx-r4-section--dark h3,
.ayx-r4-section--dark .ayx-r4-section__head h2,
.ayx-r4-section--dark .ayx-r4-menu-board h3,
.ayx-r4-section--dark .ayx-r4-sig-feature__copy h3,
.ayx-r4-section--oxblood h1,
.ayx-r4-section--oxblood h2,
.ayx-r4-section--oxblood h3,
.ayx-r4-section--oxblood .ayx-r4-section__head h2,
.ayx-r4-section--oxblood .ayx-r4-flow__step h3,
.ayx-r4-about h1,
.ayx-r4-about h2,
.ayx-r4-about h3,
.ayx-r4-about .ayx-r4-about__copy h2,
.ayx-r4-reserve h1,
.ayx-r4-reserve h2,
.ayx-r4-reserve h3,
.ayx-r4-reserve .ayx-r4-reserve__inner h2 {
  color: #fff8ec;
}

.ayx-r4-section--dark .ayx-r4-section__head p,
.ayx-r4-section--dark .ayx-r4-menu-board__blurb,
.ayx-r4-section--dark .ayx-r4-sig-feature__copy p,
.ayx-r4-section--oxblood .ayx-r4-section__head p,
.ayx-r4-section--oxblood .ayx-r4-flow__step p,
.ayx-r4-about .ayx-r4-about__copy p,
.ayx-r4-reserve .ayx-r4-reserve__inner p {
  color: rgba(255, 248, 236, 0.88);
}

.ayx-r4-section--dark .ayx-r4-price,
.ayx-r4-section--dark .ayx-r4-meta,
.ayx-r4-section--dark .ayx-r4-menu-board__cat,
.ayx-r4-section--dark .ayx-r4-menu-board__num,
.ayx-r4-section--oxblood .ayx-r4-flow__num {
  color: #d4b896;
}

.ayx-r4-section--dark .ayx-r4-menu-board__view,
.ayx-r4-section--dark .ayx-r4-index-link {
  color: #fff8ec;
  border-bottom-color: rgba(255, 248, 236, 0.55);
}

/* ===== R2.1 Hero video (must load after base hero rules) ===== */
.ayx-r4-hero__media {
  background: #100e0c;
  overflow: hidden;
  z-index: 0;
}
.ayx-r4-hero__media video,
.ayx-r4-hero__media .ayx-r4-hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  display: block;
}
.ayx-r4-hero__media .ayx-r4-hero__poster { z-index: 0; }
.ayx-r4-hero__media video { z-index: 1; }
.ayx-r4-hero__shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(16, 12, 10, 0.9) 0%, rgba(16, 12, 10, 0.68) 36%, rgba(16, 12, 10, 0.28) 66%, rgba(16, 12, 10, 0.42) 100%),
    linear-gradient(180deg, rgba(16, 12, 10, 0.55) 0%, transparent 28%, transparent 58%, rgba(16, 12, 10, 0.75) 100%);
}
.ayx-r4-hero__main,
.ayx-r4-hero__strip { z-index: 3; }
@media (max-width: 1199px), (prefers-reduced-motion: reduce) {
  .ayx-r4-hero__media video { display: none !important; }
}

/* Account/layout R1 — visit contrast + signature breakpoints */
main.ayx-home-r4 .ayx-r4-visit__panel h2 { color: #fff8ec; }
main.ayx-home-r4 .ayx-r4-visit__panel .ayx-r4-eyebrow { color: #d4b896; }
main.ayx-home-r4 .ayx-r4-visit__panel,
main.ayx-home-r4 .ayx-r4-visit-hours,
main.ayx-home-r4 .ayx-r4-visit-contact,
main.ayx-home-r4 .ayx-r4-visit-contact a { color: #fff8ec; }
main.ayx-home-r4 .ayx-r4-visit-quiet { color: rgba(255,248,236,.82); }

.ayx-r4-sig-feature img {
  transform: none !important;
  filter: none !important;
  will-change: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .ayx-r4-signature {
    display: grid !important;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr) !important;
    align-items: start;
  }
  .ayx-r4-sig-feature img { max-height: 640px; object-fit: cover; }
  .ayx-r4-drinks-index,
  .ayx-r4-about__inner,
  .ayx-r4-visit,
  .ayx-r4-flow {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 899px) {
  .ayx-r4-signature {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .ayx-r4-sig-feature {
    max-width: 560px;
    margin-inline: auto;
    width: 100%;
  }
}

.ayx-r4-about__cta{margin-top:1.4rem;}
.ayx-r4-about__cta .ayx-r4-btn{display:inline-flex;}

/* Completion R1 — mobile layout hard fixes */
@media (max-width: 899px) {
  .ayx-r4-flow {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .ayx-r4-flow__step {
    width: 100% !important;
    max-width: 100% !important;
    border-right: 0 !important;
  }
  .ayx-r4-about__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .ayx-r4-about__copy,
  .ayx-r4-about__cta,
  .ayx-r4-about__cta a {
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .ayx-header__inner { gap: 0.5rem; }
  .ayx-header__actions {
    gap: 0.35rem;
    max-width: calc(100vw - 7.5rem);
    flex-wrap: nowrap;
  }
  .ayx-header__cta {
    font-size: 0.72rem;
    padding-inline: 0.65rem;
    white-space: nowrap;
  }
  .ayx-header__account span:not(.ayx-header__account-icon) { font-size: 0.65rem; }
  .ayx-burger__label { display: none; }
}
