
:root{
  --bg:#fff8ef; --paper:#ffffff; --ink:#28211c; --muted:#6e6259; --brand:#7a3e23; --brand2:#f2a45f; --soft:#ffe7cf; --accent:#4f7c66; --danger:#b13a2f; --line:#ead8c5;
  --shadow:0 10px 30px rgba(79,49,30,.10); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,var(--bg),#fff);color:var(--ink);line-height:1.6} img{max-width:100%;display:block} a{color:inherit}.skip{position:absolute;left:-9999px;top:auto}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem 1rem;border-radius:10px;z-index:9}
header{position:sticky;top:0;background:rgba(255,248,239,.93);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:5}.nav{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:800}.brand-logo{width:68px;height:68px;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 5px 16px rgba(79,49,30,.12)}.brand-name{font-size:1.02rem}nav{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}nav a{padding:.55rem .7rem;text-decoration:none;border-radius:999px;color:var(--muted);font-weight:700;font-size:.94rem}nav a:hover{background:var(--soft);color:var(--brand)}
.hero{max-width:1120px;margin:auto;padding:4.3rem 1rem 2.2rem;display:grid;grid-template-columns:1.05fr .95fr;gap:2.3rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:900;font-size:.82rem}h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:1.02;margin:.25rem 0 1rem}h2{font-size:clamp(1.65rem,3vw,2.55rem);line-height:1.1;margin:0 0 .8rem}h3{font-size:1.25rem;margin:.2rem 0 .5rem}p{margin:.45rem 0 1rem}.lead{font-size:1.18rem;color:#443930}.muted{color:var(--muted)}
.hero-visual{position:relative;min-height:560px}.hero-visual>img{width:100%;height:560px;object-fit:cover;object-position:50% 34%;border-radius:32px;border:1px solid var(--line);box-shadow:0 18px 45px rgba(67,43,28,.2)}.hero-note{position:absolute;left:-1.2rem;right:1.4rem;bottom:1.25rem;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border:1px solid rgba(234,216,197,.95);border-radius:18px;padding:1rem 1.1rem;box-shadow:var(--shadow)}.hero-note strong{display:block;color:var(--brand);font-size:1.15rem}.hero-note span{color:#443930;font-size:.94rem}
.buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--brand);color:white;text-decoration:none;font-weight:800;padding:.85rem 1.15rem;box-shadow:var(--shadow)}.btn.secondary{background:var(--accent)}.btn.light{background:#fff;color:var(--brand);border:1px solid var(--line)}.btn.warn{background:var(--danger)}
section{max-width:1120px;margin:auto;padding:3rem 1rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;box-shadow:var(--shadow)}.mission-card{padding:clamp(1.25rem,3vw,2rem)}.callout{background:linear-gradient(135deg,var(--soft),#fff);border:2px solid var(--brand2);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow)}
.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:1rem;align-items:stretch}.story-photo{margin:0;overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column}.story-photo img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center 25%}.story-photo figcaption{padding:.85rem 1rem;color:var(--muted);font-size:.9rem;background:#fff}.story-purpose{grid-column:1/-1}
.sam-gallery{padding-top:2rem}.photo-grid{display:grid;grid-template-columns:1.05fr .95fr 1.15fr .85fr;gap:.8rem;height:430px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}.photo-grid img:nth-child(1){object-position:center 28%}.photo-grid img:nth-child(2){object-position:center 42%}.photo-grid img:nth-child(3){object-position:center}.photo-grid img:nth-child(4){object-position:center 42%}
.alert{background:#fff2ef;border:2px solid #efb0aa}.mini{font-size:.92rem}.list{padding-left:1.1rem}.list li{margin:.3rem 0}.tag{display:inline-block;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:.25rem .6rem;margin:.15rem;font-size:.85rem;font-weight:700;color:var(--brand)}
.footer{background:#2d211b;color:#fff;margin-top:2rem}.footer .wrap{max-width:1120px;margin:auto;padding:2rem 1rem;display:grid;grid-template-columns:1.3fr .7fr;gap:1rem}.footer-brand{display:flex;align-items:center;gap:1rem}.footer-brand img{width:96px;height:96px;object-fit:contain;border-radius:14px;background:#fff}.footer a{color:#ffe0bd}.small{font-size:.86rem}
@media (max-width:900px){.photo-grid{grid-template-columns:repeat(2,1fr);height:auto}.photo-grid img{height:320px}.story-grid{grid-template-columns:1fr 1fr}.story-purpose{grid-column:1/-1}}
@media (max-width:820px){.hero{grid-template-columns:1fr;padding-top:2.6rem}.hero-visual{min-height:auto}.hero-visual>img{height:480px}.hero-note{left:.75rem;right:.75rem}.grid,.grid.two{grid-template-columns:1fr}nav{display:none}.footer .wrap{grid-template-columns:1fr}h1{font-size:2.4rem}.story-grid{grid-template-columns:1fr}.story-purpose{grid-column:auto}.story-photo img{min-height:390px}}
@media (max-width:560px){.brand-logo{width:56px;height:56px}.brand-name{font-size:.95rem}.footer-brand{align-items:flex-start}.footer-brand img{width:76px;height:76px}section{padding:2.35rem 1rem}.hero{padding:2.2rem 1rem 1.5rem}.hero-visual>img{height:420px}.photo-grid{grid-template-columns:1fr 1fr;gap:.55rem}.photo-grid img{height:240px;border-radius:14px}.buttons .btn{width:100%}}
