@font-face {
  font-family: "Barlow Condensed";
  src: url("/menu/assets/fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/menu/assets/fonts/BarlowCondensed-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --red: #7a1118;
  --red-deep: #5f0d14;
  --wine: #43090f;
  --gold: #f2b52b;
  --gold-deep: #d99a16;
  --cream: #fff6ee;
  --cream-deep: #f2e5da;
  --white: #fff;
  --ink: #23191b;
  --ink-soft: #52474a;
  --line: #eadfdb;
  --display: "Barlow Condensed", sans-serif;
  --body: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow-low: 0 10px 26px rgba(67, 9, 15, .1);
  --shadow-mid: 0 22px 50px rgba(41, 5, 10, .18);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--cream) url('/menu/assets/img/sauce-watermark-pattern.png') center top / 760px auto repeat;
  content: "";
  opacity: .1;
  pointer-events: none;
}

::selection { background: var(--gold); color: var(--wine); }
a { color: inherit; text-underline-offset: .28em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p, figure { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--gold);
  color: var(--wine);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.section-shell,
.site-header__inner,
.sauce-hero__inner {
  width: min(var(--shell), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: var(--white);
}

.site-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 126px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand { width: 118px; height: 74px; display: grid; place-items: center; }
.brand img { width: 116px; max-height: 72px; object-fit: contain; }

.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.6vw, 36px); }
.site-nav a {
  position: relative;
  padding-block: 12px;
  color: rgba(255, 255, 255, .84);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity 160ms ease, transform 160ms var(--ease);
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--white); }
.site-nav a:hover::after,
.site-nav a.is-active::after { opacity: 1; transform: scaleX(1); }

.order-link,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), background-color 160ms ease;
}
.order-link { padding: 10px 16px; background: var(--gold); color: var(--wine); box-shadow: 0 10px 22px rgba(25, 3, 5, .25); }
.order-link svg, .button svg, .text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.order-link:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(25, 3, 5, .3); }
.button--gold { padding: 13px 20px; background: var(--gold); color: var(--wine); box-shadow: 0 12px 26px rgba(40, 5, 8, .25); }

.nav-toggle { display: none; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; }
.nav-toggle span { width: 21px; height: 2px; display: block; margin: 3px auto; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.sauce-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background-color: var(--red-deep);
  background-image: linear-gradient(112deg, rgba(67,9,15,.98) 0%, rgba(95,13,20,.96) 55%, rgba(122,17,24,.9) 100%);
  color: var(--white);
}
.sauce-hero::before {
  position: absolute;
  inset: 0;
  background-image: url('/menu/assets/img/sauce-watermark-pattern.png');
  background-position: center;
  background-size: 720px auto;
  content: "";
  opacity: .035;
  pointer-events: none;
}
.sauce-hero::after {
  position: absolute;
  right: -10%;
  bottom: -150px;
  left: -10%;
  height: 250px;
  background: var(--cream);
  content: "";
  transform: rotate(-3deg);
  transform-origin: center;
}
.sauce-hero__orbit {
  position: absolute;
  top: 85px;
  right: -160px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(242,181,43,.22);
  border-radius: 50%;
}
.sauce-hero__orbit::before,
.sauce-hero__orbit::after {
  position: absolute;
  border: 1px solid rgba(242,181,43,.16);
  border-radius: 50%;
  content: "";
}
.sauce-hero__orbit::before { inset: 84px; }
.sauce-hero__orbit::after { inset: 170px; }

.sauce-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(450px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  padding: 130px 0 86px;
}
.sauce-hero__copy { max-width: 620px; }
.sauce-hero__count { margin: 0 0 18px; color: var(--gold); font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sauce-hero h1 {
  max-width: 9ch;
  margin: 0 0 24px;
  font-family: var(--display);
  font-size: clamp(4.4rem, 8vw, 6rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: .84;
  text-wrap: balance;
}
.sauce-hero__lead { max-width: 59ch; margin-bottom: 30px; color: #f1deda; font-size: 1.04rem; }
.sauce-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 800; }
.text-link svg { transition: transform 160ms var(--ease); }
.text-link:hover svg { transform: translateX(4px); }

.character-stage { position: relative; min-height: 510px; isolation: isolate; }
.character-stage::before {
  position: absolute;
  inset: 84px 48px 32px 76px;
  z-index: -2;
  border-radius: 50%;
  background: rgba(30,2,6,.44);
  box-shadow: inset 0 0 0 1px rgba(242,181,43,.18), 0 36px 80px rgba(27,1,4,.34);
  content: "";
}
.character-stage__ring {
  position: absolute;
  top: 76px;
  right: 48px;
  bottom: 26px;
  left: 72px;
  z-index: -1;
  border: 2px dashed rgba(242,181,43,.5);
  border-radius: 50%;
  animation: orbit 28s linear infinite;
}
.character { position: absolute; margin: 0; overflow: hidden; border-radius: 16px; background: #ece8e6; box-shadow: var(--shadow-mid); }
.character img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.character--chef { top: 4px; left: 38%; z-index: 4; width: 190px; height: 235px; transform: rotate(2deg); }
.character--sweet { top: 158px; left: 2%; z-index: 3; width: 190px; height: 238px; transform: rotate(-5deg); }
.character--fresh { right: 3%; bottom: 4px; z-index: 2; width: 212px; height: 265px; transform: rotate(4deg); }
.character--hot { bottom: -4px; left: 34%; z-index: 5; width: 185px; height: 232px; transform: rotate(-1deg); }
.character-stage__label { position: absolute; z-index: 8; padding: 8px 12px; border-radius: 999px; background: var(--gold); color: var(--wine); font-size: .76rem; font-weight: 900; box-shadow: 0 8px 18px rgba(25,2,5,.28); }
.character-stage__label--sweet { top: 142px; left: 0; }
.character-stage__label--fresh { right: 0; bottom: 2px; }
.character-stage__label--hot { bottom: -2px; left: 31%; background: var(--white); }

.personality-intro { position: relative; z-index: 4; padding: 54px 0 28px; }
.personality-intro__heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .65fr); align-items: end; gap: 48px; }
.personality-intro h2,
.order-cta h2 {
  margin: 0;
  color: var(--wine);
  font-family: var(--display);
  font-size: clamp(3rem, 5.2vw, 4.7rem);
  letter-spacing: -.025em;
  line-height: .9;
  text-wrap: balance;
}
.personality-intro__heading > p { max-width: 59ch; margin: 0 0 4px; color: var(--ink-soft); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.filter-chip { min-height: 44px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--red-deep); font-weight: 850; cursor: pointer; transition: transform 160ms var(--ease), background-color 160ms ease, color 160ms ease; }
.filter-chip:hover { transform: translateY(-2px); }
.filter-chip.is-active { border-color: var(--red); background: var(--red); color: var(--white); }
.filter-status { margin: 12px 0 0; color: var(--ink-soft); font-size: .82rem; }

.profiles { padding: 28px 0 96px; }
.profile-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.profile-card {
  grid-column: span 4;
  min-width: 0;
  display: grid;
  grid-template-rows: 280px 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-low);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), opacity 180ms ease;
}
.profile-card--wide { grid-column: span 8; grid-template-columns: minmax(240px, .82fr) 1.18fr; grid-template-rows: minmax(380px, 1fr); }
.profile-card:hover { transform: translateY(-5px); box-shadow: 0 24px 52px rgba(45,6,11,.16); }
.profile-card[hidden] { display: none; }
.profile-card__portrait { min-height: 0; overflow: hidden; background: #ece8e6; }
.profile-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; transition: transform 500ms var(--ease); }
.profile-card:hover .profile-card__portrait img { transform: scale(1.025); }
.profile-card__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.profile-card__archetype { margin: 0 0 8px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.profile-card h2 { margin: 0 0 15px; color: var(--wine); font-family: var(--display); font-size: clamp(2.2rem, 3vw, 3.2rem); letter-spacing: -.02em; line-height: .9; }
.profile-card__flavor { margin: 0 0 14px; color: var(--ink); }
.profile-card__match { margin: 0 0 22px; color: var(--ink-soft); font-size: .9rem; }
.profile-card__match strong { color: var(--red); }
.profile-card__body > span { margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--red-deep); font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.profile-card--dark { background: var(--wine); color: var(--white); }
.profile-card--dark h2, .profile-card--dark .profile-card__flavor { color: var(--white); }
.profile-card--dark .profile-card__archetype, .profile-card--dark .profile-card__body > span { color: var(--gold); }
.profile-card--dark .profile-card__match { color: #ead3d0; }
.profile-card--dark .profile-card__match strong { color: var(--gold); }
.profile-card--dark .profile-card__body > span { border-color: rgba(255,255,255,.15); }
.profile-card--gold { background: var(--gold); }
.profile-card--gold .profile-card__archetype, .profile-card--gold .profile-card__match strong { color: var(--wine); }
.profile-card--gold .profile-card__body > span { border-color: rgba(67,9,15,.22); }
.profile-card--fire { background: var(--red); color: var(--white); }
.profile-card--fire h2, .profile-card--fire .profile-card__flavor { color: var(--white); }
.profile-card--fire .profile-card__archetype, .profile-card--fire .profile-card__match strong, .profile-card--fire .profile-card__body > span { color: var(--gold); }
.profile-card--fire .profile-card__match { color: #f1deda; }
.profile-card--fire .profile-card__body > span { border-color: rgba(255,255,255,.18); }

.order-cta { position: relative; overflow: hidden; padding: 82px 0; background: var(--red-deep); color: var(--white); }
.order-cta::before { position: absolute; inset: 0; background: url('/menu/assets/img/sauce-watermark-pattern.png') center / 760px auto repeat; content: ""; opacity: .045; }
.order-cta__inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.order-cta h2 { color: var(--white); }
.order-cta p { max-width: 64ch; margin: 18px 0 0; color: #ead3d0; }
.order-cta .button { min-width: 190px; }

.site-footer { background: #1b090c; color: #e8d9d7; }
.site-footer__inner { min-height: 132px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; }
.footer-brand { display: flex; align-items: center; gap: 14px; color: var(--white); font-family: var(--display); font-size: 1.55rem; font-weight: 700; text-decoration: none; }
.footer-brand img { width: 88px; height: 64px; object-fit: contain; }
.site-footer p { margin: 0; font-size: .9rem; }
.site-footer__inner > a:last-child { color: var(--gold); font-weight: 850; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1060px) {
  .site-header__inner { grid-template-columns: 112px 1fr auto; gap: 18px; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .8rem; }
  .sauce-hero__inner { grid-template-columns: minmax(0,.9fr) minmax(390px,1.1fr); }
  .character--sweet { left: 0; }
  .profile-card { grid-column: span 6; }
  .profile-card--wide { grid-column: span 12; }
}

@media (max-width: 820px) {
  .section-shell, .site-header__inner, .sauce-hero__inner { width: min(100% - 32px, var(--shell)); }
  .site-header { position: absolute; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .brand { justify-self: start; }
  .order-link { display: none; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 78px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 2px;
    padding: 12px;
    border-radius: 16px;
    background: #29070b;
    box-shadow: 0 24px 50px rgba(18,1,3,.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms var(--ease);
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { min-height: 46px; display: flex; align-items: center; padding: 10px 14px; border-radius: 10px; font-size: .92rem; }
  .site-nav a::after { display: none; }
  .site-nav a.is-active { background: rgba(242,181,43,.12); color: var(--gold); }
  .sauce-hero { min-height: auto; }
  .sauce-hero::after { bottom: -205px; }
  .sauce-hero__inner { grid-template-columns: 1fr; padding: 118px 0 110px; }
  .sauce-hero h1 { font-size: clamp(4.2rem, 15vw, 5.7rem); }
  .character-stage { min-height: 480px; max-width: 620px; width: 100%; margin: -16px auto 0; }
  .personality-intro { padding-top: 34px; }
  .personality-intro__heading { grid-template-columns: 1fr; gap: 22px; }
  .profile-card, .profile-card--wide { grid-column: span 12; grid-template-columns: minmax(220px,.82fr) 1.18fr; grid-template-rows: minmax(370px,1fr); }
  .order-cta__inner { grid-template-columns: 1fr; }
  .order-cta .button { justify-self: start; }
  .site-footer__inner { grid-template-columns: 1fr auto; padding-block: 26px; }
  .site-footer p { display: none; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 82px; }
  .section-shell, .site-header__inner, .sauce-hero__inner { width: min(100% - 28px, var(--shell)); }
  .site-header__inner { min-height: 76px; }
  .brand { width: 96px; height: 64px; }
  .brand img { width: 94px; height: 62px; }
  .site-nav { top: 70px; right: 14px; left: 14px; }
  .sauce-hero__inner { padding-top: 105px; }
  .sauce-hero h1 { font-size: clamp(3.9rem, 20vw, 5rem); }
  .sauce-hero__lead { font-size: .96rem; }
  .sauce-hero__actions { align-items: flex-start; flex-direction: column; }
  .character-stage { min-height: 410px; margin-top: 0; }
  .character-stage::before { inset: 70px 24px 22px; }
  .character-stage__ring { top: 64px; right: 22px; bottom: 16px; left: 22px; }
  .character--chef { left: 35%; width: 145px; height: 182px; }
  .character--sweet { top: 140px; width: 142px; height: 178px; }
  .character--fresh { right: 0; width: 154px; height: 193px; }
  .character--hot { left: 30%; width: 142px; height: 178px; }
  .character-stage__label { padding: 6px 9px; font-size: .65rem; }
  .personality-intro h2, .order-cta h2 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .filter-bar { flex-wrap: nowrap; margin-right: -14px; padding: 2px 14px 8px 0; overflow-x: auto; scrollbar-width: thin; }
  .filter-chip { flex: 0 0 auto; }
  .profiles { padding-bottom: 70px; }
  .profile-grid { gap: 15px; }
  .profile-card, .profile-card--wide { grid-template-columns: 1fr; grid-template-rows: 285px 1fr; }
  .profile-card__body { padding: 21px; }
  .profile-card h2 { font-size: 2.65rem; }
  .order-cta { padding: 66px 0; }
  .site-footer__inner { min-height: 150px; grid-template-columns: 1fr; align-content: center; justify-items: start; }
}

@media (max-width: 390px) {
  .character-stage { min-height: 370px; }
  .character--chef { left: 33%; width: 128px; height: 160px; }
  .character--sweet { top: 132px; width: 125px; height: 156px; }
  .character--fresh { width: 132px; height: 166px; }
  .character--hot { width: 125px; height: 156px; }
  .character-stage__label--sweet { top: 120px; }
}

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