:root {
  --ink: #18302b;
  --muted: #5d6d68;
  --green-950: #092b27;
  --green-900: #123c35;
  --green-800: #1b5047;
  --green-100: #e8f0eb;
  --cream: #f8f5ed;
  --paper: #fffefa;
  --gold: #e9b949;
  --line: #d8dfda;
  --shadow: 0 24px 70px rgba(7, 35, 31, .14);
  --radius: 1.25rem;
  --shell: min(1280px, calc(100% - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 6.4rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 500; }
h3 { font-size: 1.25rem; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-tint { background: var(--cream); }
.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; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--gold); color: var(--green-950); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(7, 35, 31, .97); border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 10px 35px rgba(3,22,19,.16); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.brand { display: flex; align-items: center; gap: 1rem; color: white; text-decoration: none; }
.crest-crop { position: relative; display: block; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: transparent; }
.crest-crop img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: contain; }
.brand-crest { width: 58px; aspect-ratio: 1; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: Georgia, serif; font-size: 1.17rem; font-weight: 500; letter-spacing: .015em; }
.brand small { margin-top: .3rem; color: #a9c0b8; font-size: .62rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.5vw, 1.4rem); }
.site-nav a { position: relative; padding-block: .55rem; color: #dbe7e2; text-decoration: none; font-size: .88rem; font-weight: 650; }
.site-nav a::after { position: absolute; left: 0; right: 100%; bottom: .2rem; height: 2px; content: ""; background: var(--gold); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav a[aria-current="page"] { color: white; }
.member-link { padding: .62rem .9rem !important; border: 1px solid rgba(255,255,255,.28); border-radius: .4rem; color: #fff; font-size: .82rem; font-weight: 750; }
.member-link:hover, .member-link.active { border-color: var(--gold); color: white; }
.nav-toggle { display: none; flex: 0 0 auto; padding: .5rem; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; overflow: hidden; color: white; background: #0a302b; }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 78% 45%, rgba(45,101,88,.42), transparent 30%), linear-gradient(115deg, rgba(4,29,25,.5), transparent 62%); }
.hero::after { position: absolute; width: 520px; height: 520px; right: max(-120px, calc((100vw - 1500px) / 2)); top: 50%; content: ""; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: clamp(4.5rem, 8vw, 7rem); }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(3.5rem, 5.4vw, 5.25rem); font-weight: 500; letter-spacing: -.045em; overflow-wrap: break-word; }
.hero h1 span { color: #f0c24d; }
.eyebrow { margin-bottom: 1rem; color: var(--gold); font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.6rem; }
.hero .eyebrow::before { width: 34px; height: 1px; content: ""; background: var(--gold); }
.hero .eyebrow span { padding-left: .8rem; border-left: 1px solid rgba(255,255,255,.25); color: #c5d6d0; }
.eyebrow.dark { color: var(--green-800); }
.hero-lead { max-width: 660px; margin-bottom: 0; color: #c9d9d4; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hero-text-link { color: white; font-size: .9rem; font-weight: 750; text-decoration: none; }
.hero-text-link span { display: inline-block; margin-left: .35rem; color: var(--gold); transition: transform .18s ease; }
.hero-text-link:hover span { transform: translateX(4px); }
.hero-details { display: flex; flex-wrap: wrap; gap: 0; margin-top: 3.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero-details > span { display: grid; gap: .15rem; min-width: 150px; padding-right: 1.8rem; color: #e6efec; font-size: .82rem; }
.hero-details > span + span { padding-left: 1.8rem; border-left: 1px solid rgba(255,255,255,.14); }
.hero-details small { color: #8fa9a1; font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .4rem; padding: .75rem 1.25rem; border-radius: .45rem; text-decoration: none; font-size: .92rem; font-weight: 800; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--green-950); background: var(--gold); }
.button-primary:hover { background: #f3c75d; }
.button-light { color: var(--green-950); background: white; }
.button-quiet { color: white; }
.button-quiet.light { color: white; }
.crest-feature { position: relative; display: grid; justify-items: center; padding: 2.5rem; border: 1px solid rgba(255,255,255,.12); background: rgba(4,27,24,.28); box-shadow: 0 30px 70px rgba(2,18,16,.2); }
.crest-feature::before, .crest-feature::after { position: absolute; width: 38px; height: 38px; content: ""; opacity: .8; }
.crest-feature::before { left: -1px; top: -1px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.crest-feature::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.crest-rule { width: 1px; height: 32px; margin-bottom: 1.4rem; background: rgba(233,185,73,.7); }
.hero-crest { width: min(100%, 330px); aspect-ratio: 1; filter: drop-shadow(0 24px 38px rgba(0,0,0,.28)); }
.crest-feature p { margin: 1.5rem 0 0; color: #a9bdb6; font-family: Georgia,serif; font-size: .95rem; line-height: 1.45; text-align: center; }

.quick-facts { color: white; background: var(--green-800); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-grid div { display: grid; gap: .15rem; padding: 1.7rem 1.4rem; border-left: 1px solid rgba(255,255,255,.16); }
.facts-grid div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.facts-grid strong { color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; }
.facts-grid span { color: #d9e4e0; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.intro-grid, .welcome, .content-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.prose { font-size: 1.08rem; }
.prose p, .lead-prose p { color: var(--muted); }
.prose h2:not(:first-child), .prose h3 { margin-top: 2.6rem; }
.lead-prose { padding-top: 2rem; font-size: 1.2rem; }
.section-heading { max-width: 700px; margin-bottom: 3rem; }
.stretch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stretch-grid article { min-height: 310px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.stretch-grid article > span { display: block; margin-bottom: 4.2rem; color: var(--green-800); font-family: Georgia, serif; font-size: 1.2rem; }
.stretch-grid p, .welcome p { color: var(--muted); }
.welcome > div:last-child { padding-top: 1.8rem; font-size: 1.17rem; }
.text-link { display: inline-flex; gap: .45rem; color: var(--green-800); font-weight: 800; text-underline-offset: .25rem; }

.page-hero { color: white; background: var(--green-950); }
.page-hero .shell { padding-block: clamp(5rem, 11vw, 9rem); }
.page-hero h1 { margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 5.6rem); }
.page-hero p:last-child { max-width: 680px; color: #cfddd8; font-size: 1.22rem; }
.editorial-hero { position: relative; overflow: hidden; background: linear-gradient(112deg,#082d28 0%,#0d3731 58%,#16483f 100%); }
.editorial-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 78% 42%,rgba(79,134,119,.22),transparent 24%), linear-gradient(90deg,transparent 0 49.9%,rgba(255,255,255,.055) 50%,transparent 50.1%); }
.editorial-hero::after { position: absolute; right: -95px; top: 50%; width: 420px; height: 420px; content: ""; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 72px rgba(255,255,255,.018),0 0 0 144px rgba(255,255,255,.012); }
.editorial-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(3rem,8vw,7rem); align-items: stretch; min-height: 500px; padding-block: 0 !important; }
.editorial-hero-copy { display: flex; flex-direction: column; justify-content: center; padding-block: clamp(4.5rem,8vw,7rem); }
.editorial-hero-copy h1 { max-width: 800px; margin-bottom: 1.35rem; font-size: clamp(3.6rem,6.5vw,6rem); letter-spacing: -.05em; }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 0; color: #c9d9d4; font-size: clamp(1.08rem,1.5vw,1.25rem); }
.editorial-hero-meta { display: flex; margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.15); }
.editorial-hero-meta span { display: grid; min-width: 170px; gap: .12rem; color: #eef5f2; font-size: .85rem; }.editorial-hero-meta span + span { padding-left: 1.6rem; border-left: 1px solid rgba(255,255,255,.15); }.editorial-hero-meta small { color: #8eaaa1; font-size: .61rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.editorial-hero-mark { position: relative; display: grid; min-width: 0; place-items: center; align-content: center; border-inline: 1px solid rgba(255,255,255,.1); background: rgba(4,28,24,.22); }
.editorial-hero-mark > span { position: absolute; left: 1.4rem; top: 1rem; color: rgba(255,255,255,.07); font: clamp(5rem,9vw,9rem)/1 Georgia,serif; }
.editorial-hero-mark > small { position: absolute; right: 1.4rem; bottom: 1.2rem; color: var(--gold); font-size: .62rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
.editorial-crest { width: min(72%,260px); aspect-ratio: 1; filter: drop-shadow(0 24px 34px rgba(0,0,0,.24)); }
.inner-intro-grid { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); gap: clamp(3rem,9vw,8rem); }
.inner-section-title { max-width: 510px; }.inner-section-title h2 { margin-bottom: 1.2rem; }.inner-section-title > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }.title-rule { display: block; width: 72px; height: 3px; margin-top: 2rem; background: var(--gold); }
.inner-lead { padding-top: .4rem; font-size: 1.13rem; }.inner-lead > p:first-child { color: var(--ink); font-size: 1.27rem; }
.inner-feature-section { padding-bottom: 0; }
.principle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.principle-grid article { position: relative; overflow: hidden; min-height: 250px; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.principle-grid article::after { position: absolute; right: -44px; bottom: -62px; width: 130px; height: 130px; content: ""; border: 1px solid rgba(27,80,71,.12); border-radius: 50%; box-shadow: 0 0 0 22px rgba(27,80,71,.025); }.principle-grid article > span { display: block; margin-bottom: 3.2rem; color: var(--green-800); font: 1rem Georgia,serif; }.principle-grid article h3 { position: relative; z-index: 1; }.principle-grid article p { position: relative; z-index: 1; margin-bottom: 0; color: var(--muted); }
.inner-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: clamp(4rem,7vw,6rem); padding: clamp(2rem,4vw,3.5rem); color: white; background: var(--green-900); }.inner-cta .eyebrow { margin-bottom: .55rem; }.inner-cta h2 { max-width: 700px; margin: 0; font-size: clamp(2rem,4vw,3.5rem); }
.rules-mantra { display: grid; gap: .35rem; color: white; font: clamp(1.9rem,3.3vw,3.2rem)/1 Georgia,serif; text-align: center; }.rules-mantra strong { font-weight: 500; }.rules-mantra strong:nth-child(2) { color: var(--gold); font-style: italic; }
.rules-shell { max-width: 1180px; }.rules-intro { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1fr); gap: clamp(2rem,8vw,7rem); align-items: end; margin-bottom: 3rem; }.rules-intro h2 { margin-bottom: 0; }.rules-intro > p { margin: 0 0 .5rem; color: var(--muted); font-size: 1.08rem; }
.pollution-alert { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 1rem; align-items: center; margin-bottom: 2rem; padding: 1rem 1.2rem; color: white; background: var(--green-900); border-radius: .75rem; box-shadow: 0 12px 30px rgba(7,35,31,.1); }.pollution-alert-icon { display: grid; width: 38px; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 900; }.pollution-alert div:nth-child(2) { display: grid; }.pollution-alert small { color: #9fb7af; font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.pollution-alert a { color: var(--gold); font-weight: 850; text-decoration: none; }.pollution-alert a span { margin-left: .35rem; }
.rules-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.rules-list li { min-height: 125px; grid-template-columns: 2.5rem 1fr; gap: .9rem; padding: 1.35rem; border: 0; background: var(--paper); }.rules-list li > span { display: grid; width: 2.25rem; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font: .85rem/1 inherit; font-weight: 900; }.rules-list p { padding-top: .28rem; }
.rules-footnote { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; color: var(--muted); font-size: .86rem; }.rules-footnote > span { display: grid; flex: 0 0 28px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-800); font-family: Georgia,serif; font-weight: 700; }.rules-footnote p { margin: 0; }
.membership-mark-card { position: relative; display: grid; width: min(78%,300px); min-height: 190px; align-content: center; padding: 1.5rem 1.7rem; border: 1px solid rgba(255,255,255,.25); color: white; background: rgba(3,25,22,.2); box-shadow: 0 20px 45px rgba(2,18,16,.18); transform: rotate(-3deg); }.membership-mark-card::before,.membership-mark-card::after { position: absolute; width: 28px; height: 28px; content: ""; }.membership-mark-card::before { left: -1px; top: -1px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }.membership-mark-card::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }.membership-mark-card > small { margin-bottom: .8rem; color: #a9beb6; font-size: .57rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }.membership-mark-card strong { font: clamp(1.85rem,3vw,2.8rem)/1.02 Georgia,serif; font-weight: 500; }.membership-mark-card strong em { color: var(--gold); font-weight: 500; }.membership-mark-card > i { margin-top: 1rem; color: #d5e2dd; font-size: .63rem; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }
.membership-benefits { padding-block: 1rem; color: white; background: var(--green-800); }.membership-benefits .principle-grid { gap: 0; }.membership-benefits .principle-grid article { min-height: 180px; padding: 1.5rem 1.8rem; border: 0; border-radius: 0; color: white; background: transparent; }.membership-benefits .principle-grid article + article { border-left: 1px solid rgba(255,255,255,.16); }.membership-benefits .principle-grid article::after { display: none; }.membership-benefits .principle-grid article > span { margin-bottom: 1.7rem; color: var(--gold); }.membership-benefits .principle-grid p { color: #d4e1dc; }
.membership-journey { display: grid; grid-template-columns: minmax(0,.85fr) minmax(360px,1.15fr); gap: clamp(3rem,8vw,7rem); align-items: center; }.membership-journey .inner-section-title > .button { margin-top: 1rem; }
.member-access-card { position: relative; overflow: hidden; min-height: 430px; padding: clamp(2rem,5vw,4rem); color: white; background: var(--green-900); box-shadow: var(--shadow); }.member-access-card::before,.member-access-card::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }.member-access-card::before { width: 270px; height: 270px; right: -80px; top: -80px; }.member-access-card::after { width: 180px; height: 180px; right: -35px; top: -35px; }.member-access-number { position: absolute; right: 1.5rem; top: .5rem; color: rgba(255,255,255,.045); font: 6rem Georgia,serif; }.member-access-card h2 { position: relative; max-width: 480px; margin-bottom: 1rem; }.member-access-card > p:not(.eyebrow) { position: relative; max-width: 520px; color: #c8d8d3; }.member-access-actions { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }.light-link { color: white; }
.contact-mark-symbol { color: var(--gold); font: clamp(5rem,9vw,8.5rem)/1 Georgia,serif; opacity: .88; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: clamp(2rem,6vw,5rem); align-items: stretch; }.contact-form-card { padding: clamp(1.5rem,3vw,2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(7,35,31,.08); }.contact-form-card > h2 { max-width: 620px; }
.contact-side { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: clamp(2rem,4vw,3rem); color: white; background: var(--green-900); box-shadow: var(--shadow); }.contact-side h2 { margin-bottom: 2.5rem; font-size: clamp(2rem,3.3vw,3rem); }.contact-side ol { margin: 0; padding: 0; list-style: none; }.contact-side li { display: grid; grid-template-columns: 2rem 1fr; gap: .8rem; padding-block: 1rem; border-top: 1px solid rgba(255,255,255,.13); }.contact-side li > span { color: var(--gold); font-size: .7rem; font-weight: 850; }.contact-side li p { margin: 0; color: #c7d8d2; font-size: .9rem; }.contact-side-footer { display: grid; gap: .25rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.16); }.contact-side-footer small { color: #89a69d; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.contact-side-footer a { color: var(--gold); font-weight: 800; overflow-wrap: anywhere; }
.info-card { padding: clamp(1.7rem, 4vw, 2.7rem); border-radius: var(--radius); background: var(--cream); box-shadow: 0 1px 0 var(--line); }
.info-card dl { margin: 1.5rem 0 2rem; }
.info-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding-block: .85rem; border-bottom: 1px solid var(--line); }
.info-card dt { color: var(--muted); }.info-card dd { margin: 0; font-weight: 800; }
.notice { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: var(--cream); }
.rules-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.rules-list li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1rem; align-items: start; padding-block: 1.4rem; border-bottom: 1px solid var(--line); }
.rules-list li > span { color: var(--green-800); font-family: Georgia, serif; font-size: 1.2rem; }
.rules-list p { margin: 0; }
.small-print { margin-top: 2rem; color: var(--muted); font-size: .85rem; }
.contact-intro { max-width: 640px; color: var(--muted); font-size: 1.12rem; }
.contact-form { display: grid; gap: 1.1rem; margin-top: 2rem; }
.form-row { display: grid; gap: .38rem; }
.form-row label { font-size: .86rem; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; padding: .82rem .9rem; border: 1px solid #aebcb6; border-radius: .55rem; color: var(--ink); background: white; font: inherit; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--green-800); outline: 3px solid rgba(27,80,71,.16); }
.form-row textarea { resize: vertical; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error, .form-success { margin-block: 1.4rem; padding: 1rem 1.2rem; border-radius: .7rem; }
.form-error { border-left: 4px solid #a52a2a; color: #681b1b; background: #fff0ee; }
.form-success { border-left: 4px solid var(--green-800); background: var(--green-100); }
.form-success p { margin: .25rem 0 0; }
.email-card { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: .8rem; color: var(--green-800); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.email-card:hover { border-color: var(--green-800); background: var(--cream); }
.contact-note ul { padding-left: 1.2rem; color: var(--muted); }.contact-note li + li { margin-top: .8rem; }
.compact-hero .shell { padding-block: clamp(3.5rem, 8vw, 6rem); }
.login-shell { max-width: 620px; }
.login-card { padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.login-help { margin: 1.5rem 0 0; color: var(--muted); font-size: .87rem; }
.member-hero { color: white; background: var(--green-950); }
.member-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-block: clamp(4rem, 9vw, 7rem); }
.member-heading h1 { margin-bottom: .7rem; font-size: clamp(2.8rem, 6vw, 5rem); }
.member-heading p:last-child { margin: 0; color: #bed0ca; }
.member-account-actions { display: flex; align-items: center; gap: .75rem; }
.member-account-actions form { margin: 0; }
.button-outline-light { border: 1px solid rgba(255,255,255,.4); color: white; background: transparent; }
.membership-status { display: flex; gap: 1rem; align-items: start; margin-bottom: 2rem; padding: 1.2rem 1.4rem; border-radius: .8rem; }
.membership-status > span { display: grid; width: 2rem; aspect-ratio: 1; place-items: center; border-radius: 50%; font-weight: 900; }
.membership-status p { margin: .2rem 0 0; }
.status-current { background: var(--green-100); }.status-current > span { color: white; background: var(--green-800); }
.status-due { background: #fff2d4; }.status-due > span { color: var(--green-950); background: var(--gold); }
.member-profile { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 5rem; border: 1px solid var(--line); border-radius: var(--radius); }
.member-profile div { display: grid; gap: .2rem; padding: 1.3rem; overflow-wrap: anywhere; }.member-profile div + div { border-left: 1px solid var(--line); }
.member-profile span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.member-section-heading { margin-bottom: 2.5rem; }
.member-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.member-grid article { padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.member-grid article p { color: var(--muted); }.member-count { display: block; margin-bottom: 2rem; color: var(--green-800); font-family: Georgia, serif; font-size: 2.5rem; }
.coming-soon { color: var(--green-800); font-size: .73rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.member-nav { display: flex; flex-wrap: wrap; gap: .45rem; margin: -1.5rem 0 3rem; padding: .7rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); }
.member-nav a { padding: .55rem .8rem; border-radius: .55rem; color: var(--green-800); text-decoration: none; font-size: .82rem; font-weight: 800; }
.member-nav a:hover { color: white; background: var(--green-800); }
.member-dashboard-section { padding-top: clamp(2rem,4vw,3rem); }
.meeting-widget { display: flow-root; }
.dashboard-meeting { position: relative; display: grid; grid-template-columns: auto minmax(0,1fr) auto; overflow: visible; margin: 3.5rem 0 4rem; border: 1px solid #cbd5d1; border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); border-left: 4px solid var(--gold); border-radius: 0; background: white; box-shadow: 0 8px 24px rgba(7,35,31,.07); }
.meeting-reset-button { position: absolute; right: -2px; bottom: calc(100% - 2px); left: -4px; z-index: 2; height: 46px; padding: .6rem 1.15rem .5rem; border: 3px solid #5d6562; border-bottom: 0; border-radius: 170px 170px 0 0 / 42px 42px 0 0; color: white; background: var(--green-900); box-shadow: inset 0 3px var(--gold), 0 -5px 18px rgba(7,35,31,.1); font-size: .72rem; font-weight: 850; }.meeting-reset-button span { margin-right: .35rem; color: var(--gold); font-size: 1rem; }.meeting-reset-button:hover:not(:disabled) { background: var(--green-800); }.meeting-reset-button:disabled { cursor: default; }
.meeting-nav-button { display: flex; min-width: 145px; align-items: center; justify-content: center; gap: .55rem; padding: 1rem; border: 0; color: var(--green-800); background: #f4f7f5; font-size: .75rem; font-weight: 850; }.meeting-nav-button[data-meeting-previous] { border-right: 1px solid var(--line); }.meeting-nav-button[data-meeting-next] { border-left: 1px solid var(--line); }.meeting-nav-button:hover:not(:disabled) { color: white; background: var(--green-800); }.meeting-nav-button:disabled { cursor: not-allowed; opacity: .38; }
.meeting-attendance-button { position: absolute; right: -2px; top: calc(100% - 2px); left: -4px; z-index: 2; height: 46px; padding: .5rem 1.15rem .6rem; border: 3px solid #5d6562; border-top: 0; border-radius: 0 0 170px 170px / 0 0 42px 42px; color: white; background: var(--green-900); box-shadow: inset 0 -3px var(--gold), 0 7px 18px rgba(7,35,31,.1); font-size: .72rem; font-weight: 850; }.meeting-attendance-button span { margin-right: .35rem; color: var(--gold); font-size: 1rem; }.meeting-attendance-button:hover { background: var(--green-800); }
.meeting-schedule-items { min-width: 0; }
.meeting-schedule-item { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 1.2rem; padding: 1rem 1.4rem; }
.meeting-schedule-item[hidden] { display: none !important; }
.meeting-date-badge { flex: 0 0 58px; overflow: hidden; border: 1px solid #b8c8c2; border-radius: .4rem; background: white; text-align: center; }.meeting-date-badge span { display: block; padding: .18rem; color: white; background: var(--green-800); font-size: .59rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.meeting-date-badge strong { display: block; padding: .28rem; color: var(--green-950); font: 1.55rem Georgia,serif; line-height: 1; }
.meeting-schedule-item > div:last-child { min-width: 0; }.meeting-schedule-item p { margin: 0 0 .2rem; color: var(--green-800); font-size: .59rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.meeting-schedule-item h2 { margin: 0 0 .3rem; font-family: inherit; font-size: clamp(1rem,2vw,1.25rem); font-weight: 850; letter-spacing: -.01em; }.meeting-schedule-item > div:last-child > span { color: var(--muted); font-size: .73rem; }
.meeting-attendance-panel { margin: 0 0 2.5rem; padding: clamp(1.4rem,3vw,2rem); border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius); background: var(--cream); box-shadow: 0 12px 32px rgba(7,35,31,.07); }.meeting-attendance-panel[hidden], .attendance-request-status[hidden], .attendance-request-form[hidden], .attendance-message-wrap[hidden] { display: none !important; }
.attendance-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.25rem; }.attendance-panel-heading h2 { margin: .15rem 0 0; font-size: clamp(1.7rem,3vw,2.35rem); }.attendance-panel-heading > strong { max-width: 440px; color: var(--green-800); text-align: right; }
.attendance-guidance { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-bottom: 1.4rem; }.attendance-guidance p { margin: 0; padding: 1rem; border-left: 3px solid var(--gold); background: white; color: var(--muted); font-size: .9rem; }
.attendance-request-form { padding-top: .4rem; }.attendance-request-form > .button { justify-self: start; }.attendance-consent { display: flex; align-items: flex-start; gap: .7rem; max-width: 850px; color: var(--green-950); font-size: .86rem; font-weight: 700; }.attendance-consent input { width: auto; margin-top: .2rem; accent-color: var(--green-800); }
.attendance-request-status { display: flex; align-items: flex-start; gap: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: .75rem; background: white; }.attendance-request-status p { margin: .25rem 0 0; color: var(--muted); }.attendance-status-pill { flex: 0 0 auto; padding: .35rem .7rem; border-radius: 99px; font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.attendance-status-pill.status-pending { color: #604400; background: #ffe7a6; }.attendance-status-pill.status-approved { color: #fff; background: var(--green-800); }.attendance-status-pill.status-declined { color: #802c25; background: #f7d8d4; }
.meeting-widget + .member-nav { margin-top: 1rem; }
.admin-nav { border-color: #c5b782; background: #fff8df; }
.admin-callout { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding: 1.4rem; border-radius: var(--radius); color: white; background: var(--green-900); }
.admin-callout p { margin: .2rem 0 0; color: #c7d8d2; }
.admin-callout-prominent { margin: 1rem 0 2rem; border-left: 4px solid var(--gold); }
.data-form { display: grid; gap: 1rem; }
.data-form input, .data-form textarea, .data-form select, .filter-bar input { width: 100%; padding: .75rem .85rem; border: 1px solid #aebcb6; border-radius: .55rem; color: var(--ink); background: white; font: inherit; }
.data-form .attendance-consent input { flex: 0 0 auto; width: 1.1rem; height: 1.1rem; padding: 0; border-radius: .2rem; }
.data-form input:focus, .data-form textarea:focus, .data-form select:focus { border-color: var(--green-800); outline: 3px solid rgba(27,80,71,.16); }
.form-row label span { color: var(--muted); font-weight: 400; }
.form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); align-items: end; }
.inline-form { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
.check-row { display: flex; align-items: center; gap: .6rem; font-weight: 750; }
.check-row input { width: 1.2rem; height: 1.2rem; }
.form-panel { margin-bottom: 2rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.form-panel summary { cursor: pointer; color: var(--green-800); font-weight: 850; }
.form-panel[open] summary { margin-bottom: 1.5rem; }
.subheading { margin-top: 3rem; font-size: 2rem; }
.simple-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }.simple-list li { padding: .8rem; border-bottom: 1px solid var(--line); }
.split-panel { display: grid; grid-template-columns: 1fr 1.45fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: .8rem; }
table { width: 100%; border-collapse: collapse; background: white; font-size: .9rem; }
th, td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } th { color: white; background: var(--green-900); white-space: nowrap; } tr:last-child td { border-bottom: 0; }
button { font: inherit; cursor: pointer; }
.text-link, .link-danger { padding: 0; border: 0; background: none; }
.link-danger { color: #9d2828; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }
.button-muted { border: 1px solid var(--line); color: var(--ink); background: white; }
.row-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 1rem; }
.row-actions form { display: flex; flex-wrap: wrap; gap: .8rem; }
.empty-state { padding: 2rem; border: 1px dashed #aebcb6; border-radius: var(--radius); color: var(--muted); background: var(--cream); text-align: center; }
.photo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.photo-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }.photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--green-100); }.photo-card > div { padding: 1.2rem; }.photo-card p { color: var(--muted); white-space: pre-line; }.photo-card small { color: var(--muted); }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius); background: #000; }.video-frame iframe { width: 100%; height: 100%; border: 0; }
.record-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }.record-grid article, .stack-list article { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }.record-grid article p, .stack-list article p { color: var(--muted); white-space: pre-line; }
.record-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; }
.stack-list { display: grid; gap: .8rem; }.stack-list article > span { display: block; color: var(--muted); }
.meeting-card { margin-bottom: 4rem; padding: clamp(1.5rem,4vw,3rem); border-radius: var(--radius); background: var(--green-100); }.meeting-card h2 { font-size: clamp(1.8rem,4vw,3rem); }
.admin-hero { background: #222f2b; }.admin-stats { display: grid; grid-template-columns: repeat(5,1fr); margin-bottom: 3rem; border: 1px solid var(--line); border-radius: var(--radius); }.admin-stats div { display: grid; gap: .3rem; padding: 1.5rem; }.admin-stats div+div { border-left: 1px solid var(--line); }.admin-stats strong { color: var(--green-800); font: 2.4rem Georgia,serif; }.admin-stats span { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.admin-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }.admin-grid a { display: grid; gap: .5rem; min-height: 160px; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; background: var(--cream); }.admin-grid a:hover { border-color: var(--green-800); }.admin-grid span { color: var(--muted); }
.attendance-admin-list { display: grid; gap: 1rem; }.attendance-admin-card { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(260px,1fr) minmax(240px,1.2fr); gap: 1.2rem 1.5rem; padding: 1.35rem; border: 1px solid var(--line); border-left: 5px solid #b8a45a; border-radius: var(--radius); background: white; box-shadow: 0 8px 24px rgba(7,35,31,.05); }.attendance-admin-card.status-approved { border-left-color: var(--green-800); }.attendance-admin-card.status-declined { border-left-color: #a94b43; opacity: .84; }.attendance-admin-date, .attendance-admin-member { display: grid; align-content: start; gap: .25rem; }.attendance-admin-date > span, .attendance-admin-message > strong { color: var(--muted); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.attendance-admin-date time { color: var(--green-950); font: 1.25rem Georgia,serif; }.attendance-admin-date small, .attendance-admin-member small { color: var(--muted); }.attendance-admin-member h2 { margin: .35rem 0 0; font-family: inherit; font-size: 1.15rem; }.attendance-admin-member p, .attendance-admin-message p { margin: .2rem 0 0; }.attendance-admin-message { padding: .9rem 1rem; border-radius: .65rem; background: var(--cream); }.muted-copy { color: var(--muted); font-style: italic; }.attendance-admin-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: flex-end; gap: .6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.admin-records, .content-admin-section { display: grid; gap: 1rem; }.admin-record { padding: 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }.content-admin-section { margin-top: 4rem; }.content-admin-section > h2 { margin-bottom: .5rem; }
.message-card.status-new { border-left: 5px solid var(--gold); }.message-card.status-archived { opacity: .72; }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; }.tag-list form { display: flex; gap: .6rem; padding: .45rem .7rem; border-radius: 999px; background: var(--green-100); }
.filter-bar { display: flex; align-items: end; gap: .8rem; margin-bottom: 2rem; }.filter-bar input { max-width: 140px; }
.weather-masthead { padding-block: 2.1rem; color: white; background: linear-gradient(100deg,var(--green-950),var(--green-800)); }
.weather-title-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.weather-title-row .eyebrow { margin-bottom: .45rem; }.weather-title-row h1 { margin: 0; font-size: clamp(2.4rem,4vw,3.6rem); }.weather-title-row > p { margin: 0 0 .25rem; color: #b8ccc5; font-size: .68rem; line-height: 1.55; text-align: right; text-transform: uppercase; letter-spacing: .08em; }.weather-title-row > p strong { color: white; font-weight: 700; letter-spacing: 0; text-transform: none; }
.weather-page { padding-block: 2.4rem 4rem; background: #eef2f0; }
.weather-shell { max-width: 1180px; }
.weather-overview { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: min(100%,960px); margin-inline: auto; overflow: hidden; border: 1px solid #cbd5d1; border-top: 4px solid var(--gold); border-radius: .8rem; background: white; box-shadow: 0 12px 35px rgba(7,35,31,.09); }
.weather-current-cell { min-width: 0; border-right: 1px solid var(--line); }
.weather-current-summary { display: flex; min-height: 190px; align-items: center; justify-content: center; gap: 1.5rem; padding: 1.5rem 1.8rem; }
.current-weather-icon { flex: 0 0 112px; width: 112px; height: 112px; filter: drop-shadow(0 8px 16px rgba(7,35,31,.12)); }
.weather-current-summary > div > p { margin: 0 0 .2rem; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.weather-temperature { display: flex; align-items: start; gap: .2rem; margin: 0; }.weather-temperature strong { color: var(--green-950); font: clamp(3.7rem,6vw,5.2rem) Georgia,serif; line-height: .86; letter-spacing: -.06em; }.weather-temperature > span { padding-top: .25rem; color: var(--green-800); font-size: 1.1rem; font-weight: 850; }
.weather-current-summary h2 { margin: .65rem 0 .1rem; font-family: inherit; font-size: 1.15rem; font-weight: 800; letter-spacing: -.01em; }.weather-current-summary small { color: var(--muted); }
.weather-quick-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; border-top: 1px solid var(--line); }.weather-quick-facts div { display: grid; align-content: center; gap: .25rem; min-width: 0; padding: .8rem 1rem; border-right: 1px solid var(--line); }.weather-quick-facts div:last-child { border-right: 0; }.weather-quick-facts dt { color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.weather-quick-facts dd { margin: 0; color: var(--ink); font-size: .82rem; font-weight: 850; overflow-wrap: anywhere; }.weather-quick-facts dd span { display: block; color: var(--muted); font-size: .66rem; font-weight: 500; }
.wind-summary { display: flex; min-height: 260px; align-items: center; justify-content: center; gap: 1.5rem; padding: 1.5rem; background: #f7faf8; }.wind-summary > div:last-child { display: grid; gap: .12rem; }.wind-summary small { color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.wind-summary strong { color: var(--green-900); font: 2rem Georgia,serif; }.wind-summary > div:last-child span { color: var(--muted); font-size: .75rem; line-height: 1.55; }
.wind-compass { position: relative; flex: 0 0 126px; width: 126px; aspect-ratio: 1; border: 1px solid #9eb1aa; border-radius: 50%; background: radial-gradient(circle at center,rgba(233,185,73,.14) 0 7%,transparent 7.5%), repeating-conic-gradient(from -1deg,rgba(27,80,71,.13) 0 1deg,transparent 1deg 22.5deg); box-shadow: inset 0 0 0 7px rgba(27,80,71,.025); }
.wind-compass::before { position: absolute; inset: 15px; content: ""; border: 1px solid #d6dfdb; border-radius: 50%; }.wind-compass::after { position: absolute; left: 50%; top: 50%; z-index: 3; width: 10px; aspect-ratio: 1; content: ""; border: 3px solid white; border-radius: 50%; background: var(--gold); transform: translate(-50%,-50%); box-shadow: 0 0 0 1px #b68a22; }
.wind-compass > span { position: absolute; z-index: 4; color: var(--green-800); font-size: .52rem; font-weight: 900; }.compass-n { left: 50%; top: 6px; transform: translateX(-50%); }.compass-e { right: 8px; top: 50%; transform: translateY(-50%); }.compass-s { left: 50%; bottom: 6px; transform: translateX(-50%); }.compass-w { left: 8px; top: 50%; transform: translateY(-50%); }
.wind-pointer { position: absolute; left: calc(50% - 2px); top: 20px; z-index: 2; width: 4px; height: 43px; background: linear-gradient(var(--gold),#dca625); border-radius: 3px; transform-origin: 50% 43px; filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)); }.wind-pointer::after { position: absolute; left: -5px; top: -3px; content: ""; border-right: 7px solid transparent; border-bottom: 12px solid var(--gold); border-left: 7px solid transparent; }
.wind-n { transform: rotate(0deg); }.wind-nne { transform: rotate(22.5deg); }.wind-ne { transform: rotate(45deg); }.wind-ene { transform: rotate(67.5deg); }.wind-e { transform: rotate(90deg); }.wind-ese { transform: rotate(112.5deg); }.wind-se { transform: rotate(135deg); }.wind-sse { transform: rotate(157.5deg); }.wind-s { transform: rotate(180deg); }.wind-ssw { transform: rotate(202.5deg); }.wind-sw { transform: rotate(225deg); }.wind-wsw { transform: rotate(247.5deg); }.wind-w { transform: rotate(270deg); }.wind-wnw { transform: rotate(292.5deg); }.wind-nw { transform: rotate(315deg); }.wind-nnw { transform: rotate(337.5deg); }
.weather-forecast { margin-top: 2.3rem; }
.weather-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; }.weather-section-heading h2 { margin: 0; font-family: inherit; font-size: 1.35rem; font-weight: 850; letter-spacing: -.015em; }.weather-section-heading p { margin: .15rem 0 0; color: var(--muted); font-size: .8rem; }.weather-section-heading > span { color: var(--muted); font-size: .68rem; }
.forecast-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; border: 1px solid #cbd5d1; border-radius: .7rem; background: white; box-shadow: 0 8px 24px rgba(7,35,31,.06); }
.forecast-grid article { min-width: 0; padding: 0; border-right: 1px solid var(--line); background: white; }.forecast-grid article.is-selected { background: #f6f9f7; box-shadow: inset 0 3px var(--green-800); }.forecast-grid article:last-child { border-right: 0; }
.forecast-card-button { display: block; width: 100%; height: 100%; padding: 1.25rem 1.35rem; border: 0; color: inherit; background: transparent; text-align: inherit; }.forecast-card-button:focus-visible { position: relative; z-index: 2; outline: 3px solid rgba(27,80,71,.35); outline-offset: -3px; }.forecast-card-button:hover { background: rgba(232,240,235,.55); }
.forecast-card-header { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; margin-bottom: .6rem; }.forecast-card-header strong { color: var(--green-950); font-size: .88rem; }.forecast-card-header time { color: var(--muted); font-size: .65rem; text-transform: uppercase; }
.forecast-weather-icon { display: block; width: 70px; height: 70px; margin: .25rem auto .35rem; }
.forecast-card-summary { display: block; min-height: 2.1rem; margin: 0 0 .75rem; color: var(--muted); font-size: .78rem; font-weight: 650; text-align: center; }
.forecast-temperature { display: flex; align-items: baseline; justify-content: center; gap: .65rem; margin-bottom: .75rem; }.forecast-temperature > strong { color: var(--green-950); font: 1.65rem Georgia,serif; }.forecast-temperature span { color: var(--muted); font-size: .9rem; }
.forecast-rain { display: block; margin: 0; padding-top: .65rem; border-top: 1px solid var(--line); color: #477783; font-size: .7rem; text-align: center; }.forecast-rain > span { color: #4d91a0; font-size: .55rem; }
.forecast-detail-panels { margin-top: 1rem; }
.forecast-day-detail { overflow: hidden; border: 1px solid #cbd5d1; border-radius: .7rem; background: white; box-shadow: 0 8px 24px rgba(7,35,31,.06); }
.forecast-detail-header { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); background: #f6f9f7; }.forecast-detail-header svg { width: 74px; height: 74px; }.forecast-detail-header p { margin: 0 0 .15rem; color: var(--green-800); font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.forecast-detail-header h3 { margin: 0 0 .15rem; font-family: inherit; font-size: 1.35rem; font-weight: 850; letter-spacing: -.01em; }.forecast-detail-header span { color: var(--muted); font-size: .8rem; }
.forecast-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }.forecast-detail-grid div { display: grid; gap: .18rem; min-width: 0; padding: 1rem 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.forecast-detail-grid div:nth-child(2n) { border-right: 0; }.forecast-detail-grid div:nth-last-child(-n+2) { border-bottom: 0; }.forecast-detail-grid dt { color: var(--muted); font-size: .61rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.forecast-detail-grid dd { margin: 0; color: var(--green-950); font-size: .86rem; font-weight: 800; overflow-wrap: anywhere; }.forecast-detail-grid div > span { color: var(--muted); font-size: .68rem; }
.weather-details { margin-top: 2.3rem; }.weather-details dl { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; overflow: hidden; border: 1px solid #cbd5d1; border-radius: .7rem; background: white; }.weather-details dl div { display: grid; gap: .2rem; padding: 1.1rem 1.25rem; border-right: 1px solid var(--line); }.weather-details dl div:last-child { border-right: 0; }.weather-details dt { color: var(--muted); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.weather-details dd { margin: 0; color: var(--green-950); font-size: 1.15rem; font-weight: 850; }.weather-details dl span { color: var(--muted); font-size: .68rem; }
.weather-source { margin: 1.3rem 0 0; color: var(--muted); font-size: .68rem; text-align: right; }.weather-unavailable { margin-block: 2rem; }
.news-preview-section { padding-block: clamp(4.5rem,8vw,7rem); border-block: 1px solid var(--line); background: var(--cream); }
.news-section-heading, .news-page-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.news-section-heading h2, .news-page-intro h2 { max-width: 740px; margin: 0; font-size: clamp(2.25rem,4vw,3.4rem); }
.news-section-heading .eyebrow, .news-page-intro .eyebrow { margin-bottom: .65rem; }
.news-all-link { flex: 0 0 auto; padding-bottom: .35rem; color: var(--green-800); font-size: .88rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--green-800); }
.news-all-link span { margin-left: .35rem; }
.news-index { border-top: 1px solid #bcc8c3; }
.news-index-item { display: grid; grid-template-columns: 175px minmax(0,1fr) 44px; gap: clamp(1rem,3vw,2.5rem); align-items: start; padding-block: 1.65rem; border-bottom: 1px solid #cbd4d0; }
.news-index-meta { display: grid; gap: .35rem; padding-top: .25rem; color: var(--muted); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.news-index-meta span { color: var(--green-800); font-weight: 850; }
.news-index-content h3 { margin: 0; font-family: Georgia,serif; font-size: clamp(1.25rem,2vw,1.6rem); font-weight: 500; letter-spacing: -.015em; }
.news-index-content h3 a { text-decoration: none; text-decoration-color: var(--gold); text-underline-offset: .28rem; }
.news-index-content h3 a:hover { text-decoration: underline; }
.news-index-content p { max-width: 800px; margin: .65rem 0 0; color: var(--muted); line-height: 1.55; }
.news-arrow { display: grid; width: 42px; aspect-ratio: 1; place-items: center; border: 1px solid #afbeb8; color: var(--green-800); text-decoration: none; transition: color .15s ease, background .15s ease, border-color .15s ease; }
.news-arrow:hover { border-color: var(--green-800); color: white; background: var(--green-800); }
.news-access-note { display: flex; align-items: center; gap: .65rem; margin: 1.5rem 0 0; color: var(--muted); font-size: .82rem; }
.news-access-note span { filter: grayscale(1); font-size: .8rem; }
.news-hero { background: linear-gradient(115deg,var(--green-950),#17483f); }
.news-page-section { background: var(--paper); }
.news-page-shell { max-width: 1080px; }
.news-page-intro .button { flex: 0 0 auto; }
.news-article-header { padding-block: clamp(4.5rem,9vw,7.5rem); color: white; background: linear-gradient(115deg,var(--green-950),#17483f); }
.news-article-shell { max-width: 880px; }
.news-back-link { display: inline-block; margin-bottom: 3rem; color: #c7d8d2; font-size: .82rem; font-weight: 750; text-decoration: none; }
.news-back-link:hover { color: var(--gold); }
.news-article-meta { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.2rem; color: #a9bdb6; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.news-article-meta span { color: var(--gold); font-weight: 850; }
.news-article-meta time { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.24); }
.news-article-header h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem,6vw,5rem); }
.news-article-body { color: #263d37; font-family: Georgia,serif; font-size: clamp(1.12rem,2vw,1.3rem); line-height: 1.85; white-space: pre-line; }
.news-article-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.news-article-footer .news-back-link { margin: 0; color: var(--green-800); font-size: .78rem; letter-spacing: normal; text-transform: none; }

.site-footer { padding-block: 3rem; color: #d3e0dc; background: var(--green-950); border-top: 1px solid rgba(255,255,255,.1); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }.footer-brand div { display: grid; }.footer-brand div span { color: #95aaa3; font-size: .8rem; }.footer-crest { width: 44px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); }
.site-footer nav { display: flex; gap: 1.2rem; }.site-footer nav a { color: #d3e0dc; font-size: .88rem; }
.site-footer p { margin: 0; color: #95aaa3; font-size: .82rem; text-align: right; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; inset: 87px 0 auto; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem max(1.5rem, calc((100% - 1280px) / 2)); background: var(--green-950); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 40px rgba(3,22,19,.24); }
  .site-nav.is-open { display: flex; }.site-nav a, .member-link { padding: .8rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; }
}

@media (max-width: 850px) {
  .hero-grid, .intro-grid, .welcome, .content-grid, .contact-grid { grid-template-columns: 1fr; }
  .editorial-hero-grid { grid-template-columns: minmax(0,1fr) 230px; min-height: 440px; gap: 2rem; }.editorial-hero-copy h1 { font-size: clamp(3.2rem,8vw,4.8rem); }.editorial-hero-mark > span { font-size: 5rem; }.editorial-crest { width: 80%; }.editorial-hero-meta span { min-width: 145px; }
  .inner-intro-grid, .membership-journey, .contact-layout { grid-template-columns: 1fr; }.inner-intro-grid { gap: 2.5rem; }.inner-section-title { max-width: 650px; }.principle-grid { grid-template-columns: 1fr 1fr; }.principle-grid article:last-child { grid-column: 1 / -1; }.inner-cta { margin-inline: calc((100vw - var(--shell))/ -2); }
  .rules-intro { grid-template-columns: 1fr; gap: 1rem; }.membership-benefits .principle-grid { grid-template-columns: 1fr 1fr; }.membership-benefits .principle-grid article:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); }.contact-side { min-height: 520px; }
  .hero-grid { min-height: auto; padding-block: 4.5rem; }.crest-feature { max-width: 500px; margin-inline: auto; width: 100%; }
  .stretch-grid { grid-template-columns: 1fr; }.stretch-grid article { min-height: auto; }.stretch-grid article > span { margin-bottom: 2rem; }
  .updates-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }.site-footer p { text-align: left; }
  .member-profile, .member-grid { grid-template-columns: 1fr; }
  .dashboard-meeting { grid-template-columns: 1fr 1fr; }.meeting-schedule-items { grid-column: 1 / -1; grid-row: 1; }.meeting-nav-button { min-width: 0; grid-row: 2; border-top: 1px solid var(--line); }.meeting-nav-button[data-meeting-previous] { border-right: 1px solid var(--line); }.meeting-nav-button[data-meeting-next] { border-left: 0; }
  .attendance-panel-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }.attendance-panel-heading > strong { text-align: left; }.attendance-guidance { grid-template-columns: 1fr; }
  .split-panel { grid-template-columns: 1fr; }
  .weather-overview { grid-template-columns: 1fr; max-width: 600px; }.weather-current-cell { border-right: 0; border-bottom: 1px solid var(--line); }.weather-details dl { grid-template-columns: repeat(2,1fr); }.weather-details dl div { border-bottom: 1px solid var(--line); }.weather-details dl div:nth-child(2n) { border-right: 0; }.weather-details dl div:nth-last-child(-n+2) { border-bottom: 0; }
  .photo-grid, .admin-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .attendance-admin-card { grid-template-columns: 1fr 1fr; }.attendance-admin-message { grid-column: 1 / -1; }
  .forecast-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .forecast-grid article { border-bottom: 1px solid #cbd4d0; }.forecast-grid article:nth-child(2n) { border-right: 0; }.forecast-grid article:last-child { border-bottom: 0; }
  .news-index-item { grid-template-columns: 140px minmax(0,1fr) 44px; }
  .member-profile div + div { border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 1.25rem, 1160px); }
  .brand strong { font-size: .95rem; }.brand small { font-size: .58rem; }.brand-crest { width: 44px; }
  .header-inner { min-height: 72px; }.site-nav { inset-block-start: 75px; }
  .hero-grid { min-height: auto; gap: 3.5rem; padding-block: 3.75rem; }.hero h1 { font-size: clamp(2.75rem, 13vw, 3.4rem); }
  .editorial-hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 0; }.editorial-hero-copy { padding-block: 3.8rem 3rem; }.editorial-hero-copy h1 { font-size: clamp(3rem,14vw,4rem); }.editorial-hero-copy > p:not(.eyebrow) { font-size: 1rem; }.editorial-hero-meta { margin-top: 2rem; }.editorial-hero-meta span { min-width: 0; flex: 1; }.editorial-hero-mark { min-height: 210px; border-top: 1px solid rgba(255,255,255,.1); border-inline: 0; }.editorial-hero-mark > span { left: .8rem; top: .55rem; font-size: 4.5rem; }.editorial-hero-mark > small { right: .8rem; bottom: .8rem; }.editorial-crest { width: 145px; }.rules-mantra { display: flex; gap: .6rem; font-size: 1.65rem; }.membership-mark-card { width: min(68%,250px); min-height: 155px; padding: 1.1rem 1.3rem; }.membership-mark-card strong { font-size: 1.75rem; }.contact-mark-symbol { font-size: 5rem; }
  .inner-intro-grid { gap: 2rem; }.inner-lead > p:first-child { font-size: 1.13rem; }.principle-grid, .membership-benefits .principle-grid { grid-template-columns: 1fr; }.principle-grid article:last-child, .membership-benefits .principle-grid article:last-child { grid-column: auto; }.principle-grid article { min-height: 220px; }.inner-cta { align-items: flex-start; flex-direction: column; padding: 2rem 1.25rem; }.inner-cta .button { width: 100%; }
  .pollution-alert { grid-template-columns: auto 1fr; }.pollution-alert a { grid-column: 1 / -1; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.14); }.rules-list { grid-template-columns: 1fr; }.rules-list li { min-height: 0; }.membership-benefits .principle-grid article + article { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }.membership-journey { gap: 2.5rem; }.member-access-card { min-height: 390px; padding: 2rem 1.4rem; }.member-access-actions { align-items: stretch; flex-direction: column; }.member-access-actions .button { width: 100%; }.contact-form-card { padding: 1.3rem; }.contact-side { min-height: 0; padding: 2rem 1.4rem; }
  .hero .eyebrow { align-items: flex-start; flex-direction: column; gap: .5rem; }.hero .eyebrow::before { display: none; }.hero .eyebrow span { padding: 0; border: 0; }
  .hero-details { display: grid; grid-template-columns: 1fr 1fr; row-gap: 1.2rem; margin-top: 2.7rem; }.hero-details > span { min-width: 0; padding: 0 1rem 0 0; }.hero-details > span + span { padding-left: 1rem; }.hero-details > span:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
  .crest-feature { padding: 2rem 1.5rem; }.hero-crest { width: min(100%, 280px); }
  .facts-grid { grid-template-columns: 1fr 1fr; }.facts-grid div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.16); }.facts-grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .member-heading { align-items: start; flex-direction: column; }
  .member-account-actions { flex-wrap: wrap; }
  .meeting-schedule-item { align-items: flex-start; padding: 1rem; }.meeting-nav-button { font-size: .7rem; }
  .meeting-attendance-panel { padding: 1.2rem; }.attendance-request-status { flex-direction: column; }
  .form-grid, .inline-form, .photo-grid, .video-grid, .record-grid, .admin-grid, .admin-stats { grid-template-columns: 1fr; }
  .admin-stats div+div { border-top: 1px solid var(--line); border-left: 0; }
  .admin-callout, .filter-bar { align-items: stretch; flex-direction: column; }
  .attendance-admin-card { grid-template-columns: 1fr; }.attendance-admin-message, .attendance-admin-actions { grid-column: 1; }.attendance-admin-actions { align-items: stretch; flex-direction: column; }.attendance-admin-actions .button { width: 100%; }
  .news-section-heading, .news-page-intro { align-items: flex-start; flex-direction: column; }
  .news-index-item { grid-template-columns: 1fr 42px; gap: .75rem 1rem; }.news-index-meta { grid-column: 1 / -1; display: flex; gap: .8rem; }.news-index-content { grid-column: 1; }.news-arrow { grid-column: 2; grid-row: 2; }
  .news-article-footer { align-items: flex-start; flex-direction: column; }
  .weather-title-row { align-items: flex-start; flex-direction: column; gap: .7rem; }.weather-title-row > p { text-align: left; }.weather-current-summary { min-height: 0; padding: 1.35rem; }.current-weather-icon { flex-basis: 88px; width: 88px; height: 88px; }.weather-quick-facts { grid-template-columns: 1fr; }.weather-quick-facts div { border-right: 0; border-bottom: 1px solid var(--line); }.weather-quick-facts div:last-child { border-bottom: 0; }.wind-summary { min-height: 0; padding-block: 1.6rem; }.weather-section-heading { align-items: flex-start; flex-direction: column; gap: .35rem; }.forecast-grid { grid-template-columns: 1fr; }.forecast-grid article, .forecast-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }.forecast-grid article:last-child { border-bottom: 0; }.weather-details dl { grid-template-columns: 1fr; }.weather-details dl div, .weather-details dl div:nth-child(2n), .weather-details dl div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }.weather-details dl div:last-child { border-bottom: 0; }.weather-source { text-align: left; }
  .forecast-detail-grid { grid-template-columns: 1fr; }.forecast-detail-grid div, .forecast-detail-grid div:nth-child(2n), .forecast-detail-grid div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }.forecast-detail-grid div:last-child { border-bottom: 0; }
  .notice { flex-direction: column; }.footer-grid nav { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
