/* ==========================================================
   枚方メンマ — HIRAKATA MENMA  brand site
   palette: bamboo green × cream × ink × spice orange
   ========================================================== */
:root {
  --green: #3f6b39;
  --green-deep: #24401f;
  --green-pale: #dce8d4;
  --cream: #f3f1ea;
  --cream-2: #eae7dc;
  --ink: #1b1e18;
  --spice: #bf6330;
  --spice-deep: #a04e1a;
  --white: #fdfcf8;
  --radius-l: 16px;
  --radius-m: 12px;
  --font-jp: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Archivo", sans-serif;
  --font-en-x: "Archivo Black", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: hidden; }
body {
  font-family: var(--font-jp);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
/* film grain */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* vertical side meta (desktop) */
.side-meta {
  position: fixed; right: 16px; top: 50%; transform: translateY(-50%); z-index: 60;
  writing-mode: vertical-rl;
  font-family: var(--font-en); font-weight: 600; font-size: 9px; letter-spacing: .34em; text-transform: uppercase;
  color: rgba(120, 126, 108, .6); pointer-events: none;
}
@media (max-width: 1000px) { .side-meta { display: none; } }
img { max-width: 100%; display: block; }
/* 文節単位の改行制御（スマホで単語の途中で折り返さないように） */
.nb { display: inline-block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--spice); color: #fff; }

/* ---------- loader ---------- */
#loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 26px;
  transition: opacity .7s ease, visibility .7s;
}
#loader.done { opacity: 0; visibility: hidden; }
#loader img {
  width: min(190px, 44vw); height: auto;
  animation: fadeUp .9s both;
}
#loader .txt {
  color: var(--green); font-family: var(--font-en);
  letter-spacing: .35em; font-size: 11px; text-transform: uppercase; font-weight: 700;
  animation: fadeUp .8s .15s both;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px);} to { opacity: 1; transform: none;} }

/* ---------- header ---------- */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 4vw;
  transition: background .4s, box-shadow .4s, padding .4s;
}
header.scrolled {
  background: rgba(246, 242, 231, .88);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(27,30,24,.08);
  padding: 12px 4vw;
}
.logo { display: flex; align-items: center; transition: transform .3s; }
.logo:hover { transform: translateY(-2px); }
.logo img { height: 52px; width: auto; display: block; }
.logo .lg-white { display: block; filter: drop-shadow(0 2px 10px rgba(10,16,8,.35)); }
.logo .lg-color { display: none; }
header.scrolled .lg-white { display: none; }
header.scrolled .lg-color { display: block; }
.logo .biz-tag {
  margin-left: 12px; font-family: var(--font-en); font-weight: 700; font-size: 10px;
  letter-spacing: .28em; text-transform: uppercase; color: #8fae82;
}
nav { display: flex; align-items: center; gap: 30px; }
nav a.nv {
  font-weight: 700; font-size: 13.5px; letter-spacing: .1em; position: relative; padding: 4px 0;
}
nav a.nv::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--spice); border-radius: 2px;
  transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.6,0,.2,1);
}
nav a.nv:hover::after { transform: scaleX(1); transform-origin: left; }
.btn-shop {
  background: var(--ink); color: var(--cream);
  padding: 11px 24px; border-radius: 10px; font-weight: 700; font-size: 13.5px; letter-spacing: .08em;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .3s, transform .3s;
}
.btn-shop:hover { background: var(--spice); transform: translateY(-2px); }
#menu-btn { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: var(--green-deep); }
.hero-bg { position: absolute; inset: -12% 0; }
.hero-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.8) contrast(1.07) brightness(.9);
  opacity: 0; transition: opacity 2s ease; will-change: opacity, transform;
}
.hero-bg img.active { opacity: 1; animation: heroZoom 9s ease forwards; }
@keyframes heroZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,32,16,.42) 0%, rgba(20,32,16,.12) 45%, rgba(20,32,16,.62) 100%);
}
.hero-inner {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 4vw 13vh;
  color: var(--white);
}
.hero-logo-wrap { margin: 0; line-height: 0; }
.hero-logo {
  width: min(440px, 62vw); height: auto;
  filter: drop-shadow(0 12px 44px rgba(10, 16, 8, .4));
  animation: fadeUp 1.1s .45s cubic-bezier(.2,.8,.2,1) both;
}
.hero-copy {
  margin-top: 26px;
  font-size: clamp(26px, 4.2vw, 58px);
  font-weight: 900; line-height: 1.45; letter-spacing: .04em;
}
.hero-meta {
  position: absolute; z-index: 3;
  font-family: var(--font-en); font-weight: 600; font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(253,252,248,.6);
}
.hero-meta.tl { top: 96px; left: 4vw; }
.hero-meta.br { bottom: 5vh; left: 4vw; }
.hero-copy .line { display: block; overflow: hidden; }
.hero-copy .line span { display: inline-block; }
.hero-sub { margin-top: 18px; font-size: clamp(13px, 1.3vw, 16px); font-weight: 700; letter-spacing: .22em; opacity: .92; }
.scroll-cue {
  position: absolute; right: 4vw; bottom: 5vh; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--white); font-family: var(--font-en); font-size: 10px; letter-spacing: .3em;
  writing-mode: vertical-rl;
}
.scroll-cue::after {
  content: ""; width: 1px; height: 64px; background: rgba(255,255,255,.7);
  animation: cue 1.8s ease-in-out infinite;
  transform-origin: top;
}
@keyframes cue { 0% { transform: scaleY(0);} 50% { transform: scaleY(1);} 100% { transform: scaleY(0); transform-origin: bottom;} }

/* ---------- marquee ---------- */
.marquee {
  background: var(--ink); color: rgba(246,242,231,.75);
  overflow: hidden; white-space: nowrap;
  padding: 12px 0;
  position: relative; z-index: 5;
  border-bottom: 1px solid rgba(246,242,231,.08);
}
.marquee-track { display: inline-flex; gap: 56px; padding-right: 56px; animation: mq 32s linear infinite; }
.marquee-track span { font-family: var(--font-en); font-weight: 700; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 56px; }
@keyframes mq { to { transform: translateX(-50%); } }

/* ---------- shared section bits ---------- */
section { position: relative; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 4vw; }
.sec-head {
  display: flex; align-items: baseline; gap: 26px; flex-wrap: wrap;
  margin-bottom: clamp(36px, 6vw, 70px);
  border-top: 1px solid rgba(27,30,24,.22); padding-top: 22px;
}
.sec-head .idx { font-family: var(--font-en); font-weight: 700; font-size: 12px; letter-spacing: .22em; color: var(--spice); }
.sec-head .en {
  font-family: var(--font-en-x); text-transform: uppercase;
  font-size: clamp(36px, 6vw, 84px); line-height: 1; letter-spacing: .01em;
}
.sec-head .jp { font-weight: 700; font-size: 14px; letter-spacing: .18em; color: var(--green); margin-left: auto; }
.story .sec-head, .craft .sec-head { border-top-color: rgba(246,242,231,.24); }
.reveal { opacity: 0; transform: translateY(46px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }

/* ---------- intro statement ---------- */
.intro { padding: clamp(90px, 14vw, 170px) 0 clamp(70px, 10vw, 130px); background: var(--cream); overflow: hidden; }
.intro .wrap { max-width: 1080px; position: relative; }
.intro-lead {
  font-size: clamp(24px, 3.4vw, 44px); font-weight: 700; line-height: 2; letter-spacing: .05em;
}
.intro-lead em { font-style: normal; color: var(--green); position: relative; }
.intro-lead em.sp { color: var(--spice); }
.intro-body { margin-top: 38px; max-width: 640px; font-size: 15.5px; font-weight: 500; color: #3c4136; }
.intro-badges { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; }
.badge {
  border: 1px solid rgba(27,30,24,.55); border-radius: 8px; padding: 9px 20px;
  font-weight: 700; font-size: 13px; letter-spacing: .08em;
  display: inline-flex; gap: 8px; align-items: center; background: var(--white);
  transition: transform .3s, background .3s;
}
.badge:hover { transform: translateY(-2px); background: var(--green-pale); }
.intro-deco {
  position: absolute; right: -60px; top: -40px; font-family: var(--font-en-x);
  font-size: clamp(80px, 14vw, 200px); color: var(--green-pale); z-index: -1;
  text-transform: uppercase; line-height: .9; text-align: right; user-select: none;
}

/* ---------- story (pinned chapters) ---------- */
.story { background: var(--ink); color: var(--cream); padding: clamp(80px, 12vw, 150px) 0; border-radius: 56px 56px 0 0; }
.story .sec-head .jp { color: #a7c69b; }
.story-steps { display: flex; flex-direction: column; gap: clamp(60px, 9vw, 120px); }
.step { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.step:nth-child(even) .step-img { order: 2; }
.step-img { position: relative; border-radius: var(--radius-l); overflow: hidden; aspect-ratio: 4/3; }
.step-img img { width: 100%; height: 115%; object-fit: cover; will-change: transform; filter: saturate(.88); }
.step-img .num {
  position: absolute; top: 14px; left: 14px;
  background: rgba(27,30,24,.72); color: var(--cream);
  backdrop-filter: blur(4px);
  font-family: var(--font-en); font-weight: 700; font-size: 13px;
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.step-txt h3 { font-size: clamp(21px, 2.6vw, 32px); font-weight: 900; letter-spacing: .08em; line-height: 1.6; margin-bottom: 18px; }
.step-txt h3 .hl { color: #ffb37e; }
.step-txt p { font-size: 15px; color: #cfd4c5; max-width: 480px; }
.step-txt .en-tag { font-family: var(--font-en); font-weight: 700; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: #8fae82; display: block; margin-bottom: 12px; }

/* ---------- craft ---------- */
.craft { background: var(--green-deep); color: var(--cream); padding: clamp(80px, 12vw, 150px) 0; }
.craft .sec-head .jp { color: #a7c69b; }
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.craft-card {
  background: rgba(246,242,231,.06); border: 1px solid rgba(246,242,231,.14);
  border-radius: var(--radius-l); overflow: hidden;
  transition: transform .4s cubic-bezier(.2,.9,.3,1), background .4s;
}
.craft-card:hover { transform: translateY(-4px); background: rgba(246,242,231,.09); }
.craft-card .im { aspect-ratio: 16/11; overflow: hidden; }
.craft-card .im img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.9,.3,1); }
.craft-card:hover .im img { transform: scale(1.06); }
.craft-card .tx { padding: 24px 26px 30px; }
.craft-card .tx .en { font-family: var(--font-en-x); font-size: 13px; letter-spacing: .18em; color: var(--spice); text-transform: uppercase; }
.craft-card .tx h3 { font-size: 20px; font-weight: 900; letter-spacing: .1em; margin: 8px 0 10px; }
.craft-card .tx p { font-size: 13.5px; color: #cfd4c5; }

/* ---------- products ---------- */
.products { background: var(--cream); padding: clamp(90px, 13vw, 160px) 0; border-radius: 56px 56px 0 0; margin-top: -50px; z-index: 6; }
.prod-note { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 700; color: #6b7261; margin-bottom: 34px; }
.prod-note .ic { background: var(--green); color: #fff; border-radius: 6px; font-size: 11px; padding: 3px 9px; letter-spacing: .05em; white-space: nowrap; flex-shrink: 0; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod-card {
  background: var(--white); border-radius: var(--radius-l);
  overflow: hidden; position: relative;
  box-shadow: 0 2px 0 rgba(27,30,24,.06);
  transition: transform .45s cubic-bezier(.2,.9,.3,1), box-shadow .45s;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(27,30,24,.10); }
.prod-card.wide { grid-column: span 3; display: grid; grid-template-columns: 1.1fr 1fr; }
.prod-im { position: relative; overflow: hidden; aspect-ratio: 1/1; background: var(--cream-2); }
.prod-card.wide .prod-im { aspect-ratio: auto; height: 100%; min-height: 340px; }
.prod-im img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.9,.3,1); }
.prod-card:hover .prod-im img { transform: scale(1.07); }
.prod-tag {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--green-deep); color: var(--cream); font-weight: 700; font-size: 11px;
  padding: 6px 14px; border-radius: 6px; letter-spacing: .12em;
}
.prod-tx { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.prod-card.wide .prod-tx { justify-content: center; padding: clamp(28px, 4vw, 56px); }
.prod-tx .en { font-family: var(--font-en); font-weight: 700; font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--green); }
.prod-tx h3 { font-size: 20px; font-weight: 900; letter-spacing: .06em; line-height: 1.5; }
.prod-card.wide .prod-tx h3 { font-size: clamp(24px, 2.6vw, 34px); }
.prod-tx p { font-size: 13.5px; color: #5a6052; flex: 1; }
.prod-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.price { font-family: var(--font-en-x); font-size: 22px; }
.price small { font-family: var(--font-jp); font-size: 11px; font-weight: 700; color: #8a9080; margin-left: 4px; }
.btn-buy {
  background: var(--green); color: #fff; font-weight: 700; font-size: 13px;
  padding: 10px 20px; border-radius: 9px; display: inline-flex; align-items: center; gap: 7px;
  transition: background .3s, transform .3s; letter-spacing: .05em;
}
.btn-buy:hover { background: var(--green-deep); }
.btn-buy svg { width: 13px; height: 13px; }

/* ---------- activity ---------- */
.activity { background: var(--cream-2); padding: clamp(90px, 13vw, 160px) 0; overflow: hidden; }
.act-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.act-card { border-radius: var(--radius-l); overflow: hidden; position: relative; color: #fff; min-height: 320px; display: flex; align-items: flex-end; }
.act-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.9,.3,1); filter: saturate(.88); }
.act-card:hover img { transform: scale(1.06); }
.act-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,25,15,0) 30%, rgba(20,25,15,.78) 100%); }
.act-card .tx { position: relative; z-index: 2; padding: 28px; }
.act-card .tx .en { font-family: var(--font-en-x); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #ffc194; }
.act-card .tx h3 { font-size: 22px; font-weight: 900; letter-spacing: .08em; margin: 6px 0 8px; }
.act-card .tx p { font-size: 13px; opacity: .92; max-width: 420px; }
.act-a { grid-column: span 7; min-height: 420px; }
.act-b { grid-column: span 5; min-height: 420px; }
.act-c { grid-column: span 5; }
.act-d { grid-column: span 7; }

/* act-card はクリックで詳細モーダルが開く <button> */
button.act-card { border: none; background: var(--green-deep); padding: 0; font: inherit; text-align: left; cursor: pointer; width: 100%; }
.act-card .act-more {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-size: 12px; font-weight: 900; letter-spacing: .1em; color: #ffc194;
  border-bottom: 1.5px solid rgba(255,193,148,.45); padding-bottom: 2px;
  transition: color .25s, border-color .25s;
}
.act-card:hover .act-more { color: #fff; border-color: #fff; }

/* ---------- collaboration ---------- */
.collab { background: var(--cream); padding: clamp(90px, 13vw, 160px) 0 clamp(70px, 9vw, 110px); }

/* featured collaboration (花にふれる × 竹器) */
.collab-feature {
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(28px, 4vw, 60px);
  align-items: center; margin-bottom: clamp(44px, 6vw, 74px);
}
.cf-text .cf-label { font-family: var(--font-en); font-weight: 700; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--spice); }
.cf-text h3 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; letter-spacing: .04em; line-height: 1.55; margin: 14px 0 16px; }
.cf-text h3 .hl { background: linear-gradient(transparent 62%, #f6c99f 62%); }
.cf-text p { font-size: 14.5px; color: #3c4136; line-height: 1.95; }
.cf-text .cf-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 20px;
  font-size: 13px; font-weight: 700; color: var(--green);
  border-bottom: 1.5px solid rgba(63,107,57,.35); padding-bottom: 3px; transition: color .25s, border-color .25s;
}
.cf-text .cf-link:hover { color: var(--spice); border-color: var(--spice); }
.cf-gallery { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.cf-gallery figure { margin: 0; border-radius: var(--radius-m); overflow: hidden; background: var(--cream-2); }
.cf-gallery figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.9,.3,1); filter: saturate(.94); }
.cf-gallery figure:hover img { transform: scale(1.05); }
.cf-gallery .cf-main { grid-row: 1 / 3; }

/* 2つ目以降の注目事例は左右反転＋余白 */
.collab-feature.alt { margin-top: clamp(44px, 6vw, 74px); grid-template-columns: 1.18fr 0.82fr; }
.collab-feature.alt .cf-text { order: 2; }
.collab-feature.alt .cf-gallery { order: 1; }

.collab-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: clamp(44px, 6vw, 74px); }
.collab-card {
  background: var(--white); border: 1px solid rgba(27,30,24,.08); border-radius: var(--radius-l);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .4s cubic-bezier(.2,.9,.3,1), box-shadow .4s;
}
.collab-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(27,30,24,.10); }
.collab-im { aspect-ratio: 16/11; overflow: hidden; background: var(--cream-2); }
.collab-im img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.9,.3,1); filter: saturate(.9); }
.collab-card:hover .collab-im img { transform: scale(1.06); }
.collab-tx { padding: 22px 24px 26px; }
.collab-tx .ct { font-size: 10.5px; font-weight: 700; letter-spacing: .2em; color: var(--spice); text-transform: uppercase; font-family: var(--font-en); }
.collab-tx h4 { font-size: 17px; font-weight: 900; letter-spacing: .05em; margin: 8px 0 8px; line-height: 1.6; }
.collab-tx h4 i { font-style: normal; color: #9aa08f; font-size: 13px; }
.collab-card:hover .collab-tx h4 i { color: var(--green); }
.collab-tx p { font-size: 13px; color: #5a6052; line-height: 1.85; }
.collab-cta {
  margin-top: 44px; text-align: center;
  background: var(--green-pale); border-radius: var(--radius-l);
  padding: clamp(32px, 5vw, 52px) clamp(20px, 4vw, 60px);
}
.collab-cta p { font-size: 14.5px; font-weight: 700; line-height: 2.1; letter-spacing: .04em; margin-bottom: 24px; }
.btn-collab {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green); color: #fff; font-weight: 900; font-size: 14.5px; letter-spacing: .08em;
  padding: 16px 38px; border-radius: 11px;
  transition: background .3s, transform .3s;
}
.btn-collab:hover { background: var(--green-deep); transform: translateY(-2px); }

/* ---------- stockists note ---------- */
.stock-note { margin-top: 20px; font-size: 12.5px; font-weight: 700; color: #6b7261; }

/* ---------- modal（activity詳細・イベントチラシ） ---------- */
.hm-modal { position: fixed; inset: 0; z-index: 500; display: none; }
.hm-modal.open { display: block; }
.hm-modal-bg { position: absolute; inset: 0; background: rgba(15,18,10,.72); backdrop-filter: blur(3px); animation: hmFade .3s both; }
@keyframes hmFade { from { opacity: 0; } to { opacity: 1; } }
.hm-modal-panel {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: min(640px, calc(100vw - 32px)); max-height: min(84svh, 760px);
  background: var(--white); color: var(--ink); border-radius: var(--radius-l);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: clamp(28px, 5vw, 46px);
  animation: hmPop .35s cubic-bezier(.2,.9,.3,1) both;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
@keyframes hmPop { from { opacity: 0; transform: translate(-50%, -46%); } to { opacity: 1; transform: translate(-50%, -50%); } }
.hm-modal-panel.flyer { background: transparent; box-shadow: none; padding: 0; width: auto; max-width: calc(100vw - 32px); overflow: visible; }
.hm-modal-x {
  position: sticky; top: 0; float: right; margin: -10px -8px 0 12px;
  width: 40px; height: 40px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--ink); color: var(--cream); font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center; z-index: 2;
  transition: background .25s, transform .25s;
}
.hm-modal-x:hover { background: var(--spice); transform: rotate(90deg); }
.hm-modal-panel.flyer .hm-modal-x { position: absolute; right: -6px; top: -14px; float: none; margin: 0; }
.hm-modal-body h3 { font-size: clamp(19px, 2.4vw, 24px); font-weight: 900; letter-spacing: .06em; line-height: 1.7; margin-bottom: 18px; padding-right: 30px; }
.hm-modal-body p { font-size: 14px; line-height: 2; color: #3c4136; margin-bottom: 14px; }
.hm-modal-body strong { color: var(--green); }
.hm-modal-links { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.hm-modal-link {
  display: flex; align-items: center; gap: 8px;
  background: var(--cream); border: 1px solid rgba(27,30,24,.1); border-radius: 10px;
  padding: 13px 18px; font-size: 13.5px; font-weight: 700;
  transition: background .25s, border-color .25s, transform .25s;
}
.hm-modal-link:hover { background: var(--green-pale); border-color: rgba(63,107,57,.4); transform: translateX(3px); }
.hm-flyer { max-width: calc(100vw - 32px); max-height: 82svh; width: auto; height: auto; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.4); }

@media (max-width: 960px) {
  .collab-grid { grid-template-columns: 1fr; }
  .collab-feature, .collab-feature.alt { grid-template-columns: 1fr; gap: 28px; }
  .collab-feature.alt .cf-text { order: 1; }
  .collab-feature.alt .cf-gallery { order: 2; }
}
@media (max-width: 560px) {
  .collab-cta p .pc-br { display: none; }
  .collab-cta p { font-size: 13.5px; text-align: left; }
  .btn-collab { width: 100%; justify-content: center; }
  .hm-modal-panel { max-height: 88svh; }
  .cf-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .cf-gallery .cf-main { grid-row: auto; grid-column: 1 / 3; aspect-ratio: 16/10; }
}

/* ---------- voice / profile ---------- */
.voice { background: var(--cream); padding: clamp(90px, 13vw, 160px) 0; }
.voice-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(34px, 6vw, 90px); align-items: center; }
.voice-im { position: relative; }
.voice-im .main-im { border-radius: var(--radius-l); overflow: hidden; aspect-ratio: 4/5; }
.voice-im .main-im img { width: 100%; height: 100%; object-fit: cover; }
.voice-im .sub-im {
  position: absolute; right: -26px; bottom: -34px; width: 46%;
  border-radius: var(--radius-m); overflow: hidden; border: 6px solid var(--cream);
  box-shadow: 0 14px 34px rgba(27,30,24,.14);
}
.voice-quote { font-size: clamp(22px, 2.8vw, 34px); font-weight: 900; line-height: 1.9; letter-spacing: .06em; margin-bottom: 26px; }
.voice-quote .hl { background: linear-gradient(transparent 62%, #f6c99f 62%); }
.voice-body { font-size: 15px; color: #3c4136; max-width: 560px; }
.voice-prof { margin-top: 30px; display: flex; align-items: center; gap: 16px; }
.voice-prof .nm { font-weight: 900; font-size: 16px; letter-spacing: .1em; }
.voice-prof .nm small { display: block; font-family: var(--font-en); font-size: 10px; letter-spacing: .24em; color: var(--green); text-transform: uppercase; font-weight: 700; }

/* ---------- shop cta ---------- */
.shopcta { position: relative; padding: clamp(110px, 16vw, 200px) 0; overflow: hidden; background: var(--green-deep); }
.shopcta .bg { position: absolute; inset: -10% 0; }
.shopcta .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .34; }
.shopcta .wrap { position: relative; z-index: 2; text-align: center; color: var(--cream); }
.shopcta .en { font-family: var(--font-en-x); font-size: clamp(40px, 8vw, 110px); line-height: .95; text-transform: uppercase; }
.shopcta .en .ol { color: transparent; -webkit-text-stroke: 1.5px rgba(246,242,231,.8); }
.shopcta p { margin: 26px auto 40px; font-weight: 700; letter-spacing: .12em; max-width: 560px; font-size: 15px; }
.btn-big {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--cream); color: var(--ink); font-weight: 900; font-size: 16px; letter-spacing: .1em;
  padding: 20px 50px; border-radius: 12px;
  transition: transform .3s, background .3s, color .3s;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
}
.btn-big:hover { transform: translateY(-3px); background: var(--spice); color: #fff; }

/* ---------- wholesale ---------- */
.oroshi-sec { background: var(--cream); padding: clamp(90px, 12vw, 150px) 0; }
.oroshi-box {
  background: var(--ink); color: var(--cream); border-radius: var(--radius-l);
  padding: clamp(40px, 6vw, 80px);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center;
  position: relative; overflow: hidden;
}
.oroshi-box::before {
  content: "FOR BUSINESS"; position: absolute; right: -20px; top: -26px;
  font-family: var(--font-en-x); font-size: clamp(60px, 9vw, 130px);
  color: rgba(246,242,231,.05); text-transform: uppercase; line-height: 1; user-select: none;
}
.oroshi-box h3 { font-size: clamp(24px, 3vw, 36px); font-weight: 900; letter-spacing: .08em; line-height: 1.7; margin-bottom: 16px; }
.oroshi-box p { font-size: 14.5px; color: #cfd4c5; margin-bottom: 8px; }
.oroshi-feat { list-style: none; margin: 22px 0 0; display: flex; flex-direction: column; gap: 12px; }
.oroshi-feat li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; font-weight: 700; }
.oroshi-feat li::before { content: "✓"; color: var(--spice); font-weight: 900; flex-shrink: 0; }
.oroshi-login {
  background: rgba(246,242,231,.07); border: 1px solid rgba(246,242,231,.16);
  border-radius: var(--radius-m); padding: 34px; text-align: center;
}
.oroshi-login .lock { font-size: 34px; margin-bottom: 10px; }
.oroshi-login h4 { font-size: 17px; font-weight: 900; letter-spacing: .1em; margin-bottom: 8px; }
.oroshi-login p { font-size: 12.5px; color: #aab2a0; margin-bottom: 22px; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--cream); color: var(--cream);
  padding: 14px 34px; border-radius: 10px; font-weight: 900; font-size: 14px; letter-spacing: .1em;
  transition: background .3s, color .3s, transform .3s;
}
.btn-outline:hover { background: var(--cream); color: var(--ink); transform: translateY(-2px); }

/* ---------- stockists ---------- */
.stockists { background: var(--cream); padding: 0 0 clamp(90px, 12vw, 150px); }
.stock-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stock-card {
  background: var(--white); border-radius: var(--radius-m); padding: 26px;
  border: 1px solid rgba(27,30,24,.08);
  transition: transform .3s, border-color .3s;
}
.stock-card:hover { transform: translateY(-4px); border-color: var(--green); }
.stock-card .ct { font-size: 10.5px; font-weight: 700; letter-spacing: .2em; color: var(--spice); text-transform: uppercase; font-family: var(--font-en); }
.stock-card h4 { font-size: 16px; font-weight: 900; letter-spacing: .06em; margin: 8px 0 4px; }
.stock-card p { font-size: 12.5px; color: #6b7261; }

/* ---------- news & events ---------- */
.ne { background: var(--cream); padding: clamp(80px, 12vw, 150px) 0; }
.ne-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.ne-sub { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid rgba(27,30,24,.16); }
.ne-sub h3 { font-family: var(--font-en-x); text-transform: uppercase; font-size: 22px; letter-spacing: .02em; }
.ne-sub span { font-size: 12.5px; font-weight: 700; color: var(--green); letter-spacing: .12em; }
.ne-empty { font-size: 13.5px; color: #6b7261; line-height: 1.9; padding: 20px 4px; }

/* events */
.ev-list { display: flex; flex-direction: column; gap: 14px; }
.ev-card {
  display: flex; gap: 20px; background: var(--white);
  border: 1px solid rgba(27,30,24,.08); border-radius: var(--radius-l);
  padding: 22px 24px; transition: transform .3s, box-shadow .3s;
}
.ev-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(27,30,24,.09); }
.ev-date {
  flex-shrink: 0; width: 64px; text-align: center;
  border-right: 1px solid rgba(27,30,24,.12); padding-right: 18px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--green-deep);
}
.ev-date .mo { font-family: var(--font-en); font-weight: 700; font-size: 15px; letter-spacing: .02em; }
.ev-date .mo i { font-style: normal; font-size: 10px; font-family: var(--font-jp); margin-left: 1px; }
.ev-date .dy { font-family: var(--font-en-x); font-size: 34px; line-height: 1; margin-top: 2px; }
.ev-body { flex: 1; min-width: 0; }
.ev-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 8px; }
.ev-type { background: var(--green-deep); color: var(--cream); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; padding: 4px 10px; border-radius: 6px; }
.ev-flag { font-size: 10.5px; font-weight: 900; letter-spacing: .06em; padding: 4px 10px; border-radius: 6px; }
.ev-flag.soon { background: var(--spice); color: #fff; }
.ev-flag.now { background: #b3261e; color: #fff; }
.ev-when { font-family: var(--font-en); font-weight: 700; font-size: 12px; color: #7c8273; letter-spacing: .04em; }
.ev-body h4 { font-size: 18px; font-weight: 900; letter-spacing: .04em; line-height: 1.5; margin-bottom: 6px; }
.ev-meta { font-size: 12.5px; font-weight: 700; color: #5a6052; margin-bottom: 6px; }
.ev-desc { font-size: 13px; color: #6b7261; line-height: 1.8; }
.ev-link {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  font-size: 12.5px; font-weight: 700; color: var(--green);
  border-bottom: 1.5px solid rgba(63,107,57,.35); padding-bottom: 2px; transition: color .25s, border-color .25s;
}
.ev-link:hover { color: var(--spice); border-color: var(--spice); }

/* news */
.news-list { display: flex; flex-direction: column; }
.news-item { border-bottom: 1px solid rgba(27,30,24,.1); }
.news-item a, .news-item .np {
  display: grid; grid-template-columns: auto auto; grid-template-areas: "time cat" "ttl ttl";
  gap: 5px 12px; padding: 16px 4px; align-items: center;
  transition: background .25s, padding .25s;
}
.news-item a:hover { background: var(--cream-2); padding-left: 12px; padding-right: 12px; border-radius: 8px; }
.news-item time { grid-area: time; font-family: var(--font-en); font-weight: 700; font-size: 12px; color: #7c8273; letter-spacing: .05em; }
.news-cat { grid-area: cat; justify-self: start; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; color: var(--spice); border: 1px solid rgba(191,99,48,.4); padding: 2px 9px; border-radius: 100px; }
.news-ttl { grid-area: ttl; font-size: 14px; font-weight: 700; line-height: 1.6; }
.news-ttl i { font-style: normal; color: #9aa08f; font-size: 12px; }
.news-item a:hover .news-ttl i { color: var(--green); }

/* ---------- follow / SNS ---------- */
.follow { background: var(--cream); padding: 0 0 clamp(80px, 11vw, 140px); }
.follow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.follow-group {
  background: var(--white); border: 1px solid rgba(27,30,24,.08);
  border-radius: var(--radius-l); padding: 28px 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.follow-group h4 {
  font-size: 16px; font-weight: 900; letter-spacing: .06em;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 6px;
}
.follow-group h4 span { font-size: 11px; font-weight: 700; color: var(--spice); letter-spacing: .08em; }
.sns {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 15px; border-radius: var(--radius-m);
  background: var(--cream); border: 1px solid rgba(27,30,24,.06);
  transition: transform .25s, background .25s, border-color .25s;
}
.sns:hover { transform: translateY(-2px); background: var(--green-pale); border-color: rgba(63,107,57,.4); }
.sns .ic {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px;
  background: var(--ink); color: var(--cream);
  display: flex; align-items: center; justify-content: center;
}
.sns .ic svg { width: 21px; height: 21px; }
.sns:hover .ic { background: var(--green); }
.sns .tx { flex: 1; line-height: 1.35; }
.sns .tx b { display: block; font-size: 14.5px; font-weight: 900; letter-spacing: .04em; }
.sns .tx small { font-size: 11.5px; color: #6b7261; font-family: var(--font-en); letter-spacing: .04em; }
.sns .go { font-size: 15px; color: #9aa08f; }
.sns:hover .go { color: var(--green); }
.follow-note { font-size: 12.5px; color: #6b7261; line-height: 1.85; margin-top: 2px; }

/* ---------- footer ---------- */
footer { background: var(--ink); color: var(--cream); padding: clamp(70px, 9vw, 110px) 0 40px; border-radius: 56px 56px 0 0; }
.foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 70px; }
.foot-brand .lg { display: flex; align-items: center; }
.foot-brand .lg img { height: 92px; width: auto; display: block; opacity: .95; }
.foot-brand p { margin-top: 16px; font-size: 13px; color: #aab2a0; max-width: 380px; }
.foot-nav { display: flex; gap: clamp(30px, 5vw, 80px); }
.foot-nav .col h5 { font-family: var(--font-en); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: #8fae82; margin-bottom: 16px; }
.foot-nav .col a { display: block; font-size: 14px; font-weight: 700; padding: 6px 0; opacity: .9; transition: opacity .3s, transform .3s; }
.foot-nav .col a:hover { opacity: 1; transform: translateX(4px); color: #ffb37e; }
.foot-btm { border-top: 1px solid rgba(246,242,231,.12); padding-top: 26px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 11.5px; color: #8a9080; letter-spacing: .08em; }
.foot-big {
  font-family: var(--font-en-x); text-transform: uppercase; line-height: .92;
  font-size: clamp(52px, 11vw, 170px); color: rgba(246,242,231,.06);
  white-space: nowrap; user-select: none; margin: 40px 0 30px; text-align: center;
}

/* ---------- oroshi page ---------- */
.or-page { min-height: 100svh; background: var(--ink); color: var(--cream); display: flex; flex-direction: column; }
.or-main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 130px 4vw 80px; }
.gate {
  width: 100%; max-width: 460px; text-align: center;
  background: rgba(246,242,231,.05); border: 1px solid rgba(246,242,231,.14);
  border-radius: var(--radius-l); padding: 54px 44px;
  animation: fadeUp .7s .1s both;
}
.gate .lock { font-size: 40px; }
.gate h1 { font-size: 22px; font-weight: 900; letter-spacing: .12em; margin: 14px 0 6px; }
.gate .en { font-family: var(--font-en); font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: #8fae82; }
.gate p { font-size: 13px; color: #aab2a0; margin: 18px 0 26px; }
.gate input {
  width: 100%; padding: 16px 20px; border-radius: 10px; border: 1.5px solid rgba(246,242,231,.25);
  background: rgba(0,0,0,.25); color: var(--cream); font-size: 15px; text-align: center; letter-spacing: .2em;
  font-family: var(--font-jp); outline: none; transition: border-color .3s;
}
.gate input:focus { border-color: var(--spice); }
.gate button {
  margin-top: 16px; width: 100%; padding: 16px; border: none; border-radius: 10px;
  background: var(--spice); color: #fff; font-weight: 900; font-size: 15px; letter-spacing: .14em;
  font-family: var(--font-jp); cursor: pointer; transition: background .3s, transform .3s;
}
.gate button:hover { background: #e8813c; transform: scale(1.02); }
.gate .err { color: #ff9a76; font-size: 12.5px; font-weight: 700; margin-top: 14px; min-height: 18px; }
.gate .demo-hint { margin-top: 22px; font-size: 11px; color: #6f766a; }

.or-dash { display: none; width: 100%; max-width: 1080px; animation: fadeUp .6s both; }
.or-dash.show { display: block; }
.or-welcome { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.or-welcome h1 { font-size: clamp(24px, 3.4vw, 40px); font-weight: 900; letter-spacing: .08em; }
.or-welcome h1 small { display: block; font-family: var(--font-en); font-size: 11px; letter-spacing: .3em; color: #8fae82; text-transform: uppercase; margin-bottom: 8px; }
.rate-chip { background: var(--green); color: #fff; border-radius: 9px; padding: 10px 22px; font-weight: 900; font-size: 13px; letter-spacing: .08em; }
.or-table-box { background: rgba(246,242,231,.05); border: 1px solid rgba(246,242,231,.13); border-radius: var(--radius-l); overflow-x: auto; margin-bottom: 30px; }
.or-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.or-table th, .or-table td { padding: 16px 20px; text-align: left; font-size: 14px; border-bottom: 1px solid rgba(246,242,231,.09); white-space: nowrap; }
.or-table th { font-size: 11px; letter-spacing: .18em; color: #8fae82; text-transform: uppercase; font-family: var(--font-en); font-weight: 700; }
.or-table td.pr { font-family: var(--font-en); font-weight: 700; }
.or-table td .rt { color: #ffb37e; font-weight: 900; }
.or-table td.teika { color: #7c8375; text-decoration: line-through; }
.qty { display: inline-flex; align-items: center; gap: 0; border: 1px solid rgba(246,242,231,.25); border-radius: 100px; overflow: hidden; }
.qty button { width: 34px; height: 34px; background: transparent; border: none; color: var(--cream); font-size: 17px; cursor: pointer; transition: background .2s; }
.qty button:hover { background: rgba(246,242,231,.12); }
.qty input { width: 44px; text-align: center; background: transparent; border: none; color: var(--cream); font-size: 14px; font-weight: 700; font-family: var(--font-en); outline: none; }
.or-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.or-total { font-size: 15px; font-weight: 700; }
.or-total .amt { font-family: var(--font-en-x); font-size: 32px; margin-left: 10px; color: #ffb37e; }
.or-note { font-size: 12px; color: #8a9080; margin-top: 26px; line-height: 1.9; }
.or-note-label { display: block; font-size: 12.5px; font-weight: 700; color: #aab2a0; margin: 4px 0 8px; }
.or-textarea {
  width: 100%; border-radius: 10px; border: 1.5px solid rgba(246,242,231,.25);
  background: rgba(0,0,0,.25); color: var(--cream); font-size: 14px; line-height: 1.8;
  font-family: var(--font-jp); padding: 12px 16px; outline: none; resize: vertical;
  margin-bottom: 24px; transition: border-color .3s;
}
.or-textarea:focus { border-color: var(--spice); }
.order-done {
  text-align: center; background: rgba(143,174,130,.12); border: 1px solid rgba(143,174,130,.4);
  border-radius: var(--radius-l); padding: 34px 24px; animation: fadeUp .5s both;
}
.order-done .od-mark {
  width: 46px; height: 46px; border-radius: 50%; background: var(--green);
  color: #fff; font-size: 22px; font-weight: 900; line-height: 46px; margin: 0 auto 12px;
}
.order-done h3 { font-size: 18px; font-weight: 900; letter-spacing: .1em; margin-bottom: 10px; }
.order-done p { font-size: 13px; color: #cfd4c5; line-height: 1.9; }
/* height must stay under the 30px offset that `.demo-band + header` uses */
.demo-band { position: fixed; top: 0; left: 0; right: 0; z-index: 400; background: #101208; color: #e9b98d; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .18em; padding: 6px 8px; line-height: 1.4; }
.demo-band .band-short { display: none; }
.demo-band + header { top: 30px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  nav a.nv { display: none; }
  .step, .voice-grid, .oroshi-box, .prod-card.wide { grid-template-columns: 1fr; }
  .step:nth-child(even) .step-img { order: 0; }
  .craft-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-card.wide { grid-column: span 2; }
  .act-a, .act-b, .act-c, .act-d { grid-column: span 12; min-height: 320px; }
  .stock-grid { grid-template-columns: repeat(2, 1fr); }
  .follow-grid { grid-template-columns: 1fr; }
  .ne-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-en { font-size: clamp(34px, 11vw, 90px); }
}
/* --- tablet / large phone --- */
@media (max-width: 760px) {
  /* section headings: keep everything left-aligned instead of pushing 日本語 to the right */
  .sec-head { gap: 8px 16px; padding-top: 18px; margin-bottom: 40px; }
  .sec-head .jp { margin-left: 0; flex-basis: 100%; font-size: 13px; letter-spacing: .12em; }
  .sec-head .idx { font-size: 11px; }

  /* hero: the vertical SCROLL rail crowds the copy on narrow screens */
  .scroll-cue { display: none; }
  .hero-logo { width: min(440px, 76vw); }
  .hero-meta { font-size: 8.5px; letter-spacing: .2em; }
  .hero-meta.tl { top: 84px; }
  .hero-inner { padding-bottom: 15vh; }
  .hero-sub { letter-spacing: .12em; line-height: 1.8; }
}

/* --- phone --- */
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; }
  .prod-card.wide { grid-column: span 1; }
  .stock-grid { grid-template-columns: 1fr; }

  header { padding: 14px 5vw; }
  header.scrolled { padding: 10px 5vw; }
  .logo img { height: 42px; }
  .btn-shop { padding: 10px 16px; font-size: 12px; letter-spacing: .04em; }
  .wrap { padding: 0 5vw; }

  /* desktop line breaks leave orphan lines once the column narrows — let it reflow */
  .intro-lead { font-size: 21px; line-height: 1.95; }
  .intro-lead .pc-br { display: none; }
  .badge { font-size: 12px; padding: 8px 15px; }
  .intro-badges { gap: 10px; }

  /* the "ONLINE SHOP" chip was breaking onto two lines next to the caption */
  .prod-note { flex-direction: column; align-items: flex-start; gap: 9px; margin-bottom: 26px; }

  .act-card .tx { padding: 22px; }
  .act-card .tx h3 { font-size: 20px; }

  /* the offset sub-photo needs room, otherwise it lands on the quote below */
  .voice-im { margin-bottom: 56px; }
  .voice-im .sub-im { right: 0; bottom: -30px; width: 42%; border-width: 5px; }

  /* event cards: tighten the date rail so the title isn't squeezed */
  .ev-card { padding: 18px 16px; gap: 14px; }
  .ev-date { width: 50px; padding-right: 12px; }
  .ev-date .dy { font-size: 28px; }
  .ev-date .mo { font-size: 13px; }
  .ev-body h4 { font-size: 16.5px; }
  .ev-desc { font-size: 12.5px; }
  .news-ttl { font-size: 13.5px; }

  .btn-big { padding: 18px 34px; font-size: 15px; }
  .shopcta p { font-size: 14px; }

  .oroshi-box { padding: 34px 24px; }
  .oroshi-login { padding: 26px 20px; }

  .foot-brand .lg img { height: 70px; }
  .foot-grid { gap: 44px; margin-bottom: 50px; }
  .foot-btm { flex-direction: column; gap: 8px; }

  /* wholesale page */
  .demo-band { letter-spacing: .1em; }
  .demo-band .band-full { display: none; }
  .demo-band .band-short { display: inline; }
  .or-main { padding: 110px 5vw 60px; }
  .gate { padding: 40px 24px; }
  .gate h1 { font-size: 19px; }
  .qty button { width: 40px; height: 40px; }   /* 44px-ish tap target */
  .or-foot { flex-direction: column; align-items: stretch; }
  .or-foot .btn-big { width: 100%; justify-content: center; }
  .or-total { text-align: center; }
}
