/* ひっぱれハウス 共通CSS / 2026-09-11 unused CSS cleanup */
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,400..1000&family=Gothic+A1:wght@600;900&family=IBM+Plex+Mono:wght@500;600;700&display=swap");
:root { --bg: #fcfbf7;
  --ink: #111718;
  --navy: #304044;
  --deep: #315462;
  --teal: #327b8d;
  --muted-blue: #748487;
  --olive: #7f8b62;
  --gold: #c1924d;
  --coral: #b96f55;
  --beige: #f3f0e8;
  --gray: #d9d9d9;
  --footer: #071012;
  --line: rgba(48, 64, 68, .78);
  --max: 1280px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .01em; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea { font: inherit; }
.inner { width: min(var(--max), calc(100% - 64px));
  margin-inline: auto; }
.site-header { height: 92px;
  background: rgba(252, 251, 247, .98);
  border-bottom: 1px solid var(--navy);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000; }
.header-inner { width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px; }
.site-logo { color: #244b5a;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.06em;
  white-space: nowrap; }
.global-nav { display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 800; }
.global-nav a { white-space: nowrap; }
.global-nav a:hover { color: var(--teal); }
.nav-cta { background: var(--gold);
  color: white !important;
  padding: 14px 25px;
  min-width: 105px;
  text-align: center; }
.menu-toggle { display: none;
  width: 44px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--navy);
  background: transparent; }
.menu-toggle span { display:block; height:2px; background:var(--navy); margin:5px 0; }
.kicker-band { min-height: 198px;
  border-bottom: 1px solid var(--navy);
  display: flex;
  align-items: center; }
.kicker-band strong { display: block;
  font: 900 34px/1.05 Arial, Helvetica, sans-serif;
  letter-spacing: .02em; }
.kicker-band .kicker-ja { display: block;
  margin: 0;
  color: var(--navy);
  font-family: "Google Sans Flex", "Gothic A1", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .05em; }
.section-head h2,
.page-section h2 { margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.35;
  letter-spacing: .01em; }
.section-title-center { color: var(--deep);
  text-align: center;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 44px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px; }
.btn { display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border: 1px solid var(--navy);
  background: white;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, opacity .2s ease; }
.btn:hover { transform: translateY(-2px); opacity: .88; }
.btn-teal { background: var(--teal); color: white; }
.btn-coral { background: var(--coral); color: white; }
.btn-olive { background: var(--olive); color: white; }
.btn-gold { background: var(--gold); color: white; }
.btn-row { display:flex; flex-wrap:wrap; gap:18px; }
.image-placeholder { background: var(--gray); min-height: 220px; }
.page-hero { padding: 95px 0 110px;
  border-bottom: 1px solid var(--navy); }
.page-hero-grid { display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 530px);
  align-items: center;
  gap: 82px; }
.page-hero h1 { margin: 0 0 22px;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.35;
  letter-spacing: .01em; }
.page-hero p { margin: 0 0 26px; font-size: 14px; max-width: 620px; }
.page-hero .image-placeholder { height: 286px; }
.page-section { padding: 95px 0;
  border-bottom: 1px solid var(--navy); }
.split-copy-head { display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(44px, 6vw, 86px);
  align-items: start; }
.split-copy-head__title { min-width: 0; }
.split-copy-head__title h2 { margin: 0; }
.split-copy-head__copy { min-width: 0; }
.split-copy-head .split-copy-head__lead { margin: 0 0 22px;
  max-width: none;
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .05em; }
.split-copy-head .split-copy-head__body { margin: 0;
  max-width: none;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em; }
.section-split-head { margin-bottom: 0; }
.flow-layout { display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 76px;
  align-items: start; }
.flow-list { display: grid; gap: 28px; }
.flow-item { position: relative;
  background: var(--beige);
  min-height: 118px;
  padding: 30px 28px 22px; }
.flow-step { position: absolute;
  left: 18px;
  top: -18px;
  background: var(--deep);
  color: white;
  min-width: 100px;
  padding: 6px 14px;
  font: 700 12px/1 "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: .08em; }
.flow-item h3 { margin: 0 0 16px 104px; font-size: 20px; line-height:1.3; }
.flow-item p { margin: 0;
  background: white;
  padding: 20px 22px;
  font-size: 13px;
  font-weight: 600; }
.final-cta { padding: 82px 0 86px;
  background: var(--beige);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  text-align: center; }
.final-cta .eyebrow { font-size: 13px; margin:0; }
.final-cta h2 { font-size: 26px; line-height:1.4; margin: 3px 0 28px; }
.final-cta .btn-row { justify-content:center; }
.final-cta .note { font-size: 13px; line-height:1.6; margin: 22px 0 0; }
.site-footer { background: var(--footer); color: white; }
.footer-main { padding: 72px 0 70px; }
.footer-grid { display:grid; grid-template-columns: 250px 1fr; gap: 80px; }
.footer-logo { font-size: 26px; font-weight: 900; color:#244b5a; letter-spacing:-.06em; margin-bottom: 28px; }
.footer-info, .footer-links { display:grid; gap: 5px; font-size: 13px; line-height:1.6; }
.footer-links { grid-template-columns: repeat(2, minmax(120px, 180px)); align-content:start; }
.footer-copy { height: 29px; background: #244b5a; display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:700; letter-spacing:.04em; }
.purpose-summary { margin:0 0 32px; padding:26px 28px; background:#fff; line-height:1.8; flex:1 1 auto; }
.listing-purpose { width:68%;
  margin:75px auto 0;
  border:1px solid var(--teal);
  padding:42px 34px 34px;
  text-align:center;
  position:relative; }
.listing-purpose h3 { position:absolute; left:28px; top:-22px; margin:0; padding:0 12px; background:var(--bg); color:var(--deep); font-size:24px; }
.listing-purpose p { margin:0 0 16px; }
.listing-purpose strong { color:var(--gold); }
.vehicle-listing-purpose { margin-top: 68px; }
.home-strengths { padding:95px 0 100px; border-bottom:1px solid var(--navy); }
.strength-lead { text-align:center; font-size:14px; max-width:860px; margin:-24px auto 70px; }
.strength-row { display:grid; grid-template-columns: 42% 1fr; gap:70px; align-items:center; min-height:390px; border-bottom:1px solid var(--olive); padding:22px 0; }
.strength-row.reverse { grid-template-columns:1fr 42%; }
.strength-row.reverse .image-placeholder { order:2; }
.strength-row:last-child { border-bottom:0; }
.strength-row .image-placeholder { height:360px; }
.strength-num { color:var(--teal); font:900 22px/1 "Montserrat", Arial, sans-serif; }
.strength-row h3 { color:#748487; font-size:35px; line-height:1.25; margin:22px 0 18px; }
.strength-row p { font-size:14px; }
.vehicle-section { padding:95px 0 90px; }
.vehicle-lead { text-align:center; margin:-24px auto 55px; max-width:820px; font-size:14px; }
.vehicle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.vehicle-card .vehicle-image { height:280px; background:var(--gray) url("img/mv-01.png") center/cover no-repeat; position:relative; }
.vehicle-name, .vehicle-price { position:absolute; top:0; left:0; color:white; background:var(--teal); padding:3px 7px; font-size:15px; }
.vehicle-price { top:auto; left:auto; right:0; bottom:0; background:var(--gold); }
.vehicle-meta { font-size:13px; line-height:1.55; padding:12px 0; }
.vehicle-actions { display:flex; gap:8px; }
.vehicle-actions .btn { flex:1; padding:7px 10px; min-height:40px; }
.vehicle-more { margin-top:54px; padding:30px; background:var(--olive); display:flex; gap:28px; justify-content:center; }
.beginner-section { padding:88px 0 90px; background:var(--muted-blue); color:white; }
.beginner-section .section-title-center { color:white; }
.beginner-lead { text-align:center; max-width:850px; margin:-22px auto 62px; font-size:14px; }
.beginner-panel { background:var(--deep); padding:42px 50px; }
.trouble-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:38px 52px; }
.trouble-card { display:grid; grid-template-columns: 210px 1fr; gap:26px; align-items:center; }
.trouble-card .image-placeholder { height:165px; }
.trouble-card h3 { margin:0 0 15px; font-size:20px; line-height:1.35; }
.trouble-card h3 small { display:block; font-size:12px; }
.trouble-card h3::after { content:"・・・"; display:block; color:var(--gold); letter-spacing:.08em; }
.trouble-card p { grid-column:1 / -1; margin:-12px 0 0; font-size:13px; }
.beginner-lower { display:grid; grid-template-columns: 36% 1fr; margin-top:55px; gap:0; align-items:stretch; }
.concern-list { background:var(--footer); padding:30px 34px; font-size:14px; display:grid; align-content:center; gap:9px; }
.concern-list span::before { content:"✓"; color:var(--gold); margin-right:8px; }
.beginner-cta { background:var(--bg); color:var(--ink); padding:34px 48px; }
.beginner-cta h3 { color:var(--teal); font-size:24px; margin:0 0 12px; }
.beginner-cta p { font-size:13px; }
.home-flow { padding:95px 0 92px; border-bottom:1px solid var(--navy); }
.home-flow-track { display:flex; gap:32px; overflow-x:auto; padding:16px 4px 28px; scroll-snap-type:x mandatory; align-items:stretch; }
.home-flow-card { flex:0 0 31%; min-width:340px; background:white; padding:30px 24px 24px; scroll-snap-align:start; position:relative; display:flex; flex-direction:column; }
.home-flow-card:not(:last-child)::after { content:"›"; position:absolute; right:-28px; top:52%; transform:translateY(-50%); color:var(--olive); font-size:56px; font-weight:300; }
.home-flow-card .step { color:var(--teal); font:800 12px/1 "Montserrat", Arial,sans-serif; }
.home-flow-card .step strong { display:block; font-size:28px; }
.home-flow-card h3 { font-size:19px; margin:10px 0 25px; }
.home-flow-card p { font-size:13px; min-height:70px; margin-bottom:20px; }
.home-flow-card .image-placeholder { height:240px; margin-top:auto; flex:0 0 240px; }
.faq-section { padding:88px 0 95px; }
.faq-layout { display:grid; grid-template-columns:260px 1fr; gap:80px; }
.faq-section .section-title-center { text-align:left; margin:0; }
.faq-list { display:grid; gap:6px; }
.faq-row { display:grid; grid-template-columns:52px 1fr; align-items:stretch; min-height:58px; }
.faq-row .mark { display:flex; align-items:center; justify-content:center; font:500 24px/1 Georgia,serif; }
.faq-row.q .mark { background:var(--olive); color:white; }
.faq-row.a .mark { border:1px solid var(--olive); color:var(--olive); }
.faq-row p { margin:0; padding:14px 18px; font-size:14px; display:flex; align-items:center; }
.sell-method-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px; margin-top:60px; }
.sell-method-card { background:white; padding:28px 26px 26px; min-height:430px; position:relative; }
.sell-method-card .num { color:var(--teal); font:900 18px/1 "Montserrat", Arial,sans-serif; }
.sell-method-card .badge { position:absolute; top:24px; right:22px; border:1px solid var(--navy); padding:2px 9px; font-size:12px; }
.sell-method-card h3 { font-size:16px; margin:24px 0 18px; }
.sell-method-card p { font-size:13px; }
.check-list { list-style:none; padding:0; margin:20px 0 0; font-size:13px; }
.check-list li { margin:8px 0; }
.check-list li::before { content:"✓"; color:var(--gold); margin-right:8px; }
.sell-recommend-title { display:flex; align-items:center; gap:9px; margin:26px 0 12px; color:var(--teal); font-size:18px; line-height:1.5; }
.sell-recommend-title span { color:var(--gold); font-size:12px; transform:rotate(45deg); }
.move-problem-list, .publish-recommend-list { margin-top:0; font-size:18px; line-height:1.8; }
.move-problem-list li, .publish-recommend-list li { margin:10px 0; }
.buy-listing .vehicle-grid { margin-top:58px; }
.buy-note { margin-top:38px; font-size:13px; }
.buy-note + .buy-note { margin-top:28px; }
.move-problem p { max-width:950px; }
.move-service-title { display:flex; gap:10px; align-items:flex-start; }
.move-service-title .num { color:var(--teal); font:900 15px/1.3 "Montserrat", Arial,sans-serif; }
.move-service-title h3 { font-size:28px; line-height:1.25; margin:0; }
.move-service-copy p { font-size:13px; margin:0; }
.company-intro { padding:95px 0 120px; }
.company-intro .page-hero-grid { gap:70px; }
.rep-section { padding:85px 0 120px; }
.rep-name { margin-top:65px; font-weight:800; }
.policy-section { padding:65px 0 85px; }
.policy-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; margin-top:70px; }
.policy-card .num { color:var(--teal); font:900 17px/1 "Montserrat", Arial,sans-serif; margin-bottom:8px; }
.policy-card .image-placeholder { height:190px; }
.outline-section { padding:95px 0 105px; border-top:1px solid var(--navy); }
.outline-grid { display:grid; grid-template-columns: 280px 1fr; gap:105px; align-items:start; }
.outline-table { margin:0; }
.outline-row { display:grid; grid-template-columns:120px 1fr; border-bottom:1px solid var(--deep); padding:18px 0; font-size:13px; }
.outline-row:last-child { border-bottom:0; }
@media (max-width: 1020px) {
  .global-nav { gap:17px; font-size:12px; }
  .listing-purpose { width:82%; }
}
@media (max-width: 860px) {
  body { line-height:1.7; }
  .inner { width:min(100% - 36px, var(--max)); }
  .site-header { height:72px; }
  .header-inner { width:calc(100% - 28px); }
  .site-logo { font-size:22px; }
  .menu-toggle { display:block; }
  .global-nav { position:absolute;
    top:72px;
    left:0;
    right:0;
    display:flex;
    background:var(--bg);
    border-bottom:1px solid var(--navy);
    padding:22px;
    flex-direction:column;
    gap:0;
    align-items:stretch;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .16s ease, transform .16s ease, visibility 0s linear .16s; }
  .global-nav.is-open { opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
    transition-delay:0s; }
  .global-nav a { padding:12px 5px; border-bottom:1px solid rgba(48,64,68,.16); }
  .global-nav .nav-cta { margin-top:8px; border:0; }
  .kicker-band { min-height:145px; }
  .kicker-band strong { font-size:28px; }
  .page-hero { padding:62px 0 70px; }
  .page-hero-grid { grid-template-columns:1fr; gap:34px; }
  .page-hero .image-placeholder { height:230px; }
  .page-section { padding:70px 0; }
  .split-copy-head { grid-template-columns: 1fr;
    row-gap: 26px; }
  .split-copy-head .split-copy-head__lead { margin-bottom: 16px;
    font-size: 21px; }
  .split-copy-head .split-copy-head__body { font-size: 16px; }
  .flow-layout, .faq-layout, .outline-grid { grid-template-columns:1fr; gap:40px; }
  .flow-item h3 { margin-left:0; margin-top:16px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .home-strengths, .vehicle-section, .beginner-section, .home-flow, .faq-section { padding-block:70px; }
  .sell-method-grid, .vehicle-grid, .trouble-grid, .policy-grid { grid-template-columns:1fr; }
  .listing-purpose { width:100%; }
  .strength-row, .strength-row.reverse { grid-template-columns:1fr; gap:28px; min-height:0; padding:40px 0; }
  .strength-row.reverse .image-placeholder { order:0; }
  .strength-row .image-placeholder { height:280px; }
  .vehicle-more { flex-direction:column; }
  .trouble-card { grid-template-columns:120px 1fr; }
  .trouble-card .image-placeholder { height:120px; }
  .beginner-panel { padding:26px 20px; }
  .beginner-lower { grid-template-columns:1fr; }
  .home-flow-card { flex-basis:84%; min-width:285px; }
  .faq-section .section-title-center { text-align:center; }
  .outline-row { grid-template-columns:100px 1fr; }
}
@media (max-width: 520px) {
  .page-hero h1 { font-size:30px; }
  .btn-row { gap:9px; }
  .btn { padding-inline:16px; min-height:48px; }
  .final-cta .btn-row .btn { flex:1 1 100%; }
  .footer-links { grid-template-columns:1fr; }
  .section-title-center { font-size:28px; }
  .trouble-card { grid-template-columns:1fr; }
  .trouble-card p { grid-column:auto; margin:0; }
  .beginner-cta { padding:28px 22px; }
  .faq-row { grid-template-columns:44px 1fr; }
  .faq-row p { font-size:13px; padding-inline:12px; }
  .sell-method-card { min-height:0; }
  .flow-item { padding:30px 16px 18px; }
  .flow-item p { padding:16px; }
  .policy-grid { grid-template-columns:1fr 1fr; }
}
.kicker-band { min-height: 142px; }
.kicker-ja { display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em; }
.flow-list { gap: 34px; }
.flow-item { padding: 0 28px 22px;
  margin-top: 18px; }
.flow-title-row { min-height: 48px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateY(-14px);
  margin-bottom: -2px; }
.flow-step { position: static;
  flex: 0 0 auto;
  min-width: 100px;
  padding: 7px 14px; }
.flow-item h3 { margin: 0;
  font-size: 20px;
  line-height: 1.35; }
.flow-item p { margin-top: 0; }
.footer-grid { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.25fr); gap: 100px; }
.footer-nav-groups { display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(180px, 240px);
  gap: 70px;
  align-content: start; }
.footer-links { display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  line-height: 1.6; }
.footer-info a { color: inherit; text-decoration: none; }
.footer-info { line-height: 1.75; }
.outline-grid { align-items: stretch; }
.outline-heading { display: flex;
  flex-direction: column;
  justify-content: center; }
.access-section { padding: 88px 0 100px;
  border-top: 1px solid var(--navy); }
.access-grid { display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 105px;
  align-items: center; }
.access-heading h2 { margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.35; }
.access-heading p { margin: 0;
  font-size: 14px;
  line-height: 1.8; }
.access-map { height: 430px;
  background: var(--gray); }
.access-map iframe { display: block;
  width: 100%;
  height: 100%;
  border: 0; }
.blog-index-section { padding: 94px 0 110px; }
.blog-grid { display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 28px; }
.blog-card a { display: block; }
.blog-thumb { height: 250px; }
.blog-card-meta { display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 12px;
  font-size: 12px; }
.blog-card-meta time { color: var(--deep); font-weight: 700; }
.blog-card-meta span { display: inline-block;
  min-width: 72px;
  padding: 3px 10px;
  border: 1px solid var(--teal);
  color: var(--teal);
  text-align: center; }
.blog-card h2 { margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.65; }
.blog-card p { margin: 0 0 16px; font-size: 13px; }
.blog-more { display: inline-block;
  color: var(--teal);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px; }
.pagination { display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 75px; }
.pagination a { min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--navy);
  font-size: 13px; }
.blog-detail-section { padding: 90px 0 110px; }
.blog-detail-inner { max-width: 940px; }
.blog-detail-head { margin-bottom: 44px; }
.blog-detail-head .blog-card-meta { margin-top: 0; }
.blog-detail-head h1 { margin: 18px 0 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.5; }
.blog-detail-hero { height: 500px; margin-bottom: 65px; }
.blog-content { width: min(760px, 100%); margin: 0 auto; }
.blog-content p { margin: 0 0 32px; font-size: 15px; line-height: 2; }
.blog-content h2 { margin: 70px 0 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--deep);
  font-size: 28px;
  line-height: 1.5; }
.blog-content h3 { margin: 55px 0 24px;
  padding-left: 16px;
  border-left: 5px solid var(--teal);
  font-size: 22px;
  line-height: 1.5; }
.blog-content ul { margin: 0 0 36px;
  padding: 26px 30px 26px 52px;
  background: var(--beige); }
.blog-content li { margin: 8px 0; font-size: 14px; }
.blog-detail-back { text-align: center; margin-top: 75px; }
@media (max-width: 860px) {
  .kicker-band { min-height: 110px; }
  .kicker-ja { font-size: 18px; }
  .flow-title-row { gap: 12px; }
  .flow-step { min-width: 88px; padding-inline: 10px; }
  .flow-item h3 { font-size: 17px; }
  .footer-nav-groups { grid-template-columns: 1fr 1fr; gap: 38px; }
  .access-grid { grid-template-columns: 1fr; gap: 34px; }
  .access-map { height: 360px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-detail-hero { height: 380px; }
}
@media (max-width: 520px) {
  .flow-item { padding-inline: 14px; }
  .flow-title-row { align-items: flex-start; }
  .flow-step { min-width: 82px; }
  .flow-item h3 { padding-top: 2px; }
  .footer-nav-groups { grid-template-columns: 1fr 1fr; gap: 24px; }
  .blog-grid { grid-template-columns: 1fr; gap: 44px; }
  .blog-thumb { height: 220px; }
  .blog-detail-hero { height: 260px; margin-bottom: 45px; }
  .blog-content h2 { font-size: 24px; }
  .blog-content h3 { font-size: 20px; }
}
:root { --font-main: "IBM Plex Mono", "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  --font-display: "Google Sans Flex", "IBM Plex Mono", Arial, sans-serif;
  --font-logo: "HOT-SenshuSumoLarge Std", "Gothic A1", "Noto Sans CJK JP", sans-serif;
  --font-sign: "SOT-Yose", "Noto Sans CJK JP", "Yu Mincho", serif; }
body { font-family: var(--font-main);
  font-weight: 500;
  letter-spacing: .05em; }
.site-logo,
.footer-logo { font-family: var(--font-logo);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em; }
.site-logo,
.footer-logo { display: inline-flex;
  align-items: center; }
.site-logo img,
.footer-logo img { display: block;
  width: 215px;
  max-width: 100%;
  height: auto; }
.footer-logo img { width: 215px; }
.number-mark { display: inline-block;
  width: auto;
  height: 14px;
  max-width: 100%;
  vertical-align: middle; }
.step-mark { display: block;
  width: 38px;
  height: 41px;
  object-fit: contain; }
.global-nav { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
.nav-cta { font-size: 16px;
  font-weight: 700;
  letter-spacing: 0; }
.btn { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
.kicker-band { min-height: 142px; }
.kicker-ja { font-family: var(--font-main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
  color: var(--navy); }
.page-hero h1,
.company-intro h1 { font-family: var(--font-main);
  font-size: 40px !important;
  font-weight: 700;
  line-height: 1.35 !important;
  letter-spacing: .05em; }
.page-hero p, .company-intro p, .buy-note, .move-service-copy p { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .05em; }
.section-head h2, .page-section h2, .rep-section h2, .policy-section h2, .outline-heading h2, .access-heading h2, .section-title-center { font-family: var(--font-main);
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .05em; }
.strength-lead, .strength-row p, .vehicle-lead, .vehicle-meta, .beginner-lead, .trouble-card p, .concern-list, .beginner-cta p, .home-flow-card p, .faq-row p { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
.section-title-center { font-size: 32px !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px; }
.listing-purpose h3, .listing-purpose p, .vehicle-name, .vehicle-price, .vehicle-actions .btn, .vehicle-more .btn { font-family: var(--font-main);
  letter-spacing: .05em; }
.strength-num, .sell-method-card .num, .move-service-title .num, .policy-card .num { font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em; }
.strength-row h3 { font-family: var(--font-main);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .05em; }
.vehicle-name { font-size: 24px; font-weight: 700; }
.vehicle-price { font-size: 20px; font-weight: 700; }
.trouble-card h3,
.beginner-cta h3 { font-family: var(--font-main); font-size: 24px; font-weight: 700; letter-spacing: .05em; }
.home-flow-card .step { font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.home-flow-card h3 { font-family: var(--font-main); font-size: 24px; font-weight: 700; letter-spacing: .05em; }
.faq-row .mark { font-family: var(--font-main); font-size: 24px; font-weight: 500; }
.concern-list span::before,
.check-list li::before { content: "✓" !important;
  font-family: sans-serif;
  font-weight: 700; }
.sell-method-card h3, .sell-method-card p, .check-list, .move-service-title h3 { font-family: var(--font-main);
  letter-spacing: .05em; }
.sell-method-card h3 { font-size: 20px; font-weight: 700; }
.sell-method-card p,
.check-list { font-size: 18px; }
.sell-method-card .badge { font-size: 18px; }
.move-service-title h3 { font-size: 32px; font-weight: 700; }
.flow-item { padding: 0 28px 22px; }
.flow-title-row { min-height: 52px;
  gap: 20px;
  transform: translateY(-16px);
  margin-bottom: -2px; }
.flow-step { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: 120px;
  padding: 8px 14px; }
.flow-item h3 { font-family: var(--font-main);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em; }
.flow-item p { font-family: var(--font-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em; }
.final-cta .eyebrow,
.final-cta .note { font-family: var(--font-main); font-size: 18px; font-weight: 500; letter-spacing: .05em; }
.final-cta h2 { font-family: var(--font-main); font-size: 24px; font-weight: 700; letter-spacing: .05em; }
.footer-info,
.footer-links { font-family: var(--font-main); font-size: 18px; font-weight: 500; letter-spacing: .05em; }
.footer-copy { font-family: "Gothic A1", sans-serif; font-size: 14px; font-weight: 900; letter-spacing: .05em; }
.rep-name { font-family: var(--font-sign); font-size: 18px; font-weight: 400; letter-spacing: .05em; }
.outline-heading { justify-content: center; }
.outline-row { font-family: var(--font-main); font-size: 18px; font-weight: 500; letter-spacing: .05em; }
.outline-row strong { font-weight: 700; }
.access-grid { align-items: start; }
.access-content { display: grid; gap: 28px; }
.access-map { height: 430px; }
.map-link { display: inline-block;
  margin-top: 14px;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--teal); }
.blog-index-section { padding-top: 82px; }
.blog-card-meta,
.blog-card h2,
.blog-card p,
.blog-more,
.blog-detail-head h1,
.blog-content p,
.blog-content h2,
.blog-content h3,
.blog-content li { font-family: var(--font-main); letter-spacing: .05em; }
.blog-card-meta { font-size: 14px; }
.blog-card h2 { font-size: 20px; font-weight: 700; }
.blog-card p { font-size: 18px; }
.blog-more { font-size: 18px; }
.blog-detail-head h1 { font-size: 40px; font-weight: 700; }
.blog-content p { font-size: 18px; }
.blog-content h2 { font-size: 32px; font-weight: 700; }
.blog-content h3 { font-size: 24px; font-weight: 700; }
.blog-content li { font-size: 18px; }
@media (max-width: 1180px) {
  .global-nav { font-size: 15px; gap: 16px; }
  .nav-cta { font-size: 14px; }
}
@media (max-width: 860px) {
  .site-logo { font-size: 26px; }
  .global-nav { font-size: 16px; }
  .kicker-ja { font-size: 32px; }
  .page-hero h1,
  .company-intro h1 { font-size: 34px !important; }
  .page-hero p, .company-intro p, .buy-note, .move-service-copy p { font-size: 16px; }
  .section-head h2, .page-section h2, .rep-section h2, .policy-section h2, .outline-heading h2, .access-heading h2, .section-title-center { font-size: 28px !important; }
  .flow-item h3 { font-size: 20px; }
  .flow-item p { font-size: 16px; }
  .flow-step { font-size: 15px; min-width: 100px; }
  .footer-info, .footer-links { font-size: 16px; }
  .strength-lead, .strength-row p, .vehicle-lead, .vehicle-meta, .beginner-lead, .trouble-card p, .concern-list, .beginner-cta p, .home-flow-card p, .faq-row p { font-size: 16px; }
}
@media (max-width: 520px) {
  .kicker-ja { font-size: 28px; }
  .page-hero h1,
  .company-intro h1 { font-size: 30px !important; }
  .btn { font-size: 15px; }
  .flow-title-row { gap: 10px; }
  .flow-step { min-width: 82px; font-size: 13px; padding-inline: 8px; }
  .flow-item h3 { font-size: 17px; }
  .access-map { height: 320px; }
}
.kicker-band .kicker-ja { font-size: 40px !important;
  font-weight: 700;
  line-height: 1.05;
  margin: 0; }
.outline-row-office > span { display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px; }
.outline-address { line-height: 1.75; }
.outline-map-link { margin-top: 2px; }
.image-placeholder { background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
.image-placeholder img { width:100%; height:100%; object-fit:cover; display:block; }
.image-placeholder--sell-intro { background-image:url("img/sell-intro-01.jpg"); }
.image-placeholder--buy-intro { background-image:url("img/buy-intro-01.jpg"); }
.image-placeholder--move-intro { background-image:url("img/move-intro-01.jpg"); }
.image-placeholder--publish-intro { background-image:url("img/publish-intro-01.jpg"); }
.image-placeholder--company-intro { background-image:url("img/company-intro-01.jpg"); }
.image-placeholder--strength-01 { background-image:url("img/home-strength-01.jpg"); }
.image-placeholder--strength-02 { background-image:url("img/home-strength-02.jpg"); }
.image-placeholder--strength-03 { background-image:url("img/home-strength-03.jpg"); }
.image-placeholder--flow-01 { background-image:url("img/home-flow-01.png"); }
.image-placeholder--flow-02 { background-image:url("img/home-flow-02.png"); }
.image-placeholder--flow-03 { background-image:url("img/home-flow-03.png"); }
.image-placeholder--flow-04 { background-image:url("img/home-flow-04.jpg"); }
.image-placeholder--flow-05 { background-image:url("img/home-flow-05.jpg"); }
.move-service-grid { margin-top:65px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:34px 36px; }
.publish-services-grid { margin-top:65px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px 28px; }
.move-service-card,
.publish-service-card { position:relative;
  min-height:265px;
  overflow:hidden;
  isolation:isolate;
  background:var(--gray); }
.move-service-overlay,
.publish-service-overlay { position:absolute;
  inset:0;
  background:rgba(247,247,244,.78);
  z-index:0; }
.move-service-card-inner,
.publish-service-inner { position:relative;
  z-index:1;
  height:100%;
  padding:28px 26px 24px; }
.move-service-card .move-service-title,
.publish-service-card .publish-service-inner > div:first-child { display:flex;
  align-items:flex-start;
  gap:10px; }
.move-service-card .move-service-title .num,
.publish-service-card .num { color:var(--teal); }
.move-service-card .move-service-title h3,
.publish-service-card h3 { margin:0; }
.publish-service-card p,
.move-service-card p { margin:0; }
.move-service-copy { margin-top: 22px; }
.publish-service-inner > div + div { margin-top: 22px; }
.move-service-card--01 { background-image:url("img/move-content-01.jpg"); background-position:center; background-size:cover; }
.move-service-card--02 { background-image:url("img/move-content-02.jpg"); background-position:center; background-size:cover; }
.move-service-card--03 { background-image:url("img/move-content-03.jpg"); background-position:center; background-size:cover; }
.move-service-card--04 { background-image:url("img/move-content-04.jpg"); background-position:center; background-size:cover; }
.move-service-card--05 { background-image:url("img/move-content-05.jpg"); background-position:center; background-size:cover; }
.move-service-card--06 { background-image:url("img/move-content-06.jpg"); background-position:center; background-size:cover; }
.publish-service-card--01 { background-image:url("img/publish-content-01.jpg"); background-position:center; background-size:cover; }
.publish-service-card--02 { background-image:url("img/publish-content-02.jpg"); background-position:center; background-size:cover; }
.publish-service-card--03 { background-image:url("img/publish-content-03.jpg"); background-position:center; background-size:cover; }
@media (max-width: 980px) {
  .move-service-grid,
  .publish-services-grid { grid-template-columns:1fr; }
}
.vehicle-list-page { padding: 70px 0 95px; }
.vehicle-list-intro { max-width: 860px; margin: 0 0 34px; }
.vehicle-filter { margin-bottom: 46px;
  padding: 24px;
  border: 1px solid var(--navy);
  background: rgba(255,255,255,.55);
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr)) auto;
  gap: 14px;
  align-items: end; }
.vehicle-filter-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.vehicle-filter-field label { font-size:13px; font-weight:700; letter-spacing:.04em; }
.vehicle-filter-field select,
.vehicle-filter-field input { width:100%;
  min-width:0;
  height:48px;
  padding:0 12px;
  border:1px solid rgba(48,64,68,.55);
  background:#fff;
  color:var(--ink);
  font:inherit; }
.vehicle-filter-field select:disabled { background:#f1f2ef; color:#8a9293; cursor:not-allowed; }
.vehicle-filter-actions { display:flex; gap:8px; }
.vehicle-filter-actions .btn { min-width:110px; justify-content:center; }
.vehicle-list-count { margin:0 0 20px; font-size:14px; }
.vehicle-list-empty { display:none; padding:40px 20px; text-align:center; border:1px solid rgba(48,64,68,.25); background:#fff; }
.vehicle-list-empty.is-visible { display:block; }
.vehicle-card[hidden] { display:none !important; }
@media (max-width:1100px) {
  .vehicle-filter { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .vehicle-filter-actions { grid-column:span 1; }
}
@media (max-width:767px) {
  .vehicle-list-page { padding-top:50px; }
  .vehicle-filter { grid-template-columns:1fr; padding:18px; }
  .vehicle-filter-actions { grid-column:auto; }
  .vehicle-filter-actions .btn { flex:1; }
}
.vehicle-list-guide { margin:42px 0 0; padding:24px 28px; background:rgba(147,157,107,.12); border-left:4px solid var(--olive); font-size:16px; line-height:1.8; }
@media (max-width:767px) {
  .vehicle-list-guide { padding:20px; font-size:16px; }
}
.strength-num,
.sell-method-card .num,
.move-service-card .num,
.publish-service-card .num,
.policy-card .num { line-height: 1; }
.strength-num .number-mark { height: 14px; }
.sell-method-card .num .number-mark,
.move-service-card .num .number-mark,
.publish-service-card .num .number-mark,
.policy-card .num .number-mark { height: 14px; }
.home-flow-card .step { min-height: 41px;
  display: flex;
  align-items: flex-start; }
@media (max-width: 1100px) and (min-width: 768px) {
  .site-logo img { width: 185px; }
}
@media (max-width: 767px) {
  .site-logo img { width: 165px; }
  .footer-logo img { width: 190px; }
}
.company-section-title { font-size:30px; margin:0; }
.policy-grid--values { align-items:stretch; }
.policy-card--value { border-top: 1px solid var(--navy);
  padding: 22px 0 0;
  display: flex;
  flex-direction: column; }
.policy-card--value .num { margin-bottom: 22px; }
.policy-card--value h3 { margin: 0 0 20px;
  color: var(--teal);
  font-size: 22px;
  line-height: 1.5; }
.policy-card--value p { margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.9; }
.policy-grid--values-compact .policy-card--value { min-height:0; }
.policy-grid--values-compact .policy-card--value h3 { margin-bottom:0; }
.access-content--map-only { min-width:0; }
.faq-page-hero { padding: 86px 0 76px; border-bottom:1px solid var(--navy); }
.faq-page-hero-grid { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:70px; align-items:end; }
.faq-page-hero .eyebrow { color:var(--teal); font-size:18px; font-weight:700; margin:0 0 18px; }
.faq-page-hero h1 { font-size:48px; line-height:1.35; margin:0 0 24px; }
.faq-page-hero p { max-width:780px; margin:0; line-height:1.9; }
.faq-page-groups { padding: 0 0 100px; }
.faq-category { padding:58px 0 0; 
  margin-top:58px; }
.faq-category:first-child { margin-top:0; }
.faq-category h2 { font-size:28px; margin:0 0 28px; }
.faq-page-list { display:grid; gap:8px; }
.faq-page-item { background:#fff; border:1px solid #d8dddb; }
.faq-page-q, .faq-page-a { display:grid; grid-template-columns:58px 1fr; }
.faq-page-q .mark, .faq-page-a .mark { display:flex; align-items:flex-start; justify-content:center; font-size:24px; line-height:1; padding-top:18px; }
.faq-page-q .mark { background:var(--olive); color:#fff; }
.faq-page-a .mark { color:var(--olive); border-top:1px solid #d8dddb; }
.faq-page-q h3 { margin:0; padding:17px 20px; font-size:18px; line-height:1.65; }
.faq-page-a .answer { border-top:1px solid #d8dddb; padding:17px 20px 20px; font-size:14px; line-height:1.9; }
.faq-page-a .answer p { margin:0 0 12px; }
.faq-page-a .answer p:last-child { margin-bottom:0; }
.faq-page-a .answer ul { margin:8px 0 0; padding-left:1.4em; }
.privacy-page { padding:86px 0 110px; }
.privacy-page .privacy-inner { max-width:980px; margin:0 auto; }
.privacy-page h1 { font-size:42px; margin:0 0 36px; }
.privacy-lead { font-size:15px; line-height:2; margin:0 0 48px; }
.privacy-section { padding:34px 0; border-top:1px solid #cdd3d1; }
.privacy-section h2 { margin:0 0 20px; font-size:23px; color:var(--teal); }
.privacy-section p, .privacy-section li { font-size:14px; line-height:1.9; }
.privacy-section p { margin:0 0 14px; }
.privacy-section ul { margin:12px 0 0; padding-left:1.5em; }
@media (max-width: 1020px) {
  .policy-grid--values { grid-template-columns:repeat(2,1fr); }
  .faq-page-hero-grid { grid-template-columns:1fr; gap:32px; }
  .faq-page-hero h1 { font-size:40px; }
}
@media (max-width: 767px) {
  .policy-grid--values { grid-template-columns:1fr; gap:36px; }
  .policy-card--value h3 { font-size:20px; }
  .faq-page-hero { padding:56px 0 52px; }
  .faq-page-hero h1 { font-size:32px; }
  .faq-page-hero .btn-row { flex-direction:column; align-items:stretch; }
  .faq-page-hero .btn-row .btn { width:100%; }
  .faq-page-q, .faq-page-a { grid-template-columns:46px 1fr; }
  .faq-page-q h3 { font-size:16px; padding:15px 15px; }
  .faq-page-a .answer { padding:15px; }
  .privacy-page { padding:56px 0 80px; }
  .privacy-page h1 { font-size:32px; }
}
.privacy-contact-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:24px; }
@media (max-width:767px) {
  .privacy-contact-actions { flex-direction:column; }
  .privacy-contact-actions .btn { width:100%; justify-content:center; }
}
.contact-page { padding: 80px 0 100px; }
.contact-layout { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:72px; align-items:start; }
.contact-intro h1 { margin:0 0 24px; font-size:42px; line-height:1.35; }
.contact-intro > p { font-size:16px; line-height:1.9; }
.contact-guide, .contact-alt { margin-top:38px; padding:26px 28px; background:rgba(255,255,255,.58); border:1px solid rgba(48,64,68,.18); }
.contact-guide h2, .contact-alt h2 { margin:0 0 14px; font-size:20px; }
.contact-guide ul { margin:0 0 14px; padding-left:1.3em; }
.contact-guide li { margin:6px 0; }
.contact-guide p, .contact-alt p { margin:0; font-size:14px; line-height:1.7; }
.contact-alt .btn { margin-top:18px; }
.contact-form { background:#fff; border:1px solid var(--navy); padding:36px 38px 40px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 20px; }
.contact-form-heading { grid-column:1 / -1; padding-bottom:18px; border-bottom:1px solid rgba(48,64,68,.2); }
.contact-form-heading h2 { margin:0 0 8px; font-size:28px; }
.contact-form-heading p { margin:0; font-size:13px; }
.form-field { display:flex; flex-direction:column; gap:9px; min-width:0; }
.form-field--full { grid-column:1 / -1; }
.form-field label { font-size:14px; font-weight:700; }
.required-mark { display:inline-block; margin-left:6px; padding:2px 6px; background:var(--coral); color:#fff; font-size:11px; font-weight:700; vertical-align:middle; }
.form-field input:not([type="file"]), .form-field select, .form-field textarea { width:100%; border:1px solid rgba(48,64,68,.45); background:#fff; color:var(--ink); padding:12px 14px; font:inherit; }
.form-field input:not([type="file"]), .form-field select { min-height:50px; }
.form-field textarea { resize:vertical; min-height:180px; }
.form-field input[type="file"] { width:100%; padding:14px; border:1px dashed rgba(48,64,68,.45); background:#fafafa; }
.form-field small { font-size:12px; line-height:1.6; color:#657376; }
.form-privacy { grid-column:1 / -1; display:flex; align-items:flex-start; gap:10px; font-size:14px; }
.form-privacy input { margin-top:.25em; }
.contact-submit { grid-column:1 / -1; width:min(100%,360px); min-height:58px; justify-self:center; }
.vehicle-detail-page { padding:58px 0 100px; }
.vehicle-detail-back { margin-bottom:24px; font-size:14px; }
.vehicle-detail-back a { color:var(--teal); text-decoration:none; }
.vehicle-detail-grid { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr); gap:60px; align-items:start; }
.vehicle-detail-main-image { min-height:520px; background:var(--gray); overflow:hidden; }
.vehicle-detail-main-image img { width:100%; height:100%; min-height:520px; object-fit:cover; display:block; }
.vehicle-detail-info { min-width:0; }
.vehicle-detail-price { margin:12px 0 28px; color:var(--gold); font-size:24px; font-weight:700; }
.vehicle-detail-specs { margin:0; border-top:1px solid rgba(48,64,68,.3); }
.vehicle-detail-specs > div { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:17px 0; border-bottom:1px solid rgba(48,64,68,.2); }
.vehicle-detail-specs dt { font-weight:700; color:var(--deep); }
.vehicle-detail-specs dd { margin:0; line-height:1.7; }
.vehicle-type-tag { display:inline-block; margin:0 8px 5px 0; padding:3px 9px; border:1px solid var(--teal); color:var(--teal); font-size:13px; }
.vehicle-detail-specs-equipment dd { white-space:normal; }
.vehicle-detail-actions { display:flex; gap:12px; margin-top:30px; }
.vehicle-detail-actions .btn { flex:1; justify-content:center; }
.vehicle-detail-description { margin-top:70px; padding-top:38px; border-top:1px solid var(--navy); }
.vehicle-detail-description h2 { margin:0 0 18px; font-size:28px; }
.vehicle-detail-description p { max-width:900px; line-height:1.9; }
@media (max-width:1100px) {
  .contact-layout { grid-template-columns:1fr; gap:42px; }
  .vehicle-detail-grid { grid-template-columns:1fr; gap:34px; }
  .vehicle-detail-main-image, .vehicle-detail-main-image img { min-height:420px; }
}
@media (max-width:767px) {
  .contact-page { padding:55px 0 75px; }
  .contact-intro h1 { font-size:30px; }
  .contact-form { grid-template-columns:1fr; padding:24px 18px 28px; gap:20px; }
  .contact-form-heading, .form-field--full, .form-privacy, .contact-submit { grid-column:auto; }
  .vehicle-detail-page { padding:42px 0 75px; }
  .vehicle-detail-main-image, .vehicle-detail-main-image img { min-height:290px; }
  .vehicle-detail-specs > div { grid-template-columns:90px 1fr; gap:14px; }
  .vehicle-detail-actions { flex-direction:column; }
}
.menu-toggle { position: relative;
  overflow: hidden; }
.menu-toggle span { transform-origin: center;
  transition: transform .16s ease, opacity .12s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(.35); }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.trouble-card .trouble-icon { width: 165px;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center; }
.trouble-card .trouble-icon img { width: 100%;
  height: 100%;
  object-fit: contain; }
.policy-card--value .policy-icon { width: 120px;
  height: 120px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center; }
.policy-card--value .policy-icon img { width: 100%;
  height: 100%;
  object-fit: contain; }
.rep-section { padding: 100px 0 120px;
  border-top: 1px solid rgba(48,64,68,.18);
  border-bottom: 1px solid rgba(48,64,68,.18); }
.rep-message-content { min-width: 0; }
.rep-message-head { position: static; }
.rep-message-catch { margin: 0;
  color: var(--deep);
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.42;
  letter-spacing: .04em; }
.rep-message-catch em { color: var(--teal);
  font-style: normal; }
.rep-message-lead { margin: 30px 0 0;
  padding-top: 24px;
  border-top: 6px solid var(--gold);
  font-size: 16px;
  line-height: 1.9; }
.rep-message-body { margin-top: 42px;
  font-size: 16px;
  line-height: 2.05; }
.rep-message-body > p { margin: 0 0 30px; }
.rep-scene-list { margin: 10px 0 40px;
  padding: 0;
  border-top: 1px solid rgba(49,84,98,.35);
  border-bottom: 1px solid rgba(49,84,98,.35);
  display: grid; }
.rep-scene-list span { position: relative;
  display: block;
  padding: 16px 8px 16px 34px;
  font-weight: 600;
  line-height: 1.75; }
.rep-scene-list span + span { border-top: 1px dashed rgba(49,84,98,.22); }
.rep-scene-list span::before { content: "";
  position: absolute;
  left: 8px;
  top: 1.35em;
  width: 8px;
  height: 8px;
  background: var(--teal);
  transform: rotate(45deg); }
.rep-message-quote { margin: 36px 0;
  padding: 28px 30px;
  border-top: 1px solid var(--teal);
  border-bottom: 1px solid var(--teal);
  color: var(--teal);
  font-size: clamp(20px, 2.1vw, 27px);
  font-weight: 700;
  line-height: 1.75; }
.rep-message-quote span { display: block; }
.rep-message-closing { margin-top: 42px !important;
  color: var(--deep);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.9; }
.rep-message-body .rep-name { margin: 58px 0 0;
  text-align: right;
  line-height: 1.35; }
.rep-name span { display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em; }
.rep-name strong { display: block;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: .08em; }
@media (max-width: 860px) {
  .trouble-card .trouble-icon { width: 120px;
    height: 120px; }
  .policy-card--value .policy-icon { width: 104px;
    height: 104px; }
  .rep-message-catch { font-size: clamp(30px, 4.4vw, 40px); }
  .rep-message-lead,
  .rep-message-body { font-size: 16px; }
}
@media (max-width: 680px) {
  .trouble-card { grid-template-columns: 1fr;
    justify-items: center;
    text-align: center; }
  .trouble-card .trouble-icon { justify-self: center; }
  .trouble-card h3 { width: 100%;
    text-align: center; }
  .trouble-card p { grid-column: auto;
    width: 100%;
    margin: 0;
    text-align: left; }
}
@media (max-width: 560px) {
  .trouble-card .trouble-icon { width: 150px;
    height: 150px;
    justify-self: center; }
  .rep-section { padding: 72px 0 82px; }
  .rep-message-catch { font-size: 34px; }
  .rep-message-lead,
  .rep-message-body { font-size: 16px; }
  .rep-message-quote { padding: 22px 0; }
  .rep-scene-list span { padding: 14px 4px 14px 28px; }
  .rep-scene-list span::before { left: 4px; }
}
@media (max-width: 1100px) {
  .listing-purpose { width: 100%;
    padding-top: 74px; }
  .listing-purpose h3 { width: calc(100% - 56px);
    line-height: 1.35; }
}
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr;
    gap: 34px; }
  .footer-brand { width: 100%; }
  .footer-nav-groups { width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px; }
  .footer-links { min-width: 0; }
  .listing-purpose { padding: 92px 24px 32px; }
  .listing-purpose h3 { left: 20px;
    width: calc(100% - 40px);
    padding: 0 10px; }
  body, p, li, a, label, input, select, textarea, button, .page-hero p, .company-intro p, .buy-note, .vehicle-meta, .vehicle-list-count, .faq-row p, .faq-page-a .answer, .privacy-section p, .privacy-section li, .contact-guide p, .contact-alt p, .form-field label, .form-privacy, .vehicle-detail-back, .final-cta .eyebrow, .final-cta .note, .footer-info, .footer-links, .footer-copy, .strength-lead, .strength-row p, .vehicle-lead, .beginner-lead, .trouble-card p, .concern-list, .beginner-cta p, .home-flow-card p, .blog-card-meta, .blog-card p, .blog-more, .blog-content p, .blog-content li, .vehicle-name, .vehicle-price, .sell-method-card p, .sell-method-card .badge, .check-list, .move-service-copy p, .outline-row, .vehicle-filter-field label, .privacy-lead, .contact-form-heading p, .required-mark, .form-field small, .vehicle-type-tag, .rep-message-body, .trouble-card h3 small { font-size: 16px; }
}
@media (max-width: 520px) {
  .btn,
  .flow-step,
  .flow-item h3 { font-size: 16px; }
  .footer-nav-groups { grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px; }
}
.home-representative { padding:100px 0 110px;
  border-top:1px solid rgba(48,64,68,.18);
  border-bottom:1px solid rgba(48,64,68,.18); }
.home-representative__footer { display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin-top:42px; }
.home-representative__footer .rep-name { margin:0; text-align:left; }
.home-representative__footer .btn { flex:0 0 auto; }
@media (max-width: 860px) {
  .home-representative { padding:76px 0 84px; }
}
@media (max-width: 767px) {
  .home-representative__footer { flex-direction:column; align-items:flex-start; }
  .home-representative__footer .btn { width:100%; }
}
.blog-index-lead { margin: 0 0 52px;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.9; }
.vehicle-detail-header { margin: 0 0 30px; }
.vehicle-seller-type { display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  border: 1px solid var(--teal);
  color: var(--teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em; }
.vehicle-detail-header h1 { margin: 0;
  font-size: 38px;
  line-height: 1.35; }
.vehicle-detail-info .vehicle-detail-price { margin-top: 0; }
.vehicle-detail-description { margin-top: 56px; }
.vehicle-detail-actions--single { max-width: 420px;
  margin-top: 34px; }
.vehicle-detail-actions--single .btn { width: 100%; }
@media (max-width: 767px) {
  .blog-index-lead { margin-bottom: 34px;
    font-size: 16px; }
  .vehicle-detail-header h1 { font-size: 30px; }
  .vehicle-seller-type { font-size: 16px; }
  .vehicle-detail-description { margin-top: 42px; }
  .vehicle-detail-actions--single { max-width: none; }
}
.contact-result { width:min(1280px,calc(100% - 36px));margin:32px auto 0;padding:18px 22px;border:1px solid var(--teal);background:#fff;font-weight:700 }
.contact-result--success { border-color:var(--olive) }
.contact-result--error { border-color:var(--coral) }
.blog-thumb img,.blog-detail-hero img,.vehicle-detail-main-image img { width:100%;height:100%;object-fit:cover;display:block }
.navigation.pagination { margin-top:60px }
.navigation.pagination .nav-links { display:flex;justify-content:center;gap:10px;flex-wrap:wrap }
.navigation.pagination .page-numbers { min-width:42px;height:42px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--navy) }
.navigation.pagination .current { background:var(--deep);color:#fff }
body.mv-prototype { --mv-header-h:92px }
.mv-proto,.mv-proto * { box-sizing:border-box }
.mv-proto { width:100%;min-height:calc(100svh - var(--mv-header-h));overflow:hidden;color:#304044;background:#FCFBF7 }
.mv-proto a { color:inherit;text-decoration:none }
.mv-proto__hero { position:relative;width:100%;overflow:hidden;min-height:0 }
.mv-proto__copy { position:absolute;z-index:20;left:5.55vw;top:13%;color:#304044 }
.mv-proto__pre,.mv-proto__title { font-family:var(--font-main);font-weight:700;font-style:normal;transform:skewX(-10deg);transform-origin:left center;position:relative;width:max-content;max-width:calc(100vw - 32px);isolation:isolate;overflow:visible }
.mv-proto__pre { margin:0 0 5px;font-size:clamp(20px,calc(19.495px + 1.146vw),36px);line-height:1.18;color:#304044;padding:0 5px 0 0 }
.mv-proto__pre::after,.mv-proto__title::after { content:"";position:absolute;left:-1px;right:-8px;background:#327B8D;z-index:0;pointer-events:none }
.mv-proto__pre::after { height:clamp(11px,1.12vw,16px);bottom:0 }
.mv-proto__title { display:inline-flex;align-items:baseline;margin:0;line-height:1;letter-spacing:0;white-space:nowrap;padding-right:6px }
.mv-proto__title::after { height:clamp(11px,1.12vw,18px);bottom:0px }
.mv-proto__pre > span,.mv-proto__title em,.mv-proto__title span { display:inline-block;position:relative;z-index:2;font-style:normal }
.mv-proto__future { font-size:clamp(34px,calc(30.99px + 2.292vw),64px);color:#FCFBF7;-webkit-text-stroke:4px #327B8D;paint-order:stroke fill;font-weight:900;letter-spacing:0 }
.mv-proto__wo { font-size:clamp(31px,calc(28.49px + 1.91vw),56px);color:#304044;font-weight:700;letter-spacing:-.035em;margin-left:0 }
.mv-proto__hippare { font-size:clamp(34px,calc(30.99px + 2.292vw),64px);color:#304044;font-weight:700;letter-spacing:0;margin-left:0 }
.mv-proto__hippare .mv-proto__hi,.mv-proto__hippare .mv-proto__rest { display:inline;font:inherit;color:#304044 }
.mv-proto__hippare .mv-proto__hi { letter-spacing:-.065em }
.mv-proto__hippare .mv-proto__rest { letter-spacing:0 }
.mv-proto__lead { margin:clamp(10px,1.25vw,18px) 0 0;font-size:clamp(20px,calc(18.5px + .382vw),24px);font-weight:600;line-height:1.72;max-width:none!important;width:max-content }
.mv-proto__lead > .mv-proto__lead-text { display:inline-flex;align-items:baseline;width:max-content;max-width:none;white-space:nowrap;background:rgba(252,251,247,.94);padding:2px 8px;color:#304044 }
.mv-proto__lead-line { display:inline;white-space:nowrap }
.mv-proto__action-block { position:absolute;z-index:21;left:5.55vw;bottom:11%;width:max-content }
.mv-proto__sublead { display:block;width:max-content;white-space:nowrap;margin:0 0 clamp(7px,1vw,14px);padding:clamp(4px,.42vw,6px) clamp(6px,.63vw,9px);font-size:clamp(11px,calc(9.75px + .573vw),18px);font-weight:600;line-height:1.45 }
.mv-proto__new { width:clamp(230px,21.53vw,310px);min-height:clamp(56px,5.7vw,82px);display:flex;align-items:center;justify-content:space-between;gap:clamp(12px,1.67vw,24px);padding:clamp(10px,1.25vw,18px) clamp(14px,1.67vw,24px);background:#101515;color:#fff!important;border:2px solid #fff }
.mv-proto__new strong { font-size:clamp(18px,2vw,30px);font-weight:700;white-space:nowrap }
.mv-proto__new span { min-width:78px;padding-bottom:5px;border-bottom:1px solid currentColor;font-size:clamp(12px,.98vw,14px);text-align:center;white-space:nowrap }
.mv-proto__services { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(16px,2.65vw,38px);padding:clamp(20px,2vw,30px) max(6vw,32px);min-height:clamp(220px,23.8vw,344px) }
.mv-proto__service { position:relative;display:block;min-width:0;height:clamp(170px,15.6vw,225px);border:1px solid #304044;background:#fff;padding:clamp(8px,1.1vw,16px);overflow:hidden }
.mv-proto__service-media { position:relative;height:100%;min-height:0;overflow:hidden }
.mv-proto__service-media::after { content:"";position:absolute;inset:0;background:rgba(10,18,18,.28) }
.mv-proto__service img { display:block;width:100%;height:100%;object-fit:cover }
.mv-proto__service-name { position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-58%);color:#fff;font-family:var(--font-main);font-size:clamp(32px,3.8vw,58px);font-weight:600;letter-spacing:.04em;text-shadow:0 2px 7px rgba(0,0,0,.42);white-space:nowrap }
.mv-proto__service-name i { font-style:normal;display:inline }
.mv-proto__service-cta { position:absolute;z-index:3;left:50%;bottom:13%;transform:translateX(-50%);min-width:126px;padding:11px 18px;background:#327B8D;color:#fff;font-size:13px;font-weight:700;text-align:center;white-space:nowrap }
.mv-proto__service-cta::after { content:"  →" }
@media (max-width:860px) {
  body.mv-prototype { --mv-header-h:72px }
  .mv-proto__copy { left:16px;top:10% }
  .mv-proto__pre { font-size:clamp(20px,6.107vw,32px);margin-bottom:3px }
  .mv-proto__future { font-size:clamp(33px,10.178vw,56px);-webkit-text-stroke-width:2px }
  .mv-proto__wo { font-size:clamp(29px,9.16vw,50px) }
  .mv-proto__hippare { font-size:clamp(33px,10.178vw,56px) }
  .mv-proto__lead { margin-top:clamp(10px,3.56vw,14px);font-size:clamp(20px,calc(18.5px + .382vw),24px);line-height:1.55 }
  .mv-proto__lead > .mv-proto__lead-text { padding:3px 5px;white-space:nowrap }
  .mv-proto__sublead { font-size:clamp(10px,3.053vw,16px);margin-bottom:7px;padding:5px 7px }
  .mv-proto__new { width:clamp(220px,62.6vw,286px);min-height:clamp(50px,13.25vw,66px);padding:9px 14px;gap:12px }
  .mv-proto__new strong { font-size:clamp(18px,5.09vw,25px) }
  .mv-proto__new span { min-width:78px;font-size:clamp(11px,3.05vw,14px) }
  .mv-proto__services { grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px 16px;min-height:0 }
  .mv-proto__service { padding:8px;height:clamp(152px,30vw,210px) }
  .mv-proto__service-name { font-size:clamp(28px,10.18vw,40px);line-height:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;white-space:nowrap;letter-spacing:0 }
  .mv-proto__service-name i { display:block;line-height:1.08 }
  .mv-proto__service-cta { display:none }
}
.mv-proto--v1 { background:#FCFBF7 }
.mv-proto--v1 .mv-proto__hero { aspect-ratio:8/3;background:#d9edf5 }
.mv-proto--v1 .mv-proto__picture { position:absolute;inset:0;z-index:1;display:block;width:100%;height:100% }
.mv-proto--v1 .mv-proto__picture img { display:block;width:100%;height:100%;object-fit:cover;object-position:center center }
.mv-proto--v1 .mv-proto__lead { color:#315462 }
.mv-proto--v1 .mv-proto__sublead { background:#7F8B62;color:#fff }
.mv-proto--v1 .mv-proto__services { background:#FCFBF7 }
@media (max-width:767px) {
  .mv-proto--v1 .mv-proto__hero { aspect-ratio:4/5 }
  .mv-proto--v1 .mv-proto__copy { top:13% }
  .mv-proto--v1 .mv-proto__action-block { left:16px;bottom:1.5% }
  .mv-proto--v1 .mv-proto__picture img { object-position:center center }
}
@media (max-width: 767px) {
  .mv-proto__lead { width: auto;
    max-width: calc(100vw - 32px); }
  .mv-proto__lead > .mv-proto__lead-text { display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    white-space: normal;
    background: transparent !important;
    padding: 0; }
  .mv-proto__lead-line { display: block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    background: #fff;
    padding: 3px 5px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
  .mv-proto__lead-line--second { margin-top: 2px; }
}
@keyframes mvRevealLeft { 0% { opacity: 0; clip-path: inset(0 100% 0 0); }
  100% { opacity: 1; clip-path: inset(0 0 0 0); } }
@keyframes mvSlideInLeft { 0% { opacity: 0; transform: translateX(-22px); }
  100% { opacity: 1; transform: translateX(0); } }
@keyframes mvCardIn { 0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes mvFadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.mv-proto__pre { animation: mvRevealLeft .56s cubic-bezier(.22,.8,.3,1) .08s both; }
.mv-proto__title { animation: mvRevealLeft .64s cubic-bezier(.22,.8,.3,1) .16s both; }
.mv-proto__lead { animation: mvRevealLeft .56s cubic-bezier(.22,.8,.3,1) .30s both; }
.mv-proto__sublead { animation: mvSlideInLeft .58s cubic-bezier(.22,.8,.3,1) .48s both; }
.mv-proto__new { animation: mvSlideInLeft .62s cubic-bezier(.22,.8,.3,1) .58s both; }
.mv-proto__service { animation: mvCardIn .7s cubic-bezier(.22,.8,.3,1) both; }
.mv-proto__service:nth-child(1) { animation-delay: .70s; }
.mv-proto__service:nth-child(2) { animation-delay: .82s; }
.mv-proto__service:nth-child(3) { animation-delay: .94s; }
.mv-proto--v1 .mv-proto__picture, .mv-proto--v1 .mv-proto__picture img { animation: mvFadeIn .9s ease .16s both; }
@media (prefers-reduced-motion: reduce) {
  .mv-proto__pre, .mv-proto__title, .mv-proto__lead, .mv-proto__sublead, .mv-proto__new, .mv-proto__service, .mv-proto--v1 .mv-proto__picture, .mv-proto--v1 .mv-proto__picture img { animation: none !important;
    opacity: 1 !important;
    clip-path: none !important;
    transform: none; }
  .mv-proto__pre,
  .mv-proto__title { transform: skewX(-10deg); }
}

/* ===== WordPress content / vehicle gallery v1.1 ===== */
.vehicle-card-image-link{display:block}
.vehicle-empty-message,.blog-empty-message{grid-column:1/-1;margin:0;padding:34px 28px;background:var(--beige);border:1px solid rgba(48,64,68,.2);line-height:1.9}
.vehicle-list-empty:not(.is-visible){display:none}
.vehicle-gallery-main{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;min-height:0;background:#f3f0e8;border:1px solid rgba(48,64,68,.16)}
.vehicle-detail-main-image.vehicle-gallery-main img{width:100%;height:100%;min-height:0;object-fit:contain;background:#fff}
.vehicle-gallery-counter{position:absolute;right:12px;bottom:12px;padding:5px 10px;background:rgba(7,16,18,.72);color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em}
.vehicle-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}
.vehicle-gallery-thumb{display:block;position:relative;aspect-ratio:4/3;padding:0;border:2px solid transparent;background:#f3f0e8;overflow:hidden;cursor:pointer;transition:border-color .18s ease,opacity .18s ease}
.vehicle-gallery-thumb:hover{opacity:.82}
.vehicle-gallery-thumb.is-active{border-color:var(--teal)}
.vehicle-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.vehicle-detail-content{max-width:900px}
.vehicle-detail-content > *:first-child{margin-top:0}
.vehicle-detail-content p{line-height:1.95}
.vehicle-detail-content h2{margin-top:2.2em;padding-bottom:.45em;border-bottom:2px solid var(--deep)}
.vehicle-detail-content h3{margin-top:2em;padding-left:.65em;border-left:5px solid var(--teal)}
.vehicle-detail-content img{width:auto;max-width:100%;height:auto}
.vehicle-detail-content .wp-block-gallery{display:grid;gap:12px}

.blog-content img{width:auto;max-width:100%;height:auto}
.blog-content figure{margin:42px 0}
.blog-content figcaption{margin-top:9px;color:#657376;font-size:13px;line-height:1.6;text-align:center}
.blog-content .wp-block-gallery{margin:42px 0;gap:12px}
.blog-content .wp-block-gallery figure{margin:0}
.blog-content blockquote{margin:42px 0;padding:24px 28px;border-left:5px solid var(--gold);background:var(--beige)}
.blog-content blockquote p:last-child{margin-bottom:0}
.blog-content table{width:100%;border-collapse:collapse;margin:42px 0;font-size:15px}
.blog-content th,.blog-content td{padding:14px 16px;border:1px solid rgba(48,64,68,.25);text-align:left;vertical-align:top}
.blog-content th{background:var(--beige);font-weight:700}
.blog-content a:not(.btn){color:var(--teal);text-decoration:underline;text-underline-offset:4px}
.blog-content .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:10px 28px;border:1px solid var(--navy);border-radius:0;background:var(--teal);color:#fff;text-decoration:none;font-size:14px;font-weight:700}
.blog-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:64px;padding-top:28px;border-top:1px solid rgba(48,64,68,.25)}
.blog-post-nav a{color:var(--teal);font-size:14px;line-height:1.7}
.blog-post-nav__next{text-align:right}

@media(max-width:767px){
  .vehicle-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .vehicle-detail-main-image.vehicle-gallery-main{min-height:0}
  .vehicle-detail-main-image.vehicle-gallery-main img{min-height:0}
  .blog-content figure,.blog-content .wp-block-gallery,.blog-content blockquote,.blog-content table{margin-top:32px;margin-bottom:32px}
  .blog-post-nav{grid-template-columns:1fr;gap:14px}
  .blog-post-nav__next{text-align:left}
}

/* ===== Vehicle detail: structured pricing ===== */
.vehicle-detail-price-block{margin:0 0 28px;padding:22px 24px;background:#f8f4ea;border-left:4px solid var(--gold)}
.vehicle-detail-price-block .vehicle-detail-price{margin:0;color:var(--gold);font-size:24px;font-weight:800;line-height:1.45}
.vehicle-detail-price-block .vehicle-detail-price span,.vehicle-detail-price-sub span{display:block;margin-bottom:3px;color:var(--deep);font-size:12px;font-weight:700;letter-spacing:.04em}
.vehicle-detail-price-sub{margin:10px 0 0;color:var(--ink);font-size:18px;font-weight:700;line-height:1.5}
.vehicle-detail-price-note{margin:10px 0 0;font-size:12px;color:#606a6c}
@media(max-width:600px){.vehicle-detail-price-block{padding:18px}.vehicle-detail-price-block .vehicle-detail-price{font-size:21px}.vehicle-detail-price-sub{font-size:16px}}


/* ===== v1.3.0 page adjustments ===== */
.publish-merits .split-copy-head__title{
  display:grid;
  gap:18px;
}

.sell-assessment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:60px;
  align-items:start;
}
.sell-assessment-copy h2{margin:0 0 22px}
.sell-assessment-copy p{
  margin:0 0 14px;
  font-family:var(--font-main);
  font-size:18px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:.05em;
}
.sell-assessment-panel{
  background:#fff;
  padding:30px 34px;
}
.sell-assessment-panel .sell-recommend-title{margin-top:0}
.sell-assessment-panel .check-list{margin-bottom:0}

.sell-assessment-note{
  margin-top:30px;
  padding:24px 28px;
  background:#e8f2fb;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px;
  align-items:start;
}
.sell-assessment-note__icon{
  width:66px;
  height:66px;
  border-radius:50%;
  background:#fff;
  border:3px solid var(--teal);
  color:var(--teal);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Georgia,serif;
  font-size:40px;
  font-style:italic;
  font-weight:700;
  line-height:1;
}
.sell-assessment-note__content h3{
  margin:0 0 10px;
  font-family:var(--font-main);
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:.05em;
}
.sell-assessment-note__content p{
  margin:0;
  font-family:var(--font-main);
  font-size:16px;
  font-weight:500;
  line-height:1.9;
  letter-spacing:.05em;
}
.sell-assessment-note__content p + p{margin-top:6px}

.faq-page-a .answer,
.faq-page-a .answer p,
.faq-page-a .answer li{font-size:16px}

.vehicle-gallery-main[data-gallery-open]{cursor:zoom-in}
.vehicle-gallery-main[data-gallery-open]:focus-visible{
  outline:3px solid var(--teal);
  outline-offset:3px;
}
body.vehicle-lightbox-open{overflow:hidden}
.vehicle-lightbox{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(5,10,12,.88);
}
.vehicle-lightbox.is-open{display:flex}
.vehicle-lightbox__dialog{
  position:relative;
  width:min(96vw,1800px);
  height:min(94vh,1100px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.vehicle-lightbox__stage{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.vehicle-lightbox__image{
  display:block;
  max-width:92vw;
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  box-shadow:0 12px 42px rgba(0,0,0,.32);
}
.vehicle-lightbox__close,
.vehicle-lightbox__nav{
  position:absolute;
  z-index:2;
  border:0;
  background:rgba(255,255,255,.92);
  color:#18343d;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 18px rgba(0,0,0,.18);
}
.vehicle-lightbox__close{
  top:0;
  right:0;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:32px;
  line-height:1;
}
.vehicle-lightbox__nav{
  top:50%;
  width:52px;
  height:72px;
  transform:translateY(-50%);
  font-size:46px;
  line-height:1;
}
.vehicle-lightbox__nav--prev{left:0}
.vehicle-lightbox__nav--next{right:0}
.vehicle-lightbox__counter{
  position:absolute;
  left:50%;
  bottom:8px;
  transform:translateX(-50%);
  padding:6px 12px;
  background:rgba(0,0,0,.7);
  color:#fff;
  font-size:13px;
  font-weight:700;
}

@media(max-width:860px){
  .sell-assessment-grid{grid-template-columns:1fr;gap:32px}
  .sell-assessment-note{grid-template-columns:1fr;gap:18px}
  .sell-assessment-note__icon{width:56px;height:56px;font-size:34px}
}
@media(max-width:600px){
  .sell-assessment-copy p,
  .sell-assessment-note__content p{font-size:16px}
  .sell-assessment-panel{padding:22px 20px}
  .sell-assessment-note{padding:20px 18px}
  .sell-assessment-note__content h3{font-size:20px}
  .vehicle-lightbox{padding:12px}
  .vehicle-lightbox__dialog{width:100%;height:94vh}
  .vehicle-lightbox__image{max-width:94vw;max-height:82vh}
  .vehicle-lightbox__close{top:4px;right:4px;width:42px;height:42px;font-size:28px}
  .vehicle-lightbox__nav{width:42px;height:60px;font-size:38px}
  .vehicle-lightbox__nav--prev{left:2px}
  .vehicle-lightbox__nav--next{right:2px}
}
.sell-assessment-note-section{padding:34px 0 44px;background:var(--bg)}
.sell-assessment-note-section .sell-assessment-note{margin-top:0}

.access-note {
  margin: 8px 0 0;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .04em;
}
