:root{color-scheme:light;--color-bg: oklch(1 0 0);--color-ink: oklch(.16 .026 220);--color-muted: oklch(.43 .024 220);--color-primary: oklch(.34 .102 216);--color-primary-strong: oklch(.22 .072 222);--color-primary-deep: oklch(.16 .054 224);--color-primary-soft: oklch(.94 .023 214);--color-accent: oklch(.56 .15 34);--color-accent-strong: oklch(.47 .14 32);--color-gold: oklch(.73 .11 83);--color-sage: oklch(.56 .056 144);--color-purple: oklch(.43 .078 303);--color-line: oklch(.9 .011 220);--color-surface: oklch(.975 .004 220);--shadow-tight: 0 8px 16px oklch(.16 .026 220 / .1);--max: 1180px;--pad: clamp(1rem, 3vw, 2rem);--section: clamp(3.75rem, 7vw, 6.5rem);font-family:Aptos,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}*,*:before,*:after{min-width:0}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:6rem;background:var(--color-bg)}body{margin:0;color:var(--color-ink);background:var(--color-bg);font-size:clamp(1rem,.97rem + .18vw,1.125rem);line-height:1.58;text-rendering:optimizeLegibility}body::selection{color:#fff;background:var(--color-primary)}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button,select{font:inherit}:focus-visible{outline:3px solid var(--color-gold);outline-offset:4px}.site-shell{min-height:100vh;overflow-x:clip}.container{width:calc(100% - (var(--pad) * 2));max-width:var(--max);margin-inline:auto}h1,h2,h3,h4,p,li,a,strong,small{overflow-wrap:break-word}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--color-line);backdrop-filter:blur(14px)}.header-inner{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.72rem;min-width:0;font-weight:850;line-height:1.05}.brand-logo{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center}.brand-logo img{width:44px;height:44px;object-fit:contain}.brand-copy{display:grid;gap:.18rem}.brand-copy strong{max-width:18ch;color:var(--color-primary-strong);font-size:1.05rem}.brand-copy small{color:var(--color-muted);font-size:.78rem;font-weight:700}.nav{display:flex;align-items:center;gap:clamp(.55rem,1.8vw,1.35rem);color:var(--color-ink);font-size:.9rem;font-weight:750}.nav a{padding-block:.55rem}.nav a:hover{color:var(--color-accent-strong)}.header-actions{display:flex;align-items:center;gap:.75rem}.language-field{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-muted);font-size:.88rem;font-weight:750}.language-field select{min-height:42px;color:var(--color-ink);background:var(--color-bg);border:1px solid var(--color-line);border-radius:999px;padding:0 .72rem;font-weight:850}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:3px;padding:.78rem 1.18rem;font-size:.94rem;font-weight:850;line-height:1;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--color-accent)}.button-primary:hover{background:var(--color-accent-strong)}.button-secondary{color:var(--color-primary-strong);border-color:var(--color-primary);background:transparent}.button-secondary:hover{color:#fff;background:var(--color-primary)}.hero .button-secondary,.detail-hero .button-secondary,.school-band .button-secondary,.give-strip .button-secondary{color:#fff;border-color:#ffffffb3}.hero .button-secondary:hover,.detail-hero .button-secondary:hover,.school-band .button-secondary:hover,.give-strip .button-secondary:hover{color:var(--color-primary-strong);background:#fff}.hero{position:relative;display:grid;min-height:clamp(520px,calc(76vh - 82px),700px);align-items:stretch;background:var(--color-primary-deep)}.hero-media,.detail-hero-media{position:absolute;inset:0}.hero-media img,.detail-hero-media img{height:100%;object-fit:cover}.hero-media img{object-position:center}.hero-media:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,oklch(.13 .05 224 / .88),oklch(.13 .05 224 / .7) 34%,oklch(.13 .05 224 / .18) 70%),linear-gradient(0deg,oklch(.13 .05 224 / .42),transparent 45%)}.hero-content{position:relative;z-index:1;display:grid;min-height:clamp(520px,calc(76vh - 82px),700px);align-content:center;padding-block:clamp(3rem,6vw,5rem)}.hero-copy{max-width:710px;color:#fff}.hero h1,.detail-hero h1,.section h2,.school-poster h2,.support-copy h2{margin:0;font-family:Georgia,Times New Roman,serif;line-height:.98;letter-spacing:-.035em;text-wrap:balance}.hero h1{max-width:12ch;font-size:clamp(3.1rem,7vw,5rem)}.hero p{max-width:42ch;width:100%;margin:1.35rem 0 0;color:#eef3f5;font-size:clamp(1.05rem,1.4vw,1.22rem);line-height:1.55}.hero-actions,.section-actions{display:flex;flex-wrap:wrap;gap:.82rem;margin-top:1.65rem}.hero-note{display:block;max-width:44ch;margin-top:2.1rem;color:#efdcb8;font-size:.94rem;font-weight:750}.section{padding-block:var(--section)}.section-soft{background:var(--color-surface)}.section-primary{color:#fff;background:var(--color-primary-strong)}.section-label{display:block;margin-bottom:.75rem;color:var(--color-gold);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.section-label.centered{text-align:center}.section h2{max-width:14ch;color:inherit;font-size:clamp(2rem,4.8vw,3.8rem)}.section h3{margin:0;color:inherit;line-height:1.1;letter-spacing:-.015em;text-wrap:balance}.lead{max-width:65ch;width:100%;margin:1rem 0 0;color:var(--color-muted);font-size:clamp(1.02rem,1.15vw,1.15rem);line-height:1.62}.center-title{max-width:18ch!important;margin-inline:auto!important;text-align:center}.center-lead{max-width:760px;margin-inline:auto;text-align:center}.identity-section{background:#fff}.identity-grid{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);gap:clamp(2rem,5vw,4rem);align-items:start}.identity-section h2{max-width:16ch;font-size:clamp(2rem,4.2vw,3.35rem)}.pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--color-line);border:1px solid var(--color-line)}.pillar{min-height:230px;padding:clamp(1.15rem,2.2vw,1.7rem);background:#fff}.module-icon{position:relative;display:grid;width:46px;height:46px;place-items:center;color:#fff;background:var(--color-accent)}.pillar-symbol{width:46px;height:46px;object-fit:contain}.pillar h3{margin-top:1.55rem;color:var(--color-primary-strong);font-size:1.02rem}.pillar p{margin:.55rem 0 0;color:var(--color-muted);font-size:.9rem;line-height:1.45}.mission-section{position:relative;min-height:560px;padding-block:0;background:#fff}.mission-image{position:absolute;inset:0 auto 0 0;width:44%}.mission-image img{height:100%;object-fit:cover}.mission-grid{display:grid;min-height:560px;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.mission-copy{grid-column:2}.activity-rail{grid-column:2;display:grid;gap:1.1rem;max-width:520px;margin:0;padding:0;list-style:none}.activity-rail li{position:relative;padding:0 0 1.1rem 3.2rem;border-bottom:1px solid var(--color-line);color:var(--color-ink);font-size:clamp(1.02rem,1.45vw,1.22rem);font-weight:850;line-height:1.2}.activity-rail li:before{position:absolute;top:-.1rem;left:0;width:34px;height:34px;background:var(--color-sage);clip-path:circle(50%);content:""}.ministries-section{background:linear-gradient(180deg,white 0%,var(--color-surface) 100%)}.ministries-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:clamp(2rem,5vw,4rem);align-items:end}.image-frame,.ministries-image,.school-photo,.place-card img,.location img,.speaker img{overflow:hidden}.image-frame,.ministries-image{border-radius:6px;box-shadow:var(--shadow-tight)}.image-frame img,.ministries-image img{aspect-ratio:16 / 9;object-fit:cover}.ministries-row{display:grid;grid-template-columns:repeat(7,minmax(135px,1fr));gap:1px;margin-top:clamp(2rem,5vw,3.5rem);background:var(--color-line);border:1px solid var(--color-line);scrollbar-color:var(--color-primary) var(--color-surface)}.ministry-link{display:flex;min-height:210px;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.2rem;background:#fff;transition:background-color .18s ease,color .18s ease}.ministry-link:hover{color:#fff;background:var(--color-primary-strong)}.ministry-link span{color:var(--color-primary-strong);font-size:.98rem;font-weight:850;line-height:1.15}.ministry-link small{color:var(--color-muted);font-size:.82rem;font-weight:650;line-height:1.45}.ministry-link em{color:var(--color-accent-strong);font-size:.82rem;font-style:normal;font-weight:850}.ministry-link:hover span,.ministry-link:hover small,.ministry-link:hover em{color:#fff}.school-band{position:relative;color:#fff;background:var(--color-primary)}.school-home-grid{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(260px,.48fr) minmax(340px,.9fr);gap:0;align-items:stretch}.school-poster{display:grid;align-content:center;min-height:390px;padding:clamp(2rem,4vw,3.25rem);background:var(--color-primary)}.school-poster span{margin-bottom:.25rem;color:#efdcb8;font-size:.9rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.school-poster h2{max-width:10ch;color:#fff;font-family:Arial Narrow,Impact,Segoe UI,sans-serif;font-size:clamp(3rem,5.8vw,5.15rem);font-weight:900;letter-spacing:0;line-height:.92;overflow-wrap:normal;text-transform:uppercase;word-break:normal}.school-poster strong{display:block;color:var(--color-gold);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,4.2vw,3.6rem);font-style:italic;line-height:.85}.school-poster .lead{max-width:34ch;color:#e1eef1}.school-facts{display:grid;align-content:center;gap:1.35rem;padding:clamp(2rem,4vw,3rem);background:var(--color-primary);border-left:1px solid oklch(1 0 0 / .24)}.school-facts p{display:grid;gap:.35rem;margin:0}.school-facts strong{color:#fff;font-size:1.1rem}.school-facts span{color:#d0e2e6;font-size:.94rem}.school-photo img{height:100%;min-height:390px;object-fit:cover}.places-section{background:#fff}.place-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1.75rem;background:var(--color-line);border:1px solid var(--color-line)}.place-card{background:#fff}.place-card img{aspect-ratio:1.6;object-fit:cover}.place-card div{min-height:125px;padding:1rem}.place-card h3{color:var(--color-primary-strong);font-size:1rem;font-weight:900;text-transform:uppercase}.place-card p{margin:.42rem 0 0;color:var(--color-muted);font-size:.9rem}.support-strip{display:grid;grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);background:var(--color-surface)}.support-strip figure{margin:0}.support-strip img{height:100%;min-height:320px;object-fit:cover}.support-copy{display:grid;align-content:center;padding:clamp(2rem,5vw,4rem)}.support-copy h2{max-width:16ch;color:var(--color-primary-strong);font-size:clamp(2rem,4vw,3.5rem)}.support-copy p{max-width:62ch;margin:1rem 0 0;color:var(--color-muted)}.text-link{display:inline-flex;align-items:center;color:var(--color-primary-strong);font-weight:850}.text-link:after{margin-left:.45rem;content:"->"}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:2rem}.contact-card{display:flex;min-height:142px;flex-direction:column;justify-content:space-between;border:1px solid var(--color-line);border-radius:6px;padding:1.2rem;background:#fff}.contact-card strong{color:var(--color-primary-strong);font-size:1.04rem}.contact-card a{color:var(--color-accent-strong);font-weight:850;overflow-wrap:anywhere}.detail-hero{position:relative;display:grid;min-height:clamp(500px,calc(74vh - 82px),700px);align-items:stretch;color:#fff;background:var(--color-primary-deep)}.detail-hero-media:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,oklch(.13 .05 224 / .92),oklch(.13 .05 224 / .72) 42%,oklch(.13 .05 224 / .18) 82%),linear-gradient(0deg,oklch(.13 .05 224 / .48),transparent 55%)}.school-hero{min-height:clamp(560px,calc(80vh - 82px),760px)}.school-hero .detail-hero-media img{object-position:center}.detail-hero-content{position:relative;z-index:1;display:grid;min-height:inherit;align-content:center;max-width:1180px;padding-block:clamp(3rem,6vw,5.5rem)}.hero-mini-logo{width:42px;height:42px;margin-bottom:1.35rem;filter:brightness(0) invert(1)}.back-link{width:fit-content;margin-bottom:1.35rem;color:#f3e3c3;font-size:.94rem;font-weight:850}.back-link:before{content:"< "}.school-date{display:inline-flex;margin-bottom:1rem;color:var(--color-gold);font-weight:900}.detail-hero h1{max-width:12ch;color:#fff;font-size:clamp(3.05rem,7vw,5.35rem)}.detail-hero p{max-width:58ch;width:100%;margin:1.3rem 0 0;color:#e7f0f4;font-size:clamp(1.05rem,1.35vw,1.24rem)}.school-quote{max-width:36ch;color:#f2dfbb!important;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.18rem,2vw,1.65rem)!important;font-style:italic;line-height:1.28}.school-intro-grid{display:grid;grid-template-columns:minmax(270px,.75fr) minmax(0,1.25fr);gap:clamp(2rem,5vw,4rem);align-items:center}.school-intro-copy h2{max-width:14ch}.school-intro-copy strong{display:block;margin-top:.75rem;color:var(--color-primary-strong)}.school-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.school-mosaic img{aspect-ratio:.82;border-radius:4px;object-fit:cover}.module-section{padding-top:0}.module-section h2,.school-location-section h2,.speakers-section h2,.school-timeline h2{max-width:none;margin-inline:auto;text-align:center}.module-grid,.location-grid,.speaker-grid,.option-grid{display:grid;gap:1px;margin-top:2rem;background:var(--color-line);border:1px solid var(--color-line)}.module-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.module{display:grid;min-height:190px;align-content:start;justify-items:center;padding:1.4rem 1rem;background:#fff;text-align:center}.module-icon{width:42px;height:42px;margin-bottom:1.1rem;color:var(--color-primary);background:transparent}.module-icon:before,.module-icon:after{position:absolute;content:""}.icon-book:before{inset:8px 7px;border:2px solid currentColor;border-radius:3px}.icon-book:after{top:8px;bottom:8px;left:50%;width:2px;background:currentColor}.icon-people:before{width:11px;height:11px;border:2px solid currentColor;border-radius:50%;box-shadow:-13px 8px 0 -1px currentColor,13px 8px 0 -1px currentColor}.icon-people:after{bottom:7px;width:30px;height:14px;border:2px solid currentColor;border-top:0;border-radius:0 0 18px 18px}.icon-brush:before{width:5px;height:30px;background:currentColor;transform:rotate(38deg)}.icon-brush:after{right:8px;bottom:6px;width:12px;height:12px;border:2px solid currentColor;border-radius:0 0 10px 10px;transform:rotate(38deg)}.icon-megaphone:before{width:26px;height:20px;border:2px solid currentColor;clip-path:polygon(0 28%,70% 0,100% 0,100% 100%,70% 100%,0 72%)}.icon-megaphone:after{bottom:5px;left:13px;width:8px;height:14px;background:currentColor;transform:rotate(-18deg)}.icon-globe:before{width:30px;height:30px;border:2px solid currentColor;border-radius:50%}.icon-globe:after{width:2px;height:30px;background:currentColor;box-shadow:-9px 0 0 -.4px currentColor,9px 0 0 -.4px currentColor}.module p{max-width:20ch;margin:0;color:var(--color-primary-strong);font-weight:900;line-height:1.18}.school-location-section{color:#fff;background:var(--color-primary)}.location-grid{grid-template-columns:repeat(4,minmax(0,1fr));background:#ffffff38;border-color:#ffffff38}.location{min-height:310px;padding:1rem;background:var(--color-primary-strong)}.location img{aspect-ratio:1.55;margin-bottom:1rem;object-fit:cover}.location h3{color:#fff;font-size:1.05rem}.location p{margin:.45rem 0 0;color:#d1e1e5;font-size:.9rem}.option-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:860px;margin-inline:auto;background:var(--color-line)}.option-card{padding:1.4rem;background:#fff;border:0;border-radius:0}.option-featured{color:#fff;background:var(--color-primary)}.option-card h3{color:inherit;font-size:1.25rem}.option-card p{margin:.45rem 0 0;color:var(--color-muted)}.option-featured p{color:#dbebef}.option-card ul{display:grid;gap:.42rem;margin:1rem 0 0;padding:0;list-style:none}.option-card li{position:relative;padding-left:1.2rem;color:inherit;font-size:.92rem}.option-card li:before{position:absolute;left:0;color:var(--color-gold);content:"✓"}.regulation-entry-section{padding-top:0}.regulation-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,3rem);align-items:center;padding-block:clamp(2rem,5vw,3rem);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.regulation-entry h2{max-width:13ch}.regulation-entry .lead{max-width:64ch}.speakers-section{padding-top:0}.speaker-grid{grid-template-columns:repeat(4,minmax(0,1fr));background:transparent;border:0;gap:1rem}.speaker{position:relative;overflow:hidden;min-height:190px;border-radius:6px;color:#fff;background:var(--color-primary-strong)}.speaker img{height:100%;min-height:190px;object-fit:cover}.speaker:after{position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(0deg,oklch(.12 .04 224 / .9),transparent);content:""}.speaker strong{position:absolute;right:.8rem;bottom:.8rem;left:.8rem;z-index:1;display:block;padding:.55rem .75rem;background:var(--color-primary);border-radius:3px;font-size:.92rem;line-height:1.1;text-align:center}.school-timeline{padding-block:clamp(3rem,6vw,5rem);color:#fff;background:var(--color-primary)}.school-timeline h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.timeline-track{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin-top:2rem;background:#ffffff38;border:1px solid oklch(1 0 0 / .22)}.timeline-track article{display:grid;min-height:150px;align-content:start;gap:.35rem;padding:1rem;background:var(--color-primary)}.timeline-track span{display:grid;width:44px;height:44px;place-items:center;border:1px solid oklch(1 0 0 / .45);border-radius:50%;color:var(--color-gold);font-weight:900}.timeline-track strong{color:#fff;font-size:.9rem;line-height:1.15}.timeline-track p{margin:0;color:#d1e1e5;font-size:.86rem;line-height:1.35}.regulation-hero{min-height:clamp(500px,calc(72vh - 82px),680px)}.regulation-hero .detail-hero-media img{object-position:center 42%}.regulation-section{background:var(--color-surface)}.regulation-shell{display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,1fr);gap:clamp(1.5rem,5vw,4rem);align-items:start}.regulation-summary{position:sticky;top:7rem;padding:1.25rem 0;border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-line)}.regulation-summary h2{max-width:10ch;font-family:inherit;font-size:clamp(1.35rem,2vw,1.75rem);letter-spacing:-.015em}.regulation-summary p{margin:.85rem 0 0;color:var(--color-muted);line-height:1.5}.regulation-documents{max-width:820px}.regulation-document{background:#fff;border:1px solid var(--color-line);border-radius:6px}.regulation-document-header{padding:clamp(1.4rem,4vw,2.75rem);color:#fff;background:var(--color-primary-deep)}.regulation-document-header span{color:var(--color-gold);font-weight:900}.regulation-document-header h2{max-width:13ch;margin:.55rem 0 0;color:#fff}.regulation-document-header p{max-width:52ch;margin:1rem 0 0;color:#d9e3e7}.regulation-body{padding:clamp(1.25rem,4vw,2.75rem)}.regulation-block+.regulation-block,.regulation-acceptance{margin-top:clamp(1.8rem,4vw,2.75rem);padding-top:clamp(1.4rem,3vw,2rem);border-top:1px solid var(--color-line)}.regulation-block h3,.regulation-acceptance h3{margin:0;color:var(--color-primary-strong);font-size:clamp(1.18rem,2vw,1.5rem);line-height:1.15;text-wrap:balance}.regulation-block p,.regulation-acceptance p{margin:.85rem 0 0;color:var(--color-ink);line-height:1.68}.regulation-block ul{display:grid;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none}.regulation-block li{position:relative;padding-left:1.25rem;color:var(--color-muted);line-height:1.5}.regulation-block li:before{position:absolute;top:.68rem;left:0;width:.42rem;height:.42rem;background:var(--color-accent);border-radius:50%;content:""}.regulation-acceptance{background:var(--color-primary-soft);margin-inline:calc(clamp(1.25rem,4vw,2.75rem)*-1);margin-bottom:calc(clamp(1.25rem,4vw,2.75rem)*-1);padding-inline:clamp(1.25rem,4vw,2.75rem);padding-bottom:clamp(1.25rem,4vw,2.75rem)}.regulation-acceptance>span{display:block;margin-bottom:.85rem;color:var(--color-primary);font-size:.92rem;font-weight:850}.regulation-acceptance h4{margin:1.45rem 0 0;color:var(--color-primary-strong);font-size:1rem}.regulation-download{display:flex;flex-wrap:wrap;gap:.9rem 1rem;align-items:center;justify-content:space-between;margin-top:1.2rem;padding:1rem;background:#fff;border:1px solid var(--color-line);border-radius:6px}.regulation-download p{max-width:42ch;margin:0;color:var(--color-muted);font-size:.94rem;line-height:1.45}.regulation-download .button{margin:0}.signature-fields{display:grid;gap:.65rem;margin:1rem 0 0;padding:0;list-style:none}.signature-fields li{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(160px,1fr);gap:.85rem;align-items:end}.signature-fields strong{color:var(--color-primary-strong);font-size:.92rem}.signature-fields span{display:block;min-height:1.4rem;border-bottom:1px solid oklch(.66 .03 220)}.give-strip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:clamp(2rem,5vw,3.25rem);color:#fff;background:var(--color-primary-deep);border-radius:6px}.give-strip h2{max-width:16ch}.give-strip .lead{color:#d6e0e3}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:clamp(2rem,6vw,5rem);align-items:start}.detail-main{max-width:760px}.detail-lead{margin:0;color:var(--color-ink);font-size:clamp(1.14rem,1.45vw,1.35rem);line-height:1.55}.detail-focus{margin-top:clamp(2.25rem,5vw,4rem);padding-top:clamp(1.5rem,3vw,2.25rem);border-top:1px solid var(--color-line)}.detail-focus h2,.detail-panel h2{max-width:none;font-family:inherit;font-size:clamp(1.4rem,2.1vw,1.9rem);letter-spacing:-.015em}.detail-focus ul{display:grid;gap:.85rem;margin:1.25rem 0 0;padding:0;list-style:none}.detail-focus li{display:flex;gap:.75rem;color:var(--color-muted);font-weight:750}.detail-focus li:before{width:.72rem;height:.72rem;flex:0 0 auto;margin-top:.55rem;background:var(--color-accent);border-radius:50%;content:""}.detail-panel{position:sticky;top:6.5rem;border:1px solid var(--color-line);border-radius:6px;padding:clamp(1.25rem,2.8vw,2rem);background:var(--color-surface)}.detail-panel p{margin:1rem 0 0;color:var(--color-muted)}.detail-panel .button-secondary{background:#fff}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1px;margin-top:2rem;background:var(--color-line);border:1px solid var(--color-line)}.related-link{display:grid;min-height:165px;align-content:space-between;gap:1rem;padding:1.2rem;background:#fff}.related-link span{color:var(--color-primary-strong);font-size:1.12rem;font-weight:850;line-height:1.15}.related-link small{color:var(--color-muted);font-size:.9rem;line-height:1.45}.site-footer{padding-block:2rem;color:#fff;background:var(--color-primary-deep)}.site-footer .brand-copy strong,.site-footer .brand-copy small{color:#fff}.site-footer .brand-logo img{filter:none}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-inner p{max-width:52ch;margin:0;color:#d3e1e4;font-size:.92rem}@media(max-width:1080px){.nav{display:none}.identity-grid,.mission-grid,.ministries-layout,.school-intro-grid,.detail-grid,.regulation-entry,.regulation-shell,.give-strip{grid-template-columns:1fr}.mission-section{padding-block:var(--section)}.mission-image{position:relative;width:100%;height:360px}.mission-grid{min-height:0}.mission-copy,.activity-rail{grid-column:auto}.pillars,.place-grid,.location-grid,.speaker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.school-home-grid{grid-template-columns:1fr}.school-facts{border-top:1px solid oklch(1 0 0 / .24);border-left:0}.timeline-track{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-panel{position:static}.regulation-summary{position:static;padding-bottom:1.5rem}}@media(max-width:720px){:root{--section: clamp(3rem, 11vw, 4.25rem)}html{scroll-padding-top:10rem;overflow-x:hidden}body{overflow-x:hidden;line-height:1.55}.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;padding-block:.75rem;align-items:center}.brand{max-width:245px}.brand-copy strong{font-size:.98rem}.header-actions,.language-field{display:block;width:auto}.language-field span{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0);white-space:nowrap}.button{width:100%;min-width:0}.language-field select{width:4.9rem;min-width:0;min-height:44px;padding-inline:.72rem;border-radius:999px}.header-actions .button{display:none}.footer-inner{flex-wrap:wrap}.hero,.hero-content{min-height:clamp(470px,calc(78svh - 130px),590px)}.hero h1{max-width:11ch;font-size:clamp(2.25rem,10vw,3rem);line-height:1;letter-spacing:-.025em}.hero p,.detail-hero p{font-size:1rem;line-height:1.5}.hero-media:after,.detail-hero-media:after{background:linear-gradient(90deg,oklch(.13 .05 224 / .9),oklch(.13 .05 224 / .62)),linear-gradient(0deg,oklch(.13 .05 224 / .64),transparent 55%)}.hero-actions,.section-actions{gap:.65rem;margin-top:1.35rem}.section h2,.support-copy h2{max-width:14ch;font-size:clamp(1.85rem,8vw,2.45rem);letter-spacing:-.025em}.lead{font-size:1rem;line-height:1.55}.pillars,.place-grid,.module-grid,.location-grid,.speaker-grid,.option-grid,.timeline-track,.support-strip{grid-template-columns:1fr}.pillar{min-height:auto}.mission-image{height:300px}.activity-rail li{padding-left:2.55rem}.ministries-row{grid-template-columns:1fr;gap:.75rem;margin-inline:0;padding:0;background:transparent;border:0}.ministry-link{min-height:0;gap:.75rem;border:1px solid var(--color-line);border-radius:6px;padding:1rem}.ministry-link span{font-size:1.05rem;line-height:1.2}.ministry-link small{font-size:.92rem;line-height:1.45}.ministry-link em{font-size:.9rem}.school-poster,.school-facts{padding:1.35rem}.school-poster h2{font-size:clamp(2.8rem,15vw,4rem)}.school-photo img{min-height:260px}.school-mosaic{grid-template-columns:1fr}.school-mosaic img{aspect-ratio:1.6}.module{min-height:150px}.location{min-height:0}.speaker img{min-height:230px}.detail-hero,.detail-hero-content,.school-hero{min-height:clamp(450px,calc(70svh - 130px),560px)}.detail-hero h1{max-width:11ch;font-size:clamp(2.2rem,10vw,3rem);letter-spacing:-.025em}.give-strip{padding:1.35rem}.regulation-document-header,.regulation-body{padding:1.2rem}.regulation-acceptance{margin-inline:-1.2rem;margin-bottom:-1.2rem;padding-inline:1.2rem;padding-bottom:1.2rem}.signature-fields li{grid-template-columns:1fr;gap:.2rem}.footer-inner{align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.001ms!important}}
