/* ============================================================
   CRAFTBASE — キッチンカー製作・販売・開業サポート
   Design System v2.0 (2026)
   白 × フレッシュグリーン / 細めのタイポ / 明るい写真
   ============================================================ */

:root {
  --ink: #151b17;
  --ink-2: #1d2922;
  --ink-3: #29372f;
  --line: #dfe8e2;
  --muted: #68736c;
  --soft: #f3f7f4;
  --craft: #087447;
  --craft-dark: #045d39;
  --craft-pale: #e8f5ee;
  --cta: #087447;
  --cta-dark: #045d39;
  --green: #087447;
  --yellow: #d99e00;
  --gray: #9ca3af;
  --line-green: #06c755;
  --radius: 18px;
  --max: 1200px;
  --font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-en: "Montserrat", "Noto Sans JP", sans-serif;
  --font-display: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-brand: "Montserrat", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  line-height: 1.75;
  letter-spacing: .04em;
  font-weight: 400;
  font-feature-settings: "palt", "kern";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.en { font-family: var(--font-en); letter-spacing: .08em; text-transform: uppercase; }

/* ---------- progress ---------- */
.kz-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: var(--craft); transform: scaleX(0); transform-origin: left;
  z-index: 1000;
}

/* ============================================================
   HEADER
============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: background .3s, box-shadow .3s;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226,235,228,.8);
}
.site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 8px 28px rgba(24,48,32,.08); }
.header-inner {
  max-width: 1360px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 24px; height: 72px;
}
.site-logo { display: flex; align-items: center; gap: 10px; }
.site-logo img { height: 38px; width: auto; filter: none; }
.site-logo span {
  color: var(--ink); font-weight: 700; font-size: 15px; letter-spacing: .08em; white-space: nowrap;
}
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 22px; }
.main-nav a {
  color: var(--ink); font-family: var(--font-en); font-weight: 500; font-size: 12px;
  display: block; text-align: center; letter-spacing: .14em; text-transform: uppercase;
  transition: color .2s;
}
.main-nav a small {
  display: block; font-family: var(--font); font-size: 9px; color: var(--muted);
  font-weight: 400; letter-spacing: .08em; text-transform: none; margin-top: 2px;
}
.main-nav a:hover { color: var(--craft); }
.main-nav a:hover small { color: var(--craft); }
.header-contact { display: flex; align-items: center; gap: 14px; }
.header-contact .phone { color: var(--ink); font-weight: 500; font-size: 15px; white-space: nowrap; }
.btn--red, .header-contact .btn--red {
  background: var(--cta); color: #fff; font-weight: 500; font-size: 13px;
  padding: 11px 22px; border-radius: 999px; white-space: nowrap; display: inline-block;
  transition: background .2s;
}
.btn--red:hover { background: var(--cta-dark); }
.menu-toggle {
  display: none; color: var(--ink); font-family: var(--font-en); font-weight: 500;
  letter-spacing: .12em; font-size: 13px; padding: 8px 4px;
}

@media (max-width: 1020px) {
  .main-nav {
    position: fixed; inset: 0; background: rgba(255,255,255,.98);
    display: none; align-items: center; justify-content: center; margin: 0;
  }
  .main-nav.is-open { display: flex; }
  .main-nav ul { flex-direction: column; gap: 20px; text-align: center; }
  .main-nav a { font-size: 20px; }
  .main-nav a small { font-size: 11px; margin-top: 2px; }
  .header-contact .phone { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 10; }
}
@media (max-width: 640px) {
  .header-inner { height: 60px; }
  .site-logo img { height: 30px; }
  .header-contact .btn--red { padding: 9px 14px; font-size: 11.5px; }
}

/* ============================================================
   HERO
============================================================ */
.hero { position: relative; min-height: 78svh; display: flex; flex-direction: column; justify-content: flex-end; color: var(--ink); overflow: hidden; background: #eef3ef; }
.hero-media { position: absolute; inset: 0; }
.hero__bg {
  position: absolute; inset: 0;
  background: url("assets/images/hero-main.jpg?v=brand9") 78% 42%/cover no-repeat;
}
.hero-video { display: none; }
.hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.18) 32%, transparent 52%);
}
.hero .container { position: relative; z-index: 3; padding-bottom: 56px; padding-top: 160px; width: 100%; }
.hero-copy .eyebrow {
  display: inline-block; font-weight: 500; font-size: 11px; letter-spacing: .18em;
  color: var(--craft); border: 1px solid rgba(47,143,91,.35); padding: 6px 14px; border-radius: 999px;
  background: #fff;
}
.hero h1 { font-size: clamp(32px, 5.2vw, 58px); font-weight: 700; line-height: 1.22; margin-top: 18px; letter-spacing: .01em; }
.hero h1 .hl { display: block; overflow: visible; }
.hero h1 .hl span { display: inline-block; white-space: nowrap; }
.hero-en { margin-top: 10px; font-size: clamp(14px, 2vw, 20px); color: var(--craft); font-weight: 500; }
.hero-sub { margin-top: 14px; font-size: clamp(13px, 1.6vw, 16px); color: #3d4740; font-weight: 400; max-width: 34em; text-shadow: 0 1px 10px rgba(255,255,255,.9); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-cta {
  display: inline-block; background: var(--cta); color: #fff; font-weight: 500;
  padding: 14px 28px; border-radius: 999px; font-size: 14px; transition: transform .2s, background .2s;
}
.hero-cta:hover { background: var(--cta-dark); transform: translateY(-2px); }
.hero-cta--ghost { background: #fff; border: 1.5px solid var(--craft); color: var(--craft); }
.hero-cta--ghost:hover { background: var(--craft); color: #fff; }
.hero-domains { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 40px; }
.hero-domains li {
  background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95);
  backdrop-filter: blur(8px); border-radius: 14px; padding: 12px 16px;
  font-family: var(--font-en); font-weight: 500; font-size: 18px; letter-spacing: .06em;
  cursor: pointer; transition: background .2s, border-color .2s, color .2s;
  box-shadow: 0 8px 24px rgba(24,48,32,.06);
}
.hero-domains li:hover { background: var(--craft); border-color: var(--craft); color: #fff; }
.hero-domains li i { display: block; font-style: normal; font-family: var(--font); font-size: 11px; font-weight: 400; color: #5a635c; }
.hero-domains li:hover i { color: #fff; }
@media (max-width: 760px) {
  .hero { min-height: 86svh; }
  .hero-domains { grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
  .hero .container { padding-bottom: 40px; padding-top: 120px; }
}

/* ============================================================
   SECTION COMMON
============================================================ */
.lp-sec { padding: 88px 0; }
.lp-sec--dark { background: var(--ink); color: #fff; }
.lp-sec--soft { background: var(--soft); }
.sec-label { font-family: var(--font-en); color: var(--craft); font-weight: 600; letter-spacing: .22em; font-size: 13px; text-transform: uppercase; }
.sec-title { font-size: clamp(26px, 4vw, 44px); font-weight: 500; line-height: 1.35; margin-top: 10px; letter-spacing: .04em; }
.sec-lead { margin-top: 16px; color: var(--muted); font-size: 15px; max-width: 720px; }
.lp-sec--dark .sec-lead { color: #a8a8b2; }
.sec-head { margin-bottom: 40px; }
.sec-head--row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.link-more { font-weight: 900; font-size: 14px; border-bottom: 2px solid var(--craft); padding-bottom: 2px; transition: color .2s; white-space: nowrap; }
.link-more:hover { color: var(--craft); }
.rv { will-change: transform, opacity; }
@media (max-width: 760px) { .lp-sec { padding: 60px 0; } }

/* ============================================================
   STOCK (在庫)
============================================================ */
.stock-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.stock-filter button {
  padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 13px;
  background: #fff; border: 1.5px solid var(--line); transition: all .2s;
}
.stock-filter button:hover { border-color: var(--craft); color: var(--craft); }
.stock-filter button.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.stock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .stock-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .stock-grid { grid-template-columns: 1fr; } }

.stock-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; cursor: pointer; transition: box-shadow .25s, transform .25s;
  text-align: left; width: 100%; display: block;
}
.stock-card:hover { box-shadow: 0 14px 44px rgba(16,16,19,.13); transform: translateY(-3px); }
.stock-card.is-sold { opacity: .75; }
.sc-img { position: relative; aspect-ratio: 4/3; background: var(--soft); overflow: hidden; }
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.stock-card:hover .sc-img img { transform: scale(1.05); }
.sc-status {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 5px 13px; border-radius: 999px; font-weight: 900; font-size: 11px; letter-spacing: .08em; color: #fff;
}
.sc-status--available { background: var(--green); }
.sc-status--negotiating { background: var(--yellow); }
.sc-status--sold { background: var(--gray); }
.sc-badge-stack { position: absolute; top: 12px; right: 12px; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.sc-quick { background: var(--craft); color: #fff; font-size: 11px; font-weight: 900; padding: 5px 11px; border-radius: 999px; }
.sc-new { background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; padding: 5px 11px; border-radius: 999px; letter-spacing: .04em; }
.sc-body { padding: 16px 18px 18px; }
.sc-type { font-size: 11px; font-weight: 700; color: var(--muted); }
.sc-name { font-size: 16.5px; font-weight: 900; margin-top: 2px; line-height: 1.4; }
.sc-price { margin-top: 8px; font-size: 24px; font-weight: 900; color: var(--craft); }
.sc-price small { font-size: 12px; color: var(--muted); font-weight: 700; margin-left: 4px; }
.sc-loan { margin-top: 2px; font-size: 12px; font-weight: 700; color: #55555e; }
.sc-loan b { color: var(--craft-dark, #c26f1c); font-weight: 900; }
.sc-loan small { font-size: 10.5px; color: var(--muted); margin-left: 4px; font-weight: 600; }
.sm-total { margin-top: 2px; font-size: 14px; font-weight: 800; color: #3c3c44; }
.sm-total b { font-size: 18px; color: #1f1f26; }
.sm-total small { font-size: 11px; color: var(--muted); margin-left: 6px; font-weight: 700; }
.sm-goo { text-align: center; margin-top: 10px; font-size: 12px; font-weight: 700; }
.sm-goo a { color: #55555e; text-decoration: underline; text-underline-offset: 3px; }
.sm-goo a:hover { color: var(--craft-dark, #c26f1c); }
.sc-specs { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; font-size: 12px; }
.sc-specs div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--soft); padding-bottom: 3px; }
.sc-specs dt { color: var(--muted); font-weight: 700; }
.sc-specs dd { font-weight: 900; }
.stock-empty { padding: 48px 20px; text-align: center; color: var(--muted); font-weight: 700; background: #fff; border-radius: var(--radius); }
.stock-note { margin-top: 26px; font-size: 12.5px; color: var(--muted); }

/* ---------- stock modal ---------- */
.stock-modal {
  position: fixed; inset: 0; z-index: 1200; display: none;
  background: rgba(10,10,14,.82); backdrop-filter: blur(6px);
  padding: 24px; overflow-y: auto;
}
.stock-modal.is-open { display: block; }
.sm-panel {
  max-width: 1080px; margin: 0 auto; background: #fff; border-radius: 22px; overflow: hidden;
  position: relative;
}
.sm-close {
  position: sticky; top: 0; margin-left: auto; display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 0 0 0 14px; background: var(--ink); color: #fff;
  font-size: 20px; z-index: 5; float: right;
}
.sm-close:hover { background: var(--craft); }
.sm-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; padding: 28px; }
@media (max-width: 860px) { .sm-grid { grid-template-columns: 1fr; padding: 20px; } }
.sm-gallery-main { position: relative; aspect-ratio: 4/3; border-radius: 14px; overflow: hidden; background: var(--soft); }
.sm-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.sm-gal-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.9);
  font-size: 20px; font-weight: 900; transition: background .2s;
}
.sm-gal-nav:hover { background: var(--craft); color: #fff; }
.sm-gal-prev { left: 10px; } .sm-gal-next { right: 10px; }
.sm-gal-count { position: absolute; bottom: 10px; right: 10px; background: rgba(10,10,14,.7); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.sm-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 8px; }
.sm-thumbs button { aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; border: 2px solid transparent; padding: 0; }
.sm-thumbs button.is-on { border-color: var(--craft); }
.sm-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.sm-title { font-size: 26px; font-weight: 900; line-height: 1.35; }
.sm-sub { color: var(--muted); font-size: 13px; font-weight: 700; margin-top: 4px; }
.sm-price { font-size: 38px; font-weight: 900; color: var(--craft); margin-top: 10px; }
.sm-price small { font-size: 14px; color: var(--muted); margin-left: 6px; font-weight: 700; }
.sm-price.is-sold { color: var(--gray); text-decoration: line-through; }
.sm-badges { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.sm-desc { margin-top: 16px; font-size: 14px; color: #3c3c44; }
.sm-cta { margin-top: 20px; background: var(--craft-pale); border: 1px solid rgba(224,134,45,.35); border-radius: 14px; padding: 16px; }
.sm-cta p { font-size: 12.5px; font-weight: 900; color: var(--craft-dark); }
.sm-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.sm-cta-row a {
  text-align: center; font-weight: 900; font-size: 13.5px; padding: 13px 8px; border-radius: 999px; color: #fff;
}
.sm-cta-row .cta-line { background: var(--line-green); }
.sm-cta-row .cta-est { background: var(--craft); }
.sm-cta-row .cta-visit { grid-column: 1 / -1; background: transparent; border: 2px solid var(--craft); color: var(--craft-dark); }
.sm-cta-row a:hover { opacity: .88; }
.sm-sold-box { margin-top: 20px; background: var(--soft); border-radius: 14px; padding: 18px; }
.sm-sold-box p { font-weight: 900; }
.sm-sold-box .sm-cta-row a { background: var(--ink); }
.sm-spec-wrap { padding: 0 28px 28px; }
@media (max-width: 860px) { .sm-spec-wrap { padding: 0 20px 20px; } }
.sm-spec-wrap h3 { font-size: 18px; font-weight: 900; margin-bottom: 10px; }
.sm-spec-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.sm-spec-table th { text-align: left; padding: 9px 12px 9px 0; width: 120px; color: var(--muted); font-weight: 700; border-bottom: 1px solid var(--soft); vertical-align: top; }
.sm-spec-table td { padding: 9px 0; font-weight: 900; border-bottom: 1px solid var(--soft); }
.sm-note { margin-top: 12px; font-size: 11.5px; color: var(--muted); }

/* ============================================================
   LINEUP
============================================================ */
.lineup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 860px) { .lineup-grid { grid-template-columns: 1fr; } }
.lineup-card {
  position: relative; border-radius: var(--radius); overflow: hidden; color: #fff;
  background: var(--ink-2); min-height: 340px; display: flex; align-items: flex-end;
}
.lineup-card .lc-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .68; transition: transform .5s, opacity .3s; }
.lineup-card:hover .lc-bg { transform: scale(1.05); opacity: .5; }
.lineup-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,12,.94), rgba(10,10,12,.05) 65%); }
.lc-body { position: relative; z-index: 2; padding: 24px; width: 100%; }
.lc-en { font-family: var(--font-en); color: var(--craft); font-weight: 600; letter-spacing: .16em; font-size: 12px; text-transform: uppercase; }
.lc-name { font-size: 24px; font-weight: 900; margin-top: 2px; }
.lc-catch { font-size: 13px; color: #d8d8dd; margin-top: 4px; }
.lc-meta { display: flex; gap: 22px; margin-top: 12px; flex-wrap: wrap; }
.lc-meta div span { display: block; font-size: 10.5px; color: #a8a8b2; font-weight: 700; }
.lc-meta div b { font-size: 17px; font-weight: 900; color: #fff; }
.lc-meta div b.is-craft { color: var(--craft); }
.lc-detail { margin-top: 14px; display: inline-block; font-size: 13px; font-weight: 900; border-bottom: 2px solid var(--craft); padding-bottom: 2px; }
.lc-equip { position: relative; z-index: 2; }
.lc-equip summary { cursor: pointer; font-size: 12px; font-weight: 900; color: var(--craft); list-style: none; margin-top: 10px; }
.lc-equip summary::before { content: "▸ "; }
.lc-equip[open] summary::before { content: "▾ "; }
.lc-equip ul { margin-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; font-size: 11.5px; color: #d8d8dd; }
.lc-equip li::before { content: "✓ "; color: var(--craft); font-weight: 900; }

/* ============================================================
   COMPARE
============================================================ */
.compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -20px; padding: 0 20px; }
.compare-table { width: 100%; min-width: 880px; border-collapse: collapse; background: #fff; font-size: 13px; }
.compare-table thead th { background: var(--ink); color: #fff; padding: 14px 10px; }
.compare-table thead th .en { display: block; color: var(--craft); font-size: 10px; letter-spacing: .18em; }
.compare-table thead th b { font-size: 15px; }
.compare-table tbody th { text-align: left; padding: 11px 12px; font-size: 12px; color: var(--muted); background: #fff; width: 128px; position: sticky; left: 0; }
.compare-table tbody tr:nth-child(even) th, .compare-table tbody tr:nth-child(even) td { background: var(--soft); }
.compare-table tbody td { padding: 11px 10px; text-align: center; font-weight: 900; border-left: 1px solid var(--line); }
.compare-table .mk-best { color: var(--craft); font-size: 19px; }
.compare-table .mk-ok { color: #55555e; font-size: 17px; }
.compare-table .mk-tri { color: var(--gray); font-size: 17px; }
.compare-note { margin-top: 12px; font-size: 11.5px; color: var(--muted); }

/* ============================================================
   REASON
============================================================ */
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink-3); border-radius: var(--radius); overflow: hidden; }
@media (max-width: 980px) { .reason-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .reason-grid { grid-template-columns: 1fr; } }
.reason-cell { background: var(--ink-2); padding: 26px 22px; transition: background .25s; }
.reason-cell:hover { background: var(--ink-3); }
.reason-cell .no { font-family: var(--font-en); color: var(--craft); font-size: 30px; font-weight: 700; }
.reason-cell h3 { font-size: 16.5px; font-weight: 900; margin-top: 8px; color: #fff; }
.reason-cell p { font-size: 12.5px; color: #a8a8b2; margin-top: 8px; line-height: 1.8; }
.kz-nums { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; }
@media (max-width: 760px) { .kz-nums { grid-template-columns: repeat(2, 1fr); } }
.num-cell { border: 1px solid var(--ink-3); border-radius: 14px; text-align: center; padding: 24px 8px; }
.num-cell b { font-family: var(--font-en); font-size: clamp(26px, 3.4vw, 40px); color: var(--craft); font-weight: 700; letter-spacing: .04em; }
.num-cell span { display: block; font-size: 11.5px; color: #a8a8b2; font-weight: 700; margin-top: 4px; }

/* ============================================================
   SHUTTER / PERMIT 共通
============================================================ */
.duo-table { width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; }
.duo-table th, .duo-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.duo-table thead th { border-bottom: none; }
.duo-table thead .col-a { background: var(--craft); color: #fff; border-radius: 10px 10px 0 0; }
.duo-table thead .col-b { background: #d3d3da; color: var(--ink); border-radius: 10px 10px 0 0; }
.duo-table tbody th { width: 130px; font-size: 12px; color: var(--muted); }
.duo-table tbody td:first-of-type { font-weight: 900; }
.duo-table tbody td:last-of-type { color: #55555e; }
.check-list { display: grid; gap: 10px; }
.check-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.check-item h4 { font-size: 15px; font-weight: 900; }
.check-item h4::before { content: "✓ "; color: var(--craft); }
.check-item p { font-size: 13px; color: #55555e; margin-top: 4px; }
.tank-table { width: 100%; border-collapse: collapse; text-align: center; font-size: 13.5px; background: #fff; }
.tank-table thead th { background: var(--ink); color: #fff; padding: 12px; }
.tank-table td, .tank-table tbody th { padding: 12px; border-bottom: 1px solid var(--line); }
.tank-table .t-type { font-weight: 900; font-size: 16px; }
.tank-table .is-craft { color: var(--craft); }
.tank-table td.t-desc { text-align: left; color: #55555e; }
.step-list { position: relative; margin-left: 10px; padding-left: 26px; border-left: 2px solid rgba(224,134,45,.35); display: grid; gap: 22px; }
.step-item { position: relative; }
.step-item::before { content: ""; position: absolute; left: -35px; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--craft); }
.step-item .st-no { font-family: var(--font-en); color: var(--craft); font-weight: 700; letter-spacing: .1em; font-size: 13px; }
.step-item h4 { font-size: 17px; font-weight: 900; margin-top: 2px; }
.step-item p { font-size: 13.5px; color: #55555e; margin-top: 6px; }
.step-item .st-point { display: inline-block; margin-top: 8px; background: var(--craft-pale); color: var(--craft-dark); font-size: 12px; font-weight: 900; padding: 6px 12px; border-radius: 10px; }
.note-box { background: var(--craft-pale); border: 1px solid rgba(224,134,45,.35); border-radius: 14px; padding: 14px 18px; font-size: 13px; font-weight: 900; color: var(--craft-dark); }

.split-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
@media (max-width: 860px) { .split-2 { grid-template-columns: 1fr; } }

/* ============================================================
   EQUIPMENT / OPTIONS
============================================================ */
.eq-tabs { display: flex; gap: 8px; margin-bottom: 26px; flex-wrap: wrap; }
.eq-tabs button { padding: 12px 26px; border-radius: 999px; font-weight: 900; font-size: 14px; background: #fff; border: 1.5px solid var(--line); }
.eq-tabs button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.eq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 980px) { .eq-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .eq-grid { grid-template-columns: 1fr; } }
.eq-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.eq-card h4 { font-size: 14.5px; font-weight: 900; }
.eq-card h4::before { content: "✓ "; color: var(--craft); }
.eq-card .eq-note { font-size: 11px; color: var(--craft); font-weight: 900; }
.eq-card p { font-size: 12.5px; color: #55555e; margin-top: 5px; }

.opt-cat { margin-top: 34px; }
.opt-cat h3 { font-size: 20px; font-weight: 900; }
.opt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
@media (max-width: 980px) { .opt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .opt-grid { grid-template-columns: 1fr; } }
.opt-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.opt-card .oc-top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.opt-card h4 { font-size: 13.5px; font-weight: 900; line-height: 1.5; }
.opt-card .oc-price { font-size: 15px; font-weight: 900; color: var(--craft); white-space: nowrap; }
.oc-tags { display: flex; gap: 5px; margin-top: 7px; }
.oc-tags span { font-size: 9.5px; font-weight: 900; color: #fff; padding: 2px 8px; border-radius: 5px; }
.oc-tag-t { background: var(--ink); }
.oc-tag-k { background: var(--craft); }
.oc-note { font-size: 11px; color: var(--muted); margin-top: 6px; }

/* ============================================================
   WRAPPING
============================================================ */
.wrap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
@media (max-width: 980px) { .wrap-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .wrap-grid { grid-template-columns: repeat(2, 1fr); } }
.wrap-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.wrap-card .wc-img { aspect-ratio: 4/3; background: var(--soft); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 11px; font-weight: 900; background-size: cover; background-position: center; }
.wrap-card .wc-body { padding: 10px 14px 14px; }
.wrap-card .wc-code { font-family: var(--font-en); font-weight: 700; font-size: 17px; }
.wrap-card .wc-price { font-weight: 900; color: var(--craft); float: right; }
.wrap-card .wc-note { clear: both; font-size: 10.5px; color: var(--muted); margin-top: 5px; line-height: 1.6; }

/* ============================================================
   DIAGNOSIS
============================================================ */
.diag-box { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 22px; padding: 34px; box-shadow: 0 10px 44px rgba(16,16,19,.08); }
@media (max-width: 640px) { .diag-box { padding: 22px; } }
.diag-progress { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; color: var(--muted); }
.diag-progress .bar { flex: 1; height: 6px; background: var(--soft); border-radius: 999px; overflow: hidden; }
.diag-progress .bar i { display: block; height: 100%; background: var(--craft); border-radius: 999px; transition: width .3s; }
.diag-q { font-size: 22px; font-weight: 900; margin-top: 20px; }
.diag-opts { display: grid; gap: 10px; margin-top: 20px; }
.diag-opts button {
  text-align: left; padding: 15px 18px; border-radius: 14px; border: 2px solid var(--line);
  background: #fff; font-weight: 900; font-size: 14px; transition: all .2s;
}
.diag-opts button:hover { border-color: var(--craft); background: var(--craft-pale); }
.diag-back { margin-top: 16px; font-size: 13px; font-weight: 900; color: var(--muted); }
.diag-back:hover { color: var(--craft); }
.diag-result-head { background: var(--ink); color: #fff; border-radius: 16px; text-align: center; padding: 28px 18px; }
.diag-result-head .drh-label { font-size: 12px; color: #a8a8b2; font-weight: 700; }
.diag-result-head .drh-type { font-size: 30px; font-weight: 900; color: var(--craft); margin-top: 6px; }
.diag-reason { background: var(--soft); border-radius: 16px; padding: 20px; margin-top: 14px; font-size: 13.5px; }
.diag-reason h4 { font-weight: 900; font-size: 15px; margin-bottom: 6px; }
.diag-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.diag-meta div { background: #fff; border-radius: 12px; padding: 12px 14px; }
.diag-meta span { font-size: 11px; color: var(--muted); font-weight: 700; display: block; }
.diag-meta b { font-size: 15px; }
.diag-stock { margin-top: 18px; }
.diag-stock h4 { font-weight: 900; margin-bottom: 10px; }
.diag-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.diag-actions .a-main { background: var(--craft); color: #fff; padding: 13px 24px; border-radius: 999px; font-weight: 900; font-size: 14px; }
.diag-actions .a-sub { border: 2px solid var(--line); padding: 13px 24px; border-radius: 999px; font-weight: 900; font-size: 14px; }
.diag-actions .a-sub:hover { border-color: var(--craft); color: var(--craft); }

/* ============================================================
   VOICE
============================================================ */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .voice-grid { grid-template-columns: 1fr; } }
.voice-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.voice-card .vc-img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.voice-card .vc-body { padding: 20px; }
.voice-card .vc-tag { font-size: 11.5px; font-weight: 900; color: var(--craft); }
.voice-card h3 { font-size: 17px; font-weight: 900; margin-top: 4px; }
.voice-card p { font-size: 13px; color: #55555e; margin-top: 8px; }
.voice-card .vc-name { font-size: 11.5px; color: var(--muted); font-weight: 900; margin-top: 10px; }

/* ============================================================
   SUPPORT (パーク・リース・セミナー)
============================================================ */
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .support-grid { grid-template-columns: 1fr; } }
.support-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 250px; display: flex; align-items: flex-end; color: #fff; background: var(--ink-2); }
.support-card .sp-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .6; transition: transform .5s; }
.support-card:hover .sp-bg { transform: scale(1.06); }
.support-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,12,.93), transparent 70%); }
.support-card .sp-body { position: relative; z-index: 2; padding: 20px; }
.support-card .sp-en { font-family: var(--font-en); color: var(--craft); font-size: 11px; letter-spacing: .18em; font-weight: 600; text-transform: uppercase; }
.support-card h3 { font-size: 19px; font-weight: 900; margin-top: 2px; }
.support-card p { font-size: 12.5px; color: #d8d8dd; margin-top: 6px; }

/* ============================================================
   FAQ
============================================================ */
.faq-list { max-width: 860px; display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq-item summary { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; cursor: pointer; font-weight: 900; font-size: 14.5px; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .fq { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--craft); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.faq-item summary .arrow { margin-left: auto; color: var(--muted); transition: transform .25s; }
.faq-item[open] summary .arrow { transform: rotate(180deg); }
.faq-item .fa-body { padding: 0 18px 16px 56px; font-size: 13.5px; color: #55555e; }

/* ============================================================
   COMPANY
============================================================ */
.co-table { width: 100%; max-width: 760px; border-collapse: collapse; font-size: 14px; }
.co-table th { text-align: left; width: 150px; padding: 13px 8px; color: var(--muted); font-weight: 700; border-bottom: 1px solid var(--line); vertical-align: top; }
.co-table td { padding: 13px 8px; font-weight: 700; border-bottom: 1px solid var(--line); }
.co-access { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 860px; }
@media (max-width: 720px) { .co-access { grid-template-columns: 1fr; } }
.co-access div { background: var(--soft); border-radius: 14px; padding: 16px 18px; font-size: 13px; color: #55555e; }
.co-access b { display: block; color: var(--ink); margin-bottom: 4px; }

/* ============================================================
   CONTACT
============================================================ */
.contact-strip { background: var(--ink); color: #fff; padding: 88px 0; }
.contact-strip h2 { font-size: clamp(26px, 4vw, 42px); font-weight: 900; }
.ct-lead { color: #a8a8b2; margin-top: 12px; font-size: 14.5px; }
.ct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 36px; }
@media (max-width: 860px) { .ct-grid { grid-template-columns: 1fr; } }
.ct-ways { display: grid; gap: 12px; }
.ct-way { display: flex; align-items: center; gap: 16px; background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 16px; padding: 18px 20px; transition: border-color .2s, background .2s; }
.ct-way:hover { border-color: var(--craft); background: var(--ink-3); }
.ct-way .ci { font-size: 26px; }
.ct-way .cw-label { font-size: 11px; color: #a8a8b2; font-weight: 700; display: block; }
.ct-way .cw-main { font-size: 19px; font-weight: 900; }
.ct-way .cw-main.is-line { color: var(--line-green); }
.ct-way img { width: 64px; height: 64px; border-radius: 10px; background: #fff; padding: 4px; margin-left: auto; }
.ct-form { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 16px; padding: 22px; }
.ct-form label { font-size: 12px; font-weight: 900; color: #a8a8b2; display: block; margin-top: 14px; }
.ct-form input, .ct-form textarea {
  width: 100%; margin-top: 6px; background: var(--ink); color: #fff; border: 1.5px solid var(--ink-3);
  border-radius: 12px; padding: 12px 14px; font-family: inherit; font-size: 14px;
}
.ct-form input:focus, .ct-form textarea:focus { outline: none; border-color: var(--craft); }
.ct-form textarea { min-height: 110px; resize: vertical; }
.ct-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.ct-cats button { padding: 9px 16px; border-radius: 999px; font-size: 12.5px; font-weight: 900; border: 1.5px solid var(--ink-3); color: #d8d8dd; }
.ct-cats button.is-on { background: var(--craft); border-color: var(--craft); color: #fff; }
.ct-submit { width: 100%; margin-top: 18px; background: var(--craft); color: #fff; font-weight: 900; font-size: 16px; padding: 15px; border-radius: 12px; transition: background .2s; }
.ct-submit:hover { background: var(--craft-dark); }
.ct-form .ct-hint { font-size: 11px; color: #83838c; margin-top: 10px; font-weight: 500; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer { background: #0a0a0c; color: #a8a8b2; padding: 56px 0 90px; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { height: 34px; filter: brightness(0) invert(1); }
.footer-brand .fb-en { font-family: var(--font-en); font-size: 10px; letter-spacing: .22em; color: #6b6b74; margin-top: 8px; text-transform: uppercase; }
.footer-brand p { margin-top: 12px; font-size: 12px; }
.footer-title { color: #fff; font-weight: 900; font-size: 13px; margin-bottom: 10px; }
.footer-nav li { margin-bottom: 7px; }
.footer-nav a { font-size: 12px; transition: color .2s; }
.footer-nav a:hover { color: var(--craft); }
.footer-bottom { border-top: 1px solid #1d1d22; margin-top: 40px; padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 11.5px; color: #6b6b74; }

/* ---------- floating CTA ---------- */
.lp-float { position: fixed; right: 18px; bottom: 18px; z-index: 800; display: flex; flex-direction: column; gap: 8px; }
.lp-float a { text-align: center; font-weight: 900; font-size: 13px; padding: 13px 22px; border-radius: 999px; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.lp-float .f-contact { background: var(--cta); }
.lp-float .f-tel { background: var(--ink); }
.lp-float .f-line { background: var(--line-green); }
.lp-float a:hover { opacity: .9; }
@media (max-width: 760px) {
  .lp-float { left: 0; right: 0; bottom: 0; flex-direction: row; gap: 0; }
  .lp-float a { flex: 1; border-radius: 0; padding: 15px 4px; font-size: 12.5px; box-shadow: none; }
  body { padding-bottom: 50px; }
}

/* ============================================================
   STOCK ADMIN (編集モード時の在庫管理パネル)
============================================================ */
#cbStockAdminBtn {
  display: none; position: fixed; left: 18px; bottom: 74px; z-index: 9998;
  background: #1a9e55; color: #fff; font-weight: 900; font-size: 13px;
  padding: 12px 18px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.3);
}
body.dp-edit-active #cbStockAdminBtn { display: block; }
.cb-admin-overlay {
  position: fixed; inset: 0; z-index: 100002; background: rgba(10,15,24,.85);
  display: none; align-items: flex-start; justify-content: center; padding: 30px 16px; overflow-y: auto;
}
.cb-admin-overlay.is-open { display: flex; }
.cb-admin {
  width: min(860px, 100%); background: #fff; border-radius: 18px; padding: 24px;
}
.cb-admin h3 { font-size: 18px; font-weight: 900; }
.cb-admin .ca-sub { font-size: 12px; color: var(--muted); margin-top: 4px; }
.cb-admin-list { margin-top: 16px; display: grid; gap: 8px; max-height: 40vh; overflow-y: auto; }
.cb-admin-row { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 8px 12px; font-size: 13px; }
.cb-admin-row img { width: 64px; height: 48px; object-fit: cover; border-radius: 8px; }
.cb-admin-row .car-name { font-weight: 900; flex: 1; min-width: 0; }
.cb-admin-row .car-name small { display: block; color: var(--muted); font-weight: 700; }
.cb-admin-row button { font-size: 12px; font-weight: 900; padding: 7px 14px; border-radius: 999px; }
.cb-admin-row .b-edit { background: var(--ink); color: #fff; }
.cb-admin-row .b-del { border: 1px solid var(--line); color: #d33; }
.cb-admin-form { margin-top: 14px; border-top: 2px solid var(--soft); padding-top: 14px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
@media (max-width: 720px) { .cb-admin-form { grid-template-columns: 1fr 1fr; } }
.cb-admin-form label { font-size: 11px; font-weight: 900; color: var(--muted); display: block; }
.cb-admin-form input, .cb-admin-form select, .cb-admin-form textarea {
  width: 100%; margin-top: 4px; border: 1.5px solid var(--line); border-radius: 10px; padding: 9px 10px; font-size: 13px; font-family: inherit;
}
.cb-admin-form .span2 { grid-column: span 2; }
.cb-admin-form .span3 { grid-column: 1 / -1; }
.cb-admin-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.cb-admin-actions button { font-weight: 900; padding: 12px 22px; border-radius: 12px; font-size: 14px; }
.cb-admin-actions .a-save { background: var(--craft); color: #fff; }
.cb-admin-actions .a-new { background: var(--green); color: #fff; }
.cb-admin-actions .a-close { border: 1.5px solid var(--line); }
.cb-admin-hint { margin-top: 12px; font-size: 11.5px; color: var(--muted); background: var(--soft); border-radius: 10px; padding: 10px 14px; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ============================================================
   KEI PACKAGE (軽キッチンカー 新車完成パッケージ)
============================================================ */
.kp-wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center; }
@media (max-width: 900px) { .kp-wrap { grid-template-columns: 1fr; gap: 22px; } }
.kp-media { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--soft); }
.kp-media img { width: 100%; height: 100%; object-fit: cover; }
.kp-badge {
  position: absolute; top: 14px; left: 14px; background: var(--craft); color: #fff;
  font-weight: 900; font-size: 12px; padding: 7px 15px; border-radius: 999px; letter-spacing: .04em;
}
.kp-catch { font-size: clamp(22px, 3.2vw, 34px); font-weight: 900; line-height: 1.35; }
.kp-lead { margin-top: 12px; font-size: 14.5px; color: #55555e; }
.kp-price { margin-top: 20px; background: var(--ink); color: #fff; border-radius: 16px; padding: 20px 24px; }
.kp-price .kpp-label { font-size: 11.5px; color: #a8a8b2; font-weight: 700; }
.kp-price .kpp-main { font-family: var(--font-en); font-size: clamp(34px, 5vw, 52px); font-weight: 700; color: var(--craft); line-height: 1.1; letter-spacing: .02em; }
.kp-price .kpp-main span { font-family: var(--font); font-size: 16px; font-weight: 900; margin-left: 4px; }
.kp-price .kpp-sub { margin-top: 4px; font-size: 14px; font-weight: 700; color: #d8d8dd; }
.kp-price .kpp-note { margin-top: 8px; font-size: 11px; color: #83838c; }
.kp-includes { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 560px) { .kp-includes { grid-template-columns: 1fr; } }
.kp-includes li { background: var(--soft); border-radius: 10px; padding: 10px 14px; font-size: 12.5px; font-weight: 900; }
.kp-includes li::before { content: "\2713  "; color: var(--craft); }
.kp-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.kp-cta a { font-weight: 900; font-size: 14px; padding: 14px 26px; border-radius: 999px; }
.kp-cta .a-sim { background: var(--craft); color: #fff; }
.kp-cta .a-loan { background: var(--ink); color: #fff; }
.kp-cta .a-ask { border: 2px solid var(--line); }
.kp-cta a:hover { opacity: .9; }

/* ============================================================
   FACTORY (BUILT BY CRAFTBASE)
============================================================ */
.fac-hero { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
@media (max-width: 760px) { .fac-hero { grid-template-columns: 1fr 1fr; } }
.fac-hero .fac-shot.is-lead { grid-column: span 2; grid-row: span 2; }
@media (max-width: 760px) { .fac-hero .fac-shot.is-lead { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; } }
.fac-shot { position: relative; border-radius: 14px; overflow: hidden; background: var(--ink-3); aspect-ratio: 4/3; }
.fac-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.fac-shot:hover img { transform: scale(1.05); }
.fac-shot .fac-cap {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 12px 14px;
  background: linear-gradient(to top, rgba(8,8,10,.9), transparent);
  color: #fff; font-size: 12px; font-weight: 900;
}
.fac-shot .fac-cap i { display: block; font-style: normal; font-family: var(--font-en); font-size: 10px; letter-spacing: .16em; color: var(--craft); }
.fac-shot.is-missing { display: none; }
.fac-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
@media (max-width: 980px) { .fac-steps { grid-template-columns: repeat(2, 1fr); } }
.fac-step { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: 14px; padding: 18px; }
.fac-step .fs-no { font-family: var(--font-en); color: var(--craft); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.fac-step h4 { color: #fff; font-size: 15px; font-weight: 900; margin-top: 4px; }
.fac-step p { color: #a8a8b2; font-size: 12px; margin-top: 6px; line-height: 1.75; }
.fac-empty { background: var(--ink-2); border: 1px dashed var(--ink-3); border-radius: 14px; padding: 26px; text-align: center; color: #83838c; font-size: 12.5px; font-weight: 700; }

/* ============================================================
   SIMULATOR
============================================================ */
.sim-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
@media (max-width: 700px) { .sim-types { grid-template-columns: 1fr 1fr; } }
.sim-types button {
  border: 2px solid var(--line); background: #fff; border-radius: 14px; padding: 14px 10px; text-align: center; transition: all .2s;
}
.sim-types button b { display: block; font-family: var(--font-en); font-size: 19px; font-weight: 700; }
.sim-types button span { display: block; font-size: 11px; color: var(--muted); font-weight: 700; margin-top: 2px; }
.sim-types button.is-on { border-color: var(--craft); background: var(--craft-pale); }
.sim-types button.is-on span { color: var(--craft-dark); }
.sim-body { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; margin-top: 24px; align-items: start; }
@media (max-width: 900px) { .sim-body { grid-template-columns: 1fr; } }
.sim-optcat { margin-bottom: 18px; }
.sim-optcat h4 { font-size: 14px; font-weight: 900; margin-bottom: 8px; }
.sim-optlist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 620px) { .sim-optlist { grid-template-columns: 1fr; } }
.sim-opt {
  display: flex; align-items: flex-start; gap: 10px; border: 1.5px solid var(--line); background: #fff;
  border-radius: 12px; padding: 11px 13px; cursor: pointer; transition: all .18s; font-size: 13px;
}
.sim-opt:hover { border-color: var(--craft); }
.sim-opt.is-on { border-color: var(--craft); background: var(--craft-pale); }
.sim-opt input { width: 17px; height: 17px; accent-color: var(--craft); margin-top: 1px; flex-shrink: 0; }
.sim-opt .so-name { font-weight: 900; line-height: 1.5; }
.sim-opt .so-price { display: block; font-size: 12px; color: var(--craft-dark); font-weight: 900; margin-top: 2px; }
.sim-panel { position: sticky; top: 88px; background: var(--ink); color: #fff; border-radius: 18px; padding: 22px; }
@media (max-width: 900px) { .sim-panel { position: static; } }
.sim-panel .sp-img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; background: var(--ink-3); margin-bottom: 16px; }
.sim-panel .sp-img img { width: 100%; height: 100%; object-fit: cover; }
.sim-row { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--ink-3); font-size: 13px; }
.sim-row span { color: #a8a8b2; font-weight: 700; }
.sim-row b { font-weight: 900; font-size: 15px; }
.sim-row.is-total { border-bottom: none; padding-top: 14px; }
.sim-row.is-total span { color: #fff; font-size: 14px; font-weight: 900; }
.sim-row.is-total b { font-family: var(--font-en); font-size: 30px; color: var(--craft); letter-spacing: .02em; }
.sim-selected { margin-top: 10px; font-size: 11.5px; color: #a8a8b2; line-height: 1.8; max-height: 120px; overflow-y: auto; }
.sim-actions { display: grid; gap: 8px; margin-top: 16px; }
.sim-actions a, .sim-actions button { text-align: center; font-weight: 900; font-size: 13.5px; padding: 13px; border-radius: 999px; }
.sim-actions .a-loan { background: #fff; color: var(--ink); }
.sim-actions .a-est { background: var(--craft); color: #fff; }
.sim-actions .a-line { background: var(--line-green); color: #fff; }
.sim-actions .a-reset { background: transparent; border: 1.5px solid var(--ink-3); color: #a8a8b2; }
.sim-actions a:hover, .sim-actions button:hover { opacity: .9; }
.sim-note { margin-top: 12px; font-size: 11px; color: #83838c; line-height: 1.7; }

/* ============================================================
   LOAN SIMULATOR
============================================================ */
.loan-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 900px) { .loan-wrap { grid-template-columns: 1fr; } }
.loan-form { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.loan-field { margin-bottom: 14px; }
.loan-field label { font-size: 12px; font-weight: 900; color: var(--muted); display: block; margin-bottom: 5px; }
.loan-field input[type="number"] {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: inherit; font-weight: 900;
}
.loan-field input:focus { outline: none; border-color: var(--craft); }
.loan-terms { display: flex; flex-wrap: wrap; gap: 6px; }
.loan-terms button { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 16px; font-size: 13px; font-weight: 900; }
.loan-terms button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.loan-bonus-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.loan-check { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 900; margin-bottom: 10px; }
.loan-check input { width: 17px; height: 17px; accent-color: var(--craft); }
.loan-result { background: var(--ink); color: #fff; border-radius: 18px; padding: 24px; }
.loan-result .lr-label { font-size: 12px; color: #a8a8b2; font-weight: 700; }
.loan-result .lr-main { font-family: var(--font-en); font-size: clamp(38px, 6vw, 58px); font-weight: 700; color: var(--craft); line-height: 1.1; }
.loan-result .lr-main small { font-family: var(--font); font-size: 16px; font-weight: 900; color: #fff; margin-left: 4px; }
.loan-detail { margin-top: 18px; display: grid; gap: 0; }
.loan-detail div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--ink-3); font-size: 13px; }
.loan-detail span { color: #a8a8b2; font-weight: 700; }
.loan-detail b { font-weight: 900; }
.loan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
.loan-actions a { text-align: center; font-weight: 900; font-size: 13.5px; padding: 13px 8px; border-radius: 999px; }
.loan-actions .a-est { background: var(--craft); color: #fff; }
.loan-actions .a-line { background: var(--line-green); color: #fff; }
.loan-disclaimer { margin-top: 14px; font-size: 11px; color: #83838c; line-height: 1.75; }

/* ============================================================
   HERO USP / REASON USP / 千葉市認定バッジ
============================================================ */
.hero-usp { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.hero-usp li {
  font-size: 12px; font-weight: 500; color: var(--ink); letter-spacing: .02em;
  background: #fff; border-radius: 999px; padding: 7px 15px 7px 10px;
  box-shadow: 0 4px 16px rgba(24,48,32,.08); display: flex; align-items: center; gap: 8px;
}
.hero-usp li::before {
  content: ""; width: 22px; height: 22px; border-radius: 50%; background: var(--craft);
  flex-shrink: 0;
}
.hero-usp li:nth-child(2), .hero-usp li:nth-child(3) {
  background: #fff; border: 0;
}
@media (max-width: 560px) { .hero-usp li { font-size: 11px; padding: 6px 12px; } }

.reason-cell.is-usp { background: var(--ink-3); }
.reason-cell.is-usp:hover { background: #2f2f36; }
.reason-cell.is-usp h3 { color: var(--craft); }

.cert-block {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius);
  padding: 26px; margin-top: 34px;
}
@media (max-width: 860px) { .cert-block { grid-template-columns: 1fr; gap: 16px; } }
.cert-badge {
  width: 132px; height: 132px; border-radius: 50%; border: 3px solid var(--craft);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  flex-shrink: 0;
}
@media (max-width: 860px) { .cert-badge { width: 108px; height: 108px; } }
.cert-badge .cb-year { font-family: var(--font-en); font-size: 30px; font-weight: 700; color: var(--craft); line-height: 1; }
.cert-badge .cb-city { font-family: var(--font-en); font-size: 10px; letter-spacing: .14em; color: #d8d8dd; margin-top: 3px; }
.cert-badge .cb-label { font-size: 13px; font-weight: 900; color: #fff; margin-top: 4px; }
.cert-body h3 { color: #fff; font-size: 20px; font-weight: 900; }
.cert-body p { color: #a8a8b2; font-size: 13px; margin-top: 8px; }
.cert-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 12px; }
.cert-meta div { font-size: 12px; }
.cert-meta dt { color: #6b6b74; font-weight: 700; display: inline; }
.cert-meta dd { color: #d8d8dd; font-weight: 900; display: inline; margin-left: 6px; }
.cert-logo {
  width: 130px; height: 90px; border: 1px dashed var(--ink-3); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #6b6b74; font-size: 10px; font-weight: 900; background-size: cover; background-position: center; flex-shrink: 0;
}

/* ============================================================
   KEI PACKAGE — PAINT ブロック
============================================================ */
.kp-paint { margin-top: 16px; border: 1.5px solid var(--craft); border-radius: 14px; padding: 14px 18px; background: var(--craft-pale); }
.kpp-paint-title { font-family: var(--font-en); font-size: 11px; letter-spacing: .16em; color: var(--craft-dark); font-weight: 600; }
.kp-paint-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
@media (max-width: 560px) { .kp-paint-row { grid-template-columns: 1fr; } }
.kp-paint-row b { display: block; font-size: 14px; font-weight: 900; }
.kp-paint-row span { display: block; font-size: 11.5px; color: #55555e; font-weight: 700; margin-top: 2px; }

/* ============================================================
   SUS304 SINK
============================================================ */
.sink-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
@media (max-width: 900px) { .sink-wrap { grid-template-columns: 1fr; gap: 22px; } }
.sink-media {
  aspect-ratio: 4/3; border-radius: var(--radius); background: #e9e9ee;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 12px; font-weight: 900; background-size: cover; background-position: center;
}
.sink-spec { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sink-spec div { background: var(--ink); color: #fff; border-radius: 14px; padding: 16px 14px; text-align: center; }
.sink-spec span { display: block; font-size: 10.5px; color: #a8a8b2; font-weight: 700; }
.sink-spec b { display: block; font-family: var(--font-en); font-size: clamp(18px, 2.6vw, 26px); font-weight: 700; color: var(--craft); margin-top: 2px; letter-spacing: .02em; }
.sink-spec i { display: block; font-style: normal; font-family: var(--font); font-size: 10.5px; color: #d8d8dd; font-weight: 700; }
.sink-points { margin-top: 16px; display: grid; gap: 8px; }
.sink-points li { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; font-size: 13px; color: #55555e; }
.sink-points b { display: inline-block; min-width: 62px; font-weight: 900; color: var(--ink); }
.sink-points b::before { content: "✓ "; color: var(--craft); }
.sink-note { margin-top: 14px; font-size: 13px; font-weight: 900; color: var(--craft-dark); }

/* ============================================================
   1.5t KITCHEN CAR
============================================================ */
.t15-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 900px) { .t15-grid { grid-template-columns: 1fr; } }
.t15-license { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 28px; }
.t15-badge {
  display: inline-block; background: var(--craft); color: #fff; font-weight: 900;
  font-size: 13px; padding: 8px 18px; border-radius: 999px; letter-spacing: .04em;
}
.t15-license h3 { font-size: clamp(20px, 2.8vw, 28px); font-weight: 900; margin-top: 12px; }
.t15-license p { font-size: 13.5px; color: #a8a8b2; margin-top: 10px; }
.t15-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
@media (max-width: 560px) { .t15-meta { grid-template-columns: 1fr; } }
.t15-meta div { border: 1px solid var(--ink-3); border-radius: 12px; padding: 12px; }
.t15-meta span { display: block; font-size: 10.5px; color: #83838c; font-weight: 700; }
.t15-meta b { display: block; font-size: 15px; font-weight: 900; margin-top: 2px; }
.t15-interior { background: var(--soft); border-radius: var(--radius); padding: 28px; }
.t15-interior h3 { font-size: clamp(20px, 2.8vw, 28px); font-weight: 900; }
.t15-int-lead { font-size: 13.5px; color: #55555e; margin-top: 10px; }
.t15-int-lead b { color: var(--craft-dark); font-size: 16px; }
.t15-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.t15-tags li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; font-size: 12.5px; font-weight: 900; }
.t15-shine { margin-top: 14px; font-size: 13px; color: #55555e; }
.t15-cta { margin-top: 16px; }
.t15-cta a { display: inline-block; background: var(--craft); color: #fff; font-weight: 900; font-size: 14px; padding: 13px 26px; border-radius: 999px; }
.t15-cta a:hover { background: var(--craft-dark); }

/* ============================================================
   SIMULATOR — STEP / PAINT / INTERIOR
============================================================ */
.sim-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 14px; }
.sim-step-no { font-family: var(--font-en); font-size: 12px; letter-spacing: .18em; color: var(--craft); font-weight: 600; }
.sim-step-title { font-size: 19px; font-weight: 900; margin: 2px 0 14px; }
.sim-step-sub { display: block; font-family: var(--font-en); font-size: 10.5px; letter-spacing: .14em; color: var(--muted); font-weight: 600; margin-top: 2px; }
.sim-empty { font-size: 12.5px; color: var(--muted); font-weight: 700; background: var(--soft); border-radius: 12px; padding: 14px 16px; }

.sim-paints { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px; }
.sim-paint {
  display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line);
  border-radius: 12px; padding: 11px 13px; cursor: pointer; transition: all .18s; background: #fff;
}
.sim-paint:hover { border-color: var(--craft); }
.sim-paint.is-on { border-color: var(--craft); background: var(--craft-pale); }
.sim-paint input { display: none; }
.sp-swatch { width: 34px; height: 34px; border-radius: 9px; border: 1px solid rgba(0,0,0,.12); flex-shrink: 0; }
.sp-body b { display: block; font-size: 13.5px; font-weight: 900; line-height: 1.4; }
.sp-desc { display: block; font-size: 11px; color: var(--muted); font-weight: 700; }
.sp-price { display: block; font-size: 12px; font-weight: 900; color: var(--craft-dark); margin-top: 2px; }
.sp-price.is-std { color: var(--green); }

.sim-interior { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 700px) { .sim-interior { grid-template-columns: 1fr; } }
.sim-int-label { font-size: 13px; font-weight: 900; margin-bottom: 8px; }
.sim-int-label::before { content: "■ "; color: var(--craft); }
.sim-int-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 7px; }
.sim-int {
  border: 1.5px solid var(--line); border-radius: 10px; padding: 6px; background: #fff;
  text-align: center; transition: all .18s;
}
.sim-int:hover { border-color: var(--craft); }
.sim-int.is-on { border-color: var(--craft); background: var(--craft-pale); }
.si-img {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 4/3; border-radius: 6px; background: var(--soft);
  font-size: 8.5px; color: var(--muted); font-weight: 900; overflow: hidden; margin-bottom: 5px;
}
.si-img img { width: 100%; height: 100%; object-fit: cover; }
.si-name { display: block; font-size: 12px; font-weight: 900; }
.si-code { display: block; font-size: 9.5px; color: var(--muted); font-weight: 700; margin-top: 1px; }
.sim-int-note { margin-top: 12px; font-size: 11.5px; color: var(--muted); }

.sim-actions .a-visit { background: transparent; border: 1.5px solid var(--craft); color: var(--craft); }
.loan-result .lr-spec { font-size: 12.5px; font-weight: 900; color: #d8d8dd; margin-top: 4px; }

/* 比較表: 強調行 */
.compare-table tr.is-hl th, .compare-table tr.is-hl td { background: var(--craft-pale); }
.compare-table tr.is-hl td.mk-best { color: var(--craft-dark); font-size: 15px; }
.sp-br { display: none; }
@media (max-width: 560px) { .sp-br { display: block; } }

/* ============================================================
   DENSITY PASS — 余白を締めてページを整頓(UI/フォントは維持)
============================================================ */

/* セクション共通の余白を縮小 */
.lp-sec { padding: 52px 0; }
@media (max-width: 760px) { .lp-sec { padding: 40px 0; } }
.contact-strip { padding: 52px 0; }
.sec-head { margin-bottom: 24px; }
.sec-lead { margin-top: 10px; font-size: 14px; }
.sec-title { font-size: clamp(24px, 3.4vw, 38px); }
.hero .container { padding-top: 120px; padding-bottom: 40px; }
.hero { min-height: 86svh; }
.hero-domains { margin-top: 26px; }
.hero-cta-row { margin-top: 20px; }
.hero-usp { margin-top: 12px; }

/* 在庫: カードを締める */
.stock-grid { gap: 14px; }
.sc-body { padding: 12px 14px 14px; }
.sc-price { margin-top: 5px; font-size: 21px; }
.sc-specs { margin-top: 7px; }
.stock-filter { margin-bottom: 18px; }
.stock-note { margin-top: 16px; }
.stock-more {
  display: block; width: 100%; margin-top: 14px; padding: 13px;
  border: 1.5px solid var(--line); border-radius: 999px;
  font-weight: 900; font-size: 13.5px; background: #fff; transition: all .2s;
}
.stock-more:hover { border-color: var(--craft); color: var(--craft); }

/* 軽パッケージ */
.kp-wrap { gap: 24px; }
.kp-price { margin-top: 14px; padding: 16px 20px; }
.kp-paint { margin-top: 12px; padding: 12px 16px; }
.kp-includes { margin-top: 12px; gap: 6px; }
.kp-includes li { padding: 8px 12px; }
.kp-cta { margin-top: 14px; }
.kp-lead { margin-top: 8px; font-size: 13.5px; }

/* ラインナップ */
.lineup-grid { gap: 14px; }
.lineup-card { min-height: 300px; }
.lc-body { padding: 18px 20px; }
.lc-meta { margin-top: 8px; gap: 16px; }

/* 製造現場 */
.fac-hero { gap: 8px; margin-bottom: 18px; }
.fac-steps { gap: 10px; margin-top: 18px; }
.fac-step { padding: 14px 16px; }

/* シンク */
.sink-wrap { gap: 24px; }
.sink-points { margin-top: 12px; gap: 6px; }
.sink-points li { padding: 10px 14px; font-size: 12.5px; }
.sink-note { margin-top: 10px; }
.sink-media { aspect-ratio: 16/10; }

/* 比較表 */
.compare-table thead th { padding: 11px 8px; }
.compare-table tbody td, .compare-table tbody th { padding: 8px 8px; }
.compare-note { margin-top: 8px; }
#compare .note-box { margin-top: 14px !important; }

/* 1.5t */
.t15-grid { gap: 14px; }
.t15-license, .t15-interior { padding: 22px; }
.t15-meta { margin-top: 12px; gap: 8px; }
.t15-tags { margin-top: 10px; }
.t15-shine { margin-top: 10px; }
.t15-cta { margin-top: 12px; }

/* シミュレーター */
.sim-step { padding: 16px 18px; margin-bottom: 10px; }
.sim-step-title { font-size: 17px; margin: 2px 0 10px; }
.sim-body { gap: 16px; margin-top: 0; }
.sim-optcat { margin-bottom: 12px; }
.sim-optcat h4 { margin-bottom: 6px; }
.sim-optlist { gap: 6px; }
.sim-opt { padding: 9px 11px; }
.sim-paints { gap: 6px; }
.sim-paint { padding: 9px 11px; }
.sim-panel { padding: 18px; }
.sim-panel .sp-img { margin-bottom: 10px; aspect-ratio: 16/9; }
.sim-panel .sp-img:has(img[src*="kei-package"]) { aspect-ratio: 4/3; }
.sim-row { padding: 7px 0; }
.sim-actions { gap: 6px; margin-top: 12px; }
.sim-actions a, .sim-actions button { padding: 11px; }
.sim-interior { gap: 12px; }
.sim-int-note { margin-top: 8px; }

/* ローン */
.loan-wrap { gap: 16px; }
.loan-form, .loan-result { padding: 18px; }
.loan-field { margin-bottom: 10px; }
.loan-detail div { padding: 7px 0; }
.loan-actions { margin-top: 12px; }
.loan-disclaimer { margin-top: 10px; }

/* WHY / 認定 / 数字 */
.reason-cell { padding: 18px 16px; }
.reason-cell .no { font-size: 24px; }
.reason-cell h3 { font-size: 15px; margin-top: 5px; }
.reason-cell p { margin-top: 5px; font-size: 12px; }
.cert-block { margin-top: 18px; padding: 20px; gap: 18px; }
.kz-nums { margin-top: 18px; gap: 10px; }
.num-cell { padding: 16px 8px; }

/* シャッター / 保健所 */
.duo-table th, .duo-table td { padding: 9px 12px; }
.check-list { gap: 6px; }
.check-item { padding: 11px 14px; }
.check-item p { margin-top: 2px; font-size: 12.5px; }
.step-list { gap: 12px; }
.step-item p { margin-top: 3px; font-size: 13px; }
.step-item .st-point { margin-top: 5px; }
.split-2 { gap: 20px; }
.tank-table td, .tank-table tbody th, .tank-table thead th { padding: 9px; }
#permit .note-box { margin-top: 14px !important; }

/* 標準装備 */
.eq-tabs { margin-bottom: 16px; }
.eq-grid { gap: 8px; }
.eq-card { padding: 11px 14px; }
.eq-card p { margin-top: 3px; font-size: 12px; }

/* オプション: 写真・項目名・価格のカード */
.opt-cat { margin-top: 18px; }
.opt-cat h3 { font-size: 16px; }
.opt-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 8px; }
@media (max-width: 1080px) { .opt-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .opt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .opt-grid { grid-template-columns: 1fr; } }
#options .opt-grid { gap: 16px; margin-top: 14px; }
#options .opt-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
#options .oc-media { display: flex; align-items: center; justify-content: center; gap: 2px; aspect-ratio: 4/3; background: #eef1ee; border-bottom: 1px solid var(--line); overflow: hidden; }
#options .oc-media img { display: block; width: 100%; height: 100%; min-width: 0; object-fit: contain; }
#options .oc-media--pair img { width: calc(50% - 1px); }
#options .oc-top { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1; padding: 14px 14px 0; }
#options .opt-card h4 { font-size: 14px; font-weight: 700; }
#options .opt-card .oc-price { margin-top: auto; font-size: 19px; }
#options .oc-tags { flex-wrap: wrap; margin: 10px 14px 14px; }
#options .oc-note { margin: 0 14px 14px; font-size: 11px; }
#options .note-box { margin-top: 14px !important; }

/* ラッピング: 画像枠なしのコンパクト価格カード */
.wrap-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
@media (max-width: 1080px) { .wrap-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .wrap-grid { grid-template-columns: repeat(2, 1fr); } }
.wrap-card .wc-img { display: none; }
.wrap-card .wc-img[style*="background-image"] { display: flex; aspect-ratio: 16/9; }
.wrap-card .wc-body { padding: 10px 13px 12px; }
.wrap-card .wc-code { font-size: 15px; }
.wrap-card .wc-note { margin-top: 3px; font-size: 10px; }

/* 診断 */
.diag-box { padding: 24px; }
.diag-q { margin-top: 14px; font-size: 19px; }
.diag-opts { margin-top: 14px; gap: 7px; }
.diag-opts button { padding: 12px 15px; }

/* VOICE */
.voice-grid { gap: 14px; }
.voice-card .vc-body { padding: 15px 16px; }
.voice-card p { margin-top: 5px; font-size: 12.5px; }
.voice-card .vc-img { aspect-ratio: 16/10; }

/* FLOW / SUPPORT */
.support-grid { gap: 12px; }
.support-card { min-height: 200px; }
.support-card .sp-body { padding: 16px; }

/* FAQ: 2列 */
.faq-list { max-width: none; grid-template-columns: 1fr 1fr; gap: 8px; align-items: start; }
@media (max-width: 860px) { .faq-list { grid-template-columns: 1fr; } }
.faq-item summary { padding: 12px 14px; font-size: 13px; }
.faq-item .fa-body { padding: 0 14px 12px 50px; font-size: 12.5px; }

/* 会社 / CONTACT */
.co-table th, .co-table td { padding: 9px 8px; }
.co-access { margin-top: 12px; gap: 10px; }
.co-access div { padding: 12px 14px; }
.ct-grid { margin-top: 20px; gap: 18px; }
.ct-way { padding: 13px 16px; }
.ct-form { padding: 16px; }
.ct-form label { margin-top: 9px; }
.ct-form input, .ct-form textarea { padding: 10px 12px; }
.ct-submit { margin-top: 12px; padding: 13px; }

/* フッター */
.site-footer { padding: 40px 0 80px; }
.footer-grid { gap: 22px; }
.footer-bottom { margin-top: 24px; padding-top: 14px; }

/* factory: 写真はロード成功時のみ表示 / オプション折りたたみ */
.fac-shot { display: none; }
.fac-shot.is-loaded { display: block; }
.opt-cat summary { display: flex; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.opt-cat summary::-webkit-details-marker { display: none; }
.opt-cat summary h3 { display: inline; }
.opt-cat .oc-count { font-size: 12px; font-weight: 900; color: var(--muted); }
.opt-cat[open] .oc-count { color: var(--craft); }

/* シミュレーター: 選択肢を3列まで詰める */
.sim-optlist { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.sim-paints { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.sim-opt .so-name { font-size: 12px; }
.sim-opt .so-price { font-size: 11px; }
.sim-int-list { grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); }

/* ============================================================
   v4 — fresh green UI (reference mock)
============================================================ */
body { font-size: 15px; line-height: 1.85; background: #fff; font-weight: 400; }
h1, h2, h3, .sec-title, .kp-catch, .lc-name, .contact-strip h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: .04em;
}
.en, .sec-label, .lc-en, .sp-en, .fs-no, .sim-step-no, .st-no {
  font-family: var(--font-en);
  letter-spacing: .16em;
  font-weight: 500;
}
.sec-label {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--craft);
}
.lp-sec { background: #fff; }
.lp-sec--soft { background: var(--soft); }

.hero { min-height: 82svh; align-items: stretch; justify-content: flex-end; color: var(--ink); }
.hero-media::after {
  background: linear-gradient(90deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,.12) 30%, transparent 52%);
}
.hero h1 { line-height: 1.22; font-weight: 700; color: var(--ink); }
.hero-copy { max-width: 640px; border-left: 0; padding-left: 0; }
.hero-script {
  font-family: var(--font-script);
  font-size: clamp(28px, 3.4vw, 42px);
  color: #6e8c78;
  letter-spacing: .02em;
  margin-top: 28px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 400;
}
.hero-cta-row { position: relative; z-index: 2; }
.hero .container:last-of-type {
  background: #fff;
  width: 100%;
  max-width: none;
  padding: 8px 20px;
  box-shadow: 0 -8px 28px rgba(24,48,32,.05);
}
.hero-domains {
  max-width: 1200px;
  margin: 0 auto;
  background: transparent;
}
.hero-domains li {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 18px 12px;
}
.hero-domains li:hover { background: var(--soft); color: var(--ink); border-color: transparent; }
.hero-domains li:hover span,
.hero-domains li:hover i { color: var(--craft); }
.hero-domains li {
  display: grid; gap: 3px; padding: 16px 18px;
}
.hero-domains li strong {
  font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: .04em;
}
.hero-domains li span {
  font-family: var(--font-en); font-size: 11px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--craft);
}
.hero-domains li:hover span { color: #fff; }
.hero-cta, .btn--red, .header-contact .btn--red {
  border-radius: 999px;
}
.kp-cta a, .t15-cta a, .diag-actions .a-main,
.sm-cta-row .cta-est, .sim-actions .a-est, .loan-actions .a-est {
  background: var(--cta);
  color: #fff;
  border-radius: 999px;
}
.kp-cta a:hover, .t15-cta a:hover { background: var(--cta-dark); }

.sc-price, .sm-price, .opt-card .oc-price, .wrap-card .wc-price,
.kp-price .kpp-main, .loan-result .lr-main, .sim-row.is-total b {
  color: var(--craft);
}
.faq-item summary .fq { background: var(--craft); }

.lineup-card { min-height: 400px; }
.lineup-card .lc-bg { opacity: .78; }
.lineup-card:hover .lc-bg { opacity: .55; }

.wrap-card {
  border: 0; box-shadow: 0 10px 28px rgba(24,48,32,.06);
  transition: transform .25s, box-shadow .25s;
}
.wrap-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(24,48,32,.12); }
.wrap-card .wc-img { color: transparent; font-size: 0; }
.wrap-card .wc-body {
  display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: baseline;
}
.wrap-card .wc-code { grid-column: 1; grid-row: 1; }
.wrap-card .wc-price { grid-column: 2; grid-row: 1; float: none; }
.wrap-card .wc-note { grid-column: 1 / -1; }

.cert-logo {
  border: 0; background-size: cover; background-position: center;
  width: 140px; height: 140px; border-radius: 50%;
  color: transparent; font-size: 0;
}
.sink-media { color: transparent; font-size: 0; box-shadow: 0 18px 50px rgba(24,48,32,.1); }

.t15-interior { padding: 0; overflow: hidden; }
.t15-int-photo {
  height: 180px; background-size: cover; background-position: center;
}
.t15-interior h3, .t15-interior .t15-int-lead,
.t15-interior .t15-tags, .t15-interior .t15-shine, .t15-interior .t15-cta {
  padding-left: 28px; padding-right: 28px;
}
.t15-interior h3 { padding-top: 22px; }
.t15-interior .t15-cta { padding-bottom: 28px; }

.fac-hero { gap: 12px; }
.fac-shot { border-radius: 12px; }
.fac-shot.is-lead { min-height: 320px; }

.kp-media { box-shadow: 0 22px 60px rgba(24,48,32,.12); }
.stock-card:hover { box-shadow: 0 18px 50px rgba(24,48,32,.12); }

.support-card { min-height: 280px; }
.voice-card .vc-img { filter: saturate(1.05) contrast(1.05); }

.ct-submit { background: var(--cta); font-weight: 500; }
.ct-submit:hover { background: var(--cta-dark); }
.ct-cats button.is-on { background: var(--craft); border-color: var(--craft); }
.footer-nav a:hover { color: var(--craft); }

@media (max-width: 1020px) {
  .main-nav a { color: var(--ink); font-size: 22px; }
}
@media (max-width: 760px) {
  .hero-copy { padding-left: 0; }
}

/* ============================================================
   v5 — BUSINESS-FIRST KITCHEN CAR
   「稼ぐための一台」を主役にしたトップデザイン
============================================================ */
body {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .025em;
  color: var(--ink);
  background: #fff;
}

h1, h2, h3, .sec-title, .kp-catch, .lc-name, .contact-strip h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: .01em;
}

.en, .sec-label, .lc-en, .sp-en, .fs-no, .sim-step-no, .st-no {
  font-family: var(--font-en);
  font-weight: 700;
  letter-spacing: .12em;
}

.site-header {
  height: 76px;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(15,70,45,.1);
  backdrop-filter: blur(14px);
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 28px rgba(14,48,30,.1);
}
.header-inner { height: 76px; }
.site-logo img { height: 42px; }
.main-nav ul { gap: 24px; }
.main-nav a {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.main-nav a small {
  margin-top: 1px;
  font-family: var(--font);
  font-size: 9px;
  font-weight: 500;
  color: #69756e;
  letter-spacing: .03em;
}
.header-contact .phone {
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
}
.btn--red, .header-contact .btn--red {
  padding: 12px 20px;
  border-radius: 6px;
  background: var(--craft);
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(8,116,71,.2);
}
.btn--red:hover { background: var(--craft-dark); }

.hero {
  min-height: 760px;
  padding-top: 76px;
  display: grid;
  grid-template-rows: minmax(580px, 1fr) auto;
  color: var(--ink);
  background: #f2f6f3;
}
.hero-media { top: 76px; bottom: 116px; }
.hero__bg {
  background: url("assets/images/hero-main.jpg?v=business1") 57% center / cover no-repeat;
  transform: none;
}
.hero-media::after {
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.94) 23%,
      rgba(255,255,255,.7) 38%,
      rgba(255,255,255,.12) 60%,
      rgba(255,255,255,0) 74%);
}
.hero > .container:not(:last-child) {
  grid-row: 1;
  align-self: center;
  padding-top: 54px;
  padding-bottom: 44px;
}
.hero-copy {
  width: min(570px, 54vw);
  max-width: none;
}
.hero-copy .eyebrow {
  padding: 6px 11px;
  border: 1px solid rgba(8,116,71,.55);
  border-radius: 4px;
  background: rgba(255,255,255,.86);
  color: var(--craft);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.hero h1 {
  margin-top: 14px;
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.035em;
  color: #101511;
  text-wrap: balance;
}
.hero h1 .hl { display: block; }
.hero-en {
  margin-top: 8px;
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 800;
  color: var(--craft);
  letter-spacing: .06em;
}
.hero-sub {
  max-width: 500px;
  margin-top: 10px;
  color: #273129;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: none;
}
.hero-usp {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 8px;
  margin-top: 14px;
}
.hero-usp li {
  min-height: 38px;
  padding: 7px 11px 7px 8px;
  border: 1px solid rgba(8,116,71,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.94);
  color: #233027;
  font-size: 10.5px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(18,62,39,.08);
}
.hero-usp li::before {
  width: 24px;
  height: 24px;
  background: var(--craft);
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px var(--craft);
}
.hero-cta-row {
  gap: 9px;
  margin-top: 18px;
}
.hero-cta {
  padding: 13px 20px;
  border: 1.5px solid var(--craft);
  border-radius: 6px;
  background: var(--craft);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(8,116,71,.16);
}
.hero-cta--ghost {
  background: rgba(255,255,255,.94);
  color: var(--craft);
  box-shadow: none;
}
.hero-cta:hover { background: var(--craft-dark); border-color: var(--craft-dark); }
.hero-cta--ghost:hover { color: #fff; }
.hero-message {
  margin-top: 16px;
  color: #3d5547;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}

.truck-brand {
  position: absolute;
  z-index: 3;
  top: 62%;
  right: 7%;
  width: 30%;
  color: #22231f;
  text-align: center;
  transform: rotate(-.2deg);
  pointer-events: none;
  text-shadow: 0 1px rgba(255,255,255,.35);
}
.truck-brand strong {
  display: block;
  font-family: var(--font-brand);
  font-size: clamp(20px, 2.45vw, 35px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .1em;
}
.truck-brand span {
  display: block;
  margin-top: 5px;
  font-family: var(--font-en);
  font-size: clamp(5px, .55vw, 8px);
  font-weight: 700;
  letter-spacing: .18em;
}

.hero > .container:last-child {
  grid-row: 2;
  align-self: end;
  max-width: none;
  padding: 0;
  background: #fff;
  border-top: 1px solid rgba(8,116,71,.12);
  box-shadow: 0 -10px 30px rgba(18,62,39,.06);
}
.hero-domains {
  width: min(1200px, calc(100% - 40px));
  max-width: 1200px;
  min-height: 116px;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.hero-domains li {
  position: relative;
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-content: center;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
}
.hero-domains li:first-child { border-left: 1px solid var(--line); }
.hero-domains li span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--craft);
  font-size: 11px;
  font-weight: 800;
}
.hero-domains li strong {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}
.hero-domains li i {
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.5;
}
.hero-domains li:hover {
  background: var(--craft-pale);
  color: var(--ink);
}
.hero-domains li:hover span { color: var(--craft); }
.hero-domains li:hover i { color: var(--muted); }

.sec-label { color: var(--craft); font-size: 11px; }
.sec-title {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -.02em;
}
.lp-sec--soft { background: #f3f7f4; }
.stock-card, .voice-card, .faq-item, .eq-card, .opt-card {
  border-color: rgba(8,116,71,.12);
}
.sc-price, .sm-price, .opt-card .oc-price, .wrap-card .wc-price,
.kp-price .kpp-main, .loan-result .lr-main, .sim-row.is-total b {
  color: var(--craft);
}

@media (max-width: 1100px) {
  .main-nav ul { gap: 14px; }
  .main-nav a { font-size: 10px; }
  .hero h1 { font-size: clamp(38px, 5vw, 56px); }
}

@media (max-width: 1020px) {
  .site-header, .header-inner { height: 68px; }
  .main-nav a { color: var(--ink); font-size: 20px; }
  .hero { padding-top: 68px; }
  .hero-media { top: 68px; }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    grid-template-rows: minmax(670px, auto) auto;
  }
  .hero-media { bottom: 190px; }
  .hero__bg { background-position: 66% center; }
  .hero-media::after {
    background: linear-gradient(180deg,
      rgba(255,255,255,.38) 0%,
      rgba(255,255,255,.62) 42%,
      rgba(255,255,255,.97) 74%);
  }
  .hero > .container:not(:last-child) {
    align-self: end;
    padding-top: 220px;
    padding-bottom: 26px;
  }
  .hero-copy { width: 100%; }
  .hero h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.25;
  }
  .hero-sub { font-size: 13px; }
  .hero-usp {
    grid-template-columns: 1fr;
    max-width: 310px;
  }
  .hero-cta-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-cta { padding: 12px 10px; text-align: center; }
  .hero-cta:first-child { grid-column: 1 / -1; }
  .hero-message { font-size: 16px; }
  .truck-brand { display: none; }
  .hero-domains {
    width: 100%;
    min-height: 190px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-domains li {
    min-height: 92px;
    padding: 14px;
    border-bottom: 1px solid var(--line);
  }
}

/* ============================================================
   HERO 2026-09 — 左コピー / 右車両 / 直下の強み
   このブロックのみでヒーローを上書き。他セクションは変更しない
============================================================ */
section.hero {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-top: 72px;
  background: #fff;
  color: var(--ink);
}
section.hero .hero-stage {
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(0, 58%);
  align-items: center;
  background: #fff;
}
section.hero .hero-copy {
  width: 100%;
  min-width: 0;
  max-width: 660px;
  justify-self: end;
  padding: 48px 36px 48px clamp(24px, 4vw, 72px);
  background: #fff;
}
section.hero .hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 0;
}
section.hero .hero-media {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  inset: auto;
  align-self: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #d7e4ea;
}
section.hero .hero-media::after { display: none; }
section.hero .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
section.hero .hero__bg {
  display: none;
}
section.hero .truck-brand { display: none; }
section.hero .hero-copy .eyebrow {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid var(--craft);
  border-radius: 0;
  background: none;
  color: var(--craft);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.5;
}
section.hero .hero h1,
section.hero h1 {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: .04em;
  color: #111611;
  text-wrap: pretty;
}
section.hero h1 .hl { display: block; }
section.hero .hero-sub {
  max-width: 28em;
  margin-top: 20px;
  color: #3a433d;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: .04em;
  text-shadow: none;
}
section.hero .hero-cta {
  display: inline-block;
  padding: 14px 26px;
  border: 1.5px solid var(--craft);
  border-radius: 2px;
  background: var(--craft);
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: none;
  transition: background .2s, color .2s;
}
section.hero .hero-cta:hover {
  background: var(--craft-dark);
  border-color: var(--craft-dark);
  transform: none;
}
section.hero .hero-cta--ghost {
  background: #fff;
  color: var(--craft);
}
section.hero .hero-cta--ghost:hover {
  background: var(--craft);
  color: #fff;
}
section.hero .hero-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
section.hero .hero-highlights li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 18px 28px;
  border-right: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
  cursor: default;
}
section.hero .hero-highlights li:last-child { border-right: 0; }
section.hero .hero-highlights li:hover {
  background: #fff;
  color: inherit;
}
section.hero .hero-highlights strong {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--ink);
}
section.hero .hero-highlights__link {
  font-family: var(--font);
  font-size: 12px;
  font-weight: 500;
  color: var(--craft);
  letter-spacing: .04em;
  border-bottom: 1px solid var(--craft);
  align-self: flex-start;
  padding-bottom: 1px;
}
section.hero .hero-highlights__link:hover { opacity: .75; }

@media (max-width: 1020px) {
  section.hero { padding-top: 68px; }
}

@media (max-width: 880px) {
  section.hero .hero-stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  section.hero .hero-copy {
    display: contents;
  }
  section.hero .hero-copy .eyebrow {
    order: 1;
    margin: 28px 20px 0;
  }
  section.hero h1 {
    order: 2;
    margin: 16px 20px 0;
    font-size: clamp(32px, 8.6vw, 44px);
    line-height: 1.32;
  }
  section.hero h1 .hl span { white-space: normal; }
  section.hero .hero-sub {
    order: 3;
    max-width: none;
    margin: 16px 20px 0;
    font-size: 14px;
  }
  section.hero .hero-media {
    order: 4;
    align-self: stretch;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 20px;
  }
  section.hero .hero-photo {
    object-fit: contain;
    object-position: center;
  }
  section.hero .hero-cta-row {
    order: 5;
    display: flex;
    flex-direction: column;
    margin: 20px 20px 28px;
  }
  section.hero .hero-cta { text-align: center; width: 100%; }
  section.hero .hero-highlights {
    grid-template-columns: 1fr 1fr;
  }
  section.hero .hero-highlights li {
    min-height: 0;
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }
  section.hero .hero-highlights li:nth-child(2n) { border-right: 0; }
}

/* カタログのラッピング施工図と実車シンク写真 */
#sink .sink-media { aspect-ratio: 4/3; background-size: contain; background-repeat: no-repeat; }
#wrapping .wrap-message { margin: 18px 0 10px; color: var(--craft); font-size: clamp(18px, 2.4vw, 24px); font-weight: 700; }
.wrap-series-note { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; padding: 22px 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.wrap-series-note b, .wrap-series-note span { display: block; }
.wrap-series-note b { font-size: 16px; margin-bottom: 5px; }
.wrap-series-note span { font-size: 13px; line-height: 1.8; }
.wrap-series-note small { grid-column: 1 / -1; font-size: 12px; line-height: 1.8; color: var(--muted); }
.wrap-series { margin-top: 34px; --series-color: #087985; }
.wrap-series--truck { --series-color: #8a7625; }
.wrap-series h3 { font-size: 20px; font-weight: 700; }
.wrap-series h3 span { display: block; margin-bottom: 5px; font: 700 12px var(--font-en); letter-spacing: .16em; color: var(--series-color); }
.wrap-series-caption { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
#wrapping .wrap-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
#wrapping .wrap-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-top: 4px solid var(--series-color); box-shadow: none; }
#wrapping .wc-img { position: relative; flex: none; display: block; width: 100%; aspect-ratio: 1; padding: 0; background: #fff; }
#wrapping .wc-img img { position: absolute; inset: 14px; display: block; width: calc(100% - 28px); height: calc(100% - 28px); object-fit: contain; }
#wrapping .wc-body { flex: 1; padding: 16px; border-top: 1px solid var(--line); grid-template-rows: auto 1fr auto; gap: 8px 10px; }
#wrapping .wc-code { font-size: 18px; }
#wrapping .wc-price { font-size: 19px; white-space: nowrap; color: var(--series-color); }
#wrapping .wc-note { margin: 0; font-size: 12px; line-height: 1.8; }
#wrapping .wc-extra { grid-column: 1 / -1; margin: 2px 0 0; padding: 7px 9px; background: var(--soft); font-size: 12px; font-weight: 700; line-height: 1.6; }
.wrap-rear { display: grid; grid-template-columns: 1fr 1.3fr; gap: 26px; align-items: center; margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; }
.wrap-rear h3, .wrap-memo h3 { font-size: 18px; margin-bottom: 8px; }
.wrap-rear p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.wrap-rear img { display: block; width: 100%; height: auto; }
.wrap-memo { margin-top: 28px; }
.wrap-memo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.wrap-memo-grid p { padding: 18px; background: var(--soft); border-radius: 12px; font-size: 12px; line-height: 1.9; }
.wrap-memo-grid b { display: block; margin-bottom: 7px; font-size: 14px; }
#wrapNote { margin-top: 24px; font-size: 12px; line-height: 1.9; }
#wrapNote ul { padding-left: 1.4em; list-style: disc; margin-top: 6px; }
@media (max-width: 760px) {
  #wrapping .wrap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .wrap-series-note, .wrap-rear { grid-template-columns: 1fr; padding: 18px; gap: 16px; }
  .wrap-memo-grid { grid-template-columns: repeat(2, 1fr); }
  #wrapping .wc-body { padding: 12px; gap: 7px; }
  #wrapping .wc-code { font-size: 16px; }
  #wrapping .wc-price { font-size: 17px; }
}
@media (max-width: 420px) {
  #wrapping .wc-img img { inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); }
  #wrapping .wc-body { padding: 10px; }
  #wrapping .wc-code { font-size: 15px; }
  #wrapping .wc-price { font-size: 15px; }
  #wrapping .wc-extra { padding: 6px; font-size: 11px; }
  .wrap-memo-grid { grid-template-columns: 1fr; }
}

/* シンク写真・1.5t紹介・5車種の選択 */
#sink .sink-media { background-color: #fff; }
#options .oc-media:has(img[src*="sus304-clean-white"]) { background: #fff; }
#truck15 .t15-grid { gap: 24px; }
#truck15 .t15-license { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
#truck15 .t15-badge { align-self: flex-start; margin: 0 0 18px; color: #fff; }
#truck15 .t15-license h3 { margin: 0 0 18px; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.55; }
#truck15 .t15-license > p:not(.t15-badge) { margin: 0; color: #c1c9c4; font-size: 14px; line-height: 1.95; }
#truck15 .t15-meta { grid-template-columns: 1fr; gap: 0; margin-top: 26px; border-top: 1px solid #3b4940; }
#truck15 .t15-meta > div { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 18px 0; border: 0; border-bottom: 1px solid #3b4940; border-radius: 0; }
#truck15 .t15-meta span { font-size: 12px; color: #b2bdb5; }
#truck15 .t15-meta b { margin: 0; font-size: clamp(15px, 1.4vw, 19px); white-space: nowrap; }
#truck15 .t15-int-body { display: grid; gap: 16px; padding: 28px; }
#truck15 .t15-int-body > * { margin: 0; padding: 0; }
#truck15 .t15-interior h3 { font-size: clamp(19px, 2vw, 26px); line-height: 1.6; }
#truck15 .t15-interior h3 span { display: block; }
#truck15 .t15-int-lead, #truck15 .t15-shine { line-height: 1.9; }
#truck15 .t15-tags { gap: 8px; }
#truck15 .t15-tags li { padding: 6px 12px; }
#simTypes { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
#simTypes button { min-width: 0; padding: 14px 7px; }
#simTypes button b { font-family: var(--font); font-size: 17px; white-space: nowrap; }
#simTypes button span { font-size: 10px; }
@media (max-width: 1100px) and (min-width: 901px) {
  #simTypes button b { font-size: 14px; }
  #simTypes button span { font-size: 9px; }
}
@media (max-width: 700px) {
  #simTypes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #simTypes button:last-child { grid-column: 1 / -1; }
  #simTypes button b { font-size: 18px; }
  #simTypes button span { font-size: 11px; }
}
@media (max-width: 560px) {
  #truck15 .t15-license { padding: 24px 22px; }
  #truck15 .t15-int-body { padding: 24px 22px; }
  #truck15 .t15-meta > div { gap: 12px; padding: 16px 0; }
  #truck15 .t15-meta span { font-size: 11px; }
  #truck15 .t15-meta b { font-size: 15px; }
}

#truck15 .t15-license h3 span { display: inline-block; }

#kpCatch { font-size: clamp(22px, 2.1vw, 30px); line-height: 1.55; }
#kpCatch .kp-phrase { display: inline-block; white-space: nowrap; }

/* 中古ベースの価格目安と1.5tの燃料選択 */
.vehicle-price-note { margin-top: 18px; line-height: 1.9; }
#simTypes .sim-type-price { display: block; margin-top: 8px; color: var(--craft); font-size: 14px; font-weight: 700; white-space: nowrap; }
.sim-fuel-section { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.sim-fuel-section h4 { font-size: 15px; font-weight: 700; }
.sim-fuel-note { margin-top: 6px; font-size: 12px; line-height: 1.8; color: var(--muted); }
.sim-fuels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.sim-fuel { padding: 14px 10px; border: 2px solid var(--line); border-radius: 12px; background: #fff; text-align: center; }
.sim-fuel b, .sim-fuel span { display: block; }
.sim-fuel b { font-size: 15px; }
.sim-fuel span { margin-top: 6px; color: var(--craft); font-size: 17px; font-weight: 700; white-space: nowrap; }
.sim-fuel small { margin-left: 5px; font-size: 10px; color: var(--muted); }
.sim-fuel.is-on { border-color: var(--craft); background: var(--craft-pale); }
.sim-price-note { margin-top: 16px; font-size: 12px; color: var(--muted); line-height: 1.9; }
@media (max-width: 1100px) and (min-width: 901px) { #simTypes .sim-type-price { font-size: 12px; } }
@media (max-width: 560px) {
  .sim-fuels { grid-template-columns: 1fr; gap: 8px; }
  .sim-fuel { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 16px; }
  .sim-fuel span { margin-top: 0; }
}

/* A〜Dシンクとコンパクトなお問い合わせ欄 */
.sink-type-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.sink-type-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.sink-type-tag { font-size: 11px; color: var(--craft); font-weight: 700; }
.sink-type-card h3 { margin-top: 8px; font-size: 21px; }
.sink-type-card p { font-size: 12px; line-height: 1.9; }
.sink-type-card .sink-type-spec { margin: 10px 0; font-weight: 700; font-size: 13px; }
.sim-sink-section { margin-bottom: 22px; }
.sim-sink-section h4 { font-size: 14px; margin-bottom: 10px; }
.sim-sinks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sim-sink { padding: 16px; text-align: left; border: 2px solid var(--line); border-radius: 12px; background: #fff; }
.sim-sink > span, .sim-sink > b { display: block; }
.sim-sink .ss-tag { font-size: 11px; font-weight: 700; color: var(--craft); }
.sim-sink > b { margin: 6px 0; font-size: 19px; }
.sim-sink .ss-spec { font-size: 12px; font-weight: 700; line-height: 1.8; }
.sim-sink .ss-detail { margin-top: 6px; font-size: 11px; line-height: 1.8; color: var(--muted); }
.sim-sink .ss-price { margin-top: 10px; font-size: 11px; font-weight: 700; color: var(--craft); }
.sim-sink.is-on { background: var(--craft-pale); border-color: var(--craft); }
#contact { padding: 46px 0; }
#contact .ct-grid { grid-template-columns: .85fr 1.15fr; align-items: start; gap: 22px; margin-top: 18px; }
#contact .ct-ways { align-content: start; gap: 10px; }
#contact .ct-way { min-height: 0; padding: 16px 20px; }
#contact .ct-way img { width: 52px; height: 52px; }
#contact .ct-form { padding: 18px 20px; }
#contact .ct-form > label:first-child { margin-top: 0; }
#contact .ct-form label { margin-top: 8px; }
#contact .ct-form input { padding: 9px 12px; }
#contact .ct-form textarea { min-height: 88px; padding: 10px 12px; }
.ct-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.ct-field-wide { grid-column: 1 / -1; }
#contact .ct-cats { gap: 6px; }
#contact .ct-cats button { padding: 7px 12px; }
#contact .ct-submit { padding: 11px; margin-top: 10px; }
@media (max-width: 900px) { .sink-type-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 860px) { #contact .ct-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .sink-type-grid, .sim-sinks { grid-template-columns: 1fr; }
  #contact { padding: 36px 0; }
  #contact .ct-way { padding: 14px 16px; }
  #contact .ct-form { padding: 16px; }
  .ct-fields { grid-template-columns: 1fr; }
}


/* ページ全体の明るい配色。文字色と背景色は別々に管理する。 */
:root {
  --panel: #edf5ef;
  --panel-line: #cbdcd0;
  --panel-text: #233a2d;
  --panel-muted: #4e6557;
}
.lp-sec--dark, .contact-strip {
  background: var(--panel); color: var(--panel-text);
}
.lp-sec--dark .sec-lead, .ct-lead { color: var(--panel-muted); }
.t15-license, .kp-price, .sim-panel, .loan-result, .diag-result-head,
.sink-spec div {
  background: var(--panel); color: var(--panel-text);
  border: 1px solid var(--panel-line);
}
#truck15 .t15-license > p:not(.t15-badge), #truck15 .t15-meta span,
.kp-price .kpp-label, .kp-price .kpp-sub, .kp-price .kpp-note,
.sim-row span, .sim-selected, .sim-note,
.loan-result .lr-label, .loan-result .lr-spec, .loan-detail span, .loan-disclaimer,
.diag-result-head .drh-label, .sink-spec span, .sink-spec i {
  color: var(--panel-muted);
}
#truck15 .t15-meta, #truck15 .t15-meta > div,
.sim-row, .loan-detail div { border-color: var(--panel-line); }
.sim-row.is-total span, .loan-result .lr-main small { color: var(--panel-text); }
.sim-panel .sp-img { background: #fff; }
.sim-actions .a-loan { border: 1px solid var(--panel-line); }
.sim-actions .a-reset { border-color: var(--panel-line); color: var(--panel-muted); }

/* 製造工程・選ばれる理由・認定情報 */
.reason-grid { background: var(--panel-line); border: 1px solid var(--panel-line); }
.reason-cell, .reason-cell.is-usp, .fac-step, .fac-empty, .cert-block, .num-cell {
  background: #fff; color: var(--panel-text); border-color: var(--panel-line);
}
.reason-cell:hover, .reason-cell.is-usp:hover { background: var(--craft-pale); }
.reason-cell h3, .fac-step h4, .cert-body h3, .cert-badge .cb-label { color: var(--panel-text); }
.reason-cell.is-usp h3 { color: var(--craft-dark); }
.reason-cell p, .fac-step p, .fac-empty, .num-cell span,
.cert-badge .cb-city, .cert-body p, .cert-meta dt, .cert-meta dd { color: var(--panel-muted); }
.fac-step .fs-no, .reason-cell .no { color: var(--craft); }
.fac-shot { background: var(--soft); }
.fac-shot .fac-cap { background: rgba(255,255,255,.95); color: var(--panel-text); }

/* 写真に重なる説明も白い面に濃い文字で表示 */
.lineup-card, .support-card { background: var(--soft); color: var(--panel-text); border: 1px solid var(--line); }
.lineup-card .lc-bg, .lineup-card:hover .lc-bg, .support-card .sp-bg { opacity: 1; }
.lineup-card::after, .support-card::after { background: none; }
.lineup-card .lc-body, .support-card .sp-body { width: 100%; background: rgba(255,255,255,.96); }
.lineup-card { min-height: 0; flex-direction: column; align-items: stretch; }
.lineup-card .lc-bg { position: relative; inset: auto; width: 100%; aspect-ratio: 16/10; flex: none; }
.lineup-card:hover .lc-bg { transform: none; }
.lineup-card .lc-body { flex: 1; background: #fff; }
.lc-catch, .lc-meta div span, .lc-equip ul, .support-card p { color: var(--panel-muted); }
.lc-meta div b { color: var(--panel-text); }
.lc-meta div b.is-craft { color: var(--craft); }

/* 表見出し・選択ボタン */
.compare-table thead th, .tank-table thead th { background: #dcece1; color: var(--panel-text); }
.stock-filter button.is-on, .eq-tabs button.is-on, .loan-terms button.is-on,
.sc-new, .oc-tag-t, .sm-close { background: var(--craft); border-color: var(--craft); color: #fff; }
.kp-cta .a-loan { background: var(--craft-pale); color: var(--craft-dark); border: 1px solid var(--panel-line); }
.kp-cta .a-loan:hover { background: #dcece1; }

/* コンパクトな相談欄の寸法を保ち、明るいフォームにする */
#contact .ct-way, #contact .ct-form { background: #fff; color: var(--panel-text); border-color: var(--panel-line); }
#contact .ct-way:hover { background: var(--craft-pale); border-color: var(--craft); }
#contact .cw-label, #contact .ct-form label, #contact .ct-hint { color: var(--panel-muted); }
#contact .cw-main.is-line { color: var(--craft); }
#contact .ct-form input, #contact .ct-form textarea {
  background: #f8fbf9; color: var(--panel-text); border-color: var(--panel-line);
}
#contact .ct-form input::placeholder, #contact .ct-form textarea::placeholder { color: #5c7063; opacity: 1; }
#contact .ct-form input:focus, #contact .ct-form textarea:focus { border-color: var(--craft); outline: 2px solid var(--craft-pale); }
#contact .ct-cats button { background: #fff; color: var(--panel-muted); border-color: var(--panel-line); }
#contact .ct-cats button.is-on { background: var(--craft); border-color: var(--craft); color: #fff; }

/* フッターと固定リンク */
.site-footer { background: #e3eee6; color: var(--panel-muted); border-top: 1px solid var(--panel-line); }
.footer-brand img { filter: none; }
.footer-title, .footer-company { color: var(--panel-text); }
.footer-company { margin-top: 12px; font-weight: 900; }
.footer-brand .fb-en, .footer-bottom { color: var(--panel-muted); }
.footer-bottom { border-color: var(--panel-line); }
.lp-float a { box-shadow: 0 4px 18px rgba(24,48,32,.12); }
.lp-float .f-tel { background: var(--panel); color: var(--craft-dark); }
.lp-float .f-contact { background: var(--craft-pale); color: var(--craft-dark); }
.sim-actions .a-line, .loan-actions .a-line, .lp-float .f-line { color: #063a20; }
@media (max-width: 760px) { .lp-float a { box-shadow: none; } }


/* ファーストビュー：車両写真を大きく見せ、コピーを同じ画面に重ねる。 */
section.hero .hero-stage {
  position: relative; isolation: isolate; display: flex; flex-direction: row; align-items: center;
  min-height: clamp(600px, 46vw, 780px); overflow: hidden; background: #f4f8f4;
}
section.hero .hero-media {
  position: absolute; inset: 0 0 0 auto; width: 86%; height: 100%;
  aspect-ratio: auto; z-index: 0; margin: 0;
}
section.hero .hero-photo { object-fit: cover; object-position: center; }
section.hero .hero-stage::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 13%, rgba(255,255,255,.9) 24%, rgba(255,255,255,.45) 33%, rgba(255,255,255,0) 44%);
}
section.hero .hero-copy {
  display: block; position: relative; z-index: 2; width: 40%; max-width: 620px;
  margin-left: max(36px, calc((100vw - 1360px)/2)); padding: 56px 16px 56px 0;
  background: transparent;
}
section.hero .hero-copy .eyebrow { font-size: 12px; letter-spacing: .04em; margin: 0; }
section.hero h1 { font-size: clamp(36px, 3.3vw, 58px); line-height: 1.38; margin: 22px 0 0; }
section.hero h1 .hl { white-space: nowrap; }
section.hero .hero-sub { font-size: 14px; line-height: 1.95; max-width: 28em; margin: 22px 0 0; }
section.hero .hero-vehicle-range { margin-top: 18px; color: var(--craft-dark); font-size: 13px; font-weight: 700; }
section.hero .hero-cta-row { gap: 10px; margin: 20px 0 0; flex-direction: row; }
section.hero .hero-cta { font-size: 13px; padding: 14px 19px; }
@media (min-width: 761px) and (max-width: 1100px) {
  section.hero .hero-stage { min-height: 570px; }
  section.hero .hero-copy { width: 44%; margin-left: 28px; }
  section.hero h1 { font-size: 36px; }
  section.hero .hero-media { width: 88%; }
  section.hero .hero-photo { object-position: 58% center; }
  section.hero .hero-stage::after { background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 24%,rgba(255,255,255,.65) 36%,transparent 54%); }
}
@media (max-width: 760px) {
  section.hero .hero-stage { display: flex; flex-direction: column; min-height: 0; padding-bottom: 18px; }
  section.hero .hero-stage::after { display: none; }
  section.hero .hero-media { position: relative; inset: auto; order: 0; width: 100%; height: auto; aspect-ratio: 4/3; }
  section.hero .hero-photo { object-fit: cover; object-position: 70% center; }
  section.hero .hero-copy {
    order: 1; width: calc(100% - 28px); max-width: none; margin: -24px 14px 0;
    padding: 22px 20px; border-radius: 16px; background: rgba(255,255,255,.96);
    box-shadow: 0 8px 28px rgba(24,48,32,.08);
  }
  section.hero .hero-copy .eyebrow { font-size: 10px; line-height: 1.6; }
  section.hero h1 { margin-top: 14px; font-size: clamp(28px, 7.6vw, 40px); line-height: 1.35; }
  section.hero .hero-sub { margin-top: 14px; font-size: 12px; line-height: 1.9; }
  section.hero .hero-vehicle-range { margin-top: 12px; font-size: 12px; }
  section.hero .hero-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
  section.hero .hero-cta, section.hero .hero-cta:first-child { grid-column: auto; width: 100%; padding: 12px 6px; font-size: 11px; letter-spacing: 0; text-align: center; }
}


/* トップの主張を最も大きく、実績・仕様はその下に読みやすく配置。 */
section.hero h1.hero-winning-copy {
  font-size: clamp(28px, 2.9vw, 50px); font-weight: 900; line-height: 1.45;
  letter-spacing: .01em; color: #142c20;
}
section.hero h1 .hero-winning-brand {
  font-family: var(--font-brand); font-size: 1.34em; font-weight: 800;
  line-height: 1.25; letter-spacing: -.035em; color: var(--craft-dark); margin-top: 8px;
}
section.hero .hero-sub { font-size: clamp(14px, 1.2vw, 18px); font-weight: 600; line-height: 2.05; }
@media (max-width: 760px) {
  section.hero h1.hero-winning-copy { font-size: clamp(20px, 6.5vw, 34px); line-height: 1.45; }
  section.hero h1 .hero-winning-brand { font-size: 1.34em; margin-top: 4px; }
  section.hero .hero-sub { font-size: 13px; line-height: 2; }
}


/* 内装は仕上げを2択で選ぶ */
.sim-interior-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.sim-interior-options .sim-int { padding: 12px; text-align: left; }
.sim-interior-options .si-img { aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; }
.sim-interior-options .si-img img { width: 100%; height: 100%; object-fit: cover; }
.sim-interior-options .si-name { display: block; margin-top: 12px; font-size: 16px; line-height: 1.6; }
.sim-interior-options .si-description { display: block; margin-top: 6px; color: var(--panel-muted); font-size: 12px; line-height: 1.8; }
.sim-interior-options .si-price { display: block; margin-top: 10px; font-weight: 700; font-size: 13px; color: var(--craft-dark); }
@media (max-width: 560px) {
  .sim-interior-options { gap: 10px; }
  .sim-interior-options .sim-int { padding: 9px; }
  .sim-interior-options .si-name { font-size: 13px; }
  .sim-interior-options .si-description { font-size: 11px; }
  .sim-interior-options .si-price { font-size: 11px; }
}

#simWrappingGuide .link-more { white-space: normal; overflow-wrap: anywhere; line-height: 1.8; }
.sim-interior-options .sim-int { min-width: 0; }

/* トップ下の特長を中央にまとめる */
section.hero .hero-highlights {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}
section.hero .hero-highlights li {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 80px;
  padding: 14px 18px;
}
section.hero .hero-highlights__link { align-self: center; }
@media (max-width: 560px) {
  section.hero .hero-highlights li { min-height: 76px; padding: 12px 8px; }
  section.hero .hero-highlights strong { font-size: 13px; }
}
/* 1t actual vehicle: preserve the complete side profile. */
#lu1t .lc-bg { background-size: contain; background-repeat: no-repeat; background-position: center; background-color: #fff; aspect-ratio: 4/3; }
.sim-panel .sp-img:has(img[src*="type-1t-side.webp"]) { aspect-ratio: 4/3; }
.sim-panel .sp-img img[src*="type-1t-side.webp"] { object-fit: contain; }

/* Make each hero feature a complete, keyboard-accessible section link. */
section.hero .hero-highlights li { padding: 0; }
section.hero .hero-highlights__item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 100%; min-height: 80px; padding: 14px 12px; color: inherit; text-decoration: none; box-sizing: border-box; }
section.hero .hero-highlights__item:focus-visible { outline: 3px solid #08784f; outline-offset: -3px; }
#shutter, #truck15, #factory, #support { scroll-margin-top: 90px; }
@media (max-width: 560px) { section.hero .hero-highlights__item { min-height: 86px; padding: 12px 6px; } section.hero .hero-highlights__link { font-size: 11px; } }

/* Kitchen categories: compact three-column layout on desktop. */
#simKitchen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 10px; }
#simKitchen .sim-optcat { min-width: 0; margin-bottom: 0; }
#simKitchen .sim-optlist { grid-template-columns: minmax(0, 1fr); }
#simKitchen .sim-opt { min-width: 0; height: 100%; box-sizing: border-box; }
#simKitchen .so-name { min-width: 0; overflow-wrap: anywhere; }
#simKitchen .sim-empty { grid-column: 1 / -1; }
@media (max-width: 700px) { #simKitchen { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 380px) { #simKitchen { grid-template-columns: minmax(0, 1fr); } }
/* Match the 1t lineup image frame to the other vehicle cards. */
#lu1t .lc-bg { aspect-ratio: 16/10; background-size: cover; }
.sim-panel .sp-img:has(img[src*="type-1t-lawn.webp"]) { aspect-ratio: 16/10; }
.sim-panel .sp-img img[src*="type-1t-lawn.webp"] { object-fit: cover; }
.cert-links { display: grid; gap: 10px; margin-top: 18px; }
.cert-links a { color: #086344; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; line-height: 1.7; overflow-wrap: anywhere; }
.cert-links small { color: #4e6557; font-size: 11px; line-height: 1.6; }
.cert-body { min-width: 0; }
/* Give the opening message a little more presence. */
section.hero h1.hero-winning-copy { font-size: clamp(32px, 3.4vw, 58px); }
section.hero .hero-copy .eyebrow { font-size: 14px; }
@media (max-width: 760px) {
  section.hero h1.hero-winning-copy { font-size: clamp(21px, 7vw, 38px); }
  section.hero .hero-copy .eyebrow { font-size: 11px; }
}