:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --ink: #3f1115;
  --forest: #68151c;
  --forest-deep: #36090d;
  --cream: #f4e8d2;
  --paper: #fffaf0;
  --gold: #d5a640;
  --rust: #a42a22;
  --line: rgba(63, 17, 21, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.side-panel { position: fixed; inset: 0 auto 0 0; width: 290px; z-index: 30; background: var(--cream); border-right: 1px solid var(--line); padding: 36px 29px 25px; display: flex; flex-direction: column; overflow-y: auto; }
.side-top { display: flex; justify-content: space-between; align-items: flex-start; }
.wordmark { display: flex; align-items: center; gap: 13px; }
.monogram { width: 43px; height: 43px; border: 1px solid rgba(25,43,39,.55); border-radius: 50%; display: grid; place-items: center; font: 500 24px/1 var(--font-display), serif; }
.wordmark > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.wordmark strong { font: 600 21px/1 var(--font-display), serif; letter-spacing: .01em; }
.wordmark small { font-size: 8px; letter-spacing: .2em; }
.section-nav { margin-top: 74px; border-top: 1px solid var(--line); }
.section-nav a { min-height: 53px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 30px 1fr auto; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .11em; transition: padding .2s, color .2s; }
.section-nav a:hover { padding-left: 5px; color: #8a6c39; }
.section-nav a span { font-size: 9px; color: #887d69; }
.section-nav a i { font-style: normal; opacity: .55; }
.side-location { margin-top: auto; border-top: 1px solid var(--line); padding-top: 19px; }
.eyebrow { display: block; font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #dbd3c1; }
.side-location p { font: 500 16px/1.45 var(--font-display), serif; margin: 10px 0 11px; }
.side-location a { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.side-location a span { margin-left: 7px; }
.member-button { display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.member-button-side { margin: 24px -29px -25px; padding: 21px 29px; background: var(--ink); color: white; }
.member-button b { font-size: 16px; font-weight: 400; }
.menu-close, .menu-open, .menu-scrim { display: none; }

.site-content { margin-left: 290px; overflow: hidden; }
.mobile-header { display: none; }
.hero { height: min(820px, 100vh); min-height: 660px; position: relative; color: white; background: url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=2200&q=88") center 54%/cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,17,.74) 0%, rgba(6,20,17,.32) 55%, rgba(6,20,17,.1) 100%), linear-gradient(0deg, rgba(5,15,13,.58) 0%, transparent 50%); }
.hero-topbar { position: absolute; z-index: 2; inset: 0 0 auto 0; min-height: 70px; border-bottom: 1px solid rgba(255,255,255,.32); padding: 0 44px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.hero-topbar a { border-left: 1px solid rgba(255,255,255,.32); align-self: stretch; padding-left: 32px; display: flex; align-items: center; gap: 28px; }
.hero-topbar i { font-style: normal; font-size: 15px; }
.hero-copy { position: absolute; z-index: 2; left: clamp(42px, 7vw, 112px); bottom: 70px; max-width: 780px; }
h1, h2 { font-family: var(--font-display), serif; font-weight: 400; letter-spacing: -.04em; margin: 0; }
h1 em, h2 em { font-weight: 400; }
.hero h1 { font-size: clamp(72px, 8.7vw, 138px); line-height: .77; margin: 30px 0 33px; }
.hero-copy > p { max-width: 460px; font: 400 17px/1.65 var(--font-display), serif; color: rgba(255,255,255,.9); margin: 0; }
.round-link { position: absolute; left: min(63vw, 740px); bottom: -2px; width: 142px; height: 142px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; transition: background .2s, color .2s; }
.round-link:hover { background: white; color: var(--ink); }
.round-link b { align-self: flex-end; font-size: 17px; font-weight: 400; }
.hero-caption { position: absolute; z-index: 2; right: 32px; bottom: 25px; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.section-number { position: absolute; left: 34px; top: 42px; font-size: 9px; letter-spacing: .2em; color: #827965; }
.section-number.pale { color: rgba(255,255,255,.5); }
.intro-section { position: relative; padding: 150px clamp(45px, 8vw, 130px) 170px; display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; }
.intro-heading h2, .dining-copy h2, .location-copy h2 { font-size: clamp(62px, 6.4vw, 102px); line-height: .88; margin-top: 25px; }
.intro-copy { padding-top: 46px; }
.intro-copy p { max-width: 505px; color: #5e665f; font-size: 13px; line-height: 1.85; }
.intro-copy .large-copy { font: 500 25px/1.4 var(--font-display), serif; color: var(--ink); margin: 0 0 30px; }
.text-link { margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); display: inline-flex; gap: 45px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.text-link span { font-size: 14px; }

.image-break { height: 640px; position: relative; background: url("https://images.unsplash.com/photo-1497366811353-6870744d04b?auto=format&fit=crop&w=2200&q=88") center 58%/cover; }
.image-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,28,24,.58), transparent 45%); }
.image-note { position: absolute; z-index: 2; left: 40px; bottom: 35px; color: white; display: flex; flex-direction: column; gap: 5px; }
.image-note span { font-size: 9px; letter-spacing: .2em; }
.image-note small { font: italic 19px/1 var(--font-display), serif; }

.membership-section, .facilities-section { position: relative; background: var(--forest); color: white; padding: 145px clamp(45px, 8vw, 130px); }
.membership-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 9vw; }
.membership-grid h2, .facilities-title h2, .login-section h2 { font-size: clamp(66px, 6.7vw, 108px); line-height: .86; margin-top: 25px; }
.membership-copy { padding-top: 34px; }
.membership-copy > p { font: 400 25px/1.45 var(--font-display), serif; color: #eee8dc; max-width: 520px; }
.membership-copy ul { list-style: none; padding: 0; margin: 45px 0; border-top: 1px solid rgba(255,255,255,.22); }
.membership-copy li { display: grid; grid-template-columns: 45px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.22); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.membership-copy li span { color: #aebbb5; font-size: 8px; }
.button-light { min-height: 57px; padding: 0 21px; border: 1px solid rgba(255,255,255,.6); display: inline-flex; align-items: center; justify-content: space-between; gap: 70px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; transition: background .2s, color .2s; }
.button-light:hover { background: white; color: var(--forest); }

.dining-section { position: relative; min-height: 760px; padding: 130px 6vw 130px 8vw; display: grid; grid-template-columns: .85fr 1fr; gap: 8vw; align-items: center; }
.dining-copy > p { max-width: 480px; color: #5e665f; font-size: 13px; line-height: 1.85; margin: 32px 0; }
.service-times { border-top: 1px solid var(--line); max-width: 480px; }
.service-times div { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 14px 0; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.service-times span { color: #827965; }
.service-times strong { font-weight: 600; }
.dining-image { height: 595px; background: url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1400&q=88") center/cover; position: relative; }
.dining-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,20,16,.47), transparent 45%); }
.dining-image span { position: absolute; z-index: 2; right: 20px; bottom: 25px; color: white; font-size: 8px; letter-spacing: .2em; }

.events-section { background: #e7dfcf; padding: 125px clamp(45px, 8vw, 130px) 145px; }
.events-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 62px; }
.events-head h2 { font-size: clamp(60px, 6vw, 96px); line-height: .9; margin-top: 19px; }
.events-list { border-top: 1px solid rgba(25,43,39,.28); }
.event-row { min-height: 129px; display: grid; grid-template-columns: 95px 150px 1fr 45px; align-items: center; border-bottom: 1px solid rgba(25,43,39,.28); }
.event-row time { display: flex; align-items: baseline; gap: 8px; }
.event-row time strong { font: 400 42px/1 var(--font-display), serif; }
.event-row time span, .event-type { font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.event-type { color: #766b58; }
.event-row h3 { font: 500 25px/1.2 var(--font-display), serif; margin: 0 0 5px; }
.event-row p { font-size: 9px; letter-spacing: .08em; color: #766f64; margin: 0; }
.event-row > a { width: 42px; height: 42px; border: 1px solid rgba(25,43,39,.45); border-radius: 50%; display: grid; place-items: center; }

.facilities-section { padding-bottom: 160px; }
.facilities-title { max-width: 770px; }
.facility-cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid rgba(255,255,255,.24); }
.facility-cards article { min-height: 230px; padding: 23px 25px 20px 0; border-right: 1px solid rgba(255,255,255,.24); margin-right: 24px; }
.facility-cards article:last-child { border-right: 0; }
.facility-cards article > span { font-size: 8px; color: #b7c2bd; }
.facility-cards h3 { font: 500 25px/1.2 var(--font-display), serif; margin: 65px 0 15px; }
.facility-cards p { max-width: 220px; color: #bdc6c2; font-size: 11px; line-height: 1.7; }

.location-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; }
.map-card { position: relative; overflow: hidden; background: #d3d4c9; border-right: 1px solid var(--line); }
.map-card::before, .map-card::after { content: ""; position: absolute; width: 110%; height: 1px; background: #a9aca2; transform: rotate(25deg); left: -10%; top: 34%; box-shadow: 0 68px 0 #a9aca2, 0 136px 0 #a9aca2, 0 204px 0 #a9aca2; }
.map-card::after { transform: rotate(-53deg); top: 53%; box-shadow: 0 90px 0 #a9aca2, 0 -90px 0 #a9aca2; }
.map-water { position: absolute; right: -75px; top: 0; height: 100%; width: 42%; background: #aabbb4; clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 25% 70%, 2% 42%); color: rgba(255,255,255,.58); display: grid; place-items: center; font-size: 10px; letter-spacing: .2em; text-align: center; }
.map-pin { position: absolute; left: 52%; top: 44%; transform: translate(-50%,-50%); display: flex; align-items: center; gap: 11px; z-index: 3; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.map-pin b { width: 48px; height: 48px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; background: var(--forest); color: white; font: 500 20px/1 var(--font-display), serif; box-shadow: 0 8px 25px rgba(0,0,0,.18); }
.map-pin b::first-letter { transform: rotate(45deg); }
.location-copy { padding: 100px clamp(45px, 7vw, 105px); }
.location-copy > p { font: 500 22px/1.5 var(--font-display), serif; margin: 36px 0; }
.location-details { border-top: 1px solid var(--line); }
.location-details div { border-bottom: 1px solid var(--line); padding: 15px 0; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.location-details span { color: #7e776b; }

.login-section { background: #a62b24; color: white; padding: 120px clamp(45px, 8vw, 130px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.login-card { border-top: 1px solid rgba(255,255,255,.45); padding-top: 28px; }
.login-card p { font: 400 21px/1.45 var(--font-display), serif; color: #f0e4dc; max-width: 440px; }
.button-light.wide { width: 100%; margin: 24px 0 15px; }
.help-link { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(255,255,255,.5); }

footer { padding: 75px 45px 35px; background: #35090d; color: white; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 35px; position: relative; }
.footer-mark { display: flex; align-items: center; gap: 16px; }
.footer-mark .monogram { border-color: rgba(255,255,255,.5); }
.footer-mark strong { font: 500 23px/1 var(--font-display), serif; }
footer > div > span { font-size: 8px; color: #9cad9f; text-transform: uppercase; letter-spacing: .18em; }
footer p { font: 400 14px/1.7 var(--font-display), serif; color: #dbe0dc; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.17); padding-top: 22px; margin-top: 25px; color: #81958b; font-size: 8px; letter-spacing: .1em; }

.portal-page { min-height: 100vh; background: var(--cream); padding: 35px clamp(25px, 6vw, 95px) 60px; }
.portal-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.portal-signout, .portal-back { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 5px; background: transparent; color: var(--ink); cursor: pointer; }
.portal-signout-form { margin: 0; }
.portal-welcome { padding: 90px 0 60px; max-width: 850px; }
.portal-welcome h1 { font-size: clamp(75px, 10vw, 150px); line-height: .78; margin: 25px 0 40px; }
.portal-welcome p { max-width: 560px; font: 400 21px/1.5 var(--font-display), serif; }
.portal-actions { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-bottom: 80px; }
.portal-actions a { min-height: 180px; padding: 22px 24px 22px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); margin-right: 25px; display: flex; flex-direction: column; }
.portal-actions span { font-size: 8px; color: #827965; }
.portal-actions strong { margin-top: auto; font: 500 27px/1.2 var(--font-display), serif; }
.portal-actions i { align-self: flex-end; font-style: normal; }
.portal-login-grid { min-height: calc(100vh - 110px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.portal-login-grid h1 { font-size: clamp(82px, 10vw, 150px); line-height: .78; margin: 28px 0 40px; }
.portal-login-grid > div:first-child > p { max-width: 590px; font: 400 21px/1.55 var(--font-display), serif; }
.demo-login-card { padding: clamp(30px, 5vw, 62px); background: var(--forest); color: white; box-shadow: 0 25px 80px rgba(63,17,21,.2); }
.demo-badge { display: inline-block; padding: 8px 10px; border: 1px solid rgba(213,166,64,.65); color: var(--gold); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.demo-login-card h2 { margin: 42px 0 8px; font-size: clamp(44px, 5vw, 68px); }
.demo-login-card > p { color: rgba(255,255,255,.72); font-size: 11px; }
.demo-login-button { width: 100%; min-height: 62px; margin: 42px 0 22px; padding: 0 20px; border: 0; background: var(--gold); color: var(--forest-deep); display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 700; cursor: pointer; }
.demo-login-button b { font-size: 18px; }
.real-member-login { display: inline-block; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 5px; color: rgba(255,255,255,.78); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.portal-status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-bottom: 28px; }
.portal-status-grid article { min-height: 230px; padding: clamp(26px, 4vw, 50px); background: var(--paper); display: flex; flex-direction: column; }
.portal-status-grid article > span { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; color: #7b7263; }
.portal-status-grid strong { margin-top: auto; font: 500 clamp(48px, 6vw, 86px)/.9 var(--font-display), serif; }
.portal-status-grid small { margin-top: 16px; color: #756d61; font-size: 9px; letter-spacing: .05em; }
.tier-card { background: var(--forest) !important; color: white; }
.tier-card > span, .tier-card small { color: rgba(255,255,255,.66) !important; }
.tier-card strong { color: var(--gold); }
.loyalty-progress-card { padding: clamp(34px, 5vw, 70px); background: #e8dcc4; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.loyalty-progress-card h2, .portal-benefits h2 { margin-top: 18px; font-size: clamp(48px, 5vw, 78px); line-height: .9; }
.loyalty-progress-copy { display: flex; justify-content: space-between; align-items: end; gap: 18px; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.loyalty-progress-copy strong { color: var(--forest); font: 600 22px/1 var(--font-display), serif; text-transform: none; letter-spacing: 0; }
.loyalty-meter { position: relative; height: 12px; margin: 24px 6px 28px; border-radius: 999px; background: rgba(63,17,21,.18); }
.loyalty-meter span { display: block; width: 81%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--rust), var(--gold)); }
.loyalty-meter i { position: absolute; left: 81%; top: 50%; width: 24px; height: 24px; transform: translate(-50%,-50%); border: 5px solid var(--paper); border-radius: 50%; background: var(--gold); box-shadow: 0 4px 14px rgba(63,17,21,.24); }
.loyalty-progress-detail > p { margin: 0; color: #665e52; font-size: 11px; line-height: 1.75; }
.portal-benefit-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(30px, 6vw, 80px); padding: 90px 0; }
.reward-list { margin-top: 44px; border-top: 1px solid var(--line); }
.reward-list article { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.reward-list article > span { color: #8a806f; font-size: 8px; }
.reward-list div { display: flex; flex-direction: column; gap: 5px; }
.reward-list strong { font: 500 22px/1.15 var(--font-display), serif; }
.reward-list small { color: #706a60; font-size: 9px; }
.reward-list b { padding: 7px 9px; border: 1px solid #b79a5a; color: #7a5a19; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.portal-vouchers > .eyebrow { margin-bottom: 22px; }
.voucher-card { min-height: 175px; margin-bottom: 14px; padding: 24px; background: var(--forest); color: white; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.voucher-card small, .voucher-card span { font-size: 7px; letter-spacing: .11em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.voucher-card strong { grid-column: 1 / -1; font: 500 31px/1 var(--font-display), serif; }
.voucher-card code { align-self: end; font: 700 10px var(--font-sans), sans-serif; letter-spacing: .1em; }
.voucher-card span { align-self: end; text-align: right; }
.voucher-card.gold { background: var(--gold); color: var(--forest-deep); }
.voucher-card.gold small, .voucher-card.gold span { color: rgba(54,9,13,.68); }
.portal-vouchers > p { color: #7a7266; font-size: 8px; line-height: 1.6; }

@media (max-width: 1050px) {
  .side-panel { transform: translateX(-100%); transition: transform .3s ease; box-shadow: 15px 0 50px rgba(0,0,0,.16); }
  .side-panel.is-open { transform: translateX(0); }
  .menu-close { display: block; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
  .menu-scrim { display: block; position: fixed; inset: 0; z-index: 20; border: 0; background: rgba(8,20,17,.47); }
  .site-content { margin-left: 0; }
  .mobile-header { height: 75px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; background: var(--cream); }
  .mobile-header .monogram { width: 38px; height: 38px; }
  .menu-open { display: flex; flex-direction: column; gap: 7px; width: 38px; border: 0; background: transparent; cursor: pointer; }
  .menu-open span { display: block; height: 1px; background: var(--ink); width: 100%; }
  .hero { height: calc(100vh - 75px); }
  .hero-copy { left: 7vw; }
  .hero h1 { font-size: clamp(72px, 13vw, 122px); }
  .round-link { left: auto; right: 7vw; }
}

@media (max-width: 760px) {
  .side-panel { width: min(88vw, 330px); }
  .mobile-header .wordmark small { display: none; }
  .hero { min-height: 620px; }
  .hero-topbar { padding: 0 20px; }
  .hero-topbar > span { display: none; }
  .hero-topbar a { margin-left: auto; border-left: 0; padding-left: 0; }
  .hero-copy { left: 24px; right: 24px; bottom: 45px; }
  .hero h1 { font-size: clamp(57px, 18vw, 84px); line-height: .82; margin: 22px 0; }
  .hero-copy > p { font-size: 15px; padding-right: 28px; }
  .round-link { display: none; }
  .hero-caption { display: none; }
  .section-number { left: 20px; top: 24px; }
  .intro-section, .membership-section, .dining-section, .events-section, .facilities-section, .location-copy, .login-section { padding: 90px 24px; }
  .intro-section, .membership-grid, .dining-section, .location-section, .login-section { grid-template-columns: 1fr; }
  .intro-section, .membership-grid, .dining-section, .login-section { gap: 55px; }
  .intro-heading h2, .dining-copy h2, .location-copy h2, .membership-grid h2, .facilities-title h2, .login-section h2 { font-size: 59px; }
  .intro-copy, .membership-copy { padding-top: 0; }
  .image-break { height: 430px; }
  .dining-image { height: 460px; order: -1; }
  .events-head { align-items: flex-start; flex-direction: column; gap: 25px; }
  .events-head h2 { font-size: 57px; }
  .event-row { grid-template-columns: 65px 1fr 36px; gap: 10px; padding: 20px 0; }
  .event-type { display: none; }
  .event-row time strong { font-size: 35px; }
  .event-row h3 { font-size: 20px; }
  .facility-cards { grid-template-columns: 1fr 1fr; margin-top: 55px; }
  .facility-cards article { min-height: 190px; }
  .location-section { min-height: auto; }
  .map-card { min-height: 430px; border-right: 0; }
  footer { grid-template-columns: 1fr 1fr; padding: 60px 24px 30px; }
  .footer-mark { grid-column: 1 / -1; margin-bottom: 20px; }
  .portal-page { padding: 25px; }
  .portal-welcome { padding-top: 70px; }
  .portal-actions { grid-template-columns: 1fr; }
  .portal-actions a { min-height: 125px; margin-right: 0; }
}

.wp-test-dialog { width: min(760px, calc(100% - 32px)); max-width: 100%; max-height: calc(100vh - 32px); overflow-x: hidden; overflow-y: auto; border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.wp-test-dialog::backdrop { background: rgba(35,4,7,.78); backdrop-filter: blur(8px); }
.wp-dialog-head { background: var(--forest); color: white; padding: 26px 32px; display: flex; align-items: flex-start; justify-content: space-between; }
.wp-dialog-head h2 { margin-top: 8px; font-size: 45px; }
.wp-dialog-head button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; font-size: 22px; cursor: pointer; }
.wp-demo-form, .wp-demo-success, .merch-cart-view { min-width: 0; padding: 30px 32px 35px; }
.wp-demo-form > p, .wp-demo-success > p { font: 500 18px/1.45 var(--font-display), serif; color: #665b57; }
.wp-table-picker { margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.wp-table-picker button { aspect-ratio: 1; border-radius: 50%; border: 1px solid #a77d62; background: #ead19a; cursor: pointer; }
.wp-table-picker button:disabled { background: #c6bdb5; color: #7a7370; cursor: not-allowed; }
.wp-table-picker button.selected { background: var(--forest); color: white; }
.merch-section { background: var(--forest); color: var(--cream); padding: 8rem 6vw; display: grid; grid-template-columns: minmax(16rem, .7fr) 1.3fr; gap: 4rem; }
.merch-intro { align-self: start; position: sticky; top: 3rem; }
.merch-intro h2 { font: 400 clamp(3rem, 5vw, 5.8rem)/.9 var(--font-display), serif; margin: 1.3rem 0 2rem; }
.merch-intro h2 em { color: var(--gold); font-weight: 400; }
.merch-intro p { color: rgba(255,255,255,.68); line-height: 1.8; max-width: 28rem; }
.merch-cart-open { margin-top: 2rem; }
.merch-cart-count { display: inline-grid; place-items: center; min-width: 1.65rem; height: 1.65rem; padding: 0 .4rem; margin-left: .5rem; border-radius: 999px; background: var(--gold); color: var(--forest); font: 700 .75rem var(--font-sans), sans-serif; }
.merch-campaign { grid-column: 2; min-height: 30rem; border: 1px solid rgba(213,166,64,.45); background: linear-gradient(180deg, transparent 65%, rgba(30,0,5,.55)), url('club-marinara-merch.png') center / cover; }
.merch-grid { grid-column: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(213,166,64,.25); border: 1px solid rgba(213,166,64,.25); }
.merch-card { min-height: 15rem; padding: 2rem; background: #561018; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
.merch-card > div > span { color: var(--gold); font: 700 .75rem var(--font-sans), sans-serif; letter-spacing: .15em; }
.merch-card h3 { margin: .7rem 0 .65rem; font: 400 2rem var(--font-display), serif; }
.merch-card p { color: rgba(255,255,255,.62); font-size: .85rem; line-height: 1.65; }
.merch-card label { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
.merch-card label > span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.merch-card select { min-width: 6rem; padding: .7rem; color: var(--ink); background: var(--cream); border: 0; }
.merch-cart-lines { min-width: 0; border-top: 1px solid var(--line); }
.merch-cart-line { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(4.75rem, 5.5rem) minmax(3.5rem, 4.5rem) 2rem; align-items: center; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.merch-cart-line > * { min-width: 0; }
.merch-cart-line strong, .merch-cart-line small { display: block; }
.merch-cart-line strong { overflow-wrap: anywhere; }
.merch-cart-line small { color: #786f69; margin-top: .2rem; }
.merch-cart-line select { width: 100%; padding: .55rem; }
.merch-cart-line > b { color: var(--forest); text-align: right; }
.merch-cart-line > button { border: 0; background: transparent; color: #786f69; font-size: 1.5rem; cursor: pointer; }
.merch-cart-total { display: flex; justify-content: space-between; padding: 1.4rem 0; font-size: 1.1rem; }
.merch-cart-total strong { color: var(--forest); font: 500 2rem var(--font-display), serif; }
.merch-cart-empty { color: #786f69; padding: 1rem 0 2rem; }
.cart-back { border: 0; background: none; color: var(--forest); padding: 0; margin-bottom: 1rem; cursor: pointer; }
.merch-confirmation-items { max-width: 100%; overflow-x: auto; overflow-wrap: anywhere; white-space: pre-wrap; text-align: left; background: var(--paper); padding: 1rem; border: 1px solid var(--line); font: .8rem/1.7 var(--font-sans), sans-serif; }
.form-status { min-height: 1.25rem; margin-top: .8rem; color: var(--forest); font-size: .8rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.wp-demo-success { text-align: center; }
.wp-demo-success h3 { font: 500 38px/1.1 var(--font-display), serif; }
@media (max-width: 600px) { .wp-test-dialog { width: 100%; max-width: none; max-height: 100vh; height: 100vh; } .wp-dialog-head, .wp-demo-form, .wp-demo-success, .merch-cart-view { padding-left: 20px; padding-right: 20px; } }
@media (max-width: 900px) { .merch-section { grid-template-columns: 1fr; padding: 5rem 1.25rem; gap: 2rem; } .merch-intro { position: static; } .merch-campaign, .merch-grid { grid-column: 1; } .merch-campaign { min-height: 20rem; } }
@media (max-width: 600px) { .merch-grid { grid-template-columns: 1fr; } .merch-campaign { min-height: 15rem; } .merch-cart-line { grid-template-columns: minmax(0, 1fr) 4rem 3.2rem 1.5rem; gap: .4rem; font-size: .78rem; } }

@media (max-width: 440px) {
  .facility-cards { grid-template-columns: 1fr; }
  .facility-cards article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); margin-right: 0; }
  footer { grid-template-columns: 1fr; }
  .footer-mark, footer small { grid-column: 1; }
}

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

/* Expanded test-site experiences */
button { color: inherit; }
.side-location small { display: block; color: #766f64; font-size: 8px; line-height: 1.5; letter-spacing: .06em; margin: -5px 0 12px; }
.side-socials { display: flex; gap: 7px; margin-bottom: 12px; }
.side-socials a { width: 27px; height: 27px; border: 1px solid rgba(63,17,21,.35); border-radius: 50%; display: grid; place-items: center; padding: 0; font: 600 13px/1 var(--font-display), serif; text-transform: none; letter-spacing: 0; transition: background .2s, color .2s; }
.side-socials a:hover { background: var(--forest); color: white; }
.member-button-side { border: 0; width: calc(100% + 58px); cursor: pointer; }
.hero-topbar button { border: 0; border-left: 1px solid rgba(255,255,255,.32); background: transparent; color: white; align-self: stretch; padding-left: 32px; display: flex; align-items: center; gap: 28px; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; cursor: pointer; }
.hero-topbar button i { font-style: normal; font-size: 15px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 35px; }
.about-stats div { padding: 20px 10px 0 0; border-right: 1px solid var(--line); }
.about-stats div:last-child { border-right: 0; padding-left: 15px; }
.about-stats strong { display: block; font: 500 28px/1 var(--font-display), serif; }
.about-stats span { display: block; margin-top: 8px; color: #77756e; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.membership-grid > div:first-child .button-light { border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; cursor: pointer; margin-top: 48px; }
.membership-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 48px; }
.membership-actions .button-light { margin-top: 0 !important; }
.loyalty-tiers { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.22); }
.loyalty-tiers article { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.loyalty-tiers article > span { font-size: 8px; letter-spacing: .16em; color: var(--gold); }
.loyalty-tiers h3 { margin: 7px 0 4px; font: 500 24px/1.1 var(--font-display), serif; }
.loyalty-tiers p { margin: 0; color: #bdc6c2; font-size: 10px; line-height: 1.6; }
.points-note { display: block; margin-top: 20px; color: #97aaa1; font-size: 8px; line-height: 1.6; }
.dining-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; flex-wrap: wrap; }
.dining-actions .text-link { margin-top: 0; }
.menu-viewer-open { border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; }
.solid-ink { min-height: 52px; padding: 0 19px; border: 1px solid var(--ink); background: var(--ink); color: white; display: inline-flex; align-items: center; gap: 55px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; cursor: pointer; }
.events-head > p { max-width: 320px; margin: 0; color: #6d6658; font: 500 18px/1.4 var(--font-display), serif; }
.live-map { min-height: 720px; }
.live-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: sepia(.16) saturate(.65) contrast(.92); }
.map-address-card { position: absolute; z-index: 2; left: 28px; bottom: 28px; min-width: 250px; background: var(--forest); color: white; padding: 20px 23px; box-shadow: 0 15px 45px rgba(0,0,0,.2); display: flex; flex-direction: column; }
.map-address-card span { font-size: 7px; letter-spacing: .2em; color: #b3c2bb; }
.map-address-card strong { font: 500 22px/1.3 var(--font-display), serif; margin-top: 6px; }
.map-address-card small { color: #d5ddd9; font-size: 8px; }
.find-contact { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.find-contact a { min-height: 72px; padding: 13px 8px 10px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.find-contact a:last-child { border-right: 0; padding-left: 10px; }
.find-contact i { width: 25px; height: 25px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font: 500 12px/1 var(--font-display), serif; }
.find-contact span { font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }
.transport-card { border-top: 1px solid var(--line); margin-top: 30px; }
.transport-card h3 { font: 500 22px/1 var(--font-display), serif; margin: 20px 0 8px; }
.transport-card > div { display: grid; grid-template-columns: 90px 1fr; gap: 4px 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.transport-card span { grid-row: 1 / 3; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; color: #847969; }
.transport-card strong { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.transport-card small { color: #726f67; font-size: 8px; }
.test-note { display: block; margin-top: 14px; color: #837d72; font-size: 8px; line-height: 1.5; }
.login-card button { background: transparent; color: white; cursor: pointer; }

.modal-shell { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(7, 20, 17, .72); backdrop-filter: blur(8px); }
.modal-card { position: relative; z-index: 2; width: min(590px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.modal-card.modal-wide { width: min(940px, 100%); }
.modal-head { position: sticky; top: 0; z-index: 3; background: var(--forest); color: white; padding: 26px 32px; display: flex; justify-content: space-between; align-items: flex-start; }
.modal-head h2 { margin-top: 8px; font-size: 45px; line-height: .9; }
.modal-head button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: white; font-size: 22px; cursor: pointer; }
.stepper { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); padding: 0 32px; }
.stepper span { padding: 16px 0; color: #99938a; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 2px solid transparent; display: flex; align-items: center; gap: 8px; }
.stepper span.active { color: var(--ink); border-color: var(--gold); }
.stepper b { width: 20px; height: 20px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 7px; }
.modal-form { padding: 30px 32px 35px; }
.form-intro { margin: 0 0 25px; max-width: 650px; font: 500 18px/1.45 var(--font-display), serif; color: #585e59; }
.field-grid { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 17px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field > span, .time-picker legend { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: #706a60; font-weight: 700; }
.field input, .field select { width: 100%; min-width: 0; max-width: 100%; height: 48px; border: 1px solid #cbc5b9; background: white; border-radius: 0; padding: 0 13px; color: var(--ink); font: 500 13px/1 var(--font-sans), sans-serif; }
.field input:focus, .field select:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.solid-submit { width: 100%; min-height: 55px; margin-top: 26px; border: 0; background: var(--forest); color: white; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; cursor: pointer; }
.back-button { display: block; margin: 15px auto 0; border: 0; background: transparent; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.test-banner { min-width: 0; padding: 13px 15px; background: #efe2c7; color: #6b5329; display: flex; flex-wrap: wrap; gap: 8px 13px; align-items: center; margin-bottom: 22px; font-size: 9px; }
.test-banner b { letter-spacing: .12em; }
.test-banner span { min-width: 0; overflow-wrap: anywhere; }
.payment-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.payment-options label { min-height: 72px; border: 1px solid #cbc5b9; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; font-size: 9px; }
.payment-options label.selected { border: 2px solid var(--forest); background: #eff3ef; }
.payment-options input { position: absolute; opacity: 0; pointer-events: none; }
.payment-options b { align-self: flex-end; color: var(--forest); }
.payment-details { border: 1px solid #cbc5b9; border-top: 0; padding: 20px; background: white; min-height: 130px; }
.mock-wallet { min-height: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; background: #f5f4f0; }
.mock-wallet b { font: 600 24px/1 var(--font-display), serif; }
.mock-wallet span { font-size: 11px; }
.mock-wallet small { color: #4e765b; }
.payment-summary { margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; display: flex; justify-content: space-between; font-size: 11px; }
.success-panel { text-align: center; padding: 55px max(32px, 8vw); }
.success-mark { width: 68px; height: 68px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; font-size: 27px; margin: 0 auto 25px; }
.success-panel h3 { font: 500 38px/1.05 var(--font-display), serif; margin: 0 0 16px; }
.success-panel > p { max-width: 560px; margin: 0 auto; color: #626660; font-size: 12px; line-height: 1.7; }
.email-status { margin: 28px auto 0; max-width: 560px; text-align: left; display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 17px; border: 1px solid #b6c3ba; background: #edf2ee; }
.email-status > span { width: 32px; height: 32px; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; }
.email-status div { display: flex; flex-direction: column; gap: 4px; }
.email-status b { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.email-status small { color: #667069; font-size: 9px; line-height: 1.5; }

.reservation-layout { display: grid; grid-template-columns: 1fr 1.05fr; }
.reservation-form { padding: 30px 26px 35px 32px; border-right: 1px solid var(--line); }
.reservation-form > .field { margin-bottom: 17px; }
.time-picker { border: 0; padding: 0; margin: 25px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.time-picker legend { margin-bottom: 9px; }
.time-picker button { min-height: 49px; border: 1px solid #c8c2b6; background: white; font-size: 9px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.time-picker button.selected { background: var(--forest); border-color: var(--forest); color: white; }
.time-picker button:disabled { cursor: not-allowed; color: #aaa49b; text-decoration: line-through; background: #ebe9e4; }
.time-picker small { font-size: 6px; text-decoration: none; }
.table-select { padding: 30px 32px 35px 26px; background: #e8e4da; }
.room-label { text-align: center; font-size: 7px; letter-spacing: .2em; color: #766e62; padding: 8px; border-top: 3px double #b5aea1; }
.table-map { position: relative; min-height: 265px; margin: 10px 0; padding: 55px 10px 10px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border: 1px solid #c5beb1; background: #f6f3ec; }
.bar-block { position: absolute; top: 12px; left: 18%; right: 18%; height: 29px; background: #a62b24; color: white; display: grid; place-items: center; font-size: 7px; letter-spacing: .2em; }
.table-map button { aspect-ratio: 1; border: 1px solid #9d9486; border-radius: 50%; background: #d7c9ae; color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; }
.table-map button.selected { background: var(--forest); color: white; transform: scale(1.08); }
.table-map button:disabled { background: #b9b7b0; color: #77736b; cursor: not-allowed; }
.table-map button b { font: 600 12px/1 var(--font-display), serif; }
.table-map button span { font-size: 6px; margin-top: 2px; }
.table-map button small { font-size: 5px; text-transform: uppercase; }
.table-legend { display: flex; gap: 12px; justify-content: center; font-size: 7px; }
.table-legend span { display: flex; align-items: center; gap: 4px; }
.table-legend i { width: 9px; height: 9px; border-radius: 50%; display: block; }
.table-legend .available { background: #d7c9ae; }.table-legend .chosen { background: var(--forest); }.table-legend .unavailable { background: #b9b7b0; }
.booking-summary { margin-top: 20px; border-top: 1px solid #bdb6aa; border-bottom: 1px solid #bdb6aa; padding: 12px 0; display: flex; justify-content: space-between; font-size: 9px; }

.panel-mode-root,
.panel-mode-root body { width: 100%; height: 100%; overflow: hidden; overscroll-behavior: none; }
.panel-mode { position: fixed; inset: 0; overflow: hidden; }
.panel-mode main { position: relative; width: 100%; height: 100%; overflow: hidden; }
.panel-mode .site-content { position: absolute; inset: 0 0 0 290px; width: auto; height: auto; margin: 0; overflow: hidden; contain: layout paint; }
.panel-mode .site-content > [data-panel] { position: absolute; inset: 0; width: 100%; height: auto; min-height: 0; max-height: none; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.panel-mode .site-content > [data-panel][hidden] { display: none !important; }
.panel-mode .site-content > [data-panel]:not([hidden]) { animation: panel-reveal .28s ease both; }
.panel-mode .site-content > [data-panel]::-webkit-scrollbar { display: none; }
.menu-scrim[hidden] { display: none !important; }
.section-nav a[aria-current="page"] { padding-left: 7px; color: #8a6c39; background: rgba(213,166,64,.09); }
.section-nav a[aria-current="page"] i { opacity: 1; transform: translateX(2px); }
@keyframes panel-reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.wp-test-dialog.menu-viewer-dialog { width: min(1320px, calc(100% - 24px)); height: calc(100dvh - 24px); max-height: calc(100dvh - 24px); overflow: hidden; }
.menu-viewer-dialog[open] { display: flex; flex-direction: column; }
.menu-viewer-dialog .wp-dialog-head, .menu-viewer-footer { flex: 0 0 auto; }
.menu-page-viewer { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; background: #d6cdbf; }
.menu-viewer-tools { flex: 0 0 auto; min-height: 48px; padding: 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #efe7d9; border-bottom: 1px solid var(--line); }
.menu-viewer-tools > span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-viewer-tools > div { display: flex; gap: 6px; }
.menu-viewer-tools button { min-height: 32px; padding: 0 13px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.menu-viewer-tools button[aria-pressed="true"] { background: var(--forest); border-color: var(--forest); color: white; }
.menu-page-scroll { flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain; padding: 24px; scroll-behavior: smooth; }
.menu-page-list { width: 100%; margin: 0 auto; transition: width .2s ease; }
.menu-page-viewer[data-scale="large"] .menu-page-list { width: 160%; max-width: none; }
.menu-page-list figure { margin: 0 0 24px; }
.menu-page-list figure:last-child { margin-bottom: 0; }
.menu-page-list img { display: block; width: 100%; height: auto; background: #f4eee2; box-shadow: 0 14px 40px rgba(45,21,20,.18); }
.menu-page-list figcaption { padding: 9px 3px 0; color: #5f554c; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.menu-viewer-footer { padding: 14px 22px; background: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #736b60; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.menu-viewer-footer a { border-bottom: 1px solid var(--ink); padding-bottom: 4px; color: var(--ink); }

/* Readability floor for the club's smallest labels and utility copy. */
.wordmark small,
.section-nav a span,
.eyebrow,
.hero-topbar,
.round-link,
.hero-caption,
.section-number,
.text-link,
.image-note span,
.membership-copy li span,
.button-light,
.dining-image span,
.event-row time span,
.event-type,
.event-row p,
.facility-cards article > span,
.map-pin,
.location-details div,
.help-link,
footer > div > span,
footer small,
.portal-signout,
.portal-back,
.portal-actions span,
.demo-badge,
.demo-login-button,
.real-member-login,
.portal-status-grid article > span,
.portal-status-grid small,
.loyalty-progress-copy,
.reward-list article > span,
.reward-list small,
.reward-list b,
.voucher-card small,
.voucher-card span,
.portal-vouchers > p,
.side-location small,
.hero-topbar button,
.about-stats span,
.loyalty-tiers article > span,
.points-note,
.solid-ink,
.map-address-card span,
.map-address-card small,
.find-contact span,
.transport-card span,
.transport-card strong,
.transport-card small,
.test-note,
.stepper span,
.stepper b,
.field > span,
.time-picker legend,
.solid-submit,
.back-button,
.test-banner,
.payment-options label,
.email-status b,
.email-status small,
.time-picker button,
.time-picker small,
.room-label,
.bar-block,
.table-map button span,
.table-map button small,
.table-legend,
.booking-summary,
.menu-viewer-footer { font-size: 11px; line-height: 1.45; }

.side-location a,
.member-button,
.membership-copy li,
.service-times div,
.facility-cards p,
.map-water,
.demo-login-card > p,
.loyalty-progress-detail > p,
.loyalty-tiers p,
.mock-wallet span,
.payment-summary,
.success-panel > p { font-size: 12px; }

@media (max-width: 760px) {
  .hero-topbar button { border-left: 0; padding-left: 0; margin-left: auto; }
  .about-stats { grid-template-columns: 1fr; }
  .about-stats div { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
  .about-stats div:last-child { padding-left: 0; }
  .dining-actions { align-items: flex-start; flex-direction: column; }
  .events-head > p { font-size: 16px; }
  .live-map { min-height: 480px; }
  .modal-shell { padding: 0; }
  .modal-card, .modal-card.modal-wide { width: 100%; max-height: 100vh; min-height: 100vh; }
  .modal-head { padding: 22px 20px; }
  .modal-head h2 { font-size: 36px; }
  .stepper, .modal-form { padding-left: 20px; padding-right: 20px; }
  .stepper span { font-size: 0; }
  .stepper span b { font-size: 7px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: 1; }
  .payment-options { grid-template-columns: 1fr 1fr; }
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-form { border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 20px; }
  .table-select { padding: 25px 20px; }
  .table-map { gap: 9px; min-height: 245px; }
  .transport-card > div { grid-template-columns: 80px 1fr; }
  .portal-login-grid, .loyalty-progress-card, .portal-benefit-grid { grid-template-columns: 1fr; }
  .portal-login-grid { padding: 70px 0; }
  .portal-status-grid { grid-template-columns: 1fr; }
  .portal-benefit-grid { padding: 70px 0; }
  .loyalty-progress-copy { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 1050px) {
  .panel-mode .site-content { inset: 0; }
  .panel-mode .mobile-header { position: absolute; z-index: 10; inset: 0 0 auto; }
  .panel-mode .site-content > [data-panel] { inset: 75px 0 0; }
}

@media (max-width: 600px) {
  .wp-test-dialog.menu-viewer-dialog { width: 100%; height: 100dvh; max-height: 100dvh; }
  .menu-viewer-tools { align-items: flex-start; flex-direction: column; gap: 6px; padding: 10px 12px; }
  .menu-viewer-tools > div { width: 100%; }
  .menu-viewer-tools button { flex: 1; }
  .menu-page-scroll { padding: 10px; }
  .menu-page-viewer[data-scale="large"] .menu-page-list { width: 220%; }
  .menu-viewer-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 440px) {
  .portal-header .wordmark small { display: none; }
  .portal-login-grid h1, .portal-welcome h1 { font-size: 64px; }
  .portal-status-grid article { min-height: 190px; }
  .loyalty-progress-card { padding: 32px 22px; }
  .reward-list article { grid-template-columns: 24px 1fr; }
  .reward-list article > b { grid-column: 2; justify-self: start; }
  .voucher-card { grid-template-columns: 1fr; }
  .voucher-card span { text-align: left; }
}
