:root {
  --ink: #252527;
  --muted: #66645f;
  --ivory: #fbf8f2;
  --paper: #fffdf9;
  --line: #e8e2d9;
  --orange: #f08b36;
  --orange-soft: #ffd6b4;
  --green: #10c85a;
  --mint: #dff2c4;
  --blue: #ddecf1;
  --pink: #f7d9dd;
  --beige: #f4e4cd;
  --shadow: 0 24px 60px rgba(52, 44, 35, .11);
  --content: min(1180px, calc(100vw - 48px));
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; padding: 12px 18px; background: #fff; border-radius: 12px; }
.skip-link:focus { top: 16px; }
.wrap { width: var(--content); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 253, 249, .86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 226, 217, .55);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(40, 35, 30, .08); background: rgba(255, 253, 249, .96); }
.header-inner { width: min(1280px, calc(100vw - 48px)); height: 82px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { margin-right: auto; display: flex; align-items: center; gap: 11px; background: transparent; }
.brand .brand-mark { width: 49px; height: 43px; flex: 0 0 auto; object-fit: contain; }
.brand-copy { min-width: 0; display: flex; flex-direction: column; line-height: 1; white-space: nowrap; }
.brand-copy strong { color: #343437; font-size: .98rem; font-weight: 900; letter-spacing: .025em; }
.brand-copy small { margin-top: 7px; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .19em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: .92rem; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-entry { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border-radius: 999px; background: var(--green); color: #fff; font-weight: 800; box-shadow: 0 10px 26px rgba(16, 200, 90, .2); }
.menu-button { width: 48px; height: 48px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; background: var(--ink); transition: .25s ease; }
.menu-button span { margin: 5px 0; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 82px 0 0; z-index: 95; display: none; padding: 36px 24px; background: rgba(255, 253, 249, .98); }
.mobile-menu.is-open { display: block; }
.mobile-menu nav { display: grid; gap: 6px; }
.mobile-menu a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1.12rem; font-weight: 800; }
.mobile-menu .header-entry { margin-top: 26px; border: 0; }

.hero { min-height: 820px; padding: 142px 0 92px; position: relative; isolation: isolate; background: linear-gradient(180deg, #fffdf9 0%, #fcf8f1 73%, #fff 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; left: -5%; right: -5%; bottom: -62px; height: 155px; background: #fff; border-radius: 50% 50% 0 0 / 55% 55% 0 0; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.22fr; align-items: center; gap: 30px; }
.hero-copy { position: relative; z-index: 4; padding-top: 20px; }
.hero-title { margin: 0; font-size: clamp(4rem, 7vw, 7.7rem); line-height: .85; letter-spacing: -.075em; font-weight: 950; }
.hero-title .rainbow { letter-spacing: -.07em; }
.rainbow span:nth-child(1) { color: #ef7450; }
.rainbow span:nth-child(2) { color: #f39e44; }
.rainbow span:nth-child(3) { color: #b2bf69; }
.rainbow span:nth-child(4) { color: #78c3c7; }
.hero-lead { margin: 30px 0 12px; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 900; letter-spacing: .05em; }
.hero-text { max-width: 470px; margin: 0; color: var(--muted); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #cbc4ba; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(40, 35, 30, .1); }
.button.primary { border-color: var(--green); background: var(--green); color: #fff; }
.button.dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.hero-visual { position: relative; min-height: 620px; }
.hero-photo { position: absolute; inset: 20px 0 30px 0; overflow: hidden; border-radius: 43% 57% 45% 55% / 45% 37% 63% 55%; box-shadow: var(--shadow); }
.hero-photo img { height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; }
.hand-note { position: absolute; z-index: 4; right: -22px; top: 28px; font-family: cursive; font-size: 1.15rem; line-height: 1.55; transform: rotate(-6deg); }
.scroll-note { position: absolute; left: 24px; bottom: 62px; font-size: .68rem; letter-spacing: .22em; writing-mode: vertical-rl; }

.orb { position: absolute; z-index: 3; border-radius: 50%; filter: saturate(.88); box-shadow: inset -12px -14px 25px rgba(255,255,255,.38), inset 8px 8px 24px rgba(255,255,255,.85), 0 16px 36px rgba(66,54,40,.09); animation: float 10s ease-in-out infinite; transform: translate3d(var(--pointer-x, 0), calc(var(--scroll-y, 0px) + var(--pointer-y, 0px)), 0); }
.orb.mint { width: 100px; height: 100px; left: -10px; top: 42px; background: radial-gradient(circle at 32% 25%, #fff 0, rgba(255,255,255,.6) 15%, var(--mint) 66%, #bfdc9b 100%); }
.orb.blue { width: 185px; height: 185px; right: 4%; bottom: 40px; background: radial-gradient(circle at 30% 25%, #fff 0, rgba(255,255,255,.55) 16%, var(--blue) 65%, #c0d4df 100%); animation-delay: -4s; }
.orb.pink { width: 92px; height: 92px; right: -4%; top: 94px; background: radial-gradient(circle at 30% 25%, #fff 0, rgba(255,255,255,.55) 16%, var(--pink) 68%, #ebbbc3 100%); animation-delay: -6s; }
.orb.orange { width: 128px; height: 128px; right: -3%; bottom: -18px; background: radial-gradient(circle at 30% 25%, #fff 0, rgba(255,255,255,.5) 16%, #ffe0ba 67%, #f4ba6f 100%); animation-delay: -2s; }
@keyframes float { 0%,100% { margin-top: -8px; } 50% { margin-top: 14px; } }

.ticker { position: relative; z-index: 5; overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.9); }
.ticker-track { width: max-content; display: flex; gap: 52px; padding: 18px 0; animation: marquee 30s linear infinite; font-weight: 800; white-space: nowrap; }
.ticker-track span::before { content: "●"; margin-right: 48px; color: var(--orange); font-size: .65em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 135px 0; }
.section.soft { background: var(--ivory); }
.section-head { margin-bottom: 54px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.section-title { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.8rem); line-height: 1.18; letter-spacing: -.04em; font-weight: 950; }
.section-subtitle { margin: 10px 0 0; font-size: 1.15rem; font-weight: 850; }
.body-copy { max-width: 620px; color: var(--muted); font-size: 1.02rem; }

.floating-stats { padding: 85px 0 35px; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; align-items: center; }
.stat { min-height: 180px; padding: 28px 22px; display: grid; place-items: center; align-content: center; text-align: center; border-radius: 47% 53% 54% 46% / 46% 44% 56% 54%; background: var(--stat-bg, var(--ivory)); box-shadow: var(--shadow); }
.stat:nth-child(2), .stat:nth-child(4) { margin-top: 70px; }
.stat strong { display: block; font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1; font-weight: 950; }
.stat span { margin-top: 12px; color: var(--muted); font-size: .9rem; }

.about-layout, .people-layout, .work-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.organic-photo { position: relative; overflow: hidden; min-height: 480px; border-radius: 38% 62% 42% 58% / 52% 39% 61% 48%; box-shadow: var(--shadow); }
.organic-photo img { height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; }
.floating-label { position: absolute; z-index: 4; min-width: 210px; min-height: 150px; padding: 28px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: rgba(223,242,196,.93); box-shadow: var(--shadow); font-size: 1.65rem; font-weight: 950; line-height: 1.1; }
.about-photo .floating-label { top: -22px; right: -18px; }
.mini-note { display: block; margin-top: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }

.people-layout { grid-template-columns: .72fr 1.28fr; }
.people-photo { min-height: 520px; }
.people-photo img { object-position: center top; }
.quote-bubble { position: absolute; z-index: 5; top: 8%; right: -4%; max-width: 200px; padding: 24px 28px; border-radius: 55% 45% 54% 46% / 42% 48% 52% 58%; background: rgba(255,255,255,.94); box-shadow: var(--shadow); font-family: cursive; transform: rotate(5deg); }
.person-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.person-card { position: relative; min-height: 265px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(232,226,217,.8); border-radius: 30px; background: linear-gradient(145deg, #fff 0%, #f7f0e5 100%); box-shadow: 0 16px 38px rgba(40,35,30,.06); transition: transform .25s ease, box-shadow .25s ease; }
.person-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.person-card:nth-child(2) { margin-top: 34px; }
.person-card .role { color: var(--orange); font-size: .78rem; font-weight: 900; }
.person-card strong { font-size: 1.2rem; }
.person-card p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.play { position: absolute; inset: 26px 26px auto auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 12px 24px rgba(40,35,30,.12); color: var(--orange); }

.work-collage { position: relative; min-height: 640px; }
.work-photo { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.work-photo img { height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; }
.work-photo.one { inset: 0 24% 25% 0; border-radius: 42px 120px 42px 92px; }
.work-photo.two { width: 48%; height: 48%; right: 0; bottom: 0; border: 9px solid #fff; border-radius: 55px 32px 55px 32px; }
.job-bubbles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.job-chip { padding: 20px 22px; border-radius: 26px; background: var(--chip); transition: transform .22s ease; }
.job-chip:hover { transform: translateY(-4px) rotate(-1deg); }
.job-chip small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .12em; }
.job-chip strong { font-size: 1.15rem; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.reason { min-height: 315px; padding: 34px 26px; border-radius: 42% 58% 44% 56% / 51% 42% 58% 49%; background: var(--reason-bg); box-shadow: inset 0 0 34px rgba(255,255,255,.65), var(--shadow); transition: transform .25s ease; }
.reason:nth-child(even) { margin-top: 55px; }
.reason:hover { transform: translateY(-7px) rotate(1deg); }
.reason .number { color: var(--orange); font-size: .76rem; font-weight: 950; letter-spacing: .18em; }
.reason h3 { margin: 32px 0 10px; font-size: 1.35rem; }
.reason p { margin: 0; color: var(--muted); font-size: .9rem; }

.culture-shell { position: relative; min-height: 570px; display: grid; place-items: center; }
.culture-core { position: relative; z-index: 2; width: min(470px, 84vw); aspect-ratio: 1; padding: 70px; display: grid; place-items: center; align-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.98), rgba(221,236,241,.8) 48%, rgba(185,214,226,.85)); box-shadow: inset -18px -20px 38px rgba(255,255,255,.45), 0 35px 80px rgba(81,115,127,.15); }
.culture-core h2 { margin: 8px 0; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: 1; }
.culture-core p { max-width: 330px; margin: 12px 0 0; color: var(--muted); font-size: .92rem; }
.value-orb { position: absolute; z-index: 3; width: 150px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--orb-bg); box-shadow: var(--shadow); font-weight: 900; animation: float 9s ease-in-out infinite; }
.value-orb.v1 { left: 8%; top: 13%; }
.value-orb.v2 { right: 7%; top: 21%; animation-delay: -3s; }
.value-orb.v3 { right: 19%; bottom: 3%; animation-delay: -6s; }

.area-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; }
.area-card { position: relative; min-height: 490px; overflow: hidden; border-radius: 38px; box-shadow: var(--shadow); }
.area-card img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.area-card:hover img { transform: scale(1.035); }
.area-overlay { position: absolute; inset: auto 0 0; padding: 70px 34px 30px; color: #fff; background: linear-gradient(transparent, rgba(25,24,23,.76)); }
.area-overlay span { color: #fff5e9; font-size: .78rem; letter-spacing: .18em; }
.area-overlay strong { display: block; font-size: 2rem; }

.entry { padding: 100px 0 120px; background: #fff; }
.entry-shell { position: relative; min-height: 390px; padding: 78px 8%; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, #e5f4d8 0%, #fbfdf8 58%, #edf7e8 100%); }
.entry-shell h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(2.7rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.05em; }
.entry-shell h3 { position: relative; z-index: 2; margin: 25px 0 8px; font-size: clamp(1.4rem, 2.5vw, 2.3rem); }
.entry-shell p, .entry-shell .entry-actions { position: relative; z-index: 2; }
.entry-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.entry-orb { position: absolute; border-radius: 50%; opacity: .8; filter: blur(.2px); }
.entry-orb.e1 { width: 170px; height: 170px; left: -45px; bottom: -30px; background: rgba(197,231,169,.72); }
.entry-orb.e2 { width: 100px; height: 100px; right: 8%; top: -25px; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.35); box-shadow: inset 10px 10px 22px rgba(255,255,255,.88), inset -10px -10px 24px rgba(158,196,145,.14), 0 18px 40px rgba(56,84,51,.12); }
.entry-orb.e3 { width: 80px; height: 80px; right: 1%; bottom: 8%; background: rgba(216,239,199,.65); }

.site-footer { padding: 72px 0 28px; background: #f7f4ee; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 45px; }
.footer-logo-lockup { display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; background: transparent; }
.footer-logo-lockup > img { width: 51px; height: 45px; flex: 0 0 auto; object-fit: contain; }
.footer-logo-lockup > span { min-width: 0; display: flex; flex-direction: column; line-height: 1; white-space: nowrap; }
.footer-logo-lockup strong { color: #343437; font-size: 1rem; font-weight: 900; letter-spacing: .02em; }
.footer-logo-lockup small { margin-top: 8px; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .18em; }
.footer-brand p { max-width: 360px; color: var(--muted); font-size: .9rem; }
.footer-col h3 { margin: 0 0 14px; font-size: .92rem; }
.footer-col a { display: block; padding: 3px 0; color: var(--muted); font-size: .9rem; }
.copyright { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #8c8880; font-size: .78rem; }

[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.page-hero { position: relative; min-height: 760px; padding: 150px 0 94px; overflow: hidden; isolation: isolate; background: linear-gradient(155deg, #fff 0%, #fafcf8 62%, #f1f8ed 100%); }
.page-hero::before { content: ""; position: absolute; z-index: -1; width: 680px; height: 680px; right: -180px; top: 35px; border-radius: 50%; background: radial-gradient(circle, rgba(223,242,196,.64), rgba(255,255,255,0) 68%); }
.page-hero::after { content: ""; position: absolute; z-index: -1; left: -8%; right: -8%; bottom: -100px; height: 180px; border-radius: 50% 50% 0 0 / 70% 70% 0 0; background: #fff; }
.page-hero-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 58px; align-items: center; }
.page-hero-copy { position: relative; z-index: 6; }
.page-hero h1 { max-width: 700px; margin: 12px 0 24px; display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(3rem, 4.2vw, 4.4rem); line-height: 1.12; letter-spacing: -.055em; }
.page-hero h1 span { display: block; white-space: nowrap; }
.page-hero p { max-width: 650px; color: var(--muted); }
.page-hero-note { margin-top: 34px; font-family: cursive; font-size: 1.18rem; color: #4e4b46 !important; transform: rotate(-2deg); }
.hero-collage { position: relative; min-height: 540px; }
.hero-collage-main, .hero-collage-small, .hero-collage-tiny { position: absolute; overflow: hidden; box-shadow: var(--shadow); }
.hero-collage-main { inset: 18px 5% 34px 4%; border-radius: 8px; }
.hero-collage-small { z-index: 4; width: 42%; height: 39%; right: -2%; bottom: -4%; border: 8px solid rgba(255,255,255,.95); border-radius: 6px; }
.hero-collage-tiny { z-index: 5; width: 29%; height: 27%; left: -4%; top: -3%; border: 7px solid rgba(255,255,255,.95); border-radius: 6px; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; transform-origin: center top; }
.hero-collage-main img,
.hero-collage-tiny img { object-position: center top; }
.hero-collage-small img { object-position: center center; }
.page-orb { position: absolute; z-index: 3; display: grid; place-items: center; border-radius: 50%; box-shadow: inset 8px 8px 22px rgba(255,255,255,.86), inset -12px -12px 26px rgba(255,255,255,.35), 0 18px 42px rgba(49,43,35,.1); animation: float 9s ease-in-out infinite; font-size: .69rem; font-weight: 850; letter-spacing: .16em; text-align: center; }
.page-orb.po1 { width: 104px; height: 104px; right: 8%; top: -8px; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.42); box-shadow: inset 10px 10px 22px rgba(255,255,255,.92), inset -12px -12px 24px rgba(139,184,126,.13), 0 18px 42px rgba(49,74,45,.1); }
.page-orb.po2 { width: 138px; height: 138px; left: 0; bottom: -12px; background: radial-gradient(circle at 32% 26%, #fff, #e9f7dd 64%, #c8e3b3); animation-delay: -4s; }
.page-orb.po3 { width: 78px; height: 78px; right: -2%; top: 37%; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.38); box-shadow: inset 8px 8px 20px rgba(255,255,255,.9), inset -10px -10px 22px rgba(139,184,126,.12), 0 18px 38px rgba(49,74,45,.09); animation-delay: -6s; }
.subnav { position: sticky; top: 82px; z-index: 60; padding: 14px 0; border-block: 1px solid var(--line); background: rgba(255,253,249,.93); backdrop-filter: blur(12px); }
.subnav-inner { width: var(--content); margin: auto; display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.subnav a { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.subnav a.active { background: var(--ink); color: #fff; }
.detail-section[id] { scroll-margin-top: 150px; }
.detail-section { padding: 100px 0; }
.detail-section.dark { background: var(--ink); color: #fff; }
.job-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.job-detail + .job-detail { margin-top: 120px; }
.job-detail.reverse .detail-media { order: 2; }
.detail-media { position: relative; min-height: 520px; }
.detail-media > img { height: 100%; min-height: 520px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); transform-origin: center top; }
#judo .detail-media > img,
#reception .detail-media > img { object-position: center top; }
#acupuncture .detail-media > img { object-position: center center; }
.detail-copy h2 { margin: 8px 0 18px; font-size: clamp(2rem, 3.8vw, 3.6rem); line-height: 1.2; }
.detail-copy p { color: var(--muted); }
.dark .detail-copy p { color: #c8c5c0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 13px; border-radius: 999px; background: #fff0dc; color: #c96f20; font-size: .82rem; font-weight: 850; }
.detail-list { padding-left: 1.2em; color: var(--muted); }
.dark .detail-list { color: #d0ccc6; }
.job-support { padding: 120px 0 130px; scroll-margin-top: 150px; background: linear-gradient(150deg, #f3f9ee 0%, #fff 52%, #f7faf4 100%); }
.job-support-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.job-support-head h2 { margin: 10px 0 0; font-size: clamp(2.5rem, 4.5vw, 4.7rem); line-height: 1.18; letter-spacing: -.055em; }
.job-support-head > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.job-support-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.job-support-grid article { min-height: 270px; padding: 30px 28px; border: 1px solid #dce8d7; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 18px 42px rgba(47,70,45,.07); transition: transform .35s ease, box-shadow .35s ease; }
.job-support-grid article:hover { transform: translateY(-7px); box-shadow: 0 25px 54px rgba(47,70,45,.12); }
.job-support-grid span { color: #248345; font-size: .68rem; font-weight: 950; letter-spacing: .14em; }
.job-support-grid h3 { margin: 40px 0 12px; font-size: 1.28rem; line-height: 1.5; }
.job-support-grid p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.job-support-path { margin-top: 20px; padding: 30px 34px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: center; border-radius: 12px; background: #263129; color: #fff; }
.job-support-path strong { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.55; }
.job-support-path p { margin: 0; color: #d6ded6; font-size: 1rem; line-height: 1.85; }
.career-grid, .clinic-grid, .people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.career-card, .clinic-card, .interview-card { border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 16px 35px rgba(40,35,30,.05); }
.clinic-card, .interview-card { padding: 28px; }
.career-card { overflow: hidden; display: flex; flex-direction: column; color: var(--ink); transition: transform .45s ease, box-shadow .45s ease; }
.career-card:hover { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(0,0,0,.14); }
.career-card__media { overflow: hidden; aspect-ratio: 3 / 2; background: #eef2ec; }
.career-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform-origin: center top; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.career-card:hover .career-card__media img { transform: scale(1.045); }
.career-card__body { flex: 1; padding: 24px 26px 28px; }
.career-card .num { color: var(--orange); font-weight: 950; }
.career-card h3 { margin: 12px 0 8px; color: var(--ink); }
.career-card p, .clinic-card p, .interview-card p { color: var(--muted); font-size: .9rem; }
.clinic-grid { grid-template-columns: repeat(2, 1fr); }
.clinic-card { overflow: hidden; padding: 0; }
.clinic-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.clinic-card div { padding: 25px; }
.requirements-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.requirements-table th, .requirements-table td { padding: 24px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.requirements-table th { width: 25%; color: #d97620; }
.regional-values { display: grid; gap: 7px; }
.regional-values > div { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 12px; }
.regional-values strong { color: var(--ink); }
.requirement-note { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; }
.people-grid { grid-template-columns: repeat(3, 1fr); }
.interview-card { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(145deg, #edf7e8, #fff); }
.interview-card:nth-child(2) { margin-top: 32px; }
.interview-card .coming { align-self: flex-start; margin-bottom: auto; padding: 6px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .75rem; }

@media (max-width: 1080px) {
  :root { --content: min(100% - 34px, 720px); }
  .desktop-nav { display: none; }
  .header-entry.desktop { display: none; }
  .menu-button { display: grid; }
  .header-inner { width: min(100% - 32px, 900px); height: 74px; }
  .brand .brand-mark { width: 44px; height: 39px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .61rem; }
  .mobile-menu { inset-block-start: 74px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid, .about-layout, .people-layout, .work-layout, .job-detail { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 3vw; }
  .hero-visual { min-height: 530px; }
  .hero-photo { inset: 25px 0 20px 5%; }
  .hero-title { font-size: clamp(4.1rem, 15vw, 6.5rem); }
  .stats-grid, .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2), .stat:nth-child(4), .reason:nth-child(even) { margin-top: 0; }
  .person-cards, .people-grid { grid-template-columns: 1fr 1fr; }
  .person-card:nth-child(2), .interview-card:nth-child(2) { margin-top: 0; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .job-detail.reverse .detail-media { order: initial; }
  .page-hero { min-height: auto; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-hero-copy { padding-inline: 3vw; }
  .page-hero h1 { width: 100%; font-size: clamp(3.2rem, 8vw, 4.4rem); }
  .hero-collage { width: min(720px, 100%); margin-inline: auto; }
  .job-support-head { grid-template-columns: 1fr; gap: 22px; }
  .job-support-head > p { max-width: 680px; }
  .job-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 28px); --radius: 26px; }
  .site-header { background: rgba(255,253,249,.95); }
  .header-inner { width: calc(100% - 26px); }
  .brand { gap: 8px; }
  .brand .brand-mark { width: 38px; height: 34px; }
  .brand-copy strong { font-size: .78rem; letter-spacing: 0; }
  .brand-copy small { margin-top: 5px; font-size: .53rem; letter-spacing: .14em; }
  .hero { padding: 108px 0 64px; }
  .hero-copy { padding: 0; }
  .hero-title { font-size: clamp(3.65rem, 21vw, 5.1rem); }
  .hero-lead { font-size: 1.28rem; }
  .hero-text { font-size: .96rem; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-visual { min-height: 440px; margin-top: 22px; }
  .hero-photo { inset: 20px 2px 20px; border-radius: 34% 66% 42% 58% / 46% 35% 65% 54%; }
  .hand-note { display: none; }
  .orb.mint { width: 70px; height: 70px; left: -15px; }
  .orb.blue { width: 110px; height: 110px; }
  .orb.pink { width: 65px; height: 65px; right: -12px; }
  .section { padding: 90px 0; }
  .section-head { margin-bottom: 34px; }
  .section-title { font-size: 2.45rem; }
  .floating-stats { padding-top: 65px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat { min-height: 140px; padding: 20px 12px; }
  .stat strong { font-size: 2rem; }
  .about-layout, .people-layout, .work-layout { gap: 42px; }
  .organic-photo, .people-photo { min-height: 370px; }
  .floating-label { min-width: 150px; min-height: 115px; font-size: 1.22rem; }
  .person-cards, .people-grid, .reason-grid, .career-grid, .clinic-grid { grid-template-columns: 1fr; }
  .career-card__media { aspect-ratio: 16 / 10; }
  .person-card { min-height: 210px; }
  .work-collage { min-height: 480px; }
  .job-bubbles { grid-template-columns: 1fr; }
  .reason { min-height: 250px; }
  .culture-shell { min-height: 600px; }
  .culture-core { padding: 45px; }
  .value-orb { width: 110px; font-size: .9rem; }
  .value-orb.v1 { left: 1%; top: 4%; }
  .value-orb.v2 { right: 0; top: 18%; }
  .value-orb.v3 { right: 10%; bottom: 1%; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 370px; }
  .entry { padding: 70px 0 90px; }
  .entry-shell { min-height: 470px; padding: 60px 22px; border-radius: 42px; }
  .entry-shell h2 { font-size: 3.15rem; }
  .entry-actions { width: 100%; }
  .entry-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-logo-lockup { gap: 9px; }
  .footer-logo-lockup > img { width: 42px; height: 37px; }
  .footer-logo-lockup strong { font-size: .84rem; letter-spacing: 0; }
  .footer-logo-lockup small { margin-top: 6px; font-size: .58rem; letter-spacing: .14em; }
  .copyright { display: block; }
  .page-hero { padding: 130px 0 60px; }
  .page-hero-copy { padding: 0; }
  .page-hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.1rem); line-height: 1.16; }
  .page-hero-note { display: none; }
  .hero-collage { min-height: 380px; }
  .hero-collage-main { inset: 18px 3% 26px; }
  .hero-collage-small { width: 47%; height: 42%; right: -3%; }
  .hero-collage-tiny { width: 28%; height: 28%; left: -3%; top: 2%; }
  .page-orb.po1 { width: 76px; height: 76px; }
  .page-orb.po2 { width: 94px; height: 94px; }
  .page-orb.po3 { display: none; }
  .subnav { top: 74px; }
  .detail-section { padding: 74px 0; }
  .detail-media, .detail-media > img { min-height: 390px; }
  .job-support { padding: 82px 0 90px; }
  .job-support-head h2 { font-size: 2.45rem; }
  .job-support-grid { margin-top: 38px; grid-template-columns: 1fr; gap: 12px; }
  .job-support-grid article { min-height: 0; padding: 24px 22px; }
  .job-support-grid h3 { margin-top: 24px; font-size: 1.12rem; }
  .job-support-path { padding: 26px 22px; grid-template-columns: 1fr; gap: 13px; }
  .requirements-table, .requirements-table tbody, .requirements-table tr, .requirements-table th, .requirements-table td { display: block; width: 100%; }
  .requirements-table th { padding-bottom: 4px; border-bottom: 0; }
  .requirements-table td { padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* People / staff interview — editorial photo-led layout */
.people-page { background: #fff; }
.people-page .eyebrow { color: var(--green); }
.people-hero { position: relative; padding: 138px 0 74px; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fbf8f2 58%, #edf7e8 100%); }
.people-hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -230px; top: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(202,236,187,.7), rgba(255,255,255,0) 68%); pointer-events: none; }
.people-hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; min-height: 520px; }
.people-hero-copy { position: relative; z-index: 5; margin-right: -76px; padding: 54px 60px 54px 0; }
.people-hero-copy::before { content: ""; position: absolute; z-index: -1; inset: 0 -42px 0 -100vw; border-radius: 0 10px 10px 0; background: rgba(255,255,255,.91); box-shadow: 22px 22px 60px rgba(37,52,36,.08); backdrop-filter: blur(12px); }
.people-hero-copy h1 { margin: 12px 0 26px; display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(2.75rem, 3.6vw, 3.45rem); line-height: 1.18; letter-spacing: -.055em; }
.people-hero-copy h1 span { display: block; white-space: nowrap; }
.people-hero-copy > p:not(.eyebrow) { max-width: 510px; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.people-scroll-link { margin-top: 30px; display: inline-flex; align-items: center; gap: 18px; color: #34733e; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.people-scroll-link span { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #a9cf9d; border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.people-scroll-link:hover span { transform: translateY(4px); background: #e6f5dd; }
.people-hero-media { position: relative; min-height: 0; aspect-ratio: 16 / 9; margin: 0; overflow: visible; }
.people-hero-media > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center top; border-radius: 10px; box-shadow: 0 30px 75px rgba(38,55,37,.16); }
.people-hero-media figcaption { position: absolute; z-index: 5; left: 38px; bottom: 30px; padding: 18px 24px; border-left: 4px solid var(--green); background: rgba(255,255,255,.92); box-shadow: 0 16px 36px rgba(35,40,34,.12); font-size: .93rem; font-weight: 850; }
.people-glass-bubble { position: absolute; z-index: 6; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.92); border-radius: 50%; background: rgba(255,255,255,.22); box-shadow: inset 11px 11px 24px rgba(255,255,255,.92), inset -13px -13px 25px rgba(119,185,109,.13), 0 18px 40px rgba(47,85,43,.11); backdrop-filter: blur(3px); animation: people-bubble-float 9s ease-in-out infinite; }
.people-glass-bubble.bubble-one { width: 112px; right: -36px; top: 44%; }
.people-glass-bubble.bubble-two { width: 66px; right: 14%; bottom: -25px; animation-delay: -4s; }
.people-team-stamp { position: absolute; z-index: 6; right: -18px; bottom: 34px; width: 132px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: #dff2c4; box-shadow: 0 18px 38px rgba(47,85,43,.12); color: #42513f; font-size: .63rem; font-weight: 950; line-height: 1.8; letter-spacing: .17em; text-align: center; transform: rotate(7deg); }
.people-team-stamp::after { content: ""; width: 45px; height: 2px; margin: 8px auto 0; background: var(--orange); }
@keyframes people-bubble-float { 0%, 100% { transform: translateY(-7px); } 50% { transform: translateY(13px); } }
.people-word-strip { width: max-content; margin-top: 64px; display: flex; gap: 54px; color: #9bb992; font-size: .72rem; font-weight: 900; letter-spacing: .24em; white-space: nowrap; transform: translateX(-18px); }
.people-word-strip span::after { content: "/"; margin-left: 54px; color: var(--orange); }

.interview-showcase { padding: 122px 0 154px; overflow: hidden; background: #fff; }
.interview-showcase-head { margin-bottom: 64px; display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.interview-showcase-head h2 { margin: 0; font-size: clamp(2.5rem, 4.1vw, 4.3rem); line-height: 1.18; letter-spacing: -.055em; }
.interview-showcase-head > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.interview-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.interview-story { position: relative; min-width: 0; transition: transform .4s ease; }
.interview-story:nth-child(2) { margin-top: 52px; }
.interview-story:hover { transform: translateY(-8px); }
.interview-story-media { position: relative; overflow: hidden; aspect-ratio: 4 / 4.7; background: #eef4eb; border-radius: 8px; }
.interview-story-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.interview-story:nth-child(2) .interview-story-media img { object-position: center center; }
.interview-story:hover .interview-story-media img { transform: scale(1.045); }
.interview-story-media > span { position: absolute; top: 18px; left: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(37,37,39,.9); color: #fff; font-size: .75rem; font-weight: 850; }
.interview-story-body { position: relative; margin: -34px 18px 0; padding: 28px 28px 26px; background: rgba(255,255,255,.96); box-shadow: 0 20px 48px rgba(38,55,37,.1); }
.interview-story-body::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--green); }
.interview-story-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.interview-story-meta b { color: var(--orange); font-size: 1.85rem; line-height: 1; }
.interview-story-meta p { margin: 0; color: #357440; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.interview-story h3 { margin: 22px 0 12px; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.5; letter-spacing: -.035em; }
.interview-story-body > p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.85; }
.interview-story small { display: block; margin-top: 25px; color: #9a9a94; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }

@media (max-width: 1080px) {
  .people-hero { padding-top: 116px; }
  .people-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .people-hero-copy { width: min(650px, 94%); margin: 0 0 -36px; padding: 38px 42px; }
  .people-hero-copy::before { inset: 0; border-radius: 9px; }
  .people-hero-media { min-height: 0; aspect-ratio: 16 / 9; }
  .people-team-stamp { right: 16px; }
  .interview-showcase-head { grid-template-columns: 1fr; gap: 24px; }
  .interview-editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .interview-story:nth-child(2) { margin-top: 38px; }
  .interview-story:nth-child(3) { margin-top: 0; }
}

@media (max-width: 620px) {
  .people-hero { padding: 102px 0 48px; }
  .people-hero-copy { width: 100%; margin: 0; padding: 32px 22px; }
  .people-hero-copy h1 { font-size: clamp(2.15rem, 9.5vw, 3rem); line-height: 1.2; }
  .people-hero-copy > p:not(.eyebrow) { font-size: .95rem; line-height: 1.85; }
  .people-hero-media { min-height: 0; aspect-ratio: 16 / 9; margin-top: 20px; }
  .people-hero-media figcaption { left: 14px; right: 14px; bottom: 14px; padding: 13px 15px; font-size: .82rem; }
  .people-glass-bubble.bubble-one { width: 72px; right: -18px; }
  .people-glass-bubble.bubble-two { display: none; }
  .people-team-stamp { width: 92px; right: 10px; bottom: auto; top: 12px; font-size: .48rem; }
  .people-word-strip { margin-top: 34px; gap: 32px; font-size: .62rem; }
  .people-word-strip span::after { margin-left: 32px; }
  .interview-showcase { padding: 82px 0 105px; }
  .interview-showcase-head { margin-bottom: 38px; }
  .interview-showcase-head h2 { font-size: clamp(2rem, 9vw, 2.55rem); }
  .interview-showcase-head > p { font-size: .95rem; line-height: 1.85; }
  .interview-editorial-grid { grid-template-columns: 1fr; gap: 34px; }
  .interview-story:nth-child(2) { margin-top: 0; }
  .interview-story-media { aspect-ratio: 4 / 4.25; }
  .interview-story-body { margin: -24px 12px 0; padding: 24px 22px; }
  .interview-story h3 { font-size: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .people-glass-bubble { animation: none; }
  .interview-story, .interview-story-media img { transition: none; }
}

/* Home story redesign: light, layered and gently floating */
.home { background: #fffdf9; }
.story-canvas { position: relative; overflow: hidden; }
.home .section { isolation: isolate; }
.home .float-piece { animation: gentle-float var(--float-time, 10s) ease-in-out infinite; animation-delay: var(--float-delay, 0s); }
.home .float-piece:not([data-reveal]), .home [data-reveal].float-piece.is-visible { transform: translate3d(var(--pointer-x, 0), calc(var(--scroll-y, 0px) + var(--pointer-y, 0px)), 0); }
@keyframes gentle-float { 0%, 100% { translate: 0 -6px; rotate: -.7deg; } 50% { translate: 0 15px; rotate: .7deg; } }

.bubble { position: absolute; z-index: 4; width: var(--bubble-size, 100px); aspect-ratio: 1; border-radius: 50%; opacity: .96; box-shadow: inset 9px 9px 24px rgba(255,255,255,.9), inset -13px -15px 30px rgba(255,255,255,.25), 0 24px 45px rgba(74,62,48,.12); }
.bubble-mint { background: radial-gradient(circle at 31% 24%, #fff 0 5%, #e9f7d7 30%, #cde8ab 70%, #b6d78e); }
.bubble-blue { background: radial-gradient(circle at 31% 24%, #fff 0 5%, #eef8fb 27%, #d5e9ef 68%, #bfd7df); }
.bubble-pink { background: radial-gradient(circle at 31% 24%, #fff 0 5%, #fff0f2 28%, #f5d7dc 68%, #e9bcc5); }
.bubble-peach { background: radial-gradient(circle at 31% 24%, #fff 0 5%, #fff1e6 28%, #ffd6bb 68%, #f0ad83); }

.home .hero-story { min-height: 940px; padding: 138px 0 125px; background: radial-gradient(circle at 64% 27%, #fff 0, #fffdf9 42%, #fbf6ed 100%); }
.home .hero-story::after { display: none; }
.home .hero-grid { grid-template-columns: .74fr 1.26fr; gap: 22px; }
.home .hero-copy { padding: 8px 0 0; }
.hero-kicker { margin: 0 0 25px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .22em; }
.home .hero-title { font-size: clamp(4.8rem, 7.8vw, 8.2rem); line-height: .79; }
.home .hero-lead { margin-top: 38px; }
.home .hero-visual { min-height: 670px; }
.home .hero-photo { inset: 6px -5vw 15px 3%; border-radius: 42% 58% 38% 62% / 41% 33% 67% 59%; box-shadow: 0 28px 74px rgba(75,62,46,.14); }
.home .hero-photo { transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0) scale(1.01); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.home .hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.1), transparent 45%, rgba(255,247,235,.08)); pointer-events: none; }
.hero-bubble-one { --bubble-size: 104px; left: -3%; top: 8%; --float-delay: -2s; }
.hero-bubble-two { --bubble-size: 118px; right: 4%; top: -5%; --float-delay: -6s; }
.hero-bubble-three { --bubble-size: 176px; right: -2%; bottom: 2%; --float-delay: -4s; }
.hero-bubble-four { --bubble-size: 70px; right: 3%; top: 35%; --float-delay: -8s; }
.hero-cloud { position: absolute; z-index: 6; left: -1%; bottom: -3%; width: 270px; height: 118px; display: grid; place-items: center; border-radius: 54% 46% 55% 45% / 62% 52% 48% 38%; background: rgba(255,254,250,.92); box-shadow: inset -12px -14px 26px rgba(232,225,214,.68), inset 9px 9px 22px #fff, 0 20px 44px rgba(68,57,44,.1); --float-time: 12s; }
.hero-cloud::before, .hero-cloud::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; background: inherit; box-shadow: inherit; }
.hero-cloud::before { width: 105px; height: 105px; left: 24px; top: -35px; }
.hero-cloud::after { width: 128px; height: 128px; right: 22px; top: -46px; }
.hero-cloud span { color: #b9b0a5; font-size: 1rem; font-weight: 900; letter-spacing: .65em; text-shadow: 0 2px 1px #fff; }
.hero-message-disc { position: absolute; z-index: 6; right: 11%; bottom: -2%; width: 210px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; gap: 9px; border-radius: 50%; background: radial-gradient(circle at 32% 25%, rgba(255,255,255,.98), rgba(225,240,246,.93) 55%, rgba(192,216,227,.9)); box-shadow: inset -16px -18px 32px rgba(255,255,255,.4), 0 28px 60px rgba(64,90,100,.15); color: #58646a; font-size: .68rem; font-weight: 900; letter-spacing: .32em; --float-delay: -5s; }
.home .hand-note { right: -4vw; top: 22px; font-size: 1.25rem; }
.scene-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); opacity: .65; }
.scene-glow-one { width: 380px; height: 380px; left: -200px; top: 210px; background: radial-gradient(circle, rgba(213,233,239,.72), transparent 68%); }
.scene-glow-two { width: 300px; height: 300px; right: -170px; top: 420px; background: radial-gradient(circle, rgba(247,217,221,.7), transparent 68%); }
.hero-wave { position: absolute; z-index: 2; left: -7%; right: -7%; bottom: -112px; height: 220px; border-radius: 48% 52% 0 0 / 48% 46% 0 0; background: #fff; transform: rotate(-2deg); }

.numbers-scene { position: relative; min-height: 700px; padding: 112px 0 70px; background: #fff; }
.numbers-marquee { position: absolute; z-index: 1; top: 20px; left: -2%; right: -2%; overflow: hidden; transform: rotate(-2deg); opacity: .34; }
.numbers-marquee div { width: max-content; display: flex; gap: 48px; color: #d3c8b9; font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 950; letter-spacing: -.05em; white-space: nowrap; animation: marquee 34s linear infinite; }
.numbers-marquee i { color: var(--orange); font-style: normal; }
.number-field { position: relative; min-height: 530px; }
.number-intro { position: absolute; z-index: 3; left: 4%; top: 31%; }
.number-intro h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.7rem); line-height: 1.25; letter-spacing: -.04em; }
.numbers-scene .stat { position: absolute; z-index: 4; width: var(--stat-size); min-height: auto; aspect-ratio: 1; padding: 20px; border-radius: 50%; background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.98), var(--stat-bg) 62%, color-mix(in srgb, var(--stat-bg), #aaa 18%)); box-shadow: inset -12px -14px 30px rgba(255,255,255,.34), 0 24px 55px rgba(59,49,38,.11); }
.numbers-scene .stat strong { font-size: clamp(2rem, 4.4vw, 4.4rem); }
.numbers-scene .stat strong small { font-size: .3em; letter-spacing: 0; }
.numbers-scene .stat-a { --stat-size: 240px; right: 30%; top: 12%; --float-delay: -3s; }
.numbers-scene .stat-b { --stat-size: 168px; right: 8%; top: 1%; --float-delay: -7s; }
.numbers-scene .stat-c { --stat-size: 178px; right: 3%; bottom: 1%; --float-delay: -5s; }
.numbers-scene .stat-d { --stat-size: 150px; right: 27%; bottom: 0; --float-delay: -9s; }
.number-bubble { --bubble-size: 74px; left: 0; bottom: 7%; }

.about-scene { min-height: 770px; padding-top: 110px; background: linear-gradient(180deg, #fff 0%, #fffdfa 100%); }
.section-index { position: absolute; z-index: -1; right: 2vw; top: 1%; color: rgba(240,139,54,.07); font-size: clamp(12rem, 24vw, 26rem); line-height: 1; font-weight: 950; }
.about-scene .about-layout { grid-template-columns: 1.08fr .92fr; }
.about-scene .about-photo { position: relative; min-height: 560px; }
.about-scene .organic-photo { position: absolute; inset: 74px 8% 0 0; min-height: auto; border-radius: 47% 53% 42% 58% / 56% 39% 61% 44%; }
.about-scribble { position: absolute; z-index: 5; left: -3%; top: 14px; }
.scribble { margin: 0; font-family: cursive; font-size: 1.2rem; line-height: 1.5; transform: rotate(-6deg); }
.about-scene .floating-label { top: 6%; right: 1%; width: 220px; min-width: 0; height: 170px; background: radial-gradient(circle at 32% 25%, #fff, #dff2c4 62%, #c5df9e); --float-delay: -4s; }
.about-bubble { --bubble-size: 96px; left: -2%; bottom: 1%; --float-delay: -8s; }
.about-copy { position: relative; z-index: 2; }
.word-orbit { position: absolute; right: -2vw; bottom: -80px; width: 178px; aspect-ratio: 1; padding: 34px; display: grid; place-content: center; gap: 4px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #e8f4f6 70%, #d0e4e9); box-shadow: 0 22px 50px rgba(65,91,99,.1); color: #7b8589; font-size: .58rem; font-weight: 800; letter-spacing: .25em; }
.soft-wave { position: absolute; z-index: -1; left: -6%; right: -6%; bottom: -140px; height: 270px; border-radius: 50% 50% 0 0 / 40% 55% 0 0; background: #fbf7ef; transform: rotate(2deg); }

.people-scene { padding: 165px 0 130px; background: #fbf7ef; }
.home .people-layout { grid-template-columns: .68fr 1.32fr; gap: 55px; }
.people-copy { padding-left: 4%; }
.home .people-photo { min-height: 500px; overflow: visible; box-shadow: none; }
.home .people-photo > img { overflow: hidden; border-radius: 34% 66% 38% 62% / 45% 37% 63% 55%; box-shadow: var(--shadow); }
.home .quote-bubble { right: -2%; top: -9%; max-width: 210px; font-size: 1.08rem; }
.people-disc { position: absolute; z-index: 6; right: -8%; bottom: -12%; width: 190px; aspect-ratio: 1; padding: 40px; display: grid; place-content: center; gap: 4px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #f7d9dd 68%, #eabcc4); box-shadow: var(--shadow); color: #777; font-size: .63rem; font-weight: 900; letter-spacing: .32em; --float-delay: -4s; }
.people-float-a { --bubble-size: 78px; left: 20%; top: 8%; --float-delay: -7s; }
.people-float-b { --bubble-size: 92px; right: 2%; bottom: 10%; --float-delay: -2s; }
.interview-strip { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 100px; }
.mini-interview { min-height: 175px; padding: 14px; display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 18px; border: 1px solid rgba(232,226,217,.7); border-radius: 85px 26px 26px 85px; background: rgba(255,255,255,.86); box-shadow: 0 18px 40px rgba(54,45,35,.07); transition: transform .25s ease, box-shadow .25s ease; }
.mini-interview:nth-child(2) { translate: 0 28px; }
.mini-interview:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.mini-interview img { width: 120px; height: 145px; object-fit: cover; object-position: center top; border-radius: 50%; }
.mini-interview small { display: block; color: var(--orange); font-size: .6rem; letter-spacing: .13em; }
.mini-interview strong { display: block; margin-top: 8px; font-size: .95rem; line-height: 1.55; }

.work-scene { padding: 170px 0 150px; background: #fff; }
.work-wave { position: absolute; z-index: -1; left: -10%; right: -10%; top: -130px; height: 255px; border-radius: 0 0 48% 52% / 0 0 50% 42%; background: #fbf7ef; transform: rotate(-1deg); }
.home .work-layout { grid-template-columns: 1.14fr .86fr; }
.home .work-collage { min-height: 680px; }
.home .work-photo.one { inset: 2% 20% 28% -7%; border-radius: 45% 55% 37% 63% / 49% 35% 65% 51%; }
.home .work-photo.two { width: 46%; height: 46%; right: 1%; bottom: 0; border-radius: 48% 52% 55% 45% / 45% 50% 50% 55%; }
.home .work-photo.three { position: absolute; z-index: 3; width: 31%; height: 32%; right: -4%; top: 0; overflow: hidden; border: 8px solid #fff; border-radius: 50%; box-shadow: var(--shadow); }
.home .work-photo.three img { height: 100%; object-fit: cover; }
.work-bubble { --bubble-size: 112px; left: 25%; bottom: 6%; --float-delay: -6s; }
.work-button { margin-top: 28px; }
.home .job-chip { border-radius: 46% 54% 42% 58% / 53% 41% 59% 47%; box-shadow: inset 0 0 28px rgba(255,255,255,.58); }

.why-scene { padding: 145px 0 160px; background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%); }
.why-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.home .reason { border: 1px solid rgba(255,255,255,.75); box-shadow: inset 0 0 45px rgba(255,255,255,.82), 0 25px 60px rgba(55,46,36,.09); }
.home .reason:nth-child(1) { border-radius: 51% 49% 42% 58% / 45% 58% 42% 55%; --float-delay: -2s; }
.home .reason:nth-child(2) { border-radius: 39% 61% 56% 44% / 55% 43% 57% 45%; --float-delay: -5s; }
.home .reason:nth-child(3) { border-radius: 57% 43% 44% 56% / 42% 55% 45% 58%; --float-delay: -8s; }
.home .reason:nth-child(4) { border-radius: 45% 55% 59% 41% / 57% 45% 55% 43%; --float-delay: -3.5s; }

.culture-scene { min-height: 820px; padding: 125px 0; background: #fbf8f2; overflow: hidden; }
.culture-rings { position: absolute; z-index: -1; left: 50%; top: 50%; width: 900px; aspect-ratio: 1; border: 1px solid rgba(130,179,190,.2); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 100px rgba(221,236,241,.09), 0 0 0 220px rgba(247,217,221,.07); }
.home .culture-shell { min-height: 600px; }
.home .culture-core { width: min(510px, 84vw); background: radial-gradient(circle at 31% 24%, #fff, rgba(219,239,244,.93) 55%, rgba(175,210,220,.9)); --float-time: 12s; }
.home .value-orb { box-shadow: inset 7px 7px 20px rgba(255,255,255,.8), inset -10px -12px 25px rgba(255,255,255,.28), var(--shadow); }
.culture-note { position: absolute; left: 8%; bottom: 2%; color: #77706a; }

.area-scene { padding: 145px 0; background: #fff; }
.area-head { max-width: 820px; }
.home .area-grid { grid-template-columns: 1.15fr .85fr; }
.home .area-card:first-child { border-radius: 65px 180px 60px 90px; }
.home .area-card:last-child { margin-top: 70px; border-radius: 150px 55px 100px 48px; }
.area-float { --bubble-size: 130px; right: 2%; top: 4%; --float-delay: -5s; }

.entry-scene { padding: 110px 0 130px; background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%); }
.home .entry-shell { min-height: 540px; border-radius: 48% 52% 43% 57% / 18% 22% 78% 82%; background: radial-gradient(circle at 50% 35%, #fff 0, #f0f9e4 40%, #dfeecb 100%); box-shadow: inset 0 0 90px rgba(255,255,255,.65), 0 30px 80px rgba(72,93,54,.1); }
.home .entry-shell .eyebrow { position: relative; z-index: 2; }
.home .entry-shell h2 { font-size: clamp(3.4rem, 7.7vw, 7.4rem); }
.entry-orb.e4 { width: 125px; height: 125px; left: 9%; top: 1%; background: var(--blue); }
.home .entry-orb { box-shadow: inset 8px 8px 20px rgba(255,255,255,.75), inset -9px -10px 22px rgba(255,255,255,.25), 0 18px 40px rgba(58,50,40,.1); }

.home [data-reveal] { transform: translateY(38px) scale(.985); transition-duration: .9s; }
.home [data-reveal].is-visible { transform: none; }
.home .interview-strip[data-reveal] { transition-delay: .12s; }
.home .reason-grid .reason:nth-child(2) { transition-delay: .08s; }
.home .reason-grid .reason:nth-child(3) { transition-delay: .16s; }
.home .reason-grid .reason:nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
  .home .hero-story { min-height: auto; padding-bottom: 130px; }
  .home .hero-grid, .home .about-layout, .home .people-layout, .home .work-layout { grid-template-columns: 1fr; }
  .home .hero-visual { min-height: 620px; }
  .home .hero-photo { inset: 20px 2% 30px 7%; }
  .home .hand-note { right: 0; }
  .numbers-scene { min-height: 810px; }
  .number-intro { top: 5%; left: 3%; }
  .numbers-scene .stat-a { top: 30%; right: 46%; }
  .numbers-scene .stat-b { top: 27%; right: 5%; }
  .numbers-scene .stat-c { bottom: 2%; right: 6%; }
  .numbers-scene .stat-d { bottom: 6%; right: 47%; }
  .about-scene .about-photo { min-height: 570px; }
  .about-copy { padding: 30px 4% 60px; }
  .word-orbit { right: 2vw; bottom: -80px; }
  .people-copy { padding: 0 4%; }
  .home .people-photo { margin-top: 35px; }
  .interview-strip { grid-template-columns: 1fr; max-width: 720px; }
  .mini-interview:nth-child(2) { translate: 0; margin-left: 7%; }
  .mini-interview:nth-child(3) { margin-left: 14%; }
  .home .work-collage { order: 2; width: min(720px, 100%); margin-inline: auto; }
  .work-copy { padding: 0 4%; }
  .why-head { display: block; }
  .home .area-grid { grid-template-columns: 1fr; }
  .home .area-card:last-child { margin-top: 0; }
}

@media (max-width: 620px) {
  .home .hero-story { padding-top: 110px; }
  .hero-kicker { margin-bottom: 18px; }
  .home .hero-title { font-size: clamp(3.75rem, 21vw, 5.2rem); }
  .home .hero-visual { min-height: 470px; }
  .home .hero-photo { inset: 18px 0 25px; }
  .hero-bubble-one { --bubble-size: 68px; left: -6%; }
  .hero-bubble-two { --bubble-size: 70px; }
  .hero-bubble-three { --bubble-size: 104px; }
  .hero-bubble-four { --bubble-size: 52px; }
  .hero-cloud { width: 175px; height: 76px; left: -3%; bottom: 0; }
  .hero-cloud::before { width: 70px; height: 70px; top: -24px; }
  .hero-cloud::after { width: 82px; height: 82px; top: -30px; }
  .hero-cloud span { font-size: .66rem; }
  .hero-message-disc { width: 125px; right: 5%; bottom: -1%; font-size: .46rem; }
  .hero-wave { bottom: -75px; height: 145px; }
  .numbers-scene { min-height: 760px; padding-top: 100px; }
  .number-intro { left: 0; }
  .number-intro h2 { font-size: 2rem; }
  .numbers-scene .stat-a { --stat-size: 165px; top: 31%; right: 48%; }
  .numbers-scene .stat-b { --stat-size: 125px; top: 34%; right: 3%; }
  .numbers-scene .stat-c { --stat-size: 132px; right: 1%; bottom: 7%; }
  .numbers-scene .stat-d { --stat-size: 115px; right: 48%; bottom: 5%; }
  .numbers-scene .stat strong { font-size: 2.25rem; }
  .numbers-scene .stat span { font-size: .68rem; }
  .about-scene { padding-top: 70px; }
  .about-scene .about-photo { min-height: 440px; }
  .about-scene .organic-photo { inset: 70px 0 0; }
  .about-scene .floating-label { width: 145px; height: 112px; top: 6%; right: -3%; }
  .about-scribble { left: 2%; top: 0; font-size: 1rem; }
  .about-bubble { --bubble-size: 68px; }
  .word-orbit { display: none; }
  .people-scene { padding-top: 120px; }
  .home .people-photo { min-height: 360px; }
  .home .quote-bubble { padding: 16px 20px; font-size: .82rem; right: -2%; }
  .people-disc { width: 118px; padding: 20px; right: -3%; bottom: -14%; font-size: .43rem; }
  .interview-strip { margin-top: 75px; }
  .mini-interview, .mini-interview:nth-child(2), .mini-interview:nth-child(3) { min-height: 135px; margin-left: 0; grid-template-columns: 92px 1fr; border-radius: 68px 22px 22px 68px; }
  .mini-interview img { width: 92px; height: 108px; }
  .mini-interview strong { font-size: .82rem; }
  .work-scene { padding-top: 125px; }
  .home .work-collage { min-height: 520px; }
  .home .work-photo.one { inset: 2% 15% 31% -4%; }
  .home .work-photo.two { width: 52%; height: 42%; }
  .home .work-photo.three { width: 34%; height: 29%; }
  .work-bubble { --bubble-size: 78px; }
  .why-scene { padding-block: 105px; }
  .home .reason { min-height: 275px; }
  .culture-scene { min-height: 700px; padding-block: 80px; }
  .culture-note { left: 2%; bottom: 0; font-size: .95rem; }
  .home .area-card:first-child, .home .area-card:last-child { border-radius: 36px 80px 36px 58px; }
  .area-float { --bubble-size: 80px; }
  .entry-scene { padding-top: 70px; }
  .home .entry-shell { min-height: 530px; border-radius: 80px; }
  .home .entry-shell h2 { font-size: clamp(3.1rem, 16vw, 5rem); }
}

@media (prefers-reduced-motion: reduce) {
  .home .float-piece, .numbers-marquee div { animation: none !important; }
  .home .float-piece { translate: none !important; rotate: none !important; transform: none !important; }
}

/* Clinics / location guide — photo-led regional directory */
.clinics-page { background: #fff; }
.clinics-page .eyebrow { color: var(--green); }
.clinics-hero { position: relative; min-height: max(760px, 100svh); overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: #f4f6f1; }
.clinics-hero::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.94) 22%, rgba(255,253,249,.7) 38%, rgba(255,253,249,.16) 58%, rgba(255,253,249,0) 74%); pointer-events: none; }
.clinics-hero::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 190px; background: linear-gradient(0deg, rgba(240,247,235,.82), rgba(240,247,235,0)); pointer-events: none; }
.clinics-hero-grid { position: relative; z-index: 5; min-height: max(760px, 100svh); display: flex; align-items: center; padding: 142px 0 128px; }
.clinics-hero-copy { position: relative; width: min(650px, 50vw); }
.clinics-hero-copy h1 { margin: 14px 0 28px; display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(4rem, 5.3vw, 5.9rem); line-height: 1.08; letter-spacing: -.065em; }
.clinics-hero-copy h1 span { display: block; white-space: nowrap; }
.clinics-hero-copy > p:not(.eyebrow) { max-width: 490px; margin: 0; color: #555951; font-size: 1rem; line-height: 1.95; }
.clinics-scroll-link { margin-top: 32px; display: inline-flex; align-items: center; gap: 18px; color: #34733e; font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.clinics-scroll-link span { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #a9cf9d; border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.clinics-scroll-link:hover span { transform: translateY(4px); background: #e6f5dd; }
.clinics-hero-media { position: absolute; z-index: 0; inset: 0; min-width: 0; margin: 0; }
.clinics-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.9) brightness(1.02); transform: scale(1.015); }
.clinic-glass-bubble { position: absolute; z-index: 6; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.94); border-radius: 50%; background: rgba(255,255,255,.21); box-shadow: inset 11px 11px 24px rgba(255,255,255,.94), inset -13px -13px 26px rgba(119,185,109,.13), 0 18px 42px rgba(47,85,43,.1); backdrop-filter: blur(3px); animation: people-bubble-float 9s ease-in-out infinite; }
.clinic-glass-bubble--one { width: 108px; right: -30px; top: 9%; }
.clinic-glass-bubble--two { width: 68px; left: -26px; bottom: 14%; animation-delay: -4s; }
.clinics-place-strip { position: absolute; z-index: 6; left: 50%; bottom: 34px; padding-inline: 12px; display: flex; gap: 42px; align-items: center; color: #6f8f68; font-size: .72rem; font-weight: 900; letter-spacing: .25em; white-space: nowrap; transform: translateX(-50%); }
.clinics-place-strip i { color: var(--orange); font-style: normal; }

/* Shared full-photo opening for Jobs, Interviews and Requirements */
.inner-photo-hero .eyebrow { color: var(--green); }
.inner-photo-hero--jobs .clinics-hero-media > img { object-position: center center; }
.inner-photo-hero--people .clinics-hero-media > img { object-position: center top; }
.inner-photo-hero--requirements .clinics-hero-media > img { object-position: center 38%; filter: saturate(.92) brightness(1.03); }
.inner-photo-hero--requirements .clinics-hero-copy h1 { font-size: clamp(4.2rem, 5.5vw, 6.1rem); }

.clinic-jump-nav { position: sticky; top: 82px; z-index: 58; border-block: 1px solid rgba(215,226,210,.86); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.clinic-jump-nav .wrap { min-height: 68px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.clinic-jump-nav span { margin-right: 10px; color: #7a7e77; font-size: .75rem; font-weight: 850; white-space: nowrap; }
.clinic-jump-nav a { flex: 0 0 auto; min-width: 82px; padding: 8px 17px; border: 1px solid #dce7d7; border-radius: 999px; text-align: center; font-size: .86rem; font-weight: 850; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.clinic-jump-nav a:hover { border-color: #34733e; background: #34733e; color: #fff; }

.clinic-directory { padding: 128px 0 150px; background: #fff; }
.clinic-directory-head { margin-bottom: 94px; display: grid; grid-template-columns: 1fr .74fr; gap: 80px; align-items: end; }
.clinic-directory-head h2 { margin: 0; font-size: clamp(2.7rem, 4.6vw, 4.8rem); line-height: 1.15; letter-spacing: -.055em; }
.clinic-directory-head > p { max-width: 470px; margin: 0 0 10px; color: var(--muted); font-size: 1rem; line-height: 1.95; }
.region-block { scroll-margin-top: 170px; }
.region-block + .region-block { margin-top: 130px; padding-top: 130px; border-top: 1px solid #e5ece1; }
.region-head { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.region-head > div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 4px 14px; }
.region-head b { grid-row: 1 / 3; color: var(--orange); font-size: 1rem; letter-spacing: .08em; }
.region-head p { margin: 0; color: #379246; font-size: .72rem; font-weight: 900; letter-spacing: .2em; }
.region-head h2 { margin: 0; font-size: clamp(2.4rem, 3.6vw, 3.8rem); line-height: 1; }
.region-head > span { padding-bottom: 5px; color: #9aa396; font-size: .7rem; font-weight: 850; letter-spacing: .15em; }
.location-card-grid { display: grid; gap: 26px; }
.location-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.location-card { min-width: 0; overflow: hidden; border: 1px solid #dfe9db; border-radius: 10px; background: #fff; box-shadow: 0 18px 44px rgba(47,70,45,.07); transition: transform .4s ease, box-shadow .4s ease; }
.location-card:hover { transform: translateY(-7px); box-shadow: 0 28px 62px rgba(47,70,45,.13); }
.location-card-media { overflow: hidden; aspect-ratio: 4 / 3; background: #eef3eb; }
.location-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.location-card:hover .location-card-media img { transform: scale(1.045); }
.location-card-body { padding: 28px 28px 30px; }
.location-kicker { margin: 0; color: var(--green); font-size: .7rem; font-weight: 950; letter-spacing: .19em; }
.location-card h3 { margin: 10px 0 12px; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.4; }
.location-route { margin: 0 0 14px; color: #34733e; font-size: .9rem; font-weight: 850; }
.location-card address { min-height: 76px; color: var(--muted); font-size: .88rem; font-style: normal; line-height: 1.75; }
.location-card address a { color: var(--ink); font-weight: 800; }
.location-actions { margin-top: 22px; display: grid; gap: 8px; }
.location-action { min-height: 48px; padding: 11px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #dfe8da; border-radius: 999px; font-size: .78rem; font-weight: 900; line-height: 1.35; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.location-action span { flex: 0 0 auto; font-size: 1rem; }
.location-action:hover { transform: translateY(-2px); }
.location-action--map { background: #fff; color: var(--ink); }
.location-action--map:hover { border-color: #34733e; }
.location-action--visit { border-color: #252527; background: #252527; color: #fff; }
.location-action--line { border-color: var(--green); background: var(--green); color: #fff; }
.location-card--wide { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(340px, .83fr); }
.location-card--wide .location-card-media { aspect-ratio: auto; min-height: 450px; }
.location-card--wide .location-card-body { padding: 52px 48px; display: flex; flex-direction: column; justify-content: center; }
.location-card--wide .location-card-body address { min-height: 0; }
.location-card--reverse .location-card-media { order: 2; }

.care-network { padding: 142px 0 150px; overflow: hidden; background: #202423; color: #fff; }
.care-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.care-photo { position: relative; margin: 0; aspect-ratio: 16 / 10; }
.care-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 9px; }
.care-photo figcaption { position: absolute; right: -28px; bottom: 30px; max-width: 360px; padding: 20px 24px; border-left: 4px solid var(--green); background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(0,0,0,.18); color: var(--ink); font-size: .88rem; font-weight: 850; }
.care-copy .eyebrow { color: var(--orange); }
.care-copy h2 { margin: 12px 0 24px; font-size: clamp(2.4rem, 3.9vw, 4rem); line-height: 1.22; letter-spacing: -.055em; }
.care-copy > p:not(.eyebrow) { margin: 0 0 30px; color: #c8cdca; font-size: 1rem; line-height: 1.95; }
.care-copy .button.dark { border-color: #fff; background: #fff; color: var(--ink); }
.care-facility-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.care-facility-grid article { min-height: 190px; padding: 30px; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.care-facility-grid span { color: #7ce694; font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.care-facility-grid h3 { margin: 27px 0 8px; font-size: 1.08rem; }
.care-facility-grid p { margin: 0; color: #aeb5b1; font-size: .85rem; }

@media (max-width: 1080px) {
  .clinics-hero { min-height: 0; padding: 118px 0 0; display: block; background: linear-gradient(135deg, #fff 0%, #fbf9f4 58%, #edf7e8 100%); }
  .clinics-hero::before, .clinics-hero::after { content: none; }
  .clinics-hero-grid { min-height: 0; display: block; padding: 50px 0 42px; }
  .clinics-hero-copy { width: 100%; max-width: 720px; }
  .clinics-hero-copy h1 { font-size: clamp(3.8rem, 8vw, 5.8rem); }
  .clinics-hero-media { position: relative; inset: auto; width: var(--content); margin-inline: auto; aspect-ratio: 16 / 9; overflow: visible; }
  .clinics-hero-media > img { border-radius: 10px; box-shadow: 0 28px 65px rgba(38,55,37,.16); transform: none; }
  .clinics-place-strip { position: relative; left: auto; bottom: auto; margin: 30px auto 0; padding-bottom: 30px; transform: none; }
  .clinic-directory-head { grid-template-columns: 1fr; gap: 24px; }
  .location-card-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card-grid--three .location-card:last-child { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
  .location-card-grid--three .location-card:last-child .location-card-media { aspect-ratio: auto; min-height: 410px; }
  .location-card--wide { grid-template-columns: 1fr 1fr; }
  .care-intro { grid-template-columns: 1fr; gap: 48px; }
  .care-copy { max-width: 720px; }
}

@media (max-width: 620px) {
  .clinics-hero { padding: 92px 0 0; }
  .clinics-hero-grid { padding: 34px 0 30px; }
  .clinics-hero-copy h1 { font-size: clamp(2.35rem, 11.2vw, 3.15rem); line-height: 1.16; }
  .clinics-hero-copy > p:not(.eyebrow) { font-size: .95rem; }
  .clinics-hero-media { aspect-ratio: 4 / 3; }
  .clinics-hero-media > img { object-position: 58% top; }
  .clinic-glass-bubble--one { width: 72px; right: -18px; }
  .clinic-glass-bubble--two { width: 48px; left: -12px; }
  .clinics-place-strip { width: var(--content); margin-top: 26px; padding-bottom: 24px; gap: 18px; font-size: .64rem; letter-spacing: .16em; }
  .clinic-jump-nav { top: 74px; }
  .clinic-jump-nav .wrap { min-height: 62px; }
  .clinic-jump-nav .wrap > span { display: none; }
  .clinic-directory { padding: 88px 0 105px; }
  .clinic-directory-head { margin-bottom: 62px; }
  .clinic-directory-head h2 { font-size: 2.55rem; }
  .region-block + .region-block { margin-top: 84px; padding-top: 84px; }
  .location-card-grid--three { grid-template-columns: 1fr; }
  .location-card-grid--three .location-card:last-child { grid-column: auto; display: block; }
  .location-card-grid--three .location-card:last-child .location-card-media { aspect-ratio: 4 / 3; min-height: 0; }
  .location-card--wide { display: block; }
  .location-card--wide .location-card-media { min-height: 0; aspect-ratio: 4 / 3; }
  .location-card--reverse .location-card-media { order: initial; }
  .location-card--wide .location-card-body, .location-card-body { padding: 26px 22px 28px; }
  .location-card address { min-height: 0; }
  .care-network { padding: 92px 0 105px; }
  .care-photo { aspect-ratio: 4 / 3; }
  .care-photo img { object-position: 47% top; }
  .care-photo figcaption { left: 14px; right: 14px; bottom: 14px; max-width: none; padding: 14px 17px; font-size: .76rem; }
  .care-copy h2 { font-size: 2.45rem; }
  .care-facility-grid { margin-top: 58px; grid-template-columns: 1fr; }
  .care-facility-grid article { grid-column: auto; min-height: 154px; padding: 25px 22px; }
  .care-facility-grid h3 { margin-top: 20px; }
}

/* Approved full-photo hero */
.home .hero-story {
  min-height: max(820px, 100svh);
  padding: 118px 0 92px;
  background: #f8f5ef;
  overflow: hidden;
}
.home .hero-story::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,253,249,.99) 0%, rgba(255,253,249,.94) 21%, rgba(255,253,249,.68) 37%, rgba(255,253,249,.12) 57%, rgba(255,253,249,0) 74%);
  pointer-events: none;
}
.home .hero-story .scene-glow { display: none; }
.home .hero-grid { position: static; display: block; }
.home .hero-copy { z-index: 7; width: min(500px, 43vw); padding-top: clamp(70px, 10vh, 115px); }
.home .hero-title { font-size: clamp(5rem, 8vw, 8.4rem); text-shadow: 0 2px 0 rgba(255,255,255,.4); }
.home .hero-visual { position: absolute; z-index: auto; inset: 0; min-height: 0; }
.home .hero-photo {
  z-index: 0;
  inset: 0;
  border-radius: 0;
  box-shadow: none;
  transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0) scale(1.035);
}
.home .hero-photo img { object-position: center top; filter: saturate(.87) brightness(1.04); }
.home .hero-photo::after { background: linear-gradient(180deg, rgba(255,255,255,.1), transparent 30%, rgba(255,250,242,.1)); }
.home .hero-bubble-one {
  --bubble-size: 100px;
  left: 27%;
  top: 14%;
  border: 1px solid rgba(255,255,255,.72);
  background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.95), rgba(255,255,255,.32) 34%, rgba(237,244,232,.2) 70%, rgba(255,255,255,.4));
  box-shadow: inset 8px 8px 22px rgba(255,255,255,.82), inset -10px -12px 24px rgba(205,219,205,.14), 0 18px 38px rgba(74,62,48,.07);
}
.home .hero-bubble-two {
  --bubble-size: 70px;
  left: 36%;
  right: auto;
  top: 45%;
  bottom: auto;
  border-radius: 56% 44% 61% 39% / 48% 55% 45% 52%;
  opacity: .86;
}
.home .hero-bubble-three {
  width: 128px;
  height: 175px;
  aspect-ratio: auto;
  right: 18%;
  top: 20%;
  bottom: auto;
  border-radius: 58% 42% 51% 49% / 42% 55% 45% 58%;
  opacity: .78;
  background: radial-gradient(circle at 33% 24%, #fff, #e7f4d9 35%, #cfe8b5 76%, #bcd89b);
}
.home .hero-yume-word {
  position: absolute;
  z-index: 6;
  left: 38%;
  bottom: 8%;
  color: rgba(255,255,255,.93);
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: .16em;
  -webkit-text-stroke: 1px rgba(201,196,187,.22);
  text-shadow: 0 2px 0 #e9e5dd, 0 5px 0 #d9d4cc, 0 14px 28px rgba(48,42,36,.2), inset 0 2px 4px #fff;
  --float-time: 12s;
  --float-delay: -4s;
}
.home .hero-message-disc {
  right: 12%;
  bottom: 3%;
  width: 220px;
  border: 1px solid rgba(255,255,255,.72);
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.96), rgba(244,249,240,.72) 51%, rgba(219,232,215,.58));
  box-shadow: inset -16px -18px 34px rgba(255,255,255,.45), inset 10px 10px 25px rgba(255,255,255,.72), 0 26px 58px rgba(61,76,57,.12);
  color: #5f6860;
}
.home .hand-note { z-index: 6; right: 4%; top: 17%; color: rgba(41,41,41,.82); }
.home .hero-wave { z-index: 8; bottom: -116px; background: rgba(255,255,255,.96); }
.home .scroll-note { z-index: 9; }

@media (max-width: 980px) {
  .home .hero-story { min-height: 900px; padding-top: 110px; }
  .home .hero-story::before { background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.88) 42%, rgba(255,253,249,.26) 73%, rgba(255,253,249,.05)); }
  .home .hero-copy { width: min(500px, 65vw); padding: 85px 0 0 3vw; }
  .home .hero-visual { min-height: 0; margin: 0; }
  .home .hero-photo { inset: 0; }
  .home .hero-photo img { object-position: 56% top; }
  .home .hero-message-disc { width: 180px; right: 5%; bottom: 5%; }
  .home .hero-yume-word { left: 37%; bottom: 12%; }
  .home .hero-bubble-three { right: 7%; }
}

@media (max-width: 620px) {
  .home .hero-story { min-height: 830px; padding: 96px 0 80px; }
  .home .hero-story::before { background: linear-gradient(180deg, rgba(255,253,249,.96) 0%, rgba(255,253,249,.86) 45%, rgba(255,253,249,.28) 72%, rgba(255,253,249,.08)); }
  .home .hero-copy { width: 100%; padding: 35px 0 0; }
  .home .hero-title { font-size: clamp(3.7rem, 20vw, 5.2rem); }
  .home .hero-lead { margin-top: 28px; }
  .home .hero-photo img { object-position: 57% top; }
  .home .hero-bubble-one { --bubble-size: 68px; left: 71%; top: 15%; }
  .home .hero-bubble-two { --bubble-size: 48px; left: 75%; top: 45%; }
  .home .hero-bubble-three { width: 80px; height: 108px; right: -2%; top: 29%; }
  .home .hero-yume-word { left: 6%; bottom: 11%; font-size: 3.1rem; }
  .home .hero-message-disc { width: 122px; right: 3%; bottom: 5%; }
  .home .hero-wave { bottom: -70px; }
}

/* Final home palette and hero framing */
.home {
  --blue: #edf4ed;
  --pink: #fbe9d9;
}
.home .rainbow span:nth-child(1) { color: #ef7751; }
.home .rainbow span:nth-child(2) { color: #f3a14a; }
.home .rainbow span:nth-child(3) { color: #aebe68; }
.home .rainbow span:nth-child(4) { color: #8cc8a0; }
.home .hero-photo {
  inset: 0 0 0 25%;
  transform: translate3d(var(--scene-x, 0px), var(--scene-y, 0px), 0);
  background: #f7f5ef;
}
.home .hero-photo img {
  object-fit: cover;
  object-position: center top;
  transform: none;
}
.home .hero-story::before {
  background: linear-gradient(90deg, rgba(255,253,249,1) 0%, rgba(255,253,249,.98) 20%, rgba(255,253,249,.84) 34%, rgba(255,253,249,.28) 48%, rgba(255,253,249,.03) 65%, rgba(255,253,249,0) 100%);
}
.home .bubble-blue,
.home .bubble-pink {
  border: 1px solid rgba(255,255,255,.78);
  background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.98) 0 7%, rgba(255,255,255,.42) 36%, rgba(235,244,234,.2) 69%, rgba(255,255,255,.5));
  box-shadow: inset 8px 8px 22px rgba(255,255,255,.88), inset -11px -13px 26px rgba(199,218,199,.13), 0 20px 42px rgba(66,58,48,.08);
}
.home .people-disc {
  border: 1px solid rgba(255,255,255,.82);
  background: radial-gradient(circle at 31% 24%, rgba(255,255,255,.98), rgba(245,250,242,.82) 58%, rgba(222,237,216,.68));
}
.home .value-orb.v2 { --orb-bg: #fae5d3 !important; }
.home .entry-orb.e1 { background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.82); }
.home .entry-orb.e2 { background: #f8d8bd; }
.home .entry-orb.e3 { background: #dcecc8; }
.home .entry-orb.e4 { background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.86); }

@media (max-width: 980px) {
  .home .hero-photo { inset: 0 0 0 18%; }
  .home .hero-photo img { object-position: 48% top; }
}

@media (max-width: 620px) {
  .home .hero-photo { inset: 0; }
  .home .hero-photo img { object-position: 42% top; }
}

/* Clean green editorial homepage */
.home-clean {
  --clean-green: #10c85a;
  --clean-mint: #dff2c4;
  --clean-mint-soft: #f1f8e9;
  --clean-ink: #222326;
  --clean-muted: #676b67;
  --clean-orange: #f08b36;
  background: #fff;
  color: var(--clean-ink);
}
.home-clean main { overflow: visible; }
.home-clean .site-header { background: rgba(255,255,255,.88); border-bottom-color: rgba(226,233,224,.8); }
.home-clean .site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 12px 40px rgba(40,70,42,.08); }
.home-clean .button { min-height: 54px; padding: 0 25px; border-radius: 999px; background: rgba(255,255,255,.9); border: 1px solid #cdd4cb; }
.home-clean .button:hover { transform: translateY(-3px); border-color: #9faca0; box-shadow: 0 14px 30px rgba(47,78,52,.1); }
.home-clean .button.primary { color: #fff; background: var(--clean-green); border-color: var(--clean-green); box-shadow: 0 14px 32px rgba(16,200,90,.2); }

.hero-v3 { position: relative; min-height: max(790px, 100svh); display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #f5f8f1; }
.hero-v3__media { position: absolute; z-index: -3; inset: 0; overflow: hidden; }
.hero-v3__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; scale: 1; transform-origin: center top; transition: scale 1.4s cubic-bezier(.2,.7,.2,1); }
.hero-v3:hover .hero-v3__media img { scale: 1.015; }
.hero-v3__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 25%, rgba(255,255,255,.72) 40%, rgba(255,255,255,.08) 62%, rgba(255,255,255,0) 100%); }
.hero-v3__content { position: relative; z-index: 5; padding-top: 82px; }
.hero-v3__kicker { margin: 0 0 20px; color: #768476; font-size: .75rem; font-weight: 900; letter-spacing: .24em; }
.hero-v3__title { margin: 0; max-width: 630px; font-size: clamp(5rem, 8.2vw, 8.8rem); font-weight: 950; line-height: .79; letter-spacing: -.075em; }
.hero-v3__title span { color: transparent; background: linear-gradient(90deg, #ef7450 0%, #f19a3d 28%, #9fc84d 68%, #42b76f 100%); background-clip: text; -webkit-background-clip: text; }
.hero-v3__title .hero-v3__dot { display: inline-block; width: .16em; aspect-ratio: 1; margin-left: .035em; border-radius: 50%; background: #42b76f; vertical-align: .035em; letter-spacing: 0; }
.hero-v3__lead { margin: 32px 0 8px; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.45; font-weight: 900; letter-spacing: .01em; }
.hero-v3__text { margin: 0; color: #616661; font-size: 1rem; }
.hero-v3__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-v3__note { position: absolute; z-index: 3; top: 17%; right: 4%; margin: 0; font-family: cursive; font-size: clamp(1rem, 1.55vw, 1.4rem); line-height: 1.45; transform: rotate(-5deg); }
.hero-v3__note::after { content: ""; display: block; width: 115px; height: 2px; margin: 10px 0 0 16px; background: var(--clean-orange); transform: rotate(-7deg); }
.hero-v3__scroll { position: absolute; z-index: 6; left: 28px; bottom: 30px; display: flex; gap: 8px; align-items: center; font-size: .7rem; font-weight: 850; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-v3__scroll span { color: var(--clean-green); }

/* Scroll-linked opening story */
.scroll-story {
  position: relative;
  height: 340svh;
  background: #f4f8f1;
}
.scroll-story__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: #f4f8f1;
}
.scroll-story__sticky::after {
  content: "";
  position: absolute;
  z-index: 11;
  inset: 0;
  pointer-events: none;
  opacity: var(--story-flash, 0);
  background:
    radial-gradient(circle at var(--flash-x, 66%) 48%, rgba(255,255,255,.98) 0 5%, rgba(224,255,211,.72) 14%, rgba(255,255,255,.28) 31%, transparent 58%),
    linear-gradient(105deg, transparent 28%, rgba(255,255,255,.52) 49%, transparent 70%);
  mix-blend-mode: screen;
  will-change: opacity;
}
.story-scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity;
}
.story-scene::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: min(62vw, 920px);
  aspect-ratio: 1;
  left: var(--glow-left, 50%);
  top: var(--glow-top, 44%);
  border-radius: 50%;
  pointer-events: none;
  opacity: var(--scene-glow, 0);
  background: radial-gradient(circle, rgba(236,255,224,.62) 0 9%, rgba(255,255,255,.31) 30%, rgba(178,238,176,.14) 48%, transparent 70%);
  filter: blur(10px);
  mix-blend-mode: screen;
  transform: translate3d(-50%, -50%, 0) scale(var(--glow-scale, .72));
  will-change: opacity, transform;
}
.story-scene::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -24%;
  bottom: -24%;
  left: -28vw;
  width: min(18vw, 280px);
  pointer-events: none;
  opacity: var(--sweep-opacity, 0);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.76), rgba(218,255,204,.32), transparent);
  filter: blur(12px);
  mix-blend-mode: screen;
  transform: translate3d(var(--light-shift, -30vw), 0, 0) rotate(12deg);
  will-change: opacity, transform;
}
.story-scene--one { opacity: 1; }
.story-scene.is-active {
  visibility: visible;
  pointer-events: auto;
}
.story-scene__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(var(--image-brightness, 1)) saturate(1.025);
  will-change: transform, filter;
  transform: scale(1.035);
  transform-origin: center top;
}
.story-scene--one .story-scene__image { object-position: center top; }
.story-scene--two .story-scene__image { object-position: center top; }
.story-scene--three .story-scene__image { object-position: center top; }
.story-scene__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 26%, rgba(255,255,255,.72) 43%, rgba(255,255,255,.08) 66%, rgba(255,255,255,0) 100%);
}
.story-scene--two .story-scene__shade,
.story-scene--three .story-scene__shade {
  background: linear-gradient(90deg, rgba(15,28,19,.76) 0%, rgba(15,28,19,.46) 43%, rgba(15,28,19,.05) 75%), linear-gradient(0deg, rgba(9,18,12,.38), transparent 58%);
}
.story-scene__content {
  position: relative;
  z-index: 4;
  height: 100%;
  padding-top: 120px;
  padding-bottom: clamp(84px, 12vh, 130px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  will-change: transform, opacity;
}
.story-scene__content--hero {
  justify-content: center;
  padding-top: 122px;
  padding-bottom: 70px;
  color: var(--clean-ink);
}
.story-scene__kicker,
.story-scene__number {
  margin: 0 0 18px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .24em;
}
.story-scene__kicker { color: #768476; }
.story-scene__number { color: #c9f0bd; }
.story-scene__hero-title {
  margin: 0;
  max-width: 630px;
  font-size: clamp(5rem, 8.2vw, 8.8rem);
  font-weight: 950;
  line-height: .79;
  letter-spacing: -.075em;
}
.story-scene__hero-title > span {
  color: transparent;
  background: linear-gradient(90deg, #ef7450 0%, #f19a3d 28%, #9fc84d 68%, #42b76f 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.story-scene__dot {
  display: inline-block;
  width: .16em;
  aspect-ratio: 1;
  margin-left: .035em;
  border-radius: 50%;
  background: #42b76f;
  vertical-align: .035em;
}
.story-scene__lead {
  margin: 32px 0 8px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.45;
  font-weight: 900;
}
.story-scene__text {
  margin: 0;
  color: #616661;
  font-size: 1rem;
}
.story-scene__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}
.story-scene__title {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 950;
  text-shadow: 0 4px 35px rgba(0,0,0,.18);
}
.story-scene__title span { display: block; white-space: nowrap; }
.story-scene__title span {
  opacity: var(--line-opacity, 1);
  transform: translate3d(var(--line-shift, 0), 0, 0);
  will-change: transform, opacity;
}
.story-scene__title span:nth-child(2) {
  opacity: var(--line-two-opacity, var(--line-opacity, 1));
  transform: translate3d(var(--line-two-shift, var(--line-shift, 0)), 0, 0);
}
.story-scene__copy {
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 2px 22px rgba(0,0,0,.26);
}
.story-scene__note {
  position: absolute;
  z-index: 5;
  top: 17%;
  right: 4%;
  margin: 0;
  font-family: cursive;
  font-size: clamp(1rem, 1.55vw, 1.4rem);
  line-height: 1.45;
  transform: rotate(-5deg);
}
.story-scene__note::after {
  content: "";
  display: block;
  width: 115px;
  height: 2px;
  margin: 10px 0 0 16px;
  background: var(--clean-orange);
  transform: rotate(-7deg);
}
.story-bubble { z-index: 5; }
.story-bubble--a { --bubble-size: 92px; left: 28%; top: 13%; }
.story-bubble--b { --bubble-size: 152px; right: 7%; bottom: 7%; }
.story-progress {
  position: absolute;
  z-index: 12;
  right: 26px;
  top: 50%;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}
.story-progress span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(40,51,41,.3);
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  transition: height .35s ease, border-radius .35s ease, background .35s ease;
}
.story-progress span.is-active { height: 32px; border-radius: 99px; background: var(--clean-green); }
.story-scroll {
  position: absolute;
  z-index: 12;
  left: 27px;
  bottom: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  color: #283329;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.story-scroll i {
  display: block;
  width: 1px;
  height: 48px;
  overflow: hidden;
  background: rgba(40,51,41,.25);
}
.story-scroll i::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: var(--clean-green);
  animation: story-scroll-line 1.8s ease-in-out infinite;
}
@keyframes story-scroll-line {
  0% { transform: translateY(-24px); }
  70%, 100% { transform: translateY(52px); }
}

.glass-bubble { --bubble-size: 100px; position: absolute; z-index: 3; width: var(--bubble-size); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.88); border-radius: 50%; background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.98) 0 7%, rgba(255,255,255,.36) 32%, rgba(227,242,226,.13) 65%, rgba(255,255,255,.48) 100%); box-shadow: inset 10px 10px 25px rgba(255,255,255,.9), inset -14px -16px 28px rgba(165,203,169,.12), 0 20px 48px rgba(43,83,50,.1); backdrop-filter: blur(1px); pointer-events: none; }
.glass-bubble::after { content: ""; position: absolute; width: 25%; height: 15%; left: 22%; top: 17%; border-radius: 50%; background: rgba(255,255,255,.82); filter: blur(2px); transform: rotate(-30deg); }
.glass-bubble--hero-a { --bubble-size: 92px; left: 28%; top: 13%; }
.glass-bubble--hero-b { --bubble-size: 152px; right: 7%; bottom: 7%; }
.mint-drop { position: absolute; z-index: 2; width: 115px; height: 165px; top: 26%; right: 24%; border-radius: 58% 42% 52% 48% / 44% 56% 44% 56%; background: radial-gradient(circle at 30% 24%, rgba(255,255,255,.95), #dff3cb 48%, #c4e6a7); box-shadow: inset 10px 8px 24px rgba(255,255,255,.72), 0 20px 42px rgba(80,128,69,.12); opacity: .78; }

.trust-band { position: relative; padding: 42px 0; border-block: 1px solid #e5eee2; background: rgba(247,251,244,.96); }
.trust-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-band__grid > div { min-height: 95px; padding: 10px 24px; display: grid; align-content: center; text-align: center; border-right: 1px solid #dce8d8; }
.trust-band__grid > div:last-child { border-right: 0; }
.trust-band strong { display: block; font-size: clamp(2rem, 3.3vw, 3.3rem); line-height: 1; font-weight: 950; }
.trust-band small { margin-left: 3px; font-size: .34em; }
.trust-band span { margin-top: 8px; color: #697169; font-size: .84rem; }

.clean-section { position: relative; padding: clamp(100px, 10vw, 160px) 0; background: #fff; }
.clean-section--work, .clean-section--about, .clean-section--area { background: #fbfcfa; }
.clean-grid { display: grid; grid-template-columns: minmax(550px, 1.03fr) minmax(0, .97fr); gap: 30px 56px; align-items: start; }
.clean-grid--copy-first .clean-copy { order: 1; }
.clean-grid--copy-first .clean-media { order: 2; }
.clean-grid--copy-first .clean-action { order: 3; }
.clean-copy { padding-top: 22px; }
.clean-label { margin: 0 0 18px; color: var(--clean-green); font-size: .78rem; font-weight: 950; letter-spacing: .18em; }
.clean-copy h2, .clean-copy--wide h2 { margin: 0; font-size: clamp(2.55rem, 3vw, 3rem); line-height: 1.16; letter-spacing: -.045em; font-weight: 950; }
.heading-lines > span { display: block; white-space: nowrap; }
.clean-copy--wide .heading-lines { font-size: clamp(3rem, 4.6vw, 5rem); line-height: 1.08; }
.clean-copy p:not(.clean-label) { max-width: 520px; margin: 26px 0 0; color: var(--clean-muted); font-size: 1rem; line-height: 2; }
.clean-copy--wide { max-width: 900px; padding: 0; }
.clean-copy--wide p:not(.clean-label) { max-width: 720px; }
.clean-media { position: relative; margin: 0; }
.clean-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; box-shadow: 0 28px 65px rgba(48,72,47,.12); }
.clean-media figcaption { width: fit-content; max-width: 86%; margin: -27px 22px 0 auto; position: relative; z-index: 2; padding: 20px 25px; background: rgba(255,255,255,.95); border-left: 3px solid var(--clean-green); box-shadow: 0 16px 38px rgba(48,72,47,.09); font-size: 1rem; font-weight: 850; }
.clean-media--people img { object-position: center top; }
.clean-media--work img { object-position: center top; }
.clean-media--about img { object-position: center 54%; }

.work-role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.work-role-grid a { overflow: hidden; border: 1px solid #dfe9dc; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(48,72,47,.07); transition: transform .35s ease, box-shadow .35s ease; }
.work-role-grid a:hover { transform: translateY(-6px); box-shadow: 0 25px 55px rgba(48,72,47,.12); }
.work-role-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transform-origin: center top; transition: scale .6s cubic-bezier(.2,.7,.2,1); }
.work-role-grid a:nth-child(1) img,
.work-role-grid a:nth-child(3) img { object-position: center top; }
.work-role-grid a:nth-child(2) img { object-position: center center; }
.work-role-grid a:hover img { scale: 1.035; }
.work-role-grid a > span { display: block; padding: 22px 23px 25px; }
.work-role-grid small, .about-field-grid small { display: block; color: var(--clean-green); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.work-role-grid strong { display: block; margin: 6px 0 5px; font-size: 1.25rem; }
.work-role-grid em { display: block; color: var(--clean-muted); font-size: .86rem; font-style: normal; line-height: 1.75; }

.career-path { margin-top: 56px; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 6vw, 82px); align-items: center; border-radius: 18px; background: linear-gradient(135deg, #eaf7df 0%, #f8fbf5 58%, #eef8e8 100%); box-shadow: 0 24px 60px rgba(48,72,47,.08); }
.career-path__intro h3 { margin: 0; font-size: clamp(1.85rem, 3vw, 3rem); line-height: 1.35; letter-spacing: -.04em; }
.career-path__intro > p:last-child { max-width: 410px; margin: 24px 0 0; color: var(--clean-muted); line-height: 1.9; }
.career-path__steps { position: relative; margin: 0; padding: 0; list-style: none; }
.career-path__steps::before { content: ""; position: absolute; left: 23px; top: 30px; bottom: 30px; width: 2px; background: #b9dba9; }
.career-path__steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; }
.career-path__steps li + li { margin-top: 30px; }
.career-path__number { position: relative; z-index: 1; width: 48px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--clean-green); color: #fff; font-size: 1.05rem; font-weight: 950; box-shadow: 0 8px 22px rgba(16,200,90,.22); }
.career-path__steps small { display: block; margin-bottom: 5px; color: #4d7852; font-size: .78rem; font-weight: 850; }
.career-path__steps strong { display: block; font-size: 1.18rem; line-height: 1.5; }
.career-path__steps p { margin: 6px 0 0; color: var(--clean-muted); font-size: .9rem; line-height: 1.75; }

.about-field-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.about-field-grid article { overflow: hidden; border: 1px solid #dfe9dc; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(48,72,47,.07); }
.about-field-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.about-field-grid article:nth-child(2) img,
.about-field-grid article:nth-child(3) img { object-position: center top; }
.about-field-grid article > div { padding: 22px 23px 25px; }
.about-field-grid h3 { margin: 6px 0 7px; font-size: 1.2rem; }
.about-field-grid p { margin: 0; color: var(--clean-muted); font-size: .86rem; line-height: 1.75; }
.about-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border-block: 1px solid #dce8d8; background: rgba(247,251,244,.8); }
.about-facts p { margin: 0; padding: 27px 16px; text-align: center; }
.about-facts p + p { border-left: 1px solid #dce8d8; }
.about-facts strong, .about-facts span { display: block; }
.about-facts strong { font-size: 2.3rem; line-height: 1; }
.about-facts strong small { margin-left: 3px; font-size: .36em; }
.about-facts span { margin-top: 8px; color: var(--clean-muted); font-size: .8rem; }

.people-page-photo { position: relative; margin: 0; }
.people-page-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center top; border-radius: 8px; box-shadow: 0 24px 60px rgba(48,72,47,.12); }
.people-page-photo figcaption { margin: 14px 0 0; padding-left: 15px; border-left: 3px solid var(--green); color: var(--muted); font-size: .9rem; }
.clean-action { grid-column: 1; align-self: end; }
.clean-section--people .clean-action, .clean-section--about .clean-action { order: 3; }
.glass-bubble--people { --bubble-size: 120px; right: 2%; bottom: 4%; }
.glass-bubble--work { --bubble-size: 82px; left: 2%; bottom: 8%; }
.glass-bubble--about { --bubble-size: 98px; right: 4%; top: 8%; }

.clean-section--why { background: linear-gradient(180deg, #fff 0%, #f6faef 100%); }
.solid-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 1120px; margin-top: 48px; }
.solid-card-grid article { min-height: 190px; padding: 30px; display: grid; grid-template-columns: 82px 1fr; gap: 24px; align-items: center; border: 1px solid #deebd7; border-radius: 12px; background: rgba(255,255,255,.86); box-shadow: 0 18px 45px rgba(61,88,56,.07); transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.solid-card-grid article:hover { transform: translateY(-8px); background: #fff; box-shadow: 0 24px 55px rgba(61,88,56,.12); }
.reason-mark { width: 82px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #e3f4d7; color: #238244; font-size: 1.8rem; font-weight: 950; }
.solid-card-grid article:nth-child(2) .reason-mark { background: #edf7e7; }
.solid-card-grid article:nth-child(3) .reason-mark { background: #dff2d2; }
.solid-card-grid article:nth-child(4) .reason-mark { background: #f0f7e9; }
.solid-card-grid small { color: var(--clean-green); font-size: .8rem; font-weight: 950; letter-spacing: .14em; }
.solid-card-grid h3 { margin: 7px 0 8px; font-size: 1.3rem; line-height: 1.45; }
.solid-card-grid p { margin: 0; color: var(--clean-muted); font-size: .92rem; line-height: 1.75; }
.why-support-callout { margin-top: 18px; padding: 27px 30px; display: grid; grid-template-columns: .55fr 1.45fr auto; gap: 28px; align-items: center; border-radius: 12px; background: #273229; color: #fff; box-shadow: 0 22px 50px rgba(42,60,40,.13); transition: transform .3s ease, box-shadow .3s ease; }
.why-support-callout:hover { transform: translateY(-5px); box-shadow: 0 28px 58px rgba(42,60,40,.19); }
.why-support-callout span { color: #8bea9e; font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.why-support-callout strong { font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.why-support-callout em { font-size: .8rem; font-style: normal; font-weight: 900; white-space: nowrap; }

.clean-section--culture { padding-block: 90px; background: #fff; }
.culture-v3 { position: relative; min-height: 510px; padding: 90px 10%; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; border: 1px solid rgba(205,228,195,.8); border-radius: 12px; background: linear-gradient(135deg, rgba(241,248,233,.95), rgba(255,255,255,.92)); }
.culture-v3::before { content: ""; position: absolute; width: 420px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(205,235,183,.52), rgba(236,247,226,.05) 70%); filter: blur(3px); }
.culture-v3 > *:not(.glass-bubble) { position: relative; z-index: 2; }
.culture-v3 h2 { margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: 1; letter-spacing: -.06em; }
.culture-v3__lead { margin: 20px 0 8px; font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 900; }
.culture-v3 > p:not(.clean-label):not(.culture-v3__lead) { color: var(--clean-muted); }
.culture-v3__values { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.culture-v3__values span { padding: 10px 20px; border: 1px solid #c7ddbd; border-radius: 999px; background: rgba(255,255,255,.72); font-weight: 850; }
.glass-bubble--culture-a { --bubble-size: 136px; left: 5%; top: 10%; }
.glass-bubble--culture-b { --bubble-size: 88px; right: 7%; bottom: 9%; }

.area-v3 { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; margin-top: 55px; }
.area-v3 a { position: relative; min-height: 480px; overflow: hidden; border-radius: 6px; background: #eaf2e5; box-shadow: 0 24px 60px rgba(50,70,48,.1); }
.area-v3 img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s cubic-bezier(.2,.7,.2,1); }
.area-v3 a:hover img { scale: 1.04; }
.area-v3 a > span { position: absolute; inset: auto 0 0; padding: 85px 30px 27px; color: #fff; background: linear-gradient(transparent, rgba(22,31,23,.74)); }
.area-v3 small { display: block; color: #dff4d0; font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.area-v3 strong { display: block; margin-bottom: 4px; font-size: 1.7rem; }

.entry-v3 { position: relative; padding: 70px 0 115px; background: #fff; }
.entry-v3__panel { position: relative; min-height: 470px; padding: 80px 8%; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; border-radius: 14px; background: linear-gradient(135deg, #e6f5d7, #f8fbf4 60%, #dff1d8); }
.entry-v3__panel > *:not(.glass-bubble) { position: relative; z-index: 2; }
.entry-v3__panel h2 { margin: 0; font-size: clamp(3.2rem, 7.2vw, 7.2rem); line-height: .94; letter-spacing: -.06em; }
.entry-v3__panel h3 { margin: 25px 0 7px; font-size: clamp(1.4rem, 2.3vw, 2.1rem); }
.entry-v3__panel > p:not(.clean-label) { margin: 0; color: var(--clean-muted); }
.entry-v3__panel > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 26px; }
.glass-bubble--entry-a { --bubble-size: 175px; left: -38px; bottom: -25px; }
.glass-bubble--entry-b { --bubble-size: 105px; right: 5%; top: -18px; }

.home-clean [data-reveal] { opacity: 0; transform: translateY(44px); transition: opacity .85s ease, transform .95s cubic-bezier(.16,.75,.25,1); }
.home-clean [data-reveal].is-visible { opacity: 1; transform: none; }
.home-clean .trust-band__grid > div:nth-child(2), .home-clean .solid-card-grid article:nth-child(2) { transition-delay: .08s; }
.home-clean .trust-band__grid > div:nth-child(3), .home-clean .solid-card-grid article:nth-child(3) { transition-delay: .16s; }
.home-clean .trust-band__grid > div:nth-child(4), .home-clean .solid-card-grid article:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1100px) {
  .clean-grid { grid-template-columns: 1fr; gap: 28px; }
  .clean-copy { padding-top: 0; }
  .clean-copy p:not(.clean-label) { max-width: 720px; }
  .clean-media { margin-top: 10px; }
  .clean-action { grid-column: auto; }
}

@media (max-width: 980px) {
  .scroll-story { height: 300svh; }
  .scroll-story__sticky { min-height: 620px; }
  .story-scene__hero-title { font-size: clamp(4.5rem, 12vw, 7rem); }
  .story-scene__title { font-size: clamp(3rem, 7vw, 5rem); }
  .hero-v3 { min-height: 820px; }
  .hero-v3__shade { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.86) 46%, rgba(255,255,255,.18) 76%); }
  .hero-v3__content { padding-top: 95px; }
  .hero-v3__title { font-size: clamp(4.5rem, 12vw, 7rem); }
  .hero-v3__note { top: 14%; }
  .trust-band__grid { grid-template-columns: repeat(3, 1fr); }
  .solid-card-grid { grid-template-columns: repeat(2, 1fr); }
  .work-role-grid, .about-field-grid { grid-template-columns: repeat(2, 1fr); }
  .work-role-grid a:last-child, .about-field-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .home-clean .header-inner { width: calc(100% - 24px); height: 66px; gap: 10px; }
  .home-clean .brand .brand-mark { width: 38px; }
  .home-clean .header-entry.desktop { display: inline-flex; min-height: 38px; padding: 0 14px; font-size: .78rem; box-shadow: none; }
  .home-clean .menu-button { width: 40px; height: 40px; border: 0; border-radius: 0; }
  .home-clean .mobile-menu { inset-block-start: 66px; }
  .scroll-story { height: 245svh; }
  .scroll-story__sticky { height: 100svh; min-height: 580px; }
  .story-scene__image { transform: scale(1.025); }
  .story-scene--one .story-scene__image { object-position: 64% top; }
  .story-scene--two .story-scene__image { object-position: center top; }
  .story-scene--three .story-scene__image { object-position: center top; }
  .story-scene::before { width: 110vw; filter: blur(7px); }
  .story-scene::after { width: 30vw; filter: blur(9px); }
  .story-scene__shade { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 43%, rgba(255,255,255,.42) 66%, rgba(255,255,255,.06) 100%); }
  .story-scene--two .story-scene__shade,
  .story-scene--three .story-scene__shade { background: linear-gradient(0deg, rgba(12,24,15,.82) 0%, rgba(12,24,15,.48) 43%, rgba(12,24,15,.08) 72%); }
  .story-scene__content { width: calc(100% - 42px); padding-top: 96px; padding-bottom: 88px; }
  .story-scene__content--hero { justify-content: flex-start; padding-top: 108px; padding-bottom: 26px; }
  .story-scene__kicker, .story-scene__number { margin-bottom: 13px; font-size: .68rem; }
  .story-scene__hero-title { font-size: clamp(3.75rem, 19vw, 5rem); line-height: .8; }
  .story-scene__lead { margin-top: 22px; font-size: 1.2rem; }
  .story-scene__text { font-size: .88rem; line-height: 1.7; }
  .story-scene__actions { display: grid; width: 100%; margin-top: 18px; }
  .story-scene__actions .button { width: 100%; min-height: 48px; }
  .story-scene__title { font-size: clamp(2rem, 9.1vw, 2.65rem); line-height: 1.2; letter-spacing: -.045em; }
  .story-scene--three .story-scene__title { font-size: clamp(1.85rem, 8vw, 2.35rem); }
  .story-scene__copy { margin-top: 18px; font-size: .94rem; line-height: 1.75; }
  .story-scene__note { display: none; }
  .story-bubble--a { --bubble-size: 62px; left: auto; right: 7%; top: 11%; }
  .story-bubble--b { --bubble-size: 82px; right: -22px; bottom: 5%; }
  .story-progress { right: 12px; }
  .story-scroll { left: 10px; bottom: 18px; }
  .hero-v3 { min-height: auto; padding-top: 66px; display: flex; flex-direction: column; align-items: stretch; background: #fff; }
  .hero-v3__content { order: 1; padding: 48px 0 28px; }
  .hero-v3__media { order: 2; position: relative; inset: auto; height: min(68vw, 350px); }
  .hero-v3__media img { object-position: 64% 46%; scale: 1; }
  .hero-v3:hover .hero-v3__media img { scale: 1; }
  .hero-v3__shade { display: none; }
  .hero-v3__kicker { margin-bottom: 14px; }
  .hero-v3__title { max-width: 100%; font-size: clamp(3.8rem, 20vw, 5.1rem); line-height: .8; }
  .hero-v3__lead { margin-top: 24px; font-size: 1.3rem; }
  .hero-v3__text { font-size: .94rem; line-height: 1.8; }
  .hero-v3__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .hero-v3__actions .button { width: 100%; }
  .hero-v3__note { top: auto; right: 14px; bottom: 22px; color: #303530; font-size: .76rem; text-shadow: 0 1px 8px #fff; }
  .hero-v3__note::after { width: 70px; }
  .hero-v3__scroll { display: none; }
  .glass-bubble--hero-a { --bubble-size: 66px; left: auto; right: 8%; top: 25%; }
  .glass-bubble--hero-b { --bubble-size: 86px; right: -22px; bottom: 1%; }
  .mint-drop { width: 65px; height: 92px; right: -18px; top: 42%; opacity: .64; }
  .trust-band { padding: 20px 0; }
  .trust-band__grid > div { min-height: 84px; padding: 12px 8px; }
  .trust-band strong { font-size: 2rem; }
  .trust-band span { font-size: .76rem; }
  .clean-section { padding: 86px 0; }
  .clean-section .wrap { width: calc(100% - 34px); }
  .clean-grid { display: flex; flex-direction: column; gap: 0; }
  .clean-copy { order: 1 !important; width: 100%; }
  .clean-copy h2, .clean-copy--wide h2, .clean-copy--wide .heading-lines { font-size: clamp(1.9rem, 8vw, 2.25rem); line-height: 1.2; letter-spacing: -.035em; }
  .people-layout .heading-lines { font-size: clamp(1.72rem, 7.2vw, 2rem); line-height: 1.24; }
  .clean-copy p:not(.clean-label) { margin-top: 20px; font-size: 1rem; line-height: 1.9; }
  .clean-media { order: 2 !important; width: 100%; margin-top: 30px; }
  .clean-media img { width: 100%; aspect-ratio: 4 / 3; border-radius: 3px; }
  .clean-media figcaption { max-width: 100%; margin: 0; padding: 16px 0 0 14px; border-left: 0; border-bottom: 2px solid var(--clean-green); background: transparent; box-shadow: none; font-size: .95rem; }
  .clean-action { order: 3 !important; width: 100%; margin-top: 25px; }
  .clean-action .button { width: 100%; }
  .work-role-grid, .about-field-grid { grid-template-columns: 1fr; }
  .work-role-grid, .about-field-grid { margin-top: 42px; }
  .work-role-grid a:last-child, .about-field-grid article:last-child { grid-column: auto; }
  .career-path { margin-top: 42px; padding: 30px 22px; grid-template-columns: 1fr; gap: 34px; border-radius: 12px; }
  .career-path__intro h3 { font-size: 1.75rem; }
  .career-path__intro > p:last-child { margin-top: 18px; font-size: .95rem; }
  .career-path__steps li { grid-template-columns: 42px 1fr; gap: 16px; }
  .career-path__steps::before { left: 20px; }
  .career-path__number { width: 42px; }
  .career-path__steps strong { font-size: 1.05rem; }
  .about-facts { grid-template-columns: repeat(2, 1fr); }
  .about-facts p:nth-child(3) { border-left: 0; }
  .about-facts p:nth-child(n+3) { border-top: 1px solid #dce8d8; }
  .people-page-photo { margin-top: 28px; }
  .people-page-photo img { aspect-ratio: 4 / 3; }
  .glass-bubble--people { --bubble-size: 78px; right: -22px; bottom: 4%; }
  .glass-bubble--work { --bubble-size: 62px; left: -20px; bottom: 2%; }
  .glass-bubble--about { --bubble-size: 66px; right: -18px; top: 2%; }
  .solid-card-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .solid-card-grid article { min-height: 0; padding: 22px 18px; grid-template-columns: 58px 1fr; gap: 16px; }
  .reason-mark { width: 58px; font-size: 1.35rem; }
  .solid-card-grid h3 { margin: 5px 0 6px; font-size: 1.08rem; }
  .solid-card-grid p { font-size: .9rem; }
  .why-support-callout { padding: 23px 20px; grid-template-columns: 1fr; gap: 10px; }
  .why-support-callout strong br { display: none; }
  .why-support-callout em { margin-top: 5px; }
  .culture-v3 { min-height: 500px; padding: 70px 25px; }
  .culture-v3 h2 { font-size: 4.3rem; }
  .culture-v3__values { display: grid; width: 100%; }
  .glass-bubble--culture-a { --bubble-size: 84px; left: -25px; }
  .glass-bubble--culture-b { --bubble-size: 62px; right: -12px; }
  .area-v3 { grid-template-columns: 1fr; margin-top: 35px; }
  .area-v3 a { min-height: 330px; }
  .area-v3 a > span { padding: 65px 22px 22px; }
  .entry-v3 { padding: 40px 0 86px; }
  .entry-v3__panel { width: calc(100% - 24px); min-height: 520px; padding: 65px 22px; border-radius: 8px; }
  .entry-v3__panel h2 { font-size: 3.55rem; }
  .entry-v3__panel h3 { font-size: 1.25rem; }
  .entry-v3__panel > div { display: grid; width: 100%; }
  .entry-v3__panel .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v3__media img, .area-v3 img { transition: none; }
  .scroll-story { height: auto; }
  .scroll-story__sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .story-scene { position: relative; min-height: 100svh; opacity: 1 !important; visibility: visible; pointer-events: auto; }
  .story-scene__image { transform: none !important; }
  .story-scene::before, .story-scene::after, .scroll-story__sticky::after { display: none; }
  .story-scene__title span { opacity: 1 !important; transform: none !important; }
  .story-progress, .story-scroll { display: none; }
}

@media (min-width: 1081px) {
  .inner-photo-hero--jobs .clinics-hero-copy h1,
  .inner-photo-hero--people .clinics-hero-copy h1 { font-size: clamp(3.7rem, 4.25vw, 4.8rem); }
}

@media (max-width: 620px) {
  .inner-photo-hero--jobs .clinics-hero-copy h1,
  .inner-photo-hero--people .clinics-hero-copy h1 { font-size: clamp(2.05rem, 9.7vw, 2.7rem); }
  .inner-photo-hero--jobs .clinics-hero-media > img { object-position: center center; }
  .inner-photo-hero--people .clinics-hero-media > img { object-position: center top; }
  .inner-photo-hero--requirements .clinics-hero-media > img { object-position: center 38%; }
}
