:root {
  --navy-950: #071426;
  --navy-900: #0b1b33;
  --navy-800: #102846;
  --navy-700: #17395f;
  --gold: #d3a64c;
  --gold-light: #edcf8d;
  --burgundy: #7f2334;
  --cream: #f4efe5;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #152033;
  --muted: #5d6675;
  --line: rgba(12, 28, 51, 0.14);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
  --radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; background: var(--gold); color: var(--navy-950); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.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; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.eyebrow-bar { background: var(--navy-950); color: rgba(255,255,255,.72); text-align: center; font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-bar p { margin: 0; padding: .48rem 1rem; }
.eyebrow-bar span { color: var(--gold); padding: 0 .7rem; font-size: .55rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); background: var(--navy-900); font-family: var(--serif); font-size: 1.4rem; line-height: 1; transform: rotate(45deg); }
.brand-mark::first-line { transform: rotate(-45deg); }
.brand .brand-mark { color: var(--gold-light); }
.brand-mark { text-indent: 0; }
.brand-mark { --r: -45deg; }
.brand-mark { position: relative; }
.brand-mark { font-family: Georgia, serif; }
.brand-mark { writing-mode: horizontal-tb; }
.brand-mark { transform: rotate(45deg); }
.brand-mark::after { content: "71"; transform: rotate(-45deg); }
.brand-mark { font-size: 0; }
.brand-mark::after { font-size: 1.35rem; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--navy-900); }
.brand-copy small { margin-top: .2rem; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.55rem; }
.site-nav a { color: var(--navy-900); text-decoration: none; font-size: .83rem; font-weight: 700; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--gold); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .72rem 1.1rem; color: var(--white) !important; background: var(--navy-900); border: 1px solid var(--navy-900); }
.nav-cta:hover { background: var(--burgundy); border-color: var(--burgundy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: .65rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy-900); transition: transform .2s, opacity .2s; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.hero-pattern { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(30deg, transparent 24%, rgba(211,166,76,.18) 25%, rgba(211,166,76,.18) 26%, transparent 27%, transparent 74%, rgba(211,166,76,.16) 75%, rgba(211,166,76,.16) 76%, transparent 77%), linear-gradient(150deg, transparent 24%, rgba(211,166,76,.12) 25%, rgba(211,166,76,.12) 26%, transparent 27%, transparent 74%, rgba(211,166,76,.12) 75%, rgba(211,166,76,.12) 76%, transparent 77%); background-size: 90px 156px; }
.hero::after { content: ""; position: absolute; right: -20%; bottom: -70%; width: 70vw; height: 70vw; border: 1px solid rgba(211,166,76,.15); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 6rem; align-items: center; padding-block: 6.3rem; }
.kicker, .section-label { margin: 0 0 1.2rem; color: var(--burgundy); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker { color: var(--gold-light); display: flex; align-items: center; gap: .7rem; }
.kicker span { width: 28px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.35rem, 6vw, 6.35rem); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.hero-lede { max-width: 620px; margin: 1.8rem 0 0; color: rgba(255,255,255,.74); font-size: 1.04rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-size: .83rem; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button-navy { color: var(--white); background: var(--navy-900); width: 100%; }
.button-navy:hover { background: var(--burgundy); }
.hero-note { display: flex; gap: .8rem; align-items: center; margin-top: 2.2rem; color: rgba(255,255,255,.62); font-size: .77rem; }
.hero-note p { margin: 0; }
.hero-note strong { color: rgba(255,255,255,.88); }
.hero-note-mark { color: var(--gold); }
.hero-visual { position: relative; margin: 0; }
.hero-frame { position: relative; padding: 10px; border: 1px solid rgba(211,166,76,.45); }
.hero-frame::before, .hero-frame::after { content: ""; position: absolute; width: 54px; height: 54px; z-index: 2; }
.hero-frame::before { left: -1px; top: -1px; border-top: 4px solid var(--gold); border-left: 4px solid var(--gold); }
.hero-frame::after { right: -1px; bottom: -1px; border-right: 4px solid var(--gold); border-bottom: 4px solid var(--gold); }
.hero-frame img { aspect-ratio: 4/5; object-fit: cover; filter: sepia(.15) saturate(.82) contrast(1.03); }
.hero-visual figcaption { margin-top: .85rem; color: rgba(255,255,255,.5); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; text-align: right; }
.number-seal { position: absolute; left: -58px; bottom: 34px; width: 116px; aspect-ratio: 1; display: grid; place-content: center; justify-items: center; color: var(--navy-950); background: var(--gold); border: 5px solid var(--navy-900); border-radius: 50%; box-shadow: 0 0 0 1px var(--gold); line-height: 1; }
.number-seal small, .number-seal span { font-size: .52rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.number-seal strong { font-family: var(--serif); font-size: 2.8rem; font-weight: 400; margin: .12rem 0; }

.principles { position: relative; z-index: 2; background: var(--white); box-shadow: 0 12px 35px rgba(7,20,38,.07); }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.principles article { display: flex; align-items: center; gap: 1.15rem; padding: 1.65rem 2rem; border-right: 1px solid var(--line); }
.principles article:last-child { border-right: 0; }
.principles article > span { color: var(--gold); font-family: var(--serif); font-size: 1.8rem; }
.principles h2 { margin: 0; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.principles p { margin: .1rem 0 0; color: var(--muted); font-size: .72rem; }

.section { padding-block: 7.5rem; }
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.narrow-heading { max-width: 850px; text-align: center; }
.section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.65rem,5vw,4.55rem); font-weight: 400; line-height: 1.07; letter-spacing: -.04em; }
.section-intro { max-width: 770px; margin: 1.5rem auto 0; color: var(--muted); font-size: 1.05rem; }
.about-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3.6rem; }
.feature-card { min-height: 250px; padding: 2rem; background: rgba(255,255,255,.58); border: 1px solid rgba(11,27,51,.1); }
.line-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 2rem; color: var(--gold); border: 1px solid var(--gold); font-size: 1.35rem; }
.feature-card h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.plainspoken { margin-top: 1.4rem; padding: 2rem; color: rgba(255,255,255,.8); background: var(--navy-900); }
.plainspoken-title { margin: 0 0 1.25rem; color: var(--gold-light); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.plainspoken-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.plainspoken-grid p { margin: 0; font-size: .82rem; }
.plainspoken-grid strong { display: block; color: var(--white); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }

.local-story { overflow: hidden; color: var(--white); background: var(--navy-900); }
.story-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.88fr); gap: 7rem; align-items: center; }
.story-image { position: relative; margin: 0; }
.story-image::after { content: ""; position: absolute; inset: -18px 18px 35px -18px; border: 1px solid rgba(211,166,76,.4); pointer-events: none; }
.story-image img { position: relative; z-index: 1; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.7) sepia(.1); }
.story-image figcaption { position: relative; z-index: 2; margin-top: .8rem; color: rgba(255,255,255,.48); font-size: .66rem; }
.section-label.light { color: var(--gold-light); }
.story-copy .lead { color: var(--white); font-size: 1.05rem; }
.story-copy > p:not(.section-label):not(.lead) { color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; text-decoration: none; font-size: .8rem; font-weight: 700; border-bottom: 1px solid currentColor; }
.light-link { color: var(--gold-light); }
.timeline-wrap { margin-top: 7rem; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin: 2.8rem 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 11px; height: 1px; background: rgba(211,166,76,.35); }
.timeline li { position: relative; padding-top: 2.5rem; }
.timeline li::before { content: ""; position: absolute; top: 5px; left: 0; width: 12px; height: 12px; background: var(--gold); border: 5px solid var(--navy-900); box-shadow: 0 0 0 1px var(--gold); border-radius: 50%; }
.timeline time { color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; }
.timeline p { margin: .45rem 0 0; color: rgba(255,255,255,.55); font-size: .74rem; line-height: 1.55; }

.community-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.6fr); gap: 5rem; align-items: end; }
.community-heading > p { margin: 0 0 .4rem; color: var(--muted); }
.impact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3.8rem; }
.impact-card { padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.impact-primary { color: var(--white); background: var(--burgundy); border-color: var(--burgundy); }
.card-number { margin: 0 0 2.8rem; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.impact-card h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.impact-card > p:not(.card-number) { min-height: 110px; margin: 0; color: var(--muted); font-size: .86rem; }
.impact-primary > p:not(.card-number) { color: rgba(255,255,255,.72); }
.impact-card a { display: inline-flex; gap: .4rem; margin-top: 1.3rem; color: var(--gold-light); font-size: .76rem; font-weight: 700; text-underline-offset: 4px; }
.quote-band { margin-top: 1rem; padding: 3.5rem clamp(1.5rem,6vw,5rem); text-align: center; color: var(--white); background: var(--navy-900); }
.quote-band blockquote { max-width: 850px; margin: 0 auto; font-family: var(--serif); font-size: clamp(1.7rem,3vw,2.7rem); line-height: 1.24; }
.quote-band p { margin: 1rem 0 0; color: var(--gold-light); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }

.notable { background: var(--cream); }
.notable-grid { display: grid; grid-template-columns: minmax(250px,.6fr) minmax(0,1.4fr); gap: 7rem; align-items: center; }
.portrait { margin: 0; }
.portrait img { aspect-ratio: 3/4; object-fit: cover; object-position: top; border: 10px solid var(--white); box-shadow: 0 25px 70px rgba(7,20,38,.18); }
.portrait figcaption { margin-top: .7rem; color: var(--muted); font-size: .65rem; text-align: center; }
.notable-copy > p:not(.section-label) { max-width: 720px; color: var(--muted); }
.fact-row { display: flex; gap: 3rem; margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.fact-row span { max-width: 190px; color: var(--muted); font-size: .75rem; }
.fact-row strong { display: block; color: var(--burgundy); font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }

.membership { color: var(--white); background: var(--burgundy); }
.membership-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 7rem; align-items: center; }
.membership-copy > p:not(.section-label) { color: rgba(255,255,255,.7); }
.eligibility { margin: 2rem 0; }
.eligibility p { margin: .65rem 0 !important; color: var(--white) !important; font-size: .86rem; }
.eligibility span { width: 24px; height: 24px; display: inline-grid; place-items: center; margin-right: .6rem; color: var(--burgundy); background: var(--gold-light); border-radius: 50%; font-weight: 700; }
.steps { margin: 0; padding: 0; list-style: none; background: var(--white); color: var(--ink); }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 1rem; padding: 1.8rem; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { color: var(--gold); font-family: var(--serif); font-size: 1.7rem; }
.steps h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.steps p { margin: .3rem 0 0; color: var(--muted); font-size: .82rem; }

.faq-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 7rem; align-items: start; }
.faq-heading { position: sticky; top: 135px; }
.faq-heading > p:not(.section-label) { color: var(--muted); }
.faq-list details { border-top: 1px solid rgba(11,27,51,.18); }
.faq-list details:last-child { border-bottom: 1px solid rgba(11,27,51,.18); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; cursor: pointer; color: var(--navy-900); font-family: var(--serif); font-size: 1.3rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--burgundy); font-family: var(--sans); font-size: 1.4rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -.3rem 2.5rem 1.5rem 0; color: var(--muted); font-size: .88rem; }

.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); gap: 6rem; align-items: start; }
.visit-copy > p:not(.section-label) { color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; margin-top: 2rem; }
.contact-cards a { min-height: 115px; display: flex; gap: .9rem; align-items: flex-start; padding: 1.2rem; border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, transform .2s; }
.contact-cards a:hover { border-color: var(--gold); transform: translateY(-2px); }
.contact-cards a > span { color: var(--gold); font-size: 1.15rem; }
.contact-cards small { display: block; color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards strong { display: block; margin-top: .3rem; color: var(--navy-900); font-size: .82rem; line-height: 1.45; word-break: break-word; }
.contact-form { padding: 2rem; background: var(--cream); border-top: 4px solid var(--gold); }
.form-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; margin-bottom: 1.4rem; }
.form-heading p { margin: 0; font-family: var(--serif); font-size: 1.6rem; }
.form-heading span { color: var(--muted); font-size: .65rem; }
.contact-form label { display: block; margin: .9rem 0 .35rem; color: var(--navy-900); font-size: .7rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: .8rem .9rem; color: var(--ink); background: var(--white); border: 1px solid rgba(11,27,51,.2); border-radius: 0; outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(211,166,76,.15); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form .button { margin-top: 1.2rem; }
.form-note { margin: .7rem 0 0; color: var(--muted); font-size: .64rem; text-align: center; }

.site-footer { padding-top: 4.5rem; color: rgba(255,255,255,.65); background: var(--navy-950); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding-bottom: 3.5rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand strong { color: var(--white); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.footer-brand p { margin: .2rem 0 0; color: var(--gold-light); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; }
.footer-links h2 { margin: 0 0 .8rem; color: var(--gold-light); font-family: var(--sans); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; margin: .45rem 0; color: rgba(255,255,255,.62); font-size: .76rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.credits { padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); }
.credits summary { cursor: pointer; color: rgba(255,255,255,.65); font-size: .68rem; }
.credits p { max-width: 980px; font-size: .6rem; line-height: 1.7; }
.credits a { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.2rem 5.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

.reveal { animation: rise-in .65s ease both; }
.delay-1 { animation-delay: .12s; }
@keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { 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; } }

@media (max-width: 980px) {
  .site-nav { gap: .9rem; }
  .site-nav a { font-size: .74rem; }
  .hero-grid { min-height: 650px; grid-template-columns: 1fr .72fr; gap: 3rem; }
  .hero h1 { font-size: clamp(3.3rem,7.5vw,5rem); }
  .number-seal { left: -38px; width: 92px; }
  .story-grid, .notable-grid, .membership-grid, .faq-grid, .visit-grid { gap: 4rem; }
  .story-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  html { scroll-padding-top: 82px; }
  .eyebrow-bar { font-size: .57rem; }
  .eyebrow-bar p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-wrap { min-height: 66px; }
  .brand-mark { width: 40px; }
  .brand-copy strong { font-size: 1.1rem; }
  .brand-copy small { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(7,20,38,.14); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem .5rem; font-size: .9rem; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .site-nav .nav-cta { margin-top: .7rem; padding: .85rem 1rem; text-align: center; border-bottom: 0; }

  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 3rem; padding-block: 4.5rem 3.5rem; }
  .hero h1 { font-size: clamp(3.15rem,15.2vw,5rem); }
  .hero-lede { font-size: .96rem; }
  .hero-visual { width: calc(100% - 18px); margin-left: 18px; }
  .hero-frame img { aspect-ratio: 5/4; }
  .number-seal { left: -25px; bottom: 22px; width: 82px; border-width: 4px; }
  .number-seal strong { font-size: 2rem; }
  .hero-visual figcaption { font-size: .55rem; }

  .principles-grid { grid-template-columns: 1fr; padding-block: .2rem; }
  .principles article { padding: 1.1rem .5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .principles h2 { font-size: 1.12rem; }
  .section { padding-block: 5rem; }
  .section h2 { font-size: clamp(2.5rem,12vw,3.7rem); }
  .section-intro { font-size: .94rem; }
  .about-grid, .plainspoken-grid, .impact-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .plainspoken { padding: 1.5rem; }
  .story-grid, .notable-grid, .membership-grid, .faq-grid, .visit-grid, .community-heading, .footer-top { grid-template-columns: 1fr; gap: 3rem; }
  .story-image { order: 2; }
  .story-copy { order: 1; }
  .timeline-wrap { margin-top: 5rem; }
  .timeline { grid-template-columns: 1fr; gap: 0; margin-left: .45rem; padding-left: 1.9rem; }
  .timeline::before { left: 0; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .timeline li { padding: 0 0 2rem; }
  .timeline li::before { top: 6px; left: -2.28rem; }
  .timeline p { font-size: .8rem; }
  .impact-card > p:not(.card-number) { min-height: 0; }
  .quote-band { padding: 2.5rem 1.25rem; }
  .notable-grid { gap: 3.5rem; }
  .portrait { max-width: 300px; margin-inline: auto; }
  .fact-row { gap: 1.5rem; }
  .membership-grid { gap: 3rem; }
  .faq-heading { position: static; }
  .faq-list summary { font-size: 1.15rem; }
  .visit-grid { gap: 3rem; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards a { min-height: 92px; }
  .contact-form { padding: 1.35rem; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .footer-links { gap: 1rem; }
  .footer-bottom { flex-direction: column; gap: .2rem; padding-bottom: 6rem; }
  .mobile-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 50px; display: flex; align-items: center; justify-content: center; gap: .6rem; color: var(--navy-950); background: var(--gold); border: 1px solid var(--gold-light); box-shadow: 0 10px 30px rgba(7,20,38,.35); text-decoration: none; font-size: .86rem; font-weight: 700; }
}

@media (max-width: 390px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-note { align-items: flex-start; }
  .contact-form { margin-inline: -2px; }
}
