:root {
  --navy: #10233f;
  --navy-2: #183555;
  --ink: #172235;
  --muted: #5d6878;
  --line: #dfe5eb;
  --soft: #f4f7fa;
  --white: #fff;
  --orange: #e86f2a;
  --orange-light: #ffad69;
  --orange-dark: #c85416;
  --orange-soft: #fff1e8;
  --blue: #24618e;
  --shadow: 0 18px 48px rgba(16, 35, 63, .12);
  --radius: 20px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 880px); }
.center { text-align: center; }
.section { padding: 104px 0; }
.section-tint { background: var(--soft); }
.section-dark { color: var(--white); background: var(--navy); }
.section-kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .18em;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.3; letter-spacing: .01em; }
h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; }
p { margin-bottom: 1em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
.section-heading > div { flex: 1 1 auto; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { flex: 0 1 430px; margin: 0; color: var(--muted); }
.section-heading.light h2, .section-heading.light > p { color: var(--white); }
.mini-label { margin-bottom: 8px; color: var(--orange); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.fine-print, .caution { color: var(--muted); font-size: .875rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 76px;
  border-bottom: 1px solid rgba(16, 35, 63, .08);
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { color: var(--blue); font-size: 1.12rem; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--navy); font-size: .65rem; font-weight: 700; letter-spacing: .06em; white-space: nowrap; }
.global-nav { display: flex; align-items: center; gap: 28px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.global-nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 11px 19px; border-radius: 999px; color: #fff; background: var(--orange); }
.nav-cta:hover { background: var(--orange-dark); }
.menu-button { display: none; }

/* hero */
.hero { position: relative; overflow: hidden; min-height: 720px; background: linear-gradient(118deg, #f8fafc 0%, #fff 52%, #edf2f6 100%); }
.hero::before { position: absolute; top: -160px; right: -200px; width: 620px; height: 620px; border-radius: 50%; background: rgba(232, 111, 42, .08); content: ""; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); align-items: start; gap: 64px; padding-top: 76px; padding-bottom: 76px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; margin-bottom: 22px; padding: 7px 13px; border: 1px solid rgba(16, 35, 63, .12); border-radius: 999px; color: var(--navy); background: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.hero h1 { margin-bottom: 26px; font-size: clamp(2.6rem, 5vw, 4.65rem); line-height: 1.13; }
.hero h1 span { color: var(--blue); }
.hero-lead { margin-bottom: 20px; color: var(--navy); font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.55; }
.hero-lead strong { position: relative; display: inline-block; }
.hero-lead strong::after { position: absolute; z-index: -1; right: 0; bottom: 2px; left: 0; height: 9px; border-radius: 3px; background: rgba(232, 111, 42, .22); content: ""; }
.hero-description { max-width: 640px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.booking-entry-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.booking-entry-actions a { display: flex; min-height: 50px; padding: 10px 15px; align-items: center; justify-content: center; border: 1px solid rgba(16,35,63,.2); border-radius: 10px; color: var(--navy); background: #fff; font-size: 14px; font-weight: 800; text-align: center; }
.booking-entry-actions a:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 2px solid transparent; border-radius: 10px; font-weight: 800; line-height: 1.35; text-align: center; transition: transform .2s, background-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(232, 111, 42, .24); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { color: var(--navy); border-color: var(--navy); background: #fff; }
.button-secondary:hover { color: #fff; background: var(--navy); }
.button-wide { width: 100%; }
.text-link { color: var(--navy); font-weight: 800; }
.text-link span { color: var(--orange); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: .84rem; font-weight: 700; }
.hero-points li::before { margin-right: 7px; color: var(--orange); content: "●"; font-size: .55rem; vertical-align: .12em; }
.hero-visual { position: relative; z-index: 1; margin: 0; }
.hero-visual::before { position: absolute; z-index: -1; top: 24px; right: -28px; bottom: -24px; left: 32px; border-radius: 32px; background: var(--navy); content: ""; }
.hero-visual img { width: 100%; max-height: 590px; border-radius: 26px; object-fit: cover; object-position: center 55%; box-shadow: var(--shadow); }
.hero-visual figcaption { position: absolute; right: 24px; bottom: 24px; display: flex; flex-direction: column; min-width: 245px; padding: 15px 19px; border-radius: 12px; color: var(--navy); background: #fff; box-shadow: var(--shadow); }
.hero-visual figcaption strong { font-size: .9rem; }
.hero-visual figcaption span { margin-top: 3px; color: var(--muted); font-size: .72rem; }

/* intro */
.intro .narrow > p:last-of-type { max-width: 700px; margin-right: auto; margin-bottom: 52px; margin-left: auto; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: left; }
.audience-grid article { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.audience-grid article span { display: block; margin-bottom: 28px; color: var(--orange); font-size: .75rem; font-weight: 800; }
.audience-grid article p { margin: 0; color: var(--muted); font-size: .9rem; }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; min-height: 170px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(16,35,63,.05); }
.price-card.featured { border-color: rgba(232,111,42,.55); }
.distance { margin-bottom: 12px; color: var(--navy); font-size: 1rem; font-weight: 800; }
.price { display: flex; align-items: baseline; margin: 0; color: var(--navy); line-height: 1; }
.price strong { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.price span { margin-left: 5px; font-size: .9rem; font-weight: 700; }
.price-card small { display: block; margin-top: 12px; color: var(--muted); }
.badge { position: absolute; top: 18px; right: 18px; padding: 4px 8px; border-radius: 999px; color: var(--orange-dark); background: var(--orange-soft); font-size: .65rem; font-weight: 800; }
.distance-note { display: flex; align-items: center; gap: 18px; margin-top: 22px; padding: 20px 24px; border-radius: 14px; color: var(--navy); background: #e8eff5; }
.note-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.5rem; }
.distance-note strong { font-size: .85rem; }
.distance-note p { margin: 2px 0 0; color: var(--muted); font-size: .88rem; }
.pricing-basis-note { margin: 18px 4px 0; color: var(--navy); font-size: 16px; line-height: 1.75; }
.included-panel { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 64px; margin-top: 42px; padding: 42px 48px; border-radius: var(--radius); color: #fff; background: var(--navy); }
.included-panel h3 { margin-bottom: 14px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.included-panel p:last-child { margin: 0; color: rgba(255,255,255,.75); }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { position: absolute; top: .1em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); content: "✓"; font-size: .72rem; }
.pricing .fine-print { margin: 14px 4px 0; }

/* stairs / extras */
.split-panel { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 76px; }
.split-copy p:last-child { max-width: 600px; color: var(--muted); }
.calculation-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.calc-title { margin-bottom: 16px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.formula { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; margin: 22px 0; }
.formula span { padding: 13px 10px; border-radius: 8px; color: var(--navy); background: var(--soft); font-weight: 800; text-align: center; }
.formula b { color: var(--orange); }
.calc-result { margin-bottom: 6px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--navy); text-align: right; }
.calc-result strong { color: var(--orange); font-size: 1.65rem; }
.calculation-card small { display: block; color: var(--muted); text-align: right; }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.extras-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.055); }
.extras-grid span { display: block; margin-bottom: 30px; color: var(--orange); font-size: .75rem; font-weight: 800; }
.extras-grid h3 { color: #fff; }
.extras-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: .88rem; }

/* services */
.primary-moving-service { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 58px; margin-bottom: 24px; padding: 38px 42px; border-left: 4px solid var(--orange); color: #fff; background: var(--navy); }
.primary-moving-service .mini-label { color: var(--orange-light); }
.primary-moving-service h3 { margin-bottom: 12px; color: #fff; font-size: clamp(1.65rem, 3vw, 2.2rem); }
.primary-moving-service p:not(.mini-label) { margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.8; }
.primary-moving-service ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.primary-moving-service li { padding: 11px 0 11px 20px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 16px; font-weight: 700; }
.primary-moving-service li::before { margin-left: -20px; margin-right: 10px; color: var(--orange-light); content: "✓"; }
.personal-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 34px; }
.personal-service-grid > article { position: relative; display: flex; min-width: 0; min-height: 530px; padding: 32px 28px 28px; flex-direction: column; border: 1px solid var(--line); border-top: 3px solid var(--orange); background: #fff; }
.personal-service-number { position: absolute; top: 28px; right: 27px; color: #9aabb7; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.personal-service-label { min-height: 30px; margin: 0 38px 22px 0; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.45; }
.personal-service-grid h3 { min-height: 78px; margin-bottom: 14px; color: var(--navy); font-size: 1.3rem; line-height: 1.55; }
.personal-service-grid > article > p:not(.personal-service-label, .service-caution) { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.personal-service-grid ul { display: grid; gap: 7px; margin: 0 0 22px; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--navy); font-size: 16px; font-weight: 700; line-height: 1.65; }
.personal-service-grid li { position: relative; padding-left: 15px; }
.personal-service-grid li::before { position: absolute; top: .78em; left: 0; width: 6px; height: 1px; background: var(--orange); content: ""; }
.service-caution { margin: -5px 0 18px; padding: 10px 12px; color: var(--muted); background: var(--soft); font-size: 16px; font-weight: 700; line-height: 1.65; }
.service-mail-link { display: flex; min-height: 50px; margin-top: auto; padding: 0 15px; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: var(--navy); font-size: 16px; font-weight: 800; }
.service-mail-link:hover { background: var(--orange); }
.service-mail-link span { color: var(--orange-light); font-size: 1.1rem; font-weight: 400; }
.service-mail-link:hover span { color: #fff; }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; padding: 0; list-style: none; }
.service-tags li { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: #fff; font-size: .9rem; font-weight: 700; }
.service-tags li::before { margin-right: 7px; color: var(--orange); content: "●"; font-size: .55rem; vertical-align: .15em; }
.appliance-feature { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 64px; padding: 30px; border-radius: 24px; background: var(--soft); }
.appliance-photo img { width: 100%; height: 480px; border-radius: 16px; object-fit: cover; object-position: center 62%; }
.appliance-copy { padding-right: 36px; }
.appliance-copy h3 { font-size: clamp(1.65rem, 3vw, 2.45rem); }
.appliance-copy > p:not(.mini-label) { color: var(--muted); }
.appliance-copy .caution { margin: 24px 0 0; padding: 16px 18px; border-left: 3px solid var(--orange); background: #fff; }

/* before use */
.before-use { background: #eef3f7; }
.recommended-panel { display: grid; grid-template-columns: 1.12fr .88fr; gap: 58px; padding: 40px 44px; color: #fff; background: var(--navy); border-left: 4px solid var(--orange); }
.condition-label { margin: 0 0 8px; color: var(--orange); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.recommended-panel .condition-label { color: var(--orange-light); }
.recommended-panel h3 { margin-bottom: 15px; color: #fff; font-size: 1.7rem; }
.recommended-panel p:last-child { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; }
.recommended-panel ul { display: grid; gap: 9px; align-content: center; margin: 0; padding: 0; list-style: none; }
.recommended-panel li { position: relative; padding: 9px 0 9px 23px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 16px; font-weight: 700; line-height: 1.65; }
.recommended-panel li::before { position: absolute; left: 0; color: var(--orange-light); content: "✓"; }
.basic-condition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.basic-condition-grid article { min-width: 0; padding: 29px 27px; background: #fff; border: 1px solid var(--line); }
.basic-condition-grid h3 { min-height: 62px; margin-bottom: 13px; font-size: 1.22rem; line-height: 1.55; }
.basic-condition-grid p:last-child, .basic-condition-grid ul { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.basic-condition-grid ul { display: grid; gap: 7px; padding-left: 20px; }
.condition-block { margin-top: 48px; }
.condition-block-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 19px; }
.condition-block-heading h3, .unavailable-heading h3, .load-guide h3, .flexible-support h3 { margin: 0; font-size: 1.55rem; }
.additional-fee-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.additional-fee-grid article { position: relative; min-width: 0; padding: 27px 28px; background: #fff; }
.additional-fee-grid span { position: absolute; top: 27px; right: 27px; color: #9aabb7; font-size: 12px; font-weight: 800; }
.additional-fee-grid h4 { margin: 0 40px 10px 0; color: var(--navy); font-size: 18px; }
.additional-fee-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.additional-fee-grid strong { color: var(--orange-dark); }
.unavailable-block { display: grid; grid-template-columns: 350px 1fr; gap: 48px; margin-top: 48px; padding: 36px 38px; background: #fff; border: 1px solid var(--line); }
.unavailable-heading > p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.unavailable-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 0; padding: 0; list-style: none; }
.unavailable-list li { position: relative; padding: 10px 0 10px 17px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 700; line-height: 1.55; }
.unavailable-list li::before { position: absolute; left: 0; color: var(--orange); content: "—"; }
.load-flex-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; margin-top: 18px; }
.load-guide, .flexible-support { padding: 31px 32px; background: #fff; border: 1px solid var(--line); }
.box-count-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0 13px; }
.box-count-grid p { display: grid; gap: 3px; margin: 0; padding: 16px 12px; background: var(--soft); text-align: center; }
.box-count-grid span { color: var(--muted); font-size: 14px; font-weight: 700; }
.box-count-grid strong { color: var(--navy); font-size: 19px; }
.load-guide small { display: block; color: var(--muted); font-size: 14px; line-height: 1.65; }
.flexible-support { border-left: 3px solid var(--orange); }
.flexible-support p:not(.condition-label) { margin: 17px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

/* tentative booking */
.booking { background: #fff; }
.booking-system-status { display: grid; gap: 3px; margin-bottom: 20px; padding: 18px 21px; color: var(--navy); background: var(--soft); border-left: 4px solid var(--blue); }
.booking-system-status[data-state="ready"] { border-left-color: #2f7c58; }
.booking-system-status[data-state="mock"], .booking-system-status[data-state="preparing"], .booking-system-status[data-state="error"] { border-left-color: var(--orange); }
.booking-system-status strong { font-size: 17px; }
.booking-system-status span { color: var(--muted); font-size: 15px; line-height: 1.7; }
.booking-form { display: grid; gap: 18px; }
.booking-form-intro { padding: 20px 23px; color: #fff; background: var(--navy); }
.booking-form-intro p { margin: 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; }
.booking-form-intro strong { color: var(--orange-light); }
.booking-fieldset { min-width: 0; margin: 0; padding: 31px 32px 33px; border: 1px solid var(--line); background: #fff; }
.booking-fieldset legend { padding: 0 12px 0 0; color: var(--navy); font-size: 20px; font-weight: 800; }
.booking-fieldset legend span { display: inline-grid; width: 32px; height: 32px; margin-right: 9px; place-items: center; color: #fff; background: var(--navy); font-size: 12px; vertical-align: 2px; }
.service-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-choice-grid label { cursor: pointer; }
.service-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice-grid label > span { display: grid; min-height: 105px; padding: 22px 24px; align-content: center; border: 1px solid var(--line); background: var(--soft); transition: border-color .2s, background .2s; }
.service-choice-grid input:checked + span { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: inset 4px 0 var(--orange); }
.service-choice-grid strong { font-size: 18px; }
.service-choice-grid small { margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-choice-grid input:checked + span small { color: rgba(255,255,255,.76); }
.booking-input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 20px; }
.booking-input-grid label, .furniture-item-grid label { display: grid; gap: 7px; min-width: 0; color: var(--navy); font-size: 15px; font-weight: 800; }
.booking-input-grid label.full { grid-column: 1 / -1; }
.booking-duration { display: grid; grid-column: 1 / -1; align-content: center; gap: 3px; min-height: 50px; padding: 10px 14px; border-left: 3px solid var(--orange); color: var(--navy); background: var(--soft); }
.booking-duration strong { font-size: 16px; }
.booking-duration span { color: var(--muted); font-size: 14px; }
.booking-input-grid em { color: var(--orange-dark); font-size: 12px; font-style: normal; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); border: 1px solid #cbd5df; border-radius: 6px; background: #fff; font: inherit; font-size: 16px; }
.booking-form input[type="radio"], .booking-form input[type="checkbox"] { width: auto; min-height: 0; padding: 0; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 3px solid rgba(36,97,142,.16); border-color: var(--blue); }
.box-count-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.box-count-inputs label { position: relative; display: grid; gap: 7px; color: var(--navy); font-size: 15px; font-weight: 800; }
.box-count-inputs input { padding-right: 45px; }
.box-count-inputs small { position: absolute; right: 15px; bottom: 13px; color: var(--muted); font-size: 14px; }
.booking-check-group { margin-top: 28px; }
.booking-check-group > p { margin-bottom: 11px; color: var(--navy); font-weight: 800; }
.booking-check-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.booking-check-grid label, .confirmation-options label { display: flex; min-width: 0; padding: 11px 12px; align-items: center; gap: 8px; color: var(--navy); background: var(--soft); border: 1px solid var(--line); font-size: 14px; font-weight: 700; line-height: 1.5; }
.booking-check-grid input, .confirmation-options input, .privacy-agreement input { width: 18px; min-height: 18px; flex: 0 0 18px; margin: 0; accent-color: var(--orange); }
.prohibited-confirmation { margin-top: 28px; padding: 24px; border: 1px solid var(--line); background: #fffaf7; }
.prohibited-confirmation > strong { color: var(--navy); font-size: 17px; }
.prohibited-confirmation ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px 22px; margin: 14px 0 19px; padding-left: 19px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.confirmation-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.fieldset-note { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.furniture-items { display: grid; gap: 12px; }
.furniture-item { padding: 23px; background: var(--soft); border: 1px solid var(--line); }
.furniture-item-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; color: var(--navy); }
.furniture-item-head button { padding: 3px 8px; color: var(--orange-dark); border: 0; background: transparent; cursor: pointer; font-weight: 800; }
.furniture-item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.add-item-button { margin-top: 14px; padding: 11px 17px; color: var(--navy); border: 1px solid var(--navy); background: #fff; cursor: pointer; font-weight: 800; }
.cargo-assessment { display: grid; gap: 7px; margin-top: 18px; padding: 17px 19px; color: var(--navy); background: #edf4f8; border-left: 3px solid var(--blue); }
.cargo-assessment:empty { display: none; }
.cargo-assessment[data-state="blocked"] { background: #fff5ef; border-left-color: var(--orange); }
.cargo-assessment ul, .cargo-assessment p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.cargo-assessment ul { padding-left: 20px; }
.booking-final-checks { position: relative; }
.pricing-preview, .future-upload { padding: 20px 22px; background: var(--soft); }
.pricing-preview strong, .future-upload strong { color: var(--navy); font-size: 17px; }
.pricing-preview p, .future-upload p { margin: 6px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.pricing-preview ul { margin: 9px 0 0; padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.future-upload { margin-top: 10px; }
.future-upload input { margin-top: 10px; color: var(--muted); background: #e7ecf0; }
.booking-block-message { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; margin-top: 15px; padding: 19px 21px; color: var(--navy); background: #fff4ed; border-left: 4px solid var(--orange); }
.booking-block-message[hidden] { display: none; }
.booking-block-message span { color: var(--muted); }
.booking-block-message a { grid-row: 1 / span 2; grid-column: 2; align-self: center; padding: 10px 15px; color: #fff; background: var(--navy); font-weight: 800; }
.turnstile-area { min-height: 64px; margin-top: 18px; display: flex; align-items: center; }
.turnstile-area p { margin: 0; color: var(--muted); font-size: 14px; }
.turnstile-area .mock-note { padding: 12px 14px; background: #fff8f1; border: 1px solid #f0d5c4; }
.privacy-agreement { display: flex; margin-top: 18px; align-items: flex-start; gap: 10px; color: var(--navy); font-size: 15px; font-weight: 700; line-height: 1.7; }
.privacy-agreement a { color: var(--blue); text-decoration: underline; }
.booking-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-submit { display: flex; width: min(100%, 430px); min-height: 60px; margin-top: 22px; align-items: center; justify-content: center; color: #fff; border: 0; border-radius: 7px; background: var(--orange); cursor: pointer; font-size: 17px; font-weight: 800; }
.booking-submit:hover:not(:disabled) { background: var(--orange-dark); }
.booking-submit:disabled { cursor: not-allowed; opacity: .5; }
.booking-submit-note { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.booking-result { padding: 42px; color: #fff; background: var(--navy); border-left: 4px solid var(--orange); }
.booking-result[hidden] { display: none; }
.booking-result h3 { color: #fff; font-size: 1.8rem; }
.booking-result > p:not(.section-kicker) { color: rgba(255,255,255,.82); font-size: 16px; }
.booking-id { margin-bottom: 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); }

/* gallery */
.gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); background: var(--navy); }
.gallery-grid img { width: 100%; height: 500px; object-fit: cover; object-position: center 60%; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; padding: 50px 22px 20px; color: #fff; background: linear-gradient(transparent, rgba(10,25,44,.9)); }
.gallery-grid figcaption strong { font-size: 1rem; }
.gallery-grid figcaption span { margin-top: 2px; color: rgba(255,255,255,.74); font-size: .76rem; }

/* cargo and equipment */
.cargo-layout, .equipment-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.cargo-photo { position: relative; }
.cargo-photo::before { position: absolute; z-index: -1; top: 26px; right: 26px; bottom: -26px; left: -26px; border-radius: 24px; background: var(--navy); content: ""; }
.cargo-photo img { width: 100%; max-height: 720px; border-radius: 20px; object-fit: cover; }
.cargo-standard { display: grid; gap: 5px; margin: 22px 0 0; padding: 17px 19px; border-left: 4px solid var(--orange); color: var(--navy) !important; background: var(--soft); }
.cargo-standard span { font-size: 14px; font-weight: 800; }
.cargo-standard strong { font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.dimension-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0 28px; }
.dimension-list div { padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.dimension-list dt { color: var(--muted); font-size: .76rem; font-weight: 700; }
.dimension-list dd { margin: 2px 0 0; color: var(--navy); font-size: .95rem; }
.dimension-list dd strong { font-size: 1.65rem; }
.cargo-copy > p:not(.section-kicker) { color: var(--muted); }
.cargo-copy .button { margin-top: 14px; }
.equipment-layout { grid-template-columns: .85fr 1.15fr; }
.equipment-copy > p:not(.section-kicker) { color: var(--muted); }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.equipment-list li { padding: 15px 16px; border-radius: 10px; color: var(--navy); background: #fff; font-weight: 800; }
.equipment-list li::before { margin-right: 9px; color: var(--orange); content: "✓"; }
.equipment-photo img { width: 100%; max-height: 590px; border-radius: 20px; object-fit: cover; object-position: center 58%; box-shadow: var(--shadow); }

/* trust, area, flow */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-grid article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.trust-num { display: grid; width: 42px; height: 42px; margin-bottom: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: .74rem; font-weight: 800; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.area-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.area-layout h2 { color: #fff; }
.area-layout p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 12px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(255,255,255,.06); font-weight: 700; }
.area-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 44px; }
.area-guide-grid a { display: flex; min-width: 0; padding: 22px 24px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); flex-direction: column; transition: border-color .2s, background .2s; }
.area-guide-grid a:hover { border-color: rgba(232,111,42,.7); background: rgba(255,255,255,.1); }
.area-guide-grid span { color: var(--orange-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.area-guide-grid strong { margin-top: 7px; color: #fff; font-size: 1.05rem; }
.area-guide-grid small { margin-top: 5px; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.6; }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.flow-list li { position: relative; display: flex; flex-direction: column; gap: 42px; padding: 0 26px; border-left: 1px solid var(--line); }
.flow-list li:last-child { border-right: 1px solid var(--line); }
.flow-list > li > span { color: var(--orange); font-size: .75rem; font-weight: 800; }
.flow-list h3 { font-size: 1.05rem; }
.flow-list p { margin: 0; color: var(--muted); font-size: .86rem; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; gap: 12px; padding: 24px 48px 24px 0; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.12rem; }
.faq-list summary::after { position: absolute; right: 8px; color: var(--orange); content: "+"; font-size: 1.65rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details > div { padding: 0 48px 22px 35px; color: var(--muted); }
.faq-list details p { margin: 0; }

/* contact / footer */
.contact { color: #fff; background: linear-gradient(135deg, var(--navy), #1b4166); }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.contact h2 { color: #fff; }
.contact-copy > p:not(.section-kicker) { color: rgba(255,255,255,.76); }
.contact-note { margin-top: 32px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.contact-note strong { font-size: .86rem; }
.contact-note ul { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; margin: 12px 0 0; padding-left: 20px; color: rgba(255,255,255,.72); font-size: .82rem; }
.mail-card { padding: 38px; border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.25); text-align: center; }
.mail-card img { width: 82px; height: 82px; margin: 0 auto 18px; object-fit: contain; }
.mail-card p { color: var(--muted); font-size: .9rem; }
.mail-address { display: inline-block; margin-top: 18px; color: var(--blue); font-size: .85rem; font-weight: 700; word-break: break-all; }
.mail-card small { display: block; margin-top: 10px; color: var(--muted); }
.business-info { padding: 42px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.8); background: #0c1c31; }
.business-row dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; }
.business-row dl div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.16); }
.business-row dt { color: rgba(255,255,255,.45); font-size: .7rem; font-weight: 700; }
.business-row dd { margin: 4px 0 0; font-size: .84rem; }
.site-footer { padding: 50px 0 28px; color: rgba(255,255,255,.7); background: #081525; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand .brand-copy strong, .footer-brand .brand-copy small { color: #fff; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; font-size: .78rem; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

/* search landing pages */
.seo-page-main { overflow: hidden; }
.seo-page-hero { position: relative; padding: 78px 0 88px; background: linear-gradient(145deg, #f8fafc 0%, #fff7f1 100%); }
.seo-page-hero::after { position: absolute; top: -180px; right: -120px; width: 520px; height: 520px; border-radius: 50%; background: rgba(232,111,42,.07); content: ""; }
.seo-page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.breadcrumb { margin: 0 0 22px; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--blue); font-weight: 700; }
.seo-page-hero h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.5rem, 5.5vw, 4.35rem); }
.seo-page-hero h1 span { color: var(--blue); }
.seo-page-lead { max-width: 690px; color: #334155; font-size: 1.08rem; line-height: 1.85; }
.seo-page-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.seo-page-photo { position: relative; margin: 0; }
.seo-page-photo::before { position: absolute; z-index: -1; top: 18px; right: -20px; bottom: -20px; left: 20px; border-radius: 24px; background: var(--navy); content: ""; }
.seo-page-photo img { width: 100%; height: 510px; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow); }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.detail-card { padding: 30px 28px; border: 1px solid var(--line); background: #fff; }
.detail-card span { display: block; margin-bottom: 12px; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.detail-card p { margin: 0; color: var(--muted); }
.seo-page-summary { max-width: 800px; margin: 0 auto 44px; color: var(--muted); text-align: center; }
.spec-band { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 56px; padding: 42px 46px; color: #fff; background: var(--navy); }
.spec-band h2 { margin-bottom: 14px; color: #fff; }
.spec-band p { margin: 0; color: rgba(255,255,255,.78); }
.spec-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.spec-list li { padding: 16px 12px; border: 1px solid rgba(255,255,255,.18); text-align: center; }
.spec-list strong { display: block; color: var(--orange-light); font-size: 1.35rem; }
.real-example { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.real-example figure { margin: 0; }
.real-example img { width: 100%; height: 500px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow); }
.real-example-copy ul, .fit-cases { display: grid; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.real-example-copy li, .fit-cases li { position: relative; padding-left: 20px; color: #334155; }
.real-example-copy li::before, .fit-cases li::before { position: absolute; left: 0; color: var(--orange); content: "●"; font-size: .58rem; }
.seo-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.seo-links a { padding: 20px 22px; border: 1px solid var(--line); color: var(--navy); background: #fff; font-weight: 800; }
.seo-links a:hover { border-color: var(--orange); }
.seo-page-cta { padding: 72px 0; color: #fff; background: linear-gradient(135deg, var(--navy), #1b4166); text-align: center; }
.seo-page-cta h2 { color: #fff; }
.seo-page-cta p { max-width: 700px; margin: 0 auto 26px; color: rgba(255,255,255,.8); }
.seo-page-cta .seo-page-actions { justify-content: center; }

/* privacy / 404 */
.subpage-body { background: var(--soft); }
.subpage-back { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: .82rem; font-weight: 800; background: #fff; }
.subpage-back:hover { border-color: var(--orange); color: var(--orange); }
.subpage-hero { padding: 80px 0 64px; color: #fff; background: var(--navy); }
.subpage-hero h1 { margin-bottom: 18px; color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); }
.subpage-hero p:last-child { margin: 0; color: rgba(255,255,255,.74); }
.policy-content { padding: 54px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 42px rgba(16,35,63,.08); }
.policy-content section + section { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.policy-content h2 { margin-bottom: 14px; font-size: 1.35rem; }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content ul { padding-left: 1.4em; }
.policy-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.policy-date { margin: 44px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .85rem; text-align: right; }
.error-page { min-height: 100vh; background: linear-gradient(135deg, #f5f8fb, #e6edf3); }
.error-main { display: grid; min-height: 100vh; padding: 32px 16px; place-items: center; }
.error-card { width: min(100%, 560px); padding: 52px 36px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.error-card img { margin: 0 auto 12px; }
.error-code { margin: 0; color: var(--orange); font-size: 1rem; font-weight: 900; letter-spacing: .22em; }
.error-card h1 { margin: 8px 0 16px; font-size: clamp(1.8rem, 6vw, 2.6rem); }
.error-card > p:not(.error-code) { color: var(--muted); }
.error-card .button { margin-top: 16px; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .global-nav { gap: 18px; }
  .global-nav a:not(.nav-cta) { display: none; }
  .hero-inner { grid-template-columns: 1fr .78fr; gap: 40px; }
  .hero h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .included-panel { gap: 36px; }
  .extras-grid { grid-template-columns: repeat(2, 1fr); }
  .personal-service-grid { grid-template-columns: 1fr; }
  .personal-service-grid > article { min-height: 0; }
  .personal-service-grid h3 { min-height: 0; }
  .booking-check-grid { grid-template-columns: repeat(3, 1fr); }
  .prohibited-confirmation ul { grid-template-columns: 1fr 1fr; }
  .recommended-panel { grid-template-columns: 1fr; gap: 28px; }
  .basic-condition-grid { grid-template-columns: 1fr; }
  .basic-condition-grid h3 { min-height: 0; }
  .unavailable-block { grid-template-columns: 1fr; gap: 27px; }
  .load-flex-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-main { grid-row: span 2; }
  .gallery-grid img { height: 380px; }
  .gallery-main img { height: 778px; }
  .cargo-layout, .equipment-layout { gap: 48px; }
  .flow-list { grid-template-columns: 1fr 1fr; gap: 44px 0; }
  .flow-list li:nth-child(3) { border-left: 1px solid var(--line); }
  .flow-list li:nth-child(2) { border-right: 1px solid var(--line); }
  .contact-panel { gap: 48px; }
  .business-row dl { grid-template-columns: 1fr 1fr; }
  .seo-page-hero-grid { gap: 40px; }
  .seo-page-photo img { height: 430px; }
  .real-example { gap: 42px; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 74px; font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading > p { margin-top: 14px; }
  .site-header { height: 66px; }
  .brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .58rem; }
  .menu-button { position: relative; display: grid; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 8px; background: var(--soft); cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 2px 0; background: var(--navy); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; padding: 18px 16px 22px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 16px 30px rgba(16,35,63,.12); }
  .global-nav.open { display: grid; }
  .global-nav a:not(.nav-cta) { display: block; padding: 11px 8px; }
  .nav-cta { margin-top: 4px; text-align: center; }
  .hero { min-height: auto; }
  .hero-inner { display: flex; flex-direction: column; gap: 38px; padding-top: 42px; padding-bottom: 58px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 16px; font-size: .68rem; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.25rem, 11vw, 3.05rem); }
  .hero-lead { font-size: 1.3rem; }
  .hero-description { font-size: .96rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .booking-entry-actions { grid-template-columns: 1fr; }
  .hero-points { justify-content: center; gap: 8px 14px; font-size: .75rem; }
  .hero-visual { width: calc(100% - 18px); margin-right: 18px; }
  .hero-visual::before { top: 14px; right: -18px; bottom: -18px; left: 18px; border-radius: 22px; }
  .hero-visual img { max-height: none; border-radius: 18px; }
  .hero-visual figcaption { right: 14px; bottom: 14px; min-width: 220px; }
  .intro .narrow > p:last-of-type { margin-bottom: 34px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { padding: 24px; }
  .audience-grid article span { margin-bottom: 16px; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .price-card { min-height: 136px; padding: 17px 14px; border-radius: 13px; }
  .distance { margin-bottom: 10px; font-size: .85rem; }
  .price strong { font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .price span { font-size: .72rem; }
  .badge { position: static; display: inline-block; margin-top: 10px; font-size: .58rem; }
  .price-card-long { grid-column: 1 / -1; }
  .distance-note { align-items: flex-start; padding: 17px; }
  .note-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .distance-note p { font-size: .8rem; }
  .included-panel { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; padding: 30px 24px; }
  .split-panel { grid-template-columns: 1fr; gap: 32px; }
  .calculation-card { padding: 26px 20px; }
  .extras-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .extras-grid article { padding: 20px 16px; }
  .extras-grid span { margin-bottom: 18px; }
  .extras-grid h3 { font-size: 1rem; }
  .extras-grid p { font-size: .8rem; }
  .primary-moving-service { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .primary-moving-service p:not(.mini-label), .primary-moving-service li { font-size: 16px; }
  .personal-service-grid { gap: 14px; }
  .personal-service-grid > article { padding: 27px 22px 23px; }
  .personal-service-label { min-height: 0; margin-bottom: 18px; }
  .personal-service-grid h3 { font-size: 1.25rem; }
  .personal-service-grid ul { font-size: 16px; }
  .service-mail-link { width: 100%; min-height: 54px; font-size: 14px; }
  .service-tags { gap: 8px; margin-bottom: 34px; }
  .service-tags li { padding: 8px 12px; font-size: .78rem; }
  .recommended-panel { padding: 30px 24px; }
  .recommended-panel h3 { font-size: 1.45rem; }
  .basic-condition-grid { gap: 12px; }
  .basic-condition-grid article { padding: 25px 22px; }
  .condition-block { margin-top: 38px; }
  .condition-block-heading { display: block; }
  .condition-block-heading h3, .unavailable-heading h3, .load-guide h3, .flexible-support h3 { font-size: 1.35rem; }
  .additional-fee-grid { grid-template-columns: 1fr; }
  .additional-fee-grid article { padding: 24px 21px; }
  .additional-fee-grid span { top: 24px; right: 21px; }
  .unavailable-block { margin-top: 38px; padding: 28px 22px; }
  .unavailable-list { grid-template-columns: 1fr; }
  .unavailable-list li { font-size: 15px; }
  .load-guide, .flexible-support { padding: 27px 22px; }
  .box-count-grid { grid-template-columns: 1fr; }
  .box-count-grid p { grid-template-columns: 1fr auto; align-items: center; text-align: left; }
  .booking-fieldset { padding: 26px 20px 28px; }
  .booking-fieldset legend { font-size: 18px; }
  .service-choice-grid, .booking-input-grid, .confirmation-options { grid-template-columns: 1fr; }
  .booking-input-grid label.full { grid-column: auto; }
  .box-count-inputs { grid-template-columns: 1fr; }
  .booking-check-grid { grid-template-columns: 1fr 1fr; }
  .prohibited-confirmation { padding: 20px; }
  .prohibited-confirmation ul { grid-template-columns: 1fr; }
  .furniture-item { padding: 20px 16px; }
  .furniture-item-grid { grid-template-columns: 1fr 1fr; }
  .booking-block-message { grid-template-columns: 1fr; }
  .booking-block-message a { grid-row: auto; grid-column: auto; margin-top: 9px; text-align: center; }
  .booking-submit { width: 100%; }
  .booking-result { padding: 31px 23px; }
  .appliance-feature { grid-template-columns: 1fr; gap: 28px; padding: 18px; }
  .appliance-photo img { height: auto; max-height: 520px; }
  .appliance-copy { padding: 0 6px 8px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .gallery-grid img, .gallery-main img { height: 330px; }
  .gallery-grid figure:not(.gallery-main) img { height: 260px; }
  .gallery-grid figcaption { padding: 40px 14px 14px; }
  .gallery-grid figcaption strong { font-size: .86rem; }
  .gallery-grid figcaption span { font-size: .68rem; }
  .cargo-layout, .equipment-layout { grid-template-columns: 1fr; gap: 42px; }
  .cargo-photo { order: 2; margin: 0 18px 20px 0; }
  .cargo-copy { order: 1; }
  .cargo-photo::before { top: 16px; right: -18px; bottom: -18px; left: 18px; }
  .dimension-list { gap: 8px; }
  .dimension-list div { padding: 14px 12px; }
  .dimension-list dd strong { font-size: 1.45rem; }
  .equipment-list { gap: 8px; }
  .equipment-list li { padding: 12px; font-size: .88rem; }
  .equipment-photo img { max-height: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { padding: 26px; }
  .trust-num { margin-bottom: 24px; }
  .area-layout { grid-template-columns: 1fr; gap: 34px; }
  .area-list { gap: 8px; }
  .area-list li { padding: 10px 12px; font-size: .82rem; }
  .area-guide-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .area-guide-grid a { padding: 19px 20px; }
  .flow-list { grid-template-columns: 1fr; gap: 0; }
  .flow-list li, .flow-list li:last-child, .flow-list li:nth-child(2), .flow-list li:nth-child(3) { flex-direction: row; gap: 22px; padding: 24px 0; border: 0; border-bottom: 1px solid var(--line); }
  .flow-list > li > span { flex: 0 0 26px; }
  .faq-list summary { align-items: flex-start; padding: 20px 42px 20px 0; font-size: .95rem; line-height: 1.6; }
  .faq-list details > div { padding: 0 8px 20px 30px; font-size: .92rem; }
  .contact-panel { grid-template-columns: 1fr; gap: 34px; }
  .contact-note ul { grid-template-columns: 1fr; }
  .mail-card { padding: 28px 20px; }
  .subpage-hero { padding: 58px 0 46px; }
  .policy-content { padding: 30px 22px; }
  .policy-content section + section { margin-top: 30px; padding-top: 30px; }
  .error-card { padding: 42px 22px; }
  .business-row dl { grid-template-columns: 1fr; gap: 16px; }
  .seo-page-hero { padding: 42px 0 64px; }
  .seo-page-hero-grid, .spec-band, .real-example { grid-template-columns: 1fr; }
  .seo-page-hero-grid { gap: 38px; }
  .seo-page-hero h1 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .seo-page-actions { align-items: stretch; flex-direction: column; }
  .seo-page-actions .button { width: 100%; }
  .seo-page-photo { width: calc(100% - 16px); }
  .seo-page-photo img { height: auto; max-height: 520px; }
  .detail-grid, .seo-links { grid-template-columns: 1fr; }
  .detail-card { padding: 24px 22px; }
  .spec-band { gap: 28px; padding: 30px 24px; }
  .spec-list { grid-template-columns: 1fr; }
  .real-example { gap: 30px; }
  .real-example img { height: auto; max-height: 520px; }
  .seo-page-cta { padding: 58px 0; }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: block; padding: 8px 12px max(8px, env(safe-area-inset-bottom)); border-top: 1px solid rgba(16,35,63,.12); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
  .mobile-cta a { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 8px; border-radius: 10px; color: #fff; background: var(--orange); font-weight: 800; }
  .mobile-cta span { font-size: .72rem; font-weight: 600; }
}

@media (max-width: 400px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .brand-copy small { max-width: 170px; overflow: hidden; text-overflow: ellipsis; }
  .hero h1 { font-size: 1.85rem; }
  .hero-lead { font-size: 1.2rem; }
  .price-card { padding-inline: 12px; }
  .price strong { font-size: 1.75rem; }
  .extras-grid article { padding: 18px 13px; }
  .furniture-item-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:not(.gallery-main) img { height: 230px; }
  .dimension-list { grid-template-columns: 1fr; }
  .dimension-list dd { font-size: .82rem; }
  .dimension-list dd strong { font-size: 1.35rem; }
}

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