/* =============================================
   TOMORROWSTEAD CHAHO — 和モダン日本茶EC
   白磁 × 墨 × 抹茶
   ============================================= */
:root {
  --washi: #faf9f4;
  --washi-deep: #f1efe4;
  --ink: #20241c;
  --ink-soft: #5a5f52;
  --matcha: #6f8f3f;
  --matcha-deep: #47602a;
  --matcha-pale: #e7ecd8;
  --line: #ddd9c9;
  --white: #fffefb;
  --serif: 'Zen Antique', serif;
  --sans: 'Zen Kaku Gothic New', sans-serif;
  --latin: 'Jost', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--washi);
  color: var(--ink);
  line-height: 1.9;
  font-size: 15px;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* reveal */
.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.js .rv.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { opacity: 1; transform: none; transition: none; }
}

/* ---------- announcement ---------- */
.annc {
  background: var(--ink);
  color: var(--washi);
  text-align: center;
  font-size: 11.5px;
  letter-spacing: .14em;
  padding: 7px 12px;
}
.annc b { color: #cfe0a8; font-weight: 500; }

/* ---------- header ---------- */
.hd {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 244, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.hd-in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.logo { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.logo svg { width: 34px; height: 34px; }
.logo .lt { display: flex; flex-direction: column; line-height: 1.3; }
.logo .lt b { font-family: var(--serif); font-weight: 400; font-size: 16.5px; letter-spacing: .1em; }
.logo .lt span { font-family: var(--latin); font-size: 8.5px; letter-spacing: .32em; color: var(--ink-soft); }
.gnav { display: flex; gap: 22px; }
.gnav a { font-size: 13px; letter-spacing: .12em; position: relative; padding: 4px 0; }
.gnav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--matcha); transform: scaleX(0); transform-origin: right; transition: transform .3s ease;
}
.gnav a:hover::after { transform: scaleX(1); transform-origin: left; }
.cart-link { position: relative; display: inline-flex; align-items: center; }
.cart-link svg { width: 22px; height: 22px; }
.cart-badge {
  position: absolute; top: -7px; right: -9px;
  min-width: 17px; height: 17px; border-radius: 9px;
  background: var(--matcha); color: #fff;
  font-family: var(--latin); font-size: 10.5px; line-height: 17px; text-align: center;
  padding: 0 4px; transform: scale(0); transition: transform .25s ease;
}
.cart-badge.show { transform: scale(1); }
.acct-link { position: relative; display: inline-flex; align-items: center; }
.acct-link svg { width: 22px; height: 22px; }
.acct-link.in::after {
  content: ''; position: absolute; top: -3px; right: -4px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--matcha);
}
.mm-open { display: none; }

/* ---------- auth (login/register) ---------- */
.auth-box { max-width: 460px; margin: 0 auto; }
.auth-tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 30px; }
.atab {
  flex: 1; background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 14px; letter-spacing: .16em;
  padding: 13px 0; color: var(--ink-soft); position: relative;
}
.atab.act { color: var(--ink); font-weight: 500; }
.atab.act::after {
  content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--matcha-deep);
}
.auth-form { display: flex; flex-direction: column; gap: 18px; }
.auth-form[hidden] { display: none; }
.auth-form label { font-size: 12.5px; letter-spacing: .12em; color: var(--ink-soft); display: flex; flex-direction: column; gap: 7px; }
.auth-form input {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); padding: 13px 14px;
}
.auth-form input:focus { outline: none; border-color: var(--matcha-deep); }
.auth-form .btn-cart { margin-top: 6px; }
.auth-perks { margin-top: 38px; border: 1px solid var(--line); background: var(--white); padding: 24px 26px; }
.auth-perks .en { font-family: var(--latin); font-size: 10px; letter-spacing: .3em; color: var(--matcha-deep); margin-bottom: 10px; }
.auth-perks li { font-size: 13px; color: var(--ink-soft); padding: 5px 0 5px 20px; position: relative; }
.auth-perks li::before { content: '─'; position: absolute; left: 0; color: var(--matcha); }

/* ---------- mypage ---------- */
.mypage-wrap { max-width: 860px; margin: 0 auto; }
.mp-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.mp-sum-item {
  background: var(--white); border: 1px solid var(--line); padding: 22px 20px; text-align: center;
}
.mp-sum-item .en { font-family: var(--latin); font-size: 9.5px; letter-spacing: .3em; color: var(--matcha-deep); display: block; margin-bottom: 8px; }
.mp-sum-item b { font-family: var(--serif); font-weight: 400; font-size: 24px; letter-spacing: .08em; display: block; }
.mp-sum-item b small { font-family: var(--latin); font-size: 12px; margin-left: 3px; }
.mp-sum-item .mp-sub { font-size: 11px; color: var(--ink-soft); display: block; margin-top: 5px; }
.mp-h { font-family: var(--serif); font-weight: 400; font-size: 19px; letter-spacing: .16em; margin: 44px 0 14px; display: flex; align-items: baseline; gap: 14px; }
.mp-h .en { font-family: var(--latin); font-size: 10px; letter-spacing: .3em; color: var(--matcha-deep); }
.mp-card { background: var(--white); border: 1px solid var(--line); padding: 26px 28px; }
.mp-sub-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.mp-sub-row b { font-family: var(--serif); font-weight: 400; font-size: 16px; letter-spacing: .08em; }
.mp-sub-row p { font-size: 13px; color: var(--ink-soft); margin-top: 6px; }
.mp-sub-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-s { font-size: 12px; padding: 10px 18px; background: none; cursor: pointer; font-family: var(--sans); }
.mp-order { border-bottom: 1px solid var(--line); padding: 16px 0; }
.mp-order:first-child { padding-top: 0; }
.mp-order p { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.mp-o-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.mp-o-head b { font-family: var(--latin); font-size: 13.5px; letter-spacing: .06em; font-weight: 500; }
.mp-status { font-size: 11px; letter-spacing: .14em; padding: 4px 12px; border-radius: 999px; }
.mp-status.done { background: var(--matcha-pale); color: var(--matcha-deep); }
.mp-status.ship { background: #eee7d4; color: #8a6d2f; }
.mp-info { display: grid; grid-template-columns: 150px 1fr; gap: 10px; font-size: 13.5px; padding: 9px 0; border-bottom: 1px solid var(--washi-deep); }
.mp-info dt { color: var(--ink-soft); letter-spacing: .1em; }

/* ---------- mobile menu ---------- */
.mmenu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--washi);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mmenu.open { opacity: 1; pointer-events: auto; }
.mmenu a { font-family: var(--serif); font-size: 20px; letter-spacing: .14em; }
.mmenu .mm-close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: 1px solid var(--line); border-radius: 50%;
  width: 42px; height: 42px; font-size: 16px; cursor: pointer; color: var(--ink);
}

/* ---------- hero（縦書き） ---------- */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  min-height: min(88vh, 780px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-img { position: relative; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-txt {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 60px 30px;
  background:
    radial-gradient(circle at 85% 15%, var(--matcha-pale) 0%, transparent 46%),
    var(--washi);
}
.hero-catch {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 50px);
  letter-spacing: .22em;
  line-height: 1.9;
  height: min(72vh, 580px);
}
.hero-sub {
  writing-mode: vertical-rl;
  font-size: 13px;
  letter-spacing: .3em;
  color: var(--ink-soft);
  height: min(50vh, 400px);
  margin-right: 34px;
  padding-top: 8px;
}
.hero-en {
  position: absolute; left: 26px; bottom: 24px;
  font-family: var(--latin); font-size: 10px; letter-spacing: .38em; color: var(--ink-soft);
}
.hero-cta {
  position: absolute; left: 26px; bottom: 62px;
  display: flex; flex-direction: column; gap: 12px;
}
.btn-fill, .btn-line {
  display: inline-block; text-align: center;
  font-size: 13px; letter-spacing: .16em;
  padding: 13px 30px;
  border: 1px solid var(--ink);
  transition: background .3s ease, color .3s ease;
}
.btn-fill { background: var(--ink); color: var(--washi); }
.btn-fill:hover { background: var(--matcha-deep); border-color: var(--matcha-deep); }
.btn-line:hover { background: var(--ink); color: var(--washi); }

/* ---------- sections ---------- */
.sec { padding: 90px 20px; }
.sec-in { max-width: 1100px; margin: 0 auto; }
.sec-alt { background: var(--washi-deep); }
.sec-head { margin-bottom: 46px; }
.sec-head .en {
  display: block;
  font-family: var(--latin); font-size: 11px; letter-spacing: .4em; color: var(--matcha-deep);
  margin-bottom: 10px;
}
.sec-head h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(23px, 3vw, 30px); letter-spacing: .18em;
}
.sec-head p.lead { margin-top: 14px; color: var(--ink-soft); font-size: 14px; }

/* ---------- product cards ---------- */
.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 34px 26px;
}
.pcard { display: flex; flex-direction: column; gap: 3px; }
.pthumb {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 4 / 5; background: var(--washi-deep); margin-bottom: 12px;
}
.pthumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pcard:hover .pthumb img { transform: scale(1.05); }
.ptag {
  position: absolute; left: 0; top: 12px;
  background: var(--matcha-deep); color: #fff;
  font-size: 10.5px; letter-spacing: .14em; padding: 4px 12px;
}
.pname { font-family: var(--serif); font-size: 17px; letter-spacing: .12em; }
.pkana { font-size: 11px; color: var(--ink-soft); letter-spacing: .18em; }
.pprice { font-family: var(--latin); font-size: 14.5px; margin-top: 5px; }
.pprice small { font-family: var(--sans); font-size: 11px; color: var(--ink-soft); margin-left: 4px; }
.more-link {
  display: inline-block; margin-top: 40px;
  font-size: 13px; letter-spacing: .16em;
  border-bottom: 1px solid var(--ink); padding-bottom: 4px;
}
.more-link .arr { display: inline-block; transition: transform .3s ease; margin-left: 8px; }
.more-link:hover .arr { transform: translateX(6px); }

/* ---------- filter chips ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.fchip {
  font-family: var(--sans); font-size: 12.5px; letter-spacing: .12em;
  padding: 8px 22px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--white); color: var(--ink-soft); cursor: pointer;
  transition: all .25s ease;
}
.fchip.act { background: var(--ink); border-color: var(--ink); color: var(--washi); }

/* ---------- 縦書きバンド（こだわり） ---------- */
.craft { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.craft-img img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.craft-txt {
  display: flex; justify-content: center; align-items: center; gap: 40px;
  padding: 70px 30px; background: var(--washi);
}
.craft-txt h3 {
  writing-mode: vertical-rl;
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(20px, 2.4vw, 26px); letter-spacing: .3em; line-height: 2;
  height: 300px;
}
.craft-txt .body { max-width: 300px; font-size: 13.5px; color: var(--ink-soft); }
.craft-txt .body .en { font-family: var(--latin); font-size: 10px; letter-spacing: .34em; color: var(--matcha-deep); display: block; margin-bottom: 14px; }
.craft-txt .body a { display: inline-block; margin-top: 18px; border-bottom: 1px solid var(--ink); font-size: 13px; letter-spacing: .14em; color: var(--ink); padding-bottom: 3px; }

/* ---------- 定期便 ---------- */
.sub-band { position: relative; overflow: hidden; }
.sub-band .bg { position: absolute; inset: 0; }
.sub-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.sub-band .bg::after { content: ''; position: absolute; inset: 0; background: rgba(32, 36, 28, .58); }
.sub-in {
  position: relative; max-width: 1100px; margin: 0 auto;
  padding: 100px 20px; color: var(--washi); text-align: center;
}
.sub-in .en { font-family: var(--latin); font-size: 11px; letter-spacing: .4em; color: #cfe0a8; display: block; margin-bottom: 12px; }
.sub-in h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 3vw, 30px); letter-spacing: .2em; margin-bottom: 18px; }
.sub-in p { font-size: 14px; max-width: 560px; margin: 0 auto 12px; }
.sub-in .btn-line { border-color: var(--washi); color: var(--washi); margin-top: 16px; }
.sub-in .btn-line:hover { background: var(--washi); color: var(--ink); }

/* ---------- info cards (guide) ---------- */
.icards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; }
.icard { background: var(--white); border: 1px solid var(--line); padding: 34px 30px; }
.icard .en { font-family: var(--latin); font-size: 10px; letter-spacing: .3em; color: var(--matcha-deep); display: block; margin-bottom: 10px; }
.icard h3 { font-family: var(--serif); font-weight: 400; font-size: 18px; letter-spacing: .14em; margin-bottom: 12px; }
.icard p { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- page head ---------- */
.phead { padding: 74px 20px 50px; text-align: center; border-bottom: 1px solid var(--line); }
.phead .en { font-family: var(--latin); font-size: 11px; letter-spacing: .42em; color: var(--matcha-deep); display: block; margin-bottom: 12px; }
.phead h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3.4vw, 34px); letter-spacing: .2em; }
.phead p { margin-top: 14px; color: var(--ink-soft); font-size: 13.5px; }

/* ---------- product detail ---------- */
.crumbs { font-size: 12px; color: var(--ink-soft); margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { border-bottom: 1px solid var(--line); }
.crumbs b { font-weight: 500; color: var(--ink); }
.pd-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.pd-img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--washi-deep); }
.pd-img img { width: 100%; height: 100%; object-fit: cover; }
.pd-en { font-family: var(--latin); font-size: 10.5px; letter-spacing: .34em; color: var(--matcha-deep); margin-bottom: 8px; }
.pd-info h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3vw, 32px); letter-spacing: .16em; }
.pd-kana { font-size: 12px; letter-spacing: .22em; color: var(--ink-soft); margin: 4px 0 18px; }
.pd-price { font-family: var(--latin); font-size: 24px; margin-bottom: 20px; }
.pd-price small { font-family: var(--sans); font-size: 12px; color: var(--ink-soft); margin-left: 6px; }
.pd-desc { font-size: 14px; margin-bottom: 22px; }
.pd-brew { border: 1px solid var(--line); background: var(--white); padding: 16px 20px; margin-bottom: 26px; }
.pd-brew dt { font-size: 11.5px; letter-spacing: .2em; color: var(--matcha-deep); margin-bottom: 4px; }
.pd-brew dd { font-size: 13.5px; }
.pd-buy { display: flex; gap: 14px; align-items: stretch; flex-wrap: wrap; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); background: var(--white); }
.qty button {
  width: 44px; height: 50px; border: none; background: none; font-size: 17px; cursor: pointer; color: var(--ink);
}
.qty input, .qty span {
  width: 46px; text-align: center; border: none; background: none;
  font-family: var(--latin); font-size: 15px; height: 50px; line-height: 50px;
}
.qty input:focus { outline: 2px solid var(--matcha); }
.btn-cart {
  flex: 1; min-width: 200px;
  background: var(--matcha-deep); color: #fff; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 14px; letter-spacing: .2em; padding: 14px 30px;
  transition: background .3s ease;
}
.btn-cart:hover { background: var(--ink); }
.pd-note { font-size: 12px; color: var(--ink-soft); margin-top: 16px; }
.pd-note a { border-bottom: 1px solid var(--line); }

/* ---------- cart ---------- */
.cart-wrap { max-width: 860px; margin: 0 auto; }
.crow {
  display: grid; grid-template-columns: 92px 1fr auto auto;
  gap: 18px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.cimg { aspect-ratio: 1; overflow: hidden; background: var(--washi-deep); }
.cimg img { width: 100%; height: 100%; object-fit: cover; }
.cinfo { display: flex; flex-direction: column; gap: 2px; }
.cinfo a { font-family: var(--serif); font-size: 16px; letter-spacing: .1em; }
.cinfo span { font-size: 12px; color: var(--ink-soft); }
.cdel {
  align-self: flex-start; margin-top: 6px;
  background: none; border: none; font-size: 11.5px; color: var(--ink-soft);
  text-decoration: underline; cursor: pointer; padding: 0;
}
.crow .qty button, .crow .qty input, .crow .qty span { height: 40px; line-height: 40px; }
.crow .qty button { width: 36px; }
.cline { font-family: var(--latin); font-size: 16px; min-width: 84px; text-align: right; }
.csum { margin-top: 34px; margin-left: auto; max-width: 380px; }
.cfree {
  background: var(--matcha-pale); color: var(--matcha-deep);
  font-size: 12.5px; letter-spacing: .1em; text-align: center; padding: 9px 12px; margin-bottom: 18px;
}
.csum dl { display: flex; justify-content: space-between; font-size: 14px; padding: 7px 0; }
.csum dd { font-family: var(--latin); }
.ctotal { border-top: 1px solid var(--ink); margin-top: 8px; padding-top: 14px !important; font-size: 16px !important; }
.csum .btn-cart { width: 100%; margin-top: 18px; }
.cart-empty { text-align: center; padding: 60px 0; }
.cart-empty p { margin-bottom: 26px; color: var(--ink-soft); }

/* ---------- demo modal ---------- */
.dmodal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(32, 36, 28, .5);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.dmodal.open { opacity: 1; pointer-events: auto; }
.dmodal-in { background: var(--washi); max-width: 460px; padding: 44px 36px; text-align: center; }
.dmodal-in .en { font-family: var(--latin); font-size: 10px; letter-spacing: .36em; color: var(--matcha-deep); display: block; margin-bottom: 12px; }
.dmodal-in h3 { font-family: var(--serif); font-weight: 400; font-size: 20px; letter-spacing: .16em; margin-bottom: 14px; }
.dmodal-in p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 8px; }
.dmodal-in p a { color: var(--matcha-deep); border-bottom: 1px solid var(--matcha-deep); }
.dmodal-in button {
  margin-top: 18px; background: var(--ink); color: var(--washi); border: none;
  font-family: var(--sans); font-size: 13px; letter-spacing: .18em; padding: 12px 40px; cursor: pointer;
}

/* ---------- toast ---------- */
#toast {
  position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 20px);
  background: var(--ink); color: var(--washi);
  font-size: 13px; letter-spacing: .12em; padding: 13px 30px;
  opacity: 0; pointer-events: none; transition: all .35s ease; z-index: 110;
}
#toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- story ---------- */
.story-lead { max-width: 640px; margin: 0 auto; text-align: center; font-size: 14.5px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 70px; }
.story-grid.flip .simg { order: 2; }
.simg { aspect-ratio: 4 / 3; overflow: hidden; }
.simg img { width: 100%; height: 100%; object-fit: cover; }
.stxt .en { font-family: var(--latin); font-size: 10px; letter-spacing: .34em; color: var(--matcha-deep); display: block; margin-bottom: 12px; }
.stxt h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; letter-spacing: .16em; margin-bottom: 16px; }
.stxt p { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- brew table (guide) ---------- */
.brew-table { width: 100%; border-collapse: collapse; background: var(--white); }
.brew-table th, .brew-table td { border: 1px solid var(--line); padding: 13px 16px; font-size: 13.5px; text-align: center; }
.brew-table thead th { background: var(--ink); color: var(--washi); font-weight: 500; letter-spacing: .12em; font-size: 12.5px; }
.brew-table tbody th { font-family: var(--serif); font-weight: 400; letter-spacing: .1em; background: var(--washi-deep); }
.tbl-scroll { overflow-x: auto; }
.tbl-scroll .brew-table { min-width: 560px; }

/* ---------- guide lists ---------- */
.glist { max-width: 760px; margin: 0 auto; }
.glist dl { border-bottom: 1px solid var(--line); padding: 24px 0; display: grid; grid-template-columns: 180px 1fr; gap: 16px; }
.glist dt { font-family: var(--serif); font-size: 15.5px; letter-spacing: .12em; }
.glist dd { font-size: 13.5px; color: var(--ink-soft); }

/* ---------- company ---------- */
.ctable { width: 100%; max-width: 760px; margin: 0 auto; border-collapse: collapse; }
.ctable th, .ctable td { border-bottom: 1px solid var(--line); padding: 18px 10px; font-size: 13.5px; text-align: left; vertical-align: top; }
.ctable th { width: 160px; font-weight: 500; letter-spacing: .12em; white-space: nowrap; }

/* ---------- cta band ---------- */
.shop-cta { text-align: center; padding: 90px 20px; border-top: 1px solid var(--line); }
.shop-cta .en { font-family: var(--latin); font-size: 11px; letter-spacing: .4em; color: var(--matcha-deep); display: block; margin-bottom: 12px; }
.shop-cta h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(21px, 2.8vw, 27px); letter-spacing: .18em; margin-bottom: 26px; }

/* ---------- footer ---------- */
.ft { background: var(--ink); color: #d9d7c9; padding: 70px 20px 34px; }
.ft-in { max-width: 1100px; margin: 0 auto; }
.ft-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ft-logo svg { width: 30px; height: 30px; }
.ft-logo b { font-family: var(--serif); font-weight: 400; font-size: 16px; letter-spacing: .12em; color: var(--washi); }
.ft-en { font-family: var(--latin); font-size: 9px; letter-spacing: .34em; color: #9a987f; }
.ft nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 30px 0; }
.ft nav a { font-size: 12.5px; letter-spacing: .12em; }
.ft nav a:hover { color: var(--washi); }
.demo-note {
  border: 1px solid #4a4e40; padding: 18px 20px;
  font-size: 12px; line-height: 2; color: #b9b7a5;
}
.demo-note strong { color: #cfe0a8; font-weight: 500; }
.demo-note a { color: #cfe0a8; border-bottom: 1px solid #cfe0a8; }
.copy { margin-top: 26px; font-family: var(--latin); font-size: 10px; letter-spacing: .22em; color: #83816c; }
.copy a { border-bottom: 1px solid #83816c; }

/* ---------- 404 ---------- */
.nf { text-align: center; padding: 130px 20px; }
.nf .en { font-family: var(--latin); font-size: 50px; letter-spacing: .2em; color: var(--matcha-deep); }
.nf h1 { font-family: var(--serif); font-weight: 400; font-size: 22px; letter-spacing: .2em; margin: 14px 0 30px; }

/* ============ mobile ============ */
@media (max-width: 860px) {
  .gnav { display: none; }
  .annc-sub { display: none; }
  .hd-in { gap: 10px; padding: 0 12px; }
  .logo { gap: 7px; }
  .logo svg { width: 26px; height: 26px; }
  .logo .lt b { font-size: 13px; white-space: nowrap; letter-spacing: .06em; }
  .logo .lt span { display: none; }
  .mm-open { padding: 8px 12px; }
  .mm-open {
    display: inline-flex; align-items: center; justify-content: center;
    background: none; border: 1px solid var(--line); border-radius: 999px;
    font-family: var(--latin); font-size: 10px; letter-spacing: .2em;
    padding: 9px 16px; cursor: pointer; color: var(--ink);
  }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-img { height: 46vh; min-height: 300px; }
  .hero-txt { padding: 48px 24px 130px; }
  .hero-catch { height: 300px; font-size: 27px; }
  .hero-sub { height: 300px; margin-right: 22px; font-size: 12px; }
  .hero-cta { left: 24px; right: 24px; top: auto; bottom: 30px; transform: none; flex-direction: row; }
  .hero-cta .btn-fill, .hero-cta .btn-line { flex: 1; padding: 12px 10px; font-size: 12px; }
  .hero-en { display: none; }
  .sec { padding: 64px 20px; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .craft { grid-template-columns: 1fr; }
  .craft-img img { min-height: 260px; }
  .craft-txt { gap: 26px; padding: 50px 24px; }
  .craft-txt h3 { height: 230px; font-size: 19px; }
  .pd-grid { grid-template-columns: 1fr; gap: 34px; }
  .crow { grid-template-columns: 74px 1fr; grid-template-rows: auto auto; }
  .crow .qty { grid-column: 2; justify-self: start; }
  .cline { grid-column: 2; text-align: left; min-width: 0; margin-top: -6px; }
  .story-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 46px; }
  .story-grid.flip .simg { order: 0; }
  .glist dl { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
  .ctable th { width: 110px; }
  .mp-summary { grid-template-columns: 1fr; }
  .mp-info { grid-template-columns: 1fr; gap: 3px; }
  .mp-card { padding: 20px 18px; }
}
