:root {
  --ink: #28353a;
  --muted: #657176;
  --paper: #f6f4ee;
  --white: #fffef9;
  --mist: #e8eff0;
  --lake: #607e89;
  --lake-deep: #3f616d;
  --cedar: #9a6d50;
  --cedar-soft: #dbc4ae;
  --moss: #74806d;
  --line: rgba(40, 53, 58, 0.17);
  --shadow: 0 25px 70px rgba(48, 64, 68, 0.13);
  --container: min(1180px, calc(100vw - 96px));
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); line-height: 1.8; overflow-x: hidden; }
body.nav-open, body.dialog-open { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
::selection { color: #fff; background: var(--lake); }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 45px; color: var(--ink); transition: height .3s, background .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 70px; background: rgba(246,244,238,.93); box-shadow: 0 8px 30px rgba(40,53,58,.07); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img, .brand svg { width: 43px; height: 43px; object-fit: contain; }
.brand svg { fill: none; stroke: var(--lake-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: var(--serif); font-size: 16px; font-weight: 600; letter-spacing: .08em; }
.brand small { font-size: 8px; font-weight: 700; letter-spacing: .22em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.site-nav > a:not(.nav-contact) { position: relative; padding: 10px 0; }
.site-nav > a:not(.nav-contact)::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--lake); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.nav-contact):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { display: inline-flex; align-items: center; gap: 21px; padding: 11px 17px 11px 20px; color: #fff; background: var(--lake-deep); border-radius: 999px; transition: transform .2s, background .2s; }
.nav-contact:hover { background: var(--cedar); transform: translateY(-2px); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 820px; height: max(820px,100svh); display: grid; grid-template-rows: minmax(0,1fr) 100px; padding-top: 82px; background: var(--paper); overflow: hidden; }
.hero-rings { position: absolute; top: 7%; left: -12vw; width: 48vw; height: 48vw; opacity: .42; pointer-events: none; }
.hero-rings i { position: absolute; inset: 0; border: 1px solid var(--cedar-soft); border-radius: 50%; }
.hero-rings i:nth-child(2) { inset: 12%; }
.hero-rings i:nth-child(3) { inset: 24%; }
.hero-layout { position: relative; z-index: 1; min-height: 0; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; }
.hero-copy { padding: 25px 5vw 50px max(7vw,calc((100vw - 1180px)/2)); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--lake-deep); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(47px,5.3vw,76px); font-weight: 500; line-height: 1.4; letter-spacing: .025em; }
.hero h1 em { position: relative; color: var(--lake-deep); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; right: 1%; bottom: .05em; left: 1%; height: 6px; background: var(--cedar-soft); border-radius: 50%; z-index: -1; }
.hero-lead { margin: 28px 0 0; color: #4e5d62; font-size: 14px; font-weight: 500; line-height: 2.1; letter-spacing: .04em; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 58px; padding: 0 19px 0 24px; color: #fff; background: var(--lake-deep); border-radius: 2px; font-size: 12px; font-weight: 700; letter-spacing: .05em; transition: transform .2s, background .2s, box-shadow .2s; }
.button span { display: grid; place-items: center; width: 29px; height: 29px; background: rgba(255,255,255,.14); border-radius: 50%; }
.button:hover { background: var(--cedar); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(63,97,109,.2); }
.plain-link { display: inline-flex; gap: 10px; align-items: center; padding: 7px 0 4px; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); }
.plain-link span { transition: transform .2s; }
.plain-link:hover span { transform: translateY(3px); }
.hero-photo { position: relative; align-self: stretch; margin: 0; overflow: hidden; border-radius: 48% 0 0 48% / 55% 0 0 55%; background: var(--mist); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(96,126,137,.09),transparent 40%), linear-gradient(0deg,rgba(40,53,58,.18),transparent 35%); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transform: scale(1.025); }
.hero-photo figcaption { position: absolute; z-index: 2; right: 28px; bottom: 25px; display: grid; gap: 3px; padding: 13px 17px; color: var(--ink); background: rgba(255,254,249,.9); backdrop-filter: blur(8px); }
.hero-photo figcaption span { font-family: var(--serif); font-size: 12px; font-weight: 600; }
.hero-photo figcaption small { font-size: 7px; letter-spacing: .13em; color: var(--muted); }
.hero-foot { position: relative; z-index: 3; width: calc(100% - 12vw); min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 22px; margin: 0 auto; padding: 0 40px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(40,53,58,.08); }
.hero-foot p { display: grid; grid-template-columns: 26px auto; gap: 0 13px; margin: 0; }
.hero-foot p span { grid-row: 1 / 3; align-self: center; color: var(--cedar); font-family: var(--serif); font-size: 13px; }
.hero-foot p strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.hero-foot p small { color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.hero-foot > i { color: var(--cedar-soft); font-style: normal; }

.section { padding: 130px 0; }
.section-head > p { display: flex; align-items: center; gap: 11px; margin: 0; color: var(--cedar); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.section-head > p::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-head h2 { margin: 17px 0 0; font-family: var(--serif); font-size: clamp(38px,4.2vw,58px); font-weight: 500; line-height: 1.55; letter-spacing: .025em; }
.thought { background: var(--white); }
.thought-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 85px; }
.thought-copy { padding-top: 36px; }
.thought-lead { margin: 0 0 25px; font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 2; }
.thought-lead strong { color: var(--lake-deep); font-size: 24px; font-weight: 600; }
.thought-copy > p:last-child { margin: 0; font-size: 13px; line-height: 2.15; }
.values { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values p { display: grid; grid-template-columns: 25px 1fr; gap: 2px 12px; margin: 0; padding: 28px 22px; border-right: 1px solid var(--line); }
.values p:last-child { border: 0; }
.values span { grid-row: 1 / 3; color: var(--cedar); font-family: var(--serif); font-size: 11px; }
.values strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.values small { color: var(--muted); font-size: 9px; }

.concerns { background: var(--mist); }
.concerns-head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 70px; }
.concerns-head > p { grid-column: 1 / -1; }
.concerns-head > span { max-width: 380px; padding-bottom: 14px; color: var(--muted); font-size: 12px; line-height: 2; }
.concern-list { border-top: 1px solid var(--line); }
.concern-row { display: grid; grid-template-columns: 140px 40px 1.2fr .8fr; align-items: center; gap: 25px; min-height: 230px; padding: 32px 20px; border-bottom: 1px solid var(--line); }
.concern-icon { display: grid; place-items: center; width: 128px; height: 128px; overflow: hidden; background: linear-gradient(145deg, rgba(255,254,249,.94), rgba(221,232,232,.78)); border-radius: 43% 57% 51% 49% / 48% 42% 58% 52%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7), 0 16px 30px rgba(63,97,109,.1); }
.concern-row:nth-child(2) .concern-icon { border-radius: 54% 46% 43% 57% / 45% 56% 44% 55%; }
.concern-row:nth-child(3) .concern-icon { border-radius: 47% 53% 58% 42% / 55% 44% 56% 45%; }
.concern-icon svg { width: 100%; height: 100%; }
.concern-art .art-sun { fill: #d6ac83; }
.concern-art .art-hill-back { fill: #a9bab5; }
.concern-art .art-hill-front { fill: var(--moss); }
.concern-art .art-road { fill: #eee5d9; }
.concern-art .art-road-mark { fill: none; stroke: #c99e78; stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 7 8; }
.concern-art .art-ink, .concern-art .art-hair { fill: var(--ink); }
.concern-art .art-paper { fill: var(--white); }
.concern-art .art-window { fill: #bdd3d7; }
.concern-art .art-accent { fill: #d7a06f; }
.concern-art .art-mountain-back { fill: #b8c6c2; }
.concern-art .art-mountain { fill: #708278; }
.concern-art .art-snow { fill: #f7f2e9; }
.concern-art .art-field { fill: #c8b48d; }
.concern-art .art-field-line { fill: none; stroke: rgba(255,254,249,.72); stroke-width: 1.6; }
.concern-art .art-chat-warm, .concern-art .art-chat-tail-warm { fill: #e3c5a8; }
.concern-art .art-chat-cool, .concern-art .art-chat-tail-cool { fill: #bfd1d3; }
.concern-art .art-face { fill: #e8c9ad; }
.concern-art .art-moss { fill: var(--moss); }
.concern-art .art-lake { fill: var(--lake); }
.concern-art .art-cedar { fill: var(--cedar); }
.concern-art .art-table { fill: #79543f; }
.concern-art .art-table-top { fill: #b98560; }
.concern-art .art-mug { fill: var(--white); }
.concern-no { align-self: start; padding-top: 20px; color: var(--cedar); font-family: var(--serif); font-size: 12px; }
.concern-title small { color: var(--lake-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.concern-title h3 { margin: 9px 0 0; font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.7; }
.concern-row > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.example-note { margin: 15px 0 0; text-align: right; color: var(--muted); font-size: 9px; }

.approach { background: var(--paper); }
.approach-head { text-align: center; }
.approach-head > p { justify-content: center; }
.approach-path { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 55px; margin-top: 80px; padding: 0 45px; }
.path-line { position: absolute; z-index: 0; top: 5px; left: 4%; width: 92%; height: 190px; fill: none; stroke: var(--cedar-soft); stroke-width: 2; stroke-dasharray: 5 8; }
.approach-path article { position: relative; z-index: 1; text-align: center; }
.approach-path article > span { display: grid; place-items: center; width: 82px; height: 82px; margin: 0 auto 28px; color: #fff; background: var(--lake-deep); border: 9px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--cedar-soft); font-family: var(--serif); font-size: 14px; }
.approach-path article:nth-child(3) > span { background: var(--cedar); }
.approach-path small { color: var(--cedar); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.approach-path h3 { margin: 7px 0 14px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.approach-path p { max-width: 260px; margin: 0 auto; color: var(--muted); font-size: 11px; }
.approach-note { display: grid; justify-items: center; margin-top: 85px; padding: 42px 25px; text-align: center; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach-note p { margin: 0 0 5px; color: var(--muted); font-size: 13px; }
.approach-note strong { font-family: var(--serif); font-size: clamp(22px,2.5vw,32px); font-weight: 600; }
.approach-note small { margin-top: 20px; color: var(--muted); font-size: 9px; }

.contact { position: relative; padding: 130px 0; background: #dfe8e8; overflow: hidden; }
.contact-leaf { position: absolute; right: -110px; bottom: -120px; width: 470px; height: 470px; opacity: .17; transform: rotate(-20deg); }
.contact-leaf::before { content: ""; position: absolute; top: 10%; left: 50%; width: 1px; height: 75%; background: var(--lake-deep); transform: rotate(35deg); }
.contact-leaf i { position: absolute; width: 50%; height: 26%; border: 1px solid var(--lake-deep); border-radius: 100% 0 100% 0; }
.contact-leaf i:first-child { top: 26%; left: 17%; transform: rotate(15deg); }
.contact-leaf i:last-child { top: 48%; right: 8%; transform: rotate(200deg); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.contact-label { margin: 0 0 17px; color: var(--cedar); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.contact-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(39px,4.2vw,57px); font-weight: 500; line-height: 1.55; }
.contact-intro > p:not(.contact-label) { margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.recipient { display: grid; gap: 7px; margin-top: 39px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recipient span { color: var(--cedar); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.recipient strong { font-family: var(--serif); font-size: clamp(17px,1.7vw,23px); font-weight: 600; }
.contact-form { display: grid; gap: 24px; padding: 40px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.contact-form em { margin-left: 5px; padding: 2px 5px; color: #fff; background: var(--cedar); font-size: 7px; font-style: normal; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; color: var(--ink); background: #f9f8f3; border: 1px solid rgba(40,53,58,.19); border-radius: 2px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form input,.contact-form select { height: 51px; padding: 0 14px; }
.contact-form textarea { min-height: 145px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { background: #fff; border-color: var(--lake); box-shadow: 0 0 0 3px rgba(96,126,137,.11); }
.contact-form ::placeholder { color: rgba(40,53,58,.36); }
.form-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-bottom p { max-width: 310px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.form-bottom p span { color: var(--cedar); }
.form-bottom button { min-height: 55px; display: inline-flex; align-items: center; gap: 25px; padding: 0 18px 0 22px; color: #fff; background: var(--lake-deep); border: 0; border-radius: 2px; font-size: 11px; font-weight: 700; transition: transform .2s, background .2s; }
.form-bottom button:hover { background: var(--cedar); transform: translateY(-2px); }
.form-bottom button span { font-size: 16px; }
.form-status { min-height: 0; margin: -11px 0 0; color: var(--lake-deep); font-size: 9px; }

.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.9); background: #35454a; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 60px; align-items: start; }
.footer-brand svg { stroke: #d6e1e2; }
.footer-brand small { color: rgba(255,255,255,.55); }
.footer-grid > p { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.8; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; font-size: 10px; color: rgba(255,255,255,.65); }
.footer-grid nav a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; margin-top: 65px !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font: 700 8px/1 var(--sans) !important; letter-spacing: .12em; color: rgba(255,255,255,.38); }

.demo-dialog { width: min(520px,calc(100% - 32px)); padding: 48px 42px 38px; color: var(--ink); background: var(--white); border: 0; border-radius: 3px; box-shadow: 0 30px 80px rgba(40,53,58,.35); text-align: center; }
.demo-dialog::backdrop { background: rgba(48,72,80,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 13px; right: 15px; width: 36px; height: 36px; color: var(--ink); background: none; border: 0; font-size: 26px; font-weight: 300; }
.dialog-icon { display: grid; place-items: center; width: 65px; height: 65px; margin: 0 auto 17px; color: #fff; background: var(--lake); border-radius: 50%; font-size: 25px; }
.dialog-label { margin: 0; color: var(--cedar); font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.demo-dialog h2 { margin: 8px 0 15px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.demo-dialog > p:not(.dialog-label) { margin: 0 0 26px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.dialog-back { padding: 13px 25px; color: #fff; background: var(--lake-deep); border: 0; border-radius: 2px; font-size: 11px; font-weight: 700; }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s cubic-bezier(.22,1,.36,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --container: min(920px,calc(100vw - 56px)); }
  .site-header { padding-inline: 28px; }
  .site-nav { gap: 20px; }
  .hero-copy { padding-left: 5vw; }
  .hero h1 { font-size: clamp(43px,5vw,61px); }
  .hero-foot { right: 3vw; left: 3vw; padding-inline: 27px; }
  .concern-row { grid-template-columns: 120px 30px 1.15fr .85fr; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 40px); }
  html { scroll-padding-top: 68px; }
  .site-header,.site-header.is-scrolled { height: 68px; padding-inline: 20px; }
  .brand svg { width: 37px; height: 37px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 7px; }
  .nav-toggle { position: relative; z-index: 2; width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
  .nav-toggle > span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; transition: .25s; }
  .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 100px 32px 45px; color: #fff; background: var(--lake-deep); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: .3s; }
  .nav-open .site-nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-open .site-header { color: #fff; background: transparent; box-shadow: none; }
  .nav-open .brand svg { stroke: #fff; }
  .nav-open .brand small { color: rgba(255,255,255,.6); }
  .site-nav > a:not(.nav-contact) { padding: 18px 3px; font-family: var(--serif); font-size: 22px; border-bottom: 1px solid rgba(255,255,255,.17); }
  .site-nav > a:not(.nav-contact)::after { display: none; }
  .nav-contact { margin-top: 30px; justify-content: space-between; color: var(--ink); background: var(--white); border-radius: 2px; }
  .hero { min-height: 980px; height: auto; display: block; padding-top: 68px; }
  .hero-layout { min-height: 0; height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 40px 65px; }
  .hero h1 { font-size: clamp(42px,8vw,58px); }
  .hero-photo { height: 480px; margin-left: 9vw; border-radius: 48% 0 0 0 / 38% 0 0 0; }
  .hero-foot { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr 1fr 1fr; gap: 0; min-height: 105px; margin: -1px 20px 0; padding: 0; box-shadow: none; }
  .hero-foot > i { display: none; }
  .hero-foot p { grid-template-columns: 22px auto; padding: 0 15px; border-right: 1px solid var(--line); }
  .hero-foot p:last-child { border: 0; }
  .hero-foot p small { display: none; }
  .section { padding: 95px 0; }
  .thought-grid { grid-template-columns: 1fr; gap: 30px; }
  .thought-copy { padding-top: 0; }
  .values { grid-column: 1; grid-template-columns: 1fr 1fr; }
  .values p:nth-child(2) { border-right: 0; }
  .values p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .concerns-head { display: block; }
  .concerns-head > span { display: block; margin-top: 25px; }
  .concern-row { grid-template-columns: 110px 28px 1fr; gap: 17px; }
  .concern-row > p { grid-column: 3; }
  .concern-icon { width: 100px; height: 100px; }
  .concern-icon svg { width: 100%; }
  .approach-path { gap: 20px; padding-inline: 0; }
  .path-line { left: 1%; width: 98%; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  :root { --container: calc(100% - 32px); }
  .site-header,.site-header.is-scrolled { padding-inline: 15px; }
  .hero { min-height: 900px; }
  .hero-copy { padding: 56px 22px 50px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(37px,10.8vw,49px); line-height: 1.45; }
  .hero h1 em { white-space: normal; }
  .hero-lead { font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-photo { height: 365px; margin-left: 7vw; }
  .hero-photo figcaption { right: 12px; bottom: 12px; padding: 10px 12px; }
  .hero-photo figcaption span { font-size: 10px; }
  .hero-foot { margin-inline: 12px; min-height: 90px; }
  .hero-foot p { grid-template-columns: 1fr; justify-items: center; gap: 2px; padding: 10px 5px; text-align: center; }
  .hero-foot p span { grid-row: auto; font-size: 9px; }
  .hero-foot p strong { font-size: 15px; }
  .section { padding: 76px 0; }
  .section-head h2 { font-size: 32px; }
  .thought-lead { font-size: 16px; }
  .thought-lead strong { font-size: 20px; }
  .values { grid-template-columns: 1fr; }
  .values p { border-right: 0; border-bottom: 1px solid var(--line); }
  .values p:last-child { border-bottom: 0; }
  .concerns-head { margin-bottom: 48px; }
  .concern-row { grid-template-columns: 78px 20px 1fr; gap: 11px; min-height: 0; padding: 28px 4px; }
  .concern-icon { width: 72px; height: 72px; }
  .concern-icon svg { width: 100%; }
  .concern-title h3 { font-size: 18px; }
  .concern-row > p { font-size: 10px; }
  .approach-path { grid-template-columns: 1fr; gap: 0; margin-top: 55px; }
  .path-line { top: 30px; bottom: 30px; left: 40px; width: 100px; height: calc(100% - 60px); transform: rotate(90deg); transform-origin: top left; }
  .approach-path article { display: grid; grid-template-columns: 82px 1fr; gap: 22px; padding-bottom: 37px; text-align: left; }
  .approach-path article > span { margin: 0; }
  .approach-path article > div { padding-top: 8px; }
  .approach-path p { margin: 0; }
  .approach-note { margin-top: 35px; }
  .contact { padding: 76px 0; }
  .contact-intro h2 { font-size: 34px; }
  .contact-form { gap: 21px; padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .form-bottom { align-items: stretch; flex-direction: column; }
  .form-bottom button { justify-content: space-between; }
  .site-footer { padding-top: 55px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid nav { grid-column: 1; }
  .copyright { grid-column: 1; margin-top: 25px !important; }
  .demo-dialog { padding: 43px 22px 30px; }
  .demo-dialog h2 { font-size: 23px; }
}

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