:root{color-scheme:light;--forest:#12382f;--forest-dark:#0b2d26;--paper:#f8f7f2;--cream:#e8e7dc;--ink:#183a32;--muted:#586d62;--orange:#d59a50}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.6}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid var(--orange);outline-offset:4px}
.site-shell{max-width:1680px;margin:auto}
.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,96px);background:var(--paper)}
.brand{display:flex;align-items:center;gap:16px;font-weight:700;letter-spacing:.01em}
.brand-mark{display:grid;place-items:center;width:52px;height:52px;background:var(--forest);color:#fff;font-family:Georgia,serif;font-size:1rem;letter-spacing:-.05em;border-radius:50%}
.brand-mark span{color:var(--orange)}
.site-header nav{display:flex;gap:34px;font-size:.9rem;font-weight:600}
.site-header nav a:hover,.site-footer a:hover{color:#a56527}
.intro{min-height:610px;position:relative;overflow:hidden;padding:clamp(72px,9vw,132px) clamp(24px,9vw,144px) 100px;background:var(--forest);color:#fff}
.intro:after{content:"";position:absolute;width:min(65vw,800px);height:min(65vw,800px);border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-290px;top:-190px;box-shadow:0 0 0 95px rgba(255,255,255,.025),0 0 0 210px rgba(255,255,255,.018);pointer-events:none}
.eyebrow,.section-number{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em}
.eyebrow{display:flex;align-items:center;gap:14px;color:#d9ddc6}
.rule{width:42px;height:2px;background:var(--orange)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.12}
h1{font-size:clamp(3rem,6.1vw,6.4rem);letter-spacing:-.05em;max-width:950px;margin:28px 0 30px;position:relative;z-index:1}
h1 em{font-weight:400;color:#e7b875}
.intro p{max-width:600px;font-size:1.15rem;color:#e2e8df;margin-bottom:32px;position:relative;z-index:1}
.primary-link{display:inline-flex;gap:28px;align-items:center;background:var(--orange);color:var(--forest-dark);padding:13px 21px;font-weight:700;position:relative;z-index:1}
.primary-link:hover{background:#edb96b}
.intro-stamp{position:absolute;right:7vw;bottom:65px;width:124px;height:124px;border:1px solid #d8c69e;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:1.35;letter-spacing:.16em;font-size:.7rem;color:#e5cf9e;transform:rotate(12deg)}
.mission{padding:clamp(72px,8vw,126px) clamp(24px,9vw,144px) clamp(80px,8vw,130px)}
.section-heading{display:grid;grid-template-columns:1fr 2.1fr;gap:20px 55px;max-width:1150px}
.section-number{color:#a46732}
.section-heading h2{font-size:clamp(2.6rem,4vw,4.6rem);letter-spacing:-.035em;margin:0}
.section-heading p{grid-column:2;max-width:740px;font-size:1.1rem;color:var(--muted);margin:2px 0 54px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid #c9d0c5}
.principles article{padding-top:28px}
.principle-number{display:inline-block;color:#a46732;font-family:Georgia,serif;font-size:1.25rem;margin-bottom:28px}
.principles h3{font-family:Georgia,serif;font-size:1.7rem;font-weight:400;line-height:1.2;margin-bottom:18px}
.principles p{max-width:360px;color:var(--muted)}
.contact{background:var(--cream);padding:clamp(70px,8vw,120px) clamp(24px,9vw,144px)}
.contact h2{font-size:clamp(2.6rem,5vw,5.4rem);letter-spacing:-.04em;max-width:850px;margin:20px 0 33px}
.contact-email{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;border-bottom:2px solid var(--forest);padding-bottom:5px}
.contact-email:hover{color:#a56527;border-color:#a56527}
.contact p{margin:24px 0 0;color:var(--muted)}
.site-footer{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;flex-wrap:wrap;padding:42px clamp(24px,9vw,144px);background:var(--forest-dark);color:#ecf0e9;font-size:.9rem}
.site-footer div{display:flex;flex-direction:column;gap:3px}.site-footer div span,.site-footer small{color:#b7c4ba}
.site-footer nav{display:flex;flex-wrap:wrap;gap:18px 25px}
@media(max-width:800px){.site-header{height:76px}.brand-name{font-size:.9rem}.site-header nav{gap:14px;font-size:.8rem}.intro{min-height:0;padding:90px 24px 110px}.intro-stamp{right:24px;bottom:24px;width:74px;height:74px;font-size:.43rem}.section-heading{display:block}.section-heading h2{margin:18px 0}.section-heading p{margin-bottom:42px}.principles{grid-template-columns:1fr;gap:0}.principles article{border-bottom:1px solid #c9d0c5;padding:20px 0}.principle-number{margin-bottom:13px}.principles h3{margin-bottom:8px}}
@media(max-width:480px){.brand-mark{width:43px;height:43px;font-size:.85rem}.brand{gap:8px}.brand-name{max-width:135px;line-height:1.2}.site-header nav a:first-child{display:none}.intro p{font-size:1.04rem}.site-footer{display:block}.site-footer nav{margin:26px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.legal-page{max-width:900px;margin:0 auto;padding:65px 24px 100px;color:var(--ink)}
.legal-page h1{font-size:clamp(2.6rem,5vw,4.3rem);margin:22px 0 8px}
.legal-page h2{font-size:1.8rem;margin:43px 0 13px;letter-spacing:-.02em}
.legal-page p,.legal-page li{font-size:1.02rem;line-height:1.7}
.legal-page ul{padding-left:25px}
.legal-page li{margin-bottom:6px}
.legal-page a:not(.back-link){text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.legal-date{color:var(--muted);margin-bottom:32px}
.back-link{font-weight:700;color:#a46732}
