:root {
  --green: #3b9d86;
  --green-dark: #175e50;
  --green-soft: #e3f2ec;
  --leaf: #7ca943;
  --brown: #5b4030;
  --ink: #302c27;
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --pink: #f4628a;
  --pink-soft: #fff0f3;
  --yellow: #f4b52f;
  --yellow-soft: #fff7dc;
  --line: rgba(62, 67, 54, .14);
  --shadow: 0 18px 50px rgba(40, 70, 57, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.36);
}
.header-inner {
  width: min(1240px, calc(100% - 56px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { object-fit: contain; mix-blend-mode: multiply; }
.brand-silbe { width: 76px; height: 68px; }
.brand-divider { width: 1px; height: 34px; background: rgba(23,94,80,.22); }
.brand-soseikai { width: 112px; height: 45px; }
.global-nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 700; }
.global-nav > a:not(.nav-contact) { position: relative; }
.global-nav > a:not(.nav-contact)::after {
  content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: var(--green-dark); transition: width .25s ease;
}
.global-nav > a:hover::after { width: 100%; }
.nav-contact {
  display: inline-flex; align-items: center; gap: 16px; padding: 11px 20px; color: white; background: var(--green-dark); border-radius: 999px;
}
.nav-contact span { font-size: 18px; }
.menu-button { display: none; }

.hero {
  min-height: 780px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 27%, rgba(255,255,255,.6) 0 4%, transparent 25%),
    linear-gradient(115deg, #f7f1e4 0%, #fcf8ef 54%, #dfeee8 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(59,157,134,.16);
  border-radius: 50%;
  right: -170px;
  top: -160px;
}
.hero-inner {
  width: min(1180px, calc(100% - 56px));
  min-height: 780px;
  margin: 0 auto;
  padding-top: 126px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 72px;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-kicker { color: var(--green-dark); font-size: 13px; letter-spacing: .18em; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; }
.eyebrow span { width: 38px; height: 1px; background: var(--green); }
.hero-service-title {
  width: fit-content;
  margin: 0 0 25px;
  padding: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  position: relative;
  border-bottom: 1px solid rgba(23,94,80,.22);
}
.hero-service-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 68px;
  height: 4px;
  background: var(--yellow);
  border-radius: 999px;
}
.hero-service-title > strong {
  color: var(--green-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
  white-space: nowrap;
}
.hero-service-meta { padding-left: 18px; display: flex; flex-direction: column; gap: 3px; border-left: 1px solid rgba(23,94,80,.24); }
.hero-service-meta small { color: var(--green-dark); font-size: 16px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; }
.hero-service-meta b { color: var(--brown); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 20px; letter-spacing: .035em; line-height: 1.35; white-space: nowrap; }
.hero h1, .section-heading h2, .center-heading h2, .service-header h2, .contact h2 {
  margin: 0;
  color: var(--brown);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.4;
}
.hero h1 { font-size: clamp(43px, 4.1vw, 62px); }
.heading-line { display: block; white-space: nowrap; }
.hero h1 em, .section-heading h2 em, .service-header h2 em { color: var(--green-dark); font-style: normal; position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; z-index: -1; left: -4px; bottom: 4px; width: calc(100% + 8px); height: 13px; background: rgba(244,181,47,.34);
}
.hero-lead { max-width: 590px; margin: 27px 0 31px; font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 56px; padding: 0 27px; border-radius: 999px; font-weight: 800; }
.button-primary { color: white; background: var(--green-dark); box-shadow: 0 10px 25px rgba(23,94,80,.2); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button-primary:hover { transform: translateY(-2px); background: #0f4e42; box-shadow: 0 15px 30px rgba(23,94,80,.28); }
.button-primary span { font-size: 21px; }
.text-link { border-bottom: 1px solid var(--green-dark); font-size: 15px; font-weight: 800; padding: 7px 0; }
.text-link span { margin-left: 8px; }
.hero-trust {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  padding: 15px 17px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(65,78,57,.06);
  backdrop-filter: blur(8px);
}
.hero-trust > div { min-width: 0; padding: 0 17px; border-left: 1px solid rgba(23,94,80,.14); display: flex; flex-direction: column; }
.hero-trust > div:first-child { padding-left: 4px; border-left: 0; }
.hero-trust strong {
  color: var(--green-dark);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}
.hero-trust small { font-family: "Noto Sans JP", "Yu Gothic", sans-serif; font-size: 12px; letter-spacing: 0; margin-left: 4px; }
.hero-trust span { order: -1; min-height: 2.5em; margin: 0 0 4px; color: #625d55; font-size: 15px; font-weight: 700; letter-spacing: .03em; line-height: 1.35; }

.hero-visual { min-height: 550px; position: relative; }
.hero-photo-wrap { width: 88%; height: 500px; margin-left: auto; position: relative; overflow: hidden; border-radius: 240px 240px 26px 26px; box-shadow: var(--shadow); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,63,53,.35), transparent 45%); }
.photo-caption { position: absolute; z-index: 2; left: 33px; bottom: 27px; color: white; display: flex; flex-direction: column; }
.photo-caption span { font-size: 13px; }
.photo-caption strong { font-family: "Yu Mincho", serif; font-size: 21px; letter-spacing: .04em; }
.impact-card {
  position: absolute;
  z-index: 3;
  left: -16px;
  top: 82px;
  width: 176px;
  height: 176px;
  padding: 26px 20px 21px;
  color: white;
  background: #ed91aa;
  border: 5px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(129,74,88,.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.impact-card::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; pointer-events: none; }
.impact-label { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.34); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.impact-main { margin-top: 9px; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.impact-main > span { font-size: 14px; font-weight: 800; }
.impact-main strong { margin-top: 8px; display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.impact-main strong small { font-size: 12px; font-weight: 700; }
.impact-main strong b { color: #fff7a8; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 40px; font-weight: 800; letter-spacing: -.04em; }
.impact-main strong em { font-family: "Noto Sans JP", "Yu Gothic", sans-serif; font-size: 15px; font-style: normal; letter-spacing: 0; }
.free-badge {
  position: absolute; z-index: 4; right: -25px; bottom: 9px; width: 136px; height: 136px; border-radius: 50%; background: var(--yellow); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 13px 30px rgba(165,118,20,.19); transform: rotate(7deg);
}
.free-badge span { font-size: 12px; font-weight: 800; }
.free-badge strong { font-family: "Yu Mincho", serif; font-size: 30px; line-height: 1.3; }
.dot-pattern { position: absolute; right: -80px; top: 150px; width: 110px; height: 160px; opacity: .45; background-image: radial-gradient(var(--green) 1.5px, transparent 1.5px); background-size: 16px 16px; }
.leaf { position: absolute; z-index: 1; width: 160px; height: 80px; opacity: .18; border-top: 2px solid var(--leaf); transform: rotate(-36deg); }
.leaf::before, .leaf::after { content: ""; position: absolute; width: 38px; height: 19px; background: var(--leaf); border-radius: 100% 0 100% 0; }
.leaf::before { top: -17px; left: 43px; transform: rotate(31deg); }
.leaf::after { top: 5px; left: 89px; transform: rotate(-18deg); }
.leaf-one { left: -37px; top: 230px; }
.leaf-two { right: 27%; bottom: 1px; transform: rotate(158deg); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 19px; transform: translateX(-50%); display: flex; align-items: center; gap: 13px; color: var(--green-dark); font-size: 9px; letter-spacing: .18em; font-weight: 800; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 45px; background: var(--green); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; top: -14px; left: 0; width: 1px; height: 14px; background: white; animation: scroll 2s infinite ease-in-out; }
@keyframes scroll { to { top: 50px; } }

.section { padding: 120px 0; }
.section-inner { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.section-kicker { margin: 0 0 15px; }
.section-heading h2, .service-header h2, .contact h2 { font-size: clamp(37px, 4vw, 55px); }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.intro .section-heading h2 { font-size: clamp(36px, 3.3vw, 45px); }
.about-visual { height: 270px; margin: 36px 0 0; position: relative; overflow: hidden; border-radius: 24px 24px 68px 24px; box-shadow: 0 18px 45px rgba(53,72,56,.12); }
.about-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.58); border-radius: inherit; pointer-events: none; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 70px; }
.large-copy { margin: 0 0 23px; color: var(--green-dark); font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 700; line-height: 1.65; }
.intro-copy > p:not(.large-copy) { margin: 0; color: #646058; }
.support-pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid var(--line); }
.support-pillars > div { padding: 25px 14px 3px 0; display: flex; flex-direction: column; }
.support-pillars span { color: var(--pink); font-family: Georgia, serif; font-size: 17px; font-weight: 700; }
.support-pillars strong { margin: 5px 0; color: var(--brown); font-family: "Yu Mincho", serif; font-size: 20px; }
.support-pillars small { color: #676159; font-size: 13px; line-height: 1.65; }

.benefits { background: #f3f6ee; overflow: hidden; }
.center-heading { text-align: center; }
.center-heading h2 { font-size: clamp(34px, 3.8vw, 50px); }
.center-heading > p:last-child { margin: 15px 0 0; color: #777168; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 55px; }
.benefit-card { min-height: 440px; padding: 38px 34px 31px; position: relative; overflow: hidden; border-radius: 25px; box-shadow: 0 13px 35px rgba(65,74,51,.06); }
.benefit-card::after { content: ""; position: absolute; right: -35px; top: -38px; width: 140px; height: 140px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; }
.benefit-pink { color: #a73355; background: var(--pink-soft); }
.benefit-yellow { color: #8e6410; background: var(--yellow-soft); }
.benefit-green { color: var(--green-dark); background: var(--green-soft); }
.benefit-no { position: absolute; right: 26px; top: 21px; font-family: Georgia, serif; font-size: 15px; font-weight: 700; }
.benefit-icon { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; color: white; box-shadow: 0 8px 20px rgba(51,63,45,.12); }
.benefit-icon svg { width: 37px; height: 37px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.benefit-pink .benefit-icon { background: var(--pink); }
.benefit-yellow .benefit-icon { background: var(--yellow); }
.benefit-green .benefit-icon { background: var(--green); }
.benefit-card h3 { margin: 27px 0 16px; color: var(--brown); font-family: "Yu Mincho", serif; font-size: 24px; line-height: 1.55; }
.benefit-card p { margin: 0; color: #4f4a43; font-size: 15px; line-height: 1.85; }
.benefit-card > strong { display: block; margin-top: 26px; font-size: 14px; line-height: 1.6; }
.note { margin: 22px 0 0; color: #716b62; font-size: 12px; text-align: right; }

.services { background: var(--paper); }
.service-header { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 90px; }
.service-header > p { margin: 0 0 9px; color: #6f6a62; }
.service-filter { display: flex; justify-content: flex-end; gap: 8px; margin: 45px 0 28px; }
.service-filter button { border: 1px solid var(--line); border-radius: 999px; background: white; padding: 9px 18px; cursor: pointer; font-size: 14px; font-weight: 800; transition: all .2s ease; }
.service-filter button:hover, .service-filter button.is-active { border-color: var(--green-dark); color: white; background: var(--green-dark); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; transition: transform .28s ease, box-shadow .28s ease, opacity .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.is-hidden { display: none; }
.service-image { height: 185px; position: relative; overflow: hidden; }
.service-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image > img { transform: scale(1.045); }
.service-image > span { position: absolute; left: 17px; top: 16px; width: 39px; height: 39px; display: grid; place-items: center; color: white; background: var(--pink); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; box-shadow: 0 5px 13px rgba(103,33,54,.15); }
.service-partner-logo { position: absolute; right: 14px; bottom: 14px; width: 136px; height: 48px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; padding: 4px 10px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.82); border-radius: 11px; box-shadow: 0 7px 20px rgba(56,48,37,.14); }
.service-partner-logo img { display: block; width: auto; height: auto; max-width: 116px; max-height: 34px; object-fit: contain; }
.service-partner-logo--powerful img { width: 94px; height: 43px; max-width: none; max-height: none; }
.service-body { min-height: 285px; padding: 24px 24px 27px; }
.service-body small { color: var(--green); font-size: 15px; font-weight: 800; letter-spacing: .08em; }
.service-body h3 { margin: 8px 0 12px; color: var(--brown); font-family: "Yu Mincho", serif; font-size: 20px; line-height: 1.5; }
.service-body p { margin: 0; color: #5e5952; font-size: 15px; line-height: 1.85; }
.service-card[data-category="profit"] .service-image > span { background: var(--yellow); }
.service-card[data-category="support"] .service-image > span { background: var(--green); }

.flow { background: var(--cream); }
.flow-grid { display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr; align-items: center; margin-top: 58px; }
.flow-step { min-height: 300px; padding: 36px 32px; text-align: center; background: white; border-radius: 50% 50% 22px 22px; box-shadow: 0 13px 40px rgba(74,59,40,.07); }
.flow-step > span { color: var(--green); font-family: Georgia, serif; font-size: 16px; font-weight: 700; letter-spacing: .12em; }
.flow-icon { width: 65px; height: 65px; margin: 18px auto; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 24px; }
.flow-step h3 { margin: 0 0 9px; color: var(--brown); font-family: "Yu Mincho", serif; font-size: 20px; }
.flow-step p { margin: 0; color: #625d55; font-size: 15px; line-height: 1.75; }
.flow-arrow { color: var(--yellow); font-size: 29px; text-align: center; }

.contact { position: relative; overflow: hidden; color: white; background: var(--green-dark); }
.contact::before { content: ""; position: absolute; right: -210px; top: -235px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.contact .section-kicker { color: #a8dbc6; }
.contact h2 { color: white; font-size: clamp(36px, 3.3vw, 45px); }
.contact-copy > p:not(.section-kicker) { margin: 25px 0; color: rgba(255,255,255,.76); }
.contact-points { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.contact-points span { padding: 7px 13px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; font-size: 13px; font-weight: 700; }
.phone-link { display: inline-flex; flex-direction: column; }
.phone-link small { color: rgba(255,255,255,.74); font-size: 13px; }
.phone-link strong { color: #fff16c; font-family: noto sans jp; font-size: 35px; letter-spacing: .02em; }
.mail-link { display: block; margin-top: 8px; font-size: 15px; text-decoration: underline; text-underline-offset: 5px; }
.contact-form { padding: 39px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 14px; font-weight: 800; }
.contact-form label > span:not(:last-child) { margin-left: 7px; color: var(--pink); font-size: 11px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #deddd8; border-radius: 9px; padding: 13px 14px; background: #fdfcf9; outline: none; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(59,157,134,.11); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form .privacy { display: flex; align-items: center; gap: 9px; margin: 3px 0 19px; color: #625d55; font-size: 13px; font-weight: 500; }
.privacy input { accent-color: var(--green-dark); }
.submit-button { width: 100%; }
.form-status { min-height: 1.4em; margin: 10px 0 0; color: var(--green-dark); font-size: 13px; text-align: center; }

.site-footer { padding: 42px 0; background: #f8f5ec; }
.footer-inner { width: min(1180px, calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand img { width: 75px; height: 65px; object-fit: contain; mix-blend-mode: multiply; }
.footer-brand p, .footer-meta p { margin: 0; color: #676159; font-size: 13px; }
.footer-links { display: flex; gap: 22px; font-size: 13px; font-weight: 700; }
.footer-meta { text-align: right; }
.mobile-only { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .09s; }
.reveal-delay { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .header-inner { width: min(100% - 36px, 900px); }
  .global-nav { gap: 18px; }
  .global-nav > a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 760px; gap: 30px; grid-template-columns: 1.05fr .95fr; }
  .hero h1 { font-size: 47px; }
  .hero-trust > div { min-width: 0; padding: 0 13px; }
  .hero-photo-wrap { width: 92%; height: 450px; }
  .impact-card { left: -8px; width: 166px; height: 166px; }
  .free-badge { right: -5px; }
  .intro-grid { gap: 50px; }
  .intro-copy { padding-left: 40px; }
  .benefit-card { padding: 34px 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 50px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-links { display: none; }
}

@media (max-width: 720px) {
  .site-header { position: absolute; }
  .header-inner { width: calc(100% - 32px); height: 76px; }
  .brand { gap: 8px; }
  .brand-silbe { width: 56px; height: 54px; }
  .brand-divider { height: 27px; }
  .brand-soseikai { width: 86px; height: 35px; }
  .menu-button { position: relative; z-index: 31; width: 45px; height: 45px; padding: 0; border: 1px solid rgba(23,94,80,.18); border-radius: 50%; background: rgba(255,255,255,.72); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
  .menu-button span { width: 18px; height: 1.5px; background: var(--green-dark); transition: transform .25s ease, opacity .2s ease; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .global-nav { position: fixed; z-index: 30; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: var(--cream); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; font-size: 17px; }
  .global-nav > a:not(.nav-contact) { display: block; }
  .menu-open .global-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-contact { margin-top: 10px; }
  .hero-inner, .section-inner, .footer-inner { width: calc(100% - 36px); }
  .hero-inner { display: flex; flex-direction: column; min-height: auto; padding: 116px 0 80px; gap: 45px; }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 17px; font-size: 12px; }
  .hero-service-title { max-width: 100%; margin-bottom: 22px; padding-bottom: 10px; gap: 13px; }
  .hero-service-title::after { width: 54px; height: 3px; }
  .hero-service-title > strong { font-size: 31px; }
  .hero-service-meta { padding-left: 13px; }
  .hero-service-meta small { font-size: 10px; }
  .hero-service-meta b { font-size: 14px; letter-spacing: .01em; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 47px); line-height: 1.48; }
  .hero-lead { margin: 21px 0 25px; font-size: 16px; line-height: 1.9; }
  .hero-actions { gap: 20px; }
  .button { min-height: 53px; padding: 0 22px; gap: 20px; font-size: 15px; }
  .text-link { font-size: 14px; }
  .hero-trust { margin-top: 35px; padding: 12px 8px; }
  .hero-trust > div { padding: 0 9px; }
  .hero-trust > div:first-child { padding-left: 3px; }
  .hero-trust strong { font-size: 39px; }
  .hero-trust small { font-size: 11px; }
  .hero-trust span { min-height: 2.5em; margin-bottom: 2px; font-size: 10px; line-height: 1.35; }
  .hero-visual { width: 100%; min-height: 410px; }
  .hero-photo-wrap { width: 90%; height: 390px; margin-right: 0; border-radius: 180px 180px 20px 20px; }
  .impact-card { left: -2px; top: 48px; width: 158px; height: 158px; padding: 21px 13px 17px; border-width: 4px; }
  .impact-label { padding-bottom: 6px; font-size: 11px; }
  .impact-main { margin-top: 7px; }
  .impact-main > span { font-size: 13px; }
  .impact-main strong { margin-top: 6px; gap: 4px; }
  .impact-main strong b { font-size: 38px; }
  .impact-main strong small { font-size: 11px; }
  .impact-main strong em { font-size: 15px; }
  .free-badge { right: -2px; bottom: -13px; width: 113px; height: 113px; }
  .free-badge strong { font-size: 25px; }
  .dot-pattern { display: none; }
  .scroll-cue { display: none; }
  .section { padding: 86px 0; }
  .section-heading h2, .service-header h2, .contact h2 { font-size: 36px; }
  .intro-grid { display: block; }
  .about-visual { height: 250px; margin-top: 28px; border-radius: 20px 20px 54px 20px; }
  .intro-copy { margin-top: 38px; padding: 31px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .large-copy { font-size: 21px; }
  .support-pillars { grid-template-columns: 1fr; }
  .support-pillars > div { padding: 18px 0; border-bottom: 1px solid var(--line); }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 37px; }
  .benefit-card { min-height: 0; }
  .note { text-align: left; }
  .service-header { grid-template-columns: 1fr; gap: 22px; }
  .service-header > p { font-size: 15px; }
  .service-filter { justify-content: flex-start; overflow-x: auto; margin: 30px -18px 22px; padding: 0 18px 6px; scrollbar-width: none; }
  .service-filter::-webkit-scrollbar { display: none; }
  .service-filter button { flex: none; }
  .service-grid { grid-template-columns: 1fr; gap: 17px; }
  .service-card { display: block; min-height: 0; }
  .service-image { height: 180px; min-height: 0; }
  .service-body { min-height: 0; padding: 22px 20px 24px; }
  .service-body h3 { font-size: 19px; }
  .service-body p { display: block; overflow: visible; font-size: 15px; line-height: 1.85; }
  .service-image > span { left: 10px; top: 10px; width: 33px; height: 33px; font-size: 12px; }
  .flow-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .flow-step { min-height: 0; padding: 31px 26px; border-radius: 120px 120px 20px 20px; }
  .flow-arrow { transform: rotate(90deg); font-size: 23px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-points { margin-bottom: 25px; }
  .phone-link strong { font-size: 31px; }
  .contact-form { padding: 26px 20px; border-radius: 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .footer-brand { flex-direction: column; gap: 10px; }
  .footer-meta { text-align: center; }
  .mobile-only { display: block; }
}

@media (max-width: 390px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-service-title { gap: 10px; }
  .hero-service-title > strong { font-size: 29px; }
  .hero-service-meta { padding-left: 10px; }
  .hero-service-meta b { font-size: 13px; }
  .hero h1 { font-size: clamp(28px, 8.7vw, 34px); letter-spacing: 0; }
  .intro .section-heading h2 { font-size: clamp(23px, 7.2vw, 29px); letter-spacing: 0; }
  .contact h2 { font-size: clamp(25px, 7.9vw, 31px); letter-spacing: 0; }
  .hero-trust span { letter-spacing: -.03em; }
  .service-card { grid-template-columns: 39% 61%; }
}