
:root {
  --ink: #18211d;
  --forest: #19352d;
  --forest-2: #10251f;
  --moss: #78927f;
  --gold: #c9a46a;
  --paper: #f3f0e8;
  --paper-2: #e9e4d8;
  --white: #fffdf8;
  --line: rgba(24,33,29,.14);
  --shadow: 0 30px 80px rgba(15,32,26,.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 26px max(24px, calc((100vw - 1160px)/2)); color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 54px; height: 54px; display: grid; place-items: center; }
.brand-mark img { width: 54px; height: 54px; object-fit: contain; filter: drop-shadow(0 6px 18px rgba(0,0,0,.25)); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 24px/1 var(--serif); letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .22em; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.site-nav a { opacity: .86; }
.site-nav a:hover { opacity: 1; }
.site-nav .nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.52); opacity: 1; }
.menu-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.55); color: white; padding: 9px 12px; font: inherit; }
.hero { position: relative; min-height: 860px; display: flex; align-items: flex-end; color: white; background: #24352f url('assets/images/hero-castle-cows.jpg') center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,16,.84) 0%, rgba(8,20,16,.62) 42%, rgba(8,20,16,.18) 75%), linear-gradient(0deg, rgba(8,20,16,.65), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding: 210px 0 72px; }
.eyebrow { margin: 0 0 20px; color: #e6d2aa; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.eyebrow.dark { color: #6b745d; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 26px; font: 600 clamp(54px, 7vw, 94px)/.92 var(--serif); letter-spacing: -.035em; }
h1 em { color: #e5c58f; font-weight: 500; }
h2 { margin-bottom: 20px; font: 600 clamp(42px, 5vw, 66px)/.98 var(--serif); letter-spacing: -.025em; }
h3 { font-family: var(--serif); font-size: 29px; line-height: 1.04; }
.hero-lede { max-width: 690px; font-size: 19px; color: rgba(255,255,255,.84); }
.hero-actions, .brand-actions, .fellowship-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; font-size: 12px; font-weight: 700; letter-spacing: .02em; border: 1px solid transparent; transition: .2s ease; }
.button-primary { background: var(--gold); color: #15231d; }
.button-primary:hover { transform: translateY(-2px); background: #d4b27d; }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.button-light { background: var(--white); color: var(--forest); }
.button-outline { border-color: var(--ink); }
.hero-facts { margin-top: 70px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 780px; border-top: 1px solid rgba(255,255,255,.24); }
.hero-facts div { padding: 22px 24px 0 0; display: grid; gap: 2px; }
.hero-facts strong { font: 600 26px/1.1 var(--serif); }
.hero-facts span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .66; }
.intro { padding: 120px 0 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px 90px; align-items: start; }
.intro-copy { max-width: 650px; font-size: 18px; color: #445149; }
.intro-media.full-span { grid-column: 1 / -1; }
.intro-media img { width: 100%; border-radius: 2px; box-shadow: var(--shadow); object-fit: cover; max-height: 640px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.gallery { padding: 10px 0 120px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.gallery-card { margin: 0; background: var(--white); border: 1px solid rgba(24,33,29,.08); box-shadow: var(--shadow); overflow: hidden; }
.gallery-card.wide { grid-row: span 2; }
.gallery-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.gallery-card.wide img { min-height: 100%; height: 100%; }
.gallery-card figcaption { padding: 16px 18px 20px; font-size: 13px; color: #556158; }
.vision { padding: 110px 0; background: var(--forest); color: white; }
.vision-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: stretch; }
.vision-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.72); font-size: 18px; }
.principles { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.principles article { padding: 28px 28px 0 0; }
.principles span { color: var(--gold); font-size: 11px; font-weight: 700; }
.principles h3 { margin: 12px 0 8px; font-size: 28px; }
.principles p { font-size: 14px; color: rgba(255,255,255,.62); }
.quote-card { background: #e6d7bd; color: var(--forest-2); padding: 48px; display: flex; flex-direction: column; justify-content: space-between; min-height: 480px; box-shadow: var(--shadow); }
.quote-mark { font: 700 80px/1 var(--serif); color: #9f7d49; }
blockquote { margin: 0; font: 600 37px/1.05 var(--serif); letter-spacing: -.02em; }
.quote-card p { margin: 30px 0 0; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.craft { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 560px; color: #556158; }
.section-heading.compact { align-items: center; }
.feature-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 18px; }
.feature-card { min-height: 330px; padding: 34px; background: var(--paper-2); border: 1px solid rgba(24,33,29,.08); display: flex; flex-direction: column; }
.feature-card.large { background: #d8d0bd; }
.feature-index { margin-bottom: auto; font-size: 11px; font-weight: 700; letter-spacing: .15em; color: #748071; }
.feature-card h3 { margin: 38px 0 12px; }
.feature-card p { color: #566158; font-size: 14px; }
.feature-card a { margin-top: 10px; font-size: 12px; font-weight: 700; }
.brand-section { padding: 110px 0; background: #8c6d42; color: white; }
.brand-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.brand-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.78); font-size: 18px; }
.text-link.light { color: white; }
.brand-panel { padding: 42px; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.07); }
.brand-panel-crest { width: 88px; margin-bottom: 18px; filter: drop-shadow(0 6px 18px rgba(0,0,0,.18)); }
.brand-panel span { display: block; margin-bottom: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; opacity: .65; }
.brand-panel strong { display: block; font: 600 35px/1.05 var(--serif); }
.brand-panel p { margin: 24px 0 0; color: rgba(255,255,255,.7); }
.fellowship { padding: 90px 0; }
.fellowship-card { padding: 58px; border: 1px solid var(--line); background: var(--white); display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; box-shadow: var(--shadow); }
.fellowship-card h2 { font-size: 50px; }
.fellowship-card p { margin-bottom: 0; color: #566158; max-width: 650px; }
.news { padding: 50px 0 120px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.news-grid article { padding: 28px 36px 0 0; min-height: 260px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.news-grid article + article { padding-left: 36px; }
.news-grid article:last-child { border-right: 0; }
.news-grid time { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #728075; }
.news-grid h3 { font-size: 27px; margin: 30px 0 auto; }
.news-grid a { padding-top: 24px; font-size: 12px; font-weight: 700; }
.stewardship { padding: 90px 0; background: #232b27; color: white; }
.stewardship-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: end; }
.stewardship-inner h2 { margin-bottom: 0; }
.stewardship-inner > p { margin-bottom: 6px; max-width: 700px; color: rgba(255,255,255,.66); font-size: 17px; }
.site-footer { padding: 72px 0 24px; background: #0e1814; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.footer-brand .brand-mark img { width: 50px; height: 50px; }
.footer-grid > div:first-child > p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-grid h3 { font: 600 22px/1 var(--serif); }
.footer-grid a, .footer-grid div:nth-child(3) p { display: block; margin: 8px 0; color: rgba(255,255,255,.62); font-size: 12px; }
.footer-bottom { margin-top: 58px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.network { padding: 32px 0 120px; }
.network-heading { margin-bottom: 42px; }
.network-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.network-card { position: relative; min-height: 360px; padding: 34px 30px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s ease, background .2s ease; }
.network-card:last-child { border-right: 0; }
.network-card:hover { background: var(--paper-2); transform: translateY(-4px); }
.network-kicker { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #728075; }
.network-card h3 { margin: 58px 0 15px; font-size: 31px; }
.network-card p { margin: 0 0 28px; color: #566158; font-size: 14px; }
.network-card strong { margin-top: auto; font-size: 12px; }
.network-card strong span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.network-card:hover strong span { transform: translate(3px,-2px); }
.journal-card { background: #ece7da; }
@media (max-width: 1050px) {
  .network-grid { grid-template-columns: repeat(2, 1fr); }
  .network-card { border-bottom: 1px solid var(--line); }
  .network-card:nth-child(2) { border-right: 0; }
  .network-card:nth-child(3), .network-card:nth-child(4) { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-card.wide { grid-row: auto; grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 1160px); }
  .site-header { padding: 18px 16px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 92px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; padding: 20px; background: rgba(12,26,21,.98); }
  .site-nav.open { display: flex; }
  .hero { min-height: 760px; }
  .hero-content { padding-bottom: 48px; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; max-width: 360px; }
  .hero-facts div { padding-top: 12px; }
  .intro, .vision-grid, .section-heading, .brand-grid, .stewardship-inner { grid-template-columns: 1fr; gap: 36px; }
  .principles { grid-template-columns: 1fr; }
  .feature-grid, .news-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.wide { grid-column: auto; }
  .news-grid article, .news-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fellowship-card { grid-template-columns: 1fr; padding: 34px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 620px) {
  .network { padding-bottom: 80px; }
  .network-grid { grid-template-columns: 1fr; }
  .network-card, .network-card:nth-child(2), .network-card:nth-child(3) { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .network-card:last-child { border-bottom: 0; }
  .network-card h3 { margin-top: 38px; }
}
@media (max-width: 560px) {
  h1 { font-size: 50px; }
  h2 { font-size: 42px; }
  .hero-lede { font-size: 16px; }
  .hero-actions, .brand-actions, .fellowship-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .quote-card { padding: 32px; min-height: 390px; }
  blockquote { font-size: 31px; }
  .intro, .craft, .fellowship, .news, .gallery { padding-top: 80px; padding-bottom: 80px; }
  .footer-bottom { flex-direction: column; }
}
