:root {
  --ink: #2a1715;
  --forest: #8f251f;
  --forest-deep: #4a100d;
  --sage: #e4d6d3;
  --sand: #eadbd5;
  --cream: #f7f1ee;
  --white: #fff;
  --orange: #b42318;
  --line: rgba(74,16,13,.16);
  --page: min(1240px, calc(100vw - 64px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.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; z-index: 100; left: 16px; top: -80px; background: var(--white); padding: 12px 18px; border-radius: 999px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1240px)/2)); color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(16,39,31,.92); backdrop-filter: blur(20px) saturate(150%); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 650; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 1px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.8); transition: color .2s; }
.site-nav > a:hover { color: white; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; }
.nav-member { padding: 11px 18px; color: var(--forest-deep)!important; background: white; border-radius: 999px; font-weight: 650; }
.nav-member:hover { color: var(--forest-deep)!important; background: var(--cream); }
.menu-button { display: none; background: transparent; border: 0; padding: 12px; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('/images/hero.jpg') center 48% / cover no-repeat; transform: scale(1.01); animation: hero-in 1.4s cubic-bezier(.2,.65,.2,1) both; }
@keyframes hero-in { from { transform: scale(1.08); opacity: .7; } to { transform: scale(1.01); opacity: 1; } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,17,12,.44), transparent 28%, transparent 68%, rgba(5,17,12,.2)); }
.hero-content { position: relative; width: var(--page); margin: 0 auto; padding: 170px 0 100px; }
.eyebrow { margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 650; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #68736e; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(66px, 9.2vw, 136px); line-height: .87; letter-spacing: -.07em; font-weight: 560; }
.hero-copy { max-width: 500px; margin: 34px 0 38px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.55; letter-spacing: -.02em; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 40px; padding: 0 20px; border: 1px solid; border-radius: 999px; font-size: 13px; font-weight: 600; transition: background .2s, color .2s, transform .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-light { border-color: rgba(255,255,255,.65); }
.button-light:hover { background: white; color: var(--forest); }
.scroll-cue { position: absolute; right: max(32px, calc((100vw - 1240px)/2)); bottom: 53px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { width: 45px; height: 1px; background: rgba(255,255,255,.45); }
.section-pad { width: var(--page); margin: 0 auto; padding: 150px 0; }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.section-label { padding-top: 6px; color: #69746e; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.intro-statement { max-width: 900px; }
.intro h2, .experience h2, .contact h2 { margin: 0; font-size: clamp(44px, 6vw, 82px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
.intro-statement > p:last-child { max-width: 600px; margin: 42px 0 0 auto; color: #59645e; font-size: 18px; line-height: 1.65; }
.course-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 790px; background: var(--forest); color: white; }
.course-image { min-height: 650px; overflow: hidden; }
.course-image img { width: 100%; height: 100%; object-fit: cover; }
.course-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(50px, 8vw, 130px); }
.course-copy h2 { max-width: 500px; margin: 0 0 32px; font-size: clamp(45px, 5vw, 72px); line-height: 1; font-weight: 500; letter-spacing: -.055em; }
.course-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.65; }
.feature-list { list-style: none; margin: 55px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.feature-list li { display: flex; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 14px; }
.feature-list span { color: rgba(255,255,255,.4); font-size: 10px; }
.experience-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
.experience-heading h2 { max-width: 820px; }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.experience-card { min-height: 360px; padding: 34px 38px 40px 0; border-right: 1px solid var(--line); }
.experience-card + .experience-card { padding-left: 38px; }
.experience-card:last-child { border-right: 0; }
.card-number { display: block; margin-bottom: 100px; color: #78827d; font-size: 11px; }
.experience-card h3 { margin: 0 0 18px; font-size: 32px; font-weight: 520; letter-spacing: -.04em; }
.experience-card p { max-width: 300px; margin: 0; color: #65706a; font-size: 15px; line-height: 1.65; }
.detail-break { position: relative; min-height: 680px; display: grid; place-items: center; color: white; overflow: hidden; }
.detail-image { position: absolute; inset: 0; background: url('/images/detail.jpg') center 55% / cover no-repeat; }
.detail-break::after { content: ''; position: absolute; inset: 0; background: rgba(9,27,20,.47); }
.detail-break blockquote { position: relative; z-index: 1; max-width: 880px; margin: 0; padding: 60px; text-align: center; font-size: clamp(40px, 5.3vw, 76px); line-height: 1.08; letter-spacing: -.05em; font-weight: 450; }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.contact-copy p:not(.eyebrow) { max-width: 450px; margin-top: 32px; color: #647069; font-size: 16px; line-height: 1.65; }
.contact-form { padding-top: 36px; }
.form-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: block; margin-bottom: 26px; color: #5d6862; font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.contact-form label span { float: right; color: #9aa19d; font-weight: 450; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 10px; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #abb2ad; border-radius: 0; outline: none; font-size: 16px; letter-spacing: 0; text-transform: none; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--forest); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #969d99; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-status { margin: 0; color: #65706a; font-size: 13px; }
.form-status.error { color: #9e3e27; }
.button-accent { min-width: 180px; color: white; background: var(--orange); border-color: var(--orange); }
.button-accent:hover { background: #bf5730; border-color: #bf5730; }
.button[disabled] { opacity: .55; cursor: wait; transform: none; }
.site-footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 45px max(32px, calc((100vw - 1240px)/2)); color: white; background: var(--forest-deep); }
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.footer-links { display: flex; gap: 28px; color: rgba(255,255,255,.65); font-size: 12px; }
.site-footer > p { justify-self: end; color: rgba(255,255,255,.45); font-size: 11px; }
.image-panel { position: relative; overflow: hidden; background: var(--forest-deep); }
.image-panel-course { height: min(86svh, 920px); margin: 10px; }
.image-panel-course img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; transition: transform 1.2s cubic-bezier(.2,.65,.2,1); }
.image-panel-course:hover img { transform: scale(1.018); }
.image-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 10px; padding: 0 10px 10px; background: var(--cream); }
.image-grid .image-panel { min-height: min(72svh, 760px); background-position: center; background-size: cover; }
.image-panel-detail { background-image: url('/images/detail.jpg'); }
.image-panel-hero { background-image: url('/images/hero.jpg'); background-position: 68% center!important; }
.image-panel-course-crop { background-image: url('/images/course.jpg'); background-position: 78% center!important; }
.image-panel-contact { min-height: 48svh; display: grid; place-items: center; background: linear-gradient(rgba(9,27,20,.76), rgba(9,27,20,.76)), url('/images/detail.jpg') center 60% / cover no-repeat; }
.contact-mark { display: grid; place-items: center; width: 130px; height: 130px; color: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.contact-mark .brand-mark { width: 68px; height: 68px; }
.members-page { min-height: 100svh; background: #efe6e1; }
.members-shell { min-height: 100svh; display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(460px, .92fr); }
.login-art { position: relative; min-height: 100svh; color: #fff; background: #4a100d url('/images/course.jpg') center / cover no-repeat; overflow: hidden; }
.login-art-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(34,5,3,.36), rgba(66,9,6,.08) 42%, rgba(45,5,3,.72)); }
.login-art-brand { position: absolute; z-index: 2; top: 42px; left: 48px; display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; }
.login-art-brand .brand-mark { width: 42px; height: 42px; }
.login-art-brand small, .login-mobile-brand small { display: block; margin-top: 2px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.login-art-copy { position: absolute; z-index: 2; left: clamp(40px, 6vw, 88px); right: clamp(40px, 6vw, 88px); bottom: clamp(70px, 12vh, 130px); }
.login-art-copy p { margin: 0 0 18px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.login-art-copy h2 { max-width: 600px; margin: 0; font-size: clamp(50px, 5.8vw, 86px); line-height: .92; font-weight: 480; letter-spacing: -.06em; }
.login-art-copy > span { display: block; margin-top: 30px; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.login-contours { position: absolute; z-index: 1; right: -3%; bottom: -10px; width: 85%; fill: none; stroke: rgba(255,255,255,.18); stroke-width: 1; }
.login-panel { min-height: 100svh; display: grid; place-items: center; padding: 64px clamp(38px, 6vw, 96px); background: radial-gradient(circle at 95% 6%, rgba(180,35,24,.1), transparent 30%), #f4ece8; }
.login-card { width: min(480px, 100%); }
.login-mobile-brand { display: none; }
.login-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 34px; color: #8b3b34; font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.login-kicker span { width: 27px; height: 1px; background: #b84a3f; }
.login-card h1 { margin: 0; color: #3e130f; font-size: clamp(58px, 6.2vw, 90px); line-height: .84; font-weight: 500; letter-spacing: -.075em; }
.login-intro { max-width: 390px; margin: 30px 0 0; color: #766762; font-size: 15px; line-height: 1.65; }
.member-login-form { display: grid; gap: 13px; margin-top: 42px; }
.member-login-form label { color: #665550; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.password-field { position: relative; }
.member-login-form input { width: 100%; min-height: 58px; padding: 0 50px 0 18px; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid #c8b8b1; border-radius: 2px; outline: none; font-size: 15px; transition: border-color .2s, box-shadow .2s, background .2s; }
.member-login-form input::placeholder { color: #a49690; }
.member-login-form input:focus { background: #fff; border-color: #8f251f; box-shadow: 0 0 0 3px rgba(143,37,31,.1); }
.password-field svg { position: absolute; top: 18px; right: 17px; width: 21px; height: 21px; fill: none; stroke: #8d7d77; stroke-width: 1.5; pointer-events: none; }
.login-submit { min-height: 58px; display: flex; align-items: center; justify-content: space-between; margin-top: 4px; padding: 0 20px; color: #fff; background: #9e2d25; border: 1px solid #9e2d25; border-radius: 2px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.login-submit:hover { background: #b4382e; transform: translateY(-1px); }
.login-submit:focus-visible { outline: 3px solid rgba(158,45,37,.25); outline-offset: 3px; }
.login-submit span:last-child { font-size: 19px; font-weight: 400; }
.login-error { margin: 22px 0 -25px; padding: 12px 14px; color: #8e251e; background: rgba(180,35,24,.08); border-left: 2px solid #b42318; font-size: 13px; }
.login-note { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: #9a8b85; font-size: 10px; }
.login-note span { color: #768c78; font-size: 7px; }
.login-switch-link { display: inline-block; margin-top: 22px; padding-bottom: 3px; color: #7a554f; border-bottom: 1px solid #bea6a0; font-size: 13px; font-weight: 700; }
.login-switch-link:hover { color: #8f251f; border-color: #8f251f; }
.admin-login-form { margin-top: 30px; gap: 20px; }
.admin-login-form label { display: grid; gap: 8px; }
.admin-login-form input { padding-right: 18px; font-size: 17px; text-transform: none; }

/* Members clubhouse */
.member-portal { min-height: 100svh; background: #efe6e1; }
.portal-frame { min-height: 100svh; display: grid; grid-template-columns: 290px minmax(0, 1fr); }
.portal-sidebar { position: sticky; top: 0; height: 100svh; display: flex; flex-direction: column; padding: 36px 28px 26px; color: #fff; background: #3f100d; overflow: hidden; }
.portal-sidebar::before { content: ''; position: absolute; width: 320px; height: 320px; right: -190px; bottom: 110px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.018); pointer-events: none; }
.portal-brand { position: relative; display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; }
.portal-brand .brand-mark { width: 40px; height: 40px; }
.portal-brand small { display: block; margin-top: 2px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.portal-nav { position: relative; display: grid; gap: 4px; margin-top: clamp(60px, 10vh, 110px); }
.portal-nav p { margin: 0 0 13px 14px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.portal-nav a { min-height: 51px; display: flex; align-items: center; gap: 14px; padding: 0 14px; color: rgba(255,255,255,.6); border-left: 2px solid transparent; font-size: 13px; transition: color .2s, background .2s; }
.portal-nav a span { color: rgba(255,255,255,.28); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.portal-nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.portal-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); border-left-color: #dc6a53; }
.portal-nav a[aria-current="page"] span { color: #ee8b77; }
.portal-account { position: relative; display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 10px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.member-dot { width: 7px; height: 7px; background: #d97965; border-radius: 50%; box-shadow: 0 0 0 4px rgba(217,121,101,.12); }
.portal-account strong, .portal-account small { display: block; }
.portal-account strong { font-size: 11px; font-weight: 650; }
.portal-account small { margin-top: 3px; color: rgba(255,255,255,.38); font-size: 9px; }
.portal-account form { margin: 0; }
.portal-account button { padding: 6px 0; color: rgba(255,255,255,.48); background: none; border: 0; font-size: 10px; cursor: pointer; }
.portal-account button:hover { color: #fff; }
.portal-main { min-width: 0; display: flex; flex-direction: column; }
.portal-content { width: 100%; max-width: 1180px; display: flex; flex: 1; flex-direction: column; margin: 0 auto; padding: clamp(58px, 9vw, 112px) clamp(26px, 6vw, 82px) 64px; }
.portal-heading, .portal-heading > div { width: 100%; }
.portal-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.portal-kicker { margin: 0 0 18px; color: #a2463c; font-size: 10px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
.portal-heading h1 { width: 100%; margin: 0; color: #36120f; font-size: clamp(50px, 7.1vw, 96px); line-height: .84; font-weight: 510; letter-spacing: -.075em; white-space: nowrap; }
.portal-schedule { list-style: none; margin: clamp(54px, 8vh, 86px) 0 0; padding: 0; border-top: 1px solid rgba(74,16,13,.16); }
.portal-schedule li { min-height: 132px; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; align-items: center; gap: clamp(22px, 4vw, 50px); padding: 22px 8px 22px 0; border-bottom: 1px solid rgba(74,16,13,.16); transition: background .2s, padding .2s; }
.portal-schedule li:hover { padding-left: 18px; background: rgba(255,255,255,.3); }
.portal-schedule time { display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 7px; color: #9d443a; }
.portal-schedule time span { padding-bottom: 7px; font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.portal-schedule time strong { font-size: 48px; line-height: .9; font-weight: 510; letter-spacing: -.06em; }
.portal-schedule h2 { margin: 0; color: #401410; font-size: clamp(25px, 3.4vw, 39px); font-weight: 510; letter-spacing: -.045em; }
.portal-schedule p { margin: 8px 0 0; color: #796b65; font-size: 18px; }
.schedule-number { color: #a99a94; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.portal-schedule li.schedule-with-rsvp { grid-template-columns: 92px minmax(180px, 1fr) minmax(310px, 390px); }
.schedule-rsvp { padding: 18px 20px; border: 1px solid rgba(74,16,13,.16); background: rgba(255,255,255,.34); }
.schedule-rsvp h3 { margin: 0 0 12px; color: #401410; font-size: 16px; font-weight: 650; }
.schedule-rsvp .rsvp-form { display: grid; grid-template-columns: minmax(110px, 1fr) auto; gap: 8px; }
.schedule-rsvp label { grid-column: 1 / -1; color: #796b65; font-size: 12px; font-weight: 650; }
.schedule-rsvp input { min-width: 0; height: 38px; padding: 0 10px; border: 1px solid rgba(74,16,13,.24); border-radius: 0; background: #fffaf7; color: #401410; font: inherit; font-size: 14px; }
.schedule-rsvp input:focus { outline: 2px solid #a2463c; outline-offset: 1px; }
.rsvp-actions { display: flex; gap: 6px; }
.rsvp-actions button { min-height: 38px; padding: 0 10px; border: 1px solid #7f3029; background: transparent; color: #7f3029; font-size: 11px; font-weight: 700; cursor: pointer; }
.rsvp-actions button:first-child { background: #7f3029; color: #fffaf7; }
.rsvp-actions button:disabled { cursor: wait; opacity: .6; }
.schedule-rsvp .rsvp-status { min-height: 16px; margin: 8px 0 0; color: #7f3029; font-size: 12px; }
.schedule-rsvp .rsvp-summary { margin: 8px 0 0; color: #796b65; font-size: 12px; font-weight: 650; }
.rsvp-list { display: flex; flex-wrap: wrap; gap: 5px 10px; list-style: none; margin: 8px 0 0; padding: 0; }
.rsvp-list li { min-height: 0; display: inline-flex; grid-template-columns: none; gap: 5px; padding: 0; border: 0; color: #5d4b45; font-size: 12px; }
.rsvp-list li:hover { padding-left: 0; background: transparent; }
.rsvp-list strong { color: #7f3029; font-size: 10px; text-transform: uppercase; }
.portal-empty { min-height: 320px; display: grid; grid-template-columns: minmax(0, 1fr) 190px; margin-top: clamp(52px, 9vh, 100px); border-top: 1px solid rgba(74,16,13,.14); border-bottom: 1px solid rgba(74,16,13,.14); }
.course-art { position: relative; min-height: 320px; background: #e7d4cc; overflow: hidden; }
.course-art::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(74,16,13,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(74,16,13,.045) 1px, transparent 1px); background-size: 36px 36px; }
.course-art .sun { position: absolute; width: 84px; height: 84px; top: 38px; right: 18%; background: #c25042; border-radius: 50%; }
.ridge { position: absolute; left: -8%; bottom: 76px; width: 70%; height: 56%; background: #8f3129; clip-path: polygon(0 100%, 25% 50%, 36% 68%, 56% 22%, 75% 63%, 100% 100%); }
.ridge-two { left: 40%; width: 68%; height: 46%; bottom: 72px; background: #b65a4c; clip-path: polygon(0 100%, 28% 35%, 42% 65%, 64% 16%, 100% 100%); }
.course-art .green { position: absolute; z-index: 2; left: -10%; right: -10%; bottom: -50px; height: 145px; background: #7d9180; border-radius: 50% 55% 0 0; transform: rotate(-2deg); }
.course-art .flag { position: absolute; z-index: 3; left: 35%; bottom: 75px; width: 1px; height: 76px; background: #f8eee9; }
.course-art .flag::after { content: ''; position: absolute; top: 0; left: 1px; width: 30px; height: 18px; background: #f8eee9; clip-path: polygon(0 0, 100% 50%, 0 100%); }
.empty-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-left: 1px solid rgba(74,16,13,.14); }
.empty-copy span { color: #a69892; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.empty-copy p { margin: 0; color: #6f625d; font-size: 13px; line-height: 1.5; }
.alumni-page { background: #f1ddda; }
.alumni-page .portal-main { background: radial-gradient(circle at 88% 8%, rgba(190,83,72,.14), transparent 32%), linear-gradient(145deg, #f5e7e4 0%, #eed8d4 100%); }
.alumni-content { max-width: 1260px; }
.alumni-heading { align-items: flex-end; }
.alumni-founded { flex: 0 0 auto; margin: 0 0 3px; color: #9d443a; font-size: 10px; font-weight: 750; letter-spacing: .17em; line-height: 1.8; text-align: right; text-transform: uppercase; }
.alumni-founded strong { display: block; color: #401410; font-size: clamp(34px, 4vw, 52px); font-weight: 510; letter-spacing: -.055em; line-height: .9; }
.alumni-sections { margin-top: clamp(62px, 9vh, 100px); border-top: 1px solid rgba(74,16,13,.16); }
.alumni-section { padding: clamp(42px, 7vw, 76px) 0; border-bottom: 1px solid rgba(74,16,13,.16); }
.alumni-section-heading { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: baseline; gap: 18px; margin-bottom: 34px; }
.alumni-section-heading span { color: #a2463c; font-size: 9px; font-weight: 750; letter-spacing: .15em; }
.alumni-section-heading h2 { margin: 0; color: #401410; font-size: clamp(29px, 4vw, 46px); font-weight: 510; letter-spacing: -.045em; }
.alumni-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 0 72px; padding: 0; border-top: 1px solid rgba(74,16,13,.11); }
.alumni-list li { min-height: 52px; display: flex; align-items: center; padding: 13px 18px 13px 0; color: #625651; border-bottom: 1px solid rgba(74,16,13,.11); font-size: 18px; line-height: 1.45; letter-spacing: .015em; }
.alumni-list li:nth-child(odd) { margin-right: 28px; }
.alumni-list-champions li { color: #4d1c18; }
.alumni-list-aces { grid-template-columns: 1fr; }
.alumni-list-aces li { margin-right: 0!important; color: #4d1c18; font-size: 18px; }
.stats-page { background: #f1ddda; }
.stats-page .portal-main { background: radial-gradient(circle at 88% 8%, rgba(190,83,72,.14), transparent 32%), linear-gradient(145deg, #f5e7e4 0%, #eed8d4 100%); }
.stats-page .stats-table { font-size: 18px; }
.stats-page .stats-table tbody th { font-size: 18px; }
.stats-content { max-width: 1380px; }
.stats-heading { align-items: flex-end; }
.stats-season { margin: 0 0 3px; color: #9d443a; font-size: 10px; font-weight: 750; letter-spacing: .17em; line-height: 1.8; text-align: right; text-transform: uppercase; }
.stats-season strong { display: block; color: #401410; font-size: clamp(34px, 4vw, 52px); font-weight: 510; letter-spacing: -.055em; line-height: .9; }
.stats-table-wrap { margin-top: clamp(58px, 8vh, 92px); overflow-x: auto; border-top: 1px solid rgba(74,16,13,.18); }
.stats-table { width: 100%; border-collapse: collapse; color: #625651; font-size: 12px; white-space: nowrap; }
.stats-table th, .stats-table td { height: 62px; padding: 12px 14px; border-bottom: 1px solid rgba(74,16,13,.12); text-align: left; }
.stats-table thead th { height: 52px; color: #9d443a; font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.stats-table tbody th { color: #401410; font-size: 13px; font-weight: 700; }
.stats-table tbody tr { transition: background .2s; }
.stats-table tbody tr:hover { background: rgba(255,255,255,.3); }
.stats-table a { border-bottom: 1px solid rgba(74,16,13,.2); }
.results-heading { align-items: flex-end; }
.results-table { font-size: 18px; }
.results-table tbody th { font-size: 18px; }
.results-table .result-winner { background: rgba(162,70,60,.09); }
.results-table .result-winner th, .results-table .result-winner td { color: #7f2922; font-weight: 700; }
.results-table .result-runner-up { background: rgba(255,255,255,.22); }
.page-editor-bar { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px 28px; margin-top: 44px; padding: 24px 26px; color: #401410; background: rgba(255,255,255,.56); border: 2px solid rgba(127,41,34,.18); border-radius: 12px; }
.page-editor-bar strong, .page-editor-bar span { display: block; }
.page-editor-bar strong { font-size: 20px; }
.page-editor-bar span { margin-top: 6px; color: #6f625d; font-size: 15px; line-height: 1.5; }
.edit-page-button, .editor-save-button, .add-player-button { min-height: 54px; padding: 0 24px; color: #fff; background: #922f27; border: 2px solid #922f27; border-radius: 8px; font-size: 17px; font-weight: 750; cursor: pointer; }
.edit-page-button:hover, .editor-save-button:hover, .add-player-button:hover { background: #741f19; border-color: #741f19; }
.edit-page-button:focus-visible, .editor-save-button:focus-visible, .add-player-button:focus-visible, .editor-cancel-button:focus-visible, .editor-close-button:focus-visible, .remove-player-button:focus-visible, .editor-field input:focus { outline: 4px solid rgba(146,47,39,.24); outline-offset: 2px; }
.page-editor-status { grid-column: 1 / -1; min-height: 0; margin: -4px 0 0; font-size: 16px; font-weight: 700; }
.page-editor-status:empty { display: none; }
.page-editor-status.success { color: #1e612f; }
.page-editor-status.error { color: #8a221b; }
.page-editor-bar + .stats-table-wrap { margin-top: 30px; }
.member-data-editor { width: min(1160px, calc(100vw - 28px)); max-width: none; height: min(94svh, 980px); max-height: none; margin: auto; padding: 0; color: #3f211e; background: #f8efed; border: 0; border-radius: 14px; box-shadow: 0 30px 100px rgba(52,10,7,.38); overflow: hidden; }
.member-data-editor::backdrop { background: rgba(35,7,5,.72); backdrop-filter: blur(3px); }
.member-editor-shell { height: 100%; display: flex; flex-direction: column; }
.member-editor-header { flex: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding: 28px 34px 26px; color: #fff; background: #48120e; }
.member-editor-header p { max-width: 760px; margin: 8px 0 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.5; }
.member-editor-header p:first-child { margin: 0 0 8px; color: #ee9a88; font-size: 11px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.member-editor-header h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); font-weight: 600; letter-spacing: -.04em; }
.editor-close-button { flex: 0 0 auto; width: 52px; height: 52px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 36px; line-height: 1; cursor: pointer; }
.member-editor-form { min-height: 0; display: flex; flex: 1; flex-direction: column; overflow-y: auto; }
.editor-meta-section, .editor-players-section { padding: 30px 34px; }
.editor-meta-section { background: #efdeda; border-bottom: 1px solid rgba(74,16,13,.14); }
.editor-meta-section h3, .editor-section-heading h3 { margin: 0; color: #401410; font-size: 25px; }
.editor-meta-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 320px)); gap: 20px; margin-top: 20px; }
.editor-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.add-player-button { min-height: 50px; background: #6f2a24; border-color: #6f2a24; font-size: 15px; }
.editor-player-list { display: grid; gap: 18px; }
.editor-player-card { min-width: 0; margin: 0; padding: 24px; background: #fffaf8; border: 2px solid rgba(74,16,13,.13); border-radius: 12px; }
.editor-player-card legend { padding: 0 10px; color: #6e211b; font-size: 21px; font-weight: 750; }
.editor-fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.editor-player-card .editor-field:first-child { grid-column: span 2; }
.editor-field { display: block; color: #602b27; font-size: 14px; font-weight: 750; }
.editor-field span { display: block; margin-bottom: 8px; }
.editor-field input { width: 100%; height: 56px; padding: 0 14px; color: #24110f; background: #fff; border: 2px solid #ad9691; border-radius: 7px; font-size: 19px; }
.editor-field input:focus { border-color: #922f27; }
.remove-player-button { margin-top: 18px; padding: 10px 0; color: #8a2921; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; cursor: pointer; }
.member-editor-footer { position: sticky; z-index: 2; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding: 20px 34px; background: #fff; border-top: 2px solid rgba(74,16,13,.15); box-shadow: 0 -12px 34px rgba(74,16,13,.08); }
.member-editor-footer > div { display: flex; gap: 12px; }
.editor-save-status { margin: 0; color: #3e5e44; font-size: 16px; font-weight: 700; }
.editor-save-status.error { color: #98291f; }
.editor-cancel-button { min-height: 54px; padding: 0 24px; color: #55231f; background: #fff; border: 2px solid #9d8580; border-radius: 8px; font-size: 17px; font-weight: 750; cursor: pointer; }
.editor-save-button[disabled] { opacity: .6; cursor: wait; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none!important; transition: none!important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  :root { --page: calc(100vw - 40px); }
  .members-shell { grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); }
  .login-art-copy { left: 32px; right: 32px; }
  .login-art-copy h2 { font-size: clamp(42px, 6.5vw, 62px); }
  .login-art-brand { left: 32px; }
  .login-panel { padding: 52px 36px; }
  .site-header { padding: 0 20px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button i { display: block; width: 22px; height: 1px; margin: 6px 0; background: white; transition: transform .2s; }
  .menu-button[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--forest-deep); font-size: 25px; opacity: 0; visibility: hidden; transition: opacity .25s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .nav-cta { font-size: 14px; }
  .hero-content { padding-bottom: 80px; }
  .scroll-cue { display: none; }
  .intro { grid-template-columns: 1fr; padding: 100px 0; }
  .intro-statement > p:last-child { margin-left: 0; }
  .course-feature { grid-template-columns: 1fr; }
  .course-image { min-height: 70vw; }
  .course-copy { padding: 90px 20px; }
  .experience-heading { display: block; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card + .experience-card { min-height: auto; padding: 32px 0 60px; border-right: 0; border-bottom: 1px solid var(--line); }
  .card-number { margin-bottom: 45px; }
  .contact { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; padding-top: 70px; padding-bottom: 70px; }
  .site-footer > p { justify-self: start; }
  .image-panel-course { height: 72svh; margin: 6px; }
  .image-grid { grid-template-columns: 1fr; gap: 6px; padding: 0 6px 6px; }
  .image-grid .image-panel { min-height: 62svh; }
  .image-panel-contact { min-height: 42svh; }
  .portal-frame { display: block; }
  .portal-sidebar { position: static; width: 100%; height: auto; min-height: 0; padding: 22px 20px 0; }
  .portal-sidebar::before, .portal-account { display: none; }
  .portal-brand .brand-mark { width: 34px; height: 34px; }
  .portal-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; margin: 24px -20px 0; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.1); }
  .portal-nav p { display: none; }
  .portal-nav a { min-width: 0; min-height: 51px; justify-content: center; padding: 0 8px; border-left: 0; border-bottom: 2px solid transparent; text-align: center; white-space: nowrap; }
  .portal-nav a[aria-current="page"] { background: transparent; border-bottom-color: #dc6a53; }
  .portal-content { padding-top: 62px; }
  .editor-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .portal-empty { grid-template-columns: 1fr; }
  .empty-copy { min-height: 108px; flex-direction: row; align-items: flex-end; border-top: 1px solid rgba(74,16,13,.14); border-left: 0; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 64px; }
  .hero-copy { font-size: 16px; }
  .section-pad { padding: 90px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .button-accent { width: 100%; }
  .detail-break { min-height: 520px; }
  .detail-break blockquote { padding: 24px; }
  .members-shell { display: block; }
  .login-art { display: none; }
  .login-panel { min-height: 100svh; place-items: start stretch; padding: 28px 22px 48px; }
  .login-card { width: 100%; max-width: 460px; margin: 0 auto; }
  .login-mobile-brand { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(64px, 14vh, 110px); color: #4a1713; font-size: 14px; font-weight: 700; }
  .login-mobile-brand .brand-mark { width: 36px; height: 36px; }
  .login-mobile-brand small { color: #8b7b75; }
  .login-kicker { margin-bottom: 27px; }
  .login-card h1 { font-size: clamp(58px, 20vw, 78px); }
  .login-intro { margin-top: 26px; }
  .member-login-form { margin-top: 35px; }
  .portal-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; padding: 0 8px; }
  .portal-nav a { min-height: 49px; gap: 0; padding: 0 3px; font-size: clamp(8px, 2.7vw, 10px); }
  .portal-nav a span { display: none; }
  .portal-content { padding: 48px 20px 34px; }
  .portal-heading h1 { font-size: clamp(32px, 10.6vw, 48px); letter-spacing: -.065em; }
  .portal-schedule { margin-top: 48px; }
  .portal-schedule li { min-height: 112px; grid-template-columns: 73px minmax(0, 1fr); gap: 18px; padding: 18px 0; }
  .portal-schedule li:hover { padding-left: 0; background: transparent; }
  .portal-schedule time { column-gap: 5px; }
  .portal-schedule time strong { font-size: 39px; }
  .portal-schedule time span { padding-bottom: 5px; font-size: 9px; }
  .portal-schedule h2 { font-size: clamp(23px, 7.5vw, 31px); }
  .schedule-number { display: none; }
  .portal-schedule li.schedule-with-rsvp { grid-template-columns: 73px minmax(0, 1fr); }
  .schedule-rsvp { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
  .schedule-rsvp .rsvp-form { grid-template-columns: 1fr; }
  .rsvp-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .alumni-heading { align-items: flex-end; }
  .alumni-founded { font-size: 8px; }
  .alumni-founded strong { font-size: 30px; }
  .alumni-sections { margin-top: 48px; }
  .alumni-section-heading { grid-template-columns: 32px minmax(0, 1fr); gap: 8px; margin-bottom: 24px; }
  .alumni-list { grid-template-columns: 1fr; margin-left: 40px; }
  .alumni-list li, .alumni-list li:nth-child(odd) { margin-right: 0; }
  .stats-heading { align-items: flex-end; }
  .stats-season { font-size: 8px; }
  .stats-season strong { font-size: 30px; }
  .stats-table-wrap { margin: 48px -20px 0; border-top: 0; overflow: visible; }
  .stats-table, .stats-table tbody, .stats-table tr, .stats-table th, .stats-table td { display: block; }
  .stats-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .stats-table tbody tr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 23px 20px; border-top: 1px solid rgba(74,16,13,.13); }
  .stats-table tbody tr:last-child { border-bottom: 1px solid rgba(74,16,13,.13); }
  .stats-table th, .stats-table td { height: auto; min-width: 0; padding: 8px 8px 8px 0; border: 0; white-space: normal; }
  .stats-table tbody th { grid-column: 1 / -1; padding-bottom: 15px; font-size: 18px; }
  .stats-table td:empty { display: none; }
  .stats-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: #9d443a; font-size: 8px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
  .page-editor-bar { grid-template-columns: 1fr; margin-top: 32px; padding: 20px; }
  .edit-page-button { width: 100%; }
  .page-editor-bar + .stats-table-wrap { margin-top: 22px; }
  .member-data-editor { width: 100vw; height: 100svh; border-radius: 0; }
  .member-editor-header { padding: 22px 20px; }
  .member-editor-header p:not(:first-child) { font-size: 15px; }
  .editor-close-button { width: 48px; height: 48px; }
  .editor-meta-section, .editor-players-section { padding: 24px 18px; }
  .editor-meta-fields { grid-template-columns: 1fr; }
  .editor-section-heading { align-items: stretch; flex-direction: column; }
  .add-player-button { width: 100%; }
  .editor-player-card { padding: 20px 16px; }
  .editor-fields { grid-template-columns: 1fr; }
  .editor-player-card .editor-field:first-child { grid-column: auto; }
  .member-editor-footer { align-items: stretch; flex-direction: column; padding: 16px 18px; }
  .member-editor-footer > div { display: grid; grid-template-columns: 1fr 1.3fr; }
  .editor-save-status:empty { display: none; }
  .portal-empty { margin-top: 48px; }
  .course-art { min-height: 250px; }
  .course-art .sun { width: 62px; height: 62px; }
}

/* Private-club landing page */
.landing-page { min-height: 100svh; overflow: hidden; background: var(--forest-deep); }
.landing { position: relative; min-height: 100svh; color: white; overflow: hidden; }
.landing-photo { position: absolute; inset: 0; background: url('/images/hero.jpg') center 48% / cover no-repeat; transform: scale(1.015); animation: hero-in 1.4s cubic-bezier(.2,.65,.2,1) both; }
.landing-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(49,4,3,.72) 0%, rgba(132,25,18,.28) 36%, rgba(65,7,5,.1) 70%, rgba(42,4,3,.35) 100%); mix-blend-mode: multiply; }
.landing-header { position: relative; z-index: 1; min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px max(32px, calc((100vw - 1240px)/2)); }
.landing-header .brand { text-shadow: 0 1px 20px rgba(40,0,0,.42); }
.member-login { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; color: white; background: #b42318; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 10px 30px rgba(61,5,3,.3); font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.member-login:hover { background: #d13a2e; transform: translateY(-1px); }
.member-login:focus-visible { outline: 3px solid white; outline-offset: 3px; }
@media (max-width: 560px) {
  .landing-header { min-height: 82px; padding: 18px 20px; }
  .landing-header .brand { gap: 9px; }
  .landing-header .brand-mark { width: 32px; height: 32px; }
  .member-login { min-height: 42px; padding: 0 16px; font-size: 12px; }
  .landing-photo { background-position: 56% center; }
}
