:root{--ink:#173335;--paper:#f7f4ec;--cream:#eee5d0;--green:#4acb8a;--line:#d9d7ce}*{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:16px;line-height:1.7}a{color:inherit;text-decoration:none}.header{min-height:112px;padding:0 max(4vw,26px);border-bottom:1px solid rgba(23,51,53,.15);display:flex;gap:28px;align-items:center;justify-content:space-between;background:rgba(247,244,236,.94);position:sticky;top:0;z-index:5;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:15px;line-height:1;letter-spacing:.02em;white-space:nowrap}.brand img{height:84px;width:126px;object-fit:contain;border-radius:0}.brand b{font-size:17px}.header nav{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:700}.header nav a{border-bottom:2px solid transparent;padding:5px 0}.header nav a:hover{border-color:var(--green)}.hero{max-width:1260px;margin:0 auto;min-height:650px;padding:92px max(4vw,30px) 70px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;overflow:hidden}.eyebrow,.heading span{color:#567074;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1{font-family:Georgia,serif;font-size:clamp(62px,8vw,115px);line-height:.86;font-weight:400;letter-spacing:-.06em;margin:22px 0 31px}.button{display:inline-flex;gap:20px;align-items:center;margin-top:20px;padding:12px 17px;border-radius:99px;background:var(--ink);color:#fff;font-weight:700;font-size:14px}.button span{font-size:19px;line-height:.8}.hero-images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:290px 170px;gap:14px;align-items:stretch}.hero-photo{display:block;width:100%;height:100%;object-fit:contain;background:var(--ink);box-shadow:0 20px 40px rgba(23,51,53,.15)}.photo-six{grid-column:span 2}.section{padding:100px max(4vw,30px);border-top:1px solid var(--line)}.wrap{max-width:1120px;margin:auto}.heading{margin-bottom:43px}.heading h2{font-family:Georgia,serif;letter-spacing:-.035em;font-size:clamp(37px,5vw,62px);font-weight:400;line-height:1.04;margin:9px 0 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:84px}.split p,.prose p,.thanks p{margin:0 0 20px}.intro{background:#f1ecde;border-top:0;padding-top:38px}.intro .heading h2,.history .heading h2{font-size:clamp(18.5px,2.5vw,31px)}.intro .split>div:last-child{font-size:18px}.history{background:var(--ink);color:#e8ece7}.story-grid{display:grid;grid-template-columns:280px 1fr;gap:72px}.story-photos{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.story-photos img{width:100%;height:190px;object-fit:contain;background:var(--ink);border-radius:0}.story-photos img:first-child{grid-column:span 2;height:245px}.prose{columns:2;column-gap:42px}.prose p{break-inside:avoid;font-size:15px}.updates{background:#fffdf8}.updates .heading h2{font-size:clamp(18.5px,2.5vw,31px)}.updates-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:52px;align-items:start}.timeline{border-left:1px solid #aac6b8;margin-left:12px}.timeline article{display:grid;grid-template-columns:170px 1fr;gap:35px;position:relative;padding:0 0 42px 39px}.timeline article:before{content:'';position:absolute;width:11px;height:11px;border-radius:50%;background:var(--green);left:-6px;top:9px}.timeline time{font-family:Georgia,serif;font-size:31px;line-height:1}.timeline p{margin:0;max-width:750px}.updates-photos{display:grid;gap:14px}.updates-photos img{display:block;width:100%;height:auto;border-radius:0}.help{background:var(--cream)}.help .heading h2{font-size:clamp(18.5px,2.5vw,31px)}.help-grid{display:grid;gap:34px}.help-grid p{max-width:720px}.help-grid a{display:block;width:min(100%,640px);margin:0 auto;transition:transform .2s}.help-grid a:hover{transform:translateY(-5px)}.help-grid img{width:100%;height:auto;display:block}.gallery-section .heading h2{font-size:clamp(18.5px,2.5vw,31px)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery a{display:grid;place-items:center;aspect-ratio:3/4;overflow:hidden;border-radius:0;background:var(--ink)}.gallery img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s}.gallery a:hover img{transform:scale(1.02)}.thanks{background:#fcfaf4}.thanks-grid{display:grid;grid-template-columns:260px 1fr;gap:78px}.thanks-grid>img{display:block;width:100%;height:auto;border-radius:0}.contact{background:var(--green)}.contact-copy{max-width:720px}.email-link{display:inline-block;margin-top:10px;font-size:1.2rem;font-weight:700;text-decoration:underline;text-underline-offset:4px}footer{min-height:88px;padding:0 max(4vw,30px);display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#e8ece7;font-size:13px}@media(max-width:800px){.header{height:auto;min-height:100px;padding:12px 20px;align-items:flex-start}.header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px 13px;font-size:11px}.brand b{font-size:14px}.brand img{height:68px;width:102px}.hero{grid-template-columns:1fr;padding-top:62px;gap:34px;min-height:0}.hero-images{grid-template-rows:280px 150px}.section{padding:74px 25px}.split,.story-grid,.help-grid,.thanks-grid,.updates-layout{grid-template-columns:1fr;gap:35px}.prose{columns:1}.story-photos{max-width:340px}.timeline article{grid-template-columns:1fr;gap:8px;padding-left:28px}.updates-photos{grid-template-columns:repeat(3,1fr);align-items:start}.gallery{grid-template-columns:repeat(2,1fr)}.thanks-grid>img{width:220px}.heading{margin-bottom:28px}.hero h1{font-size:73px}.help-grid a{max-width:310px}}
