@charset "UTF-8";

:root {
  --navy: #1a75c0;
  --navy-2: #1560a0;
  --navy-ink: #0f4b7d;
  --ink: #101820;
  --slate: #506070;
  --paper: #f2f0eb;
  --white: #fff;
  --orange: #ff7417;
  --orange-light: #ffa94d;
  --orange-text: #c2410c;
  --orange-cta: #d2410a;
  --orange-cta-hover: #b23708;
  --line: rgba(16, 24, 32, .17);
  --font: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --font-condensed: "Avenir Next Condensed", "DIN Condensed", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  --wide: min(100% - 48px, 1280px);
  --content: min(100% - 48px, 1120px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 17px; font-weight: 600; line-height: 1.82; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { border: 0; }
h1, h2, h3, p, figure, blockquote, dl { margin-top: 0; }
h3 { font-family: var(--font); font-weight: 900; letter-spacing: -.01em; }
.wrap { width: var(--content); margin-inline: auto; }
.wrap-wide { width: var(--wide); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 160px); }
.sp-only { display: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; color: var(--white); background: var(--orange-cta); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--navy-ink); outline-offset: 2px; }
.hero :focus-visible, .site-header :focus-visible, .closing :focus-visible, .footer :focus-visible, .sticky-cta :focus-visible { outline-color: var(--orange-light); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 110px; color: var(--white); background: var(--navy); border-top: 3px solid var(--orange-light); box-shadow: 0 4px 16px rgba(0,0,0,.16); }
.site-header__main { height: 64px; border-bottom: 1px solid rgba(255,255,255,.15); }
.site-header__inner { width: var(--wide); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-height: 44px; display: flex; align-items: center; width: min(430px, 36vw); flex: 0 1 auto; }
.brand img { width: 100%; }
.site-header__actions { display: flex; align-items: center; gap: 24px; flex: 0 0 auto; }
.site-header__contact { display: flex; align-items: center; }
.site-header__contact a { min-height: 44px; display: flex; flex-direction: column; justify-content: center; text-decoration: none; }
.site-header__contact small { display: block; margin-bottom: 2px; color: #fff; font-family: var(--font); font-size: 11.5px; font-weight: 900; line-height: 1; letter-spacing: .08em; }
.site-header__contact strong { font-family: var(--font-condensed); font-size: 32px; font-stretch: condensed; font-variant-numeric: tabular-nums; font-weight: 900; line-height: .94; letter-spacing: .045em; }
.site-header__cta { min-height: 48px; padding: 0 18px 0 22px; display: inline-flex; align-items: center; gap: 16px; color: var(--white); background: var(--orange-cta); text-decoration: none; font-size: 16px; font-weight: 900; letter-spacing: .02em; transition: background .2s ease, transform .2s ease; }
.site-header__cta b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 15px; }
.site-header__cta:hover, .site-header__cta:focus-visible { background: var(--orange-cta-hover); transform: translateY(-1px); }
.site-header__menu { display: none; }
.global-nav { height: 43px; }
.global-nav__inner { width: var(--wide); height: 100%; margin-inline: auto; display: flex; }
.global-nav a { min-width: 0; flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; position: relative; border-left: 1px solid rgba(255,255,255,.12); color: #fff; text-decoration: none; font-size: 15px; font-weight: 900; letter-spacing: .035em; transition: color .2s ease, background .2s ease; }
.global-nav a:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.global-nav a::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; background: var(--orange-light); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.global-nav a:hover, .global-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.06); }
.global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleX(1); }
.global-nav small { color: #fff; font: 900 11px/1 var(--font); letter-spacing: .06em; }


.hero { position: relative; min-height: max(720px, 100svh); color: var(--white); isolation: isolate; overflow: hidden; background: var(--navy); }
.hero__media { position: absolute; inset: 0; z-index: -3; background: url("./images/hero-arrival-day.webp?v=20260908-vehicle3") center / cover no-repeat; }

@media (max-width: 999px) { .hero__media { background-image: url("./images/hero-arrival-day_m960.webp?v=20260910-hero"); } }

.hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,32,55,.80) 0%, rgba(6,32,55,.74) 42%, rgba(9,46,78,.58) 66%, rgba(9,46,78,.34) 100%), linear-gradient(0deg, rgba(6,32,55,.42), transparent 52%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 34%; background: linear-gradient(0deg, rgba(6,32,55,.44), transparent); pointer-events: none; }
.hero__content { min-height: max(720px, 100svh); padding: 146px 36px 84px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero__copy { width: min(1160px, 92%); min-width: 0; }
.hero__eyebrow { margin-bottom: 22px; padding-left: 40px; position: relative; font-size: clamp(15px, 1.35vw, 19px); font-weight: 800; letter-spacing: .06em; line-height: 1.65; }
.hero__eyebrow::before { content: ""; position: absolute; left: 0; top: .8em; width: 25px; height: 3px; background: var(--orange); }
.hero h1 { max-width: 1120px; margin-bottom: 30px; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; font-size: clamp(56px, 6.3vw, 92px); font-weight: 900; font-synthesis: weight; line-height: 1.14; letter-spacing: -.018em; text-wrap: balance; text-shadow: 0 2px 14px rgba(4,18,32,.55); }
.hero h1 em { color: var(--orange-light); font-style: normal; }
.hero__answer { display: inline-block; white-space: nowrap; }
.hero__lead { width: min(620px, 100%); margin-bottom: 34px; font-size: clamp(17px, 1.4vw, 20px); font-weight: 800; line-height: 1.85; text-shadow: 0 2px 12px rgba(4,18,32,.5); }
.hero__actions { display: flex; align-items: flex-start; gap: 24px 24px; flex-wrap: wrap; }
.hero__tel-cta { flex: 0 1 384px; min-width: 0; min-height: 100px; padding: 12px 30px 14px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--orange-cta); text-decoration: none; box-shadow: 0 8px 18px rgba(97,34,0,.22); transition: background .2s ease, transform .2s ease; }
.hero__tel-cta:hover, .hero__tel-cta:focus-visible { background: var(--orange-cta-hover); transform: translateY(-2px); }
.hero__tel-cta .hero__tel-label { font-size: 15px; font-weight: 900; letter-spacing: .05em; }
.hero__tel-cta strong { font-family: var(--font-condensed); font-size: 42px; font-stretch: condensed; font-variant-numeric: tabular-nums; font-weight: 900; line-height: 1.05; letter-spacing: .045em; }
.hero__tel-note { flex: 1 0 100%; margin: 4px 0 0; color: #fff; font-size: 14.5px; font-weight: 700; letter-spacing: .02em; text-shadow: 0 2px 12px rgba(4,18,32,.5); }
.hero__form-link { flex: 0 1 384px; min-width: 0; min-height: 100px; padding: 0 24px 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: rgba(6,32,55,.35); border: 2px solid rgba(255,255,255,.85); text-decoration: none; font-size: 17px; font-weight: 900; letter-spacing: .02em; transition: background .2s ease, transform .2s ease; }
.hero__form-link b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 16px; font-weight: 500; }
.hero__form-link:hover, .hero__form-link:focus-visible { background: rgba(6,32,55,.6); transform: translateY(-2px); }

.hero__form-text { display: flex; flex-direction: column; min-width: 0; }
.hero__form-text small { margin-bottom: 3px; font-size: 13.5px; font-weight: 900; letter-spacing: .05em; }
.hero__form-text strong { font-size: 21px; font-weight: 900; line-height: 1.3; letter-spacing: .01em; }
.hero__badge { margin: 26px 0 0; color: #fff; font-size: 14.5px; font-weight: 700; line-height: 1.85; text-shadow: 0 2px 12px rgba(4,18,32,.5); }
.image-note { position: absolute; right: 14px; bottom: 12px; z-index: 2; margin: 0; padding: 4px 8px; color: #fff; background: rgba(12,38,64,.78); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.image-note--hero { right: 14px; }


.kicker { margin-bottom: 25px; display: flex; align-items: center; gap: 12px; color: #354759; font: 900 15px/1.4 var(--font); letter-spacing: .07em; }
.kicker::before { content: ""; width: 22px; height: 3px; flex: 0 0 auto; background: var(--orange); }
.kicker--orange { color: var(--orange-text); }
.closing .kicker--orange, .thanks .kicker--orange, .onsite-photo__copy .kicker { color: var(--white); }
.closing .kicker::before, .thanks .kicker::before, .onsite-photo__copy .kicker::before { background: var(--orange-light); }
.section-head--split { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(240px, .5fr); gap: clamp(40px, 6vw, 80px); align-items: end; margin-bottom: 76px; }

.section-head h2, .answer__intro h2, .flow h2, .faq h2, .closing h2 { margin-bottom: 0; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif; font-size: clamp(38px, 3.9vw, 56px); font-weight: 900; font-synthesis: weight; line-height: 1.22; letter-spacing: -.01em; }

.faq__heading h2 { font-size: clamp(28px, 2.5vw, 38px); }
.title-accent { padding: 0 .04em .03em; display: inline; background: linear-gradient(transparent 70%, rgba(255,116,23,.28) 70%, rgba(255,116,23,.28) 94%, transparent 94%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.title-lock { display: inline-block; word-break: auto-phrase; }
.closing .title-accent { padding-inline: 0; color: #ffc089; background: none; }
.section-head--split > p { margin-bottom: 7px; color: #3f5060; font-size: 18px; font-weight: 600; line-height: 1.9; }
.button { min-height: 76px; padding: 0 28px 0 32px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid transparent; text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: .015em; line-height: 1.4; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button b { display: grid; place-items: center; width: 36px; aspect-ratio: 1; border-radius: 50%; font-size: 20px; font-weight: 500; }
.button--primary { color: var(--white); background: var(--orange-cta); box-shadow: 0 8px 18px rgba(97,34,0,.2); }
.button--primary b { background: rgba(255,255,255,.18); }
.button--primary:hover, .button--primary:focus-visible { background: var(--orange-cta-hover); transform: translateY(-2px); }
.button--dark { color: var(--white); background: var(--navy); }
.button--dark b { background: rgba(255,255,255,.1); }
.button--dark:hover, .button--dark:focus-visible { background: var(--navy-ink); transform: translateY(-2px); }
.text-link { min-height: 44px; align-items: center; display: inline-flex; gap: 20px; padding-bottom: 7px; border-bottom: 2px solid var(--orange-light); color: var(--white); text-decoration: none; font-size: 18px; font-weight: 900; }
.text-link span { color: #fff; }


.worries { background: var(--paper); }
.worries__photo { margin: 0 0 clamp(40px, 5vw, 64px); position: relative; }
.worries__photo img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; object-position: center 40%; }
.worries__photo figcaption { position: absolute; right: 10px; bottom: 9px; margin: 0; padding: 4px 8px; color: #fff; background: rgba(12,38,64,.78); font-size: 12px; font-weight: 700; }
.problem-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.problem-card { min-width: 0; padding: 38px clamp(20px, 3vw, 42px) 24px; border-right: 1px solid var(--line); }
.problem-card:first-child { border-left: 1px solid var(--line); }
.problem-card__num { display: block; margin-bottom: clamp(36px, 4vw, 56px); color: var(--navy); font: 400 clamp(56px, 5.4vw, 80px)/.8 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.problem-card__num::after { content: ""; display: block; width: 44px; height: 5px; margin-top: 21px; background: var(--navy); }
.problem-card h3 { min-height: calc(1.55em * 3); margin-bottom: 14px; font-size: clamp(20px, 1.8vw, 24px); line-height: 1.55; }
.problem-card p { margin: 0; color: #415263; font-size: 17px; font-weight: 600; line-height: 1.88; }
.worries__bridge { margin: clamp(44px, 5vw, 60px) 0 0; text-align: center; font-size: clamp(18px, 1.8vw, 22px); font-weight: 900; line-height: 1.8; }
.worries__bridge span { display: block; margin-top: 10px; color: var(--orange-text); font-size: 26px; line-height: 1; }


.answer { background: var(--white); }
.answer__intro h2 { margin-bottom: 21px; }
.answer__intro h2 .title-accent { padding-inline: 0; color: var(--orange-text); background: none; }
.answer__intro > p:last-child { max-width: 880px; color: #415263; font-size: 18px; font-weight: 700; }
.process { margin-top: 66px; padding: clamp(38px, 5vw, 64px); color: var(--white); background: var(--navy); }
.process__caption { margin: 0 0 38px; display: flex; align-items: center; gap: 18px; color: #fff; font-size: 17px; font-weight: 800; }
.process__caption span { color: #fff; font: 900 14px/1 var(--font); letter-spacing: .07em; }
.process__caption::after { content: ""; height: 1px; flex: 1; background: rgba(255,255,255,.18); }
.process__line { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 34px); }
.process__line li { min-width: 0; position: relative; display: flex; flex-direction: column; background: var(--white); color: var(--ink); }
.process__line li:not(:last-child)::after { content: ""; position: absolute; right: calc(clamp(18px, 2.4vw, 34px) / -2 - 5px); top: 50%; z-index: 2; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 11px solid var(--orange-light); transform: translateY(-50%); }
.process__fig { margin: 0; border-bottom: 1px solid #dde3e8; }
.process__fig img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.process__number { position: absolute; left: 14px; top: 14px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); border: 2px solid var(--orange-light); font: 400 19px/1 Georgia, "Times New Roman", serif; }
.process__line li > div { padding: 18px 20px 22px; }
.process h3 { margin-bottom: 8px; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.45; }
.process__line li p { margin: 0; color: #415263; font-size: 16px; font-weight: 600; line-height: 1.8; }
.process__note { margin: 26px 0 0; color: #fff; font-size: 14px; font-weight: 600; }
.onsite-photo { margin-top: clamp(70px, 9vw, 130px); display: grid; grid-template-columns: 1.45fr .75fr; align-items: end; }
.onsite-photo figure { margin: 0; position: relative; }
.onsite-photo img { width: 100%; aspect-ratio: 1.45; object-fit: cover; object-position: 60% center; }
.onsite-photo figcaption { position: absolute; right: 10px; bottom: 9px; padding: 4px 8px; color: #fff; background: rgba(12,38,64,.78); font-size: 12px; font-weight: 700; }
.onsite-photo__copy { margin-left: -34px; margin-bottom: -40px; padding: clamp(32px, 5vw, 68px); position: relative; color: var(--white); background: var(--navy); }
.onsite-photo__copy h3 { margin-bottom: 23px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.35; }
.onsite-photo__copy > p:not(.kicker) { margin-bottom: 26px; color: #fff; font-size: 17px; font-weight: 600; }


.reasons { background: var(--paper); }
.reasons__grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: clamp(40px, 5vw, 80px); align-items: stretch; }
.reasons__list { min-width: 0; display: flex; flex-direction: column; }
.reason { padding: clamp(26px, 3vw, 38px) 0; border-top: 1px solid #cfc9bb; }
.reason:first-child { border-top: 2px solid var(--navy-ink); }
.reason__num { display: block; margin-bottom: 10px; color: var(--orange-text); font: 900 14px/1 var(--font); letter-spacing: .1em; }
.reason h3 { margin-bottom: 12px; color: var(--navy-ink); font-size: clamp(23px, 2.2vw, 30px); line-height: 1.45; }
.reason p { margin: 0; color: #3d4954; font-size: 17px; font-weight: 600; line-height: 1.9; }
.reasons__note { margin: auto 0 0; padding-top: 22px; border-top: 1px dashed #cfc9bb; color: #5c5546; font-size: 15px; font-weight: 700; }
.reasons__link { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; padding-bottom: 6px; border-bottom: 2px solid var(--orange-cta); color: var(--navy-ink); text-decoration: none; font-size: 17px; font-weight: 900; }
.reasons__link:hover, .reasons__link:focus-visible { color: var(--orange-cta); }
.faq__heading a { color: var(--navy-ink); text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.reasons__photo { margin: 0; position: relative; min-height: 420px; }
.reasons__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.reasons__photo figcaption { position: absolute; right: 12px; bottom: 9px; margin: 0; padding: 4px 8px; color: #fff; background: rgba(12,38,64,.78); font-size: 12px; }


.flow { background: #e8e5df; }
.flow__list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.flow__list li { padding: 32px 20px; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--line); position: relative; }
.flow__list li::after { content: "→"; position: absolute; right: 20px; top: 50%; translate: 0 -50%; color: var(--orange-text); font-size: 27px; }
.flow__list > li > span { color: var(--orange-text); font: 900 27px/1 var(--font); }
.flow__list h3 { margin-bottom: 8px; font-size: 25px; }
.flow__list p { margin: 0; padding-right: 50px; color: #415263; font-size: 17px; font-weight: 600; }
.flow__cta { margin-top: 40px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.flow__cta p { margin: 0; color: #415263; font-size: 17px; font-weight: 700; }


.cases { background: var(--white); }
.cases__voice { margin: 0 0 clamp(56px, 7vw, 88px); padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px); border-left: 5px solid var(--orange); background: #f8f6f1; }
.cases__voice-tag { margin: 0 0 12px; color: var(--orange-text); font: 900 14px/1 var(--font); letter-spacing: .08em; }
.cases__voice-body { margin: 0 0 18px; color: var(--navy-ink); font-size: clamp(20px, 2.3vw, 30px); font-weight: 800; line-height: 1.72; letter-spacing: -.005em; }
.cases__voice-note { margin: 0; color: #5c6a77; font-size: 14.5px; font-weight: 600; }
.cases__sub { margin: 0 0 24px; padding-bottom: 12px; border-bottom: 2px solid var(--navy-ink); color: var(--navy-ink); font-size: 20px; font-weight: 900; }
.cases__disclaimer { margin: -14px 0 22px; color: #5c6a77; font-size: 14.5px; font-weight: 700; }
.cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 32px); }
.case-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.case-card figure { margin: 0; position: relative; }
.case-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.case-card__chip { position: absolute; right: 8px; bottom: 8px; padding: 3px 9px; color: #33404d; background: rgba(255,255,255,.92); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.case-card__placeholder { margin: 0; aspect-ratio: 4 / 3; display: grid; place-items: center; background: repeating-linear-gradient(45deg, #eef1f4 0 14px, #e5eaee 14px 28px); }
.case-card__placeholder span { padding: 5px 14px; color: #52616f; background: rgba(255,255,255,.85); border: 1px dashed #9aa7b2; font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.case-card h3 { margin: 0; padding: 18px 20px 6px; color: var(--navy-ink); font-size: 21px; line-height: 1.5; }
.case-card p { margin: auto 0 0; padding: 0 20px 20px; color: #415263; font-size: 15.5px; font-weight: 600; line-height: 1.8; }
.cases__note { margin: 28px 0 0; color: #5c6a77; font-size: 14.5px; font-weight: 600; }


.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 7vw, 96px); }
.faq__heading { position: sticky; top: 134px; align-self: start; }
.faq__heading h2 { margin-bottom: 18px; }
.faq__heading > p:last-child { color: #415263; font-size: 17px; font-weight: 600; }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 28px 48px 28px 4px; display: grid; grid-template-columns: 42px 1fr; align-items: start; position: relative; list-style: none; font-size: 21px; font-weight: 900; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { padding-top: .45em; color: var(--orange-text); font: 900 14px/1 var(--font); }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 10px; top: 50%; width: 18px; height: 2px; background: var(--navy-ink); }
.faq summary::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(0); }
.faq details div { padding: 0 32px 27px 46px; }
.faq details p { margin: 0; color: #415263; font-size: 17px; font-weight: 600; }


.closing { position: relative; padding-block: clamp(96px, 12vw, 170px); color: var(--white); background: var(--navy); isolation: isolate; overflow: hidden; }
.closing__media { position: absolute; inset: 0; z-index: -2; background: url("./images/hero-arrival.webp?v=20260908-vehicle3") center 58% / cover no-repeat; }
.closing::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,34,58,.94) 0%, rgba(7,34,58,.8) 52%, rgba(7,34,58,.55)); }
.closing__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 520px); gap: clamp(48px, 6vw, 96px); align-items: start; }
.closing__copy { padding-top: 12px; }

.closing__copy h2 { margin-bottom: 28px; font-size: clamp(40px, 3.9vw, 54px); }
.closing__copy > p:not(.kicker) { max-width: 620px; margin-bottom: 22px; color: #fff; font-size: 17.5px; font-weight: 700; line-height: 2; }
.closing__tel { display: inline-block; margin-top: 18px; color: var(--white); text-decoration: none; }
.closing__tel small { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.closing__tel strong { display: block; font-family: var(--font-condensed); font-size: clamp(40px, 4.2vw, 54px); font-stretch: condensed; font-variant-numeric: tabular-nums; font-weight: 900; line-height: 1; letter-spacing: .045em; }

.stepform { padding: 0 0 22px; color: var(--ink); background: var(--white); border-top: 6px solid var(--orange); box-shadow: 0 16px 40px rgba(0,0,0,.28); scroll-margin-top: 8px; }
.stepform__head { padding: 24px 26px 0; }
.stepform__title { margin: 0; color: var(--navy-ink); font-size: 24px; font-weight: 900; line-height: 1.4; }
.stepform__sub { margin: 4px 0 0; color: #3f5061; font-size: 15.5px; font-weight: 700; }
.stepform__progress { padding: 14px 26px 0; }
.stepform__progress p { margin: 0 0 8px; color: #526273; font-size: 14px; font-weight: 800; letter-spacing: .02em; }
.stepform__bar { height: 4px; overflow: hidden; background: #d7dde3; }
.stepform__bar span { display: block; width: 25%; height: 100%; background: var(--orange); transition: width .24s ease; }
.stepform__step { min-width: 0; margin: 0; padding: 18px 26px 8px; border: 0; }
.stepform__step legend { width: 100%; padding: 0 0 14px; color: var(--navy-ink); font-size: 19px; font-weight: 900; line-height: 1.5; }
.stepform__step legend span { margin-right: 8px; color: var(--orange-text); font: 900 14px/1 var(--font); letter-spacing: .06em; }
.stepform__options { display: grid; gap: 10px; }
.stepform__options label { position: relative; cursor: pointer; }
.stepform__options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.stepform__options label span { min-height: 58px; padding: 13px 16px 13px 44px; display: flex; align-items: center; position: relative; color: #263849; border: 1px solid #7d8b99; font-size: 16.5px; font-weight: 800; line-height: 1.45; transition: background .15s ease, box-shadow .15s ease; }
.stepform__options label span::after { content: ""; position: absolute; left: 15px; top: 50%; width: 13px; height: 13px; border: 1px solid #8e9ba8; border-radius: 50%; transform: translateY(-50%); }
.stepform__options label:hover span { background: #f2f6f9; }
.stepform__options input:checked + span { color: var(--navy-ink); background: #edf2f6; box-shadow: inset 0 0 0 2px var(--navy-ink); }
.stepform__options input:checked + span::after { border-color: var(--orange-cta); background: var(--orange-cta); box-shadow: inset 0 0 0 3px #fff; }
.stepform__options input:focus-visible + span { outline: 3px solid var(--navy-ink); outline-offset: -3px; }
.stepform__error { margin: 12px 0 0; color: #a31d17; font-size: 14.5px; font-weight: 800; line-height: 1.5; }
.stepform__micro { margin: 14px 0 0; color: #526273; font-size: 13.5px; font-weight: 700; line-height: 1.7; }
.stepform__demo { margin-top: 8px; padding: 7px 10px; color: #7a4a12; background: #fff6e8; border-left: 3px solid var(--orange); font-size: 12.5px; }
.stepform__contact { padding-bottom: 0; }
.stepform__contact-head { margin: 0 0 16px; color: var(--navy-ink); font-size: 19px; font-weight: 900; line-height: 1.5; }
.stepform__summary[hidden] { display: none; }
.stepform__summary { display: grid; grid-template-columns: 96px 1fr; margin: 0 0 20px; padding: 14px 16px; background: #f3f0ea; border-left: 4px solid var(--orange-cta); }
.stepform__summary dt, .stepform__summary dd { margin: 0; padding: 5px 0; font-size: 14.5px; line-height: 1.6; }
.stepform__summary dt { color: var(--slate); font-weight: 700; }
.stepform__summary dd { font-weight: 800; }
.stepform__submit { width: 100%; min-height: 68px; margin-top: 8px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: var(--orange-cta); font-size: 18px; font-weight: 900; letter-spacing: .02em; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.stepform__submit b { display: grid; place-items: center; width: 32px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 18px; font-weight: 500; }
.stepform__submit:hover, .stepform__submit:focus-visible { background: var(--orange-cta-hover); transform: translateY(-1px); }
.stepform__foot { padding: 0 26px; }
.stepform__back { min-height: 44px; margin-top: 12px; padding: 6px 0; color: var(--navy-ink); background: none; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 900; cursor: pointer; }
.stepform__noscript { margin: 14px 26px 0; color: #526273; font-size: 14px; }
.c-form__field { margin-bottom: 18px; }
.c-form__field label { display: block; margin-bottom: 7px; font-size: 16px; font-weight: 900; }
.c-form__field label em, .c-form__field label > span { margin-left: 6px; font-size: 13.5px; font-style: normal; font-weight: 900; }
.c-form__field label em { color: var(--orange-text); }
.c-form__field label > span { color: #667687; }
.c-form__field input, .c-form__field textarea { width: 100%; min-width: 0; border: 1px solid #7d8b99; border-radius: 0; padding: 13px; color: var(--ink); background: #fafafa; appearance: none; font-size: 16px; }
.c-form__field input { height: 54px; }
.c-form__field textarea { min-height: 96px; resize: vertical; }
.c-form__field input:focus, .c-form__field textarea:focus { outline: 3px solid rgba(255,116,23,.22); border-color: var(--orange); }
.c-form__field input[aria-invalid="true"], .c-form__field textarea[aria-invalid="true"] { border-color: #c3342d; }
.c-form__error { margin: 5px 0 0; color: #a31d17; font-size: 14px; font-weight: 800; line-height: 1.4; }
.c-form__fallback { grid-column: 2; margin-top: 18px; padding: 20px; color: var(--ink); background: #fff4ec; border-left: 4px solid var(--orange); }
.c-form__fallback p { margin: 5px 0 0; }
.c-form__fallback a { font-weight: 900; }


.footer { padding: 60px 0 110px; color: #c3d3e2; background: #0d4370; }
.footer__inner { display: grid; grid-template-columns: .8fr 1.4fr auto; gap: 50px; align-items: start; }
.footer img { width: min(310px, 100%); }
.footer p { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.9; }
.footer__copy { align-self: end; font-family: Arial, sans-serif; letter-spacing: .08em; }

.sticky-cta { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: stretch; filter: drop-shadow(0 6px 14px rgba(2,13,24,.18)); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.sticky-cta.is-hidden { opacity: 0; visibility: hidden; transform: translateY(14px); pointer-events: none; }
.sticky-cta a { text-decoration: none; }
.sticky-cta__tel { min-width: 148px; padding: 10px 17px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--navy); }
.sticky-cta__tel small { font-size: 12px; font-weight: 800; opacity: 1; }
.sticky-cta__tel strong { font-family: var(--font-condensed); font-size: 25px; font-stretch: condensed; font-variant-numeric: tabular-nums; font-weight: 900; letter-spacing: .04em; }
.sticky-cta__form { min-width: 235px; padding: 13px 18px 13px 21px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--white); background: var(--orange-cta); font-size: 17px; font-weight: 900; line-height: 1.4; }
.sticky-cta__form b { font-size: 22px; }


.thanks-page { background: var(--navy); }
.thanks { min-height: 100svh; padding: 56px 24px; display: grid; place-items: center; position: relative; color: var(--white); isolation: isolate; }
.thanks__media { position: absolute; inset: 0; z-index: -2; background: url("./images/hero-arrival.webp?v=20260908-vehicle3") center / cover no-repeat; }
.thanks__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(11,58,96,.96), rgba(15,75,125,.78)); }
.thanks__inner { width: min(840px, 100%); }
.thanks__inner > img { width: min(360px, 70vw); margin-bottom: clamp(70px, 12vh, 130px); }
.thanks h1 { margin-bottom: 24px; font-size: clamp(46px, 7vw, 88px); line-height: 1.18; letter-spacing: -.045em; }
.thanks__inner > p:not(.kicker) { margin-bottom: 32px; color: #d1d9e0; }
.thanks__actions { display: flex; align-items: center; gap: 28px; }
.thanks__tel { color: var(--white); text-decoration: none; }
.thanks__tel small, .thanks__tel strong { display: block; }
.thanks__tel small { color: #aebbc7; font-size: 13px; }
.thanks__tel strong { font-family: var(--font-condensed); font-size: 38px; font-stretch: condensed; font-variant-numeric: tabular-nums; font-weight: 900; letter-spacing: .03em; }


@media (max-width: 1180px) {
  .brand { width: min(430px, 43vw); }
  .site-header__cta { display: none; }
  .global-nav a { font-size: 16px; }
}

@media (max-width: 900px) {
  :root { --wide: min(100% - 32px, 1280px); --content: min(100% - 32px, 1120px); }
  html { scroll-padding-top: 78px; }
  .site-header { height: 64px; }
  .site-header__main { height: 100%; border-bottom: 0; }
  .brand { width: min(320px, 46vw); }
  .site-header__contact a small { display: none; }
  .site-header__contact strong { font-size: 26px; }
  .site-header__actions { gap: 14px; }
  .site-header__menu { width: 104px; height: 44px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--white); background: transparent; border-left: 1px solid rgba(255,255,255,.28); font: 800 10px/1 Arial, sans-serif; letter-spacing: .12em; cursor: pointer; }
  .site-header__menu i { flex: 0 0 22px; width: 22px; height: 15px; position: relative; }
  .site-header__menu i b { position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; transition: top .2s ease, transform .2s ease; }
  .site-header__menu i b:first-child { top: 2px; }
  .site-header__menu i b:last-child { top: 11px; }
  .site-header.is-menu-open .site-header__menu i b:first-child { top: 7px; transform: rotate(45deg); }
  .site-header.is-menu-open .site-header__menu i b:last-child { top: 7px; transform: rotate(-45deg); }
  .global-nav { height: auto; position: absolute; top: 100%; left: 0; right: 0; visibility: hidden; opacity: 0; pointer-events: none; background: var(--navy); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 4px solid var(--orange-light); box-shadow: 0 10px 22px rgba(0,0,0,.24); transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-header.is-menu-open .global-nav { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .global-nav__inner { width: 100%; display: grid; grid-template-columns: 1fr; }
  .global-nav a { min-height: 58px; padding: 0 max(20px, calc((100% - 720px) / 2)); justify-content: flex-start; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; }
  .global-nav a:last-child { border-right: 0; border-bottom: 0; }
  .global-nav a::after { inset: 0 auto 0 0; width: 4px; height: auto; transform: scaleY(0); }
  .global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleY(1); }
  .title-lock { white-space: normal; }
  
  .section-head h2, .answer__intro h2, .flow h2, .faq h2 { font-size: clamp(30px, 4.4vw, 42px); }
  .section-head--split { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }
  .faq__grid { grid-template-columns: 1fr; gap: 34px; }
  .faq__heading { position: static; }
  .hero { min-height: auto; }
  .hero__content { min-height: auto; padding: 120px 0 90px; }
  .hero__copy { width: min(800px, 100%); }
  .image-note--hero { right: 14px; }
  .worries__photo img { aspect-ratio: 16 / 9; }
  
  .onsite-photo { grid-template-columns: 1fr; }
  .onsite-photo img { aspect-ratio: 16 / 9; }
  .onsite-photo__copy { margin-left: 0; margin-bottom: 0; }
  .reasons__grid { grid-template-columns: 1fr; }
  .reasons__photo { min-height: 0; aspect-ratio: 16 / 10; }
  .reasons__photo img { position: static; height: 100%; }
  .reasons__note { margin-top: 26px; }
  .closing__content { grid-template-columns: 1fr; }
  .c-form__fallback { grid-column: 1; }
  .stepform { max-width: 640px; }
}

@media (max-width: 700px) {
  :root { --wide: min(100% - 32px, 1280px); --content: min(100% - 32px, 1120px); }
  html { scroll-padding-top: 94px; }
  body { padding-bottom: calc(67px + env(safe-area-inset-bottom, 0px)); }
  .section { padding-block: 82px; }
  .sp-only { display: block; }
  .site-header { height: 84px; }
  .site-header__inner { display: block; position: relative; }
  .brand { width: min(235px, 60vw); min-height: 28px; position: absolute; top: 6px; left: 0; }
  .site-header__actions { display: block; }
  .site-header__contact { position: absolute; left: 0; bottom: 5px; }
  .site-header__contact a { min-height: 40px; display: flex; align-items: center; text-decoration: none; }
  .site-header__contact a small { display: none; }
  .site-header__contact a strong { display: block; font-size: 21px; line-height: 1; }
  .site-header__menu { width: 46px; height: 44px; padding: 0 11px; position: absolute; top: 9px; right: 0; border: 1px solid rgba(255,255,255,.5); }
  .site-header__menu > span { display: none; }
  .global-nav a { min-height: 56px; padding-inline: 20px; }
  .hero { min-height: auto; }
  .hero__media { background-position: 74% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(6,32,55,.8), rgba(9,46,78,.56)), linear-gradient(0deg, rgba(6,32,55,.26), transparent 56%); }
  .hero__content { min-height: auto; padding: 96px 0 52px; display: flex; }
  .hero__copy { width: 100%; }
  .hero__eyebrow { margin-bottom: 14px; padding-left: 24px; font-size: 14.5px; line-height: 1.6; }
  .hero__eyebrow::before { width: 17px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(29px, 8.4vw, 40px); line-height: 1.22; }
  .hero__answer { display: block; white-space: normal; }
  .hero__lead { width: 100%; margin-bottom: 20px; font-size: 15.5px; font-weight: 700; line-height: 1.75; }
  .hero__actions { width: 100%; display: block; }
  .hero__tel-cta { flex-basis: 100%; min-height: 86px; padding: 10px 22px 12px; align-items: center; text-align: center; }
  .hero__tel-cta strong { font-size: 37px; }
  .hero__tel-note { margin-top: 10px; font-size: 12.5px; line-height: 1.7; }
  .hero__form-link { flex-basis: 100%; min-height: 86px; margin-top: 12px; padding-inline: 20px; font-size: 15.5px; }
  .hero__form-link b { width: 27px; height: 27px; font-size: 15px; }
  .hero__badge { margin-top: 16px; font-size: 12px; line-height: 1.75; }
  .image-note--hero { right: 8px; bottom: 5px; }
  .section-head--split { grid-template-columns: 1fr; gap: 22px; margin-bottom: 45px; }
  .section-head h2, .answer__intro h2, .flow h2, .faq h2, .closing h2 { font-size: clamp(36px, 10vw, 50px); line-height: 1.25; }
  .section-head--split > p { font-size: 17px; }
  .worries__photo { margin-bottom: 36px; }
  .worries__photo img { aspect-ratio: 16 / 10; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card:first-child { padding: 28px 18px; display: grid; grid-template-columns: 64px 1fr; column-gap: 18px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
  .problem-card__num { grid-row: 1 / span 2; margin: 0; font-size: 42px; }
  .problem-card__num::after { width: 28px; height: 4px; margin-top: 13px; }
  .problem-card h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.6; }
  .problem-card p { font-size: 16px; }
  .worries__bridge { margin-top: 40px; font-size: 17px; }
  .answer__intro > p:last-child { font-size: 17px; }
  .process { width: 100%; margin-top: 45px; padding: 38px 16px 34px; }
  .process__caption { margin-bottom: 30px; }
  .process__line { grid-template-columns: 1fr; gap: 34px; }
  .process__line li:not(:last-child)::after { right: auto; left: 50%; top: auto; bottom: -22px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 11px solid var(--orange-light); border-bottom: 0; transform: translateX(-50%); }
  .process__line li > div { padding: 16px 18px 20px; }
  .process__note { margin-top: 22px; }
  .onsite-photo { width: 100%; margin-top: 70px; grid-template-columns: 1fr; }
  .onsite-photo img { min-height: 320px; aspect-ratio: .95; }
  .onsite-photo__copy { margin: -28px 16px 0; padding: 32px 25px; }
  
  .onsite-photo figcaption { bottom: 37px; }
  .onsite-photo__copy h3 { font-size: 30px; }
  .reason h3 { font-size: 22px; }
  .reason p { font-size: 16px; }
  .flow__list li { padding-inline: 10px 36px; grid-template-columns: 48px 1fr; }
  .flow__list li::after { right: 6px; font-size: 23px; }
  .flow__list > li > span { font-size: 18px; }
  .flow__list h3 { font-size: 21px; }
  .flow__list p { padding-right: 0; font-size: 16px; }
  .flow__cta { display: block; }
  .flow__cta p { margin-bottom: 20px; }
  .flow__cta .button { width: 100%; }
  .cases__voice { padding: 24px 20px; }
  .cases__voice-body { font-size: 19px; line-height: 1.75; }
  .cases__sub { font-size: 18px; }
  .cases__grid { grid-template-columns: 1fr; }
  .case-card h3 { padding: 15px 18px 4px; font-size: 19px; }
  .case-card p { padding: 0 18px 17px; font-size: 15px; }
  .faq__grid { grid-template-columns: 1fr; gap: 38px; }
  .faq__heading { position: static; }
  .faq summary { padding-block: 23px; font-size: 19px; line-height: 1.6; }
  .faq summary { grid-template-columns: 34px 1fr; }
  .faq details div { padding-left: 34px; padding-right: 10px; }
  .faq details p { font-size: 16px; }
  .closing { padding-block: 88px 96px; }
  .closing__media { background-position: 62% center; }
  .closing::after { background: rgba(7,34,58,.84); }
  .closing__content { gap: 44px; }
  .closing__copy h2 { font-size: clamp(38px, 10.5vw, 52px); }
  .closing__copy > p:not(.kicker) { font-size: 16.5px; }
  .stepform { max-width: none; }
  .stepform__head { padding: 20px 18px 0; }
  .stepform__title { font-size: 21px; }
  .stepform__progress { padding-inline: 18px; }
  .stepform__step { padding: 16px 18px 8px; }
  .stepform__step legend { font-size: 18px; }
  .stepform__options label span { min-height: 54px; font-size: 15.5px; }
  .stepform__foot { padding-inline: 18px; }
  .stepform__summary { grid-template-columns: 84px 1fr; }
  .footer { padding: 48px 0 32px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .sticky-cta { inset: auto 0 0; height: calc(67px + env(safe-area-inset-bottom, 0px)); padding-bottom: env(safe-area-inset-bottom, 0px); filter: drop-shadow(0 -5px 14px rgba(2,13,24,.14)); }
  .sticky-cta__tel { min-width: 0; width: 36%; padding-inline: 12px; }
  .sticky-cta__tel small { font-size: 11px; }
  .sticky-cta__tel strong { font-size: 21px; }
  .sticky-cta__form { min-width: 0; width: 64%; padding-inline: 15px; }
  .thanks { padding: 32px 20px; }
  .thanks__media { background-position: 65% center; }
  .thanks__inner > img { margin-bottom: 75px; }
  .thanks h1 { font-size: 44px; }
  .thanks__actions { align-items: stretch; flex-direction: column; }
  .thanks__actions .button { width: 100%; }
}

@media (max-width: 380px) {
  :root { --wide: calc(100% - 32px); --content: calc(100% - 32px); }
  .brand { width: min(225px, 64vw); }
  .hero__content { padding-right: 0; }
  .hero h1 { font-size: 29px; }
  .hero__form-text strong { font-size: 19px; }
  .hero__form-link { padding-inline: 16px; }
  .hero__form-link b { width: 25px; height: 25px; font-size: 14px; }
  .hero__tel-cta strong { font-size: 33px; }
  .button { padding-inline: 20px; gap: 14px; font-size: 17px; }
  .problem-card { grid-template-columns: 54px 1fr; column-gap: 12px; }
  .problem-card__num { font-size: 38px; }
  .stepform__head, .stepform__progress, .stepform__step, .stepform__foot { padding-left: 14px; padding-right: 14px; }
  .stepform__options label span { padding-left: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (forced-colors: active) {
  .button, .process__line li, .stepform, .case-card { border: 1px solid CanvasText; }
}


.hero h1, .section-head h2, .answer__intro h2, .flow h2, .faq h2, .closing h2, .worries__bridge { word-break: auto-phrase; }


.closing__catch { max-width: 620px; margin: 26px 0 0; padding: 16px 20px; border-left: 4px solid var(--orange-light); background: rgba(255,255,255,.08); font-size: clamp(17px, 1.5vw, 20px); font-weight: 800; line-height: 1.85; }
@media (max-width: 700px) { .closing__catch { margin-top: 20px; padding: 14px 16px; font-size: 16.5px; } }
