:root{color-scheme:dark;--bg:#101211;--surface:#181b19;--ink:#f0f0e9;--muted:#a4aaa3;--line:#343a34;--accent:#c4cfb8;font-family:Arial,Helvetica,sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}a:hover{color:var(--accent)}::selection{background:#c4cfb8;color:#101211}.skip{position:fixed;left:20px;top:-80px;background:var(--ink);color:var(--bg);padding:15px;z-index:100}.skip:focus{top:15px}.header{height:94px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;position:absolute;top:0;left:0;right:0;z-index:10;border-bottom:1px solid #ffffff26}.brand{display:flex}.brand img{width:136px;height:auto}nav{display:flex;gap:36px;align-items:center;font-size:.875rem}nav a{position:relative;padding:9px 0}nav a:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .35s}nav a:hover:after{transform:scaleX(1)}.nav-contact{margin-left:24px}.nav-contact span{margin-left:20px}.hero{position:relative;isolation:isolate;min-height:620px;min-height:clamp(620px,78svh,800px);display:flex;flex-direction:column;justify-content:space-between;padding:148px 5.5% 0;overflow:hidden}.hero-image{position:absolute;inset:-4%;background:url('terrain.jpg') 55% 55%/cover;z-index:-3;filter:saturate(.3);transform:scale(1.035);animation:landscape-drift 24s ease-in-out infinite alternate;will-change:transform}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#070b09c9,transparent 95%),linear-gradient(180deg,#090d0b77,transparent 40%,#101211 100%)}.eyebrow,.section-label,.sector-number,.sector-note,.program-bottom,.hero-foot,.principle-index,.footer-bottom{font-family:monospace;font-size:.75rem;letter-spacing:.1em;line-height:1.6}.eyebrow{color:var(--muted);margin:0}.hero .eyebrow{color:#d4d9cf;letter-spacing:.16em}.hero-content{max-width:1100px}.hero h1{font-size:clamp(4.5rem,8.2vw,8.4rem);font-weight:400;letter-spacing:-.055em;line-height:1.01;margin:36px 0 56px}.headline-line{display:block;animation:headline-in 1.1s cubic-bezier(.22,.75,.25,1) both}.headline-line:nth-child(2){animation-delay:.12s}.headline-line:nth-child(3){animation-delay:.24s}.serif{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;letter-spacing:-.055em}.hero h1 .headline-accent{color:var(--accent)}.hero-enter{animation:fade-in 1.4s both}.hero-foot{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #ffffff30;padding:27px 0 28px;color:#b8c1b1}.scroll-link{display:flex;gap:22px;align-items:center}.scroll-track{width:1px;height:30px;background:#ffffff30;position:relative;overflow:hidden}.scroll-track:after{content:"";width:1px;height:13px;background:#d9e2d2;position:absolute;animation:scroll-cue 2.2s infinite}.section{padding:84px 5.5%}.section-label{display:flex;justify-content:space-between;gap:25px;color:var(--muted);margin-bottom:38px}.section-label>span:last-child{font-size:.75rem}.section-heading{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:end;margin-bottom:46px}h2{font-size:clamp(2.8rem,4.9vw,4.8rem);line-height:1.07;font-weight:400;letter-spacing:-.045em;margin:0}h2 .serif{color:var(--accent)}p{line-height:1.7}.section-heading>p{max-width:480px;font-size:1.0625rem;color:var(--muted);margin:0 0 3px auto}.sectors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sector{padding:34px 32px 35px 0;display:flex;flex-direction:column;position:relative;transition:background .35s}.sector+.sector{border-left:1px solid var(--line);padding-left:32px}.sector:last-child{padding-right:0}.sector-number{display:flex;align-items:center;justify-content:space-between;color:var(--accent)}.sector-number>span{font-size:20px;color:#555f51}.sector h3{font-size:clamp(1.65rem,2.15vw,2.15rem);font-weight:400;letter-spacing:-.035em;line-height:1.15;margin:28px 0 16px}.sector p{font-size:1rem;color:var(--muted);margin:0 0 30px;max-width:360px}.sector-note{color:#bcc6b5;font-size:.75rem;letter-spacing:.04em;margin-top:auto}.sector:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .5s}.sector:hover:after{transform:scaleX(1)}.philosophy{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:64px}.philosophy-intro h3{font-size:clamp(2rem,3.1vw,3rem);font-weight:400;letter-spacing:-.04em;line-height:1.2;margin:26px 0 0}.philosophy-intro .serif{color:var(--accent)}.principle{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:0 0 32px}.principle+.principle{border-top:1px solid var(--line);padding-top:32px}.principle:last-child{padding-bottom:0}.principle-index{color:#919d87;padding-top:4px}.principle h4{font-size:1.4rem;font-weight:400;margin:0 0 14px;letter-spacing:-.025em}.principle p{color:var(--muted);margin:0;font-size:1rem}.systems{background:var(--surface)}.programs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #41483e}.program{padding:36px 60px 0 0}.program+.program{padding-left:60px;padding-right:0;border-left:1px solid #41483e}.program h3{font-size:2.15rem;font-weight:400;letter-spacing:-.035em;margin:38px 0 20px}.program p{max-width:490px;color:var(--muted);font-size:1rem;margin:0}.program-bottom{display:flex;gap:28px;margin-top:40px;color:#bdc6b6;font-size:.75rem}.contact{background:#e9ece5;color:#1b231d;--muted:#535f51;--accent:#526249;--line:#bfc8ba;--ink:#1b231d}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:9%}.contact-copy h2{font-size:clamp(2.8rem,4.5vw,4.5rem)}.contact-copy>p{font-size:1.0625rem;color:var(--muted);max-width:325px;margin:32px 0}.email-link{display:inline-flex;gap:36px;font-size:1rem;border-bottom:1px solid #a0ae98;padding:8px 0}.contact-form{min-width:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}.field{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}label{font-size:.875rem;color:#2f392e}label>span{color:#69745f}.optional{font-size:.75rem}input,select,textarea{width:100%;min-width:0;border:0;border-radius:0;border-bottom:1px solid #a7b19f;padding:10px 0 14px;background:transparent;color:#1b231d;line-height:1.5;font-size:1rem;outline:none;color-scheme:light;transition:border-color .2s}input::placeholder,textarea::placeholder{color:#697460;opacity:1}input:focus,select:focus,textarea:focus{border-bottom:2px solid #34462b;padding-bottom:13px}textarea{resize:vertical;min-height:115px}select{cursor:pointer;padding-right:12px}select:has(option:checked[value=""]){color:#697460}.form-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.form-note{max-width:275px;font-size:.75rem;line-height:1.65;color:#596451;margin:0}.form-note a{text-decoration:underline}.contact-form button{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:32px;border:1px solid #263420;background:#263420;color:#f0f2eb;padding:18px 22px;font-size:.875rem;cursor:pointer;transition:background .25s,transform .25s}.contact-form button:hover{background:#3a4d31;transform:translateY(-2px)}.contact-form button:active{transform:translateY(0)}.contact-form button>span{font-size:20px}.form-help{font-size:.75rem;color:#63705a;text-align:right;margin:15px 0 0}.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(100%)}footer{padding:50px 5.5% 30px}.footer-main,.footer-bottom{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer-main img{width:136px;height:auto}.footer-main p,.footer-main>a:last-child{font-size:.875rem;color:var(--muted)}.footer-main>a:last-child span{margin-left:15px}.footer-bottom{border-top:1px solid var(--line);margin-top:40px;padding-top:25px;color:#8f9889;font-size:.75rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.motion-ready .reveal{opacity:0;transform:translateY(25px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.65,.3,1)}.motion-ready .reveal.visible{opacity:1;transform:translateY(0)}.sectors .reveal:nth-child(2){transition-delay:.08s}.sectors .reveal:nth-child(3){transition-delay:.16s}@keyframes landscape-drift{to{transform:scale(1.1) translate(-1%,1%)}}@keyframes headline-in{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes scroll-cue{0%{transform:translateY(-14px)}70%,100%{transform:translateY(31px)}}@media(max-width:1000px){.section-heading{gap:45px}.contact-grid{gap:45px}.form-bottom{align-items:flex-start;flex-direction:column;gap:20px}.form-note{max-width:none}.form-help{text-align:left}.philosophy{gap:45px}.sector{padding-right:22px}.sector+.sector{padding-left:22px}}@media(max-width:720px){html{scroll-padding-top:24px}.header{height:80px;padding:0 6%}.brand img{width:104px}nav{gap:18px;font-size:.875rem}.nav-contact{margin-left:0}.nav-contact span{display:none}.hero{min-height:560px;min-height:clamp(560px,76svh,660px);padding:136px 6% 0}.hero h1{font-size:clamp(3.5rem,12.7vw,5.8rem);margin:36px 0 35px}.hero .eyebrow{font-size:.75rem;letter-spacing:.1em}.hero-image{background-position:62% center}.hero-foot{font-size:.75rem;gap:15px;padding:24px 0}.scroll-link>span:first-child{display:none}.section{padding:56px 6%}.section-label{margin-bottom:36px;font-size:.75rem}.section-label>span:last-child{display:none}.section-heading{grid-template-columns:1fr;gap:28px;margin-bottom:45px}h2{font-size:clamp(2.4rem,8.8vw,3.6rem)}.section-heading>p{margin:0;font-size:1rem}.sectors{grid-template-columns:1fr}.sector,.sector+.sector,.sector:last-child{padding:26px 0 30px;border-left:0}.sector+.sector{border-top:1px solid var(--line)}.sector h3{font-size:1.875rem;margin:25px 0 15px}.sector p{max-width:none;margin-bottom:22px}.sector-note{font-size:.75rem}.philosophy{grid-template-columns:1fr;gap:42px;margin-top:48px}.principle{grid-template-columns:42px 1fr;gap:12px}.programs{grid-template-columns:1fr}.program,.program+.program{padding:30px 0;border-left:0}.program:last-child{padding-bottom:0}.program+.program{border-top:1px solid #41483e}.program h3{font-size:1.875rem;margin-top:25px}.program-bottom{margin-top:26px;gap:20px}.contact-grid{grid-template-columns:1fr;gap:50px}.contact-copy h2{font-size:clamp(2.7rem,10vw,4rem)}.contact-copy>p{margin:25px 0 18px;max-width:none}.form-row{grid-template-columns:1fr;gap:0}.field{margin-bottom:28px}.form-bottom{flex-direction:column-reverse;align-items:stretch;gap:22px}.contact-form button{width:100%}.form-note{font-size:.75rem}.footer-main{flex-wrap:wrap}.footer-main>a:first-child{flex:1}.footer-main p{order:3;width:100%;margin:5px 0 0}.footer-main img{width:112px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:14px;font-size:.75rem;margin-top:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;will-change:auto!important}.motion-ready .reveal{opacity:1;transform:none}.hero-image{transform:none}}

@media(max-width:480px){nav a:first-child{display:none}.header{gap:14px}nav{gap:18px}}
@media(max-width:720px){.header{height:auto;min-height:80px;padding-top:24px;padding-bottom:24px;flex-wrap:wrap}nav{flex-wrap:wrap}h1,h2,h3,h4{overflow-wrap:anywhere}.email-link{max-width:100%;overflow-wrap:anywhere}}
.program,.contact-copy,.principles{min-width:0}.program-bottom{flex-wrap:wrap}

/* The direction heading leads directly into the three sectors. */
.direction>.section-heading{display:block;margin-bottom:38px}
.direction h2{max-width:1100px}
@media(max-width:720px){.direction>.section-heading{margin-bottom:30px}}
