:root {
  --ink: #090a09;
  --ink-2: #181a18;
  --ink-3: #2a2d2a;
  --snow: #f6f6f1;
  --paper: #ffffff;
  --mist: #e9eeec;
  --line: rgba(7, 27, 36, .13);
  --muted: #696d69;
  --gold: #ffe500;
  --gold-deep: #b6a300;
  --ice: #e7e7df;
  --danger: #a63f3f;
  --success: #1f725a;
  --radius: 2px;
  --shadow: 0 24px 70px rgba(4, 22, 29, .14);
  --display: Georgia, 'Times New Roman', 'Noto Serif SC', serif;
  --sans: Inter, 'Helvetica Neue', Arial, 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--snow); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
body.panel-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-dark { background: var(--ink); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 18px; color: white; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 20px; }
[hidden] { display: none !important; }

.eyebrow { margin: 0 0 20px; color: var(--gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; }
.lead { color: #52656c; font-size: 19px; line-height: 1.9; }
.button { display: inline-flex; min-height: 50px; padding: 0 25px; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: #fff04d; }
.button-ink { color: white; background: var(--ink); }
.button-ink:hover { background: var(--ink-2); }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.05); backdrop-filter: blur(10px); }
.button-ghost-light:hover { border-color: white; background: rgba(255,255,255,.09); }
.button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link svg { width: 17px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }
.icon-btn, .text-btn { border: 0; background: none; cursor: pointer; }
.icon-btn { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border-radius: 50%; }
.icon-btn:hover { background: rgba(7, 27, 36, .06); }

.announcement { position: relative; z-index: 31; color: #fff8a6; background: #050505; font-size: 11px; letter-spacing: .08em; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.announcement a { padding-bottom: 1px; border-bottom: 1px solid currentColor; color: white; font-weight: 700; }
.site-header { position: sticky; z-index: 30; top: 0; height: 82px; background: rgba(248,250,247,.94); border-bottom: 1px solid rgba(7,27,36,.08); backdrop-filter: blur(18px); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(7,27,36,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand b { font-size: 16px; line-height: 1.2; letter-spacing: .07em; }
.brand small { margin-top: 2px; color: #748187; font-size: 7px; font-weight: 700; letter-spacing: .28em; }
.brand-logo { width: 38px; height: 38px; flex: none; border: 1px solid rgba(255,229,0,.35); border-radius: 4px; object-fit: cover; object-position: center; background: #050505; }
.brand-light { color: white; }
.brand-light small { color: #8ea3aa; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 36px); }
.desktop-nav a { position: relative; padding: 30px 0; color: #344a52; font-size: 12px; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 19px; left: 0; height: 1px; background: var(--gold-deep); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 3px; }
.language-control { display: flex; align-items: center; gap: 5px; padding: 0 7px; }
.language-control svg { width: 17px; }
.language-control select { max-width: 68px; border: 0; outline: none; color: var(--ink); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.member-login { display: flex; height: 42px; padding: 0 12px; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; }
.member-login svg { width: 17px; }
.cart-button { position: relative; }
.cart-button > span { position: absolute; top: 2px; right: 1px; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; border-radius: 10px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 900; }
.menu-button { display: none; }

.hero { position: relative; min-height: calc(100vh - 118px); display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url('/assets/hero-alpine.png') 52% center / cover no-repeat; transform: scale(1.01); animation: heroIn 1.5s ease both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.7) 43%, transparent 78%), linear-gradient(0deg, rgba(5,5,5,.82), transparent 48%); opacity: var(--hero-overlay, .68); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 150px; }
.hero h1 { max-width: 770px; margin-bottom: 26px; font-size: clamp(64px, 8vw, 118px); line-height: .92; letter-spacing: -.05em; text-shadow: 0 10px 50px rgba(0,0,0,.22); }
.hero-copy { max-width: 620px; margin-bottom: 38px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-foot { position: absolute; z-index: 3; right: 0; bottom: 28px; left: 0; display: flex; align-items: end; justify-content: space-between; }
.snow-report { display: flex; align-items: center; gap: 13px; }
.snow-report > span:last-child { display: flex; flex-direction: column; }
.snow-report small { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.snow-report b { font-size: 12px; letter-spacing: .03em; }
.snow-pulse { width: 8px; height: 8px; border: 2px solid #b9eff4; border-radius: 50%; box-shadow: 0 0 0 6px rgba(185,239,244,.12); }
.scroll-cue { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 1px; height: 50px; overflow: hidden; background: rgba(255,255,255,.25); }
.scroll-cue i::after { content: ''; position: absolute; top: -100%; left: 0; width: 1px; height: 60%; background: white; animation: scrollLine 1.8s infinite; }
@keyframes heroIn { from { opacity: .35; transform: scale(1.08); } to { opacity: 1; transform: scale(1.01); } }
@keyframes scrollLine { 0% { top: -60%; } 100% { top: 110%; } }

.stats-band { color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.09); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 34px 40px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; }
.stat:last-child { border-right: 0; }
.stat b { display: block; color: var(--gold); font-family: var(--display); font-size: 36px; font-weight: 400; line-height: 1; }
.stat span { display: block; margin-top: 10px; color: #9db0b5; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.story-section { background: #f2f3ee; }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.editorial-copy { max-width: 590px; }
.editorial-copy .text-link { margin-top: 18px; }
.value-stack { border-top: 1px solid var(--line); }
.value-card { display: grid; min-height: 168px; grid-template-columns: 45px 62px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }
.value-card > span { align-self: start; padding-top: 31px; color: #97a3a5; font: italic 13px var(--display); }
.value-card > svg { width: 47px; height: 47px; color: var(--gold-deep); stroke-width: 1; }
.value-card h3 { margin-bottom: 7px; font-family: var(--display); font-size: 25px; font-weight: 400; }
.value-card p { margin: 0; color: var(--muted); }

.section-heading { display: flex; margin-bottom: 48px; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centered { max-width: 800px; margin: 0 auto 58px; display: block; text-align: center; }
.section-heading.centered p:last-child { color: var(--muted); font-size: 17px; }
.section-heading.light h2 { color: white; }
.heading-actions { display: flex; align-items: center; gap: 12px; }
.heading-actions select { height: 44px; padding: 0 40px 0 15px; border: 1px solid rgba(255,255,255,.2); color: white; background: var(--ink); font-size: 11px; outline: none; }
.slider-control { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.2); color: white; background: transparent; cursor: pointer; }
.experience-track { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 16px; overflow-x: auto; scrollbar-width: none; }
.experience-track::-webkit-scrollbar { display: none; }
.experience-card { position: relative; min-height: 510px; display: flex; padding: 30px; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: #113643; isolation: isolate; }
.experience-card::before, .experience-card::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.experience-card::before { width: 430px; height: 430px; top: -230px; right: -160px; background: radial-gradient(circle at 30% 45%, rgba(255,255,255,.55), transparent 53%), linear-gradient(145deg, #4f8497, #0e2d3b 67%); opacity: .9; }
.experience-card::after { right: -90px; bottom: -80px; width: 360px; height: 240px; border-radius: 55% 0 0; background: linear-gradient(155deg, rgba(239,247,245,.8), rgba(79,118,129,.25) 45%, transparent 46%); transform: rotate(-9deg); }
.experience-card.tone-rose { background: #423439; }
.experience-card.tone-rose::before { background: radial-gradient(circle at 30% 45%, #efd9d2, transparent 50%), linear-gradient(145deg, #9e736a, #36262b 67%); }
.experience-card.tone-gold { background: #3f3a2b; }
.experience-card.tone-gold::before { background: radial-gradient(circle at 30% 45%, #f6dfa9, transparent 50%), linear-gradient(145deg, #957d4c, #353021 67%); }
.experience-card.tone-sage { background: #263b39; }
.experience-card.tone-sage::before { background: radial-gradient(circle at 30% 45%, #d2e4dc, transparent 50%), linear-gradient(145deg, #617e77, #203331 67%); }
.event-media,.article-media { position:absolute; z-index:-1; inset:0; width:100%; height:100%; object-fit:cover; opacity:.46; filter:saturate(.85) contrast(1.06); }
.experience-card:has(.event-media)::before,.experience-card:has(.event-media)::after { opacity:.25; }
.article-card:has(.article-media)::before { content:''; position:absolute; z-index:0; inset:0; background:linear-gradient(0deg,rgba(5,12,15,.9),rgba(5,12,15,.15)); }
.article-card:has(.article-media) > *:not(.article-media) { position:relative; z-index:1; }
.quote-person img { width:48px; height:48px; border-radius:50%; object-fit:cover; }
.event-top { display: flex; align-items: start; justify-content: space-between; }
.event-date { display: flex; width: 58px; height: 66px; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: rgba(255,255,255,.9); }
.event-date b { font-family: var(--display); font-size: 25px; font-weight: 400; line-height: 1; }
.event-date span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.event-badge { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; color: rgba(255,255,255,.88); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.event-info { position: relative; z-index: 2; }
.event-info .event-location { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-location svg { width: 14px; }
.event-info h3 { margin: 13px 0 12px; font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1.05; }
.event-info p { min-height: 48px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.65; }
.event-bottom { display: flex; padding-top: 18px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); }
.event-bottom span { color: rgba(255,255,255,.65); font-size: 10px; }
.event-bottom b { display: block; color: white; font-family: var(--display); font-size: 20px; font-weight: 400; }
.event-bottom button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.event-bottom button:hover { color: var(--ink); background: white; }

.membership-section { background: #eef0eb; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; min-height: 510px; padding: 42px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.68); }
.price-card.accent { color: white; background: var(--ink); border-color: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular-ribbon { position: absolute; top: 0; right: 0; padding: 8px 14px; color: var(--ink); background: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 0 0 18px; font-family: var(--display); font-size: 34px; font-weight: 400; }
.price { display: flex; align-items: baseline; gap: 5px; }
.price b { font-family: var(--display); font-size: 54px; font-weight: 400; line-height: 1; }
.price span { color: var(--muted); }
.price-card.accent .price span { color: #98aeb4; }
.price-card > p { min-height: 52px; margin: 22px 0; color: var(--muted); }
.price-card.accent > p { color: #afbdc1; }
.benefit-list { margin: 6px 0 34px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card.accent .benefit-list { border-color: rgba(255,255,255,.13); }
.benefit-list li { display: flex; margin: 0 0 13px; align-items: flex-start; gap: 10px; font-size: 13px; }
.benefit-list svg { width: 16px; height: 16px; margin-top: 3px; flex: none; color: var(--gold-deep); }
.price-card .button { margin-top: auto; }
.price-card:not(.accent) .button { border-color: var(--ink); background: transparent; color: var(--ink); }
.price-card:not(.accent) .button:hover { color: white; background: var(--ink); }
.member-assurance { display: flex; margin-top: 35px; align-items: center; justify-content: center; gap: 42px; color: var(--muted); font-size: 11px; }
.member-assurance > span { display: flex; align-items: center; gap: 8px; }
.member-assurance svg { width: 15px; color: var(--success); }

.shop-section { background: #fafbf8; }
.commerce-notice { display: grid; margin: -12px 0 30px; padding: 18px 20px; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid #d9dfd8; background: #f1f4ef; }
.commerce-notice > svg { width: 23px; height: 23px; color: var(--success); }
.commerce-notice b { display: block; margin-bottom: 3px; font-size: 12px; }
.commerce-notice p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.commerce-notice a { color: var(--ink); font-size: 10px; font-weight: 800; white-space: nowrap; text-decoration: underline; }
.shop-toolbar { display: flex; margin-bottom: 30px; align-items: center; justify-content: space-between; gap: 20px; }
.filter-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.filter-pills button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 22px; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter-pills button.active, .filter-pills button:hover { color: white; background: var(--ink); border-color: var(--ink); }
.inline-search { display: flex; min-width: 250px; height: 42px; padding: 0 12px; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); }
.inline-search svg { width: 17px; color: var(--muted); }
.inline-search input { width: 100%; border: 0; outline: 0; background: transparent; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 16px; }
.product-card { position: relative; }
.product-visual { position: relative; height: 390px; display: grid; place-items: center; overflow: hidden; background: #e8ece8; }
.product-visual::before { content: ''; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(7,27,36,.1); border-radius: 50%; }
.product-art { position: relative; z-index: 1; width: 76%; height: 76%; color: var(--ink); transition: transform .35s; }
.product-photo { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-art { transform: scale(1.04) rotate(-1deg); }
.product-card:hover .product-photo { transform: scale(1.035); }
.product-art .art-fill { fill: #153b47; stroke: none; }
.product-art .art-gold { fill: var(--gold); stroke: none; }
.product-art .art-line { fill: none; stroke: currentColor; stroke-width: 2; }
.product-badges { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; gap: 5px; }
.product-badges span { padding: 6px 9px; color: white; background: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wish-button { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.7); cursor: pointer; }
.wish-button.active { color: #a23f4b; }
.quick-add { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; min-height: 45px; border: 0; color: white; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus { opacity: 1; transform: translateY(0); }
.product-info { padding: 17px 4px; }
.product-info small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { margin: 5px 0 7px; font-family: var(--display); font-size: 23px; font-weight: 400; }
.product-info p { min-height: 42px; margin: 0 0 12px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.product-info .product-price { display: flex; gap: 9px; align-items: center; font-weight: 800; }
.product-info .product-price del { color: #929a9a; font-weight: 400; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }

.finder-section { padding-bottom: 90px; color: white; background: #111310; overflow: hidden; }
.finder-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.finder-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.finder-copy > p:not(.eyebrow) { max-width: 570px; color: #aab9bd; font-size: 17px; }
.finder-search { display: flex; height: 58px; margin-top: 35px; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.finder-search svg { width: 20px; margin: 0 14px 0 18px; color: #9db0b5; }
.finder-search input { width: 100%; min-width: 0; border: 0; outline: none; color: white; background: transparent; }
.finder-search input::placeholder { color: #81959b; }
.finder-search button { align-self: stretch; padding: 0 23px; border: 0; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 800; cursor: pointer; }
.finder-meta { display: flex; margin-top: 22px; align-items: baseline; gap: 9px; color: #8da2a8; }
.finder-meta b { color: var(--gold); font-family: var(--display); font-size: 26px; font-weight: 400; }
.club-map { position: relative; height: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 50% 50% 3px 3px; background: radial-gradient(circle at 50% 47%, #404438, #080908 67%); }
.map-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 55px 55px; transform: perspective(450px) rotateX(60deg) scale(1.6) translateY(-20px); }
.map-orbit { position: absolute; border: 1px solid rgba(217,180,111,.22); border-radius: 50%; }
.orbit-one { inset: 85px 90px; }
.orbit-two { inset: 155px 30px 95px; transform: rotate(28deg); }
.map-dot { position: absolute; width: 8px; height: 8px; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 8px rgba(217,180,111,.08), 0 0 25px rgba(217,180,111,.45); }
.d1 { top: 22%; left: 48%; } .d2 { top: 38%; left: 29%; } .d3 { top: 31%; right: 24%; } .d4 { bottom: 33%; left: 41%; } .d5 { top: 48%; right: 38%; } .d6 { bottom: 22%; right: 17%; }
.map-card { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; padding: 20px; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.1); background: rgba(5,23,30,.82); backdrop-filter: blur(14px); }
.map-card-icon { display: grid; width: 48px; height: 48px; flex: none; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); }
.map-card-icon svg { width: 20px; }
.map-card > div { display: flex; flex-direction: column; }
.map-card small { color: #82969c; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.map-card b { font-family: var(--display); font-size: 21px; font-weight: 400; }
.map-card span:last-child { color: #9babb0; font-size: 11px; }
.club-results { display: grid; max-height: 0; margin-top: 0; grid-template-columns: repeat(4, 1fr); gap: 10px; opacity: 0; overflow: hidden; transition: max-height .4s, opacity .3s, margin .3s; }
.club-results.visible { max-height: 600px; margin-top: 60px; opacity: 1; }
.club-result { padding: 23px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.035); }
.club-result .verified { display: inline-flex; margin-bottom: 18px; align-items: center; gap: 5px; color: var(--gold); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.club-result h3 { margin-bottom: 4px; font-family: var(--display); font-size: 21px; font-weight: 400; }
.club-result small { color: #7e959b; }
.club-result p { min-height: 62px; margin: 14px 0; color: #9eb0b5; font-size: 12px; }
.club-result a { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.journal-section { background: #f3f4ef; }
.journal-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.article-card { position: relative; min-height: 470px; display: flex; padding: 34px; flex-direction: column; justify-content: space-between; overflow: hidden; color: white; background: #274955; isolation: isolate; }
.article-card::before { content: ''; position: absolute; z-index: -1; top: -30%; right: -35%; width: 110%; height: 90%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle at 35% 50%, rgba(207,230,232,.75), transparent 52%); }
.article-card.tone-dawn { background: #6f5144; }
.article-card.tone-dawn::before { background: radial-gradient(circle at 35% 50%, rgba(247,206,156,.75), transparent 52%); }
.article-card.tone-night { background: #172a35; }
.article-card.tone-night::before { background: radial-gradient(circle at 35% 50%, rgba(99,131,148,.7), transparent 52%); }
.article-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1.12; }
.article-card:first-child h3 { font-size: 41px; }
.article-card p { color: rgba(255,255,255,.7); font-size: 13px; }
.article-card .text-link { color: white; }

.voices-section { color: white; background: #171917; }
.voices-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 120px; align-items: center; }
.voices-intro h2 { margin-bottom: 40px; font-size: 48px; }
.voice-controls { display: flex; gap: 8px; }
.voice-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; cursor: pointer; }
#testimonialQuote { margin: 0; }
.quote-mark { color: var(--gold); font: 76px/.5 var(--display); }
#testimonialQuote > p { margin: 25px 0 36px; font: 34px/1.45 var(--display); }
.quote-person { display: flex; align-items: center; gap: 14px; }
.quote-person span:first-child { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-weight: 900; }
.quote-person span:last-child { display: flex; flex-direction: column; }
.quote-person small { color: #91a7ad; }

.faq-section { background: #f9faf7; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-layout > div:first-child > p:not(.eyebrow) { max-width: 370px; color: var(--muted); }
.faq-layout .button { margin-top: 20px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; font-family: var(--display); font-size: 21px; text-align: left; cursor: pointer; }
.faq-question span:last-child { position: relative; width: 22px; height: 22px; flex: none; }
.faq-question span:last-child::before, .faq-question span:last-child::after { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-question span:last-child::after { transform: rotate(90deg); }
.faq-item.open .faq-question span:last-child::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .28s; }
.faq-answer p { max-width: 720px; padding: 0 40px 25px 0; margin: 0; }
.faq-item.open .faq-answer { max-height: 220px; }

.newsletter-section { padding: 75px 0; color: white; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.newsletter-inner h2 { margin-bottom: 10px; font-size: 43px; }
.newsletter-inner p:last-child { margin-bottom: 0; color: #8fa3a9; }
.newsletter-inner form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-inner form label { flex: 1; }
.newsletter-inner input { width: 100%; height: 52px; padding: 0 18px; border: 1px solid rgba(255,255,255,.2); outline: none; color: white; background: rgba(255,255,255,.04); }
.newsletter-inner input:focus { border-color: var(--gold); }
.newsletter-inner .newsletter-consent { grid-column: 1 / -1; display: flex; gap: 9px; align-items: flex-start; color: #b7c4c7; font-size: 12px; line-height: 1.5; }
.newsletter-inner .newsletter-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; padding: 0; accent-color: var(--gold); }

.site-footer { padding: 80px 0 26px; color: white; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 65px; }
.footer-brand p { max-width: 360px; margin: 30px 0; color: #83969b; }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #a3b1b5; font-size: 10px; font-weight: 800; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h3 { margin-bottom: 22px; color: #8da0a5; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { margin-bottom: 11px; color: #d4dcdd; font-size: 12px; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--gold); }
.footer-grid > div:not(.footer-brand) p { color: #7f9297; font-size: 12px; }
.footer-bottom { display: flex; margin-top: 70px; padding-top: 25px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #65797f; font-size: 9px; letter-spacing: .08em; }
.footer-bottom > div { display: flex; gap: 25px; }

.overlay { position: fixed; z-index: 80; inset: 0; background: rgba(3,16,21,.52); opacity: 0; visibility: hidden; backdrop-filter: blur(3px); transition: opacity .25s, visibility .25s; }
.overlay.visible { opacity: 1; visibility: visible; }
.side-panel { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(500px, 94vw); display: flex; padding: 0 38px; flex-direction: column; background: #fbfcf9; box-shadow: -20px 0 60px rgba(3,18,24,.16); transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.side-panel.open { transform: translateX(0); }
.panel-head { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 21px; }
.menu-panel nav { padding: 35px 0; display: flex; flex-direction: column; }
.menu-panel nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font: 30px var(--display); }
.large-search { display: flex; margin-top: 40px; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); }
.large-search svg { width: 25px; }
.large-search input { width: 100%; padding: 15px 0; border: 0; outline: none; background: transparent; font: 30px var(--display); }
.search-suggestions { display: flex; padding: 24px 0; align-items: center; gap: 8px; flex-wrap: wrap; }
.search-suggestions > span { width: 100%; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-suggestions button { padding: 7px 11px; border: 1px solid var(--line); border-radius: 20px; background: transparent; cursor: pointer; }
.search-results { overflow-y: auto; }
.search-result { display: grid; padding: 18px 0; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; border-top: 1px solid var(--line); cursor: pointer; }
.search-result > span:first-child { display: grid; width: 38px; height: 38px; place-items: center; color: var(--gold-deep); background: #eceeea; font-weight: 900; }
.search-result b { display: block; font-family: var(--display); font-size: 18px; font-weight: 400; }
.search-result small { color: var(--muted); }
.cart-lines { flex: 1; overflow-y: auto; }
.cart-empty { height: 100%; display: grid; place-content: center; color: var(--muted); text-align: center; }
.cart-empty svg { width: 48px; height: 48px; margin: 0 auto 18px; color: #a9b2b2; }
.cart-line { display: grid; padding: 22px 0; grid-template-columns: 84px 1fr auto; gap: 15px; border-bottom: 1px solid var(--line); }
.cart-line-art { display: grid; height: 88px; place-items: center; background: #e8ece8; }
.cart-line-art svg { width: 63px; height: 63px; }
.cart-line h3 { margin: 0 0 5px; font: 17px var(--display); }
.cart-line-price { color: var(--muted); font-size: 12px; }
.qty-control { display: inline-flex; margin-top: 13px; align-items: center; border: 1px solid var(--line); }
.qty-control button { width: 28px; height: 28px; border: 0; background: transparent; cursor: pointer; }
.qty-control span { width: 27px; text-align: center; font-size: 11px; }
.remove-line { align-self: start; border: 0; color: var(--muted); background: transparent; font-size: 18px; cursor: pointer; }
.cart-summary { padding: 25px 0 32px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 17px; }
.cart-summary > div b { font-family: var(--display); font-size: 24px; font-weight: 400; }
.cart-summary p { color: var(--muted); font-size: 10px; }

.chat-launcher { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: flex; height: 52px; padding: 0 19px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; color: white; background: var(--ink); box-shadow: 0 10px 35px rgba(2,16,22,.25); font-size: 11px; font-weight: 800; cursor: pointer; }
.chat-launcher .online-dot { width: 7px; height: 7px; border-radius: 50%; background: #54c99b; box-shadow: 0 0 0 4px rgba(84,201,155,.15); }
.chat-panel { position: fixed; z-index: 95; right: 24px; bottom: 88px; width: min(390px, calc(100vw - 32px)); height: 580px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #f9faf7; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: .22s; }
.chat-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.chat-head { display: flex; min-height: 74px; padding: 0 16px; align-items: center; justify-content: space-between; color: white; background: var(--ink); }
.chat-head > div { display: flex; align-items: center; gap: 11px; }
.concierge-avatar { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 11px; font-weight: 900; }
.chat-head > div > span:last-child { display: flex; flex-direction: column; }
.chat-head small { display: flex; align-items: center; gap: 5px; color: #a4b5b9; }
.chat-head small i { width: 6px; height: 6px; border-radius: 50%; background: #54c99b; }
.chat-head .icon-btn { color: white; }
.chat-messages { flex: 1; padding: 18px; overflow-y: auto; }
.chat-message { max-width: 84%; margin-bottom: 12px; padding: 11px 14px; border-radius: 2px 12px 12px 12px; font-size: 12px; }
.chat-message.bot { background: #e9eeeb; }
.chat-message.user { margin-left: auto; color: white; background: var(--ink-2); border-radius: 12px 2px 12px 12px; }
.quick-replies { display: flex; padding: 0 12px 10px; gap: 6px; overflow-x: auto; }
.quick-replies button { flex: none; padding: 7px 10px; border: 1px solid var(--line); border-radius: 18px; background: white; font-size: 10px; cursor: pointer; }
.chat-panel form { display: flex; padding: 10px 12px; border-top: 1px solid var(--line); background: white; }
.chat-panel form input { width: 100%; border: 0; outline: none; }
.chat-panel form button { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--ink); cursor: pointer; }
.create-ticket { padding: 9px; border: 0; border-top: 1px solid var(--line); color: var(--muted); background: white; font-size: 9px; cursor: pointer; text-decoration: underline; }

.modal { width: min(700px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 48px; border: 0; border-radius: 0; color: var(--ink); background: #fbfcf9; box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(3,16,21,.7); backdrop-filter: blur(4px); }
.modal h2 { margin-bottom: 28px; font-size: 43px; }
.modal-close-form { position: absolute; top: 16px; right: 16px; }
.modal-close-form button { display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .wide { grid-column: 1 / -1; }
.modal label, #adminLoginForm label { display: flex; flex-direction: column; gap: 7px; color: #526169; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.modal input, .modal select, .modal textarea, #adminLoginForm input { width: 100%; min-height: 47px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: white; text-transform: none; }
.modal textarea { resize: vertical; }
.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(185,134,56,.09); }
.modal .button { margin-top: 22px; }
.demo-notice { display: flex; margin-top: 18px; padding: 13px; align-items: flex-start; gap: 10px; color: #50656d; background: #e9efec; font-size: 11px; }
.demo-notice svg { width: 19px; flex: none; color: var(--success); }
.checkout-total { display: flex; margin-top: 20px; align-items: center; justify-content: space-between; }
.checkout-total b { font: 30px var(--display); }
.success-view { padding: 40px 0; text-align: center; }
.success-icon { display: grid; width: 72px; height: 72px; margin: 0 auto 24px; place-items: center; border-radius: 50%; color: white; background: var(--success); }
.success-icon svg { width: 34px; height: 34px; }
.consent { margin-top: 20px; flex-direction: row !important; align-items: flex-start; gap: 10px !important; text-transform: none !important; }
.consent input { width: 17px; min-height: 17px; }
.form-note { color: var(--muted); font-size: 10px; }
.member-modal { width: min(900px, calc(100% - 32px)); }
.member-portal-loading { min-height: 180px; display: grid; place-items: center; color: var(--muted); }
.member-auth-shell { max-width: 620px; margin: 0 auto; padding: 28px; border: 1px solid var(--line); background: white; box-shadow: 0 20px 55px rgba(20,45,54,.08); }
.member-auth-intro { display: flex; margin-bottom: 22px; align-items: center; gap: 16px; }
.member-auth-intro h3 { margin: 0 0 5px; font: 27px var(--display); }
.member-auth-intro p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.member-auth-mark { display: grid; width: 54px; height: 54px; flex: none; place-items: center; color: #111; background: var(--gold); font: 33px var(--display); }
.member-auth-tabs { display: grid; margin-bottom: 20px; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.member-auth-tabs button { padding: 12px; border: 0; border-bottom: 2px solid transparent; color: var(--muted); background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .06em; cursor: pointer; }
.member-auth-tabs button.active { border-bottom-color: var(--gold-deep); color: var(--ink); }
.member-auth-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.member-auth-form > label, .member-auth-form > small, .member-auth-form > button, .member-auth-consent { grid-column: 1 / -1; }
.member-auth-form > small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.member-auth-form .button { margin-top: 4px; }
.member-auth-consent { flex-direction: row !important; align-items: flex-start; gap: 9px !important; text-transform: none !important; }
.member-auth-consent input { width: 17px; min-height: 17px; flex: none; }
.member-auth-consent a { color: var(--ink); text-decoration: underline; }
.member-auth-note { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }
.member-profile-head { display: flex; margin-bottom: 18px; padding: 18px 20px; align-items: center; justify-content: space-between; gap: 16px; color: white; background: var(--ink); }
.member-profile-head b { display: block; font: 25px var(--display); }
.member-profile-head small { color: #aab7ba; }
.member-profile-head button { padding: 8px 10px; border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; font-size: 10px; cursor: pointer; }
.member-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.member-panel { padding: 20px; border: 1px solid var(--line); background: white; }
.member-panel h3 { margin: 0 0 14px; font: 21px var(--display); }
.member-panel form { display: grid; gap: 12px; }
.member-panel form .button { margin-top: 2px; }
.member-panel form small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.member-panel.wide { grid-column: 1 / -1; }
.member-record { padding: 12px 0; border-top: 1px solid var(--line); font-size: 11px; }
.member-record:first-of-type { border-top: 0; }
.member-record-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.member-record p { margin: 6px 0 0; color: var(--muted); }
.member-record a { color: var(--ink); font-weight: 800; text-decoration: underline; }
.member-empty { color: var(--muted); font-size: 11px; }

.toast-region { position: fixed; z-index: 200; right: 24px; bottom: 90px; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.toast { width: min(370px, calc(100vw - 48px)); padding: 15px 18px; display: flex; align-items: center; gap: 10px; color: white; background: var(--ink); box-shadow: var(--shadow); animation: toastIn .25s ease both; }
.toast.success { border-left: 4px solid #5fbd96; }
.toast.error { border-left: 4px solid #d66a6a; }
.toast svg { width: 18px; flex: none; }
@keyframes toastIn { from { opacity: 0; transform: translateX(18px); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Administration */
.admin-app { min-height: 100vh; color: #172c35; background: #eef1ef; }
.admin-login { min-height: 100vh; display: grid; padding: 30px; place-items: center; background: radial-gradient(circle at 20% 10%, #274b56, transparent 34%), var(--ink); }
.admin-login-card { width: min(470px, 100%); padding: 48px; background: #fbfcf9; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.admin-login-card .brand { margin-bottom: 45px; }
.admin-login-card h1 { margin-bottom: 10px; font-size: 45px; }
.admin-login-card > p:not(.eyebrow) { color: var(--muted); }
#adminLoginForm { display: flex; margin-top: 30px; flex-direction: column; gap: 15px; }
#adminLoginForm small { color: #8a6c32; font-size: 10px; text-align: center; }
.back-site { display: block; margin-top: 28px; color: var(--muted); font-size: 11px; text-align: center; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; padding: 28px 22px; flex-direction: column; color: white; background: var(--ink); }
.admin-sidebar .brand { margin: 0 8px 40px; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 4px; }
.admin-sidebar nav button { padding: 11px 14px; border: 0; border-left: 2px solid transparent; color: #9cafb4; background: transparent; font-size: 12px; text-align: left; cursor: pointer; }
.admin-sidebar nav button.active, .admin-sidebar nav button:hover { border-color: var(--gold); color: white; background: rgba(255,255,255,.06); }
.admin-sidebar-foot { margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-foot a, .admin-sidebar-foot button { padding: 8px 10px; border: 0; color: #91a5aa; background: none; font-size: 11px; text-align: left; cursor: pointer; }
.admin-main { min-width: 0; }
.admin-topbar { min-height: 125px; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(250,251,248,.88); backdrop-filter: blur(15px); }
.admin-topbar p { margin: 0; color: #849197; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.admin-topbar h1 { margin: 3px 0 0; font-size: 31px; }
.admin-user { display: flex; align-items: center; gap: 10px; }
.admin-user > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 10px; font-weight: 900; }
.admin-user > div { display: flex; flex-direction: column; }
.admin-user b { font-size: 11px; }
.admin-user small { color: var(--muted); }
.admin-menu-toggle { display: none; }
.admin-content { padding: 32px 40px 60px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-card { padding: 24px; border: 1px solid var(--line); background: white; }
.metric-card small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.metric-card b { display: block; margin: 10px 0 5px; font: 32px var(--display); font-weight: 400; }
.metric-card span { color: var(--success); font-size: 10px; }
.admin-grid { display: grid; margin-top: 18px; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.admin-card { padding: 25px; border: 1px solid var(--line); background: white; }
.admin-card-head { display: flex; margin-bottom: 20px; align-items: center; justify-content: space-between; }
.admin-card h2 { margin: 0; font: 23px var(--display); }
.admin-card-head button, .admin-primary { padding: 9px 13px; border: 0; color: white; background: var(--ink); font-size: 10px; font-weight: 800; cursor: pointer; }
.spark-chart { height: 210px; display: flex; padding-top: 25px; align-items: end; gap: 10px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 48px, rgba(7,27,36,.06) 49px); }
.spark-bar { flex: 1; min-height: 8px; background: linear-gradient(to top, var(--ink-3), #5f8c96); }
.spark-labels { display: flex; padding-top: 8px; justify-content: space-between; color: var(--muted); font-size: 8px; }
.activity-list { list-style: none; margin: 0; padding: 0; }
.activity-list li { display: grid; padding: 12px 0; grid-template-columns: 9px 1fr auto; gap: 10px; align-items: start; border-bottom: 1px solid var(--line); font-size: 11px; }
.activity-list i { width: 7px; height: 7px; margin-top: 6px; border-radius: 50%; background: var(--gold-deep); }
.activity-list small { color: var(--muted); }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); background: white; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.admin-table th { padding: 12px 14px; color: var(--muted); background: #f6f7f4; font-size: 8px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.admin-table td { padding: 13px 14px; border-top: 1px solid var(--line); white-space: nowrap; }
.admin-table td.wrap { min-width: 230px; white-space: normal; }
.admin-table button { margin-right: 5px; padding: 6px 9px; border: 1px solid var(--line); background: white; font-size: 9px; cursor: pointer; }
.admin-table button.danger { color: var(--danger); }
.status-pill { display: inline-block; padding: 5px 8px; border-radius: 14px; color: #3f655a; background: #e6f1eb; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.status-pill.pending, .status-pill.open, .status-pill.new { color: #866320; background: #f5edda; }
.admin-toolbar { display: flex; margin-bottom: 16px; align-items: center; justify-content: space-between; gap: 15px; }
.admin-toolbar p { margin: 0; color: var(--muted); }
.admin-form { display: grid; padding: 25px; grid-template-columns: repeat(2, 1fr); gap: 17px; border: 1px solid var(--line); background: white; }
.admin-form .wide { grid-column: 1 / -1; }
.admin-form label { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-form input, .admin-form select, .admin-form textarea { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid var(--line); outline: none; background: white; }
.admin-form textarea { min-height: 90px; resize: vertical; }
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus { border-color: var(--gold-deep); }
.admin-form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 8px; }
.admin-form-actions button { padding: 10px 16px; border: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.admin-form-actions button[type=submit] { color: white; background: var(--ink); }
.admin-section-title { grid-column: 1 / -1; margin: 8px 0 -2px; padding-top: 18px; border-top: 1px solid var(--line); font: 22px/1.2 var(--display); color: var(--ink); letter-spacing: -.02em; text-transform: none; }
.admin-section-title:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.admin-locale-panel { border: 1px solid var(--line); background: #fafaf7; }
.admin-locale-panel summary { padding: 14px 16px; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.admin-locale-panel[open] summary { border-bottom: 1px solid var(--line); background: white; }
.admin-locale-fields { display: grid; padding: 17px; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.admin-locale-fields label:nth-last-child(-n+3) { grid-column: 1 / -1; }
.admin-media-grid { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr); gap: 18px; }
.admin-media-card { padding: 24px; border: 1px solid var(--line); background: white; }
.admin-media-card h2 { margin-bottom: 6px; font: 25px var(--display); }
.admin-media-card > p { color: var(--muted); font-size: 12px; }
.admin-media-preview { position: relative; min-height: 220px; display: grid; margin: 18px 0; place-items: center; overflow: hidden; background: #111; border: 1px solid var(--line); }
.admin-media-preview.cover { min-height: 270px; }
.admin-media-preview img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.admin-media-preview.logo img { width: min(220px, 70%); height: auto; min-height: 0; object-fit: contain; }
.admin-media-card input[type=file] { width: 100%; padding: 11px; border: 1px dashed #9a9e96; background: #f7f7f2; }
.admin-media-card button { margin-top: 10px; padding: 10px 15px; border: 0; color: white; background: var(--ink); font-weight: 800; cursor: pointer; }
.admin-media-card button:disabled { opacity: .5; cursor: wait; }
.admin-media-settings { margin-top: 18px; }
.admin-product-preview { min-height: 240px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: #eef0ec; }
.admin-product-preview img { width: 100%; height: 240px; object-fit: cover; }
.integration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.integration-card { padding: 22px; border: 1px solid var(--line); background: white; }
.integration-card h3 { margin: 10px 0 7px; font: 21px var(--display); }
.integration-card p { color: var(--muted); font-size: 11px; line-height: 1.6; }
.integration-state { display: inline-flex; padding: 5px 8px; border-radius: 13px; color: #3f655a; background: #e6f1eb; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.integration-state.pending { color: #866320; background: #f5edda; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-toggle { display: flex; padding: 20px; align-items: center; justify-content: space-between; border: 1px solid var(--line); background: white; }
.feature-toggle b { display: block; font: 18px var(--display); }
.feature-toggle small { color: var(--muted); }
.switch { position: relative; width: 44px; height: 24px; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 14px; background: #bdc5c4; cursor: pointer; transition: .2s; }
.switch span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; transition: .2s; }
.switch input:checked + span { background: var(--success); }
.switch input:checked + span::after { transform: translateX(20px); }
.admin-empty { padding: 70px 20px; color: var(--muted); text-align: center; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; }
  .experience-track { grid-template-columns: repeat(4, 310px); margin-right: -32px; padding-right: 32px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .article-card:first-child { grid-column: 1 / -1; min-height: 430px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 82px 0; }
  .announcement-inner { justify-content: space-between; }
  .announcement-inner span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-header { height: 70px; }
  .member-login, .header-actions > .language-control svg { display: none; }
  .language-control { padding: 0; }
  .language-control select { width: 49px; }
  .hero { min-height: calc(100svh - 106px); }
  .hero-media { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, #050505, rgba(5,5,5,.2)), linear-gradient(0deg, #050505, transparent 58%); }
  .hero-content { padding: 80px 0 130px; }
  .hero h1 { font-size: clamp(58px, 16vw, 84px); }
  .hero-copy { font-size: 15px; }
  .hero-foot { bottom: 20px; }
  .scroll-cue { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(255,255,255,.1); }
  .stat:nth-child(2) { border-right: 0; }
  .editorial-grid, .finder-layout, .voices-layout, .faq-layout, .newsletter-inner { grid-template-columns: 1fr; gap: 55px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.accent { transform: none; }
  .member-assurance { align-items: flex-start; flex-direction: column; gap: 12px; }
  .club-map { height: 420px; }
  .club-results { grid-template-columns: repeat(2, 1fr); }
  .voices-layout { gap: 40px; }
  .newsletter-inner form { max-width: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: fixed; z-index: 30; width: 250px; transform: translateX(-105%); transition: transform .25s; }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-menu-toggle { display: inline-block; margin-right: 10px; border: 0; background: transparent; }
  .admin-topbar { padding: 22px; }
  .admin-content { padding: 22px; }
  .admin-grid, .admin-media-grid { grid-template-columns: 1fr; }
  .integration-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .announcement { font-size: 9px; }
  .announcement a { flex: none; }
  .brand b { font-size: 13px; }
  .brand small { font-size: 6px; }
  .brand-logo { width: 32px; height: 32px; }
  .header-actions { gap: 0; }
  .header-actions .icon-btn { width: 36px; }
  .hero h1 { font-size: 57px; }
  .hero-copy { max-width: 92%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .snow-report b { font-size: 10px; }
  h2 { font-size: 42px; }
  .value-card { grid-template-columns: 35px 45px 1fr; gap: 12px; }
  .value-card > svg { width: 36px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .experience-track { grid-template-columns: repeat(4, 86vw); margin-right: -14px; padding-right: 14px; }
  .price-card { padding: 30px; }
  .shop-toolbar { align-items: stretch; flex-direction: column; }
  .inline-search { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 370px; }
  .quick-add { opacity: 1; transform: none; }
  .club-map { height: 340px; }
  .map-card { right: 15px; bottom: 15px; left: 15px; }
  .club-results { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: 1fr; }
  .article-card:first-child { grid-column: auto; }
  .article-card, .article-card:first-child { min-height: 400px; }
  #testimonialQuote > p { font-size: 27px; }
  .newsletter-inner form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
  .footer-bottom > div { gap: 12px; flex-wrap: wrap; }
  .chat-launcher span:last-child { display: none; }
  .chat-launcher { width: 52px; padding: 0; justify-content: center; }
  .chat-launcher .online-dot { position: absolute; top: 5px; right: 5px; }
  .chat-panel { right: 16px; bottom: 78px; height: min(580px, calc(100svh - 100px)); }
  .side-panel { padding: 0 22px; }
  .modal { padding: 42px 22px 26px; }
  .modal h2 { font-size: 36px; }
  .form-grid, .admin-form { grid-template-columns: 1fr; }
  .commerce-notice { grid-template-columns: auto 1fr; }
  .commerce-notice a { grid-column: 2; }
  .member-dashboard { grid-template-columns: 1fr; }
  .member-panel.wide { grid-column: auto; }
  .admin-locale-fields { grid-template-columns: 1fr; }
  .admin-locale-fields label { grid-column: auto !important; }
  .form-grid .wide, .admin-form .wide { grid-column: auto; }
  .metric-grid, .feature-grid { grid-template-columns: 1fr; }
  .admin-login { padding: 14px; }
  .admin-login-card { padding: 32px 22px; }
  .admin-user { display: none; }
}

/* Premium motion and live administration */
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: calc(var(--scroll-progress, 0) * 100%); height: 3px; pointer-events: none; background: linear-gradient(90deg, #fff48a, var(--gold), #d6c000); box-shadow: 0 0 18px rgba(255,229,0,.65); transition: width .08s linear; }
.hero-media { transform: translate3d(0,var(--hero-shift,0),0) scale(1.075); will-change: transform; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.86) contrast(1.06); }
.hero::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 23%, rgba(203,245,255,.13), transparent 21%), linear-gradient(115deg, transparent 38%, rgba(255,255,255,.055) 50%, transparent 62%); mix-blend-mode: screen; animation: alpineLight 10s ease-in-out infinite alternate; }
@keyframes alpineLight { from { opacity: .45; transform: translateX(-3%); } to { opacity: .85; transform: translateX(3%); } }
.hero-content > * { animation: premiumRise .9s cubic-bezier(.2,.8,.2,1) both; }
.hero-content > *:nth-child(2) { animation-delay: .08s; }
.hero-content > *:nth-child(3) { animation-delay: .16s; }
.hero-content > *:nth-child(4) { animation-delay: .24s; }
@keyframes premiumRise { from { opacity:0; transform:translateY(28px); clip-path:inset(0 0 100% 0); } to { opacity:1; transform:none; clip-path:inset(0); } }
.experience-card,.product-card,.journal-card,.pricing-card,.club-result,.admin-card { --mx:50%; --my:50%; transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, border-color .45s; }
.experience-card:hover,.product-card:hover,.journal-card:hover,.pricing-card:hover,.club-result:hover,.admin-card:hover { transform: translateY(-7px); box-shadow: 0 28px 75px rgba(4,22,29,.18); }
.product-card::after,.journal-card::after,.pricing-card::after,.club-result::after,.admin-card::after { content:''; position:absolute; z-index:4; inset:0; pointer-events:none; opacity:0; background:radial-gradient(circle at var(--mx) var(--my),rgba(255,255,255,.22),transparent 32%); transition:opacity .35s; }
.product-card:hover::after,.journal-card:hover::after,.pricing-card:hover::after,.club-result:hover::after,.admin-card:hover::after { opacity:1; }
.product-card,.journal-card,.pricing-card,.club-result,.admin-card { position:relative; overflow:hidden; }
.article-card:has(.article-media)::before { z-index:0; inset:0; width:auto; height:auto; border:0; border-radius:0; background:linear-gradient(0deg,rgba(5,12,15,.92),rgba(5,12,15,.14)); }
.article-card:has(.article-media) > *:not(.article-media) { position:relative; z-index:1; }
.reveal { clip-path: inset(0 0 12% 0); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1), clip-path .85s ease; }
.reveal.visible { clip-path: inset(0); }
.admin-sync { display:flex; align-items:center; gap:9px; margin-left:auto; margin-right:25px; padding:9px 13px; border:1px solid var(--line); border-radius:30px; background:white; color:#52656c; font-size:10px; font-weight:800; }
.admin-sync i { width:7px; height:7px; border-radius:50%; background:#2aa778; box-shadow:0 0 0 4px rgba(42,167,120,.12); }
.admin-sync.syncing i { background:#e0b800; animation:syncPulse .8s infinite alternate; }
@keyframes syncPulse { to { transform:scale(1.45); } }
.admin-json-editor textarea { min-height:590px; color:#d7e9e6; background:#071419; font:12px/1.65 Consolas,monospace; tab-size:2; }
.admin-media-library { margin-bottom:22px; }
.security-status-grid { display:grid; margin-bottom:22px; grid-template-columns:repeat(3,1fr); gap:18px; }
.security-controls { margin-bottom:22px; }
.security-playbook ol { padding-left:22px; color:#52656c; line-height:1.9; }
.email-verify-state { display:flex; margin-bottom:16px; padding:14px; flex-direction:column; border-left:4px solid #d6a500; background:#fff9dc; }
.email-verify-state.verified { border-color:#268b68; background:#eaf7f1; }
.email-verify-state span { margin-top:3px; color:#52656c; font-size:10px; }
.member-verify-form { display:grid; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid var(--line); gap:11px; }
.member-verify-form > div { display:flex; gap:8px; flex-wrap:wrap; }
.member-auth-link { grid-column:1/-1; padding:8px; border:0; color:#354c54; background:transparent; text-decoration:underline; cursor:pointer; }
.admin-media-preview video { width:100%; height:100%; object-fit:cover; }
.media-empty { display:grid; min-height:190px; place-items:center; color:#77878c; background:#e9eeec; font-size:11px; }
.legal-shell { width:min(880px,calc(100% - 40px)); margin:0 auto; padding:70px 0 110px; }
.legal-shell h1 { margin:10px 0 12px; font-size:clamp(44px,7vw,78px); }
.legal-shell section { padding:30px 0; border-top:1px solid var(--line); }
.legal-shell section h2 { font-size:31px; }
.legal-shell section p { color:#52656c; }
.legal-back { display:inline-block; margin-bottom:45px; font-size:11px; font-weight:800; }
.legal-updated { color:#77878c; }
@media(max-width:900px){.security-status-grid{grid-template-columns:1fr}.admin-sync{display:none}}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Policy pages */
.legal-page { min-height: 100vh; background: #f5f6f2; }
.legal-header { padding: 24px 0; border-bottom: 1px solid var(--line); background: white; }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.legal-header > .container > a:last-child { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-hero { padding: 90px 0 50px; color: white; background: var(--ink); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 7vw, 84px); }
.legal-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: #a7b7bb; font-size: 17px; }
.legal-content { display: grid; padding: 70px 0 100px; grid-template-columns: 220px minmax(0, 780px); gap: 80px; align-items: start; }
.legal-nav { position: sticky; top: 30px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.legal-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.legal-article section { margin-bottom: 48px; scroll-margin-top: 30px; }
.legal-article h2 { margin-bottom: 18px; font-size: 34px; }
.legal-article h3 { margin: 25px 0 8px; font: 23px var(--display); }
.legal-article p, .legal-article li { color: #52656c; }
.legal-article li { margin-bottom: 8px; }
.legal-note { padding: 18px; border-left: 3px solid var(--gold); background: white; }
@media (max-width: 700px) { .legal-content { grid-template-columns: 1fr; gap: 35px; } .legal-nav { position: static; } }
