/* ============================================================
   TA Club — Public Website
   Premium membership marketing site. Serif (Tex Gyre Termes)
   display type, navy + gold gradients, cream sections.
   Built on Bootstrap 5. Zero-build.
   ============================================================ */

/* ---- Tex Gyre Termes (self-hosted serif) — headings ---- */
@font-face { font-family:'Tex Gyre Termes'; font-style:normal; font-weight:400; font-display:swap; src:url('/assets/fonts/tgt-regular.woff2') format('woff2'); }
@font-face { font-family:'Tex Gyre Termes'; font-style:italic; font-weight:400; font-display:swap; src:url('/assets/fonts/tgt-italic.woff2') format('woff2'); }
@font-face { font-family:'Tex Gyre Termes'; font-style:normal; font-weight:700; font-display:swap; src:url('/assets/fonts/tgt-bold.woff2') format('woff2'); }
@font-face { font-family:'Tex Gyre Termes'; font-style:italic; font-weight:700; font-display:swap; src:url('/assets/fonts/tgt-bolditalic.woff2') format('woff2'); }

/* ---- Avenir (self-hosted) — body / UI ---- */
@font-face { font-family:'Avenir'; font-style:normal; font-weight:300; font-display:swap; src:url('/assets/fonts/avenir-light.woff2') format('woff2'); }
@font-face { font-family:'Avenir'; font-style:normal; font-weight:400; font-display:swap; src:url('/assets/fonts/avenir-roman.woff2') format('woff2'); }
@font-face { font-family:'Avenir'; font-style:normal; font-weight:500; font-display:swap; src:url('/assets/fonts/avenir-medium.woff2') format('woff2'); }
@font-face { font-family:'Avenir'; font-style:normal; font-weight:600; font-display:swap; src:url('/assets/fonts/avenir-medium.woff2') format('woff2'); }
@font-face { font-family:'Avenir'; font-style:normal; font-weight:700; font-display:swap; src:url('/assets/fonts/avenir-heavy.woff2') format('woff2'); }
@font-face { font-family:'Avenir'; font-style:normal; font-weight:800; font-display:swap; src:url('/assets/fonts/avenir-black.woff2') format('woff2'); }

:root {
    --navy:        #162131;
    --navy-deep:   #0E1620;
    --navy-soft:   #1E2A3D;
    --gold:        #B6985D;
    --hero-heading-gold: #C59D57;
    --gold-light:  #E2CB94;
    --gold-mid:    #C8A968;
    --gold-dark:   #8A6E3B;
    --cream:       #F0EFED;
    --cream-2:     #E8E6E1;
    --ink:         #1A1A1A;
    --muted:       #6B7280;
    --line:        rgba(0,0,0,.10);

    --grad-gold:   linear-gradient(135deg, #E2CB94 0%, #C8A968 45%, #9A7D43 100%);
    --grad-gold-text: linear-gradient(90deg, #E2CB94 0%, #C8A968 50%, #9A7D43 100%);
    --font-serif:  'Tex Gyre Termes', 'Times New Roman', Georgia, serif;
    --font-sans:   'Avenir', 'Avenir Next', 'Segoe UI', system-ui, Helvetica, Arial, sans-serif;

    --bs-body-font-family: var(--font-sans);
}

* { -webkit-font-smoothing: antialiased; }
[x-cloak] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    color: var(--ink);
    background: var(--cream);
    font-size: 1rem;
    line-height: 1.6;
    overflow-x: hidden;
}
img { max-width: 100%; }

h1,h2,h3,h4,h5,.serif { font-family: var(--font-serif); font-weight: 700; letter-spacing: -.01em; color: var(--navy); }

.serif-i { font-style: italic; }

.tac-nav__auth { position:relative; }
.tac-nav__auth-menu { position:absolute; right:0; top:calc(100% + .55rem); min-width:248px; padding:.35rem .7rem; border-radius:.5rem; background:#101923; box-shadow:0 12px 28px rgba(0,0,0,.22); }
.tac-nav__auth-menu a { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.8rem .1rem; color:#fff; font-size:.82rem; text-decoration:none; white-space:nowrap; border-bottom:1px solid rgba(255,255,255,.1); }
.tac-nav__auth-menu a:last-child { border-bottom:0; }
.tac-nav__auth-menu a span { display:grid; gap:.2rem; }
.tac-nav__auth-menu a strong { font-size:.88rem; font-weight:600; }
.tac-nav__auth-menu a small { color:rgba(255,255,255,.58); font-size:.72rem; }
.tac-nav__auth-menu a b { color:var(--gold-light); font-size:1.25rem; font-weight:400; }
.tac-nav__auth-menu a:hover { color:#e2cb94; }
.ocard__brand { min-height:38px; display:flex; align-items:center; color:#142033; font-size:1rem; font-weight:700; }
.stack-card__club-name { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; z-index:2; color:#fff; font-family:Georgia,serif; font-size:clamp(1rem,2vw,1.45rem); text-align:center; text-shadow:0 1px 8px rgba(0,0,0,.55); pointer-events:none; }
a { color: inherit; }

/* ---- helpers ---- */
.eyebrow { font-family: var(--font-sans); font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 600; color: var(--gold); }
.eyebrow--light { color: #fff; }
.text-gold { color: var(--gold) !important; }
.text-gold-grad {
    background: var(--grad-gold-text); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.text-cream { color: var(--cream) !important; }
.text-muted2 { color: var(--muted) !important; }
.lead-2 { font-size: 1.05rem; color: rgba(255,255,255,.66); max-width: 620px; }
.section { padding: 5.5rem 0; }
.section-sm { padding: 3.5rem 0; }
.bg-cream { background: var(--cream); }
.bg-white { background: #fff; }
.container-tac { max-width: 1180px; }

/* ---- buttons ---- */
.btn-gold {
    background: var(--grad-gold); color: var(--navy-deep); border: none; font-weight: 600;
    border-radius: 8px; padding: .8rem 1.6rem; font-size: .92rem; letter-spacing: .01em;
    box-shadow: 0 6px 20px rgba(182,152,93,.28); transition: transform .15s, box-shadow .15s;
}
.btn-gold:hover { color: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(182,152,93,.36); }
.btn-ghost {
    background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); font-weight: 600;
    border-radius: 8px; padding: .75rem 1.5rem; font-size: .9rem;
}
.btn-ghost:hover { color: var(--navy-deep); background: #fff; border-color:#fff; }
.btn-outline-dark {
    background: transparent; color: var(--navy); border: 1px solid var(--navy); font-weight: 600;
    border-radius: 8px; padding: .75rem 1.5rem; font-size: .9rem;
}
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.link-gold { color: var(--gold); font-weight: 600; text-decoration: none; font-size: .9rem; display:inline-flex; align-items:center; gap:.4rem; }
.link-gold:hover { color: var(--gold-dark); }

/* ============================================================
   Branded Coming Soon page
   ============================================================ */
.coming-soon-page { background:var(--cream); }
.coming-soon-hero { display:flex; align-items:center; min-height:calc(100vh - 76px); padding:7rem 0; background:var(--navy); }
.coming-soon-shell { max-width:900px; margin:0 auto; padding:.65rem; border:1px solid rgba(226,203,148,.35); border-radius:20px; background:rgba(255,255,255,.055); box-shadow:0 24px 70px rgba(0,0,0,.2); }
.coming-soon-card { max-width:720px; margin:0 auto; padding:clamp(2.5rem, 6vw, 5rem) 2rem; text-align:center; }
.coming-soon-logo { width:min(235px, 70vw); height:auto; margin:0 auto 2.6rem; }
.coming-soon-kicker { margin:0 0 .9rem; color:var(--gold-light); font-size:.75rem; font-weight:600; letter-spacing:.25em; text-transform:uppercase; }
.coming-soon-card h1 { max-width:700px; margin:0 auto; color:#E2CB94; font-size:clamp(2.7rem, 6vw, 5rem); font-weight:400; line-height:1.05; }
.coming-soon-copy { max-width:570px; margin:1.5rem auto 0; color:#B6C0CB; font-size:1.03rem; line-height:1.75; }
.coming-soon-actions { display:flex; align-items:center; justify-content:center; gap:.85rem; margin-top:2.2rem; }
.coming-soon-actions a { display:inline-flex; align-items:center; justify-content:center; min-width:175px; min-height:46px; box-sizing:border-box; }
.coming-soon-actions .btn-ghost { color:#fff; border-color:rgba(255,255,255,.35); }
.coming-soon-actions .btn-ghost:hover { color:var(--navy-deep); }
@media (max-width:767px) {
    .coming-soon-hero { min-height:calc(100vh - 65px); padding:5rem 0; }
    .coming-soon-shell { border-radius:15px; }
    .coming-soon-actions { align-items:stretch; flex-direction:column; }
    .coming-soon-actions a { width:100%; }
}

/* ============================================================
   Navbar
   ============================================================ */
.tac-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .25s ease, box-shadow .25s ease; }
/* Solid navy bar once the page is scrolled (added by JS in the layout). */
.tac-nav.solid { background: var(--navy); box-shadow: 0 2px 20px rgba(0,0,0,.28); }
.tac-nav__inner { display: flex; align-items: center; gap: 2rem; height: 76px; }
.tac-nav__logo img { height: 36px; width: auto; }
.tac-nav__links { display: flex; align-items: center; gap: 2.4rem; margin: 0 auto; }
.tac-nav__links a { color: #7C8994; text-decoration: none; font-size: 1.05rem; font-weight: 300; letter-spacing: .01em; padding: .3rem 0; position: relative; }
.tac-nav__links a:hover, .tac-nav__links a.active { color: #fff; }
.tac-nav__links a.active::after { content:''; position:absolute; left:0; right:0; bottom:-4px; height:1.5px; background: var(--gold); }
.btn-ghost { border: 1px solid #7C8994; border-radius: 7px; color: #7C8994; font-weight: 400; font-size: .95rem; text-decoration: none; padding: .4rem 1.1rem; line-height: 1.2; white-space: nowrap; }
.btn-ghost:hover { color: var(--navy-deep); background:#fff; border-color:#fff; text-decoration: none; }

/* Mobile menu trigger (hidden on desktop) */
.tac-nav__burger {
    display: none; margin-left: auto; align-items: center; justify-content: center;
    width: 44px; height: 44px; padding: 0; border-radius: 10px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18);
    color: #E7ECF3; cursor: pointer; line-height: 0;
}
.tac-nav__burger:hover { background: rgba(255,255,255,.12); }

/* Full-screen overlay navigation — robust flex column: fixed top bar, then a
   flex-grow body that vertically centres the links + sign-in. */
.tac-overlay {
    position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column;
    background: linear-gradient(160deg, #162131 0%, #0B111A 100%);
}
.tac-overlay::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(70% 55% at 50% 34%, rgba(182,152,93,.14) 0%, rgba(182,152,93,0) 60%);
}
.tac-overlay__bar {
    position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between;
    padding: 1.7rem 1.25rem 1.1rem;
}
.tac-overlay__logo img { height: 36px; width: auto; }
.tac-overlay__close {
    width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18);
    color: #E7ECF3; cursor: pointer; padding: 0; line-height: 0;
}
.tac-overlay__close:hover { background: rgba(255,255,255,.12); }
.tac-overlay__body {
    position: relative; z-index: 1; flex: 1 1 auto; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 2.2rem; text-align: center;
    padding: 0 1.5rem 12vh;
}
.tac-overlay__links { display: flex; flex-direction: column; align-items: center; gap: .35rem; }
.tac-overlay__links a {
    font-family: var(--font-sans); font-weight: 300; font-size: clamp(1.75rem, 7.5vw, 2.5rem);
    color: #C7CED6; text-decoration: none; line-height: 1.45; letter-spacing: .01em;
    opacity: 0; transform: translateY(12px); animation: tac-ov-item .45s ease forwards;
    animation-delay: calc(.1s + var(--i) * .06s);
}
.tac-overlay__links a:hover, .tac-overlay__links a.active { color: var(--gold); }
.tac-overlay__signin {
    text-decoration: none; color: var(--navy-deep); background: var(--grad-gold);
    font-weight: 700; font-size: 1rem; border-radius: 9px; padding: .85rem 2.8rem;
    box-shadow: 0 8px 24px rgba(182,152,93,.3);
    opacity: 0; animation: tac-ov-item .45s ease forwards; animation-delay: .5s;
}
.tac-overlay__signin:hover { color: var(--navy-deep); filter: brightness(1.05); }
@keyframes tac-ov-item { to { opacity: 1; transform: translateY(0); } }

/* Enter / leave transitions for the overlay backdrop */
.tac-overlay--in { animation: tac-ov-fade .28s ease forwards; }
.tac-overlay--out { animation: tac-ov-fade .22s ease reverse forwards; }
@keyframes tac-ov-fade { from { opacity: 0; } to { opacity: 1; } }

/* Lock body scroll while the overlay is open */
body.nav-locked { overflow: hidden; }

@media (max-width: 991px){
    .tac-nav__links { display: none; }
    .tac-nav__signin { display: none; }
    .tac-nav__burger { display: inline-flex; }
}
@media (min-width: 992px){
    .tac-overlay { display: none !important; }
}

/* ---- Public mobile polish ---- */
/* Comfortable side gutters so content (nav logo/burger, forms, bands) never
   sits flush against the screen edge on phones/tablets. */
@media (max-width: 767px){
    .container, .container-tac { padding-left: 1.25rem; padding-right: 1.25rem; }
}
@media (max-width: 400px){
    .container, .container-tac { padding-left: 1rem; padding-right: 1rem; }
}
/* ---- Public tablet polish (768–991px) ---- */
@media (min-width: 768px) and (max-width: 991.98px){
    /* More breathing room from the screen edges on tablets. */
    .container, .container-tac { padding-left: 2rem; padding-right: 2rem; }
    /* "Let's Explore More" block: centre it (matching its subtitle) once the
       two-column partner form has stacked. */
    .partners-form-block { text-align: center !important; }
    .partners-explore { text-align: center; }
    .partners-form-block .link-gold { justify-content: center; }
}
/* Legal "Table of Contents": a horizontal chip strip on tablet/mobile instead
   of a tall sticky sidebar list. */
@media (max-width: 991.98px){
    .legal-toc { position: static; top: auto; display: flex; flex-wrap: wrap;
        gap: .5rem; margin-bottom: 1.25rem; }
    .legal-toc__head { flex: 0 0 100%; margin-bottom: .5rem; }
    .legal-toc__item { flex: 0 0 auto; border: 1px solid var(--line, #e6e0d6);
        border-radius: 999px; padding: .4rem .95rem; font-size: .82rem; }
    .legal-toc__item.is-active { background: var(--navy, #16202e);
        color: #fff; border-color: var(--navy, #16202e); }
}
/* Native <select> dropdown themed to the dark form so its options match the
   site instead of a stark white panel (the OS highlight colour stays native). */
.form-dark .form-select option { background: #16202E; color: #fff; }
.form-dark .form-select option:checked { background: var(--gold); color: var(--navy-deep); }

/* ============================================================
   Hero / dark sections — rich gradients
   ============================================================ */
.hero {
    position: relative; color: #fff; overflow: hidden;
    background-color: #0E1620;
    background-image: url('/assets/bg2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero::before {
    content:''; position:absolute; inset:0; pointer-events:none;
    background: radial-gradient(70% 60% at 50% 45%, rgba(9,14,22,0) 0%, rgba(9,14,22,.35) 100%);
}
.hero__inner { position: relative; z-index: 1; padding: 10rem 0 7rem; }
.hero .hero-eyebrow { color: #fff; font-size: .82rem; letter-spacing: .26em; font-weight: 400; display:inline-flex; align-items:center; gap:.7rem; }
.hero .hero-eyebrow b { color: var(--gold); font-weight: 700; }
.hero h1 { color: var(--hero-heading-gold); font-size: clamp(3rem, 6.2vw, 5.3rem); line-height: 1.08; font-weight: 400; }
.hero h1 .serif-i { font-weight: 700; }
.hero p { color: #7C8994; max-width: 672px; margin: 1.6rem auto 0; font-size: 1.12rem; line-height: 1.54; }
@media (max-width: 575px){
    .hero__inner { padding: 8rem 0 5rem; }
    .hero .hero-eyebrow { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; font-size: .68rem; letter-spacing: .16em; }
    .hero p { font-size: 1rem; }
}
.hero--center { text-align: center; }
.hero--center p { margin-left:auto; margin-right:auto; }
.btn-explore { display:inline-block; text-decoration:none; background: linear-gradient(90deg, #DFB788 0%, #9B7546 100%); color:#1A1A1A; font-weight:800; font-size:1.15rem; border:none; border-radius:9px; padding:1rem 1.8rem; box-shadow:0 4px 16px -4px rgba(10,15,23,.3); }
.btn-explore:hover { color:#1A1A1A; text-decoration:none; filter:brightness(1.04); }

.section-dark {
    position: relative; color: #fff; overflow: hidden;
    background:
        radial-gradient(80% 60% at 50% -10%, rgba(182,152,93,.12) 0%, rgba(182,152,93,0) 60%),
        linear-gradient(160deg, #162131 0%, #0E1620 100%);
}
.section-dark h2, .section-dark h3 { color: #fff; }

/* gold hairline divider */
.gold-rule { width: 64px; height: 2px; background: var(--grad-gold); border: none; opacity: 1; margin: 1.2rem 0; }
.gold-rule--center { margin: 1.2rem auto; }

/* ============================================================
   Feature / privilege icon items
   ============================================================ */
.feature { text-align: center; }
.feature__ic {
    width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 1rem; display: grid; place-items: center;
    color: var(--gold); border: 1px solid rgba(182,152,93,.35);
    background: linear-gradient(160deg, rgba(182,152,93,.10), rgba(182,152,93,.02));
}
.feature h4 { font-size: 1.15rem; margin: 0 0 .5rem; }
.feature p { color: var(--muted); font-size: .92rem; margin: 0; }
.priv-cats { background: #EDECEA; padding: 7.25rem 0 6.75rem; text-align:center; }
.priv-cats .container-tac { max-width: 1500px; }
.priv-cats h2 { max-width:1050px; font-size: clamp(2.1rem, 3.3vw, 3.1rem); font-weight: 400; line-height:1.1; color:var(--navy); margin:.75rem auto 0; }
.priv-cats .cat-row { display:flex; max-width:1050px; gap:.5rem; margin:4.25rem auto 0; }
.privilege { flex:1; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; gap:.9rem; color:inherit; text-decoration:none; cursor:pointer; transition:transform .18s ease, opacity .18s ease; }
.privilege:hover { color:inherit; opacity:.78; transform:translateY(-3px); }
.privilege img { width: 84px; height: 62px; object-fit:contain; }
.privilege span { width:84px; font-family: 'Avenir', var(--font-sans); font-size: .74rem; line-height:1.2; letter-spacing: .06em; color: #1A1A1A; font-weight: 700; text-align:center; text-transform: uppercase; }
@media (max-width: 767px){
    .priv-cats { padding: 4rem 0 4.5rem; }
    .priv-cats h2 { font-size: clamp(1.85rem, 8vw, 2.4rem); }
    .priv-cats .cat-row { display:grid; grid-template-columns:1fr 1fr; gap:2.6rem 1rem; margin-top:2.8rem; }
    .privilege { flex:none; }
    .privilege img { width:72px; height:54px; }
    .privilege span { width:72px; font-size:.68rem; }
}

/* community split (cream / white halves, text top + photo bottom) */
.community-split .cs-half { display: flex; flex-direction: column; min-height: 100%; }
.community-split .cs-cream { background: #ECEBEA; }
.community-split .cs-white { background: #fff; }
.community-split .cs-text { padding: 3.5rem 5.1rem; flex: 1; display:flex; flex-direction:column; justify-content:center; gap:1.4rem; }
.community-split .cs-text h2 { font-size: clamp(2.1rem, 3.3vw, 3.1rem); font-weight: 400; line-height: 1.12; color:#1A1A1A; margin:0; }
.community-split .cs-text p { color: #1A1A1A; margin:0; font-size: 1.18rem; line-height: 1.3; }
.community-split .cs-img { width: 100%; height: 420px; object-fit: cover; display: block; }
@media (max-width: 767px){ .community-split .cs-text { padding: 2.5rem 1.5rem; } .community-split .cs-img { height: 280px; } }

/* gold text CTA with arrow */
.cta-g { color: var(--gold); font-weight: 800; font-size: 1.15rem; text-decoration: none; display: inline-flex; align-items: center; gap: .55rem; letter-spacing: .02em; }
.cta-g:hover { color: var(--gold-dark); }
.cta-g .ar { font-size: 1rem; }

/* ============================================================
   Membership tier cards
   ============================================================ */
/* membership tiers band */
.tiers-band { padding: 5.5rem 0 6rem; color: #fff; text-align: center;
    background-color: #0E1620;
    background-image: url('/assets/bg2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
.tier-img { width: 100%; height: auto; display: block; border-radius: 16px; box-shadow: 0 18px 44px rgba(0,0,0,.5); }
/* Below lg the tiers are 2-per-row (col-6); centre the lone 5th (odd) card. */
@media (max-width: 991px){
    .tiers-band .row > [class*="col-"]:last-child:nth-child(odd) { margin-left: auto; margin-right: auto; }
}
.tiers-band h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.16; }
.tiers-band .tb-sub { color: #818D97; max-width: 560px; margin: 1rem auto 0; font-size: 1.05rem; line-height: 1.52; }

.tier-card {
    border-radius: 16px; padding: 1.4rem 1.35rem 1.35rem; min-height: 300px; position: relative; overflow: hidden;
    display: flex; flex-direction: column; text-align: left;
    box-shadow: 0 18px 44px rgba(0,0,0,.5);
}
.tier-card .tname { font-family: var(--font-serif); font-weight: 700; font-size: 1.2rem; letter-spacing: .04em; line-height:1.1; }
.tier-card .tsub  { font-size: .82rem; opacity: .72; margin-top: .15rem; }
.tier-card .tmini { margin-top: auto; border-radius: 11px; padding: .85rem .9rem; min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; }
.tier-card .tmini small { font-size: .5rem; letter-spacing: .2em; opacity: .8; font-family: var(--font-serif); }
.tier-card .tmini .nm { font-family: var(--font-serif); font-weight: 700; font-size: .95rem; letter-spacing: .06em; }
.tier-card .tmini .mrow { display:flex; align-items:center; justify-content:space-between; }
.tier-card .tmini .ch { width: 26px; height: 18px; border-radius: 3px; background: rgba(255,255,255,.3); }
/* container colours */
.tier-card--classic  { background:#fff; color:#1A1A1A; }
.tier-card--silver   { background:#F4F5F7; color:#1A1A1A; }
.tier-card--gold     { background: linear-gradient(160deg, #E7C76B, #B6985D); color:#4A3B16; }
.tier-card--platinum { background: linear-gradient(160deg, #28384F, #15202F); color:#fff; }
.tier-card--black    { background: linear-gradient(160deg, #232323, #050505); color:#D9C48E; }
/* mini-card colours */
.tmini--classic  { background: linear-gradient(150deg, #28384F, #15202F); color:#fff; }
.tmini--silver   { background: linear-gradient(150deg, #D9DDE2, #A9B0BB); color:#2E333B; }
.tmini--gold     { background: linear-gradient(150deg, #F0D58A, #C8A24C); color:#4A3B16; }
.tmini--platinum { background: linear-gradient(150deg, #3A4D69, #1B2838); color:#E2E8F0; }
.tmini--black    { background: linear-gradient(150deg, #333, #0A0A0A); color:#D9C48E; }
.tier-card--classic .chip, .tier-card--silver .chip, .tier-card--gold .chip { background: rgba(0,0,0,.18); }

/* ============================================================
   Featured offers (live, home)
   ============================================================ */
.feat-offers { background:#EDECEA; padding: 4.5rem 0 5rem; text-align:center; }
.feat-offers h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); color:#1A1A1A; margin:.6rem 0 0; }
.feat-offers .fo-sub { color:#5B6470; max-width: 560px; margin: 1rem auto 0; font-size: 1.02rem; line-height: 1.52; }
.fo-card { background:#fff; border-radius:16px; overflow:hidden; height:100%; display:flex; flex-direction:column;
    box-shadow: 0 14px 36px rgba(0,0,0,.08); }
.fo-card__media { height: 180px; background-color:#0E1620; background-size:cover; background-position:center; }
.fo-card__body { padding: 1.2rem 1.3rem 1.4rem; display:flex; flex-direction:column; gap:.35rem; }
.fo-card__cat { font-size:.68rem; letter-spacing:.16em; font-weight:800; color:var(--gold); }
.fo-card__brand { font-size:.82rem; color:#5B6470; font-weight:600; }
.fo-card__title { font-size:1.05rem; color:#1A1A1A; font-weight:600; line-height:1.3; margin:0; }

/* ============================================================
   Steps
   ============================================================ */
.steps-band { background: #EDECEA; padding: 3.8rem 0 3.5rem; text-align: center; }
.steps-band h2 { font-size: clamp(2.2rem, 3.5vw, 2.7rem); font-weight: 400; color:#1A1A1A; }
.steps-row { display: flex; align-items: stretch; gap: 0; margin-top: 1.5rem; }
.steps-row .step { flex: 1; padding: 2rem; }
.steps-row .divider { width: 1px; background: rgba(26,26,26,.14); align-self: stretch; margin: 1rem 0; }
.step { text-align: center; }
.step__num {
    width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 1rem; display: grid; place-items: center;
    background: #B6985D; color: #fff; font-weight: 700; font-size: 1.35rem;
}
.step h4 { font-size: 1rem; margin: 0 0 .5rem; font-family: var(--font-sans); font-weight: 700; color:#1A1A1A; }
.step p { color: #1A1A1A; font-size: .88rem; margin: 0 auto; max-width: 240px; line-height:1.3; }
@media (max-width: 767px){ .steps-row { flex-direction: column; } .steps-row .divider { width: auto; height: 1px; margin: 0 2rem; } }

/* ============================================================
   Offer cards (public)
   ============================================================ */
.offer-card { background:#fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.10); height:100%; }
.offer-card__media { height: 150px; background: linear-gradient(135deg, var(--navy-soft), var(--navy)); position: relative; }
.offer-card__cat { position:absolute; top:.7rem; left:.7rem; background: rgba(255,255,255,.9); color: var(--navy); font-size:.64rem; font-weight:700; padding:.2rem .55rem; border-radius:999px; letter-spacing:.04em; }
.offer-card__body { padding: 1.1rem 1.2rem 1.3rem; }
.offer-card__body .m { font-size:.72rem; color:var(--gold-dark); font-weight:700; letter-spacing:.04em; }
.offer-card__body h4 { font-size: 1.05rem; margin:.25rem 0 .5rem; }
.offer-card__save { display:inline-block; background: rgba(182,152,93,.14); color: var(--gold-dark); font-size:.72rem; font-weight:700; padding:.2rem .6rem; border-radius:999px; }

/* ---- form (dark) ---- */
.form-dark .form-control, .form-dark .form-select {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); color: #fff;
    border-radius: 9px; padding: .8rem 1rem; font-size: .9rem;
}
.form-dark .form-control::placeholder { color: rgba(255,255,255,.4); }
.form-dark .form-control:focus, .form-dark .form-select:focus { background: rgba(255,255,255,.08); border-color: var(--gold); box-shadow:none; color:#fff; }
/* Let Cloudflare's flexible Turnstile size use the full width of its form column. */
.ta-turnstile, .ta-turnstile > div { width:100%; max-width:100%; }
/* Consent checkbox — Bootstrap ticks it its own blue, which is the one colour
   this palette never uses. */
.form-dark .form-check-input { background-color: rgba(255,255,255,.05); border-color: rgba(255,255,255,.25); }
.form-dark .form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
/* Gold tick on every checkbox, not just the dark-form consent ones. Switches keep
   their own colour via the more specific .form-switch rule. */
.form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
.form-check-input:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(182,152,93,.25); }
.form-dark .form-check-input:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(182,152,93,.25); }
/* Select2 on the dark partnership form — match the dark field styling. */
.form-dark .select2-container { width: 100% !important; }
.form-dark .select2-container--bootstrap-5 .select2-selection { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 9px; min-height: 46px; color:#fff; }
.form-dark .select2-container--bootstrap-5 .select2-selection--single { display:flex; align-items:center; padding: .3rem 1rem; }
.form-dark .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered { color:#fff; padding:0; line-height:1.4; }
.form-dark .select2-container--bootstrap-5 .select2-selection__placeholder { color: rgba(255,255,255,.4); }
.form-dark .select2-container--bootstrap-5.select2-container--focus .select2-selection, .form-dark .select2-container--bootstrap-5.select2-container--open .select2-selection { border-color: var(--gold); box-shadow:none; }
/* Keep every Select2 multi-select compact and consistent with the portal fields. */
.select2-container--bootstrap-5 .select2-selection--multiple { min-height: 35px; padding: 4px 5px; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered { display:flex !important; align-items:center; flex-wrap:wrap; gap:4px; margin:0; padding:0 !important; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search--inline { display:flex; align-items:center; height:21px; margin:0 !important; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search__field { height:21px !important; margin:0 !important; padding:0 !important; font-size:.74rem; line-height:21px; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice { display:inline-flex; align-items:center; min-height:21px; margin:0 !important; padding:2px 6px; border:0; border-radius:3px; background:var(--gold); color:var(--navy-deep); font-size:.66rem !important; line-height:17px; white-space:nowrap; }
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove { position:static; order:-1; margin:0 3px 0 0; padding:0; border:0; background:transparent; color:inherit; font-size:.78rem; line-height:1; }
/* The dropdown is appended to <body>, so it can't be scoped under .form-dark.
   Every rule below must be at least as specific as the bootstrap-5 theme's own
   `.select2-container--bootstrap-5 .select2-dropdown ...` selectors, or the
   theme repaints the panel white and the pale option text vanishes into it. */
.select2-container--bootstrap-5 .select2-dropdown { background:#16202E; border:1px solid rgba(255,255,255,.16); color:#fff; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__option { color:#E7ECF3; background: transparent; }
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) { background: var(--gold); color: var(--navy-deep); }
.select2-container--bootstrap-5 .select2-dropdown .select2-search--dropdown .select2-search__field { background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.16); color:#fff; border-radius:6px; }
.seg { display:inline-flex; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 3px; }
.seg button { border:none; background:transparent; color: rgba(255,255,255,.7); font-size:.82rem; font-weight:600; padding:.4rem .9rem; border-radius:6px; cursor:pointer; }
.seg button.active { background: #fff; color: var(--navy); }

/* ============================================================
   Footer (from Figma)
   ============================================================ */
.tac-footer { background: var(--navy); color: rgba(255,255,255,.62); }
.tac-footer__top { padding: 3.2rem 0 2.4rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.tac-footer__logo img { height: 40px; width: auto; margin-bottom: 1rem; }
.tac-footer p { font-size: .85rem; max-width: 240px; }
.tac-footer h6 { color: #fff; font-family: var(--font-sans); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.tac-footer a.f-link { display: block; color: rgba(255,255,255,.6); text-decoration: none; font-size: .86rem; padding: .28rem 0; }
.tac-footer a.f-link:hover { color: var(--gold-light); }
.tac-footer__social { display: flex; gap: .6rem; margin-top: 1.2rem; }
.tac-footer__social a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: grid; place-items: center; color: rgba(255,255,255,.7); }
.tac-footer__social a:hover { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.tac-footer__bottom { padding: 1.1rem 0 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; font-size: .76rem; color: rgba(255,255,255,.4); }
.tac-footer__credit a { color: inherit; text-decoration: underline; text-underline-offset: .12em; }
.tac-footer__credit a:hover { color: var(--gold-light); }

/* legal page toc */
.toc a { display:block; color: var(--muted); text-decoration:none; padding:.4rem 0 .4rem .8rem; border-left:2px solid transparent; font-size:.9rem; }
.toc a.active { color: var(--navy); border-left-color: var(--gold); font-weight:600; }

/* faq accordion */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%; padding:1.15rem 0; border:0; background:transparent; text-align:left; cursor:pointer; font-family:var(--font-serif); font-size:1.1rem; color:var(--navy); }
.faq-q:hover { color:var(--gold-dark); }
.faq-q:focus-visible { outline:2px solid var(--gold); outline-offset:4px; border-radius:3px; }
.faq-q__icon { flex:0 0 auto; font-family:var(--font-sans); font-size:1.4rem; line-height:1; }
.faq-a { color: var(--muted); font-size: .92rem; padding: 0 0 1.15rem; max-width: 760px; }

/* ============================================================
   Tiers page
   ============================================================ */
/* Hero subtitle on one line — but ONLY where the line actually fits. It was
   nowrap down to 576px, so between 576 and ~647px the sentence was wider than the
   viewport and .hero{overflow:hidden} sliced the last word clean off ("...and
   long-term communit"). Let it wrap on anything narrower than a tablet. */
.tiers-hero-sub { white-space: normal; max-width: none; }
@media (min-width: 768px){ .tiers-hero-sub { white-space: nowrap; } }
.tiers-hero .hero__inner { padding: 14rem 0 11rem; }
.tiers-hero h1 { letter-spacing: 0; font-weight: 400; }
.tiers-section-title { font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 400; }

/* Membership Benefits — overlay image tiles in an Embla Carousel loop
   (dragFree: pointer drag with momentum, no snap). The viewport clips the
   transform-driven container; slides are spaced with margin (not flex gap) so
   Embla's measurements stay exact. */
.benefits-scroll {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}
.benefits-scroll.is-draggable { cursor: grab; }
.benefits-scroll.is-dragging { cursor: grabbing; }
.benefits-scroll__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
}
.benefits-scroll__slide {
    flex: 0 0 calc(25% - 9px);
    min-width: 240px;
    margin-right: 12px;
    -webkit-user-drag: none;
}
.benefit-tile {
    position: relative; height: clamp(230px, 16.5vw, 300px); border-radius: 0; overflow: hidden;
    background-size: cover; background-position: center;
    display: flex; align-items: center; justify-content: center; text-align: center;
}
.benefit-tile::after {
    content:''; position:absolute; inset:0;
    background: rgba(76, 52, 35, .72);
}
.benefit-tile__label {
    position: relative; z-index: 1; color: #fff; font-weight: 400; font-size: clamp(.95rem, 1.15vw, 1.08rem);
    line-height: 1.22; letter-spacing: .01em; padding: 0 1.5rem; max-width: 240px;
}
.benefit-tile__label-line { display: block; }

/* Stacked card carousel */
.stack-carousel { max-width: 920px; margin: 0 auto; }
.stack-stage { position: relative; height: 380px; perspective: 1400px; touch-action: pan-y; user-select: none; }
.stack-card {
    position: absolute; top: 0; left: 50%; width: 400px; height: 270px; margin-left: -200px;
    border-radius: 16px; overflow: hidden; cursor: pointer;
    box-shadow: 0 24px 50px -12px rgba(10,15,23,.45);
    transition: transform .45s cubic-bezier(.4,.05,.2,1), opacity .45s ease;
    top: 55px;
}
.stack-card__bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.stack-card__overlay { position:absolute; inset:0; }
.stack-card__brand { position:absolute; top:1rem; left:1.15rem; z-index:2; font-family:var(--font-serif); font-size:.5rem; letter-spacing:.2em; color:rgba(255,255,255,.85); }
.stack-card__mono { position:absolute; right:1.1rem; bottom:.6rem; z-index:2; font-family:var(--font-serif); font-weight:700; font-size:3.6rem; line-height:1; color:rgba(255,255,255,.22); }
.stack-card--classic  .stack-card__overlay { background: linear-gradient(150deg, rgba(40,56,79,.78), rgba(21,32,47,.88)); }
.stack-card--silver   .stack-card__overlay { background: linear-gradient(150deg, rgba(217,221,226,.78), rgba(169,176,187,.86)); }
.stack-card--gold     .stack-card__overlay { background: linear-gradient(150deg, rgba(240,213,138,.80), rgba(200,162,76,.88)); }
.stack-card--platinum .stack-card__overlay { background: linear-gradient(150deg, rgba(58,77,105,.82), rgba(27,40,56,.90)); }
.stack-card--black    .stack-card__overlay { background: linear-gradient(150deg, rgba(51,51,51,.85), rgba(10,10,10,.92)); }
.stack-card--silver .stack-card__brand { color: rgba(40,46,56,.7); }
.stack-card--gold   .stack-card__brand { color: rgba(74,59,22,.75); }
.stack-card--silver .stack-card__mono  { color: rgba(40,46,56,.18); }
.stack-card--gold   .stack-card__mono  { color: rgba(74,59,22,.22); }

.stack-meta { margin-top: 1.8rem; }
.stack-meta__name { font-family: var(--font-serif); font-weight: 700; font-size: 1.35rem; letter-spacing: .08em; color: var(--navy); }
.stack-meta__sub  { color: var(--navy); font-weight: 600; font-size: 1.08rem; margin-top: .2rem; }
.stack-meta__desc { color: var(--muted); max-width: 680px; margin: 1.25rem auto 0; line-height: 1.55; font-size: 1.12rem; }

.stack-dots { display:flex; justify-content:center; gap:.55rem; margin-top: 1.6rem; }
.stack-dot { width: 30px; height: 6px; border-radius: 99px; border: none; background: #C9C6C0; padding: 0; cursor: pointer; transition: background .25s, width .25s; }
.stack-dot.is-active { background: var(--gold); width: 40px; }

/* Begin Your Membership Journey */
.journey-card {
    display: grid; grid-template-columns: 1fr 1.05fr; gap: 0;
    background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 70px -28px rgba(10,15,23,.30);
}
/* a bit wider than the container, centred to the viewport without overflow */
@media (min-width: 992px){
    .journey-card--wide { width: min(calc(100vw - 48px), 1340px); margin-left: 50%; transform: translateX(-50%); }
}
.journey-card__media { min-height: 420px; background-size: cover; background-position: center; }
.journey-card__body { padding: 3.4rem 3.6rem; }
.journey-card__body .eyebrow { font-size: .86rem; font-weight: 800; }
.journey-card__body h2 { font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 400; line-height: 1.1; margin: 0 0 1.2rem; }
.journey-card__cta { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1.5px; }
.journey-card__lead { color: var(--navy); font-size: 1.05rem; margin: 0 0 1.3rem; }
.journey-card__prep { color: var(--gold-dark); font-weight: 600; margin: 0 0 .5rem; }
.journey-card__list { list-style: none; padding: 0; margin: 0 0 1.8rem; color: var(--navy); }
.journey-card__list li { position: relative; padding-left: 1.1rem; margin-bottom: .35rem; }
.journey-card__list li::before { content: '•'; position: absolute; left: 0; color: var(--navy); }
@media (max-width: 767px){
    .journey-card { grid-template-columns: 1fr; }
    .journey-card__media { min-height: 240px; }
    .journey-card__body { padding: 2.4rem 1.8rem; }
}

/* ============================================================
   Offers page
   ============================================================ */
/* Offers coming-soon stage */
.offers-hero-wrap {
    position: relative;
    background: #101820;
}
.hero--offers { background:transparent; overflow:visible; }
.hero--offers::before { display:none; }
.hero--offers .hero__inner { padding-bottom:2.5rem; }
.offers-showcase { overflow:hidden; padding:16px 0 48px; }
.offers-showcase__inner { width:min(1180px, calc(100% - 40px)); margin:0 auto; }

/* Coming soon category previews on the public Offers page. */
.offers-coming-heading { display:flex; align-items:center; justify-content:center; gap:17px; margin:0 auto 16px; }
.offers-coming-heading span { width:clamp(55px, 11.2vw, 96px); height:1px; background:rgba(226,203,148,.36); }
.offers-coming-heading h1 { margin:0; color:#d6c49b; font-family:var(--font-sans); font-size:12px; font-weight:600; letter-spacing:.25em; line-height:1.15; text-transform:uppercase; white-space:nowrap; }
.offer-teaser-list { display:flex; align-items:flex-start; justify-content:center; gap:0; width:100%; }
.offer-teaser-card { position:relative; z-index:1; flex:0 0 19%; min-width:0; margin-top:23px; overflow:hidden; border:1px solid rgba(15,24,35,.12); border-radius:10px; background:#f3f2ef; box-shadow:0 18px 38px rgba(0,0,0,.38); }
.offer-teaser-card:nth-child(2) { z-index:2; flex-basis:20%; margin-top:16px; }
.offer-teaser-card:nth-child(3) { z-index:4; flex-basis:27%; margin-top:0; margin-left:-2.3%; border-radius:12px; }
.offer-teaser-card:nth-child(4) { z-index:2; flex-basis:18%; margin-top:16px; margin-left:-.1%; }
.offer-teaser-card:nth-child(5) { z-index:1; flex-basis:19%; }
.offer-teaser-card__image { height:17.3vw; max-height:220px; min-height:120px; overflow:hidden; background:#263143; }
.offer-teaser-card:nth-child(2) .offer-teaser-card__image,
.offer-teaser-card:nth-child(4) .offer-teaser-card__image { height:18.4vw; }
.offer-teaser-card--featured .offer-teaser-card__image { height:20.7vw; max-height:250px; }
.offer-teaser-card__image img { display:block; width:100%; height:100%; object-fit:cover; }
.offer-teaser-card__body { min-height:109px; padding:10px 17px 9px; color:#18212a; }
.offer-teaser-card:nth-child(2) .offer-teaser-card__body,
.offer-teaser-card:nth-child(4) .offer-teaser-card__body { min-height:118px; padding:11px 19px 10px; }
.offer-teaser-card:nth-child(3) .offer-teaser-card__body { min-height:130px; padding:12px 20px 11px; }
.offer-teaser-card__category { margin:0 0 8px; color:#73797c; font-size:7px; font-weight:600; letter-spacing:.26em; line-height:1.2; text-transform:uppercase; }
.offer-teaser-card__body h2 { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; min-height:2.2em; margin:0; color:#1c2834; font-family:var(--font-serif); font-size:clamp(15px, 1.86vw, 19px); font-weight:400; line-height:1.08; }
.offer-teaser-card:nth-child(3) .offer-teaser-card__body h2 { font-size:clamp(18px, 2.1vw, 22px); }
.offer-teaser-card__dash { display:block; margin:5px 0 4px; color:#26313b; font-family:var(--font-serif); font-size:13px; line-height:1; }
.offer-teaser-card__status { margin:0; color:#73797c; font-size:9px; font-weight:500; letter-spacing:.22em; }
.offer-teaser-card:nth-child(3) .offer-teaser-card__status { font-size:10px; }
@media (max-width:767px) {
    .hero--offers .hero__inner { padding:7rem 0 1.5rem; }
    .offers-showcase { padding-top:12px; padding-bottom:36px; }
    .offers-showcase__inner { width:calc(100% - 28px); }
    .offer-teaser-list { justify-content:flex-start; overflow-x:auto; width:100vw; margin-left:calc((100% - 100vw) / 2); padding:0 12px 14px; scroll-snap-type:x mandatory; scrollbar-width:thin; }
    .offer-teaser-card, .offer-teaser-card:nth-child(2), .offer-teaser-card:nth-child(3), .offer-teaser-card:nth-child(4), .offer-teaser-card:nth-child(5) { flex:0 0 76vw; max-width:290px; margin:0 10px 0 0; scroll-snap-align:center; }
    .offer-teaser-card__image, .offer-teaser-card:nth-child(2) .offer-teaser-card__image, .offer-teaser-card:nth-child(4) .offer-teaser-card__image, .offer-teaser-card--featured .offer-teaser-card__image { height:190px; max-height:none; }
    .offer-teaser-card__body, .offer-teaser-card:nth-child(2) .offer-teaser-card__body, .offer-teaser-card:nth-child(3) .offer-teaser-card__body, .offer-teaser-card:nth-child(4) .offer-teaser-card__body { min-height:120px; padding:12px 16px; }
    .offer-teaser-card__body h2, .offer-teaser-card:nth-child(3) .offer-teaser-card__body h2 { font-size:21px; }
}

/* hide Alpine-controlled elements until Alpine initializes */
[x-cloak] { display: none !important; }

/* empty state when a category has no offers */
.offers-empty { padding: 4.5rem 1rem; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.offers-empty__text { color: rgba(255,255,255,.7); font-size: 1.05rem; font-weight: 500; margin: 0; }

/* Skeleton loading for the public offers carousel. Category changes replace the
   stacked cards with a same-sized shimmer so the band never appears empty. */
.offer-skel { position: relative; display:flex; align-items:center; justify-content:center; min-height:470px; }
.offer-skel__card {
    position:absolute; width:340px; min-height:430px; overflow:hidden; border-radius:16px;
    background:#fff; box-shadow:0 30px 60px -16px rgba(0,0,0,.55);
}
.offer-skel__card:nth-child(1) { z-index:3; transform:translateX(0) scale(1); }
.offer-skel__card:nth-child(2) { z-index:2; transform:translateX(54%) scale(.84); opacity:.65; }
.offer-skel__card:nth-child(3) { z-index:1; transform:translateX(-54%) scale(.84); opacity:.65; }
.offer-skel__media { height:250px; border-radius:0; }
.offer-skel__body { padding:1.5rem 1.6rem 1.7rem; }
.offer-skel__line, .offer-skel__media {
    display:block; background:linear-gradient(90deg,#e9ecef 25%,#f4f6f8 37%,#e9ecef 63%);
    background-size:400% 100%; animation:tac-skel 1.35s ease infinite;
}
.offer-skel__line { height:14px; border-radius:999px; margin:.7rem 0; }
@keyframes tac-skel { 0%{background-position:100% 0} 100%{background-position:-100% 0} }

/* category dropdown pill */
.cat-select { position: relative; display: inline-block; }
.cat-select select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
    background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px; padding: .6rem 2.6rem .6rem 1.4rem; font-size: .95rem; font-weight: 500;
    cursor: pointer; outline: none; min-width: 190px;
}
.cat-select select option { color: #1A1A1A; }
.cat-select__ic { position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); color: #fff; pointer-events: none; }

/* stacked offer carousel */
.ostack { position: relative; display: flex; align-items: center; justify-content: center; }
.ostack__stage { position: relative; width: 100%; height: 470px; touch-action: pan-y; user-select: none; }
.ostack__nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 30;
    width: 46px; height: 46px; border-radius: 50%; border: none; background: transparent; color: #fff;
    display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: .85; transition: opacity .2s;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.6));
}
.ostack__nav:hover { opacity: 1; }
.ostack__nav--prev { left: 4%; }
.ostack__nav--next { right: 4%; }

.ocard {
    position: absolute; top: 0; left: 50%; width: 340px; margin-left: -170px;
    background: #fff; border-radius: 16px; overflow: hidden; cursor: pointer;
    box-shadow: 0 30px 60px -16px rgba(0,0,0,.55);
    transition: transform .45s cubic-bezier(.4,.05,.2,1), opacity .45s ease;
}
.ocard__media { position: relative; height: 250px; background-size: cover; background-position: center; }
.ocard__lock {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 54px; height: 54px; border-radius: 50%; border: 2px solid rgba(255,255,255,.85);
    display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,.12);
}
.ocard__body { padding: 1.5rem 1.6rem 1.7rem; text-align: left; }
.ocard__brand { font-family: var(--font-serif); font-weight: 700; font-size: 1.25rem; color: #1A1A1A; letter-spacing: .08em; text-transform: uppercase; }
/* black-and-white brand logo */
.ocard__logo { height: 38px; max-width: 190px; object-fit: contain; object-position: left center; display: block; filter: grayscale(1) contrast(1.25) brightness(.2); }
.ocard__logo--fallback { width: 64px; height: 44px; filter: none; }
.ocard__title { font-family: var(--font-sans); font-weight: 600; font-size: 1.3rem; line-height: 1.25; color: #14233a; margin: 1.1rem 0 .9rem; }
/* Clamp brand + title to 2 lines each so a long offer name can't make the card
   taller than the carousel stage (which would run off the bottom). */
.ocard__brand, .ocard__title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; }
.ocard__cat { font-size: .78rem; letter-spacing: .18em; color: #6E7C8C; font-weight: 600; }
.ocard__cta { display: flex; align-items: center; gap: .5rem; margin-top: 1.4rem; color: #6E7C8C; font-size: .9rem; }
@media (max-width: 575px){
    .ocard { width: 280px; margin-left: -140px; }
    .ocard__media { height: 210px; }
    .ostack__stage { height: 440px; }
    .ostack__nav--prev { left: 0; }
    .ostack__nav--next { right: 0; }
    .offer-skel { min-height:440px; }
    .offer-skel__card { width:280px; min-height:390px; }
    .offer-skel__media { height:210px; }
}

/* Join The Association Club card */
.join-card {
    display: grid; grid-template-columns: .85fr 1.15fr; gap: 0;
    background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 30px 70px -28px rgba(10,15,23,.30);
}
.join-card__media { min-height: 300px; background-size: cover; background-position: center; }
.join-card__body { padding: 3.2rem 3.6rem; display: flex; flex-direction: column; justify-content: center; }
.join-card__title { font-weight: 400; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.08; margin: 0 0 1.1rem; }
.join-card__text { color: var(--navy); font-size: 1.05rem; line-height: 1.5; margin: 0 0 1.5rem; max-width: 460px; }
.join-card__cta { color: var(--gold); font-weight: 700; font-size: 1.05rem; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1.5px; }
.join-card__cta:hover { color: var(--gold-dark); }
@media (max-width: 767px){
    .join-card { grid-template-columns: 1fr; }
    .join-card__media { min-height: 220px; }
    .join-card__body { padding: 2.4rem 1.8rem; }
}

/* ============================================================
   Partnerships page
   ============================================================ */
.hero--partners { background-image: url('/assets/bg4.webp'); overflow: visible; }
.hero__inner--partners { max-width: 1020px; margin: 0 auto; padding: 9.75rem 0 1.75rem; text-align: center; }
/* Give the eyebrow breathing room from both the fixed navigation and headline. */
.hero__inner--partners .eyebrow { margin-bottom: 1.75rem !important; text-align: center; }
.hero--partners h1 { color: var(--hero-heading-gold); font-size: clamp(3.6rem, 6.9vw, 5.4rem); line-height: 1.15; padding-bottom: .15em; }
.partners-title { font-weight: 400; }
.partners-title__line { display: block; white-space: nowrap; }
/* space between form and the bottom of the hero background */
.partners-form-block { position: relative; z-index: 1; max-width: 1020px; margin: 1.75rem auto 0; padding-bottom: 6rem; }

/* Let's Explore More — larger but lighter weight */
.partners-explore { color: #fff; font-weight: 400; font-size: clamp(2.1rem, 3.5vw, 2.7rem); line-height: 1.04; margin: 0 0 1rem; }
.partners-explore-copy { color: rgba(255,255,255,.6); margin: 0; }

/* Public-site revision: restore the partner hero hierarchy and leave room
   between the heading and the enquiry form. The heading keeps the shared gold
   hero colour (--hero-heading-gold) used by the other pages. */
.partners-form-block { margin-top: 3.5rem; }

/* interested-as radio toggle */
.interest-toggle { display: inline-flex; gap: .6rem; }
.interest-opt {
    background: transparent; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.6);
    border-radius: 8px; padding: .5rem 1.15rem; font-size: .9rem; font-weight: 500; cursor: pointer; transition: all .2s;
}
.interest-opt:hover { border-color: rgba(255,255,255,.55); color: rgba(255,255,255,.85); }
.interest-opt.is-active { border-color: #fff; color: #fff; background: rgba(255,255,255,.06); }

/* Partnerships submit button: warm, even gold matching the approved design. */
.btn-submit-white {
    background: #C9A35F;
    color: #fff !important;
    box-shadow: none;
    text-decoration: none;
}
.btn-submit-white:hover { background: #B9924D; color: #fff !important; box-shadow: none; text-decoration: none; }

/* What Partners Gain — plain gold icons (no box) */
.partner-gains .feature__ic { width: auto; height: auto; border: none; background: none; border-radius: 0; margin-bottom: 1.1rem; }
.partners-gains-title { font-size: clamp(2.2rem, 3.4vw, 2.8rem); font-weight: 700; }
.partner-gains .feature__ic img { width: 84px; height: 84px; object-fit: contain; }
.partner-gains .feature h4 { color: var(--navy); font-family: var(--font-sans); font-size: 1.3rem; font-weight: 600; }
.partner-gains .feature p { color: #111; font-size: 1.05rem; max-width: 240px; margin-left: auto; margin-right: auto; }

/* Image gain bands */
.gain-band { position: relative; padding: 5.5rem 0; color: #fff; overflow: hidden; background-size: cover; background-position: center top; }
.gain-band__overlay { position: absolute; inset: 0; }
.gain-band--left, .gain-band--right { min-height: 560px; display: flex; align-items: center; }
.gain-band--left  .gain-band__overlay { background: linear-gradient(90deg, rgba(41,36,30,.82) 0%, rgba(41,36,30,.5) 55%, rgba(41,36,30,.3) 100%); }
.gain-band--right .gain-band__overlay { background: linear-gradient(90deg, rgba(41,36,30,.3) 0%, rgba(41,36,30,.5) 45%, rgba(41,36,30,.82) 100%); }
.gain-band .container { position: relative; z-index: 1; }
.gain-band__content { max-width: 440px; }
.gain-band__content--right { margin-left: auto; text-align: left; }
.gain-band__content h2 { color: #fff; font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.1; margin: 0 0 1.4rem; }

.gain-list { list-style: none; padding: 0; margin: 0; }
.gain-list li { display: flex; align-items: flex-start; gap: .65rem; margin-bottom: .85rem; color: rgba(255,255,255,.92); font-size: 1.02rem; }
.gain-list__ic { color: var(--gold-light); flex: 0 0 auto; margin-top: .15rem; }

@media (max-width: 575px){
    .gain-band__content { max-width: 100%; }
}

/* ============================================================
   About page
   ============================================================ */
/* Full-width quote / belief image bands */
.quote-band { position: relative; overflow: hidden; padding: 6rem 0; background-size: cover; background-position: center; }
.quote-band__overlay { position: absolute; inset: 0; }
.quote-band__overlay--warm { background: linear-gradient(180deg, rgba(30,21,15,.72) 0%, rgba(22,15,11,.82) 100%); }
.quote-band__overlay--navy { background: linear-gradient(90deg, rgba(8,13,22,.74) 0%, rgba(8,13,22,.40) 55%, rgba(8,13,22,.66) 100%); }
.quote-band .container { position: relative; z-index: 1; }
.quote-band__text {
    font-family: var(--font-serif); color: #fff; font-weight: 400;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.18; max-width: 1040px; margin: 0 auto;
}
.quote-band__copy { display: inline; }
.quote-band__mark { color: #fff; font-size: 1.7em; line-height: 0; vertical-align: -.35em; }
.quote-band__mark--open { margin-right: .15em; }
.quote-band__mark--close { margin-left: .1em; }
.quote-band__cta { display: inline-block; margin-top: 2rem; color: #fff; font-weight: 600; text-decoration: none; letter-spacing: .02em; }
.quote-band__cta:hover { color: var(--gold-light); }
.quote-band:not(.quote-band--belief) .quote-band__cta { color: var(--gold-mid); font-size: 1.08rem; font-weight: 700; }
.quote-band:not(.quote-band--belief) .quote-band__cta:hover { color: var(--gold-light); }
.quote-band--membership { padding: 6.75rem 0; }
/* Match the reference: deeper warm dim so the background imagery recedes and
   the quote reads clearly. */
.quote-band--membership .quote-band__overlay--warm {
    background: rgba(26, 19, 13, .7);
}
.quote-band--membership .quote-band__text {
    position: relative;
    /* Every line justified around the center axis: each line spans its natural
       width, so word gaps stay tight, and the block as a whole sits centered
       in the section. */
    width: fit-content;
    max-width: 100%;
    text-align: justify;
    text-align-last: justify;
    line-height: 1.28;
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
}
/* Quotation marks hang outside the centered text block, level with the text —
   opening mark left of the first line, closing mark right of the last line. */
.quote-band--membership .quote-band__mark { position: absolute; font-size: 2.3em; line-height: 0; }
.quote-band--membership .quote-band__mark--open { top: .34em; left: -.7em; }
.quote-band--membership .quote-band__mark--close { bottom: .1em; right: -.7em; }
.quote-band--membership .quote-band__line { display: block; white-space: nowrap; }
.about-hero__title { max-width: 1200px; white-space: nowrap; }

/* A little story (cream split) */
.story-title { font-style: italic; font-weight: 400; font-size: clamp(1.9rem, 3vw, 2.6rem); color: var(--navy); }
.story-p { color: #46566A; font-size: 1.04rem; line-height: 1.6; margin-bottom: 1.1rem; }
.story-q { color: var(--navy); font-style: italic; font-weight: 700; }
.story-img { height: 360px; border-radius: 16px; background-size: cover; background-position: center; box-shadow: 0 24px 50px -20px rgba(10,15,23,.35); }

/* The value (dark full-bleed split) */
.split-dark { background: linear-gradient(120deg, #1A2432 0%, #0E1620 100%); }
.split-dark__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.split-dark__media { background-size: cover; background-position: center; min-height: 460px; }
.split-dark__body { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 4.5rem 5rem 4.5rem 4rem; background-size: cover; background-position: center; }
.split-dark__p { color: rgba(255,255,255,.78); font-size: 1.04rem; line-height: 1.6; margin-bottom: 1.4rem; }
.split-dark__lead { font-family: var(--font-serif); color: #fff; font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.3; margin-bottom: 1.4rem; }
.split-dark__lead em { font-style: italic; color: var(--gold-light); }

/* What we built (cream two-column) */
.built-p { color: #46566A; font-size: 1.04rem; line-height: 1.62; margin-bottom: 1.5rem; }
.built-p strong { color: var(--navy); }
.built-p em { color: var(--navy); font-style: italic; }
.built-strong { display: inline-block; margin-top: .3rem; color: var(--navy); font-family: var(--font-serif); font-style: italic; font-weight: 700; font-size: 2rem; line-height: 1.2; }

/* Belief band */
.quote-band--belief { padding: 5.5rem 0; }
.belief { max-width: 620px; }
.belief__eyebrow { color: rgba(255,255,255,.8); font-size: .95rem; margin-bottom: 1.2rem; }
.belief__text { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.35; margin: 0; }
.belief__logo { position: absolute; right: 4%; bottom: 2.6rem; z-index: 2; height: 84px; width: auto; opacity: .95; }

@media (max-width: 991px){
    .split-dark__grid { grid-template-columns: 1fr; }
    .split-dark__media { min-height: 220px; }
    .split-dark__body { padding: 3rem 1.8rem; }
    .belief__logo { display: none; }
}

/* ============================================================
   Contact page
   ============================================================ */
.contact-hero { padding-bottom: 5.75rem; overflow: hidden; }
.contact-hero__inner { padding: 10.7rem 0 3.15rem; }
.contact-hero h1 { color: var(--hero-heading-gold); font-size: clamp(3rem, 5.6vw, 4.8rem); line-height: 1.1; padding-bottom: .14em; }
.contact-hero h1 .serif-i { color: inherit; font-weight: 700; }
.contact-hero__inner p { color: #8795a7; max-width: 680px; margin: 1.3rem auto 0; font-size: 1.02rem; line-height: 1.2; }
.contact-main { position: relative; z-index: 1; margin-top: 1.25rem; }
.contact-hero .form-dark .form-control,
.contact-hero .form-dark .form-select,
.contact-hero .form-dark .select2-container--bootstrap-5 .select2-selection {
    background: rgba(255,255,255,.14);
    border-color: rgba(255,255,255,.04);
}
.contact-hero .form-dark .form-control:focus,
.contact-hero .form-dark .form-select:focus,
.contact-hero .form-dark .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.contact-hero .form-dark .select2-container--bootstrap-5.select2-container--open .select2-selection {
    background: rgba(255,255,255,.18);
    border-color: rgba(222,183,136,.75);
}

/* fanned membership cards faded into the dark bg, sitting slightly below the form */
.contact-cards {
    width: 118%; max-width: none; margin-left: -12%; display: block;
    margin-top: 1.25rem; opacity: .62;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
    filter: drop-shadow(0 24px 45px rgba(0,0,0,.42));
}

/* offices merged into the same dark hero section */
.contact-offices { position: relative; z-index: 1; margin-top: 3.5rem; padding-top: 2.25rem; }
.contact-offices .row { align-items: stretch; }
.contact-offices .row > [class*="col-"] { display: flex; }
/* Full-height flex column per office so the three columns line up instead of
   stepping down like a staircase: the name reserves two lines (addresses start on
   the same row) and the Tel is pushed to a shared bottom baseline. */
.office { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; text-align: left; }
.office__name { display: block; color: #9baaba; font-family: var(--font-sans); font-weight: 700; font-size: 1.16rem; line-height: 1.2; min-height: 2.4em; margin: 0 0 1.3rem; }
.contact-hero .office__addr { color: #8795a7; max-width: none; font-size: .82rem; line-height: 1.32; margin: 0; padding: 0; }
.contact-hero .office__tel  { color: #9baaba; max-width: none; font-size: .82rem; line-height: 1.32; margin: 1.75rem 0 0; padding: 0; text-align: left; }

/* FAQ */
.contact-faq { padding-top: 6.25rem; padding-bottom: 6.25rem; }
.faq-head { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 3.25rem; }
.faq-title { font-weight: 400; font-size: clamp(2.2rem, 4vw, 3.4rem); color: var(--navy); margin: 0; }
.faq-actions { display: flex; gap: 1.3rem; align-items:center; padding: .75rem 1.65rem; border-radius: 999px; background: #fff; }
.faq-action {
    width: 38px; height: 38px; border-radius: 50%; background: transparent; color: var(--navy);
    display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.faq-action:hover { color: var(--gold-dark); }
.faq-action--whatsapp { width: 38px; height: 38px; }
.faq-whatsapp-icon { width: 32px; height: 32px; display: block; }

.faq-wrap { display: grid; grid-template-columns: 230px 1fr; gap: 3rem; align-items: start; }
.faq-empty { min-height: 120px; display: flex; align-items: center; justify-content: center; padding: 2rem; border-radius: 24px; background: #fff; color: #7d8da1; text-align: center; }
.faq-empty p { margin: 0; }
.faq-tabs { display: flex; flex-direction: column; gap: 1.4rem; padding-top: 1rem; }
.faq-tab {
    background: none; border: none; text-align: left; cursor: pointer; padding: 0;
    font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--gold-dark); opacity: .7; transition: all .2s;
}
.faq-tab:hover { opacity: 1; }
.faq-tab.is-active { color: var(--navy); opacity: 1; font-weight: 700; }

.faq-panel { background: #fff; border-radius: 24px; padding: .5rem 2.8rem; box-shadow: none; }
.faq-row { border-bottom: 1px solid rgba(0,0,0,.52); }
.faq-row:last-child { border-bottom: none; }
.faq-row__q {
    width: 100%; background: none; border: none; cursor: pointer; text-align: left;
    display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1.35rem 0; font-family: var(--font-sans); font-size: 1.12rem; color: var(--navy); font-weight: 400;
}
.faq-row__ic { color: var(--navy); font-size: 1.4rem; line-height: 1; font-weight: 400; flex: 0 0 auto; }
.faq-row__a { color: #7d8da1; }
.faq-row__a p { margin: 0 0 1.35rem; font-size: .95rem; line-height: 1.6; max-width: 760px; }

@media (max-width: 767px){
    .faq-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
    .faq-tabs { flex-direction: row; flex-wrap: wrap; gap: 1rem 1.5rem; padding-top: 0; }
    .faq-panel { padding: .5rem 1.3rem; }
}

/* ============================================================
   Legal page
   ============================================================ */
.legal-toc { position: sticky; top: 6rem; }
.legal-toc__head { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--gold-dark); margin-bottom: 1.6rem; }
.legal-toc__item {
    display: block; width: 100%; text-align: left; background: none; border: none; cursor: pointer;
    padding: .55rem 0 .55rem 1rem; margin-bottom: .35rem; border-left: 2px solid transparent;
    color: #5A6472; font-size: .98rem; transition: all .2s;
}
.legal-toc__item:hover { color: var(--navy); }
.legal-toc__item.is-active { color: var(--navy); font-weight: 600; border-left-color: var(--navy); }

.legal-body { padding-top: .5rem; max-width: 760px; }
.legal-section { margin-bottom: 2.6rem; }
.legal-section__h { color: var(--navy); font-weight: 700; font-size: 1.12rem; margin: 0 0 1.1rem; }
.legal-section__p { color: #7A6E55; font-size: .96rem; line-height: 1.65; margin: 0 0 1rem; }

/* ============================================================
   RESPONSIVE PASS — fills the tablet gap (576–768px) + scales
   oversized clamp() headings/padding and clips carousel overflow.
   Appended last so these win over earlier same-specificity rules.
   ============================================================ */
/* overflow-x:clip prevents page-level horizontal scroll from the absolutely
   positioned carousel cards WITHOUT breaking position:sticky (unlike hidden). */
@media (max-width: 991px){
    body { overflow-x: clip; }
}
@media (max-width: 767px){
    /* Nav spacing before the burger */
    .tac-nav__inner { gap: 1rem; height: 66px; }
    /* Section padding (was 5.5rem — too tall on small screens) */
    .section { padding: 3.5rem 0; }
    .tiers-band { padding: 3.5rem 0 4rem; }
    .gain-band { padding: 3.5rem 0; }
    .priv-cats { padding: 3.5rem 0 4rem; }
    /* Heroes */
    .hero__inner { padding: 6rem 0 4rem; }
    .tiers-hero .hero__inner { padding: 9rem 0 6.5rem; }
    .partners-form-block { padding-left: 0; }
    .partners-title__line { white-space: normal; }
    .hero h1 { font-size: clamp(1.9rem, 7vw, 2.9rem); }
    .hero p { font-size: 1.02rem; }
    .contact-hero__inner { padding: 7rem 0 1rem; }
    /* Oversized serif display headings */
    .community-split .cs-text h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
    .tiers-band h2 { font-size: clamp(1.7rem, 5vw, 2.8rem); }
    .feat-offers h2 { font-size: clamp(1.5rem, 4.5vw, 2rem); }
    .priv-cats h2 { font-size: clamp(1.5rem, 4.5vw, 2rem); }
    .faq-title { font-size: clamp(1.7rem, 5vw, 2.8rem); }
    .built-strong { font-size: 1.4rem; }
    /* Two-column layouts that only stacked at 991px → stack for tablet too */
    .split-dark__grid { grid-template-columns: 1fr; }
    .split-dark__body { padding: 2.5rem 1.5rem; }
    /* Carousels — shrink hard-coded card widths so they fit tablet/phone */
    /* Clip the fanned (absolutely-positioned) cards so they can't push the page
       wider than the viewport and cause sideways scroll. overflow-x:clip keeps
       vertical card shadows visible. */
    .stack-carousel { max-width: 100%; padding: 0 1rem; overflow-x: clip; }
    /* Keep the full landscape card artwork visible on mobile. The source cards
       are 1011×638; a fixed 270px height made narrow cards crop their tier names. */
    .stack-card { width: 260px; height: auto; aspect-ratio: 1011 / 638; margin-left: -130px; }
    .stack-stage { height: 245px; }
    .ocard { width: 300px; margin-left: -150px; }
    .ocard__media { height: 175px; }
    .ostack__stage { height: 415px; }
    /* Keep the looping benefit cards substantial on a narrow viewport. */
    .benefit-tile { height: 250px; }
    /* Two tiles per view; the loop scrolls horizontally for the rest. */
    .benefits-scroll__slide { flex-basis: calc(50% - 12px); }
    .about-hero__title { white-space: normal; }
    .quote-band--membership .quote-band__line { white-space: normal; }
    /* Lines unwrap on small screens (no justify) — pull the hanging quote marks
       back inside the text block so they don't clip the viewport edge. */
    .quote-band--membership .quote-band__text { text-align: center; text-align-last: center; }
    .quote-band--membership .quote-band__mark--open { left: 0; }
}
@media (max-width: 575px){
    /* More top clearance below the fixed navbar (was 4.5rem ≈ 72px, only ~6px
       below the 66px nav → felt cramped). */
    .hero__inner { padding: 6.5rem 0 3rem; }
    .hero h1 { font-size: clamp(1.6rem, 8vw, 2.3rem); }
    .section { padding: 2.5rem 0; }
    .split-dark__body { padding: 2rem 1.2rem; }
    .split-dark__media { min-height: 175px; }
    /* Offers carousel: keep the slide; compact the card and size the stage to the
       (2-line-clamped) card so long titles never run off the bottom, leaving a
       clean gap before the next section. */
    .ocard__media { height: 178px; }
    .ocard__body { padding: 1.1rem 1.2rem 1.3rem; }
    .ocard__brand { font-size: 1.05rem; }
    .ocard__title { font-size: 1.2rem; margin: .7rem 0 .6rem; }
    .ocard__cta { margin-top: 1rem; }
    .ostack__stage { height: 410px; }
    .community-split .cs-img { height: 220px; }
    .benefit-tile { height: 230px; }
    /* ~1.2 tiles visible on phones so the scroll affordance is obvious. */
    .benefits-scroll__slide { flex-basis: 82%; min-width: 0; }
    .stack-card { width: 240px; height: auto; aspect-ratio: 1011 / 638; margin-left: -120px; }
    .stack-stage { height: 225px; }
    .built-strong { font-size: 1.15rem; }
    .faq-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
}

/* Public offers category filter — a custom dropdown (replaced a Select2 whose
   body-appended panel had mismatched corners + a redundant search box). Dark
   translucent pill button, matching dark panel, gold active row. */
.cat-dd { position: relative; display: inline-block; }
.cat-dd__btn {
    display: inline-flex; align-items: center; justify-content: space-between; gap: .9rem;
    min-width: 220px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
    color: #fff; border-radius: 999px; padding: .72rem 1.3rem; font-size: .95rem; font-weight: 500;
    cursor: pointer; line-height: 1;
}
.cat-dd__btn:hover { background: rgba(255,255,255,.12); }
.cat-dd__chev { flex: 0 0 auto; opacity: .8; transition: transform .18s ease; }
.cat-dd__chev.is-open { transform: rotate(180deg); }
.cat-dd__panel {
    position: absolute; left: 0; right: 0; top: calc(100% + .5rem); z-index: 60;
    background: #16202E; border: 1px solid rgba(255,255,255,.16); border-radius: 14px;
    box-shadow: 0 20px 48px rgba(0,0,0,.45); padding: .4rem; max-height: 320px; overflow-y: auto;
}
.cat-dd__opt {
    display: block; width: 100%; text-align: left; background: transparent; border: 0;
    border-radius: 9px; padding: .66rem .95rem; font-size: .92rem; color: #E7ECF3;
    cursor: pointer; transition: background .12s ease, color .12s ease;
}
.cat-dd__opt:hover { background: rgba(255,255,255,.06); }
.cat-dd__opt.is-active { background: var(--gold); color: var(--navy-deep); font-weight: 600; }
/* Public Feedback — mirrors the merchant feedback composition while retaining the public brand. */
.public-feedback{padding:9rem 0 5rem;background:#f6f4f1;min-height:100vh}.public-feedback__header{text-align:center;margin-bottom:2rem}.public-feedback__header h1{margin:.35rem 0;font-family:var(--serif,Georgia,serif);color:#172b43}.public-feedback__header p{color:#6e7d8c}.public-feedback__grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:1.25rem;align-items:start;max-width:1120px;margin:auto}.public-feedback .feedback-form-card,.public-feedback .feedback-aside-card,.public-feedback__thanks{background:#fff;border:1px solid #e3e7eb;border-radius:8px;box-shadow:0 2px 8px rgba(17,37,61,.05)}.public-feedback .feedback-form-card__body{padding:1.3rem}.public-feedback .feedback-number-label{display:block;margin:0 0 .55rem;color:#243950;font-size:.84rem;font-weight:700}.public-feedback .feedback-number-label small{font-weight:400;color:#8a98a7}.public-feedback .feedback-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1.1rem}.public-feedback .feedback-type-card{display:flex;align-items:center;gap:.7rem;min-height:5rem;padding:.75rem .8rem;border:1px solid #e8dfcf;border-radius:6px;background:#fff;text-align:left;color:#20364f}.public-feedback .feedback-type-card.is-selected{border-color:#cda24c;box-shadow:0 0 0 1px rgba(205,162,76,.2);background:#fffdfa}.public-feedback .feedback-type-card__icon{display:grid;place-items:center;width:2.2rem;height:2.2rem;flex:0 0 auto;border-radius:50%;background:#fcf2df;color:#bd9346;font-size:1.05rem}.public-feedback .feedback-type-card strong,.public-feedback .feedback-type-card small{display:block}.public-feedback .feedback-type-card strong{font-size:.79rem}.public-feedback .feedback-type-card small{margin-top:.16rem;color:#8693a1;font-size:.66rem}.public-feedback .feedback-public-fields,.public-feedback .feedback-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:end;margin-bottom:1rem}.public-feedback .feedback-tip{display:flex;gap:.55rem;align-items:flex-start;min-height:2.6rem;padding:.58rem .7rem;border:1px solid #dbe7ed;border-radius:5px;background:#f6fafc}.public-feedback .feedback-tip i{display:grid;place-items:center;width:1rem;height:1rem;border:1px solid #91adbd;border-radius:50%;font:700 .7rem Georgia;color:#6e91a4}.public-feedback .feedback-tip strong,.public-feedback .feedback-tip span{display:block;font-size:.68rem;line-height:1.35}.public-feedback .feedback-tip span{color:#7e8e9c}.public-feedback .feedback-details{margin-bottom:.9rem}.public-feedback .feedback-details textarea{min-height:6rem;font-size:.8rem}.public-feedback .feedback-details>small{display:block;text-align:right;color:#96a2ad;font-size:.65rem}.public-feedback .feedback-upload{display:flex;min-height:5.8rem;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #bfd2de;border-radius:6px;background:#f7fbfd;color:#587083;cursor:pointer}.public-feedback .feedback-upload.is-dragging,.public-feedback .feedback-upload:hover{border-color:#cda24c;background:#fffaf0}.public-feedback .feedback-upload__icon{font-size:1.5rem;line-height:1}.public-feedback .feedback-upload b{font-size:.75rem}.public-feedback .feedback-upload small{color:#8b9aa7;font-size:.63rem}.public-feedback .feedback-stars{display:flex;gap:.85rem}.public-feedback .feedback-stars button{display:flex;flex-direction:column;align-items:center;border:0;background:transparent;padding:0;color:#c9d2db;font-size:2rem;line-height:1;cursor:pointer}.public-feedback .feedback-stars .is-active{color:#cda24c}.public-feedback .feedback-stars small{font-size:.62rem;color:#8492a0}.public-feedback .feedback-scale{display:flex;justify-content:space-between;max-width:14rem;color:#95a1ac;font-size:.62rem}.public-feedback .feedback-consent{display:flex;gap:.55rem;padding-top:.75rem;border-top:1px solid #e9edf1;color:#607386;font-size:.72rem}.public-feedback .feedback-consent small{display:block;color:#99a5af;font-size:.63rem}.public-feedback .feedback-form-card__footer{display:flex;justify-content:space-between;padding:.85rem 1.3rem;border-top:1px solid #e9edf1}.public-feedback .feedback-page__aside{display:flex;flex-direction:column;gap:1rem}.public-feedback .feedback-aside-card{padding:1.15rem}.public-feedback .feedback-aside-card h3{margin:0 0 .9rem;font-size:.95rem;color:#314a63}.public-feedback .feedback-side-list{display:flex;flex-direction:column;gap:1rem}.public-feedback .feedback-side-list>div{display:flex;gap:.7rem}.public-feedback .feedback-side-list i{display:grid;place-items:center;width:1.9rem;height:1.9rem;flex:0 0 auto;border-radius:50%;background:#fcf2df;color:#bd9346;font-style:normal}.public-feedback .feedback-side-list i.is-green{background:#e6f5eb;color:#3f966a}.public-feedback .feedback-side-list b,.public-feedback .feedback-side-list span{display:block}.public-feedback .feedback-side-list b{font-size:.78rem;color:#40576d}.public-feedback .feedback-side-list span{margin-top:.12rem;color:#8795a2;font-size:.68rem;line-height:1.35}.public-feedback .feedback-aside-card--safe{background:#fffdfa}.public-feedback__honeypot{position:absolute;left:-9999px;top:-9999px}.public-feedback__thanks{max-width:700px;margin:auto;padding:4rem 2rem}.public-feedback__thanks>div{font-size:2rem;letter-spacing:.35rem;color:#cda24c}@media(max-width:800px){.public-feedback{padding-top:7rem}.public-feedback__grid,.public-feedback .feedback-public-fields,.public-feedback .feedback-two-col{grid-template-columns:1fr}.public-feedback .feedback-page__aside{display:grid;grid-template-columns:1fr 1fr}.public-feedback .feedback-type-grid{grid-template-columns:1fr}}@media(max-width:560px){.public-feedback .feedback-page__aside{grid-template-columns:1fr}}

/* Feedback uses the public site's deep navy/gold palette, not the default white
   utility-card treatment used by generic forms. */
.public-feedback{background:var(--navy-deep);color:var(--cream)}
.public-feedback__header h1{color:var(--cream)}
.public-feedback__header p{color:rgba(240,239,237,.68)}
.public-feedback .feedback-form-card,.public-feedback .feedback-aside-card,.public-feedback__thanks{background:var(--navy);border-color:rgba(226,203,148,.24);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.public-feedback .feedback-form-card__body{background:var(--navy)}
.public-feedback .feedback-number-label{color:var(--gold-light)}
.public-feedback .feedback-number-label small{color:rgba(240,239,237,.55)}
.public-feedback .feedback-type-card{border-color:rgba(226,203,148,.28);background:var(--navy-soft);color:var(--cream)}
.public-feedback .feedback-type-card.is-selected{border-color:var(--gold);background:#26354a;box-shadow:0 0 0 1px rgba(182,152,93,.3)}
.public-feedback .feedback-type-card__icon{background:rgba(182,152,93,.18);color:var(--gold-light)}
.public-feedback .feedback-type-card small{color:rgba(240,239,237,.58)}
.public-feedback .form-control,.public-feedback .select2-container--bootstrap-5 .select2-selection--single{background:#101923!important;border-color:rgba(226,203,148,.28)!important;color:var(--cream)!important}
.public-feedback .form-control::placeholder{color:rgba(240,239,237,.42)}
.public-feedback .select2-container--bootstrap-5 .select2-selection__rendered{color:var(--cream)!important}
.public-feedback .select2-container--bootstrap-5 .select2-selection__placeholder{color:rgba(240,239,237,.52)!important}
.public-feedback .feedback-tip{border-color:rgba(146,173,189,.34);background:#1c2b3c}
.public-feedback .feedback-tip strong{color:var(--gold-light)}
.public-feedback .feedback-tip span{color:rgba(240,239,237,.58)}
.public-feedback .feedback-details>small,.public-feedback .feedback-scale{color:rgba(240,239,237,.48)}
.public-feedback .feedback-upload{border-color:rgba(226,203,148,.4);background:#1c2b3c;color:var(--gold-light)}
.public-feedback .feedback-upload small{color:rgba(240,239,237,.52)}
.public-feedback .feedback-consent{border-top-color:rgba(226,203,148,.2);color:rgba(240,239,237,.76)}
.public-feedback .feedback-consent small{color:rgba(240,239,237,.48)}
.public-feedback .feedback-form-card__footer{border-top-color:rgba(226,203,148,.2);background:var(--navy)}
.public-feedback .feedback-aside-card h3{color:var(--gold-light)}
.public-feedback .feedback-side-list b{color:var(--cream)}
.public-feedback .feedback-side-list span{color:rgba(240,239,237,.58)}
.public-feedback .feedback-side-list i{background:rgba(182,152,93,.18);color:var(--gold-light)}
.public-feedback .feedback-side-list i.is-green{background:rgba(62,150,106,.18);color:#80d2a4}
.public-feedback .btn-outline-secondary{color:var(--cream);border-color:rgba(240,239,237,.45)}
.public-feedback .btn-outline-secondary:hover{background:var(--cream);color:var(--navy)}
.public-feedback .select2-container--bootstrap-5 .select2-dropdown{background:var(--navy-soft);border-color:rgba(226,203,148,.3)}
.public-feedback .select2-container--bootstrap-5 .select2-results__option{color:var(--cream)}
.public-feedback .select2-container--bootstrap-5 .select2-results__option--highlighted{background:var(--gold)!important;color:var(--navy-deep)!important}
.public-feedback .feedback-form-card__footer{align-items:center}
.public-feedback .feedback-upload:hover,.public-feedback .feedback-upload.is-dragging{background:#26354a!important;border-color:var(--gold)!important;color:var(--gold-light)!important}
.public-feedback .feedback-tip i{flex:0 0 1rem;min-width:1rem;aspect-ratio:1/1}
.public-feedback .feedback-consent input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;flex:0 0 18px;margin:.08rem 0 0;border:1px solid var(--gold);border-radius:4px;background:transparent;display:grid;place-content:center;cursor:pointer}
.public-feedback .feedback-consent input[type=checkbox]::before{content:"";width:9px;height:5px;border-left:2px solid var(--navy-deep);border-bottom:2px solid var(--navy-deep);transform:rotate(-45deg) scale(0);transition:transform .12s ease}
.public-feedback .feedback-consent input[type=checkbox]:checked{background:var(--gold);border-color:var(--gold)}
.public-feedback .feedback-consent input[type=checkbox]:checked::before{transform:rotate(-45deg) scale(1)}
