:root {
  --navy: #2f5968;
  --navy-deep: #173f4d;
  --blue: #3b6b79;
  --sky: #eaf7f6;
  --yellow: #f7d77a;
  --coral: #b95042;
  --white: #fffaf5;
  --ice: #f8f5ef;
  --ink: #20343d;
  --muted: #53666d;
  --line: #d9e4e1;
  --peach: #fbe1d4;
  --butter: #fff0bd;
  --mint: #e2f2ec;
  --lavender: #f0eaf7;
  --radius-photo-sm: 12px;
  --radius-photo: 20px;
  --radius-photo-lg: 28px;
  --max: 1180px;
  --pad: clamp(20px, 5vw, 72px);
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Zen Old Mincho", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; background: var(--white); }
body { margin: 0; padding-bottom: 92px; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.85; letter-spacing: .015em; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p, h1, h2, h3 { margin: 0; }
table { width: 100%; border-collapse: collapse; }
main { display: flex; flex-direction: column; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 110; display: flex; align-items: center; justify-content: flex-start; height: 76px; padding: 8px clamp(18px, 3.5vw, 52px); pointer-events: none; }
.brand { flex: 0 0 auto; }
.brand img { width: 54px; border-radius: 50%; }
.anchor-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 2vw, 28px); color: #39525f; font-size: 12px; font-weight: 700; white-space: nowrap; }
.anchor-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.anchor-nav a:hover, .anchor-nav a:focus-visible { color: var(--blue); }
.anchor-nav .nav-recruit { color: #5c6d75; font-weight: 500; }
.anchor-nav .nav-family { padding: 0 20px; color: var(--navy-deep); background: var(--yellow); border-radius: 4px; }
.anchor-nav > a:not(.nav-family, .nav-recruit) { padding-right: 10px; padding-left: 10px; }
.nav-short { display: none; }

.menu-toggle { position: relative; z-index: 130; display: inline-grid; place-items: center; width: 52px; height: 52px; padding: 0; border: 1px solid rgba(47,89,104,.14); border-radius: 50%; color: var(--navy-deep); background: rgba(255,250,245,.94); box-shadow: 0 8px 28px rgba(23,63,77,.1); cursor: pointer; pointer-events: auto; backdrop-filter: blur(16px); }
.menu-toggle__icon { display: grid; gap: 4px; width: 22px; }
.menu-toggle__icon i { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .22s ease, opacity .22s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.menu-panel { position: fixed; z-index: 125; top: 0; left: 0; display: grid; align-content: start; width: min(88vw, 430px); height: 100svh; padding: 104px 34px 40px; overflow-y: auto; color: var(--ink); background: var(--white); box-shadow: 24px 0 70px rgba(23,63,77,.18); transform: translateX(-105%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; pointer-events: auto; }
.menu-panel.is-open { transform: translateX(0); visibility: visible; }
.menu-panel__eyebrow { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.menu-panel__title { margin: 4px 0 24px; font-family: var(--serif); font-size: 34px; }
.menu-panel a { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 12px; min-height: 52px; padding: 8px 0; border-top: 1px solid var(--line); color: var(--navy-deep); font-size: 14px; font-weight: 600; text-decoration: none; }
.menu-panel a span { color: var(--coral); font-size: 9px; letter-spacing: .08em; }
.menu-panel .menu-panel__recruit { margin-top: 18px; padding: 12px 14px; border: 1px solid var(--line); color: var(--muted); background: var(--ice); }
.menu-backdrop { position: fixed; z-index: 120; inset: 0; padding: 0; border: 0; background: rgba(8,37,54,.42); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; pointer-events: auto; }
.menu-backdrop.is-open { opacity: 1; visibility: visible; }

.section { position: relative; width: min(100%, var(--max)); margin: 0 auto; padding: clamp(92px, 11vw, 150px) var(--pad); }
.section-head { display: grid; gap: 14px; max-width: 760px; margin-bottom: clamp(38px, 6vw, 72px); }
.section-head.wide { max-width: 940px; }
.kicker { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: .01em; line-height: 1.42; }
h1 { font-size: clamp(42px, 3.8vw, 52px); }
h1 span { display: block; }
h2 { font-size: clamp(32px, 4.4vw, 56px); }
h3 { font-size: clamp(17px, 1.8vw, 22px); line-height: 1.55; }
.section-head h2::after, .section-copy h2::after { content: ""; display: block; width: 94px; height: 12px; margin-top: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='12' viewBox='0 0 94 12'%3E%3Cpath d='M1 6h12l4-5 7 10 8-8 7 6 8-5 7 2h39' fill='none' stroke='%23ef735f' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 25px; border: 1px solid currentColor; border-radius: 4px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(8,37,54,.16); }
.button.line { border-color: var(--yellow); color: var(--navy-deep); background: var(--yellow); }
.button.ghost { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.instagram-button { border-color: var(--navy); color: #fff; background: var(--navy); }

/* 01 — customer-first hero */
.opening { order: 0; width: 100%; max-width: none; padding: 0; color: var(--ink); background: #fff7e6; }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: linear-gradient(135deg, var(--butter), var(--peach) 52%, var(--mint)); }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 66% 34%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,247,217,.99) 0%, rgba(255,232,220,.96) 34%, rgba(226,242,236,.7) 58%, rgba(226,242,236,.08) 82%); }
.hero-text { position: relative; z-index: 2; display: grid; align-content: center; gap: 24px; width: min(58%, 760px); min-height: 100svh; padding: 110px clamp(32px, 6vw, 96px) 160px; }
.opening-copy { display: grid; gap: 2px; color: var(--coral); font-family: var(--serif); font-size: clamp(14px, 1.35vw, 18px); font-weight: 600; letter-spacing: .08em; }
.opening-copy::before { content: "ARUNE KIDS / BABYSITTING SERVICE"; margin-bottom: 18px; color: var(--blue); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.hero-logo { display: none; }
.hero-text h1 { max-width: none; color: var(--navy-deep); text-shadow: 0 2px 20px rgba(255,255,255,.55); }
.hero-text > p { max-width: 38em; color: #405b65; font-size: clamp(15px, 1.4vw, 18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.hero-actions .button.ghost { border-color: var(--navy); color: var(--navy); background: rgba(255,255,255,.35); }
.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); width: min(calc(100% - 48px), 1120px); margin: -84px auto 0; padding: 0; color: var(--navy); background: #fff; box-shadow: 0 20px 60px rgba(8,37,54,.18); }
.trust-strip div { padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip dt { color: var(--muted); font-size: 11px; font-weight: 700; }
.trust-strip dd { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(17px, 1.7vw, 22px); }

.path-gateway { display: none; }

/* 02 — fast orientation */
.family-intro { order: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px clamp(38px, 7vw, 94px); align-items: start; width: min(100%, var(--max)); margin-top: 56px; padding-top: clamp(82px, 10vw, 130px); padding-bottom: clamp(82px, 10vw, 130px); }
.family-intro::before { content: "01"; position: absolute; top: 82px; right: var(--pad); color: rgba(18,52,74,.09); font-size: clamp(90px, 13vw, 160px); font-weight: 700; line-height: 1; }
.family-intro h2 { max-width: 10em; margin-top: 10px; }
.family-intro p:not(.kicker) { max-width: 38em; margin-top: 22px; color: var(--muted); }
.journey-links { display: grid; border-top: 2px solid var(--navy); counter-reset: journey; }
.journey-links a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; padding: 13px 4px; border-bottom: 1px solid var(--line); color: #294757; font-size: 13px; font-weight: 600; text-decoration: none; counter-increment: journey; }
.journey-links a::before { content: "0" counter(journey); color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.journey-links a::after { content: "↘"; color: var(--coral); }
.family-intro__cta { grid-column: 2; display: flex; align-items: center; gap: 14px; }
.family-intro__cta small { color: var(--muted); font-size: 11px; }

/* 03 — proof first */
.voices { order: 3; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); background: var(--sky); }
.voices::before { content: "02 / TRUST"; position: absolute; top: 46px; right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.voice-carousel { display: grid; gap: 24px; }
.voice-carousel__viewport { width: 100%; overflow: hidden; touch-action: pan-y; }
.voice-track { width: 100%; padding: 4px 0 10px; }
.voice { display: grid; grid-template-columns: 70px 1fr; gap: 8px 18px; align-content: start; width: min(100%, 760px); min-height: 330px; margin: 0 auto; padding: clamp(26px, 4vw, 42px); border: 1px solid rgba(77,127,143,.16); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 14px 34px rgba(47,89,104,.08); animation: voice-in .24s ease both; }
.voice[hidden] { display: none; }
@keyframes voice-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.voice img { grid-row: span 2; width: 70px; height: 70px; object-fit: cover; border-radius: 50%; }
.voice h3 { color: var(--blue); font-size: 14px; }
.voice p { grid-column: 1 / -1; margin-top: 12px; color: #385360; font-family: var(--serif); font-size: 16px; line-height: 1.85; }
.voice:nth-child(4n+1) { background: #fff7d9; }
.voice:nth-child(4n+2) { background: #fff0e8; }
.voice:nth-child(4n+3) { background: #edf8f5; }
.voice:nth-child(4n) { background: #f5effa; }
.voice-carousel__controls { display: grid; grid-template-columns: 48px 1fr auto 48px; align-items: center; width: min(100%, 760px); margin: 0 auto; gap: 14px; }
.voice-carousel__controls p { color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; }
.voice-carousel__controls button { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(47,89,104,.18); border-radius: 50%; color: var(--navy-deep); background: #fff; font-family: var(--sans); font-size: 19px; cursor: pointer; }
.voice-carousel__controls .voice-show-all { flex-basis: auto; width: auto; min-width: 142px; padding: 0 18px; border-radius: 999px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 700; }
.voice-carousel.is-expanded .voice-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; width: 100%; padding-right: 0; }
.voice-carousel.is-expanded .voice { width: 100%; min-height: 0; }
.voice-carousel.is-expanded [data-voice-prev], .voice-carousel.is-expanded [data-voice-next], .voice-carousel.is-expanded .voice-carousel__controls p { display: none; }

.representative { order: 4; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); background: var(--white); }
.representative-layout { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(38px, 8vw, 100px); align-items: center; }
.representative-layout > img { width: 100%; height: min(650px, 62vw); object-fit: cover; object-position: center 18%; border-radius: var(--radius-photo-lg); }
.representative-copy { display: grid; gap: 16px; }
.representative-role { width: fit-content; padding: 7px 10px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.representative-copy h3 { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); }
.representative-copy p:not(.representative-role) { color: var(--muted); }
.about-link { justify-self: start; margin-top: 12px; border-color: var(--navy); color: #fff; background: var(--navy); }

/* 04 — story, not decoration */
.story { order: 2; display: grid; grid-template-columns: minmax(320px,.85fr) minmax(0,1.15fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.story-main { width: min(100%, var(--max)); }
.story-photo { position: relative; min-height: 620px; }
.story-photo::before { content: "在る音"; position: absolute; z-index: 2; right: -28px; bottom: 28px; padding: 13px 18px; color: var(--navy-deep); background: var(--yellow); font-family: var(--serif); font-size: 25px; }
.story-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; border-radius: var(--radius-photo-lg); }
.section-copy { display: grid; gap: 22px; }
.section-copy p:not(.kicker) { color: var(--muted); }

.mission { order: 4; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); color: var(--ink); background: #fff7ef; }
.mission .kicker { color: var(--coral); }
.promise-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 14px; }
.promise-main, .promise-vision { display: grid; gap: 18px; padding: clamp(34px, 5vw, 62px); border: 1px solid rgba(47,89,104,.12); border-radius: var(--radius-photo); }
.promise-main { background: var(--butter); }
.promise-vision { background: var(--mint); }
.promise-main h3 { color: var(--navy-deep); font-family: var(--serif); font-size: clamp(25px, 3vw, 40px); }
.promise-main p, .promise-vision p { color: var(--muted); }
.promise-vision h3 { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 32px); }
.values-band { display: grid; grid-template-columns: .75fr 1.25fr; gap: 14px; margin-top: 36px; background: transparent; }
.values-band > img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; border-radius: var(--radius-photo); }
.values-panel { border-radius: var(--radius-photo); background: #fff; }
.values-panel { padding: clamp(34px, 5vw, 60px); color: var(--ink); }
.values-panel h3 { margin-bottom: 26px; font-family: var(--serif); font-size: 28px; }
.values-panel ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: value; }
.values-panel li { counter-increment: value; padding: 18px 0; border-top: 1px solid var(--line); }
.values-panel li::before { content: "0" counter(value); float: right; color: var(--coral); font-size: 11px; font-weight: 700; }
.values-panel strong { color: var(--navy); }
.values-panel p { margin-top: 6px; color: var(--muted); font-size: 14px; }

/* 05 — practical information */
.sitting { order: 5; }
.practical-layout, .price-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: clamp(32px, 6vw, 74px); align-items: start; }
.info-table-wrap { overflow: hidden; border-top: 3px solid var(--navy); }
th, td { padding: 19px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { width: 34%; color: var(--navy); font-size: 13px; }
td { font-weight: 600; }
thead th { color: #fff; background: var(--navy); }
.notes { display: grid; gap: 12px; padding: 28px; color: #47606b; background: var(--ice); border-left: 4px solid var(--yellow); }
.notes p { font-size: 13px; line-height: 1.8; }

.flow { order: 6; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); background: var(--ice); }
.flow-list { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; top: 25px; right: 8%; left: 8%; height: 2px; background: var(--coral); }
.flow-list li { position: relative; z-index: 1; padding: 0 20px; text-align: center; }
.flow-list span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 24px; color: #fff; background: var(--coral); border: 6px solid var(--ice); border-radius: 50%; font-weight: 700; }
.flow-list h3 { color: var(--navy); font-size: 16px; }
.flow-list p { margin-top: 12px; color: var(--muted); font-size: 13px; }

.pricing { order: 7; }
.pricing .section-head > p:last-child { width: fit-content; padding: 8px 13px; color: var(--navy-deep); background: var(--yellow); font-weight: 700; }
.price-notes { border-left-color: var(--coral); }
.cancel { order: 8; padding-top: 30px; }
.cancel-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--navy); border-left: 1px solid var(--line); }
.cancel-grid div { display: grid; gap: 14px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cancel-grid strong { color: var(--navy); }
.cancel-grid span { color: var(--coral); font-family: var(--serif); font-size: 24px; font-weight: 600; }

.faq { order: 9; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); background: var(--sky); }
.faq-layout { display: grid; }
.faq-group { max-width: 920px; }
.faq-group > h3 { margin-bottom: 20px; color: var(--blue); }
details { border-top: 1px solid #b9d1d9; }
details:last-child { border-bottom: 1px solid #b9d1d9; }
summary { position: relative; padding: 24px 50px 24px 0; color: var(--navy); font-family: var(--serif); font-size: clamp(17px, 1.8vw, 21px); font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 19px; right: 5px; color: var(--coral); font-family: var(--sans); font-size: 26px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; padding: 0 0 22px; color: #425d69; }
details a { display: inline-block; margin: 0 0 22px; color: var(--blue); font-weight: 700; }
details a { display: inline-flex; align-items: center; min-height: 44px; }

.consult { order: 10; display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px clamp(40px, 8vw, 100px); align-items: center; width: min(calc(100% - 40px), var(--max)); margin: 80px auto; padding: clamp(52px, 7vw, 84px); color: var(--ink); background: var(--peach); border-radius: var(--radius-photo); }
.consult .kicker { color: var(--coral); }
.consult h2 { font-size: clamp(30px, 4vw, 48px); }
.consult > p { color: var(--muted); }
.consult .button.ghost { border-color: var(--navy); color: var(--navy); }
.consult .contact-actions { grid-column: 2; }

.instagram { order: 11; }
.insta-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 28px; }
.insta-strip img { width: 100%; height: 23vw; max-height: 300px; object-fit: cover; border-radius: var(--radius-photo-sm); }

.contact { order: 12; display: grid; justify-items: center; gap: 24px; width: 100%; max-width: none; padding: 90px 24px; text-align: center; background: var(--yellow); }
.contact-logo { width: 100px; border-radius: 50%; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.contact .button.line { color: #fff; background: var(--navy-deep); border-color: var(--navy-deep); }

/* Recruit is intentionally secondary and last */
.recruit { order: 20; width: 100%; max-width: none; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); color: var(--ink); background: #f6f1ec; border-top: 1px solid var(--line); }
.recruit::before { content: "採用情報"; display: inline-block; margin-bottom: 34px; padding: 7px 11px; color: #fff; background: #73848b; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.recruit-hero { display: grid; grid-template-columns: 300px 1fr; gap: clamp(32px, 6vw, 74px); align-items: center; }
.recruit-hero img { width: 100%; height: 230px; object-fit: cover; filter: saturate(.72); border-radius: var(--radius-photo); }
.recruit-hero h2 { max-width: none; font-size: clamp(26px, 2.5vw, 34px); }
.recruit-hero h2 span { display: block; }
.recruit-hero p:last-child { max-width: 50em; margin-top: 16px; color: var(--muted); }
.recruit-entry { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px 44px; align-items: center; margin-top: 38px; padding: 28px 30px; color: #fff; background: var(--navy-deep); border-radius: 14px; }
.recruit-entry h3 { margin-top: 6px; font-family: var(--serif); font-size: 25px; }
.recruit-entry p:not(.kicker) { max-width: 48em; margin-top: 8px; color: rgba(255,255,255,.76); font-size: 13px; }
.recruit-entry__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.recruit-entry .button { min-height: 50px; padding: 12px 18px; }
.recruit-instagram { border-color: rgba(255,255,255,.72); color: #fff; background: transparent; }
.recruit-more { margin-top: 22px; border: 0; }
.recruit-more:last-child { border-bottom: 0; }
.recruit-more > summary { width: fit-content; min-height: 50px; padding: 13px 52px 13px 18px; color: var(--navy); background: #fff; border: 1px solid #c7d1d4; font-family: var(--sans); font-size: 14px; font-weight: 700; }
.recruit-more > summary::after { top: 7px; right: 16px; }
.recruit-more__body { padding-top: 4px; }
.recruit-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid #c7d1d4; border-left: 1px solid #c7d1d4; }
.recruit-cards article { padding: 28px; border-right: 1px solid #c7d1d4; border-bottom: 1px solid #c7d1d4; background: rgba(255,255,255,.45); }
.recruit-cards p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.profile-layout { display: grid; grid-template-columns: 260px 1fr; gap: clamp(32px, 6vw, 70px); margin-top: 70px; padding-top: 50px; border-top: 1px solid #c7d1d4; }
.profile-layout > img { width: 100%; height: 340px; object-fit: cover; object-position: center 20%; }
.profile-text { display: grid; gap: 10px; }
.profile-text h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 28px; }
.profile-text p { color: #52666f; font-size: 14px; }
.recruit-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 56px; }
.recruit-details article { display: grid; align-content: start; gap: 8px; padding: 24px; background: #fff; }
.recruit-details img { width: 100%; height: 190px; margin-bottom: 14px; object-fit: cover; border-radius: var(--radius-photo-sm); }
.recruit-image-note { color: var(--muted); font-size: 10px; }
.recruit-details p { color: var(--muted); font-size: 13px; }
.training { margin-top: 36px; padding: 30px; border: 1px solid #c7d1d4; }
.training p { margin-top: 7px; color: var(--muted); font-size: 14px; }
.cheer { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: center; margin-top: 36px; }
.cheer img { width: 100%; height: 170px; object-fit: cover; border-radius: var(--radius-photo); }
.cheer p { font-family: var(--serif); font-size: clamp(21px, 2.6vw, 32px); }
.recruit-faq { margin-top: 58px; padding: 36px 0; border-top: 1px solid #c7d1d4; }
.recruit-faq .section-head { margin-bottom: 20px; }
.recruit-faq .section-head h2 { font-size: 32px; }
.recruit-faq .faq-group { max-width: 880px; }
.recruit-contact { display: grid; justify-items: start; gap: 14px; margin-top: 44px; padding: 34px; background: var(--navy); color: #fff; }
.recruit-contact h2 { font-size: 30px; }
.recruit-contact > p:not(.kicker) { max-width: 48em; color: rgba(255,255,255,.76); font-size: 13px; }
.recruit-contact .contact-actions { justify-content: flex-start; }
.recruit-contact .instagram-button { border-color: #fff; }

.site-footer { display: grid; justify-items: center; gap: 12px; padding: 36px 20px; color: #708087; text-align: center; background: #edf1f2; }
.site-footer img { width: 62px; border-radius: 50%; }
.journey-dock, .sticky-line { display: none !important; }
.fixed-consult { position: fixed; z-index: 100; right: 20px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(calc(100% - 40px), 390px); min-height: 68px; padding: 10px 18px 10px 22px; color: var(--navy-deep); background: var(--yellow); border: 1px solid rgba(8,37,54,.12); border-radius: 14px; box-shadow: 0 16px 42px rgba(8,37,54,.24); text-decoration: none; }
.fixed-consult > span:first-child { display: grid; }
.fixed-consult small { font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.fixed-consult strong { font-size: 16px; }
.fixed-consult > span:last-child { font-size: 24px; transition: transform .2s ease; }
.fixed-consult:hover > span:last-child, .fixed-consult:focus-visible > span:last-child { transform: translateX(4px); }

/* Philosophy detail page */
.about-page main { display: flex; flex-direction: column; padding-top: 76px; }
.about-page .about-hero { order: 0; width: 100%; max-width: none; min-height: 520px; display: grid; align-content: center; gap: 18px; padding-right: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); padding-left: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); color: var(--ink); background: linear-gradient(135deg, #fff0bd, #f9d5c8 58%, #e2f2ec); }
.about-page .about-hero .kicker { color: var(--coral); }
.about-page .about-hero h1 { max-width: 12em; }
.about-page .about-hero > p:last-child { color: var(--muted); }
.about-page .about-hero > p:last-child span { display: block; }
.about-page .story { order: 1; }
.about-page .story-photo img { object-position: center; }
.about-page .mission { order: 1; }
.about-page .about-return { order: 3; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.about-page .about-return .button.line { flex: 0 0 auto; }

@media (max-width: 900px) {
  .hero-text { width: 64%; padding-right: 34px; padding-left: 34px; }
  .family-intro, .story, .promise-layout, .values-band, .practical-layout, .price-layout, .consult { grid-template-columns: 1fr; }
  .representative-layout { grid-template-columns: 1fr; }
  .family-intro__cta, .consult .contact-actions { grid-column: 1; }
  .story-photo, .story-photo img { min-height: 480px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list::before { top: 18px; bottom: 18px; left: 25px; width: 2px; height: auto; }
  .flow-list li { display: grid; grid-template-columns: 52px 1fr; gap: 4px 18px; padding: 13px 0; text-align: left; }
  .flow-list span { grid-row: span 2; margin: 0; border-width: 5px; }
  .flow-list p { margin-top: 0; }
  .recruit-hero { grid-template-columns: 240px 1fr; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 64px; }
  body { font-size: 16px; }
  body { padding-bottom: 88px; }
  .site-header { height: 64px; padding: 6px 14px; }
  .menu-toggle { width: 48px; height: 48px; }
  .menu-panel { width: min(92vw, 390px); padding: 88px 24px 34px; }
  .brand img { width: 46px; }
  .anchor-nav { gap: 7px; font-size: 10px; }
  .anchor-nav a:not(.nav-family, .nav-recruit) { display: none; }
  .anchor-nav .nav-recruit { display: none; }
  .anchor-nav .nav-family { order: 2; padding: 0 12px; }
  .nav-full { display: none; }
  .nav-short { display: inline; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .opening { padding-top: 0; }
  .hero { display: grid; min-height: 0; background: linear-gradient(150deg, #fff5c9 0%, #ffe1d6 50%, #dff3ec 100%); }
  .hero-image { position: relative; height: 370px; }
  .hero-image::after { background: linear-gradient(180deg, transparent 42%, rgba(255,225,214,.55) 67%, #ffe1d6 96%); }
  .hero-image img { object-position: 58% 28%; }
  .hero-text { width: 100%; min-height: 0; margin-top: -66px; padding: 26px 22px 116px; }
  .opening-copy::before { margin-bottom: 12px; font-size: 8px; }
  .opening-copy { font-size: 12px; }
  .hero-text h1 { font-size: clamp(31px, 8vw, 34px); line-height: 1.55; letter-spacing: -.04em; }
  .hero-text > p { font-size: 14px; line-height: 1.8; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { min-height: 50px; padding: 10px 8px; font-size: 12px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); width: calc(100% - 28px); margin-top: -74px; }
  .trust-strip div { padding: 17px 15px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(n+3) { border-bottom: 0; }
  .trust-strip dd { font-size: 15px; }
  h2 { font-size: clamp(29px, 8.6vw, 38px); }
  .family-intro { width: 100%; margin-top: 32px; }
  .family-intro::before { top: 66px; font-size: 92px; }
  .family-intro h2 { max-width: 9em; }
  .family-intro__cta { display: grid; justify-items: start; }
  .voices { padding-top: 70px; padding-bottom: 70px; }
  .voice-track { padding-right: 0; }
  .voice { width: 100%; min-height: 0; padding: 26px 22px; }
  .voice p { font-size: 16px; }
  .voice-carousel__controls { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 8px; }
  .voice-carousel__controls p { grid-column: 2; grid-row: 1; max-width: none; }
  .voice-carousel__controls .voice-show-all { grid-column: 1 / -1; grid-row: 2; width: 100%; min-width: 0; }
  .voice-carousel__controls [data-voice-prev] { grid-column: 1; grid-row: 1; }
  .voice-carousel__controls [data-voice-next] { grid-column: 3; grid-row: 1; }
  .voice-carousel.is-expanded .voice-track { grid-template-columns: 1fr; gap: 12px; }
  .story-photo, .story-photo img { min-height: 360px; }
  .story-photo::before { right: -4px; bottom: 16px; font-size: 20px; }
  .promise-main, .promise-vision, .values-panel { padding: 28px 22px; }
  .values-band > img { min-height: 280px; }
  .values-panel h3 { font-size: 24px; }
  th, td { padding: 15px 11px; font-size: 12px; }
  th { width: 36%; }
  .notes { padding: 22px 18px; }
  .cancel { padding-top: 14px; }
  .cancel-grid { grid-template-columns: 1fr; }
  .consult { width: calc(100% - 28px); margin: 38px 14px; padding: 38px 24px; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .insta-strip img { height: 46vw; }
  .contact { padding: 72px 22px; }
  .recruit { padding-top: 64px; padding-bottom: 64px; }
  .recruit-hero, .profile-layout, .recruit-details, .cheer { grid-template-columns: 1fr; }
  .recruit-entry { grid-template-columns: 1fr; padding: 24px 20px; }
  .recruit-entry__actions { display: grid; justify-content: stretch; }
  .representative-layout > img { height: 440px; }
  .recruit-hero img { height: 180px; }
  .recruit-hero h2 { font-size: 25px; letter-spacing: -.02em; }
  .recruit-cards { grid-template-columns: 1fr; }
  .profile-layout { margin-top: 48px; }
  .profile-layout > img { height: 320px; }
  .recruit-details img { height: 180px; }
  .cheer img { height: 220px; }
  .recruit-contact { padding: 26px 20px; }
  .recruit-contact .contact-actions { display: grid; width: 100%; }
  .about-page main { padding-top: 64px; }
  .about-page .about-hero { min-height: 430px; }
  .about-page .about-return { display: grid; justify-items: start; }
  .fixed-consult { right: 12px; bottom: 10px; width: calc(100% - 24px); min-height: 58px; padding: 7px 16px 7px 18px; border-radius: 999px; }
  .fixed-consult small { font-size: 8px; }
  .fixed-consult strong { font-size: 14px; }
}

@media (max-width: 380px) {
  .hero-actions { grid-template-columns: 1fr; }
  .trust-strip dd { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
