/*
  Oak & Ember
  Custom visual pass to make the page feel brand-specific, tactile, and less template-like.
*/

.oak-theme {
  --oak-ink: #2b221d;
  --oak-muted: #6c5d52;
  --oak-cream: #fff8f1;
  --oak-paper: #fdf4ea;
  --oak-clay: #b7774b;
  --oak-moss: #6d7a5f;
  --oak-moss-dark: #243127;
  --oak-gold: #f0c88b;
  --oak-bark: #3e2f24;
  --oak-line: rgba(62, 47, 36, 0.18);
  --oak-shadow: 0 22px 54px rgba(50, 40, 30, 0.14);
}

.oak-theme::selection {
  background: var(--oak-gold);
  color: var(--oak-bark);
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1.25rem;
  background: var(--oak-bark);
  color: #fff;
  font: 800 0.9rem/1 "Manrope", system-ui, sans-serif;
  border-radius: 0 0 12px 12px;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus {
  top: 0;
}

.oak-theme *:focus-visible {
  outline: 3px solid #8a5a34;
  outline-offset: 3px;
  border-radius: 4px;
}

[hidden] {
  display: none !important;
}

/* Topbar: less generic, more artisanal */
.oak-theme .showcase-topbar {
  background:
    linear-gradient(90deg, rgba(240, 200, 139, 0.08), transparent 32%, rgba(109, 122, 95, 0.08)),
    linear-gradient(180deg, rgba(253, 244, 234, 0.96), rgba(253, 244, 234, 0.9));
  border-bottom: 1px solid rgba(62, 47, 36, 0.16);
  box-shadow: 0 10px 30px rgba(62, 47, 36, 0.08);
}

.oak-theme .showcase-topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--oak-moss), var(--oak-gold), var(--oak-clay));
  opacity: 0.42;
}

.oak-theme .showcase-nav {
  min-height: 78px;
}

.oak-theme .showcase-brand {
  color: var(--oak-bark);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.oak-nav-mark {
  border-radius: 10px;
  border: 1px solid rgba(62, 47, 36, 0.2);
  box-shadow: 0 8px 20px rgba(62, 47, 36, 0.12);
}

.oak-theme .showcase-links {
  color: var(--oak-muted);
  gap: 1.05rem;
}

.oak-theme .showcase-links a {
  position: relative;
  font-weight: 800;
  transition: color 0.18s ease;
}

.oak-theme .showcase-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.16rem;
  height: 2px;
  background: var(--oak-clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.oak-theme .showcase-links a:hover::after,
.oak-theme .showcase-links a:focus-visible::after {
  transform: scaleX(1);
}

.oak-theme .showcase-links a:not(.showcase-cta):hover,
.oak-theme .showcase-links a:not(.showcase-cta):focus-visible {
  color: var(--oak-bark);
}

.oak-theme .showcase-links .showcase-cta {
  background: linear-gradient(135deg, #8a5a34, #6e4528);
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(110, 69, 40, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.oak-theme .showcase-cta {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.oak-theme .showcase-cta:hover,
.oak-theme .showcase-cta:focus-visible {
  transform: translateY(-2px);
}

/* Hero with layered texture and asymmetry */
.oak-theme .showcase-hero {
  background:
    radial-gradient(100% 75% at 0% 0%, rgba(182, 138, 102, 0.24), transparent 58%),
    radial-gradient(85% 65% at 100% 12%, rgba(147, 115, 83, 0.18), transparent 55%),
    linear-gradient(180deg, #fff6ec 0%, #f7e9db 100%);
  border-bottom: 1px solid var(--oak-line);
  padding-top: clamp(3.2rem, 6vw, 5.8rem);
  padding-bottom: clamp(2.8rem, 5vw, 4.8rem);
}

.oak-theme .showcase-hero-grid {
  align-items: start;
}

.oak-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem 1.4rem;
  align-items: start;
}

.oak-hours-panel {
  border-radius: 20px;
  border: 1px solid rgba(62, 47, 36, 0.2);
  background: linear-gradient(180deg, #fff6ec, #f5e5d2);
  box-shadow: 0 12px 28px rgba(62, 47, 36, 0.12);
}

.oak-hours-panel h3 {
  margin-bottom: 0.9rem;
}

.oak-theme .showcase-brand-art {
  width: min(100%, 300px);
  background: #f8ede2;
  border: 1px solid rgba(62, 47, 36, 0.24);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 16px 40px rgba(62, 47, 36, 0.12);
}

.oak-theme .showcase-kicker {
  color: #7f5c40;
  letter-spacing: 0.16em;
}

.oak-theme h1 {
  max-width: 11ch;
  line-height: 1.02;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.oak-theme .showcase-lead {
  max-width: 56ch;
  color: var(--oak-muted);
}

.oak-theme .showcase-actions {
  gap: 0.75rem;
}

.oak-theme .showcase-actions .showcase-cta {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.82rem;
}

.oak-theme .showcase-actions .showcase-ghost {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(62, 47, 36, 0.2);
  color: var(--oak-bark);
}

.oak-theme .showcase-pill {
  border: 1px solid rgba(62, 47, 36, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--oak-ink);
  font-weight: 800;
}

.oak-theme .showcase-media {
  border-radius: 28px;
  border: 1px solid rgba(62, 47, 36, 0.16);
  box-shadow: var(--oak-shadow);
  overflow: hidden;
}

.oak-theme .showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(60, 38, 23, 0.08), rgba(60, 38, 23, 0.3));
  pointer-events: none;
  z-index: 1;
}

.oak-theme .showcase-badge {
  z-index: 2;
  border-radius: 14px;
  border: 1px solid rgba(62, 47, 36, 0.16);
  background: rgba(255, 249, 241, 0.9);
}

/* Brand strip cards */
.oak-stamp-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.oak-stamp {
  border-radius: 16px;
  border: 1px solid rgba(62, 47, 36, 0.18);
  background: linear-gradient(180deg, #fff7ee, #f8e8d8);
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(62, 47, 36, 0.1);
}

.oak-stamp strong,
.oak-stamp span {
  display: block;
}

.oak-stamp strong {
  text-transform: uppercase;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  color: var(--oak-bark);
}

.oak-stamp span {
  margin-top: 0.22rem;
  font-size: 0.9rem;
  color: var(--oak-muted);
}

/* Reimagined hero: editorial, useful, and coffee-shop specific */
.oak-hero-reimagined {
  isolation: isolate;
  position: relative;
  min-height: auto;
  overflow: hidden;
  padding-top: clamp(1.7rem, 3vw, 2.6rem);
  padding-bottom: clamp(1.55rem, 3.2vw, 2.4rem);
  color: #fffaf4;
  background: #251b16;
}

.oak-hero-reimagined::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(23, 17, 14, 0.96) 0%, rgba(30, 21, 16, 0.82) 42%, rgba(30, 21, 16, 0.18) 74%),
    linear-gradient(180deg, rgba(23, 17, 14, 0.1), rgba(23, 17, 14, 0.72)),
    url("https://images.unsplash.com/photo-1511081692775-05d0f180a065?auto=format&fit=crop&w=1900&q=82") center / cover;
}

.oak-hero-reimagined::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 250, 244, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 244, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 82%);
}

.oak-hero-photo {
  position: absolute;
  right: clamp(0.75rem, 4vw, 3.6rem);
  top: clamp(8.1rem, 12vw, 10rem);
  z-index: -1;
  width: min(38vw, 480px);
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 250, 244, 0.32);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(47, 33, 24, 0.08), rgba(47, 33, 24, 0.42)),
    url("https://images.unsplash.com/photo-1442512595331-e89e73853f31?auto=format&fit=crop&w=1100&q=82") center / cover;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.35);
  transform: rotate(1.7deg);
}

.oak-hero-photo::before,
.oak-hero-photo::after {
  content: "";
  position: absolute;
  background: #f6d6a6;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.oak-hero-photo::before {
  width: 96px;
  height: 28px;
  left: 38px;
  top: -13px;
  transform: rotate(-7deg);
}

.oak-hero-photo::after {
  width: 118px;
  height: 30px;
  right: 42px;
  bottom: -13px;
  transform: rotate(-5deg);
}

.oak-hero-reimagined .oak-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(270px, 0.46fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
}

.oak-hero-copy {
  max-width: 760px;
  padding-top: 0;
}

.oak-sign-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.oak-hero-reimagined .oak-brand-art {
  width: clamp(150px, 18vw, 236px);
  margin: 0;
  padding: 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 250, 244, 0.38);
  background: rgba(251, 243, 237, 0.96);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
  transform: rotate(-2.2deg);
}

.oak-sign-tag {
  position: absolute;
  right: -1.8rem;
  bottom: 0.45rem;
  transform: rotate(4deg);
  border: 1px solid rgba(255, 250, 244, 0.42);
  background: #6d7a5f;
  color: #fffaf4;
  padding: 0.45rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.oak-hero-reimagined .showcase-kicker {
  color: #f0c88b;
}

.oak-hero-reimagined h1 {
  max-width: 12.6ch;
  color: #fffaf4;
  font-size: clamp(2.9rem, 4.85vw, 5.05rem);
  line-height: 0.88;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.38);
}

.oak-hero-reimagined .showcase-lead {
  max-width: 50ch;
  color: rgba(255, 250, 244, 0.82);
}

.oak-hero-reimagined .showcase-cta {
  background: #f0c88b;
  border-color: #f0c88b;
  color: #2b221d;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.oak-hero-reimagined .showcase-cta:hover,
.oak-hero-reimagined .showcase-cta:focus-visible {
  background: #ffd89b;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
}

.oak-hero-reimagined .showcase-ghost {
  background: rgba(255, 250, 244, 0.09);
  border-color: rgba(255, 250, 244, 0.36);
  color: #fffaf4;
  backdrop-filter: blur(12px);
}

.oak-hero-reimagined .showcase-ghost:hover,
.oak-hero-reimagined .showcase-ghost:focus-visible {
  background: rgba(255, 250, 244, 0.16);
  border-color: rgba(255, 250, 244, 0.5);
}

.oak-hero-board {
  margin: clamp(5rem, 10vw, 8rem) 0 0;
  border: 1px solid rgba(240, 200, 139, 0.38);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(36, 49, 39, 0.95), rgba(27, 34, 29, 0.96)),
    repeating-linear-gradient(0deg, transparent 0 14px, rgba(255, 250, 244, 0.035) 15px 16px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
  transform: rotate(1.2deg);
  position: relative;
  z-index: 1;
}

.oak-board-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 250, 244, 0.2);
  padding-bottom: 0.75rem;
  color: #f0c88b;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oak-board-menu {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0;
}

.oak-board-menu div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 250, 244, 0.74);
}

.oak-board-menu strong {
  color: #fffaf4;
  text-align: right;
}

.oak-hero-board p {
  margin: 0;
  color: rgba(255, 250, 244, 0.74);
  font-size: 0.92rem;
}

.oak-action-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(1rem, 3vw, 2rem);
}

.oak-action-tile {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-height: 126px;
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 250, 244, 0.92);
  color: #2b221d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, background 0.22s ease;
}

.oak-action-tile::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--oak-gold), var(--oak-clay), var(--oak-moss));
  opacity: 0.86;
}

.oak-action-tile:hover,
.oak-action-tile:focus-visible {
  transform: translateY(-4px);
  background: #fffaf4;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.oak-action-tile span {
  color: #8a5a34;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.oak-action-tile strong {
  max-width: 14ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1;
  color: #3e2f24;
}

.oak-action-tile small {
  color: #6c5d52;
  font-size: 0.86rem;
  line-height: 1.42;
}

.oak-photo-band {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.4rem) 0 clamp(2.2rem, 4vw, 3.6rem);
  background:
    linear-gradient(180deg, #fff5eb 0%, #f4e4d3 100%);
  border-bottom: 1px solid rgba(62, 47, 36, 0.14);
}

.oak-photo-band::before {
  content: "fresh daily";
  position: absolute;
  left: clamp(1rem, 4vw, 3rem);
  top: clamp(0.8rem, 2vw, 1.4rem);
  color: rgba(62, 47, 36, 0.08);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.6rem, 7vw, 6.8rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.oak-photo-band-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.9fr 0.9fr;
  gap: clamp(0.8rem, 2vw, 1.1rem);
}

.oak-photo-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(62, 47, 36, 0.18);
  box-shadow: 0 22px 54px rgba(62, 47, 36, 0.15);
}

.oak-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.oak-photo-card:hover img {
  filter: saturate(1.02) contrast(1.06);
  transform: scale(1.035);
}

.oak-photo-card::after {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  border: 1px solid rgba(255, 250, 244, 0.36);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  background: rgba(36, 49, 39, 0.78);
  color: #fffaf4;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.oak-photo-card:nth-child(1)::after {
  content: "Morning regulars";
}

.oak-photo-card:nth-child(2)::after {
  content: "Bar flow";
}

.oak-photo-card:nth-child(3)::after {
  content: "Front room";
}

.oak-photo-tall {
  grid-row: span 2;
}

/* Sections and cards */
.oak-theme .showcase-section {
  position: relative;
}

.oak-theme .showcase-section.alt {
  background:
    radial-gradient(70% 80% at 96% 12%, rgba(109, 122, 95, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(255, 244, 232, 0.92), rgba(248, 231, 214, 0.98));
  border-top: 1px solid rgba(62, 47, 36, 0.14);
  border-bottom: 1px solid rgba(62, 47, 36, 0.14);
}

.oak-theme .showcase-head {
  align-items: center;
}

.oak-theme .showcase-head > div {
  position: relative;
  padding-left: clamp(1rem, 2vw, 1.4rem);
}

.oak-theme .showcase-head > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--oak-clay), var(--oak-moss));
}

.oak-theme .showcase-head h2 {
  max-width: 14ch;
}

.oak-theme .showcase-panel {
  border: 1px solid rgba(62, 47, 36, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 243, 232, 0.96) 100%);
  box-shadow: 0 16px 36px rgba(62, 47, 36, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.oak-theme .showcase-panel:hover,
.oak-theme .showcase-panel:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(62, 47, 36, 0.14);
}

.oak-theme .showcase-panel h3 {
  text-wrap: balance;
}

/* Menu cards with stronger visual identity */
.oak-menu-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oak-menu-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background:
    repeating-linear-gradient(90deg, #5a3a23 0 9px, #b7774b 9px 18px, transparent 18px 26px);
  opacity: 0.9;
}

.oak-menu-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(109, 122, 95, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(109, 122, 95, 0.18) 0 28%, transparent 29%),
    repeating-radial-gradient(circle, rgba(62, 47, 36, 0.1) 0 1px, transparent 2px 12px);
  opacity: 0.7;
}

.oak-menu-card h3 {
  margin-bottom: 0.24rem;
}

.oak-menu-card .order-preview {
  margin-top: 0.35rem;
}

.oak-menu-label {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.88rem;
  border: 1px solid rgba(62, 47, 36, 0.24);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  background: #f2e1cf;
  color: #5a3a23;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
  font-weight: 900;
}

.oak-theme .order-line {
  border-bottom-color: rgba(62, 47, 36, 0.12);
  margin-inline: -0.35rem;
  border-radius: 7px;
  padding: 0.58rem 0.35rem 0.72rem;
  transition: background 0.18s ease, transform 0.18s ease;
}

.oak-theme .order-line:hover {
  background: rgba(109, 122, 95, 0.08);
  transform: translateX(2px);
}

.oak-theme .price,
.oak-theme .status {
  border-radius: 999px;
  padding: 0.12rem 0.36rem;
  background: rgba(240, 200, 139, 0.2);
  color: var(--oak-bark);
}

/* Gallery feature section */
.oak-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(80% 80% at 8% 0%, rgba(183, 119, 75, 0.14), transparent 56%),
    radial-gradient(70% 70% at 96% 80%, rgba(109, 122, 95, 0.18), transparent 56%),
    linear-gradient(180deg, #fff8f1 0%, #f7eadc 100%);
}

.oak-gallery-section::before {
  content: "Oak & Ember";
  position: absolute;
  right: -0.4rem;
  top: 0.4rem;
  color: rgba(62, 47, 36, 0.055);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.5rem, 12vw, 11rem);
  font-weight: 800;
  line-height: 0.85;
  white-space: nowrap;
  pointer-events: none;
}

.oak-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: clamp(0.8rem, 2vw, 1.15rem);
}

.oak-gallery-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(62, 47, 36, 0.18);
  background: #f5e6d5;
  box-shadow: 0 22px 52px rgba(62, 47, 36, 0.14);
}

.oak-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.oak-gallery-card:hover img {
  filter: saturate(1.04) contrast(1.06);
  transform: scale(1.025);
}

.oak-gallery-wide {
  grid-row: span 2;
}

.oak-gallery-wide img {
  min-height: 100%;
}

.oak-gallery-card figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 7px;
  padding: 0.75rem 0.9rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #fffaf4;
  background: rgba(43, 34, 29, 0.72);
  backdrop-filter: blur(14px);
}

/* Reviews */
.oak-reviews-section {
  overflow: hidden;
  color: #fffaf4;
  background:
    linear-gradient(90deg, rgba(36, 49, 39, 0.95), rgba(43, 34, 29, 0.94)),
    url("https://images.unsplash.com/photo-1509042239860-f550ce710b93?auto=format&fit=crop&w=1800&q=78") center / cover;
}

.oak-reviews-section .showcase-head > div::before {
  background: linear-gradient(180deg, var(--oak-gold), var(--oak-clay));
}

.oak-reviews-section .showcase-kicker,
.oak-reviews-section .showcase-head p {
  color: rgba(255, 250, 244, 0.72);
}

.oak-reviews-section h2 {
  color: #fffaf4;
}

.oak-stars {
  display: block;
  color: var(--oak-gold);
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.55rem;
}

.oak-reviews-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.9rem;
}

.oak-review-featured {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(245, 228, 210, 0.98));
  color: var(--oak-ink);
  position: relative;
  overflow: hidden;
}

.oak-review-featured::before {
  content: "\201C";
  position: absolute;
  right: 1rem;
  top: -0.5rem;
  color: rgba(183, 119, 75, 0.18);
  font-family: "Fraunces", Georgia, serif;
  font-size: 9rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.oak-reviews-stack {
  display: grid;
  gap: 0.9rem;
}

.oak-reviewer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(62, 47, 36, 0.12);
}

.oak-reviewer-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7a4e2e, #4d3220);
  color: #fff;
  font: 900 0.75rem/1 "Manrope", system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  border: 1px solid rgba(62, 47, 36, 0.35);
}

.oak-reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.oak-reviewer-info span {
  font-size: 0.78rem;
  color: var(--oak-muted);
}

.oak-reviews-section .oak-reviews-stack .showcase-panel {
  background: rgba(255, 250, 244, 0.1);
  border-color: rgba(255, 250, 244, 0.18);
  color: #fffaf4;
  box-shadow: none;
  backdrop-filter: blur(16px);
}

.oak-reviews-section .oak-reviews-stack .showcase-panel p,
.oak-reviews-section .oak-reviews-stack .oak-reviewer-info span {
  color: rgba(255, 250, 244, 0.76);
}

.oak-reviews-section .oak-reviews-stack .oak-reviewer {
  border-top-color: rgba(255, 250, 244, 0.18);
}

/* Roasting story */
.oak-story-section .showcase-grid-2 {
  gap: clamp(1rem, 3vw, 1.45rem);
  align-items: stretch;
}

.oak-story-photo {
  position: relative;
  display: block;
}

.oak-story-photo::before {
  content: "Roasted every Thursday";
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  background: rgba(240, 200, 139, 0.92);
  color: #2b221d;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.oak-story-photo .showcase-card {
  height: 100%;
  min-height: 540px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 58px rgba(62, 47, 36, 0.16);
}

.oak-story-section .showcase-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 6px solid var(--oak-moss);
}

/* Events and order form area */
.oak-events-section {
  background:
    radial-gradient(80% 70% at 0% 0%, rgba(109, 122, 95, 0.12), transparent 56%),
    linear-gradient(180deg, #fff8f1, #f4e6d7);
}

.oak-events-copy {
  border-radius: 8px;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.72), rgba(255, 250, 244, 0.35));
  border: 1px solid rgba(62, 47, 36, 0.12);
}

.oak-events-copy .showcase-grid-2 {
  gap: clamp(0.75rem, 1.8vw, 1rem);
}

.oak-events-copy .showcase-panel {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oak-event-date {
  margin-bottom: 0.5rem;
  background: var(--oak-moss-dark);
  box-shadow: inset 0 0 0 3px rgba(240, 200, 139, 0.18);
  transform: rotate(-3deg);
}

.oak-event-time {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b603f;
}

.form-group {
  display: grid;
  gap: 0.42rem;
  margin-top: 0.72rem;
}

.form-group label {
  font-size: 0.86rem;
  font-weight: 900;
  color: var(--oak-ink);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(62, 47, 36, 0.22);
  border-radius: 7px;
  padding: 0.82rem 0.9rem;
  background: rgba(255, 250, 244, 0.82);
  color: var(--oak-ink);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(108, 93, 82, 0.72);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(109, 122, 95, 0.7);
  background: #fffaf4;
  box-shadow: 0 0 0 4px rgba(109, 122, 95, 0.16);
  outline: 0;
}

.form-group textarea {
  min-height: 114px;
  resize: vertical;
}

.oak-theme form.showcase-panel {
  border: 1px solid rgba(62, 47, 36, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.98), rgba(251, 238, 223, 0.98));
}

.oak-order-form {
  position: relative;
  overflow: hidden;
  padding-top: clamp(1.6rem, 3vw, 2.2rem);
}

.oak-order-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--oak-moss) 0 12px, var(--oak-gold) 12px 24px, var(--oak-clay) 24px 36px);
}

.oak-order-form .showcase-cta {
  margin-top: 1rem;
  align-self: flex-start;
}

.oak-order-form .showcase-form-note {
  max-width: 54ch;
  margin-top: 0.9rem;
  line-height: 1.55;
}

.oak-theme form.showcase-panel .showcase-cta {
  background: linear-gradient(135deg, #7a4e2e, #5e3d24);
  border-color: transparent;
}

.oak-theme form.showcase-panel .showcase-cta:hover,
.oak-theme form.showcase-panel .showcase-cta:focus-visible {
  background: linear-gradient(135deg, #6d462a, #4f331e);
}

.form-success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  font-size: 0.95rem;
  color: #1b4f27;
  line-height: 1.5;
}

.form-success a {
  color: #8a5a34;
  text-decoration: underline;
}

/* Footer tone */
.oak-theme .showcase-footer {
  background:
    linear-gradient(90deg, rgba(36, 49, 39, 0.96), rgba(62, 47, 36, 0.96)),
    linear-gradient(180deg, #f4e6d7, #f4e6d7);
  border-top: 1px solid rgba(240, 200, 139, 0.26);
  color: rgba(255, 250, 244, 0.74);
}

.oak-theme .showcase-credit a {
  color: var(--oak-gold);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(240, 200, 139, 0.38);
  text-underline-offset: 0.18em;
}

/* Mobile nav */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid rgba(50, 47, 43, 0.2);
  border-radius: 10px;
  cursor: pointer;
  padding: 9px 8px;
  flex-shrink: 0;
}

.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--site-ink);
  border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.nav-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 860px) {
  .nav-hamburger {
    display: flex;
  }

  .showcase-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(251, 243, 237, 0.98);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(50, 47, 43, 0.14);
    padding: 0.5rem 1.25rem 1rem;
    z-index: 20;
    box-shadow: 0 16px 40px rgba(50, 47, 43, 0.12);
  }

  .showcase-links.is-open {
    display: flex;
  }

  .showcase-links a,
  .showcase-links a:not(.showcase-cta) {
    display: block !important;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(50, 47, 43, 0.09);
    color: var(--site-ink) !important;
    font-size: 1rem;
  }

  .showcase-links .showcase-cta {
    display: flex !important;
    width: 100%;
    justify-content: center;
    margin-top: 0.6rem;
    border-bottom: 0;
  }

  .oak-hero-grid,
  .oak-photo-band-grid,
  .oak-reviews-layout {
    grid-template-columns: 1fr;
  }

  .oak-hero-reimagined {
    min-height: auto;
    padding-top: 2rem;
  }

  .oak-hero-reimagined::before {
    background:
      linear-gradient(180deg, rgba(23, 17, 14, 0.9) 0%, rgba(23, 17, 14, 0.76) 52%, rgba(23, 17, 14, 0.94) 100%),
      url("https://images.unsplash.com/photo-1511081692775-05d0f180a065?auto=format&fit=crop&w=1300&q=82") center / cover;
  }

  .oak-hero-photo {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 520px);
    margin: 1.6rem auto 0;
    grid-row: auto;
    opacity: 0.96;
  }

  .oak-hero-reimagined .oak-hero-grid {
    grid-template-columns: 1fr;
  }

  .oak-hero-board {
    max-width: 520px;
    margin: 0;
    transform: none;
  }

  .oak-action-strip {
    grid-template-columns: 1fr;
  }

  .oak-events-copy .showcase-panel {
    min-height: auto;
  }

  .oak-story-photo .showcase-card {
    min-height: 360px;
  }

  .oak-photo-tall {
    grid-row: auto;
  }

  .oak-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .oak-gallery-wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 540px) {
  .oak-hero-reimagined h1 {
    font-size: 3.15rem;
    max-width: 10.5ch;
  }

  .oak-theme h2,
  .oak-reviews-section h2 {
    font-size: 2.55rem;
  }

  .oak-theme .showcase-head > div {
    padding-left: 0.9rem;
  }

  .oak-sign-tag {
    right: -0.75rem;
    bottom: -0.45rem;
  }

  .oak-hero-reimagined .oak-brand-art {
    width: min(100%, 220px);
  }

  .oak-board-header,
  .oak-board-menu div {
    display: grid;
    gap: 0.22rem;
  }

  .oak-board-menu strong {
    text-align: left;
  }

  .oak-action-tile {
    min-height: 126px;
  }

  .oak-photo-band::before,
  .oak-gallery-section::before {
    opacity: 0.55;
  }

  .oak-menu-card {
    min-height: 220px;
  }

  .oak-order-form .showcase-cta {
    width: 100%;
  }

  .oak-stamp-strip {
    grid-template-columns: 1fr;
  }

  .oak-gallery-grid {
    grid-template-columns: 1fr;
  }

  .oak-gallery-wide {
    grid-row: auto;
  }

  .oak-gallery-card img {
    min-height: 220px;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   LOGO RIGHT OF HEADLINE — oak-sign-wrap (logo + East Nashville tag)
   sits to the right of the headline text instead of above it.
   ══════════════════════════════════════════════════════════════════════ */

.oak-hero-copy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.oak-copy-text {
  flex: 1;
  min-width: 0;
}

.oak-sign-wrap {
  flex-shrink: 0;
  margin-bottom: 0;
  padding-top: 0.25rem; /* nudge to optically align with kicker text */
}

@media (max-width: 860px) {
  /* When hero collapses to single column, reset flex layout */
  .oak-hero-copy {
    flex-direction: column;
    gap: 0;
  }

  /* Remove the background photo on mobile — solid dark color reads much cleaner */
  .oak-hero-reimagined::before {
    background: #1a110d;
  }

  /* Restore the logo */
  .oak-sign-wrap {
    display: inline-block;
    padding-top: 0;
    margin-bottom: 1.25rem;
    align-self: flex-start;
  }

  .oak-hero-reimagined .oak-brand-art {
    width: clamp(90px, 22vw, 130px);
  }

  .oak-sign-tag {
    right: -0.6rem;
    bottom: -0.3rem;
  }

  /* Scale h1 down so it reads comfortably on one screen */
  .oak-hero-reimagined h1 {
    font-size: clamp(2.4rem, 8vw, 3.2rem);
    max-width: 16ch;
    line-height: 0.92;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   FLIPPED HERO — board/photo widget moves to the LEFT column,
   bold headline text moves to the RIGHT column. Creates a completely
   different visual rhythm from the left-aligned showcase templates.
   ══════════════════════════════════════════════════════════════════════ */

.oak-hero-reimagined .oak-hero-grid {
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 0.95fr);
}

.oak-hero-copy {
  order: 2;
}

.oak-hero-board {
  order: 1;
  margin-top: clamp(2rem, 5vw, 4.5rem);
}

/* Move the decorative polaroid photo to the left side to match the board */
.oak-hero-photo {
  right: auto;
  left: clamp(0.75rem, 4vw, 3.6rem);
}

@media (max-width: 860px) {
  /* Restore natural DOM order on mobile (text first, board below) */
  .oak-hero-copy {
    order: 1;
  }

  .oak-hero-board {
    order: 2;
    margin-top: 0;
  }
}

/* Client cleanup: simpler hero, larger nav mark, and click-open specials */
.oak-theme .showcase-nav {
  min-height: 96px;
}

.oak-theme .showcase-brand {
  gap: 1rem;
  font-size: 1rem;
}

.oak-theme .oak-nav-mark {
  width: 64px;
  height: 64px;
  border-radius: 14px;
}

.oak-nav-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  transform-origin: 50% 48%;
}

.oak-hero-reimagined {
  padding-top: 4.2rem;
  padding-bottom: 3.4rem;
}

.oak-hero-reimagined .oak-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.oak-hero-copy {
  display: block;
  max-width: 1120px;
  order: initial;
}

.oak-copy-text {
  max-width: 1120px;
}

.oak-sign-wrap,
.oak-hero-board,
.oak-hero-photo {
  display: none;
}

.oak-hero-reimagined h1 {
  max-width: 100%;
  font-size: 6.35rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

.oak-hero-reimagined .showcase-lead {
  max-width: 72ch;
  font-size: 1.18rem;
  line-height: 1.55;
}

.oak-hero-actions {
  align-items: center;
  position: relative;
}

.oak-specials {
  position: relative;
  display: inline-flex;
}

.oak-specials-toggle {
  white-space: nowrap;
}

.oak-specials.is-open .oak-specials-toggle,
.oak-specials-toggle[aria-expanded="true"] {
  background: #f0c88b;
  border-color: #f0c88b;
  color: #2b221d;
}

.oak-specials-panel {
  position: absolute;
  top: calc(100% + 0.75rem);
  right: 0;
  z-index: 8;
  width: min(340px, calc(100vw - 2rem));
  border: 1px solid rgba(240, 200, 139, 0.36);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(28, 20, 16, 0.96);
  color: #fffaf4;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.oak-specials-panel::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 1.35rem;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(240, 200, 139, 0.36);
  border-top: 1px solid rgba(240, 200, 139, 0.36);
  background: rgba(28, 20, 16, 0.96);
  transform: rotate(45deg);
}

.oak-specials.is-open .oak-specials-panel,
.oak-specials:hover .oak-specials-panel,
.oak-specials:focus-within .oak-specials-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.oak-specials-panel span,
.oak-specials-panel strong,
.oak-specials-panel small {
  display: block;
}

.oak-specials-panel span {
  color: #f0c88b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.oak-specials-panel strong {
  margin-top: 0.34rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.24rem;
  line-height: 1.05;
}

.oak-specials-panel p {
  margin: 0.6rem 0 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.oak-specials-meta {
  display: grid;
  gap: 0.32rem;
  margin-top: 0.78rem;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(255, 250, 244, 0.14);
}

.oak-specials-meta small {
  color: rgba(255, 250, 244, 0.68);
  font-size: 0.78rem;
}

.oak-photo-card:nth-child(1)::after {
  content: "Cafe seating";
}

.oak-photo-card:nth-child(2)::after {
  content: "Espresso counter";
}

.oak-photo-card:nth-child(3)::after {
  content: "Coffee and bakery";
}

@media (max-width: 860px) {
  .oak-theme .showcase-nav {
    min-height: 84px;
  }

  .oak-theme .oak-nav-mark {
    width: 56px;
    height: 56px;
  }

  .oak-hero-reimagined {
    padding-top: 2.8rem;
    padding-bottom: 2.5rem;
  }

  .oak-hero-copy {
    max-width: 100%;
  }

  .oak-hero-reimagined h1 {
    max-width: 100%;
    font-size: 4.2rem;
    line-height: 0.92;
  }

  .oak-specials {
    display: block;
    width: 100%;
  }

  .oak-specials-toggle {
    width: 100%;
  }

  .oak-specials-panel {
    position: static;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    border-width: 0;
    padding: 0 1rem;
    overflow: hidden;
    transform: none;
  }

  .oak-specials-panel::before {
    display: none;
  }

  .oak-specials.is-open .oak-specials-panel,
  .oak-specials:hover .oak-specials-panel,
  .oak-specials:focus-within .oak-specials-panel {
    max-height: 24rem;
    margin-top: 0.75rem;
    border-width: 1px;
    padding: 1rem;
  }
}

@media (max-width: 540px) {
  .oak-hero-reimagined h1 {
    font-size: 3.15rem;
  }

  .oak-hero-reimagined .showcase-lead {
    font-size: 1rem;
  }
}
