:root {
  --yellow: #f0c400;
  --yellow-dark: #c79f00;
  --yellow-soft: #fff8cf;
  --orange: #f28a00;
  --ink: #2a2a24;
  --muted: #6f6d61;
  --line: #ece4b7;
  --paper: #fff;
  --section-yellow: #fff8d8;
  --focus: #1d4ed8;
  --shadow: 0 18px 60px rgba(96, 79, 0, .14);
  --radius: 24px;
  --max: 1180px;
  --button-height: 52px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
p { margin: 0 0 1.15em; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.copy-block { max-width: 760px; }
.copy-block p + p { margin-top: 1.2em; }

.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 999;
  padding: 12px 16px;
  color: #111;
  background: #fff;
  border: 3px solid var(--focus);
  border-radius: 8px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Header */
.topbar { background: #26261f; color: #fff; font-size: .82rem; }
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar strong { font-size: .95rem; }
.topbar-note { opacity: .85; }
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(199, 159, 0, .18);
}
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid #ead778;
  border-radius: 50%;
  background: #fff7c7;
}
.brand-mark-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-text { min-width: 0; white-space: nowrap; }
.brand-text strong {
  display: block;
  color: var(--yellow-dark);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.35rem;
  line-height: 1.2;
  white-space: nowrap;
}
.menu { display: flex; align-items: center; gap: 25px; font-size: .89rem; font-weight: 700; }
.menu a { position: relative; }
.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--yellow);
  transition: .25s;
}
.menu a:hover::after { right: 0; }
.header-actions { display: flex; gap: 10px; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid #d9c85e;
  border-radius: 12px;
  background: #fffdf3;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 2px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: var(--button-height);
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: .2s;
}
.btn-primary { color: #29271f; background: var(--yellow); border-color: var(--yellow); }
.btn-orange { color: #fff; background: var(--ink); border-color: var(--ink); }
.btn-outline { color: #5d4c00; background: #fff; border-color: #c9aa1b; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(96, 79, 0, .14); }
.btn:active { transform: translateY(0); }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 10%, #fff4a8 0, transparent 36%),
              linear-gradient(135deg, #fff 0, #fffdf2 68%, #fff6c8 100%);
}
.hero::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -36%;
  width: 620px;
  height: 620px;
  border: 90px solid rgba(240, 196, 0, .10);
  border-radius: 50%;
}
.hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 42px;
  padding: 72px 0 56px;
}
.hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.pill {
  padding: 8px 13px;
  color: #6c5700;
  background: #fffdf3;
  border: 1px solid #eadb84;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(96, 79, 0, .07);
  font-size: .8rem;
  font-weight: 800;
  white-space: nowrap;
}
.hero h1 {
  max-width: 10.5em;
  margin: 0 0 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2.05rem, 4.4vw, 3.95rem);
  line-height: 1.08;
  letter-spacing: -.06em;
}
.hero h1 .accent { color: var(--yellow-dark); }
.hero-copy { max-width: 38em; margin-bottom: 28px; color: #435249; font-size: 1.1rem; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 12px; color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  contain: layout paint;
  background-color: #ececec;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px 40px 120px 40px;
  box-shadow: var(--shadow);
}
.hero-photo::after { content: none; }
.floating-card {
  position: absolute;
  left: -32px;
  top: 48px;
  width: 210px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.floating-card strong { display: block; color: var(--yellow-dark); font-size: 1.35rem; }
.floating-card span { color: var(--muted); font-size: .78rem; }
.price-badge {
  position: absolute;
  right: -18px;
  bottom: 40px;
  width: 146px;
  height: 146px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  border: 7px solid #fff7c7;
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.price-badge small { font-weight: 800; }
.price-badge strong { display: block; color: var(--orange); font-size: 2.25rem; line-height: 1; }

/* Trust strip */
.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 26px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #5b4b00; font-size: 1.03rem; }
.trust-item span { color: var(--muted); font-size: .77rem; }

/* Sections and headings */
.section { position: relative; padding: 96px 0; border-top: 1px solid rgba(199, 159, 0, .12); }
.section--yellow { background: var(--section-yellow); }
.section--white { background: #fff; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--yellow-dark);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--yellow); }
.section-title {
  max-width: 14em;
  margin: .7rem 0 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.2;
  letter-spacing: -.04em;
}
.section-lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.95; }

/* Reasons */
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; align-items: stretch; }
.reason {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: .25s;
}
.reason:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.reason-num { position: absolute; right: 18px; top: 8px; color: #f8f1c9; font-size: 3.6rem; font-weight: 900; }
.reason-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: #fff6c8;
  border-radius: 16px;
  font-size: 1.45rem;
}
.reason h3 { margin: 0 0 8px; font-size: 1.15rem; line-height: 1.7; }
.reason p { margin: auto 0 0; color: var(--muted); font-size: .9rem; line-height: 1.9; }

/* Repair cases */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.case {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4ece7;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(30, 70, 45, .09);
}
.case-img {
  position: relative;
  aspect-ratio: 16 / 10;
  contain: layout paint;
  background: linear-gradient(135deg, #dbeee2, #b9d7c4);
}
.case-img::after { content: "修理写真"; position: absolute; inset: 0; display: grid; place-items: center; color: #52715f; font-weight: 800; }
.case-img.has-image { background-position: center; background-size: cover; background-repeat: no-repeat; }
.case-img.has-image::after { content: none; }
.case-body { display: flex; flex: 1; flex-direction: column; padding: 22px; line-height: 1.9; }
.case-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .75rem; }
.case h3 { min-height: 3.4em; margin: 10px 0; font-size: 1.15rem; line-height: 1.7; }
.case-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.tag { padding: 5px 9px; color: #6c5700; background: #fff6c8; border-radius: 999px; font-size: .72rem; font-weight: 800; }

/* Price */
.price-wrap { display: block; margin-top: 42px; }
.price-intro-simple { max-width: 760px; margin-bottom: 28px; color: var(--ink); }
.price-intro-simple p { color: var(--muted); line-height: 1.95; }
.price-intro-simple .btn { margin-top: 12px; }
.price-table { width: 100%; margin-top: 26px; overflow: visible; background: transparent; border: 0; }
.price-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; }
.price-form .price-row {
  position: relative;
  min-height: 122px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #eadf9a;
  border-radius: 15px;
}
.price-form .price-row::before {
  content: "料金項目";
  position: absolute;
  left: 18px;
  top: -9px;
  padding: 0 7px;
  color: #9b7d00;
  background: #fffef8;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.price-row strong:last-child { color: var(--yellow-dark); font-size: 1.2rem; }
.price-row small { display: block; margin-top: 3px; color: var(--muted); font-weight: 500; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; align-items: stretch; }
.blog-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: #fff;
  border: 1px solid #eadf9a;
  border-radius: 22px;
  box-shadow: 0 12px 36px rgba(96, 79, 0, .08);
  transition: .2s ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(96, 79, 0, .13); }
.blog-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #847a4e; font-size: .72rem; }
.blog-meta span { padding: 4px 8px; color: #6c5700; background: #fff6c8; border-radius: 999px; font-weight: 800; }
.blog-card h3 { margin: 22px 0 12px; font-size: 1.15rem; line-height: 1.65; }
.blog-card p { color: var(--muted); font-size: .88rem; line-height: 1.9; }
.blog-link { margin-top: auto; padding-top: 18px; color: #6c5700; font-size: .82rem; font-weight: 900; }
.blog-link::after { content: " →"; }
.blog-all { margin-top: 26px; text-align: center; }

/* Reviews */
.reviews { display: grid; gap: 18px; margin-top: 42px; }
.reviews-responsive { grid-template-columns: repeat(3, 1fr); }
.review {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.review p { min-height: 7.2em; color: #45544a; font-size: .92rem; line-height: 1.9; }
.stars { color: #e4a900; letter-spacing: .15em; }
.review-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; color: var(--muted); border-top: 1px solid var(--line); font-size: .78rem; }
@media (min-width: 981px) {
  .reviews-responsive .review:nth-child(4) { grid-column: 1 / 2; }
  .reviews-responsive .review:nth-child(5) { grid-column: 2 / 3; }
}

/* Flow */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 42px; }
.step { position: relative; padding: 28px 16px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 50%; z-index: 2; transform: translateY(-50%); color: var(--yellow-dark); font-weight: 900; }
.step-num { display: block; color: var(--yellow-dark); font-size: 1.5rem; font-weight: 900; }
.step-icon { margin: 12px; font-size: 1.8rem; }
.step strong { font-size: .95rem; }
.step small { display: block; margin-top: 6px; color: var(--muted); font-size: .73rem; }

/* Service area */
.area-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 44px; }
.area-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.area-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding: 12px 16px;
  color: #6c5700;
  background: #fffdf3;
  border: 1px solid #eadf9a;
  border-radius: 14px;
  font-weight: 800;
}
.area-link span { color: #8b7622; font-size: .62rem; font-weight: 700; }
.area-detail-link { margin-top: 20px; }
.area-map {
  width: 100%;
  max-width: 760px;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  contain: layout paint;
  background: none;
  border: 1px solid #d8d8d2;
  border-radius: 24px;
}
.area-map img { width: 100%; height: auto; max-width: none; margin: 0; padding: 0; object-fit: contain; object-position: center; }
.area-map::before,
.area-map::after { content: none; display: none; }

/* Payment */
.payment-stack { display: block; }
.payment-card {
  max-width: 520px;
  margin-top: 28px;
  padding: 34px;
  background: #fff;
  border: 1px solid #ddc64e;
  border-left: 6px solid var(--yellow);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(96, 79, 0, .10);
}
.payment-label { color: #9b7d00; font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.payment-card strong { display: block; margin: 8px 0 10px; color: var(--ink); font-size: 2.15rem; }

/* FAQ */
.faq { max-width: 900px; margin: 42px auto 0; }
.faq-item { overflow: hidden; margin-bottom: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.faq-q {
  width: 100%;
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 24px;
  text-align: left;
  background: #fff;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}
.faq-q span:first-child::before {
  content: "Q";
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
}
.faq-a { display: none; padding: 0 24px 22px 64px; color: var(--muted); line-height: 1.95; }
.faq-item.open .faq-a { display: block; }
.plus { color: var(--yellow-dark); font-size: 1.4rem; transition: .2s; }
.faq-item.open .plus { transform: rotate(45deg); }

/* CTA + Footer */
.cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 46px;
  color: #fff;
  background: linear-gradient(135deg, #2b2b25, #4a452f);
  border-radius: 36px;
  box-shadow: var(--shadow);
}
.cta h2 { margin: 0 0 8px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); }
.cta p { margin: 0; opacity: .84; }
.cta-actions { display: flex; gap: 10px; }
.footer { padding: 56px 0 110px; color: #dbe9e0; background: #22221d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer strong { letter-spacing: 0; }
.footer h4 { margin-top: 0; color: #fff; }
.footer a { display: block; margin: 8px 0; color: #b8c9be; font-size: .86rem; }
.footer small { color: #91a498; }
.mobile-cta { display: none !important; }

/* Tablet */
@media (max-width: 980px) {
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .menu {
    display: none;
    position: absolute;
    top: 82px;
    left: 20px;
    right: 20px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid #eadf9a;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(96, 79, 0, .16);
  }
  .menu.open { display: flex; }
  .menu a { padding: 14px 8px; border-bottom: 1px solid #f0ead0; }
  .menu a:last-child { border-bottom: 0; }
  .menu a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 56px; }
  .hero-visual { min-height: 480px; }
  .floating-card { left: 10px; }
  .reasons,
  .cases { grid-template-columns: repeat(2, 1fr); }
  .reviews-responsive { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .step::after { display: none; }
  .area-grid { grid-template-columns: 1fr; }
  .area-map { max-width: 680px; }
  .cta { grid-template-columns: 1fr; }
  .cta-actions { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile: final current specification */
@media (max-width: 640px) {
  body { padding-bottom: 0; overflow-x: hidden; }
  .container { width: min(calc(100% - 22px), var(--max)); }
  .topbar { display: none; }
  .header { z-index: 90; background: #fff; border-bottom: 1px solid #eee5b6; }
  .nav { height: 64px; gap: 8px; }
  .brand { max-width: calc(100% - 54px); gap: 8px; }
  .brand-mark { width: 36px; height: 36px; border-radius: 10px; }
  .brand-text strong { font-size: .72rem; line-height: 1.2; letter-spacing: -.035em; }
  .header-actions { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 8px; border-radius: 10px; }
  .menu { top: 66px; left: 10px; right: 10px; padding: 10px; border-radius: 16px; }
  .menu a { padding: 13px 10px; font-size: .9rem; }

  .hero { background: #fff9dc; }
  .hero::before { display: none; }
  .hero-grid { display: block; padding: 24px 0 28px; }
  .hero h1 { max-width: none; margin: 0 0 16px; font-size: 2rem; line-height: 1.2; letter-spacing: -.05em; }
  .hero-badges { gap: 6px; margin-bottom: 14px; }
  .pill { padding: 7px 10px; font-size: .72rem; }
  .hero-copy { max-width: none; margin-bottom: 18px; font-size: .95rem; line-height: 1.8; }
  .copy-block p + p { margin-top: .9em; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-actions .btn { width: 100%; min-height: 52px; }
  .hero-note { margin-top: 10px; font-size: .72rem; line-height: 1.6; }
  .hero-visual { min-height: 250px; margin-top: 22px; }
  .hero-photo { border-radius: 18px; }
  .floating-card { left: 10px; top: 14px; width: 158px; padding: 12px 13px; border-radius: 16px; }
  .floating-card strong { font-size: 1rem; }
  .floating-card span { font-size: .68rem; }
  .price-badge { right: 8px; bottom: 12px; width: 96px; height: 96px; border-width: 5px; }
  .price-badge strong { font-size: 1.2rem; }

  .trust-strip { padding: 8px 0; }
  .trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .trust-item {
    min-width: 0;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    text-align: center;
    background: #fffdf3;
    border: 1px solid #eadf9a;
    border-radius: 12px;
  }
  .trust-item strong { font-size: .72rem; line-height: 1.35; word-break: keep-all; }
  .trust-item span { margin-top: 4px; color: #7c7353; font-size: .56rem; line-height: 1.35; }

  .section { padding: 42px 0; }
  .section-title { max-width: none; margin: .55rem 0 7px; font-size: 1.72rem; line-height: 1.35; letter-spacing: -.045em; }
  .section-lead { font-size: .87rem; line-height: 1.68; }

  .reasons,
  .blog-grid,
  .flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 6px;
    margin-top: 20px;
  }
  .reasons > *,
  .blog-grid > *,
  .flow > * { width: auto; min-width: 0; max-width: none; grid-column: auto; }
  .reason { min-height: 132px; padding: 9px; border-radius: 12px; }
  .reason-num { position: static; order: 1; margin-bottom: 3px; color: #a98a00; font-size: .55rem; line-height: 1; }
  .reason-icon { order: 2; width: 30px; height: 30px; margin: 0 0 5px; border-radius: 8px; font-size: .88rem; }
  .reason h3 { order: 3; margin: 0 0 4px; font-size: .7rem; line-height: 1.3; }
  .reason p { order: 4; margin: 0; color: #77705a; font-size: .56rem; line-height: 1.4; }

  .cases { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .case { min-height: auto; border-radius: 18px; }
  .case-img { aspect-ratio: 16 / 9; }
  .case-body { padding: 18px; }
  .case h3 { min-height: auto; }

  .price-wrap { margin-top: 18px; }
  .price-intro-simple { margin-bottom: 13px; }
  .price-intro-simple p { font-size: .81rem; line-height: 1.58; }
  .price-intro-simple .btn { width: 100%; }
  .price-table { margin-top: 18px; }
  .price-form { grid-template-columns: 1fr; gap: 7px; padding: 0; }
  .price-form .price-row { min-height: auto; grid-template-columns: 1fr; gap: 6px; padding: 12px 13px 10px; }
  .price-row strong:first-child { font-size: .94rem; }
  .price-row strong:last-child { font-size: 1.02rem; }
  .price-row small { font-size: .67rem; line-height: 1.42; }

  .blog-card { min-height: 185px; padding: 9px; border-radius: 12px; }
  .blog-meta { flex-wrap: wrap; gap: 3px; font-size: .5rem; line-height: 1.3; }
  .blog-meta span { padding: 2px 4px; font-size: .48rem; }
  .blog-card h3 { margin: 7px 0 4px; font-size: .68rem; line-height: 1.35; }
  .blog-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: .54rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .blog-link { padding-top: 6px; font-size: .55rem; }
  .blog-all { margin-top: 16px; }
  .blog-all .btn { min-height: 44px; padding: 0 18px; font-size: .78rem; }

  .reviews-responsive { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .reviews-responsive .review-pc-only { display: none; }
  .review { min-height: auto; padding: 16px; border-radius: 18px; }
  .review p { min-height: auto; font-size: .8rem; line-height: 1.68; }
  .stars { margin-bottom: 8px; }
  .review-footer { margin-top: 10px; font-size: .68rem; }

  .step { min-height: 126px; display: block; padding: 9px; text-align: left; border-radius: 12px; }
  .step::after { display: none; }
  .step-num { margin-bottom: 4px; font-size: .55rem; line-height: 1; }
  .step-icon { margin: 0 0 4px; font-size: .9rem; }
  .step strong { display: block; margin-bottom: 4px; font-size: .68rem; line-height: 1.3; }
  .step small { margin: 0; color: #77705a; font-size: .54rem; line-height: 1.4; }

  .area-grid { gap: 24px; }
  .area-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .area-link { width: 100%; min-height: 42px; align-items: center; justify-content: center; padding: 8px 6px; text-align: center; border-radius: 12px; font-size: .78rem; }
  .area-detail-link .btn { width: 100%; text-align: center; }
  .area-map { max-width: 100%; border-radius: 16px; }

  .payment-card { max-width: none; margin-top: 18px; padding: 22px 18px; border-radius: 19px; }
  .payment-card strong { font-size: 1.8rem; }

  .faq { margin-top: 18px; }
  .faq-item { margin-bottom: 8px; }
  .faq-q { min-height: 52px; padding: 12px 13px; font-size: .86rem; line-height: 1.55; }
  .faq-q span:first-child::before { width: 24px; height: 24px; margin-right: 7px; }
  .faq-a { padding: 0 13px 13px 42px; font-size: .8rem; line-height: 1.62; }

  .pre-footer-cta { display: none; }
  .footer { padding: 20px 0 74px; }
  .footer-grid { display: block; }
  .footer-grid > div:not(:first-child) { display: none; }
  .footer .brand { margin-bottom: 6px; }
  .footer .brand-text strong { font-size: .76rem; }
  .footer p { max-width: 28em; margin: 0 0 7px !important; font-size: .69rem; line-height: 1.5; }
  .footer small { display: block; font-size: .61rem; line-height: 1.45; }
  .footer .btn,
  .footer .footer-actions,
  .footer .cta-actions,
  .footer a[href^="tel:"],
  .footer a[href*="lin.ee"] { display: none; }
}

@media (max-width: 360px) {
  .reasons,
  .blog-grid,
  .flow { gap: 4px; }
  .reason,
  .blog-card,
  .step { padding: 7px; }
  .reason p,
  .blog-card p,
  .step small { font-size: .5rem; }
  .blog-card p { -webkit-line-clamp: 2; }
}

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