:root {
  --bg: #fffcf9;
  --surface: #ffffff;
  --soft: #fcf3ec;
  --ink: #3e342e;
  --text: #665b53;
  --muted: #75675e;
  --line: #eaded4;
  --brand: #9b502f;
  --brand-deep: #834226;
  --dark: #49372d;
  --accent: #c18a65;
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 48px;
  --font-body: "Noto Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display: "Noto Serif SC", "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; scrollbar-gutter: stable; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.85; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:hover { color: var(--brand); }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
h1,h2,h3,p,ul,ol,dl,dd { margin: 0; }
h1,h2,h3 { color: var(--ink); font-weight: 500; }
h1,h2 { font-family: var(--font-body); letter-spacing: -.035em; line-height: 1.45; }
h1 { font-family: var(--font-display); }
h1 { font-size: clamp(38px,4vw,58px); }
h2 { font-size: clamp(28px,3vw,42px); }
h3 { font-size: 20px; line-height: 1.6; }
p + p { margin-top: 16px; }
button:focus-visible,a:focus-visible,summary:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
::selection { background: #f1dac9; color: var(--ink); }
.container { width: min(1200px,calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 80px; }
.eyebrow { color: var(--brand); font-size: 15px; letter-spacing: 0; line-height: 1.6; font-weight: 600; }
.lead { font-size: 18px; line-height: 1.95; max-width: 660px; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 { margin-top: 18px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 30px; }
.btn { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 12px 24px; border: 1px solid var(--line); border-radius: 9px; font-size: 15px; font-weight: 500; transition: background-color .2s ease, transform .25s ease, box-shadow .25s ease; }
.btn-primary { background: var(--brand); border-color: var(--brand); color: #fffdf9; }
.btn-primary:hover { background: var(--brand-deep); border-color: var(--brand-deep); color: #fffdf9; }
.btn-secondary { background: #ffffffb3; color: var(--ink); }
.btn:hover { box-shadow: 0 5px 18px #68432d14; }
.btn span { transition: transform .45s cubic-bezier(.22,1,.36,1); }
.btn:hover span { transform: translate(3px,-1px); }
.btn-secondary:hover { background: var(--soft); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--brand); border-bottom: 1px solid var(--brand); font-size: 15px; }
.skip-link { position: fixed; top: -120px; left: 16px; z-index: 100; padding: 12px 24px; background: var(--surface); color: var(--brand); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fffcf9f2; border-bottom: 1px solid #3e342e0c; backdrop-filter: blur(14px); }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; color: var(--ink); font-family: var(--font-display); font-size: 21px; line-height: 1.4; }
.brand small { display: block; font-family: var(--font-body); font-size: 9px; letter-spacing: .16em; margin-top: 4px; color: var(--text); }
.brand-mark { width: 58px; height: 50px; overflow: hidden; display: block; }
.brand-mark img { width: 104px; height: auto; max-width: none; transform: translate(-24px,-13px); }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav > a { padding-block: 12px; font-size: 14px; white-space: nowrap; }
.main-nav a[aria-current="page"] { color: var(--brand); text-decoration: underline; text-underline-offset: 9px; }
.main-nav .nav-cta { padding: 10px 22px; border: 1px solid var(--brand); border-radius: 9px; color: white; background: var(--brand); }
.menu-toggle { display: none; background: transparent; color: var(--ink); border: 1px solid var(--line); min-height: 44px; padding: 8px 14px; border-radius: 4px; }
.menu-backdrop { display: none; }
.hero { overflow: hidden; position: relative; isolation: isolate; background: #f7efe7; }
figure { margin: 0; }
.hero-scene { position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg,#f7efe7,#e5d4c5); }
.hero-scene img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fffaf5fa 0%,#fffaf5ee 28%,#fffaf56b 54%,transparent 75%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 90%; height: 120%; left: -35%; top: -24%; border-radius: 50%; background: #ffffff35; transform: rotate(-18deg); pointer-events: none; }
.hero-scene figcaption { position: absolute; right: 26px; bottom: 18px; font-size: 8px; color: #ffffff80; text-shadow: 0 1px 2px #4b322533; }
.hero-layout { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 80px; align-items: center; min-height: 630px; padding-block: 58px 64px; }
.hero-copy { min-width: 0; }
.hero-copy h1 { font-size: clamp(46px,4.7vw,68px); margin-block: 22px; line-height: 1.22; letter-spacing: -.02em; }
.title-dot { color: inherit; }
.hero-position { font-size: 18px; color: var(--brand); line-height: 1.7; }
.hero-description { margin-top: 18px; max-width: 524px; font-size: 16px; text-wrap: pretty; }
.hero-copy .actions { column-gap: 10px; align-items: flex-end; }
.hero-service-link { display: inline-flex; align-items: flex-end; min-height: 44px; padding-block: 0 6px; font-size: 13px; color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-service-link:hover { color: var(--brand); }
.hero-bottom { display: flex; justify-content: space-between; padding-block: 16px; border-top: 1px solid #9b502f24; font-size: 12px; color: var(--ink); padding-right: 170px; }
.hero-bottom a { min-height: 32px; display: flex; align-items: center; gap: 28px; }
.hero-bottom > span { align-self: center; }
.consulting-section { background: var(--surface); }
.business-intro { display: flex; flex-direction: column; gap: 20px; }
.business-intro h2 { font-size: clamp(32px,3.1vw,44px); font-weight: 500; line-height: 1.4; }
.business-intro .lead { margin-top: 24px; max-width: 950px; }
.consulting-feature { display: grid; grid-template-columns: 1.08fr 1fr; gap: 64px; align-items: center; margin-top: 40px; }
.consulting-body { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; min-width: 0; }
.consulting-body .actions { margin-top: 0; }
.scene-photo { position: relative; overflow: hidden; border-radius: 16px; min-width: 0; background: linear-gradient(135deg,#f7efe7,#e5d4c5); }
.scene-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.scene-photo figcaption { position: absolute; bottom: 12px; left: 14px; max-width: calc(100% - 28px); font-size: 8px; color: #ffffff80; text-shadow: 0 1px 2px #4b322533; }
.family-scene { height: 365px; border-radius: 20px; }
.family-scene img { object-position: 42% center; }
@media (hover: hover) and (pointer: fine) {
  .scene-photo:hover img { transform: scale(1.015); }
}
.audience h3 { font-size: 16px; margin-bottom: 18px; }
.audience ul { padding-left: 20px; }
.audience li { padding-block: 3px; }
.service-list > .eyebrow { margin-bottom: 12px; }
.service-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; }
.service-list a { display: flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 21px; }
.service-list a:is(:hover,:focus-visible) { color: var(--brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.consulting-process { max-width: 1040px; margin: 48px auto 0; padding-top: 28px; }
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; margin-top: 24px; }
.steps li { min-width: 0; }
.steps h3 { font-size: 21px; margin: 0 0 10px; }
.steps h3 span { color: var(--brand); font-weight: 400; }
.steps p { font-size: 15px; line-height: 1.8; }
.consulting-process > .eyebrow { font-size: 17px; }
.consulting-process .steps { gap: 0; margin-top: 28px; }
.consulting-process .steps li { position: relative; padding: 26px 24px 0 0; }
.consulting-process .steps li::before { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.consulting-process .steps li::after { content: ""; position: absolute; left: 4px; top: 3.5px; width: 100%; height: 1px; background: var(--line); }
.consulting-process .steps li:last-child { padding-right: 0; }
.consulting-process .steps li:last-child::after { content: none; }
.consulting-process .steps h3 { font-size: 20px; margin-bottom: 8px; }
.consulting-process .steps.motion-entered > li { animation: none; }
.corporate-section { background: #fcf1e8; color: var(--text); padding-block: 72px; position: relative; }
.corporate-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; margin-top: 40px; }
.corporate-section .business-intro h2 { font-size: clamp(32px,2.8vw,40px); }
.corporate-scene { height: 470px; border-radius: 20px; }
.corporate-scene img { object-position: 53% center; }
.corporate-section h2,.corporate-section h3 { color: var(--ink); }
.corporate-section .eyebrow { color: var(--brand); }
.corporate-section .steps { display: grid; grid-template-columns: minmax(0,1fr); gap: 22px; margin: 0; }
.corporate-section .steps h3 { font-size: 21px; margin-bottom: 4px; }
.corporate-actions { display: flex; align-items: flex-start; flex-direction: column-reverse; gap: 18px; margin-top: 30px; }
.corporate-actions p { font-size: 13px; }
.corporate-actions .actions { margin: 0; }
.corporate-tone .btn-primary { color: white; background: var(--brand); border-color: var(--brand); }
.corporate-tone .btn-primary:hover { background: var(--brand-deep); }
.corporate-tone .btn-secondary { color: var(--ink); border-color: #d9bda8; }
.corporate-tone .btn-secondary:hover { background: #f7e8dc; }
.corporate-section a:focus-visible,.corporate-tone a:focus-visible { outline-color: var(--brand); }
.extension-section { padding-block: 64px; }
.professional-section { background: white; }
.extension-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.professional-section .extension-layout { grid-template-columns: 1.2fr .8fr; }
.extension-copy { min-width: 0; }
.extension-copy h2 { font-size: 32px; margin: 18px 0; }
.extension-copy > p:not(.eyebrow) { font-size: 17px; max-width: 610px; }
.extension-copy .btn { margin-top: 24px; }
.extension-scene { height: 300px; border-radius: 20px; }
.method-section { background: #fbf4ec; }
.method-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 32px; }
.method-layout .lead { max-width: 1000px; }
.method-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px; }
.method-list article { padding-top: 24px; border-top: 1px solid #e8d8ca; }
.method-list h3 { font-size: 26px; margin-bottom: 16px; }
.values-section { background: var(--surface); padding-block: 76px; }
.values-section h2 { font-size: 32px; }
.values-layout { display: grid; grid-template-columns: 1fr 1.07fr; gap: 64px; align-items: center; }
.values-layout > div { min-width: 0; }
.values-scene { height: 580px; border-radius: 20px; }
.values-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; }
.values-grid article { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: baseline; gap: 18px; }
.values-grid h3 { font-size: 21px; }
.values-grid p { font-size: 15px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.7fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 22px 34px 22px 0; color: var(--ink); font-size: 18px; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; color: var(--brand); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 26px 24px 0; overflow-wrap: anywhere; }
.appointment-section { background: radial-gradient(ellipse at 100% 0,#f7e7da 0,transparent 65%),#fdf5ed; padding-bottom: 44px; border-top-right-radius: 100px; }
.appointment-layout { display: grid; grid-template-columns: 1.12fr 1fr; gap: 110px; }
.appointment-layout .section-heading { margin-bottom: 24px; }
.appointment-layout h2 { font-size: 36px; }
.appointment-layout .btn { margin-top: 28px; }
.contact-details dl > div { padding-block: 16px; border-bottom: 1px solid #e7d7c8; }
.contact-details dl > div:first-child { padding-top: 0; }
.contact-details dt { font-size: 12px; color: var(--muted); margin-bottom: 6px; letter-spacing: .06em; }
.contact-details dd { color: var(--ink); overflow-wrap: anywhere; }
.contact-details a { text-decoration: underline; text-underline-offset: 4px; }
.emergency-note { margin-top: 64px; padding-top: 24px; border-top: 1px solid #e7d7c8; font-size: 13px; line-height: 1.9; }
.site-footer { padding-top: 56px; background: var(--surface); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; padding-bottom: 44px; }
.footer-wordmark { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 30px; color: var(--ink); }
.footer-wordmark .brand-mark { flex-shrink: 0; width: 58px; }
.footer-brand p + p { margin: 8px 0 18px; font-size: 14px; }
.footer-brand small { font-size: 12px; }
.footer-links h2 { font-family: var(--font-body); font-size: 14px; margin-bottom: 16px; }
.footer-links a { display: block; width: fit-content; min-height: 36px; font-size: 13px; }
.footer-contact { display: flex; gap: 32px; flex-wrap: wrap; font-size: 12px; border-top: 1px solid var(--line); padding-block: 22px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; gap: 20px; flex-wrap: wrap; justify-content: space-between; font-size: 11px; padding-block: 0 24px; color: var(--muted); }
.footer-bottom > div { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-registration { display: flex; justify-content: center; padding-bottom: 20px; text-align: center; }
.footer-registration a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.footer-registration a:hover { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }
.breadcrumb { display: inline-block; margin-bottom: 38px; font-size: 13px; }
.detail-hero { padding-block: 32px 70px; background: radial-gradient(ellipse at 100% 0,#f7e7db 0,transparent 58%),var(--soft); border-bottom-right-radius: 80px; }
.detail-hero .eyebrow { margin-bottom: 24px; }
.detail-hero h1 { max-width: 960px; margin-bottom: 24px; }
.detail-hero .lead { max-width: 690px; }
.corporate-tone { background: linear-gradient(115deg,#faede2,#fffaf5); color: var(--text); }
.corporate-tone h1 { color: var(--ink); }
.corporate-tone .eyebrow { color: var(--brand); }
.corporate-tone .breadcrumb:hover { color: var(--brand); }
.extension-tone { background: linear-gradient(120deg,#fff8f2,#faeee3); }
.detail-section { padding-block: 70px; }
.detail-section + .detail-section { border-top: 1px solid var(--line); }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; max-width: 1040px; }
.detail-layout > .eyebrow { padding-top: 0; }
.detail-section .detail-layout { row-gap: 16px; }
.detail-layout h2 { font-size: 30px; margin-bottom: 28px; text-wrap: balance; }
.detail-hero .actions { align-items: flex-end; column-gap: 16px; }
.detail-back-link { display: inline-flex; align-items: flex-end; min-height: 44px; padding-bottom: 6px; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.case-intro { max-width: 760px; font-size: 13px; margin-top: 32px; }
.case-stories { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 36px; margin-top: 24px; }
.case-story { min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.case-image { display: block; margin: 0; }
.case-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; border-radius: 4px; background: var(--soft); }
.case-image-label { display: block; padding-top: 6px; color: var(--text); font-size: 8px; line-height: 1.6; opacity: .5; }
.case-title { color: var(--ink); font-size: clamp(20px,2vw,25px); line-height: 1.6; margin-top: 16px; }
.case-body { margin-top: 18px; overflow-wrap: anywhere; }
.case-body h4 { font-size: 13px; font-weight: 500; margin: 18px 0 6px; color: var(--brand); }
.case-body h4:first-child { margin-top: 0; }
.case-body p,.case-feedback p { font-size: 14px; line-height: 1.95; }
.case-feedback { margin-top: 14px; }
.case-feedback summary { cursor: pointer; color: var(--brand); font-size: 12px; padding-block: 10px; min-height: 44px; }
.case-feedback p { padding-top: 4px; }
.home-case-preview { display: grid; grid-template-columns: minmax(0,180px) minmax(0,1fr); align-items: center; gap: 24px; border-top: 1px solid var(--line); margin-top: 32px; padding-top: 24px; }
.home-case-preview h3 { margin: 6px 0 8px; font-size: 21px; }
.home-case-preview p:not(.eyebrow) { max-width: 650px; font-size: 14px; line-height: 1.85; }
.home-case-preview .text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
#audience:has(+ #case-stories) { padding-block: 32px; }
#audience:has(+ #case-stories) h2 { font-size: 24px; margin-bottom: 12px; }
#audience:has(+ #case-stories) .large-list { font-size: 15px; }
#audience:has(+ #case-stories) .large-list li { padding-block: 2px; }
@media (max-width: 680px) {
  .case-stories { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .home-case-preview { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .home-case-preview .case-image { max-width: 240px; }
}
.large-list { padding-left: 22px; font-size: 18px; }
.large-list li { padding-block: 12px; }
.detail-entries { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
.detail-entries article { padding: 24px 0; border-top: 1px solid var(--line); }
.detail-entries h3 { margin-bottom: 6px; }
.detail-steps { padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-block: 24px 32px; }
.detail-steps li { display: flex; flex-direction: column; gap: 8px; padding-block: 20px; border-top: 1px solid var(--line); }
.detail-steps h3 { font-size: 19px; font-weight: 500; }
.detail-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.consulting-page :is(#services,#process) { padding-block: 44px; }
.consulting-page :is(#services,#process) .detail-layout { max-width: 860px; gap: 16px; }
.consulting-page :is(#services,#process) h2 { margin-bottom: 20px; }
.consulting-page #services .detail-entries,.consulting-page #process .detail-steps { grid-template-columns: minmax(0,1fr); gap: 0; }
.consulting-page #services .detail-entries article,.consulting-page #process .detail-steps li { padding-block: 24px; }
.consulting-page #services .detail-entries h3 { margin-bottom: 14px; font-size: 20px; }
.consulting-page #services .detail-entries article > div { padding-left: 16px; }
.consulting-page #services .detail-entries h3 { position: relative; }
.consulting-page #services .detail-entries article:target h3 { color: var(--brand); }
.consulting-page #services .detail-entries article:target h3::before { content: ""; position: absolute; left: -16px; top: .3em; bottom: .3em; width: 2px; background: var(--brand); }
.service-arrangement-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: var(--brand); font-size: 14px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.consulting-page #process .detail-steps li { gap: 14px; }
.consulting-page #process .detail-steps h3 { font-size: 20px; }
.consulting-page :is(#services,#process) p:not(.eyebrow) { font-size: 16px; line-height: 1.9; color: var(--text); }
.consulting-page #process .detail-steps { margin-block: 20px 24px; }
@media (max-width: 600px) {
  .consulting-page :is(#services,#process) { padding-block: 32px; }
  .consulting-page #services .detail-entries article,.consulting-page #process .detail-steps li { padding-block: 20px; }
  .consulting-page #services .detail-entries h3 { margin-bottom: 12px; font-size: 18px; }
  .consulting-page #process .detail-steps li { gap: 12px; }
  .consulting-page #process .detail-steps h3 { font-size: 18px; }
  .consulting-page :is(#services,#process) p:not(.eyebrow) { font-size: 15px; }
}
.boundary-section { background: #fdf5ee; padding-block: 64px; }
.boundary-layout { display: flex; align-items: center; justify-content: space-between; gap: 72px; }
.boundary-layout > div { max-width: 820px; }
.boundary-layout h2 { font-size: 30px; margin-block: 16px 22px; }
.boundary-layout > .btn { flex-shrink: 0; }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 80px; padding-block: 70px; align-items: start; }
.legal-nav { position: sticky; top: 130px; display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.legal-nav a { min-height: 40px; }
.legal-content article { padding-block: 0 42px; }
.legal-content article + article { padding-top: 42px; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: 30px; margin-block: 14px 24px; }
.legal-content a { color: var(--brand); text-decoration: underline; overflow-wrap: anywhere; }
.not-found-page { padding-block: 100px; }
.not-found-page h1 { margin-block: 24px; }
.not-found-page .btn { margin-top: 32px; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: 13px; }
  .hero-layout { gap: 40px; }
  .consulting-feature,.corporate-feature { gap: 36px; }
  .consulting-body { gap: 28px; }
  .extension-layout,.values-layout { gap: 40px; }
  .appointment-layout { gap: 56px; }
}
@media (max-width: 860px) {
  html.menu-open { overflow: hidden; overscroll-behavior: none; }
  .site-header { --header-height: 68px; backdrop-filter: none; background: var(--bg); }
  html:not(.js) .site-header { position: static; }
  .topbar { min-height: var(--header-height); flex-wrap: wrap; gap: 0; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; padding: 8px 10px; border: 0; border-radius: 8px; }
  .menu-toggle:focus-visible { outline-width: 2px; outline-offset: 0; }
  .main-nav { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 6px 12px; padding: 18px 0; }
  .main-nav > a { display: flex; align-items: center; min-height: 44px; padding: 8px 10px; font-size: 15px; white-space: normal; color: var(--ink); transition: color .2s ease, transform .2s ease; }
  .main-nav a:hover,.main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; color: var(--brand-deep); }
  .main-nav .nav-cta { margin: 0; padding: 8px 10px; font-size: 15px; font-weight: 500; color: var(--brand); background: transparent; border: 0; border-radius: 0; }
  .main-nav .nav-cta span { display: none; }
  .js .main-nav { position: fixed; top: calc(var(--header-height) + 7px); left: 12px; right: 12px; width: auto; z-index: 2; padding: 12px; gap: 6px 8px; border: 1px solid #eaded480; border-radius: 12px; background: var(--bg); box-shadow: 0 12px 32px #49372d20; max-height: calc(100dvh - var(--header-height) - 20px); overflow-y: auto; overscroll-behavior: contain; animation: menu-appear .22s ease-out; }
  .js .site-header[data-open="true"] .menu-backdrop { display: block; position: fixed; inset: calc(var(--header-height) + 1px) 0 0; z-index: 1; width: 100%; border: 0; padding: 0; background: #35281f38; cursor: default; }
  .js .site-header[data-open="false"] .main-nav { display: none; }
  .js .main-nav::before { content: ""; position: absolute; left: 50%; top: 20px; bottom: 20px; width: 1px; background: var(--line); pointer-events: none; }
  .main-nav > a:focus-visible { color: var(--brand); text-decoration: underline; text-underline-offset: 5px; }
  @media (hover: hover) and (pointer: fine) {
    .main-nav > a:hover { color: var(--brand); transform: translateX(2px); }
  }
  .hero-layout { padding-top: 56px; gap: 30px; }
  .consulting-feature,.corporate-feature { grid-template-columns: 1fr; gap: 28px; }
  .consulting-process .steps { grid-template-columns: minmax(0,1fr); }
  .consulting-process .steps li { padding: 0 0 26px 28px; border: 0; }
  .consulting-process .steps li:last-child { padding-bottom: 0; }
  .consulting-process .steps li::before { top: 10px; }
  .consulting-process .steps li::after { left: 3.5px; top: 14px; width: 1px; height: 100%; }
  .corporate-scene { height: 320px; }
  .hero-position { font-size: 18px; }
  .hero-copy h1 { font-size: 45px; }
  .method-layout,.faq-layout { gap: 40px; }
  .extension-layout,.professional-section .extension-layout,.values-layout { grid-template-columns: minmax(0,1fr); }
  .professional-section .extension-scene { grid-row: 1; }
  .values-scene { height: 380px; }
  .method-list { gap: 24px; }
  .detail-layout { gap: 20px; }
  .boundary-layout { flex-direction: column; align-items: flex-start; gap: 28px; }
  .legal-layout { grid-template-columns: 180px 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  body { font-size: 14px; line-height: 1.8; }
  .container { width: calc(100% - 40px); }
  .section,.corporate-section,.extension-section { padding-block: 42px; }
  .site-header { --header-height: 60px; }
  .brand { font-size: 17px; gap: 7px; }
  .brand-mark { width: 39px; height: 38px; }
  .brand-mark img { width: 80px; transform: translate(-20px,-10px); }
  .brand small { font-size: 7px; margin-top: 2px; }
  .eyebrow { font-size: 13px; }
  h2 { font-size: 26px; }
  h3 { font-size: 17px; }
  .hero-layout { grid-template-columns: minmax(0,1fr); min-height: 0; padding-block: 28px 190px; gap: 0; position: relative; }
  .hero-scene { inset: auto 0 0; height: 320px; }
  .hero-scene img { object-position: 72% center; }
  .hero::before { background: linear-gradient(180deg,#fffaf5 0%,#fffaf5 42%,#fffaf5e6 54%,transparent 73%); }
  .hero::after { display: none; }
  .hero-scene figcaption { bottom: 14px; right: 12px; }
  .hero-bottom { width: 100%; max-width: none; position: absolute; bottom: 0; left: 0; padding-inline: 20px; border: 0; color: #fffaf5; background: linear-gradient(transparent,#35281f66); text-shadow: 0 1px 3px #35281f66; }
  .consulting-feature { grid-template-columns: 1fr; margin-top: 28px; gap: 28px; }
  .family-scene { height: 260px; }
  .family-scene img { object-position: center 54%; }
  .corporate-feature { gap: 30px; }
  .corporate-scene,.extension-scene { height: 260px; }
  .appointment-section { border-top-right-radius: 50px; }
  .hero-copy h1 { font-size: 34px; margin-block: 14px; line-height: 1.3; }
  .hero-position { font-size: 15px; max-width: none; }
  .hero-description { font-size: 14px; margin-top: 12px; }
  .hero-service-link { font-size: 12px; }
  .actions { gap: 10px; margin-top: 18px; }
  .btn { padding: 9px 14px; gap: 12px; font-size: 13px; min-height: 44px; border-radius: 7px; }
  .hero-bottom { padding-block: 20px 12px; font-size: 10px; gap: 12px; }
  .hero-bottom a { display: none; }
  .business-intro { gap: 12px; }
  .business-intro h2,.corporate-section .business-intro h2 { font-size: 27px; }
  .lead { font-size: 15px; line-height: 1.8; }
  .business-intro .lead { margin-top: 14px; }
  .consulting-body { grid-template-columns: 1fr; gap: 28px; margin-top: 0; }
  .audience ul { font-size: 15px; }
  .service-list a { font-size: 16px; }
  .consulting-process { margin-top: 28px; padding-top: 24px; }
  .consulting-section .steps,.corporate-section .steps { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .steps li + li { padding-top: 14px; border-top: 1px solid var(--line); }
  .steps h3,.corporate-section .steps h3 { font-size: 17px; margin-bottom: 4px; }
  .steps p { font-size: 14px; }
  .consulting-process .steps { gap: 0; margin-top: 22px; }
  .consulting-process .steps h3 { font-size: 17px; margin-bottom: 4px; }
  .corporate-actions { gap: 24px; }
  .corporate-actions .actions { gap: 10px; }
  .extension-copy h2 { font-size: 25px; margin-block: 12px; }
  .extension-copy > p:not(.eyebrow) { font-size: 15px; }
  .method-layout,.faq-layout,.appointment-layout { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 26px; }
  .method-layout .section-heading { margin-bottom: 20px; }
  .method-list { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .method-list article { padding-top: 22px; }
  .values-grid article { grid-template-columns: minmax(0,1fr); gap: 6px; }
  .values-grid h3 { font-size: 17px; }
  .values-grid p { font-size: 15px; }
  .values-section h2 { font-size: 26px; }
  .faq-layout { gap: 0; }
  .faq-list summary { font-size: 15px; padding-block: 16px; }
  .appointment-layout h2 { font-size: 26px; }
  .contact-details { margin-top: 8px; }
  .emergency-note { margin-top: 32px; font-size: 12px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding-bottom: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links a { min-height: 40px; }
  .footer-contact { gap: 10px; }
  .footer-bottom { gap: 10px; }
  .footer-bottom > div { gap: 18px; }
  .detail-hero { padding-block: 20px 36px; }
  .breadcrumb { margin-bottom: 20px; }
  .detail-hero h1 { font-size: 30px; }
  .detail-hero .eyebrow { margin-bottom: 18px; }
  .detail-layout { grid-template-columns: 1fr; gap: 18px; }
  .detail-layout h2 { font-size: 24px; }
  .large-list { font-size: 16px; }
  .detail-entries { grid-template-columns: 1fr; }
  .detail-entries article { padding-block: 18px; }
  .detail-steps { grid-template-columns: 1fr; gap: 0; }
  .detail-steps li { gap: 6px; align-items: flex-start; padding-block: 18px; }
  .detail-steps h3 { font-size: 17px; }
  .boundary-layout h2 { font-size: 24px; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; padding-block: 40px; }
  .legal-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; font-size: 13px; gap: 6px 16px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .legal-content h2 { font-size: 25px; }
  .not-found-page { padding-block: 64px; }
}
@keyframes menu-appear {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes coast-settle {
  from { transform: scale(1.045); }
  to { transform: scale(1); }
}
@keyframes quiet-appear {
  from { opacity: .55; }
  to { opacity: 1; }
}
@keyframes image-unfold {
  from { opacity: .7; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes step-appear {
  from { opacity: .55; transform: translateX(-5px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes coast-settle-mobile {
  from { transform: scale(1.015); }
  to { transform: scale(1); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-scene img.image-ready { animation: coast-settle 1.8s cubic-bezier(.22,1,.36,1) backwards; }
  .hero-copy > * { animation: quiet-appear .65s ease-out backwards; }
  .hero-copy h1 { animation-delay: .08s; }
  .hero-position { animation-delay: .16s; }
  .hero-description { animation-delay: .23s; }
  .hero-copy .actions { animation-delay: .3s; }
  .scene-photo.motion-entered img.image-ready { animation: image-unfold 1.15s cubic-bezier(.22,1,.36,1) backwards; }
  .steps.motion-entered > li,.detail-steps.motion-entered > li { animation: step-appear .6s cubic-bezier(.22,1,.36,1) backwards; }
  .motion-entered > li:nth-child(2) { animation-delay: .075s; }
  .motion-entered > li:nth-child(3) { animation-delay: .15s; }
  .motion-entered > li:nth-child(4) { animation-delay: .225s; }
  .motion-entered > li:nth-child(5) { animation-delay: .3s; }
  @media (max-width: 600px) {
    .hero-scene img.image-ready { animation-name: coast-settle-mobile; animation-duration: 1.4s; }
    .scene-photo.motion-entered img.image-ready { animation-name: quiet-appear; animation-duration: .85s; }
    .steps.motion-entered > li,.detail-steps.motion-entered > li { animation-name: quiet-appear; }
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
  .btn:hover,.btn:hover span,.scene-photo:hover img { transform: none; }
}

/* Dedicated method page: image-led reading, without boxed service cards. */
.method-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--soft); }
.method-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fffcf9f5 0%,#fffcf9e8 29%,#fffcf9ab 49%,#fffcf90a 78%); }
.method-hero .hero-scene img { object-position: center 55%; }
.method-hero-content { min-height: 550px; padding-block: 26px 78px; }
.method-hero .breadcrumb { margin-bottom: 50px; }
.method-hero .eyebrow { margin-bottom: 20px; }
.method-hero h1 { font-size: clamp(32px,3.5vw,50px); line-height: 1.45; margin-bottom: 24px; letter-spacing: -.03em; }
.method-hero-description { max-width: 410px; font-size: 16px; line-height: 1.95; }
.method-inline-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--brand); text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.method-inline-link:hover { color: var(--brand-deep); }
.method-reading { max-width: 1120px; }
.method-introduction .method-reading { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; }
.method-heading h2 { font-size: 30px; line-height: 1.5; }
.method-heading .eyebrow { margin-bottom: 18px; }
.method-intro-copy p { line-height: 1.95; }
.method-intro-copy p + p { margin-top: 18px; }
.method-page .method-list { display: grid; grid-template-columns: minmax(0,1fr); gap: 62px; }
.method-page .method-list article { padding: 0; border: 0; min-width: 0; }
.method-page .method-scene { border-radius: 4px; aspect-ratio: 2.35; }
.method-page .method-scene img { display: block; object-position: center 53%; }
.method-story { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; padding-block: 28px 8px; }
.method-topic { display: block; color: var(--brand); font-size: 13px; margin-bottom: 9px; }
.method-page .method-story h3 { margin-bottom: 0; font-size: 29px; line-height: 1.5; }
.method-story p { margin: 0; line-height: 2; padding-top: 3px; }
.method-perspectives { padding-bottom: 76px; }
.method-closing { background: var(--soft); }
.method-closing h2 { margin-bottom: 20px; font-size: 30px; line-height: 1.5; }
.method-closing .eyebrow { margin-bottom: 18px; }
.method-closing p { max-width: 690px; }
.method-closing .actions { align-items: flex-end; }
.method-page .method-boundary { font-size: 12px; color: var(--muted); margin-top: 26px; }
.method-boundary a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 860px) {
  .method-introduction .method-reading,.method-story { gap: 32px; }
  .method-hero::before { background: linear-gradient(90deg,#fffcf9f5 0%,#fffcf9df 42%,#fffcf945 100%); }
}
@media (max-width: 600px) {
  .method-hero-content { min-height: 510px; padding-block: 16px 190px; }
  .method-hero::before { background: linear-gradient(180deg,#fffcf9 0%,#fffcf9f0 37%,#fffcf99a 60%,#fffcf90a 87%); }
  .method-hero .hero-scene { inset: 165px 0 0; height: auto; }
  .method-hero .breadcrumb { margin-bottom: 25px; font-size: 12px; }
  .method-hero .eyebrow { margin-bottom: 12px; }
  .method-hero h1 { font-size: 30px; margin-bottom: 18px; }
  .method-hero-description { font-size: 14px; max-width: 310px; }
  .method-inline-link { font-size: 13px; }
  .method-introduction .method-reading,.method-story { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .method-heading h2,.method-closing h2 { font-size: 25px; }
  .method-heading .eyebrow { margin-bottom: 12px; }
  .method-intro-copy p,.method-story p { font-size: 14px; line-height: 1.95; }
  .method-page .method-list { gap: 36px; }
  .method-page .method-scene { aspect-ratio: 1.5; }
  .method-story { padding-top: 20px; gap: 10px; }
  .method-page .method-story h3 { font-size: 23px; }
  .method-topic { font-size: 12px; margin-bottom: 7px; }
  .method-perspectives { padding-bottom: 42px; }
}

/* Professional learning: shared brand, readable curriculum, no catalogue framework. */
.training-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--soft); }
.training-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fffcf9fa 0%,#fffcf9f0 26%,#fffcf9cf 44%,#fffcf926 72%); }
.training-hero .hero-scene img { object-position: center 43%; }
.training-hero .hero-scene figcaption { bottom: 14px; right: 20px; color: #fff; text-shadow: 0 1px 3px #241e18; font-size: 9px; }
.training-hero-content { min-height: 590px; padding-block: 28px 72px; }
.training-hero .breadcrumb { margin-bottom: 44px; }
.training-hero .hero-copy { max-width: 535px; }
.training-hero .eyebrow { margin-bottom: 20px; }
.training-hero h1 { font-size: clamp(36px,3.5vw,50px); line-height: 1.48; margin: 0 0 24px; }
.training-subtitle { color: var(--brand); font-size: 19px; }
.training-intro { max-width: 460px; font-size: 16px; line-height: 1.95; }
.training-page .actions { align-items: flex-end; gap: 16px; }
.training-inline-link { display: inline-flex; align-items: center; min-height: 44px; width: fit-content; color: var(--brand); font-size: 14px; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; text-decoration-color: #b78264; transition: color .2s ease,text-decoration-color .2s ease; }
.training-inline-link:hover { color: var(--brand-deep); text-decoration-color: var(--brand-deep); }
.training-jump { display: flex; gap: 36px; padding-block: 13px; border-bottom: 1px solid var(--line); }
.training-jump a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
.training-jump a:hover { text-decoration: underline; text-underline-offset: 6px; }
.training-reading { max-width: 1040px; }
.training-section-heading .eyebrow { margin-bottom: 16px; }
.training-section-heading h2 { font-size: 32px; line-height: 1.5; margin-bottom: 20px; letter-spacing: -.02em; }
.training-section-heading > p:not(.eyebrow) { max-width: 690px; }
.training-introduction .training-reading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }
.training-introduction-copy { padding-top: 4px; }
.training-page .training-note { font-size: 13px; line-height: 1.9; color: var(--muted); }
.training-courses { background: linear-gradient(160deg,#fcf3ec 0%,#fffcf9 75%); }
.training-foundation { margin-top: 36px; padding-block: 26px 36px; border-top: 1px solid #d9c3b3; }
.training-foundation h3 { margin-bottom: 6px; }
.training-subjects { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 32px; margin-top: 20px; }
.training-subjects li { position: relative; padding: 7px 0 7px 16px; font-size: 15px; overflow-wrap: anywhere; }
.training-subjects li::before { content: ""; position: absolute; width: 4px; height: 4px; background: var(--accent); border-radius: 50%; top: 20px; left: 0; }
.training-foundation .training-subjects { grid-template-columns: repeat(3,minmax(0,1fr)); }
.training-course { border-top: 1px solid #d9c3b3; display: grid; grid-template-columns: 1fr 1.8fr; column-gap: 64px; padding-block: 44px; }
.training-course-kicker { color: var(--brand); font-size: 13px; margin-bottom: 12px; }
.training-course-title h3 { font-size: 27px; line-height: 1.6; }
.training-course-title .training-inline-link { margin-top: 16px; }
.training-course-content > p { max-width: 590px; }
.training-course-note { border-top: 1px solid var(--line); padding-top: 22px; }
.training-roles { margin-block: 32px 24px; }
.training-roles > div { display: grid; grid-template-columns: 180px 1fr; gap: 36px; padding-block: 23px; border-top: 1px solid var(--line); }
.training-roles dt { font-size: 19px; color: var(--ink); }
.training-roles dd { max-width: 700px; }
.training-questions { border-top: 1px solid var(--line); }
.training-question { max-width: 780px; margin-block: 30px; }
.training-question h3 { font-size: 19px; margin-bottom: 10px; }
.training-contact { background: var(--soft); }
.training-contact .training-note { margin-block: 20px 10px; max-width: 690px; }
.training-email { overflow-wrap: anywhere; max-width: 100%; }
@media (max-width: 860px) {
  .training-hero::before { background: linear-gradient(90deg,#fffcf9f5 0%,#fffcf9df 40%,#fffcf940 100%); }
  .training-introduction .training-reading { gap: 32px; }
  .training-course { column-gap: 32px; grid-template-columns: 1fr 1.6fr; }
  .training-course-title h3 { font-size: 24px; }
  .training-roles > div { grid-template-columns: 140px 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .training-page .section { padding-block: 42px; }
  .training-hero-content { min-height: 610px; padding-block: 16px 190px; }
  .training-hero::before { background: linear-gradient(180deg,#fffcf9 0%,#fffcf9fa 35%,#fffcf9dd 57%,#fffcf91a 85%); }
  .training-hero .hero-scene { top: 190px; bottom: 0; height: auto; }
  .training-hero .hero-scene img { object-position: 55% center; }
  .training-hero .breadcrumb { margin-bottom: 28px; font-size: 12px; }
  .training-hero .eyebrow { margin-bottom: 12px; }
  .training-hero h1 { font-size: 31px; margin-bottom: 17px; }
  .training-subtitle { font-size: 16px; }
  .training-intro { font-size: 14px; line-height: 1.95; margin-top: 12px; }
  .training-hero .actions { margin-top: 22px; }
  .training-hero .hero-scene figcaption { right: 12px; bottom: 10px; font-size: 8px; }
  .training-inline-link { font-size: 13px; }
  .training-jump { gap: 26px; padding-block: 6px; }
  .training-jump a { font-size: 13px; }
  .training-section-heading h2 { font-size: 25px; margin-bottom: 16px; }
  .training-section-heading .eyebrow { margin-bottom: 12px; }
  .training-introduction .training-reading { grid-template-columns: 1fr; gap: 4px; }
  .training-page .training-note { font-size: 12px; }
  .training-foundation { margin-top: 24px; padding-block: 24px; }
  .training-foundation .training-subjects { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .training-subjects { column-gap: 20px; margin-top: 14px; }
  .training-subjects li { font-size: 13px; line-height: 1.8; padding-left: 12px; }
  .training-subjects li::before { top: 17px; }
  .training-course { grid-template-columns: 1fr; gap: 22px; padding-block: 28px; }
  .training-course-title h3 { font-size: 23px; }
  .training-course-title h3 br { display: none; }
  .training-course-title .training-inline-link { margin-top: 8px; }
  .training-roles > div { grid-template-columns: 1fr; gap: 7px; padding-block: 20px; }
  .training-roles dt { font-size: 17px; }
  .training-question { margin-block: 26px; }
  .training-question h3 { font-size: 17px; }
  .training-contact .actions { gap: 6px 16px; }
}
