:root {
  --red: #e60012;
  --red-deep: #8f1218;
  --gold: #bf8732;
  --gold-soft: rgba(191, 135, 50, 0.16);
  --jade: #0b7e72;
  --jade-soft: rgba(11, 126, 114, 0.08);
  --wood: #6d3b20;
  --ink: #232323;
  --muted: #6f6f6f;
  --line: #eeeeee;
  --paper: #ffffff;
  --shadow: 0 28px 70px rgba(86, 31, 20, 0.14);
  --header: 96px;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 350px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfffd 34%, #fff9f7 68%, #ffffff 100%),
    #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  display: grid;
  grid-template-columns: 210px 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 0 48px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(191, 135, 50, 0.13);
  box-shadow: 0 12px 34px rgba(92, 42, 20, 0.045);
  transition: height 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

body.is-scrolled .site-header {
  height: 78px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 16px 40px rgba(92, 42, 20, 0.09);
}

.brand-mark {
  display: flex;
  align-items: center;
  width: 176px;
  transition: width 0.35s ease;
}

body.is-scrolled .brand-mark {
  width: 148px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3.4vw, 68px);
  color: #242424;
  font-size: 16px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  width: 24px;
}

.locale-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #777777;
  font-size: 14px;
}

.locale-bar button {
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: #777777;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.locale-bar button.active {
  color: var(--red);
  background: rgba(230, 0, 18, 0.06);
}

.menu-button,
.mobile-menu {
  display: none;
}

.quick-rail {
  position: fixed;
  right: 34px;
  top: 50%;
  z-index: 40;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(191, 135, 50, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 52px rgba(79, 35, 20, 0.11);
  transform: translateY(-50%);
}

.quick-rail:hover {
  background: rgba(255, 255, 255, 0.95);
}

.quick-rail a,
.quick-rail button {
  width: 64px;
  min-height: 64px;
  border: 0;
  border-bottom: 1px solid rgba(191, 135, 50, 0.16);
  display: grid;
  place-items: center;
  color: #7a4a2d;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.quick-rail button {
  border-bottom: 0;
}

.quick-rail a:hover,
.quick-rail button:hover {
  color: var(--red);
  background: rgba(230, 0, 18, 0.045);
}

.page-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(122deg, rgba(255, 255, 255, 0.95) 0 36%, rgba(247, 255, 252, 0.84) 36% 62%, rgba(255, 248, 246, 0.9) 62% 100%),
    repeating-linear-gradient(135deg, rgba(191, 135, 50, 0.045) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(45deg, rgba(11, 126, 114, 0.028) 0 1px, transparent 1px 76px),
    #ffffff;
}

.scroll-scene {
  --scene-sweep: -120%;
  --scene-media-y: 26px;
  --scene-media-scale: 0.985;
  --scene-depth-y: 42px;
  --scene-progress: 0;
  contain: paint;
  scroll-margin-top: var(--header);
}

.scroll-scene > * {
  position: relative;
  z-index: 2;
}

.scroll-scene::after {
  content: "";
  position: absolute;
  inset: 0 -18vw;
  z-index: 1;
  pointer-events: none;
  display: none;
}

.scroll-scene.is-current::after {
  display: none;
}

body[data-page="home"] .scroll-scene .section-heading,
body[data-page="home"] .scroll-scene .story-emblem,
body[data-page="home"] .scroll-scene .story-media,
body[data-page="home"] .scroll-scene .story-points,
body[data-page="home"] .scroll-scene .brand-card,
body[data-page="home"] .scroll-scene .occasion-copy,
body[data-page="home"] .scroll-scene .occasion-list,
body[data-page="home"] .scroll-scene .cta-panel {
  opacity: 0;
  transform: translate3d(-132px, 0, 0) scale(0.975);
  will-change: transform, opacity;
  transition:
    transform 0.92s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease;
}

body[data-page="home"] .scroll-scene.is-current .section-heading,
body[data-page="home"] .scroll-scene.is-current .story-emblem,
body[data-page="home"] .scroll-scene.is-current .story-media,
body[data-page="home"] .scroll-scene.is-current .story-points,
body[data-page="home"] .scroll-scene.is-current .brand-card,
body[data-page="home"] .scroll-scene.is-current .occasion-copy,
body[data-page="home"] .scroll-scene.is-current .occasion-list,
body[data-page="home"] .scroll-scene.is-current .cta-panel {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

body[data-page="home"] .scroll-scene.is-before .section-heading,
body[data-page="home"] .scroll-scene.is-before .story-emblem,
body[data-page="home"] .scroll-scene.is-before .story-media,
body[data-page="home"] .scroll-scene.is-before .story-points,
body[data-page="home"] .scroll-scene.is-before .brand-card,
body[data-page="home"] .scroll-scene.is-before .occasion-copy,
body[data-page="home"] .scroll-scene.is-before .occasion-list,
body[data-page="home"] .scroll-scene.is-before .cta-panel {
  transform: translate3d(132px, 0, 0) scale(0.975);
  opacity: 0;
  transition-delay: 0s;
}

body[data-page="home"] .scroll-scene.is-after .section-heading,
body[data-page="home"] .scroll-scene.is-after .story-emblem,
body[data-page="home"] .scroll-scene.is-after .story-media,
body[data-page="home"] .scroll-scene.is-after .story-points,
body[data-page="home"] .scroll-scene.is-after .brand-card,
body[data-page="home"] .scroll-scene.is-after .occasion-copy,
body[data-page="home"] .scroll-scene.is-after .occasion-list,
body[data-page="home"] .scroll-scene.is-after .cta-panel {
  transform: translate3d(-132px, 0, 0) scale(0.975);
  opacity: 0;
  transition-delay: 0s;
}

body[data-page="home"] .scroll-scene.is-current .story-emblem,
body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(1),
body[data-page="home"] .scroll-scene.is-current .occasion-list {
  transition-delay: 0.06s;
}

body[data-page="home"] .scroll-scene.is-current .story-media,
body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(2) {
  transition-delay: 0.14s;
}

body[data-page="home"] .scroll-scene.is-current .story-points,
body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(3) {
  transition-delay: 0.22s;
}

.page-band::before {
  content: "";
  position: absolute;
  inset: var(--header) 0 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(135deg, transparent 0 22px, rgba(11, 126, 114, 0.16) 22px 24px, transparent 24px 48px),
    linear-gradient(45deg, transparent 0 22px, rgba(191, 135, 50, 0.2) 22px 24px, transparent 24px 48px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, #000 0, transparent 32%, transparent 66%, #000 100%);
}

.tile-field {
  position: absolute;
  inset: var(--header) 0 0;
  pointer-events: none;
  opacity: 0.55;
  transform: translate3d(0, var(--hero-tiles-y, 0px), 0);
  transition: transform 0.18s linear;
}

.tile {
  position: absolute;
  border-radius: 8px;
}

.tile-one {
  left: 7vw;
  top: 15%;
  width: 134px;
  height: 420px;
  background: linear-gradient(180deg, rgba(230, 0, 18, 0.105), transparent);
  transform: rotate(-5deg);
}

.tile-two {
  right: 7vw;
  top: 18%;
  width: 310px;
  height: 310px;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(11, 126, 114, 0.14) 14px 15px, transparent 15px 30px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(191, 135, 50, 0.14));
  animation-delay: -2.2s;
}

.tile-three {
  left: 20vw;
  bottom: 9%;
  width: 740px;
  height: 88px;
  background:
    repeating-linear-gradient(90deg, rgba(109, 59, 32, 0.1) 0 2px, rgba(191, 135, 50, 0.08) 2px 28px),
    linear-gradient(90deg, rgba(109, 59, 32, 0.06), rgba(230, 0, 18, 0.03));
  animation-delay: -4.4s;
}

body[data-page="home"] .tile-three {
  display: none;
}

body[data-page="home"] .tile-two {
  display: none;
}

.hero-orbits {
  --orbit-shift: var(--hero-orbit-y, 0px);
  --orbit-scale: var(--hero-orbit-scale, 1);
  position: absolute;
  left: 55%;
  top: calc(var(--header) + 34px);
  z-index: 1;
  width: min(86vw, 1120px);
  aspect-ratio: 1 / 0.72;
  pointer-events: none;
  transform: translateX(-50%) translate3d(0, var(--orbit-shift), 0) scale(var(--orbit-scale));
  transform-origin: center;
  transition: transform 0.18s linear;
}

.hero-orbits span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(191, 135, 50, 0.34);
  border-radius: 50%;
  opacity: 0.72;
  transform: rotate(-14deg);
}

.hero-orbits span:nth-child(2) {
  inset: 8% 12%;
  border-color: rgba(230, 0, 18, 0.18);
  opacity: 0.58;
  transform: rotate(9deg);
}

.hero-orbits span:nth-child(3) {
  inset: 18% 25%;
  border-color: rgba(11, 126, 114, 0.2);
  opacity: 0.42;
  transform: rotate(-3deg);
}

.hero {
  --hero-plaque-y: 0px;
  --hero-copy-y: 0px;
  --hero-copy-opacity: 1;
  --hero-feast-y: 0px;
  --hero-feast-scale: 1;
  --hero-tiles-y: 0px;
  --hero-orbit-y: 0px;
  --hero-orbit-scale: 1;
  min-height: 100svh;
  padding: calc(var(--header) + 50px) 7vw 70px;
}

.hero-plaque {
  position: absolute;
  left: 8vw;
  top: calc(var(--header) + 78px);
  z-index: 3;
  width: clamp(172px, 14vw, 220px);
  min-height: 420px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 36px 24px;
  border: 1px solid rgba(246, 214, 129, 0.68);
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), transparent 22%),
    linear-gradient(145deg, #97131a 0%, #e60012 54%, #7b1117 100%);
  box-shadow: 0 30px 70px rgba(94, 27, 20, 0.24);
  transform: translate3d(0, var(--hero-plaque-y), 0);
  transition: transform 0.18s linear;
  animation: plaqueEnter 0.95s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-plaque::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(246, 214, 129, 0.55);
  border-radius: 6px;
}

.hero-plaque::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-image: repeating-linear-gradient(135deg, transparent 0 16px, rgba(255, 255, 255, 0.08) 16px 17px, transparent 17px 33px);
}

.hero-plaque span,
.hero-plaque strong,
.hero-plaque small {
  position: relative;
  z-index: 1;
}

.hero-plaque span {
  color: #f6d681;
  font-size: clamp(48px, 4.8vw, 82px);
  line-height: 0.95;
  font-weight: 800;
}

.hero-plaque strong {
  max-width: 128px;
  font-size: clamp(26px, 2.5vw, 42px);
  line-height: 1.18;
  font-weight: 700;
}

.hero-plaque small {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  position: relative;
  z-index: 4;
  margin-left: auto;
  max-width: 520px;
  padding-top: 46px;
  text-align: right;
  opacity: var(--hero-copy-opacity);
  transform: translate3d(0, var(--hero-copy-y), 0);
  transition: opacity 0.18s linear, transform 0.18s linear;
  animation: copyEnter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

.hero-copy h1 {
  margin: 0;
  color: var(--gold);
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 470px;
  margin: 18px 0 0 auto;
  color: #6a604d;
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 26px;
}

.primary-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  font-size: 14px;
  font-weight: 700;
}

.primary-link {
  min-width: 152px;
  padding: 0 22px;
  border: 1px solid rgba(230, 0, 18, 0.28);
  border-radius: 999px;
  color: var(--red);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(230, 0, 18, 0.08);
}

.primary-link:hover {
  color: #ffffff;
  background: var(--red);
}

.primary-link.light {
  border-color: rgba(255, 255, 255, 0.48);
  color: #8c161d;
  background: #ffffff;
}

.text-link {
  color: var(--red);
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
}

.hero-feast-wrap {
  position: absolute;
  left: 58%;
  bottom: 34px;
  z-index: 2;
  width: min(64vw, 930px);
  --reveal-y: 0px;
  transform: translateX(-50%) translate3d(0, calc(var(--hero-feast-y) + var(--reveal-y)), 0) scale(var(--hero-feast-scale));
  transform-origin: center bottom;
  pointer-events: none;
  transition: transform 0.18s linear;
  animation: feastEnter 1.08s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

.hero-feast-wrap::after {
  content: "";
  position: absolute;
  left: 9%;
  right: 8%;
  bottom: 4%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(75, 36, 18, 0.18), transparent 70%);
  z-index: 0;
}

.hero-feast {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  border: 0;
  color: #6c5d52;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 18px;
  height: 18px;
  border-right: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
  transform: rotate(45deg);
  animation: cuePulse 1.7s ease-in-out infinite;
}

body[data-page="home"] .scroll-scene.is-current .section-heading h2,
body[data-page="home"] .scroll-scene.is-current .occasion-copy h2,
body[data-page="home"] .scroll-scene.is-current .cta-panel h2 {
  animation: headlineSlide 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-page="home"] .scroll-scene.is-current .section-heading p,
body[data-page="home"] .scroll-scene.is-current .occasion-copy p,
body[data-page="home"] .scroll-scene.is-current .cta-panel p {
  animation: copySlide 0.78s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}

body[data-page="home"] .scroll-scene.is-current .story-media,
body[data-page="home"] .scroll-scene.is-current .brand-card,
body[data-page="home"] .scroll-scene.is-current .occasion-list span {
  animation: objectPop 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(2),
body[data-page="home"] .scroll-scene.is-current .occasion-list span:nth-child(2) {
  animation-delay: 0.08s;
}

body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(3),
body[data-page="home"] .scroll-scene.is-current .occasion-list span:nth-child(3) {
  animation-delay: 0.16s;
}

body[data-page="home"] .scroll-scene.is-current .occasion-list span:nth-child(4) {
  animation-delay: 0.24s;
}

.section-wrap {
  position: relative;
  padding: 112px 8vw;
  overflow: hidden;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 46px;
}

.section-heading span,
.sub-hero-copy span,
.occasion-copy span,
.culture-copy span,
.inquiry-copy span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2,
.occasion-copy h2,
.culture-copy h2,
.inquiry-copy h2 {
  margin: 0;
  color: #252525;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.18;
}

.section-heading p,
.occasion-copy p,
.culture-copy p,
.inquiry-copy p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.home-story {
  --story-mark-y: 30px;
  --story-mark-scale: 0.96;
  --story-mark-opacity: 0.1;
  background:
    radial-gradient(circle at 25% 54%, rgba(230, 0, 18, 0.055), transparent 0 28%, transparent 46%),
    linear-gradient(180deg, rgba(11, 126, 114, 0.045), transparent 34%),
    #ffffff;
}

.story-emblem {
  position: absolute;
  left: 7vw;
  top: 50%;
  z-index: 0;
  width: clamp(310px, 35vw, 560px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background:
    radial-gradient(circle at 58% 36%, rgba(255, 255, 255, 0.5), transparent 0 9%, transparent 10%),
    linear-gradient(140deg, rgba(230, 0, 18, 0.16), rgba(191, 135, 50, 0.14));
  opacity: var(--story-mark-opacity);
  transform: translate3d(-12%, calc(-50% + var(--story-mark-y)), 0) scale(var(--story-mark-scale));
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.story-emblem::before,
.story-emblem::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(230, 0, 18, 0.16);
}

.story-emblem::before {
  inset: -34%;
}

.story-emblem::after {
  inset: -68%;
  border-color: rgba(191, 135, 50, 0.16);
}

.story-emblem span,
.story-emblem strong {
  position: absolute;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 300;
  letter-spacing: 0;
}

.story-emblem span {
  top: 32%;
  font-size: clamp(60px, 9vw, 138px);
}

.story-emblem strong {
  top: 56%;
  font-size: clamp(44px, 7vw, 108px);
}

.home-story.is-current {
  --story-mark-y: 0px;
  --story-mark-scale: 1;
  --story-mark-opacity: 1;
}

body[data-page="home"] .home-story,
body[data-page="home"] .brand-preview,
body[data-page="home"] .occasion-band,
body[data-page="home"] .home-cta {
  min-height: 100svh;
}

body[data-page="home"] .home-story,
body[data-page="home"] .brand-preview,
body[data-page="home"] .occasion-band,
body[data-page="home"] .home-cta,
.sub-hero,
.culture-band,
.inquiry-section {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.98) 0 28%, rgba(247, 255, 252, 0.74) 28% 58%, rgba(255, 248, 246, 0.82) 58% 100%),
    repeating-linear-gradient(135deg, rgba(191, 135, 50, 0.04) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(45deg, rgba(11, 126, 114, 0.025) 0 1px, transparent 1px 88px),
    #ffffff;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(360px, 0.68fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.story-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(230, 0, 18, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.story-media::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 36px;
  width: 36px;
  height: calc(100% - 72px);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--red), #a7131b);
  z-index: 2;
}

.story-media img,
.story-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}

.story-video {
  background: #111111;
}

.story-points {
  display: grid;
  gap: 26px;
}

.story-points article {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 22px;
  align-items: start;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(191, 135, 50, 0.16);
  opacity: 0;
  transform: translate3d(38px, 0, 0);
  transition: opacity 0.7s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-points article:last-child {
  border-bottom: 0;
}

.story-points.is-visible article {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.story-points.is-visible article:nth-child(2) {
  transition-delay: 0.12s;
}

.story-points.is-visible article:nth-child(3) {
  transition-delay: 0.24s;
}

.story-points small,
.showcase-row small,
.info-card small {
  color: var(--red);
  font-size: 15px;
  font-weight: 800;
}

.story-points h3,
.info-card h3 {
  margin: 0 0 8px;
  color: #262626;
  font-size: 24px;
  line-height: 1.25;
}

.story-points h3,
.story-points p {
  grid-column: 2;
}

.story-points p,
.info-card p,
.showcase-row p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.brand-preview {
  --brand-ring-y: 38px;
}

.brand-preview::before,
.occasion-band::before,
.home-cta::before {
  content: "";
  position: absolute;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  right: -9vw;
  top: 10%;
  z-index: 0;
  border: 1px solid rgba(230, 0, 18, 0.13);
  border-radius: 50%;
  opacity: 0.42;
  transform: translate3d(0, var(--brand-ring-y, 32px), 0);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.brand-preview.is-current,
.occasion-band.is-current,
.home-cta.is-current {
  --brand-ring-y: 0px;
}

.brand-grid,
.job-grid,
.type-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.brand-card,
.info-card {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(191, 135, 50, 0.15);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(86, 31, 20, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.brand-card {
  padding: 10px 10px 24px;
}

.brand-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(86, 31, 20, 0.13);
}

body[data-page="home"] .brand-card {
  translate: 0 0;
  transition:
    transform 0.92s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease,
    box-shadow 0.32s ease;
}

body[data-page="home"] .scroll-scene.is-current .brand-card {
  translate: 0 0;
}

body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(2) {
  transition-delay: 0.14s, 0.14s, 0s;
}

body[data-page="home"] .scroll-scene.is-current .brand-card:nth-child(3) {
  transition-delay: 0.22s, 0.22s, 0s;
}

.brand-card img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: cover;
  border-radius: 6px;
}

.brand-card strong,
.brand-card span {
  margin-inline: 14px;
}

.brand-card strong {
  color: #262626;
  font-size: 22px;
  line-height: 1.25;
}

.brand-card span {
  color: var(--muted);
  font-size: 15px;
}

.occasion-band {
  display: grid;
  grid-template-columns: minmax(460px, 0.9fr) minmax(560px, 1.05fr);
  gap: clamp(36px, 4.5vw, 72px);
  align-items: center;
}

.occasion-copy {
  max-width: 760px;
}

.occasion-copy h2 {
  font-size: clamp(40px, 3.55vw, 64px);
  line-height: 1.14;
  text-wrap: balance;
}

.occasion-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.occasion-list span {
  display: grid;
  gap: 12px;
  min-height: 148px;
  align-content: center;
  padding: 26px 28px;
  border: 1px solid rgba(191, 135, 50, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.92)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(86, 31, 20, 0.07);
  opacity: 0;
  transform: translate3d(-34px, 0, 0) scale(0.97);
  transition: opacity 0.7s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

.occasion-list.is-visible span {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.occasion-list.is-visible span:nth-child(2) {
  transition-delay: 0.1s;
}

.occasion-list.is-visible span:nth-child(3) {
  transition-delay: 0.2s;
}

.occasion-list.is-visible span:nth-child(4) {
  transition-delay: 0.3s;
}

.occasion-list small {
  color: var(--muted);
  font-size: 14px;
}

.occasion-list strong {
  color: var(--red);
  max-width: 100%;
  font-size: clamp(30px, 2.05vw, 42px);
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 1320px) {
  .occasion-band {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .occasion-copy {
    max-width: 840px;
  }

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

.home-cta {
  padding-top: 80px;
}

.menu-page {
  min-height: 100svh;
}

.menu-hero {
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: 34px;
  padding: calc(var(--header) + 56px) 7vw 54px 126px;
}

.menu-categories {
  position: absolute;
  left: 34px;
  top: calc(var(--header) + 96px);
  z-index: 6;
  display: grid;
  gap: 20px;
}

.menu-categories button {
  position: relative;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(191, 135, 50, 0.15);
  border-radius: 50%;
  color: #6d4b39;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(86, 31, 20, 0.12);
  cursor: pointer;
  transition: transform 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.menu-categories button:hover,
.menu-categories button.active {
  color: var(--red);
  border-color: rgba(230, 0, 18, 0.28);
  transform: translateX(8px);
}

.menu-categories button::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: inherit;
  border: 1px solid rgba(230, 0, 18, 0.08);
}

.menu-categories span {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 800;
}

.menu-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1.1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(44px, 6vw, 104px);
  isolation: isolate;
}

.menu-dish-stage {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.menu-dish-stage::before,
.menu-dish-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.menu-dish-stage::before {
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(191, 135, 50, 0.18);
  transform: rotate(-12deg);
}

.menu-dish-stage::after {
  width: min(42vw, 560px);
  height: 78px;
  bottom: 42px;
  background: radial-gradient(ellipse at center, rgba(82, 39, 20, 0.16), transparent 72%);
}

.menu-dish-stage img {
  position: relative;
  z-index: 2;
  width: min(54vw, 720px);
  max-height: 500px;
  object-fit: contain;
  transform-origin: center;
  transition: opacity 0.48s ease, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1), filter 0.48s ease;
  will-change: opacity, transform, filter;
}

.menu-copy {
  display: grid;
  justify-items: start;
  gap: 18px;
  padding-right: 96px;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.48s ease, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1), filter 0.48s ease;
  will-change: opacity, transform, filter;
}

.menu-copy > span {
  color: #8f806c;
  font-size: 20px;
  font-weight: 800;
}

.menu-copy h1 {
  margin: 0;
  color: #252525;
  font-size: clamp(46px, 4.6vw, 82px);
  line-height: 1.05;
}

.menu-copy p {
  max-width: 620px;
  margin: 0;
  color: #666666;
  font-size: 19px;
  line-height: 1.85;
}

.menu-meta {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 10px;
  color: var(--red);
}

.menu-meta strong {
  font-size: 30px;
  line-height: 1;
}

.menu-meta span {
  color: #555555;
  font-size: 20px;
}

.menu-cycle {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(230, 0, 18, 0.18);
  border-radius: 50%;
  color: var(--red);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(86, 31, 20, 0.13);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, color 0.28s ease;
}

.menu-cycle:hover {
  color: #ffffff;
  border-color: var(--red);
  background: var(--red);
  transform: translateY(-50%) scale(1.06);
}

.menu-cycle:disabled {
  cursor: default;
  opacity: 0.5;
  transform: translateY(-50%);
}

.menu-cycle span {
  margin-top: -2px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.menu-cycle--prev {
  left: clamp(24px, 4vw, 62px);
}

.menu-cycle--next {
  right: clamp(20px, 2vw, 34px);
}

.menu-dish-stage img.menu-slide-out-next,
.menu-copy.menu-slide-out-next {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(108px, 0, 0) scale(0.96);
}

.menu-dish-stage img.menu-slide-in-next,
.menu-copy.menu-slide-in-next {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(-108px, 0, 0) scale(0.97);
}

.menu-dish-stage img.menu-slide-out-prev,
.menu-copy.menu-slide-out-prev {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(-108px, 0, 0) scale(0.96);
}

.menu-dish-stage img.menu-slide-in-prev,
.menu-copy.menu-slide-in-prev {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(108px, 0, 0) scale(0.97);
}

.cta-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 64px 34px;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), transparent 30%),
    linear-gradient(135deg, #9d1219 0%, #e60012 58%, #7d1118 100%);
  box-shadow: 0 30px 80px rgba(98, 22, 18, 0.24);
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.15;
}

.cta-panel p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.85;
}

.sub-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 0.88fr);
  gap: clamp(38px, 6vw, 96px);
  align-items: center;
  padding: calc(var(--header) + 72px) 8vw 86px;
}

.sub-hero-copy,
.sub-hero-media {
  position: relative;
  z-index: 2;
}

.sub-hero-copy h1 {
  margin: 0;
  color: var(--red);
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.06;
}

.sub-hero-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #5f5f5f;
  font-size: 18px;
  line-height: 1.9;
}

.sub-hero-media {
  padding: 10px;
  border: 1px solid rgba(191, 135, 50, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.sub-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
}

.brand-showcases {
  display: grid;
  gap: 90px;
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(300px, 0.72fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
}

.showcase-row.reverse {
  grid-template-columns: minmax(300px, 0.72fr) minmax(360px, 0.9fr);
}

.showcase-row.reverse img {
  order: 2;
}

.showcase-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.showcase-row h2 {
  margin: 10px 0 18px;
  color: #262626;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.14;
}

.showcase-row .text-link {
  margin-top: 22px;
}

.gallery-strip {
  background:
    linear-gradient(90deg, rgba(230, 0, 18, 0.04), transparent 40% 64%, rgba(11, 126, 114, 0.045)),
    #ffffff;
}

.strip-images {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr 1.05fr;
  gap: 18px;
}

.strip-images img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(86, 31, 20, 0.09);
}

.info-card {
  align-content: start;
  padding: 30px;
}

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

.culture-band,
.inquiry-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(109, 59, 32, 0.032) 38px 39px),
    linear-gradient(90deg, rgba(11, 126, 114, 0.055), #ffffff 36% 76%, rgba(230, 0, 18, 0.035));
}

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

.culture-list span {
  min-height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(191, 135, 50, 0.16);
  border-radius: 8px;
  color: #7b4a2b;
  background: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.inquiry-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(191, 135, 50, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 9px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(191, 135, 50, 0.2);
  border-radius: 8px;
  padding: 0 14px;
  color: #2b2b2b;
  background: #fffdfb;
  outline: none;
}

.inquiry-form textarea {
  min-height: 126px;
  padding-top: 13px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: rgba(230, 0, 18, 0.45);
  box-shadow: 0 0 0 4px rgba(230, 0, 18, 0.06);
}

.inquiry-form .primary-link {
  width: fit-content;
  border-color: var(--red);
  cursor: pointer;
}

.reveal {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translate3d(0, 54px, 0) scale(0.97);
  transition:
    opacity 0.76s ease var(--reveal-delay),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.brand-grid .reveal:nth-child(1),
.job-grid .reveal:nth-child(1),
.type-grid .reveal:nth-child(1) {
  --reveal-delay: 0.06s;
}

.brand-grid .reveal:nth-child(2),
.job-grid .reveal:nth-child(2),
.type-grid .reveal:nth-child(2) {
  --reveal-delay: 0.18s;
}

.brand-grid .reveal:nth-child(3),
.job-grid .reveal:nth-child(3),
.type-grid .reveal:nth-child(3) {
  --reveal-delay: 0.3s;
}

.job-grid .reveal:nth-child(4),
.type-grid .reveal:nth-child(4) {
  --reveal-delay: 0.42s;
}

.hero-copy.reveal {
  transform: translate3d(0, calc(var(--hero-copy-y) + 42px), 0) scale(0.98);
}

.hero-copy.reveal.is-visible {
  opacity: var(--hero-copy-opacity);
  transform: translate3d(0, var(--hero-copy-y), 0) scale(1);
}

.hero-feast-wrap.reveal {
  --reveal-y: 42px;
  opacity: 0;
  transform: translateX(-50%) translate3d(0, calc(var(--hero-feast-y) + var(--reveal-y)), 0) scale(var(--hero-feast-scale));
}

.hero-feast-wrap.reveal.is-visible {
  --reveal-y: 0px;
  opacity: 1;
  transform: translateX(-50%) translate3d(0, calc(var(--hero-feast-y) + var(--reveal-y)), 0) scale(var(--hero-feast-scale));
}

body[data-page="home"] .hero.is-before .hero-plaque {
  animation: none;
  opacity: 0;
  transform: translate3d(136px, var(--hero-plaque-y), 0) scale(0.975);
  transition:
    transform 0.86s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.44s ease;
}

body[data-page="home"] .hero.is-before .hero-copy,
body[data-page="home"] .hero.is-before .hero-copy.reveal.is-visible {
  animation: none;
  opacity: 0;
  transform: translate3d(136px, var(--hero-copy-y), 0) scale(0.975);
  transition:
    transform 0.86s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.44s ease;
}

body[data-page="home"] .hero.is-before .hero-feast-wrap,
body[data-page="home"] .hero.is-before .hero-feast-wrap.reveal.is-visible {
  animation: none;
  opacity: 0;
  transform: translateX(-50%) translate3d(136px, var(--hero-feast-y), 0) scale(calc(var(--hero-feast-scale) * 0.975));
  transition:
    transform 0.86s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.44s ease;
}

.story-media.reveal.is-visible {
  transform: translate3d(0, var(--scene-media-y), 0) scale(var(--scene-media-scale));
}

.scroll-scene.is-current .story-media.reveal.is-visible {
  --scene-media-y: 0px;
  --scene-media-scale: 1;
}

@keyframes tileDrift {
  0%,
  100% {
    translate: 0 0;
    opacity: 0.62;
  }

  50% {
    translate: 0 -14px;
    opacity: 0.36;
  }
}

@keyframes feastFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.01);
  }
}

@keyframes cuePulse {
  0%,
  100% {
    opacity: 0.38;
    translate: 0 0;
  }

  50% {
    opacity: 1;
    translate: 0 7px;
  }
}

@keyframes plaqueEnter {
  0% {
    opacity: 0;
    transform: translate3d(-54px, var(--hero-plaque-y), 0) scale(0.92);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, var(--hero-plaque-y), 0) scale(1);
  }
}

@keyframes copyEnter {
  0% {
    opacity: 0;
    transform: translate3d(-64px, calc(var(--hero-copy-y) + 20px), 0) scale(0.96);
  }

  100% {
    opacity: var(--hero-copy-opacity);
    transform: translate3d(0, var(--hero-copy-y), 0) scale(1);
  }
}

@keyframes feastEnter {
  0% {
    opacity: 0;
    transform: translateX(-50%) translate3d(-64px, calc(var(--hero-feast-y) + 46px), 0) scale(calc(var(--hero-feast-scale) * 0.92));
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translate3d(0, var(--hero-feast-y), 0) scale(var(--hero-feast-scale));
  }
}

@keyframes headlineSlide {
  0% {
    opacity: 0;
    transform: translate3d(-62px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes copySlide {
  0% {
    opacity: 0;
    transform: translate3d(-48px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes objectPop {
  0% {
    opacity: 0;
    transform: translate3d(-72px, 0, 0) scale(0.96);
  }

  70% {
    opacity: 1;
    transform: translate3d(8px, 0, 0) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 180px 1fr auto auto;
    padding-inline: 28px;
  }

  .site-nav {
    gap: 32px;
  }

  .hero-plaque {
    left: 5vw;
    width: 160px;
    min-height: 360px;
  }

  .hero-copy {
    max-width: 500px;
  }

  .hero-feast-wrap {
    width: min(86vw, 980px);
  }

  .menu-hero {
    padding-left: 112px;
  }

  .menu-showcase {
    grid-template-columns: minmax(460px, 1fr) minmax(340px, 0.74fr);
    gap: 40px;
  }

  .menu-dish-stage img {
    width: min(55vw, 620px);
  }

  .menu-cycle {
    width: 52px;
    height: 52px;
  }

  .menu-cycle--prev {
    left: 18px;
  }

  .menu-cycle--next {
    right: 10px;
  }

  .menu-copy {
    padding-right: 72px;
  }
}

@media (max-width: 900px) {
  :root {
    --header: 58px;
  }

  .site-header {
    grid-template-columns: 96px 1fr 34px;
    gap: 10px;
    padding: 0 12px;
  }

  body.is-scrolled .site-header {
    height: var(--header);
  }

  .brand-mark {
    width: 96px;
  }

  body.is-scrolled .brand-mark {
    width: 96px;
  }

  .site-nav {
    display: none;
  }

  .locale-bar {
    justify-content: center;
    gap: 8px;
    font-size: 13px;
  }

  .menu-button {
    display: grid;
    justify-self: end;
    width: 32px;
    height: 32px;
    padding: 4px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 28px;
    height: 4px;
    border-radius: 999px;
    background: var(--red);
  }

  .mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header);
    z-index: 49;
    display: grid;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(230, 0, 18, 0.2);
    background: #ffffff;
    transition: max-height 0.32s ease;
  }

  .mobile-menu.is-open {
    max-height: 280px;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 20px;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-menu a.active {
    color: var(--red);
  }

  .mobile-menu a::after {
    content: "+";
    color: var(--red);
    font-size: 18px;
  }

  .quick-rail {
    display: none;
  }

  .page-band::before {
    opacity: 0.1;
  }

  .tile-one {
    left: 4vw;
    top: 70px;
    width: 48px;
    height: 190px;
  }

  .tile-two {
    right: -70px;
    top: 82px;
    width: 180px;
    height: 180px;
  }

  .tile-three {
    left: 14vw;
    bottom: 30px;
    width: 260px;
    height: 42px;
  }

  .hero-orbits,
  .story-emblem,
  .brand-preview::before,
  .occasion-band::before,
  .home-cta::before {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header) + 34px) 18px 78px;
  }

  .hero-plaque {
    position: relative;
    left: auto;
    top: auto;
    width: 150px;
    min-height: 212px;
    margin: 0 auto 24px;
    padding: 24px 16px;
    gap: 10px;
    animation: none;
  }

  .hero-plaque::before {
    inset: 10px;
  }

  .hero-plaque span {
    font-size: 42px;
  }

  .hero-plaque strong {
    max-width: 96px;
    font-size: 22px;
  }

  .hero-plaque small {
    max-width: 110px;
    font-size: 9px;
  }

  .hero-copy {
    max-width: none;
    padding-top: 0;
    text-align: center;
    animation: none;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .hero-copy p {
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
  }

  .primary-link {
    min-width: 132px;
    min-height: 40px;
    padding-inline: 18px;
  }

  .hero-feast-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    width: 112%;
    margin: 14px 0 0 -6%;
    animation: none;
    transform: none !important;
  }

  .hero-feast-wrap.reveal,
  .hero-feast-wrap.reveal.is-visible {
    opacity: 1;
    transform: none !important;
  }

  .scroll-cue {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 10px auto 0;
    transform: none;
  }

  .menu-hero {
    min-height: auto;
    padding: calc(var(--header) + 44px) 21px 58px;
  }

  .menu-categories {
    position: relative;
    left: auto;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .menu-categories button {
    width: 100%;
    height: 58px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(86, 31, 20, 0.09);
  }

  .menu-categories button:hover,
  .menu-categories button.active {
    transform: translateY(-2px);
  }

  .menu-categories button::before {
    inset: 7px;
  }

  .menu-showcase {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .menu-cycle {
    top: 155px;
    width: 46px;
    height: 46px;
  }

  .menu-cycle span {
    font-size: 30px;
  }

  .menu-cycle--prev {
    left: 2px;
  }

  .menu-cycle--next {
    right: 2px;
  }

  .menu-dish-stage {
    min-height: 310px;
  }

  .menu-dish-stage::before {
    width: 100%;
  }

  .menu-dish-stage::after {
    width: 76%;
    bottom: 18px;
  }

  .menu-dish-stage img {
    width: 106%;
    max-height: 320px;
  }

  .menu-copy {
    justify-items: center;
    padding-right: 0;
    text-align: center;
  }

  .menu-copy > span {
    font-size: 15px;
  }

  .menu-copy h1 {
    font-size: 42px;
  }

  .menu-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .section-wrap {
    padding: 74px 21px;
  }

  body[data-page="home"] .scroll-scene .section-heading,
  body[data-page="home"] .scroll-scene .story-emblem,
  body[data-page="home"] .scroll-scene .story-media,
  body[data-page="home"] .scroll-scene .story-points,
  body[data-page="home"] .scroll-scene .brand-card,
  body[data-page="home"] .scroll-scene .occasion-copy,
  body[data-page="home"] .scroll-scene .occasion-list,
  body[data-page="home"] .scroll-scene .cta-panel,
  body[data-page="home"] .brand-card {
    translate: 0 0;
    transform: translate3d(-46px, 0, 0) scale(0.985);
    opacity: 1;
    filter: none;
  }

  body[data-page="home"] .scroll-scene.is-current .section-heading,
  body[data-page="home"] .scroll-scene.is-current .story-emblem,
  body[data-page="home"] .scroll-scene.is-current .story-media,
  body[data-page="home"] .scroll-scene.is-current .story-points,
  body[data-page="home"] .scroll-scene.is-current .brand-card,
  body[data-page="home"] .scroll-scene.is-current .occasion-copy,
  body[data-page="home"] .scroll-scene.is-current .occasion-list,
  body[data-page="home"] .scroll-scene.is-current .cta-panel {
    transform: none;
    opacity: 1;
  }

  body[data-page="home"] .scroll-scene.is-before .section-heading,
  body[data-page="home"] .scroll-scene.is-before .story-emblem,
  body[data-page="home"] .scroll-scene.is-before .story-media,
  body[data-page="home"] .scroll-scene.is-before .story-points,
  body[data-page="home"] .scroll-scene.is-before .brand-card,
  body[data-page="home"] .scroll-scene.is-before .occasion-copy,
  body[data-page="home"] .scroll-scene.is-before .occasion-list,
  body[data-page="home"] .scroll-scene.is-before .cta-panel {
    transform: translate3d(46px, 0, 0) scale(0.985);
    opacity: 0;
  }

  body[data-page="home"] .scroll-scene.is-after .section-heading,
  body[data-page="home"] .scroll-scene.is-after .story-emblem,
  body[data-page="home"] .scroll-scene.is-after .story-media,
  body[data-page="home"] .scroll-scene.is-after .story-points,
  body[data-page="home"] .scroll-scene.is-after .brand-card,
  body[data-page="home"] .scroll-scene.is-after .occasion-copy,
  body[data-page="home"] .scroll-scene.is-after .occasion-list,
  body[data-page="home"] .scroll-scene.is-after .cta-panel {
    transform: translate3d(-46px, 0, 0) scale(0.985);
    opacity: 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .occasion-copy h2,
  .culture-copy h2,
  .inquiry-copy h2 {
    font-size: 32px;
  }

  .section-heading p,
  .occasion-copy p,
  .culture-copy p,
  .inquiry-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .story-grid,
  .occasion-band,
  .sub-hero,
  .showcase-row,
  .showcase-row.reverse,
  .culture-band,
  .inquiry-section {
    grid-template-columns: 1fr;
  }

  .occasion-band {
    gap: 30px;
  }

  .showcase-row.reverse img {
    order: 0;
  }

  .story-media {
    padding: 0;
  }

  .story-media::before {
    display: none;
  }

  .story-media img {
    border-radius: 8px;
  }

  .story-points article {
    grid-template-columns: 38px 1fr;
    column-gap: 16px;
  }

  .brand-grid,
  .job-grid,
  .type-grid,
  .occasion-list,
  .culture-list {
    grid-template-columns: 1fr;
  }

  .brand-card strong {
    font-size: 20px;
  }

  .occasion-list span {
    min-height: 112px;
    padding: 22px;
  }

  .occasion-list strong {
    font-size: clamp(30px, 10vw, 40px);
    white-space: normal;
  }

  .sub-hero {
    min-height: auto;
    padding: calc(var(--header) + 56px) 21px 74px;
  }

  .sub-hero-copy h1 {
    font-size: 44px;
  }

  .sub-hero-copy p {
    font-size: 16px;
    line-height: 1.78;
  }

  .brand-showcases {
    gap: 58px;
  }

  .strip-images {
    grid-template-columns: 1fr;
  }

  .strip-images img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .info-card,
  .inquiry-form {
    padding: 24px;
  }

  .cta-panel {
    padding: 46px 22px;
  }

}

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