@charset "UTF-8";

:root {
  --green-950: #173428;
  --green-900: #1f4230;
  --green-800: #2f5b3d;
  --green-700: #467553;
  --green-600: #618f69;
  --green-200: #d9e5d7;
  --green-100: #edf3eb;
  --ink: #26352d;
  --muted: #66736c;
  --ivory: #fbfaf5;
  --cream: #f3efe4;
  --line: #dcd9cf;
  --gold: #97875d;
  --white: #fff;
  --shadow: 0 20px 60px rgba(27, 53, 37, .12);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: .035em; line-height: 1.45; }
p { letter-spacing: .02em; }
.container { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 10px 16px; border-radius: 0 0 8px 8px; color: white; background: var(--green-950); }
.skip-link:focus { top: 0; }
.mobile-only { display: none; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(31,66,48,.1); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(28, 53, 39, .1); }
.header-inner { width: min(1320px, calc(100% - 48px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-mark { width: 48px; height: 56px; fill: none; stroke: var(--green-700); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font: 500 1.44rem/1.35 var(--serif); letter-spacing: .08em; }
.brand-copy small { color: #766d60; font-family: var(--serif); font-size: .8rem; letter-spacing: .12em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; letter-spacing: .06em; }
.desktop-nav a:not(.nav-cta) { padding-block: 30px; border-bottom: 2px solid transparent; }
.desktop-nav a:not(.nav-cta):hover { color: var(--green-700); border-bottom-color: var(--green-600); }
.nav-cta { padding: 12px 24px; border-radius: 999px; color: white; background: var(--green-800); box-shadow: 0 8px 20px rgba(47,91,61,.2); }
.nav-cta:hover { background: var(--green-900); }
.menu-button { display: none; width: 52px; min-height: 44px; padding: 6px 3px 2px; border: 0; background: transparent; cursor: pointer; }
.menu-button > span { width: 31px; height: 2px; margin: 0 auto 7px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-button small { display: block; margin-top: 1px; font-size: .65rem; letter-spacing: .08em; }
.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 76px 0 auto; height: calc(100vh - 76px); padding: 26px 24px 120px; background: rgba(251,250,245,.98); overflow: auto; }
.mobile-menu a { display: block; padding: 17px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.1rem; }
.mobile-menu .mobile-menu-cta { margin-top: 26px; padding: 16px; text-align: center; color: white; border: 0; border-radius: 999px; background: var(--green-800); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #dce8e7; isolation: isolate; }
.hero-bg { position: absolute; z-index: -3; inset: 0; background: url("./assets/hero-cemetery.png") center / cover no-repeat; }
.hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 33%, rgba(255,255,255,.34) 58%, rgba(255,255,255,0) 79%), linear-gradient(0deg, rgba(246,242,230,.45), transparent 34%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 22%; background: linear-gradient(0deg, rgba(249,247,239,.92), transparent); }
.hero-inner { position: relative; width: min(1240px, calc(100% - 64px)); min-height: 720px; margin-inline: auto; display: flex; align-items: center; }
.hero-copy { width: min(680px, 61%); padding: 52px 0 62px; }
.eyebrow, .section-kicker { margin-bottom: 15px; color: var(--green-800); font-size: .95rem; font-weight: 700; letter-spacing: .14em; }
.accent-line { display: block; width: 64px; height: 1px; margin: 0 0 32px; background: var(--gold); }
.hero h1 { margin-bottom: 22px; color: #193c30; font-size: clamp(2.9rem, 4.4vw, 4.15rem); line-height: 1.36; letter-spacing: .035em; text-shadow: 0 2px 20px rgba(255,255,255,.62); }
.nowrap { white-space: nowrap; }
.hero-lead { margin-bottom: 13px; color: #6d655a; font: 500 1.5rem/1.6 var(--serif); letter-spacing: .08em; }
.hero-body { width: min(590px, 100%); margin-bottom: 23px; color: #46564e; font-size: 1.05rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid rgba(47,91,61,.2); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 4px 14px rgba(53,67,59,.08); font-size: .9rem; }
.hero-facts svg { width: 20px; height: 20px; fill: none; stroke: var(--green-700); stroke-width: 1.8; }
.primary-cta { width: min(620px, 100%); min-height: 78px; display: flex; align-items: center; gap: 16px; padding: 15px 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: white; background: linear-gradient(135deg, var(--green-700), var(--green-900)); box-shadow: 0 14px 28px rgba(32,70,44,.28), inset 0 1px rgba(255,255,255,.25); font-family: var(--serif); font-size: 1.33rem; letter-spacing: .045em; transition: transform .2s, box-shadow .2s; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(32,70,44,.34), inset 0 1px rgba(255,255,255,.25); }
.primary-cta svg { width: 32px; height: 32px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.primary-cta strong { font-size: 1.55em; font-weight: 500; }
.primary-cta .arrow { margin-left: auto; font: 300 2.2rem/1 var(--sans); }
.cta-note { width: min(620px, 100%); margin: 12px 0 0; text-align: center; color: #625f57; font-family: var(--serif); font-size: .96rem; letter-spacing: .09em; }
.hero-vertical { position: absolute; top: 52px; right: 9%; margin: 0; padding-right: 20px; border-right: 1px solid rgba(42,73,52,.45); color: #6b614f; font: 500 1.15rem/1.8 var(--serif); letter-spacing: .15em; writing-mode: vertical-rl; }

.quick-nav { position: relative; z-index: 5; width: min(1050px, calc(100% - 48px)); margin: -52px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quick-card { min-height: 210px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 24px 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); overflow: hidden; transition: transform .22s, box-shadow .22s; }
.quick-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(27,53,37,.18); }
.quick-visual { height: 82px; margin: -20px -24px 14px; position: relative; background: linear-gradient(135deg, #f0eee7, #fff); overflow: hidden; }
.desk-scene::before { content: ""; position: absolute; width: 100px; height: 50px; left: 32px; bottom: -4px; border-radius: 4px; background: #d8c5a7; transform: skewY(-4deg); box-shadow: 86px -20px 0 -26px #29352f, 100px -30px 0 -34px #29352f; }
.desk-scene::after { content: ""; position: absolute; width: 120px; height: 15px; left: 30px; bottom: 12px; border: 2px solid #857c70; border-width: 2px 0; transform: rotate(-5deg); opacity: .75; }
.quick-icon { width: 84px; height: 76px; margin: -2px 0 10px; color: var(--gold); }
.quick-icon svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.route-icon { color: var(--green-700); }
.quick-copy { display: grid; gap: 6px; }
.quick-copy strong { font: 500 1.27rem/1.55 var(--serif); letter-spacing: .04em; }
.quick-copy small { color: var(--muted); font-size: .83rem; }
.card-arrow { position: absolute; right: 20px; bottom: 23px; font: 300 2rem/1 var(--sans); }
.intro-band { margin-top: 74px; background: linear-gradient(180deg, #f0f4ed, #e6ede5); overflow: hidden; }
.intro-band-inner { position: relative; width: min(1100px, calc(100% - 48px)); min-height: 178px; margin: auto; display: flex; align-items: center; justify-content: center; }
.intro-band p { position: relative; z-index: 2; margin: 0; text-align: center; color: #536052; font: 500 1.34rem/1.8 var(--serif); letter-spacing: .1em; }
.round-note { position: absolute; z-index: 2; right: 5%; display: grid; place-items: center; width: 164px; height: 164px; padding: 20px; border-radius: 50%; color: #405840; background: rgba(255,255,255,.65); text-align: center; font-family: var(--serif); line-height: 1.65; }
.mountain-art { position: absolute; inset: 45px 0 0; opacity: .38; background: linear-gradient(145deg, transparent 27%, #aac0ad 27.2% 39%, transparent 39.2%), linear-gradient(35deg, transparent 40%, #78977f 40.2% 51%, transparent 51.2%); filter: blur(.2px); }

.section { padding: 120px 0; }
.section-light { background: var(--ivory); }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.split-intro h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.section h2 { margin-bottom: 30px; color: var(--green-950); font-size: clamp(2.05rem, 3.7vw, 3.2rem); line-height: 1.55; }
.prose p { margin-bottom: 1.25em; }
.concern-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.concern-card { min-height: 260px; padding: 32px 30px; border-top: 3px solid var(--green-600); background: white; box-shadow: 0 14px 40px rgba(34,61,43,.08); }
.concern-card > span { color: var(--gold); font-family: var(--serif); letter-spacing: .1em; }
.concern-card h3 { margin: 20px 0 14px; font-size: 1.35rem; }
.concern-card p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.calm-note { margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 24px 32px; border: 1px solid var(--green-200); background: var(--green-100); }
.calm-note svg { width: 44px; flex: 0 0 auto; fill: none; stroke: var(--green-700); stroke-width: 1.8; }
.calm-note p { margin: 0; }

.definition-section { background: #f2eee3; }
.section-heading { max-width: 820px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; }
.definition-grid { width: min(900px, 100%); margin: 64px auto 0; display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; }
.definition-card { position: relative; min-height: 320px; padding: 48px; border: 1px solid rgba(151,135,93,.3); background: rgba(255,255,255,.72); box-shadow: 0 16px 45px rgba(70,70,53,.07); }
.definition-number { position: absolute; top: 22px; right: 24px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.definition-card h3 { margin-bottom: 24px; font-size: 2rem; color: var(--green-800); }
.definition-card p { margin: 0; }
.definition-link { height: 1px; background: var(--gold); position: relative; }
.definition-link span { position: absolute; top: 50%; left: 50%; width: 15px; height: 15px; border: 1px solid var(--gold); border-radius: 50%; background: var(--cream); transform: translate(-50%,-50%); }
.definition-disclaimer { margin: 25px auto 0; text-align: center; color: var(--muted); font-size: .84rem; }

.flow-section { color: rgba(255,255,255,.9); background: var(--green-950); }
.flow-section::before { content: ""; position: absolute; }
.section-kicker.light, .flow-section h2, .consult-section h2, .contact-section h2 { color: white; }
.flow-section .section-heading > p:last-child, .consult-section .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.steps-grid { margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); list-style: none; }
.steps-grid li { position: relative; min-height: 240px; padding: 0 14px; text-align: center; }
.steps-grid li:not(:last-child)::after { content: ""; position: absolute; top: 84px; right: -16px; width: 32px; height: 1px; background: rgba(255,255,255,.25); }
.step-no { display: block; color: #9ab7a0; font: 500 .76rem/1 var(--serif); letter-spacing: .13em; }
.step-icon { width: 76px; height: 76px; margin: 14px auto 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #dbe7d9; font: 500 1.5rem/1 var(--serif); }
.steps-grid h3 { color: white; font-size: 1rem; line-height: 1.7; }
.flow-note { margin: 30px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); text-align: center; font-size: .9rem; }

.role-section { background: var(--ivory); }
.role-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.role-grid article { padding: 30px; border: 1px solid var(--line); background: white; }
.role-grid .role-highlight { color: white; border-color: var(--green-800); background: var(--green-800); }
.role-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--green-200); border-radius: 50%; color: var(--green-800); font-family: var(--serif); }
.role-highlight .role-mark { color: white; border-color: rgba(255,255,255,.45); }
.role-grid h3 { margin: 20px 0 10px; font-size: 1.23rem; }
.role-grid p { margin: 0; color: var(--muted); font-size: .93rem; }
.role-highlight p { color: rgba(255,255,255,.78); }
.boundary-note { margin-top: 32px; padding: 26px 32px; border-left: 4px solid var(--gold); background: #f2eee4; }
.boundary-note p { margin: 0; }
.boundary-note strong { margin-right: 1.2em; color: var(--green-900); }

.support-section { position: relative; background: linear-gradient(135deg, #edf2ec, #f9f7f0); }
.support-section::after { content: ""; position: absolute; right: 0; top: 0; width: 24%; height: 100%; background: linear-gradient(165deg, transparent 35%, rgba(97,143,105,.14) 35.2%); pointer-events: none; }
.support-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.support-section .section-heading > p:last-of-type { color: var(--ink); }
blockquote { margin: 34px 0 0; padding: 21px 24px; border-left: 3px solid var(--green-700); color: var(--green-900); background: rgba(255,255,255,.72); font: 500 1.1rem/1.8 var(--serif); }
.support-list { background: white; box-shadow: var(--shadow); }
.support-list > div { min-height: 71px; display: flex; align-items: center; gap: 20px; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.support-list > div:last-child { border-bottom: 0; }
.support-list span { color: var(--gold); font: 500 .82rem/1 var(--serif); }
.support-list p { margin: 0; }

.price-section { background: #f8f6f0; }
.price-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { padding: 36px 30px; border: 1px solid var(--line); background: white; box-shadow: 0 16px 46px rgba(32,50,38,.07); }
.price-card.featured { position: relative; color: white; border-color: var(--green-800); background: var(--green-800); transform: translateY(-10px); }
.price-card.featured::before { content: "選ばれることの多いプラン"; position: absolute; top: 0; left: 50%; padding: 5px 18px; color: var(--green-900); background: #dfe8d8; font-size: .76rem; white-space: nowrap; transform: translate(-50%,-50%); }
.plan-label { margin-bottom: 10px; color: var(--green-700); font-size: .83rem; font-weight: 700; }
.featured .plan-label { color: #dfe8d8; }
.price-card h3 { min-height: 76px; margin-bottom: 18px; font-size: 1.45rem; }
.price { padding-bottom: 22px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.featured .price { border-bottom-color: rgba(255,255,255,.25); }
.price strong { color: var(--green-800); font-family: var(--serif); font-size: 2.4rem; font-weight: 500; letter-spacing: .01em; }
.featured .price strong { color: white; }
.price span { font-size: .76rem; }
.price-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 8px 0 8px 25px; border-bottom: 1px dotted var(--line); font-size: .9rem; }
.featured li { border-bottom-color: rgba(255,255,255,.22); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 700; }
.featured li::before { color: #dfe8d8; }
.price-note { margin: 25px 0 0; color: var(--muted); text-align: center; font-size: .84rem; }
.inline-cta { margin-top: 52px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 32px; border: 1px solid var(--green-200); background: white; }
.inline-cta p { margin: 0; font-family: var(--serif); font-size: 1.15rem; }
.inline-cta a { color: var(--green-800); font-weight: 700; }
.inline-cta a span { margin-left: 10px; font-size: 1.5rem; }

.consult-section { color: white; background: linear-gradient(135deg, #2f5b3d, #193b2c); }
.consult-timeline { margin: 60px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; list-style: none; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.consult-timeline li { min-height: 180px; display: flex; gap: 18px; padding: 28px 22px; background: rgba(22,51,37,.6); }
.consult-timeline > li:nth-child(n+5) { grid-column: span 1; }
.consult-timeline > li:last-child { grid-column: span 2; }
.consult-timeline > li > span { color: #b9cdbb; font-family: var(--serif); }
.consult-timeline h3 { margin-bottom: 8px; color: white; font-size: 1.06rem; }
.consult-timeline p { margin: 0; color: rgba(255,255,255,.67); font-size: .86rem; line-height: 1.65; }

.philosophy-section { background: var(--ivory); }
.philosophy-layout { display: grid; grid-template-columns: 1.4fr .7fr; gap: 80px; align-items: start; }
.philosophy-panel > p:not(.section-kicker):not(.subtle) { max-width: 700px; }
.value-list { margin: 34px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; }
.value-list li { position: relative; padding: 16px 16px 16px 44px; border: 1px solid var(--green-200); background: var(--green-100); }
.value-list li::before { content: "○"; position: absolute; left: 17px; color: var(--green-700); }
.subtle { color: var(--muted); }
.credentials { padding: 40px 34px; border-top: 4px solid var(--gold); background: #f0ecdf; }
.credential-leaf { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 22px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.credentials h3 { margin-bottom: 20px; color: var(--green-900); font-size: 1.4rem; }
.credentials ul { margin: 0; padding-left: 1.15em; }
.credentials li { margin-bottom: 8px; }

.faq-section { background: #f2f4ee; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading h2 { font-size: clamp(2.05rem, 3.4vw, 3rem); }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list details { border-top: 1px solid #cdd5cc; }
.faq-list details:last-child { border-bottom: 1px solid #cdd5cc; }
.faq-list summary { position: relative; min-height: 83px; display: flex; align-items: center; gap: 18px; padding: 20px 50px 20px 0; cursor: pointer; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span, .answer > span { flex: 0 0 auto; color: var(--green-700); font: 500 1.3rem/1 var(--serif); }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 50%; color: var(--green-700); font-size: 1.6rem; font-weight: 300; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.answer { display: flex; gap: 18px; padding: 0 40px 24px 0; color: var(--muted); }
.answer > span { color: var(--gold); }
.answer p { margin: 0; }

.contact-section { position: relative; padding: 120px 0 110px; color: white; background: var(--green-950); overflow: hidden; }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 80% 15%, #fff 0 1px, transparent 2px), radial-gradient(circle at 12% 84%, #fff 0 1px, transparent 2px); background-size: 44px 44px, 62px 62px; }
.contact-inner { position: relative; z-index: 2; text-align: center; }
.contact-inner > p:not(.section-kicker):not(.contact-status) { color: rgba(255,255,255,.76); }
.contact-facts { margin: 30px auto 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.contact-facts span { padding: 7px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .85rem; }
.contact-methods { width: min(900px, 100%); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.contact-methods a { min-height: 96px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.36); border-radius: 8px; color: var(--ink); background: white; text-align: left; cursor: pointer; transition: transform .2s, background .2s, opacity .2s; }
.contact-methods a:not([aria-disabled="true"]):hover { transform: translateY(-3px); background: #f4f7f1; }
.contact-methods a[aria-disabled="true"] { cursor: not-allowed; opacity: .62; }
.method-mark { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-700); font-weight: 700; }
.contact-methods a > span:nth-child(2) { display: grid; }
.contact-methods strong { font-size: 1rem; }
.contact-methods small { color: var(--muted); font-size: .76rem; }
.contact-methods b { margin-left: auto; font-size: 1.8rem; font-weight: 300; }
.contact-status { min-height: 31px; margin: 24px 0 0; color: rgba(255,255,255,.8); }

.site-footer { padding: 46px 0 38px; background: #f6f4ed; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; }
.footer-brand .brand-copy strong { font-size: 1.2rem; }
.footer-inner nav { display: flex; gap: 22px; font-size: .82rem; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.sticky-mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 720px; }
  .hero-inner { min-height: 720px; }
  .hero-copy { width: 68%; }
  .hero-vertical { right: 3%; }
  .steps-grid { grid-template-columns: repeat(4, 1fr); row-gap: 36px; }
  .steps-grid li:not(:last-child)::after { display: none; }
  .consult-timeline { grid-template-columns: repeat(3, 1fr); }
  .consult-timeline > li:last-child { grid-column: auto; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 50px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 72px; font-size: 16px; }
  .container { width: min(100% - 36px, 660px); }
  .mobile-only { display: initial; }
  .header-inner { min-height: 76px; width: calc(100% - 28px); }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 43px; }
  .brand-copy strong { font-size: 1rem; letter-spacing: .04em; }
  .brand-copy small { font-size: .63rem; letter-spacing: .07em; }
  .hero { min-height: 845px; }
  .hero-bg { background-position: 61% center; }
  .hero-wash { background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.82) 48%, rgba(255,255,255,.3) 76%, rgba(255,255,255,.7) 100%), linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.12)); }
  .hero-inner { width: calc(100% - 36px); min-height: 845px; align-items: flex-start; }
  .hero-copy { width: 100%; padding: 54px 0 52px; }
  .eyebrow { margin-bottom: 10px; font-size: .86rem; }
  .accent-line { margin-bottom: 24px; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(2.42rem, 11.1vw, 3.8rem); line-height: 1.38; }
  .hero-lead { font-size: 1.17rem; line-height: 1.65; }
  .hero-body { max-width: 92%; font-size: .93rem; line-height: 1.75; }
  .hero-facts { display: grid; grid-template-columns: max-content; margin-top: 19px; }
  .hero-facts span { width: fit-content; max-width: 100%; font-size: .78rem; background: rgba(255,255,255,.88); }
  .primary-cta { min-height: 68px; margin-top: 25px; gap: 10px; padding: 12px 14px; font-size: .9rem; }
  .primary-cta svg { width: 24px; height: 24px; }
  .cta-note { font-size: .8rem; }
  .hero-vertical { top: 29px; right: 0; padding-right: 11px; font-size: .78rem; }
  .quick-nav { width: calc(100% - 28px); margin-top: -72px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .quick-card { min-height: 196px; padding: 14px 12px 18px; border-radius: 13px; }
  .quick-visual { height: 67px; margin: -14px -12px 12px; }
  .desk-scene::before { left: 12px; transform: scale(.72) skewY(-4deg); transform-origin: left bottom; }
  .quick-icon { width: 60px; height: 60px; margin-bottom: 8px; }
  .quick-copy strong { font-size: .88rem; line-height: 1.55; }
  .quick-copy small { font-size: .64rem; line-height: 1.45; }
  .card-arrow { right: 9px; bottom: 16px; font-size: 1.4rem; }
  .intro-band { margin-top: 52px; }
  .intro-band-inner { width: calc(100% - 28px); min-height: 164px; justify-content: flex-start; }
  .intro-band p { max-width: 68%; font-size: 1rem; text-align: left; }
  .round-note { right: -6px; width: 120px; height: 120px; padding: 12px; font-size: .76rem; }
  .section { padding: 88px 0; }
  .section h2 { margin-bottom: 24px; font-size: clamp(1.85rem, 7.8vw, 2.65rem); line-height: 1.52; }
  .section-kicker { margin-bottom: 10px; font-size: .8rem; }
  .split-intro, .support-layout, .philosophy-layout, .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .concern-grid { margin-top: 38px; grid-template-columns: 1fr; gap: 12px; }
  .concern-card { min-height: 0; padding: 24px; }
  .concern-card h3 { margin: 11px 0 8px; font-size: 1.18rem; }
  .calm-note { align-items: flex-start; margin-top: 20px; padding: 20px; }
  .calm-note svg { width: 35px; }
  .definition-grid { margin-top: 40px; grid-template-columns: 1fr; }
  .definition-card { min-height: 0; padding: 35px 30px; }
  .definition-link { width: 1px; height: 44px; margin: auto; }
  .definition-disclaimer { text-align: left; }
  .steps-grid { margin-top: 45px; grid-template-columns: 1fr; gap: 0; }
  .steps-grid li { min-height: 0; display: grid; grid-template-columns: 45px 62px 1fr; align-items: center; gap: 12px; padding: 13px 0; text-align: left; border-bottom: 1px solid rgba(255,255,255,.14); }
  .step-no { font-size: .7rem; }
  .step-icon { width: 56px; height: 56px; margin: 0; font-size: 1.12rem; }
  .steps-grid h3 { margin: 0; font-size: 1rem; }
  .flow-note { text-align: left; }
  .role-grid { margin-top: 42px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .role-grid article { padding: 21px 18px; }
  .role-grid h3 { margin: 14px 0 7px; font-size: 1rem; }
  .role-grid p { font-size: .82rem; line-height: 1.7; }
  .boundary-note { padding: 22px; }
  .boundary-note strong { display: block; margin: 0 0 5px; }
  .support-section::after { display: none; }
  .support-list > div { min-height: 64px; padding: 13px 18px; }
  .price-grid { margin-top: 46px; grid-template-columns: 1fr; gap: 14px; }
  .price-card { padding: 31px 25px; }
  .price-card.featured { transform: none; margin-top: 8px; }
  .price-card h3 { min-height: 0; }
  .inline-cta { align-items: stretch; flex-direction: column; padding: 23px; }
  .inline-cta a { display: flex; justify-content: center; padding: 12px; border: 1px solid var(--green-700); }
  .consult-timeline { margin-top: 42px; grid-template-columns: 1fr; }
  .consult-timeline li { min-height: 0; padding: 21px; }
  .value-list { grid-template-columns: 1fr; }
  .credentials { padding: 32px 27px; }
  .faq-heading { position: static; }
  .faq-list summary { min-height: 76px; padding-right: 38px; font-size: .93rem; line-height: 1.65; }
  .answer { padding-right: 5px; }
  .contact-section { padding: 88px 0 84px; }
  .contact-inner h2 { font-size: clamp(2rem, 8.2vw, 2.7rem); }
  .contact-inner > p:not(.section-kicker):not(.contact-status) br { display: none; }
  .contact-facts { margin: 24px 0 30px; }
  .contact-methods { grid-template-columns: 1fr; }
  .contact-methods a { min-height: 78px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { flex-wrap: wrap; gap: 10px 18px; }
  .copyright { grid-column: auto; }
  .sticky-mobile-cta { position: fixed; z-index: 48; left: 12px; right: 12px; bottom: 9px; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: white; background: linear-gradient(135deg, var(--green-700), var(--green-900)); box-shadow: 0 10px 28px rgba(20,52,34,.35); font-family: var(--serif); letter-spacing: .04em; opacity: 0; pointer-events: none; transform: translateY(80px); transition: opacity .25s ease, transform .25s ease; }
  .sticky-mobile-cta.is-shown { opacity: 1; pointer-events: auto; transform: none; }
  .sticky-mobile-cta span { font-size: .8rem; }
}

@media (max-width: 400px) {
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { display: none; }
  .hero h1 { font-size: clamp(1.95rem, 9.7vw, 2.25rem); }
  .hero-vertical { display: none; }
  .quick-copy strong { font-size: .78rem; }
  .quick-copy small { display: none; }
  .quick-card { min-height: 170px; }
  .role-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
