:root {
  --ink: #1e2c27;
  --forest: #30483f;
  --forest-deep: #22372f;
  --sage: #80988d;
  --sage-soft: #dfe8e2;
  --cream: #f7f2e8;
  --paper: #fcfaf5;
  --clay: #b86e50;
  --gold: #c4a665;
  --muted: #66736e;
  --white: #ffffff;
  --line: rgba(30,44,39,.14);
  --shadow: 0 24px 60px rgba(30,44,39,.12);
  --radius: 22px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; background: #fff; color: #111; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { background: var(--forest-deep); color: rgba(255,255,255,.86); font-size: 13px; letter-spacing: .01em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { color: #fff; text-decoration: none; }
.utility-inner a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(252,250,245,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(30,44,39,.08); }
.nav-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand-icon { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: var(--sage-soft); box-shadow: inset 0 0 0 1px rgba(48,72,63,.12); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a { padding: 10px 12px; text-decoration: none; font-size: 14px; font-weight: 650; border-radius: 999px; }
.site-nav a:hover { background: var(--sage-soft); }
.site-nav .nav-cta { margin-left: 6px; padding-inline: 19px; background: var(--forest); color: #fff; }
.site-nav .nav-cta:hover { background: var(--forest-deep); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; border-radius: 10px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 690px; background: var(--cream); }
.hero-texture { position: absolute; inset: 0; opacity: .72; background:
  radial-gradient(circle at 78% 26%, rgba(196,166,101,.38) 0 1px, transparent 2px) 0 0/24px 24px,
  radial-gradient(circle at 16% 84%, rgba(128,152,141,.22), transparent 32%),
  linear-gradient(128deg, rgba(255,255,255,.72), rgba(247,242,232,.35) 56%, rgba(223,232,226,.8));
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 76px; align-items: center; padding: 96px 0 122px; }
.eyebrow { margin: 0 0 16px; color: var(--clay); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2, .contact-section h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 6vw, 76px); }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: #40514a; font-size: 19px; line-height: 1.75; }
.no-cost { display: inline-flex; align-items: center; gap: 10px; margin: 22px 0 0; color: var(--forest); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.no-cost::before { content: ""; width: 30px; height: 2px; background: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: #fff; box-shadow: 0 12px 30px rgba(48,72,63,.16); }
.button-primary:hover { background: var(--forest-deep); }
.button-ghost { border-color: rgba(48,72,63,.32); color: var(--forest); background: rgba(255,255,255,.44); }
.button-ghost:hover { background: #fff; }
.hero-card { position: relative; padding: 34px; border-radius: 30px; background: rgba(255,255,255,.84); border: 1px solid rgba(48,72,63,.10); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; right: -25px; top: -25px; width: 95px; height: 95px; border-radius: 50%; background: rgba(196,166,101,.32); z-index: -1; }
.hero-card-mark { width: 88px; height: 88px; display: grid; place-items: center; background: var(--sage-soft); border-radius: 50%; margin-bottom: 26px; }
.hero-card-mark svg { width: 62px; height: 62px; fill: none; stroke: var(--forest); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin: 0 0 8px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1.18; font-weight: 500; }
.quick-facts { margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.quick-facts div { display: grid; grid-template-columns: 88px 1fr; gap: 18px; padding: 8px 0; }
.quick-facts dt { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.quick-facts dd { margin: 0; font-weight: 700; }
.hero-wave { position: absolute; left: -2%; right: -2%; bottom: -72px; height: 125px; border-radius: 50% 50% 0 0/42% 42% 0 0; background: var(--paper); }

.section { padding: 112px 0; }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-heading h2, .center-heading h2, .community-copy h2, .magazine-copy h2 { margin: 0; font-size: clamp(38px, 4.6vw, 56px); }
.intro-copy { font-size: 18px; color: #4b5a54; }
.intro-copy p { margin: 0 0 20px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 10px; color: var(--forest); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(48,72,63,.35); }
.text-link:hover { color: var(--clay); border-color: var(--clay); }

.support-section { background: #fff; border-block: 1px solid rgba(30,44,39,.07); }
.center-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.center-heading p:last-child { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.service-card:hover { border-color: rgba(48,72,63,.32); transform: translateY(-3px); transition: .2s ease; }
.service-number { position: absolute; right: 23px; top: 18px; color: rgba(48,72,63,.15); font-family: Georgia, "Times New Roman", serif; font-size: 44px; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; background: var(--sage-soft); margin-bottom: 34px; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--forest); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 25px; }
.service-card p { margin: 0; color: var(--muted); }

.community-section { background: var(--cream); }
.community-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.community-art { position: relative; width: min(100%, 470px); aspect-ratio: 1; margin-inline: auto; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(48,72,63,.18); }
.ring-one { inset: 7%; }
.ring-two { inset: 23%; border-style: dashed; }
.community-center { position: absolute; inset: 35%; display: grid; place-items: center; border-radius: 50%; background: var(--forest); box-shadow: 0 18px 40px rgba(48,72,63,.2); }
.community-center svg { width: 48%; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.orbit-tag { position: absolute; padding: 10px 15px; border-radius: 999px; background: #fff; box-shadow: 0 12px 30px rgba(30,44,39,.11); font-size: 12px; font-weight: 800; color: var(--forest); }
.tag-one { left: 1%; top: 26%; }
.tag-two { right: 0; top: 18%; }
.tag-three { left: 8%; bottom: 20%; }
.tag-four { right: 1%; bottom: 28%; }
.community-copy p:not(.eyebrow):not(.quote-block p) { color: var(--muted); font-size: 17px; }
.quote-block { margin: 30px 0; padding: 20px 0 20px 23px; border-left: 3px solid var(--gold); }
.quote-block p { margin: 0; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-style: italic; line-height: 1.4; }

.magazine-section { background: #fff; }
.magazine-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.magazine-cover { position: relative; width: min(100%, 365px); aspect-ratio: .72; justify-self: center; overflow: hidden; padding: 28px; color: #fff; background: linear-gradient(155deg, #3d5a4f 0%, #263b33 72%); border-radius: 8px 22px 22px 8px; box-shadow: 20px 30px 60px rgba(30,44,39,.22); }
.magazine-cover::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 12%); pointer-events:none; }
.cover-top { font-size: 12px; letter-spacing: .3em; font-weight: 700; }
.cover-title { margin-top: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 44px; line-height: .95; }
.cover-rule { width: 50px; height: 3px; margin: 19px 0; background: var(--gold); }
.cover-sub { width: 70%; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.6; }
.cover-art { position: absolute; left: 28px; right: 28px; top: 42%; bottom: 20%; }
.stem { position: absolute; left: 52%; top: 6%; width: 3px; height: 95%; background: var(--gold); transform: rotate(9deg); transform-origin: bottom; }
.leaf { position: absolute; width: 92px; height: 53px; background: rgba(223,232,226,.92); border-radius: 92px 0 92px 0; transform-origin: bottom right; }
.leaf-a { left: 20%; top: 19%; transform: rotate(21deg); }
.leaf-b { right: 7%; top: 40%; transform: rotate(116deg) scale(.83); background: rgba(196,166,101,.9); }
.leaf-c { left: 25%; bottom: 2%; transform: rotate(-13deg) scale(.72); background: rgba(184,110,80,.82); }
.cover-issue { position: absolute; right: 26px; bottom: 25px; text-align: right; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .12em; }
.cover-issue strong { display: inline-block; margin-top: 3px; color: #fff; font-size: 12px; }
.magazine-copy { max-width: 650px; }
.magazine-copy > p:not(.eyebrow):not(.small-note) { color: var(--muted); font-size: 18px; }
.issue-pill { display: inline-block; margin: 18px 0 4px; padding: 9px 14px; border-radius: 999px; background: var(--sage-soft); color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.small-note { color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: var(--forest-deep); }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -230px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.contact-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.eyebrow.light { color: #d7be86; }
.contact-section h2 { margin: 0 0 22px; font-size: clamp(40px, 5vw, 58px); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 17px; }
.contact-details { display: grid; gap: 17px; margin-top: 38px; }
.contact-details a, .contact-details > div { display: flex; flex-direction: column; text-decoration: none; }
.contact-label { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-details strong { margin-top: 3px; color: #fff; font-size: 16px; }
.contact-form { padding: 34px; border-radius: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label span { display: block; margin: 0 0 7px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; padding: 12px 13px; outline: none; }
.contact-form textarea { resize: vertical; min-height: 135px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #d7be86; box-shadow: 0 0 0 3px rgba(215,190,134,.12); }
.button-light { background: #fff; color: var(--forest-deep); border: 0; }
.button-light:hover { background: var(--cream); }
.form-note { margin: 13px 0 0; color: rgba(255,255,255,.45); font-size: 11px; }

.site-footer { padding: 70px 0 28px; background: #17251f; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr 1fr; gap: 70px; }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand > p { max-width: 460px; margin-top: 20px; color: rgba(255,255,255,.55); }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links h3 { margin: 0 0 5px; color: #fff; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.38); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .utility-bar { display: none; }
  .nav-row { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero-grid, .split-layout, .community-grid, .magazine-grid, .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-grid { padding-top: 70px; }
  .hero-card { max-width: 620px; }
  .split-layout { gap: 30px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .community-art { max-width: 430px; }
  .magazine-cover { width: 330px; }
  .magazine-copy { max-width: 100%; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { font-size: 9px; }
  .brand-icon { width: 41px; height: 41px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 56px 0 100px; }
  .hero h1 { font-size: clamp(43px, 14vw, 60px); }
  .hero-lead { font-size: 17px; }
  .hero-card { padding: 26px; }
  .section { padding: 82px 0; }
  .section-heading h2, .center-heading h2, .community-copy h2, .magazine-copy h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-section { padding: 82px 0; }
  .contact-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .orbit-tag { font-size: 10px; padding: 8px 11px; }
}
