@charset "UTF-8";
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-400.woff2) format('woff2'), url(/assets/fonts/dm-sans-normal-400.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-500.woff2) format('woff2'), url(/assets/fonts/dm-sans-normal-500.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-600.woff2) format('woff2'), url(/assets/fonts/dm-sans-normal-600.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/dm-sans-normal-700.woff2) format('woff2'), url(/assets/fonts/dm-sans-normal-700.woff) format('woff');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dm-serif-display-italic-400.woff2) format('woff2'), url(/assets/fonts/dm-serif-display-italic-400.woff) format('woff');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dm-serif-display-normal-400.woff2) format('woff2'), url(/assets/fonts/dm-serif-display-normal-400.woff) format('woff');
}

:root{--green:#123c32;--green-deep:#0b2923;--gold:#efc978;--paper:#f7f7f2;--white:#fff;--ink:#20352e;--muted:#52645c;--line:#dce2d9;--serif:'DM Serif Display',Georgia,serif;--sans:'DM Sans',Arial,Helvetica,sans-serif;--space:clamp(24px,5vw,80px);--header-height:90px;--header-offset:var(--header-height)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-offset) + 12px)}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:5px}button,a{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;display:block}p,h1,h2,h3,figure{margin:0}p+p{margin-top:20px}h1,h2,h3{font-weight:400}h1,h2{font-family:var(--serif);line-height:1.04;letter-spacing:-.055em}h1{font-size:clamp(54px,6.2vw,92px)}h2{font-size:clamp(40px,4.1vw,62px)}h3{font-size:24px;line-height:1.3;letter-spacing:-.03em}em{font-weight:400}button{border:0}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #ab6614;outline-offset:5px}input:focus,textarea:focus,select:focus{outline:3px solid #b88d3a;outline-offset:1px}.container{width:min(1240px,calc(100% - var(--space)*2));margin-inline:auto}.section{padding-block:100px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.18em;line-height:1.5;color:#52634f;margin-bottom:22px}.light{color:var(--gold)}.text-link{display:inline-flex;gap:25px;align-items:center;font-size:15px;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding:4px 0}.text-link span{font-size:21px;line-height:1}.text-link:hover{color:#8e5918}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:54px;padding:14px 25px;background:var(--green);color:white;font-size:15px;font-weight:700;line-height:1.4;text-decoration:none;border:1px solid transparent;border-radius:3px;transition:background .18s,transform .18s}.button:hover{background:#205747;transform:translateY(-2px)}.button span{font-size:22px;line-height:1}.button-gold{background:var(--gold);color:var(--green-deep)}.button-gold:hover{background:#ffe0a1}.button-small{min-height:47px;padding:11px 19px;font-size:14px}.button-full{width:100%;margin-top:20px;justify-content:space-between}.button:disabled{opacity:.7;transform:none;cursor:wait}.skip-link{position:fixed;left:16px;top:-90px;background:var(--gold);color:var(--green-deep);z-index:100;padding:10px 18px;font-weight:700}.skip-link:focus{top:12px}[hidden]{display:none!important}
.site-header{position:sticky;top:0;background:rgba(247,247,242,.98);z-index:20;border-bottom:1px solid rgba(18,60,50,.1)}.header-inner{max-width:1512px;margin:auto;padding:4px var(--space);display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:calc(var(--header-height) - 1px)}.brand{display:inline-flex;align-items:center;gap:13px;text-decoration:none;flex-shrink:0}nav{display:flex;align-items:center;gap:27px}nav>a:not(.button){font-size:14px;font-weight:600;text-decoration:none;padding:10px 0}nav>a:not(.button):hover{color:#8e5918}.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:1fr 1.06fr;min-height:660px;max-width:1800px;margin:auto;background:var(--green)}.hero-copy{padding:72px max(40px,calc((100vw - 1240px)/2)) 48px;padding-right:34px;color:var(--paper);display:flex;flex-direction:column;align-items:flex-start}.hero h1{font-size:clamp(52px,5.7vw,86px);letter-spacing:-.055em}.hero h1 em{color:var(--gold)}.hero-intro{margin-top:30px;max-width:420px;font-size:17px;line-height:1.7;color:#e3e9e0}.hero-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:32px}.light-link{color:var(--paper);border-bottom-color:#668278;font-size:14px}.light-link:hover{color:var(--gold)}.hero-foot{display:flex;align-items:center;gap:17px;margin-top:54px;font-size:12px;color:#cad6cc;line-height:1.6;letter-spacing:.025em}.small-rule{height:1px;width:40px;background:var(--gold)}.hero-photo{position:relative;min-width:0;overflow:hidden}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:54% 55%}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(6,30,19,.64));pointer-events:none}.hero-photo figcaption{position:absolute;bottom:28px;left:30px;right:30px;z-index:1;display:flex;gap:16px;justify-content:space-between;color:white;font-size:.75rem;font-weight:700;letter-spacing:.09em}.facts-strip{background:#e9ede5;border-bottom:1px solid var(--line)}.facts-inner{display:grid;grid-template-columns:repeat(4,1fr);padding:26px 0}.facts-inner>div{padding-left:34px;border-left:1px solid #c9d3c6}.facts-inner>div:first-child{padding-left:0;border:0}.fact-label{font-size:.75rem;font-weight:700;letter-spacing:.13em;display:block;color:#5c6c5c}.facts-inner strong{font:23px/1.55 var(--serif);letter-spacing:-.035em;display:block;margin-top:3px}.facts-inner strong>span{font:14px var(--sans);letter-spacing:0}
.club-section{display:grid;grid-template-columns:.94fr 1.06fr;gap:100px}.section-intro>p:not(.eyebrow){max-width:445px;color:var(--muted)}.section-intro h2{margin-bottom:28px}.section-intro .text-link{margin-top:24px}.section-intro .quiet-note{font-size:.875rem;line-height:1.6;margin-top:25px;max-width:340px;color:#536357}.range-list article{display:grid;grid-template-columns:32px 1fr;gap:25px;padding:26px 0;border-bottom:1px solid var(--line)}.range-list article:first-child{padding-top:0}.range-number{font:14px var(--serif);color:#7a8972;padding-top:8px}.range-list h3{font-family:var(--serif);font-size:30px}.range-list p{color:var(--muted);margin-top:10px;font-size:15px;line-height:1.7}.detail-tag{display:inline-block;margin-top:13px;background:#e9eee4;font-size:.75rem;font-weight:700;letter-spacing:.12em;padding:4px 9px}.detail-note{display:block;margin-top:12px;font-size:.875rem;font-weight:700;line-height:1.55;color:#57664b}.photo-pair{display:grid;grid-template-columns:1.4fr 1fr;gap:30px;padding-bottom:90px}.photo-pair figure{min-width:0}.photo-pair img{width:100%;height:350px;object-fit:cover;object-position:center 76%;border-radius:2px}.photo-pair figure:nth-child(2) img{object-position:center 65%}.photo-pair figcaption{display:flex;justify-content:space-between;gap:12px;margin-top:15px;align-items:baseline}.photo-pair figcaption span:first-child{font-size:.75rem;letter-spacing:.13em;font-weight:700}.photo-pair figcaption span:last-child{font:italic 18px var(--serif);color:var(--muted)}
.events-section{background:#e9ede5}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:46px}.section-heading>p{font-size:15px;color:var(--muted);padding-bottom:6px}.schedule-layout{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:start}.schedule-summary{padding:25px 25px 0 0}.schedule-summary h3{font:27px var(--serif);margin-bottom:24px}.hours-row{padding:20px 0;border-bottom:1px solid #cad4c8;display:flex;flex-direction:column}.hours-row strong{font-size:16px}.hours-row span{font:24px/1.5 var(--serif);margin-top:3px}.hours-row small{font-size:12px;color:var(--muted)}.schedule-note{font-size:.875rem;color:#4d604f;line-height:1.75;margin-top:25px}.schedule-summary .text-link{font-size:14px;margin-top:20px}.calendar-shell{background:#fff;padding:28px;border:1px solid #d8e0d3;border-radius:5px;min-width:0}.calendar-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:28px}.calendar-kicker{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:#5b6c57;margin-bottom:6px}.calendar-toolbar h3{font-family:var(--serif);font-size:29px}.calendar-controls{display:flex;gap:7px;align-items:center}.icon-button,.today-button{background:#f3f5ef;border:1px solid #dce3d8;color:var(--green);border-radius:3px;min-width:38px;min-height:38px;font-size:16px}.today-button{padding:5px 10px;font-size:12px}.icon-button:hover,.today-button:hover{background:#e3e9dc}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:12px;text-align:center;font-size:.75rem;font-weight:700;color:var(--muted)}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-left:1px solid #e5e9e1;border-top:1px solid #e5e9e1}.calendar-day{position:relative;border:0;border-right:1px solid #e5e9e1;border-bottom:1px solid #e5e9e1;min-height:76px;padding:9px 8px;background:#fff;text-align:left;display:flex;flex-direction:column;color:var(--ink);font-size:.875rem;gap:6px;line-height:1.25}.calendar-day.no-event{cursor:default}.calendar-day.empty{background:#fbfcf9}.calendar-day.has-event{background:#f1f5ec;cursor:pointer}.calendar-day.has-event:hover{background:#e4ebdb}.calendar-day.selected{box-shadow:inset 0 0 0 2px var(--green)}.calendar-day.today .day-number{background:var(--green);color:white;border-radius:50%;min-width:23px;height:23px;padding-top:3px;text-align:center;margin:-3px 0 -3px -3px;align-self:flex-start}.event-chip{color:#315134;font-size:.75rem;letter-spacing:-.01em;line-height:1.35;font-weight:700}.event-dot{display:none}.calendar-selection{font-size:.875rem;background:#f4f6f0;line-height:1.6;padding:13px 15px;margin-top:15px;min-height:48px}.calendar-selection strong{display:block}.calendar-legend{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:space-between;margin-top:18px;font-size:.75rem;line-height:1.6;color:#5e6b58}.calendar-legend>span:first-child{display:flex;align-items:center;gap:6px}.calendar-legend i{width:7px;height:7px;background:#799064;border-radius:50%}.calendar-noscript{font-size:14px}.calendar-footnote{font-size:12px;margin-top:15px;color:var(--muted)}#google-calendar-frame iframe{width:100%;height:560px;border:0;display:block}
.membership-banner{background:var(--green);color:white;padding:70px 0}.membership-banner-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.membership-banner h2{font-size:clamp(50px,5.8vw,82px)}.membership-banner h2 em{color:var(--gold)}.membership-banner .eyebrow{font-size:.75rem}.price{font:72px/1 var(--serif);letter-spacing:-.055em}.price>span{display:block;font:13px/1.6 var(--sans);letter-spacing:0;margin-top:10px;color:#d5e1d5}.membership-banner-detail>p:not(.price){font-size:15px;color:#d4e0d7;margin-top:22px}.membership-banner-detail .button{margin-top:27px}.visit-section{display:grid;grid-template-columns:.7fr 1fr;gap:90px}.visit-section>div:first-child>p:not(.eyebrow){color:var(--muted);margin-top:25px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{font-size:16px;font-weight:600;list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:23px;font-weight:400;color:#6d7d62;flex-shrink:0;transition:transform .18s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>p{font-size:15px;line-height:1.7;color:var(--muted);padding:0 30px 24px 0}
.contact-section{background:#eeeee7;border-top:1px solid var(--line)}.contact-layout{display:grid;grid-template-columns:.85fr 1fr;gap:100px;align-items:start}.contact-copy>p:not(.eyebrow){color:var(--muted);max-width:370px;margin-top:25px}.contact-copy address{font-style:normal;margin-top:36px}.contact-copy address>div{margin-bottom:26px;display:flex;flex-direction:column;align-items:flex-start}.field-caption{font-size:.75rem;font-weight:700;letter-spacing:.13em;color:#67745f;margin-bottom:8px}.contact-copy address strong{font-size:18px;line-height:1.7}.contact-copy address span:not(.field-caption){font-size:.875rem;color:var(--muted)}.contact-copy address .text-link{margin-top:13px}.phone-link{font-size:24px;font-weight:500;text-decoration:none}.form-card{background:white;padding:36px;border:1px solid #dbe0d4;border-radius:5px}.form-card h3{font:32px/1.2 var(--serif);margin-bottom:27px}.form-card .eyebrow{margin-bottom:10px}.form-card form>label,fieldset>label{display:flex;flex-direction:column}.form-card label{font-size:.875rem;font-weight:600;color:var(--ink);display:block;margin-top:18px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-row label{min-width:0}input:not([type=radio]):not([type=checkbox]):not([type=hidden]),textarea,select{display:block;width:100%;border:1px solid #bdc9ba;background:#fcfdf9;border-radius:3px;color:var(--ink);padding:11px 12px;margin-top:7px;font-size:16px;font-weight:400;min-height:48px}textarea{resize:vertical;min-height:100px}select{padding-right:25px}.required{color:#875315}.form-note{font-size:12px;font-weight:400;line-height:1.65;color:#657160;margin-top:20px}.form-feedback{padding:12px 14px;border:1px solid #c48a75;background:#fff7f1;color:#762f20;font-size:14px;margin-top:15px}.honeypot{display:none!important}.site-footer{background:var(--green-deep);color:#e6ecdf;padding:45px 0 24px}.brand-light{color:#f4f3e6}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:35px}.footer-top>p{font:italic 21px var(--serif);color:#cdd9c7}.footer-social{display:inline-flex;align-items:center;gap:10px;font-size:.875rem;text-decoration:none}.facebook-icon{width:22px;height:22px;flex-shrink:0}.footer-social span{font-size:20px;margin-left:12px}.footer-bottom{display:flex;gap:20px;justify-content:space-between;border-top:1px solid #355046;padding-top:20px;font-size:.75rem;color:#b8c6b4}
.page-intro{background:var(--green);color:white;padding:36px 0 65px}.page-intro .back-link{font-size:.875rem;color:#ccd9ca;text-decoration:none;display:inline-block;margin-bottom:40px}.page-intro .eyebrow{color:var(--gold)}.page-intro h1{font-size:clamp(55px,6.3vw,88px)}.page-intro h1 em{color:var(--gold)}.page-intro p:last-child{margin-top:25px;color:#e1e9dd}.application-layout{display:grid;grid-template-columns:340px 1fr;gap:60px;align-items:start}.dues-card{background:var(--green);color:white;padding:32px;border-radius:4px}.dues-card>.eyebrow{font-size:.75rem}.dues-card>.price{font-size:74px}.dues-card>p:not(.eyebrow):not(.price){font-size:.875rem;color:#d1decf;margin-top:14px}.dues-card hr{border:0;border-top:1px solid #547363;margin:30px 0}.dues-card h2{font-size:30px;letter-spacing:-.03em}.steps{list-style:none;padding:0;margin:24px 0 0}.steps li{display:flex;gap:13px;margin-top:24px}.steps li>span{border:1px solid #758b72;border-radius:50%;width:25px;height:25px;flex:0 0 25px;display:grid;place-items:center;font-size:12px;color:var(--gold)}.steps strong{font-size:14px}.steps p{font-size:.875rem;color:#d0ddcd;margin-top:7px;line-height:1.6}.application-help{padding:30px 15px}.application-help h3{font:26px var(--serif);margin-bottom:15px}.application-help p{font-size:14px;color:var(--muted);margin-bottom:18px}.application-form-card{padding:40px}.application-form-card h2{font-size:38px;line-height:1.2}.form-description{font-size:14px;color:var(--muted);margin-top:20px}.application-form-card fieldset{border:0;border-top:1px solid var(--line);padding:20px 0 0;margin:28px 0 0;min-width:0}.application-form-card legend{font-size:12px;font-weight:700;letter-spacing:.035em;padding-right:15px}.application-form-card .radio-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.radio-options label{display:flex;align-items:center;gap:10px;background:#f4f6ef;padding:13px;border:1px solid var(--line);border-radius:3px;margin:0;font-size:14px;cursor:pointer}.radio-options label:has(input:checked){border-color:var(--green);background:#edf3e7}.radio-options input,.check-label input{accent-color:var(--green);width:18px;height:18px;flex-shrink:0}.address-row{grid-template-columns:1.4fr .7fr .8fr;gap:13px}.form-card .check-label{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:400;cursor:pointer}.check-label input{margin-top:4px}.optional{font-size:.75rem;font-weight:400;color:var(--muted);margin-left:4px}.prose-page{max-width:850px;padding-block:80px 110px}.prose-page h1{font-size:clamp(44px,5vw,70px);margin-bottom:35px}.prose-page h2{font-size:32px;margin:38px 0 18px;letter-spacing:-.035em}.prose-page p{color:var(--muted)}.prose-page .button{margin-top:35px}.confirmation-page{max-width:800px;padding-block:70px 100px;text-align:center}.confirmation-page h1{font-size:clamp(48px,5.5vw,72px)}.confirmation-page>p:not(.eyebrow){max-width:620px;margin:28px auto;color:var(--muted)}.confirmation-mark{margin:0 auto 28px;border:1px solid #aebda2;background:#e8eedd;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:30px}.confirmation-next{background:#e9ede2;padding:28px;margin:30px 0}.confirmation-next h2{font-size:30px;line-height:1.2}.confirmation-next p{margin-top:16px;font-size:15px;color:var(--muted)}.confirmation-next .phone-link{display:inline-block;margin-top:15px}
@media(min-width:1600px){.hero-copy{padding-left:100px}}@media(max-width:1150px){.header-inner{padding-inline:30px}nav{gap:19px}.hero-copy{padding-left:40px;padding-right:30px}.hero{min-height:640px}.hero h1{font-size:64px}.hero-actions{gap:19px}.hero-actions .button{padding-inline:18px}.club-section{gap:55px}.contact-layout{gap:55px}.schedule-layout{grid-template-columns:245px 1fr;gap:25px}.calendar-shell{padding:22px}.event-chip{font-size:.75rem}.photo-pair img{height:310px}.application-layout{grid-template-columns:300px 1fr;gap:35px}.application-form-card{padding:30px}.footer-top>p{display:none}}
@media(max-width:900px){:root{--header-height:88px}.header-inner{padding:10px 24px;min-height:calc(var(--header-height) - 1px)}.menu-toggle{display:flex;gap:13px;align-items:center;background:none;color:var(--green);font-size:14px;min-height:44px;padding:9px}.menu-lines{height:12px;width:20px;border-top:1px solid;border-bottom:1px solid}.menu-toggle[aria-expanded=true] .menu-lines{transform:rotate(45deg);border-bottom:0;border-top:2px solid;height:0}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:20px 24px 26px;box-shadow:0 12px 14px #18251d14;flex-direction:column;align-items:stretch;gap:4px}nav.open{display:flex}nav>a:not(.button){padding:12px 0;font-size:16px}nav .button{margin-top:8px}.hero{grid-template-columns:1.04fr 1fr;min-height:590px}.hero-copy{padding:48px 25px 40px}.hero h1{font-size:clamp(43px,6.2vw,59px)}.hero-intro{font-size:16px}.hero-foot{margin-top:36px}.hero-photo figcaption{left:20px;right:20px;font-size:.75rem}.hero-photo figcaption>span:last-child{display:none}.facts-inner>div{padding-left:20px}.facts-inner strong{font-size:19px}.fact-label{font-size:.75rem}.club-section{gap:40px}.section{padding-block:75px}.club-section h2{font-size:43px}.schedule-layout{grid-template-columns:1fr}.schedule-summary{padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:25px;margin-bottom:10px}.schedule-summary h3{grid-column:1/-1;margin-bottom:4px}.schedule-summary .schedule-note{margin-top:18px}.schedule-summary .text-link{justify-self:start;align-self:start}.calendar-shell{padding:27px}.calendar-day{min-height:87px}.event-chip{font-size:.75rem}.visit-section{gap:45px;grid-template-columns:.7fr 1fr}.contact-layout{gap:35px;grid-template-columns:.85fr 1fr}.form-card{padding:27px}.form-row{grid-template-columns:1fr;gap:0}.application-layout{grid-template-columns:260px 1fr;gap:24px}.application-form-card .radio-options{grid-template-columns:1fr}.dues-card{padding:25px}.application-help{padding-inline:5px}.application-form-card h2{font-size:33px}.form-card .check-label{font-size:.875rem}.footer-bottom{flex-wrap:wrap;font-size:.75rem}.membership-banner-inner{gap:40px}.photo-pair{gap:22px;padding-bottom:65px}.photo-pair img{height:260px}.photo-pair figcaption{flex-direction:column;gap:5px}.address-row{grid-template-columns:1fr 1fr;gap:13px}.address-row>label:first-child{grid-column:1/-1}}
@media(max-width:640px){:root{--space:22px}html{scroll-padding-top:calc(var(--header-offset) + 12px)}.header-inner{padding-inline:20px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:44px 24px 38px}.hero .eyebrow{margin-bottom:20px;font-size:.75rem}.hero h1{font-size:clamp(49px,11.2vw,72px)}.hero-intro{font-size:16px;max-width:380px;margin-top:24px}.hero-actions{gap:20px;margin-top:26px;align-items:center}.hero-actions .button{font-size:14px;min-height:52px}.hero-actions .text-link{font-size:.875rem;gap:15px}.hero-foot{display:none}.hero-photo{height:330px}.hero-photo>img{object-position:50% 66%}.hero-photo figcaption{bottom:21px;left:24px}.hero-photo figcaption>span:last-child{display:block;font-size:.75rem}.facts-inner{grid-template-columns:1fr 1fr;padding:23px 0;row-gap:21px}.facts-inner>div{padding-left:20px}.facts-inner>div:nth-child(3){border:0;padding-left:0}.fact-label{font-size:.75rem;letter-spacing:.08em}.facts-inner strong{font-size:21px}.facts-inner strong>span{font-size:12px}.section{padding-block:62px}.eyebrow{font-size:.75rem;margin-bottom:18px}h2{font-size:42px}.club-section{grid-template-columns:1fr;gap:40px}.club-section h2{font-size:45px}.section-intro h2{margin-bottom:23px}.section-intro>p:not(.eyebrow){font-size:15px}.section-intro .quiet-note{font-size:12px}.range-list h3{font-size:28px}.range-list article{gap:17px}.range-list p{font-size:14px}.photo-pair{grid-template-columns:1fr;gap:30px;padding-bottom:58px}.photo-pair img{height:auto;aspect-ratio:1.5;object-fit:cover}.photo-pair figcaption{flex-direction:row;align-items:baseline}.photo-pair figcaption span:last-child{font-size:16px}.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:20px;font-size:14px}.schedule-summary{column-gap:20px}.schedule-summary h3{font-size:26px}.hours-row strong{font-size:14px}.hours-row span{font-size:22px}.hours-row small{font-size:.75rem}.schedule-summary .schedule-note{grid-column:1/-1;font-size:12px}.schedule-summary .text-link{grid-column:1/-1;margin-top:12px}.calendar-shell{padding:17px 13px}.calendar-toolbar{margin-bottom:20px;gap:8px}.calendar-toolbar h3{font-size:25px}.calendar-kicker{font-size:.75rem;letter-spacing:.07em}.calendar-controls{gap:4px}.icon-button{min-width:32px;min-height:38px}.today-button{min-width:38px;padding:4px 7px;font-size:.75rem}.calendar-weekdays{font-size:.75rem;margin-bottom:9px}.calendar-day{min-height:57px;padding:8px 5px;font-size:12px;gap:7px}.event-chip{font-size:.75rem;line-height:1.1}.event-chip .event-type{display:none}.event-dot{display:block;background:#799064;border-radius:50%;width:4px;height:4px}.calendar-legend{font-size:.75rem}.calendar-selection{font-size:12px;padding:12px}.calendar-day.today .day-number{min-width:20px;height:20px;padding-top:2px}.membership-banner{padding:56px 0}.membership-banner-inner{grid-template-columns:1fr;gap:33px}.membership-banner h2{font-size:58px}.membership-banner-detail .price{font-size:65px}.membership-banner-detail>p:not(.price){font-size:14px}.visit-section{grid-template-columns:1fr;gap:30px}.visit-section>div:first-child>p:not(.eyebrow){font-size:15px;margin-top:20px}.faq-list summary{font-size:15px;padding-block:20px}.faq-list details>p{font-size:14px;padding-right:10px}.contact-layout{grid-template-columns:1fr;gap:28px}.contact-copy>p:not(.eyebrow){font-size:15px}.contact-copy address{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.contact-copy address>div:first-child{grid-column:1/-1}.contact-copy address>div{margin-bottom:15px}.contact-copy address strong{font-size:17px}.contact-copy address span:not(.field-caption){font-size:12px}.phone-link{font-size:21px}.form-card{padding:26px 22px}.form-card h3{font-size:30px;margin-bottom:24px}.form-row{grid-template-columns:1fr}.form-card label{font-size:.875rem}.form-note{font-size:.75rem}.footer-top{flex-direction:column;align-items:flex-start;gap:27px}.footer-top .footer-top .footer-bottom{gap:12px;flex-direction:column;font-size:.75rem}.site-footer{padding-top:36px}.page-intro{padding:25px 0 47px}.page-intro .back-link{margin-bottom:32px}.page-intro h1{font-size:62px}.page-intro p:last-child{font-size:15px}.application-layout{grid-template-columns:1fr;padding-top:35px;gap:25px}.application-aside{display:contents}.dues-card{padding:28px}.dues-card>.price{font-size:60px}.dues-card>p:not(.eyebrow):not(.price){margin-top:9px}.dues-card hr{margin:24px 0}.steps{margin-top:18px}.steps li{margin-top:17px}.application-help{order:3;padding:10px}.application-form-card{padding:28px 21px}.application-form-card h2{font-size:35px}.application-form-card .form-description{font-size:.875rem}.application-form-card .radio-options{grid-template-columns:1fr 1fr;gap:9px}.radio-options label{font-size:12px;padding:11px 9px;gap:6px}.application-form-card .form-row{grid-template-columns:1fr 1fr;gap:12px}.application-form-card .form-row:nth-child(3){grid-template-columns:1fr}.application-form-card .address-row{grid-template-columns:1fr 1fr}.prose-page{padding-block:55px 75px}.prose-page h1{font-size:48px}.prose-page p{font-size:15px}.confirmation-page{padding-block:50px 75px}.confirmation-page h1{font-size:50px}.confirmation-page>p:not(.eyebrow){font-size:15px}.confirmation-next{padding:24px 20px}.confirmation-next h2{font-size:27px}}
@media(max-width:370px){.brand{gap:10px}.menu-toggle{gap:8px;padding:4px;font-size:12px}.hero h1{font-size:47px}.hero-actions{gap:18px}.hero-photo{height:280px}.facts-inner strong{font-size:18px}.photo-pair figcaption{flex-direction:column}.calendar-toolbar{flex-wrap:wrap}.calendar-toolbar h3{font-size:25px}.calendar-day{min-height:53px}.event-chip{font-size:.75rem}.application-form-card .radio-options{grid-template-columns:1fr}.application-form-card .form-row{grid-template-columns:1fr;gap:0}.contact-copy address{grid-template-columns:1fr}.hero-photo figcaption>span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.site-header,nav,.hero-photo,.photo-pair,.site-footer,.menu-toggle,.button,.calendar-controls{display:none!important}body{font-size:12pt;background:white;color:black}.container{width:100%}.section{padding:20px 0}.hero,.hero-copy,.membership-banner,.page-intro{background:white;color:black}.hero h1 em,.membership-banner h2 em{color:black}.hero-intro,.page-intro p:last-child{color:black}.application-layout,.club-section,.contact-layout{display:block}.form-card{border:1px solid #999}.application-help{break-inside:avoid}}
/* Readability and progressive enhancement refinements. */
.eyebrow,.fact-label,.photo-pair figcaption span:first-child,.hero-photo figcaption,.field-caption,.calendar-kicker,.detail-tag,.footer-bottom,.calendar-legend,.optional,.form-note,.calendar-weekdays,.membership-banner .eyebrow,.dues-card>.eyebrow,.hours-row small{font-size:12px}
.form-card label,.form-description,.form-feedback,.calendar-selection,.schedule-note,.schedule-summary .text-link,.hero-foot,.detail-note,.section-intro .quiet-note{font-size:14px}
.section-intro>p:not(.eyebrow):not(.quiet-note),.range-list p,.contact-copy>p:not(.eyebrow),.faq-list details>p,.membership-banner-detail>p:not(.price),.visit-section>div:first-child>p:not(.eyebrow),.prose-page p{font-size:16px}

.event-chip{font-size:12px}.calendar-day{overflow:hidden}.calendar-day .event-chip{max-width:100%;overflow-wrap:normal}.calendar-day:focus-visible{outline-offset:-3px;z-index:1}
@media(max-width:900px){html:not(.js) .menu-toggle{display:none}html:not(.js) .header-inner{flex-wrap:wrap}html:not(.js) nav{position:static;display:flex;flex-flow:row wrap;box-shadow:none;padding:10px 0 0;width:100%;gap:14px}html:not(.js) nav .button{display:none}}
@media(max-width:640px){.calendar-day{min-height:67px}.calendar-day .event-chip{font-size:.75rem}.calendar-legend{font-size:12px}.calendar-legend>span:last-child{flex-basis:100%}.calendar-kicker{font-size:.75rem}.calendar-toolbar{flex-wrap:wrap}.icon-button,.today-button{min-height:44px;min-width:44px}.photo-pair figcaption{flex-wrap:wrap}.facts-inner strong{font-size:20px}.fact-label{font-size:.75rem}.hero-photo figcaption{font-size:.75rem}.hero-photo figcaption>span:last-child{font-size:.75rem}.contact-copy address span:not(.field-caption){font-size:14px}.hero-actions .text-link{font-size:14px}.radio-options label,.form-card .check-label{font-size:14px}.application-form-card .radio-options{grid-template-columns:1fr}.application-form-card .form-description{font-size:14px}}

.form-card form>label,fieldset>label{display:block}

.arrow-icon{width:19px;height:19px;stroke-width:1.6;flex-shrink:0}.footer-social{display:inline-flex;align-items:center;gap:12px}@media(min-width:901px) and (max-width:1100px){.hero h1{font-size:56px}}

.form-card .check-label{flex-direction:row}

/* Keep range access information alongside the schedule. */
.calendar-access-note{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 20px}
.calendar-access-note a{text-underline-offset:3px}

/* Compact header; preserve the full supplied logo. */
.brand{display:block;width:260px;max-width:calc(100% - 90px);flex-shrink:0}
.brand picture,.club-logo{display:block;width:100%;height:auto}
.club-logo{object-fit:contain}
.header-inner{min-height:calc(var(--header-height) - 1px);padding-top:4px;padding-bottom:4px}
.site-footer .brand{width:180px;max-width:100%;padding:0;background:transparent}
@media(min-width:901px) and (max-width:1100px){nav{gap:18px}}
@media(max-width:900px){.brand{width:200px}.header-inner{padding-top:10px;padding-bottom:10px}}
@media(max-width:400px){.header-inner{padding-inline:16px;gap:12px}}
.hero-photo>picture{display:block;width:100%;height:100%}
.hero-photo>picture>img{width:100%;height:100%;object-fit:cover;object-position:50% 57%}
.photo-pair picture{display:block}
@media(max-width:640px){.hero-photo>picture>img{object-position:50% 55%}}

/* Resource directory. */
.resource-intro h1{font-size:clamp(48px,7vw,78px)}
.page-intro .resource-opening-note{font-size:14px;color:var(--muted);margin-top:15px}
.resource-directory{padding-top:56px;padding-bottom:72px}
.resource-group{margin-bottom:48px}.resource-group:last-child{margin-bottom:0}
.resource-group-heading{display:flex;align-items:baseline;gap:18px;margin-bottom:18px}
.resource-group-heading .eyebrow{margin:0;color:var(--muted)}
.resource-group-heading h2{font-size:clamp(27px,3.2vw,38px)}
.resource-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 36px;border-top:1px solid var(--line)}
.resource-list li{min-width:0;border-bottom:1px solid var(--line)}
.resource-list a{display:flex;align-items:center;justify-content:space-between;gap:22px;height:100%;min-height:102px;padding:22px 12px;text-decoration:none;transition:background .15s}
.resource-list a:hover{background:#edf2e8}.resource-list a>span{min-width:0}
.resource-list strong{display:block;font-size:17px;line-height:1.45;font-weight:600}
.resource-domain{display:block;font-size:14px;color:var(--muted);margin-top:5px;overflow-wrap:anywhere}
nav a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}
@media(min-width:901px) and (max-width:1100px){.site-header nav .button{display:none}}
@media(max-width:640px){.resource-list{grid-template-columns:1fr}.resource-list a{padding-inline:6px;min-height:92px}.resource-directory{padding-top:36px;padding-bottom:48px}.resource-group{margin-bottom:36px}.resource-group-heading{gap:12px}.footer-bottom{flex-wrap:wrap}}

/* Readable text and compact calendar labels across screen sizes. */
.eyebrow,.fact-label,.photo-pair figcaption span:first-child,.hero-photo figcaption,
.hero-photo figcaption>span:last-child,.field-caption,.calendar-kicker,.detail-tag,
.footer-bottom,.calendar-legend,.optional,.form-note,.calendar-weekdays,
.membership-banner .eyebrow,.dues-card>.eyebrow,.hours-row small,.hero .eyebrow{font-size:.75rem}
.form-card label,.form-description,.form-feedback,.calendar-selection,.schedule-note,
.schedule-summary .text-link,.hero-foot,.detail-note,.section-intro .quiet-note,
.contact-copy address span:not(.field-caption),.price>span,.steps p,.footer-social,
.application-form-card legend,.dues-card>p:not(.eyebrow):not(.price),.page-intro .back-link{font-size:.875rem}
.range-list p,.faq-list details>p,.membership-banner-detail>p:not(.price),
.section-intro>p:not(.eyebrow):not(.quiet-note),.contact-copy>p:not(.eyebrow),
.visit-section>div:first-child>p:not(.eyebrow),.section-heading>p,.page-intro p:last-child,
.confirmation-page>p:not(.eyebrow),.confirmation-next p,.prose-page p{font-size:1rem}
.calendar-day .event-chip{font-size:.75rem;line-height:1.4;overflow-wrap:normal}
.event-time-compact{display:none}
@media(max-width:1150px) and (min-width:901px){.event-chip .event-type{display:none}}
@media(max-width:640px){
 .calendar-shell{padding:17px 12px}
 .calendar-day{padding:8px 3px;min-height:70px}
 .calendar-day .event-chip{white-space:nowrap}
 .event-time-full{display:none}.event-time-compact{display:inline}
 .hero-photo figcaption{flex-wrap:wrap;gap:8px 16px;letter-spacing:.04em}
 .facts-inner strong>span{font-size:.875rem}
 .footer-bottom{gap:12px 20px}
 .menu-toggle{font-size:.875rem}
}

/* Preserve readable calendar text when browser text size is enlarged. */
.calendar-scroll{overflow-x:auto;overscroll-behavior-x:contain}
.calendar-scroll:focus-visible{outline:3px solid #ab6614;outline-offset:3px}
.calendar-weekdays,.calendar-grid{min-width:14rem}
.calendar-day{font-size:.875rem}
.calendar-day.today .day-number{min-width:1.5rem;height:1.5rem;padding-top:0;display:inline-grid;place-items:center;margin:0}
.schedule-summary .schedule-note,.today-button{font-size:.875rem}

/* Matching 4:3 frames: preserve the course photo and center-crop the wider fishing photo. */
.community-photos{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.community-photos figure{min-width:0}.community-photos picture,.community-photos img{display:block;width:100%;height:auto}.community-photos img{border-radius:2px;aspect-ratio:4/3;object-fit:cover;object-position:center}.community-photos figcaption{margin-top:15px;font:italic 18px var(--serif);color:var(--muted)}
@media(max-width:640px){.community-photos{grid-template-columns:1fr;gap:30px}}

/* Membership card pickup details. */
.membership-pickup{margin-top:30px;padding-top:26px;border-top:1px solid #547363}.membership-pickup h3{font-family:var(--serif);font-size:28px;margin-bottom:16px}.membership-pickup address{font-style:normal;line-height:1.65;color:#e1e9dd}.pickup-hours{margin:20px 0}.pickup-hours>div{display:flex;justify-content:space-between;gap:20px;max-width:360px;padding:5px 0}.pickup-hours dt,.pickup-hours dd{font-size:15px}.pickup-hours dd{margin:0;white-space:nowrap}.pickup-reminder{font-size:15px;line-height:1.65;color:var(--gold)}.pickup-actions{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:24px}.pickup-actions .button{margin-top:0}.pickup-actions .text-link{font-size:14px}.pickup-hours-note{font-size:14px;line-height:1.6;color:#d4e0d7;margin-top:18px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.button:hover{transform:none}}

/* The contact widget is loaded when visitors approach the form. */
.turnstile-check{margin-top:20px}.turnstile-check [data-turnstile]{min-height:65px;max-width:100%}.turnstile-status{font-size:12px;line-height:1.6;color:var(--muted);margin-top:8px}.turnstile-retry{background:transparent;color:var(--green);padding:4px 0;margin-top:8px;font-size:14px}
