/* THE EMBER · House of Fire — dark luxury steakhouse */

.ember-body{
  /* SPARK alignment ────────────────────────────────────────────
     EMBER aligns with the wider SPARK design system: paper
     background, ink text, oak brass accents and the same
     General Sans + Instrument Serif type pair used across
     House, Upper West, Frankfurt, etc. Italics use Instrument
     Serif as the editorial accent — never Cormorant. */
  --ink:           #F6F3EE;   /* page surface (sitewide paper) */
  --ink-2:         #EFEAE1;   /* alt section */
  --ink-3:         #E8E1D3;
  --ink-soft:      #DDD4C4;
  --bone-warm:     #0B0B0C;
  --paper:         #F6F3EE;
  --paper-deep:    #EFEAE1;
  --bone:          #0B0B0C;   /* primary text */
  --bone-2:        #2a2a2c;   /* secondary body */
  --bone-mute:     #5a5a5d;   /* muted body */
  --bone-rule:     rgba(11,11,12,0.10);

  /* Brand accent — Oak / Brass (sitewide) */
  --copper:        #A88B5C;   /* oak-deep — primary accent */
  --copper-deep:   #8B7547;   /* darker oak — hover / strong accent */
  --copper-soft:   #C6A87A;   /* oak — light accent */
  --gold:          #C6A87A;
  --gold-soft:     #E8D8B8;
  --oxblood:       #8B7547;
  --oxblood-deep:  #6B5836;
  --umber:         #3a2e1c;

  /* Sitewide warm-paper aliases */
  --ivory:         #F6F3EE;
  --ivory-soft:    #FAF7F2;
  --ivory-deep:    #EFEAE1;

  --accent:        var(--copper);
  --accent-deep:   var(--copper-deep);

  --font-display:  "General Sans", "Söhne", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-body:     "General Sans", "Söhne", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-serif:    "Instrument Serif", Georgia, "Cormorant Garamond", serif;
  --font-mono:     "JetBrains Mono", ui-monospace, monospace;

  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-body);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "ss02";
}

.ember-body .site-header,
.ember-body header.site-header,
.ember-body .v2-header{
  background: rgba(242,238,233,0.92) !important;
  border-bottom-color: var(--bone-rule) !important;
}
.ember-body .v2-header a,
.ember-body .v2-header .v2-logo,
.ember-body .v2-header svg{ color: #1a1612 !important; }
.ember-body .v2-header a:hover{ color: var(--copper) !important; }

.ember{ display: block; }

/* SHARED PRIMITIVES ─────────────────────────────────────────── */
.emb-eyebrow{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bone-mute);
  margin-bottom: 18px;
}
.emb-eyebrow--copper{ color: var(--copper); }

/* GLOBAL PRICE TREATMENT ─────────────────────────────────────
   All prices use the editorial Instrument Serif italic in oak. */
.emb-menu__priced em,
.emb-menu__caviar td:not(:first-child),
.emb-cav__price,
.emb-cav__weights em,
.emb-cav__table--matrix td:not(.emb-cav__name),
.emb-set__price,
.emb-set__addons li em,
.emb-cuts__col li em,
.emb-pcard__price,
.emb-bar__list em,
.emb-gift__tier__price{
  font-family: var(--font-serif) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--copper) !important;
  letter-spacing: -0.005em !important;
  font-variant-numeric: oldstyle-nums proportional-nums;
}
/* size variants — keep them roughly in sync but not identical sizes */
.emb-menu__priced em{ font-size: 18px !important; }
.emb-cav__price{ font-size: 22px !important; }
.emb-cav__weights em{ font-size: 22px !important; }
.emb-cav__table--matrix td:not(.emb-cav__name){ font-size: 18px !important; }
.emb-set__price{ font-size: 36px !important; }
.emb-set__addons li em{ font-size: 18px !important; }
.emb-menu__caviar td:not(:first-child){ font-size: 17px !important; }

/* hot/dark themed price keep copper, light themed sections use copper-deep */
.emb-cuts .emb-cuts__col li em,
.emb-set--paper .emb-set__price,
.emb-set--paper .emb-set__addons li em,
.emb-private--paper .emb-pcard__price{
  color: var(--copper-deep) !important;
}

.emb-h2{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.024em;
  color: var(--bone);
  margin: 0;
}
.emb-h2 em, .emb-h3 em{
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--copper-deep);
  font-weight: 400;
  letter-spacing: -0.015em;
}
.emb-h3{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin: 0 0 18px;
}
.emb-lede{
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  color: var(--bone-2);
  margin: 0;
}

.emb-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.emb-btn--solid{
  background: var(--copper);
  color: var(--ink);
  border-color: var(--copper);
}
.emb-btn--solid:hover{ background: var(--copper-soft); border-color: var(--copper-soft); }
.emb-btn--ghost{
  background: transparent;
  color: var(--bone);
  border-color: var(--bone-rule);
}
.emb-btn--ghost:hover{ border-color: var(--copper); color: var(--copper); }
.emb-btn--copper{ color: var(--copper); border-color: var(--copper); }
.emb-btn--copper:hover{ background: var(--copper); color: var(--ink); }
.emb-btn--full{ width: 100%; }

.emb-link{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.emb-link:hover{ border-bottom-color: var(--copper); }

.emb-crumbs{
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-mute);
  margin-bottom: 48px;
}
.emb-crumbs a{ color: var(--bone-mute); text-decoration: none; }
.emb-crumbs a:hover{ color: var(--copper); }
.emb-crumbs span:last-child{ color: var(--bone); }

/* PLACEHOLDERS — refined, copper-accented for missing imagery */
.emb-ph{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(168,139,92,0.10), transparent 65%),
    repeating-linear-gradient(135deg, rgba(237,229,211,0.018) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, var(--ink-3, #1d1814), var(--ink-2, #15110d));
  border: 1px solid rgba(168,139,92,0.22);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  color: var(--bone-mute, rgba(232,223,206,.6));
  padding: 28px;
  min-height: 240px;
  gap: 16px;
}
.emb-ph::before{
  content: "";
  position: absolute; inset: 14px;
  border: 1px solid rgba(168,139,92,0.10);
  pointer-events: none;
}
.emb-ph::after{
  content: "";
  width: 56px; height: 56px;
  border: 1px solid rgba(168,139,92,0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(168,139,92,0.55), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(168,139,92,0.25), transparent 60%);
  margin-bottom: 4px;
  box-shadow: 0 0 24px rgba(168,139,92,0.12);
}
.emb-ph span{
  position: relative;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(168,139,92,0.85);
  max-width: 280px;
  line-height: 1.6;
}
.emb-ph span::before{
  content: "Image · ";
  display: inline;
  color: rgba(232,223,206,0.35);
  letter-spacing: 0.32em;
}
.emb-ph--portrait{ aspect-ratio: 4/5; }

/* HERO ─────────────────────────────────────────────────────── */
.emb-hero{
  position: relative;
  background: #0a0907;
  --bone: #ede5d3;
  --bone-mute: #b8ad94;
  --bone-rule: rgba(237,229,211,0.18);
  color: var(--bone);
  padding: 0;
  overflow: hidden;
}

/* ─────────────────────────────────────────────────────────────
   Cullinan-style page header
   Lang toggle (top-right) · centered logo · primary nav
   ───────────────────────────────────────────────────────────── */
.emb-header{
  position: relative;
  z-index: 20;
  background: rgba(233, 228, 224, 0.92);
  padding: 0 clamp(28px, 4vw, 64px) 0;
  border-bottom: 1px solid rgba(20,16,12,0.10);
}
.emb-header__top{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  margin-bottom: 0;
}
.emb-header__top > .emb-header__wordmark{
  grid-column: 2;
  justify-self: center;
}
.emb-header__top > .emb-header__top-right{
  grid-column: 3;
  justify-self: end;
}
.emb-header__top-right{
  display: flex;
  align-items: center;
  gap: 10px;
}
.emb-header__lang-globe{
  width: 16px;
  height: 16px;
  display: block;
  color: rgba(20,16,12,0.55);
  transition: color .2s, transform .25s;
}
.emb-header__lang-trigger:hover .emb-header__lang-globe{
  color: var(--copper-deep, var(--copper-deep));
  transform: rotate(-12deg);
}
.visually-hidden{
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.emb-header__lang-row{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  height: 28px;
}
.emb-header__lang{
  position: relative;
  display: inline-flex;
}
.emb-header__lang-trigger{
  background: transparent;
  border: none;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
  cursor: pointer;
  transition: color .2s;
}
.emb-header__lang-trigger:hover,
.emb-header__lang.is-open .emb-header__lang-trigger{
  color: var(--copper-deep, var(--copper-deep));
  border-color: transparent;
  background: transparent;
}
.emb-header__lang-current{
  font-weight: 500;
}
.emb-header__lang-caret{
  font-size: 9px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .2s;
}
.emb-header__lang.is-open .emb-header__lang-caret{
  transform: translateY(-1px) rotate(180deg);
}
.emb-header__lang-menu{
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background: #f6f1e8;
  border: 1px solid rgba(20,16,12,0.18);
  box-shadow: 0 8px 24px rgba(20,16,12,0.10);
  min-width: 120px;
  z-index: 50;
}
.emb-header__lang-menu li{
  margin: 0;
}
.emb-header__lang-menu button{
  width: 100%;
  background: transparent;
  border: 0;
  padding: 8px 14px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(20,16,12,0.7);
  cursor: pointer;
  transition: background .15s, color .15s;
}
.emb-header__lang-menu button:hover{
  background: rgba(20,16,12,0.05);
  color: #2a241e;
}
.emb-header__lang-menu button[aria-selected="true"]{
  color: #2a241e;
  font-weight: 500;
}
.emb-foot__spark{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
  text-decoration: none;
  transition: color .2s;
}
.emb-foot__spark strong{
  font-weight: 600;
  letter-spacing: 0.32em;
  color: var(--copper-deep, var(--copper-deep));
}
.emb-foot__spark:hover{ color: var(--copper-deep, var(--copper-deep)); }
.emb-foot__spark:hover strong{ color: rgba(20,16,12,0.85); }

.emb-header__spark{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: rgba(20,16,12,0.55);
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s;
}
.emb-header__spark:hover{ color: var(--copper-deep, var(--copper-deep)); }

/* Centered brand block */
.emb-header__brand{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6px 0 14px;
  text-decoration: none;
}
.emb-header__eyebrow{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.42em;
  color: rgba(20,16,12,0.55);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.emb-header__wordmark{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-decoration: none;
}
.emb-header__tagline{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0.02em;
  color: var(--copper-deep);
  white-space: nowrap;
  margin-top: -10px;
}
.emb-header__wordmark img{
  display: block;
  height: clamp(140px, 14vw, 200px);
  margin: -16px 0 -10px;
  width: auto;
  /* logo is bordeaux on white — keep as-is */
}

/* Primary horizontal nav */
.emb-header__nav{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(20px, 3.4vw, 56px);
  padding: 7px 0 9px;
  border-top: 1px solid rgba(20,16,12,0.10);
}
.emb-header__nav-link{
  position: relative;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--bone);
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 0;
  transition: color .2s;
}
.emb-header__nav-link::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.emb-header__nav-link:hover{ color: var(--copper-deep, var(--copper-deep)); }
.emb-header__nav-link:hover::after{ transform: scaleX(1); }
.emb-header__nav-link.is-primary{
  color: var(--copper-deep, var(--copper-deep));
  font-weight: 600;
}
.emb-header__nav-link.is-primary::after{
  background: var(--copper-deep, var(--copper-deep));
  transform: scaleX(1);
  bottom: -3px;
}

/* The hero stage is full-bleed, fills viewport */
.emb-hero__stage{
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  max-height: 880px;
  margin: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.emb-hero__slides{ position: absolute; inset: 0; }
.emb-hero__slide{
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.emb-hero__slide.is-active{ opacity: 1; }
.emb-hero__slide img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.emb-hero__stage__veil{
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 30%, rgba(20,12,10,0.55) 0%, rgba(20,12,10,0.30) 40%, transparent 75%),
    linear-gradient(180deg, rgba(20,12,10,0.30) 0%, rgba(20,12,10,0.10) 35%, rgba(20,12,10,0.10) 60%, rgba(20,12,10,0.55) 100%);
  pointer-events: none;
}

/* Centered logo + place — sits on the image */
.emb-hero__center{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(80px, 14vh, 160px);
  text-align: center;
  margin: 0;
  z-index: 4;
  pointer-events: none;
}
.emb-hero__mark{
  width: clamp(320px, 44vw, 620px);
  filter: drop-shadow(0 6px 40px rgba(0,0,0,0.55)) drop-shadow(0 1px 0 rgba(60,8,12,0.3));
}
.emb-hero__mark img{ width: 100%; height: auto; display: block; }
.emb-hero__place{
  margin: 28px 0 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: #f5ede0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.7);
  font-weight: 500;
  padding-left: 0.55em;
}

.emb-hero__dots{
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px;
  z-index: 5;
}
.emb-hero__dots button{
  width: 28px; height: 2px;
  border: none;
  background: rgba(42,16,16,0.35);
  cursor: pointer;
  padding: 0;
  transition: background .25s, width .25s;
}
.emb-hero__dots button.is-active{
  background: var(--copper-deep);
  width: 44px;
}

/* Hero subtitle block — moody hearth statement */
.emb-hero__below{
  position: relative;
  background:
    radial-gradient(ellipse 60% 80% at 50% 40%, rgba(224,161,109,0.08), transparent 70%),
    radial-gradient(ellipse 80% 100% at 50% 100%, rgba(168,139,92,0.04), transparent 65%),
    #ECE6DD;
  text-align: center;
  padding: clamp(48px, 5.5vw, 72px) 5vw clamp(36px, 4vw, 52px);
  overflow: hidden;
}
.emb-hero__below::before,
.emb-hero__below::after{
  content: "";
  position: absolute; left: 50%; transform: translateX(-50%);
  width: clamp(180px, 22vw, 280px); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168,139,92,0.45), transparent);
}
.emb-hero__below::before{ top: 0; }
.emb-hero__below::after{ bottom: 0; opacity: 0.5; }
.emb-hero__below-inner{
  max-width: 760px;
  margin: 0 auto clamp(28px, 3.5vw, 44px);
}
.emb-hero__rule{
  display: block;
  width: 1px; height: 36px;
  margin: 0 auto 28px;
  background: linear-gradient(180deg, transparent, rgba(168,139,92,0.55));
}
.emb-hero__eyebrow{
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin-bottom: 18px;
}
.emb-hero__tag{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #2a1f17;
  margin: 0 auto 24px;
  max-width: 18ch;
}
.emb-hero__tag em{
  font-style: italic;
  color: var(--copper-deep);
}
.emb-hero__lede{
  font-family: var(--font-display);
  font-weight: 300;
  /* tighter spacing below */
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.65;
  color: rgba(42,31,23,0.72);
  max-width: 48ch;
  margin: 0 auto 26px;
}
.emb-hero__lede em{
  font-style: italic;
  color: var(--copper-deep);
}
.emb-hero__cta{
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

.emb-hero__meta{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  background: transparent;
  border-top: 1px solid rgba(20,16,12,0.14);
  border-bottom: 1px solid rgba(20,16,12,0.08);
}
.emb-hero__meta > div{
  padding: 16px clamp(16px, 2.4vw, 28px);
  display: flex; flex-direction: column; gap: 6px;
  text-align: center;
  position: relative;
}
.emb-hero__meta > div + div::before{
  content: "";
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 28px;
  background: rgba(20,16,12,0.14);
}
.emb-hero__meta span{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(42,31,23,0.55);
}
.emb-hero__meta strong{
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #2a1f17;
  letter-spacing: 0.005em;
}
@media (max-width: 720px){
  .emb-hero__meta{
    grid-template-columns: repeat(2, 1fr);
  }
  .emb-hero__meta > div:nth-child(3)::before{ display: none; }
  .emb-hero__meta > div:nth-child(3),
  .emb-hero__meta > div:nth-child(4){
    border-top: 1px solid rgba(224,161,109,0.12);
  }
}
.emb-hero__placeholder{
  width: 100%;
  aspect-ratio: 21/9;
  background:
    repeating-linear-gradient(45deg, rgba(237,229,211,0.025) 0 2px, transparent 2px 14px),
    linear-gradient(180deg, var(--ink-3), var(--ink-2));
  border: 1px solid var(--bone-rule);
  display: flex; align-items: center; justify-content: center;
  color: var(--bone-mute);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* INTRO ────────────────────────────────────────────────────── */
.emb-intro{
  background: var(--ink-2);
  padding: clamp(36px, 4.5vw, 56px) 5vw;
  border-top: 1px solid var(--bone-rule);
}
.emb-intro__inner{
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.emb-intro__cols{
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  text-align: left;
  max-width: 940px;
  margin-left: auto; margin-right: auto;
}
.emb-intro__cols p:not(.emb-lede){
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--bone-2);
  margin: 0;
}

/* SIGNATURE — full-bleed feature shot ─────────────────────── */
.emb-signature{
  position: relative;
  width: 100%;
  height: clamp(520px, 78vh, 760px);
  overflow: hidden;
  background: #0e0a06;
}
.emb-signature__stage{
  position: absolute;
  inset: 0;
  margin: 0;
}
.emb-signature__stage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 12s ease-out;
}
.emb-signature:hover .emb-signature__stage img{
  transform: scale(1.04);
}
.emb-signature__veil{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.28) 38%, rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}
.emb-signature__caption{
  position: absolute;
  left: clamp(28px, 6vw, 96px);
  bottom: clamp(48px, 7vh, 88px);
  max-width: 480px;
  color: var(--bone, #f5ede0);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
}
.emb-signature__caption .emb-eyebrow{
  color: #d4af6f;
}
.emb-h2--light{
  color: var(--bone, #f5ede0);
  margin: 0;
}
.emb-h2--light em{
  color: #d4af6f;
}
.emb-signature__caption p{
  color: rgba(245, 237, 224, 0.82);
  font-size: 16px;
  line-height: 1.65;
  max-width: 420px;
  margin: 0;
}
.emb-btn--light{
  border-color: #d4af6f !important;
  color: #d4af6f !important;
  margin-top: 4px;
}
.emb-btn--light:hover{
  background: #d4af6f !important;
  border-color: #d4af6f !important;
  color: #0a0907 !important;
}

@media (max-width: 720px){
  .emb-signature{ height: clamp(420px, 62vh, 600px); }
  .emb-signature__caption{
    left: 24px; right: 24px;
    bottom: 32px;
  }
}

/* STORY ────────────────────────────────────────────────────── */
.emb-story{
  background: var(--ink);
  padding: clamp(44px, 5.5vw, 68px) 5vw;
}
.emb-story__inner{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.emb-story__copy p{
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--bone-2);
  margin: 0 0 16px;
}
.emb-story__bullets{
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.emb-story__bullets li{
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bone-rule);
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--bone);
}
.emb-story__bullets span{
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--copper);
  letter-spacing: 0.18em;
}

/* CUTS ─────────────────────────────────────────────────────── */
.emb-cuts{
  background: var(--paper);
  padding: clamp(56px, 7vw, 80px) 5vw;
  border-top: 1px solid rgba(20,16,12,0.08);
  border-bottom: 1px solid rgba(20,16,12,0.08);
  color: var(--ink);
}
.emb-cuts .emb-eyebrow{ color: rgba(20,16,12,0.55); }
.emb-cuts .emb-eyebrow--copper{ color: var(--copper-deep); }
.emb-cuts .emb-h3{ color: var(--bone); }
.emb-cuts .emb-h3 em{ color: var(--copper-deep); }
.emb-cuts__head{
  max-width: 880px;
  margin: 0 auto 64px;
  text-align: center;
}
.emb-cuts__lede{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5;
  color: rgba(20,16,12,0.7);
  margin: 12px 0 0;
}
.emb-cuts__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(20,16,12,0.12);
  background: var(--paper-deep);
}
.emb-cuts__col{
  padding: 56px 48px;
  background: var(--paper);
}
.emb-cuts__col:first-child{ border-right: 1px solid rgba(20,16,12,0.12); }
.emb-cuts__col--alt{ background: rgba(90,15,20,0.06); }
.emb-cuts__col header{
  display: flex; align-items: baseline; gap: 18px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(20,16,12,0.14);
}
.emb-cuts__num{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--copper-deep);
}
.emb-cuts__col h4{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  color: var(--bone);
  margin: 0;
}
.emb-cuts__col ul{
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 18px;
}
.emb-cuts__col li{
  display: flex; flex-direction: column; gap: 4px;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(20,16,12,0.16);
}
.emb-cuts__col li:last-child{ border-bottom: none; }
.emb-cuts__col strong{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  color: var(--bone);
}
.emb-cuts__col span{
  font-size: 14px;
  color: rgba(20,16,12,0.6);
  font-style: italic;
  font-family: var(--font-serif);
}
.emb-cuts__foot{
  max-width: 1240px;
  margin: 32px auto 0;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
}

/* MENU ─────────────────────────────────────────────────────── */
.emb-menu{
  background: var(--ink);
  padding: clamp(56px, 7vw, 80px) 5vw;
}
.emb-menu__head{
  max-width: 880px;
  margin: 0 auto 72px;
  text-align: center;
}
.emb-menu__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bone-rule);
  border: 1px solid var(--bone-rule);
}
.emb-menu__card{
  background: var(--ink);
  padding: 40px 32px;
  display: flex; flex-direction: column;
}
.emb-menu__card--accent{
  background: linear-gradient(180deg, rgba(90,15,20,0.08), rgba(90,15,20,0.02));
}
.emb-menu__card header{
  display: flex; align-items: baseline; gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--bone-rule);
}
.emb-menu__card header span{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--copper);
}
.emb-menu__card h4{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  color: #0a0807;
  margin: 0;
}

/* DISH ROWS — name + tags + price (top), description (below) */
.emb-dish-list{
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 22px;
}
.emb-dish-list--two{ grid-template-columns: 1fr 1fr; gap: 22px 36px; }
.emb-dish-list--compact{ gap: 14px; }
.emb-dish{
  display: flex; flex-direction: column;
  gap: 6px;
}
.emb-dish__top{
  display: flex; align-items: baseline; gap: 16px;
  border-bottom: 1px dotted rgba(20,16,12,0.18);
  padding-bottom: 6px;
}
.emb-dish__top strong{
  flex: 1;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  color: #0a0807;
  letter-spacing: 0.005em;
}
.emb-dish__tags{
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(20, 16, 12, 0.55);
  margin-left: 8px;
  text-transform: uppercase;
}
.emb-dish__sub{
  margin: 2px 0 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--copper);
  text-transform: none;
  font-style: normal;
}
.emb-dish__desc{
  margin: 4px 0 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(20, 16, 12, 0.78);
  font-style: normal;
  max-width: 60ch;
}
.emb-dish-list--compact .emb-dish__desc{ font-size: 13px; line-height: 1.5; }
@media (max-width: 720px){
  .emb-dish-list--two{ grid-template-columns: 1fr; }
}
.emb-menu__card ul{
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 16px;
}
.emb-menu__card li{
  display: flex; flex-direction: column; gap: 3px;
}
.emb-menu__card strong{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 17px;
  color: var(--bone);
}
.emb-menu__card span{
  font-size: 12px;
  color: var(--bone-mute);
  font-family: var(--font-serif);
  font-style: italic;
}
.emb-menu__card--note{
  background: var(--ink-2);
  display: flex; align-items: center; justify-content: center;}
.emb-menu__note{
  text-align: left;
  display: flex; flex-direction: column; gap: 16px;
}
.emb-menu__note p{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--bone-2);
  margin: 0;
}
.emb-menu__pdf{
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--bone-rule);
  text-decoration: none;
  color: var(--bone);
  margin-top: 12px;
  transition: border-color .2s, background .2s;
}
.emb-menu__pdf:hover{ border-color: var(--copper); background: rgba(168,139,92,0.06); }
.emb-menu__pdf__icon{
  display: inline-grid; place-items: center;
  width: 32px; height: 32px;
  border: 1px solid var(--copper);
  color: var(--copper);
  border-radius: 50%;
  font-size: 13px;
}
.emb-menu__pdf__copy{ display: flex; flex-direction: column; gap: 2px; }
.emb-menu__pdf__copy strong{
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  color: var(--bone);
}
.emb-menu__pdf__copy em{
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-mute);
}

/* GALLERY ──────────────────────────────────────────────────── */
.emb-gallery{
  background: var(--ink-2);
  padding: clamp(56px, 7vw, 80px) 5vw;
  border-top: 1px solid var(--bone-rule);
}
.emb-gallery__head{
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.emb-gallery__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 4px;
}
.emb-ph--g1{ grid-column: span 4; grid-row: span 2; }
.emb-ph--g2{ grid-column: span 2; }
.emb-ph--g3{ grid-column: span 2; grid-row: span 2; }
.emb-ph--g4{ grid-column: span 2; }
.emb-ph--g5{ grid-column: span 2; }
.emb-ph--g6{ grid-column: span 2; grid-row: span 2; }

/* Real photo gallery tiles */
.emb-gtile{
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink-3);
}
.emb-gtile img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1), filter .6s ease;
  filter: saturate(0.92) contrast(1.02);
}
.emb-gtile:hover img{
  transform: scale(1.05);
  filter: saturate(1) contrast(1.04);
}
.emb-gtile::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,9,7,0.55) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s ease;
}
.emb-gtile:hover::after{ opacity: 1; }
.emb-gtile figcaption{
  position: absolute;
  left: 18px; bottom: 18px;
  z-index: 2;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .35s ease, transform .35s ease;
}
.emb-gtile:hover figcaption{
  opacity: 1;
  transform: translateY(0);
}
.emb-gtile figcaption .emb-mono{
  display: inline-block;
  padding: 6px 12px;
  background: rgba(10,9,7,0.78);
  border: 1px solid rgba(200,169,106,0.4);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold, #c8a96a);
}

/* MENU — additions for Cullinan × Revka structure */
.emb-menu--ink{ background: var(--ink-2); padding-top: 96px; padding-bottom: 140px; }
.emb-menu__grid--rich{ grid-template-columns: repeat(3, 1fr); }
.emb-menu__card--wide{ grid-column: span 2; }
.emb-menu__sub{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
  margin: 18px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(168,139,92,0.22);
}
.emb-menu__sub:first-of-type{ margin-top: 4px; }
.emb-menu__priced{ display: flex; flex-direction: column; gap: 14px; }
.emb-menu__priced li{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name price" "desc price";
  column-gap: 18px;
  row-gap: 2px;
  align-items: baseline;
}
.emb-menu__priced strong{ grid-area: name; }
.emb-menu__priced span{ grid-area: desc; }
.emb-menu__priced em{
  grid-area: price;
  align-self: start;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--copper, var(--copper-deep));
  white-space: nowrap;
  padding-top: 4px;
}
.emb-menu__priced--lined li{
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(20,16,12,0.08);
}
.emb-menu__priced--lined li:last-child{ border-bottom: none; }
.emb-menu__plain{
  display: flex; flex-direction: column; gap: 10px;
  list-style: none; margin: 0; padding: 0;
}
.emb-menu__plain li{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 17px;
  color: var(--bone, #1a1612);
  padding: 8px 0;
  border-bottom: 1px solid rgba(20,16,12,0.08);
}
.emb-menu__plain li:last-child{ border-bottom: none; }

.emb-menu__caviar{
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-family: var(--font-mono);
}
.emb-menu__caviar th,
.emb-menu__caviar td{
  text-align: right;
  padding: 14px 10px;
  font-size: 12px;
  color: var(--bone, #1a1612);
  border-bottom: 1px solid rgba(20,16,12,0.08);
  white-space: nowrap;
}
.emb-menu__caviar th{
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(232,223,206,0.45);
  font-weight: 500;
  padding-bottom: 12px;
}
.emb-menu__caviar th:first-child,
.emb-menu__caviar td:first-child{
  text-align: left;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.005em;
  color: var(--bone, #ede5d3);
  text-transform: none;
}
.emb-menu__caviar td:not(:first-child){ color: var(--copper, var(--copper-deep)); }
.emb-menu__caviar__highlight td{
  border-bottom: none;
  padding-top: 18px;
  font-weight: 500;
}
.emb-menu__caviar__highlight td:first-child{ color: var(--copper, var(--copper-deep)); font-style: italic; }

@media (max-width: 980px){
  .emb-menu__card--wide{ grid-column: span 1; }
}

/* SET MENUS ─────────────────────────────────────────────────── */
.emb-set__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--bone-rule);
  border: 1px solid var(--bone-rule);
}
.emb-set__card{
  background: var(--ink);
  padding: 56px 44px 48px;
  display: flex; flex-direction: column;
  gap: 36px;
}
.emb-set__card--alt{
  background: linear-gradient(180deg, rgba(90,15,20,0.06), rgba(90,15,20,0.015) 60%, transparent);
}
.emb-set__head{ display: flex; flex-direction: column; gap: 14px; }
.emb-set__head__top{
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bone-rule);
}
.emb-set__tag{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
}
.emb-set__price{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 34px;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
}
.emb-set__title{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 38px;
  line-height: 1;
  color: var(--bone, #ede5d3);
  margin: 0;
  letter-spacing: -0.01em;
}
.emb-set__title em{ font-style: italic; color: var(--copper, var(--copper-deep)); font-weight: 400; }
.emb-set__sub{
  font-size: 13px;
  line-height: 1.55;
  color: var(--bone-mute, #a89e8a);
  margin: 0;
  max-width: 42ch;
}

.emb-set__courses{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(20,16,12,0.10);
}
.emb-set__courses > li{
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-areas: "num kind" "num choice";
  column-gap: 16px;
  row-gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(20,16,12,0.10);
}
.emb-set__num{
  grid-area: num;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--copper, var(--copper-deep));
  letter-spacing: 0.18em;
  padding-top: 4px;
}
.emb-set__kind{
  grid-area: kind;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
}
.emb-set__choice{
  grid-area: choice;
  display: flex; flex-direction: column; gap: 8px;
}
.emb-set__choice p{
  margin: 0;
  display: flex; flex-direction: column; gap: 3px;
}
.emb-set__choice strong{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.15;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
}
.emb-set__choice em{
  font-style: normal;
  font-size: 12px;
  color: var(--bone-mute, #a89e8a);
  letter-spacing: 0.005em;
}
.emb-set__or{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(168,139,92,0.85);
  padding: 4px 0 4px 0;
}
.emb-set__signature .emb-set__choice strong{ color: var(--copper, var(--copper-deep)); font-style: italic; }
.emb-set__signature{ background: rgba(168,139,92,0.04); margin: 0 -12px; padding-left: 12px; padding-right: 12px; border-radius: 2px; }

.emb-set__addons{
  margin-top: auto;
  padding: 24px 0 0;
  border-top: 1px dashed rgba(168,139,92,0.28);
  display: flex; flex-direction: column; gap: 14px;
}
.emb-set__addons__title{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
}
.emb-set__addons ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.emb-set__addons li{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "name price" "desc price";
  column-gap: 16px;
  row-gap: 2px;
  align-items: baseline;
  padding: 10px 14px;
  border: 1px solid rgba(20,16,12,0.10);
  background: rgba(20,16,12,0.025);
}
.emb-set__addons li strong{
  grid-area: name;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
}
.emb-set__addons li span{
  grid-area: desc;
  font-size: 11px;
  color: var(--bone-mute, #a89e8a);
}
.emb-set__addons li em{
  grid-area: price;
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--copper, var(--copper-deep));
  align-self: center;
  white-space: nowrap;
}
.emb-set__addons__signature{
  background: rgba(168,139,92,0.08) !important;
  border-color: rgba(168,139,92,0.32) !important;
}
.emb-set__addons__signature strong{ color: var(--copper, var(--copper-deep)) !important; font-style: italic; }

.emb-set__note{
  max-width: 720px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-mute, #a89e8a);
  line-height: 1.7;
}

/* Tight join: bar-menu directly follows set-menus — collapse top padding */
.emb-set + .emb-menu{
  padding-top: clamp(24px, 3vw, 40px);
}

@media (max-width: 980px){
  .emb-set__grid{ grid-template-columns: 1fr; }
  .emb-set__card{ padding: 44px 28px 36px; }
  .emb-set__title{ font-size: 30px; }
  .emb-set__price{ font-size: 28px; }
}

/* CAVIAR ENGINE ─────────────────────────────────────────────── */
.emb-cav{
  background: var(--ink-2);
  padding: clamp(56px, 7vw, 80px) 5vw;
  border-top: 1px solid var(--bone-rule);
  border-bottom: 1px solid var(--bone-rule);
}
.emb-cav__head{
  max-width: 880px;
  margin: 0 auto 72px;
  text-align: center;
}
.emb-cav__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--bone-rule);
  border: 1px solid var(--bone-rule);
}
.emb-cav__block{
  background: var(--ink);
  padding: 48px 44px 40px;
  display: flex; flex-direction: column;
  gap: 28px;
}
.emb-cav__block--alt{
  background: linear-gradient(180deg, rgba(90,15,20,0.08), rgba(90,15,20,0.02) 60%, transparent);
}
.emb-cav__block__head{
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--bone-rule);
}
.emb-cav__block__num{
  display: inline-grid; place-items: center;
  width: 40px; height: 40px;
  border: 1px solid var(--copper, var(--copper-deep));
  color: var(--copper, var(--copper-deep));
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  border-radius: 50%;
}
.emb-cav__block__head h4{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 26px;
  line-height: 1.1;
  margin: 0;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
}
.emb-cav__block__sub{
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-mute, #a89e8a);
  margin-top: 6px;
}

.emb-cav__table{
  width: 100%;
  border-collapse: collapse;
}
.emb-cav__table td,
.emb-cav__table th{
  padding: 18px 6px;
  border-bottom: 1px solid rgba(20,16,12,0.10);
  vertical-align: baseline;
}
.emb-cav__table tr:last-child td{ border-bottom: none; }
.emb-cav__name{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 22px;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
  width: 50%;
}
.emb-cav__origin{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bone-mute, #a89e8a);
  text-align: left;
}
.emb-cav__price{
  font-family: var(--font-mono);
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--copper, var(--copper-deep));
  text-align: right;
  white-space: nowrap;
}
.emb-cav__row--feature .emb-cav__name,
.emb-cav__row--feature .emb-cav__price{
  color: var(--copper, var(--copper-deep));
  font-style: italic;
}
.emb-cav__row--feature .emb-cav__name{ font-weight: 500; }

/* matrix variant */
.emb-cav__matrix{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.emb-cav__row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(20,16,12,0.10);
}
.emb-cav__row:last-child{ border-bottom: none; }
.emb-cav__row__name{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
  text-align: center;
}
.emb-cav__row__name em{
  font-style: italic;
  color: var(--copper, var(--copper-deep));
  font-size: 18px;
  margin-left: 4px;
}
.emb-cav__weights{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.emb-cav__weights li{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.emb-cav__weights span{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.62);
  font-weight: 500;
}
.emb-cav__weights em{
  font-style: italic;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--copper, var(--copper-deep));
  letter-spacing: -0.005em;
}
.emb-cav__row--feature .emb-cav__row__name{
  color: var(--copper, var(--copper-deep));
  font-style: italic;
}
.emb-cav__row--feature .emb-cav__weights em{
  color: var(--bone, #ede5d3);
}

@media (max-width: 980px){
  .emb-cav__weights{ gap: 18px; }
  .emb-cav__row__name{ font-size: 19px; }
  .emb-cav__weights em{ font-size: 17px; }
}

/* legacy matrix variant retained for safety */
.emb-cav__table--matrix th{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(232,223,206,0.45);
  font-weight: 500;
  text-align: right;
  padding-bottom: 14px;
}
.emb-cav__table--matrix th:first-child{ text-align: left; }
.emb-cav__table--matrix td{
  text-align: right;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--copper, var(--copper-deep));
  white-space: nowrap;
}
.emb-cav__table--matrix td.emb-cav__name{
  text-align: left;
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--bone, #ede5d3);
  letter-spacing: -0.005em;
  width: auto;
}

.emb-cav__note{
  max-width: 720px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-mute, #a89e8a);
  line-height: 1.7;
}

@media (max-width: 980px){
  .emb-cav__grid{ grid-template-columns: 1fr; }
  .emb-cav__block{ padding: 40px 28px 32px; }
  .emb-cav__name{ font-size: 19px; }
  .emb-cav__table--matrix td.emb-cav__name{ font-size: 17px; }
}

/* PRIVATE DINING ───────────────────────────────────────────── */
.emb-private{
  background: var(--ink);
  padding: clamp(56px, 7vw, 80px) 5vw;
}
.emb-private__head{
  max-width: 880px;
  margin: 0 auto 64px;
  text-align: center;
}
.emb-private__lede{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: var(--bone-2);
  margin: 12px 0 0;
}
.emb-private__grid{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.emb-pcard{
  background: var(--ink-2);
  padding: 56px 40px;
  display: flex; flex-direction: column;
  border: 1px solid var(--bone-rule);
}
.emb-pcard--ash{ background: linear-gradient(180deg, var(--ink-3), var(--ink-2)); }
.emb-pcard__num{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 56px;
  color: var(--copper);
  line-height: 1;
  margin-bottom: 32px;
}
.emb-pcard h4{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  color: var(--bone);
  margin: 0 0 8px;
}
.emb-pcard__sub{
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  margin: 0 0 20px;
}
.emb-pcard p{
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--bone-mute);
  margin: 0 0 24px;
}
.emb-pcard ul{
  list-style: none; margin: 0 0 32px; padding: 0;
  display: grid; gap: 10px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--bone-2);
}
.emb-pcard ul li{ padding-left: 16px; position: relative; }
.emb-pcard ul li::before{
  content: "·";
  position: absolute; left: 0; color: var(--copper);
}
.emb-pcard a{ margin-top: auto; }

/* BAR ──────────────────────────────────────────────────────── */
.emb-bar{
  background: var(--ink-2);
  padding: clamp(56px, 7vw, 80px) 5vw;
  border-top: 1px solid var(--bone-rule);
}
.emb-bar__inner{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.emb-bar__shot{
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #efe9e1;
}
.emb-bar__shot img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}
.emb-bar__shot:hover img{ transform: scale(1.03); }
.emb-bar__slides{
  position: absolute;
  inset: 0;
}
.emb-bar__slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.emb-bar__slide.is-active{ opacity: 1; }
.emb-bar__slide img{
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}
.emb-bar__shot:hover .emb-bar__slide.is-active img{ transform: scale(1.03); }
.emb-bar__dots{
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
  background: rgba(245,240,232,0.72);
  padding: 8px 12px;
  backdrop-filter: blur(6px);
}
.emb-bar__dots button{
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(20,16,12,0.45);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease;
}
.emb-bar__dots button.is-active{
  background: var(--copper);
  border-color: var(--copper);
}
.emb-bar__shot figcaption{
  position: absolute;
  left: 18px; bottom: 14px;
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
  background: rgba(245,240,232,0.78);
  padding: 6px 10px;
  backdrop-filter: blur(4px);
}
.emb-bar__copy p{
  font-size: 16px;
  line-height: 1.75;
  color: var(--bone-mute);
  margin: 0 0 28px;
}
.emb-bar__list{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 16px;
}
.emb-bar__list li{
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bone-rule);
}
.emb-bar__list strong{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--bone);
}
.emb-bar__list span{
  font-size: 13px;
  font-style: italic;
  color: var(--bone-mute);
  font-family: var(--font-display);
  text-align: right;
}

/* GIFT ─────────────────────────────────────────────────────── */
.emb-gift{
  background: var(--ink);
  padding: clamp(56px, 7vw, 80px) 5vw;
}
.emb-gift__inner{
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.emb-gift__copy > p{
  max-width: 580px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--bone-mute);
}
.emb-gift__tiers{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 40px;
  text-align: left;
}
.emb-gift__tier{
  background: var(--ink-2);
  border: 1px solid var(--bone-rule);
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 10px;
}
.emb-gift__tier--alt{
  background: linear-gradient(180deg, rgba(90,15,20,0.1), rgba(90,15,20,0.02));
  border-color: rgba(168,139,92,0.3);
}
.emb-gift__tier > span{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 32px;
  color: var(--copper);
  line-height: 1;
  margin-bottom: 12px;
}
.emb-gift__tier strong{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--bone);
}
.emb-gift__tier em{
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
}
.emb-gift__tier p{
  font-size: 13px;
  font-style: italic;
  font-family: var(--font-serif);
  color: var(--bone-mute);
  margin: 8px 0 0;
}

/* RESERVE ──────────────────────────────────────────────────── */
.emb-reserve{
  background: var(--ink-2);
  padding: clamp(56px, 7vw, 80px) 5vw;
  border-top: 1px solid var(--bone-rule);
}
.emb-reserve__inner{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.emb-reserve__copy p{
  font-size: 16px;
  line-height: 1.7;
  color: var(--bone-mute);
  margin: 0 0 24px;
}
.emb-reserve__notes{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px;
}
.emb-reserve__notes li{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--bone-2);
  padding-left: 20px;
  position: relative;
}
.emb-reserve__notes li::before{
  content: "—";
  position: absolute; left: 0;
  color: var(--copper);
}
.emb-form{
  background: var(--ink);
  padding: 48px;
  border: 1px solid var(--bone-rule);
  display: grid;
  gap: 18px;
}
.emb-form__row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.emb-form label{
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-mute);
}
.emb-form label span{ color: var(--copper); }
.emb-form input,
.emb-form select,
.emb-form textarea{
  background: var(--ink-2);
  border: 1px solid var(--bone-rule);
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 15px;
  padding: 14px 16px;
  letter-spacing: normal;
  text-transform: none;
}
.emb-form input:focus,
.emb-form select:focus,
.emb-form textarea:focus{
  outline: none;
  border-color: var(--copper);
}
.emb-form__full{ grid-column: 1 / -1; }
.emb-form__ok{
  margin: 12px 0 0;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--copper);
  text-align: center;
}

/* FOOTER ───────────────────────────────────────────────────── */
.emb-foot{
  background: #e9e3de;
  color: var(--ink);
  padding: 56px 5vw 32px;
  border-top: 1px solid var(--bone-rule);
}
.emb-foot .emb-foot__cols p,
.emb-foot .emb-foot__cols ul,
.emb-foot .emb-foot__cols a{
  color: rgba(20,16,12,0.78) !important;
}
.emb-foot .emb-foot__brand > span:not(.emb-foot__tagline){
  color: rgba(20,16,12,0.55) !important;
}
.emb-foot .emb-foot__legal{
  color: rgba(20,16,12,0.45) !important;
}
.emb-foot .emb-foot__brand span,
.emb-foot .emb-foot__h{
  color: var(--copper);
}
.emb-foot .emb-foot__cols p,
.emb-foot .emb-foot__cols ul,
.emb-foot .emb-foot__cols a{
  color: var(--bone-2);
}
.emb-foot .emb-foot__legal{
  color: var(--bone-mute);
}
.emb-foot__inner{
  max-width: 1240px;
  margin: 0 auto;
}
.emb-foot__brand{
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--bone-rule);
}
.emb-foot__brand img{
  width: 160px; height: auto;
}
.emb-foot__tagline{
  font-family: var(--font-display) !important;
  font-style: italic;
  font-weight: 400;
  font-size: 14px !important;
  letter-spacing: 0.18em;
  color: var(--copper) !important;
  text-transform: none !important;
  margin-top: -4px;
}
.emb-foot__brand span{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bone-mute);
}
.emb-foot__cols{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-bottom: 32px;
}
.emb-foot__h{
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 18px;
}
.emb-foot__cols p,
.emb-foot__cols ul{
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.35;
  color: var(--bone-2);
  margin: 0;
  list-style: none; padding: 0;
}
.emb-foot__cols a{
  color: var(--bone-2);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
}
.emb-foot__cols a:hover{ color: var(--copper); border-bottom-color: var(--copper); }
.emb-foot__legal{
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-mute);
  padding-top: 32px;
  border-top: 1px solid var(--bone-rule);
}

/* RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 960px){
  .emb-hero__meta{ grid-template-columns: 1fr 1fr; }
  .emb-hero__meta > div:nth-child(2){ border-right: none; }
  .emb-hero__meta > div{ border-bottom: 1px solid var(--bone-rule); }
  .emb-intro__cols,
  .emb-story__inner,
  .emb-bar__inner,
  .emb-reserve__inner{ grid-template-columns: 1fr; gap: 48px; }
  .emb-cuts__grid{ grid-template-columns: 1fr; }
  .emb-cuts__col:first-child{ border-right: none; border-bottom: 1px solid var(--bone-rule); }
  .emb-menu__grid,
  .emb-private__grid,
  .emb-gift__tiers{ grid-template-columns: 1fr; }
  .emb-gallery__grid{ grid-template-columns: repeat(2, 1fr); }
  .emb-ph--g1, .emb-ph--g3, .emb-ph--g6{ grid-column: span 2; grid-row: span 1; }
  .emb-ph--g2, .emb-ph--g4, .emb-ph--g5{ grid-column: span 2; }
  .emb-foot__cols{ grid-template-columns: 1fr 1fr; gap: 32px; }
  .emb-form{ padding: 28px; }
  .emb-form__row{ grid-template-columns: 1fr; }
}

/* PAIRING SECTION — portrait dish + cellar pairing copy ──────── */
.emb-pair{
  background: var(--ivory);
  padding: clamp(56px, 7vw, 96px) 5vw;
  position: relative;
  border-top: 1px solid rgba(200,169,106,0.22);
  border-bottom: 1px solid rgba(200,169,106,0.18);
}
.emb-pair::before{
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 70% at 18% 50%, rgba(200,169,106,0.07), transparent 70%);
  pointer-events: none;
}
.emb-pair__inner{
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.emb-pair__media{
  position: relative;
  margin: 0;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: var(--ivory-deep);
  box-shadow:
    0 1px 0 rgba(200,169,106,0.4),
    0 30px 60px -30px rgba(20,16,12,0.35);
}
.emb-pair__media::before{
  content: "";
  position: absolute; inset: 0;
  border: 1px solid rgba(200,169,106,0.35);
  pointer-events: none;
  z-index: 2;
  margin: 12px;
}
.emb-pair__media img{
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2, 0, 0.2, 1);
}
.emb-pair__media:hover img{
  transform: scale(1.04);
}
.emb-pair__caption{
  position: absolute;
  left: 24px; bottom: 24px;
  z-index: 3;
  padding: 8px 14px;
  background: rgba(10,9,7,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(200,169,106,0.35);
}
.emb-pair__caption .emb-mono{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold, #c8a96a);
}

.emb-pair__copy .emb-h2{
  margin: 8px 0 24px;
}
.emb-pair__lede{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--bone-2);
  margin: 0 0 36px;
  max-width: 46ch;
}
.emb-pair__notes{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 28px 0;
  margin-bottom: 32px;
  border-top: 1px solid rgba(20,16,12,0.12);
  border-bottom: 1px solid rgba(20,16,12,0.12);
  position: relative;
}
.emb-pair__notes::before,
.emb-pair__notes::after{
  content: "";
  position: absolute; left: 0;
  width: 48px; height: 1px;
  background: var(--copper);
}
.emb-pair__notes::before{ top: -1px; }
.emb-pair__notes::after{ bottom: -1px; }
.emb-pair__note{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: baseline;
}
.emb-pair__note .emb-mono{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--copper-deep);
  padding-top: 4px;
}
.emb-pair__note p{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5;
  color: var(--bone);
  margin: 0;
}
.emb-pair__note p em{
  font-style: italic;
  color: var(--copper-deep);
  font-weight: 400;
}
.emb-pair__cta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.emb-pair__price{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-family: var(--font-display);
  color: var(--bone);
}
.emb-pair__price > span{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bone-mute);
}
.emb-pair__price > strong{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: var(--copper-deep);
}

@media (max-width: 880px){
  .emb-pair__inner{
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .emb-pair__media{
    max-width: 480px;
    margin: 0 auto;
  }
  .emb-pair__note{
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* KNIFE BOX FEATURE — bridges Cuts head & list ──────────────── */
.emb-knife{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  max-width: 1240px;
  margin: clamp(48px, 6vw, 80px) auto clamp(56px, 7vw, 96px);
  padding: 0 5vw;
}
.emb-knife__media{
  position: relative;
  margin: 0;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: var(--ivory-deep);
  box-shadow:
    0 1px 0 rgba(200,169,106,0.4),
    0 30px 60px -30px rgba(20,16,12,0.4);
}
.emb-knife__media::before{
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(200,169,106,0.35);
  pointer-events: none;
  z-index: 2;
}
.emb-knife__media img{
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2, 0, 0.2, 1);
}
.emb-knife__media:hover img{
  transform: scale(1.04);
}
.emb-knife__cap{
  position: absolute;
  left: 24px; bottom: 24px;
  z-index: 3;
  padding: 8px 14px;
  background: rgba(10,9,7,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(200,169,106,0.35);
}
.emb-knife__cap .emb-mono{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold, #c8a96a);
}

.emb-knife__copy{
  padding: 8px 0;
}
.emb-knife__title{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin: 8px 0 22px;
}
.emb-knife__title em{
  font-style: italic;
  color: var(--copper-deep);
  font-weight: 300;
}
.emb-knife__lede{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  color: var(--bone-2);
  margin: 0 0 28px;
  max-width: 46ch;
}
.emb-knife__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(20,16,12,0.12);
  position: relative;
}
.emb-knife__list::before{
  content: "";
  position: absolute; left: 0; top: -1px;
  width: 48px; height: 1px;
  background: var(--copper);
}
.emb-knife__list li{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 22px 16px 0;
  border-bottom: 1px solid rgba(20,16,12,0.08);
}
.emb-knife__list li:nth-child(odd){
  padding-right: 32px;
}
.emb-knife__list li:nth-child(even){
  padding-left: 22px;
  border-left: 1px solid rgba(20,16,12,0.08);
}
.emb-knife__list strong{
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--copper-deep);
  letter-spacing: 0.005em;
}
.emb-knife__list span{
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.45;
  color: var(--bone-mute);
}

@media (max-width: 880px){
  .emb-knife{
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .emb-knife__media{
    max-width: 440px;
    margin: 0 auto;
  }
  .emb-knife__list{
    grid-template-columns: 1fr;
  }
  .emb-knife__list li:nth-child(even){
    padding-left: 0;
    border-left: none;
  }
}

/* STORY MEDIA FRAME ────────────────────────────────────────── */
.emb-story__frame{
  position: relative;
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ivory-deep);
  box-shadow:
    0 1px 0 rgba(200,169,106,0.4),
    0 30px 60px -30px rgba(20,16,12,0.4);
}
.emb-story__frame::before{
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(200,169,106,0.35);
  pointer-events: none;
  z-index: 2;
}
.emb-story__frame img{
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.2, 0, 0.2, 1);
}
.emb-story__frame:hover img{
  transform: scale(1.04);
}
.emb-story__frame figcaption{
  position: absolute;
  left: 24px; bottom: 24px;
  z-index: 3;
  padding: 8px 14px;
  background: rgba(10,9,7,0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(200,169,106,0.35);
}
.emb-story__frame figcaption .emb-mono{
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold, #c8a96a);
}


/* ───── SET MENU · Buttons + Dialog ───────────────────────────── */
.emb-set__buttons{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px){
  .emb-set__buttons{ grid-template-columns: 1fr; padding: 0 32px; }
}
.emb-set__btn{
  appearance: none;
  border: 1px solid rgba(232,223,206,0.22);
  background: #f4ecda;
  color: #14100C;
  padding: 36px 36px 32px;
  text-align: left;
  cursor: pointer;
  display: flex; flex-direction: column; gap: 10px;
  transition: background .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  font-family: inherit;
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
}
.emb-set__btn:hover{
  background: #fbf3e1;
  border-color: var(--copper, var(--copper-deep));
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.emb-set__btn-tag{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
}
.emb-set__btn-title{
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: #14100C;
  margin-top: 4px;
}
.emb-set__btn-title em{
  font-style: italic;
  color: var(--copper, var(--copper-deep));
}
.emb-set__btn-sub{
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(20,16,12,0.72);
  margin-top: 4px;
}
.emb-set__btn-cta{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
  margin-top: 16px;
}

/* Dialog */
.emb-set__dialog[hidden]{ display: none !important; }
.emb-set__dialog{
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 24px;
}
.emb-set__dialog__backdrop{
  position: absolute; inset: 0;
  background: rgba(20,16,12,0.55);
  backdrop-filter: blur(3px);
  cursor: pointer;
}
.emb-set__dialog__panel{
  position: relative;
  background: #f4ecda;
  max-width: 760px;
  width: 100%;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  border: 1px solid rgba(20,16,12,0.12);
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  padding: 48px 48px 40px;
}
@media (max-width: 720px){
  .emb-set__dialog__panel{ padding: 36px 24px 28px; }
}
.emb-set__dialog__close{
  position: absolute;
  top: 14px; right: 18px;
  appearance: none;
  background: transparent;
  border: none;
  color: #14100C;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  padding: 8px 12px;
}
.emb-set__dialog__close:hover{ color: var(--copper, var(--copper-deep)); }
.emb-set__dialog__inner .emb-set__grid{
  display: block;
  padding: 0;
  max-width: none;
}
.emb-set__dialog__inner .emb-set__card{
  display: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  color: #14100C;
}
.emb-set__dialog__inner .emb-set__card.is-active{
  display: block;
}
/* Force readable colors inside dialog regardless of section bg */
.emb-set__dialog__inner .emb-set__title,
.emb-set__dialog__inner .emb-set__choice strong,
.emb-set__dialog__inner .emb-set__addons strong,
.emb-set__dialog__inner .emb-set__sub,
.emb-set__dialog__inner .emb-set__addons li{
  color: #14100C;
}
.emb-set__dialog__inner .emb-set__choice em,
.emb-set__dialog__inner .emb-set__sub{ color: rgba(20,16,12,0.72); }
.emb-set__dialog__inner .emb-set__kind{ color: rgba(20,16,12,0.55); }

/* MENUS · COMPACT (Lunch & Dinner · Dessert · Cocktails · Cigar) ─── */
.emb-menus{
  background: #e9e3de;
  padding: 56px 5vw 60px;
  border-top: 1px solid var(--bone-rule);
  border-bottom: 1px solid var(--bone-rule);
}
.emb-menus__inner{
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.emb-menus__eyebrow{ display: block; }
.emb-menus__nav{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 22px;
  row-gap: 12px;
}
.emb-menus__link{
  appearance: none;
  background: transparent;
  border: 0;
  padding: 4px 2px;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper-deep, #4D0E14);
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.emb-menus__link:hover{
  color: var(--copper, var(--copper-deep));
  border-bottom-color: var(--copper, var(--copper-deep));
}
.emb-menus__sep{
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 38px);
  color: rgba(20,16,12,0.35);
  user-select: none;
}
.emb-menus__note{
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.45);
  margin: 4px 0 0;
}
@media (max-width: 720px){
  .emb-menus{ padding: 40px 5vw 44px; }
  .emb-menus__nav{ gap: 14px; }
  .emb-menus__sep{ display: none; }
  .emb-menus__link{
    font-size: 24px;
    border-bottom: 1px solid rgba(168,139,92,0.25);
    padding-bottom: 6px;
  }
}

/* MDLG · Dialog ───────────────────────────────────────────────── */
.emb-mdlg[hidden]{ display: none !important; }
.emb-mdlg{
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex; align-items: flex-start; justify-content: center;
  padding: 40px 24px;
  overflow-y: auto;
}
.emb-mdlg__backdrop{
  position: fixed; inset: 0;
  background: rgba(20,16,12,0.62);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.emb-mdlg__panel{
  position: relative;
  background: #f4ecda;
  color: #14100C;
  width: min(1180px, 100%);
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  border-radius: 2px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  padding: 56px 56px 44px;
}
@media (max-width: 720px){
  .emb-mdlg{ padding: 0; }
  .emb-mdlg__panel{
    padding: 44px 22px 32px;
    max-height: 100vh;
    border-radius: 0;
  }
}
.emb-mdlg__close{
  position: absolute;
  top: 14px; right: 18px;
  appearance: none;
  background: transparent;
  border: 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 1;
  color: rgba(20,16,12,0.55);
  cursor: pointer;
  padding: 8px 12px;
  z-index: 2;
}
.emb-mdlg__close:hover{ color: var(--copper, var(--copper-deep)); }

.emb-mdlg__inner{ position: relative; }
.emb-mdlg__card{
  display: none;
}
.emb-mdlg__card.is-active{
  display: block;
}

.emb-mdlg__head{
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(20,16,12,0.12);
}
.emb-mdlg__title{
  color: #14100C;
  margin: 8px 0 12px;
}
.emb-mdlg__title em{ color: var(--copper, var(--copper-deep)); }
.emb-mdlg__lede{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(20,16,12,0.72);
  max-width: 640px;
  margin: 0 auto;
}

.emb-mdlg__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
.emb-mdlg__grid--two{
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 880px){
  .emb-mdlg__grid{ grid-template-columns: 1fr; gap: 28px; }
}
.emb-mdlg__col{
  border-top: 1px solid rgba(20,16,12,0.10);
  padding-top: 18px;
}
.emb-mdlg__col h4{
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #14100C;
  margin: 0 0 14px;
}
.emb-mdlg__col--accent{
  background: rgba(168,139,92,0.04);
  padding: 18px 18px 16px;
  border-top: 1px solid rgba(168,139,92,0.18);
}
.emb-mdlg__col--wide{
  grid-column: span 2;
}
@media (max-width: 880px){
  .emb-mdlg__col--wide{ grid-column: span 1; }
}
.emb-mdlg__sub{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.55);
  margin: 14px 0 8px;
}
.emb-mdlg__note{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(20,16,12,0.5);
  margin: 12px 0 0;
}

/* Force readable text inside dialog */
.emb-mdlg__inner .emb-dish strong,
.emb-mdlg__inner .emb-dish em,
.emb-mdlg__inner .emb-menu__row strong,
.emb-mdlg__inner .emb-menu__row em{
  color: #14100C;
}
.emb-mdlg__inner .emb-dish__sub,
.emb-mdlg__inner .emb-dish__desc,
.emb-mdlg__inner .emb-menu__priced span,
.emb-mdlg__inner .emb-dish__tags{
  color: rgba(20,16,12,0.7);
}

.emb-mdlg__notes{
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.emb-mdlg__notes li{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(20,16,12,0.18);
  font-family: var(--font-display);
  font-size: 15px;
  line-height: 1.45;
  color: rgba(20,16,12,0.78);
}
.emb-mdlg__notes strong{
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper, var(--copper-deep));
  font-weight: 400;
  padding-top: 3px;
}

.emb-mdlg__foot{
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(20,16,12,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.emb-mdlg__foot p{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 15px;
  color: rgba(20,16,12,0.7);
  margin: 0;
  max-width: 560px;
}
.emb-mdlg__foot .emb-btn{
  color: var(--copper-deep, #4D0E14) !important;
  border-color: var(--copper-deep, #4D0E14) !important;
}
.emb-mdlg__foot .emb-btn:hover{
  background: var(--copper-deep, #4D0E14) !important;
  color: #f4ecda !important;
}

/* New square logo (now with transparent background) — +25% larger */
.emb-header__wordmark--logo img{
  height: clamp(138px, 13.75vw, 188px) !important;
  width: auto !important;
  /* on dark header: brighten the deep bordeaux logo so it reads */
  filter: brightness(1.6) saturate(1.1);
}
.emb-foot__brand--logo img{
  width: 130px !important;
  /* footer is light beige now → keep logo dark, no filter */
}
/* Restore the original dark header — was overridden during logo-blend experiment */

/* Footer background — beige */
.emb-foot{
  background: #d3cac3 !important;
}

/* Extra breathing room between subtitle and nav */
.emb-header__tagline{
  margin-top: 14px !important;
  margin-bottom: 24px !important;
}
.emb-header__nav{
  margin-top: 28px !important;
  padding-top: 22px !important;
}

/* Tighten hero__below top spacing */
.emb-hero__below{
  padding-top: clamp(20px, 2.4vw, 32px) !important;
}
.emb-hero__rule{
  height: 22px !important;
  margin-bottom: 14px !important;
}

/* Menus row — keep on one line at 100% */
.emb-menus__nav{ flex-wrap: nowrap !important; gap: 18px !important; }
.emb-menus__link{ font-size: clamp(20px, 2.2vw, 30px) !important; }
.emb-menus__sep{ font-size: clamp(18px, 2vw, 26px) !important; }
@media (max-width: 720px){
  .emb-menus__nav{ flex-wrap: wrap !important; gap: 14px !important; }
  .emb-menus__link{ font-size: 22px !important; }
}

/* Tighten vertical breathing room around the centered logo */
.emb-header{ padding-top: 0 !important; padding-bottom: 0 !important; }
.emb-header__top{ min-height: 0 !important; }
.emb-header__wordmark img{ margin-top: 0 !important; margin-bottom: -16px !important; }
.emb-header__wordmark--logo img{ margin-top: 0 !important; margin-bottom: -18px !important; }
