
:root{
  --ink:#171717;
  --charcoal:#242424;
  --muted:#66615d;
  --red:#ae0d0d;
  --red-dark:#7f0808;
  --red-soft:#f7eaea;
  --cream:#f7f3ee;
  --paper:#fffdf9;
  --sand:#e5d8c7;
  --sage:#667264;
  --line:#ded7cf;
  --white:#ffffff;
  --shadow:0 20px 50px rgba(30,20,15,.12);
  --radius:22px;
  --container:min(1180px,calc(100% - 2rem));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
img{max-width:100%;display:block}
a{color:var(--red-dark);text-decoration-thickness:1.5px;text-underline-offset:3px}
a:hover{color:var(--red)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:0 0 .8rem;color:#201b18}
h1{font-size:clamp(2.8rem,7vw,5.8rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,4vw,3.55rem);letter-spacing:-.025em}
h3{font-size:1.38rem}
p{margin:.2rem 0 1.05rem}
.container{width:var(--container);margin-inline:auto}
.narrow{max-width:790px;margin-inline:auto}
.center{text-align:center}
.small{font-size:.92rem}
.eyebrow{font-size:.77rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.8rem}
.lead{font-size:clamp(1.12rem,2vw,1.33rem);line-height:1.55;color:#4d4844}
.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.7rem 1rem;border-radius:8px}
.utility-bar{background:var(--charcoal);color:#eee;font-size:.82rem}
.utility-inner{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;align-items:center}
.utility-bar a{color:#fff;text-decoration:none;font-weight:700}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.08)}
.header-inner{min-height:112px;display:flex;align-items:center;gap:1rem;justify-content:space-between}
.brand{display:flex;align-items:center;text-decoration:none;min-width:240px}
.brand-logo{width:238px;height:100px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;justify-content:flex-end}
.nav a{color:#24211f;text-decoration:none;font-size:.91rem;font-weight:750;padding:.62rem .62rem;border-radius:999px}
.nav a:hover,.nav a[aria-current="page"]{background:var(--red-soft);color:var(--red-dark)}
.nav .nav-cta{background:var(--red);color:#fff;padding:.72rem 1rem;margin-left:.25rem}
.nav .nav-cta:hover{background:var(--red-dark);color:#fff}
.menu-btn{display:none;border:1px solid var(--line);background:#fff;padding:.65rem .9rem;border-radius:10px;font-weight:800}
.hero{position:relative;min-height:660px;display:grid;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(20,16,14,.90),rgba(20,16,14,.63) 54%,rgba(20,16,14,.24)),url('../images/photos/freedom-wings-garden.jpg');background-position:center 38%;background-size:cover;background-repeat:no-repeat}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(transparent,var(--paper))}
.hero-content{position:relative;z-index:2;padding:6.5rem 0 9rem;max-width:770px;margin-left:max(0px,calc((100% - min(1180px,calc(100% - 2rem)))/2))}
.hero h1,.hero .lead{color:#fff}.hero .lead{max-width:690px}.hero .eyebrow{color:#f1b3b3}
.hero-kicker{display:inline-flex;align-items:center;gap:.55rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);padding:.5rem .8rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.15rem}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.55rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;background:var(--red);color:#fff;border:1px solid var(--red);padding:.86rem 1.15rem;border-radius:999px;font-weight:850;box-shadow:0 9px 22px rgba(139,8,8,.18)}
.btn:hover{background:var(--red-dark);border-color:var(--red-dark);color:#fff}
.btn-light{background:#fff;color:var(--red-dark);border-color:#fff}.btn-light:hover{background:#f5ece8;color:var(--red-dark)}
.btn-outline{background:transparent;border-color:currentColor;color:var(--red-dark);box-shadow:none}.hero .btn-outline,.section-dark .btn-outline{color:#fff}
.section{padding:6rem 0}
.section-compact{padding:3.8rem 0}
.section-cream{background:var(--cream)}
.section-red{background:linear-gradient(135deg,var(--red-dark),var(--red));color:#fff}.section-red h2,.section-red h3,.section-red .lead{color:#fff}.section-red .eyebrow{color:#ffd6d6}
.section-dark{background:#211f1d;color:#eae5df}.section-dark h2,.section-dark h3,.section-dark .lead{color:#fff}.section-dark .eyebrow{color:#f1b3b3}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,6vw,5rem);align-items:center}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;box-shadow:0 8px 30px rgba(30,20,15,.06)}
.card p:last-child{margin-bottom:0}
.card-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--red);margin-bottom:.55rem}
.photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#e8e2da;min-height:420px}
.photo img{width:100%;height:100%;min-height:420px;object-fit:cover}
.photo-short,.photo-short img{min-height:330px}
.page-hero{padding:5.8rem 0 4.8rem;background:linear-gradient(145deg,#faf6f1,#efe6dc);border-bottom:1px solid var(--line)}
.page-hero h1{max-width:920px;font-size:clamp(2.6rem,6vw,5rem)}
.page-hero .lead{max-width:820px}
.page-hero .breadcrumb{font-size:.86rem;margin-bottom:1.15rem;color:var(--muted)}
.statbar{position:relative;z-index:4;margin-top:-72px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.1rem;border:1px solid rgba(0,0,0,.06)}
.stats{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:1.2rem;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}
.stat strong{display:block;font-family:Georgia,serif;font-size:2rem;color:var(--red-dark)}.stat span{font-size:.88rem;color:var(--muted)}
.feature-list{display:grid;gap:.9rem;margin:1.3rem 0 0;padding:0;list-style:none}
.feature-list li{position:relative;padding-left:1.75rem}.feature-list li::before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}
.icon-number{width:44px;height:44px;border-radius:50%;background:var(--red-soft);color:var(--red-dark);display:grid;place-items:center;font-weight:900;margin-bottom:1rem}
.band{background:#fff;border-block:1px solid var(--line);padding:2rem 0}.band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.band p{margin:0}
.timeline{position:relative;margin-top:2.2rem}.timeline::before{content:"";position:absolute;left:18px;top:5px;bottom:5px;width:2px;background:var(--line)}
.timeline-item{position:relative;padding:0 0 2rem 3.4rem}.timeline-item::before{content:"";position:absolute;left:10px;top:.3rem;width:18px;height:18px;border-radius:50%;background:var(--red);border:4px solid #fff;box-shadow:0 0 0 1px var(--line)}
.timeline-item time{font-weight:900;color:var(--red-dark);font-size:.83rem;letter-spacing:.08em;text-transform:uppercase}
.quote{border-left:5px solid var(--red);padding:1rem 0 1rem 1.5rem;font-family:Georgia,serif;font-size:1.35rem;color:#3d3530}
.eagle-card{overflow:hidden;padding:0}.eagle-card img{width:100%;height:300px;object-fit:cover}.eagle-card .body{padding:1.6rem}
.species{font-style:italic;color:var(--muted);font-size:.92rem}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:1rem;border-bottom:1px solid var(--line);vertical-align:top}th{background:#2a2623;color:#fff;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}tr:last-child td{border-bottom:0}td.hours{font-weight:900;color:var(--red-dark);white-space:nowrap}
.qual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.qual-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.4rem}.qual-item h3{font-size:1.2rem}
.notice{border:1px solid #d9bcbc;background:#fff7f7;border-radius:16px;padding:1.25rem;color:#4b2727}
.document-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1.3rem;list-style:none;padding:0}.document-list li{padding:.7rem 0;border-bottom:1px solid var(--line)}
.gallery-grid{columns:3 280px;column-gap:1rem}.gallery-item{break-inside:avoid;margin:0 0 1rem;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--line)}.gallery-item img{width:100%;height:auto;min-height:220px;object-fit:cover}.gallery-item figcaption{padding:.8rem 1rem;color:var(--muted);font-size:.9rem}
form{display:grid;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}label{font-weight:800;font-size:.9rem}input,textarea,select{width:100%;border:1px solid #cfc6bd;border-radius:12px;padding:.85rem 1rem;background:#fff;font:inherit}textarea{min-height:150px;resize:vertical}.field{display:grid;gap:.4rem}
.site-footer{background:#171717;color:#ddd;padding:4.2rem 0 1.5rem}.site-footer h3{color:#fff;font-size:1.08rem}.site-footer a{color:#eee}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}.footer-logo-card{display:inline-block;background:#fff;border-radius:14px;padding:.45rem}.footer-logo{width:260px;height:170px;object-fit:contain}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #3b3734;margin-top:3rem;padding-top:1.1rem;font-size:.82rem;color:#aaa}
.reveal{opacity:1;transform:none}
@media (max-width:980px){.menu-btn{display:block}.nav{display:none;position:absolute;top:100%;left:1rem;right:1rem;background:#fff;border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:.75rem 1rem}.nav .nav-cta{margin-left:0;text-align:center}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-content{margin-left:auto;margin-right:auto;width:var(--container)}.hero{min-height:610px}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media (max-width:720px){.utility-inner{justify-content:center;text-align:center}.utility-inner span:first-child{display:none}.header-inner{min-height:92px}.brand{min-width:190px}.brand-logo{width:190px;height:82px}.grid-2,.grid-3,.qual-grid,.form-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr}.section{padding:4.2rem 0}.page-hero{padding:4rem 0 3.3rem}.hero{min-height:650px;background-position:58% center}.hero-content{padding:5rem 0 8rem}.statbar{margin-top:-52px}.stats{grid-template-columns:1fr 1fr}.stat{padding:.9rem}.stat strong{font-size:1.6rem}.band-inner,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.document-list{grid-template-columns:1fr}.gallery-grid{columns:1}.photo,.photo img{min-height:320px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Real-photo refresh */
.photo figcaption,.qualification-photo figcaption{padding:.7rem 1rem;background:#fff;color:var(--muted);font-size:.88rem;border-top:1px solid var(--line)}
.qualification-photo-strip{margin-top:2rem;margin-bottom:-1rem}.qualification-photo{min-height:0;max-height:none}.qualification-photo img{display:block;width:100%;height:440px;min-height:0;object-fit:cover}.qualification-photo figcaption{margin:0}
.gallery-item img{background:#ece6df}
@media (max-width:720px){.qualification-photo img{height:320px}.hero{background-position:56% 38%}}

/* Final all-real-photography pass */
.photo-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.story-photo{margin:0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 8px 28px rgba(30,20,15,.06)}
.story-photo img{width:100%;height:300px;object-fit:cover}
.story-photo figcaption{padding:.8rem 1rem;color:var(--muted);font-size:.9rem;background:#fff}
@media(max-width:900px){.photo-story-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.photo-story-grid{grid-template-columns:1fr}.story-photo img{height:auto;max-height:440px}}

.card-photo{padding:0;overflow:hidden}
.card-thumb{margin:0;aspect-ratio:4/3;overflow:hidden;background:#ddd;border-bottom:1px solid var(--line)}
.card-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.card-photo h3,.card-photo p{padding-left:1.25rem;padding-right:1.25rem}
.card-photo h3{padding-top:1.1rem}
.card-photo p{padding-bottom:1.25rem;margin-bottom:0}

/* Index: image-first "What we can accomplish" cards */
.section-red .card-photo{
  position:relative;
  aspect-ratio:4/3;
  min-height:0;
  padding:0;
  overflow:hidden;
  background:#251815;
  border-color:rgba(255,255,255,.34);
  box-shadow:0 10px 28px rgba(20,0,0,.20);
}
.section-red .card-photo .card-thumb{
  position:absolute;
  inset:0;
  margin:0;
  aspect-ratio:auto;
  border:0;
  background:#251815;
}
.section-red .card-photo .card-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.section-red .card-photo::after{
  content:"";
  position:absolute;
  inset:28% 0 0;
  background:linear-gradient(to bottom,rgba(15,8,7,0),rgba(15,8,7,.25) 25%,rgba(15,8,7,.90) 100%);
  pointer-events:none;
}
.section-red .card-photo h3,
.section-red .card-photo p{
  position:absolute;
  z-index:2;
  left:1rem;
  right:1rem;
  padding:0;
  margin:0;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
.section-red .card-photo h3{
  bottom:3.75rem;
  font-size:clamp(1.05rem,1.7vw,1.35rem);
  line-height:1.08;
}
.section-red .card-photo p{
  bottom:.85rem;
  font-size:.82rem;
  line-height:1.35;
  opacity:.96;
}
@media (max-width:720px){
  .section-red .card-photo{aspect-ratio:16/10}
  .section-red .card-photo h3{bottom:3.4rem}
}
