
:root {
  --ink: #12171a;
  --ink-soft: #222a2e;
  --paper: #f1f0eb;
  --paper-warm: #e7e2d8;
  --ice: #8bcce8;
  --ice-bright: #b8e9fb;
  --heat: #ef7f35;
  --line: rgba(18, 23, 26, 0.15);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 790px;
  height: 100svh;
  max-height: 980px;
  color: #fff;
  background: #111618;
  isolation: isolate;
  overflow: hidden;
}

.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 12, 14, .96) 0%, rgba(8, 12, 14, .76) 38%, rgba(8, 12, 14, .1) 72%),
    linear-gradient(0deg, rgba(7, 12, 15, .85) 0%, transparent 36%);
}

.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
  pointer-events: none;
}

.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand-logo { display: block; width: 126px; height: 92px; object-fit: contain; mix-blend-mode: lighten; }

.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; letter-spacing: .08em; }
.desktop-nav > a:not(.nav-cta) { color: rgba(255,255,255,.7); transition: color .2s ease; }
.desktop-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 14px 21px; transition: background .2s ease, color .2s ease; }
.nav-cta:hover { background: #fff; color: var(--ink); }
.mobile-cta { display: none; }

.hero-content { height: calc(100% - 206px); display: flex; align-items: center; justify-content: space-between; gap: 56px; padding-bottom: 20px; }
.hero-copy { width: min(700px, 68%); }
.eyebrow, .section-kicker { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .21em; font-size: 10px; font-weight: 700; }
.eyebrow { color: rgba(255,255,255,.68); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 1px; background: var(--ice); box-shadow: 0 0 12px var(--ice); }
.hero h1 { margin: 0; max-width: 670px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 6.3vw, 92px); line-height: .97; letter-spacing: -.052em; font-weight: 400; text-wrap: balance; }
.hero h1 em { color: var(--ice-bright); font-weight: 400; }
.hero-lead { max-width: 585px; margin: 30px 0 0; font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.72); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 0 25px; border-radius: 2px; font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ice-bright); color: var(--ink); }
.button-primary:hover { background: #d4f3ff; }
.text-link { font-size: 11px; letter-spacing: .08em; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.8); }

.founder-note { width: 250px; align-self: flex-end; margin-bottom: 48px; padding: 23px 0 4px 25px; border-left: 1px solid rgba(184,233,251,.54); }
.founder-number { color: var(--ice-bright); font-family: Georgia, serif; font-size: 16px; }
.founder-note p { margin: 14px 0 8px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.founder-note strong { display: block; font-family: Georgia, serif; font-size: 19px; line-height: 1.3; font-weight: 400; }
.founder-note a { display: inline-block; margin-top: 18px; color: var(--ice-bright); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.experience-strip { position: absolute; bottom: 0; left: 0; right: 0; min-height: 94px; display: flex; align-items: center; background: rgba(10,15,18,.78); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(15px); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; white-space: nowrap; }
.strip-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 8px var(--ice); }

.ritual-section { padding: 120px 0 128px; background: var(--paper); }
.ritual-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 92px; margin-bottom: 64px; }
.section-kicker { color: #6f777a; }
.ritual-heading h2, .founder-copy-block h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 5vw, 67px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.ritual-heading > p { margin: 0 0 6px; max-width: 440px; color: #666d6f; font-size: 15px; line-height: 1.8; }
.experience-editorial { min-height: 475px; display: grid; grid-template-columns: 1.35fr .65fr; margin-bottom: 26px; background: #161d20; color: #fff; overflow: hidden; }
.experience-editorial > img { width: 100%; height: 100%; min-height: 475px; object-fit: cover; }
.editorial-copy { padding: 62px 48px 45px; display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 100% 10%, rgba(139,204,232,.13), transparent 46%); }
.editorial-copy blockquote { margin: 10px 0 50px; font-family: Georgia, serif; font-size: 31px; line-height: 1.3; font-weight: 400; letter-spacing: -.02em; }
.journey-steps { display: grid; gap: 14px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.journey-steps span { display: flex; gap: 15px; }
.journey-steps b { color: var(--ice-bright); font-weight: 400; }
.method-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 48px 0 22px; }
.method-heading .section-kicker { margin: 0; color: var(--ink); }
.method-heading > p:last-child { margin: 0; color: #747a7b; font-size: 12px; }
.method-flow { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.1); background: #080b0b; color: #fff; }
.method-card { position: relative; min-height: 345px; padding: 26px 22px 28px; border-right: 1px solid rgba(255,255,255,.13); overflow: hidden; }
.method-card:last-child { border-right: 0; }
.method-index { color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .12em; }
.method-icon { display: block; width: 92px; height: 72px; margin: 24px 0 17px -9px; object-fit: cover; }
.method-label { margin: 0 0 9px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.method-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.method-card > p:last-child { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.65; }
.benefit-block { margin-top: 72px; padding-top: 54px; border-top: 1px solid var(--line); }
.benefit-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.benefit-heading .section-kicker { margin: 0; }
.benefit-heading h3 { max-width: 520px; margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; text-align: right; }
.wellness-benefits { display: grid; grid-template-columns: repeat(5, 1fr); }
.wellness-benefits article { min-height: 210px; padding: 18px 22px 20px; border-left: 1px solid var(--line); }
.wellness-benefits article:first-child { border-left: 0; }
.wellness-icon { display: block; min-height: 58px; color: var(--heat); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.wellness-benefits article:nth-child(2) .wellness-icon { color: #4f9ed0; }
.wellness-benefits article:nth-child(3) .wellness-icon { color: #42a0a7; }
.wellness-benefits article:nth-child(4) .wellness-icon { color: var(--heat); }
.wellness-benefits article:nth-child(5) .wellness-icon { color: #7756a8; font-size: 28px; letter-spacing: -7px; }
.wellness-benefits h4 { margin: 0 0 12px; font-size: 10px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.wellness-benefits p { margin: 0; color: #73797a; font-size: 10px; line-height: 1.6; }
.wellness-note { margin: 20px 0 0; color: #979b9b; font-size: 8px; letter-spacing: .04em; }

.project-section { padding: 120px 0 110px; background: #101619; color: #fff; }
.project-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 92px; margin-bottom: 58px; }
.project-heading h2 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 5vw, 67px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.project-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 360px 300px 300px; gap: 14px; }
.project-card { position: relative; margin: 0; overflow: hidden; background: #080c0e; }
.project-card-large { grid-row: span 2; }
.project-card-wide { grid-column: 1 / -1; }
.project-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.project-card:hover > img { transform: scale(1.025); filter: brightness(1.08); }
.project-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(0deg, rgba(5,9,11,.9), transparent); pointer-events: none; }
.project-card figcaption { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-items: start; }
.project-card figcaption > span { color: var(--ice-bright); font-family: Georgia, serif; font-size: 12px; }
.project-card figcaption strong { display: block; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.project-card figcaption p { margin: 6px 0 0; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .04em; }
.project-disclaimer { margin-top: 18px; color: rgba(255,255,255,.32); font-size: 9px; letter-spacing: .06em; }

.real-experience { margin-top: 96px; padding-top: 74px; border-top: 1px solid rgba(255,255,255,.12); }
.real-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: end; margin-bottom: 36px; }
.real-heading .section-kicker { margin: 0; }
.real-heading h3 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; font-weight: 400; letter-spacing: -.03em; }
.real-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: 275px 275px 320px; gap: 12px; }
.real-card { position: relative; margin: 0; overflow: hidden; background: #080c0e; }
.real-card-tall { grid-row: span 2; }
.real-card-wide { grid-column: 1 / -1; }
.real-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.real-card:hover img { transform: scale(1.025); }
.real-card::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(5,9,11,.78), transparent); }
.real-card figcaption { position: absolute; z-index: 1; left: 22px; bottom: 20px; font-family: Georgia, serif; font-size: 20px; }
.reference-note { margin: 17px 0 0; color: rgba(255,255,255,.32); font-size: 9px; line-height: 1.6; letter-spacing: .05em; }

.location-section { padding: 120px 0; background: var(--paper); }
.club-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 92px; align-items: end; margin-bottom: 52px; }
.club-heading h2 { max-width: 720px; margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 67px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.club-heading > p { margin: 0 0 6px; color: #666d6f; font-size: 15px; line-height: 1.8; }
.club-gallery { display: grid; grid-template-columns: 1.45fr .78fr .78fr; gap: 12px; height: 500px; }
.club-gallery figure { position: relative; margin: 0; overflow: hidden; background: #111; }
.club-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.club-gallery figure:hover img { transform: scale(1.025); }
.club-gallery figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(5,9,11,.8), transparent); }
.club-gallery figcaption { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 19px; color: #fff; font-family: Georgia, serif; font-size: 18px; }
.club-sign img { object-position: center; }
.map-card { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 430px; margin-top: 72px; background: #12191c; color: #fff; overflow: hidden; }
.map-copy { padding: 52px 48px; }
.map-copy .section-kicker { color: var(--ice-bright); }
.map-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 37px; line-height: 1.12; font-weight: 400; }
.map-copy address { margin: 28px 0 34px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; font-style: normal; }
.map-button { width: fit-content; border: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; }
.map-button:hover { background: #fff; color: var(--ink); }
.map-card iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: grayscale(.28) contrast(.95); }

.founder-section { position: relative; padding: 125px 0; background: #101619; color: #fff; overflow: hidden; }
.founder-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 95px; align-items: start; }
.section-kicker.light { color: var(--ice-bright); }
.founder-copy-block h2 { max-width: 650px; font-size: clamp(46px, 5.4vw, 72px); }
.founder-intro { max-width: 570px; margin: 28px 0 34px; color: rgba(255,255,255,.62); line-height: 1.8; font-size: 15px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--ice-bright); }
.benefit-list { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.18); }
.benefit-item { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.benefit-item > span { color: var(--ice); font-family: Georgia, serif; }
.benefit-item strong { display: block; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.benefit-item p { margin: 7px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.65; }
.availability { margin: 22px 0 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.7); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: var(--heat); box-shadow: 0 0 12px var(--heat); }
.founder-glow { position: absolute; border-radius: 50%; filter: blur(130px); opacity: .14; }
.founder-glow-hot { width: 360px; height: 360px; background: var(--heat); left: -140px; bottom: -80px; }
.founder-glow-cold { width: 430px; height: 430px; background: var(--ice); right: -180px; top: -90px; }

.founder-form { padding: 42px 42px 34px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.28); }
.form-heading { padding-bottom: 28px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-heading > p { margin: 0 0 9px; color: #70858e; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.form-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 36px; font-weight: 400; letter-spacing: -.025em; }
.form-heading > span { display: block; margin-top: 9px; color: #757c7f; font-size: 11px; }
.founder-form > label, .form-row label { display: grid; gap: 8px; margin-bottom: 18px; }
.founder-form label > span:not(.consent-field span), .form-row label > span { color: #545c60; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.founder-form input:not([type="checkbox"]), .founder-form select { width: 100%; height: 49px; padding: 0 14px; border: 1px solid rgba(18,23,26,.18); border-radius: 0; outline: none; background: rgba(255,255,255,.54); color: var(--ink); font: inherit; font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.founder-form input:focus, .founder-form select:focus { border-color: #5ba5c4; box-shadow: 0 0 0 3px rgba(139,204,232,.18); }
.founder-form input::placeholder { color: #a2a5a5; }
.form-row { display: grid; grid-template-columns: .78fr 1.22fr; gap: 14px; }
.consent-field { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 11px !important; margin: 5px 0 22px !important; cursor: pointer; }
.consent-field input { margin: 2px 0 0; accent-color: #528fa9; }
.consent-field span { color: #6f7577 !important; font-size: 10px !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; border: 0; background: var(--ink); color: #fff; justify-content: space-between; cursor: pointer; }
.form-submit:hover { background: #27343a; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-feedback { min-height: 28px; }
.form-feedback p { margin: 13px 0 0; font-size: 11px; line-height: 1.5; }
.success-message { color: #357050; }
.error-message { color: #9d472d; }
.error-message a { text-decoration: underline; }
.form-trust { margin: 2px 0 0; text-align: center; color: #8d9293; font-size: 8px; letter-spacing: .05em; }
.floating-cta { display: none; }

.site-footer { background: #0b1012; color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer .brand-logo { width: 142px; height: 118px; }
.footer-inner > p { margin: 0; color: rgba(255,255,255,.35); font-family: Georgia, serif; font-size: 13px; font-style: italic; letter-spacing: .08em; }
.footer-links { display: flex; gap: 25px; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: var(--ice-bright); }

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 720px); }
  .hero { min-height: 760px; height: 100svh; max-height: 900px; }
  .desktop-nav { display: none; }
  .mobile-cta { display: inline-flex; border: 1px solid rgba(255,255,255,.4); padding: 11px 14px; border-radius: 999px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
  .hero-content { height: calc(100% - 200px); }
  .hero-copy { width: 100%; }
  .founder-note { display: none; }
  .ritual-heading { grid-template-columns: 1fr; gap: 28px; }
  .experience-editorial { grid-template-columns: 1fr; }
  .experience-editorial > img { min-height: 390px; }
  .editorial-copy { min-height: 340px; }
  .method-flow { grid-template-columns: repeat(2, 1fr); }
  .method-card { border-bottom: 1px solid var(--line); }
  .method-card:nth-child(2n) { border-right: 0; }
  .method-card:last-child { border-bottom: 0; }
  .wellness-benefits { grid-template-columns: repeat(2, 1fr); }
  .wellness-benefits article { border-bottom: 1px solid var(--line); }
  .founder-layout { grid-template-columns: 1fr; gap: 68px; }
  .club-heading { grid-template-columns: 1fr; gap: 28px; }
  .club-gallery { grid-template-columns: 1.2fr .8fr; grid-template-rows: 300px 260px; height: auto; }
  .club-sign { grid-column: 1 / -1; }
  .map-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 520px); }
  .site-header { height: 88px; }
  .brand-logo { width: 92px; height: 72px; }
  .hero { min-height: 720px; }
  .hero-photo { object-position: 57% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,12,14,.93), rgba(8,12,14,.42)), linear-gradient(0deg, rgba(8,12,14,.92), transparent 48%); }
  .hero-content { align-items: flex-end; height: calc(100% - 170px); padding-bottom: 128px; }
  .hero h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero-lead { font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; margin-top: 28px; }
  .button { width: 100%; justify-content: space-between; }
  .experience-strip { min-height: 78px; overflow: hidden; }
  .strip-inner { width: max-content; padding-left: 14px; animation: ticker 18s linear infinite; }
  .ritual-section { padding: 85px 0 90px; }
  .ritual-heading { margin-bottom: 42px; }
  .experience-editorial > img { min-height: 310px; }
  .editorial-copy { min-height: 330px; padding: 42px 28px 34px; }
  .editorial-copy blockquote { font-size: 27px; }
  .ritual-heading h2, .founder-copy-block h2 { font-size: 42px; }
  .method-heading, .benefit-heading { align-items: flex-start; flex-direction: column; }
  .method-heading > p:last-child { max-width: 320px; line-height: 1.6; }
  .method-flow { grid-template-columns: 1fr; }
  .method-card { min-height: 255px; border-right: 0; }
  .method-card:nth-child(2n) { border-right: 0; }
  .benefit-heading h3 { font-size: 29px; text-align: left; }
  .wellness-benefits { grid-template-columns: 1fr; }
  .wellness-benefits article { min-height: 165px; border-left: 0; }
  .project-section { padding: 85px 0 78px; }
  .project-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 40px; }
  .project-heading h2 { font-size: 42px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 280px); gap: 10px; }
  .project-card-large, .project-card-wide { grid-row: auto; grid-column: auto; }
  .project-card figcaption { left: 20px; right: 20px; bottom: 20px; }
  .real-experience { margin-top: 68px; padding-top: 54px; }
  .real-heading { grid-template-columns: 1fr; gap: 20px; }
  .real-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .real-card-tall, .real-card-wide { grid-row: auto; grid-column: auto; }
  .location-section { padding: 84px 0; }
  .club-heading h2 { font-size: 42px; }
  .club-gallery { grid-template-columns: 1fr; grid-template-rows: 250px 300px 300px; }
  .club-sign { grid-column: auto; }
  .map-card { margin-top: 48px; }
  .map-copy { padding: 42px 28px; }
  .map-copy h3 { font-size: 32px; }
  .map-card iframe { min-height: 360px; }
  .founder-section { padding: 90px 0; }
  .founder-layout { gap: 52px; }
  .founder-form { padding: 34px 24px 28px; margin: 0 -2px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .floating-cta { position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 0 18px; background: var(--ice-bright); color: var(--ink); box-shadow: 0 10px 38px rgba(0,0,0,.3); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .footer-inner { padding: 42px 0; align-items: flex-start; flex-direction: column; }
  .footer-inner > p { display: none; }
  .footer-links { flex-direction: column; gap: 10px; }
}

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

@keyframes ticker { to { transform: translateX(-48%); } }
