:root {
  --orange: #f08a00;
  --orange-dark: #d86f00;
  --line: #06c755;
  --cream: #fff7ed;
  --cream-strong: #fff3e0;
  --soft-orange: #ffe4b8;
  --brown: #6b4b2a;
  --text: #333;
  --sub: #66594d;
  --border: #ead4b9;
  --shadow: 0 16px 38px rgba(107, 75, 42, .11);
  --card-shadow: 0 10px 24px rgba(107, 75, 42, .08);
  --radius: 26px;
  --font: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, var(--cream), #fff 28rem);
  font-family: var(--font);
  line-height: 1.8;
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, svg, picture, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { color: var(--brown); line-height: 1.35; margin-top: 0; letter-spacing: 0; }
p { margin-top: 0; }
.skip-link {
  position: fixed; left: 10px; top: 10px; z-index: 999;
  transform: translateY(-150%); background: var(--brown); color: #fff;
  border-radius: 999px; padding: 8px 14px;
}
.skip-link:focus { transform: translateY(0); }

.container,
.header-inner,
.hero,
.footer-grid,
.final-card,
.admin-card {
  max-width: 100%;
  box-sizing: border-box;
}
.container { width: min(100% - 28px, 1120px); margin-inline: auto; }
.section { padding: clamp(58px, 8vw, 104px) 0; position: relative; overflow: hidden; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { font-size: clamp(1.8rem, 4.8vw, 2.8rem); }
.section-heading p:not(.eyebrow), .hero-lead, .soft-card p, .final-card p { color: var(--sub); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px dashed rgba(240, 138, 0, .72);
  border-radius: 999px; background: rgba(255, 228, 184, .78);
  color: var(--brown); font-weight: 800; padding: 5px 14px;
}
.eyebrow::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--orange);
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(234, 212, 185, .9);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(100% - 24px, 1180px);
  min-height: 82px;
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--brown); text-decoration: none; font-weight: 800; }
.brand img { width: clamp(132px, 36vw, 174px); border: 1px solid var(--border); border-radius: 18px; background: #fff; padding: 6px; box-shadow: var(--card-shadow); }
.brand span { display: none; }
.menu-toggle {
  width: 54px; height: 54px; border: 1px solid var(--border); border-radius: 999px;
  background: var(--cream); color: var(--brown); font-weight: 800;
}
.site-nav {
  position: fixed; inset: 90px 12px auto;
  display: grid; gap: 8px; transform: translateY(-8px);
  pointer-events: none; opacity: 0;
  border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: var(--shadow);
  padding: 18px; transition: .2s ease;
}
.site-nav.is-open { transform: translateY(0); pointer-events: auto; opacity: 1; }
.site-nav a, .site-nav span { border-radius: 999px; color: var(--brown); font-weight: 800; text-decoration: none; padding: 10px 12px; }
.site-nav a:hover { background: var(--cream); }
.nav-line { background: var(--line); color: #fff !important; text-align: center; box-shadow: 0 0 0 7px rgba(6,199,85,.12); }
.nav-instagram, .nav-tel {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(240,138,0,.32);
}
.nav-instagram {
  background: linear-gradient(135deg, #f77737, #f08a00 42%, #d62976);
  color: #fff !important;
}
.nav-instagram.is-disabled {
  opacity: .55;
  cursor: default;
}
.nav-tel { background: var(--cream); color: var(--brown) !important; }

.btn, .cta-row a {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  min-height: 52px; border-radius: 999px; border: 2px solid transparent;
  font-weight: 900; text-decoration: none; padding: .78rem 1.28rem;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
}
.btn-line { background: var(--line); color: #fff; box-shadow: 0 0 0 7px rgba(6,199,85,.13), 0 16px 34px rgba(6,199,85,.24); }
.btn-tel { background: #fff; border-color: var(--orange); color: var(--orange-dark); }
.btn-light { background: var(--cream); border-color: rgba(240,138,0,.35); color: var(--brown); }
.btn-instagram {
  color: #fff;
  background: linear-gradient(135deg, #f77737, #f08a00 42%, #d62976);
  box-shadow: 0 14px 28px rgba(216, 70, 95, .18);
}
.btn.is-disabled, .btn-instagram.is-disabled {
  display: inline-flex;
  opacity: .58;
  background: #fff;
  border-color: var(--border);
  color: var(--sub);
  box-shadow: none;
}
.btn small { font-size: .72em; font-weight: 800; }
.cta-row { display: grid; gap: 12px; margin: 24px 0 18px; }
.cta-row .btn,
.cta-row a { width: 100%; }
.section-cta { margin-top: 28px; text-align: center; }

.hero {
  width: min(100% - 28px, 1180px);
  margin: 28px auto 0;
  display: grid; gap: 0;
  position: relative;
  padding-bottom: 50px;
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: min(1040px, 92vw);
  height: 58px;
  transform: translateX(-50%);
  background: url("../images/illustrations/town-strip.png") center bottom / contain no-repeat;
  opacity: .9;
  pointer-events: none;
}
.hero-media { overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); border: 1px solid var(--border); background: var(--cream); }
.hero-media img { width: 100%; max-width: 100%; height: auto; object-fit: cover; object-position: center; transform: none; }
.hero-card {
  position: relative; z-index: 1; margin-top: -22px;
  border: 1px solid rgba(234,212,185,.9); border-radius: 32px;
  background: rgba(255,255,255,.96); box-shadow: var(--card-shadow);
  padding: clamp(24px, 5vw, 44px);
}
.hero-card::after {
  content: ""; position: absolute; right: 22px; top: 22px; width: 84px; height: 84px;
  background: url("../images/decor/dot-circle.svg") center/contain no-repeat; opacity: .36;
}
.hero h1 { position: relative; z-index: 1; font-size: clamp(2rem, 8vw, 3.5rem); }
.hero-lead { position: relative; z-index: 1; font-weight: 700; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 16px 0 0; list-style: none; }
.badges li { border: 1px dashed rgba(240,138,0,.45); border-radius: 999px; background: var(--cream); color: var(--brown); font-weight: 800; padding: .45rem .86rem; }

.trouble { background: linear-gradient(180deg, #fff, var(--cream)); }
.trouble::before {
  content: "";
  position: absolute;
  left: max(10px, calc((100vw - 1120px) / 2 - 24px));
  top: 28px;
  width: clamp(88px, 16vw, 150px);
  height: clamp(68px, 12vw, 116px);
  background: url("../images/illustrations/bubble-soft.png") center / contain no-repeat;
  opacity: .45;
  pointer-events: none;
}
.trouble::after {
  content: "";
  position: absolute;
  right: max(14px, calc((100vw - 1120px) / 2));
  top: 58px;
  width: clamp(84px, 12vw, 132px);
  height: 84px;
  background: url("../images/illustrations/car-cream.png") center / contain no-repeat;
  opacity: .8;
  pointer-events: none;
}
.check-grid, .card-grid, .flow-list { display: grid; gap: 16px; min-width: 0; }
.check-grid article, .service-card, .reason-card, .post-card, .flow-list li, .soft-card, .final-card, .feature-list li, .faq-list details {
  border: 1px solid rgba(234,212,185,.95); border-radius: var(--radius);
  background: rgba(255,255,255,.96); box-shadow: var(--card-shadow); padding: 22px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}
.check-grid article { position: relative; color: var(--brown); font-weight: 900; padding-left: 48px; }
.check-grid article::before {
  content: ""; position: absolute; left: 22px; top: 30px; width: 12px; height: 12px;
  border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 3px #fff;
}
.line-mini-cta {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  border: 1px solid rgba(6,199,85,.22);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, rgba(6,199,85,.08));
  box-shadow: var(--card-shadow);
  padding: clamp(20px, 4vw, 30px);
}
.line-mini-cta h3 { margin-bottom: 8px; }
.line-mini-cta p:not(.eyebrow) { color: var(--sub); margin-bottom: 0; }
.line-mini-cta.is-soft {
  background: rgba(255,255,255,.78);
  border-color: rgba(234,212,185,.95);
}
.subtle-link-note {
  width: fit-content;
  margin: 24px auto 0;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--sub);
  font-weight: 800;
  padding: .65rem 1rem;
}
.services, .faq { background: linear-gradient(180deg, var(--cream), #fff); }
.service-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin: -6px 0 10px;
  filter: drop-shadow(0 8px 12px rgba(107,75,42,.08));
}
.line-benefit, .area, .final-cta { background: var(--cream); }
.line-benefit::before {
  content: "";
  position: absolute;
  right: max(14px, calc((100vw - 1120px) / 2));
  top: 30px;
  width: clamp(94px, 12vw, 142px);
  height: 92px;
  background: url("../images/illustrations/car-yellow.png") center / contain no-repeat;
  opacity: .72;
  pointer-events: none;
}
.split { display: grid; gap: 24px; align-items: center; }
.line-consult-grid {
  display: grid;
  gap: 26px;
  align-items: center;
  min-width: 0;
}
.line-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.photo-ok {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--line);
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(6,199,85,.1);
  padding: .58rem 1rem;
  margin: 8px 0 18px;
}
.line-benefits {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.line-benefits li {
  position: relative;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  color: var(--brown);
  font-weight: 800;
  padding: 12px 14px 12px 42px;
}
.line-benefits li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--line);
  box-shadow: 0 0 0 4px rgba(6,199,85,.12);
}
.line-copy .btn-line { margin-top: 22px; }
.phone-chat {
  border: 8px solid #fff;
  border-radius: 34px;
  background: linear-gradient(180deg, #effff5, #fff);
  box-shadow: var(--shadow);
  padding: 18px;
  max-width: 100%;
  min-width: 0;
}
.phone-chat .qr-box { margin-top: 14px; }
.phone-chat .qr-box img { width: min(148px, 46vw); }
.phone-top {
  border-radius: 999px;
  background: var(--line);
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  margin-bottom: 18px;
}
.chat-bubble {
  width: fit-content;
  max-width: 86%;
  border-radius: 20px;
  padding: 12px 14px;
  margin-bottom: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.from-user {
  margin-left: auto;
  background: var(--line);
  color: #fff;
  border-bottom-right-radius: 6px;
}
.from-shop {
  background: #fff;
  color: var(--brown);
  border: 1px solid rgba(6,199,85,.18);
  border-bottom-left-radius: 6px;
}
.chat-photo {
  width: 72%;
  border: 2px dashed rgba(6,199,85,.35);
  border-radius: 18px;
  background: #fff;
  color: var(--sub);
  text-align: center;
  font-weight: 900;
  padding: 22px;
  margin: 0 0 12px auto;
}
.feature-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.feature-list strong, .feature-list span { display: block; }
.feature-list span { color: var(--sub); }
.pickup { background: #fff; }
.pickup::after {
  content: "";
  position: absolute;
  right: max(14px, calc((100vw - 1120px) / 2));
  bottom: 18px;
  width: min(560px, 58vw);
  height: 70px;
  background: url("../images/illustrations/mini-town.png") right bottom / contain no-repeat;
  opacity: .72;
  pointer-events: none;
}
.note { border-left: 5px solid var(--orange); border-radius: 16px; background: var(--cream); padding: 14px 16px; font-weight: 800; }
.pickup-steps { display: grid; gap: 12px; border: 2px dashed rgba(240,138,0,.45); border-radius: 30px; background: var(--cream); padding: 24px; }
.pickup-steps span { display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--brown); font-weight: 900; padding: .7rem 1rem; }
.reason-card b, .flow-list b {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--orange); color: #fff; margin-bottom: 14px;
}
.area-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.area-links a { border-radius: 999px; background: #fff; color: var(--brown); font-weight: 900; text-decoration: none; padding: .72rem 1.2rem; box-shadow: var(--card-shadow); }
.flow { background: var(--cream); }
.reasons::before {
  content: "";
  position: absolute;
  left: max(12px, calc((100vw - 1120px) / 2));
  bottom: 24px;
  width: min(360px, 44vw);
  height: 84px;
  background: url("../images/illustrations/tools-row.png") left bottom / contain no-repeat;
  opacity: .55;
  pointer-events: none;
}
.flow-list { margin: 0; padding: 0; list-style: none; }
.columns { background: #fff; }
.post-meta { color: var(--orange-dark); font-weight: 900; font-size: .9rem; }
.post-card a { color: var(--orange-dark); font-weight: 900; }
.instagram-section {
  background: linear-gradient(180deg, #fff, var(--cream));
}
.instagram-grid {
  display: grid;
  gap: 16px;
}
.insta-card {
  overflow: hidden;
  border: 1px solid rgba(234,212,185,.95);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--card-shadow);
}
.insta-thumb {
  aspect-ratio: 1 / .74;
  background:
    url("../images/illustrations/mini-town.png") center bottom / 90% auto no-repeat,
    linear-gradient(135deg, #fff7ed, #fff, #fff3e0);
}
.insta-card h3, .insta-card p { padding-inline: 18px; }
.insta-card h3 { margin: 16px 0 6px; }
.insta-card p { color: var(--sub); padding-bottom: 18px; }
.social-panel {
  display: grid;
  gap: 20px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid rgba(234,212,185,.95);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--card-shadow);
  padding: clamp(20px, 4vw, 30px);
  max-width: 100%;
  min-width: 0;
}
.social-panel .btn-instagram { margin-top: 4px; }
.qr-box {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 150px;
  border: 2px dashed rgba(240,138,0,.32);
  border-radius: 24px;
  background: var(--cream);
  color: var(--sub);
  text-align: center;
  padding: 18px;
}
.qr-box img {
  width: min(180px, 54vw);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
}
.qr-box b { color: var(--brown); }
.faq-list { display: grid; gap: 12px; max-width: 920px; margin-inline: auto; }
.faq-list summary { color: var(--brown); cursor: pointer; font-weight: 900; }
.faq-list p { color: var(--sub); margin: 12px 0 0; }
.final-card { text-align: center; max-width: 900px; margin-inline: auto; background: #fff; }
.final-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: min(1040px, 90vw);
  height: 58px;
  transform: translateX(-50%);
  background: url("../images/illustrations/town-strip.png") center / contain no-repeat;
  opacity: .42;
  pointer-events: none;
}
.final-card .cta-row { max-width: 560px; margin-inline: auto; }
.contact-info {
  display: grid; gap: 10px; margin: 26px 0 0; text-align: left;
}
.contact-info div {
  display: grid; gap: 4px; border-radius: 18px; background: var(--cream); padding: 14px 16px;
}
.contact-info dt { color: var(--brown); font-weight: 900; }
.contact-info dd { margin: 0; color: var(--sub); }

.site-footer {
  background: var(--brown); color: #fff;
  padding: 50px 14px calc(142px + env(safe-area-inset-bottom));
}
.footer-grid { width: min(100%, 1120px); margin-inline: auto; display: grid; gap: 28px; }
.footer-logo { width: min(220px, 70vw); border-radius: 16px; background: #fff; padding: 8px; }
.site-footer h2 { color: #fff; font-size: 1.08rem; }
.site-footer a { color: #fff; }
.site-footer ul { display: grid; gap: 6px; padding: 0; list-style: none; }
.footer-social {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.footer-social .btn { width: 100%; }
.footer-note {
  margin-top: 16px;
  color: rgba(255,255,255,.78);
}
.footer-qr .qr-pair { display: grid; gap: 12px; }
.site-footer .qr-box {
  min-height: 118px;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.25);
  color: rgba(255,255,255,.78);
}
.site-footer .qr-box img {
  width: min(118px, 34vw);
  border-radius: 12px;
  padding: 6px;
}
.site-footer .qr-box b { color: #fff; }
.copyright { width: min(100%, 1120px); margin: 28px auto 0; color: rgba(255,255,255,.75); }
.fixed-cta {
  position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 60; display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px;
  border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.96);
  box-shadow: var(--shadow); padding: 9px;
}
.fixed-cta a { display: grid; place-items: center; min-height: 56px; border-radius: 17px; font-weight: 900; text-decoration: none; }
.fixed-line { background: var(--line); color: #fff; }
.fixed-tel { border: 2px solid var(--orange); color: var(--orange-dark); background: #fff; }

.article-header { background: var(--cream); padding: 54px 0; }
.article-layout { display: grid; gap: 28px; }
.article-body { border-radius: 28px; background: #fff; box-shadow: var(--card-shadow); padding: clamp(24px, 5vw, 44px); }
.article-body table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.article-body th, .article-body td { border: 1px solid var(--border); padding: 10px; vertical-align: top; }
.article-body th { background: var(--cream); color: var(--brown); }
.answer-box, .line-cta { border-radius: 22px; background: var(--cream); border-left: 5px solid var(--orange); padding: 18px; margin: 20px 0; }
.admin-shell { background: #f7f2ec; min-height: 100vh; padding: 30px 14px; }
.admin-card { width: min(100%, 980px); margin-inline: auto; background: #fff; border-radius: 24px; box-shadow: var(--card-shadow); padding: 24px; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.admin-nav a { border-radius: 999px; background: var(--cream); color: var(--brown); font-weight: 900; padding: .55rem 1rem; text-decoration: none; }
.form-grid { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; color: var(--brown); }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 14px; padding: .78rem; font: inherit; }
textarea { min-height: 220px; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--border); padding: 10px; text-align: left; }

@media (min-width: 760px) {
  body { padding-bottom: 0; }
  .brand span { display: inline; }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 2px; transform: none; pointer-events: auto; opacity: 1; border: 0; box-shadow: none; background: transparent; padding: 0; }
  .cta-row { display: flex; flex-wrap: wrap; }
  .cta-row .btn,
  .cta-row a { width: auto; }
  .hero-cta { align-items: center; }
  .hero { grid-template-columns: 1.02fr .98fr; align-items: center; margin-top: 34px; }
  .hero-media { order: 2; }
  .hero-media img { height: auto; max-height: 520px; transform: none; object-fit: cover; object-position: center; }
  .hero-card { order: 1; margin: 0 -44px 0 0; }
  .check-grid, .card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .line-mini-cta { grid-template-columns: 1fr auto; }
  .split { grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); }
  .line-consult-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); }
  .flow-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .social-panel { grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); }
  .contact-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr .9fr .9fr 1.05fr 1.1fr; }
  .fixed-cta { display: none; }
  .site-footer { padding-bottom: 50px; }
}

@media (min-width: 1080px) {
  .card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  body { font-size: 15px; line-height: 1.75; }
  .container { width: min(100% - 24px, 1120px); }
  .section { padding: 44px 0; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2 { font-size: 1.55rem; }
  .section-heading p:not(.eyebrow),
  .hero-lead,
  .soft-card p,
  .final-card p,
  .line-copy p,
  .faq-list p,
  .insta-card p {
    font-size: 15px;
  }
  .header-inner { width: min(100% - 20px, 1180px); min-height: 72px; }
  .brand img { width: min(138px, 42vw); border-radius: 14px; }
  .site-nav { inset: 78px 10px auto; max-width: calc(100vw - 20px); }
  .hero {
    width: min(100% - 24px, 1180px);
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 18px;
    padding-bottom: 34px;
  }
  .hero h1 { font-size: 28px; line-height: 1.32; }
  .hero-card .cta-row { display: grid; }
  .hero-card {
    margin-top: -14px;
    border-radius: 24px;
    padding: 22px 18px;
  }
  .hero-card::after { width: 58px; height: 58px; right: 14px; top: 14px; }
  .hero-media { border-radius: 24px; }
  .hero-media img {
    height: auto;
    max-height: none;
    transform: none;
    object-fit: contain;
    object-position: center;
  }
  .cta-row { display: grid; gap: 10px; margin: 18px 0 14px; }
  .btn, .cta-row a { width: 100%; min-height: 50px; padding-inline: 1rem; }
  .badges { gap: 8px; }
  .badges li { font-size: .86rem; padding: .36rem .68rem; }
  .check-grid, .card-grid, .flow-list, .instagram-grid { grid-template-columns: 1fr; gap: 12px; }
  .check-grid article,
  .service-card,
  .reason-card,
  .post-card,
  .flow-list li,
  .soft-card,
  .final-card,
  .faq-list details {
    border-radius: 20px;
    padding: 18px;
  }
  .check-grid article { padding-left: 42px; }
  .check-grid article::before { left: 18px; top: 27px; }
  .line-mini-cta,
  .social-panel,
  .phone-chat,
  .pickup-steps {
    border-radius: 22px;
  }
  .line-benefits { gap: 8px; }
  .line-benefits li { padding: 10px 12px 10px 36px; font-size: .95rem; }
  .line-benefits li::before { left: 14px; top: 17px; }
  .photo-ok { width: 100%; justify-content: center; }
  .chat-bubble { max-width: 92%; font-size: .94rem; }
  .chat-photo { width: 84%; padding: 16px; }
  .hero::after, .final-cta::before { height: 40px; opacity: .7; }
  .trouble::before, .trouble::after, .line-benefit::before, .pickup::after, .reasons::before { opacity: .22; }
  .pickup::after, .reasons::before { width: 70vw; }
  .service-icon { width: 62px; height: 62px; }
  .phone-chat { border-width: 5px; border-radius: 28px; padding: 14px; }
  .qr-box { min-height: 126px; padding: 14px; }
  .qr-box img { width: min(148px, 54vw); }
  .site-footer .qr-box img { width: min(124px, 45vw); }
  .fixed-cta a { min-height: 54px; }
}

/* July 2026 image-led mobile refresh */
img, svg, picture, video { max-width: 100%; height: auto; }

.hero-sub {
  position: relative;
  z-index: 1;
  color: var(--orange-dark);
  font-size: clamp(1.12rem, 4vw, 1.42rem);
  font-weight: 900;
  margin-bottom: 10px;
}

.section-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(234,212,185,.95);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.section-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.image-split {
  align-items: center;
}
.reassurance {
  background: linear-gradient(180deg, #fff, var(--cream));
}
.reassurance .section-photo img {
  height: auto;
}
.service-hero {
  margin-bottom: 22px;
}
.service-hero img {
  height: auto;
  object-fit: contain;
  object-position: center;
}
.service-grid {
  grid-template-columns: 1fr;
}
.line-benefit {
  background: linear-gradient(180deg, var(--cream), #fff);
}
.line-consult-grid {
  align-items: center;
}
.line-photo img {
  height: auto;
  object-fit: contain;
  object-position: 38% center;
}
.line-copy .btn-line {
  width: min(100%, 420px);
}
.area-links {
  align-items: center;
}
.area-links span {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(240,138,0,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--brown);
  font-weight: 900;
  text-decoration: none;
  padding: .62rem 1rem;
}
.area-map {
  width: min(100%, 920px);
  margin: 26px auto 0;
}
.area-map img {
  height: auto;
  object-fit: contain;
  background: #fff;
}
.final-card {
  display: grid;
  gap: 24px;
  text-align: left;
}
.final-copy {
  text-align: center;
}
.final-visual {
  width: min(100%, 520px);
  margin-inline: auto;
}
.final-visual img {
  height: auto;
  object-fit: contain;
  background: #fff;
}
.final-info {
  width: 100%;
}

@media (min-width: 760px) {
  .service-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .service-grid .service-card {
    padding: 18px;
  }
  .service-grid .service-card h3 {
    font-size: 1.06rem;
  }
  .service-grid .service-card p {
    font-size: .95rem;
  }
  .line-consult-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }
  .final-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    max-width: 980px;
    align-items: center;
  }
  .final-copy {
    text-align: left;
  }
  .final-card .cta-row {
    margin-inline: 0;
  }
  .final-info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 759px) {
  .hero {
    display: grid;
  }
  .hero-card {
    order: 1;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .hero-media {
    order: 2;
  }
  .hero-media img {
    transform: none;
    height: auto;
    object-position: 58% center;
  }
  .image-split {
    display: grid;
    gap: 18px;
  }
  .image-split .soft-card {
    order: 1;
  }
  .image-split .section-photo {
    order: 2;
  }
  .line-consult-grid {
    display: grid;
    gap: 18px;
  }
  .line-consult-grid .line-copy {
    order: 1;
  }
  .line-consult-grid .line-photo {
    order: 2;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 28px;
  }
  .hero-sub {
    font-size: 17px;
  }
  .hero-lead {
    font-size: 15.5px;
  }
  .hero-card {
    padding: 22px 18px 20px;
  }
  .hero-media img {
    height: auto;
  }
  .section-photo {
    border-radius: 22px;
  }
  .section-photo img,
  .service-hero img,
  .line-photo img,
  .final-visual img {
    max-width: 100%;
  }
  .reassurance .section-photo img,
  .service-hero img {
    height: auto;
  }
  .service-grid {
    gap: 14px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .line-copy .btn-line,
  .final-card .btn {
    width: 100%;
  }
  .area-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .area-links a,
  .area-links span {
    min-height: 44px;
    padding: .5rem .45rem;
    font-size: .92rem;
  }
  .area-map {
    margin-top: 18px;
    border-radius: 20px;
  }
  .final-card {
    padding: 20px 16px;
  }
  .final-copy {
    text-align: left;
  }
}

/* Image ratio safety: keep all photos and illustrations natural */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-image,
.section-image,
.service-image,
.line-image,
.cta-image,
.area-map {
  overflow: hidden;
}

.hero-image img,
.section-image img,
.service-image img,
.line-image img,
.cta-image img,
.area-map img,
.section-photo img,
.hero-media img,
.service-hero img,
.line-photo img,
.final-visual img {
  width: 100%;
  height: auto !important;
  min-height: 0;
  max-width: 100%;
  aspect-ratio: auto !important;
  transform: none !important;
  object-position: center;
  border-radius: inherit;
}

.image-cover,
.hero-image img {
  object-fit: cover;
}

.image-contain,
.section-image img,
.service-image img,
.line-image img,
.cta-image img,
.service-hero img,
.line-photo img,
.final-visual img {
  object-fit: contain;
}

.hero-image {
  max-height: 520px;
}

.area-map {
  overflow: visible;
}

.area-map img {
  object-fit: contain !important;
  aspect-ratio: auto !important;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .hero-image {
    max-height: none;
  }
  .hero-image img {
    max-height: none;
    object-fit: contain;
    border-radius: 18px;
  }
  .section-image img,
  .service-image img,
  .line-image img,
  .cta-image img {
    object-fit: contain;
    border-radius: 20px;
  }
}
