@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

:root {
  --bg: #ebeae7;
  --paper: #f7f6f3;
  --ink: #15151a;
  --mute: #66656b;
  --line: #15151a;
  --soft: #d9d7d2;
  --pop: #ffd21f;
  --red: #e5332a;
  --radius: 18px;
  --shadow: 4px 4px 0 var(--ink);
  --disp: 'Dela Gothic One', 'Zen Kaku Gothic New', sans-serif;
  --body: 'Zen Kaku Gothic New', 'Space Grotesk', system-ui, sans-serif;
  --latin: 'Space Grotesk', 'Zen Kaku Gothic New', sans-serif;
  --mono: 'DM Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--disp); font-weight: 400; line-height: 1.2; margin: 0; letter-spacing: .01em; }
p { margin: 0 0 1em; }
.wrap { width: min(1240px, 100% - 40px); margin-inline: auto; }
.narrow { width: min(860px, 100% - 40px); margin-inline: auto; }
html[data-lang="ja"] [lang="en"], html[data-lang="en"] [lang="ja"] { display: none !important; }
.mono { font-family: var(--mono); letter-spacing: .04em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- buttons / chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .8em 1.5em; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper); font-weight: 700; font-size: .95rem; text-decoration: none; box-shadow: 3px 3px 0 var(--pop); transition: transform .15s, box-shadow .15s; line-height: 1.3; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--pop); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--pop); }
.btn.ghost { background: transparent; color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.btn.ghost:hover { box-shadow: 5px 5px 0 var(--ink); }
.btn.pop { background: var(--pop); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.btn.pop:hover { box-shadow: 5px 5px 0 var(--ink); }
.btn.small { padding: .5em 1.05em; font-size: .82rem; box-shadow: 2px 2px 0 var(--pop); }
.btn.block { width: 100%; }
.btn[disabled] { opacity: .4; pointer-events: none; }
.btn svg, .ic svg { width: 1.15em; height: 1.15em; }
.chip { display: inline-flex; align-items: center; gap: .4em; padding: .2em .8em; border: 1.5px solid var(--ink); border-radius: 999px; font-size: .74rem; font-weight: 700; background: var(--paper); font-family: var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.chip.pop { background: var(--pop); }
.chip.ink { background: var(--ink); color: var(--paper); }
.eyebrow { font-family: var(--mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .6em; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--ink); }
.sec { padding: clamp(56px, 9vw, 110px) 0; }
.sec-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(1.9rem, 4.6vw, 3.3rem); margin-top: .35em; }
.sec-head p { max-width: 460px; color: var(--mute); margin: 0; font-size: .95rem; }

/* ---------- announcement / header ---------- */
.ann { background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; overflow: hidden; white-space: nowrap; }
.ann .track { display: inline-flex; gap: 48px; padding: 8px 0; animation: mq 34s linear infinite; }
.ann b { color: var(--pop); font-weight: 500; }
@keyframes mq { to { transform: translateX(-50%); } }
header.site { position: sticky; top: 0; z-index: 50; background: rgba(235, 234, 231, .88); backdrop-filter: blur(10px); border-bottom: 2px solid var(--ink); }
.hd { display: flex; align-items: center; gap: 18px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--disp); font-size: 1.2rem; line-height: 1; letter-spacing: .02em; white-space: nowrap; }
.logo img { width: 38px; height: 34px; object-fit: contain; transition: transform .3s; }
.logo:hover img { transform: rotate(-10deg) scale(1.1); }
.logo small { display: block; font-family: var(--mono); font-size: .58rem; letter-spacing: .18em; margin-top: 3px; color: var(--mute); }
nav.main { margin-left: auto; display: flex; gap: 4px; }
nav.main a { text-decoration: none; padding: 8px 14px; border-radius: 999px; font-family: var(--latin); font-weight: 700; font-size: .88rem; letter-spacing: .04em; border: 2px solid transparent; }
nav.main a:hover { border-color: var(--ink); }
nav.main a.on { background: var(--ink); color: var(--paper); }
.hd-tools { display: flex; align-items: center; gap: 8px; }
.pill { display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); font-family: var(--mono); font-size: .76rem; font-weight: 500; }
.pill select { border: 0; background: transparent; font: inherit; color: inherit; outline: none; cursor: pointer; padding: 0; max-width: 74px; }
.seg { display: inline-flex; border: 2px solid var(--ink); border-radius: 999px; overflow: hidden; background: var(--paper); height: 38px; }
.seg button { border: 0; background: transparent; padding: 0 12px; font-family: var(--mono); font-size: .76rem; font-weight: 500; }
.seg button.on { background: var(--ink); color: var(--paper); }
.iconbtn { position: relative; width: 42px; height: 38px; display: inline-grid; place-items: center; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); }
.iconbtn:hover { background: var(--pop); }
.iconbtn svg { width: 19px; height: 19px; }
.iconbtn .n { position: absolute; top: -8px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--red); color: #fff; border: 2px solid var(--ink); font: 700 .68rem/16px var(--mono); text-align: center; }
.menu-btn { display: none; }
.only-sp { display: none; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 2px solid var(--ink); background: radial-gradient(ellipse at 62% 45%, #f4f3f0 0%, #dedcd8 62%, #cfcdc8 100%); }
.hero::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(21, 21, 26, .09) 1px, transparent 1.4px); background-size: 18px 18px; pointer-events: none; mask-image: linear-gradient(90deg, #000, transparent 55%); -webkit-mask-image: linear-gradient(90deg, #000, transparent 55%); }
.hero-in { display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: 30px; min-height: min(760px, 88vh); padding: 50px 0; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.1rem, 4.1vw, 3.7rem); margin: 22px 0 22px; line-height: 1.16; }
.hero h1 em { font-style: normal; background: linear-gradient(transparent 62%, var(--pop) 62%); padding: 0 .08em; }
.hero p.lead { font-size: 1.08rem; max-width: 520px; color: #38373d; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero .facts { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 40px; font-family: var(--mono); font-size: .76rem; letter-spacing: .06em; }
.hero .facts span { display: flex; align-items: center; gap: 8px; }
.hero .facts i { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); display: block; }
.stage { position: relative; width: 100%; aspect-ratio: 1 / 1.02; max-height: 720px; }
.stage .pk { position: absolute; filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .28)); transform: rotate(var(--r)); animation: drop 1s cubic-bezier(.2, 1.4, .4, 1) both; animation-delay: var(--d); transition: transform .25s; will-change: transform; }
.stage .pk:hover { transform: rotate(0) scale(1.08); z-index: 9; }
.stage .pk img { width: 100%; border-radius: 4px; }
@keyframes drop { from { opacity: 0; transform: translateY(-70px) rotate(calc(var(--r) - 25deg)); } to { opacity: 1; transform: rotate(var(--r)); } }
.stamp { position: absolute; right: 2%; bottom: 3%; width: 128px; height: 128px; border-radius: 50%; background: var(--pop); border: 2px solid var(--ink); display: grid; place-items: center; text-align: center; font-family: var(--disp); font-size: .95rem; line-height: 1.2; transform: rotate(12deg); box-shadow: 4px 4px 0 var(--ink); z-index: 10; }
.stamp b { display: block; font-size: 1.45rem; }
.marq { background: var(--pop); border-block: 2px solid var(--ink); overflow: hidden; white-space: nowrap; }
.marq .track { display: inline-flex; gap: 0; animation: mq 30s linear infinite; padding: 12px 0; }
.marq span { font-family: var(--disp); font-size: 1.35rem; padding: 0 22px; display: inline-flex; align-items: center; gap: 44px; }
.marq span::after { content: '✦'; }

/* ---------- concept ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trio .c { border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); padding: 26px 24px 24px; box-shadow: var(--shadow); position: relative; }
.trio .c .no { font-family: var(--mono); font-size: .76rem; letter-spacing: .1em; }
.trio .c h3 { font-size: 1.5rem; margin: 4px 0 10px; }
.trio .c img { height: 130px; width: auto; margin: 6px auto 18px; object-fit: contain; filter: drop-shadow(0 2px 0 #fff) drop-shadow(0 6px 8px rgba(0, 0, 0, .18)); }
.trio .c p { color: var(--mute); font-size: .92rem; margin: 0; }
.trio .c:nth-child(2) { transform: translateY(18px) rotate(.6deg); }
.trio .c:nth-child(1) { transform: rotate(-.6deg); }
.trio .c:nth-child(3) { transform: rotate(.4deg); }

/* ---------- mixer ---------- */
.mixer { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: 34px; align-items: center; border: 2px solid var(--ink); border-radius: 26px; background: var(--paper); padding: clamp(20px, 3vw, 38px); box-shadow: 6px 6px 0 var(--ink); }
.mixer.compact { grid-template-columns: minmax(260px, 360px) 1fr; }
.mx-stage { position: relative; background: repeating-conic-gradient(#e9e8e4 0 25%, #f4f3f0 0 50%) 0 0 / 22px 22px; border: 2px dashed var(--ink); border-radius: 20px; padding: 22px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 500px; }
.mx-stage .slot { height: 150px; display: grid; place-items: center; width: 100%; }
.mx-stage .slot.head { height: 145px; } .mx-stage .slot.body { height: 165px; margin-top: -6px; } .mx-stage .slot.legs { height: 138px; margin-top: -10px; }
.mx-stage img { max-height: 100%; max-width: 74%; object-fit: contain; filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 8px 8px rgba(0, 0, 0, .22)); transition: transform .3s cubic-bezier(.2, 1.5, .4, 1); }
.mx-stage img.bump { animation: bump .45s cubic-bezier(.2, 1.6, .4, 1); }
@keyframes bump { 0% { transform: scale(.7) rotate(-8deg); opacity: .3; } 100% { transform: none; opacity: 1; } }
.mx-tag { position: absolute; top: 12px; left: 12px; }
.mx-ctrl { display: grid; gap: 12px; }
.mx-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 12px; padding: 10px 14px; border: 2px solid var(--ink); border-radius: 14px; background: var(--bg); }
.mx-row .lb { font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; }
.mx-row .nm { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.mx-row .nm i { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--ink); display: inline-block; }
.mx-row .ar { display: flex; gap: 6px; }
.mx-row .ar button { width: 36px; height: 36px; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.mx-row .ar button:hover { background: var(--pop); }
.mx-row .ar svg { width: 18px; height: 18px; }
.mx-name { font-family: var(--disp); font-size: clamp(1.6rem, 3.6vw, 2.5rem); line-height: 1.1; margin: 6px 0 2px; word-break: break-word; }
.mx-note { font-size: .84rem; color: var(--mute); margin-bottom: 8px; }
.mx-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.mx-buy { margin-top: 10px; padding: 14px 16px; border: 2px dashed var(--ink); border-radius: 14px; font-size: .88rem; display: flex; gap: 14px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.mx-buy .packs { display: flex; gap: 6px; }
.mx-buy .packs img { width: 34px; height: 46px; object-fit: cover; border-radius: 4px; border: 2px solid var(--ink); }

/* ---------- product cards ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(290px, 74%); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 26px; margin: 0 -4px; scrollbar-width: thin; }
.rail > * { scroll-snap-align: start; }
.card { position: relative; display: flex; flex-direction: column; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); text-decoration: none; overflow: hidden; transition: transform .2s, box-shadow .2s; box-shadow: 0 0 0 var(--ink); }
.card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
.card .ph { position: relative; aspect-ratio: 1 / 1.12; background: var(--tint); display: grid; place-items: center; overflow: hidden; border-bottom: 2px solid var(--ink); }
.card .ph::before { content: ''; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--col); opacity: .22; filter: blur(2px); }
.card .ph img.pack { position: absolute; left: 9%; top: 8%; width: 82%; height: 84%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .25)); transition: transform .35s cubic-bezier(.2, 1.3, .4, 1); transform: rotate(-3deg); }
.card:hover .ph img.pack { transform: rotate(2deg) scale(1.06); }
.card .ph .fan { position: absolute; inset: 0; }
.fan img { position: absolute; height: 76%; width: auto; top: 12%; left: 50%; border-radius: 3px; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .3)); transform-origin: 50% 100%; }
.card .tags { position: absolute; top: 10px; left: 10px; display: flex; gap: 6px; z-index: 2; flex-wrap: wrap; }
.card .info { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card .nm { font-weight: 900; font-size: 1.06rem; line-height: 1.35; }
.card .sub { font-family: var(--mono); font-size: .72rem; color: var(--mute); letter-spacing: .05em; }
.card .row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 10px; }
.price { font-family: var(--latin); font-weight: 700; font-size: 1.12rem; }
.price s { color: var(--mute); font-weight: 400; font-size: .85rem; margin-left: 6px; }
.card .add { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--ink); background: var(--pop); display: grid; place-items: center; z-index: 3; }
.card .add:hover { background: var(--ink); color: var(--pop); }
.card .add svg { width: 19px; height: 19px; }
.card.soon .ph img.pack { filter: opacity(.9) drop-shadow(0 8px 8px rgba(0, 0, 0, .15)); }
.card.soon .ph::after { content: '?'; position: absolute; right: 14px; bottom: 6px; font-family: var(--disp); font-size: 3rem; color: var(--paper); -webkit-text-stroke: 2px var(--ink); }
.card.out .ph img.pack { opacity: .45; filter: grayscale(1); }

/* ---------- set tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tile { border: 2px solid var(--ink); border-radius: 24px; padding: 26px; text-decoration: none; display: flex; flex-direction: column; gap: 16px; min-height: 420px; position: relative; overflow: hidden; background: var(--tint); box-shadow: var(--shadow); transition: transform .2s; }
.tile:hover { transform: translate(-3px, -3px); }
.tile h3 { font-size: 1.6rem; }
.tile p { color: #3c3b41; font-size: .92rem; margin: 0; max-width: 300px; }
.tile .art { position: relative; flex: 1; min-height: 230px; }
.tile .art img { position: absolute; bottom: 4px; height: 200px; width: auto; border-radius: 3px; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .3)); transform-origin: 50% 100%; }
.tile .foot { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 10px; }

/* ---------- coming soon ---------- */
.soon-band { background: var(--ink); color: var(--paper); border-block: 2px solid var(--ink); }
.soon-band .sec-head p { color: #b9b8bd; }
.cd { display: flex; gap: 12px; font-family: var(--disp); }
.cd div { min-width: 82px; text-align: center; padding: 12px 8px 8px; border: 2px solid var(--pop); border-radius: 14px; }
.cd b { display: block; font-weight: 400; font-size: 2.3rem; line-height: 1; color: var(--pop); }
.cd small { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; color: #b9b8bd; }
.sil { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 8px; }
.sil div { aspect-ratio: 1 / 1.35; border: 2px dashed #6c6b70; border-radius: 16px; display: grid; place-items: center; position: relative; overflow: hidden; }
.sil img { position: absolute; inset: 11%; width: 78%; height: 66%; object-fit: contain; filter: brightness(0) invert(1) opacity(.18); }
.sil span { position: absolute; bottom: 8px; font-family: var(--mono); font-size: .7rem; color: #b9b8bd; letter-spacing: .1em; }

/* ---------- board (surfaces) ---------- */
.surface { position: relative; border: 2px solid var(--ink); border-radius: 22px; overflow: hidden; touch-action: none; user-select: none; }
.surface.silver { background: linear-gradient(135deg, #dcdde0 0%, #f3f3f5 35%, #c9cacf 70%, #e6e7ea 100%); }
.surface.black { background: linear-gradient(135deg, #1a1a1d 0%, #34343a 40%, #18181b 100%); }
.surface.kraft { background: repeating-linear-gradient(90deg, rgba(0, 0, 0, .025) 0 2px, transparent 2px 5px), #c8a677; }
.surface.deck { background: repeating-linear-gradient(0deg, rgba(60, 30, 10, .12) 0 2px, transparent 2px 9px), linear-gradient(90deg, #d7a76a, #c58e50); }
.surface.white { background: #fafafa; }
.stk { position: absolute; cursor: grab; filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff) drop-shadow(0 4px 5px rgba(0, 0, 0, .35)); }
.stk img { pointer-events: none; display: block; }
.stk.sel { outline: 2px dashed var(--pop); outline-offset: 6px; }
.stk:active { cursor: grabbing; }

/* ---------- ship strip / insta ---------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; border: 2px solid var(--ink); border-radius: 26px; overflow: hidden; background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.split .pic { min-height: 360px; background-size: cover; background-position: center; border-right: 2px solid var(--ink); position: relative; }
.split .txt { padding: clamp(24px, 4vw, 48px); display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.split h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.flags { display: flex; gap: 8px; flex-wrap: wrap; }
.igrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.igrid a { position: relative; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 14px; overflow: hidden; display: grid; place-items: center; text-decoration: none; }
.igrid img { position: absolute; inset: 12%; width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff); transition: transform .3s; }
.igrid a:hover img { transform: scale(1.12) rotate(-4deg); }
.igrid a::after { content: attr(data-l); position: absolute; inset: auto 8px 8px auto; background: var(--paper); border: 1.5px solid var(--ink); border-radius: 999px; padding: 0 9px; font: 500 .7rem/22px var(--mono); opacity: 0; transition: opacity .2s; }
.igrid a:hover::after { opacity: 1; }
.news { border: 2px solid var(--ink); border-radius: 26px; background: var(--pop); padding: clamp(26px, 5vw, 56px); display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; box-shadow: 6px 6px 0 var(--ink); }
.news h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.field { display: flex; gap: 10px; }
.field .btn { flex: none; white-space: nowrap; }
input, select, textarea { font: inherit; padding: .75em 1em; border: 2px solid var(--ink); border-radius: 12px; background: #fff; color: var(--ink); width: 100%; outline: none; }
input:focus, select:focus, textarea:focus { box-shadow: 3px 3px 0 var(--ink); }
input.bad, select.bad, textarea.bad { border-color: var(--red); background: #fff0ee; }
label.f { display: grid; gap: 6px; font-weight: 700; font-size: .88rem; }
label.f small { font-weight: 400; color: var(--mute); }
.err { color: var(--red); font-size: .78rem; font-weight: 500; min-height: 1em; }

/* ---------- footer ---------- */
footer.site { background: var(--ink); color: var(--paper); margin-top: 0; }
.ft { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding: 64px 0 40px; }
.ft h4 { font-family: var(--mono); font-size: .74rem; letter-spacing: .14em; color: var(--pop); margin-bottom: 14px; font-weight: 500; }
.ft a { display: block; text-decoration: none; padding: 3px 0; color: #dad9de; font-size: .92rem; }
.ft a:hover { color: var(--pop); }
.ft .brand { font-family: var(--disp); font-size: 2rem; line-height: 1.05; }
.ft .brand span { color: var(--pop); }
.ft p { color: #a9a8ae; font-size: .86rem; max-width: 320px; }
.pay { display: flex; gap: 6px; flex-wrap: wrap; padding: 22px 0; border-top: 1px solid #38383e; }
.pay span { font: 500 .68rem/1 var(--mono); border: 1px solid #55555c; border-radius: 6px; padding: 6px 9px; color: #c9c8ce; letter-spacing: .06em; }
.copy { padding: 0 0 30px; font-family: var(--mono); font-size: .72rem; color: #85848b; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- drawer / modal / toast ---------- */
.veil { position: fixed; inset: 0; background: rgba(21, 21, 26, .55); z-index: 80; opacity: 0; pointer-events: none; transition: opacity .25s; }
.veil.on { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--paper); border-left: 2px solid var(--ink); z-index: 90; transform: translateX(105%); transition: transform .32s cubic-bezier(.2, .9, .3, 1); display: flex; flex-direction: column; }
.drawer.on { transform: none; }
.dr-h { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 2px solid var(--ink); }
.dr-h h3 { font-size: 1.3rem; }
.dr-b { flex: 1; overflow-y: auto; padding: 8px 20px; }
.dr-f { padding: 18px 20px 22px; border-top: 2px solid var(--ink); background: var(--bg); display: grid; gap: 10px; }
.ln { display: grid; grid-template-columns: 74px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1.5px dashed #b9b7b2; align-items: center; }
.ln .im { width: 74px; height: 88px; border: 2px solid var(--ink); border-radius: 12px; background: var(--tint); display: grid; place-items: center; overflow: hidden; }
.ln .im img { height: 86%; width: auto; }
.ln .t { font-weight: 900; line-height: 1.35; font-size: .95rem; }
.ln .s { font-family: var(--mono); font-size: .7rem; color: var(--mute); }
.qty { display: inline-flex; align-items: center; border: 2px solid var(--ink); border-radius: 999px; background: #fff; margin-top: 6px; }
.qty button { width: 30px; height: 30px; border: 0; background: transparent; display: grid; place-items: center; }
.qty button:hover { background: var(--pop); border-radius: 50%; }
.qty svg { width: 14px; height: 14px; }
.qty b { min-width: 28px; text-align: center; font-family: var(--mono); font-size: .86rem; font-weight: 500; }
.ln .rm { background: none; border: 0; color: var(--mute); font-size: .74rem; text-decoration: underline; padding: 0; margin-top: 4px; }
.sumrow { display: flex; justify-content: space-between; font-size: .92rem; }
.sumrow.big { font-weight: 900; font-size: 1.15rem; }
.freebar { height: 10px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; overflow: hidden; }
.freebar i { display: block; height: 100%; background: var(--pop); width: 0; transition: width .4s; }
.empty { text-align: center; padding: 70px 10px; color: var(--mute); }
.empty img { width: 90px; margin: 0 auto 16px; opacity: .8; }
.modal { position: fixed; inset: 0; z-index: 95; display: none; align-items: flex-start; justify-content: center; padding: 8vh 20px; }
.modal.on { display: flex; }
.modal .box { width: min(640px, 100%); background: var(--paper); border: 2px solid var(--ink); border-radius: 22px; box-shadow: 8px 8px 0 var(--ink); padding: 22px; max-height: 80vh; overflow: auto; }
.sr-list { display: grid; gap: 8px; margin-top: 14px; }
.sr-list a { display: grid; grid-template-columns: 46px 1fr auto; gap: 14px; align-items: center; padding: 8px 10px; border: 2px solid transparent; border-radius: 12px; text-decoration: none; }
.sr-list a:hover { border-color: var(--ink); background: var(--bg); }
.sr-list img { height: 46px; width: 46px; object-fit: contain; }
.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 30px); background: var(--ink); color: var(--paper); border: 2px solid var(--pop); border-radius: 999px; padding: 12px 22px; font-weight: 700; font-size: .9rem; z-index: 120; opacity: 0; pointer-events: none; transition: .3s; white-space: nowrap; }
.toast.on { opacity: 1; transform: translate(-50%, 0); }
.demo-flag { position: fixed; left: 14px; bottom: 14px; z-index: 60; background: var(--paper); border: 2px solid var(--ink); border-radius: 14px; padding: 8px 12px 8px 14px; font-size: .72rem; line-height: 1.5; max-width: 250px; box-shadow: 3px 3px 0 var(--ink); display: flex; gap: 10px; align-items: flex-start; }
.demo-flag b { font-family: var(--mono); background: var(--pop); border: 1.5px solid var(--ink); border-radius: 6px; padding: 0 6px; }
.demo-flag button { border: 0; background: none; font-size: 1rem; line-height: 1; padding: 0; }

/* ---------- page heads / shop ---------- */
.phead { padding: 54px 0 34px; border-bottom: 2px solid var(--ink); background: var(--paper); position: relative; overflow: hidden; }
.phead h1 { font-size: clamp(2.2rem, 5.6vw, 4rem); margin: 12px 0 10px; }
.phead p { max-width: 620px; color: var(--mute); margin: 0; }
.phead .deco { position: absolute; right: 4%; top: 50%; transform: translateY(-50%) rotate(8deg); height: 170%; opacity: .95; }
.bar { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 22px 0; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips button { border: 2px solid var(--ink); background: var(--paper); border-radius: 999px; padding: .4em 1.1em; font-weight: 700; font-size: .84rem; }
.chips button.on { background: var(--ink); color: var(--paper); }
.crumbs { font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; padding: 22px 0 0; color: var(--mute); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }

/* ---------- product ---------- */
.pd { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 64px); padding: 30px 0 70px; align-items: start; }
.gal .main { position: relative; aspect-ratio: 1 / 1.1; border: 2px solid var(--ink); border-radius: 26px; background: var(--tint); display: grid; place-items: center; overflow: hidden; box-shadow: 6px 6px 0 var(--ink); }
.gal .main::before { content: ''; position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; background: var(--col); opacity: .2; }
.gal .main img.big { position: absolute; inset: 6%; width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .28)); transition: transform .3s; }
.gal .main:hover img.big { transform: scale(1.04) rotate(-1.5deg); }
.gal .main .fan img { height: 66%; top: 17%; }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.thumbs button { position: relative; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 14px; background: var(--tint); padding: 0; overflow: hidden; }
.thumbs button.on { box-shadow: 3px 3px 0 var(--ink); background: var(--pop); }
.thumbs img { position: absolute; inset: 9%; width: 82%; height: 82%; object-fit: contain; }
.pd h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 10px 0 4px; }
.pd .en { font-family: var(--mono); font-size: .84rem; color: var(--mute); letter-spacing: .08em; }
.pd .pr { font-family: var(--latin); font-weight: 700; font-size: 2rem; margin: 18px 0 4px; }
.pd .stock { font-size: .84rem; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.pd .stock i { width: 10px; height: 10px; border-radius: 50%; background: #2ea44f; }
.pd .stock.low i { background: #f08a00; } .pd .stock.out i { background: var(--red); }
.buyrow { display: flex; gap: 12px; margin: 22px 0 10px; flex-wrap: wrap; }
.buyrow .qty { margin: 0; height: 50px; } .buyrow .qty button { width: 40px; height: 46px; } .buyrow .btn { flex: 1; min-width: 180px; }
.est { border: 2px dashed var(--ink); border-radius: 14px; padding: 14px 16px; font-size: .88rem; display: grid; gap: 4px; margin-top: 16px; background: var(--paper); }
.est b { font-family: var(--latin); }
.acc details { border-bottom: 2px solid var(--ink); }
.acc details:first-child { border-top: 2px solid var(--ink); }
.acc summary { list-style: none; cursor: pointer; padding: 17px 4px; font-weight: 900; display: flex; justify-content: space-between; align-items: center; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '+'; font-family: var(--mono); font-size: 1.4rem; transition: transform .25s; }
.acc details[open] summary::after { transform: rotate(45deg); }
.acc .in { padding: 0 4px 20px; color: #38373d; font-size: .94rem; }
.acc table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.acc td { padding: 8px 0; border-bottom: 1px dotted #a9a7a2; vertical-align: top; } .acc td:first-child { width: 34%; color: var(--mute); }
.picks { display: grid; gap: 10px; margin: 16px 0 4px; }
.picks label { display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 12px; font-weight: 700; font-size: .86rem; }
.picks .mono { color: var(--mute); }

/* ---------- content pages ---------- */
.prose h2 { font-size: 1.7rem; margin: 2.2em 0 .6em; }
.prose h3 { font-size: 1.25rem; margin: 1.8em 0 .5em; }
.prose p, .prose li { color: #303035; }
.tbl { width: 100%; border-collapse: collapse; background: var(--paper); border: 2px solid var(--ink); border-radius: 16px; overflow: hidden; font-size: .92rem; }
.tbl th, .tbl td { padding: 13px 16px; border-bottom: 1.5px solid #c9c7c2; text-align: left; vertical-align: top; }
.tbl th { background: var(--ink); color: var(--paper); font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; font-weight: 500; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl.kv th { background: var(--bg); color: var(--ink); width: 30%; font-family: var(--body); font-size: .9rem; font-weight: 900; letter-spacing: 0; border-right: 1.5px solid #c9c7c2; }
.ph-note { background: #fff3c4; border-bottom: 2px dotted #b28a00; padding: 0 3px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; }
.steps li { list-style: none; counter-increment: s; border: 2px solid var(--ink); border-radius: 16px; padding: 18px; background: var(--paper); position: relative; }
.steps li::before { content: '0' counter(s); font-family: var(--disp); font-size: 1.7rem; display: block; }
.steps b { display: block; margin: 4px 0; } .steps span { font-size: .86rem; color: var(--mute); }
.cast { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cast .m { border: 2px solid var(--ink); border-radius: 22px; overflow: hidden; background: var(--paper); display: grid; grid-template-columns: 130px 1fr; }
.cast .m .l { background: var(--tint); border-right: 2px solid var(--ink); display: grid; place-items: center; padding: 14px; }
.cast .m .l img { height: 190px; width: auto; filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .25)); }
.cast .m .r { padding: 16px 18px; }
.cast .m h3 { font-size: 1.25rem; } .cast .m p { font-size: .84rem; color: var(--mute); margin: 6px 0 10px; line-height: 1.6; }
.cast .m .pts { display: flex; gap: 6px; }
.cast .m .pts img { height: 38px; width: auto; }
.faq-cat { margin: 42px 0 12px; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 50px 0 90px; }
.form { border: 2px solid var(--ink); border-radius: 22px; background: var(--paper); padding: clamp(20px, 3vw, 34px); display: grid; gap: 16px; box-shadow: 6px 6px 0 var(--ink); }
.ok { border: 2px solid var(--ink); border-radius: 22px; background: var(--pop); padding: 34px; text-align: center; box-shadow: 6px 6px 0 var(--ink); }
.ok img { width: 84px; margin: 0 auto 12px; }
.calc { border: 2px solid var(--ink); border-radius: 22px; background: var(--paper); padding: 26px; display: grid; gap: 16px; box-shadow: 6px 6px 0 var(--ink); }
.calc .opts { display: grid; gap: 10px; }
.opt { display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; border: 2px solid var(--ink); border-radius: 14px; padding: 12px 14px; background: #fff; cursor: pointer; }
.opt input { width: 18px; height: 18px; accent-color: var(--ink); padding: 0; }
.opt:has(input:checked) { background: var(--pop); box-shadow: 3px 3px 0 var(--ink); }
.opt small { display: block; color: var(--mute); font-family: var(--mono); font-size: .72rem; }
.opt b.pr { font-family: var(--latin); }

/* ---------- checkout / admin ---------- */
.co { display: grid; grid-template-columns: 1.3fr 1fr; gap: 34px; padding: 40px 0 90px; align-items: start; }
.co .box { border: 2px solid var(--ink); border-radius: 22px; background: var(--paper); padding: 26px; margin-bottom: 20px; }
.co h2 { font-size: 1.3rem; margin-bottom: 16px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.co .sum { position: sticky; top: 92px; }
.done { text-align: center; padding: 70px 0 100px; }
.done h1 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 14px 0; }
.adm { display: grid; min-width: 0; grid-template-columns: 220px minmax(0, 1fr); min-height: calc(100vh - 106px); }
.adm aside { background: #1e1e23; color: #d8d7dc; padding: 22px 14px; }
.adm aside .lg { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; color: var(--pop); padding: 0 10px 16px; }
.adm aside button { display: flex; width: 100%; border: 0; background: transparent; color: inherit; text-align: left; padding: 10px 12px; border-radius: 10px; font-weight: 700; font-size: .9rem; gap: 10px; align-items: center; }
.adm aside button.on, .adm aside button:hover { background: #33333a; color: #fff; }
.adm main { min-width: 0; padding: 30px clamp(16px, 3vw, 40px) 80px; background: #f1f1ef; }
.adm h1 { font-size: 1.6rem; margin-bottom: 4px; }
.adm .lead { color: var(--mute); font-size: .88rem; margin-bottom: 22px; }
.adm .panel { background: #fff; border: 1.5px solid #cfcdc8; border-radius: 14px; padding: 6px 18px 10px; overflow-x: auto; margin-bottom: 20px; }
.adm table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 640px; }
.adm th { text-align: left; font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; color: var(--mute); padding: 12px 8px; border-bottom: 1.5px solid #cfcdc8; font-weight: 500; }
.adm td { padding: 10px 8px; border-bottom: 1px solid #e6e4df; vertical-align: middle; }
.adm td img { width: 42px; height: 52px; object-fit: contain; background: var(--tint, #eee); border-radius: 8px; padding: 3px; }
.adm td input { padding: .4em .6em; width: 88px; border-width: 1.5px; border-radius: 8px; font-size: .88rem; }
.sw { position: relative; width: 44px; height: 24px; border-radius: 12px; background: #c9c7c2; border: 0; padding: 0; transition: background .2s; }
.sw::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .2s; }
.sw.on { background: #2ea44f; } .sw.on::after { transform: translateX(20px); }
.badge { display: inline-block; padding: 2px 10px; border-radius: 999px; font: 500 .7rem/20px var(--mono); background: #e8e6e1; }
.badge.g { background: #d6f2de; color: #166534; } .badge.y { background: #fff0c2; color: #8a5a00; } .badge.r { background: #ffe0dc; color: #a12419; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.stats div { background: #fff; border: 1.5px solid #cfcdc8; border-radius: 14px; padding: 16px 18px; }
.stats small { font-family: var(--mono); font-size: .68rem; color: var(--mute); letter-spacing: .08em; }
.stats b { display: block; font-family: var(--latin); font-size: 1.6rem; }
.tip { background: #fff8d6; border: 1.5px solid #e0c34a; border-radius: 12px; padding: 12px 16px; font-size: .84rem; margin-bottom: 20px; }
.ad-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 16px 0 10px; }
.ad-form .full { grid-column: 1 / -1; }
.ad-form input, .ad-form select, .ad-form textarea { border-width: 1.5px; border-radius: 10px; }

/* ---------- lab page ---------- */
.lab-tabs { display: flex; gap: 10px; margin: 30px 0 22px; flex-wrap: wrap; }
.board { display: grid; grid-template-columns: 220px 1fr; gap: 20px; }
.pal { border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); padding: 12px; max-height: 620px; overflow: auto; }
.pal h4 { font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; margin: 8px 4px; font-weight: 500; }
.pal .g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.pal button { position: relative; aspect-ratio: 1; border: 2px solid transparent; border-radius: 10px; background: #fff; padding: 0; }
.pal button:hover { border-color: var(--ink); background: var(--pop); }
.pal img { position: absolute; inset: 8%; width: 84%; height: 84%; object-fit: contain; }
.bd-main .surface { height: min(620px, 70vh); }
.bd-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; align-items: center; }
.bd-bar .sp { flex: 1; }
.hint { font-size: .8rem; color: var(--mute); }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  nav.main { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); flex-direction: column; padding: 14px 20px 20px; border-bottom: 2px solid var(--ink); gap: 2px; margin: 0; }
  nav.main.on { display: flex; }
  nav.main a { padding: 12px 8px; font-size: 1rem; }
  .menu-btn { display: inline-grid; }
  .hd-tools { margin-left: auto; }
  .hero-in { grid-template-columns: 1fr; min-height: 0; padding-top: 34px; }
  .stage { max-width: 560px; margin: 0 auto; }
  .mixer, .mixer.compact { grid-template-columns: 1fr; }
  .mx-stage { min-height: 460px; }
  .tiles { grid-template-columns: 1fr; }
  .tile { min-height: 340px; }
  .split, .news, .contact, .pd, .co { grid-template-columns: 1fr; }
  .split .pic { min-height: 260px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .igrid { grid-template-columns: repeat(3, 1fr); }
  .sil { grid-template-columns: repeat(3, 1fr); }
  .ft { grid-template-columns: 1fr 1fr; }
  .steps, .stats { grid-template-columns: repeat(2, 1fr); }
  .cast { grid-template-columns: 1fr; }
  .co .sum { position: static; }
  .board { grid-template-columns: 1fr; }
  .pal { max-height: 200px; } .pal .g { grid-template-columns: repeat(6, 1fr); }
  .adm { grid-template-columns: minmax(0, 1fr); }
  .adm aside { display: flex; overflow-x: auto; padding: 10px; gap: 4px; } .adm aside .lg { display: none; } .adm aside button { white-space: nowrap; width: auto; }
}
@media (max-width: 680px) {
  body { font-size: 15px; }
  .wrap, .narrow { width: calc(100% - 32px); }
  .hd { gap: 8px; height: 62px; } .logo small { display: none; } .logo { font-size: 1.05rem; } .logo img { width: 32px; }
  .pill.cty { display: none; }
  #btnSearch { display: none; }
  .only-sp { display: block; }
  .hd-tools { gap: 6px; } .iconbtn { width: 38px; } .seg button { padding: 0 9px; } .logo { font-size: .95rem; gap: 7px; } .logo img { width: 28px; }
  .trio { grid-template-columns: 1fr; } .trio .c:nth-child(n) { transform: none; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card .info { padding: 10px 12px 12px; } .card .nm { font-size: .92rem; } .card .add { width: 34px; height: 34px; }
  .mx-row { grid-template-columns: 1fr auto; } .mx-row .lb { grid-column: 1 / -1; }
  .cd div { min-width: 62px; } .cd b { font-size: 1.6rem; }
  .thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .steps { grid-template-columns: 1fr; }
  .cast .m { grid-template-columns: 100px 1fr; } .cast .m .l img { height: 150px; }
  .two, .ad-form { grid-template-columns: 1fr; }
  .field { flex-direction: column; }
  .stamp { width: 96px; height: 96px; font-size: .78rem; } .stamp b { font-size: 1.4rem; }
  .phead .deco { display: none; }
  .demo-flag { max-width: 200px; left: 8px; bottom: 8px; font-size: .66rem; }
  .ft { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .sec-head { margin-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
