:root {
  --black: #070707;
  --black-soft: #101010;
  --red: #B91616;
  --deep-red: #3A0505;
  --gold: #C9A24A;
  --cream: #F6F0E6;
  --white: #FFFFFF;
  --ink: #17110D;
  --brown: #4E3424;
  --shadow-card: 0 20px 42px rgba(40, 22, 12, 0.16);
  --shadow-dark: 0 24px 60px rgba(0, 0, 0, 0.42);
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#top,
#menu,
#order,
#shop,
#company {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
  min-height: 82px;
  padding: 10px clamp(24px, 5vw, 64px);
  color: var(--white);
  background: rgba(7, 7, 7, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand span {
  display: grid;
  color: var(--white);
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.brand small {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.global-nav a {
  position: relative;
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.86);
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.global-nav a:hover,
.global-nav a.is-current {
  color: var(--white);
}

.global-nav a:hover::after,
.global-nav a.is-current::after {
  background: var(--red);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 28px;
  border-radius: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.header-cta {
  min-height: 48px;
  padding: 13px 22px;
  color: var(--white);
  background: linear-gradient(180deg, #D01B1B, var(--red));
  box-shadow: 0 14px 28px rgba(185, 22, 22, 0.3);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  color: var(--white);
  font-weight: 900;
  white-space: nowrap;
  border: 1px solid rgba(201, 162, 74, 0.7);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.header-cta::before,
.btn-red::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 12px 0 0 -2px currentColor;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.32);
}

.btn-red {
  color: var(--white);
  background: linear-gradient(180deg, #D51C1C, var(--red));
  box-shadow: 0 18px 38px rgba(185, 22, 22, 0.34);
}

.btn-gold {
  color: var(--white);
  background: rgba(7, 7, 7, 0.55);
  border: 1px solid var(--gold);
  box-shadow: inset 0 0 0 1px rgba(201, 162, 74, 0.15);
}

.btn-gold::after {
  content: ">";
  margin-left: 16px;
  color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: clamp(680px, 74vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  color: var(--white);
  background: var(--black);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 34%, rgba(201, 162, 74, 0.22), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(185, 22, 22, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.99) 0%, rgba(7, 7, 7, 0.93) 34%, rgba(7, 7, 7, 0.5) 59%, rgba(7, 7, 7, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 7, 7, 0.2), rgba(7, 7, 7, 0.08));
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 640px;
  padding: clamp(64px, 8vw, 96px) 0 clamp(64px, 8vw, 96px) clamp(28px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.order-copy h2,
.shop-copy h2,
.bottom-cta h2,
.footer-brand h2 {
  margin: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(48px, 4.25vw, 68px);
  line-height: 1.06;
  text-wrap: balance;
}

.hero h1 .h1-line {
  display: block;
}

.hero h1 .gold-word {
  color: var(--gold);
  display: inline-block;
  text-shadow: 0 0 28px rgba(201, 162, 74, 0.22);
}

.hero-lead {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 650;
}

.hero-proof {
  max-width: 620px;
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 2px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(201, 162, 74, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-proof p {
  margin: 0;
  color: rgba(246, 240, 230, 0.9);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 750;
  line-height: 1.85;
}

.hero-proof .hero-proof-title {
  margin-bottom: 5px;
  color: var(--gold);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 950;
  line-height: 1.5;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 32px;
}

.hero-info span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  position: relative;
  min-height: 54px;
  padding: 11px 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  border: 1px solid rgba(201, 162, 74, 0.34);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 26px rgba(0, 0, 0, 0.18);
}

.hero-info span::before {
  content: none;
}

.hero-info b {
  display: block;
  color: var(--gold);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-visual {
  position: relative;
  min-height: 100%;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-visual::before {
  background:
    radial-gradient(circle at 52% 37%, rgba(201, 162, 74, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.75), rgba(7, 7, 7, 0.04) 48%, rgba(7, 7, 7, 0.2));
}

.hero-visual::after {
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.42), transparent);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(680px, 74vh, 760px);
  object-fit: cover;
  object-position: 57% 44%;
  filter: contrast(1.12) saturate(1.13) brightness(1.14);
}

.section {
  padding: clamp(76px, 8vw, 112px) clamp(22px, 5vw, 72px);
}

.section-head {
  max-width: 1160px;
  margin: 0 auto 42px;
}

.section-head.centered {
  text-align: center;
}

.section-head h2,
.order-copy h2,
.shop-copy h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.18;
}

.section-head p:last-child,
.order-copy p,
.shop-copy p {
  margin: 14px 0 0;
  color: inherit;
  font-weight: 700;
}

.menu-section,
.promise-section {
  position: relative;
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 162, 74, 0.14), transparent 24%),
    linear-gradient(180deg, #FBF7EF, var(--cream));
}

.menu-section::before,
.promise-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(135deg, rgba(201, 162, 74, 0.08) 25%, transparent 25%),
    linear-gradient(225deg, rgba(201, 162, 74, 0.08) 25%, transparent 25%);
  background-size: 28px 28px;
}

.menu-section > *,
.promise-section > * {
  position: relative;
  z-index: 1;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.menu-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 100%;
  background: var(--white);
  border: 1px solid rgba(58, 5, 5, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08);
}

.menu-card:nth-child(1) img {
  object-position: 50% 48%;
}

.menu-card:nth-child(2) img,
.menu-card:nth-child(3) img {
  object-position: 50% 42%;
}

.menu-card:nth-child(4) img {
  object-position: 50% 50%;
}

.menu-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 22px 26px;
}

.menu-card h3 {
  margin: 0;
  color: var(--deep-red);
  font-size: 21px;
  line-height: 1.42;
}

.menu-card p {
  margin: 0;
  color: #574840;
  font-size: 14px;
  font-weight: 650;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 22, 22, 0.45), transparent 28%),
    linear-gradient(135deg, #2A0202, #5C0808);
  border-top: 1px solid rgba(201, 162, 74, 0.35);
  border-bottom: 1px solid rgba(201, 162, 74, 0.35);
}

.order-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
}

.order-points {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 28px;
}

.order-points span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px 9px 38px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 850;
  border: 1px solid rgba(201, 162, 74, 0.24);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.2);
}

.order-points span::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(201, 162, 74, 0.55);
}

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

.delivery-card {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  min-height: 136px;
  overflow: hidden;
  color: var(--ink);
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(201, 162, 74, 0.62);
  border-radius: 18px;
  box-shadow: var(--shadow-dark);
}

.delivery-card img {
  justify-self: center;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 70px;
  padding: 0;
  object-fit: contain;
}

.delivery-card span {
  display: block;
  padding: 12px 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  background: var(--black-soft);
}

.delivery-card span::after {
  content: ">";
  margin-left: 8px;
  color: var(--gold);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1160px;
  margin: 0 auto;
}

.promise-head {
  margin-bottom: 34px;
}

.promise-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}

.promise-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.promise-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(201, 162, 74, 0.18);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(40, 22, 12, 0.1);
}

.promise-card::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 74, 0.55), transparent);
}

.promise-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--gold);
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 22px;
  font-weight: 900;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 50%;
  background: rgba(201, 162, 74, 0.08);
}

.promise-card h3 {
  margin: 22px 0 10px;
  color: var(--deep-red);
  font-size: clamp(21px, 1.7vw, 24px);
  line-height: 1.35;
}

.promise-card p {
  margin: 0;
  color: #4C4038;
  font-weight: 650;
  line-height: 1.9;
}

.shop-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 1), rgba(7, 7, 7, 0.94)),
    var(--black);
}

.shop-copy h2 {
  color: var(--white);
}

.shop-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
}

.shop-copy h2 {
  position: relative;
  padding-top: 18px;
}

.shop-copy h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.shop-notes {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.shop-notes span {
  width: fit-content;
  max-width: 100%;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(201, 162, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.shop-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  grid-template-rows: 156px 250px;
  gap: 16px;
}

.shop-photo {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.42);
}

.shop-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.38));
}

.shop-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.06) saturate(1.06);
}

.shop-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 5px 10px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  border: 1px solid rgba(201, 162, 74, 0.42);
  border-radius: 999px;
  background: rgba(7, 7, 7, 0.62);
  backdrop-filter: blur(8px);
}

.shop-gallery-main {
  grid-row: 1 / -1;
}

.shop-gallery-main img {
  object-position: 50% 52% !important;
}

.shop-gallery-sign {
  height: 156px !important;
  background: #f8f6ef;
}

.shop-gallery-sign img {
  object-fit: contain !important;
  object-position: 50% 50% !important;
}

.shop-gallery-sub img {
  object-position: 50% 46%;
}

.bottom-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(320px, 0.36fr);
  align-items: center;
  min-height: 390px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 24%, rgba(201, 162, 74, 0.12), transparent 28%),
    linear-gradient(120deg, #4C0303, #8B1111 54%, #170101);
}

.bottom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(58, 5, 5, 0.18), rgba(7, 7, 7, 0.55));
}

.bottom-cta-copy {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 86px) clamp(24px, 7vw, 84px);
}

.bottom-cta h2 {
  position: relative;
  margin-bottom: 18px;
  font-size: clamp(40px, 5.2vw, 70px);
  line-height: 1.18;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.bottom-cta h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.bottom-cta-lead {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 750;
}

.bottom-cta img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: 50% 42%;
  opacity: 0.78;
  filter: contrast(1.12) saturate(1.12) brightness(1.12);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(260px, 0.38fr) minmax(240px, 0.3fr);
  gap: 34px;
  align-items: center;
  padding: 44px clamp(24px, 6vw, 76px);
  color: rgba(255, 255, 255, 0.78);
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand img {
  width: 72px;
  margin-bottom: 10px;
}

.footer-brand p,
.footer-brand h2 {
  margin: 0;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.footer-brand h2 {
  color: var(--white);
  font-size: 34px;
  line-height: 1.15;
}

.footer-info {
  font-style: normal;
}

.footer-info p {
  margin: 3px 0;
}

.footer-info a:hover,
.footer-nav a:hover {
  color: var(--gold);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 28px;
  font-weight: 850;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .global-nav,
  .header-cta {
    display: none;
    grid-column: 1 / -1;
  }

  .site-header.is-open .global-nav {
    display: flex;
  }

  .site-header.is-open .header-cta {
    display: inline-flex;
    justify-self: start;
  }

  .global-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 26px;
  }

  .global-nav a {
    padding: 10px 0 14px;
  }

  .global-nav a::after {
    bottom: 6px;
  }

  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  }

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

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

  .order-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero,
  .shop-section,
  .bottom-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 24%, rgba(201, 162, 74, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(7, 7, 7, 0.48) 0%, rgba(7, 7, 7, 0.9) 46%, rgba(7, 7, 7, 1) 100%);
  }

  .hero-copy {
    padding: 46px 24px 58px;
  }

  .hero-visual {
    order: -1;
    min-height: 360px;
  }

  .hero-visual img {
    min-height: 360px;
    height: 360px;
    object-position: 50% 43%;
  }

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

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .shop-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .shop-gallery-main {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .shop-photo {
    height: auto;
  }

  .shop-photo img {
    height: 100%;
  }

  .shop-gallery-sign {
    aspect-ratio: 16 / 9;
    height: auto !important;
  }

  .shop-gallery-sub {
    aspect-ratio: 4 / 3;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 74px;
    padding: 9px 18px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .brand span {
    font-size: 22px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero-copy {
    padding: 38px 22px 50px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.17;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-proof {
    margin-top: 18px;
    padding: 14px 15px;
  }

  .hero-proof p {
    font-size: 13px;
    line-height: 1.75;
  }

  .hero-info {
    gap: 12px;
    margin: 24px 0 26px;
  }

  .hero-info span {
    width: 100%;
    min-height: 38px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .header-cta {
    width: 100%;
    min-height: 58px;
    padding-inline: 20px;
  }

  .section {
    padding: 64px 20px;
  }

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

  .menu-card {
    border-radius: 18px;
  }

  .menu-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .delivery-grid {
    gap: 12px;
  }

  .delivery-card {
    min-height: 138px;
    border-radius: 16px;
  }

  .delivery-card img {
    max-width: 72%;
    max-height: 66px;
  }

  .promise-card {
    padding: 28px;
  }

  .shop-photo,
  .shop-gallery-main {
    aspect-ratio: 4 / 3;
  }

  .shop-gallery-sign {
    aspect-ratio: 16 / 9 !important;
  }

  .bottom-cta {
    min-height: auto;
  }

  .bottom-cta-copy {
    padding: 58px 22px 34px;
  }

  .bottom-cta h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .bottom-cta img {
    min-height: 250px;
    opacity: 0.58;
  }

  .site-footer {
    padding: 42px 22px;
  }
}

/* Lower pages */
.sub-page {
  background: var(--cream);
}

.sub-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 520px;
  padding: clamp(56px, 8vw, 96px) clamp(24px, 6vw, 76px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 162, 74, 0.22), transparent 28%),
    linear-gradient(135deg, #070707 0%, #130606 62%, #3A0505 100%);
  overflow: hidden;
}

.sub-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 74, 0.6), transparent);
}

.sub-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.sub-hero h1 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
}

.sub-hero p {
  margin: 0 0 28px;
  color: rgba(246, 240, 230, 0.9);
  font-weight: 700;
}

.sub-hero-image {
  position: relative;
  z-index: 1;
  min-height: 360px;
  border: 1px solid rgba(201, 162, 74, 0.35);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-dark);
}

.sub-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08) brightness(1.06);
}

.sub-hours,
.menu-list-section,
.alcohol-section,
.sns-section,
.order-page-section,
.shop-info-page,
.map-section {
  background: var(--cream);
}

.hours-grid,
.drink-grid,
.sns-grid,
.order-service-grid,
.info-card-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

.hours-grid article,
.drink-grid article,
.info-card-grid article {
  padding: 24px;
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(40, 22, 12, 0.1);
}

.hours-grid span,
.drink-grid span,
.info-card-grid span,
.sns-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.hours-grid b,
.drink-grid b,
.info-card-grid b {
  display: block;
  color: var(--ink);
  line-height: 1.55;
}

.menu-list-section {
  padding-top: clamp(48px, 7vw, 84px);
}

.menu-toolbar {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 28px;
}

.menu-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 4px 14px;
  scrollbar-width: thin;
}

.menu-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  color: var(--ink);
  font-weight: 900;
  border: 1px solid rgba(58, 5, 5, 0.14);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(40, 22, 12, 0.08);
  cursor: pointer;
}

.menu-tab small {
  color: var(--gold);
}

.menu-tab.is-active {
  color: var(--white);
  border-color: var(--deep-red);
  background: linear-gradient(180deg, #8B1111, var(--deep-red));
}

.menu-count {
  margin-top: 8px;
  color: rgba(23, 17, 13, 0.7);
  font-weight: 900;
}

.menu-grid--page {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.generated-menu-card .menu-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #160909;
}

.generated-menu-card .menu-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(1.06);
}

.generated-menu-card .menu-body {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 22px;
}

.generated-menu-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.generated-menu-card p {
  margin: 12px 0 18px;
  color: rgba(23, 17, 13, 0.74);
  font-weight: 700;
}

.card-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.card-price {
  color: var(--deep-red);
  font-weight: 900;
}

.status-badge {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.status-badge--on {
  color: #155724;
  background: #E7F7E9;
}

.status-badge--off {
  color: #7A1B1B;
  background: #F9E2E2;
}

.card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.menu-order-button {
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 10px;
}

.card-note {
  color: rgba(23, 17, 13, 0.58);
  font-size: 13px;
  font-weight: 900;
}

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

.drink-grid em,
.sns-card em {
  display: inline-flex;
  margin-top: 14px;
  color: var(--deep-red);
  font-style: normal;
  font-weight: 900;
}

.notice {
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 0;
  color: rgba(23, 17, 13, 0.68);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.sns-section {
  border-top: 1px solid rgba(58, 5, 5, 0.08);
}

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

.sns-card {
  padding: 28px;
  color: var(--white);
  border: 1px solid rgba(201, 162, 74, 0.32);
  border-radius: 22px;
  background: linear-gradient(145deg, #101010, #3A0505);
  box-shadow: var(--shadow-card);
}

.sns-card b {
  display: block;
  color: var(--cream);
}

.sns-card em {
  color: var(--gold);
}

.sns-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: clamp(22px, 4vw, 42px);
  width: min(100%, 980px);
  margin: 0 auto;
}

.sns-qr-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  overflow: visible;
}

.sns-qr-card > a {
  display: block;
  width: 100%;
  max-width: 420px;
  overflow: visible;
}

.sns-qr-card img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  filter: none;
  object-fit: contain;
}

.sns-qr-actions {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sns-qr-actions .btn {
  min-height: 48px;
  padding: 13px 22px;
  line-height: 1.45;
  white-space: normal;
  text-align: center;
}

.drink-menu-layout {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.72fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.drink-copy .drink-grid {
  width: 100%;
  margin: 0;
}

.drink-copy .notice {
  margin: 18px 0 0;
}

.drink-menu-visual {
  margin: 0;
  justify-self: center;
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(40, 22, 12, 0.18);
  background: #070707;
}

.drink-menu-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.order-service-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  text-align: center;
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.order-service-card img {
  max-width: 76%;
  max-height: 72px;
  object-fit: contain;
}

.order-service-card b,
.order-service-card strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.order-service-card span {
  color: rgba(23, 17, 13, 0.64);
  font-weight: 900;
}

.order-service-card-phone {
  color: var(--white);
  background: linear-gradient(145deg, #3A0505, #8B1111);
}

.order-service-card-phone b,
.order-service-card-phone strong,
.order-service-card-phone span {
  color: var(--white);
}

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

.shop-section-page {
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  padding: clamp(56px, 8vw, 92px) clamp(24px, 6vw, 76px);
}

.map-copy {
  padding: 34px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.map-copy h2 {
  margin: 0 0 14px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.18;
}

.map-section iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

@media (max-width: 1180px) {
  .header-phone {
    display: none;
  }

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

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

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

@media (max-width: 860px) {
  .sub-hero,
  .map-section,
  .shop-section-page {
    grid-template-columns: 1fr;
  }

  .sub-hero {
    min-height: auto;
    padding-top: 46px;
  }

  .sub-hero-image,
  .sub-hero-image img {
    min-height: 260px;
  }

  .drink-grid,
  .sns-grid,
  .sns-qr-grid,
  .drink-menu-layout,
  .order-service-grid,
  .info-card-grid,
  .menu-grid--page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hours-grid,
  .drink-grid,
  .sns-grid,
  .sns-qr-grid,
  .order-service-grid,
  .info-card-grid,
  .menu-toolbar,
  .menu-grid--page,
  .notice {
    width: min(100% - 32px, 1180px);
  }

  .sub-hero {
    padding-inline: 16px;
  }

  .generated-menu-card .menu-body {
    min-height: auto;
  }
}

/* release02 emergency: keep the shared mobile header deterministic. */
@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .site-header .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .site-header .global-nav,
  .site-header .header-phone,
  .site-header .header-cta {
    display: none;
    grid-column: 1 / -1;
  }

  .site-header.is-open .global-nav,
  body.nav-open .site-header .global-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
    padding: 10px 0 8px;
  }

  .site-header.is-open .header-phone,
  .site-header.is-open .header-cta,
  body.nav-open .site-header .header-phone,
  body.nav-open .site-header .header-cta {
    display: inline-flex;
    justify-self: start;
  }

  .site-header .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header .nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .site-header .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Shared body SNS section for test34: independent content block before CTA/footer. */
.site-sns-section {
  background: #f6f0e6;
  color: #17110e;
  padding: clamp(46px, 6vw, 72px) 0;
}

.site-sns-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-sns-head {
  display: grid;
  grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr);
  align-items: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 28px;
}

.site-sns-head h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0;
  color: #17110e;
  white-space: nowrap;
}

.site-sns-head > span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 74, .95), transparent);
  position: relative;
}

.site-sns-head > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #c9a24a;
  background: #f6f0e6;
  transform: translateY(-50%) rotate(45deg);
}

.site-sns-head > span:first-child::after { right: -5px; }
.site-sns-head > span:last-child::after { left: -5px; }

.site-sns-head p {
  grid-column: 1 / -1;
  margin: 0;
  color: #4b4035;
  font-size: 15px;
  line-height: 1.8;
}

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

.site-sns-card {
  min-height: 208px;
  border-radius: 12px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  align-items: center;
  gap: 22px;
  color: #fff;
  box-shadow: 0 18px 38px rgba(22, 11, 8, .18);
  overflow: hidden;
  position: relative;
}

.site-sns-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.2), transparent 34%);
  pointer-events: none;
}

.site-sns-instagram {
  background: linear-gradient(135deg, #d64b77 0%, #a8122f 58%, #65100d 100%);
}

.site-sns-tiktok {
  background: linear-gradient(135deg, #111 0%, #070707 52%, #3a0505 100%);
}

.site-sns-copy,
.site-sns-qr {
  position: relative;
  z-index: 1;
}

.site-sns-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

.site-sns-copy h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 28px;
  color: #fff;
}

.site-sns-copy p {
  min-height: 44px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.9);
}

.site-sns-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(201, 162, 74, .8);
  border-radius: 7px;
  color: #fff7dd;
  background: rgba(0,0,0,.18);
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.site-sns-qr {
  width: 142px;
  height: 142px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.site-sns-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.site-footer .site-sns-qr,
.site-footer img[src*="sns-instagram-qr"],
.site-footer img[src*="sns-tiktok-qr"] {
  display: none !important;
}

@media (max-width: 860px) {
  .site-sns-shell {
    width: min(100% - 32px, 560px);
  }

  .site-sns-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-sns-head h2 {
    white-space: normal;
  }

  .site-sns-head > span {
    width: min(220px, 70%);
    justify-self: center;
  }

  .site-sns-grid {
    grid-template-columns: 1fr;
  }

  .site-sns-card {
    grid-template-columns: minmax(0, 1fr) 118px;
    min-height: 188px;
    padding: 20px;
    gap: 16px;
  }

  .site-sns-qr {
    width: 116px;
    height: 116px;
  }
}

@media (max-width: 520px) {
  .site-sns-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .site-sns-qr {
    justify-self: start;
  }
}

/* test43 header-only normalization: match the order.html header without touching page content. */
.site-header,
.lower-site-header,
body[data-page="order"] .site-header,
body[data-page="order"] .lower-site-header {
  box-sizing: border-box !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto auto !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 46px) !important;
  width: 100% !important;
  min-height: 104px !important;
  height: 104px !important;
  padding: 0 clamp(24px, 4vw, 58px) !important;
  margin: 0 !important;
  color: #fff !important;
  background: rgba(7, 7, 7, 0.97) !important;
  border-bottom: 1px solid rgba(201, 162, 74, 0.28) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px) !important;
}
.site-header .brand,
.lower-site-header .brand,
body[data-page="order"] .site-header .brand,
body[data-page="order"] .lower-site-header .brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.site-header .brand img,
.lower-site-header .brand img,
body[data-page="order"] .site-header .brand img,
body[data-page="order"] .lower-site-header .brand img {
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  display: block !important;
}
.site-header .brand span,
.lower-site-header .brand span,
body[data-page="order"] .site-header .brand span,
body[data-page="order"] .lower-site-header .brand span {
  display: grid !important;
  color: #fff !important;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  white-space: nowrap !important;
}
.site-header .brand small,
.lower-site-header .brand small,
body[data-page="order"] .site-header .brand small,
body[data-page="order"] .lower-site-header .brand small {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Yu Gothic", "YuGothic", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
.site-header .nav-toggle,
.lower-site-header .nav-toggle,
body[data-page="order"] .site-header .nav-toggle,
body[data-page="order"] .lower-site-header .nav-toggle {
  display: none !important;
}
.site-header .global-nav,
.lower-site-header .global-nav,
body[data-page="order"] .site-header .global-nav,
body[data-page="order"] .lower-site-header .global-nav {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 42px !important;
  white-space: nowrap !important;
}
.site-header .global-nav a,
.lower-site-header .global-nav a,
body[data-page="order"] .site-header .global-nav a,
body[data-page="order"] .lower-site-header .global-nav a {
  position: relative !important;
  padding: 28px 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  border: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}
.site-header .global-nav a::after,
.lower-site-header .global-nav a::after,
body[data-page="order"] .site-header .global-nav a::after,
body[data-page="order"] .lower-site-header .global-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 16px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: transparent !important;
}
.site-header .global-nav a:hover,
.site-header .global-nav a.is-current,
.site-header .global-nav a.active,
.lower-site-header .global-nav a:hover,
.lower-site-header .global-nav a.is-current,
.lower-site-header .global-nav a.active,
body[data-page="order"] .site-header .global-nav a:hover,
body[data-page="order"] .site-header .global-nav a.is-current,
body[data-page="order"] .site-header .global-nav a.active,
body[data-page="order"] .lower-site-header .global-nav a:hover,
body[data-page="order"] .lower-site-header .global-nav a.is-current,
body[data-page="order"] .lower-site-header .global-nav a.active {
  color: #fff !important;
}
.site-header .global-nav a:hover::after,
.site-header .global-nav a.is-current::after,
.site-header .global-nav a.active::after,
.lower-site-header .global-nav a:hover::after,
.lower-site-header .global-nav a.is-current::after,
.lower-site-header .global-nav a.active::after,
body[data-page="order"] .site-header .global-nav a:hover::after,
body[data-page="order"] .site-header .global-nav a.is-current::after,
body[data-page="order"] .site-header .global-nav a.active::after,
body[data-page="order"] .lower-site-header .global-nav a:hover::after,
body[data-page="order"] .lower-site-header .global-nav a.is-current::after,
body[data-page="order"] .lower-site-header .global-nav a.active::after {
  background: #B91616 !important;
}
.site-header .header-phone,
.site-header .header-cta,
.lower-site-header .header-phone,
.lower-site-header .header-cta,
body[data-page="order"] .site-header .header-phone,
body[data-page="order"] .site-header .header-cta,
body[data-page="order"] .lower-site-header .header-phone,
body[data-page="order"] .lower-site-header .header-cta {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 11px 20px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
.site-header .header-phone,
.lower-site-header .header-phone,
body[data-page="order"] .site-header .header-phone,
body[data-page="order"] .lower-site-header .header-phone {
  width: 132px !important;
  min-width: 132px !important;
  color: #fff !important;
  border: 1px solid rgba(201, 162, 74, 0.7) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}
.site-header .header-cta,
.lower-site-header .header-cta,
body[data-page="order"] .site-header .header-cta,
body[data-page="order"] .lower-site-header .header-cta {
  width: 186px !important;
  min-width: 186px !important;
  color: #fff !important;
  border: 1px solid rgba(185, 22, 22, 0.55) !important;
  background: linear-gradient(180deg, #D01B1B, #B91616) !important;
  box-shadow: 0 14px 28px rgba(185, 22, 22, 0.3) !important;
}
.site-header .header-cta::before,
.lower-site-header .header-cta::before,
body[data-page="order"] .site-header .header-cta::before,
body[data-page="order"] .lower-site-header .header-cta::before {
  display: none !important;
}
.site-header .order-ui-icon,
.lower-site-header .order-ui-icon,
body[data-page="order"] .site-header .order-ui-icon,
body[data-page="order"] .lower-site-header .order-ui-icon {
  position: relative !important;
  flex: 0 0 auto !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  color: #c9a24a !important;
}
.site-header .order-ui-icon::before,
.site-header .order-ui-icon::after,
.lower-site-header .order-ui-icon::before,
.lower-site-header .order-ui-icon::after,
body[data-page="order"] .site-header .order-ui-icon::before,
body[data-page="order"] .site-header .order-ui-icon::after,
body[data-page="order"] .lower-site-header .order-ui-icon::before,
body[data-page="order"] .lower-site-header .order-ui-icon::after {
  content: "" !important;
  position: absolute !important;
  box-sizing: border-box !important;
}
.site-header .order-ui-icon-phone::before,
.lower-site-header .order-ui-icon-phone::before,
body[data-page="order"] .site-header .order-ui-icon-phone::before,
body[data-page="order"] .lower-site-header .order-ui-icon-phone::before {
  width: 12px !important;
  height: 12px !important;
  left: 3px !important;
  top: 3px !important;
  border: 2px solid currentColor !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-radius: 4px 2px 4px 2px !important;
  transform: rotate(-45deg) !important;
}
.site-header .order-ui-icon-delivery::before,
.lower-site-header .order-ui-icon-delivery::before,
body[data-page="order"] .site-header .order-ui-icon-delivery::before,
body[data-page="order"] .lower-site-header .order-ui-icon-delivery::before {
  width: 14px !important;
  height: 9px !important;
  left: 1px !important;
  top: 5px !important;
  border: 2px solid currentColor !important;
  border-radius: 2px !important;
}
.site-header .order-ui-icon-delivery::after,
.lower-site-header .order-ui-icon-delivery::after,
body[data-page="order"] .site-header .order-ui-icon-delivery::after,
body[data-page="order"] .lower-site-header .order-ui-icon-delivery::after {
  width: 4px !important;
  height: 4px !important;
  left: 4px !important;
  top: 13px !important;
  border-radius: 50% !important;
  background: currentColor !important;
  box-shadow: 9px 0 0 currentColor !important;
}
@media (max-width: 960px) {
  .site-header,
  .lower-site-header,
  body[data-page="order"] .site-header,
  body[data-page="order"] .lower-site-header {
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    min-height: 74px !important;
    height: 74px !important;
    padding: 10px 18px !important;
  }
  .site-header .brand img,
  .lower-site-header .brand img,
  body[data-page="order"] .site-header .brand img,
  body[data-page="order"] .lower-site-header .brand img {
    width: 52px !important;
    height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }
  .site-header .brand span,
  .lower-site-header .brand span,
  body[data-page="order"] .site-header .brand span,
  body[data-page="order"] .lower-site-header .brand span {
    font-size: 24px !important;
  }
  .site-header .brand small,
  .lower-site-header .brand small,
  body[data-page="order"] .site-header .brand small,
  body[data-page="order"] .lower-site-header .brand small {
    font-size: 10px !important;
  }
  .site-header .nav-toggle,
  .lower-site-header .nav-toggle,
  body[data-page="order"] .site-header .nav-toggle,
  body[data-page="order"] .lower-site-header .nav-toggle {
    display: inline-flex !important;
  }
  .site-header .global-nav,
  .site-header .header-phone,
  .site-header .header-cta,
  .lower-site-header .global-nav,
  .lower-site-header .header-phone,
  .lower-site-header .header-cta,
  body[data-page="order"] .site-header .global-nav,
  body[data-page="order"] .site-header .header-phone,
  body[data-page="order"] .site-header .header-cta,
  body[data-page="order"] .lower-site-header .global-nav,
  body[data-page="order"] .lower-site-header .header-phone,
  body[data-page="order"] .lower-site-header .header-cta {
    display: none !important;
  }
  .site-header.is-open .global-nav,
  body.nav-open .site-header .global-nav,
  .lower-site-header.is-open .global-nav,
  body.nav-open .lower-site-header .global-nav,
  body[data-page="order"].nav-open .site-header .global-nav,
  body[data-page="order"].nav-open .lower-site-header .global-nav {
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
    background: rgba(7, 7, 7, 0.97) !important;
    border: 1px solid rgba(201, 162, 74, 0.24) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42) !important;
  }
  .site-header.is-open .header-phone,
  .site-header.is-open .header-cta,
  body.nav-open .site-header .header-phone,
  body.nav-open .site-header .header-cta,
  .lower-site-header.is-open .header-phone,
  .lower-site-header.is-open .header-cta,
  body.nav-open .lower-site-header .header-phone,
  body.nav-open .lower-site-header .header-cta,
  body[data-page="order"].nav-open .site-header .header-phone,
  body[data-page="order"].nav-open .site-header .header-cta,
  body[data-page="order"].nav-open .lower-site-header .header-phone,
  body[data-page="order"].nav-open .lower-site-header .header-cta {
    display: inline-flex !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    min-width: 0 !important;
  }
  .site-header.is-open .header-phone,
  body.nav-open .site-header .header-phone,
  .lower-site-header.is-open .header-phone,
  body.nav-open .lower-site-header .header-phone,
  body[data-page="order"].nav-open .site-header .header-phone,
  body[data-page="order"].nav-open .lower-site-header .header-phone {
    top: calc(100% + 126px) !important;
  }
  .site-header.is-open .header-cta,
  body.nav-open .site-header .header-cta,
  .lower-site-header.is-open .header-cta,
  body.nav-open .lower-site-header .header-cta,
  body[data-page="order"].nav-open .site-header .header-cta,
  body[data-page="order"].nav-open .lower-site-header .header-cta {
    top: calc(100% + 184px) !important;
  }
}

/* test43 header typography only: unify text rendering across all pages. */
.site-header .global-nav a,
.lower-site-header .global-nav a,
body[data-page="order"] .site-header .global-nav a,
body[data-page="order"] .lower-site-header .global-nav a {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  text-rendering: geometricPrecision;
}

.site-header .global-nav a::after,
.lower-site-header .global-nav a::after,
body[data-page="order"] .site-header .global-nav a::after,
body[data-page="order"] .lower-site-header .global-nav a::after {
  bottom: -10px !important;
  height: 2px !important;
  width: 32px !important;
  border-radius: 999px !important;
  background: #b91616 !important;
}

.site-header .global-nav a:hover,
.site-header .global-nav a.is-current,
.site-header .global-nav a.active,
.lower-site-header .global-nav a:hover,
.lower-site-header .global-nav a.is-current,
.lower-site-header .global-nav a.active,
body[data-page="order"] .site-header .global-nav a:hover,
body[data-page="order"] .site-header .global-nav a.is-current,
body[data-page="order"] .site-header .global-nav a.active,
body[data-page="order"] .lower-site-header .global-nav a:hover,
body[data-page="order"] .lower-site-header .global-nav a.is-current,
body[data-page="order"] .lower-site-header .global-nav a.active {
  color: #c9a24a !important;
}

.site-header .header-phone,
.site-header .header-cta,
.lower-site-header .header-phone,
.lower-site-header .header-cta,
body[data-page="order"] .site-header .header-phone,
body[data-page="order"] .site-header .header-cta,
body[data-page="order"] .lower-site-header .header-phone,
body[data-page="order"] .lower-site-header .header-cta {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* test44 header CTA icons and active underline cleanup only. */
.site-header .global-nav a::after,
.lower-site-header .global-nav a::after,
body[data-page="order"] .site-header .global-nav a::after,
body[data-page="order"] .lower-site-header .global-nav a::after {
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0) !important;
  transform-origin: center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

.site-header .global-nav a.is-current::after,
.site-header .global-nav a.active::after,
.site-header .global-nav a[aria-current="page"]::after,
.lower-site-header .global-nav a.is-current::after,
.lower-site-header .global-nav a.active::after,
.lower-site-header .global-nav a[aria-current="page"]::after,
body[data-page="order"] .site-header .global-nav a.is-current::after,
body[data-page="order"] .site-header .global-nav a.active::after,
body[data-page="order"] .site-header .global-nav a[aria-current="page"]::after,
body[data-page="order"] .lower-site-header .global-nav a.is-current::after,
body[data-page="order"] .lower-site-header .global-nav a.active::after,
body[data-page="order"] .lower-site-header .global-nav a[aria-current="page"]::after {
  opacity: 1 !important;
  transform: translateX(-50%) scaleX(1) !important;
}

.site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after,
.lower-site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after {
  opacity: .35 !important;
  transform: translateX(-50%) scaleX(.72) !important;
}

.site-header .header-phone .order-ui-icon,
.site-header .header-cta .order-ui-icon,
.lower-site-header .header-phone .order-ui-icon,
.lower-site-header .header-cta .order-ui-icon,
body[data-page="order"] .site-header .header-phone .order-ui-icon,
body[data-page="order"] .site-header .header-cta .order-ui-icon,
body[data-page="order"] .lower-site-header .header-phone .order-ui-icon,
body[data-page="order"] .lower-site-header .header-cta .order-ui-icon {
  display: none !important;
}

.site-header .header-phone::before,
.lower-site-header .header-phone::before,
body[data-page="order"] .site-header .header-phone::before,
body[data-page="order"] .lower-site-header .header-phone::before,
.site-header .header-cta::before,
.lower-site-header .header-cta::before,
body[data-page="order"] .site-header .header-cta::before,
body[data-page="order"] .lower-site-header .header-cta::before {
  content: "" !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  margin-right: 9px !important;
  background-color: currentColor !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.site-header .header-phone::before,
.lower-site-header .header-phone::before,
body[data-page="order"] .site-header .header-phone::before,
body[data-page="order"] .lower-site-header .header-phone::before {
  color: #c9a24a !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3c1.3.4 2.6.6 4 .6c.7 0 1.2.5 1.2 1.2V20c0 .7-.5 1.2-1.2 1.2C10.8 21.2 2.8 13.2 2.8 3.4C2.8 2.7 3.3 2 4 2h3.3c.7 0 1.2.5 1.2 1.2c0 1.4.2 2.8.6 4c.1.4 0 .8-.3 1.2l-2.2 2.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3c1.3.4 2.6.6 4 .6c.7 0 1.2.5 1.2 1.2V20c0 .7-.5 1.2-1.2 1.2C10.8 21.2 2.8 13.2 2.8 3.4C2.8 2.7 3.3 2 4 2h3.3c.7 0 1.2.5 1.2 1.2c0 1.4.2 2.8.6 4c.1.4 0 .8-.3 1.2l-2.2 2.4Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.site-header .header-cta::before,
.lower-site-header .header-cta::before,
body[data-page="order"] .site-header .header-cta::before,
body[data-page="order"] .lower-site-header .header-cta::before {
  color: #fff !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h11v9H3V6Zm12 3h3.2l2.8 3.5V15h-5V9ZM6.2 18.5A2.2 2.2 0 1 1 6.2 14a2.2 2.2 0 0 1 0 4.5Zm11.6 0a2.2 2.2 0 1 1 0-4.5a2.2 2.2 0 0 1 0 4.5ZM7.2 8.2H5v2.2h2.2V8.2Zm4 0H9v2.2h2.2V8.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h11v9H3V6Zm12 3h3.2l2.8 3.5V15h-5V9ZM6.2 18.5A2.2 2.2 0 1 1 6.2 14a2.2 2.2 0 0 1 0 4.5Zm11.6 0a2.2 2.2 0 1 1 0-4.5a2.2 2.2 0 0 1 0 4.5ZM7.2 8.2H5v2.2h2.2V8.2Zm4 0H9v2.2h2.2V8.2Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

/* test45 header active underline only: align underline to text width. */
.site-header .global-nav a,
.lower-site-header .global-nav a,
body[data-page="order"] .site-header .global-nav a,
body[data-page="order"] .lower-site-header .global-nav a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  padding: 8px 0 !important;
  line-height: 1 !important;
}

.site-header .global-nav a::after,
.lower-site-header .global-nav a::after,
body[data-page="order"] .site-header .global-nav a::after,
body[data-page="order"] .lower-site-header .global-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #b91616 !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity .18s ease !important;
}

.site-header .global-nav a.is-current::after,
.site-header .global-nav a.active::after,
.site-header .global-nav a[aria-current="page"]::after,
.lower-site-header .global-nav a.is-current::after,
.lower-site-header .global-nav a.active::after,
.lower-site-header .global-nav a[aria-current="page"]::after,
body[data-page="order"] .site-header .global-nav a.is-current::after,
body[data-page="order"] .site-header .global-nav a.active::after,
body[data-page="order"] .site-header .global-nav a[aria-current="page"]::after,
body[data-page="order"] .lower-site-header .global-nav a.is-current::after,
body[data-page="order"] .lower-site-header .global-nav a.active::after,
body[data-page="order"] .lower-site-header .global-nav a[aria-current="page"]::after {
  opacity: 1 !important;
}

.site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after,
.lower-site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after,
body[data-page="order"] .site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after,
body[data-page="order"] .lower-site-header .global-nav a:not(.is-current):not(.active):not([aria-current="page"]):hover::after {
  opacity: .28 !important;
}

/* test46 header nav alignment only: keep the nav group visually centered-right. */
.site-header,
.lower-site-header,
body[data-page="order"] .site-header,
body[data-page="order"] .lower-site-header {
  column-gap: clamp(24px, 2.4vw, 34px) !important;
}

.site-header .global-nav,
.lower-site-header .global-nav,
body[data-page="order"] .site-header .global-nav,
body[data-page="order"] .lower-site-header .global-nav {
  justify-self: end !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  gap: clamp(28px, 2.3vw, 36px) !important;
  transform: none !important;
}

.site-header .global-nav a,
.lower-site-header .global-nav a,
body[data-page="order"] .site-header .global-nav a,
body[data-page="order"] .lower-site-header .global-nav a {
  justify-content: center !important;
  margin: 0 !important;
  padding: 8px 0 !important;
}

/* test48 header active state only: remove underline and use gold text. */
.site-header .global-nav a,
.lower-site-header .global-nav a,
body[data-page="order"] .site-header .global-nav a,
body[data-page="order"] .lower-site-header .global-nav a,
.site-nav a,
.site-nav__link,
.nav-link {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.site-header .global-nav a::before,
.site-header .global-nav a::after,
.lower-site-header .global-nav a::before,
.lower-site-header .global-nav a::after,
body[data-page="order"] .site-header .global-nav a::before,
body[data-page="order"] .site-header .global-nav a::after,
body[data-page="order"] .lower-site-header .global-nav a::before,
body[data-page="order"] .lower-site-header .global-nav a::after,
.site-nav a::before,
.site-nav a::after,
.site-nav__link::before,
.site-nav__link::after,
.nav-link::before,
.nav-link::after {
  content: none !important;
  display: none !important;
}

.site-header .global-nav a:hover,
.lower-site-header .global-nav a:hover,
body[data-page="order"] .site-header .global-nav a:hover,
body[data-page="order"] .lower-site-header .global-nav a:hover,
.site-nav a:hover,
.site-nav__link:hover,
.nav-link:hover {
  color: #d6a93a !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

.site-header .global-nav a.is-current,
.site-header .global-nav a.active,
.site-header .global-nav a[aria-current="page"],
.lower-site-header .global-nav a.is-current,
.lower-site-header .global-nav a.active,
.lower-site-header .global-nav a[aria-current="page"],
body[data-page="order"] .site-header .global-nav a.is-current,
body[data-page="order"] .site-header .global-nav a.active,
body[data-page="order"] .site-header .global-nav a[aria-current="page"],
body[data-page="order"] .lower-site-header .global-nav a.is-current,
body[data-page="order"] .lower-site-header .global-nav a.active,
body[data-page="order"] .lower-site-header .global-nav a[aria-current="page"],
.global-nav li.active > a,
.global-nav li.is-active > a,
.site-nav a.active,
.site-nav a.is-active,
.site-nav a[aria-current="page"],
.site-nav li.active > a,
.site-nav li.is-active > a {
  color: #d6a93a !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
