/* ============================================================
   Slimee — Landing Page
   Editorial tone · dark striking hero + crafted light sections.
   Content = v1 deck. Visual = editorial. Slimee tokens only.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; background: #FFFFFF; color: var(--ink-800); font-family: var(--font-jp); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.wrap-wide { max-width: 1340px; }
section { position: relative; }
.band { padding: 128px 0; }
.band.tint { background: var(--ink-50); }
.band.dark { background: var(--ink-950); color: #fff; }

/* jelly blob motif */
.blob { position: absolute; pointer-events: none; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }

/* eyebrow + rule */
.eyebrow { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--slimee-700); display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--slimee-500); display: inline-block; }
.dark .eyebrow, .cta-band .eyebrow { color: var(--slimee-300); }
.dark .eyebrow::before, .cta-band .eyebrow::before { background: var(--slimee-300); }

.s-head { max-width: 760px; }
.s-head h2 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(30px, 4vw, 46px); line-height: 1.24; letter-spacing: -0.02em; margin: 22px 0 0; color: var(--ink-900); text-wrap: pretty; }
.dark .s-head h2 { color: #fff; }
.s-head p { font-family: var(--font-jp); font-size: 18px; line-height: 1.85; color: var(--ink-600); margin: 22px 0 0; max-width: 640px; }
.dark .s-head p { color: rgba(255,255,255,0.72); }
.s-head .hl { color: var(--slimee-700); font-weight: 700; }

/* ============================================================ BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-jp); font-weight: 700; font-size: 15px; border-radius: 12px; padding: 13px 22px; cursor: pointer; border: 1px solid transparent; white-space: nowrap;
  transition: background var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-jelly), color var(--duration-fast) var(--ease-out); }
.btn .arr { transition: transform var(--duration-base) var(--ease-out); }
.btn:hover .arr { transform: translateX(3px); }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--slimee-500); color: #fff; }
.btn-primary:hover { background: var(--slimee-600); box-shadow: var(--shadow-brand); }
.btn-secondary { background: #fff; color: var(--slimee-700); border-color: var(--ink-200); }
.btn-secondary:hover { background: var(--slimee-50); border-color: var(--slimee-200); }
.btn-ghost { background: transparent; color: var(--ink-600); padding: 13px 14px; }
.btn-ghost:hover { color: var(--slimee-700); }
.btn-lg { font-size: 16px; padding: 16px 28px; }
.on-dark .btn-secondary, .hero .btn-secondary, .cta-band .btn-secondary { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.2); }
.on-dark .btn-secondary:hover, .hero .btn-secondary:hover, .cta-band .btn-secondary:hover { background: rgba(255,255,255,0.13); }

/* ============================================================ HEADER */
header.site { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out); }
header.site.scrolled { border-bottom-color: var(--ink-100); background: rgba(255,255,255,0.92); }
header.site .inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
header.site .brand img { height: 30px; display: block; }
header.site nav { display: flex; gap: 30px; }
header.site nav a { font-family: var(--font-jp); font-size: 14px; font-weight: 600; color: var(--ink-600); position: relative; padding: 4px 0; transition: color var(--duration-fast); }
header.site nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--slimee-500); transition: right var(--duration-base) var(--ease-out); }
header.site nav a:hover { color: var(--ink-900); }
header.site nav a:hover::after { right: 0; }
header.site .ctas { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--ink-900); }

/* ============================================================ HERO (dark, striking) */
.hero { background: var(--ink-950); color: #fff; overflow: hidden; position: relative; }
.hero .blob.b1 { width: 700px; height: 640px; background: #14B8A6; opacity: 0.18; top: -200px; right: -160px; filter: blur(50px); }
.hero .blob.b2 { width: 440px; height: 400px; background: #5EEAD4; opacity: 0.10; top: 90px; right: 150px; border-radius: 50% 60% 45% 55% / 60% 40% 55% 45%; filter: blur(60px); }
.hero .top { padding-top: 94px; position: relative; max-width: 880px; }
.hero .badge-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero .pill { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: var(--tracking-eyebrow); color: var(--slimee-300); background: rgba(20,184,166,0.12); border: 1px solid rgba(94,234,212,0.28); border-radius: var(--radius-pill); padding: 7px 14px; }
.hero .pill .dot { width: 7px; height: 7px; border-radius: 999px; background: var(--slimee-400); display: block; }
.hero .eyebrow-en { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-eyebrow); color: rgba(255,255,255,0.4); text-transform: uppercase; }
.hero h1 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(40px, 6.2vw, 78px); line-height: 1.12; letter-spacing: -0.03em; margin: 26px 0 0; max-width: 16ch; text-wrap: balance; }
.hero h1 .accent { font-family: var(--font-en); font-weight: 800; color: var(--slimee-300); font-size: 1.32em; letter-spacing: -0.04em; line-height: 0.9; }
.hero .lede { font-family: var(--font-jp); font-size: clamp(16px, 1.7vw, 20px); line-height: 1.85; color: rgba(255,255,255,0.74); margin: 30px 0 0; max-width: 600px; }
.hero .lede strong { color: #fff; font-weight: 700; }
.hero .cta-row { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero .trust { margin-top: 40px; display: flex; gap: 14px 24px; align-items: center; flex-wrap: wrap; font-family: var(--font-jp); font-size: 13px; color: rgba(255,255,255,0.5); }
.hero .trust .sep { width: 4px; height: 4px; border-radius: 999px; background: rgba(255,255,255,0.3); }
.hero .stage { position: relative; padding-top: 64px; margin-bottom: -120px; z-index: 2; }
.hero .stage .browser { max-width: 1080px; margin: 0 auto; }

/* ============================================================ BROWSER FRAME */
.browser { background: #fff; border: 1px solid var(--ink-200); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-xl); }
.browser .chrome { height: 44px; background: var(--ink-50); border-bottom: 1px solid var(--ink-100); display: flex; align-items: center; gap: 14px; padding: 0 16px; }
.browser .dots { display: flex; gap: 7px; }
.browser .dots i { width: 11px; height: 11px; border-radius: 999px; background: var(--ink-300); display: block; }
.browser .addr { flex: 1; height: 26px; max-width: 360px; background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-pill); display: flex; align-items: center; gap: 8px; padding: 0 12px; font-family: var(--font-mono); font-size: 12px; color: var(--ink-400); }
.browser .addr svg { color: var(--slimee-600); flex-shrink: 0; }
.browser .shot { display: block; width: 100%; height: auto; }

/* ============================================================ PROOF / KPI STRIP */
.proof { padding: 152px 0 0; }
.proof .lead { text-align: center; font-family: var(--font-jp); font-size: 15px; color: var(--ink-500); margin-bottom: 34px; }
.proof .row { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 820px; margin: 0 auto; border: 1px solid var(--ink-200); border-radius: var(--radius-xl); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.proof .stat { padding: 44px 40px; border-left: 1px solid var(--ink-100); }
.proof .stat:first-child { border-left: 0; }
.proof .stat .num { font-family: var(--font-en); font-weight: 800; font-size: clamp(46px, 5.6vw, 64px); color: var(--slimee-500); letter-spacing: -0.04em; line-height: 1; display: flex; align-items: baseline; gap: 4px; }
.proof .stat .num .u { font-size: 0.4em; color: var(--ink-700); font-weight: 700; }
.proof .stat .lbl { margin-top: 16px; font-size: 15px; color: var(--ink-500); line-height: 1.7; }

/* ============================================================ PROBLEM (editorial) */
.problem-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 68px; margin-top: 66px; align-items: start; }
.prob-list { list-style: none; margin: 0; padding: 0; }
.prob-list li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--ink-200); }
.prob-list li:last-child { border-bottom: 1px solid var(--ink-200); }
.prob-list .pn { font-family: var(--font-en); font-weight: 800; font-size: 22px; color: var(--ink-300); padding-top: 3px; }
.prob-list h3 { font-family: var(--font-jp); font-size: 21px; font-weight: 700; color: var(--ink-900); margin: 0 0 8px; line-height: 1.4; }
.prob-list p { font-family: var(--font-jp); font-size: 15px; line-height: 1.8; color: var(--ink-600); margin: 0; }

/* dark stat panel (the editorial contrast moment) */
.prob-panel { background: var(--ink-950); color: #fff; border-radius: var(--radius-xl); padding: 48px; position: relative; overflow: hidden; align-self: stretch; display: flex; flex-direction: column; }
.prob-panel::after { content: ""; position: absolute; width: 320px; height: 280px; border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; background: #DC2626; opacity: 0.16; bottom: -100px; right: -80px; }
.prob-panel .tag { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-eyebrow); color: var(--danger-200); position: relative; }
.prob-panel .kicker { font-family: var(--font-jp); font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.66); margin-top: 24px; position: relative; }
.prob-panel .big { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; position: relative; }
.prob-panel .big .n { font-family: var(--font-en); font-weight: 800; font-size: 128px; line-height: 0.85; letter-spacing: -0.04em; color: #fff; }
.prob-panel .big .x { font-family: var(--font-jp); font-size: 30px; font-weight: 700; color: rgba(255,255,255,0.7); }
.prob-panel .cap { font-family: var(--font-jp); font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.66); margin-top: 28px; position: relative; }
.prob-panel .cap b { color: var(--danger-200); font-weight: 700; }
.prob-panel .meta { margin-top: auto; padding-top: 36px; position: relative; display: flex; gap: 10px; flex-wrap: wrap; }
.prob-panel .meta .mp { font-family: var(--font-jp); font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-pill); padding: 6px 12px; }

/* ============================================================ SOLUTION pipeline */
.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 68px; align-items: stretch; }
.step { background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); padding: 26px 22px; position: relative; display: flex; flex-direction: column; }
.step.last { background: var(--slimee-500); border-color: var(--slimee-500); color: #fff; box-shadow: var(--shadow-brand); }
.step .sn { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: 0.16em; color: var(--slimee-600); }
.step.last .sn { color: rgba(255,255,255,0.85); }
.step .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--slimee-50); display: flex; align-items: center; justify-content: center; margin: 18px 0 16px; }
.step.last .ic { background: rgba(255,255,255,0.16); }
.step h3 { font-family: var(--font-jp); font-size: 19px; font-weight: 700; margin: 0 0 8px; color: var(--ink-900); }
.step.last h3 { color: #fff; }
.step p { font-family: var(--font-jp); font-size: 14px; line-height: 1.7; color: var(--ink-600); margin: 0; }
.step.last p { color: rgba(255,255,255,0.9); }
.step .conn { position: absolute; right: -12px; top: 50%; transform: translateY(-50%); z-index: 3; color: var(--slimee-300); }
.solution-foot { margin-top: 48px; font-family: var(--font-jp); font-size: 19px; line-height: 1.7; color: var(--ink-700); max-width: 900px; }
.solution-foot b { color: var(--slimee-700); font-weight: 700; }

/* ============================================================ FEATURES (3 cards) */
.feat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 66px; }
.fcard { background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); padding: 34px 32px; box-shadow: var(--shadow-sm); transition: box-shadow var(--duration-base) var(--ease-out); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.fcard::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--slimee-500); transform: scaleX(0); transform-origin: left; transition: transform var(--duration-slow) var(--ease-out); }
.fcard:hover { box-shadow: var(--shadow-md); }
.fcard:hover::before { transform: scaleX(1); }
.fcard .fn { font-family: var(--font-en); font-weight: 800; font-size: 13px; letter-spacing: 0.16em; color: var(--ink-300); }
.fcard .fic { width: 52px; height: 52px; border-radius: 14px; background: var(--slimee-50); display: flex; align-items: center; justify-content: center; margin: 18px 0; color: var(--slimee-700); }
.fcard h3 { font-family: var(--font-jp); font-size: 21px; font-weight: 700; color: var(--ink-900); margin: 0 0 6px; line-height: 1.4; }
.fcard .ft { font-family: var(--font-jp); font-size: 14px; font-weight: 700; color: var(--slimee-700); margin-bottom: 16px; }
.fcard ul { list-style: none; margin: auto 0 0; padding: 18px 0 0; border-top: 1px solid var(--ink-100); display: flex; flex-direction: column; gap: 11px; }
.fcard ul li { display: flex; gap: 10px; font-family: var(--font-jp); font-size: 14px; color: var(--ink-700); line-height: 1.55; }
.fcard ul li svg { flex-shrink: 0; margin-top: 3px; color: var(--slimee-500); }

/* ============================================================ PRODUCT (2 screens, alternating) */
.feat-row { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 80px; align-items: center; margin-top: 104px; }
.feat-row:first-of-type { margin-top: 70px; }
.feat-row.flip .feat-copy { order: 2; }
.feat-row.flip .feat-media { order: 1; }
.feat-copy .feat-flag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-en); font-weight: 800; font-size: 11px; letter-spacing: 0.16em; color: var(--slimee-700); background: var(--slimee-50); border: 1px solid var(--slimee-200); border-radius: var(--radius-pill); padding: 7px 13px; margin-bottom: 18px; }
.feat-copy .feat-flag i { width: 6px; height: 6px; border-radius: 999px; background: var(--slimee-500); display: block; }
.feat-copy .fnum { font-family: var(--font-en); font-weight: 800; font-size: 13px; letter-spacing: 0.18em; color: var(--slimee-600); }
.feat-copy h3 { font-family: var(--font-jp); font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; margin: 14px 0 0; color: var(--ink-900); }
.feat-copy .sub { font-family: var(--font-jp); font-size: 17px; color: var(--slimee-700); font-weight: 700; margin-top: 14px; }
.feat-copy .desc { font-family: var(--font-jp); font-size: 16px; line-height: 1.85; color: var(--ink-600); margin: 14px 0 0; }
.feat-copy ul { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.feat-copy ul li { display: flex; gap: 12px; font-family: var(--font-jp); font-size: 15px; color: var(--ink-700); line-height: 1.6; }
.feat-copy ul li svg { flex-shrink: 0; margin-top: 3px; color: var(--slimee-500); }
.feat-media { position: relative; }

/* ============================================================ WHY AI */
.whyai-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 56px; margin-top: 66px; align-items: start; }
.skillsheet { background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); padding: 30px 34px; box-shadow: var(--shadow-sm); }
.skillsheet .ss-cap { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: 0.14em; color: var(--ink-400); margin-bottom: 18px; }
.skillsheet h4 { font-family: var(--font-jp); font-size: 16px; font-weight: 700; color: var(--ink-900); margin: 0 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--ink-900); }
.skillsheet ul { margin: 0 0 24px; padding: 0; list-style: none; }
.skillsheet li { font-size: 16px; color: var(--ink-700); line-height: 1.9; padding-left: 18px; position: relative; }
.skillsheet li::before { content: ""; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; background: var(--ink-400); }
.hl-key { background: linear-gradient(transparent 56%, #FEF08A 56%); font-weight: 700; }
.hl-ai { background: linear-gradient(transparent 56%, var(--slimee-200) 56%); font-weight: 700; }
.ss-legend { margin-top: 18px; display: flex; gap: 22px; flex-wrap: wrap; font-size: 13px; color: var(--ink-600); }
.ss-legend span { display: flex; align-items: center; gap: 8px; }
.ss-legend i { width: 16px; height: 10px; border-radius: 2px; display: block; }
.whyai-cards { display: flex; flex-direction: column; gap: 22px; }
.whyai-card { border-radius: var(--radius-lg); padding: 32px 34px; }
.whyai-card.neg { background: var(--ink-50); border: 1px solid var(--ink-200); }
.whyai-card.pos { background: var(--slimee-50); border: 1px solid var(--slimee-200); }
.whyai-card .badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-jp); font-weight: 700; font-size: 12px; padding: 7px 13px; border-radius: var(--radius-pill); background: #fff; }
.whyai-card.neg .badge { color: var(--ink-500); border: 1px solid var(--ink-200); }
.whyai-card.pos .badge { color: var(--slimee-700); border: 1px solid var(--slimee-200); }
.whyai-card .q { font-family: var(--font-jp); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; color: var(--ink-900); margin: 16px 0 0; line-height: 1.45; }
.whyai-card .q .mut { color: var(--ink-400); }
.whyai-card .q .hi { color: var(--slimee-700); }
.whyai-card .ex { font-family: var(--font-jp); font-size: 15px; line-height: 1.85; color: var(--ink-600); margin: 12px 0 0; }

/* ============================================================ IMPACT */
.impact-wrap { margin-top: 64px; }
.schedule { display: grid; grid-template-columns: 168px 1fr 188px; gap: 36px; align-items: center; padding: 30px 0; border-top: 1px solid var(--ink-200); }
.schedule:last-of-type { border-bottom: 1px solid var(--ink-200); }
.schedule .who { font-family: var(--font-jp); font-size: 17px; font-weight: 700; color: var(--ink-900); line-height: 1.45; }
.schedule .who .tag { display: block; font-family: var(--font-en); font-size: 10px; font-weight: 800; letter-spacing: 0.18em; margin-bottom: 7px; }
.schedule.before .who .tag { color: var(--ink-400); }
.schedule.after .who .tag { color: var(--slimee-700); }
.schedule .day { position: relative; height: 56px; border-radius: 8px; background: repeating-linear-gradient(to right, transparent 0, transparent calc(100%/9 - 1px), var(--ink-100) calc(100%/9 - 1px), var(--ink-100) calc(100%/9)); }
.schedule .day::before, .schedule .day::after { position: absolute; top: -22px; font-family: var(--font-mono); font-size: 11px; color: var(--ink-400); }
.schedule .day::before { left: 0; content: "9:00"; }
.schedule .day::after { right: 0; content: "18:00"; }
.blk { position: absolute; top: 6px; bottom: 6px; border-radius: 6px; display: flex; align-items: center; padding: 0 12px; font-family: var(--font-jp); font-size: 12px; font-weight: 600; color: #fff; line-height: 1; overflow: hidden; }
.schedule.before .blk.work { background: var(--ink-700); }
.schedule.before .blk.work + .blk.work { box-shadow: inset 1px 0 0 rgba(255,255,255,0.25); }
.schedule.after .blk.work { background: var(--slimee-500); }
.schedule.after .blk.work.outline { background: var(--slimee-50); color: var(--slimee-700); border: 1px dashed var(--slimee-400); }
.schedule .out { text-align: right; font-family: var(--font-jp); }
.schedule .out .n { display: block; font-family: var(--font-en); font-weight: 800; font-size: 48px; line-height: 1; letter-spacing: -0.03em; }
.schedule.before .out .n { color: var(--ink-400); }
.schedule.after .out .n { color: var(--slimee-500); }
.schedule .out .unit { font-size: 13px; color: var(--ink-500); margin-top: 4px; }
.impact-conclusion { margin-top: 40px; display: flex; align-items: baseline; gap: 16px; font-family: var(--font-jp); font-size: 22px; color: var(--ink-700); line-height: 1.5; flex-wrap: wrap; }
.impact-conclusion strong { font-family: var(--font-en); font-weight: 800; font-size: 52px; color: var(--slimee-500); letter-spacing: -0.03em; line-height: 1; }
.impact-note { margin-top: 28px; font-family: var(--font-jp); font-size: 13px; color: var(--ink-400); line-height: 1.7; }

/* ============================================================ DIFFERENCE */
.compare { margin-top: 60px; border: 1px solid var(--ink-200); border-radius: var(--radius-xl); overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.compare .crow { display: grid; grid-template-columns: 1.1fr 1.45fr 1.45fr; }
.compare .crow + .crow { border-top: 1px solid var(--ink-100); }
.compare .crow.head { background: var(--ink-50); border-bottom: 1px solid var(--ink-200); }
.compare .cc { padding: 22px 30px; display: flex; align-items: center; }
.compare .crow.head .cc { padding-top: 26px; padding-bottom: 26px; }
.compare .col-label { font-family: var(--font-jp); font-size: 14px; color: var(--ink-500); font-weight: 600; }
.compare .crow.head .h-old { font-family: var(--font-jp); font-size: 16px; color: var(--ink-700); font-weight: 700; }
.compare .crow.head .h-new { font-family: var(--font-jp); font-size: 16px; color: var(--slimee-700); font-weight: 700; gap: 10px; }
.compare .crow.head .h-new img { height: 22px; }
.compare .col-old { font-family: var(--font-jp); font-size: 15px; color: var(--ink-500); }
.compare .col-new { font-family: var(--font-jp); font-size: 15px; color: var(--ink-900); font-weight: 700; background: var(--slimee-50); }
.compare-foot { margin-top: 26px; font-family: var(--font-jp); font-size: 17px; color: var(--ink-600); line-height: 1.7; }
.compare-foot b { color: var(--slimee-700); font-weight: 700; }

/* ============================================================ COMPANY */
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 60px; align-items: start; }
.company-mission .mlabel { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-eyebrow); color: var(--slimee-700); }
.company-mission .mission { font-family: var(--font-jp); font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; color: var(--ink-900); letter-spacing: -0.02em; line-height: 1.4; margin: 16px 0 0; }
.company-mission .mdesc { font-family: var(--font-jp); font-size: 16px; line-height: 1.9; color: var(--ink-600); margin: 22px 0 0; max-width: 480px; }
.pillars { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.pillars .pl { font-family: var(--font-jp); font-size: 13px; font-weight: 700; color: var(--slimee-700); background: var(--slimee-50); border: 1px solid var(--slimee-200); border-radius: var(--radius-pill); padding: 9px 16px; }
.company-card { background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); overflow: hidden; }
.ceo-row { display: flex; align-items: center; gap: 18px; padding: 28px 34px; border-bottom: 1px solid var(--ink-100); }
.ceo-mark { width: 58px; height: 58px; border-radius: var(--radius-pill); background: var(--ink-950); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; overflow: hidden; }
.ceo-mark .blob { width: 72px; height: 66px; background: var(--slimee-400); opacity: 0.85; }
.ceo-mark span { position: relative; font-family: var(--font-en); font-weight: 800; font-size: 18px; color: #fff; }
.ceo-row .ceo-meta .role { font-family: var(--font-en); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; color: var(--slimee-600); }
.ceo-row .ceo-meta .nm { font-family: var(--font-jp); font-size: 19px; font-weight: 700; color: var(--ink-900); margin-top: 3px; }
.ceo-row .ceo-meta .sns { font-family: var(--font-mono); font-size: 12px; color: var(--ink-400); margin-top: 3px; }
.facts { list-style: none; margin: 0; padding: 8px 0; }
.facts li { display: grid; grid-template-columns: 96px 1fr; gap: 18px; padding: 15px 34px; }
.facts li + li { border-top: 1px solid var(--ink-50); }
.facts .k { font-family: var(--font-jp); font-size: 13px; font-weight: 700; color: var(--ink-500); }
.facts .v { font-family: var(--font-jp); font-size: 14.5px; color: var(--ink-800); line-height: 1.6; }
.facts .v .sub { color: var(--ink-400); font-size: 12.5px; }

/* ============================================================ AUDIENCE */
.aud-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 60px; border-top: 1px solid var(--ink-200); border-left: 1px solid var(--ink-200); }
.aud { padding: 40px 44px; border-right: 1px solid var(--ink-200); border-bottom: 1px solid var(--ink-200); display: flex; gap: 24px; align-items: flex-start; transition: background var(--duration-base) var(--ease-out); }
.aud:hover { background: var(--ink-50); }
.band.tint .aud:hover { background: #fff; }
.aud .an { font-family: var(--font-en); font-weight: 800; font-size: 18px; color: var(--slimee-500); padding-top: 3px; }
.aud h3 { font-family: var(--font-jp); font-size: 21px; font-weight: 700; color: var(--ink-900); margin: 0 0 8px; }
.aud p { font-family: var(--font-jp); font-size: 15px; line-height: 1.8; color: var(--ink-600); margin: 0; }

/* ============================================================ ONBOARDING */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 68px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 14px; right: 14px; top: 64px; height: 2px; background: var(--slimee-200); z-index: 0; }
.tl-step { position: relative; }
.tl-step .tn { font-family: var(--font-en); font-weight: 800; font-size: 12px; color: var(--slimee-700); letter-spacing: 0.16em; }
.tl-step .dot { width: 28px; height: 28px; border-radius: 999px; background: var(--slimee-500); border: 6px solid #fff; box-shadow: 0 0 0 2px var(--slimee-300); position: relative; z-index: 1; margin: 18px 0 0; }
.tl-step.final .dot { background: var(--ink-900); box-shadow: 0 0 0 2px var(--ink-400); }
.tl-step .when { font-family: var(--font-en); font-weight: 700; font-size: 13px; color: var(--ink-500); margin-top: 22px; }
.tl-step .nm { font-family: var(--font-jp); font-size: 24px; font-weight: 700; color: var(--ink-900); margin: 6px 0 12px; }
.tl-step .ds { font-family: var(--font-jp); font-size: 15px; color: var(--ink-600); line-height: 1.8; }
.onb-closing { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--ink-200); font-family: var(--font-jp); font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; color: var(--ink-800); line-height: 1.6; letter-spacing: -0.01em; max-width: 760px; text-wrap: pretty; }
.onb-closing b { color: var(--slimee-600); font-weight: 700; }

/* ============================================================ CTA */
.cta-band { background: var(--ink-950); color: #fff; padding: 128px 0; position: relative; overflow: hidden; }
.cta-band .blob.c1 { width: 640px; height: 560px; background: #14B8A6; opacity: 0.18; top: -200px; right: -160px; filter: blur(50px); }
.cta-band .blob.c2 { width: 400px; height: 360px; background: #5EEAD4; opacity: 0.10; bottom: -140px; left: -120px; border-radius: 50% 60% 45% 55% / 60% 40% 55% 45%; filter: blur(55px); }
.cta-band .inner { position: relative; text-align: center; max-width: 760px; margin: 0 auto; }
.cta-band .eyebrow { justify-content: center; }
.cta-band h2 { font-family: var(--font-jp); font-size: clamp(34px, 4.6vw, 56px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; margin: 22px 0 0; }
.cta-band p { font-family: var(--font-jp); font-size: 18px; color: rgba(255,255,255,0.72); margin: 22px 0 40px; line-height: 1.8; }
.cta-band .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================ FOOTER */
footer.site { background: var(--ink-950); color: rgba(255,255,255,0.6); padding: 80px 0 44px; }
footer.site .grid { display: grid; grid-template-columns: 2.4fr 1fr 1fr; gap: 48px; }
footer.site .fbrand img { height: 30px; }
footer.site .fbrand p { margin: 22px 0 0; font-family: var(--font-jp); font-size: 14px; line-height: 1.85; max-width: 320px; color: rgba(255,255,255,0.55); }
footer.site h4 { font-family: var(--font-jp); font-size: 13px; font-weight: 700; color: #fff; margin: 0 0 18px; }
footer.site ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
footer.site ul li { font-size: 14px; }
footer.site ul li a { color: rgba(255,255,255,0.6); transition: color var(--duration-fast); }
footer.site ul li a:hover { color: var(--slimee-300); }
footer.site .legal { margin-top: 56px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; gap: 16px; font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,0.4); flex-wrap: wrap; }
footer.site .legal a { color: rgba(255,255,255,0.5); }
footer.site .legal a:hover { color: var(--slimee-300); }

/* ============================================================ SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================ MOBILE DRAWER */
.drawer { position: fixed; inset: 0; z-index: 70; background: rgba(11,18,32,0.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity var(--duration-base) var(--ease-out); }
.drawer.open { opacity: 1; pointer-events: auto; }
.drawer .sheet { position: absolute; top: 0; right: 0; bottom: 0; width: min(86vw, 340px); background: #fff; padding: 26px 28px; display: flex; flex-direction: column; gap: 4px; transform: translateX(100%); transition: transform var(--duration-base) var(--ease-out); }
.drawer.open .sheet { transform: none; }
.drawer .sheet .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.drawer .sheet .top img { height: 28px; }
.drawer .sheet .close { background: none; border: 0; cursor: pointer; color: var(--ink-700); padding: 6px; }
.drawer .sheet a.nav { font-family: var(--font-jp); font-size: 17px; font-weight: 600; color: var(--ink-800); padding: 14px 0; border-bottom: 1px solid var(--ink-100); }
.drawer .sheet .btn { margin-top: 22px; justify-content: center; }
@media (min-width: 901px) { .drawer { display: none !important; } }

/* ============================================================ RESPONSIVE */
@media (max-width: 1000px) {
  .band { padding: 96px 0; }
  .problem-grid { grid-template-columns: 1fr; gap: 40px; }
  .pipeline { grid-template-columns: repeat(2, 1fr); }
  .step .conn { display: none; }
  .feat-cards { grid-template-columns: 1fr; }
  .feat-row, .feat-row:first-of-type { grid-template-columns: 1fr; gap: 36px; }
  .feat-row.flip .feat-copy { order: 1; }
  .feat-row.flip .feat-media { order: 2; }
  .whyai-grid { grid-template-columns: 1fr; gap: 40px; }
  .company-grid { grid-template-columns: 1fr; gap: 40px; }
  header.site nav { display: none; }
  header.site .ctas .btn-ghost, header.site .ctas .desktop-cta { display: none; }
  .menu-toggle { display: inline-flex; }
  footer.site .grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 22px; }
  .hero .top { padding-top: 64px; }
  .hero .stage { padding-top: 44px; margin-bottom: -80px; }
  .proof { padding: 116px 0 0; }
  .proof .row { grid-template-columns: 1fr; }
  .proof .stat { border-left: 0; border-top: 1px solid var(--ink-100); }
  .proof .stat:first-child { border-top: 0; }
  .pipeline { grid-template-columns: 1fr; }
  .schedule { grid-template-columns: 1fr; gap: 16px; }
  .schedule .day { margin-top: 22px; }
  .schedule .out { text-align: left; }
  .compare .crow, .compare .crow.head { grid-template-columns: 1fr; }
  .compare .cc { padding: 14px 22px; }
  .compare .crow.head { display: none; }
  .compare .col-old::before { content: "既存ツール — "; color: var(--ink-400); font-weight: 600; }
  .compare .col-new::before { content: "Slimee — "; color: var(--slimee-600); font-weight: 700; }
  .aud-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; gap: 28px; }
  .timeline::before { display: none; }
  .tl-step .dot { display: none; }
  .facts li { grid-template-columns: 84px 1fr; gap: 14px; padding-left: 24px; padding-right: 24px; }
  .ceo-row { padding: 22px 24px; }
  footer.site .grid { grid-template-columns: 1fr; gap: 30px; }
  .onb-note { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ============================================================ SUBPAGE shared */
.subpage { padding: 116px 0 120px; background: var(--ink-50); min-height: 70vh; position: relative; overflow: hidden; }
.subpage .blob { width: 560px; height: 480px; background: var(--slimee-300); opacity: 0.14; top: -180px; right: -160px; }
.subpage .crumb { font-family: var(--font-jp); font-size: 13px; color: var(--ink-500); display: flex; align-items: center; gap: 8px; margin-bottom: 22px; position: relative; }
.subpage .crumb a { color: var(--ink-500); transition: color var(--duration-fast); }
.subpage .crumb a:hover { color: var(--slimee-700); }
.subpage .crumb .sep { color: var(--ink-300); }
.subpage .page-head { max-width: 580px; position: relative; }
.subpage .page-head h1 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(32px, 4vw, 46px); line-height: 1.22; letter-spacing: -0.02em; margin: 20px 0 0; color: var(--ink-900); text-wrap: pretty; }
.subpage .page-head p { font-family: var(--font-jp); font-size: 17px; line-height: 1.85; color: var(--ink-600); margin: 20px 0 0; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 64px; margin-top: 56px; align-items: start; position: relative; }
.contact-aside .ca-block { padding: 30px 0; border-top: 1px solid var(--ink-200); }
.contact-aside .ca-block:first-child { padding-top: 0; border-top: 0; }
.contact-aside h3 { font-family: var(--font-en); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-eyebrow); color: var(--slimee-700); margin: 0 0 22px; text-transform: uppercase; }
.flow-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.flow-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 16px; }
.flow-steps .sn { width: 34px; height: 34px; border-radius: 999px; background: var(--slimee-50); border: 1px solid var(--slimee-200); display: flex; align-items: center; justify-content: center; font-family: var(--font-en); font-weight: 800; font-size: 14px; color: var(--slimee-700); }
.flow-steps .ft { font-family: var(--font-jp); font-size: 16px; font-weight: 700; color: var(--ink-900); }
.flow-steps .fd { font-family: var(--font-jp); font-size: 14px; line-height: 1.7; color: var(--ink-600); margin-top: 4px; }
.contact-meta { display: flex; flex-direction: column; gap: 16px; }
.contact-meta .row { display: flex; gap: 13px; align-items: flex-start; font-family: var(--font-jp); font-size: 15px; color: var(--ink-700); }
.contact-meta .row svg { color: var(--slimee-600); flex-shrink: 0; margin-top: 2px; }
.contact-meta .row a { color: var(--slimee-700); font-weight: 700; }
.contact-meta .row .lbl { display: block; font-size: 12px; color: var(--ink-400); margin-bottom: 2px; }
.form-card { background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-xl); padding: 44px; box-shadow: var(--shadow-md); }
.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.seg label { position: relative; cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg .opt { display: flex; align-items: center; justify-content: center; text-align: center; padding: 14px 10px; border: 1px solid var(--ink-200); border-radius: var(--radius-md); font-family: var(--font-jp); font-size: 14px; font-weight: 700; color: var(--ink-600); background: #fff; transition: all var(--duration-fast) var(--ease-out); line-height: 1.3; }
.seg label:hover .opt { border-color: var(--slimee-300); color: var(--ink-800); }
.seg input:checked + .opt { border-color: var(--slimee-500); background: var(--slimee-50); color: var(--slimee-700); box-shadow: inset 0 0 0 1px var(--slimee-500); }
.seg input:focus-visible + .opt { outline: 2px solid var(--slimee-500); outline-offset: 2px; }
.field { margin-top: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label.lab { display: block; font-family: var(--font-jp); font-size: 14px; font-weight: 700; color: var(--ink-800); margin-bottom: 9px; }
.field label.lab .req { color: var(--slimee-600); margin-left: 4px; font-size: 12px; }
.field label.lab .opt-tag { color: var(--ink-400); font-weight: 500; margin-left: 6px; font-size: 12px; }
.inp, .field select, .field textarea { width: 100%; font-family: var(--font-jp); font-size: 15px; color: var(--ink-900); background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-md); padding: 13px 15px; transition: border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out); }
.field textarea { resize: vertical; min-height: 120px; line-height: 1.7; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 42px; cursor: pointer; }
.inp::placeholder, .field textarea::placeholder { color: var(--ink-400); }
.inp:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--slimee-500); box-shadow: 0 0 0 3px var(--slimee-100); }
.form-card .submit { margin-top: 30px; }
.form-card .submit .btn { width: 100%; justify-content: center; }
.form-note { margin-top: 16px; font-family: var(--font-jp); font-size: 12px; line-height: 1.7; color: var(--ink-400); text-align: center; }
.form-note a { color: var(--slimee-700); }
.form-success { display: none; text-align: center; padding: 20px 10px 12px; }
.form-card.done .form-body { display: none; }
.form-card.done .form-success { display: block; }
.form-success .ok { width: 64px; height: 64px; border-radius: 999px; background: var(--slimee-50); border: 1px solid var(--slimee-200); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; color: var(--slimee-600); }
.form-success h3 { font-family: var(--font-jp); font-size: 24px; font-weight: 700; color: var(--ink-900); margin: 0 0 12px; }
.form-success p { font-family: var(--font-jp); font-size: 15px; line-height: 1.8; color: var(--ink-600); margin: 0 auto; max-width: 360px; }
.form-success .back { margin-top: 28px; }

/* LOGIN */
.auth { min-height: 100vh; display: grid; grid-template-columns: 1.04fr 0.96fr; }
.auth-brand { background: var(--ink-950); color: #fff; position: relative; overflow: hidden; padding: 56px; display: flex; flex-direction: column; }
.auth-brand .blob.a1 { width: 540px; height: 460px; background: #14B8A6; opacity: 0.18; top: -150px; right: -130px; }
.auth-brand .blob.a2 { width: 340px; height: 300px; background: #5EEAD4; opacity: 0.10; bottom: -100px; left: -80px; border-radius: 50% 60% 45% 55% / 60% 40% 55% 45%; }
.auth-brand .b-logo { position: relative; }
.auth-brand .b-logo img { height: 28px; }
.auth-brand .b-body { margin-top: auto; position: relative; }
.auth-brand .b-body .eyebrow { color: var(--slimee-300); }
.auth-brand .b-body .eyebrow::before { background: var(--slimee-300); }
.auth-brand .b-body h2 { font-family: var(--font-jp); font-weight: 700; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.3; letter-spacing: -0.02em; margin: 20px 0 0; }
.auth-brand .b-body h2 .accent { font-family: var(--font-en); font-weight: 800; color: var(--slimee-300); }
.auth-brand .b-body p { font-family: var(--font-jp); font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.65); margin: 18px 0 0; max-width: 380px; }
.auth-form-wrap { display: flex; align-items: center; justify-content: center; padding: 56px; background: #fff; }
.auth-card { width: 100%; max-width: 384px; }
.auth-card .topbar { display: flex; justify-content: flex-end; margin-bottom: 36px; font-family: var(--font-jp); font-size: 14px; color: var(--ink-500); }
.auth-card .topbar a { color: var(--slimee-700); font-weight: 700; margin-left: 6px; }
.auth-card .m-logo { display: none; }
.auth-card h1 { font-family: var(--font-jp); font-weight: 700; font-size: 28px; letter-spacing: -0.02em; color: var(--ink-900); margin: 0; }
.auth-card .sub { font-family: var(--font-jp); font-size: 15px; color: var(--ink-600); margin: 12px 0 0; }
.auth-card form { margin-top: 32px; }
.auth-card .field { margin-top: 18px; }
.auth-card .field:first-child { margin-top: 0; }
.auth-card .lab-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; }
.auth-card .lab-row a { font-family: var(--font-jp); font-size: 13px; color: var(--slimee-700); font-weight: 600; }
.auth-card .submit { margin-top: 26px; }
.auth-card .submit .btn { width: 100%; justify-content: center; }
.auth-card .auth-div { display: flex; align-items: center; gap: 14px; margin: 28px 0; color: var(--ink-300); font-family: var(--font-jp); font-size: 13px; }
.auth-card .auth-div::before, .auth-card .auth-div::after { content: ""; height: 1px; background: var(--ink-200); flex: 1; }
.auth-card .alt { text-align: center; font-family: var(--font-jp); font-size: 14px; color: var(--ink-600); }
.auth-card .alt a { color: var(--slimee-700); font-weight: 700; }

/* LEGAL */
.legal-doc { max-width: 820px; margin: 0 auto; position: relative; }
.legal-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 8px; }
.legal-tabs a { font-family: var(--font-jp); font-size: 13px; font-weight: 700; color: var(--ink-600); background: #fff; border: 1px solid var(--ink-200); border-radius: var(--radius-pill); padding: 9px 16px; transition: all var(--duration-fast) var(--ease-out); }
.legal-tabs a:hover { border-color: var(--slimee-300); color: var(--slimee-700); }
.legal-tabs a.active { background: var(--slimee-500); border-color: var(--slimee-500); color: #fff; }
.legal-meta { font-family: var(--font-mono); font-size: 12px; color: var(--ink-400); margin-top: 18px; display: flex; gap: 18px; flex-wrap: wrap; }
.legal-lead { font-family: var(--font-jp); font-size: 16px; line-height: 1.95; color: var(--ink-600); margin: 26px 0 0; }
.article { margin-top: 42px; }
.article h2 { font-family: var(--font-jp); font-size: 19px; font-weight: 700; color: var(--ink-900); margin: 0 0 4px; line-height: 1.5; letter-spacing: -0.01em; }
.article h2 .anum { color: var(--slimee-700); margin-right: 10px; }
.article p { font-family: var(--font-jp); font-size: 15px; line-height: 1.95; color: var(--ink-700); margin: 13px 0 0; }
.article ol { margin: 13px 0 0; padding-left: 1.6em; }
.article ol li { font-family: var(--font-jp); font-size: 15px; line-height: 1.9; color: var(--ink-700); margin-top: 9px; }
.article ul { list-style: none; margin: 13px 0 0; padding-left: 0; }
.article ul li { font-family: var(--font-jp); font-size: 15px; line-height: 1.9; color: var(--ink-700); margin-top: 9px; padding-left: 1.4em; position: relative; }
.article ul li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: var(--slimee-400); border-radius: 1px; }
.article p a, .article li a { color: var(--slimee-700); font-weight: 700; }
.legal-callout { margin-top: 40px; background: var(--slimee-50); border: 1px solid var(--slimee-200); border-radius: var(--radius-lg); padding: 24px 28px; font-family: var(--font-jp); font-size: 14px; line-height: 1.85; color: var(--ink-700); }
.legal-callout b { color: var(--slimee-700); }
.spec-table { margin-top: 32px; border: 1px solid var(--ink-200); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.spec-row { display: grid; grid-template-columns: 220px 1fr; border-top: 1px solid var(--ink-100); }
.spec-row:first-child { border-top: 0; }
.spec-row .k { background: var(--ink-50); padding: 20px 24px; font-family: var(--font-jp); font-size: 14px; font-weight: 700; color: var(--ink-800); border-right: 1px solid var(--ink-100); }
.spec-row .v { padding: 20px 24px; font-family: var(--font-jp); font-size: 15px; line-height: 1.8; color: var(--ink-700); }
.spec-row .v a { color: var(--slimee-700); font-weight: 700; }

@media (max-width: 900px) {
  .auth { grid-template-columns: 1fr; }
  .auth-brand { display: none; }
  .auth-card .m-logo { display: block; margin-bottom: 28px; }
  .auth-card .m-logo img { height: 26px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 680px) {
  .subpage { padding: 96px 0 80px; }
  .form-card { padding: 28px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .seg { grid-template-columns: 1fr; }
  .auth-form-wrap { padding: 38px 22px; }
  .spec-row { grid-template-columns: 1fr; }
  .spec-row .k { border-right: 0; border-bottom: 1px solid var(--ink-100); padding-bottom: 12px; }
  .spec-row .v { padding-top: 12px; }
}
