/* ============================================================
   Tara Solen — home page styles
   Class prefix: .t-
   Design tokens come from /assets/tokens.css
   ============================================================ */

.t-root {
  background: var(--t-ink);
  color: var(--t-cream);
  font-family: var(--t-sans);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.t-root *, .t-root *::before, .t-root *::after { box-sizing: border-box; }
.t-root img { max-width: 100%; display: block; }
.t-root a { color: inherit; }

.t-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.t-center { text-align: center; }
.t-show-mobile { display: none; }
.t-hide-mobile { display: initial; }
.t-skip { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.t-skip:focus { left: 20px; top: 20px; width: auto; height: auto; padding: 12px 16px; background: #fff; color: #000; z-index: 9999; border-radius: 8px; }

/* Header */
.t-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); background: rgba(13, 13, 26, .82); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.t-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.t-brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.t-brand-name { font-family: var(--t-serif); font-size: 1.25rem; font-weight: 900; letter-spacing: .02em; }
.t-brand-tag { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--t-teal); margin-top: 4px; }
.t-nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.t-nav a { text-decoration: none; font-size: .92rem; color: var(--t-muted); }
.t-nav a:hover, .t-nav a:focus-visible { color: var(--t-cream); }
.t-header-cta { padding: 11px 16px; font-size: .82rem; min-height: 40px; }

/* Buttons */
.t-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: none; border-radius: 999px; padding: 16px 24px; min-height: 48px; font-weight: 700; font-size: .96rem; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.t-btn:hover, .t-btn:focus-visible { transform: translateY(-2px); }
.t-btn-primary { background: var(--t-gold-grad); color: #0d0d1a; box-shadow: 0 10px 28px rgba(200, 145, 74, .35); }
.t-btn-secondary { background: transparent; border: 1px solid rgba(255, 255, 255, .18); color: var(--t-cream); }
.t-btn-secondary:hover, .t-btn-secondary:focus-visible { border-color: var(--t-teal); background: var(--t-teal-soft); }
.t-btn-block { width: 100%; }
.t-btn-xl { padding: 20px 28px; min-height: 58px; font-size: 1.04rem; letter-spacing: .01em; }
.t-btn-badge { display: inline-flex; align-items: center; justify-content: center; background: rgba(13, 13, 26, .18); color: inherit; padding: 4px 10px; border-radius: 999px; font-size: .65rem; letter-spacing: .16em; font-weight: 800; }
.t-reassure { margin: 10px 0 0; font-size: .82rem; color: var(--t-muted-2); }
.t-text-link { display: inline-block; margin-top: 12px; color: var(--t-teal); text-decoration: underline; font-size: .92rem; font-weight: 700; }
.t-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--t-teal-border); background: var(--t-teal-soft); color: var(--t-teal); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

/* Hero */
.t-hero { position: relative; overflow: hidden; padding: 80px 0 72px; background: radial-gradient(circle at 15% 20%, rgba(27, 191, 191, .10), transparent 30%), radial-gradient(circle at 85% 20%, rgba(138, 63, 114, .20), transparent 32%), linear-gradient(180deg, #111120 0%, #0d0d1a 100%); }
.t-hero::after { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E"); opacity: .18; pointer-events: none; }
.t-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.t-hero-copy { min-width: 0; }
.t-hero-copy h1 { margin: 14px 0 14px; font-family: var(--t-serif); font-size: clamp(1.9rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -.02em; overflow-wrap: break-word; word-wrap: break-word; }
.t-hero-copy h1 .t-accent { color: var(--t-gold-light); font-style: italic; }
.t-hero-sub { margin: 0; max-width: 560px; font-size: 1.04rem; color: var(--t-muted); }
.t-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.t-hero-portrait { display: block; margin: 0 auto; width: 100%; max-width: 260px; aspect-ratio: 4 / 5; border-radius: 24px; overflow: hidden; box-shadow: var(--t-shadow); border: 1px solid rgba(255, 255, 255, .08); position: relative; background: #0a0a14; }
.t-hero-portrait::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -60px 60px -30px rgba(13, 13, 26, .55); }
.t-hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

@media (min-width: 880px) {
  .t-hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr); gap: 48px; }
  .t-hero-copy { order: 1; }
  .t-hero-portrait { order: 2; margin: 0 0 0 auto; max-width: 380px; }
}

.t-credentials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.t-credentials-hero { margin-top: 22px; }
.t-credentials span { padding: 8px 12px; border-radius: 999px; border: 1px solid var(--t-teal-border); background: var(--t-teal-soft); color: var(--t-teal); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.t-hero-panel { background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .08); border-radius: 28px; box-shadow: var(--t-shadow); padding: 28px; position: relative; overflow: hidden; }
.t-hero-panel::before { content: ""; position: absolute; inset: auto -40px -40px auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(27, 191, 191, .18), transparent 68%); }
.t-hero-panel h2 { margin: 0 0 10px; font-family: var(--t-serif); font-size: 1.8rem; line-height: 1.1; }
.t-hero-panel p { margin: 0 0 18px; color: var(--t-muted); font-size: .96rem; }
.t-panel-list { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 10px; }
.t-panel-list li { padding: 12px 14px; border-radius: 14px; background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .06); color: var(--t-cream); font-size: .92rem; }

/* Quick answer / proof / sections */
.t-quick-answer { padding: 28px 0; background: var(--t-surface); border-top: 1px solid rgba(255, 255, 255, .06); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.t-quick-answer-card { border-left: 4px solid var(--t-teal); padding: 18px 22px; background: rgba(27, 191, 191, .05); border-radius: 0 16px 16px 0; }
.t-quick-answer-label { display: inline-block; margin-bottom: 8px; color: var(--t-teal); font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.t-quick-answer-card p { margin: 0; color: var(--t-cream); font-size: 1rem; line-height: 1.6; }
.t-proof-strip { background: var(--t-surface); border-bottom: 1px solid rgba(255, 255, 255, .06); }
.t-proof-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 22px 0; }
.t-proof-card { text-align: center; padding: 6px 10px; }
.t-proof-card strong { display: block; font-family: var(--t-serif); font-size: 1.5rem; color: var(--t-gold-light); line-height: 1.1; margin-bottom: 6px; }
.t-proof-card span { color: var(--t-muted); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.t-root section { padding: 76px 0; }
.t-root section.t-quick-answer { padding: 28px 0; }
.t-section-head { max-width: 820px; margin-bottom: 30px; }
.t-section-head h2 { margin: 16px 0 12px; font-family: var(--t-serif); font-size: clamp(1.8rem, 3.8vw, 3rem); line-height: 1.08; }
.t-section-head p { margin: 0; color: var(--t-muted); font-size: 1.04rem; }
.t-section-head-tight { margin-bottom: 22px; }
.t-section-head-tight h2 { margin-top: 12px; }

/* Grids + cards */
.t-pain { background: var(--t-surface); }
.t-grid { display: grid; gap: 20px; }
.t-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.t-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.t-grid-steps { margin-top: 22px; }
.t-card { background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .07); border-radius: var(--t-radius); padding: 24px; box-shadow: var(--t-shadow); }
.t-card h3 { margin: 0 0 10px; font-family: var(--t-serif); font-size: 1.32rem; line-height: 1.15; }
.t-card p, .t-card li { color: var(--t-muted); font-size: .96rem; margin: 0; }
.t-pain-card { border-left: 4px solid var(--t-coral); }
.t-signal { margin-top: 14px; display: inline-block; color: var(--t-gold-light); font-family: var(--t-italic); font-size: 1.08rem; }
.t-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.t-list-clean { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 12px; }
.t-list-clean li { padding-left: 24px; position: relative; color: var(--t-muted); }
.t-list-clean li strong { color: var(--t-cream); }
.t-list-clean li::before { content: "•"; position: absolute; left: 0; top: 0; color: var(--t-teal); font-weight: 700; }
.t-quote { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(200, 145, 74, .18); font-family: var(--t-italic); font-size: 1.2rem; color: var(--t-gold-light); }

.t-question-block, .t-solution { background: radial-gradient(circle at 82% 28%, rgba(138, 63, 114, .12), transparent 32%), var(--t-ink); }
.t-question-card { border-left: 4px solid var(--t-teal); }
.t-search-line { display: block; font-size: 1rem; color: var(--t-cream); margin-bottom: 8px; font-weight: 700; }
.t-step-num, .t-mini-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; border-radius: 999px; background: var(--t-teal-soft); border: 1px solid var(--t-teal-border); color: var(--t-teal); font-size: .85rem; font-weight: 800; margin-bottom: 14px; }
.t-step-title { margin: 0 0 6px; font-family: var(--t-serif); font-size: 1.05rem; }

/* Offer cards */
.t-offer { background: var(--t-surface); }
.t-offer-card { position: relative; overflow: hidden; }
.t-offer-featured { border-color: rgba(27, 191, 191, .32); background: linear-gradient(180deg, rgba(27, 191, 191, .08), rgba(255, 255, 255, .02)); }
.t-offer-tag { position: absolute; top: 16px; right: 16px; background: var(--t-gold-grad); color: #0d0d1a; padding: 6px 12px; border-radius: 999px; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.t-offer-kicker { color: var(--t-teal); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; margin-bottom: 10px; }
.t-offer-cta { margin-top: 22px; }
.t-offer-pitch { font-size: .98rem; color: var(--t-muted); margin: 0 0 6px; line-height: 1.4; }

/* Authority + FAQ + CTA */
.t-authority { background: linear-gradient(180deg, #121223, #0d0d1a); border-top: 1px solid rgba(255, 255, 255, .05); border-bottom: 1px solid rgba(255, 255, 255, .05); }
.t-faq { background: var(--t-surface); }
details.t-faq-item { border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; background: rgba(255, 255, 255, .03); padding: 18px 20px; transition: border-color .2s, background .2s; }
details.t-faq-item[open] { border-color: rgba(27, 191, 191, .35); background: rgba(255, 255, 255, .05); }
details.t-faq-item summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--t-cream); font-size: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-right: 4px; }
details.t-faq-item summary::-webkit-details-marker { display: none; }
details.t-faq-item summary::marker { content: ''; }
details.t-faq-item summary::after { content: '+'; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(200, 145, 74, .35); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400; color: var(--t-gold); transition: transform .25s, background .25s; line-height: 1; }
details.t-faq-item[open] summary::after { transform: rotate(45deg); background: rgba(200, 145, 74, .15); }
details.t-faq-item summary:hover { color: var(--t-gold); }
details.t-faq-item p { margin: 14px 0 0; color: var(--t-muted); }
.t-faq-more { margin: 26px 0 0; text-align: center; }
.t-faq-more a { color: var(--t-teal); text-decoration: underline; font-weight: 700; font-size: .95rem; }
.t-cta-band { position: relative; overflow: hidden; text-align: center; padding: 80px 0; background: radial-gradient(circle at 50% 0%, rgba(138, 63, 114, .22), transparent 34%), linear-gradient(180deg, #130c20 0%, #0d0d1a 100%); }
.t-cta-band h2 { margin: 16px auto 12px; max-width: 860px; font-family: var(--t-serif); font-size: clamp(1.9rem, 3.8vw, 3.2rem); line-height: 1.08; }
.t-cta-band > .t-container > p { max-width: 720px; margin: 0 auto 24px; color: var(--t-muted); font-size: 1.04rem; }
.t-accent { color: var(--t-gold-light); font-style: italic; }

/* Footer */
.t-site-footer { background: #090912; border-top: 1px solid rgba(255, 255, 255, .06); padding: 34px 0 80px; }
.t-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 24px; align-items: start; }
.t-footer-grid h3, .t-footer-grid h4 { margin: 0 0 10px; }
.t-footer-grid h3 { font-family: var(--t-serif); font-size: 1.4rem; }
.t-footer-grid h4 { color: var(--t-teal); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.t-footer-grid p, .t-footer-grid a { color: var(--t-muted); font-size: .92rem; text-decoration: none; margin: 0 0 8px; display: block; }
.t-footer-grid a:hover, .t-footer-grid a:focus-visible { color: var(--t-cream); }
.t-muted-2 { color: var(--t-muted-2); }

/* Sticky mobile + scroll progress */
.t-sticky-mobile { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(13, 13, 26, .94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--t-teal-border); }
.t-sticky-inner { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
.t-sticky-sub { text-align: center; font-size: .72rem; color: var(--t-muted-2); }

/* Tablet */
@media (max-width: 1040px) {
  .t-split, .t-grid-3, .t-grid-2, .t-footer-grid { grid-template-columns: 1fr; }
  .t-proof-row { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .t-nav { display: none; }
}
/* Mobile */
@media (max-width: 720px) {
  .t-show-mobile { display: initial; }
  .t-hide-mobile { display: none !important; }
  .t-root section, .t-cta-band, .t-hero { padding-top: 48px; padding-bottom: 48px; }
  .t-root .t-quick-answer { padding-top: 22px; padding-bottom: 22px; }
  .t-header-inner { gap: 10px; min-height: 54px; }
  .t-brand-name { font-size: 1.05rem; }
  .t-brand-tag { display: none; }
  .t-header-cta { padding: 8px 12px; font-size: .76rem; min-height: 34px; }
  .t-hero { padding-top: 28px; padding-bottom: 48px; }
  .t-hero-copy h1 { font-size: clamp(1.85rem, 7.6vw, 2.4rem); margin: 12px 0 12px; }
  .t-hero-sub { font-size: .98rem; }
  .t-hero-actions { flex-direction: column; gap: 10px; }
  .t-hero-actions .t-btn { width: 100%; }
  .t-btn-xl { padding: 17px 22px; min-height: 54px; font-size: .98rem; }
  .t-section-head p, .t-cta-band p { font-size: .96rem; }
  .t-proof-row { grid-template-columns: repeat(2, 1fr); padding: 18px 0; gap: 14px; }
  .t-proof-card strong { font-size: 1.3rem; }
  .t-proof-card span { font-size: .68rem; }
  .t-container { padding: 0 18px; }
  .t-sticky-mobile { display: block; }
  .t-site-footer { padding-bottom: 130px; }
  .t-progress { display: none !important; }
}
@media (max-width: 480px) {
  .t-brand-name { font-size: 1rem; }
  .t-header-inner { gap: 8px; min-height: 52px; }
  .t-header-cta { padding: 8px 10px; font-size: .72rem; min-height: 32px; }
  .t-hero { padding-top: 24px; }
  .t-hero-portrait { max-width: 220px; width: 64%; }
  .t-hero-copy h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); }
  .t-hero-panel { padding: 22px; }
  .t-card { padding: 20px; }
  .t-section-head h2, .t-cta-band h2 { font-size: clamp(1.6rem, 6.8vw, 2.1rem); }
  .t-credentials span { font-size: .66rem; padding: 6px 10px; }
  .t-eyebrow { font-size: .66rem; padding: 6px 12px; }
  .t-quote { font-size: 1.06rem; }
  .t-quick-answer-card { padding: 16px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .t-btn:hover, .t-btn:focus-visible { transform: none; }
}

/* "Which is most you?" picker */
.t-picker { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); }
.t-picker-prompt { margin: 0 0 12px; font-family: var(--t-italic); font-size: 1.05rem; color: var(--t-muted); font-style: italic; }
.t-picker-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.t-picker-card { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 14px 16px; text-decoration: none; background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .08); border-radius: 14px; color: var(--t-cream); transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.t-picker-card:hover, .t-picker-card:focus-visible { transform: translateY(-2px); border-color: var(--t-teal-border); background: var(--t-teal-soft); }
.t-picker-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 999px; background: var(--t-teal-soft); color: var(--t-teal); font-family: var(--t-serif); font-size: 1.1rem; font-weight: 700; }
.t-picker-label { font-size: .92rem; font-weight: 700; line-height: 1.25; }

/* Pattern-interrupt bands */
.t-band { padding: 60px 0 !important; text-align: center; }
.t-band-cream { background: var(--t-cream); color: var(--t-ink); }
.t-band-dark { background: linear-gradient(180deg, #0a0a14, #14142a); color: var(--t-cream); }
.t-band-line { margin: 0; font-family: var(--t-italic); font-size: clamp(1.6rem, 4.8vw, 3rem); line-height: 1.15; font-weight: 400; letter-spacing: -.01em; }
.t-band-cream .t-band-line { color: #1a1208; }
.t-band-cream .t-band-line em { font-style: italic; color: #b8893a; }
.t-band-dark .t-band-line em { font-style: italic; color: var(--t-gold-light); }

/* Tap-to-reveal cards */
.t-reveal-card { background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02)); border: 1px solid rgba(255, 255, 255, .07); border-radius: var(--t-radius); box-shadow: var(--t-shadow); overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.t-reveal-card:hover { border-color: rgba(27, 191, 191, .28); }
.t-reveal-card[open] { border-color: var(--t-teal-border); }
.t-reveal-card summary { list-style: none; cursor: pointer; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.t-reveal-card summary::-webkit-details-marker { display: none; }
.t-reveal-line { font-family: var(--t-serif); font-size: 1.18rem; line-height: 1.25; color: var(--t-cream); font-weight: 600; }
.t-reveal-line em { font-style: italic; color: var(--t-gold-light); font-weight: 400; }
.t-reveal-chip { flex-shrink: 0; align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: var(--t-teal-soft); border: 1px solid var(--t-teal-border); color: var(--t-teal); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transition: transform .2s ease; }
.t-reveal-card[open] .t-reveal-chip { transform: rotate(45deg); background: transparent; }
.t-reveal-body { padding: 0 24px 24px; border-top: 1px solid rgba(255, 255, 255, .06); padding-top: 18px; animation: t-reveal-in .25s ease both; }
.t-reveal-body p { margin: 0 0 12px; color: var(--t-muted); font-size: .96rem; line-height: 1.55; }
.t-reveal-body p:last-child { margin-bottom: 0; }
.t-reveal-body .t-signal { margin-top: 4px; display: inline-block; color: var(--t-gold-light); font-family: var(--t-italic); font-size: 1.04rem; }
@keyframes t-reveal-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

.t-question-card .t-search-line { font-family: var(--t-sans); font-size: 1.08rem; font-weight: 700; color: var(--t-cream); line-height: 1.3; margin: 0; }
.t-question-card .t-search-line::before { content: "\201C"; color: var(--t-teal); margin-right: 2px; }
.t-question-card .t-search-line::after  { content: "\201D"; color: var(--t-teal); margin-left: 2px; }

.t-q-scroller { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.t-show-mobile-flex { display: none !important; }

.t-counter { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: var(--t-teal-soft); border: 1px solid var(--t-teal-border); color: var(--t-teal); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.t-swipe-hint { color: var(--t-muted-2); font-size: .82rem; font-family: var(--t-italic); font-style: italic; }

.t-list-large li { font-size: 1.05rem; padding-left: 28px; }
.t-list-tight { gap: 8px !important; margin-top: 12px !important; }
.t-list-tight li { font-size: .92rem; }

/* Scroll-progress dots (desktop only) */
.t-progress { display: none; position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 55; flex-direction: column; gap: 14px; padding: 14px 8px; border-radius: 999px; background: rgba(13, 13, 26, .6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .06); }
.t-progress-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(245, 239, 230, .18); transition: background .2s ease, transform .2s ease, width .2s ease, height .2s ease; }
.t-progress-dot:hover { background: rgba(245, 239, 230, .45); transform: scale(1.2); }
.t-progress-dot[data-active="true"] { background: var(--t-gold-light); width: 12px; height: 12px; box-shadow: 0 0 0 4px rgba(229, 181, 116, .18); }
@media (min-width: 1100px) { .t-progress { display: flex; } }

/* Mobile carousel overrides */
@media (max-width: 720px) {
  .t-picker-grid { grid-template-columns: 1fr; gap: 8px; }
  .t-picker-card { flex-direction: row; align-items: center; }
  .t-show-mobile-flex { display: flex !important; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
  .t-q-scroller { display: flex; grid-template-columns: none; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-padding: 0 4vw; gap: 14px; margin: 0 -4vw; padding: 4px 4vw 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .t-q-scroller::-webkit-scrollbar { display: none; }
  .t-q-scroller > .t-reveal-card { flex: 0 0 86%; scroll-snap-align: center; min-height: 180px; }
  .t-reveal-card summary { padding: 20px; }
  .t-reveal-line { font-size: 1.05rem; }
  .t-band { padding: 44px 0 !important; }
  .t-band-line { font-size: clamp(1.6rem, 7vw, 2rem); }
}
