/* =========================================================================
   brand-refresh.css ─ 元祖ハルピン ブランド憲法 v1.0 の執行レイヤー
   唯一の真実源 = tmp/branding/brand-constitution.md / brand-impl-spec.md
   ・全ルールを html.brand-refresh に閉じ込め、既存CSS(main/improvements)は無改造で上書き。
   ・機能フック(onclick・data属性・id・JS参照class)には触れない＝見た目のみ統治。
   ・リバート: index.html の html class="brand-refresh" から1語削除 or このlinkを外すだけ。
   ・背景色・あらゆるUI・タイポ・余白・モーションまで例外なく本レイヤーのトークンへ従属させる。
   ========================================================================= */

/* ===================== 1. トークン正本(Primitive→Semantic) ===================== */
html.brand-refresh {
  /* Primitive(絵の具・UIから直接参照しない) */
  --c-red-500:#B5352B; --c-red-600:#8E2A22; --c-red-700:#7A231F;
  --c-ink-900: var(--black,#2B2622);
  --c-paper-50:#FFFFFF; --c-paper-0:#FFFFFF;
  --c-cream-300:#FFFFFF; --c-line-cream:#FFFFFF;
  --c-success-600:#B5352B; --c-danger-600:#8E2A22; --c-warn-600:#B5352B;

  /* Semantic: 面(背景の3階層+朱+反転) */
  --surface-1: var(--c-paper-0);     /* ページ地=白・最下層 */
  --surface-2: var(--c-paper-0);     /* カード/吹き出し/写真枠=白 */
  --surface-3: var(--c-paper-0);     /* 凹み・選択導線の薄地も白 */
  --surface-brand: var(--c-red-500); /* CTA/判子帯/バッジ/フッタ地 */
  --surface-inverse: var(--c-ink-900);
  /* Semantic: 文字 */
  --text-default: var(--c-ink-900); --text-subtle:#6B635B;
  --text-brand: var(--c-red-500); --text-on-brand: var(--c-paper-0);
  --text-success: var(--c-success-600); --text-danger: var(--c-danger-600);
  /* Semantic: 枠 */
  --border-default: var(--c-ink-900); --border-subtle: rgba(43,38,34,.18);
  --border-brand: var(--c-red-500); --border-focus: var(--c-red-600);

  /* タイポ */
  --font:'Noto Sans JP', system-ui, sans-serif;
  --fs-display:clamp(34px,6.4vw,68px); --lh-display:1.14;
  --fs-h2:clamp(28px,4vw,44px); --fs-h3:clamp(20px,2.6vw,28px);
  --fs-body:clamp(15px,2vw,16px); --lh-body:1.6;
  --fs-price:clamp(22px,3vw,34px); --fs-quip:clamp(13px,2.2vw,16px);
  --fs-label:14px; --ls-label:.12em;
  --fw-regular:400; --fw-bold:700; --fw-black:900;

  /* 余白(8pt) */
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px;
  --space-5:24px; --space-6:32px; --space-8:48px; --space-10:64px;
  --space-section:64px; --space-card-pad:24px; --space-gutter:16px;
  --container-max:1120px;

  /* 角丸 */
  --radius-sm:8px; --radius-md:12px; --radius-lg:18px; --radius-xl:28px; --radius-pill:999px;

  /* 影(墨ベース極薄) */
  --shadow-1:0 4px 16px rgba(43,38,34,.10);
  --shadow-2:0 8px 20px rgba(43,38,34,.12);
  --shadow-3:0 14px 34px rgba(43,38,34,.16);
  --btn-lift:0 4px 0 var(--c-red-600);

  /* フォーカス(WCAG 2.2) */
  --focus-color: var(--border-focus); --focus-width:3px; --focus-offset:2px;

  /* モーション */
  --motion-fast:140ms; --motion-base:240ms; --motion-slow:420ms; --motion-hero:640ms;
  --ease-tonton:cubic-bezier(0.4,0,0.2,1);
  --ease-hoka:cubic-bezier(0.22,1,0.36,1);
  --ease-puri:cubic-bezier(0.34,1.4,0.64,1);

  /* タップ領域(80歳) */
  --tap-min:44px;

  /* 後方互換エイリアス */
  --br-brand: var(--surface-brand); --br-brand-deep: var(--c-red-600);
  --br-ink: var(--text-default); --br-paper: var(--surface-1);
  --br-cream: var(--surface-3); --br-soft:#F6E0DB;
  --br-radius: var(--radius-lg); --br-radius-lg: var(--radius-xl);
  --br-pill: var(--radius-pill); --br-edge:3px;
  --br-shadow-2: var(--shadow-2); --br-shadow-3: var(--shadow-3);
  --br-display: var(--font);

  font-family: var(--font);
}

/* ===================== 2026-06-17 final: hero trio + ad LP readiness ===================== */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section {
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .site-header,
html.brand-refresh .site-header__inner,
html.brand-refresh .site-header__nav,
html.brand-refresh .site-header__actions {
  min-width:0 !important;
}

html.brand-refresh .site-header__inner {
  display:flex !important;
  align-items:center !important;
  gap:clamp(10px, 1.2vw, 20px) !important;
}

html.brand-refresh .site-header__nav {
  flex:1 1 auto !important;
  justify-content:center !important;
  gap:clamp(10px, 1.2vw, 24px) !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-header__actions {
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  gap:clamp(8px, .9vw, 14px) !important;
}

html.brand-refresh .hero {
  overflow:hidden !important;
  min-height:auto !important;
}

html.brand-refresh .hero-title.hero-stage {
  grid-template-columns:minmax(340px, .95fr) minmax(420px, 1.05fr) !important;
  grid-template-areas:
    "face food"
    "copy copy"
    "choice choice"
    "proof proof" !important;
  align-items:center !important;
  justify-items:center !important;
  max-width:min(1540px, 100vw) !important;
  row-gap:clamp(20px, 3.2vw, 46px) !important;
  column-gap:clamp(14px, 2.6vw, 42px) !important;
  padding:clamp(54px, 6vw, 92px) clamp(20px, 4vw, 76px) clamp(36px, 5vw, 72px) !important;
  overflow:visible !important;
}

html.brand-refresh .hero-logo-shell {
  grid-area:face !important;
  justify-self:start !important;
  align-self:center !important;
  width:min(56vw, 720px) !important;
  margin:0 !important;
  transform:translateX(clamp(-82px, -6vw, -42px)) rotate(-2deg) !important;
  z-index:2 !important;
  pointer-events:none !important;
  overflow:visible !important;
}

html.brand-refresh .hero-logo-image {
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  display:block !important;
  filter:drop-shadow(12px 16px 0 rgba(181,53,43,.08)) drop-shadow(0 16px 20px rgba(43,38,34,.08)) !important;
}

html.brand-refresh .hero-food-card {
  display:none !important;
}

html.brand-refresh .hero-food-gallery {
  grid-area:food !important;
  position:relative !important;
  z-index:4 !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1.15fr) minmax(160px, .85fr) !important;
  grid-template-rows:1fr 1fr !important;
  gap:clamp(12px, 1.6vw, 20px) !important;
  width:min(44vw, 570px) !important;
  max-width:100% !important;
  margin:0 !important;
}

html.brand-refresh .hero-food-item {
  position:relative !important;
  margin:0 !important;
  overflow:hidden !important;
  border:3px solid var(--border-default) !important;
  border-radius:clamp(24px, 3vw, 36px) !important;
  background:#fff !important;
  box-shadow:8px 9px 0 rgba(43,38,34,.13), 0 16px 28px rgba(43,38,34,.12) !important;
}

html.brand-refresh .hero-food-item--yaki {
  grid-row:1 / span 2 !important;
  transform:rotate(-1.3deg) !important;
}

html.brand-refresh .hero-food-item--xlb {
  transform:rotate(2.2deg) translateY(8px) !important;
}

html.brand-refresh .hero-food-item--sui {
  transform:rotate(-2deg) translateY(-2px) !important;
}

html.brand-refresh .hero-food-item img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
}

html.brand-refresh .hero-food-item figcaption {
  position:absolute !important;
  left:12px !important;
  bottom:12px !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:7px 16px !important;
  border:2.5px solid var(--border-default) !important;
  border-radius:999px !important;
  background:var(--surface-brand) !important;
  color:#fff !important;
  font:900 clamp(13px, 1.4vw, 18px)/1.15 var(--font) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.18) !important;
  white-space:nowrap !important;
}

html.brand-refresh .hero-copy-block,
html.brand-refresh .hero-choice-panel,
html.brand-refresh .hero-proof-panel {
  position:relative !important;
  z-index:5 !important;
}

html.brand-refresh .hero-copy-block--tabletop {
  justify-self:center !important;
  width:min(1040px, 92vw) !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  color:var(--text-brand) !important;
  font-size:clamp(44px, 6.4vw, 96px) !important;
  line-height:1.02 !important;
  letter-spacing:0 !important;
  text-align:center !important;
  text-shadow:3px 4px 0 rgba(43,38,34,.12) !important;
  margin:0 auto clamp(18px, 2.4vw, 28px) !important;
}

html.brand-refresh .hero-main-copy,
html.brand-refresh .hero-benefit-copy {
  text-align:center !important;
}

html.brand-refresh .hero-speech {
  z-index:7 !important;
}

html.brand-refresh .hero-speech--left {
  top:clamp(32px, 4vw, 66px) !important;
  left:clamp(28px, 6vw, 110px) !important;
}

html.brand-refresh .hero-speech--right {
  top:clamp(32px, 4vw, 66px) !important;
  right:clamp(28px, 6vw, 110px) !important;
}

html.brand-refresh .tabletop-scenes::before,
html.brand-refresh .hero-showcase--routes::before,
html.brand-refresh #products-section::before,
html.brand-refresh #access-section::before,
html.brand-refresh .reviews-section::before,
html.brand-refresh #handmade-process-section::before {
  content:none !important;
  display:none !important;
}

html.brand-refresh #handmade-process-section .comic-panel,
html.brand-refresh #products-section .comic-panel,
html.brand-refresh .reviews-panel-expanded {
  position:relative !important;
  overflow:visible !important;
  isolation:isolate !important;
}

html.brand-refresh #handmade-process-section .comic-panel::before,
html.brand-refresh #products-section .comic-panel::before,
html.brand-refresh .reviews-panel-expanded::before {
  content:"" !important;
  position:absolute !important;
  z-index:1 !important;
  width:clamp(88px, 9vw, 140px) !important;
  height:clamp(88px, 9vw, 140px) !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
  pointer-events:none !important;
}

html.brand-refresh #handmade-process-section .comic-panel::before {
  background-image:url("../images/branding/harupin-action-chopsticks.png") !important;
  top:clamp(-70px, -5vw, -46px) !important;
  right:clamp(18px, 5vw, 76px) !important;
}

html.brand-refresh #products-section .comic-panel::before {
  background-image:url("../images/branding/harupin-action-package-pop.png") !important;
  top:clamp(-76px, -6vw, -54px) !important;
  right:clamp(22px, 6vw, 92px) !important;
}

html.brand-refresh .reviews-panel-expanded::before {
  background-image:url("../images/branding/harupin-action-peek-wide.png") !important;
  top:clamp(-70px, -5vw, -44px) !important;
  right:clamp(28px, 6vw, 100px) !important;
}

@media (max-width:1500px) {
  html.brand-refresh .site-header__nav {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
    max-width:calc(100vw - 520px) !important;
  }
  html.brand-refresh .site-header__nav::-webkit-scrollbar { display:none !important; }
  html.brand-refresh .site-header__nav a {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(5px, .6vw, 10px) !important;
  }
  html.brand-refresh .site-header__actions a,
  html.brand-refresh .site-header__actions button {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(10px, 1vw, 16px) !important;
  }
}

/* 2026-06-17 visual QA final tuning */
html.brand-refresh .hero-logo-shell {
  width:min(56vw, 720px) !important;
  transform:translateX(clamp(-82px, -6vw, -42px)) rotate(-2deg) !important;
}

html.brand-refresh .hero-food-gallery {
  width:min(44vw, 570px) !important;
}

@media (max-width:1500px) {
  html.brand-refresh .site-header__nav {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
    max-width:calc(100vw - 520px) !important;
  }
  html.brand-refresh .site-header__nav::-webkit-scrollbar { display:none !important; }
  html.brand-refresh .site-header__nav a {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(5px, .6vw, 10px) !important;
  }
  html.brand-refresh .site-header__actions a,
  html.brand-refresh .site-header__actions button {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(10px, 1vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-height:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding-top:clamp(34px, 4vw, 56px) !important;
    row-gap:clamp(16px, 2vw, 28px) !important;
  }
  html.brand-refresh .hero-logo-shell {
    width:min(52vw, 640px) !important;
  }
  html.brand-refresh .hero-food-gallery {
    width:min(42vw, 520px) !important;
  }
}
/* 2026-06-17 true EOF override: top hero trio */
html.brand-refresh .hero-title.hero-stage {
  display:grid !important;
  grid-template-columns:minmax(420px, .94fr) minmax(460px, 1.06fr) !important;
  grid-template-areas:
    "face food"
    "face copy"
    "choices choices"
    "proof proof" !important;
  align-items:center !important;
  min-height:calc(100vh - 88px) !important;
  padding:clamp(50px, 7vh, 92px) clamp(24px, 5vw, 86px) clamp(22px, 4vh, 54px) !important;
  row-gap:clamp(16px, 2vw, 30px) !important;
  column-gap:clamp(18px, 3vw, 58px) !important;
  background:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  grid-area:face !important;
  position:relative !important;
  z-index:1 !important;
  justify-self:start !important;
  align-self:center !important;
  width:min(76vw, 1030px) !important;
  max-width:none !important;
  margin:0 !important;
  transform:translateX(clamp(-310px, -18vw, -150px)) translateY(clamp(8px, 2.5vw, 34px)) rotate(-2deg) !important;
  animation:none !important;
  opacity:1 !important;
  filter:none !important;
  pointer-events:none !important;
}

html.brand-refresh .hero-food-gallery {
  grid-area:food !important;
  position:relative !important;
  z-index:4 !important;
  justify-self:end !important;
  align-self:end !important;
  width:min(43vw, 610px) !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns:1.05fr .95fr !important;
  grid-template-rows:auto auto !important;
  gap:clamp(10px, 1.2vw, 16px) !important;
}

html.brand-refresh .hero-copy-block--tabletop {
  grid-area:copy !important;
  position:relative !important;
  z-index:6 !important;
  align-self:start !important;
  justify-self:center !important;
  width:min(100%, 760px) !important;
  margin:clamp(10px, 2vh, 26px) auto 0 !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  color:var(--brand-red, #B5352B) !important;
  font-size:clamp(50px, 6.4vw, 104px) !important;
  line-height:1.02 !important;
  text-shadow:4px 5px 0 rgba(181,53,43,.13) !important;
}

/* 2026-06-17 final EOF mobile brand composition:
   末尾で確定。顔ロゴを大きく見せ、焼き餃子・小籠包断面・水餃子断面を同じ視界に収める。 */
@media (max-width:760px) {
  html.brand-refresh .site-header {
    height:76px !important;
  }

  html.brand-refresh .site-header__inner {
    height:76px !important;
    padding:8px 12px !important;
    justify-content:space-between !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand {
    flex:0 0 auto !important;
    width:auto !important;
    min-width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand picture {
    display:block !important;
    width:132px !important;
    flex:0 0 auto !important;
  }

  html.brand-refresh .site-header__brand img {
    display:block !important;
    width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__nav,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .site-header__actions {
    flex:0 0 auto !important;
    width:auto !important;
    margin-left:auto !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    height:42px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    min-height:auto !important;
    padding:552px 14px 36px !important;
    overflow:hidden !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:1 !important;
    top:16px !important;
    left:-208px !important;
    width:min(150vw, 570px) !important;
    transform:rotate(-2deg) !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    transform:none !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    z-index:4 !important;
    top:142px !important;
    right:10px !important;
    width:min(50vw, 196px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:9px !important;
    margin:0 !important;
  }

  html.brand-refresh .hero-food-item {
    border-width:2.5px !important;
    border-radius:20px !important;
    box-shadow:5px 6px 0 rgba(43,38,34,.12), 0 12px 20px rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    grid-row:auto !important;
    transform:rotate(-1.5deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    transform:none !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:7px !important;
    bottom:7px !important;
    min-height:24px !important;
    padding:4px 7px !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }

  html.brand-refresh .hero-speech {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    position:relative !important;
    z-index:6 !important;
    width:100% !important;
    margin:0 auto !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(37px, 11vw, 52px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }
}

/* 2026-06-17 LP15 true physical EOF override:
   最後に勝たせる。白地、赤白UI、4番方向の大顔、焼き餃子・小籠包断面・水餃子断面。 */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage {
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations,
html.brand-refresh .brand-dots,
html.brand-refresh .brand-paper-texture {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#fff !important;
}

html.brand-refresh .site-nav-trigger {
  min-width:86px !important;
  background:#fff !important;
  color:var(--brand-red, #B5352B) !important;
  border:3px solid var(--border-default, #25211E) !important;
  border-radius:999px !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"⌄" !important;
  font-size:1.05em !important;
  color:var(--brand-red, #B5352B) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red, #B5352B) !important;
  color:#fff !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after,
html.brand-refresh .site-nav-trigger:focus-visible::after {
  color:#fff !important;
}

html.brand-refresh .product-actions {
  gap:3px !important;
  margin-top:6px !important;
}

html.brand-refresh .product-trust-line {
  margin:4px 0 0 !important;
  line-height:1.25 !important;
}

html.brand-refresh .trial-final-nudge {
  margin:2px 0 0 !important;
  line-height:1.35 !important;
}

html.brand-refresh .trial-total-note,
html.brand-refresh .trial-focus-total {
  margin:.28rem 0 0 !important;
  color:var(--brand-red, #B5352B) !important;
  font-weight:800 !important;
  line-height:1.35 !important;
}

html.brand-refresh .trial-total-note {
  font-size:clamp(13px, 1.05vw, 16px) !important;
}

html.brand-refresh .trial-focus-total {
  font-size:clamp(15px, 1.25vw, 18px) !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    display:grid !important;
    grid-template-columns:minmax(500px, .96fr) minmax(500px, 1.04fr) !important;
    grid-template-areas:
      "face food"
      "face copy"
      "choices choices"
      "proof proof" !important;
    min-height:calc(100vh - 90px) !important;
    padding:clamp(44px, 6vh, 82px) clamp(26px, 5vw, 90px) clamp(18px, 3vh, 44px) !important;
    column-gap:clamp(12px, 2.2vw, 42px) !important;
    row-gap:clamp(12px, 1.4vw, 22px) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    grid-area:face !important;
    position:relative !important;
    justify-self:start !important;
    align-self:center !important;
    width:clamp(1120px, 86vw, 1360px) !important;
    max-width:none !important;
    margin:0 !important;
    transform:translateX(clamp(-860px, -50vw, -650px)) translateY(clamp(-8px, 1.2vw, 20px)) rotate(-2deg) !important;
    z-index:1 !important;
    opacity:1 !important;
    animation:none !important;
    pointer-events:none !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    filter:drop-shadow(13px 16px 0 rgba(181,53,43,.10)) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    position:relative !important;
    z-index:5 !important;
    justify-self:end !important;
    align-self:end !important;
    width:min(48vw, 700px) !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:1.1fr .9fr !important;
    grid-template-rows:auto auto !important;
    gap:clamp(10px, 1vw, 15px) !important;
  }

  html.brand-refresh .hero-food-item {
    background:#fff !important;
    border:4px solid var(--border-default, #25211E) !important;
    border-radius:28px !important;
    box-shadow:9px 10px 0 rgba(43,38,34,.15) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:2.45 / 1 !important;
    transform:rotate(-1.2deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1.12 / .86 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    width:min(100%, 640px) !important;
    justify-self:center !important;
    margin:clamp(2px, 1vh, 14px) auto 0 !important;
    padding:0 !important;
    z-index:6 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    width:100% !important;
    max-width:640px !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    line-break:strict !important;
    font-size:clamp(48px, 5vw, 78px) !important;
    line-height:1.06 !important;
  }

  html.brand-refresh .hero-proof-panel {
    margin-top:clamp(4px, .9vw, 12px) !important;
    padding-top:clamp(12px, 1.2vw, 18px) !important;
    padding-bottom:clamp(10px, 1.2vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-width:1180px) {
  html.brand-refresh .site-header__nav.site-nav {
    gap:6px !important;
  }

  html.brand-refresh .site-nav-trigger {
    min-width:auto !important;
    padding-inline:10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(360px, .9fr) minmax(430px, 1.1fr) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:clamp(920px, 92vw, 1140px) !important;
    transform:translateX(clamp(-740px, -56vw, -560px)) translateY(12px) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(42px, 5vw, 64px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding:650px 14px 32px !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    top:-172px !important;
    left:-260px !important;
    width:min(202vw, 760px) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    top:106px !important;
    right:9px !important;
    width:min(58vw, 226px) !important;
    z-index:5 !important;
    gap:8px !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    aspect-ratio:1.74 / .9 !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1 / .88 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.5vw, 54px) !important;
    line-height:1.08 !important;
  }
}

/* 2026-06-18 LP23 final lock: concept-4 large face asset and left-weighted hero copy */
@media (min-width:761px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    transform:translateX(clamp(-650px, -36vw, -430px)) translateY(clamp(-330px, -22vw, -220px)) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    justify-self:start !important;
    transform:translateX(clamp(-110px, -5.5vw, -64px)) !important;
  }
}

/* 2026-06-18 LP23: concept-4 large face asset and left-weighted hero copy */
@media (min-width:761px) {
  html.brand-refresh .hero-copy-block--tabletop {
    justify-self:start !important;
    transform:translateX(clamp(-110px, -5.5vw, -64px)) !important;
  }
}

/* 2026-06-17 LP18 final visual lock:
   4番パッケージ方向の白地・巨大フェイス・赤白UIを最終優先にする。 */
html.brand-refresh,
html.brand-refresh body {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
  color:var(--border-default, #25211E) !important;
}

html.brand-refresh body::before,
html.brand-refresh body::after,
html.brand-refresh .hero::before,
html.brand-refresh .hero::after,
html.brand-refresh .hero-title::before,
html.brand-refresh .hero-title::after {
  background:none !important;
  background-image:none !important;
}

html.brand-refresh main,
html.brand-refresh section,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage,
html.brand-refresh .appetite-stage,
html.brand-refresh .tabletop-scenes,
html.brand-refresh .taste-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section,
html.brand-refresh .media-section,
html.brand-refresh .access-section,
html.brand-refresh .contact-section {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
  background-image:none !important;
}

html.brand-refresh .site-header {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
}

html.brand-refresh .site-header__brand span {
  display:none !important;
}

html.brand-refresh .site-header__inner {
  max-width:none !important;
  width:100% !important;
  min-width:0 !important;
  padding-inline:clamp(14px, 1.8vw, 32px) !important;
  gap:clamp(12px, 1.4vw, 24px) !important;
}

html.brand-refresh .site-header__brand {
  flex:0 0 auto !important;
  min-width:0 !important;
}

html.brand-refresh .site-header__brand picture,
html.brand-refresh .site-header__brand img {
  width:clamp(150px, 13.5vw, 236px) !important;
  max-width:236px !important;
}

html.brand-refresh .site-header__nav.site-nav {
  flex:1 1 auto !important;
  min-width:0 !important;
  justify-content:center !important;
  gap:clamp(8px, .9vw, 16px) !important;
}

html.brand-refresh .site-nav-trigger {
  min-width:76px !important;
  min-height:44px !important;
  padding:0 clamp(14px, 1.2vw, 22px) !important;
  background:#FFFFFF !important;
  color:var(--brand-red, #B5352B) !important;
  border:3px solid var(--border-default, #25211E) !important;
  border-radius:999px !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"▼" !important;
  margin-left:4px !important;
  font-size:.7em !important;
  color:currentColor !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red, #B5352B) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-header__actions {
  flex:0 0 auto !important;
  min-width:0 !important;
  gap:clamp(6px, .7vw, 12px) !important;
}

html.brand-refresh .site-header__login,
html.brand-refresh .site-header__phone,
html.brand-refresh .site-header__cart,
html.brand-refresh .site-header__reserve {
  min-width:auto !important;
  min-height:44px !important;
  padding:0 clamp(14px, 1.1vw, 22px) !important;
  white-space:nowrap !important;
  overflow:visible !important;
}

html.brand-refresh .site-header__reserve,
html.brand-refresh .site-header__reserve:link,
html.brand-refresh .site-header__reserve:visited {
  min-width:112px !important;
  color:#FFFFFF !important;
  background:var(--brand-red, #B5352B) !important;
  text-indent:0 !important;
}

html.brand-refresh .product-actions {
  gap:3px !important;
  margin-top:6px !important;
}

html.brand-refresh .product-trust-line {
  margin:4px 0 0 !important;
  line-height:1.25 !important;
}

html.brand-refresh .trial-final-nudge {
  margin:2px 0 0 !important;
  line-height:1.35 !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    display:grid !important;
    grid-template-columns:minmax(540px, .98fr) minmax(520px, 1.02fr) !important;
    grid-template-areas:
      "face food"
      "face copy"
      "choices choices"
      "proof proof" !important;
    min-height:calc(100vh - 88px) !important;
    padding:clamp(42px, 5.8vh, 78px) clamp(26px, 4.6vw, 86px) clamp(18px, 3vh, 42px) !important;
    column-gap:clamp(12px, 2vw, 38px) !important;
    row-gap:clamp(10px, 1.3vw, 20px) !important;
    overflow:hidden !important;
    background:#FFFFFF !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    grid-area:face !important;
    position:relative !important;
    justify-self:start !important;
    align-self:center !important;
    width:clamp(1120px, 86vw, 1360px) !important;
    max-width:none !important;
    margin:0 !important;
    transform:translateX(clamp(-860px, -50vw, -650px)) translateY(clamp(-8px, 1.2vw, 20px)) rotate(-2deg) !important;
    z-index:1 !important;
    opacity:1 !important;
    animation:none !important;
    pointer-events:none !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    filter:drop-shadow(13px 16px 0 rgba(181,53,43,.10)) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    position:relative !important;
    z-index:5 !important;
    justify-self:end !important;
    align-self:center !important;
    width:min(48vw, 700px) !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:1.08fr .92fr !important;
    grid-template-rows:auto auto !important;
    gap:clamp(10px, 1vw, 15px) !important;
  }

  html.brand-refresh .hero-food-item {
    background:#FFFFFF !important;
    border:4px solid var(--border-default, #25211E) !important;
    border-radius:28px !important;
    box-shadow:9px 10px 0 rgba(43,38,34,.15) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:2.45 / 1 !important;
    transform:rotate(-1.2deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1.12 / .86 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    width:min(100%, 650px) !important;
    justify-self:center !important;
    align-self:start !important;
    margin:clamp(0px, .6vh, 8px) auto 0 !important;
    padding:0 !important;
    z-index:6 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    width:100% !important;
    max-width:650px !important;
    font-size:clamp(50px, 4.85vw, 76px) !important;
    line-height:1.06 !important;
    color:var(--brand-red, #B5352B) !important;
    text-align:center !important;
    text-shadow:4px 5px 0 rgba(181,53,43,.13) !important;
  }

  html.brand-refresh .hero-benefit-copy {
    background:#FFFFFF !important;
    border:3px solid rgba(181,53,43,.45) !important;
  }
}

@media (min-width:761px) and (max-width:1180px) {
  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:clamp(132px, 13vw, 176px) !important;
  }

  html.brand-refresh .site-nav-trigger {
    min-width:auto !important;
    padding-inline:10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(380px, .94fr) minmax(430px, 1.06fr) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:clamp(920px, 92vw, 1140px) !important;
    transform:translateX(clamp(-740px, -56vw, -560px)) translateY(12px) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(42px, 4.9vw, 62px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    padding:650px 14px 32px !important;
    background:#FFFFFF !important;
    background-image:none !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    top:-72px !important;
    left:-260px !important;
    width:min(202vw, 760px) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    top:104px !important;
    right:8px !important;
    width:min(58vw, 226px) !important;
    z-index:5 !important;
    gap:8px !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.2vw, 52px) !important;
    line-height:1.08 !important;
    color:var(--brand-red, #B5352B) !important;
    text-align:center !important;
  }
}

/* 2026-06-17 LP17 logo clearance:
   顔は大きいまま左へ逃がし、タイトルに絶対かぶせない。 */
@media (min-width:1181px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    transform:translateX(clamp(-760px, -47vw, -560px)) translateY(clamp(-4px, 1.5vw, 24px)) rotate(-2deg) !important;
  }
}

@media (min-width:761px) and (max-width:1180px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    transform:translateX(clamp(-680px, -50vw, -470px)) translateY(18px) rotate(-2deg) !important;
  }
}

/* 2026-06-17 LP15 final brand composition:
   4番パッケージ方向。白地、赤線、巨大な顔ロゴ、焼き餃子・小籠包断面・水餃子断面を同一画面で見せる。 */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage {
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations,
html.brand-refresh .brand-dots,
html.brand-refresh .brand-paper-texture {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#fff !important;
  border-bottom:4px solid var(--border-default, #25211E) !important;
}

html.brand-refresh .site-nav-trigger {
  min-width:86px !important;
  background:#fff !important;
  color:var(--brand-red, #B5352B) !important;
  border-color:var(--border-default, #25211E) !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"⌄" !important;
  font-size:1.05em !important;
  line-height:1 !important;
  color:var(--brand-red, #B5352B) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red, #B5352B) !important;
  color:#fff !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after,
html.brand-refresh .site-nav-trigger:focus-visible::after {
  color:#fff !important;
}

html.brand-refresh .product-actions {
  gap:3px !important;
  margin-top:6px !important;
}

html.brand-refresh .product-trust-line {
  margin:4px 0 0 !important;
  line-height:1.25 !important;
}

html.brand-refresh .trial-final-nudge {
  margin:2px 0 0 !important;
  line-height:1.35 !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(500px, .96fr) minmax(500px, 1.04fr) !important;
    grid-template-areas:
      "face food"
      "face copy"
      "choices choices"
      "proof proof" !important;
    min-height:calc(100vh - 90px) !important;
    padding:clamp(44px, 6vh, 82px) clamp(26px, 5vw, 90px) clamp(18px, 3vh, 44px) !important;
    column-gap:clamp(12px, 2.2vw, 42px) !important;
    row-gap:clamp(12px, 1.4vw, 22px) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    grid-area:face !important;
    width:clamp(1120px, 86vw, 1360px) !important;
    transform:translateX(clamp(-860px, -50vw, -650px)) translateY(clamp(-8px, 1.2vw, 20px)) rotate(-2deg) !important;
    justify-self:start !important;
    align-self:center !important;
    z-index:1 !important;
    opacity:1 !important;
  }

  html.brand-refresh .hero-logo-image {
    filter:drop-shadow(13px 16px 0 rgba(181,53,43,.10)) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    width:min(48vw, 700px) !important;
    grid-template-columns:1.1fr .9fr !important;
    grid-template-rows:auto auto !important;
    justify-self:end !important;
    align-self:end !important;
    gap:clamp(10px, 1vw, 15px) !important;
    z-index:5 !important;
  }

  html.brand-refresh .hero-food-item {
    background:#fff !important;
    border:4px solid var(--border-default, #25211E) !important;
    border-radius:28px !important;
    box-shadow:9px 10px 0 rgba(43,38,34,.15) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:2.45 / 1 !important;
    transform:rotate(-1.2deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1.12 / .86 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    width:min(100%, 640px) !important;
    justify-self:center !important;
    margin:clamp(2px, 1vh, 14px) auto 0 !important;
    z-index:6 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    width:100% !important;
    max-width:640px !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    line-break:strict !important;
    font-size:clamp(48px, 5vw, 78px) !important;
    line-height:1.06 !important;
  }

  html.brand-refresh .hero-main-copy {
    margin-top:clamp(8px, 1.1vw, 14px) !important;
  }

  html.brand-refresh .hero-benefit-copy {
    margin-top:clamp(10px, 1.1vw, 14px) !important;
  }

  html.brand-refresh .hero-choice-panel {
    margin-top:clamp(2px, .8vw, 10px) !important;
  }

  html.brand-refresh .hero-proof-panel {
    margin-top:clamp(4px, .9vw, 12px) !important;
    padding-top:clamp(12px, 1.2vw, 18px) !important;
    padding-bottom:clamp(10px, 1.2vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-width:1180px) {
  html.brand-refresh .site-header__nav.site-nav {
    gap:6px !important;
  }

  html.brand-refresh .site-nav-trigger {
    min-width:auto !important;
    padding-inline:10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(360px, .9fr) minmax(430px, 1.1fr) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:clamp(920px, 92vw, 1140px) !important;
    transform:translateX(clamp(-740px, -56vw, -560px)) translateY(12px) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(42px, 5vw, 64px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding:650px 14px 32px !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    top:-172px !important;
    left:-260px !important;
    width:min(202vw, 760px) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    top:106px !important;
    right:9px !important;
    width:min(58vw, 226px) !important;
    z-index:5 !important;
    gap:8px !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    aspect-ratio:1.74 / .9 !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1 / .88 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.5vw, 54px) !important;
    line-height:1.08 !important;
  }

  html.brand-refresh .hero-proof-panel {
    margin-top:18px !important;
  }
}

/* 2026-06-17 LP12 absolute final override: this must remain at the physical EOF. */
html.brand-refresh {
  --red:#B5352B !important;
  --brand-red:#B5352B !important;
  --deep-red:#8E241F !important;
  --white:#FFFFFF !important;
  --paper:#FFFFFF !important;
  --cream:#FFFFFF !important;
  --yellow:#FFFFFF !important;
  --surface-1:#FFFFFF !important;
  --surface-2:#FFFFFF !important;
  --surface-3:#FFFFFF !important;
  --surface-brand:#B5352B !important;
  --border-default:#25211E !important;
}

html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage,
html.brand-refresh .appetite-stage,
html.brand-refresh .comic-section,
html.brand-refresh .quote-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section,
html.brand-refresh .media-section,
html.brand-refresh .taste-section,
html.brand-refresh .b2b-section,
html.brand-refresh .reservation-section,
html.brand-refresh .access-section,
html.brand-refresh .contact-section {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations,
html.brand-refresh .brand-dots,
html.brand-refresh .brand-paper-texture {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#FFFFFF !important;
  border-bottom:4px solid var(--border-default) !important;
  box-shadow:0 4px 0 rgba(181,53,43,.10) !important;
}

html.brand-refresh .site-header__inner {
  max-width:100% !important;
  width:100% !important;
  padding-inline:clamp(14px, 1.6vw, 30px) !important;
  gap:clamp(10px, 1.2vw, 22px) !important;
}

html.brand-refresh .site-header__brand {
  flex:0 0 auto !important;
}

html.brand-refresh .site-header__brand img {
  filter:none !important;
}

html.brand-refresh .site-header__nav.site-nav {
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(8px, .8vw, 14px) !important;
  overflow:visible !important;
}

html.brand-refresh .site-nav-group {
  position:relative !important;
  flex:0 0 auto !important;
}

html.brand-refresh .site-nav-trigger {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:42px !important;
  padding:0 clamp(14px, 1.1vw, 22px) !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  background:#FFFFFF !important;
  color:var(--border-default) !important;
  font-size:clamp(14px, 1vw, 17px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
  cursor:pointer !important;
  list-style:none !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-nav-trigger::-webkit-details-marker {
  display:none !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"▼" !important;
  color:var(--brand-red) !important;
  font-size:.72em !important;
  transform:translateY(1px) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after {
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-menu {
  position:absolute !important;
  top:calc(100% + 12px) !important;
  left:50% !important;
  z-index:2000 !important;
  display:grid !important;
  gap:8px !important;
  width:max-content !important;
  min-width:178px !important;
  padding:12px !important;
  border:3px solid var(--border-default) !important;
  border-radius:18px !important;
  background:#FFFFFF !important;
  box-shadow:8px 10px 0 rgba(43,38,34,.16) !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateX(-50%) translateY(-6px) !important;
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-menu,
html.brand-refresh .site-nav-group:hover .site-nav-menu,
html.brand-refresh .site-nav-group:focus-within .site-nav-menu {
  opacity:1 !important;
  visibility:visible !important;
  transform:translateX(-50%) translateY(0) !important;
}

html.brand-refresh .site-nav-menu a {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:38px !important;
  padding:0 12px !important;
  border:2px solid rgba(37,33,30,.18) !important;
  border-radius:12px !important;
  background:#FFFFFF !important;
  color:var(--border-default) !important;
  font-size:14px !important;
  font-weight:850 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-nav-menu a::after {
  content:"→" !important;
  margin-left:18px !important;
  color:var(--brand-red) !important;
  font-weight:950 !important;
}

html.brand-refresh .site-nav-menu a:hover,
html.brand-refresh .site-nav-menu a:focus-visible {
  background:var(--brand-red) !important;
  border-color:var(--brand-red) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-menu a:hover::after,
html.brand-refresh .site-nav-menu a:focus-visible::after {
  color:#FFFFFF !important;
}

html.brand-refresh .site-header__actions {
  flex:0 0 auto !important;
  gap:clamp(8px, .8vw, 14px) !important;
}

html.brand-refresh .site-header__login,
html.brand-refresh .site-header__phone,
html.brand-refresh .site-header__cart,
html.brand-refresh .site-header__reserve {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--border-default) !important;
  background:#FFFFFF !important;
  border:3px solid var(--border-default) !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-header__reserve {
  color:#FFFFFF !important;
  background:var(--brand-red) !important;
}

html.brand-refresh .hero-title.hero-stage {
  position:relative !important;
  overflow:hidden !important;
  min-height:calc(100vh - 88px) !important;
  display:grid !important;
  grid-template-columns:minmax(420px, .94fr) minmax(460px, 1.06fr) !important;
  grid-template-areas:
    "face food"
    "face copy"
    "choices choices"
    "proof proof" !important;
  align-items:center !important;
  column-gap:clamp(18px, 3vw, 58px) !important;
  row-gap:clamp(16px, 2vw, 30px) !important;
  padding:clamp(50px, 7vh, 92px) clamp(24px, 5vw, 86px) clamp(22px, 4vh, 54px) !important;
}

html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  grid-area:face !important;
  position:relative !important;
  z-index:1 !important;
  justify-self:start !important;
  align-self:center !important;
  width:min(76vw, 1030px) !important;
  max-width:none !important;
  margin:0 !important;
  transform:translateX(clamp(-310px, -18vw, -150px)) translateY(clamp(8px, 2.5vw, 34px)) rotate(-2deg) !important;
  opacity:1 !important;
  animation:none !important;
  filter:none !important;
  pointer-events:none !important;
}

html.brand-refresh .hero-logo-image {
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(12px 14px 0 rgba(181,53,43,.10)) !important;
}

html.brand-refresh .hero-logo-glow {
  display:none !important;
}

html.brand-refresh .hero-food-gallery {
  grid-area:food !important;
  position:relative !important;
  z-index:4 !important;
  justify-self:end !important;
  align-self:end !important;
  width:min(43vw, 610px) !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns:1.05fr .95fr !important;
  grid-template-rows:auto auto !important;
  gap:clamp(10px, 1.2vw, 16px) !important;
}

html.brand-refresh .hero-food-item {
  overflow:hidden !important;
  background:#FFFFFF !important;
  border:4px solid var(--border-default) !important;
  border-radius:26px !important;
  box-shadow:8px 10px 0 rgba(43,38,34,.14) !important;
}

html.brand-refresh .hero-food-item img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

html.brand-refresh .hero-food-item--yaki {
  grid-column:1 / span 2 !important;
  aspect-ratio:2.28 / 1 !important;
  transform:rotate(-1.2deg) !important;
}

html.brand-refresh .hero-food-item--xlb,
html.brand-refresh .hero-food-item--sui {
  aspect-ratio:1.05 / .82 !important;
  transform:rotate(.8deg) !important;
}

html.brand-refresh .hero-food-item--sui {
  transform:rotate(-1.1deg) !important;
}

html.brand-refresh .hero-food-item figcaption {
  left:14px !important;
  bottom:14px !important;
  background:var(--brand-red) !important;
  color:#FFFFFF !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:none !important;
}

html.brand-refresh .hero-copy-block--tabletop {
  grid-area:copy !important;
  position:relative !important;
  z-index:6 !important;
  align-self:start !important;
  justify-self:center !important;
  width:min(100%, 760px) !important;
  margin:clamp(10px, 2vh, 26px) auto 0 !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  color:var(--brand-red) !important;
  text-shadow:4px 5px 0 rgba(181,53,43,.13) !important;
  font-size:clamp(50px, 6.4vw, 104px) !important;
  line-height:1.02 !important;
  letter-spacing:0 !important;
}

html.brand-refresh .hero-main-copy,
html.brand-refresh .hero-brand-line,
html.brand-refresh .hero-benefit-copy {
  color:var(--border-default) !important;
}

html.brand-refresh .hero-benefit-copy {
  background:#FFFFFF !important;
  border:3px solid rgba(181,53,43,.45) !important;
  border-radius:18px !important;
  padding:12px 18px !important;
  box-shadow:5px 6px 0 rgba(181,53,43,.08) !important;
}

html.brand-refresh .hero-choice-panel {
  grid-area:choices !important;
  position:relative !important;
  z-index:8 !important;
}

html.brand-refresh .hero-proof-panel {
  grid-area:proof !important;
  position:relative !important;
  z-index:7 !important;
  background:#FFFFFF !important;
  padding-bottom:clamp(12px, 1.5vw, 20px) !important;
  margin-bottom:0 !important;
}

html.brand-refresh .tabelog-proof {
  background:#FFFFFF !important;
  margin:10px auto 0 !important;
  padding:10px 18px !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.10) !important;
}

html.brand-refresh .quote-section {
  padding-top:clamp(36px, 5vw, 72px) !important;
}

@media (min-width:761px) and (max-width:1320px) {
  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:clamp(145px, 12vw, 210px) !important;
  }

  html.brand-refresh .site-header__actions {
    gap:7px !important;
  }

  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone,
  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    padding-inline:clamp(10px, .8vw, 14px) !important;
    font-size:clamp(13px, .95vw, 15px) !important;
  }

  html.brand-refresh .site-nav-trigger {
    padding-inline:clamp(11px, .85vw, 16px) !important;
    font-size:clamp(13px, .95vw, 15px) !important;
  }
}

@media (min-width:761px) and (max-height:820px) {
  html.brand-refresh .hero-title.hero-stage {
    min-height:auto !important;
    padding-top:clamp(40px, 5vh, 58px) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:min(68vw, 900px) !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(41vw, 560px) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(46px, 5.7vw, 84px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .site-header {
    height:76px !important;
  }

  html.brand-refresh .site-header__inner {
    height:76px !important;
    padding:8px 10px !important;
    justify-content:space-between !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:132px !important;
  }

  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__nav,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .site-header__actions {
    width:auto !important;
    margin-left:auto !important;
    gap:7px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    height:42px !important;
    padding:0 10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    min-height:auto !important;
    padding:552px 14px 36px !important;
    overflow:hidden !important;
    background:#FFFFFF !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:1 !important;
    top:16px !important;
    left:-208px !important;
    width:min(150vw, 570px) !important;
    transform:rotate(-2deg) !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    z-index:4 !important;
    top:142px !important;
    right:10px !important;
    width:min(50vw, 196px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:9px !important;
  }

  html.brand-refresh .hero-food-item {
    border-width:2.5px !important;
    border-radius:18px !important;
    box-shadow:5px 6px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:1.65 / .9 !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1 / 1 !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:7px !important;
    bottom:7px !important;
    padding:4px 7px !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }

  html.brand-refresh .hero-speech {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    position:relative !important;
    z-index:6 !important;
    width:100% !important;
    margin:0 auto !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(37px, 11vw, 52px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }

  html.brand-refresh .hero-benefit-copy {
    padding:10px 12px !important;
  }

  html.brand-refresh .tabelog-proof {
    margin-top:8px !important;
    gap:8px 10px !important;
  }
}

/* 2026-06-17 LP11 true final brand layer:
   添付4番の考え方。白地に赤、巨大な顔、料理写真、押せる大分類UIを最後に固定する。 */
html.brand-refresh {
  --red:#B5352B !important;
  --brand-red:#B5352B !important;
  --deep-red:#8E241F !important;
  --white:#FFFFFF !important;
  --paper:#FFFFFF !important;
  --cream:#FFFFFF !important;
  --yellow:#FFFFFF !important;
  --surface-1:#FFFFFF !important;
  --surface-2:#FFFFFF !important;
  --surface-3:#FFFFFF !important;
  --surface-brand:#B5352B !important;
  --border-default:#25211E !important;
}

html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage,
html.brand-refresh .appetite-stage,
html.brand-refresh .comic-section,
html.brand-refresh .quote-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section,
html.brand-refresh .media-section,
html.brand-refresh .taste-section,
html.brand-refresh .b2b-section,
html.brand-refresh .reservation-section,
html.brand-refresh .access-section,
html.brand-refresh .contact-section {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations,
html.brand-refresh .brand-dots,
html.brand-refresh .brand-paper-texture {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#FFFFFF !important;
  border-bottom:4px solid var(--border-default) !important;
  box-shadow:0 4px 0 rgba(181,53,43,.10) !important;
}

html.brand-refresh .site-header__inner {
  max-width:100% !important;
  width:100% !important;
  padding-inline:clamp(14px, 1.6vw, 30px) !important;
  gap:clamp(10px, 1.2vw, 22px) !important;
}

html.brand-refresh .site-header__brand {
  flex:0 0 auto !important;
}

html.brand-refresh .site-header__brand img {
  filter:none !important;
}

html.brand-refresh .site-header__nav.site-nav {
  flex:1 1 auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(8px, .8vw, 14px) !important;
  overflow:visible !important;
}

html.brand-refresh .site-nav-group {
  position:relative !important;
  flex:0 0 auto !important;
}

html.brand-refresh .site-nav-trigger {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:42px !important;
  padding:0 clamp(14px, 1.1vw, 22px) !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  background:#FFFFFF !important;
  color:var(--border-default) !important;
  font-size:clamp(14px, 1vw, 17px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
  cursor:pointer !important;
  list-style:none !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-nav-trigger::-webkit-details-marker {
  display:none !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"▼" !important;
  color:var(--brand-red) !important;
  font-size:.72em !important;
  transform:translateY(1px) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after {
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-menu {
  position:absolute !important;
  top:calc(100% + 12px) !important;
  left:50% !important;
  z-index:2000 !important;
  display:grid !important;
  gap:8px !important;
  width:max-content !important;
  min-width:178px !important;
  padding:12px !important;
  border:3px solid var(--border-default) !important;
  border-radius:18px !important;
  background:#FFFFFF !important;
  box-shadow:8px 10px 0 rgba(43,38,34,.16) !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateX(-50%) translateY(-6px) !important;
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-menu,
html.brand-refresh .site-nav-group:hover .site-nav-menu,
html.brand-refresh .site-nav-group:focus-within .site-nav-menu {
  opacity:1 !important;
  visibility:visible !important;
  transform:translateX(-50%) translateY(0) !important;
}

html.brand-refresh .site-nav-menu a {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:38px !important;
  padding:0 12px !important;
  border:2px solid rgba(37,33,30,.18) !important;
  border-radius:12px !important;
  background:#FFFFFF !important;
  color:var(--border-default) !important;
  font-size:14px !important;
  font-weight:850 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-nav-menu a::after {
  content:"→" !important;
  margin-left:18px !important;
  color:var(--brand-red) !important;
  font-weight:950 !important;
}

html.brand-refresh .site-nav-menu a:hover,
html.brand-refresh .site-nav-menu a:focus-visible {
  background:var(--brand-red) !important;
  border-color:var(--brand-red) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-menu a:hover::after,
html.brand-refresh .site-nav-menu a:focus-visible::after {
  color:#FFFFFF !important;
}

html.brand-refresh .site-header__actions {
  flex:0 0 auto !important;
  gap:clamp(8px, .8vw, 14px) !important;
}

html.brand-refresh .site-header__login,
html.brand-refresh .site-header__phone,
html.brand-refresh .site-header__cart,
html.brand-refresh .site-header__reserve {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--border-default) !important;
  background:#FFFFFF !important;
  border:3px solid var(--border-default) !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-header__reserve {
  color:#FFFFFF !important;
  background:var(--brand-red) !important;
}

html.brand-refresh .hero-title.hero-stage {
  position:relative !important;
  overflow:hidden !important;
  min-height:calc(100vh - 88px) !important;
  display:grid !important;
  grid-template-columns:minmax(420px, .94fr) minmax(460px, 1.06fr) !important;
  grid-template-areas:
    "face food"
    "face copy"
    "choices choices"
    "proof proof" !important;
  align-items:center !important;
  column-gap:clamp(18px, 3vw, 58px) !important;
  row-gap:clamp(16px, 2vw, 30px) !important;
  padding:clamp(50px, 7vh, 92px) clamp(24px, 5vw, 86px) clamp(22px, 4vh, 54px) !important;
}

html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  grid-area:face !important;
  position:relative !important;
  z-index:1 !important;
  justify-self:start !important;
  align-self:center !important;
  width:min(76vw, 1030px) !important;
  max-width:none !important;
  margin:0 !important;
  transform:translateX(clamp(-310px, -18vw, -150px)) translateY(clamp(8px, 2.5vw, 34px)) rotate(-2deg) !important;
  opacity:1 !important;
  animation:none !important;
  filter:none !important;
  pointer-events:none !important;
}

html.brand-refresh .hero-logo-image {
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  object-fit:contain !important;
  filter:drop-shadow(12px 14px 0 rgba(181,53,43,.10)) !important;
}

html.brand-refresh .hero-logo-glow {
  display:none !important;
}

html.brand-refresh .hero-food-gallery {
  grid-area:food !important;
  position:relative !important;
  z-index:4 !important;
  justify-self:end !important;
  align-self:end !important;
  width:min(43vw, 610px) !important;
  margin:0 !important;
  display:grid !important;
  grid-template-columns:1.05fr .95fr !important;
  grid-template-rows:auto auto !important;
  gap:clamp(10px, 1.2vw, 16px) !important;
}

html.brand-refresh .hero-food-item {
  overflow:hidden !important;
  background:#FFFFFF !important;
  border:4px solid var(--border-default) !important;
  border-radius:26px !important;
  box-shadow:8px 10px 0 rgba(43,38,34,.14) !important;
}

html.brand-refresh .hero-food-item img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

html.brand-refresh .hero-food-item--yaki {
  grid-column:1 / span 2 !important;
  aspect-ratio:2.28 / 1 !important;
  transform:rotate(-1.2deg) !important;
}

html.brand-refresh .hero-food-item--xlb,
html.brand-refresh .hero-food-item--sui {
  aspect-ratio:1.05 / .82 !important;
  transform:rotate(.8deg) !important;
}

html.brand-refresh .hero-food-item--sui {
  transform:rotate(-1.1deg) !important;
}

html.brand-refresh .hero-food-item figcaption {
  left:14px !important;
  bottom:14px !important;
  background:var(--brand-red) !important;
  color:#FFFFFF !important;
  border:0 !important;
  border-radius:999px !important;
  box-shadow:none !important;
}

html.brand-refresh .hero-copy-block--tabletop {
  grid-area:copy !important;
  position:relative !important;
  z-index:6 !important;
  align-self:start !important;
  justify-self:center !important;
  width:min(100%, 760px) !important;
  margin:clamp(10px, 2vh, 26px) auto 0 !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  color:var(--brand-red) !important;
  text-shadow:4px 5px 0 rgba(181,53,43,.13) !important;
  font-size:clamp(50px, 6.4vw, 104px) !important;
  line-height:1.02 !important;
  letter-spacing:0 !important;
}

html.brand-refresh .hero-main-copy,
html.brand-refresh .hero-brand-line,
html.brand-refresh .hero-benefit-copy {
  color:var(--border-default) !important;
}

html.brand-refresh .hero-benefit-copy {
  background:#FFFFFF !important;
  border:3px solid rgba(181,53,43,.45) !important;
  border-radius:18px !important;
  padding:12px 18px !important;
  box-shadow:5px 6px 0 rgba(181,53,43,.08) !important;
}

html.brand-refresh .hero-choice-panel {
  grid-area:choices !important;
  position:relative !important;
  z-index:8 !important;
}

html.brand-refresh .hero-proof-panel {
  grid-area:proof !important;
  position:relative !important;
  z-index:7 !important;
  background:#FFFFFF !important;
  padding-bottom:clamp(12px, 1.5vw, 20px) !important;
  margin-bottom:0 !important;
}

html.brand-refresh .tabelog-proof {
  background:#FFFFFF !important;
  margin:10px auto 0 !important;
  padding:10px 18px !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.10) !important;
}

html.brand-refresh .quote-section {
  padding-top:clamp(36px, 5vw, 72px) !important;
}

@media (min-width:761px) and (max-width:1320px) {
  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:clamp(145px, 12vw, 210px) !important;
  }

  html.brand-refresh .site-header__actions {
    gap:7px !important;
  }

  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone,
  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    padding-inline:clamp(10px, .8vw, 14px) !important;
    font-size:clamp(13px, .95vw, 15px) !important;
  }

  html.brand-refresh .site-nav-trigger {
    padding-inline:clamp(11px, .85vw, 16px) !important;
    font-size:clamp(13px, .95vw, 15px) !important;
  }
}

@media (min-width:761px) and (max-height:820px) {
  html.brand-refresh .hero-title.hero-stage {
    min-height:auto !important;
    padding-top:clamp(40px, 5vh, 58px) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:min(68vw, 900px) !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(41vw, 560px) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(46px, 5.7vw, 84px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .site-header {
    height:76px !important;
  }

  html.brand-refresh .site-header__inner {
    height:76px !important;
    padding:8px 10px !important;
    justify-content:space-between !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:132px !important;
  }

  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__nav,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .site-header__actions {
    width:auto !important;
    margin-left:auto !important;
    gap:7px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    height:42px !important;
    padding:0 10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    min-height:auto !important;
    padding:552px 14px 36px !important;
    overflow:hidden !important;
    background:#FFFFFF !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:1 !important;
    top:16px !important;
    left:-208px !important;
    width:min(150vw, 570px) !important;
    transform:rotate(-2deg) !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    z-index:4 !important;
    top:142px !important;
    right:10px !important;
    width:min(50vw, 196px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:9px !important;
  }

  html.brand-refresh .hero-food-item {
    border-width:2.5px !important;
    border-radius:18px !important;
    box-shadow:5px 6px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:1.65 / .9 !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1 / 1 !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:7px !important;
    bottom:7px !important;
    padding:4px 7px !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }

  html.brand-refresh .hero-speech {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    position:relative !important;
    z-index:6 !important;
    width:100% !important;
    margin:0 auto !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(37px, 11vw, 52px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }

  html.brand-refresh .hero-benefit-copy {
    padding:10px 12px !important;
  }

  html.brand-refresh .tabelog-proof {
    margin-top:8px !important;
    gap:8px 10px !important;
  }
}

/* 2026-06-17 LP10 brand decision layer:
   添付4の方向へ、巨大な顔・右上の実物餃子・赤白UIに最終統一する。 */
html.brand-refresh {
  --yellow:#FFFFFF !important;
  --surface-1:#FFFFFF !important;
  --surface-2:#FFFFFF !important;
  --surface-3:#FFFFFF !important;
  --surface-brand:#B5352B !important;
  --surface-brand-deep:#8E2A22 !important;
}

html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-bg,
html.brand-refresh .hero-title,
html.brand-refresh .appetite-stage,
html.brand-refresh .comic-section,
html.brand-refresh .quote-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section {
  background:#FFFFFF !important;
  background-color:#FFFFFF !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#FFFFFF !important;
  border-bottom:4px solid var(--border-default) !important;
}

html.brand-refresh .site-header__inner {
  display:flex !important;
  align-items:center !important;
  gap:clamp(10px, 1.2vw, 18px) !important;
}

html.brand-refresh .site-header__nav.site-nav {
  flex:1 1 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(8px, 1vw, 16px) !important;
  overflow:visible !important;
  white-space:nowrap !important;
}

html.brand-refresh .site-nav-group {
  position:relative !important;
  flex:0 0 auto !important;
}

html.brand-refresh .site-nav-trigger {
  list-style:none !important;
  cursor:pointer !important;
  min-height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 18px !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  background:#FFFFFF !important;
  color:var(--text-default) !important;
  font-weight:900 !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.14) !important;
}

html.brand-refresh .site-nav-trigger::-webkit-details-marker {
  display:none !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"▼" !important;
  color:var(--surface-brand) !important;
  font-size:.7em !important;
  transform:translateY(-1px) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger {
  background:var(--surface-brand) !important;
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after {
  color:#FFFFFF !important;
}

html.brand-refresh .site-nav-menu {
  position:absolute !important;
  top:calc(100% + 10px) !important;
  left:50% !important;
  transform:translateX(-50%) translateY(-4px) !important;
  z-index:200 !important;
  min-width:190px !important;
  padding:10px !important;
  border:3px solid var(--border-default) !important;
  border-radius:20px !important;
  background:#FFFFFF !important;
  box-shadow:7px 8px 0 rgba(43,38,34,.16), 0 18px 34px rgba(43,38,34,.12) !important;
  opacity:0 !important;
  pointer-events:none !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-menu,
html.brand-refresh .site-nav-group:hover .site-nav-menu,
html.brand-refresh .site-nav-group:focus-within .site-nav-menu {
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}

html.brand-refresh .site-nav-menu a {
  display:block !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  color:var(--text-default) !important;
  text-decoration:none !important;
  font-weight:900 !important;
}

html.brand-refresh .site-nav-menu a:hover,
html.brand-refresh .site-nav-menu a:focus-visible {
  background:var(--surface-brand) !important;
  color:#FFFFFF !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(430px, .95fr) minmax(430px, .95fr) !important;
    grid-template-areas:
      "face food"
      "copy copy"
      "choice choice"
      "proof proof" !important;
    align-items:center !important;
    padding:clamp(52px, 5vw, 86px) clamp(24px, 4vw, 72px) clamp(28px, 4vw, 64px) !important;
    row-gap:clamp(18px, 2.4vw, 36px) !important;
    overflow:visible !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:min(68vw, 960px) !important;
    justify-self:start !important;
    transform:translateX(clamp(-220px, -13vw, -120px)) rotate(-2deg) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(42vw, 570px) !important;
    justify-self:end !important;
    transform:translateX(clamp(-42px, -2vw, -18px)) !important;
    z-index:4 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    z-index:5 !important;
    margin-top:clamp(8px, 1.6vw, 28px) !important;
  }
}

html.brand-refresh .hero-proof-panel {
  padding-bottom:clamp(14px, 2vw, 24px) !important;
  margin-bottom:0 !important;
}

html.brand-refresh .tabelog-proof {
  background:#FFFFFF !important;
  margin:12px auto 8px !important;
  padding:10px 18px !important;
}

html.brand-refresh .reviews-section {
  padding-bottom:clamp(20px, 3vw, 36px) !important;
}

@media (max-width:760px) {
  html.brand-refresh .site-header__nav.site-nav {
    display:none !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    padding:560px 14px 36px !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    top:12px !important;
    left:-186px !important;
    width:min(145vw, 540px) !important;
    transform:rotate(-2deg) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    top:142px !important;
    right:10px !important;
    width:min(48vw, 186px) !important;
    z-index:4 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    position:relative !important;
    z-index:5 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.5vw, 52px) !important;
    line-height:1.08 !important;
  }
}

/* 2026-06-17 LP8 final mobile hero correction:
   最終行で確定。巨大な顔ロゴ、焼き餃子、小籠包断面、水餃子断面を同居させ、見出しとは重ねない。 */
@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding:420px 14px 40px !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    top:24px !important;
    left:-94px !important;
    width:min(98vw, 380px) !important;
  }

  html.brand-refresh .hero-food-gallery {
    top:128px !important;
    right:12px !important;
    width:min(46vw, 180px) !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    min-height:24px !important;
    padding:4px 7px !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }
}

/* 2026-06-17 final mobile brand composition:
   顔ロゴを大きく見せ、焼き餃子・小籠包断面・水餃子断面を同じ視界に収める。 */
@media (max-width:760px) {
  html.brand-refresh .site-header {
    height:76px !important;
  }

  html.brand-refresh .site-header__inner {
    height:76px !important;
    padding:8px 12px !important;
    justify-content:space-between !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand {
    flex:0 0 auto !important;
    width:auto !important;
    min-width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand picture {
    display:block !important;
    width:132px !important;
    flex:0 0 auto !important;
  }

  html.brand-refresh .site-header__brand img {
    display:block !important;
    width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__nav,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .site-header__actions {
    flex:0 0 auto !important;
    width:auto !important;
    margin-left:auto !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    height:42px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    padding:420px 14px 40px !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:1 !important;
    top:30px !important;
    left:-128px !important;
    width:min(122vw, 470px) !important;
    transform:rotate(-2deg) !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    transform:none !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    z-index:4 !important;
    top:166px !important;
    right:12px !important;
    width:min(60vw, 252px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:10px !important;
    margin:0 !important;
  }

  html.brand-refresh .hero-food-item {
    border-width:2.5px !important;
    border-radius:20px !important;
    box-shadow:5px 6px 0 rgba(43,38,34,.12), 0 12px 20px rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    grid-row:auto !important;
    transform:rotate(-1.5deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    transform:none !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:7px !important;
    bottom:7px !important;
    min-height:28px !important;
    padding:5px 9px !important;
    font-size:11px !important;
    line-height:1.1 !important;
  }

  html.brand-refresh .hero-speech {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    width:100% !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.7vw, 54px) !important;
    line-height:1.08 !important;
  }
}

/* 2026-06-17 strict top hero composition:
   顔ロゴの巨大感を残しながら、焼き餃子・小籠包・水餃子を同じ視界に収める。 */
html.brand-refresh .hero-title.hero-stage {
  padding-top:clamp(32px, 4vw, 58px) !important;
  row-gap:clamp(14px, 2.2vw, 30px) !important;
  column-gap:clamp(10px, 2.2vw, 34px) !important;
}

html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  width:min(52vw, 680px) !important;
  transform:translateX(clamp(-78px, -5.6vw, -38px)) rotate(-2deg) !important;
  animation:none !important;
  opacity:1 !important;
  filter:none !important;
}

html.brand-refresh .hero-food-gallery {
  width:min(43vw, 548px) !important;
}

html.brand-refresh .hero-food-item--yaki img {
  object-position:52% 50% !important;
}

html.brand-refresh .hero-food-item--xlb img,
html.brand-refresh .hero-food-item--sui img {
  object-position:50% 52% !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  font-size:clamp(42px, 5.7vw, 84px) !important;
}

@media (max-width:1500px) and (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    padding-top:clamp(28px, 3.4vw, 48px) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:min(50vw, 650px) !important;
    transform:translateX(clamp(-70px, -5vw, -34px)) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(41vw, 520px) !important;
  }
}

@media (min-width:761px) and (max-height:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding-top:clamp(34px, 4vw, 56px) !important;
    row-gap:clamp(16px, 2vw, 28px) !important;
  }
  html.brand-refresh .hero-logo-shell {
    width:min(52vw, 640px) !important;
  }
  html.brand-refresh .hero-food-gallery {
    width:min(42vw, 520px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:1fr !important;
    grid-template-areas:"face" "food" "copy" "choice" "proof" !important;
    padding:clamp(34px, 10vw, 62px) 16px 42px !important;
    row-gap:22px !important;
  }

  html.brand-refresh .hero-logo-shell {
    justify-self:start !important;
    width:min(150vw, 660px) !important;
    transform:translateX(-38vw) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(94vw, 540px) !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:12px !important;
    margin-top:-28px !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    grid-row:auto !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    transform:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 13vw, 64px) !important;
    line-height:1.06 !important;
  }

  html.brand-refresh .hero-speech {
    position:static !important;
    max-width:none !important;
    margin:2px auto !important;
  }

  html.brand-refresh .hero-speech::after {
    display:none !important;
  }

  html.brand-refresh #handmade-process-section .comic-panel::before,
  html.brand-refresh #products-section .comic-panel::before,
  html.brand-refresh .reviews-panel-expanded::before {
    width:78px !important;
    height:78px !important;
    top:-44px !important;
    right:18px !important;
  }
}

/* 2026-06-17 visual QA final tuning */
html.brand-refresh .hero-logo-shell {
  width:min(56vw, 720px) !important;
  transform:translateX(clamp(-82px, -6vw, -42px)) rotate(-2deg) !important;
}

html.brand-refresh .hero-food-gallery {
  width:min(44vw, 570px) !important;
}

@media (max-width:1500px) {
  html.brand-refresh .site-header__nav {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
    max-width:calc(100vw - 520px) !important;
  }
  html.brand-refresh .site-header__nav::-webkit-scrollbar { display:none !important; }
  html.brand-refresh .site-header__nav a {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(5px, .6vw, 10px) !important;
  }
  html.brand-refresh .site-header__actions a,
  html.brand-refresh .site-header__actions button {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(10px, 1vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-height:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding-top:clamp(34px, 4vw, 56px) !important;
    row-gap:clamp(16px, 2vw, 28px) !important;
  }
  html.brand-refresh .hero-logo-shell {
    width:min(52vw, 640px) !important;
  }
  html.brand-refresh .hero-food-gallery {
    width:min(42vw, 520px) !important;
  }
}

/* ===================== 2. 背景の従属(surface階層へ一掃) ===================== */
html.brand-refresh { background: var(--surface-1); }
html.brand-refresh body { background: var(--surface-1) !important; color: var(--text-default); }
html.brand-refresh .hero,
html.brand-refresh main,
html.brand-refresh section:not([class*="footer"]):not([class*="cta-band"]) { background: var(--surface-1) !important; }
html.brand-refresh .product-card,
html.brand-refresh .comic-panel,
html.brand-refresh .hero-food-card,
html.brand-refresh .hero-speech,
html.brand-refresh .hero-proof-panel { background: var(--surface-2) !important; }
/* 4導線の色違い黄土グラデ→薄地一本 */
html.brand-refresh .hero-choice,
html.brand-refresh .hero-choice--gift,
html.brand-refresh .hero-choice--b2b,
html.brand-refresh .hero-choice--reserve { background: var(--surface-3) !important; --hero-choice-accent: var(--surface-brand) !important; }
/* 朱面: フッタ/CTAバンド */
html.brand-refresh footer,
html.brand-refresh .site-footer,
html.brand-refresh .footer { background: var(--surface-brand) !important; color: var(--text-on-brand) !important; }
html.brand-refresh footer a,
html.brand-refresh .site-footer a,
html.brand-refresh .footer a { color: var(--text-on-brand) !important; }

/* ===================== 3. ヒーロー(レイアウト維持+憲法差分) ===================== */
html.brand-refresh .hero-title {
  position: relative; display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  grid-template-areas: "face food" "copy copy" "choice choice" "proof proof";
  align-items: center; column-gap: clamp(16px,4vw,48px); row-gap: clamp(20px,3vw,32px);
  max-width: var(--container-max); margin: 0 auto; padding: clamp(16px,4vw,40px) clamp(16px,4vw,32px);
}
html.brand-refresh .hero-logo-shell  { grid-area: face; margin:0; max-width:none; }
html.brand-refresh .hero-food-card    { grid-area: food; margin:0; border-radius: var(--radius-xl); border:3px solid var(--border-default); box-shadow: var(--shadow-3); overflow:hidden; position:relative; }
html.brand-refresh .hero-copy-block   { grid-area: copy; text-align:center; }
html.brand-refresh .hero-choice-panel { grid-area: choice; }
html.brand-refresh .hero-proof-panel  { grid-area: proof; }
html.brand-refresh .hero-logo-shell .hero-logo-picture { display:block; }
html.brand-refresh .hero-logo-image { width:min(100%,400px); height:auto; margin:0 auto; display:block; }
html.brand-refresh .hero-logo-glow { display:none; }
html.brand-refresh .hero-food-card picture,
html.brand-refresh .hero-food-card img { display:block; width:100%; height:100%; object-fit:cover; aspect-ratio:1/1; }
html.brand-refresh .hero-food-card figcaption {
  position:absolute; left:12px; bottom:12px; background: var(--surface-brand) !important; color: var(--text-on-brand) !important;
  font: var(--fw-bold) clamp(14px,2.4vw,18px)/1.2 var(--font); padding:6px 14px; border-radius: var(--radius-pill); box-shadow:none !important;
}
html.brand-refresh .hero-speech {
  position:absolute; z-index:4; margin:0; background: var(--surface-2) !important; color: var(--text-default);
  border:2.5px solid var(--border-default); border-radius:16px; padding:7px 14px;
  font: var(--fw-bold) var(--fs-quip)/1.35 var(--font); box-shadow:3px 3px 0 rgba(43,38,34,.14) !important; max-width:46%;
}
html.brand-refresh .hero-speech::after { content:""; position:absolute; bottom:-11px; border:6px solid transparent; border-top-color: var(--border-default); }
html.brand-refresh .hero-speech--left  { left: clamp(4px,3vw,28px); top:6px; }
html.brand-refresh .hero-speech--left::after  { left:26px; }
html.brand-refresh .hero-speech--right { right: clamp(4px,3vw,28px); top:6px; }
html.brand-refresh .hero-speech--right::after { right:26px; }
/* H1: 憲法第1章#5 墨で据える(黄金多段影撤去) */
html.brand-refresh .hero-h1 {
  font-family: var(--font) !important; font-size: var(--fs-display) !important; font-weight: var(--fw-black) !important;
  line-height: var(--lh-display) !important; color: var(--text-default) !important; letter-spacing:.01em; margin:0 0 14px;
  text-shadow:2px 2px 0 rgba(142,42,34,.16) !important;
}
html.brand-refresh .hero-main-copy { font-size: var(--fs-body) !important; }
html.brand-refresh .hero-brand-line--main { color: var(--text-default); font-weight: var(--fw-bold); }
html.brand-refresh .hero-brand-line--sub  { color: var(--text-brand); font-weight: var(--fw-bold); }
html.brand-refresh .hero-benefit-copy { color: var(--text-default); }

@media (max-width:760px){
  html.brand-refresh .hero-title { grid-template-columns:1fr; grid-template-areas:"face" "food" "copy" "choice" "proof"; }
  html.brand-refresh .hero-logo-image { width:min(74%,280px); }
  html.brand-refresh .hero-food-card { max-width:88%; margin:0 auto; }
  html.brand-refresh .hero-speech { position:static; max-width:none; display:inline-block; margin:4px auto; }
  html.brand-refresh .hero-speech::after { display:none; }
}

/* ===================== 3-1 ナビ/ヘッダー ===================== */
html.brand-refresh header,
html.brand-refresh .header,
html.brand-refresh .site-header,
html.brand-refresh nav.navbar {
  background: color-mix(in srgb, var(--surface-1) 90%, transparent) !important;
  border-bottom:2px solid var(--border-default) !important; box-shadow: var(--shadow-1) !important;
}
html.brand-refresh .header .brand-name,
html.brand-refresh .logo-text { color: var(--c-red-700) !important; font-family: var(--font) !important; }
html.brand-refresh nav a { color: var(--text-default) !important; }
html.brand-refresh nav a:hover { color: var(--text-brand) !important; }
html.brand-refresh nav a[aria-current="page"],
html.brand-refresh nav a.active { color: var(--text-brand) !important; font-weight: var(--fw-bold) !important; }

/* ===================== 3-3 ボタン(主/副/カウンター) ===================== */
html.brand-refresh .product-card .add-to-cart,
html.brand-refresh .checkout-direct-unified,
html.brand-refresh .hero-choice-action,
html.brand-refresh .cta-panel-link {
  background: var(--surface-brand) !important; color: var(--text-on-brand) !important;
  border:3px solid var(--border-default) !important; border-radius: var(--radius-pill) !important;
  font-weight: var(--fw-bold) !important; text-shadow:none !important;
  box-shadow: var(--shadow-2), var(--btn-lift) !important; min-height: var(--tap-min);
  transition: transform var(--motion-fast) var(--ease-tonton), box-shadow var(--motion-fast) var(--ease-tonton), background-color var(--motion-fast) var(--ease-tonton);
}
html.brand-refresh .checkout-direct-unified:hover:not(:disabled),
html.brand-refresh .product-card .add-to-cart:hover,
html.brand-refresh .cta-panel-link:hover {
  background: var(--c-red-600) !important; transform: translateY(-2px) !important; box-shadow: var(--shadow-3), var(--btn-lift) !important;
}
html.brand-refresh .checkout-direct-unified:active:not(:disabled),
html.brand-refresh .product-card .add-to-cart:active {
  transform: translate(0,3px) scale(0.98) !important; box-shadow: var(--shadow-1), 0 1px 0 var(--c-red-600) !important;
}
html.brand-refresh .checkout-direct-unified:disabled { background: rgba(181,53,43,.38) !important; opacity:1 !important; }
html.brand-refresh .checkout-direct-unified { min-width:0 !important; width:100% !important; max-width:520px; }
/* mixカウンター: 丸+朱字 */
html.brand-refresh .mix-counter-btn {
  background: var(--surface-2) !important; color: var(--text-brand) !important;
  border:3px solid var(--border-default) !important; border-radius:50% !important;
  box-shadow:0 3px 0 var(--border-subtle) !important; min-width:var(--tap-min); min-height:var(--tap-min); font-weight: var(--fw-black) !important;
}
html.brand-refresh .mix-counter-value { color: var(--text-default) !important; font-weight: var(--fw-black) !important; }
/* focus-visible リング */
html.brand-refresh a:focus-visible,
html.brand-refresh button:focus-visible,
html.brand-refresh [role="button"]:focus-visible,
html.brand-refresh input:focus-visible,
html.brand-refresh select:focus-visible,
html.brand-refresh textarea:focus-visible,
html.brand-refresh .add-to-cart:focus-visible,
html.brand-refresh .checkout-direct-unified:focus-visible,
html.brand-refresh .mix-counter-btn:focus-visible {
  outline: var(--focus-width) solid var(--focus-color) !important; outline-offset: var(--focus-offset) !important;
}

/* ===================== 3-4 カード ===================== */
html.brand-refresh .product-card { background: var(--surface-2) !important; border:3px solid var(--border-default) !important; border-radius: var(--radius-xl) !important; box-shadow: var(--shadow-2) !important; }
html.brand-refresh .product-name { font-family: var(--font) !important; font-weight: var(--fw-black) !important; color: var(--text-default) !important; }
html.brand-refresh .product-price, html.brand-refresh .price-anchor { color: var(--text-brand) !important; }
html.brand-refresh .price-badge { background: var(--surface-brand) !important; color: var(--text-on-brand) !important; border-radius: var(--radius-pill) !important; }
html.brand-refresh .product-chip, html.brand-refresh .product-option-label { border-radius: var(--radius-pill) !important; }

/* ===================== 3-5 バッジ(信頼/元祖)+緑撲滅 ===================== */
html.brand-refresh .guarantee-badge { background: var(--surface-3) !important; border:2px solid var(--border-default) !important; border-radius: var(--radius-lg) !important; box-shadow:none !important; }
html.brand-refresh .guarantee-badge-icon { display:none !important; }
html.brand-refresh .guarantee-badge-text strong { color: var(--text-brand) !important; }
html.brand-refresh [style*="#2e7d32"],
html.brand-refresh [style*="#2f6b52"],
html.brand-refresh [style*="#356649"],
html.brand-refresh [style*="green"] { color: var(--text-success) !important; border-color: var(--border-default) !important; }
/* パネル番号(英語タブ)→朱pill */
html.brand-refresh .panel-number {
  background: var(--surface-brand) !important; color: var(--text-on-brand) !important;
  font-family: var(--font) !important; font-weight: var(--fw-bold) !important; font-size:13px !important;
  letter-spacing:.12em; border-radius: var(--radius-pill) !important; padding:4px 12px !important; box-shadow:none !important; transform:none !important;
}
html.brand-refresh .comic-panel h2,
html.brand-refresh .timeline-year,
html.brand-refresh h2[style*="Bebas"] { font-family: var(--font) !important; }
html.brand-refresh .comic-panel { border-radius: var(--radius-xl) !important; border-width:3px !important; }

/* ===================== 3-6 4導線 ===================== */
html.brand-refresh .hero-choice { box-shadow: var(--shadow-1) !important; border:2px solid var(--border-subtle) !important; border-radius: var(--radius-lg) !important; }
html.brand-refresh .hero-choice::after { content:none !important; }
html.brand-refresh .hero-choice strong { color: var(--text-default) !important; }
html.brand-refresh .hero-choice-kicker { color: var(--text-brand) !important; font-weight: var(--fw-bold) !important; }
html.brand-refresh .hero-choice-arrow, html.brand-refresh .hero-choice .arrow { color: var(--text-brand) !important; }

/* ===================== 3-7 フォーム(5状態) ===================== */
html.brand-refresh input, html.brand-refresh select, html.brand-refresh textarea {
  background: var(--surface-2) !important; border:2px solid var(--border-subtle) !important;
  border-radius: var(--radius-md) !important; color: var(--text-default) !important; font-family: var(--font) !important; min-height: var(--tap-min);
}
html.brand-refresh input:hover, html.brand-refresh select:hover { border-color: var(--border-default) !important; }
html.brand-refresh input:focus, html.brand-refresh select:focus, html.brand-refresh textarea:focus {
  border-color: var(--border-focus) !important; outline: var(--focus-width) solid var(--focus-color) !important; outline-offset:1px !important;
}
html.brand-refresh input[aria-invalid="true"], html.brand-refresh .input-error { border-color: var(--text-danger) !important; }
html.brand-refresh input:disabled { background: var(--surface-3) !important; opacity:1 !important; }

/* ===================== 3-8 カート/フッタ/カーソル ===================== */
html.brand-refresh .cart-backdrop {
  background:rgba(43,38,34,.38) !important;
  z-index:10010 !important;
}
html.brand-refresh .cart {
  z-index:10020 !important;
  width:min(420px, 100vw) !important;
  max-width:100vw !important;
  right:-420px !important;
  background:#fff !important;
  border-left:4px solid var(--border-default) !important;
  box-shadow:-12px 0 0 rgba(43,38,34,.12), -24px 0 42px rgba(43,38,34,.22) !important;
}
html.brand-refresh .cart.open {
  display:block !important;
  right:0 !important;
}
html.brand-refresh .cart-header {
  position:sticky !important;
  top:0 !important;
  z-index:2 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  background:var(--surface-brand) !important;
  color:#fff !important;
  border-bottom:4px solid var(--border-default) !important;
}
html.brand-refresh .cart-close {
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-width:104px !important;
  min-height:48px !important;
  flex:0 0 auto !important;
  justify-content:center !important;
  background:#fff !important;
  color:var(--text-default) !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.20) !important;
  font-family:inherit !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
}
html.brand-refresh .cart-close:hover,
html.brand-refresh .cart-close:focus-visible {
  background:var(--surface-brand-soft) !important;
  outline:var(--focus-width) solid var(--focus-color) !important;
  outline-offset:2px !important;
}
html.brand-refresh .cart-close-mark {
  color:var(--text-brand) !important;
  font-size:1.55rem !important;
  line-height:.8 !important;
}
html.brand-refresh .cart-close-text {
  color:var(--text-default) !important;
  font-size:1rem !important;
}
html.brand-refresh .cart-count { border:2px solid var(--border-default) !important; background: var(--surface-brand) !important; color: var(--text-on-brand) !important; }
html.brand-refresh body, html.brand-refresh * { cursor:auto; }
html.brand-refresh a, html.brand-refresh button, html.brand-refresh [role="button"], html.brand-refresh .add-to-cart { cursor:pointer; }

@media (max-width: 640px) {
  html.brand-refresh .cart {
    width:min(92vw, 420px) !important;
    max-width:92vw !important;
    right:-100vw !important;
  }
  html.brand-refresh .cart.open {
    display:block !important;
    right:0 !important;
    height:100svh !important;
  }
  html.brand-refresh .cart.open .cart-close {
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  html.brand-refresh .cart-header {
    padding:16px !important;
  }
  html.brand-refresh .cart-close {
    min-width:96px !important;
    min-height:46px !important;
  }
}

/* ===================== 4. モーションの従属(シネマ抑制・空白/黒落ち根絶) ===================== */
html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  opacity:1 !important; filter:none !important; transform:none !important;
  animation: br-harupinDrop var(--motion-hero) var(--ease-hoka) both !important;
}
@keyframes br-harupinDrop { from{opacity:0; transform:translateY(-16px) scale(0.96);} to{opacity:1; transform:none;} }
html.brand-refresh .hero-logo-shell::before,
html.brand-refresh .hero-logo-shell::after,
html.brand-refresh .hero-logo-shell.is-visible::before,
html.brand-refresh .hero-logo-shell.is-visible::after { animation:none !important; opacity:0 !important; content:none !important; }
html.brand-refresh .hero-logo-shell.is-visible .hero-logo-image { animation:none !important; }
html.brand-refresh .hero-logo-image { filter: drop-shadow(0 8px 14px rgba(43,38,34,.10)) !important; }
html.brand-refresh .hero-copy-block,
html.brand-refresh .hero-copy-block.is-visible { opacity:1 !important; }
html.brand-refresh .hero-main-copy > span,
html.brand-refresh .hero-copy-word,
html.brand-refresh .hero-copy-block.is-visible .hero-copy-word { opacity:1 !important; filter:none !important; transform:none !important; animation-delay:0ms !important; animation-duration: var(--motion-base) !important; }
html.brand-refresh .reveal-on-scroll,
html.brand-refresh [class*="reveal"] { opacity:1 !important; transform:none !important; transition: opacity var(--motion-slow) var(--ease-hoka), transform var(--motion-slow) var(--ease-hoka); }
html.brand-refresh .checkout-direct-unified,
html.brand-refresh .product-card,
html.brand-refresh .hero-choice { transition-property: transform, box-shadow, background-color, color, border-color !important; }
html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-copy-block,
html.brand-refresh .hero-copy-word { will-change:auto !important; }

/* ===================== reduced-motion(全停止→最終状態即表示) ===================== */
@media (prefers-reduced-motion: reduce) {
  html.brand-refresh *, html.brand-refresh *::before, html.brand-refresh *::after {
    animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-copy-block,
  html.brand-refresh .hero-main-copy > span,
  html.brand-refresh .hero-copy-word,
  html.brand-refresh .reveal-on-scroll { opacity:1 !important; transform:none !important; filter:none !important; }
}

/* ===================== 5. Red/White Brand System v2 =====================
   雑誌・写真など色を操作できない素材以外は、赤・白・太い墨線へ統一する。
   顔ロゴのアクションPNGは装飾だけに使い、機能フックには触れない。
   ========================================================================= */
html.brand-refresh {
  --c-red-500:#B5352B;
  --c-red-600:#91251F;
  --c-red-700:#781D19;
  --c-paper-50:#FFFFFF;
  --c-paper-0:#FFFFFF;
  --c-cream-300:#FFFFFF;
  --c-line-cream:rgba(181,53,43,.14);
  --c-success-600:#B5352B;
  --c-warn-600:#B5352B;
  --surface-1:#FFFFFF;
  --surface-2:#FFFFFF;
  --surface-3:#FFFFFF;
  --surface-brand:#B5352B;
  --surface-brand-deep:#91251F;
  --text-brand:#B5352B;
  --text-success:#B5352B;
  --border-brand:#B5352B;
  --shadow:#F1D9D4;
  --yellow:#FFFFFF;
  --accent:#B5352B;
  --pink:#B5352B;
}

html.brand-refresh body {
  background-color:#FFFFFF !important;
  background-image:none !important;
  background-size:auto !important;
}

html.brand-refresh .home-page,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .tabletop-scenes,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section,
html.brand-refresh .timeline,
html.brand-refresh .why-eatable-section,
html.brand-refresh .quote-section {
  background:#FFFFFF !important;
  background-image:none !important;
}

html.brand-refresh .site-header {
  background:rgba(255,255,255,.96) !important;
  border-bottom:3px solid var(--border-default) !important;
  box-shadow:0 8px 0 rgba(181,53,43,.10), 0 12px 24px rgba(43,38,34,.08) !important;
}

html.brand-refresh .site-header__brand picture {
  width:min(210px, 100%) !important;
  flex-basis:210px !important;
}

html.brand-refresh .site-header__brand span,
html.brand-refresh .site-nav__link,
html.brand-refresh .site-header__login,
html.brand-refresh .site-header__phone,
html.brand-refresh .site-header__cart,
html.brand-refresh .site-header__reserve {
  background:#fff !important;
  color:var(--text-default) !important;
  border-color:var(--border-default) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-header__reserve,
html.brand-refresh .site-nav__link[aria-current="page"],
html.brand-refresh .site-nav__link.active {
  background:var(--surface-brand) !important;
  color:#fff !important;
}

html.brand-refresh .hero {
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

html.brand-refresh .hero::before {
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-190px;
  z-index:0;
  height:300px;
  background:var(--surface-brand);
  border-radius:55% 55% 0 0 / 34% 34% 0 0;
  box-shadow:0 -8px 0 rgba(43,38,34,.92);
  pointer-events:none;
}

html.brand-refresh .hero-title {
  z-index:1;
}

html.brand-refresh .hero-h1 {
  color:var(--text-brand) !important;
  text-shadow:2px 2px 0 #fff, 4px 4px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh .hero-main-copy,
html.brand-refresh .hero-benefit-copy {
  color:var(--text-default) !important;
}

html.brand-refresh .hero-benefit-copy,
html.brand-refresh .products-choice-lead,
html.brand-refresh .products-shipping-note,
html.brand-refresh .products-included-note {
  background:#fff !important;
  border:3px solid rgba(181,53,43,.62) !important;
  box-shadow:4px 4px 0 rgba(181,53,43,.12) !important;
}

html.brand-refresh .hero-food-card,
html.brand-refresh .trial-focus-media,
html.brand-refresh .product-image,
html.brand-refresh .timeline-photo,
html.brand-refresh .museum-feature-media,
html.brand-refresh .hero-proof-tile {
  background:#fff !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .hero-speech {
  background:#fff !important;
  color:var(--text-default) !important;
}

html.brand-refresh .hero-speech--right,
html.brand-refresh .hero-speech--left {
  border-color:var(--border-default) !important;
}

html.brand-refresh .hero-choice,
html.brand-refresh .hero-choice--gift,
html.brand-refresh .hero-choice--b2b,
html.brand-refresh .hero-choice--reserve,
html.brand-refresh .tabletop-scene-card,
html.brand-refresh .tabletop-scene-card:nth-child(2),
html.brand-refresh .tabletop-scene-card:nth-child(3),
html.brand-refresh .tabletop-scene-card:nth-child(5),
html.brand-refresh .tabletop-scene-card:nth-child(6),
html.brand-refresh .hero-route-card,
html.brand-refresh .hero-route-card:nth-child(2),
html.brand-refresh .hero-route-card:nth-child(3),
html.brand-refresh .trial-focus-card,
html.brand-refresh .product-card,
html.brand-refresh .comic-panel,
html.brand-refresh .owner-story,
html.brand-refresh .faq-item,
html.brand-refresh .contact-form-container,
html.brand-refresh .access-panel,
html.brand-refresh .guarantee-badge,
html.brand-refresh .purchase-trust-row article,
html.brand-refresh .trial-decision-strip span,
html.brand-refresh .trial-proof-box,
html.brand-refresh .product-detail-list,
html.brand-refresh .product-price-row,
html.brand-refresh .product-card--trial-hero,
html.brand-refresh .mix-counter,
html.brand-refresh .product-order-count,
html.brand-refresh .mix-advanced summary,
html.brand-refresh .online-price-banner__inner,
html.brand-refresh .tabelog-proof,
html.brand-refresh .review-fallback-card,
html.brand-refresh .process-step,
html.brand-refresh .external-referral-card {
  background:#fff !important;
  border-color:var(--border-default) !important;
  color:var(--text-default) !important;
  box-shadow:6px 6px 0 rgba(43,38,34,.14) !important;
}

html.brand-refresh .hero-choice,
html.brand-refresh .tabletop-scene-card,
html.brand-refresh .hero-route-card {
  --hero-choice-accent:var(--surface-brand) !important;
}

html.brand-refresh .hero-choice::before {
  border-top-color:var(--surface-brand) !important;
}

html.brand-refresh .hero-choice-kicker,
html.brand-refresh .tabletop-scene-card span,
html.brand-refresh .hero-route-card span,
html.brand-refresh .trial-focus-badge,
html.brand-refresh .hero-route-kicker,
html.brand-refresh .tabletop-scenes__kicker,
html.brand-refresh .product-stamp,
html.brand-refresh .product-card--trial-hero .product-stamp,
html.brand-refresh .panel-number,
html.brand-refresh .online-price-banner__tag,
html.brand-refresh .online-price-badge,
html.brand-refresh .price-badge,
html.brand-refresh .ptl-badge,
html.brand-refresh .tabelog-proof-badge,
html.brand-refresh .museum-feature-kicker,
html.brand-refresh .product-chip,
html.brand-refresh .mix-type-chip,
html.brand-refresh .mix-type-chip[data-type="shrimp"],
html.brand-refresh .mix-type-chip[data-type="nira"] {
  background:var(--surface-brand) !important;
  color:#fff !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .hero-choice-action,
html.brand-refresh .trial-focus-button,
html.brand-refresh .product-card .add-to-cart,
html.brand-refresh .checkout-direct-unified,
html.brand-refresh .cta-panel-link,
html.brand-refresh .access-link-button,
html.brand-refresh .access-phone-link,
html.brand-refresh button[type="submit"],
html.brand-refresh .main-login-btn,
html.brand-refresh .main-register-btn,
html.brand-refresh .museum-feature-cta {
  background:var(--surface-brand) !important;
  color:#fff !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.22) !important;
}

html.brand-refresh .hero-choice-action:hover,
html.brand-refresh .trial-focus-button:hover,
html.brand-refresh .product-card .add-to-cart:hover,
html.brand-refresh .checkout-direct-unified:hover,
html.brand-refresh .cta-panel-link:hover,
html.brand-refresh .access-link-button:hover,
html.brand-refresh .access-phone-link:hover,
html.brand-refresh button[type="submit"]:hover {
  background:var(--surface-brand-deep) !important;
}

html.brand-refresh .mix-counter-btn,
html.brand-refresh .qty-btn,
html.brand-refresh .quantity-btn,
html.brand-refresh .remove-btn,
html.brand-refresh .notification-close {
  background:#fff !important;
  color:var(--text-brand) !important;
  border:3px solid var(--border-default) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh .qty-input,
html.brand-refresh input,
html.brand-refresh select,
html.brand-refresh textarea {
  background:#fff !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .hero-proof-panel {
  background:#fff !important;
  border:3px solid var(--border-default) !important;
  box-shadow:6px 6px 0 rgba(43,38,34,.12) !important;
}

html.brand-refresh .hero-proof-panel__head,
html.brand-refresh .hero-proof-tile--text {
  background:#fff !important;
}

html.brand-refresh .online-price-banner {
  background:var(--surface-brand) !important;
  color:#fff !important;
}

html.brand-refresh .online-price-banner__inner {
  background:transparent !important;
  color:#fff !important;
  border-color:#fff !important;
}

html.brand-refresh .op-accent,
html.brand-refresh .product-price,
html.brand-refresh .trial-focus-price,
html.brand-refresh .hero-route-card strong,
html.brand-refresh .tabletop-scene-card strong,
html.brand-refresh .trial-focus-copy h3,
html.brand-refresh .product-name,
html.brand-refresh .owner-story-title,
html.brand-refresh .guarantee-badge-text strong,
html.brand-refresh .trial-decision-strip strong,
html.brand-refresh .trial-proof-box strong {
  color:var(--text-brand) !important;
}

html.brand-refresh .trial-proof-box {
  border-color:var(--surface-brand) !important;
  box-shadow:5px 5px 0 rgba(181,53,43,.16) !important;
}

html.brand-refresh .trial-proof-box strong {
  color:var(--text-brand) !important;
}

html.brand-refresh [style*="#2f6b52"],
html.brand-refresh [style*="#394f7a"],
html.brand-refresh [style*="#8c5a3b"],
html.brand-refresh [style*="#6DB3F2"],
html.brand-refresh [style*="#FFD93D"],
html.brand-refresh [style*="#4CAF50"],
html.brand-refresh [style*="green"],
html.brand-refresh [style*="var(--yellow)"],
html.brand-refresh [style*="var(--accent)"] {
  background-color:#fff !important;
  color:var(--text-brand) !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh [style*="color: white"],
html.brand-refresh [style*="color:white"] {
  color:#fff !important;
}

html.brand-refresh .auth-buttons-section {
  background:#fff !important;
  border-top:3px solid var(--border-default);
  border-bottom:3px solid var(--border-default);
}

html.brand-refresh .notification-success {
  border-color:var(--surface-brand) !important;
}

html.brand-refresh .notification-error {
  border-color:var(--surface-brand-deep) !important;
}

html.brand-refresh .quote-section {
  background:var(--surface-brand) !important;
  color:#fff !important;
}

html.brand-refresh .quote-bg {
  color:rgba(255,255,255,.12) !important;
}

html.brand-refresh .quote-text {
  color:#fff !important;
}

html.brand-refresh .timeline-line,
html.brand-refresh .timeline-year {
  background:var(--surface-brand) !important;
  color:#fff !important;
}

html.brand-refresh .timeline-content-box {
  background:#fff !important;
  border:3px solid var(--border-default) !important;
  box-shadow:6px 6px 0 rgba(43,38,34,.12) !important;
}

html.brand-refresh .tabletop-scenes,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section {
  position:relative;
  overflow:hidden;
}

html.brand-refresh .tabletop-scenes::before,
html.brand-refresh .hero-showcase--routes::before,
html.brand-refresh #products-section::before,
html.brand-refresh #access-section::before,
html.brand-refresh .reviews-section::before {
  content:"";
  position:absolute;
  z-index:0;
  width:clamp(100px, 14vw, 180px);
  height:clamp(100px, 14vw, 180px);
  background:var(--mascot-image) center/contain no-repeat;
  opacity:.94;
  pointer-events:none;
  filter:drop-shadow(4px 6px 0 rgba(43,38,34,.10));
}

html.brand-refresh .tabletop-scenes > *,
html.brand-refresh .hero-showcase > *,
html.brand-refresh .comic-section > * {
  position:relative;
  z-index:1;
}

html.brand-refresh .tabletop-scenes::before {
  --mascot-image:url("../images/branding/harupin-action-gift.png");
  right:clamp(8px, 4vw, 46px);
  top:clamp(12px, 4vw, 42px);
}

html.brand-refresh .hero-showcase--routes::before {
  --mascot-image:url("../images/branding/harupin-action-shopbag.png");
  left:clamp(8px, 5vw, 56px);
  top:clamp(8px, 3vw, 24px);
  transform:rotate(-5deg);
}

html.brand-refresh #products-section::before {
  --mascot-image:url("../images/branding/harupin-action-peek.png");
  right:clamp(8px, 5vw, 54px);
  top:clamp(6px, 4vw, 34px);
}

html.brand-refresh #access-section::before {
  --mascot-image:url("../images/branding/harupin-action-shop.png");
  left:clamp(8px, 5vw, 54px);
  top:clamp(16px, 5vw, 60px);
}

html.brand-refresh .reviews-section::before {
  --mascot-image:url("../images/branding/harupin-action-gift.png");
  right:clamp(8px, 5vw, 54px);
  top:clamp(16px, 5vw, 58px);
  transform:rotate(5deg);
}

@media (max-width:760px) {
  html.brand-refresh .hero::before {
    bottom:-150px;
    height:230px;
  }

  html.brand-refresh .site-header__brand picture {
    width:min(168px, 100%) !important;
    flex-basis:168px !important;
  }

  html.brand-refresh .tabletop-scenes::before,
  html.brand-refresh .hero-showcase--routes::before,
  html.brand-refresh #products-section::before,
  html.brand-refresh #access-section::before,
  html.brand-refresh .reviews-section::before {
    width:86px;
    height:86px;
    opacity:.72;
  }
}

/* ===================== 6. Brand Director Strict Pass =====================
   白地・赤・黒線を厳密化。装飾レイヤーは完全白の上にだけ置く。
   ========================================================================= */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh .home-page,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .tabletop-scenes,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section,
html.brand-refresh .timeline,
html.brand-refresh .why-eatable-section,
html.brand-refresh #products-section,
html.brand-refresh #access-section,
html.brand-refresh .reviews-section {
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-bg::before,
html.brand-refresh .hero-bg::after,
html.brand-refresh .hero-decorations {
  display:none !important;
  background:none !important;
  opacity:0 !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title {
    max-width:1440px !important;
    grid-template-columns:minmax(0, 1fr) !important;
    grid-template-areas:"face" "copy" "choice" "proof" !important;
    column-gap:0 !important;
    row-gap:clamp(16px, 2.8vw, 34px) !important;
    padding-top:clamp(40px, 4.8vw, 72px) !important;
    overflow:visible !important;
  }

  html.brand-refresh .hero-logo-shell {
    justify-self:center !important;
    width:min(132vw, 1620px) !important;
    height:auto !important;
    transform:translateX(clamp(-96px, -5vw, -44px)) !important;
    transform-origin:center center !important;
    z-index:2 !important;
    pointer-events:none !important;
    overflow:visible !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    display:block !important;
  }

  html.brand-refresh .hero-food-card {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block,
  html.brand-refresh .hero-choice-panel,
  html.brand-refresh .hero-proof-panel {
    position:relative !important;
    z-index:4 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    justify-self:end !important;
    width:min(700px, 52vw) !important;
    margin-top:clamp(-660px, -42vw, -500px) !important;
    margin-right:clamp(22px, 5vw, 82px) !important;
    padding:clamp(12px, 1.6vw, 20px) !important;
    text-align:left !important;
    background:rgba(255,255,255,.94) !important;
    border-radius:26px !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(44px, 4.9vw, 70px) !important;
    line-height:1.04 !important;
    margin-bottom:10px !important;
  }

  html.brand-refresh .hero-choice-panel {
    margin-top:clamp(12px, 2vw, 28px) !important;
  }
}

html.brand-refresh .hero::before {
  content:none !important;
  display:none !important;
  inset:auto !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  height:0 !important;
  background:none !important;
  opacity:0 !important;
  box-shadow:none !important;
}

html.brand-refresh .hero::after {
  content:"";
  position:absolute;
  left:clamp(12px, 6vw, 88px);
  bottom:clamp(72px, 8vw, 124px);
  z-index:2;
  width:clamp(128px, 16vw, 230px);
  height:clamp(128px, 16vw, 230px);
  background:url("../images/branding/harupin-action-package-pop.png") center/contain no-repeat;
  pointer-events:none;
  transform:rotate(-4deg);
  filter:drop-shadow(4px 5px 0 rgba(43,38,34,.10));
}

html.brand-refresh .tabletop-scenes,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section,
html.brand-refresh #products-section,
html.brand-refresh #access-section,
html.brand-refresh .reviews-section,
html.brand-refresh #handmade-process-section {
  position:relative !important;
  overflow:visible !important;
}

html.brand-refresh .tabletop-scenes::before,
html.brand-refresh .hero-showcase--routes::before,
html.brand-refresh #products-section::before,
html.brand-refresh #access-section::before,
html.brand-refresh .reviews-section::before,
html.brand-refresh #handmade-process-section::before {
  z-index:2 !important;
  width:clamp(112px, 12vw, 168px) !important;
  height:clamp(112px, 12vw, 168px) !important;
  opacity:.9 !important;
}

html.brand-refresh .tabletop-scenes > *,
html.brand-refresh .hero-showcase > *,
html.brand-refresh .comic-section > *,
html.brand-refresh #products-section > *,
html.brand-refresh #access-section > *,
html.brand-refresh .reviews-section > *,
html.brand-refresh #handmade-process-section > * {
  position:relative !important;
  z-index:3 !important;
}

html.brand-refresh .tabletop-scenes::before {
  --mascot-image:url("../images/branding/harupin-action-gift-box.png") !important;
  right:clamp(18px, 5vw, 76px) !important;
  top:clamp(16px, 4vw, 46px) !important;
}

html.brand-refresh .hero-showcase--routes::before {
  --mascot-image:url("../images/branding/harupin-action-wink-bag.png") !important;
  left:clamp(18px, 5vw, 72px) !important;
  top:clamp(22px, 4vw, 58px) !important;
  transform:rotate(-7deg) !important;
}

html.brand-refresh #products-section::before {
  --mascot-image:url("../images/branding/harupin-action-peek-wide.png") !important;
  right:clamp(22px, 6vw, 90px) !important;
  top:clamp(42px, 5vw, 82px) !important;
  transform:rotate(2deg) !important;
}

html.brand-refresh #access-section::before {
  --mascot-image:url("../images/branding/harupin-action-point-shop.png") !important;
  left:clamp(22px, 6vw, 90px) !important;
  top:clamp(42px, 5vw, 86px) !important;
}

html.brand-refresh .reviews-section::before {
  --mascot-image:url("../images/branding/harupin-action-chopsticks.png") !important;
  right:clamp(22px, 6vw, 88px) !important;
  top:clamp(44px, 5vw, 82px) !important;
  transform:rotate(4deg) !important;
}

html.brand-refresh #handmade-process-section::before {
  content:"";
  position:absolute;
  --mascot-image:url("../images/branding/harupin-action-package-pop.png");
  background:var(--mascot-image) center/contain no-repeat;
  left:clamp(18px, 5vw, 76px);
  top:clamp(22px, 4vw, 64px);
  pointer-events:none;
  filter:drop-shadow(4px 5px 0 rgba(43,38,34,.10));
}

html.brand-refresh .verified-badge,
html.brand-refresh .visit-badge,
html.brand-refresh .review-card .verified-badge,
html.brand-refresh .review-card .visit-badge {
  background:var(--surface-brand) !important;
  color:#fff !important;
  border:2px solid var(--border-default) !important;
  box-shadow:2px 2px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh #audio-toggle {
  right:18px !important;
  bottom:18px !important;
  width:54px !important;
  height:54px !important;
  background:#fff !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh #audio-icon {
  width:82% !important;
  height:82% !important;
  margin:9% !important;
  filter:brightness(0) saturate(100%) invert(24%) sepia(78%) saturate(1291%) hue-rotate(337deg) brightness(92%) contrast(92%) !important;
}

html.brand-refresh .floating-cart {
  top:auto !important;
  right:18px !important;
  bottom:86px !important;
  width:74px !important;
  height:74px !important;
  z-index:930 !important;
  background:#fff !important;
  border:3px solid var(--border-default) !important;
  border-radius:999px !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh .floating-cart img {
  width:62px !important;
  height:58px !important;
  object-fit:contain !important;
}

html.brand-refresh .floating-cart .cart-count {
  right:-6px !important;
  top:-6px !important;
}

html.brand-refresh .product-card--trial-hero,
html.brand-refresh .appetite-stage,
html.brand-refresh .trial-focus-card,
html.brand-refresh .reviews-youtube-overlay,
html.brand-refresh .review-card,
html.brand-refresh .tabelog-proof {
  background:#fff !important;
  background-image:none !important;
}

html.brand-refresh .product-card {
  position:relative !important;
  overflow:visible !important;
}

html.brand-refresh .product-card::after,
html.brand-refresh .review-card::after,
html.brand-refresh .hero-choice::after {
  content:"";
  position:absolute;
  z-index:6;
  pointer-events:none;
  background:center/contain no-repeat;
  filter:drop-shadow(3px 4px 0 rgba(43,38,34,.12));
}

html.brand-refresh .product-card::after {
  top:10px;
  right:10px;
  width:74px;
  height:74px;
  background-image:url("../images/branding/harupin-action-package-pop.png");
}

html.brand-refresh .product-card:nth-child(2)::after {
  background-image:url("../images/branding/harupin-action-chopsticks.png");
}

html.brand-refresh .product-card:nth-child(3)::after {
  background-image:url("../images/branding/harupin-action-peek-wide.png");
}

html.brand-refresh .product-card:nth-child(4)::after {
  background-image:url("../images/branding/harupin-action-gift-box.png");
}

html.brand-refresh .review-card {
  position:relative !important;
  overflow:visible !important;
}

html.brand-refresh .review-card::after {
  right:12px;
  bottom:12px;
  width:48px;
  height:48px;
  opacity:.9;
  background-image:url("../images/branding/harupin-action-wink-bag.png");
}

html.brand-refresh .hero-choice {
  position:relative !important;
  overflow:visible !important;
}

html.brand-refresh .hero-choice::after {
  right:10px;
  top:-24px;
  width:54px;
  height:54px;
  background-image:url("../images/branding/harupin-action-peek-wide.png");
}

html.brand-refresh .hero-choice--gift::after {
  background-image:url("../images/branding/harupin-action-gift-box.png");
}

html.brand-refresh .hero-choice--b2b::after {
  background-image:url("../images/branding/harupin-action-point-shop.png");
}

html.brand-refresh .hero-choice--reserve::after {
  background-image:url("../images/branding/harupin-action-wink-bag.png");
}

html.brand-refresh .product-stock-badge,
html.brand-refresh .product-stock-badge.is-low-stock,
html.brand-refresh .stock-badge,
html.brand-refresh .stock-warning,
html.brand-refresh [class*="stock"] {
  background:#fff !important;
  color:var(--text-brand) !important;
  border-color:var(--border-default) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.14) !important;
}

html.brand-refresh .product-chip,
html.brand-refresh .scene-chip,
html.brand-refresh .trust-chip,
html.brand-refresh .online-price-banner__sub {
  background:#fff !important;
  color:var(--text-brand) !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .guarantee-badge-link,
html.brand-refresh .product-card a:not(.add-to-cart):not(.checkout-direct-unified),
html.brand-refresh .product-detail-list a,
html.brand-refresh .phone-order-note a,
html.brand-refresh .products-guest-note a {
  color:var(--text-brand) !important;
}

html.brand-refresh .star-full,
html.brand-refresh .star-half,
html.brand-refresh .review-stars .star-full,
html.brand-refresh .review-stars .star-half {
  color:var(--text-brand) !important;
}

html.brand-refresh .star-empty,
html.brand-refresh .review-stars .star-empty {
  color:rgba(43,38,34,.38) !important;
}

html.brand-refresh .process-number,
html.brand-refresh .step-number,
html.brand-refresh .timeline-year,
html.brand-refresh .badge-no1 {
  background:var(--surface-brand) !important;
  color:#fff !important;
  border:2px solid var(--border-default) !important;
}

html.brand-refresh .taste-feature-media,
html.brand-refresh .taste-card__media,
html.brand-refresh .cooking-step-media,
html.brand-refresh .process-card,
html.brand-refresh .process-step {
  background:#fff !important;
  background-image:none !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .online-price-banner,
html.brand-refresh .online-price-banner__inner,
html.brand-refresh .online-price-banner__lead,
html.brand-refresh .trial-focus-micro span,
html.brand-refresh .appetite-photo,
html.brand-refresh .external-presence,
html.brand-refresh .external-presence-card {
  background:#fff !important;
  background-image:none !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .online-price-banner__inner,
html.brand-refresh .external-presence,
html.brand-refresh .external-presence-card {
  box-shadow:4px 4px 0 rgba(43,38,34,.13) !important;
}

html.brand-refresh .phone-order-note,
html.brand-refresh .products-guest-note,
html.brand-refresh .external-presence-card small,
html.brand-refresh .external-presence__lead {
  color:var(--text-default) !important;
}

html.brand-refresh .hero-proof-panel,
html.brand-refresh .hero-choice,
html.brand-refresh .tabletop-scene-card,
html.brand-refresh .hero-route-card,
html.brand-refresh .product-card,
html.brand-refresh .owner-story,
html.brand-refresh .contact-form-container,
html.brand-refresh .access-panel,
html.brand-refresh .faq-item,
html.brand-refresh .media-gallery-section,
html.brand-refresh .media-timeline,
html.brand-refresh .review-card,
html.brand-refresh .reviews-video-panel,
html.brand-refresh .products-section,
html.brand-refresh .products-choice {
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-logo-image {
  filter:drop-shadow(0 12px 0 rgba(181,53,43,.08)) drop-shadow(0 14px 16px rgba(43,38,34,.06)) !important;
}

@media (max-width:760px) {
  html.brand-refresh .hero-title {
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-image {
    width:min(148vw, 620px) !important;
    max-width:none !important;
    transform:translateX(-18vw) !important;
  }

  html.brand-refresh .hero-logo-shell {
    transform:none !important;
    margin-top:8px !important;
    overflow:visible !important;
  }

  html.brand-refresh .site-header__nav {
    padding-right:26px !important;
  }

  html.brand-refresh .site-header__nav a {
    background:#fff !important;
    border:2px solid rgba(43,38,34,.18) !important;
  }

  html.brand-refresh .hero-food-card {
    display:none !important;
  }

  html.brand-refresh .hero::after {
    width:94px;
    height:94px;
    left:8px;
    bottom:118px;
    opacity:.9;
  }

  html.brand-refresh .tabletop-scenes::before,
  html.brand-refresh .hero-showcase--routes::before,
  html.brand-refresh #products-section::before,
  html.brand-refresh #access-section::before,
  html.brand-refresh .reviews-section::before,
  html.brand-refresh #handmade-process-section::before {
    width:76px !important;
    height:76px !important;
    opacity:.82 !important;
  }

  html.brand-refresh #products-section::before,
  html.brand-refresh .reviews-section::before {
    top:26px !important;
    right:14px !important;
  }

  html.brand-refresh .floating-cart {
    display:none !important;
  }

  html.brand-refresh #audio-toggle {
    display:none !important;
  }

  html.brand-refresh .mobile-action-bar {
    background:#fff !important;
    border:4px solid var(--border-default) !important;
    box-shadow:0 0 0 4px #fff, 5px 5px 0 rgba(43,38,34,.18) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  html.brand-refresh .mobile-action-bar a,
  html.brand-refresh .mobile-action-bar button {
    background:#fff !important;
    color:var(--text-default) !important;
    border-right:2px solid rgba(181,53,43,.18) !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(2),
  html.brand-refresh .mobile-action-bar--reservation a:nth-child(2),
  html.brand-refresh .mobile-action-bar--origin a:nth-child(2) {
    background:var(--surface-brand) !important;
    color:#fff !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(2) .mobile-action-icon,
  html.brand-refresh .mobile-action-bar--reservation a:nth-child(2) .mobile-action-icon,
  html.brand-refresh .mobile-action-bar--origin a:nth-child(2) .mobile-action-icon {
    color:#fff !important;
  }

  html.brand-refresh .product-card::after {
    width:56px;
    height:56px;
  }

  html.brand-refresh .review-card::after,
  html.brand-refresh .hero-choice::after {
    display:none !important;
  }
}

/* Final brand-color lock: keep non-photo UI in red, white, and black linework. */
html.brand-refresh .external-referral-banner,
html.brand-refresh .trial-assurance-list span,
html.brand-refresh .tabelog-proof,
html.brand-refresh .product-detail-card,
html.brand-refresh .product-meta-box {
  background:#fff !important;
  background-image:none !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .seiro-handle {
  background:var(--surface-brand) !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .section-tag span,
html.brand-refresh .appetite-kicker,
html.brand-refresh .appetite-photo figcaption,
html.brand-refresh .pill,
html.brand-refresh .badge,
html.brand-refresh .online-price-banner__tag {
  color:#fff !important;
}

html.brand-refresh .trial-assurance-list span,
html.brand-refresh .hero-choice small,
html.brand-refresh .tabletop-scene-card small,
html.brand-refresh .hero-route-card small,
html.brand-refresh .product-card small,
html.brand-refresh .product-description,
html.brand-refresh .products-choice-lead,
html.brand-refresh .mix-help,
html.brand-refresh .mix-counter-note {
  color:var(--text-default) !important;
}

html.brand-refresh .site-header__reserve,
html.brand-refresh .site-header__reserve:link,
html.brand-refresh .site-header__reserve:visited,
html.brand-refresh .trial-focus-button,
html.brand-refresh .trial-focus-button:link,
html.brand-refresh .trial-focus-button:visited,
html.brand-refresh .access-phone-link,
html.brand-refresh .access-phone-link:link,
html.brand-refresh .access-phone-link:visited,
html.brand-refresh .add-to-cart.access-link-button,
html.brand-refresh .add-to-cart.access-link-button:link,
html.brand-refresh .add-to-cart.access-link-button:visited,
html.brand-refresh .external-presence__official a,
html.brand-refresh .external-presence__official a:link,
html.brand-refresh .external-presence__official a:visited {
  background:var(--surface-brand) !important;
  color:#fff !important;
}

html.brand-refresh .owner-story-link,
html.brand-refresh .owner-story-link:link,
html.brand-refresh .owner-story-link:visited,
html.brand-refresh .appetite-cta,
html.brand-refresh .appetite-cta:link,
html.brand-refresh .appetite-cta:visited,
html.brand-refresh .checkout-btn,
html.brand-refresh .checkout-btn:link,
html.brand-refresh .checkout-btn:visited {
  background:var(--surface-brand) !important;
  color:#fff !important;
  border:3px solid var(--border-default) !important;
  box-shadow:4px 4px 0 rgba(43,38,34,.18) !important;
}

html.brand-refresh .cooking-download-btn,
html.brand-refresh .cooking-download-btn:link,
html.brand-refresh .cooking-download-btn:visited,
html.brand-refresh .faq-panel a,
html.brand-refresh .faq-panel a:link,
html.brand-refresh .faq-panel a:visited,
html.brand-refresh .phone-order-link,
html.brand-refresh .phone-order-link:link,
html.brand-refresh .phone-order-link:visited {
  color:var(--text-brand) !important;
  background:#fff !important;
  border-color:var(--border-default) !important;
}

html.brand-refresh .site-header__reserve {
  min-width:112px !important;
  padding-inline:18px !important;
}

html.brand-refresh .online-price-banner__lead {
  background:#fff !important;
  color:var(--text-default) !important;
}

/* ===================== 2026-06-17 final override: hero trio + visible mascots ===================== */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-showcase,
html.brand-refresh .comic-section,
html.brand-refresh #products-section,
html.brand-refresh .reviews-section {
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .site-header__inner {
  display:flex !important;
  align-items:center !important;
  gap:clamp(10px, 1.2vw, 20px) !important;
  min-width:0 !important;
}

html.brand-refresh .site-header__nav {
  flex:1 1 auto !important;
  justify-content:center !important;
  gap:clamp(10px, 1.2vw, 24px) !important;
  white-space:nowrap !important;
  min-width:0 !important;
}

html.brand-refresh .site-header__actions {
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  gap:clamp(8px, .9vw, 14px) !important;
  min-width:0 !important;
}

html.brand-refresh .hero {
  overflow:hidden !important;
  min-height:auto !important;
}

html.brand-refresh .hero-title.hero-stage {
  grid-template-columns:minmax(340px, .95fr) minmax(420px, 1.05fr) !important;
  grid-template-areas:
    "face food"
    "copy copy"
    "choice choice"
    "proof proof" !important;
  align-items:center !important;
  justify-items:center !important;
  max-width:min(1540px, 100vw) !important;
  row-gap:clamp(20px, 3.2vw, 46px) !important;
  column-gap:clamp(14px, 2.6vw, 42px) !important;
  padding:clamp(54px, 6vw, 92px) clamp(20px, 4vw, 76px) clamp(36px, 5vw, 72px) !important;
  overflow:visible !important;
}

html.brand-refresh .hero-logo-shell {
  grid-area:face !important;
  justify-self:start !important;
  align-self:center !important;
  width:min(64vw, 820px) !important;
  margin:0 !important;
  transform:translateX(clamp(-110px, -8vw, -52px)) rotate(-2deg) !important;
  z-index:2 !important;
  pointer-events:none !important;
  overflow:visible !important;
}

html.brand-refresh .hero-logo-image {
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  display:block !important;
  filter:drop-shadow(12px 16px 0 rgba(181,53,43,.08)) drop-shadow(0 16px 20px rgba(43,38,34,.08)) !important;
}

html.brand-refresh .hero-food-card {
  display:none !important;
}

html.brand-refresh .hero-food-gallery {
  grid-area:food !important;
  position:relative !important;
  z-index:4 !important;
  display:grid !important;
  grid-template-columns:minmax(0, 1.15fr) minmax(160px, .85fr) !important;
  grid-template-rows:1fr 1fr !important;
  gap:clamp(12px, 1.6vw, 20px) !important;
  width:min(48vw, 650px) !important;
  max-width:100% !important;
  margin:0 !important;
}

html.brand-refresh .hero-food-item {
  position:relative !important;
  margin:0 !important;
  overflow:hidden !important;
  border:3px solid var(--border-default) !important;
  border-radius:clamp(24px, 3vw, 36px) !important;
  background:#fff !important;
  box-shadow:8px 9px 0 rgba(43,38,34,.13), 0 16px 28px rgba(43,38,34,.12) !important;
}

html.brand-refresh .hero-food-item--yaki {
  grid-row:1 / span 2 !important;
  transform:rotate(-1.3deg) !important;
}

html.brand-refresh .hero-food-item--xlb {
  transform:rotate(2.2deg) translateY(8px) !important;
}

html.brand-refresh .hero-food-item--sui {
  transform:rotate(-2deg) translateY(-2px) !important;
}

html.brand-refresh .hero-food-item img {
  display:block !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
}

html.brand-refresh .hero-food-item figcaption {
  position:absolute !important;
  left:12px !important;
  bottom:12px !important;
  z-index:2 !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:7px 16px !important;
  border:2.5px solid var(--border-default) !important;
  border-radius:999px !important;
  background:var(--surface-brand) !important;
  color:#fff !important;
  font:900 clamp(13px, 1.4vw, 18px)/1.15 var(--font) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.18) !important;
  white-space:nowrap !important;
}

html.brand-refresh .hero-copy-block,
html.brand-refresh .hero-choice-panel,
html.brand-refresh .hero-proof-panel {
  position:relative !important;
  z-index:5 !important;
}

html.brand-refresh .hero-copy-block--tabletop {
  justify-self:center !important;
  width:min(1040px, 92vw) !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  color:var(--text-brand) !important;
  font-size:clamp(44px, 6.4vw, 96px) !important;
  line-height:1.02 !important;
  letter-spacing:0 !important;
  text-align:center !important;
  text-shadow:3px 4px 0 rgba(43,38,34,.12) !important;
  margin:0 auto clamp(18px, 2.4vw, 28px) !important;
}

html.brand-refresh .hero-main-copy,
html.brand-refresh .hero-benefit-copy {
  text-align:center !important;
}

html.brand-refresh .hero-speech {
  z-index:7 !important;
}

html.brand-refresh .hero-speech--left {
  top:clamp(32px, 4vw, 66px) !important;
  left:clamp(28px, 6vw, 110px) !important;
}

html.brand-refresh .hero-speech--right {
  top:clamp(32px, 4vw, 66px) !important;
  right:clamp(28px, 6vw, 110px) !important;
}

html.brand-refresh .tabletop-scenes::before,
html.brand-refresh .hero-showcase--routes::before,
html.brand-refresh #products-section::before,
html.brand-refresh #access-section::before,
html.brand-refresh .reviews-section::before,
html.brand-refresh #handmade-process-section::before {
  content:none !important;
  display:none !important;
}

html.brand-refresh #handmade-process-section .comic-panel,
html.brand-refresh #products-section .comic-panel,
html.brand-refresh .reviews-panel-expanded {
  position:relative !important;
  overflow:visible !important;
  isolation:isolate !important;
}

html.brand-refresh #handmade-process-section .comic-panel::before,
html.brand-refresh #products-section .comic-panel::before,
html.brand-refresh .reviews-panel-expanded::before {
  content:"" !important;
  position:absolute !important;
  z-index:1 !important;
  width:clamp(88px, 9vw, 140px) !important;
  height:clamp(88px, 9vw, 140px) !important;
  background-repeat:no-repeat !important;
  background-size:contain !important;
  pointer-events:none !important;
}

html.brand-refresh #handmade-process-section .comic-panel::before {
  background-image:url("../images/branding/harupin-action-chopsticks.png") !important;
  top:clamp(-70px, -5vw, -46px) !important;
  right:clamp(18px, 5vw, 76px) !important;
}

html.brand-refresh #products-section .comic-panel::before {
  background-image:url("../images/branding/harupin-action-package-pop.png") !important;
  top:clamp(-76px, -6vw, -54px) !important;
  right:clamp(22px, 6vw, 92px) !important;
}

html.brand-refresh .reviews-panel-expanded::before {
  background-image:url("../images/branding/harupin-action-peek-wide.png") !important;
  top:clamp(-70px, -5vw, -44px) !important;
  right:clamp(28px, 6vw, 100px) !important;
}

@media (max-width:1100px) {
  html.brand-refresh .site-header__nav {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }
  html.brand-refresh .site-header__nav::-webkit-scrollbar { display:none !important; }
}

@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:1fr !important;
    grid-template-areas:"face" "food" "copy" "choice" "proof" !important;
    padding:clamp(34px, 10vw, 62px) 16px 42px !important;
    row-gap:22px !important;
  }

  html.brand-refresh .hero-logo-shell {
    justify-self:start !important;
    width:min(150vw, 660px) !important;
    transform:translateX(-38vw) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-food-gallery {
    width:min(94vw, 540px) !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:12px !important;
    margin-top:-28px !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    grid-row:auto !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    transform:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 13vw, 64px) !important;
    line-height:1.06 !important;
  }

  html.brand-refresh .hero-speech {
    position:static !important;
    max-width:none !important;
    margin:2px auto !important;
  }

  html.brand-refresh .hero-speech::after {
    display:none !important;
  }

  html.brand-refresh #handmade-process-section .comic-panel::before,
  html.brand-refresh #products-section .comic-panel::before,
  html.brand-refresh .reviews-panel-expanded::before {
    width:78px !important;
    height:78px !important;
    top:-44px !important;
    right:18px !important;
  }
}

/* 2026-06-17 visual QA final tuning EOF */
html.brand-refresh .hero-logo-shell {
  width:min(56vw, 720px) !important;
  transform:translateX(clamp(-82px, -6vw, -42px)) rotate(-2deg) !important;
}

html.brand-refresh .hero-food-gallery {
  width:min(44vw, 570px) !important;
}

@media (max-width:1500px) {
  html.brand-refresh .site-header__nav {
    overflow-x:auto !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
    max-width:calc(100vw - 520px) !important;
  }
  html.brand-refresh .site-header__nav::-webkit-scrollbar { display:none !important; }
  html.brand-refresh .site-header__nav a {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(5px, .6vw, 10px) !important;
  }
  html.brand-refresh .site-header__actions a,
  html.brand-refresh .site-header__actions button {
    font-size:clamp(13px, 1vw, 16px) !important;
    padding-inline:clamp(10px, 1vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-height:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding-top:clamp(34px, 4vw, 56px) !important;
    row-gap:clamp(16px, 2vw, 28px) !important;
  }
  html.brand-refresh .hero-logo-shell {
    width:min(52vw, 640px) !important;
  }
  html.brand-refresh .hero-food-gallery {
    width:min(42vw, 520px) !important;
  }
}

/* 2026-06-17 true EOF override: top hero trio */
html.brand-refresh .hero-title.hero-stage {
  padding-top:clamp(28px, 3.4vw, 48px) !important;
  row-gap:clamp(14px, 2.2vw, 30px) !important;
  column-gap:clamp(10px, 2.2vw, 34px) !important;
}

html.brand-refresh .hero-logo-shell,
html.brand-refresh .hero-logo-shell.is-visible {
  width:min(50vw, 650px) !important;
  transform:translateX(clamp(-70px, -5vw, -34px)) rotate(-2deg) !important;
  animation:none !important;
  opacity:1 !important;
  filter:none !important;
}

html.brand-refresh .hero-food-gallery {
  width:min(41vw, 520px) !important;
}

html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
  font-size:clamp(42px, 5.7vw, 84px) !important;
}

/* 2026-06-17 LP12 physical EOF desktop brand composition. */
@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    display:grid !important;
    grid-template-columns:minmax(420px, .94fr) minmax(460px, 1.06fr) !important;
    grid-template-areas:
      "face food"
      "face copy"
      "choices choices"
      "proof proof" !important;
    align-items:center !important;
    min-height:calc(100vh - 88px) !important;
    padding:clamp(50px, 7vh, 92px) clamp(24px, 5vw, 86px) clamp(22px, 4vh, 54px) !important;
    row-gap:clamp(16px, 2vw, 30px) !important;
    column-gap:clamp(18px, 3vw, 58px) !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    grid-area:face !important;
    position:relative !important;
    z-index:1 !important;
    justify-self:start !important;
    align-self:center !important;
    width:min(76vw, 1030px) !important;
    max-width:none !important;
    margin:0 !important;
    transform:translateX(clamp(-310px, -18vw, -150px)) translateY(clamp(8px, 2.5vw, 34px)) rotate(-2deg) !important;
    opacity:1 !important;
    animation:none !important;
    filter:none !important;
    pointer-events:none !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    position:relative !important;
    z-index:4 !important;
    justify-self:end !important;
    align-self:end !important;
    width:min(43vw, 610px) !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:1.05fr .95fr !important;
    grid-template-rows:auto auto !important;
    gap:clamp(10px, 1.2vw, 16px) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    position:relative !important;
    z-index:6 !important;
    align-self:start !important;
    justify-self:center !important;
    width:min(100%, 760px) !important;
    margin:clamp(10px, 2vh, 26px) auto 0 !important;
    padding:0 !important;
    text-align:center !important;
    background:transparent !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    color:var(--brand-red, #B5352B) !important;
    font-size:clamp(50px, 6.4vw, 104px) !important;
    line-height:1.02 !important;
    text-shadow:4px 5px 0 rgba(181,53,43,.13) !important;
  }
}

/* 2026-06-17 absolute EOF mobile brand composition:
   末尾で確定。顔ロゴを大きく見せ、焼き餃子・小籠包断面・水餃子断面を同じ視界に収める。 */
@media (max-width:760px) {
  html.brand-refresh .site-header {
    height:76px !important;
  }

  html.brand-refresh .site-header__inner {
    height:76px !important;
    padding:8px 12px !important;
    justify-content:space-between !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand {
    flex:0 0 auto !important;
    width:auto !important;
    min-width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand picture {
    display:block !important;
    width:132px !important;
    flex:0 0 auto !important;
  }

  html.brand-refresh .site-header__brand img {
    display:block !important;
    width:132px !important;
    height:auto !important;
  }

  html.brand-refresh .site-header__brand span,
  html.brand-refresh .site-header__nav,
  html.brand-refresh .site-header__login,
  html.brand-refresh .site-header__phone {
    display:none !important;
  }

  html.brand-refresh .site-header__actions {
    flex:0 0 auto !important;
    width:auto !important;
    margin-left:auto !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    min-width:auto !important;
    height:42px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:block !important;
    position:relative !important;
    min-height:auto !important;
    padding:552px 14px 36px !important;
    overflow:hidden !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:1 !important;
    top:-40px !important;
    left:-208px !important;
    width:min(150vw, 570px) !important;
    transform:rotate(-2deg) !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    transform:none !important;
  }

  html.brand-refresh .hero-food-gallery {
    position:absolute !important;
    z-index:4 !important;
    top:142px !important;
    right:10px !important;
    width:min(50vw, 196px) !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto !important;
    gap:9px !important;
    margin:0 !important;
  }

  html.brand-refresh .hero-food-item {
    border-width:2.5px !important;
    border-radius:20px !important;
    box-shadow:5px 6px 0 rgba(43,38,34,.12), 0 12px 20px rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    grid-row:auto !important;
    transform:rotate(-1.5deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    transform:none !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:7px !important;
    bottom:7px !important;
    min-height:24px !important;
    padding:4px 7px !important;
    font-size:10px !important;
    line-height:1.1 !important;
  }

  html.brand-refresh .hero-speech {
    display:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    position:relative !important;
    z-index:6 !important;
    width:100% !important;
    margin:0 auto !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(37px, 11vw, 52px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }
}

/* 2026-06-17 LP15 true final EOF override:
   最後に勝たせる。白地、赤白UI、4番方向の大顔、焼き餃子・小籠包断面・水餃子断面。 */
html.brand-refresh,
html.brand-refresh body,
html.brand-refresh main,
html.brand-refresh .hero,
html.brand-refresh .hero-title,
html.brand-refresh .hero-title.hero-stage {
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;
}

html.brand-refresh .hero-bg,
html.brand-refresh .hero-decorations,
html.brand-refresh .brand-dots,
html.brand-refresh .brand-paper-texture {
  display:none !important;
}

html.brand-refresh .site-header {
  background:#fff !important;
}

html.brand-refresh .site-nav-trigger {
  min-width:86px !important;
  background:#fff !important;
  color:var(--brand-red, #B5352B) !important;
  border:3px solid var(--border-default, #25211E) !important;
  border-radius:999px !important;
  box-shadow:4px 5px 0 rgba(43,38,34,.16) !important;
}

html.brand-refresh .site-nav-trigger::after {
  content:"⌄" !important;
  font-size:1.05em !important;
  color:var(--brand-red, #B5352B) !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger,
html.brand-refresh .site-nav-group:hover .site-nav-trigger,
html.brand-refresh .site-nav-trigger:focus-visible {
  background:var(--brand-red, #B5352B) !important;
  color:#fff !important;
}

html.brand-refresh .site-nav-group[open] .site-nav-trigger::after,
html.brand-refresh .site-nav-group:hover .site-nav-trigger::after,
html.brand-refresh .site-nav-trigger:focus-visible::after {
  color:#fff !important;
}

html.brand-refresh .product-actions {
  gap:3px !important;
  margin-top:6px !important;
}

html.brand-refresh .product-trust-line {
  margin:4px 0 0 !important;
  line-height:1.25 !important;
}

html.brand-refresh .trial-final-nudge {
  margin:2px 0 0 !important;
  line-height:1.35 !important;
}

@media (min-width:761px) {
  html.brand-refresh .hero-title.hero-stage {
    display:grid !important;
    grid-template-columns:minmax(500px, .96fr) minmax(500px, 1.04fr) !important;
    grid-template-areas:
      "face food"
      "face copy"
      "choices choices"
      "proof proof" !important;
    min-height:calc(100vh - 90px) !important;
    padding:clamp(44px, 6vh, 82px) clamp(26px, 5vw, 90px) clamp(18px, 3vh, 44px) !important;
    column-gap:clamp(12px, 2.2vw, 42px) !important;
    row-gap:clamp(12px, 1.4vw, 22px) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    grid-area:face !important;
    position:relative !important;
    justify-self:start !important;
    align-self:center !important;
    width:clamp(1120px, 86vw, 1360px) !important;
    max-width:none !important;
    margin:0 !important;
    transform:translateX(clamp(-860px, -50vw, -650px)) translateY(clamp(-8px, 1.2vw, 20px)) rotate(-2deg) !important;
    z-index:1 !important;
    opacity:1 !important;
    animation:none !important;
    pointer-events:none !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    filter:drop-shadow(13px 16px 0 rgba(181,53,43,.10)) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    position:relative !important;
    z-index:5 !important;
    justify-self:end !important;
    align-self:end !important;
    width:min(48vw, 700px) !important;
    margin:0 !important;
    display:grid !important;
    grid-template-columns:1.1fr .9fr !important;
    grid-template-rows:auto auto !important;
    gap:clamp(10px, 1vw, 15px) !important;
  }

  html.brand-refresh .hero-food-item {
    background:#fff !important;
    border:4px solid var(--border-default, #25211E) !important;
    border-radius:28px !important;
    box-shadow:9px 10px 0 rgba(43,38,34,.15) !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    grid-column:1 / span 2 !important;
    aspect-ratio:2.45 / 1 !important;
    transform:rotate(-1.2deg) !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1.12 / .86 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    width:min(100%, 640px) !important;
    justify-self:center !important;
    margin:clamp(2px, 1vh, 14px) auto 0 !important;
    padding:0 !important;
    z-index:6 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    width:100% !important;
    max-width:640px !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    line-break:strict !important;
    font-size:clamp(48px, 5vw, 78px) !important;
    line-height:1.06 !important;
  }

  html.brand-refresh .hero-proof-panel {
    margin-top:clamp(4px, .9vw, 12px) !important;
    padding-top:clamp(12px, 1.2vw, 18px) !important;
    padding-bottom:clamp(10px, 1.2vw, 16px) !important;
  }
}

@media (min-width:761px) and (max-width:1180px) {
  html.brand-refresh .site-header__nav.site-nav {
    gap:6px !important;
  }

  html.brand-refresh .site-nav-trigger {
    min-width:auto !important;
    padding-inline:10px !important;
    font-size:13px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns:minmax(360px, .9fr) minmax(430px, 1.1fr) !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width:clamp(920px, 92vw, 1140px) !important;
    transform:translateX(clamp(-740px, -56vw, -560px)) translateY(12px) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(42px, 5vw, 64px) !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .hero-title.hero-stage {
    padding:650px 14px 32px !important;
    background:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    top:-172px !important;
    left:-260px !important;
    width:min(202vw, 760px) !important;
    z-index:1 !important;
  }

  html.brand-refresh .hero-food-gallery {
    top:106px !important;
    right:9px !important;
    width:min(58vw, 226px) !important;
    z-index:5 !important;
    gap:8px !important;
  }

  html.brand-refresh .hero-food-item--yaki {
    aspect-ratio:1.74 / .9 !important;
  }

  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    aspect-ratio:1 / .88 !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(38px, 11.5vw, 54px) !important;
    line-height:1.08 !important;
  }
}

/* 2026-06-18 LP23 true EOF lock:
   大判コンセプト4顔ロゴに合わせ、トップコピーの重心を左へ寄せる。 */
@media (min-width:761px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    transform:translateX(clamp(-650px, -36vw, -430px)) translateY(clamp(-330px, -22vw, -220px)) rotate(-2deg) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    justify-self:start !important;
    transform:translateX(clamp(-220px, -11vw, -130px)) !important;
  }
}

/* 2026-06-18 mobile purchase-first correction:
   広告流入でも最初の画面で商品価値と購入導線が見えるようにする。 */
html.brand-refresh .scroll-indicator {
  display:none !important;
}

html.brand-refresh .reveal-on-scroll,
html.brand-refresh .reveal-on-scroll.visible,
html.brand-refresh [class*="reveal"],
html.brand-refresh [class*="reveal"].visible {
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
}

@media (max-width:760px) {
  html.brand-refresh,
  html.brand-refresh body,
  html.brand-refresh .hero,
  html.brand-refresh .hero-title,
  html.brand-refresh .hero-title.hero-stage,
  html.brand-refresh .appetite-stage,
  html.brand-refresh .tabletop-scenes,
  html.brand-refresh .hero-showcase,
  html.brand-refresh .comic-section,
  html.brand-refresh #products-section,
  html.brand-refresh .reviews-section {
    background:#fff !important;
    background-color:#fff !important;
    background-image:none !important;
  }

  html.brand-refresh .site-header {
    height:72px !important;
    background:#fff !important;
  }

  html.brand-refresh .site-header__inner {
    height:72px !important;
    min-height:72px !important;
    padding:8px 10px !important;
    gap:8px !important;
  }

  html.brand-refresh .site-header__brand picture,
  html.brand-refresh .site-header__brand img {
    width:124px !important;
  }

  html.brand-refresh .site-header__cart,
  html.brand-refresh .site-header__reserve {
    height:40px !important;
    min-width:auto !important;
    padding:0 10px !important;
    border-width:2.5px !important;
    font-size:13px !important;
    box-shadow:3px 3px 0 rgba(43,38,34,.14) !important;
  }

  html.brand-refresh .site-header__reserve {
    background:var(--surface-brand) !important;
    color:#fff !important;
  }

  html.brand-refresh .hero {
    min-height:auto !important;
    overflow:hidden !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:
      "copy"
      "choice"
      "food"
      "proof" !important;
    min-height:calc(100svh - 72px) !important;
    padding:18px 14px 18px !important;
    row-gap:12px !important;
    position:relative !important;
    overflow:hidden !important;
    isolation:isolate !important;
  }

  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    position:absolute !important;
    z-index:0 !important;
    top:4px !important;
    left:-126px !important;
    width:min(92vw, 350px) !important;
    opacity:.16 !important;
    transform:rotate(-3deg) !important;
    pointer-events:none !important;
  }

  html.brand-refresh .hero-logo-image {
    width:100% !important;
    max-width:none !important;
    filter:drop-shadow(8px 10px 0 rgba(181,53,43,.06)) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    grid-area:copy !important;
    z-index:3 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    transform:none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    font-size:clamp(36px, 10.6vw, 44px) !important;
    line-height:1.05 !important;
    text-align:left !important;
    margin:0 0 10px !important;
    color:var(--surface-brand) !important;
    text-shadow:2px 3px 0 rgba(181,53,43,.10) !important;
  }

  html.brand-refresh .hero-main-copy,
  html.brand-refresh .hero-benefit-copy {
    text-align:left !important;
    margin-inline:0 !important;
  }

  html.brand-refresh .hero-main-copy {
    font-size:15px !important;
    line-height:1.52 !important;
  }

  html.brand-refresh .hero-brand-line {
    display:block !important;
  }

  html.brand-refresh .hero-benefit-copy {
    font-size:13px !important;
    line-height:1.55 !important;
    max-width:100% !important;
    padding:10px 12px !important;
    background:#fff !important;
    border:2px solid rgba(181,53,43,.30) !important;
    border-radius:14px !important;
    color:var(--text-default) !important;
  }

  html.brand-refresh .hero-choice-panel {
    grid-area:choice !important;
    z-index:4 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    width:100% !important;
    margin:0 !important;
  }

  html.brand-refresh .hero-choice {
    min-height:auto !important;
    padding:10px !important;
    border:2px solid var(--border-default) !important;
    border-radius:16px !important;
    box-shadow:3px 4px 0 rgba(43,38,34,.12) !important;
    background:#fff !important;
  }

  html.brand-refresh .hero-choice--buy {
    grid-column:1 / -1 !important;
    background:var(--surface-brand) !important;
    color:#fff !important;
  }

  html.brand-refresh .hero-choice--buy .hero-choice-kicker,
  html.brand-refresh .hero-choice--buy strong,
  html.brand-refresh .hero-choice--buy small,
  html.brand-refresh .hero-choice--buy .hero-choice-action {
    color:#fff !important;
  }

  html.brand-refresh .hero-choice--b2b {
    display:none !important;
  }

  html.brand-refresh .hero-choice strong {
    font-size:18px !important;
  }

  html.brand-refresh .hero-choice small {
    font-size:12px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .hero-choice-action {
    margin-top:7px !important;
    min-height:34px !important;
    padding:6px 10px !important;
    border-width:2px !important;
    box-shadow:2px 2px 0 rgba(43,38,34,.14) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area:food !important;
    position:relative !important;
    z-index:3 !important;
    top:auto !important;
    right:auto !important;
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr 1fr 1fr !important;
    grid-template-rows:auto !important;
    gap:8px !important;
    margin:0 !important;
  }

  html.brand-refresh .hero-food-item,
  html.brand-refresh .hero-food-item--yaki,
  html.brand-refresh .hero-food-item--xlb,
  html.brand-refresh .hero-food-item--sui {
    grid-column:auto !important;
    grid-row:auto !important;
    aspect-ratio:1 / .82 !important;
    transform:none !important;
    border:2px solid var(--border-default) !important;
    border-radius:16px !important;
    box-shadow:3px 4px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    left:5px !important;
    bottom:5px !important;
    min-height:22px !important;
    padding:3px 6px !important;
    border-width:1.5px !important;
    font-size:9px !important;
  }

  html.brand-refresh .hero-proof-panel {
    grid-area:proof !important;
    z-index:3 !important;
    width:100% !important;
    margin:0 !important;
    padding:8px !important;
    border:2px solid var(--border-default) !important;
    border-radius:16px !important;
    box-shadow:3px 4px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .hero-proof-panel__head {
    display:none !important;
  }

  html.brand-refresh .hero-proof-tiles {
    display:flex !important;
    overflow-x:auto !important;
    gap:8px !important;
    padding-bottom:2px !important;
    scrollbar-width:none !important;
  }

  html.brand-refresh .hero-proof-tiles::-webkit-scrollbar {
    display:none !important;
  }

  html.brand-refresh .hero-proof-tile {
    flex:0 0 112px !important;
    padding:6px !important;
    border-width:1.5px !important;
    border-radius:12px !important;
    box-shadow:none !important;
  }

  html.brand-refresh .hero-proof-tile img {
    height:38px !important;
    object-fit:contain !important;
  }

  html.brand-refresh .hero-proof-tile span {
    font-size:10px !important;
    line-height:1.25 !important;
  }

  html.brand-refresh .appetite-stage,
  html.brand-refresh .tabletop-scenes,
  html.brand-refresh .hero-showcase,
  html.brand-refresh .comic-section,
  html.brand-refresh .timeline,
  html.brand-refresh .reviews-section,
  html.brand-refresh .access-section,
  html.brand-refresh .contact-section {
    padding-top:42px !important;
    padding-bottom:42px !important;
  }

  html.brand-refresh .comic-panel,
  html.brand-refresh .reviews-panel-expanded,
  html.brand-refresh .product-card,
  html.brand-refresh .tabletop-scene-card,
  html.brand-refresh .hero-route-card,
  html.brand-refresh .trial-focus-card {
    border-width:2px !important;
    box-shadow:4px 5px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .comic-panel {
    padding:28px 14px !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(1) {
    background:var(--surface-brand) !important;
    color:#fff !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(1) .mobile-action-icon {
    color:#fff !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(2),
  html.brand-refresh .mobile-action-bar--reservation a:nth-child(2),
  html.brand-refresh .mobile-action-bar--origin a:nth-child(2) {
    background:#fff !important;
    color:var(--text-default) !important;
  }

  html.brand-refresh .mobile-action-bar a:nth-child(2) .mobile-action-icon,
  html.brand-refresh .mobile-action-bar--reservation a:nth-child(2) .mobile-action-icon,
  html.brand-refresh .mobile-action-bar--origin a:nth-child(2) .mobile-action-icon {
    color:var(--text-brand) !important;
  }
}

/* 2026-06-18 mobile overflow lock:
   PC版の最小幅・中央寄せ指定を断ち、390pxでも横にはみ出さない1列設計にする。 */
@media (max-width:760px) {
  html.brand-refresh {
    overflow-x:hidden !important;
  }

  html.brand-refresh body {
    overflow-x:hidden !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    left:auto !important;
    right:auto !important;
    grid-template-columns:minmax(0, 1fr) !important;
    grid-template-areas:
      "copy"
      "food"
      "choice"
      "proof" !important;
    justify-items:stretch !important;
    box-sizing:border-box !important;
  }

  html.brand-refresh .hero-copy-block--tabletop,
  html.brand-refresh .hero-choice-panel,
  html.brand-refresh .hero-food-gallery,
  html.brand-refresh .hero-proof-panel {
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    justify-self:stretch !important;
    align-self:auto !important;
    box-sizing:border-box !important;
    left:auto !important;
    right:auto !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    display:block !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1,
  html.brand-refresh .hero-main-copy,
  html.brand-refresh .hero-benefit-copy {
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  html.brand-refresh .hero-benefit-copy {
    padding:10px 12px !important;
  }

  html.brand-refresh .hero-choice,
  html.brand-refresh .hero-food-item,
  html.brand-refresh .hero-proof-tile {
    min-width:0 !important;
  }

  html.brand-refresh .hero-choice-panel {
    grid-template-columns:1fr !important;
    gap:0 !important;
  }

  html.brand-refresh .hero-choice:not(.hero-choice--buy) {
    display:none !important;
  }

  html.brand-refresh .hero-choice--buy {
    min-height:auto !important;
    padding:14px 12px !important;
  }
}

/* 2026-06-18 mobile evidence compression:
   スマホでは購入前の判断材料を要約表示にして、商品到達までの距離を短くする。 */
html.brand-refresh .mobile-section-fold {
  display:none;
}

@media (max-width:760px) {
  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  html.brand-refresh #process-section,
  html.brand-refresh .timeline,
  html.brand-refresh .reviews-section {
    padding-top:18px !important;
    padding-bottom:18px !important;
  }

  html.brand-refresh #process-section .comic-panel,
  html.brand-refresh .reviews-section .comic-panel,
  html.brand-refresh .timeline-content {
    padding-top:20px !important;
    padding-bottom:20px !important;
  }

  html.brand-refresh .mobile-section-fold {
    display:block !important;
    width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    border:2px solid var(--border-default) !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:4px 5px 0 rgba(43,38,34,.10) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .mobile-section-fold summary {
    display:grid !important;
    gap:5px !important;
    min-height:64px !important;
    padding:14px 16px !important;
    cursor:pointer !important;
    list-style:none !important;
    color:var(--text-default) !important;
  }

  html.brand-refresh .mobile-section-fold summary::-webkit-details-marker {
    display:none !important;
  }

  html.brand-refresh .mobile-section-fold summary::after {
    content:"＋ 詳しく見る";
    justify-self:start;
    display:inline-flex;
    align-items:center;
    min-height:30px;
    margin-top:3px;
    padding:4px 10px;
    border:2px solid var(--border-default);
    border-radius:999px;
    background:var(--surface-brand);
    color:#fff;
    font-size:12px;
    font-weight:900;
  }

  html.brand-refresh .mobile-section-fold[open] summary::after {
    content:"− 閉じる";
  }

  html.brand-refresh .mobile-section-fold summary span {
    color:var(--surface-brand) !important;
    font-size:12px !important;
    font-weight:900 !important;
    letter-spacing:.04em !important;
  }

  html.brand-refresh .mobile-section-fold summary strong {
    font-size:18px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .mobile-section-fold ul {
    margin:0 !important;
    padding:0 16px 12px 32px !important;
    font-size:13px !important;
    line-height:1.65 !important;
    font-weight:700 !important;
  }

  html.brand-refresh .mobile-section-fold a {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:40px !important;
    margin:0 16px 16px !important;
    padding:8px 14px !important;
    border:2px solid var(--border-default) !important;
    border-radius:999px !important;
    background:#fff !important;
    color:var(--surface-brand) !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-decoration:none !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh #process-section .section-display-title--media,
  html.brand-refresh #process-section .media-toolbar,
  html.brand-refresh #process-section #media-images-container,
  html.brand-refresh #process-section .media-closing-copy,
  html.brand-refresh .timeline .timeline-title,
  html.brand-refresh .timeline .timeline-line,
  html.brand-refresh .timeline .timeline-item,
  html.brand-refresh .timeline .owner-story,
  html.brand-refresh .reviews-section .reviews-title,
  html.brand-refresh .reviews-section .reviews-youtube-overlay,
  html.brand-refresh .reviews-section #reviews-cards,
  html.brand-refresh .reviews-section .tabelog-proof {
    display:none !important;
  }

  html.brand-refresh .quote-section,
  html.brand-refresh #handmade-process-section,
  html.brand-refresh #handmade-process-section + .comic-section,
  html.brand-refresh .why-eatable-section {
    padding-top:26px !important;
    padding-bottom:26px !important;
  }
}

/* 2026-06-18 mobile product compression:
   スマホでは「まずお試しを買う」導線へ集中させ、他商品は閉じた要約にまとめる。 */
html.brand-refresh .mobile-other-products {
  display:contents;
}

html.brand-refresh .mobile-other-products > summary {
  display:none;
}

html.brand-refresh .mobile-other-products__body {
  display:contents;
}

html.brand-refresh .trial-mix-details {
  display:block;
}

html.brand-refresh .trial-mix-details > summary {
  list-style:none;
  cursor:pointer;
}

html.brand-refresh .trial-mix-details > summary::-webkit-details-marker {
  display:none;
}

@media (max-width:760px) {
  html.brand-refresh #products-section {
    padding-top:24px !important;
    padding-bottom:28px !important;
  }

  html.brand-refresh #products-section .comic-panel {
    padding:20px 10px !important;
  }

  html.brand-refresh #products-section .panel-number {
    transform:translate(-8px, -8px) rotate(-2deg) !important;
  }

  html.brand-refresh #products-section h2 {
    font-size:clamp(30px, 9vw, 38px) !important;
    line-height:1.1 !important;
    margin-bottom:10px !important;
  }

  html.brand-refresh .products-choice-lead,
  html.brand-refresh .products-shipping-note,
  html.brand-refresh .products-included-note,
  html.brand-refresh .guarantee-badge,
  html.brand-refresh .purchase-trust-row {
    display:none !important;
  }

  html.brand-refresh .products-grid {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:10px !important;
  }

  html.brand-refresh .product-card--trial-hero {
    display:block !important;
    padding:12px !important;
    border-radius:22px !important;
  }

  html.brand-refresh .product-card--trial-hero::after {
    width:46px !important;
    height:46px !important;
    top:-12px !important;
    right:10px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image {
    height:118px !important;
    min-height:0 !important;
    margin:0 0 10px !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  html.brand-refresh .product-card--trial-hero .product-info,
  html.brand-refresh .trial-product-left,
  html.brand-refresh .trial-product-right {
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }

  html.brand-refresh .product-card--trial-hero .product-stamp {
    display:inline-flex !important;
    min-height:28px !important;
    margin:0 0 6px !important;
    padding:4px 10px !important;
    border-width:2px !important;
    font-size:12px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-name {
    font-size:clamp(27px, 8vw, 34px) !important;
    line-height:1.08 !important;
    margin:0 0 4px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-pack {
    margin:0 0 8px !important;
    font-size:16px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-description,
  html.brand-refresh .product-card--trial-hero .product-detail-list,
  html.brand-refresh .product-card--trial-hero .trial-proof-box {
    display:none !important;
  }

  html.brand-refresh .product-card--trial-hero .trial-decision-strip {
    display:grid !important;
    grid-template-columns:1fr 1fr 1fr !important;
    gap:6px !important;
    margin:8px 0 !important;
  }

  html.brand-refresh .product-card--trial-hero .trial-decision-strip span {
    min-height:52px !important;
    padding:8px 6px !important;
    border-width:2px !important;
    border-radius:14px !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
    font-size:11px !important;
    line-height:1.25 !important;
    text-align:center !important;
  }

  html.brand-refresh .product-card--trial-hero .trial-decision-strip strong {
    display:block !important;
    margin-bottom:2px !important;
    font-size:12px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-meta-row {
    display:flex !important;
    gap:6px !important;
    overflow-x:auto !important;
    margin:8px 0 !important;
    padding-bottom:2px !important;
    scrollbar-width:none !important;
  }

  html.brand-refresh .product-card--trial-hero .product-meta-row::-webkit-scrollbar {
    display:none !important;
  }

  html.brand-refresh .product-card--trial-hero .product-chip {
    flex:0 0 auto !important;
    min-height:28px !important;
    padding:5px 9px !important;
    font-size:11px !important;
    border-width:1.5px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-order-count {
    margin:8px 0 !important;
    padding:9px !important;
    border-width:2px !important;
    border-radius:16px !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .product-card--trial-hero .product-option-label {
    margin:0 0 6px !important;
    font-size:13px !important;
    line-height:1.3 !important;
  }

  html.brand-refresh .product-card--trial-hero .qty-wrap {
    gap:8px !important;
    justify-content:center !important;
  }

  html.brand-refresh .product-card--trial-hero .qty-btn {
    width:44px !important;
    height:44px !important;
    min-height:44px !important;
    border-width:2px !important;
    font-size:24px !important;
  }

  html.brand-refresh .product-card--trial-hero .qty-input {
    width:72px !important;
    height:44px !important;
    min-height:44px !important;
    border-width:2px !important;
    font-size:22px !important;
  }

  html.brand-refresh .trial-mix-details {
    margin:8px 0 !important;
    border:2px solid var(--border-default) !important;
    border-radius:16px !important;
    background:#fff !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .trial-mix-details > summary {
    display:grid !important;
    grid-template-columns:1fr auto !important;
    gap:3px 8px !important;
    align-items:center !important;
    padding:10px 12px !important;
    color:var(--text-default) !important;
  }

  html.brand-refresh .trial-mix-details > summary span {
    color:var(--text-brand) !important;
    font-size:12px !important;
    font-weight:900 !important;
  }

  html.brand-refresh .trial-mix-details > summary strong {
    grid-column:1 / -1 !important;
    font-size:18px !important;
    line-height:1.2 !important;
  }

  html.brand-refresh .trial-mix-details > summary small {
    grid-column:1 / -1 !important;
    font-size:11px !important;
    font-weight:800 !important;
    color:rgba(43,38,34,.70) !important;
  }

  html.brand-refresh .trial-mix-details > summary::after {
    content:"変更";
    grid-column:2 !important;
    grid-row:1 / span 2 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:30px !important;
    padding:4px 10px !important;
    border:2px solid var(--border-default) !important;
    border-radius:999px !important;
    background:var(--surface-brand) !important;
    color:#fff !important;
    font-size:12px !important;
    font-weight:900 !important;
  }

  html.brand-refresh .trial-mix-details[open] > summary::after {
    content:"閉じる";
  }

  html.brand-refresh .trial-mix-details .product-options {
    margin:0 !important;
    padding:0 10px 10px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-panel {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter {
    min-width:0 !important;
    padding:8px !important;
    border-width:2px !important;
    border-radius:14px !important;
    box-shadow:none !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-head {
    gap:4px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-note {
    font-size:10px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-controls {
    gap:6px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-btn {
    width:36px !important;
    height:36px !important;
    min-height:36px !important;
    border-width:2px !important;
    font-size:20px !important;
  }

  html.brand-refresh .trial-mix-details .mix-counter-value {
    min-width:52px !important;
    min-height:36px !important;
    padding:6px !important;
    font-size:16px !important;
    border-width:2px !important;
  }

  html.brand-refresh .trial-mix-details .mix-help {
    margin:8px 0 0 !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-price-row {
    margin:8px 0 !important;
    padding:10px !important;
    border-width:2px !important;
    border-radius:16px !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .product-card--trial-hero .product-price {
    margin:2px 0 !important;
    font-size:clamp(44px, 13vw, 54px) !important;
    line-height:0.95 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-tax-note,
  html.brand-refresh .product-card--trial-hero .trial-total-note {
    margin:3px 0 0 !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-actions {
    margin:8px 0 0 !important;
  }

  html.brand-refresh .product-card--trial-hero .add-to-cart {
    min-height:52px !important;
    padding:11px 14px !important;
    font-size:17px !important;
    border-width:2px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-trust-line,
  html.brand-refresh .product-card--trial-hero .trial-final-nudge {
    margin:6px 0 0 !important;
    font-size:11px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .mobile-other-products {
    display:block !important;
    grid-column:1 / -1 !important;
    margin:0 !important;
    padding:0 !important;
    border:2px solid var(--border-default) !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:4px 5px 0 rgba(43,38,34,.10) !important;
    overflow:hidden !important;
  }

  html.brand-refresh .mobile-other-products > summary {
    display:grid !important;
    gap:4px !important;
    padding:14px 16px !important;
    cursor:pointer !important;
    list-style:none !important;
  }

  html.brand-refresh .mobile-other-products > summary::-webkit-details-marker {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products > summary::after {
    content:"＋ 開く";
    justify-self:start;
    margin-top:4px;
    padding:4px 10px;
    border:2px solid var(--border-default);
    border-radius:999px;
    background:var(--surface-brand);
    color:#fff;
    font-size:12px;
    font-weight:900;
  }

  html.brand-refresh .mobile-other-products[open] > summary::after {
    content:"− 閉じる";
  }

  html.brand-refresh .mobile-other-products > summary span {
    color:var(--text-brand) !important;
    font-size:12px !important;
    font-weight:900 !important;
  }

  html.brand-refresh .mobile-other-products > summary strong {
    font-size:18px !important;
    line-height:1.3 !important;
  }

  html.brand-refresh .mobile-other-products > summary small {
    font-size:12px !important;
    font-weight:800 !important;
    color:rgba(43,38,34,.70) !important;
  }

  html.brand-refresh .mobile-other-products__body {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:0 10px 12px !important;
  }

  html.brand-refresh .mobile-other-products:not([open]) .mobile-other-products__body {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card {
    display:grid !important;
    grid-template-columns:88px 1fr !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:16px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card::after {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-image {
    height:88px !important;
    min-height:0 !important;
    margin:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  html.brand-refresh .mobile-other-products__body .product-info {
    display:block !important;
    min-width:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-stamp,
  html.brand-refresh .mobile-other-products__body .product-description,
  html.brand-refresh .mobile-other-products__body .product-value-note,
  html.brand-refresh .mobile-other-products__body .product-meta-row,
  html.brand-refresh .mobile-other-products__body .product-detail-list,
  html.brand-refresh .mobile-other-products__body .product-order-count,
  html.brand-refresh .mobile-other-products__body .product-options,
  html.brand-refresh .mobile-other-products__body .mix-advanced,
  html.brand-refresh .mobile-other-products__body .phone-order-box,
  html.brand-refresh .mobile-other-products__body .special-set-value-badge,
  html.brand-refresh .mobile-other-products__body .product-trust-line {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-name {
    margin:0 0 2px !important;
    font-size:18px !important;
    line-height:1.2 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-pack {
    margin:0 0 5px !important;
    font-size:12px !important;
    line-height:1.35 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-price-row {
    margin:0 0 7px !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html.brand-refresh .mobile-other-products__body .online-price-anchor,
  html.brand-refresh .mobile-other-products__body .online-price-badge,
  html.brand-refresh .mobile-other-products__body .product-tax-note {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-price {
    margin:0 !important;
    font-size:28px !important;
    line-height:1 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-actions {
    margin:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .add-to-cart,
  html.brand-refresh .mobile-other-products__body .phone-order-link {
    min-height:38px !important;
    padding:7px 10px !important;
    border-width:2px !important;
    font-size:13px !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .product-card-phone {
    display:none !important;
  }

  html.brand-refresh .products-checkout-cta {
    margin-top:12px !important;
    padding:12px 10px !important;
  }

  html.brand-refresh .checkout-direct-unified {
    min-height:48px !important;
    border-width:2px !important;
    font-size:16px !important;
  }

  html.brand-refresh .products-checkout-cta p {
    margin-top:6px !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }
}

/* 2026-06-18 desktop layout repair:
   モバイル圧縮用の折りたたみ構造がPC商品グリッドを崩さないよう、
   PCでは「お試しセット=横長」「その他商品=3列グリッド」に戻す。 */
@media (min-width:761px) {
  html.brand-refresh .timeline-content {
    position:relative !important;
  }

  html.brand-refresh .timeline-title {
    position:relative !important;
    z-index:3 !important;
    display:table !important;
    width:auto !important;
    margin:0 auto 110px !important;
    padding:0 34px !important;
    background:#fff !important;
    line-height:1 !important;
  }

  html.brand-refresh .timeline-line {
    top:210px !important;
    z-index:0 !important;
    background:var(--surface-brand) !important;
  }

  html.brand-refresh .timeline-item,
  html.brand-refresh .owner-story {
    position:relative !important;
    z-index:1 !important;
  }

  html.brand-refresh .products-grid {
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:28px !important;
    align-items:start !important;
  }

  html.brand-refresh .product-card--trial-hero {
    grid-column:1 / -1 !important;
  }

  html.brand-refresh .mobile-other-products {
    display:block !important;
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  html.brand-refresh .mobile-other-products > summary {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body {
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:28px !important;
    width:100% !important;
    padding:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card {
    width:100% !important;
    min-width:0 !important;
  }
}

@media (min-width:761px) and (max-width:1080px) {
  html.brand-refresh .products-grid,
  html.brand-refresh .mobile-other-products__body {
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 2026-06-18 purchase conversion repair.
   Keep the current red/white art direction, but restore desktop information density
   after the mobile-first product compression rules. */
html.brand-refresh .product-value-note {
  margin:10px 0 0 !important;
  padding:10px 12px !important;
  border:2px solid rgba(177,49,41,.32) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--text-default) !important;
  font-size:14px !important;
  line-height:1.65 !important;
  font-weight:800 !important;
}

html.brand-refresh .line-coupon-note {
  margin:8px 0 0 !important;
  color:var(--text-brand) !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:900 !important;
}

html.brand-refresh .product-price-row--included {
  border-color:var(--surface-brand) !important;
  box-shadow:5px 5px 0 rgba(177,49,41,.16) !important;
}

@media (min-width:761px) {
  html.brand-refresh .timeline {
    position:relative !important;
    overflow:visible !important;
  }

  html.brand-refresh .timeline-title {
    isolation:isolate !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    position:relative !important;
    z-index:5 !important;
    margin:0 auto 96px !important;
    padding:0 46px !important;
    background:#fff !important;
    line-height:1 !important;
    box-decoration-break:clone !important;
    -webkit-box-decoration-break:clone !important;
  }

  html.brand-refresh .timeline-title::before {
    content:"" !important;
    position:absolute !important;
    inset:-28px -60px !important;
    z-index:-1 !important;
    background:#fff !important;
  }

  html.brand-refresh .timeline-line {
    top:calc(4rem + 150px) !important;
    z-index:0 !important;
    width:4px !important;
    opacity:.9 !important;
  }

  html.brand-refresh .products-grid {
    width:min(1180px, calc(100vw - 96px)) !important;
    max-width:1180px !important;
    margin-inline:auto !important;
    display:grid !important;
    grid-template-columns:repeat(3, minmax(280px, 1fr)) !important;
    gap:28px !important;
    align-items:start !important;
    justify-content:center !important;
  }

  html.brand-refresh .product-card--trial-hero {
    grid-column:1 / -1 !important;
    display:grid !important;
    grid-template-columns:minmax(340px, .82fr) minmax(0, 1.18fr) !important;
    gap:0 !important;
    padding:0 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image {
    height:auto !important;
    min-height:100% !important;
    margin:0 !important;
    border-radius:24px 0 0 24px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-info {
    display:grid !important;
    grid-template-columns:minmax(0, .92fr) minmax(360px, .82fr) !important;
    gap:24px !important;
    padding:30px !important;
  }

  html.brand-refresh .mobile-other-products {
    display:block !important;
    grid-column:1 / -1 !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  html.brand-refresh .mobile-other-products > summary {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body {
    display:grid !important;
    grid-template-columns:repeat(3, minmax(280px, 1fr)) !important;
    gap:28px !important;
    width:100% !important;
    padding:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card {
    display:block !important;
    grid-template-columns:none !important;
    gap:0 !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    padding:0 !important;
    border-radius:24px !important;
    overflow:hidden !important;
  }

  html.brand-refresh .mobile-other-products__body .product-image {
    height:240px !important;
    min-height:240px !important;
    margin:0 !important;
    border-radius:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-info {
    display:block !important;
    min-width:0 !important;
    padding:24px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-stamp,
  html.brand-refresh .mobile-other-products__body .product-description,
  html.brand-refresh .mobile-other-products__body .product-value-note,
  html.brand-refresh .mobile-other-products__body .product-meta-row,
  html.brand-refresh .mobile-other-products__body .product-detail-list,
  html.brand-refresh .mobile-other-products__body .product-order-count,
  html.brand-refresh .mobile-other-products__body .product-options,
  html.brand-refresh .mobile-other-products__body .mix-advanced,
  html.brand-refresh .mobile-other-products__body .phone-order-box,
  html.brand-refresh .mobile-other-products__body .special-set-value-badge,
  html.brand-refresh .mobile-other-products__body .product-trust-line {
    display:flex !important;
  }

  html.brand-refresh .mobile-other-products__body .product-description,
  html.brand-refresh .mobile-other-products__body .product-value-note,
  html.brand-refresh .mobile-other-products__body .product-detail-list,
  html.brand-refresh .mobile-other-products__body .product-order-count,
  html.brand-refresh .mobile-other-products__body .product-options,
  html.brand-refresh .mobile-other-products__body .mix-advanced,
  html.brand-refresh .mobile-other-products__body .phone-order-box,
  html.brand-refresh .mobile-other-products__body .product-actions,
  html.brand-refresh .mobile-other-products__body .product-trust-line {
    display:block !important;
  }

  html.brand-refresh .mobile-other-products__body .product-name {
    margin:14px 0 8px !important;
    font-size:30px !important;
    line-height:1.18 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-pack {
    margin:0 0 10px !important;
    font-size:16px !important;
    line-height:1.5 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-meta-row {
    flex-wrap:wrap !important;
    gap:8px !important;
    margin:14px 0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-price-row {
    margin:16px 0 14px !important;
    padding:18px !important;
    border:3px solid var(--border-default) !important;
    border-radius:18px !important;
    box-shadow:4px 4px 0 rgba(43,38,34,.14) !important;
  }

  html.brand-refresh .mobile-other-products__body .online-price-anchor,
  html.brand-refresh .mobile-other-products__body .online-price-badge,
  html.brand-refresh .mobile-other-products__body .product-tax-note {
    display:inline-flex !important;
  }

  html.brand-refresh .mobile-other-products__body .product-price {
    margin:4px 0 !important;
    font-size:44px !important;
    line-height:1 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-actions {
    margin:14px 0 0 !important;
  }

  html.brand-refresh .mobile-other-products__body .add-to-cart,
  html.brand-refresh .mobile-other-products__body .phone-order-link {
    width:100% !important;
    min-height:50px !important;
    font-size:16px !important;
  }
}

@media (min-width:761px) and (max-width:1080px) {
  html.brand-refresh .products-grid,
  html.brand-refresh .mobile-other-products__body {
    width:min(940px, calc(100vw - 56px)) !important;
    grid-template-columns:repeat(2, minmax(260px, 1fr)) !important;
  }

  html.brand-refresh .product-card--trial-hero .product-info {
    grid-template-columns:1fr !important;
  }
}

/* 2026-06-18 cart copy and mix-control clarity.
   Primary CTA is a plain cart action; shrimp/nira allocation is a separate action. */
html.brand-refresh .hero-choice-actions {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:12px !important;
}

html.brand-refresh .hero-choice-adjust {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:8px 14px !important;
  border:2px solid var(--border-default) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--text-brand) !important;
  box-shadow:3px 3px 0 rgba(43,38,34,.14) !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
  text-decoration:none !important;
}

html.brand-refresh .hero-choice-adjust:hover {
  transform:translateY(-1px) !important;
  background:var(--surface-soft) !important;
}

html.brand-refresh .product-price-row--included .online-price-badge {
  display:inline-flex !important;
  font-size:clamp(15px, 1.2vw, 20px) !important;
  letter-spacing:.02em !important;
}

html.brand-refresh .product-price-row--included .product-tax-note {
  color:var(--text-brand) !important;
  font-size:16px !important;
  font-weight:900 !important;
}

@media (max-width:760px) {
  html.brand-refresh .hero-choice-actions {
    gap:7px !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action {
    flex:1 1 92px !important;
    min-height:40px !important;
    padding:8px 12px !important;
    font-size:14px !important;
  }

  html.brand-refresh .hero-choice-adjust {
    flex:1 1 132px !important;
    min-height:40px !important;
    padding:8px 10px !important;
    font-size:12px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] {
    display:block !important;
    padding:10px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-image {
    height:112px !important;
    margin:0 0 8px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-info {
    display:block !important;
    padding:0 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-order-count,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-options,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-advanced {
    display:block !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-order-count,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-options,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-advanced > summary {
    margin:8px 0 !important;
    padding:9px !important;
    border:2px solid var(--border-default) !important;
    border-radius:14px !important;
    background:#fff !important;
    box-shadow:2px 3px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-advanced > summary {
    list-style:none !important;
    cursor:pointer !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-advanced > summary::-webkit-details-marker {
    display:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-advanced .product-options {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-panel {
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter {
    min-width:0 !important;
    padding:8px !important;
    border-width:2px !important;
    border-radius:14px !important;
    box-shadow:none !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-head {
    gap:4px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-note {
    font-size:10px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-controls {
    gap:6px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-btn {
    width:36px !important;
    height:36px !important;
    min-height:36px !important;
    border-width:2px !important;
    font-size:20px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-counter-value {
    min-width:52px !important;
    min-height:36px !important;
    padding:6px !important;
    border-width:2px !important;
    font-size:15px !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-summary,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-help,
  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .product-option-label {
    font-size:12px !important;
    line-height:1.45 !important;
  }

  html.brand-refresh .mobile-other-products__body .product-card[data-mix-enabled="true"] .mix-summary {
    margin:7px 0 3px !important;
    color:var(--text-brand) !important;
    font-weight:900 !important;
  }
}

/* 2026-06-18 video/review cleanup:
   お試しセット画像を右側の注文UI高さへ伸ばさず、自然な横長比率で見せる。 */
@media (min-width:761px) {
  html.brand-refresh .product-card--trial-hero .product-image {
    align-self:start !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:16 / 9 !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image picture {
    display:block !important;
    width:100% !important;
    height:100% !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image img {
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
}

@media (max-width:760px) {
  html.brand-refresh .product-card--trial-hero .product-image {
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16 / 9 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image picture {
    display:block !important;
    width:100% !important;
    height:100% !important;
  }
}

/* 2026-06-18: スマホでもレビュー文ではなく動画紹介を表示する。 */
@media (max-width:760px) {
  html.brand-refresh .reviews-section .reviews-title,
  html.brand-refresh .reviews-section .reviews-youtube-overlay {
    display:block !important;
  }

  html.brand-refresh .reviews-section #reviews-cards,
  html.brand-refresh .reviews-section .review-fallback-grid,
  html.brand-refresh .reviews-section .reviews-grid,
  html.brand-refresh .reviews-section .review-card,
  html.brand-refresh .reviews-section .tabelog-proof {
    display:none !important;
  }
}

/* === heroのブランドキャラ(顔ロゴ)を少し小さく＋文字との余白を確保 (2026-06 最終上書き) ===
   重複ルールが多いため、ファイル末尾でサイズと位置を最終決定する。顔半分は維持。 */
@media (max-width:760px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width: min(77vw, 290px) !important;
    /* 顔を右へ寄せて目(画像の左中央)を画面内に。透かしは少し濃くして目がしっかり出る様に */
    transform: translateX(22%) rotate(-3deg) !important;
    opacity: 0.22 !important;
  }
}
@media (min-width:761px) {
  html.brand-refresh .hero-logo-shell,
  html.brand-refresh .hero-logo-shell.is-visible {
    width: clamp(520px, 46vw, 760px) !important;
    transform: translateX(clamp(-300px, -16vw, -150px)) translateY(14px) rotate(-2deg) !important;
  }
}

/* === ヒーロー食材ギャラリー刷新：実写差し替え＋自動クロスフェード (2026-06) ===
   各カードが2枚の写真をゆっくり交互にクロスフェード。--aは従来通り在フローでサイズを決め、
   --bを絶対配置で重ねて opacity アニメ。レイアウトは不変、動き(プレファレンス)だけ追加。 */
html.brand-refresh .hero-food-item .hf-img--b {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0 !important;
  z-index: 1 !important;
  animation: hfCrossfade 12s ease-in-out infinite !important;
  will-change: opacity;
}
html.brand-refresh .hero-food-item figcaption { z-index: 3 !important; }
@keyframes hfCrossfade {
  0%, 40%  { opacity: 0; }
  50%, 90% { opacity: 1; }
  100%     { opacity: 0; }
}
html.brand-refresh .hero-food-item--xlb .hf-img--b { animation-delay: 4s !important; }
html.brand-refresh .hero-food-item--sui .hf-img--b { animation-delay: 8s !important; }
@media (prefers-reduced-motion: reduce) {
  /* 動きを止めるときは「断面(シズル)」側を静止表示する(以前はopacity:0で断面が永久非表示だった) */
  html.brand-refresh .hero-food-item .hf-img--a { display: none !important; }
  html.brand-refresh .hero-food-item .hf-img--b { position: static !important; animation: none !important; opacity: 1 !important; }
}

/* === 食材ギャラリーのクリーン化：写真を主役に。枠・影を上品に、傾きを抑え、余白を確保 (2026-06) === */
html.brand-refresh .hero-food-gallery { gap: clamp(14px, 1.9vw, 26px) !important; }
html.brand-refresh .hero-food-item {
  border-width: 2.5px !important;
  box-shadow: 0 16px 34px rgba(43,38,34,.16), 4px 5px 0 rgba(43,38,34,.07) !important;
}
@media (min-width: 761px) {
  html.brand-refresh .hero-food-item--yaki { transform: rotate(-0.7deg) !important; }
  html.brand-refresh .hero-food-item--xlb  { transform: rotate(0.9deg) translateY(6px) !important; }
  html.brand-refresh .hero-food-item--sui  { transform: rotate(-0.9deg) translateY(-2px) !important; }
}

/* === 2026-06-23 persona UX tightening
   広告・初回流入のモバイルで、価値理解とカート投入を最初の画面内へ寄せる。 */
html.brand-refresh .hero-mobile-proof-strip,
html.brand-refresh .hero-mobile-route-strip,
html.brand-refresh .trial-mobile-buy-snapshot {
  display: none;
}

html.brand-refresh .hero-h1-phrase {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 760px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-areas:
      "copy"
      "choice"
      "routes"
      "food"
      "proof" !important;
    padding: 10px 14px 86px !important;
    row-gap: 8px !important;
    min-height: auto !important;
  }

  html.brand-refresh .hero-copy-block {
    margin: 0 auto !important;
    max-width: min(100%, 390px) !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 7px !important;
    text-align: center !important;
    font-size: clamp(29px, 8vw, 32px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  html.brand-refresh .hero-main-copy {
    margin: 0 auto 6px !important;
    text-align: center !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  html.brand-refresh .hero-benefit-copy {
    display: none !important;
  }

  html.brand-refresh .hero-mobile-proof-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 6px auto 0 !important;
  }

  html.brand-refresh .hero-mobile-proof-strip span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 4px 7px !important;
    border: 2px solid var(--surface-brand) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--surface-brand) !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    box-shadow: 2px 2px 0 rgba(43,38,34,.10) !important;
  }

  html.brand-refresh .hero-choice-panel {
    grid-area: choice !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 390px !important;
  }

  html.brand-refresh .hero-choice--buy {
    display: block !important;
    min-height: 0 !important;
    padding: 9px 10px 10px !important;
    border-radius: 16px !important;
    border-width: 2px !important;
    box-shadow: 3px 4px 0 rgba(43,38,34,.13) !important;
  }

  html.brand-refresh .hero-choice--buy .hero-choice-kicker {
    min-height: 22px !important;
    padding: 4px 8px !important;
    font-size: 10.5px !important;
  }

  html.brand-refresh .hero-choice--buy strong {
    margin-top: 5px !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
  }

  html.brand-refresh .hero-choice--buy small {
    margin-top: 3px !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  html.brand-refresh .hero-choice-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 7px !important;
    margin-top: 8px !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action,
  html.brand-refresh .hero-choice-adjust {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 7px 8px !important;
    border: 2px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 2px 3px 0 rgba(43,38,34,.16) !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action {
    background: var(--surface-brand) !important;
    color: #fff !important;
  }

  html.brand-refresh .hero-choice-adjust {
    background: #fff !important;
    color: var(--surface-brand) !important;
  }

  html.brand-refresh .hero-mobile-route-strip {
    grid-area: routes !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 390px !important;
  }

  html.brand-refresh .hero-mobile-route-strip a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    border: 2px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--surface-brand) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 2px 3px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .hero-food-gallery {
    grid-area: food !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
  }

  html.brand-refresh .hero-food-item {
    aspect-ratio: 1 / .72 !important;
    min-height: 0 !important;
    border-width: 2px !important;
    border-radius: 14px !important;
    box-shadow: 2px 4px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .hero-food-item figcaption {
    min-height: 20px !important;
    padding: 3px 7px !important;
    font-size: 9.5px !important;
    border-width: 1.5px !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-areas:
      "label price"
      "button button" !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 8px 0 10px !important;
    padding: 10px !important;
    border: 2px solid var(--surface-brand) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 3px 4px 0 rgba(43,38,34,.12) !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot span {
    grid-area: label !important;
    color: var(--surface-brand) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot strong {
    grid-area: price !important;
    color: var(--surface-brand) !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot button {
    grid-area: button !important;
    min-height: 42px !important;
    border: 2px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: var(--surface-brand) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    box-shadow: 2px 3px 0 rgba(43,38,34,.18) !important;
  }

  html.brand-refresh .product-card--trial-hero .product-description,
  html.brand-refresh .product-card--trial-hero .product-value-note {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  html.brand-refresh .product-card--trial-hero .trial-decision-strip {
    margin-top: 8px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-price-row,
  html.brand-refresh .product-card--trial-hero .product-actions {
    display: none !important;
  }
}

/* === 2026-06-24 mobile density pass
   モバイルは「最初の3秒」と「お試し購入」を優先。PCのブランド演出は維持する。 */
html.brand-refresh .notice-mobile-detail {
  display: none;
}

@media (max-width: 760px) {
  html.brand-refresh .notice-desktop-detail {
    display: none !important;
  }

  html.brand-refresh .notice-mobile-detail {
    display: inline !important;
  }

  html.brand-refresh .shop-closure-notice {
    max-width: calc(100vw - 28px) !important;
    margin: 8px auto 0 !important;
    padding: 8px 11px !important;
    background: #fff !important;
    border: 2px solid var(--surface-brand) !important;
    border-left-width: 2px !important;
    border-radius: 999px !important;
    color: var(--ink-strong) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .10) !important;
  }

  html.brand-refresh .shop-closure-notice strong {
    color: var(--surface-brand) !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-areas:
      "copy"
      "choice"
      "food"
      "proof" !important;
    padding-top: 8px !important;
    padding-bottom: 62px !important;
    row-gap: 7px !important;
  }

  html.brand-refresh .hero-speech,
  html.brand-refresh .hero-mobile-route-strip,
  html.brand-refresh .hero-choice-panel .hero-choice:not(.hero-choice--buy) {
    display: none !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(29px, 8.1vw, 33px) !important;
    line-height: 1.06 !important;
    text-align: center !important;
  }

  html.brand-refresh .hero-main-copy {
    max-width: 315px !important;
    margin: 0 auto 5px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  html.brand-refresh .hero-brand-line-stack,
  html.brand-refresh .hero-brand-line {
    display: block !important;
  }

  html.brand-refresh .hero-mobile-proof-strip {
    margin-top: 5px !important;
    gap: 4px !important;
  }

  html.brand-refresh .hero-mobile-proof-strip span {
    min-height: 22px !important;
    padding: 3px 6px !important;
    font-size: 10px !important;
  }

  html.brand-refresh .hero-choice--buy small {
    color: var(--surface-brand) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .hero-choice-actions {
    grid-template-columns: 1fr auto !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action {
    min-height: 38px !important;
    font-size: 13px !important;
  }

  html.brand-refresh .hero-choice-adjust {
    min-width: 96px !important;
    min-height: 38px !important;
    font-size: 11px !important;
  }

  html.brand-refresh .hero-food-gallery {
    margin-top: 1px !important;
  }

  html.brand-refresh .hero-food-item {
    aspect-ratio: 1 / .64 !important;
  }

  html.brand-refresh .hero-showcase--routes,
  html.brand-refresh .appetite-stage,
  html.brand-refresh .tabletop-scenes {
    display: none !important;
  }

  html.brand-refresh #process-section .media-toolbar,
  html.brand-refresh #process-section #media-images-container,
  html.brand-refresh #process-section .media-closing-copy,
  html.brand-refresh .timeline .timeline-line,
  html.brand-refresh .timeline .timeline-item,
  html.brand-refresh .timeline .owner-story {
    display: none !important;
  }

  html.brand-refresh .reviews-section .reviews-youtube-overlay {
    display: none !important;
  }

  html.brand-refresh .reviews-section .mobile-section-fold--reviews[open] ~ .reviews-youtube-overlay {
    display: block !important;
  }

  html.brand-refresh #handmade-process-section .process-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  html.brand-refresh #handmade-process-section .process-step {
    padding: 12px 8px !important;
    min-height: 0 !important;
  }

  html.brand-refresh #handmade-process-section .process-step h3 {
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  html.brand-refresh #handmade-process-section .process-step p {
    display: none !important;
  }

  html.brand-refresh #taste-hero,
  html.brand-refresh #taste-gallery,
  html.brand-refresh .why-eatable-body p:nth-child(2) {
    display: none !important;
  }

  html.brand-refresh .products-choice-lead {
    max-width: 330px !important;
    margin: 0 auto 8px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-image {
    aspect-ratio: 16 / 8.8 !important;
    max-height: 210px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-name {
    font-size: clamp(24px, 7.4vw, 29px) !important;
    line-height: 1.08 !important;
    margin-bottom: 5px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-pack {
    margin-bottom: 4px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  html.brand-refresh .product-card--trial-hero .product-description,
  html.brand-refresh .product-card--trial-hero .product-value-note,
  html.brand-refresh .product-card--trial-hero .trial-decision-strip,
  html.brand-refresh .product-card--trial-hero .product-meta-row,
  html.brand-refresh .product-card--trial-hero .product-detail-list,
  html.brand-refresh .product-card--trial-hero .product-order-count,
  html.brand-refresh .product-card--trial-hero .trial-proof-box,
  html.brand-refresh .product-card--trial-hero .product-price-row,
  html.brand-refresh .product-card--trial-hero .product-actions {
    display: none !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot {
    margin: 7px 0 !important;
    padding: 9px !important;
  }

  html.brand-refresh .trial-mobile-buy-snapshot strong {
    font-size: 27px !important;
  }

  html.brand-refresh .product-card--trial-hero .product-stock-badge:not(.is-sold-out):not(.is-low-stock):not(.is-loading) {
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }

  html.brand-refresh .trial-mix-details {
    margin: 7px 0 0 !important;
  }

  html.brand-refresh .trial-mix-details > summary {
    min-height: 38px !important;
    padding: 8px 38px 8px 10px !important;
  }

  html.brand-refresh .trial-mix-details > summary span,
  html.brand-refresh .trial-mix-details > summary small {
    display: none !important;
  }

  html.brand-refresh .trial-mix-details > summary strong {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  html.brand-refresh .mobile-other-products {
    margin-top: 10px !important;
  }

  html.brand-refresh .mobile-other-products > summary {
    min-height: 50px !important;
    padding: 10px 42px 10px 12px !important;
  }

  html.brand-refresh .mobile-other-products > summary span,
  html.brand-refresh .mobile-other-products > summary small {
    display: none !important;
  }

  html.brand-refresh .mobile-other-products > summary strong {
    font-size: 14px !important;
  }

  html.brand-refresh .products-checkout-cta {
    padding: 14px 12px !important;
  }

  html.brand-refresh .products-checkout-cta p {
    display: none !important;
  }

  html.brand-refresh .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* === 2026-06-24 mobile air pass
   モバイルの初動は詰め込み過ぎず、写真を先に見せてから購入CTAへ誘導する。 */
@media (max-width: 760px) {
  html.brand-refresh .shop-closure-notice {
    margin: 14px auto 16px !important;
  }

  html.brand-refresh .hero-title.hero-stage {
    grid-template-areas:
      "copy"
      "food"
      "choice" !important;
    padding-top: 18px !important;
    padding-bottom: 78px !important;
    row-gap: 14px !important;
  }

  html.brand-refresh .hero-copy-block--tabletop {
    padding-top: 6px !important;
  }

  html.brand-refresh .hero-copy-block--tabletop .hero-h1 {
    margin-top: 4px !important;
    margin-bottom: 11px !important;
  }

  html.brand-refresh .hero-main-copy {
    margin: 0 auto 10px !important;
  }

  html.brand-refresh .hero-mobile-proof-strip {
    margin-top: 8px !important;
    margin-bottom: 2px !important;
    gap: 5px !important;
  }

  html.brand-refresh .hero-food-gallery {
    margin: 3px auto 0 !important;
    padding-inline: 3px !important;
  }

  html.brand-refresh .hero-food-item {
    aspect-ratio: 1 / .62 !important;
    border-radius: 16px !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .11) !important;
  }

  html.brand-refresh .hero-choice-panel {
    width: min(344px, calc(100vw - 34px)) !important;
    max-width: min(344px, calc(100vw - 34px)) !important;
    margin: 0 auto !important;
  }

  html.brand-refresh .hero-choice--buy {
    position: relative !important;
    overflow: visible !important;
    padding: 17px 14px 14px !important;
    border: 3px solid var(--ink-strong, #2b2622) !important;
    border-radius: 26px !important;
    background:
      radial-gradient(circle at 92% 18%, rgba(255, 255, 255, .24) 0 18px, transparent 19px),
      linear-gradient(135deg, #b52f27 0%, #d13a30 58%, #ad2924 100%) !important;
    color: #fff !important;
    box-shadow: 5px 6px 0 rgba(43, 38, 34, .18) !important;
  }

  html.brand-refresh .hero-choice--buy::after {
    display: none !important;
  }

  html.brand-refresh .hero-choice--buy::before {
    display: none !important;
  }

  html.brand-refresh .hero-choice--buy .hero-choice-kicker {
    position: static !important;
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 24px !important;
    margin: 0 0 8px !important;
    padding: 5px 10px !important;
    border: 3px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--surface-brand) !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .18) !important;
    transform: rotate(-2deg) !important;
    font-size: 11px !important;
  }

  html.brand-refresh .hero-choice--buy strong {
    display: block !important;
    margin-top: 0 !important;
    color: #fff !important;
    font-size: clamp(23px, 7vw, 28px) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
  }

  html.brand-refresh .hero-choice--buy small {
    display: block !important;
    margin-top: 5px !important;
    color: #fff !important;
    opacity: .95 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .hero-choice-actions {
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action,
  html.brand-refresh .hero-choice-adjust {
    min-height: 44px !important;
    border: 3px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .18) !important;
    line-height: 1 !important;
  }

  html.brand-refresh .hero-choice-actions .hero-choice-action {
    color: var(--surface-brand) !important;
    font-size: 14px !important;
  }

  html.brand-refresh .hero-choice-adjust {
    min-width: 96px !important;
    color: var(--ink-strong, #2b2622) !important;
    font-size: 11px !important;
  }
}

/* === 2026-06-24 1980 yen entry compression
   1人前のお試し枠は、価格と選択だけを先に見せる。補助色は赤・白・黒へ統一。 */
html.brand-refresh .product-card--first {
  background: #fff !important;
}

html.brand-refresh .product-card--first .product-image {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

html.brand-refresh .product-card--first .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.brand-refresh .product-card--first .first-set-note {
  margin: 6px 0 0 !important;
  color: var(--text-muted, #6b5e52) !important;
  font-size: .82rem !important;
  line-height: 1.5 !important;
}

html.brand-refresh .product-card--first .first-set-note a {
  color: var(--surface-brand, #b5352b) !important;
  font-weight: 900 !important;
}

html.brand-refresh .product-card--first .first-set-buttons button {
  border-color: var(--ink-strong, #2b2622) !important;
  letter-spacing: 0 !important;
}

html.brand-refresh .product-card--first .first-set-buttons button:nth-child(1) {
  background: var(--surface-brand, #b5352b) !important;
  color: #fff !important;
}

html.brand-refresh .product-card--first .first-set-buttons button:nth-child(2) {
  background: #fff !important;
  color: var(--surface-brand, #b5352b) !important;
}

@media (max-width: 760px) {
  html.brand-refresh .products-grid {
    gap: 18px !important;
  }

  html.brand-refresh .product-card--first {
    border-radius: 24px !important;
  }

  html.brand-refresh .product-card--first .product-image {
    aspect-ratio: 2.05 / 1 !important;
  }

  html.brand-refresh .product-card--first .product-info {
    padding: 12px 14px 13px !important;
  }

  html.brand-refresh .product-card--first .product-stamp {
    width: fit-content !important;
    margin: -3px 0 7px !important;
    padding: 5px 9px !important;
    border: 3px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: var(--surface-brand, #b5352b) !important;
    color: #fff !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .16) !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  html.brand-refresh .product-card--first .product-name {
    margin: 0 0 4px !important;
    color: var(--surface-brand, #b5352b) !important;
    font-size: clamp(22px, 6.5vw, 28px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  html.brand-refresh .product-card--first .product-pack {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    line-height: 1.38 !important;
  }

  html.brand-refresh .product-card--first .product-description,
  html.brand-refresh .product-card--first .product-meta-row,
  html.brand-refresh .product-card--first .line-coupon-note,
  html.brand-refresh .product-card--first .first-set-note,
  html.brand-refresh .product-card--first [data-track-name="first_set_express"],
  html.brand-refresh .product-card--first .product-stock-status,
  html.brand-refresh .product-card--first .product-stock-badge,
  html.brand-refresh .product-card--first .stock-badge,
  html.brand-refresh .product-card--first [class*="stock"],
  html.brand-refresh .product-card--first .product-option-label {
    display: none !important;
  }

  html.brand-refresh .product-card--first .product-price-row--included {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
    margin: 6px 0 9px !important;
    padding: 8px 10px !important;
    border: 2px solid var(--surface-brand, #b5352b) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .12) !important;
  }

  html.brand-refresh .product-card--first .product-price-row--included .online-price-badge {
    grid-row: 1 / 3 !important;
    margin: 0 !important;
    padding: 4px 7px !important;
    border: 2px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: var(--surface-brand, #b5352b) !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  html.brand-refresh .product-card--first .product-price {
    margin: 0 !important;
    color: var(--surface-brand, #b5352b) !important;
    font-size: clamp(32px, 9.6vw, 40px) !important;
    line-height: .92 !important;
  }

  html.brand-refresh .product-card--first .product-tax-note {
    margin: 0 !important;
    color: var(--ink-strong, #2b2622) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .product-card--first .first-set-buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  html.brand-refresh .product-card--first .first-set-buttons button {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 10px 6px !important;
    border-radius: 999px !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .16) !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    word-break: keep-all !important;
  }
}

/* PCでは1980円の入口を横長バンドにして、商品グリッドの余白と情報過多を抑える。 */
@media (min-width: 761px) {
  html.brand-refresh .product-card--first {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr) !important;
    align-items: stretch !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 24px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html.brand-refresh .product-card--first .product-image {
    height: 184px !important;
    min-height: 184px !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  html.brand-refresh .product-card--first .product-image img {
    object-position: center 46% !important;
  }

  html.brand-refresh .product-card--first .product-info {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr) !important;
    grid-template-rows: auto auto auto;
    align-items: center !important;
    gap: 8px 22px !important;
    padding: 20px 24px !important;
  }

  html.brand-refresh .product-card--first .product-stamp {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: fit-content !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    border: 3px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: var(--surface-brand, #b5352b) !important;
    color: #fff !important;
    box-shadow: 2px 3px 0 rgba(43, 38, 34, .16) !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  html.brand-refresh .product-card--first .product-name {
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    color: var(--surface-brand, #b5352b) !important;
    font-size: clamp(30px, 3.4vw, 44px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  html.brand-refresh .product-card--first .product-pack {
    grid-column: 1 !important;
    grid-row: 3 !important;
    margin: 0 !important;
    color: var(--ink-strong, #2b2622) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .product-card--first .product-description,
  html.brand-refresh .product-card--first .product-meta-row,
  html.brand-refresh .product-card--first .line-coupon-note,
  html.brand-refresh .product-card--first .first-set-note,
  html.brand-refresh .product-card--first [data-track-name="first_set_express"],
  html.brand-refresh .product-card--first .product-stock-status,
  html.brand-refresh .product-card--first .product-stock-badge,
  html.brand-refresh .product-card--first .stock-badge,
  html.brand-refresh .product-card--first [class*="stock"],
  html.brand-refresh .product-card--first .product-option-label {
    display: none !important;
  }

  html.brand-refresh .product-card--first .product-price-row--included {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border: 3px solid var(--surface-brand, #b5352b) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 3px 4px 0 rgba(43, 38, 34, .12) !important;
  }

  html.brand-refresh .product-card--first .product-price-row--included .online-price-badge {
    align-self: flex-start !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    border: 2px solid var(--ink-strong, #2b2622) !important;
    border-radius: 999px !important;
    background: var(--surface-brand, #b5352b) !important;
    color: #fff !important;
    font-size: 11.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  html.brand-refresh .product-card--first .product-price {
    margin: 0 !important;
    color: var(--surface-brand, #b5352b) !important;
    font-size: clamp(40px, 4vw, 52px) !important;
    line-height: .95 !important;
    white-space: nowrap !important;
  }

  /* 横型カードでは右上マスコットが価格に重なるため非表示（スッキリ優先） */
  html.brand-refresh .product-card--first::after {
    display: none !important;
  }

  html.brand-refresh .product-card--first .product-tax-note {
    margin: 0 !important;
    color: var(--ink-strong, #2b2622) !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }

  html.brand-refresh .product-card--first .first-set-buttons {
    grid-column: 2 !important;
    grid-row: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  html.brand-refresh .product-card--first .first-set-buttons button {
    min-width: 0 !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    border-radius: 999px !important;
    box-shadow: 3px 4px 0 rgba(43, 38, 34, .16) !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
}

@media (min-width: 1160px) {
  html.brand-refresh .product-card--first .product-image {
    height: 208px !important;
    min-height: 208px !important;
  }
}

/* Keep anchored product jumps clear of the fixed header on desktop and mobile. */
html.brand-refresh #products-section,
html.brand-refresh #first-set-card,
html.brand-refresh #trial-set-card,
html.brand-refresh .product-card {
  scroll-margin-top: 132px;
}

@media (max-width: 760px) {
  html.brand-refresh #products-section,
  html.brand-refresh #first-set-card,
  html.brand-refresh #trial-set-card,
  html.brand-refresh .product-card {
    scroll-margin-top: 94px;
  }
}

/* 画像の縦伸び恒久対策: ヒーロー型カードの商品画像は常に cover で歪ませない（枠が縦長になっても引き伸ばさず切り抜く）。全ブレークポイントで保証。 */
html.brand-refresh .product-card--trial-hero .product-image img,
html.brand-refresh .product-card--first .product-image img,
html.brand-refresh .product-card .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* 個数バッジ: 3価格帯の量の違い(6倍差)を写真上で即判別できるようにする */
html.brand-refresh .product-card .product-image {
  position: relative;
}
html.brand-refresh #first-set-card .product-image::after,
html.brand-refresh #trial-set-card .product-image::after,
html.brand-refresh #special-set-card .product-image::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  background: #B5352B;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 999px;
  border: 2px solid #2B2622;
  box-shadow: 2px 3px 0 rgba(43, 38, 34, .18);
  pointer-events: none;
}
html.brand-refresh #first-set-card .product-image::after { content: "12個"; }
html.brand-refresh #trial-set-card .product-image::after { content: "24個"; }
html.brand-refresh #special-set-card .product-image::after { content: "84個"; }

/* モバイルFV: 3枚豆粒クロスフェードをやめ、最強のシズル(小籠包スープ断面)を全幅静止表示。
   デスクトップの12秒クロスフェードは不変。
   注: ヒーローgridは列定義(3列)とエリア定義(1列)が食い違う既存レイアウトのため、ここで1列に正す。 */
@media (max-width: 760px) {
  html.brand-refresh .hero-title.hero-stage {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "food"
      "choice"
      "proof" !important;
  }
  html.brand-refresh .hero-proof-panel {
    grid-area: proof !important;
  }
  html.brand-refresh .hero-food-item--yaki,
  html.brand-refresh .hero-food-item--sui {
    display: none !important;
  }
  html.brand-refresh .hero-food-gallery {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
  }
  html.brand-refresh .hero-food-item--xlb {
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
  }
  html.brand-refresh .hero-food-item--xlb .hf-img--a {
    display: none !important;
  }
  html.brand-refresh .hero-food-item--xlb .hf-img--b {
    position: static !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

/* === CVRスプリント第2弾: 価値ストリップ / 価格ラダー / 最短お届け日 / 看板導線 (2026-07) === */

/* 価値の3行(モバイルのみ): デスクトップ専用文言の圧縮移植。文字総量は増やさない方針 */
html.brand-refresh .m-value-strip {
  display: none;
}
@media (max-width: 760px) {
  html.brand-refresh .m-value-strip {
    display: grid !important;
    gap: 4px !important;
    margin: 8px 0 0 !important;
    padding: 9px 11px !important;
    list-style: none !important;
    background: #FAF6EF !important;
    border: 1.5px solid var(--surface-brand, #b5352b) !important;
    border-radius: 12px !important;
  }
  html.brand-refresh .m-value-strip li {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: var(--ink-strong, #2b2622) !important;
    font-weight: 700 !important;
  }
  html.brand-refresh .m-value-strip li::before {
    content: "✓ ";
    color: var(--surface-brand, #b5352b);
    font-weight: 900;
  }
}

/* 最短お届け日(JSが .delivery-eta に充填。空なら非表示) */
html.brand-refresh .delivery-eta {
  margin: 2px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
  color: var(--jade, #3E7C6A) !important;
}
html.brand-refresh .delivery-eta:empty {
  display: none !important;
}
/* 価格ボックス(モバイルはgrid)内では全幅の行にして価格列を潰さない */
html.brand-refresh .product-card--first .product-price-row--included .delivery-eta {
  grid-column: 1 / -1 !important;
}

/* スティッキーCTA内のお届け日 */
html.brand-refresh .cta-panel .cta-panel-eta {
  display: block;
  text-align: center;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  color: #fff !important;
  opacity: .95;
  margin-top: 2px;
}

/* 価格ラダー: 3セットの階段を1行で提示(アンカー) */
html.brand-refresh .price-ladder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 14px;
}
html.brand-refresh .price-ladder a {
  position: relative;
  display: grid;
  gap: 2px;
  justify-items: center;
  padding: 10px 6px;
  background: #fff;
  border: 2px solid var(--ink-strong, #2b2622);
  border-radius: 14px;
  box-shadow: 2px 3px 0 rgba(43, 38, 34, .14);
  text-decoration: none;
  text-align: center;
}
html.brand-refresh .price-ladder .pl-name {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink-strong, #2b2622);
}
html.brand-refresh .price-ladder .pl-price {
  font-size: 17px;
  font-weight: 900;
  color: var(--surface-brand, #b5352b);
}
html.brand-refresh .price-ladder .pl-featured {
  border-color: var(--surface-brand, #b5352b);
  border-width: 2.5px;
}
html.brand-refresh .price-ladder .pl-tag {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface-brand, #b5352b);
  color: #fff;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

/* 「他の商品も見る」summaryに看板セットのサムネイル */
html.brand-refresh .mobile-other-products > summary .mop-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid var(--ink-strong, #2b2622);
  flex: 0 0 auto;
}

/* カートドロワー: 決済ボタンを下部に固定表示(スクロールしても見える) */
html.brand-refresh .cart .checkout-btn {
  position: sticky !important;
  bottom: 8px !important;
  z-index: 2 !important;
}

/* お客様の声(X): 実在の投稿の短い引用+出典明記。捏造なし */
html.brand-refresh .voice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 14px;
}
html.brand-refresh .voice-row figure {
  margin: 0;
  padding: 12px 14px;
  background: #FAF6EF;
  border: 1.5px solid var(--border-default, #E3DCD3);
  border-radius: 14px;
}
html.brand-refresh .voice-row blockquote {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--ink-strong, #2b2622);
}
html.brand-refresh .voice-row figcaption {
  margin-top: 6px;
  font-size: 11px;
  color: var(--text-muted, #6b5e52);
}
@media (max-width: 760px) {
  html.brand-refresh .voice-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  /* モバイルは1件目(最強の「ベスト3・肉汁」)のみ表示してスッキリを維持 */
  html.brand-refresh .voice-row figure:nth-child(n+2) {
    display: none;
  }
}
