/* =============================================
   TOMORROWSTEAD WARDROBE — ベーシック服のD2C EC
   白 × 黒 × バーガンディ／オーバーサイズタイポ
   ============================================= */
:root {
  --paper: #f7f6f3;
  --ink: #141413;
  --wine: #7c2d33;
  --wine-pale: #f0e4e4;
  --grey: #7d7a72;
  --line: #e0ded7;
  --white: #fffefc;
  --disp: 'Fraunces', serif;
  --sans: 'Noto Sans JP', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.9;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: .03em;
  -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(16px); transition: opacity .7s ease, transform .7s 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(--wine);
  color: #f6ecec;
  text-align: center;
  font-size: 11.5px;
  letter-spacing: .12em;
  padding: 7px 12px;
}
.annc b { font-weight: 700; color: #fff; }

/* ---------- header ---------- */
.hd {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 246, 243, .93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--ink);
}
.hd-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.logo svg { width: 26px; height: 26px; }
.logo b {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .06em;
  white-space: nowrap;
}
.logo b i { font-style: italic; font-weight: 400; color: var(--wine); }
.gnav { display: flex; gap: 22px; }
.gnav a { font-size: 12.5px; letter-spacing: .14em; font-weight: 500; position: relative; padding: 4px 0; }
.gnav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--wine); transform: scaleX(0); transform-origin: right; transition: transform .3s ease;
}
.gnav a:hover::after { transform: scaleX(1); transform-origin: left; }
.acct-link, .cart-link { position: relative; display: inline-flex; align-items: center; }
.acct-link svg, .cart-link svg { width: 21px; height: 21px; }
.acct-link.in::after {
  content: ''; position: absolute; top: -3px; right: -4px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--wine);
}
.cart-badge {
  position: absolute; top: -7px; right: -9px;
  min-width: 17px; height: 17px; border-radius: 9px;
  background: var(--ink); color: #fff;
  font-family: var(--disp); 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); }
.mm-open { display: none; }

/* ---------- mobile menu ---------- */
.mmenu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--ink); color: var(--paper);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px;
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mmenu.open { opacity: 1; pointer-events: auto; }
.mmenu a { font-family: var(--disp); font-size: 22px; letter-spacing: .06em; }
.mmenu a small { font-family: var(--sans); font-size: 11px; letter-spacing: .2em; margin-left: 10px; color: #9a978f; }
.mmenu .mm-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: 1px solid #4a4844; border-radius: 50%;
  width: 42px; height: 42px; font-size: 15px; cursor: pointer; color: var(--paper);
}

/* ---------- hero（コラージュ＋オーバーサイズタイポ） ---------- */
.hero {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  min-height: 620px;
}
.hero-type {
  position: relative; z-index: 3;
  font-family: var(--disp);
  font-weight: 600;
  font-size: clamp(58px, 10.5vw, 148px);
  line-height: .96;
  letter-spacing: .01em;
  pointer-events: none;
}
.hero-type i { font-style: italic; font-weight: 400; color: var(--wine); }
.hero-img-a {
  position: absolute; z-index: 2;
  top: 40px; right: 20px;
  width: min(36%, 420px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.hero-img-b {
  position: absolute; z-index: 1;
  bottom: 24px; left: clamp(200px, 34vw, 480px);
  width: min(24%, 270px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.hero-img-a img, .hero-img-b img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy {
  position: relative; z-index: 3;
  margin-top: 34px;
  max-width: 340px;
}
.hero-copy .jp { font-size: 15px; font-weight: 700; letter-spacing: .16em; margin-bottom: 10px; }
.hero-copy p { font-size: 13px; color: var(--grey); margin-bottom: 22px; }
.hero-copy .btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-fill, .btn-line {
  display: inline-block; text-align: center;
  font-size: 12.5px; letter-spacing: .16em; font-weight: 500;
  padding: 13px 28px;
  border: 1px solid var(--ink);
  transition: background .3s ease, color .3s ease;
}
.btn-fill { background: var(--ink); color: var(--paper); }
.btn-fill:hover { background: var(--wine); border-color: var(--wine); color: #fff; }
.btn-line:hover { background: var(--ink); color: var(--paper); }

/* ---------- marquee ---------- */
.marquee {
  border-block: 1px solid var(--ink);
  overflow: hidden;
  background: var(--paper);
  padding: 12px 0;
}
.marquee-track {
  display: flex; gap: 0;
  width: max-content;
  animation: mq 28s linear infinite;
}
.marquee-track span {
  font-family: var(--disp);
  font-size: 15px;
  letter-spacing: .22em;
  white-space: nowrap;
  padding-right: 40px;
}
.marquee-track span i { font-style: italic; color: var(--wine); }
@keyframes mq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- sections ---------- */
.sec { padding: 86px 20px; }
.sec-in { max-width: 1240px; margin: 0 auto; }
.sec-alt { background: var(--white); border-block: 1px solid var(--line); }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.sec-head h2 {
  font-family: var(--disp); font-weight: 600;
  font-size: clamp(26px, 3.6vw, 40px); letter-spacing: .02em; line-height: 1.2;
}
.sec-head h2 i { font-style: italic; font-weight: 400; color: var(--wine); }
.sec-head .jp { font-size: 12px; letter-spacing: .22em; color: var(--grey); font-weight: 500; }
.sec-lead { max-width: 560px; font-size: 13.5px; color: var(--grey); margin: -22px 0 36px; }

/* ---------- product cards ---------- */
.pgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 22px;
}
.pcard { display: flex; flex-direction: column; gap: 2px; }
.pthumb {
  position: relative; display: block; overflow: hidden;
  aspect-ratio: 3 / 4; background: #edebe5; margin-bottom: 12px;
}
.pthumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pcard:hover .pthumb img { transform: scale(1.045); }
.ptag {
  position: absolute; left: 0; top: 12px;
  background: var(--wine); color: #fff;
  font-size: 10px; letter-spacing: .14em; font-weight: 500; padding: 4px 12px;
}
.pen { font-family: var(--disp); font-size: 10.5px; letter-spacing: .18em; color: var(--grey); }
.pname { font-size: 14.5px; font-weight: 700; letter-spacing: .06em; }
.pprice { font-family: var(--disp); font-size: 14px; margin-top: 4px; }
.pprice small { font-family: var(--sans); font-size: 10.5px; color: var(--grey); margin-left: 5px; }
.more-link {
  display: inline-block; margin-top: 38px;
  font-size: 12.5px; letter-spacing: .16em; font-weight: 500;
  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: 34px; }
.fchip {
  font-family: var(--sans); font-size: 12px; letter-spacing: .12em; font-weight: 500;
  padding: 8px 20px; border: 1px solid var(--ink); border-radius: 0;
  background: none; color: var(--ink); cursor: pointer;
  transition: all .25s ease;
}
.fchip.act { background: var(--ink); color: var(--paper); }

/* ---------- philosophy ---------- */
.phil { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.phil-item { background: var(--paper); padding: 36px 30px; }
.phil-item .num { font-family: var(--disp); font-style: italic; font-size: 15px; color: var(--wine); display: block; margin-bottom: 12px; }
.phil-item h3 { font-size: 16px; font-weight: 700; letter-spacing: .1em; margin-bottom: 10px; }
.phil-item p { font-size: 13px; color: var(--grey); }

/* ---------- lookbook ---------- */
.lookbook { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; align-items: start; }
.look { position: relative; overflow: hidden; }
.look img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 5; transition: transform .7s ease; }
.look:hover img { transform: scale(1.03); }
.look .cap {
  position: absolute; left: 16px; bottom: 14px;
  background: var(--paper); font-size: 11px; letter-spacing: .16em; font-weight: 500;
  padding: 7px 14px;
}
.look.tall img { aspect-ratio: 3 / 4; }

/* ---------- quality band (dark) ---------- */
.quality { background: var(--ink); color: #dedcd4; }
.quality .sec-in { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.quality-img { overflow: hidden; }
.quality-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.quality-txt h2 {
  font-family: var(--disp); font-weight: 600; color: var(--paper);
  font-size: clamp(24px, 3vw, 34px); line-height: 1.25; margin-bottom: 18px;
}
.quality-txt h2 i { font-style: italic; font-weight: 400; color: #c9878d; }
.quality-txt p { font-size: 13.5px; color: #a5a29a; margin-bottom: 12px; }
.quality-txt .btn-line { border-color: var(--paper); color: var(--paper); margin-top: 14px; }
.quality-txt .btn-line:hover { background: var(--paper); color: var(--ink); }

/* ---------- members band ---------- */
.members { background: var(--wine-pale); border-block: 1px solid var(--line); }
.members .sec-in { text-align: center; max-width: 720px; }
.members h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(24px, 3vw, 34px); margin-bottom: 8px; }
.members h2 i { font-style: italic; font-weight: 400; color: var(--wine); }
.members .jp { font-size: 12px; letter-spacing: .2em; color: var(--wine); font-weight: 700; display: block; margin-bottom: 18px; }
.members ul { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin: 18px 0 26px; }
.members li { font-size: 13px; font-weight: 500; letter-spacing: .08em; position: relative; padding-left: 18px; }
.members li::before { content: '—'; position: absolute; left: 0; color: var(--wine); }

/* ---------- page head ---------- */
.phead { padding: 66px 20px 44px; border-bottom: 1px solid var(--ink); }
.phead-in { max-width: 1240px; margin: 0 auto; }
.phead h1 { font-family: var(--disp); font-weight: 600; font-size: clamp(34px, 5.5vw, 62px); line-height: 1.05; }
.phead h1 i { font-style: italic; font-weight: 400; color: var(--wine); }
.phead p { margin-top: 12px; color: var(--grey); font-size: 13px; letter-spacing: .1em; }

/* ---------- product detail ---------- */
.crumbs { font-size: 11.5px; color: var(--grey); margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 6px; letter-spacing: .08em; }
.crumbs a { border-bottom: 1px solid var(--line); }
.crumbs b { font-weight: 700; color: var(--ink); }
.pd-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.pd-img { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #edebe5; }
.pd-img img { width: 100%; height: 100%; object-fit: cover; }
.pd-en { font-family: var(--disp); font-size: 11px; letter-spacing: .22em; color: var(--wine); margin-bottom: 8px; }
.pd-info h1 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: .08em; line-height: 1.4; }
.pd-price { font-family: var(--disp); font-size: 26px; margin: 12px 0 20px; }
.pd-price small { font-family: var(--sans); font-size: 11.5px; color: var(--grey); margin-left: 6px; }
.pd-desc { font-size: 13.5px; margin-bottom: 14px; }
.pd-detail { font-size: 12px; color: var(--grey); border-left: 2px solid var(--wine); padding-left: 14px; margin-bottom: 24px; }
.pd-size { margin-bottom: 22px; }
.pd-size .lbl { font-size: 11.5px; letter-spacing: .2em; font-weight: 700; display: block; margin-bottom: 10px; }
.schips { display: flex; gap: 10px; flex-wrap: wrap; }
.schip {
  min-width: 52px; padding: 10px 14px;
  font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: .06em;
  background: none; border: 1px solid var(--ink); cursor: pointer; color: var(--ink);
  transition: all .2s ease;
}
.schip.act { background: var(--ink); color: var(--paper); }
.size-link { display: inline-block; font-size: 11.5px; color: var(--grey); border-bottom: 1px solid var(--line); margin-top: 12px; }
.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: 42px; height: 50px; border: none; background: none; font-size: 17px; cursor: pointer; color: var(--ink); }
.qty input, .qty span {
  width: 44px; text-align: center; border: none; background: none;
  font-family: var(--disp); font-size: 15px; height: 50px; line-height: 50px;
}
.qty input:focus { outline: 2px solid var(--wine); }
.btn-cart {
  flex: 1; min-width: 190px;
  background: var(--ink); color: var(--paper); border: 1px solid var(--ink); cursor: pointer;
  font-family: var(--sans); font-size: 13.5px; letter-spacing: .18em; font-weight: 500; padding: 14px 28px;
  transition: background .3s ease, border-color .3s ease;
}
.btn-cart:hover { background: var(--wine); border-color: var(--wine); }
.pd-note { font-size: 11.5px; color: var(--grey); margin-top: 14px; }
.pd-note a { border-bottom: 1px solid var(--line); }

/* ---------- cart ---------- */
.cart-wrap { max-width: 880px; margin: 0 auto; }
.crow {
  display: grid; grid-template-columns: 90px 1fr auto auto;
  gap: 18px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.cimg { aspect-ratio: 3 / 4; overflow: hidden; background: #edebe5; }
.cimg img { width: 100%; height: 100%; object-fit: cover; }
.cinfo { display: flex; flex-direction: column; gap: 2px; }
.cinfo a { font-size: 14.5px; font-weight: 700; letter-spacing: .06em; }
.cinfo span { font-size: 12px; color: var(--grey); }
.cdel {
  align-self: flex-start; margin-top: 6px;
  background: none; border: none; font-size: 11.5px; color: var(--grey);
  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: 34px; }
.cline { font-family: var(--disp); font-size: 16px; min-width: 84px; text-align: right; }
.csum { margin-top: 32px; margin-left: auto; max-width: 380px; }
.cfree {
  background: var(--wine-pale); color: var(--wine);
  font-size: 12px; letter-spacing: .1em; font-weight: 700; text-align: center; padding: 9px 12px; margin-bottom: 18px;
}
.csum dl { display: flex; justify-content: space-between; font-size: 13.5px; padding: 7px 0; }
.csum dd { font-family: var(--disp); }
.ctotal { border-top: 1px solid var(--ink); margin-top: 8px; padding-top: 14px !important; font-size: 15px !important; font-weight: 700; }
.csum .btn-cart { width: 100%; margin-top: 18px; }
.cart-empty { text-align: center; padding: 60px 0; }
.cart-empty p { margin-bottom: 26px; color: var(--grey); }

/* ---------- demo modal ---------- */
.dmodal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(20, 20, 19, .55);
  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(--paper); max-width: 460px; padding: 44px 36px; text-align: center; border: 1px solid var(--ink); }
.dmodal-in .en { font-family: var(--disp); font-style: italic; font-size: 12px; letter-spacing: .26em; color: var(--wine); display: block; margin-bottom: 12px; }
.dmodal-in h3 { font-size: 17px; font-weight: 700; letter-spacing: .1em; margin-bottom: 14px; }
.dmodal-in p { font-size: 13px; color: var(--grey); margin-bottom: 8px; }
.dmodal-in p a { color: var(--wine); border-bottom: 1px solid var(--wine); }
.dmodal-in button {
  margin-top: 18px; background: var(--ink); color: var(--paper); border: none;
  font-family: var(--sans); font-size: 12.5px; letter-spacing: .18em; font-weight: 500; padding: 12px 40px; cursor: pointer;
}

/* ---------- toast ---------- */
#toast {
  position: fixed; left: 50%; bottom: 30px; transform: translate(-50%, 20px);
  background: var(--ink); color: var(--paper);
  font-size: 12.5px; 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); }

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

/* ---------- mypage ---------- */
.mypage-wrap { max-width: 880px; margin: 0 auto; }
.mp-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 26px; }
.mp-sum-item { background: var(--white); border: 1px solid var(--ink); padding: 22px 20px; text-align: center; }
.mp-sum-item .en { font-family: var(--disp); font-style: italic; font-size: 10.5px; letter-spacing: .22em; color: var(--wine); display: block; margin-bottom: 8px; }
.mp-sum-item b { font-family: var(--disp); font-weight: 600; font-size: 24px; display: block; }
.mp-sum-item b small { font-size: 12px; margin-left: 3px; }
.mp-sum-item .mp-sub { font-size: 11px; color: var(--grey); display: block; margin-top: 5px; }
.mp-h { font-size: 15px; font-weight: 700; letter-spacing: .14em; margin: 44px 0 14px; display: flex; align-items: baseline; gap: 14px; }
.mp-h .en { font-family: var(--disp); font-style: italic; font-size: 11px; letter-spacing: .22em; color: var(--wine); font-weight: 400; }
.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-size: 14.5px; font-weight: 700; letter-spacing: .06em; }
.mp-sub-row p { font-size: 12.5px; color: var(--grey); 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); font-weight: 500; }
.mp-order { border-bottom: 1px solid var(--line); padding: 16px 0; }
.mp-order:first-child { padding-top: 0; }
.mp-order p { font-size: 12.5px; color: var(--grey); 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(--disp); font-size: 13px; letter-spacing: .05em; font-weight: 600; }
.mp-status { font-size: 10.5px; letter-spacing: .14em; font-weight: 700; padding: 4px 12px; }
.mp-status.done { background: #e8e6df; color: #5c5952; }
.mp-status.ship { background: var(--wine-pale); color: var(--wine); }
.mp-info { display: grid; grid-template-columns: 150px 1fr; gap: 10px; font-size: 13px; padding: 9px 0; border-bottom: 1px solid var(--paper); }
.mp-info dt { color: var(--grey); letter-spacing: .1em; font-weight: 500; }

/* ---------- about / story ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 64px; }
.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(--disp); font-style: italic; font-size: 12px; letter-spacing: .22em; color: var(--wine); display: block; margin-bottom: 12px; }
.stxt h3 { font-size: 20px; font-weight: 700; letter-spacing: .1em; margin-bottom: 14px; line-height: 1.6; }
.stxt p { font-size: 13.5px; color: var(--grey); }
.story-lead { max-width: 620px; font-size: 14px; }

/* ---------- guide ---------- */
.gtable { width: 100%; border-collapse: collapse; background: var(--white); }
.gtable th, .gtable td { border: 1px solid var(--line); padding: 12px 16px; font-size: 13px; text-align: center; }
.gtable thead th { background: var(--ink); color: var(--paper); font-weight: 500; letter-spacing: .12em; font-size: 12px; }
.gtable tbody th { font-weight: 700; letter-spacing: .08em; background: var(--paper); }
.tbl-scroll { overflow-x: auto; }
.tbl-scroll .gtable { min-width: 560px; }
.glist { max-width: 780px; }
.glist dl { border-bottom: 1px solid var(--line); padding: 22px 0; display: grid; grid-template-columns: 190px 1fr; gap: 16px; }
.glist dt { font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.glist dd { font-size: 13px; color: var(--grey); }

/* ---------- company ---------- */
.ctable { width: 100%; max-width: 780px; border-collapse: collapse; }
.ctable th, .ctable td { border-bottom: 1px solid var(--line); padding: 17px 10px; font-size: 13px; text-align: left; vertical-align: top; }
.ctable th { width: 160px; font-weight: 700; letter-spacing: .1em; white-space: nowrap; }

/* ---------- cta ---------- */
.shop-cta { text-align: center; padding: 86px 20px; border-top: 1px solid var(--ink); }
.shop-cta h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 24px; }
.shop-cta h2 i { font-style: italic; font-weight: 400; color: var(--wine); }

/* ---------- footer ---------- */
.ft { background: var(--ink); color: #b6b3ab; padding: 66px 20px 32px; }
.ft-in { max-width: 1240px; margin: 0 auto; }
.ft-logo { font-family: var(--disp); font-weight: 600; font-size: 19px; color: var(--paper); }
.ft-logo i { font-style: italic; font-weight: 400; color: #c9878d; }
.ft-tag { font-size: 11px; letter-spacing: .2em; color: #7b786f; margin-top: 4px; }
.ft nav { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 28px 0; }
.ft nav a { font-size: 12px; letter-spacing: .12em; }
.ft nav a:hover { color: var(--paper); }
.demo-note {
  border: 1px solid #454239; padding: 18px 20px;
  font-size: 11.5px; line-height: 2; color: #9b988f;
}
.demo-note strong { color: #d8a3a8; font-weight: 700; }
.demo-note a { color: #d8a3a8; border-bottom: 1px solid #d8a3a8; }
.copy { margin-top: 24px; font-family: var(--disp); font-size: 10px; letter-spacing: .2em; color: #6f6c63; }
.copy a { border-bottom: 1px solid #6f6c63; }

/* ---------- 404 ---------- */
.nf { text-align: center; padding: 120px 20px; }
.nf .en { font-family: var(--disp); font-style: italic; font-size: 64px; color: var(--wine); }
.nf h1 { font-size: 17px; font-weight: 700; letter-spacing: .2em; margin: 10px 0 30px; }

/* ============ mobile ============ */
@media (max-width: 900px) {
  .gnav { display: none; }
  .annc-sub { display: none; }
  .hd-in { gap: 10px; padding: 0 12px; }
  .logo svg { width: 22px; height: 22px; }
  .logo b { font-size: 13.5px; }
  .logo b i { display: none; }
  .mm-open {
    display: inline-flex; align-items: center; justify-content: center;
    background: none; border: 1px solid var(--ink); border-radius: 0;
    font-family: var(--sans); font-size: 10px; letter-spacing: .18em; font-weight: 700;
    padding: 8px 12px; cursor: pointer; color: var(--ink);
  }
  .hero { padding: 40px 16px 30px; min-height: 0; }
  .hero-img-a { position: relative; top: auto; right: auto; width: 100%; aspect-ratio: 4 / 3; margin-bottom: -46px; }
  .hero-img-b { display: none; }
  .hero-type { font-size: clamp(56px, 17vw, 84px); }
  .hero-copy { margin-top: 24px; max-width: none; }
  .sec { padding: 60px 16px; }
  .pgrid { grid-template-columns: repeat(2, 1fr); gap: 26px 14px; }
  .phil { grid-template-columns: 1fr; }
  .lookbook { grid-template-columns: 1fr; }
  .quality .sec-in { grid-template-columns: 1fr; gap: 30px; }
  .pd-grid { grid-template-columns: 1fr; gap: 30px; }
  .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; }
  .mp-summary { grid-template-columns: 1fr; }
  .mp-info { grid-template-columns: 1fr; gap: 3px; }
  .mp-card { padding: 20px 18px; }
  .story-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 44px; }
  .story-grid.flip .simg { order: 0; }
  .glist dl { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .ctable th { width: 110px; }
}
