:root {
  --ink: #123a59;
  --ink-deep: #0b2b43;
  --ink-soft: #3a5d73;
  --blue: #008dd5;
  --orange: #ef8201;
  --orange-soft: #fff0dc;
  --leaf: #69b84b;
  --leaf-soft: #e7f3e1;
  --paper: #f7f8f7;
  --white: #ffffff;
  --mist: #e6eef0;
  --line: #cfdddf;
  --muted: #5f737f;
  --display: "STKaiti", "Kaiti SC", "KaiTi", serif;
  --body: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  --mono: "Cascadia Mono", "Consolas", monospace;
  --shadow: 0 20px 45px rgba(11, 43, 67, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.65; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 8px 12px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-space { padding-top: 124px; padding-bottom: 124px; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 82px; padding: 0 max(24px, calc((100% - 1180px) / 2)); color: #fff; background: rgba(18, 58, 89, 0.97); box-shadow: 0 1px rgba(255, 255, 255, 0.12); transition: min-height 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { min-height: 68px; box-shadow: 0 6px 25px rgba(0, 27, 43, 0.18); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark { width: 43px; height: 43px; flex: 0 0 43px; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.13)); }
.brand-copy strong { display: block; font-size: 18px; letter-spacing: .04em; line-height: 1.15; }
.brand-copy small { display: block; margin-top: 3px; color: #b8d0db; font-size: 10px; letter-spacing: .09em; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a { position: relative; padding: 8px 0; color: #d9e6eb; font-size: 13px; transition: color 160ms ease; }
.site-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { transform: scaleX(1); }
.menu-button { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(390px, 1.06fr); min-height: 685px; gap: 56px; align-items: center; padding-top: 78px; padding-bottom: 64px; }
.kicker { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.kicker > span { width: 22px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 620px; margin: 0; color: var(--ink-deep); font-family: var(--display); font-size: clamp(47px, 5.4vw, 76px); font-weight: 600; letter-spacing: -.07em; line-height: 1.04; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 530px; margin: 24px 0 0; color: #476474; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 9px 20px rgba(18, 58, 89, 0.17); }
.button-primary:hover { background: #1d5379; box-shadow: 0 12px 22px rgba(18, 58, 89, 0.24); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--line); }
.button-light:hover { background: var(--mist); }
.hero-index { display: flex; gap: 24px; margin: 47px 0 0; }
.hero-index div { display: flex; align-items: baseline; gap: 6px; }
.hero-index dt { color: var(--orange); font-family: var(--display); font-size: 22px; font-weight: 700; }
.hero-index dd { margin: 0; color: var(--muted); font-size: 11px; }

.hero-art { position: relative; min-height: 476px; }
.art-grid { position: absolute; z-index: -1; top: 18px; right: -23px; width: 67%; height: 85%; border: 1px solid #d6e3e3; background-image: linear-gradient(#e8eeee 1px, transparent 1px), linear-gradient(90deg, #e8eeee 1px, transparent 1px); background-size: 21px 21px; }
.hero-info-card { position: absolute; top: 25px; right: 10px; width: min(89%, 492px); min-height: 340px; padding: 27px 29px 22px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.hero-info-card::after { position: absolute; right: -35px; bottom: -78px; width: 202px; height: 202px; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.info-card-top, .info-card-foot, .info-card-lines, .hero-info-card h2, .hero-info-card p { position: relative; z-index: 1; }
.info-card-top { display: flex; justify-content: space-between; gap: 15px; color: #b7d1db; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.info-card-top span:last-child { color: var(--orange); }
.hero-info-card h2 { margin: 34px 0 0; font-family: var(--display); font-size: 45px; font-weight: 600; letter-spacing: -.05em; line-height: 1.04; }.hero-info-card p { max-width: 350px; margin: 13px 0 0; color: #c8dce3; font-size: 12px; line-height: 1.8; }
.info-card-lines { display: grid; gap: 6px; width: 63%; margin-top: 19px; }.info-card-lines i { display: block; height: 2px; background: rgba(255,255,255,.28); }.info-card-lines i:first-child { width: 100%; background: var(--orange); }.info-card-lines i:nth-child(2) { width: 74%; }.info-card-lines i:nth-child(3) { width: 50%; }
.info-card-foot { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-top: 24px; }.info-card-foot span { color: #8faebb; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }.info-card-foot strong { color: #fff; font-family: var(--display); font-size: 19px; font-weight: 600; }
.trust-chip { position: absolute; z-index: 2; bottom: 16px; left: 0; display: flex; align-items: center; gap: 7px; padding: 10px 13px; color: #334e5e; background: #fff; box-shadow: 0 10px 20px rgba(18, 58, 89, 0.1); font-size: 11px; }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); box-shadow: 0 0 0 3px var(--leaf-soft); }
.hero-bridge { position: absolute; z-index: 3; top: -4px; left: -60px; width: 160px; height: 180px; color: var(--orange); background: #fffdf9; box-shadow: 0 13px 27px rgba(17, 50, 70, 0.13); transform: rotate(-3deg); }
.hero-bridge::before { position: absolute; top: 9px; right: 9px; bottom: 9px; left: 9px; content: ""; border: 1px solid #ffdfb2; }
.bridge-line { position: absolute; z-index: 1; top: 44px; left: 77px; width: 8px; height: 110px; background: var(--orange); transform-origin: top; }
.line-one { transform: rotate(41deg); }
.line-two { transform: rotate(-41deg); }
.bridge-corner { position: absolute; width: 34px; height: 34px; }
.corner-blue { top: 28px; left: 27px; background: var(--blue); }
.corner-orange { right: 27px; bottom: 26px; background: var(--orange); }
.bridge-heart, .bridge-home { position: absolute; z-index: 2; display: grid; place-items: center; width: 45px; height: 42px; color: #fff; font-family: var(--display); font-size: 20px; }
.bridge-heart { top: 42px; right: 25px; background: var(--orange); border-radius: 50% 50% 46% 46%; }
.bridge-home { bottom: 35px; left: 25px; background: var(--leaf); clip-path: polygon(50% 0, 100% 36%, 100% 100%, 0 100%, 0 36%); padding-top: 9px; }

.site-notice { display: flex; align-items: flex-start; gap: 12px; padding: 15px 18px; color: #516a75; background: #edf4f3; border-top: 1px solid #d3e1df; border-bottom: 1px solid #d3e1df; font-size: 12px; }
.site-notice p { margin: 0; }
.notice-icon { display: grid; width: 19px; height: 19px; flex: 0 0 19px; place-items: center; color: #fff; background: var(--leaf); border-radius: 50%; font-family: Georgia, serif; font-size: 13px; font-weight: bold; }

.about { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr); column-gap: 90px; row-gap: 34px; }
.section-heading h2, .practice-copy h2, .information-head h2, .visit-copy h2 { margin: 0; color: var(--ink-deep); font-family: var(--display); font-size: clamp(33px, 4vw, 53px); font-weight: 600; letter-spacing: -.055em; line-height: 1.13; }
.about-intro { max-width: 530px; padding-top: 28px; }
.about-intro p { margin: 0; color: #466470; font-size: 16px; line-height: 1.9; }
.about-intro .quiet-copy { margin-top: 14px; color: #73848c; font-size: 12px; line-height: 1.75; }
.institution-grid { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 10px; }
.institution-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid var(--line); }
.institution-card::after { position: absolute; z-index: 0; right: -50px; bottom: -68px; width: 178px; height: 178px; content: ""; border-radius: 50%; opacity: .7; }
.city-card { color: #fff; background: var(--ink); border-color: var(--ink); }
.city-card::after { background: rgba(0, 141, 213, 0.25); }
.center-card { background: #fff; }
.center-card::after { background: var(--orange-soft); }
.card-number { position: absolute; top: 18px; right: 22px; color: currentColor; font-family: var(--mono); font-size: 11px; opacity: .62; }
.card-symbol { position: relative; z-index: 1; display: flex; height: 45px; align-items: flex-end; gap: 4px; margin-bottom: 27px; }
.symbol-city i { display: block; width: 14px; background: var(--leaf); }
.symbol-city i:nth-child(1) { height: 26px; }.symbol-city i:nth-child(2) { height: 43px; background: var(--orange); }.symbol-city i:nth-child(3) { height: 34px; background: var(--blue); }
.symbol-center { align-items: center; }.symbol-center i { display: block; width: 11px; height: 11px; border: 2px solid var(--orange); border-radius: 50%; }.symbol-center i:nth-child(2), .symbol-center i:nth-child(4) { width: 20px; height: 20px; }.symbol-center i:nth-child(3) { border-color: var(--leaf); }
.institution-card h3, .entity-card h3, .scope-card h3 { position: relative; z-index: 1; margin: 0; font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }
.institution-card p:not(.card-eyebrow) { position: relative; z-index: 1; max-width: 410px; margin: 14px 0 0; color: #d6e4e8; font-size: 13px; line-height: 1.8; }
.center-card p:not(.card-eyebrow) { color: #59717b; }
.card-eyebrow { position: relative; z-index: 1; margin: 0 0 8px; color: var(--orange); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.card-foot { position: absolute; z-index: 1; bottom: 25px; left: 28px; color: #b9d6df; font-size: 11px; }.center-card .card-foot { color: var(--ink-soft); }

.philosophy { color: #fff; background: var(--ink-deep); }
.philosophy-layout { display: grid; grid-template-columns: minmax(310px, .95fr) minmax(390px, 1.05fr); gap: 82px; align-items: center; }
.kicker-light { color: #b7d4df; }.kicker-light > span { background: var(--orange); }
.philosophy-copy h2 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(35px, 4.2vw, 58px); font-weight: 600; letter-spacing: -.06em; line-height: 1.13; }.philosophy-copy h2 span { color: #f4a343; }
.philosophy-copy > p:not(.kicker):not(.model-note) { max-width: 495px; margin: 25px 0 0; color: #cbdce2; font-size: 15px; line-height: 1.9; }
.model-note { margin: 17px 0 0; color: #88a8b5; font-size: 11px; }
.growth-model { position: relative; min-height: 430px; padding: 28px 42px 0; color: #fff; border: 1px solid rgba(199, 224, 232, .26); background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); }
.growth-model::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; content: ""; background: rgba(255,255,255,.08); }
.model-cap { position: relative; z-index: 2; width: 72%; margin: 0 auto; padding: 7px 11px; color: #fff; background: var(--orange); font-family: var(--display); font-size: 18px; text-align: center; }
.mind-cluster { position: relative; z-index: 2; display: flex; width: 72%; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 18px auto 0; }
.mind-pill { display: grid; width: 47px; height: 40px; place-items: center; color: #fff; background: #e56049; border-radius: 50% 50% 47% 47%; font-size: 11px; transform: rotate(-4deg); }.mind-pill:nth-child(2n) { transform: rotate(5deg); background: #d84a3a; }.mind-pill:nth-child(3n) { background: #ee7635; }
.model-cross { position: absolute; z-index: 1; top: 99px; right: 26%; left: 26%; height: 168px; }.model-cross i { position: absolute; top: 0; left: 50%; width: 10px; height: 189px; background: var(--orange); transform-origin: top; }.model-cross i:first-child { transform: rotate(41deg); }.model-cross i:last-child { transform: rotate(-41deg); }
.learning-home { position: absolute; z-index: 2; right: 21%; bottom: 31px; left: 21%; color: #fff; text-align: center; }.home-roof { position: relative; z-index: 1; width: 76%; margin: 0 auto -1px; padding: 17px 5px 24px; background: var(--leaf); clip-path: polygon(50% 0, 100% 100%, 0 100%); font-family: var(--display); font-size: 17px; }.home-rooms { display: grid; grid-template-columns: repeat(3, 1fr); border: 2px solid #f2ffeb; background: rgba(105, 184, 75, .84); }.home-rooms span { display: grid; min-height: 52px; place-items: center; padding: 5px; border-right: 1px solid rgba(255,255,255,.74); font-family: var(--display); font-size: 14px; line-height: 1.1; }.home-rooms span:last-child { border-right: 0; }.home-foundation { padding: 5px; color: #fff; background: var(--orange); font-size: 10px; letter-spacing: .16em; }
.model-side { position: absolute; z-index: 2; top: 218px; color: #fff; background: var(--orange); font-family: var(--display); font-size: 14px; letter-spacing: .1em; writing-mode: vertical-rl; }.left-side { left: 13%; padding: 12px 7px; }.right-side { right: 13%; padding: 12px 7px; }

.practice { display: grid; grid-template-columns: minmax(350px, 1fr) minmax(350px, .9fr); gap: 88px; align-items: center; }
.practice-record { min-height: 386px; padding: 24px; color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 13px 13px 0 #e3efed; }.record-head { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 18px; }.record-head small { align-self: center; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }.record-title { display: flex; align-items: center; justify-content: space-between; padding: 21px 0 18px; font-family: var(--display); font-size: 30px; font-weight: 600; }.record-title i { display: grid; width: 35px; height: 35px; place-items: center; color: #fff; background: var(--leaf); border-radius: 50%; font-family: var(--body); font-size: 16px; font-style: normal; }.record-steps { display: grid; gap: 8px; }.record-steps div { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 11px; background: #f0f6f5; }.record-steps b { color: var(--orange); font-family: var(--display); font-size: 22px; }.record-steps span { color: #405f6c; font-size: 12px; font-weight: 700; }.record-steps em { color: #72858d; font-size: 10px; font-style: normal; }.record-note { display: grid; grid-template-columns: 6px 1fr; gap: 10px; margin-top: 17px; color: #667d88; font-size: 11px; line-height: 1.65; }.record-note span { background: var(--orange); }.record-note p { margin: 0; }
.practice-copy h2 { margin-top: 4px; }.practice-copy > p:not(.kicker) { margin: 23px 0 0; color: #516b77; font-size: 14px; line-height: 1.9; }.conversation-list { display: grid; gap: 0; margin-top: 27px; }.conversation-list div { display: grid; grid-template-columns: 31px 1fr; gap: 11px; padding: 12px 0; border-top: 1px solid var(--line); }.conversation-list span { color: var(--orange); font-family: var(--display); font-size: 19px; font-weight: 700; }.conversation-list p { margin: 0; color: #6b8089; font-size: 12px; }.conversation-list strong { margin-right: 7px; color: var(--ink); font-size: 13px; }

.information { background: var(--mist); }.information-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; }.information-head > p { max-width: 410px; margin: 0; color: #5b737e; font-size: 12px; line-height: 1.8; }.information-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 20px; margin-top: 43px; }.entity-card, .scope-card { min-height: 334px; padding: 31px; background: #fff; border: 1px solid #d2e0e1; }.entity-card { position: relative; padding-right: 125px; }.entity-seal { position: absolute; top: 31px; right: 30px; display: grid; width: 59px; height: 59px; place-items: center; color: var(--orange); border: 2px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 14px; line-height: .9; text-align: center; transform: rotate(-9deg); }.entity-card h3, .scope-card h3 { font-size: 28px; }.entity-card dl { display: grid; gap: 10px; margin: 28px 0 0; }.entity-card dl div { display: grid; grid-template-columns: 102px 1fr; gap: 12px; padding-bottom: 9px; border-bottom: 1px solid #ebeeee; }.entity-card dt { color: #7d9097; font-size: 11px; }.entity-card dd { margin: 0; color: #3b5967; font-size: 12px; }.mono { font-family: var(--mono); font-size: 11px !important; }.scope-card { color: #fff; background: var(--ink); border-color: var(--ink); }.scope-card h3 { color: #fff; }.scope-card ul { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }.scope-card li { display: grid; grid-template-columns: 17px 1fr; gap: 8px; color: #ccdde2; font-size: 12px; line-height: 1.7; }.scope-card li span { color: var(--orange); font-family: var(--mono); font-weight: 700; }.scope-note { margin: 23px 0 0; padding-top: 15px; color: #99b5c0; border-top: 1px solid rgba(255,255,255,.2); font-size: 10px; }

.visit { padding-top: 114px; padding-bottom: 124px; }.visit-card { position: relative; display: grid; grid-template-columns: .52fr 1.05fr .43fr; min-height: 320px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 30px rgba(17, 50, 70, .06); }.visit-art { position: relative; color: #b4d2d8; background: #eaf4f3; overflow: hidden; }.visit-art svg { position: absolute; top: 48%; left: 50%; width: 135%; transform: translate(-50%, -50%); }.map-dot { position: absolute; z-index: 2; width: 14px; height: 14px; background: var(--orange); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(239,130,1,.3); }.dot-one { top: 30%; left: 27%; }.dot-two { top: 52%; left: 58%; background: var(--leaf); box-shadow: 0 0 0 1px rgba(105,184,75,.3); }.dot-three { right: 20%; bottom: 24%; background: var(--blue); box-shadow: 0 0 0 1px rgba(0,141,213,.3); }.visit-copy { padding: 46px 45px; }.visit-copy h2 { font-size: 41px; }.visit-copy address { margin: 25px 0 8px; color: var(--ink); font-family: var(--display); font-size: 20px; font-style: normal; line-height: 1.45; }.visit-copy > p:not(.kicker) { max-width: 490px; margin: 0; color: #71848c; font-size: 11px; }.visit-rule { display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 31px 24px; color: #fff; background: var(--orange); }.visit-rule span { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.visit-rule strong { margin-top: 9px; font-family: var(--display); font-size: 25px; font-weight: 600; line-height: 1.25; }

.site-footer { color: #c9dce2; background: var(--ink-deep); }.footer-content { display: grid; grid-template-columns: 1fr minmax(230px, 1.4fr) auto; gap: 40px; align-items: center; min-height: 147px; }.footer-brand { display: flex; align-items: center; gap: 9px; color: #fff; font-family: var(--display); font-size: 20px; line-height: 1.1; }.footer-brand small { color: #9ebbc7; font-family: var(--body); font-size: 10px; letter-spacing: .08em; }.footer-mark { display: grid; width: 35px; height: 35px; place-items: center; color: #fff; background: var(--orange); font-family: var(--display); font-size: 22px; }.footer-content > p { margin: 0; color: #a7bfca; font-size: 11px; line-height: 1.8; }.footer-note { color: #7896a4; font-family: var(--mono); font-size: 9px; white-space: nowrap; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }.js .hero .reveal, .js .reveal.is-visible { opacity: 1; transform: translateY(0); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(239,130,1,.48); outline-offset: 3px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 64px; }.hero-art { width: min(620px, 100%); min-height: 452px; justify-self: center; }.about { column-gap: 50px; }.philosophy-layout { grid-template-columns: 1fr; gap: 48px; }.philosophy-copy { max-width: 660px; }.growth-model { width: min(560px, 100%); justify-self: center; }.practice { grid-template-columns: 1fr; gap: 45px; }.practice-copy { max-width: 640px; }.visit-card { grid-template-columns: .42fr 1fr; }.visit-rule { grid-column: 1 / -1; min-height: 102px; flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; }.visit-rule strong { margin: 0; }.footer-content { grid-template-columns: 1fr 1.4fr; padding: 30px 0; }.footer-note { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 32px, 1180px); }.section-space { padding-top: 78px; padding-bottom: 78px; }.site-header { min-height: 66px; padding: 0 16px; }.site-header.is-scrolled { min-height: 61px; }.brand-mark { width: 36px; height: 36px; flex-basis: 36px; }.brand-copy strong { font-size: 15px; }.brand-copy small { display: none; }.menu-button { z-index: 22; display: grid; width: 42px; height: 42px; align-content: center; gap: 5px; justify-content: center; padding: 0; color: #fff; background: transparent; border: 0; }.menu-button i { display: block; width: 20px; height: 1.5px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }.menu-button[aria-expanded="true"] i:nth-child(2) { transform: translateY(6.5px) rotate(45deg); }.menu-button[aria-expanded="true"] i:nth-child(3) { opacity: 0; }.menu-button[aria-expanded="true"] i:nth-child(4) { transform: translateY(-6.5px) rotate(-45deg); }.site-nav { position: fixed; z-index: 21; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 12px; padding: 103px 34px 34px; background: var(--ink-deep); opacity: 0; pointer-events: none; transform: translateX(10px); transition: opacity 170ms ease, transform 170ms ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); }.site-nav a { width: 100%; padding: 12px 0; color: #fff; font-family: var(--display); font-size: 30px; }.site-nav a::after { bottom: 5px; width: 38px; }.hero { min-height: 0; padding-top: 53px; padding-bottom: 45px; }.hero h1 { font-size: clamp(42px, 13vw, 57px); }.hero-intro { font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-index { gap: 12px; margin-top: 34px; }.hero-index div { display: block; }.hero-index dt { font-size: 19px; }.hero-index dd { margin-top: 1px; }.hero-art { min-height: 355px; }.trust-chip { bottom: 2px; font-size: 9px; }.hero-bridge { width: 119px; height: 137px; }.bridge-line { top: 37px; left: 58px; width: 6px; height: 81px; }.bridge-corner { width: 24px; height: 24px; }.corner-blue { top: 22px; left: 20px; }.corner-orange { right: 20px; bottom: 20px; }.bridge-heart, .bridge-home { width: 34px; height: 31px; font-size: 16px; }.bridge-heart { top: 31px; right: 19px; }.bridge-home { bottom: 25px; left: 18px; }.site-notice { align-items: flex-start; padding: 13px; font-size: 10px; }.about { display: block; }.about-intro { padding-top: 20px; }.about-intro p { font-size: 14px; }.institution-grid { grid-template-columns: 1fr; margin-top: 33px; }.institution-card { min-height: 270px; padding: 23px; }.institution-card h3 { font-size: 28px; }.card-foot { bottom: 20px; left: 23px; }.philosophy-layout { gap: 35px; }.philosophy-copy h2 { font-size: 40px; }.growth-model { min-height: 396px; padding: 23px 20px 0; }.model-cap, .mind-cluster { width: 82%; }.mind-cluster { gap: 5px; }.mind-pill { width: 41px; height: 35px; font-size: 10px; }.model-cross { top: 91px; right: 22%; left: 22%; height: 160px; }.model-cross i { height: 172px; }.learning-home { right: 16%; bottom: 25px; left: 16%; }.model-side { top: 212px; }.left-side { left: 7%; }.right-side { right: 7%; }.practice-copy h2, .section-heading h2, .information-head h2, .visit-copy h2 { font-size: 38px; }.information-head { display: block; }.information-head > p { margin-top: 18px; }.information-grid { grid-template-columns: 1fr; margin-top: 28px; }.entity-card, .scope-card { min-height: 0; padding: 23px; }.entity-card { padding-right: 100px; }.entity-card h3, .scope-card h3 { font-size: 25px; }.entity-seal { top: 23px; right: 20px; width: 51px; height: 51px; }.entity-card dl div { grid-template-columns: 1fr; gap: 1px; }.visit { padding-top: 78px; padding-bottom: 78px; }.visit-card { grid-template-columns: 1fr; }.visit-art { min-height: 148px; }.visit-copy { padding: 32px 25px; }.visit-copy h2 { font-size: 35px; }.visit-copy address { font-size: 17px; }.visit-rule { min-height: 82px; padding: 20px 25px; }.visit-rule strong { font-size: 21px; }.footer-content { display: grid; grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 29px 0; }.footer-note { grid-column: auto; }
}

@media (max-width: 720px) {
  .hero-bridge { left: -10px; }
  .hero-info-card { top: 22px; right: 0; width: 91%; min-height: 264px; padding: 20px; }
  .hero-info-card h2 { margin-top: 22px; font-size: 33px; }
  .hero-info-card p { font-size: 10px; }
  .info-card-lines { margin-top: 13px; }
  .info-card-foot { margin-top: 17px; }
  .practice-record { min-height: 0; padding: 19px; }
  .record-head { font-size: 16px; }
  .record-title { font-size: 26px; }
  .record-steps div { grid-template-columns: 29px 1fr; }
  .record-steps em { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.js .reveal { opacity: 1; transform: none; transition: none; }.site-header, .site-nav, .menu-button i { transition: none; } }
