:root {
  --ink: #1d1a16;
  --muted: #635b52;
  --paper: #f7f0e5;
  --cream: #fffaf2;
  --line: rgba(29, 26, 22, 0.14);
  --orange: #ff6a21;
  --gold: #d7963b;
  --navy: #07172f;
  --leaf: #4d5d3c;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(49, 35, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.75;
}

img {
  display: block;
  width: 100%;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 250, 242, 0.16);
  background: var(--navy);
  color: var(--cream);
}

.brand {
  display: grid;
  min-width: max-content;
  justify-items: center;
  line-height: 1;
}

.brand-mark {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-sub {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 22px);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav a {
  color: rgba(255, 250, 242, 0.78);
}

.nav a[aria-current="page"],
.nav a:hover {
  color: var(--orange);
}

.header-actions {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.pill,
.line-action,
.order-action,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.line-action,
.secondary-action {
  border: 1px solid rgba(255, 250, 242, 0.35);
  color: var(--cream);
}

.order-action,
.primary-action {
  background: var(--orange);
  color: var(--cream);
}

.page-hero,
.hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--navy);
}

.hero {
  min-height: calc(100svh - 73px);
  display: grid;
  align-items: center;
}

.home-hero .hero-media {
  z-index: 0;
}

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

.home-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 58% 52%, rgba(255, 226, 175, 0.28) 0%, rgba(255, 186, 100, 0.12) 34%, rgba(255, 186, 100, 0) 62%);
  mix-blend-mode: screen;
}

.home-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.06) 56%, rgba(7, 23, 47, 0.3) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.52) 0%, rgba(7, 23, 47, 0.24) 46%, rgba(7, 23, 47, 0.06) 100%);
}

.hero-media,
.page-hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img,
.page-hero-media img {
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(1.08) contrast(1.03) brightness(1.06);
}

.home-hero .hero-media img {
  opacity: 0.8;
  filter: saturate(1.1) contrast(1.04) brightness(1.08);
}

.hero-copy,
.page-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: clamp(82px, 9vw, 128px) clamp(22px, 7vw, 96px);
}

.home-hero .hero-copy {
  z-index: 2;
}

.hero h1,
.page-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 1.04;
  word-break: keep-all;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.2;
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 84px);
}

.about-hero .page-hero-media {
  z-index: 0;
}

.about-hero .page-hero-media img {
  opacity: 0.86;
  filter: saturate(1.1) contrast(1.04) brightness(1.08);
}

.about-hero::before,
.about-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.about-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 56% 48%, rgba(255, 226, 175, 0.34) 0%, rgba(255, 186, 100, 0.15) 34%, rgba(255, 186, 100, 0) 60%);
  mix-blend-mode: screen;
}

.about-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.05) 54%, rgba(7, 23, 47, 0.3) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.54) 0%, rgba(7, 23, 47, 0.26) 42%, rgba(7, 23, 47, 0.08) 100%);
}

.about-hero .page-hero-copy {
  z-index: 2;
}

.menu-hero .page-hero-media,
.member-hero .page-hero-media,
.franchise-hero .page-hero-media {
  z-index: 0;
}

.menu-hero .page-hero-media img {
  opacity: 0.88;
  filter: saturate(1.1) contrast(1.04) brightness(1.1);
  object-position: center center;
}

.member-hero .page-hero-media img {
  opacity: 0.82;
  filter: saturate(1.1) contrast(1.04) brightness(1.08);
  object-position: center center;
}

.franchise-hero .page-hero-media img {
  opacity: 0.76;
  filter: saturate(1.08) contrast(1.04) brightness(1.06);
  object-position: center center;
}

.menu-hero::before,
.menu-hero::after,
.member-hero::before,
.member-hero::after,
.franchise-hero::before,
.franchise-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.menu-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 58% 48%, rgba(255, 225, 176, 0.34) 0%, rgba(255, 186, 100, 0.16) 34%, rgba(255, 186, 100, 0) 62%);
  mix-blend-mode: screen;
}

.menu-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 58% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.04) 58%, rgba(7, 23, 47, 0.24) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.52) 0%, rgba(7, 23, 47, 0.24) 44%, rgba(7, 23, 47, 0.02) 100%);
}

.member-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 56% 50%, rgba(255, 226, 175, 0.3) 0%, rgba(255, 186, 100, 0.13) 36%, rgba(255, 186, 100, 0) 62%);
  mix-blend-mode: screen;
}

.member-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.05) 56%, rgba(7, 23, 47, 0.3) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.54) 0%, rgba(7, 23, 47, 0.26) 46%, rgba(7, 23, 47, 0.08) 100%);
}

.franchise-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 55% 48%, rgba(255, 222, 168, 0.24) 0%, rgba(255, 186, 100, 0.1) 34%, rgba(255, 186, 100, 0) 60%);
  mix-blend-mode: screen;
}

.franchise-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 54% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.08) 56%, rgba(7, 23, 47, 0.34) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.6) 0%, rgba(7, 23, 47, 0.32) 46%, rgba(7, 23, 47, 0.12) 100%);
}

.menu-hero .page-hero-copy,
.member-hero .page-hero-copy,
.franchise-hero .page-hero-copy {
  z-index: 2;
}

.ingredients-hero {
  min-height: clamp(560px, 74svh, 820px);
  display: grid;
  align-items: center;
}

.ingredients-hero .page-hero-media {
  z-index: 0;
}

.ingredients-hero .page-hero-media img {
  opacity: 0.86;
  filter: saturate(1.1) contrast(1.04) brightness(1.08);
  object-position: center center;
}

.ingredients-hero::before,
.ingredients-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.ingredients-hero::before {
  z-index: 1;
  background: radial-gradient(circle at 60% 48%, rgba(255, 226, 175, 0.32) 0%, rgba(255, 186, 100, 0.14) 35%, rgba(255, 186, 100, 0) 62%);
  mix-blend-mode: screen;
}

.ingredients-hero::after {
  z-index: 1;
  background:
    radial-gradient(circle at 58% 50%, rgba(7, 23, 47, 0) 0%, rgba(7, 23, 47, 0.05) 56%, rgba(7, 23, 47, 0.28) 100%),
    linear-gradient(90deg, rgba(7, 23, 47, 0.58) 0%, rgba(7, 23, 47, 0.28) 46%, rgba(7, 23, 47, 0.04) 100%);
}

.ingredients-hero .page-hero-copy {
  z-index: 2;
  max-width: 980px;
}

.ingredients-hero .page-hero-copy p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 250, 242, 0.88);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.7;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.lead {
  margin: 0 0 28px;
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.34;
}

.hero-copy p:not(.eyebrow):not(.lead),
.page-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  font-size: clamp(18px, 1.55vw, 23px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #ffbf7b;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 24px;
}

.hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 250, 242, 0.34);
  border-radius: 999px;
  background: rgba(7, 23, 47, 0.7);
  font-size: 14px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-card {
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  bottom: clamp(22px, 5vw, 70px);
  z-index: 2;
  width: min(220px, 18vw);
  min-width: 156px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-card figcaption {
  padding: 10px 12px 12px;
  font-size: 14px;
  font-weight: 800;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 96px);
}

.section.navy,
.cta-band {
  background: var(--navy);
  color: var(--cream);
}

.section.orange {
  background: var(--orange);
  color: var(--cream);
}

.section.cream {
  background: var(--cream);
}

.section.leaf {
  background: var(--leaf);
  color: var(--cream);
}

.section-heading {
  max-width: 920px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

h2,
h3,
p,
figure {
  margin-top: 0;
}

h2 {
  margin-bottom: 20px;
  color: inherit;
  font-size: clamp(34px, 5vw, 70px);
  line-height: 1.13;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.25;
}

.section-heading p,
.body-copy,
.brand-story p,
.card p,
.store-card p,
.news-card p {
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
}

.navy .section-heading p,
.navy .body-copy,
.navy .brand-story p,
.navy .card p,
.leaf .section-heading p,
.leaf .body-copy,
.orange .section-heading p {
  color: rgba(255, 250, 242, 0.78);
}

.brand-story {
  max-width: 860px;
  margin: 0 auto;
}

.brand-story h2 {
  max-width: 760px;
}

.brand-story p {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.9;
}

.brand-story-final strong {
  display: block;
  margin-top: 28px;
  color: var(--orange);
  font-size: clamp(38px, 6vw, 84px);
  line-height: 1.1;
}

.home-section-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.home-difference-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.home-difference-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.home-difference-card div {
  padding: clamp(20px, 2.5vw, 30px);
}

.home-difference-card h3 {
  margin-bottom: 6px;
}

.home-difference-card p,
.home-memory p,
.home-order p {
  color: var(--muted);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.75;
}

.home-memory,
.home-order {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.home-memory h2,
.home-order h2 {
  max-width: 840px;
}

.home-memory p {
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(28px, 3.3vw, 52px);
  font-weight: 900;
  line-height: 1.28;
}

.home-order p {
  color: rgba(255, 250, 242, 0.88);
  font-weight: 800;
}

.home-order .primary-action {
  margin-top: 12px;
}

.home-memory .image-frame img,
.home-order .image-frame img {
  aspect-ratio: 16 / 11;
  min-height: clamp(300px, 34vw, 520px);
  object-fit: cover;
}

.home-memory .image-frame {
  overflow: hidden;
}

.home-memory-image {
  object-position: 43% 43%;
  transform: scale(1.5);
  transform-origin: 43% 43%;
}

.about-section {
  padding-top: clamp(92px, 12vw, 168px);
  padding-bottom: clamp(92px, 12vw, 168px);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.about-story.reverse {
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
}

.about-story.reverse figure {
  order: 2;
}

.about-story h2 {
  margin-bottom: clamp(24px, 3vw, 38px);
}

.title-emphasis {
  color: var(--orange);
}

.about-story .body-copy p {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.9;
}

.about-story .image-frame img {
  aspect-ratio: 16 / 12;
}

.about-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-choice-grid img {
  aspect-ratio: 1 / 1;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-final {
  padding-top: clamp(100px, 13vw, 178px);
  padding-bottom: clamp(104px, 14vw, 190px);
}

.about-final .body-copy p {
  margin-bottom: 16px;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.45;
  color: var(--navy);
}

.ingredient-final {
  padding-top: clamp(108px, 13vw, 180px);
  padding-bottom: clamp(108px, 13vw, 180px);
}

.ingredient-final .body-copy {
  max-width: 780px;
}

.ingredient-final .body-copy p {
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.9;
}

.ingredient-final strong {
  display: block;
  margin-top: clamp(38px, 5vw, 72px);
  color: var(--orange);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.16;
}

.ingredient-final strong + strong {
  margin-top: clamp(26px, 4vw, 48px);
}

.ingredient-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ingredient-mosaic-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ingredient-mosaic-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ingredient-mosaic img {
  aspect-ratio: 1 / 1;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.ingredient-meat-mosaic {
  gap: clamp(16px, 2vw, 24px);
}

.ingredient-meat-mosaic img {
  aspect-ratio: 4 / 3;
  clip-path: inset(0 round 8px);
  min-height: clamp(220px, 20vw, 360px);
  transform: scale(1.18);
  transform-origin: 50% 42%;
}

.ingredient-meat-mosaic img:nth-child(1) {
  object-position: 50% 42%;
}

.ingredient-meat-mosaic img:nth-child(2) {
  object-position: 50% 30%;
  transform: scale(1.28);
  transform-origin: 50% 30%;
}

.ingredient-meat-mosaic img:nth-child(3) {
  object-position: 50% 40%;
}

.ingredient-preserve-mosaic {
  gap: 14px;
}

.ingredient-preserve-mosaic img {
  aspect-ratio: 4 / 3;
  min-height: clamp(240px, 24vw, 420px);
}

.soup-focus-image {
  object-position: 68% 37%;
  transform: scale(1.75);
  transform-origin: 68% 37%;
}

.two-col,
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.image-frame {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--navy);
}

.image-frame img {
  aspect-ratio: 16 / 11;
  height: 100%;
  object-fit: cover;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 18px;
}

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

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

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

.card,
.store-card,
.news-card,
.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.card {
  padding: clamp(24px, 3vw, 36px);
}

.navy .card,
.leaf .card {
  border-color: rgba(255, 250, 242, 0.2);
  background: rgba(255, 250, 242, 0.08);
}

.navy .card h3,
.leaf .card h3 {
  color: var(--cream);
}

.num {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--orange);
  font-weight: 900;
}

.menu-card img,
.store-card img,
.news-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.menu-card div,
.store-card div,
.news-card div {
  padding: clamp(20px, 2.6vw, 30px);
}

.price {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tag-row span,
.status {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 106, 33, 0.12);
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-strip figure {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: 8px;
  background: var(--navy);
}

.feature-strip img {
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  opacity: 0.78;
}

.feature-strip figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: var(--cream);
  font-size: 18px;
  font-weight: 900;
}

.menu-essay,
.menu-steps-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.menu-essay-copy,
.menu-steps-copy {
  max-width: 680px;
}

.menu-kicker {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 900;
}

.navy .menu-kicker {
  color: #ffbf7b;
}

.menu-essay-copy p:not(.eyebrow):not(.menu-kicker),
.menu-steps-copy p:not(.eyebrow):not(.menu-kicker) {
  color: var(--muted);
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.9;
}

.menu-essay-media,
.menu-steps-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.menu-essay-media img,
.menu-steps-media img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}

.menu-steps {
  display: grid;
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.menu-steps div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: var(--cream);
}

.menu-steps span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.menu-steps strong {
  color: var(--navy);
  font-size: clamp(18px, 1.5vw, 23px);
}

.menu-simple-order {
  display: block;
}

.menu-simple-order .menu-steps-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 8vw, 120px);
  max-width: none;
  align-items: start;
  margin-bottom: clamp(46px, 7vw, 92px);
}

.menu-simple-order h2 {
  max-width: 760px;
  font-size: clamp(52px, 7.8vw, 118px);
}

.menu-simple-order .menu-steps-copy p {
  max-width: 620px;
  margin-top: 8px;
}

.menu-simple-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
}

.menu-simple-cards article {
  min-height: clamp(220px, 22vw, 340px);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 8px;
  background: var(--orange);
  color: var(--cream);
}

.menu-simple-cards article:nth-child(even) {
  background: var(--navy);
}

.menu-simple-cards span {
  display: block;
  margin-bottom: clamp(42px, 5vw, 78px);
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(42px, 5.4vw, 86px);
  font-weight: 900;
  line-height: 1;
}

.menu-simple-cards h3 {
  color: inherit;
  font-size: clamp(24px, 2.4vw, 40px);
}

.menu-simple-cards p {
  margin-top: 18px;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 800;
  line-height: 1.7;
}

.member-value-section {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
}

.member-value-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}

.member-value-head h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(52px, 7.6vw, 112px);
}

.member-value-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(12px, 1.6vw, 22px);
  align-items: stretch;
}

.member-value-card {
  display: grid;
  align-content: space-between;
  min-height: clamp(300px, 28vw, 420px);
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid rgba(7, 23, 47, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 24px 70px rgba(7, 23, 47, 0.08);
}

.member-step {
  display: block;
  margin-bottom: clamp(42px, 5vw, 86px);
  color: var(--orange);
  font-size: clamp(72px, 8vw, 128px);
  font-weight: 900;
  line-height: 0.82;
}

.member-value-card h3 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 48px);
}

.member-value-card p {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.7;
}

.member-flow-arrow {
  align-self: center;
  color: var(--orange);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.member-flow-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  align-items: center;
}

.member-flow-guide span {
  position: relative;
  display: grid;
  min-height: 74px;
  place-items: center;
  border-radius: 8px;
  background: var(--navy);
  color: var(--cream);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
}

.member-flow-guide span:nth-child(odd) {
  background: var(--orange);
}

.member-flow-guide span:not(:last-child)::after {
  position: absolute;
  right: clamp(-18px, -1.4vw, -10px);
  z-index: 1;
  color: var(--orange);
  content: "↓";
  transform: rotate(-90deg);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
}

.menu-feature-grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
}

.menu-main-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.menu-feature-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding: clamp(16px, 2.3vw, 28px);
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.08);
}

.menu-main-grid .menu-feature-card {
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px;
  padding: 12px;
}

.menu-feature-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.menu-main-grid .menu-feature-card img {
  aspect-ratio: 1 / 1;
}

.menu-feature-card h3 {
  color: var(--cream);
  font-size: clamp(28px, 3.2vw, 48px);
}

.menu-main-grid .menu-feature-card h3 {
  font-size: clamp(23px, 2vw, 32px);
}

.menu-feature-card strong {
  display: block;
  margin: 12px 0 10px;
  color: var(--orange);
  font-size: clamp(19px, 1.6vw, 25px);
  line-height: 1.25;
}

.menu-main-grid .menu-feature-card strong {
  font-size: clamp(18px, 1.35vw, 22px);
}

.menu-feature-card p:not(.eyebrow) {
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(17px, 1.35vw, 21px);
}

.menu-main-grid .menu-feature-card p:not(.eyebrow) {
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.7;
}

.menu-signature {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 106, 33, 0.34), transparent 30%),
    linear-gradient(135deg, #050b14 0%, #081526 48%, #0f1118 100%);
  color: var(--cream);
}

.menu-signature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.menu-signature-copy {
  max-width: 640px;
}

.menu-signature .eyebrow {
  color: #ffbf7b;
}

.menu-signature h2 {
  margin-bottom: 18px;
  color: var(--cream);
  font-size: clamp(52px, 7vw, 108px);
}

.menu-signature-copy strong {
  display: block;
  margin-bottom: clamp(24px, 3vw, 40px);
  color: var(--orange);
  font-size: clamp(30px, 4vw, 64px);
  line-height: 1.16;
}

.menu-signature-copy p {
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.9;
}

.menu-signature-memory {
  display: inline-block;
  margin-top: clamp(22px, 3vw, 38px);
  padding: 16px 20px;
  border-left: 5px solid var(--orange);
  background: rgba(255, 250, 242, 0.08);
  color: var(--cream);
  font-size: clamp(24px, 2.6vw, 42px);
  font-weight: 900;
  line-height: 1.25;
}

.menu-signature-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
}

.menu-signature-main,
.menu-signature-small {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.menu-signature-main img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: 50% 48%;
}

.menu-signature-small {
  margin-bottom: 0;
}

.menu-signature-main img,
.menu-signature-small img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: 50% 48%;
}

.menu-soup-grid .price {
  margin-bottom: 14px;
  line-height: 1.45;
}

.menu-soup-grid .menu-card:nth-child(3) img {
  transform: scale(1.1);
}

.meat-levels .card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
}

.meat-levels .card strong {
  font-size: clamp(30px, 3.5vw, 54px);
}

.menu-addon-grid .menu-card img {
  aspect-ratio: 16 / 11;
}

.menu-order-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.menu-order-close h2 {
  margin-bottom: 12px;
  font-size: clamp(46px, 7vw, 96px);
}

.menu-order-close p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.65;
}

.orange .primary-action {
  background: var(--navy);
  color: var(--cream);
}

.store-list {
  display: grid;
  gap: 18px;
}

.store-origin {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.9fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.store-pickup {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.store-origin .image-frame img {
  min-height: clamp(420px, 45vw, 650px);
  object-fit: cover;
}

.store-origin .body-copy p,
.store-pickup .body-copy p,
.store-closing p {
  max-width: 720px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.9;
}

.store-pickup h2 {
  margin-bottom: 0;
}

.store-pickup .primary-action {
  margin-top: 18px;
}

.store-closing {
  min-height: 520px;
  align-content: center;
}

.store-closing h2 {
  max-width: 860px;
}

.store-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  align-items: stretch;
}

.store-card img {
  height: 100%;
}

.store-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.store-meta span {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--cream);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.store-meta strong {
  color: var(--navy);
  font-size: 16px;
}

.future-store {
  display: grid;
  min-height: 270px;
  align-content: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px dashed rgba(7, 23, 47, 0.32);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.55);
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 7vw, 96px);
}

.cta-band h2 {
  margin-bottom: 8px;
  font-size: clamp(32px, 4.2vw, 58px);
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.76);
  font-size: clamp(17px, 1.4vw, 21px);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.franchise-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.franchise-stats .card strong {
  display: block;
  color: var(--orange);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.form-panel {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
}

.form-panel button.primary-action {
  border: 0;
  cursor: pointer;
}

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

.field {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.field.full {
  grid-column: 1 / -1;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 118px;
  resize: vertical;
}

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

.check-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.check-grid input {
  width: auto;
  accent-color: var(--orange);
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.form-success {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(255, 106, 33, 0.28);
  border-radius: 8px;
  background: rgba(255, 106, 33, 0.1);
}

.form-success[hidden] {
  display: none;
}

.form-error {
  margin: 18px 0 0;
  padding: 16px;
  border: 1px solid rgba(7, 23, 47, 0.18);
  border-radius: 8px;
  background: rgba(7, 23, 47, 0.08);
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.form-error[hidden] {
  display: none;
}

.form-success p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 800;
  line-height: 1.8;
}

.form-success .primary-action {
  justify-self: start;
}

.placeholder-note {
  border: 1px dashed rgba(7, 23, 47, 0.34);
  border-radius: 8px;
  padding: 18px;
  color: var(--muted);
  font-weight: 800;
}

.site-footer {
  min-height: clamp(250px, 24vw, 300px);
  padding: clamp(30px, 4vw, 42px) clamp(22px, 7vw, 96px);
  background: var(--navy);
  color: var(--cream);
}

.footer-grid,
.footer-minimal {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 32px;
}

.footer-minimal {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(220px, 0.35fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  display: block;
  width: min(240px, 100%);
  height: auto;
  margin-bottom: clamp(16px, 2vw, 24px);
  object-fit: contain;
}

.footer-minimal p {
  margin: 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.48;
}

.footer-social {
  display: grid;
  min-height: 100%;
  align-content: space-between;
  justify-items: end;
  color: rgba(255, 250, 242, 0.64);
  font-size: 15px;
  font-weight: 900;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: clamp(18px, 2.6vw, 34px);
}

.footer-social-links a + a::before {
  content: "｜";
  margin-right: 10px;
  color: rgba(255, 250, 242, 0.28);
}

.footer-social small {
  color: rgba(255, 250, 242, 0.46);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 18px;
  color: rgba(255, 250, 242, 0.74);
  font-weight: 800;
}

.footer-note {
  color: rgba(255, 250, 242, 0.66);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .menu-main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-simple-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 88svh;
  }

  .hero-card {
    display: none;
  }

  .two-col,
  .split,
  .split.reverse,
  .about-story,
  .about-story.reverse,
  .menu-essay,
  .menu-steps-section,
  .menu-signature-layout,
  .menu-feature-card,
  .menu-main-grid,
  .menu-order-close,
  .store-origin,
  .store-pickup,
  .grid-2,
  .grid-3,
  .grid-4,
  .feature-strip,
  .home-difference-grid,
  .home-memory,
  .home-order,
  .ingredient-mosaic,
  .ingredient-mosaic-2,
  .ingredient-mosaic-3,
  .store-card,
  .store-meta,
  .cta-band,
  .franchise-stats,
  .check-grid,
  .footer-grid,
  .footer-minimal {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-social small {
    text-align: left;
  }

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

  .menu-signature-small {
    margin-bottom: 0;
  }

  .menu-signature-small img {
    aspect-ratio: 4 / 3;
  }

  .menu-simple-order .menu-steps-copy,
  .menu-simple-cards,
  .member-value-head,
  .member-value-flow,
  .member-flow-guide {
    grid-template-columns: 1fr;
  }

  .member-flow-arrow {
    transform: rotate(90deg);
  }

  .member-flow-guide span:not(:last-child)::after {
    right: auto;
    bottom: -28px;
    transform: none;
  }

  .about-story.reverse figure {
    order: 0;
  }

  .menu-essay-media,
  .menu-steps-media,
  .home-memory .image-frame,
  .home-order .image-frame {
    order: -1;
  }

  .menu-steps div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  .brand-mark {
    font-size: 19px;
  }

  .header-actions {
    margin-left: auto;
  }

  .line-action {
    display: none;
  }

  .nav {
    gap: 12px;
    font-size: 13px;
  }

  .hero-copy,
  .page-hero-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .form-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: 300px;
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .footer-minimal p {
    font-size: clamp(18px, 5vw, 20px);
  }

  .footer-social {
    margin-top: 28px;
  }
}
