@charset "UTF-8";

:root {
  --green-900: #2f5129;
  --green-800: #3c632f;
  --green-700: #4f783c;
  --green-500: #779664;
  --green-200: #dfe8d8;
  --green-100: #eef3e9;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --ink: #2d3129;
  --muted: #62685d;
  --line: rgba(61, 87, 48, .18);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --shadow: 0 18px 45px rgba(46, 62, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -80px; padding: 10px 16px; background: #fff; color: var(--green-900); border-radius: 6px; }
.skip-link:focus { top: 12px; }
.mobile-only { display: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; background: rgba(255, 253, 248, .94); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(36, 53, 29, .08); }
.header-inner { width: min(1380px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1.25; flex-shrink: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green-700); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.05rem; letter-spacing: .05em; }
.brand small { display: block; color: var(--green-700); font-size: .7rem; letter-spacing: .14em; margin-top: 3px; }
.global-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.global-nav a { font-family: var(--serif); font-size: .88rem; white-space: nowrap; position: relative; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green-700); transition: right .3s; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border-radius: 999px; font-family: var(--serif); font-weight: 700; letter-spacing: .06em; transition: transform .25s, box-shadow .25s, background-color .25s; }
.header-cta { padding: 12px 22px; background: var(--green-700); color: #fff; box-shadow: 0 8px 18px rgba(60, 99, 47, .22); white-space: nowrap; font-size: .9rem; }
.header-cta svg, .button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.header-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(60, 99, 47, .3); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 9px; border: 0; background: none; }
.menu-toggle span { display: block; height: 1.5px; background: var(--green-900); margin: 5px 0; transition: .3s; }

.hero { position: relative; height: min(820px, 100svh); min-height: 680px; margin-top: 82px; overflow: hidden; background: #b9c7a9; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(254, 252, 245, .96) 0%, rgba(254, 252, 245, .78) 30%, rgba(254, 252, 245, .12) 58%, rgba(255,255,255,0) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 3%; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--green-700); font-family: Georgia, serif; font-size: .78rem; font-weight: 700; letter-spacing: .24em; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.45rem, 4.1vw, 4.5rem); line-height: 1.42; letter-spacing: .06em; font-weight: 600; text-shadow: 0 2px 14px rgba(255,255,255,.8); }
.hero h1 em { color: var(--green-700); font-style: normal; background: linear-gradient(transparent 68%, rgba(188, 205, 161, .42) 0); }
.hero-copy { margin: 24px 0 18px; font-family: var(--serif); font-size: 1.03rem; font-weight: 600; line-height: 2; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.hero-tags span { padding: 5px 13px; color: var(--green-900); background: rgba(255,255,255,.74); border: 1px solid rgba(79,120,60,.35); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.button { min-width: 260px; padding: 16px 28px; border: 0; }
.button-primary { color: #fff; background: linear-gradient(135deg, #597f45, #345b2c); box-shadow: 0 12px 28px rgba(52, 91, 44, .28); }
.button span { margin-left: auto; }
.hero-note { position: absolute; z-index: 2; right: 5%; top: 11%; color: rgba(255,255,255,.92); transform: rotate(-7deg); font: italic 1.25rem/1.55 Georgia, serif; text-shadow: 0 1px 10px rgba(46,62,37,.35); }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; right: 35px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: #fff; font-size: .6rem; letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue i { height: 62px; width: 1px; background: rgba(255,255,255,.8); }

.section-heading { text-align: center; margin-bottom: 58px; }
.section-heading-left { text-align: left; }
.section h2, .contact h2 { margin: 0; font-family: var(--serif); color: var(--green-900); font-size: clamp(2rem, 3.3vw, 3.2rem); font-weight: 600; line-height: 1.55; letter-spacing: .06em; }
.section-heading > p:last-child, .intro-inner > p:last-child { margin: 20px auto 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; }
.intro { position: relative; padding-bottom: 0; background: radial-gradient(circle at 85% 8%, rgba(213,225,199,.5), transparent 22%), var(--paper); overflow: hidden; }
.intro-inner { text-align: center; }
.leaf-stamp { position: absolute; color: rgba(81, 119, 61, .12); font-size: 17rem; line-height: 1; transform: rotate(-22deg); }
.leaf-stamp-left { left: -50px; top: 20px; }
.promise-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; background: var(--cream); border-radius: 24px 24px 0 0; overflow: hidden; }
.promise-grid article { position: relative; display: grid; grid-template-columns: 72px 1fr; grid-template-rows: auto auto; column-gap: 18px; align-items: center; padding: 36px 40px; }
.promise-grid article + article::before { content: ""; position: absolute; left: 0; top: 26%; height: 48%; width: 1px; background: var(--line); }
.promise-grid img { grid-row: 1 / 3; width: 68px; height: 68px; object-fit: contain; }
.promise-grid h3 { margin: 0 0 5px; font-family: var(--serif); color: var(--green-900); font-size: 1.12rem; }
.promise-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.services { background: #fff; padding-bottom: 90px; }
.service-band { position: relative; min-height: 470px; display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.service-band + .service-band { margin-top: 8px; }
.service-photo { min-height: 470px; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22, .61, .36, 1); }
.service-copy { position: relative; padding: 62px clamp(44px, 7vw, 120px) 54px clamp(46px, 6vw, 100px); background: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.service-copy::before { content: ""; position: absolute; left: -80px; inset-block: 0; width: 130px; background: var(--paper); border-radius: 50% 0 0 50%; transform: scaleY(1.2); }
.service-band:nth-of-type(odd) { grid-template-columns: 44% 56%; }
.service-band:nth-of-type(odd) .service-photo { order: 2; }
.service-band:nth-of-type(odd) .service-copy { order: 1; padding-left: clamp(44px, 10vw, 180px); }
.service-band:nth-of-type(odd) .service-copy::before { left: auto; right: -80px; border-radius: 0 50% 50% 0; }
.service-no { color: var(--green-500); font: italic 1rem Georgia, serif; letter-spacing: .18em; }
.service-copy h3 { margin: 4px 0 0; color: var(--green-900); font-family: var(--serif); font-size: 1.85rem; letter-spacing: .07em; }
.service-lead { margin: 16px 0 12px; color: var(--green-700); font-family: var(--serif); font-size: 1.28rem; font-weight: 700; line-height: 1.6; }
.service-copy > p:not(.hand-note):not(.service-lead) { max-width: 520px; margin: 0; color: var(--muted); font-size: .92rem; }
.hand-note { position: absolute; right: 40px; top: 28px; margin: 0; color: rgba(75,111,59,.26); transform: rotate(-5deg); font: italic 1rem/1.4 Georgia, serif; }
.service-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.service-chips span { padding: 4px 12px; background: var(--green-100); color: var(--green-800); border-radius: 999px; font-size: .75rem; }
.service-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.service-options article { display: flex; gap: 18px; padding: 28px; border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(52,79,40,.06); }
.service-options article > span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-size: 1.4rem; }
.service-options h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--green-900); font-size: 1.08rem; }
.service-options p { margin: 0; color: var(--muted); font-size: .83rem; line-height: 1.7; }
.notice { margin-top: 18px; color: var(--muted); text-align: right; font-size: .76rem; }

.reasons { position: relative; background: var(--green-900); color: #fff; overflow: hidden; }
.reasons::before, .reasons::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.reasons::before { right: -180px; top: -210px; }
.reasons::after { left: -250px; bottom: -280px; }
.reasons .section-kicker { color: #bcd0ad; }
.reasons h2 { color: #fff; }
.reason-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.reason-grid article { min-height: 230px; padding: 34px; background: rgba(47,81,41,.98); }
.reason-grid article span { display: block; color: #abc69a; font: italic 1rem Georgia, serif; }
.reason-grid h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .05em; }
.reason-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }

.price { background: radial-gradient(circle at 15% 15%, rgba(197,213,177,.38), transparent 24%), var(--cream); }
.price-layout { display: grid; grid-template-columns: 33% 1fr; gap: 54px 70px; }
.price-intro { align-self: start; position: sticky; top: 130px; }
.price-intro > p:not(.section-kicker) { color: var(--muted); margin: 22px 0; }
.free-badge { display: inline-flex; align-items: center; gap: 24px; padding: 15px 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.free-badge strong { font-family: var(--serif); }
.free-badge span { color: var(--green-700); font-family: var(--serif); font-size: 1.8rem; font-weight: 700; }
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price-card { position: relative; min-height: 255px; padding: 30px 22px 24px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.price-card.featured { border: 2px solid var(--green-500); box-shadow: var(--shadow); }
.recommend { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 4px 15px; color: #fff; background: var(--green-700); border-radius: 999px; font-size: .72rem; white-space: nowrap; }
.price-card h3 { margin: 8px 0 2px; color: var(--green-900); font-family: var(--serif); font-size: 1.04rem; }
.price-card .time { margin: 0; color: var(--muted); font-size: .8rem; }
.price-card .amount { margin: 10px 0 8px; color: var(--green-800); line-height: 1; }
.price-card .amount strong { font: 700 2.25rem Georgia, serif; }
.price-card .amount small { font-size: 1rem; }
.price-card > p:last-child { color: var(--muted); font-size: .78rem; line-height: 1.6; }
.price-card.compact { min-height: 150px; padding-top: 20px; }
.price-card.compact .amount strong { font-size: 1.85rem; }
.traffic-note { grid-column: 1 / -1; padding: 27px 34px; background: rgba(255,255,255,.72); border-left: 4px solid var(--green-500); }
.traffic-note h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--green-900); }
.traffic-note p { margin: 0 0 8px; }
.traffic-note small { color: var(--muted); }

.flow { background: #fff; }
.flow-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: item; }
.flow-list li { position: relative; padding: 34px 30px 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.flow-list li > span { position: absolute; right: 22px; top: 18px; color: rgba(79,120,60,.18); font: 700 2.5rem Georgia, serif; }
.flow-icon { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-size: 1.35rem; }
.flow-list h3 { margin: 18px 0 8px; color: var(--green-900); font-family: var(--serif); font-size: 1.17rem; }
.flow-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.about { background: var(--green-100); overflow: hidden; }
.about-layout { display: grid; grid-template-columns: 48% 1fr; gap: 70px; align-items: center; }
.about-image-wrap { position: relative; }
.about-image-wrap::before { content: ""; position: absolute; z-index: 0; inset: -24px 30px 35px -24px; border: 1px solid rgba(79,120,60,.3); border-radius: 45% 45% 10px 10px; }
.about-image-wrap img { position: relative; z-index: 1; aspect-ratio: 4/5; width: 100%; object-fit: cover; border-radius: 46% 46% 12px 12px; box-shadow: var(--shadow); }
.about-image-wrap > p { position: absolute; z-index: 2; left: -28px; bottom: 44px; margin: 0; padding: 18px 24px; color: #fff; background: var(--green-700); transform: rotate(-4deg); font: italic 1.05rem/1.5 Georgia, serif; }
.about-copy > p:not(.section-kicker) { color: var(--muted); }
.profile-list { margin: 28px 0 0; border-top: 1px solid var(--line); }
.profile-list div { display: grid; grid-template-columns: 110px 1fr; padding: 14px 0; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--green-700); font-family: var(--serif); font-weight: 700; }
.profile-list dd { margin: 0; }

.faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: 30% 1fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; display: flex; align-items: center; gap: 16px; padding: 22px 50px 22px 0; cursor: pointer; font-family: var(--serif); font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--green-700); font-size: 1.5rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion summary span, .accordion details > div > span { color: var(--green-700); font: italic 1.2rem Georgia, serif; }
.accordion details > div { display: flex; gap: 17px; padding: 0 50px 24px 0; }
.accordion details > div p { margin: 0; color: var(--muted); font-size: .9rem; }
.accordion details[open] > div { animation: faq-open .32s ease-out both; }

@keyframes faq-open {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity .72s ease, transform .72s cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal { transform: translateY(24px); }
.reveal-left { transform: translateX(-28px); }
.reveal-right { transform: translateX(28px); }
.reveal.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible { opacity: 1; transform: translate(0, 0); }

@media (hover: hover) and (pointer: fine) {
  .service-photo:hover img { transform: scale(1.03); }
}

.contact { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.contact > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.contact-overlay { position: absolute; inset: 0; background: rgba(38,70,32,.72); }
.contact-inner { position: relative; z-index: 1; padding: 80px 0; }
.contact .section-kicker { color: #d5e4c9; }
.contact h2 { color: #fff; }
.contact-inner > p:not(.section-kicker):not(.contact-free) { color: rgba(255,255,255,.83); }
.contact-free { display: inline-block; margin: 15px 0 8px; padding: 10px 22px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; font-family: var(--serif); font-weight: 700; }
.contact-guide { font-family: var(--serif); font-size: 1.02rem; }

.site-footer { padding: 42px 0 18px; background: #fff; }
.footer-main { display: flex; align-items: center; gap: 34px; }
.footer-main nav { margin-left: auto; display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-main nav a { font-size: .76rem; }
.back-top { flex: 0 0 44px; height: 44px; display: grid; place-items: center; background: var(--green-700); color: #fff; border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1120px) {
  .header-inner { width: calc(100% - 28px); }
  .global-nav { gap: 14px; }
  .global-nav a { font-size: .77rem; }
  .header-cta { padding-inline: 16px; }
  .brand strong { font-size: .92rem; }
  .promise-grid article { padding: 30px 24px; grid-template-columns: 58px 1fr; }
  .promise-grid img { width: 54px; height: 54px; }
  .price-layout { grid-template-columns: 29% 1fr; gap: 45px; }
}

@media (max-width: 900px) {
  .site-header { height: 70px; background: #fffdf8; backdrop-filter: none; -webkit-backdrop-filter: none; }
  html { scroll-padding-top: 70px; }
  .header-inner { justify-content: space-between; }
  .menu-toggle { display: block; z-index: 3; order: 3; }
  .header-cta { margin-left: auto; }
  .global-nav { position: fixed; z-index: 2; inset: 70px 0 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 34px 32px; background: #fffdf8; border-top: 1px solid rgba(70, 85, 60, .12); box-shadow: 0 18px 40px rgba(36, 53, 29, .12); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
  .global-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-open .global-nav { opacity: 1; visibility: visible; transform: none; }
  .nav-open .menu-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .menu-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { margin-top: 70px; min-height: 640px; height: calc(100svh - 70px); }
  .hero-shade { background: linear-gradient(90deg, rgba(254,252,245,.94), rgba(254,252,245,.54) 60%, rgba(255,255,255,.05)); }
  .promise-grid { grid-template-columns: 1fr; max-width: 680px; }
  .promise-grid article { padding: 26px 34px; }
  .promise-grid article + article::before { inset: 0 12% auto; height: 1px; width: 76%; }
  .service-band, .service-band:nth-of-type(odd) { min-height: 0; grid-template-columns: 1fr 1fr; }
  .service-band:nth-of-type(odd) .service-photo { order: 1; }
  .service-band:nth-of-type(odd) .service-copy { order: 2; padding-left: 44px; }
  .service-band:nth-of-type(odd) .service-copy::before { left: -60px; right: auto; border-radius: 50% 0 0 50%; }
  .service-photo { min-height: 480px; }
  .service-copy { padding: 50px 34px 44px 44px; }
  .service-options { grid-template-columns: 1fr; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .price-layout, .faq-layout { grid-template-columns: 1fr; }
  .price-intro, .faq-heading { position: static; }
  .price-cards { grid-template-columns: repeat(3, 1fr); }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .about-layout { gap: 45px; }
  .footer-main { align-items: flex-start; }
  .footer-main nav { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .wrap { width: min(calc(100% - 36px), 560px); }
  .section { padding: 78px 0; }
  .mobile-only { display: block; }
  .desktop-only { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: .82rem; }
  .brand small { font-size: .58rem; }
  .header-cta { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; height: auto; background: var(--paper); }
  .hero-image { position: relative; inset: auto; order: 1; width: 100%; height: clamp(280px, 72vw, 390px); object-fit: cover; object-position: 62% 52%; }
  .hero-shade { display: none; }
  .hero-content { order: 2; position: relative; height: auto; justify-content: flex-start; align-items: stretch; padding-top: 34px; padding-bottom: 50px; }
  .hero h1 { max-width: 100%; font-size: clamp(1.95rem, 9.2vw, 2.85rem); line-height: 1.48; overflow-wrap: anywhere; }
  .hero-copy { font-size: .9rem; line-height: 1.85; margin-top: 17px; }
  .hero-tags { gap: 6px; margin-bottom: 21px; }
  .hero-tags span { font-size: .68rem; padding: 3px 8px; }
  .button { width: 100%; min-width: 0; max-width: 100%; }
  .hero-note, .scroll-cue { display: none; }
  .section h2, .contact h2 { font-size: clamp(1.7rem, 7.5vw, 2.25rem); }
  .section-heading { margin-bottom: 40px; }
  .section-heading > p:last-child, .intro-inner > p:last-child { font-size: .92rem; }
  .promise-grid { margin-top: 45px; border-radius: 18px 18px 0 0; }
  .promise-grid article { grid-template-columns: 54px 1fr; padding: 23px 24px; }
  .service-band, .service-band:nth-of-type(odd) { display: flex; flex-direction: column; margin-top: 6px; }
  .service-photo, .service-band:nth-of-type(odd) .service-photo { order: 1; min-height: 280px; height: 46vh; }
  .service-band .service-copy, .service-band:nth-of-type(odd) .service-copy { order: 2; padding: 38px 28px 42px; }
  .service-copy::before, .service-band:nth-of-type(odd) .service-copy::before { top: -34px; left: -5%; right: auto; bottom: auto; width: 110%; height: 70px; border-radius: 50% 50% 0 0; transform: none; }
  .service-copy h3 { font-size: 1.55rem; }
  .hand-note { top: 20px; right: 20px; font-size: .8rem; }
  .service-options { margin-top: 30px; }
  .notice { text-align: left; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 0; padding: 28px; }
  .price-layout { gap: 36px; }
  .price-cards { grid-template-columns: 1fr 1fr; }
  .price-card { min-height: 230px; padding-inline: 16px; }
  .price-card.compact { min-height: 140px; }
  .traffic-note { padding: 22px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { padding: 26px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-image-wrap { width: 100%; margin: 0 auto 30px; }
  .about-image-wrap::before { inset: -14px 18px 16px -10px; border-radius: 34px; }
  .about-image-wrap img { width: 100%; height: 290px; aspect-ratio: auto; object-fit: cover; object-position: center 42%; border-radius: 28px; }
  .about-image-wrap > p { left: 12px; bottom: -16px; padding: 12px 18px; font-size: .9rem; }
  .profile-list div { grid-template-columns: 90px 1fr; gap: 10px; }
  .faq-layout { gap: 35px; }
  .accordion summary { padding-right: 35px; }
  .accordion details > div { padding-right: 15px; }
  .contact { min-height: 560px; }
  .contact > img { object-position: 55% center; }
  .site-footer { padding-top: 34px; }
  .footer-main { justify-content: space-between; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

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