.trc-app {
  --trc-primary: var(--trc-burgundy, #5d0b24);
  --trc-primary-dark: #320715;
  --trc-accent: var(--trc-rose, #b97989);
  --trc-text: var(--trc-ink, #241b1e);
  --trc-muted-copy: #6e6568;
  --trc-line: #e4e0e1;
  --trc-soft: #f7f5f5;
  --trc-gold: #a97813;
  --trc-gold-light: #f4df9a;
  --trc-danger: #a52836;
  --trc-success: #257052;
  --trc-serif: var(--trc-font-heading, Georgia, "Times New Roman", serif);
  --trc-sans: var(--trc-font-body, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  min-width: 320px;
  min-height: 100dvh;
  color: var(--trc-text);
  background: #fff;
  font: 400 16px/1.55 var(--trc-sans);
  -webkit-font-smoothing: antialiased;
}
.trc-app, .trc-app *, .trc-app *::before, .trc-app *::after { box-sizing: border-box; }
.trc-app [hidden] { display: none !important; }
.trc-app img, .trc-app video { display: block; max-width: 100%; }
.trc-app a { color: inherit; text-underline-offset: 3px; }
.trc-app button, .trc-app input, .trc-app select, .trc-app textarea { color: var(--trc-text); font: inherit; }
.trc-app button { cursor: pointer; }
.trc-app :focus-visible { outline: 3px solid color-mix(in srgb, var(--trc-accent) 65%, white); outline-offset: 3px; }
.trc-skip { position: fixed; z-index: 10000; top: .7rem; left: .7rem; padding: .65rem 1rem; color: #fff; background: #5d0b24; border-radius: 4px; transform: translateY(-160%); }
.trc-skip:focus { transform: none; }
.trc-app .trc-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.trc-main { width: min(1160px, calc(100% - 40px)); min-height: 75dvh; margin-inline: auto; padding: clamp(2.5rem, 6vw, 5rem) 0 6rem; }

.trc-app h1, .trc-app h2, .trc-app h3, .trc-app p { margin-top: 0; }
.trc-app h1, .trc-app h2 { margin-bottom: .75rem; color: var(--trc-text); font-family: var(--trc-serif); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; }
.trc-app h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
.trc-app h2 { font-size: clamp(1.7rem, 3.3vw, 2.65rem); }
.trc-app h3 { margin-bottom: .45rem; color: var(--trc-text); font-size: 1.05rem; }
.trc-eyebrow { margin-bottom: .6rem; color: var(--trc-primary); font-size: .68rem; font-weight: 820; letter-spacing: .17em; text-transform: uppercase; }
.trc-muted { color: var(--trc-muted-copy); }
.trc-panel { padding: clamp(1.3rem, 3.5vw, 2.5rem); background: #fff; border: 1px solid var(--trc-line); border-radius: 8px; }
.trc-button { display: inline-flex; min-height: 46px; padding: .7rem 1.15rem; align-items: center; justify-content: center; color: #fff !important; background: var(--trc-primary); border: 1px solid var(--trc-primary); border-radius: 5px; text-decoration: none; font-size: .84rem; font-weight: 760; }
.trc-button:hover { background: var(--trc-primary-dark); border-color: var(--trc-primary-dark); }
.trc-button:disabled, .trc-button[aria-busy="true"] { cursor: wait; opacity: .6; }
.trc-button-ghost { color: var(--trc-primary) !important; background: #fff; border-color: #cfc8ca; }
.trc-button-wide { width: 100%; }
.trc-button-gold { color: #2e2006 !important; background: var(--trc-gold-light); border-color: #c3922f; }
.trc-text-link { display: inline-block; margin-top: 1rem; color: var(--trc-primary) !important; font-size: .84rem; font-weight: 720; }

.trc-app form label { display: grid; gap: .4rem; color: #342b2e; font-size: .8rem; font-weight: 680; }
.trc-app input:not([type="checkbox"]):not([type="radio"]), .trc-app select, .trc-app textarea { width: 100%; min-height: 46px; padding: .65rem .75rem; color: #211a1c !important; background: #fff !important; border: 1px solid #d2ccce; border-radius: 5px; box-shadow: none; }
.trc-app select { padding-right: 2.4rem; background-image: linear-gradient(45deg, transparent 50%, #4b3a40 50%), linear-gradient(135deg, #4b3a40 50%, transparent 50%) !important; background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px !important; background-repeat: no-repeat !important; background-size: 5px 5px, 5px 5px !important; appearance: none; }
.trc-app select option { color: #211a1c !important; background: #fff !important; }
.trc-app textarea { min-height: 98px; resize: vertical; }
.trc-app input:focus, .trc-app select:focus, .trc-app textarea:focus { border-color: var(--trc-primary); outline: 0; box-shadow: 0 0 0 3px rgba(93,11,36,.09); }
.trc-app input:user-invalid, .trc-app select:user-invalid, .trc-app textarea:user-invalid { border-color: var(--trc-danger); }
.trc-app label small { color: var(--trc-muted-copy); font-size: .72rem; font-weight: 450; }
.trc-app fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.trc-app legend { width: 100%; margin-bottom: .55rem; color: var(--trc-text); font-family: var(--trc-serif); font-size: clamp(1.8rem, 4vw, 2.5rem); line-height: 1.1; }
.trc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-span-2 { grid-column: 1 / -1; }
.trc-check, .trc-consents label { display: flex !important; align-items: flex-start; gap: .55rem !important; font-weight: 500 !important; }
.trc-check input, .trc-consents input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .12rem; accent-color: var(--trc-primary); }
.trc-form-message { min-height: 1.4rem; margin-top: .65rem; color: var(--trc-muted-copy); font-size: .8rem; }
.trc-form-message.is-error { padding: .65rem .75rem; color: var(--trc-danger); border-left: 2px solid var(--trc-danger); }
.trc-form-message.is-success { padding: .65rem .75rem; color: var(--trc-success); border-left: 2px solid var(--trc-success); }
.trc-step-actions { display: flex; margin-top: 1.25rem; padding-top: 1rem; justify-content: flex-end; gap: .6rem; border-top: 1px solid var(--trc-line); }
.trc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

/* Signup and authentication */
.trc-is-public .trc-main { width: 100%; padding: 0; }
.trc-public-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr); min-height: 80dvh; padding: clamp(3rem, 7vw, 6rem) max(20px, calc((100vw - 1160px) / 2)); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.trc-public-intro { max-width: 460px; padding-left: 1.25rem; border-left: 2px solid var(--trc-primary); }
.trc-public-intro h1 { font-family: var(--trc-sans); font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 650; }
.trc-public-intro > p:last-child { color: var(--trc-muted-copy); line-height: 1.7; }
.trc-signup { width: 100%; max-width: 720px; }
.trc-progress { height: 2px; margin-bottom: .8rem; overflow: hidden; background: #e6e1e3; }
.trc-progress span { display: block; width: 20%; height: 100%; background: var(--trc-primary); transition: width .2s ease; }
.trc-step-label { margin-bottom: 1.1rem; color: var(--trc-muted-copy); font-size: .68rem; font-weight: 730; letter-spacing: .1em; text-transform: uppercase; }
.trc-form-subtitle { margin: 1.5rem 0 .8rem !important; font-family: var(--trc-sans) !important; font-size: 1rem !important; font-weight: 720 !important; letter-spacing: 0 !important; }
.trc-plan-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.trc-plan-option { position: relative; display: block !important; }
.trc-plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.trc-plan-option > span { position: relative; display: grid; min-height: 178px; padding: 1.1rem; align-content: start; color: var(--trc-text); background: #fff; border: 1px solid #d8d1d3; border-radius: 7px; cursor: pointer; }
.trc-plan-option b { font-family: var(--trc-serif); font-size: 1.7rem; font-weight: 550; }
.trc-plan-option em { margin: .25rem 0 .55rem; color: var(--trc-primary); font-style: normal; font-size: .75rem; font-weight: 850; letter-spacing: .08em; }
.trc-plan-option small { color: var(--trc-muted-copy); line-height: 1.45; }
.trc-plan-option i { margin-top: auto; padding-top: .8rem; color: var(--trc-primary); border-top: 1px solid var(--trc-line); font-style: normal; font-size: .72rem; font-weight: 780; }
.trc-plan-option > span > strong { display: none; }
.trc-plan-option input:checked + span { border: 2px solid var(--trc-primary); padding: calc(1.1rem - 1px); }
.trc-plan-option.is-vip > span { background: linear-gradient(135deg, #fffdf7 0%, #f5e6b8 52%, #fff9e9 100%); border-color: #c4942e; }
.trc-plan-option.is-vip > span > strong { display: block; width: fit-content; margin-bottom: .45rem; padding: .2rem .4rem; color: #fff; background: #8d6412; border-radius: 2px; font-size: .55rem; letter-spacing: .1em; }
.trc-plan-option.is-vip em, .trc-plan-option.is-vip i { color: #78540c; }
.trc-plan-option.is-vip input:checked + span { border-color: #8d6412; box-shadow: 0 0 0 3px rgba(196,148,46,.18); }
.trc-choice-group { margin-top: 1rem; }
.trc-choice-group > p { margin-bottom: .5rem; font-size: .8rem; font-weight: 720; }
.trc-choice-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.trc-chip input, .trc-select-card input { position: absolute; opacity: 0; pointer-events: none; }
.trc-chip span { display: block; min-width: 44px; padding: .52rem .65rem; color: var(--trc-text); background: #fff; border: 1px solid #d8d1d3; border-radius: 5px; text-align: center; cursor: pointer; font-size: .76rem; }
.trc-chip input:checked + span { color: #fff; background: var(--trc-primary); border-color: var(--trc-primary); }
.trc-choice-stack { display: grid; gap: .48rem; }
.trc-select-card span { display: flex; min-height: 44px; padding: .65rem .8rem; align-items: center; color: var(--trc-text); background: #fff; border: 1px solid #d8d1d3; border-radius: 5px; cursor: pointer; font-size: .82rem; }
.trc-select-card input:checked + span { color: var(--trc-primary); border-color: var(--trc-primary); box-shadow: inset 2px 0 var(--trc-primary); }
.trc-other-field { margin-top: .5rem; }
.trc-consents { display: grid; margin: 1.15rem 0; gap: .7rem; }
.trc-review { padding: .8rem 0 .8rem .9rem; color: var(--trc-muted-copy); border-left: 2px solid #d2ccce; font-size: .8rem; }
.trc-auth-wrap, .trc-state-wrap { display: grid; min-height: 72dvh; padding: 3rem 20px; place-items: center; }
.trc-auth-card, .trc-state-card { width: min(100%, 480px); text-align: center; }
.trc-auth-card h1, .trc-state-card h1 { font-size: clamp(2.3rem, 7vw, 3.7rem); }
.trc-auth-card form { display: grid; margin-top: 1.4rem; text-align: left; gap: .9rem; }
.trc-onboarding-wrap { width: min(820px, 100%); margin-inline: auto; }

/* Shared member screens */
.trc-section-head { max-width: 760px; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.trc-section-head > p:last-child { color: var(--trc-muted-copy); }
.trc-plan-pill { display: inline-flex; width: fit-content; padding: .45rem .7rem; color: var(--trc-primary); background: #f4e8eb; border: 1px solid #e0cbd1; border-radius: 4px; font-size: .68rem; font-weight: 830; letter-spacing: .08em; text-transform: uppercase; }
.trc-plan-pill.is-vip { color: #5f4105; background: #f6e6ad; border-color: #c4942e; }
.trc-empty-state { padding: 3rem 1.25rem; background: #fff; border: 1px solid var(--trc-line); text-align: center; }
.trc-empty-state h2 { font-size: 1.8rem; }

/* Dashboard: operational and compact */
.trc-dashboard-head { display: flex; margin-bottom: 2rem; align-items: flex-start; justify-content: space-between; gap: 1.5rem; }
.trc-dashboard-head h1 { margin-bottom: .4rem; }
.trc-dashboard-head p:last-child { color: var(--trc-muted-copy); }
.trc-box-status { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); margin-bottom: 2rem; padding: clamp(1.2rem, 3vw, 2rem) 0; align-items: center; gap: 2rem; border-top: 1px solid var(--trc-text); border-bottom: 1px solid var(--trc-line); }
.trc-box-status h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.trc-box-status-copy > p:last-child { margin-bottom: 0; color: var(--trc-muted-copy); }
.trc-box-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.trc-box-steps li { position: relative; display: grid; gap: .45rem; color: #968d90; font-size: .72rem; }
.trc-box-steps li::after { position: absolute; top: 14px; right: 50%; left: -50%; height: 1px; content: ""; background: #d8d2d4; }
.trc-box-steps li:first-child::after { display: none; }
.trc-box-steps span { position: relative; z-index: 1; display: grid; width: 29px; aspect-ratio: 1; color: #746a6d; background: #fff; border: 1px solid #cfc8ca; border-radius: 50%; place-items: center; }
.trc-box-steps .is-done { color: var(--trc-text); }
.trc-box-steps .is-done span { color: #fff; background: var(--trc-primary); border-color: var(--trc-primary); }
.trc-dashboard-list { display: grid; border-top: 1px solid var(--trc-line); }
.trc-dashboard-list a { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; min-height: 82px; padding: 1rem 0; align-items: center; color: inherit; border-bottom: 1px solid var(--trc-line); text-decoration: none; gap: 1rem; }
.trc-dashboard-list a > span { color: var(--trc-muted-copy); font-family: var(--trc-serif); font-size: 1.15rem; }
.trc-dashboard-list a div { display: grid; }
.trc-dashboard-list strong { font-size: 1rem; }
.trc-dashboard-list small { margin-top: .2rem; color: var(--trc-muted-copy); }
.trc-dashboard-list a > b { color: var(--trc-primary); font-size: 1.25rem; transition: transform .15s ease; }
.trc-dashboard-list a:hover > b { transform: translateX(4px); }
.trc-continue { margin-top: 3rem; }
.trc-continue a { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; padding: 1rem 0; align-items: center; border-top: 1px solid var(--trc-line); border-bottom: 1px solid var(--trc-line); text-decoration: none; gap: 1rem; }
.trc-continue a span { color: var(--trc-primary); font-size: .7rem; font-weight: 760; text-transform: uppercase; }

/* History, routines and wardrobe */
.trc-history-list { display: grid; border-top: 1px solid var(--trc-text); }
.trc-history-list article { display: grid; grid-template-columns: 180px minmax(0, 1fr); padding: 1.2rem 0; border-bottom: 1px solid var(--trc-line); gap: 1.5rem; }
.trc-history-list time { font-family: var(--trc-serif); font-size: 1.25rem; }
.trc-history-list article > div { display: grid; }
.trc-history-list article p { display: grid; grid-template-columns: 90px minmax(0, 1fr) auto; margin: 0; padding: .55rem 0; align-items: center; border-bottom: 1px solid #f0eded; gap: .8rem; }
.trc-history-list article p:last-child { border: 0; }
.trc-history-list span, .trc-history-list small { color: var(--trc-muted-copy); font-size: .68rem; }
.trc-routine-list { display: grid; border-top: 1px solid var(--trc-text); }
.trc-routine-list > article { display: grid; grid-template-columns: 180px minmax(0, 1fr); padding: 1.5rem 0; border-bottom: 1px solid var(--trc-line); gap: 2rem; }
.trc-routine-list img { width: 180px; aspect-ratio: 1; object-fit: contain; background: var(--trc-soft); }
.trc-routine-list dl { display: grid; margin: 1.2rem 0 0; }
.trc-routine-list dl div { display: grid; grid-template-columns: 150px 1fr; padding: .65rem 0; border-top: 1px solid var(--trc-line); gap: 1rem; }
.trc-routine-list dt { color: var(--trc-muted-copy); font-size: .7rem; font-weight: 760; text-transform: uppercase; }
.trc-routine-list dd { margin: 0; }
.trc-wardrobe-summary { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 2rem; border-top: 1px solid var(--trc-text); border-bottom: 1px solid var(--trc-line); }
.trc-wardrobe-summary p { display: grid; margin: 0; padding: 1.2rem; border-right: 1px solid var(--trc-line); }
.trc-wardrobe-summary p:last-child { border: 0; }
.trc-wardrobe-summary span { color: var(--trc-muted-copy); font-size: .68rem; text-transform: uppercase; }
.trc-wardrobe-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.trc-wardrobe-list article { border-bottom: 1px solid var(--trc-line); }
.trc-wardrobe-list img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--trc-soft); }
.trc-wardrobe-list article > div { padding: .9rem 0; }
.trc-wardrobe-list small { color: var(--trc-primary); font-size: .68rem; text-transform: uppercase; }

/* Benefits */
.trc-benefit-overview { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); padding: 2rem 0 3rem; align-items: center; border-top: 1px solid var(--trc-text); border-bottom: 1px solid var(--trc-line); gap: 3rem; }
.trc-benefit-overview h2 { margin-top: 1rem; font-size: 2rem; }
.trc-benefit-overview ul { display: grid; margin: 0; padding: 0; list-style: none; gap: .55rem; }
.trc-benefit-overview li { display: flex; gap: .6rem; }
.trc-benefit-overview li span { color: var(--trc-primary); font-weight: 800; }
.trc-member-card { display: grid; min-height: 270px; padding: 1.5rem; color: #fff; background: var(--trc-primary); border: 1px solid var(--trc-primary-dark); border-radius: 10px; }
.trc-member-card.is-vip { color: #2f2209; background: linear-gradient(135deg, #fffaf0, #e6c768 50%, #fff4ce); border-color: #9c7016; }
.trc-member-card header, .trc-member-card footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.trc-member-card header { font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.trc-member-card h3 { margin: auto 0 .2rem; color: inherit; font-family: var(--trc-serif); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; }
.trc-member-card > p { margin-bottom: 1rem; opacity: .72; font-size: .72rem; letter-spacing: .08em; }
.trc-member-card footer { align-items: flex-end; }
.trc-member-card footer button { display: grid; padding: 0; color: inherit; background: none; border: 0; text-align: left; }
.trc-member-card footer button small { opacity: .72; font-size: .6rem; }
.trc-member-card footer button strong { font-size: .9rem; }
.trc-benefit-section { padding: 2.5rem 0; border-bottom: 1px solid var(--trc-line); }
.trc-benefit-section > header { display: grid; grid-template-columns: 1fr 2fr; align-items: end; }
.trc-benefit-section > header .trc-eyebrow { margin: 0; }
.trc-benefit-section > header h2 { margin: 0; font-size: 2rem; }
.trc-inline-empty { margin: 1rem 0 0 33.333%; padding: 1rem 0; color: var(--trc-muted-copy); border-top: 1px solid var(--trc-line); }
.trc-benefit-list { display: grid; margin-top: 1rem; margin-left: 33.333%; border-top: 1px solid var(--trc-line); }
.trc-benefit-list article { display: grid; grid-template-columns: 1fr auto; padding: 1rem 0; align-items: center; border-bottom: 1px solid var(--trc-line); gap: 1rem; }
.trc-benefit-list article:last-child { border: 0; }
.trc-benefit-list article small, .trc-benefit-list time { color: var(--trc-primary); font-size: .65rem; font-weight: 780; letter-spacing: .06em; }
.trc-benefit-list article p { margin: 0; color: var(--trc-muted-copy); }
.trc-benefit-list article a, .trc-benefit-list article button { color: var(--trc-primary); background: none; border: 0; text-decoration: none; font-size: .75rem; font-weight: 760; }
.trc-benefit-list article.is-locked { opacity: .65; }

/* Library index */
.trc-library-heading { max-width: 760px; margin-bottom: 2rem; }
.trc-library-heading > p:last-child { color: var(--trc-muted-copy); }
.trc-library-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 230px auto auto; margin-bottom: 1.5rem; padding: .8rem; align-items: center; background: #fff; border: 1px solid var(--trc-line); gap: .6rem; }
.trc-library-toolbar .trc-button { min-height: 46px; }
.trc-library-toolbar > a { padding: .5rem; color: var(--trc-primary); font-size: .75rem; font-weight: 720; }
.trc-library-feature { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); min-height: 360px; margin-bottom: 3rem; color: inherit; border-top: 1px solid var(--trc-text); border-bottom: 1px solid var(--trc-line); text-decoration: none; }
.trc-library-feature > div:last-child { display: grid; padding: clamp(1.5rem, 4vw, 3rem); align-content: center; }
.trc-library-feature > div:last-child > small, .trc-library-item small { color: var(--trc-primary); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.trc-library-feature h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); }
.trc-library-feature > div:last-child > p:not(.trc-eyebrow) { color: var(--trc-muted-copy); }
.trc-library-feature strong, .trc-library-item strong { color: var(--trc-primary); font-size: .72rem; }
.trc-library-cover { position: relative; display: grid; min-height: 250px; overflow: hidden; color: var(--trc-primary); background: #eee7e9; place-items: center; }
.trc-library-cover img { width: 100%; height: 100%; object-fit: cover; }
.trc-library-cover > span { font-family: var(--trc-serif); font-size: clamp(5rem, 12vw, 9rem); opacity: .55; }
.trc-cover-piel { background: #e8eee9; color: #41644d; }
.trc-cover-lenceria { background: #f3e7eb; color: #8b4259; }
.trc-cover-autocuidado { background: #eee8df; color: #775c3c; }
.trc-cover-confianza { background: #e7e8ef; color: #4e5472; }
.trc-cover-bienestar { background: #e7eeee; color: #406568; }
.trc-library-cover > b { position: absolute; right: .65rem; bottom: .65rem; padding: .25rem .4rem; color: #fff; background: var(--trc-primary); font-size: .55rem; letter-spacing: .08em; }
.trc-library-count { display: flex; margin-bottom: 1rem; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--trc-line); }
.trc-library-count h2 { font-size: 1.55rem; }
.trc-library-count span { color: var(--trc-muted-copy); font-size: .72rem; }
.trc-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.trc-library-item { display: grid; color: inherit; border-bottom: 1px solid var(--trc-line); text-decoration: none; }
.trc-library-item .trc-library-cover { aspect-ratio: 4/3; min-height: 0; }
.trc-library-item > div:last-child { padding: 1rem 0 1.25rem; }
.trc-library-item h3 { margin: .45rem 0; font-family: var(--trc-serif); font-size: 1.6rem; font-weight: 550; line-height: 1.15; }
.trc-library-item p { color: var(--trc-muted-copy); font-size: .82rem; }
.trc-library-item.is-locked { opacity: .75; }

/* Library detail */
.trc-library-back { display: inline-block; margin-bottom: 2rem; color: var(--trc-primary) !important; font-size: .76rem; font-weight: 720; text-decoration: none; }
.trc-library-article > header { max-width: 850px; margin: 0 auto 2.5rem; text-align: center; }
.trc-library-article > header > small { color: var(--trc-primary); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.trc-library-article > header p { max-width: 680px; margin-inline: auto; color: var(--trc-muted-copy); font-family: var(--trc-serif); font-size: 1.25rem; }
.trc-library-article > figure { width: min(1040px, 100%); margin: 0 auto 3rem; }
.trc-library-article > figure img { width: 100%; max-height: 650px; object-fit: cover; }
.trc-library-article-body { width: min(700px, 100%); margin-inline: auto; }
.trc-richtext { color: #342b2e; font-family: Georgia, var(--trc-serif); font-size: 1.05rem; line-height: 1.85; }
.trc-richtext h2, .trc-richtext h3 { margin-top: 2rem; }
.trc-richtext blockquote { margin: 2rem 0; padding: 1rem 1.25rem; color: var(--trc-primary); border-left: 3px solid var(--trc-accent); font-size: 1.25rem; }
.trc-library-video { margin-bottom: 2rem; background: #111; }
.trc-library-video video { width: 100%; }
.trc-accordions { margin-top: 2rem; border-top: 1px solid var(--trc-line); }
.trc-accordions details { border-bottom: 1px solid var(--trc-line); }
.trc-accordions summary { display: flex; padding: 1rem 0; justify-content: space-between; cursor: pointer; font-weight: 700; }
.trc-accordions details > div { padding-bottom: 1rem; color: var(--trc-muted-copy); }
.trc-library-save { margin-top: 2rem; padding: .65rem .85rem; color: var(--trc-primary); background: #fff; border: 1px solid var(--trc-line); border-radius: 4px; font-size: .75rem; font-weight: 720; }
.trc-library-related { margin-top: 5rem; padding-top: 2rem; border-top: 1px solid var(--trc-text); }
.trc-library-related > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.trc-library-related a { display: grid; min-height: 150px; padding: 1rem; border-right: 1px solid var(--trc-line); text-decoration: none; }
.trc-library-related a:last-child { border: 0; }
.trc-library-related small { color: var(--trc-primary); font-size: .62rem; }
.trc-library-related h3 { font-family: var(--trc-serif); font-size: 1.3rem; font-weight: 550; }
.trc-library-related a span { margin-top: auto; color: var(--trc-primary); }
.trc-library-locked-page { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); min-height: 420px; border-top: 1px solid var(--trc-text); border-bottom: 1px solid var(--trc-line); }
.trc-library-locked-art { display: grid; background: #f4e5b5; place-items: center; }
.trc-library-locked-art span { display: grid; width: 120px; aspect-ratio: 1; color: #5f4105; border: 1px solid #9c7016; border-radius: 50%; place-items: center; font-family: var(--trc-serif); font-size: 2rem; }
.trc-library-locked-page > div:last-child { display: grid; padding: clamp(2rem, 6vw, 5rem); align-content: center; }
.trc-library-locked-page > div:last-child > small { color: #76520a; font-size: .65rem; font-weight: 800; letter-spacing: .08em; }

/* Account */
.trc-account-form { display: grid; gap: 1.5rem; }
.trc-account-form > h2 { margin: 1rem 0 -.5rem; padding-top: 1rem; border-top: 1px solid var(--trc-line); font-family: var(--trc-sans); font-size: 1rem; font-weight: 750; letter-spacing: 0; }
.trc-account-form > h2:first-child { margin-top: 0; padding-top: 0; border: 0; }

/* Member home v1.2.1: white, contained, editorial */
.trc-screen-mi_ritual .trc-main,
.trc-screen-account .trc-main { width: min(1180px, calc(100% - 40px)); }
.trc-dashboard-head-refined { margin-bottom: 1.35rem; padding-bottom: 1.35rem; border-bottom: 1px solid var(--trc-line); }
.trc-dashboard-head-refined h1 { margin-bottom: .35rem; font-size: clamp(2.35rem, 4.6vw, 4.3rem); }
.trc-dashboard-head-refined > div:first-child > p:last-child { max-width: 650px; margin-bottom: 0; }
.trc-dashboard-meta { display: flex; align-items: center; gap: .85rem; }
.trc-dashboard-meta > a { color: var(--trc-primary) !important; font-size: .78rem; font-weight: 760; text-decoration: none; white-space: nowrap; }

.trc-box-spotlight { margin-bottom: 3.25rem; overflow: hidden; background: #fff; border: 1px solid #d9d2d4; border-radius: 16px; box-shadow: 0 10px 30px rgba(45, 25, 31, .045); }
.trc-box-spotlight::before { display: block; width: 100%; height: 5px; content: ""; background: var(--trc-primary); }
.trc-box-spotlight-head { display: flex; min-height: 76px; padding: 1.1rem 1.35rem; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--trc-line); gap: 1rem; }
.trc-box-spotlight-head > div { display: flex; align-items: baseline; gap: .75rem; }
.trc-box-spotlight-head .trc-eyebrow { margin: 0; }
.trc-box-spotlight-head span { color: var(--trc-muted-copy); font-size: .76rem; }
.trc-box-spotlight-head > a { color: var(--trc-primary) !important; font-size: .75rem; font-weight: 760; text-decoration: none; }
.trc-box-spotlight-body { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr); padding: clamp(1.35rem, 3vw, 2rem); align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.trc-box-spotlight-copy { padding-right: clamp(.5rem, 3vw, 2rem); border-right: 1px solid var(--trc-line); }
.trc-box-spotlight-copy > small { display: block; margin-bottom: .65rem; color: var(--trc-primary); font-size: .67rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.trc-box-spotlight-copy h2 { max-width: 420px; margin-bottom: .65rem; font-size: clamp(2rem, 4vw, 3.25rem); }
.trc-box-spotlight-copy p { max-width: 430px; margin-bottom: 0; color: var(--trc-muted-copy); font-size: .9rem; }
.trc-box-steps-spotlight { gap: 1rem; }
.trc-box-steps-spotlight li { gap: .38rem; color: #8d8386; font-size: .73rem; }
.trc-box-steps-spotlight li::after { top: 18px; }
.trc-box-steps-spotlight span { width: 37px; font-size: .76rem; font-weight: 760; }
.trc-box-steps-spotlight b { font-size: .82rem; }
.trc-box-steps-spotlight small { max-width: 130px; color: #a49a9d; font-size: .66rem; font-weight: 450; line-height: 1.35; }
.trc-box-steps-spotlight .is-done small { color: var(--trc-muted-copy); }

.trc-dashboard-section { margin-top: 0; }
.trc-dashboard-section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, .65fr); margin-bottom: 1.25rem; align-items: end; gap: 2rem; }
.trc-dashboard-section-head h2 { margin-bottom: 0; font-size: clamp(1.85rem, 3vw, 2.55rem); }
.trc-dashboard-section-head > p { margin-bottom: .15rem; color: var(--trc-muted-copy); font-size: .82rem; }
.trc-dashboard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trc-dashboard-grid > a { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; min-height: 152px; padding: 1.25rem; align-items: start; color: inherit; background: #fff; border: 1px solid var(--trc-line); border-radius: 13px; text-decoration: none; gap: 1rem; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.trc-dashboard-grid > a:hover { border-color: color-mix(in srgb, var(--trc-primary) 45%, var(--trc-line)); box-shadow: 0 10px 28px rgba(45, 25, 31, .05); transform: translateY(-2px); }
.trc-dashboard-icon { display: grid; width: 42px; aspect-ratio: 1; color: var(--trc-primary); background: #fbf7f8; border: 1px solid #eadfe2; border-radius: 10px; place-items: center; }
.trc-dashboard-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.trc-dashboard-grid > a div { display: grid; align-self: stretch; }
.trc-dashboard-grid strong { font-size: .94rem; }
.trc-dashboard-grid small { margin-top: .28rem; color: var(--trc-muted-copy); font-size: .73rem; line-height: 1.45; }
.trc-dashboard-grid > a > b { align-self: center; color: var(--trc-primary); font-size: 1.1rem; font-weight: 500; transition: transform .18s ease; }
.trc-dashboard-grid > a:hover > b { transform: translateX(3px); }
.trc-screen-mi_ritual .trc-continue { margin-top: 3.5rem; }

/* Account v1.2.1: local navigation + clearly separated sections */
.trc-account-page-head { display: flex; margin-bottom: 1.5rem; padding-bottom: 1.35rem; align-items: end; justify-content: space-between; border-bottom: 1px solid var(--trc-line); gap: 1.5rem; }
.trc-account-page-head > div { max-width: 700px; }
.trc-account-page-head h1 { margin-bottom: .45rem; font-size: clamp(2.4rem, 4.8vw, 4.35rem); }
.trc-account-page-head p:last-child { margin-bottom: 0; color: var(--trc-muted-copy); }
.trc-account-page-head > a { margin-bottom: .25rem; color: var(--trc-primary) !important; font-size: .76rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.trc-account-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 1.25rem; }
.trc-account-sidebar { position: sticky; top: 24px; display: grid; padding: 1.15rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 14px; gap: 1rem; }
.trc-account-identity { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: .8rem; }
.trc-account-avatar { display: grid; width: 48px; aspect-ratio: 1; color: #fff; background: var(--trc-primary); border-radius: 50%; place-items: center; font-family: var(--trc-serif); font-size: 1rem; }
.trc-account-identity > div { min-width: 0; display: grid; }
.trc-account-identity strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.trc-account-identity small { margin-top: .12rem; overflow: hidden; color: var(--trc-muted-copy); font-size: .64rem; text-overflow: ellipsis; white-space: nowrap; }
.trc-account-sidebar > .trc-plan-pill { justify-self: start; }
.trc-account-sidebar nav { display: grid; margin-inline: -1.15rem; border-top: 1px solid var(--trc-line); border-bottom: 1px solid var(--trc-line); }
.trc-account-sidebar nav a { display: grid; grid-template-columns: 28px 1fr; min-height: 48px; padding: .65rem 1.15rem; align-items: center; color: inherit; border-bottom: 1px solid #f1eeee; text-decoration: none; font-size: .78rem; font-weight: 680; gap: .55rem; }
.trc-account-sidebar nav a:last-child { border-bottom: 0; }
.trc-account-sidebar nav a:hover { color: var(--trc-primary); background: #fcf9fa; }
.trc-account-sidebar nav span { color: var(--trc-primary); font-family: var(--trc-serif); font-size: .78rem; }
.trc-account-sidebar > p { margin: 0; color: var(--trc-muted-copy); font-size: .7rem; line-height: 1.5; }
.trc-account-form-refined { display: grid; gap: 1rem; }
.trc-account-card { scroll-margin-top: 28px; padding: clamp(1.15rem, 2.5vw, 1.65rem); background: #fff; border: 1px solid var(--trc-line); border-radius: 14px; }
.trc-account-card > header { display: grid; grid-template-columns: 42px minmax(0, 1fr); margin-bottom: 1.25rem; padding-bottom: 1rem; align-items: center; border-bottom: 1px solid var(--trc-line); gap: .85rem; }
.trc-account-card-icon { display: grid; width: 42px; aspect-ratio: 1; color: var(--trc-primary); background: #fbf7f8; border: 1px solid #eadfe2; border-radius: 10px; place-items: center; font-family: var(--trc-serif); font-size: .78rem; }
.trc-account-card h2 { margin: 0 0 .15rem; font-family: var(--trc-sans); font-size: 1.03rem; font-weight: 780; letter-spacing: 0; }
.trc-account-card header p { margin: 0; color: var(--trc-muted-copy); font-size: .73rem; }
.trc-account-card .trc-form-grid { gap: .9rem 1rem; }
.trc-account-card label { font-size: .75rem; }
.trc-account-card input:not([type="checkbox"]):not([type="radio"]),
.trc-account-card textarea { min-height: 44px; border-radius: 7px; }
.trc-account-card input:disabled { color: #766c6f !important; background: #faf9f9 !important; cursor: not-allowed; }
.trc-account-preference-grid { align-items: start; }
.trc-account-skin { min-width: 0; margin: .15rem 0 0; padding: 1rem; background: #fbfafb; border: 1px solid var(--trc-line); border-radius: 10px; }
.trc-account-skin legend { padding: 0 .35rem; color: var(--trc-text); font-size: .76rem; font-weight: 760; }
.trc-account-skin legend small { margin-left: .35rem; color: var(--trc-muted-copy); font-weight: 500; }
.trc-account-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.trc-account-check-grid label { display: flex; min-height: 42px; padding: .62rem .72rem; align-items: center; color: var(--trc-text); background: #fff; border: 1px solid var(--trc-line); border-radius: 8px; gap: .55rem; cursor: pointer; }
.trc-account-check-grid input { flex: 0 0 auto; accent-color: var(--trc-primary); }
.trc-account-check-grid label:has(input:checked) { color: var(--trc-primary); background: #fbf3f6; border-color: #cba7b3; }
.trc-account-savebar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(120px, auto) auto; padding: 1rem 1.15rem; align-items: center; background: #fff; border: 1px solid var(--trc-line); border-radius: 14px; gap: 1rem; }
.trc-account-savebar > div:first-child { display: grid; }
.trc-account-savebar strong { font-size: .82rem; }
.trc-account-savebar small { color: var(--trc-muted-copy); font-size: .68rem; }
.trc-account-savebar .trc-form-message { min-height: 0; margin: 0; text-align: right; }
.trc-account-savebar .trc-button { min-width: 150px; }

.trc-toast { position: fixed; z-index: 9999; right: 1rem; bottom: 1rem; max-width: min(390px, calc(100% - 2rem)); padding: .85rem 1rem; color: #fff; background: var(--trc-success); border-radius: 5px; font-size: .82rem; }
.trc-toast.is-error { background: var(--trc-danger); }

@media (max-width: 900px) {
  .trc-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trc-box-spotlight-body { grid-template-columns: 1fr; gap: 1.4rem; }
  .trc-box-spotlight-copy { padding-right: 0; padding-bottom: 1.2rem; border-right: 0; border-bottom: 1px solid var(--trc-line); }
  .trc-account-layout { grid-template-columns: 1fr; }
  .trc-account-sidebar { position: static; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .trc-account-sidebar nav { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); margin-bottom: -.1rem; }
  .trc-account-sidebar nav a { grid-template-columns: auto 1fr; border-right: 1px solid #f1eeee; border-bottom: 0; }
  .trc-account-sidebar nav a:last-child { border-right: 0; }
  .trc-account-sidebar > p { grid-column: 1 / -1; }
  .trc-public-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .trc-public-intro { max-width: 620px; }
  .trc-box-status, .trc-benefit-overview { grid-template-columns: 1fr; }
  .trc-benefit-list, .trc-inline-empty { margin-left: 0; }
  .trc-library-feature { grid-template-columns: 1fr; }
  .trc-library-feature .trc-library-cover { min-height: 330px; }
  .trc-library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trc-wardrobe-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .trc-screen-mi_ritual .trc-main, .trc-screen-account .trc-main { width: min(calc(100% - 28px), 1180px); }
  .trc-dashboard-meta { width: 100%; justify-content: space-between; }
  .trc-box-spotlight { margin-inline: 0; border-radius: 12px; }
  .trc-box-spotlight-head { align-items: flex-start; flex-direction: column; }
  .trc-box-spotlight-head > div { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .trc-box-spotlight-body { padding: 1.15rem; }
  .trc-box-steps-spotlight { gap: .35rem; }
  .trc-box-steps-spotlight small { display: none; }
  .trc-dashboard-section-head { grid-template-columns: 1fr; gap: .45rem; }
  .trc-dashboard-grid { grid-template-columns: 1fr; }
  .trc-dashboard-grid > a { min-height: 112px; }
  .trc-account-page-head { align-items: flex-start; flex-direction: column; }
  .trc-account-sidebar { grid-template-columns: 1fr; }
  .trc-account-sidebar > .trc-plan-pill { justify-self: start; }
  .trc-account-sidebar nav { grid-template-columns: 1fr; }
  .trc-account-sidebar nav a { border-right: 0; border-bottom: 1px solid #f1eeee; }
  .trc-account-card { padding: 1.05rem; border-radius: 12px; }
	.trc-account-check-grid { grid-template-columns: 1fr; }
  .trc-account-savebar { grid-template-columns: 1fr; position: sticky; bottom: 0; z-index: 4; border-radius: 12px 12px 0 0; box-shadow: 0 -8px 24px rgba(45, 25, 31, .06); }
  .trc-account-savebar .trc-form-message { text-align: left; }
  .trc-account-savebar .trc-button { width: 100%; }
  .trc-main { width: min(calc(100% - 28px), 1160px); padding: 2rem 0 4rem; }
  .trc-public-grid { padding: 2rem 14px; gap: 1.25rem; }
  .trc-public-intro { margin-inline: 2px; }
  .trc-signup { padding: 1.1rem 0; border-right: 0; border-left: 0; }
  .trc-form-grid, .trc-plan-choice { grid-template-columns: 1fr; }
  .trc-plan-option > span { min-height: 150px; }
  .trc-step-actions { position: sticky; bottom: 0; z-index: 5; margin-inline: -14px; padding: .75rem 14px calc(.75rem + env(safe-area-inset-bottom)); background: #fff; }
  .trc-dashboard-head { align-items: flex-start; flex-direction: column; }
  .trc-box-steps { gap: .4rem; }
  .trc-box-steps li { font-size: .62rem; }
  .trc-dashboard-list a { grid-template-columns: 38px minmax(0, 1fr) auto; }
  .trc-history-list article, .trc-routine-list > article { grid-template-columns: 1fr; }
  .trc-history-list article p { grid-template-columns: 72px minmax(0, 1fr); }
  .trc-history-list article p small { grid-column: 2; }
  .trc-routine-list img { width: 120px; }
  .trc-routine-list dl div { grid-template-columns: 1fr; gap: .25rem; }
  .trc-wardrobe-summary, .trc-wardrobe-list { grid-template-columns: 1fr; }
  .trc-wardrobe-summary p { border-right: 0; border-bottom: 1px solid var(--trc-line); }
  .trc-benefit-overview { padding-top: 1rem; gap: 2rem; }
  .trc-member-card { min-height: 235px; }
  .trc-benefit-section > header { grid-template-columns: 1fr; gap: .2rem; }
  .trc-library-toolbar { grid-template-columns: 1fr; }
  .trc-library-grid { grid-template-columns: 1fr; }
  .trc-library-feature { margin-inline: -14px; }
  .trc-library-feature > div:last-child { padding: 1.3rem 14px 1.6rem; }
  .trc-library-feature .trc-library-cover { min-height: 260px; }
  .trc-library-item { grid-template-columns: 112px 1fr; }
  .trc-library-item .trc-library-cover { height: 100%; aspect-ratio: auto; }
  .trc-library-item > div:last-child { padding: .8rem; }
  .trc-library-item h3 { font-size: 1.25rem; }
  .trc-library-item p { display: none; }
  .trc-library-article > header { text-align: left; }
  .trc-library-article > figure { width: calc(100% + 28px); margin-left: -14px; }
  .trc-library-related > div { grid-template-columns: 1fr; }
  .trc-library-related a { border-right: 0; border-bottom: 1px solid var(--trc-line); }
  .trc-library-locked-page { grid-template-columns: 1fr; }
  .trc-library-locked-art { min-height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  .trc-app *, .trc-app *::before, .trc-app *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* v1.3.0 — routine and wardrobe generated from delivered boxes */
.trc-routine-list-personalized { border-top: 0; gap: 1rem; }
.trc-routine-list-personalized > article { padding: 1.25rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 12px; }
.trc-routine-product-visual { display: grid; width: 180px; aspect-ratio: 1; align-self: start; background: #faf8f8; border: 1px solid #eee8e9; border-radius: 10px; place-items: center; overflow: hidden; }
.trc-routine-product-visual img { width: 100%; height: 100%; object-fit: contain; background: transparent; }
.trc-routine-product-visual > span { color: var(--trc-primary); font-family: var(--trc-serif); font-size: .78rem; letter-spacing: .1em; }
.trc-routine-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.trc-routine-meta .trc-eyebrow { margin-bottom: .35rem; }
.trc-routine-meta time { color: var(--trc-muted-copy); font-size: .68rem; }
.trc-personal-reason { margin: 1rem 0; padding: .9rem 1rem; background: #fbf7f8; border-left: 3px solid var(--trc-primary); border-radius: 0 8px 8px 0; }
.trc-personal-reason span { display: block; margin-bottom: .25rem; color: var(--trc-primary); font-size: .62rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.trc-personal-reason p { margin: 0; color: #4e4246; font-size: .86rem; line-height: 1.55; }
.trc-client-note { margin: 1rem 0 0; padding: .75rem .85rem; color: var(--trc-primary); background: #fff; border: 1px solid #eadde1; border-radius: 8px; font-size: .8rem; }

.trc-recommendations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-recommendation-card { display: grid; grid-template-columns: minmax(135px, .7fr) minmax(0, 1.3fr); min-height: 330px; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 13px; }
.trc-recommendation-image { display: grid; padding: 1rem; background: #faf8f8; place-items: center; }
.trc-recommendation-image img { width: 100%; max-height: 270px; object-fit: contain; }
.trc-recommendation-copy { display: flex; padding: 1.35rem; flex-direction: column; }
.trc-recommendation-copy > .trc-eyebrow { margin-bottom: .45rem; }
.trc-recommendation-copy h2 { margin-bottom: .35rem; font-size: clamp(1.65rem, 2.7vw, 2.25rem); }
.trc-recommendation-copy > small { color: var(--trc-muted-copy); font-size: .7rem; }
.trc-recommendation-benefit { display: inline-flex; width: fit-content; margin: .1rem 0 1rem; padding: .4rem .55rem; color: var(--trc-primary); background: #fbf4f6; border-radius: 6px; font-size: .7rem; font-weight: 760; }
.trc-recommendation-actions { display: grid; margin-top: auto; gap: .65rem; }
.trc-recommendation-actions > a { color: var(--trc-primary) !important; font-size: .76rem; font-weight: 730; text-decoration: none; }
.trc-interest-button { width: 100%; min-height: 44px; padding: .65rem .8rem; color: var(--trc-primary); background: #fff; border: 1px solid #cdbec3; border-radius: 7px; font-size: .75rem; font-weight: 760; transition: background .16s ease, border-color .16s ease; }
.trc-interest-button:hover { background: #fbf5f7; border-color: var(--trc-primary); }
.trc-interest-button.is-saved { color: #fff; background: var(--trc-primary); border-color: var(--trc-primary); }
.trc-interest-button:disabled { cursor: wait; opacity: .65; }
.trc-recommendation-disclaimer { max-width: 760px; margin: 1.25rem 0 0; color: var(--trc-muted-copy); font-size: .72rem; }

.trc-wardrobe-list-personalized { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-wardrobe-list-personalized article { overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 12px; }
.trc-wardrobe-list-personalized article > img, .trc-wardrobe-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #faf8f8; }
.trc-wardrobe-placeholder { display: grid; color: var(--trc-primary); place-items: center; font-family: var(--trc-serif); font-size: .8rem; letter-spacing: .1em; }
.trc-wardrobe-list-personalized article > div { padding: 1.1rem; }
.trc-wardrobe-list-personalized h2 { margin: .35rem 0 .35rem; font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.trc-wardrobe-variant { margin-bottom: .85rem; color: var(--trc-muted-copy); font-size: .78rem; }
.trc-wardrobe-detail { display: grid; margin: .75rem 0 0; padding-top: .75rem; color: var(--trc-muted-copy); border-top: 1px solid var(--trc-line); font-size: .78rem; gap: .2rem; }
.trc-wardrobe-detail b { color: var(--trc-text); font-size: .66rem; letter-spacing: .05em; text-transform: uppercase; }

@media (max-width: 900px) {
  .trc-recommendations-grid { grid-template-columns: 1fr; }
  .trc-wardrobe-list-personalized { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .trc-routine-list-personalized > article { padding: .9rem; }
  .trc-routine-product-visual { width: 120px; }
  .trc-recommendation-card { grid-template-columns: 1fr; }
  .trc-recommendation-image { min-height: 200px; }
  .trc-recommendation-image img { max-height: 190px; }
  .trc-routine-meta { align-items: flex-start; flex-direction: column; gap: .1rem; }
}

/* === v1.3.1 premium refresh === */
.trc-member-card { position: relative; grid-template-rows: auto auto 1fr auto; gap: .35rem; overflow: hidden; box-shadow: 0 18px 42px rgba(45, 25, 31, .12); }
.trc-member-card::after { content: ''; position: absolute; inset: auto -20% -35% auto; width: 220px; height: 220px; background: radial-gradient(circle, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 72%); pointer-events: none; }
.trc-member-card.is-vip { box-shadow: 0 20px 46px rgba(108, 75, 3, .18); }
.trc-member-card footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem; }
.trc-member-card footer > span, .trc-member-card footer > button { align-self: end; }

.trc-dashboard-grid > a { min-height: 164px; }
.trc-dashboard-grid > a div { gap: .12rem; }
.trc-dashboard-grid strong { line-height: 1.2; }
.trc-dashboard-grid small { max-width: 30ch; }

.trc-library-heading-premium { max-width: 880px; margin-bottom: 2.4rem; }
.trc-library-heading-premium h1 { max-width: 12ch; }
.trc-library-heading-premium > p:last-child { max-width: 62ch; }
.trc-library-feature-premium { min-height: 430px; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 26px; box-shadow: 0 22px 44px rgba(45, 25, 31, .06); }
.trc-library-feature-premium.is-vip { background: linear-gradient(180deg, #f5f5f5 0%, #ece7e8 100%); }
.trc-library-feature-premium .trc-library-cover { min-height: 430px; }
.trc-library-feature-premium > div:last-child { gap: .5rem; }
.trc-library-feature-meta { display: flex; flex-wrap: wrap; margin-top: 1rem; align-items: center; justify-content: space-between; gap: .85rem; }
.trc-library-feature-meta > span { color: var(--trc-muted-copy); font-size: .78rem; }
.trc-library-vip-chip, .trc-library-video-chip { position: absolute; top: .85rem; left: .85rem; z-index: 2; padding: .38rem .6rem; border-radius: 999px; font-size: .6rem !important; font-weight: 800; letter-spacing: .09em; }
.trc-library-vip-chip { color: #6f4f09; background: linear-gradient(145deg, #fff7d6 0%, #f2d98f 100%); border: 1px solid #c4942e; }
.trc-library-video-chip { color: #fff; background: rgba(50, 28, 34, .92); }
.trc-library-subhead { display: flex; margin-bottom: 1rem; align-items: end; justify-content: space-between; gap: 1rem; }
.trc-library-subhead > p, .trc-library-subhead > div + p { max-width: 44ch; color: var(--trc-muted-copy); }
.trc-library-reels-section { margin-bottom: 3rem; }
.trc-library-reels { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 1rem; overflow-x: auto; padding-bottom: .45rem; scrollbar-width: thin; }
.trc-library-reel { display: grid; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 24px; box-shadow: 0 18px 34px rgba(45, 25, 31, .05); }
.trc-library-reel.is-vip { background: linear-gradient(180deg, #f6f6f6 0%, #ece8e9 100%); }
.trc-library-reel-cover { position: relative; display: block; aspect-ratio: 9 / 16; overflow: hidden; color: inherit; text-decoration: none; background: #eee7e9; }
.trc-library-reel-cover img { width: 100%; height: 100%; object-fit: cover; }
.trc-library-reel-cover > span:not(.trc-library-reel-play) { display: grid; width: 100%; height: 100%; font-family: var(--trc-serif); font-size: 2rem; place-items: center; }
.trc-library-reel-play { position: absolute; right: .9rem; bottom: .9rem; display: grid; width: 44px; height: 44px; color: #fff; background: rgba(45, 25, 31, .72); border-radius: 50%; place-items: center; backdrop-filter: blur(8px); }
.trc-library-reel-copy { display: grid; padding: 1rem; gap: .6rem; }
.trc-library-reel-copy small { color: var(--trc-primary); font-size: .68rem; font-weight: 780; letter-spacing: .06em; }
.trc-library-reel-copy h3 { margin: 0; font-family: var(--trc-serif); font-size: 1.4rem; line-height: 1.08; }
.trc-library-reel-copy details { border-top: 1px solid var(--trc-line); padding-top: .75rem; }
.trc-library-reel-copy summary { cursor: pointer; color: var(--trc-primary); font-size: .78rem; font-weight: 760; list-style: none; }
.trc-library-reel-copy summary::-webkit-details-marker { display: none; }
.trc-library-reel-copy details p { margin-top: .55rem; color: var(--trc-muted-copy); font-size: .82rem; }
.trc-library-reel-copy > a { color: var(--trc-primary) !important; font-size: .77rem; font-weight: 760; text-decoration: none; }

.trc-library-grid-premium { gap: 1.15rem; }
.trc-library-item-premium { overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 22px; box-shadow: 0 16px 32px rgba(45, 25, 31, .05); }
.trc-library-item-premium .trc-library-cover { min-height: 0; aspect-ratio: 4 / 5; }
.trc-library-item-premium > div:last-child { padding: 1rem 1rem 1.2rem; }
.trc-library-item-premium h3 { font-size: 1.75rem; }
.trc-library-item-premium p { display: -webkit-box; overflow: hidden; color: var(--trc-muted-copy); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.trc-library-item-premium.is-vip { background: linear-gradient(180deg, #f6f6f6 0%, #ece8e9 100%); border-color: #d9d1d4; }
.trc-library-item-premium.is-vip .trc-library-cover { background: #ddd5d9; }
.trc-library-item-premium.is-locked strong { color: #6f4f09; }

.trc-library-story { display: grid; gap: 1.25rem; }
.trc-library-story-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); align-items: stretch; gap: 1.5rem; }
.trc-library-story-cover { margin: 0; overflow: hidden; border-radius: 26px; background: #fff; border: 1px solid var(--trc-line); box-shadow: 0 22px 40px rgba(45, 25, 31, .06); }
.trc-library-story-cover img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.trc-library-story-intro { display: grid; align-content: center; padding: clamp(1.5rem, 4vw, 2.75rem); background: #fff; border: 1px solid var(--trc-line); border-radius: 26px; box-shadow: 0 22px 40px rgba(45, 25, 31, .05); }
.trc-library-story.is-vip .trc-library-story-intro { background: linear-gradient(180deg, #f7f6f2 0%, #efebdd 100%); }
.trc-library-story-intro h1 { margin: .45rem 0 .75rem; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; }
.trc-library-story-subtitle { max-width: 24ch; color: var(--trc-muted-copy); font-family: var(--trc-serif); font-size: clamp(1.05rem, 2vw, 1.45rem); }
.trc-library-story-meta { display: flex; flex-wrap: wrap; margin-top: 1rem; gap: .65rem; }
.trc-library-story-meta > span { padding: .4rem .6rem; color: var(--trc-primary); background: #f8f1f3; border-radius: 999px; font-size: .72rem; }
.trc-library-story-body { width: min(760px, 100%); margin-inline: auto; }
.trc-library-story-video { margin-bottom: 2rem; padding: 1rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 22px; }
.trc-library-story-video header { margin-bottom: .8rem; }
.trc-library-story-video h2 { margin-bottom: .2rem; font-size: 1.7rem; }
.trc-library-accordions details { background: #fff; border: 1px solid var(--trc-line); border-radius: 18px; }
.trc-library-accordions details + details { margin-top: .8rem; }
.trc-library-accordions summary { padding: 1rem 1.1rem; }
.trc-library-accordions details > div { padding: 0 1.1rem 1rem; }
.trc-library-locked-page-premium { overflow: hidden; background: linear-gradient(180deg, #f5f4f4 0%, #ece6e7 100%); border: 1px solid var(--trc-line); border-radius: 26px; }
.trc-library-related a { gap: .5rem; }
.trc-library-related a p { margin: 0; color: var(--trc-muted-copy); font-size: .84rem; }
.trc-library-related a.is-vip { background: linear-gradient(180deg, #f5f4f4 0%, #ece6e7 100%); }
.trc-library-related a.is-vip small { color: #6f4f09; }

.trc-recommendation-card { border-radius: 22px; box-shadow: 0 18px 34px rgba(45, 25, 31, .05); }
.trc-recommendation-image { background: #f7f4f4; }
.trc-recommendation-copy { gap: .75rem; }
.trc-recommendation-copy h2 { line-height: 1.05; }
.trc-recommendation-benefit { display: block; width: 100%; padding: .7rem .8rem; background: #faf3f5; font-size: .76rem; line-height: 1.45; }
.trc-recommendation-actions > a { display: inline-flex; width: fit-content; padding: .55rem .85rem; background: #fbf3f5; border: 1px solid #ead9de; border-radius: 999px; }

@media (max-width: 900px) {
  .trc-library-story-hero { grid-template-columns: 1fr; }
  .trc-library-story-subtitle { max-width: 100%; }
  .trc-library-feature-premium { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .trc-member-card footer { grid-template-columns: 1fr; }
  .trc-library-heading-premium h1 { max-width: 100%; }
  .trc-library-feature-premium { margin-inline: 0; }
  .trc-library-feature-premium .trc-library-cover { min-height: 280px; }
  .trc-library-reels { grid-auto-columns: 78%; }
  .trc-library-subhead { display: grid; }
  .trc-library-grid-premium { grid-template-columns: 1fr; }
  .trc-library-item-premium { grid-template-columns: 1fr; }
  .trc-library-item-premium .trc-library-cover { aspect-ratio: 4 / 5; height: auto; }
  .trc-library-item-premium p { display: -webkit-box; }
  .trc-library-story-cover img { min-height: 240px; }
  .trc-library-story-intro h1 { font-size: clamp(2.35rem, 12vw, 3.8rem); }
  .trc-library-story-body { width: 100%; }
  .trc-library-related { margin-top: 3rem; }
}

/* === v1.4.0 — white club experience, physical credential and visual modules === */
.trc-app,
.trc-main,
.trc-screen-benefits,
.trc-screen-library,
.trc-screen-bonjour,
.trc-screen-prestia,
.trc-screen-completar-rutina { background: #fff; }
.trc-app *, .trc-app label, .trc-app td, .trc-app dd { min-width: 0; }
.trc-app p, .trc-app h1, .trc-app h2, .trc-app h3, .trc-app small, .trc-app strong, .trc-app dd { overflow-wrap: anywhere; }
.trc-app input:not([type="checkbox"]):not([type="radio"]),
.trc-app select,
.trc-app textarea {
  max-width: 100%;
  color: #211a1c !important;
  background-color: #fff !important;
  -webkit-text-fill-color: #211a1c;
  color-scheme: light;
}

/* The same credential is rendered on Home and Benefits. */
.trc-member-card {
  --card-rx: 0deg;
  --card-ry: 0deg;
  --shine-x: 50%;
  --shine-y: 35%;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 290px;
  padding: clamp(1.15rem, 3vw, 1.65rem);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,255,255,.13), transparent 35%),
    linear-gradient(132deg, #3b0615 0%, var(--trc-primary) 56%, #25040f 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(48, 9, 23, .22), 0 2px 4px rgba(48, 9, 23, .15);
  transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .18s ease;
  will-change: transform;
}
.trc-member-card::before {
  position: absolute;
  z-index: 0;
  inset: -2px;
  content: "";
  opacity: .72;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.34), rgba(255,255,255,.08) 19%, transparent 43%),
    repeating-linear-gradient(115deg, transparent 0 18px, rgba(255,255,255,.025) 19px 20px);
  pointer-events: none;
  mix-blend-mode: screen;
}
.trc-member-card::after { z-index: 0; }
.trc-member-card > * { position: relative; z-index: 1; transform: translateZ(24px); }
.trc-member-card:focus-visible,
.trc-member-card:hover { box-shadow: 0 30px 68px rgba(48, 9, 23, .28), 0 3px 8px rgba(48, 9, 23, .16); }
.trc-member-card.is-vip {
  color: #2d2108;
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.92), transparent 27%),
    linear-gradient(130deg, #fff8d8 0%, #d8aa38 33%, #fff1ad 58%, #ad7616 100%);
  border-color: #b47c17;
  box-shadow: 0 26px 62px rgba(126, 83, 7, .28), 0 2px 5px rgba(78, 51, 3, .17);
}
.trc-member-card.is-vip::before {
  opacity: .92;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.95), rgba(255,246,193,.32) 20%, transparent 42%),
    repeating-linear-gradient(118deg, transparent 0 17px, rgba(255,255,255,.14) 18px 19px);
}
.trc-member-card header { align-items: center; }
.trc-member-card header span { max-width: 70%; }
.trc-member-card header b { padding: .28rem .48rem; border: 1px solid currentColor; border-radius: 99px; opacity: .9; }
.trc-member-card-identity { display: grid; align-content: center; }
.trc-member-card-identity h3 { margin: .9rem 0 .12rem; color: inherit; text-shadow: 0 1px 0 rgba(0,0,0,.05); }
.trc-member-card-identity p { margin: 0; opacity: .72; font-size: .68rem; font-weight: 720; letter-spacing: .12em; }
.trc-member-card footer { display: grid; grid-template-columns: minmax(0, .75fr) minmax(180px, 1.25fr); align-items: end; gap: 1rem; }
.trc-member-card footer > span { display: grid; gap: .15rem; }
.trc-member-card footer > span small { opacity: .7; font-size: .58rem; letter-spacing: .08em; }
.trc-member-card footer > span strong { font-size: .76rem; }
.trc-member-card footer button em { opacity: .66; font-size: .52rem; font-style: normal; letter-spacing: .06em; }
.trc-member-card.is-compact { min-height: 225px; padding: 1.15rem; border-radius: 15px; }
.trc-member-card.is-compact h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
.trc-dashboard-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); margin-bottom: 2rem; align-items: stretch; gap: 1rem; }
.trc-dashboard-credential { display: grid; padding: 1rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 18px; gap: .8rem; }
.trc-dashboard-credential > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.trc-dashboard-credential > div:first-child p { margin: 0; }
.trc-dashboard-credential > div:first-child a { color: var(--trc-primary); font-size: .7rem; font-weight: 760; text-decoration: none; }

/* Monthly routine and recommendations. */
.trc-section-head-monthly { max-width: 860px; }
.trc-monthly-routine, .trc-recommendation-months { display: grid; gap: 1.25rem; }
.trc-month-frame { overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 20px; box-shadow: 0 16px 34px rgba(45,25,31,.05); }
.trc-month-frame > header { display: flex; min-height: 88px; padding: 1.15rem 1.3rem; align-items: center; justify-content: space-between; gap: 1rem; background: #fbfafb; border-bottom: 1px solid var(--trc-line); }
.trc-month-frame > header p { margin-bottom: .2rem; }
.trc-month-frame > header h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.25rem); }
.trc-month-frame > header > span { padding: .38rem .58rem; color: var(--trc-muted-copy); background: #fff; border: 1px solid var(--trc-line); border-radius: 99px; font-size: .64rem; font-weight: 730; }
.trc-month-frame .trc-routine-list { padding-inline: 1.3rem; border-top: 0; }
.trc-routine-list-personalized > article { grid-template-columns: 150px minmax(0, 1fr); }
.trc-routine-product-visual { position: relative; }
.trc-routine-product-visual img { width: 150px; border-radius: 14px; }
.trc-routine-product-visual > span { position: absolute; right: .45rem; bottom: .45rem; padding: .25rem .38rem; color: #fff; background: rgba(52,22,32,.82); border-radius: 99px; font-size: .52rem; font-weight: 800; }
.trc-routine-meta { display: flex; flex-wrap: wrap; gap: .4rem; }
.trc-routine-meta span { padding: .3rem .45rem; color: var(--trc-primary); background: #faf1f4; border-radius: 99px; font-size: .62rem; }
.trc-month-frame .trc-recommendations-grid { padding: 1.25rem; }

/* Bonjour is presented as a real monthly closet, not a generic card grid. */
.trc-wardrobe-head { max-width: 850px; }
.trc-wardrobe-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 16px; }
.trc-wardrobe-summary p { min-height: 94px; justify-content: center; }
.trc-wardrobe-summary strong { font-family: var(--trc-serif); font-size: 1.35rem; font-weight: 580; }
.trc-closet { display: grid; gap: 1.5rem; }
.trc-closet-month { overflow: hidden; background: linear-gradient(180deg, #fbfaf9 0%, #fff 100%); border: 1px solid var(--trc-line); border-radius: 22px; box-shadow: 0 18px 38px rgba(45,25,31,.05); }
.trc-closet-month > header { display: flex; padding: 1.2rem 1.35rem; align-items: flex-end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #dcd4d0; }
.trc-closet-month > header p { margin-bottom: .2rem; }
.trc-closet-month > header h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.trc-closet-month > header > span { color: var(--trc-muted-copy); font-size: .7rem; }
.trc-closet-rail { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 3.3rem 1.25rem 1.25rem; gap: 1rem; }
.trc-closet-rail::before { position: absolute; top: 1.5rem; right: 1rem; left: 1rem; height: 8px; content: ""; background: linear-gradient(180deg, #a57957, #69462e); border-radius: 99px; box-shadow: 0 5px 10px rgba(74,48,29,.18); }
.trc-hanger-card { position: relative; display: grid; padding: 1rem; background: #fff; border: 1px solid #e5dfdc; border-radius: 16px; box-shadow: 0 12px 24px rgba(57,37,29,.05); }
.trc-hanger { position: absolute; top: -2.2rem; left: 50%; width: 56px; height: 38px; border: 2px solid #977252; border-top: 0; transform: translateX(-50%) rotate(45deg); }
.trc-hanger::before { position: absolute; top: -14px; right: -2px; width: 13px; height: 18px; content: ""; border: 2px solid #977252; border-bottom: 0; border-radius: 12px 12px 0 0; }
.trc-hanger-card > img, .trc-wardrobe-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #faf8f7; border-radius: 11px; }
.trc-wardrobe-placeholder { display: grid; color: var(--trc-primary); place-items: center; font-family: var(--trc-serif); }
.trc-hanger-card > div { padding-top: .9rem; }
.trc-wardrobe-variant { margin-bottom: .25rem; color: var(--trc-primary); font-size: .64rem; font-weight: 780; letter-spacing: .06em; text-transform: uppercase; }
.trc-wardrobe-detail, .trc-client-note { display: grid; margin: .65rem 0 0; padding-top: .6rem; color: var(--trc-muted-copy); border-top: 1px solid var(--trc-line); font-size: .75rem; }
.trc-wardrobe-detail b { color: var(--trc-text); }
.trc-client-note { color: var(--trc-primary); }

/* Benefits are always useful, even when there is no campaign data yet. */
.trc-benefits-head { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 1rem; }
.trc-benefits-head > span { padding: .55rem .72rem; color: var(--trc-primary); background: #faf1f4; border: 1px solid #eadce1; border-radius: 99px; font-size: .68rem; font-weight: 830; white-space: nowrap; }
.trc-benefit-overview { grid-template-columns: minmax(240px, .62fr) minmax(430px, 1.38fr); margin-bottom: 1rem; padding: 1.4rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 20px; gap: 2rem; }
.trc-plan-benefits { padding: .6rem; }
.trc-plan-benefits li { padding-block: .18rem; }
.trc-benefit-dashboard { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-benefit-module { overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 18px; }
.trc-benefit-module-wide { grid-column: 1 / -1; }
.trc-benefit-module > header { display: flex; min-height: 82px; padding: 1rem 1.15rem; align-items: center; justify-content: space-between; gap: 1rem; background: #fbfafb; border-bottom: 1px solid var(--trc-line); }
.trc-benefit-module > header p { margin-bottom: .2rem; }
.trc-benefit-module > header h2 { margin: 0; font-size: 1.65rem; }
.trc-benefit-module > header > span { display: grid; width: 32px; aspect-ratio: 1; color: var(--trc-primary); background: #fff; border: 1px solid var(--trc-line); border-radius: 50%; place-items: center; font-size: .68rem; font-weight: 800; }
.trc-benefit-empty { display: flex; min-height: 150px; padding: 1.15rem; align-items: center; gap: 1rem; }
.trc-benefit-empty > span { display: grid; flex: 0 0 54px; width: 54px; aspect-ratio: 1; color: var(--trc-primary); background: #faf0f3; border-radius: 50%; place-items: center; font-family: var(--trc-serif); font-size: 1.45rem; }
.trc-benefit-empty h3 { margin-bottom: .2rem; font-family: var(--trc-serif); font-size: 1.3rem; }
.trc-benefit-empty p { margin: 0; color: var(--trc-muted-copy); font-size: .78rem; }
.trc-promotion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 1rem; gap: .8rem; }
.trc-promotion-grid article { display: grid; grid-template-columns: 120px minmax(0, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 14px; }
.trc-promotion-grid article.is-locked { color: #61595b; background: #f1f1f1; border-color: #d6d3d4; }
.trc-promotion-grid article > img, .trc-benefit-art { width: 120px; height: 100%; min-height: 155px; object-fit: cover; background: linear-gradient(145deg, #f5e5ea, #eee8ea); }
.trc-benefit-art { display: grid; color: var(--trc-primary); place-items: center; font-family: var(--trc-serif); font-size: 2.2rem; }
.trc-promotion-grid article > div { display: grid; padding: .9rem; align-content: center; }
.trc-promotion-grid small, .trc-benefit-compact-list small { color: var(--trc-primary); font-size: .58rem; font-weight: 820; letter-spacing: .08em; }
.trc-promotion-grid h3 { margin: .2rem 0; font-family: var(--trc-serif); font-size: 1.35rem; }
.trc-promotion-grid p { margin-bottom: .55rem; color: var(--trc-muted-copy); font-size: .75rem; }
.trc-promotion-grid a, .trc-promotion-grid strong { color: var(--trc-primary); font-size: .7rem; text-decoration: none; }
.trc-benefit-compact-list { display: grid; padding: .45rem 1rem 1rem; }
.trc-benefit-compact-list article { display: grid; grid-template-columns: 46px minmax(0, 1fr); padding: .85rem 0; align-items: center; border-bottom: 1px solid var(--trc-line); gap: .8rem; }
.trc-benefit-compact-list article:last-child { border-bottom: 0; }
.trc-benefit-compact-list article > span { display: grid; width: 42px; aspect-ratio: 1; color: var(--trc-primary); background: #faf0f3; border-radius: 50%; place-items: center; }
.trc-benefit-compact-list h3 { margin: .15rem 0; font-family: var(--trc-serif); font-size: 1.2rem; }
.trc-benefit-compact-list p, .trc-benefit-compact-list time { margin: 0; color: var(--trc-muted-copy); font-size: .7rem; }
.trc-benefit-compact-list button { padding: .35rem 0; color: var(--trc-primary); background: none; border: 0; font-size: .7rem; font-weight: 760; }
.trc-benefit-compact-list article.is-locked { opacity: .63; }
.trc-benefit-date { display: grid; width: 46px; min-height: 50px; padding: .3rem; color: #fff !important; background: var(--trc-primary); border-radius: 9px; text-align: center; place-items: center; }
.trc-benefit-date strong { font-family: var(--trc-serif); font-size: 1.15rem; line-height: 1; }
.trc-benefit-date small { color: #fff; }

/* Library sections: one hierarchy per format and no duplicated cards. */
.trc-library-heading-premium { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); max-width: none; align-items: end; gap: 2rem; }
.trc-library-heading-premium > p { margin-bottom: .8rem; color: var(--trc-muted-copy); }
.trc-library-search { position: relative; }
.trc-library-search-icon { position: absolute; z-index: 1; top: 50%; left: .8rem; color: var(--trc-muted-copy); transform: translateY(-50%); }
.trc-library-search input { padding-left: 2.2rem !important; }
.trc-library-feature-copy { display: grid; align-content: center; }
.trc-library-guide-section, .trc-library-reels-section, .trc-library-articles-section { margin-block: 2.8rem; }
.trc-library-guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--trc-text); }
.trc-library-guide { display: grid; grid-template-columns: 45px minmax(0, 1fr) auto; min-height: 150px; padding: 1.15rem; color: inherit; background: #fff; border-right: 1px solid var(--trc-line); border-bottom: 1px solid var(--trc-line); text-decoration: none; gap: .8rem; }
.trc-library-guide:nth-child(even) { border-right: 0; }
.trc-library-guide:hover { background: #fcfafb; }
.trc-library-guide.is-vip { background: linear-gradient(145deg, #f5f5f5, #ece9e3); }
.trc-library-guide-number { color: #a19599; font-family: var(--trc-serif); font-size: 1.1rem; }
.trc-library-guide small { color: var(--trc-primary); font-size: .58rem; font-weight: 820; letter-spacing: .08em; }
.trc-library-guide h3 { margin: .25rem 0 .35rem; font-family: var(--trc-serif); font-size: 1.5rem; line-height: 1.08; }
.trc-library-guide p { margin: 0; color: var(--trc-muted-copy); font-size: .76rem; }
.trc-library-guide > strong { color: var(--trc-primary); }
.trc-library-reel-copy > p { margin: 0; color: var(--trc-muted-copy); font-size: .8rem; }
.trc-library-articles-section .trc-library-subhead > span { color: var(--trc-muted-copy); font-size: .7rem; }

@media (prefers-reduced-motion: reduce) {
  .trc-member-card { transform: none !important; transition: none; }
}

@media (max-width: 980px) {
  .trc-dashboard-hero-grid { grid-template-columns: 1fr; }
  .trc-dashboard-credential { width: min(100%, 620px); }
  .trc-benefit-dashboard { grid-template-columns: 1fr; }
  .trc-benefit-module-wide { grid-column: auto; }
  .trc-closet-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .trc-main { width: min(calc(100% - 24px), 1160px); padding-top: 2rem; }
  .trc-benefits-head, .trc-library-heading-premium { display: grid; grid-template-columns: 1fr; }
  .trc-benefits-head > span { width: fit-content; }
  .trc-benefit-overview { grid-template-columns: 1fr; padding: .85rem; gap: 1rem; }
  .trc-plan-benefits { padding: .35rem; }
  .trc-member-card { min-height: 270px; }
  .trc-member-card footer { grid-template-columns: 1fr; }
  .trc-month-frame > header, .trc-closet-month > header { align-items: flex-start; flex-direction: column; }
  .trc-routine-list-personalized > article { grid-template-columns: 92px minmax(0, 1fr); gap: .85rem; }
  .trc-routine-product-visual img { width: 92px; }
  .trc-routine-list dl div { grid-template-columns: 1fr; gap: .2rem; }
  .trc-wardrobe-summary { grid-template-columns: 1fr; }
  .trc-wardrobe-summary p { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--trc-line); }
  .trc-closet-rail { grid-template-columns: 1fr; }
  .trc-promotion-grid { grid-template-columns: 1fr; }
  .trc-library-toolbar { grid-template-columns: 1fr; }
  .trc-library-toolbar .trc-library-clear { text-align: center; }
  .trc-library-guide-list { grid-template-columns: 1fr; }
  .trc-library-guide, .trc-library-guide:nth-child(even) { border-right: 0; }
}

/* === Blog + Videos v2.0 === */
.trc-prestia-content-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;margin:0 0 1.2rem;padding:clamp(1.4rem,4vw,3.5rem);border-radius:28px;background:linear-gradient(135deg,#f8eeef,#fff 70%);overflow:hidden}.trc-prestia-content-head.is-video{color:#fff;background:linear-gradient(145deg,#42101e,#7c2942)}.trc-prestia-content-head h1{margin:.1rem 0;font-size:clamp(3rem,8vw,7rem);line-height:.8}.trc-prestia-content-head p{max-width:680px;margin:.9rem 0 0}.trc-prestia-content-head>span{font-family:var(--trc-font-heading);font-size:clamp(2rem,8vw,7rem);font-weight:700;opacity:.13}.trc-content-filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.45fr) auto;gap:.7rem;margin-bottom:1.3rem;padding:.75rem;border:1px solid var(--trc-line);border-radius:16px;background:#fff}.trc-content-filters input,.trc-content-filters select{width:100%;height:46px;border:1px solid var(--trc-line);border-radius:10px;background:#fff}.trc-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.trc-blog-card{min-width:0;border:1px solid var(--trc-line);border-radius:22px;background:#fff;overflow:hidden}.trc-blog-card>a{display:block;height:100%;color:inherit;text-decoration:none}.trc-blog-card img,.trc-blog-placeholder{display:grid;width:100%;aspect-ratio:16/9;place-items:center;object-fit:cover;background:#f2e6e8;color:var(--trc-primary);font-family:var(--trc-font-heading);font-size:2rem}.trc-blog-card div{padding:1.15rem}.trc-blog-card small,.trc-content-related small{color:var(--trc-primary);font-size:.68rem;font-weight:800;letter-spacing:.12em}.trc-blog-card h2{margin:.35rem 0;font-size:clamp(1.55rem,2.2vw,2.25rem);line-height:1}.trc-blog-card p{color:var(--trc-muted-copy);display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.trc-blog-card b{display:inline-block;margin-top:.6rem}.trc-video-feed{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.trc-video-feed-card{min-width:0;color:inherit;text-decoration:none}.trc-video-feed-cover{position:relative;display:block;aspect-ratio:9/16;border-radius:22px;background:linear-gradient(150deg,#ead5d9,#6e2439);overflow:hidden}.trc-video-feed-cover img{width:100%;height:100%;object-fit:cover}.trc-video-feed-cover>b{position:absolute;inset:50% auto auto 50%;display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:#4a0c1b;background:rgba(255,255,255,.9);transform:translate(-50%,-50%)}.trc-video-feed-cover>em{position:absolute;right:.75rem;bottom:.75rem;color:#fff;font-style:normal;font-size:1.25rem;text-shadow:0 2px 10px #000}.trc-video-feed-card>small{display:block;margin:.7rem 0 .2rem;color:var(--trc-primary);font-size:.66rem;font-weight:800;letter-spacing:.12em}.trc-video-feed-card>strong{display:block;font-size:1.05rem;line-height:1.25}.trc-pagination{display:flex;justify-content:center;gap:.35rem;margin:2rem 0}.trc-pagination a{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--trc-line);border-radius:50%;color:inherit;text-decoration:none}.trc-pagination a.is-active{color:#fff;background:var(--trc-primary)}
.trc-prestia-detail{max-width:980px;margin:0 auto}.trc-content-back{display:inline-block;margin-bottom:1rem;color:var(--trc-primary);text-decoration:none}.trc-prestia-detail>header{max-width:800px;margin:0 auto 1.4rem;text-align:center}.trc-prestia-detail>header h1{margin:.25rem 0;font-size:clamp(2.8rem,7vw,6rem);line-height:.88}.trc-prestia-detail>header>p:not(.trc-eyebrow){font-size:1.15rem;color:var(--trc-muted-copy)}.trc-blog-hero{margin:0 0 2rem;border-radius:28px;overflow:hidden}.trc-blog-hero img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.trc-reel-stage{position:relative;width:min(100%,520px);margin:0 auto 2rem}.trc-reel-stage video{display:block;width:100%;aspect-ratio:9/16;border-radius:28px;background:#1d0d12;object-fit:contain}.trc-video-like{position:absolute;right:-78px;bottom:1.5rem;display:grid;width:64px;gap:.2rem;justify-items:center;border:0;background:none;color:var(--trc-muted-copy)}.trc-video-like span{display:grid;width:52px;height:52px;place-items:center;border:1px solid var(--trc-line);border-radius:50%;background:#fff;font-size:1.4rem}.trc-video-like.is-liked span{color:#fff;background:var(--trc-primary)}.trc-video-like small{font-size:.68rem;font-weight:700}.trc-prestia-body{max-width:760px;margin:0 auto}.trc-content-lead{font-family:var(--trc-font-heading);font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.2}.trc-content-block{margin:1.7rem 0}.trc-content-block h2{margin:0 0 .6rem;font-size:clamp(1.8rem,3vw,2.7rem)}.trc-content-callout,.trc-content-recommendation,.trc-content-summary{padding:1.25rem 1.4rem;border-left:4px solid var(--trc-primary);border-radius:0 16px 16px 0;background:#fbf5f6}.trc-content-summary{border-left-color:#b59372;background:#f8f4ee}.trc-content-image img{display:block;width:100%;border-radius:20px}.trc-content-image figcaption{padding:.45rem;color:var(--trc-muted-copy);font-size:.78rem}.trc-content-tabs>[role=tablist]{display:flex;gap:.4rem;overflow:auto}.trc-content-tabs [role=tab]{padding:.65rem 1rem;border:1px solid var(--trc-line);border-radius:999px;background:#fff;white-space:nowrap}.trc-content-tabs [role=tab][aria-selected=true]{color:#fff;background:var(--trc-primary)}.trc-content-tabs [role=tabpanel]{margin-top:.7rem;padding:1.1rem;border:1px solid var(--trc-line);border-radius:14px}.trc-content-cta{padding:1.5rem;border-radius:20px;background:linear-gradient(140deg,#f5e8ea,#fff);text-align:center}.trc-prestia-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.trc-prestia-products article{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:.8rem;padding:.7rem;border:1px solid var(--trc-line);border-radius:16px;background:#fff}.trc-prestia-products img,.trc-prestia-products article>span{display:grid;width:92px;aspect-ratio:1;place-items:center;border-radius:12px;background:#f4ecee;object-fit:cover}.trc-prestia-products h3{margin:.15rem 0;font-size:1.2rem}.trc-prestia-products a{color:var(--trc-primary);font-weight:700}.trc-content-related{max-width:1120px;margin:3rem auto 0}.trc-content-related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.trc-content-related a{display:grid;gap:.35rem;padding:.7rem;border:1px solid var(--trc-line);border-radius:16px;color:inherit;text-decoration:none}.trc-content-related img{width:100%;aspect-ratio:16/9;border-radius:10px;object-fit:cover}
@media(max-width:900px){.trc-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trc-video-feed{grid-template-columns:repeat(3,minmax(0,1fr))}.trc-video-like{right:.75rem;bottom:.75rem}.trc-video-like small{color:#fff;text-shadow:0 1px 4px #000}}@media(max-width:620px){.trc-prestia-content-head{grid-template-columns:1fr}.trc-prestia-content-head>span{display:none}.trc-content-filters{grid-template-columns:1fr}.trc-blog-grid{grid-template-columns:1fr}.trc-video-feed{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.trc-video-feed-cover{border-radius:15px}.trc-prestia-products{grid-template-columns:1fr}.trc-content-related>div{grid-template-columns:1fr}.trc-reel-stage{width:100%}.trc-reel-stage video{max-height:72svh}.trc-prestia-detail>header{text-align:left}.trc-prestia-detail>header h1{font-size:clamp(2.6rem,13vw,4.3rem)}}

@media (max-width: 480px) {
  .trc-member-card { min-height: 260px; padding: 1rem; border-radius: 14px; }
  .trc-member-card header { font-size: .55rem; }
  .trc-member-card-identity h3 { font-size: 1.75rem; }
  .trc-promotion-grid article { grid-template-columns: 88px minmax(0, 1fr); }
  .trc-promotion-grid article > img, .trc-benefit-art { width: 88px; min-height: 150px; }
  .trc-library-reels { grid-auto-columns: 86%; }
}
.trc-membership-actions { display:flex; flex-wrap:wrap; gap:.85rem; align-items:center; }
button.trc-text-link { background:transparent; border:0; padding:0; cursor:pointer; font:inherit; }
.trc-membership-control .trc-text-link { margin-top:0; }

/* =========================================================
   INTIMATE & GLOW CLUB · MEMBER EXPERIENCE 1.6
   Mobile-first continuity, monthly history and reel-like feed.
   ========================================================= */

/* Paid onboarding completion */
.trc-signup-complete-v16 {
  width: min(720px, 100%);
  margin: clamp(2rem, 7vw, 5rem) auto;
  padding: clamp(1.6rem, 5vw, 3.4rem);
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fbf5f6 100%);
  border: 1px solid var(--trc-line);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(64, 3, 11, .08);
}
.trc-signup-complete-v16 .trc-signup-complete-icon {
  display: grid;
  width: 62px;
  aspect-ratio: 1;
  margin: 0 auto 1.15rem;
  color: #fff;
  background: var(--trc-primary);
  border-radius: 50%;
  place-items: center;
  font-size: 1.35rem;
  box-shadow: 0 12px 30px rgba(64, 3, 11, .18);
}
.trc-signup-complete-v16 h2 { margin: .45rem 0 .8rem; font-size: clamp(2rem, 6vw, 3.3rem); line-height: .98; }
.trc-signup-complete-v16 > p:not(.trc-eyebrow) { max-width: 54ch; margin-inline: auto; color: var(--trc-muted-copy); }
.trc-signup-complete-note { display: grid; max-width: 540px; margin: 1.4rem auto; padding: 1rem 1.1rem; text-align: left; background: #fff; border: 1px solid var(--trc-line); border-radius: 15px; gap: .25rem; }
.trc-signup-complete-note strong { color: var(--trc-primary); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.trc-signup-complete-note span { color: var(--trc-muted-copy); font-size: .82rem; line-height: 1.5; }

/* Boxes · current journey */
.trc-box-spotlight-v16 { grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr); align-items: center; gap: clamp(1.3rem, 4vw, 3rem); }
.trc-box-progress-v16 { display: grid; gap: .55rem; }
.trc-box-progress-track { overflow: hidden; height: 9px; background: #eee8e9; border-radius: 99px; }
.trc-box-progress-track > span { display: block; height: 100%; min-width: 4px; background: linear-gradient(90deg, #5c8871, #8cb59d); border-radius: inherit; transition: width .45s ease; }
.trc-box-progress-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.trc-box-progress-caption strong { color: #315f49; font-family: var(--trc-serif); font-size: 1.35rem; }
.trc-box-progress-caption span { color: var(--trc-muted-copy); font-size: .72rem; }
.trc-box-track-link { display: inline-flex; margin-top: .9rem; color: var(--trc-primary); font-size: .78rem; font-weight: 780; text-decoration: none; }
.trc-box-steps-v16 { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: .3rem; padding-top: 1.15rem; border-top: 1px solid var(--trc-line); gap: .55rem; }
.trc-box-steps-v16 li { display: grid; grid-template-columns: 30px minmax(0, 1fr); min-width: 0; padding: .65rem; color: #9b9294; background: #faf8f8; border: 1px solid transparent; border-radius: 12px; gap: .55rem; }
.trc-box-steps-v16 li > span { display: grid; width: 28px; aspect-ratio: 1; place-items: center; color: inherit; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; font-weight: 800; }
.trc-box-steps-v16 b { display: block; color: inherit; font-size: .7rem; }
.trc-box-steps-v16 small { display: block; margin-top: .15rem; color: inherit; font-size: .6rem; line-height: 1.25; }
.trc-box-steps-v16 li.is-done { color: #315f49; background: #f1f7f3; border-color: #d7e9dd; }

.trc-boxes-head-v16 { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(240px, .65fr); align-items: end; gap: 2rem; }
.trc-boxes-head-v16 > div > p:last-child { max-width: 58ch; color: var(--trc-muted-copy); }
.trc-boxes-head-v16 > aside { padding: 1rem 1.1rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 16px; }
.trc-boxes-head-v16 > aside strong { display: block; color: var(--trc-primary); font-family: var(--trc-serif); font-size: 1.15rem; }
.trc-boxes-head-v16 > aside span { color: var(--trc-muted-copy); font-size: .72rem; }
.trc-box-current-v16 { display: grid; grid-template-columns: minmax(0, .88fr) minmax(300px, 1.12fr); overflow: hidden; margin-top: 1.7rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 24px; box-shadow: 0 20px 48px rgba(45, 25, 31, .055); }
.trc-box-current-v16.is-empty { background: linear-gradient(145deg, #fff, #faf5f6); }
.trc-box-current-copy { display: grid; padding: clamp(1.35rem, 4vw, 2.6rem); align-content: center; }
.trc-box-current-copy h2 { margin: .35rem 0 .65rem; font-size: clamp(2rem, 4.5vw, 3.6rem); line-height: .98; }
.trc-box-current-copy > p:last-of-type { max-width: 50ch; color: var(--trc-muted-copy); }
.trc-shipping-card { display: grid; margin-top: 1.2rem; padding: 1rem; background: #f3f8f5; border: 1px solid #d6e7dc; border-radius: 14px; }
.trc-shipping-card > span { color: #315f49; font-size: .58rem; font-weight: 840; letter-spacing: .1em; }
.trc-shipping-card strong { margin-top: .25rem; font-size: .86rem; }
.trc-shipping-card small { color: #66736c; font-size: .7rem; }
.trc-shipping-card a { margin-top: .55rem; color: #315f49; font-size: .72rem; font-weight: 780; text-decoration: none; }
.trc-box-current-progress { display: grid; grid-template-columns: 150px minmax(0, 1fr); padding: clamp(1.35rem, 4vw, 2.5rem); align-items: center; background: #f9f7f7; border-left: 1px solid var(--trc-line); gap: 1.5rem; }
.trc-box-progress-ring { --trc-progress: 0; display: grid; width: 138px; aspect-ratio: 1; margin: auto; background: radial-gradient(circle closest-side, #f9f7f7 78%, transparent 79% 99%), conic-gradient(#5f9477 calc(var(--trc-progress) * 1%), #e9e3e4 0); border-radius: 50%; place-items: center; }
.trc-box-progress-ring > * { grid-area: 1 / 1; }
.trc-box-progress-ring strong { align-self: center; margin-top: -.8rem; color: #315f49; font-family: var(--trc-serif); font-size: 1.7rem; }
.trc-box-progress-ring span { align-self: center; margin-top: 2rem; color: var(--trc-muted-copy); font-size: .58rem; }
.trc-box-current-progress ol { display: grid; gap: .28rem; }
.trc-box-current-progress li { display: grid; grid-template-columns: 34px 1fr; padding: .45rem .55rem; align-items: center; color: #aaa2a4; border-radius: 10px; gap: .65rem; }
.trc-box-current-progress li > span { display: grid; width: 30px; aspect-ratio: 1; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }
.trc-box-current-progress li strong { font-size: .72rem; }
.trc-box-current-progress li.is-done { color: #47765d; }
.trc-box-current-progress li.is-current { color: #315f49; background: #edf5f0; font-weight: 800; }
.trc-box-history-v16 { margin-top: clamp(2.4rem, 6vw, 4.5rem); }
.trc-box-history-v16 > header { display: grid; grid-template-columns: 1fr minmax(220px, .6fr); align-items: end; margin-bottom: 1rem; gap: 2rem; }
.trc-box-history-v16 > header h2 { margin: .25rem 0 0; font-size: clamp(1.9rem, 4vw, 3rem); }
.trc-box-history-v16 > header > p { color: var(--trc-muted-copy); font-size: .8rem; }
.trc-box-history-stack { display: grid; border-top: 1px solid var(--trc-text); }
.trc-box-history-stack details { background: #fff; border-bottom: 1px solid var(--trc-line); }
.trc-box-history-stack summary { display: grid; grid-template-columns: 1fr auto 30px; min-height: 78px; padding: .9rem .3rem; align-items: center; cursor: pointer; list-style: none; gap: 1rem; }
.trc-box-history-stack summary::-webkit-details-marker { display: none; }
.trc-box-history-stack summary > div { display: flex; align-items: center; gap: 1rem; }
.trc-box-history-stack summary > div > span { display: grid; width: 46px; aspect-ratio: 1; color: #fff; background: var(--trc-primary); border-radius: 50%; place-items: center; font-family: var(--trc-serif); }
.trc-box-history-stack summary strong { font-family: var(--trc-serif); font-size: 1.3rem; }
.trc-box-history-stack summary small { color: var(--trc-muted-copy); font-size: .68rem; }
.trc-box-history-stack summary > b { color: var(--trc-primary); font-size: 1.2rem; transition: transform .2s ease; }
.trc-box-history-stack details[open] summary > b { transform: rotate(45deg); }
.trc-box-history-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .2rem 0 1.25rem 3.6rem; gap: .75rem; }
.trc-box-history-items article { display: grid; grid-template-columns: 82px minmax(0, 1fr); min-height: 110px; overflow: hidden; background: #faf8f8; border: 1px solid var(--trc-line); border-radius: 13px; }
.trc-box-history-items img, .trc-history-art { width: 82px; height: 100%; min-height: 110px; object-fit: contain; background: #f4eeee; }
.trc-history-art { display: grid; color: var(--trc-primary); place-items: center; font-family: var(--trc-serif); font-size: 1.8rem; }
.trc-box-history-items article > div { padding: .8rem; }
.trc-box-history-items article small { color: var(--trc-primary); font-size: .56rem; font-weight: 820; letter-spacing: .08em; }
.trc-box-history-items h3 { margin: .15rem 0; font-family: var(--trc-serif); font-size: 1.16rem; }
.trc-box-history-items p, .trc-box-history-items article > div > span { display: block; margin: 0; color: var(--trc-muted-copy); font-size: .68rem; }
.trc-box-history-items article > div > span { margin-top: .45rem; }

/* Monthly history navigation */
.trc-month-nav { display: flex; overflow-x: auto; margin: 1.1rem 0 1.35rem; padding: .2rem 0 .6rem; scrollbar-width: thin; gap: .45rem; scroll-snap-type: x proximity; }
.trc-month-nav a { flex: 0 0 auto; padding: .55rem .85rem; color: var(--trc-muted-copy); background: #fff; border: 1px solid var(--trc-line); border-radius: 999px; scroll-snap-align: start; text-decoration: none; font-size: .68rem; font-weight: 720; }
.trc-month-nav a:hover, .trc-month-nav a:focus-visible { color: var(--trc-primary); border-color: rgba(64, 3, 11, .35); }
.trc-month-frame, .trc-closet-month { scroll-margin-top: 90px; }
.trc-wardrobe-head h1, .trc-prestia-head h1 { text-wrap: balance; }

/* Library 1.6 · feed, not blog */
.trc-library-feed-page { display: grid; gap: 1.35rem; }
.trc-library-feed-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr); align-items: end; gap: 2rem; }
.trc-library-feed-head h1 { max-width: 13ch; margin: .35rem 0 .55rem; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: .92; letter-spacing: -.035em; }
.trc-library-feed-head > div > p:last-child { max-width: 58ch; color: var(--trc-muted-copy); }
.trc-library-feed-toolbar { display: grid; gap: .6rem; }
.trc-library-feed-toolbar form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(160px, .55fr) auto; gap: .55rem; }
.trc-library-feed-toolbar input, .trc-library-feed-toolbar select { min-height: 46px; }
.trc-library-feed-toolbar .trc-library-clear { justify-self: end; color: var(--trc-primary); font-size: .7rem; text-decoration: none; }
.trc-library-feed { display: grid; max-width: 1080px; margin-inline: auto; gap: clamp(1.1rem, 3vw, 2rem); }
.trc-library-feed-card { position: relative; display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); min-height: 470px; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 26px; box-shadow: 0 22px 54px rgba(45, 25, 31, .055); }
.trc-library-feed-card.is-vip { border-color: rgba(141, 111, 38, .25); }
.trc-library-feed-media { position: relative; min-height: 470px; overflow: hidden; background: #ede7e8; }
.trc-library-feed-media video, .trc-library-feed-media > img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; background: #181416; }
.trc-library-feed-media video { display: block; }
.trc-library-feed-placeholder { display: grid; width: 100%; height: 100%; min-height: 320px; color: rgba(64, 3, 11, .55); background: radial-gradient(circle at 30% 25%, #f6e7ea, transparent 48%), linear-gradient(145deg, #f4ecee, #ebe4e5); place-items: center; font-family: var(--trc-serif); font-size: clamp(2.4rem, 7vw, 5.4rem); }
.trc-library-feed-badges { position: absolute; z-index: 2; top: .8rem; left: .8rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.trc-library-feed-badges span, .trc-library-feed-badges b { padding: .36rem .5rem; color: #fff; background: rgba(20, 16, 18, .72); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; backdrop-filter: blur(9px); font-size: .54rem; font-weight: 820; letter-spacing: .09em; }
.trc-library-feed-badges b { color: #3e310c; background: rgba(236, 216, 156, .92); border-color: rgba(255,255,255,.45); }
.trc-library-feed-lock { position: absolute; z-index: 3; inset: 0; display: grid; padding: 1.2rem; color: #fff; background: linear-gradient(180deg, rgba(20,16,18,.12), rgba(20,16,18,.78)); place-items: end start; }
.trc-library-feed-lock strong { display: block; font-family: var(--trc-serif); font-size: 1.45rem; }
.trc-library-feed-lock span { display: block; max-width: 28ch; margin-top: .25rem; font-size: .7rem; }
.trc-library-feed-copy { display: grid; padding: clamp(1.3rem, 4vw, 2.35rem); align-content: center; }
.trc-library-feed-meta { display: flex; flex-wrap: wrap; align-items: center; color: var(--trc-primary); gap: .5rem; font-size: .59rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.trc-library-feed-copy h2 { max-width: 17ch; margin: .5rem 0 .65rem; font-size: clamp(2rem, 4vw, 3.55rem); line-height: .94; letter-spacing: -.025em; text-wrap: balance; }
.trc-library-feed-summary { max-width: 54ch; margin: 0; color: var(--trc-muted-copy); font-size: .86rem; line-height: 1.58; }
.trc-library-mini-steps { display: grid; margin: 1.15rem 0; border-top: 1px solid var(--trc-line); }
.trc-library-mini-steps li { display: grid; grid-template-columns: 28px minmax(0, 1fr); padding: .62rem 0; border-bottom: 1px solid var(--trc-line); gap: .65rem; }
.trc-library-mini-steps li > span { color: var(--trc-primary); font-family: var(--trc-serif); font-size: .82rem; }
.trc-library-mini-steps strong { display: block; font-size: .75rem; }
.trc-library-mini-steps p { display: -webkit-box; overflow: hidden; margin: .12rem 0 0; color: var(--trc-muted-copy); -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .68rem; line-height: 1.4; }
.trc-library-feed-note { margin: 1rem 0; padding: .8rem .9rem; color: var(--trc-muted-copy); background: #faf7f8; border-left: 2px solid var(--trc-primary); font-size: .72rem; }
.trc-library-feed-action { display: inline-flex; width: fit-content; margin-top: .15rem; padding: .7rem .95rem; color: #fff; background: var(--trc-primary); border-radius: 999px; text-decoration: none; font-size: .7rem; font-weight: 780; }
.trc-library-feed-action.is-gold { color: #3d300e; background: linear-gradient(135deg, #e8d391, #cbb064); }

/* Library detail: media + instructions always in sight */
.trc-library-detail-v16 { display: grid; gap: 1.25rem; }
.trc-library-detail-head { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; align-items: end; gap: 1.5rem; }
.trc-library-detail-head h1 { max-width: 15ch; margin: .35rem 0 .55rem; font-size: clamp(2.45rem, 6vw, 5.4rem); line-height: .9; letter-spacing: -.035em; text-wrap: balance; }
.trc-library-detail-head > div > p:last-of-type { max-width: 65ch; color: var(--trc-muted-copy); }
.trc-library-detail-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem; }
.trc-library-detail-tags span { padding: .4rem .55rem; color: var(--trc-primary); background: #faf4f5; border: 1px solid var(--trc-line); border-radius: 999px; font-size: .58rem; font-weight: 780; }
.trc-library-detail-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 26px; box-shadow: 0 22px 54px rgba(45, 25, 31, .05); }
.trc-library-detail-media { position: sticky; top: 92px; align-self: start; min-height: 560px; max-height: calc(100vh - 118px); overflow: hidden; background: #1b1719; }
.trc-library-detail-media video, .trc-library-detail-media img { display: block; width: 100%; height: 100%; min-height: 560px; max-height: calc(100vh - 118px); object-fit: cover; }
.trc-library-detail-guide { padding: clamp(1.35rem, 4vw, 2.6rem); }
.trc-library-detail-guide > h2 { margin: .35rem 0 .55rem; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.trc-library-detail-guide > p { color: var(--trc-muted-copy); }
.trc-library-detail-steps { display: grid; margin-top: 1.25rem; }
.trc-library-detail-steps li { display: grid; grid-template-columns: 42px minmax(0, 1fr); padding: 1rem 0; border-top: 1px solid var(--trc-line); gap: .85rem; }
.trc-library-detail-steps li > span { display: grid; width: 38px; aspect-ratio: 1; color: var(--trc-primary); border: 1px solid var(--trc-line); border-radius: 50%; place-items: center; font-family: var(--trc-serif); }
.trc-library-detail-steps h2 { margin: 0 0 .25rem; font-family: var(--trc-serif); font-size: 1.25rem; }
.trc-library-detail-steps p { margin: 0; color: var(--trc-muted-copy); font-size: .8rem; line-height: 1.55; }
.trc-library-context { margin-top: 1.2rem; background: #fbf9f9; border: 1px solid var(--trc-line); border-radius: 15px; }
.trc-library-context summary { padding: .9rem 1rem; color: var(--trc-primary); cursor: pointer; font-size: .72rem; font-weight: 780; }
.trc-library-context .trc-richtext { padding: .15rem 1rem 1rem; }
.trc-library-save { margin-top: 1rem; }
.trc-library-related-v16 { margin-top: 2.5rem; }
.trc-library-related-v16 > header { margin-bottom: .85rem; }
.trc-library-related-v16 > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
.trc-library-related-v16 > div > a { display: grid; min-height: 120px; padding: 1rem; color: inherit; background: #fff; border: 1px solid var(--trc-line); border-radius: 14px; text-decoration: none; }
.trc-library-related-v16 > div > a h3 { margin: .25rem 0; font-family: var(--trc-serif); font-size: 1.25rem; }
.trc-library-related-v16 > div > a small { align-self: end; color: var(--trc-primary); font-size: .6rem; }

/* Member mobile dock */
.trc-member-dock { display: none; }

@media (max-width: 980px) {
  .trc-box-spotlight-v16, .trc-box-current-v16, .trc-library-feed-card, .trc-library-detail-layout { grid-template-columns: 1fr; }
  .trc-box-current-progress { border-top: 1px solid var(--trc-line); border-left: 0; }
  .trc-library-feed-media { min-height: min(72vh, 620px); }
  .trc-library-feed-media video, .trc-library-feed-media > img { min-height: min(72vh, 620px); }
  .trc-library-detail-media { position: relative; top: auto; min-height: min(70vh, 620px); max-height: none; }
  .trc-library-detail-media video, .trc-library-detail-media img { min-height: min(70vh, 620px); max-height: none; }
  .trc-box-steps-v16 { grid-template-columns: repeat(5, minmax(115px, 1fr)); overflow-x: auto; }
}

@media (max-width: 760px) {
  .trc-main { padding-bottom: 92px; }
  .trc-boxes-head-v16, .trc-box-history-v16 > header, .trc-library-feed-head, .trc-library-detail-head { grid-template-columns: 1fr; gap: .85rem; }
  .trc-boxes-head-v16 > aside { display: none; }
  .trc-box-current-progress { grid-template-columns: 110px minmax(0, 1fr); padding: 1.1rem; gap: .8rem; }
  .trc-box-progress-ring { width: 104px; }
  .trc-box-progress-ring strong { font-size: 1.35rem; }
  .trc-box-current-progress li { grid-template-columns: 28px 1fr; padding-inline: .35rem; }
  .trc-box-current-progress li > span { width: 26px; }
  .trc-box-history-items { grid-template-columns: 1fr; padding-left: 0; }
  .trc-box-history-stack summary { grid-template-columns: 1fr auto 22px; }
  .trc-library-feed-toolbar form { grid-template-columns: 1fr; }
  .trc-library-feed-toolbar .trc-library-clear { justify-self: start; }
  .trc-library-feed { width: calc(100% + 8px); margin-left: -4px; }
  .trc-library-feed-card { min-height: auto; border-radius: 20px; }
  .trc-library-feed-media { min-height: min(68vh, 570px); aspect-ratio: 4 / 5; }
  .trc-library-feed-media video, .trc-library-feed-media > img { min-height: 100%; }
  .trc-library-feed-copy { padding: 1.15rem; }
  .trc-library-feed-copy h2 { max-width: 100%; font-size: clamp(1.9rem, 9vw, 2.75rem); }
  .trc-library-detail-tags { justify-content: flex-start; }
  .trc-library-detail-media { min-height: min(66vh, 550px); aspect-ratio: 4 / 5; }
  .trc-library-detail-media video, .trc-library-detail-media img { min-height: 100%; }
  .trc-library-related-v16 > div { grid-template-columns: 1fr; }
  .trc-member-dock { position: fixed; z-index: 950; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px 6px; background: rgba(255, 252, 251, .94); border: 1px solid rgba(64, 3, 11, .12); border-radius: 18px; box-shadow: 0 18px 42px rgba(45,25,31,.18); backdrop-filter: blur(18px); }
  .trc-member-dock a { display: grid; min-width: 0; padding: 5px 2px; color: #867b7d; text-align: center; text-decoration: none; place-items: center; gap: 2px; }
  .trc-member-dock a > span { display: grid; width: 27px; aspect-ratio: 1; place-items: center; border-radius: 50%; font-size: .86rem; }
  .trc-member-dock a > small { max-width: 100%; overflow: hidden; font-size: .52rem; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
  .trc-member-dock a.is-active { color: var(--trc-primary); }
  .trc-member-dock a.is-active > span { color: #fff; background: var(--trc-primary); }
}

@media (max-width: 480px) {
  .trc-signup-complete-v16 { border-radius: 20px; }
  .trc-box-spotlight-v16 { gap: 1rem; }
  .trc-box-current-progress { grid-template-columns: 1fr; }
  .trc-box-current-progress ol { grid-template-columns: repeat(5, minmax(86px, 1fr)); overflow-x: auto; padding-bottom: .4rem; }
  .trc-box-current-progress li { grid-template-columns: 1fr; min-width: 86px; text-align: center; justify-items: center; }
  .trc-box-history-stack summary > div { gap: .65rem; }
  .trc-box-history-stack summary > div > span { width: 40px; }
  .trc-box-history-stack summary strong { font-size: 1.15rem; }
  .trc-library-feed-head h1, .trc-library-detail-head h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .trc-library-feed-media { aspect-ratio: 9 / 12.5; min-height: auto; }
  .trc-library-detail-media { aspect-ratio: 9 / 12.5; min-height: auto; }
  .trc-library-mini-steps p { -webkit-line-clamp: 3; }
}

/* === v1.7.0 · Intimate & Glow Club experience === */
body.trc-club-shell {
  margin: 0 !important;
  min-height: 100svh;
  color: var(--trc-text);
  background: #fff !important;
}
body.trc-club-shell .trc-app { min-height: 100svh; background: #fff; }

/* Credential: broad satin glow, never a point light. */
.trc-member-card {
  background:
    repeating-linear-gradient(116deg, transparent 0 22px, rgba(255,255,255,.025) 23px 24px),
    linear-gradient(132deg, #390713 0%, #630b20 48%, #360711 100%);
  box-shadow: 0 28px 68px rgba(65, 7, 25, .20), 0 2px 5px rgba(48, 9, 23, .11);
}
.trc-member-card::before {
  z-index: 0;
  inset: -25% -65%;
  opacity: .62;
  background: linear-gradient(112deg,
    transparent 22%,
    rgba(255,255,255,.03) 34%,
    rgba(255,255,255,.34) 46%,
    rgba(255,233,239,.14) 55%,
    transparent 69%);
  background-size: 220% 100%;
  mix-blend-mode: screen;
  transform: translateX(-34%);
  animation: trc-card-satin-glow 7.5s ease-in-out infinite;
}
.trc-member-card::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  content: '';
  background: repeating-linear-gradient(116deg, transparent 0 23px, rgba(255,255,255,.025) 24px 25px);
  pointer-events: none;
}
.trc-member-card.is-vip {
  color: #302107;
  background:
    repeating-linear-gradient(116deg, transparent 0 22px, rgba(255,255,255,.12) 23px 24px),
    linear-gradient(132deg, #9b6b12 0%, #e2bc5e 29%, #f7e8ac 53%, #c6962d 78%, #835606 100%);
  border-color: rgba(126, 82, 7, .42);
  box-shadow: 0 30px 72px rgba(126, 83, 7, .25), 0 2px 5px rgba(78, 51, 3, .12);
}
.trc-member-card.is-vip::before {
  inset: -25% -65%;
  opacity: .74;
  background: linear-gradient(112deg,
    transparent 22%,
    rgba(255,255,255,.08) 35%,
    rgba(255,255,255,.86) 47%,
    rgba(255,247,205,.42) 56%,
    transparent 70%);
  background-size: 220% 100%;
  transform: translateX(-34%);
}
.trc-member-card.is-vip::after { background: repeating-linear-gradient(116deg, transparent 0 23px, rgba(255,255,255,.11) 24px 25px); }
@keyframes trc-card-satin-glow {
  0%, 12% { transform: translateX(-34%); }
  52%, 64% { transform: translateX(34%); }
  100% { transform: translateX(-34%); }
}
@media (prefers-reduced-motion: reduce) {
  .trc-member-card::before { animation: none; transform: translateX(0); }
  .trc-member-card { transition: none; }
}

/* Home: give the monthly box the visual priority. */
.trc-dashboard-hero-grid {
  grid-template-columns: minmax(0, 1.72fr) minmax(280px, .58fr);
  gap: 1.15rem;
}
.trc-dashboard-credential { align-self: stretch; }
.trc-dashboard-space-head { margin-bottom: .85rem; }
.trc-dashboard-space-head .trc-eyebrow { margin: 0; }

/* Box journey: progress is the steps. */
.trc-box-spotlight-v16 { grid-template-columns: minmax(250px, .76fr) minmax(0, 1.24fr); gap: clamp(1.45rem, 4vw, 3rem); }
.trc-box-journey {
  position: relative;
  min-width: 0;
  padding: 1.15rem .35rem .15rem;
}
.trc-box-journey-line {
  position: absolute;
  top: 30px;
  right: calc(12.5% + 10px);
  left: calc(12.5% + 10px);
  height: 5px;
  overflow: hidden;
  background: #e9e5e6;
  border-radius: 99px;
}
.trc-box-journey-line > span {
  display: block;
  width: var(--trc-progress, 0%);
  height: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, #417258 0%, #7fac8f 100%);
  border-radius: inherit;
  transition: width .45s ease;
}
.trc-box-journey ol {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  gap: .6rem;
  list-style: none;
}
.trc-box-journey li {
  display: grid;
  min-width: 0;
  justify-items: center;
  text-align: center;
  color: #9b9294;
  gap: .45rem;
}
.trc-box-journey-dot {
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  color: #8f8588;
  background: #fff;
  border: 2px solid #d9d2d4;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #fff;
  place-items: center;
  font-size: .58rem;
  font-weight: 850;
}
.trc-box-journey li strong { color: inherit; font-size: .72rem; line-height: 1.15; }
.trc-box-journey li small { max-width: 18ch; color: inherit; font-size: .59rem; line-height: 1.35; }
.trc-box-journey li.is-done,
.trc-box-journey li.is-current { color: #315f49; }
.trc-box-journey li.is-done .trc-box-journey-dot,
.trc-box-journey li.is-current .trc-box-journey-dot {
  color: #315f49;
  background: #eef6f1;
  border-color: #59866d;
}
.trc-box-journey li.is-current .trc-box-journey-dot { box-shadow: 0 0 0 6px #fff, 0 0 0 8px rgba(89,134,109,.14); }
.trc-box-current-progress {
  display: flex;
  min-width: 0;
  padding: clamp(1.35rem, 4vw, 2.35rem);
  align-items: center;
  background: linear-gradient(145deg, #fbfaf9, #f6f8f6);
  border-left: 1px solid var(--trc-line);
}
.trc-box-current-progress .trc-box-journey { width: 100%; }

/* Choices: readable, aligned, mobile-friendly. */
.trc-choice-group { display: grid; gap: .7rem; }
.trc-choice-group > p { margin: 0; color: #3a2d31; font-size: .78rem; font-weight: 780; }
.trc-choice-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.trc-chip { position: relative; display: inline-flex; cursor: pointer; }
.trc-chip input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none; }
.trc-chip span {
  display: inline-flex;
  min-height: 42px;
  padding: .65rem .9rem;
  align-items: center;
  justify-content: center;
  color: #514449;
  background: #fff;
  border: 1px solid #ded6d8;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 720;
  line-height: 1;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}
.trc-chip:hover span { border-color: #bfaeb3; transform: translateY(-1px); }
.trc-chip input:focus-visible + span { outline: 3px solid rgba(92, 18, 39, .16); outline-offset: 2px; }
.trc-chip input:checked + span { color: #fff; background: var(--trc-primary); border-color: var(--trc-primary); box-shadow: none; }

.trc-choice-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.trc-choice-stack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trc-select-card { position: relative; display: block; min-width: 0; cursor: pointer; }
.trc-select-card input { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none; }
.trc-select-card span {
  position: relative;
  display: flex;
  min-height: 58px;
  padding: .85rem 2.65rem .85rem 1rem;
  align-items: center;
  color: #3a2d31;
  background: #fff;
  border: 1px solid #e1dadd;
  border-radius: 14px;
  font-size: .76rem;
  font-weight: 730;
  line-height: 1.3;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.trc-select-card span::before {
  position: absolute;
  top: 50%;
  right: .95rem;
  display: grid;
  width: 20px;
  aspect-ratio: 1;
  content: '';
  color: #fff;
  background: #fff;
  border: 1.5px solid #b9afb2;
  border-radius: 6px;
  transform: translateY(-50%);
  place-items: center;
  font-size: .65rem;
}
.trc-select-card input[type="radio"] + span::before { border-radius: 50%; }
.trc-select-card:hover span { border-color: #c8b7bc; transform: translateY(-1px); }
.trc-select-card input:focus-visible + span { outline: 3px solid rgba(92, 18, 39, .14); outline-offset: 2px; }
.trc-select-card input:checked + span {
  color: #4b0b1c;
  background: #fcf4f6;
  border-color: #a85a70;
  box-shadow: inset 0 0 0 1px rgba(111,19,46,.04);
}
.trc-select-card input:checked + span::before { content: '✓'; background: var(--trc-primary); border-color: var(--trc-primary); }
.trc-select-card input[type="radio"]:checked + span::before { content: ''; background: radial-gradient(circle, var(--trc-primary) 0 43%, #fff 46%); border-color: var(--trc-primary); }
.trc-other-field { padding: .85rem; background: #fbf8f9; border: 1px solid #eadfe2; border-radius: 13px; }
.trc-profile-choice-flow { display: grid; gap: 1.4rem; }
.trc-inline-choice-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-account-skin { margin: 0; padding: 0; border: 0; }
.trc-account-skin > legend { margin-bottom: .65rem; font-size: .78rem; font-weight: 780; }
.trc-account-skin > legend small { color: var(--trc-muted-copy); font-size: .68rem; font-weight: 500; }
.trc-consents label { align-items: flex-start; gap: .7rem; }
.trc-consents input[type="checkbox"] { width: 20px; height: 20px; margin-top: .05rem; accent-color: var(--trc-primary); }

/* Cuponera: visual wallet of benefits. */
.trc-coupon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.trc-coupon-card {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
  min-height: 250px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--trc-line);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(45,25,31,.055);
}
.trc-coupon-card.is-personal { border-color: #c99ca9; box-shadow: 0 18px 42px rgba(75,8,27,.08); }
.trc-coupon-card.is-locked { background: linear-gradient(145deg, #f4f1ea, #fff9e8); border-color: #d7c28e; }
.trc-coupon-visual { position: relative; min-height: 100%; overflow: hidden; background: #f3eaed; }
.trc-coupon-visual img { width: 100%; height: 100%; object-fit: cover; }
.trc-coupon-visual-empty { display: grid; color: var(--trc-primary); background: linear-gradient(145deg, #f5e7eb, #fff); place-items: center; }
.trc-coupon-visual-empty span { font-family: var(--trc-serif); font-size: clamp(2.2rem, 5vw, 4.2rem); }
.trc-coupon-card.is-locked .trc-coupon-visual-empty { color: #805e11; background: linear-gradient(145deg, #efe0aa, #fff8db); }
.trc-coupon-copy { display: flex; min-width: 0; padding: 1.2rem; flex-direction: column; }
.trc-coupon-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; }
.trc-coupon-meta small { color: var(--trc-primary); font-size: .56rem; font-weight: 850; letter-spacing: .09em; }
.trc-coupon-meta b { padding: .28rem .42rem; color: #fff; background: var(--trc-primary); border-radius: 99px; font-size: .5rem; letter-spacing: .07em; }
.trc-coupon-copy h3 { margin: .4rem 0 .35rem; font-family: var(--trc-serif); font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1; }
.trc-coupon-copy > p { margin: 0; color: var(--trc-muted-copy); font-size: .76rem; line-height: 1.5; }
.trc-coupon-code {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 1rem;
  padding: .7rem .8rem;
  text-align: left;
  color: #3d0a18;
  background: #fbf4f6;
  border: 1px dashed #b98695;
  border-radius: 12px;
  cursor: pointer;
}
.trc-coupon-code span { grid-column: 1 / -1; color: #8a6f77; font-size: .5rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trc-coupon-code strong { overflow: hidden; text-overflow: ellipsis; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .82rem; letter-spacing: .04em; white-space: nowrap; }
.trc-coupon-code small { align-self: center; color: var(--trc-primary); font-size: .58rem; font-weight: 800; }
.trc-coupon-how { display: grid; margin-top: .8rem !important; padding-top: .75rem; border-top: 1px solid var(--trc-line); gap: .18rem; }
.trc-coupon-how b { color: #45373b; font-size: .58rem; letter-spacing: .07em; text-transform: uppercase; }
.trc-coupon-copy footer { display: flex; margin-top: auto; padding-top: 1rem; align-items: center; justify-content: space-between; gap: .75rem; }
.trc-coupon-copy footer small { color: #8d8285; font-size: .58rem; }
.trc-coupon-copy footer a,
.trc-coupon-copy footer strong { color: var(--trc-primary); font-size: .68rem; font-weight: 800; text-decoration: none; }

/* Library: a content feed rather than a blog archive. */
.trc-library-feed { display: grid; gap: 1rem; scroll-snap-type: y proximity; }
.trc-library-feed-card { scroll-snap-align: start; }
.trc-library-feed-card h2,
.trc-library-reel-copy h3 { text-wrap: balance; }
.trc-library-feed-card p,
.trc-library-reel-copy p { max-width: 58ch; }
.trc-library-feed video { background: #141012; }

@media (max-width: 980px) {
  .trc-dashboard-hero-grid { grid-template-columns: 1fr; }
  .trc-dashboard-credential { width: min(100%, 560px); }
  .trc-box-spotlight-v16 { grid-template-columns: 1fr; }
  .trc-box-current-v16 { grid-template-columns: 1fr; }
  .trc-box-current-progress { border-top: 1px solid var(--trc-line); border-left: 0; }
  .trc-coupon-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .trc-member-card { min-height: 260px; border-radius: 17px; }
  .trc-member-card footer { grid-template-columns: 1fr; }
  .trc-box-journey { overflow-x: auto; padding: 1.1rem 0 .35rem; scrollbar-width: none; }
  .trc-box-journey::-webkit-scrollbar { display: none; }
  .trc-box-journey-line { right: 12.5%; left: 12.5%; min-width: 350px; }
  .trc-box-journey ol { min-width: 420px; gap: .3rem; }
  .trc-box-journey li small { max-width: 16ch; font-size: .56rem; }
  .trc-choice-stack,
  .trc-choice-stack-grid,
  .trc-inline-choice-pair { grid-template-columns: 1fr; }
  .trc-chip span { min-height: 40px; padding: .6rem .82rem; }
  .trc-coupon-card { grid-template-columns: 1fr; }
  .trc-coupon-visual { min-height: 160px; max-height: 210px; }
  .trc-coupon-copy { padding: 1rem; }
  .trc-library-feed-card { grid-template-columns: 1fr !important; min-height: auto; }
  .trc-library-feed-card .trc-library-feed-media { min-height: min(72svh, 620px); }
  .trc-library-feed-card .trc-library-feed-media img,
  .trc-library-feed-card .trc-library-feed-media video { height: 100%; min-height: min(72svh, 620px); object-fit: cover; }
}

/* === v1.8.0 · Dashboard rebuilt: box-first, clean credential, integrated tracking === */
.trc-screen-mi_ritual .trc-main { width: min(1480px, calc(100% - clamp(28px, 5vw, 80px))); }
.trc-dashboard-head-refined { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; margin-bottom: 1.15rem; padding-bottom: 1.1rem; }
.trc-dashboard-head-refined h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: .98; }
.trc-dashboard-head-refined > div:first-child > p:last-child { max-width: 56ch; font-size: .86rem; }
.trc-dashboard-hero-grid { grid-template-columns: minmax(0, 3.15fr) minmax(270px, .85fr); gap: 1.1rem; align-items: stretch; }
.trc-box-spotlight { margin: 0; border-radius: 20px; box-shadow: 0 18px 48px rgba(48, 9, 23, .055); }
.trc-box-spotlight-head { min-height: 66px; padding: 1rem 1.45rem; }
.trc-box-spotlight-head > div { display: block; }
.trc-box-spotlight-v16 { display: grid; grid-template-columns: 1fr; padding: clamp(1.45rem, 2.6vw, 2.35rem); gap: 1.9rem; }
.trc-box-spotlight-copy { display: grid; grid-template-columns: minmax(150px,.34fr) minmax(0,1fr); padding: 0 0 1.65rem; align-items: end; border: 0; border-bottom: 1px solid var(--trc-line); gap: 1.4rem; }
.trc-box-spotlight-copy > small { margin: 0 0 .25rem; align-self: start; }
.trc-box-spotlight-copy h2 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 4vw, 4.6rem); line-height: .94; text-wrap: balance; }
.trc-box-spotlight-copy p,
.trc-box-track-link { grid-column: 2; }
.trc-dashboard-credential { min-width: 0; padding: 1rem; align-content: start; border-radius: 20px; box-shadow: 0 18px 48px rgba(48,9,23,.04); }
.trc-dashboard-credential .trc-member-card.is-compact { min-height: 315px; }
.trc-member-card.is-compact footer { grid-template-columns: minmax(0,1fr) minmax(128px,150px); gap: .75rem; }
.trc-member-card.is-compact .trc-member-card-status { align-self: end; }
.trc-member-card.is-compact .trc-member-card-status small { display: block; margin-bottom: .15rem; opacity: .72; font-size: .5rem; letter-spacing: .08em; }
.trc-member-card.is-compact .trc-member-card-status strong { display: block; max-width: 12ch; font-size: .65rem; line-height: 1.25; }

.trc-box-journey-v18 { position: relative; width: 100%; padding: .4rem .15rem 0; overflow: visible; }
.trc-box-journey-v18 .trc-box-journey-track { position: absolute; z-index: 0; top: 25px; right: 12.5%; left: 12.5%; height: 4px; overflow: hidden; background: #ece7e8; border-radius: 999px; }
.trc-box-journey-v18 .trc-box-journey-track > span { display: block; width: var(--trc-progress); max-width: 100%; height: 100%; background: linear-gradient(90deg,#5c8b70,#79a98d); border-radius: inherit; transition: width .45s ease; }
.trc-box-journey-v18 ol { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; margin: 0; padding: 0; gap: .7rem; list-style: none; }
.trc-box-journey-v18 li { display: grid; justify-items: center; color: #9b9295; gap: .6rem; text-align: center; }
.trc-box-journey-v18 li::before { display: none; }
.trc-box-journey-v18 .trc-box-journey-dot { display: grid; width: 48px; height: 48px; color: #8f8588; background: #fff; border: 2px solid #ded7d9; border-radius: 50%; place-items: center; font-size: .68rem; font-weight: 800; box-shadow: 0 0 0 6px #fff; }
.trc-box-journey-v18 li strong { color: inherit; font-size: .72rem; letter-spacing: .01em; }
.trc-box-journey-v18 li.is-done,
.trc-box-journey-v18 li.is-current { color: #315f49; }
.trc-box-journey-v18 li.is-done .trc-box-journey-dot { color: #fff; background: #5c8b70; border-color: #5c8b70; }
.trc-box-journey-v18 li.is-current .trc-box-journey-dot { color: #315f49; background: #f4faf6; border-color: #5c8b70; box-shadow: 0 0 0 6px #fff,0 0 0 8px rgba(89,134,109,.13); }
.trc-box-journey-current { display: flex; width: fit-content; max-width: 100%; margin: 1.25rem auto 0; padding: .68rem .9rem; align-items: center; color: #53605a; background: #f7faf8; border: 1px solid #dce8e0; border-radius: 999px; gap: .55rem; font-size: .72rem; line-height: 1.35; }
.trc-box-journey-current span { color: #315f49; font-weight: 820; }

.trc-dashboard-section { margin-top: 2.6rem; }
.trc-dashboard-section-head-clean { margin-bottom: .9rem; }
.trc-dashboard-grid { gap: .8rem; }
.trc-dashboard-grid > a { min-height: 112px; padding: 1.05rem; border-radius: 16px; }

@media (max-width: 1080px) {
  .trc-dashboard-hero-grid { grid-template-columns: 1fr; }
  .trc-dashboard-credential { width: min(100%, 620px); }
  .trc-dashboard-credential .trc-member-card.is-compact { min-height: 285px; }
}
@media (max-width: 720px) {
  .trc-screen-mi_ritual .trc-main { width: min(calc(100% - 22px), 680px); }
  .trc-dashboard-head-refined { grid-template-columns: 1fr; gap: .8rem; }
  .trc-box-spotlight-head { min-height: 58px; padding: .9rem 1rem; }
  .trc-box-spotlight-v16 { padding: 1.05rem; gap: 1.25rem; }
  .trc-box-spotlight-copy { grid-template-columns: 1fr; padding-bottom: 1.15rem; gap: .45rem; }
  .trc-box-spotlight-copy h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); }
  .trc-box-spotlight-copy p,.trc-box-track-link { grid-column: 1; }
  .trc-box-journey-v18 { overflow-x: auto; padding: .45rem .1rem .2rem; scrollbar-width: none; }
  .trc-box-journey-v18::-webkit-scrollbar { display: none; }
  .trc-box-journey-v18 ol { min-width: 430px; }
  .trc-box-journey-v18 .trc-box-journey-track { right: 54px; left: 54px; min-width: 320px; }
  .trc-box-journey-current { width: 100%; justify-content: center; border-radius: 14px; text-align: center; }
  .trc-dashboard-credential { width: 100%; }
  .trc-member-card.is-compact footer { grid-template-columns: minmax(0,1fr) minmax(130px,160px); }
}

/* === v1.9.0 · Mobile-safe box tracking + reel-style Library === */
.trc-box-journey-v19 { position: relative; width: 100%; padding: .5rem .1rem .2rem; overflow: visible; }
.trc-box-journey-v19 .trc-box-journey-track { position: absolute; z-index: 0; top: 23px; right: 12.5%; left: 12.5%; height: 4px; overflow: hidden; background: #ece7e8; border-radius: 999px; }
.trc-box-journey-v19 .trc-box-journey-track > span { display: block; width: var(--trc-progress); max-width: 100%; height: 100%; background: #679078; border-radius: inherit; transition: width .45s ease; }
.trc-box-journey-v19 ol { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; margin: 0; padding: 0; gap: .5rem; list-style: none; }
.trc-box-journey-v19 li { display: grid; grid-template-rows: auto auto auto; min-width: 0; justify-items: center; align-content: start; color: #958c8f; gap: .38rem; text-align: center; }
.trc-box-journey-v19 li::before { display: none; }
.trc-box-journey-v19 .trc-box-journey-dot { display: grid; width: 44px; height: 44px; color: #8d8386; background: #fff; border: 2px solid #ded7d9; border-radius: 50%; place-items: center; font-size: .65rem; font-weight: 850; box-shadow: 0 0 0 5px #fff; }
.trc-box-journey-v19 li strong { max-width: 100%; color: inherit; font-size: .7rem; white-space: nowrap; }
.trc-box-journey-v19 li small { width: min(220px, 25vw); min-width: 0; margin-top: .05rem; color: #315f49; font-size: .61rem; font-weight: 600; line-height: 1.35; text-wrap: balance; }
.trc-box-journey-v19 li.is-done,
.trc-box-journey-v19 li.is-current { color: #315f49; }
.trc-box-journey-v19 li.is-done .trc-box-journey-dot { color: #fff; background: #679078; border-color: #679078; }
.trc-box-journey-v19 li.is-current .trc-box-journey-dot { color: #315f49; background: #f5faf7; border-color: #679078; box-shadow: 0 0 0 5px #fff,0 0 0 7px rgba(103,144,120,.14); }

.trc-coming-soon { display: grid; width: min(760px,100%); min-height: 55vh; margin: 0 auto; padding: clamp(2rem,6vw,5rem); text-align: center; align-content: center; justify-items: center; background: #fff; border: 1px solid var(--trc-line); border-radius: 22px; }
.trc-coming-soon > span { margin-bottom: .8rem; font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size: 2rem; }
.trc-coming-soon h1 { max-width: 620px; }
.trc-coming-soon > p:not(.trc-eyebrow) { max-width: 520px; color: var(--trc-muted-copy); }

/* Library: vertical reel/feed with media + practical instructions. */
.trc-reels-library { width: min(1220px,100%); margin: 0 auto; }
.trc-reels-head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); margin-bottom: 1.4rem; padding-bottom: 1.25rem; align-items: end; border-bottom: 1px solid var(--trc-line); gap: 2rem; }
.trc-reels-head h1 { margin: 0; font-size: clamp(2.6rem,5.5vw,5rem); line-height: .92; text-wrap: balance; }
.trc-reels-head > p { margin: 0; color: var(--trc-muted-copy); font-size: .85rem; line-height: 1.6; }
.trc-reels-filter { position: sticky; z-index: 8; top: 0; display: grid; grid-template-columns: minmax(260px,1fr) minmax(180px,260px) auto auto; margin-bottom: 1.2rem; padding: .65rem; align-items: center; background: rgba(255,255,255,.96); border: 1px solid var(--trc-line); border-radius: 14px; gap: .55rem; backdrop-filter: blur(10px); }
.trc-reels-filter label { position: relative; margin: 0; }
.trc-reels-filter input,
.trc-reels-filter select { width: 100%; min-height: 44px; margin: 0; padding: .6rem .75rem; background: #fff; border: 1px solid var(--trc-line); border-radius: 9px; }
.trc-reels-search > span:first-child { position: absolute; z-index: 2; top: 50%; left: .75rem; transform: translateY(-50%); font-size: .8rem; }
.trc-reels-search input { padding-left: 2.2rem; }
.trc-reels-filter button { min-height: 44px; padding: .6rem 1rem; color: #fff; background: var(--trc-primary); border: 1px solid var(--trc-primary); border-radius: 9px; font-weight: 800; }
.trc-reels-filter > a { padding: .55rem; color: var(--trc-primary); font-size: .7rem; font-weight: 800; text-decoration: none; }
.trc-reels-feed { display: grid; gap: 1rem; }
.trc-reel-card { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); min-height: 480px; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 22px; box-shadow: 0 18px 60px rgba(60,16,31,.05); }
.trc-reel-card.is-vip { border-color: #c9ae61; }
.trc-reel-media { position: relative; min-height: 480px; overflow: hidden; background: #171315; }
.trc-reel-media img,
.trc-reel-media video { display: block; width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.trc-reel-no-media { display: grid; width: 100%; height: 100%; min-height: 480px; padding: 2rem; color: #5e3a46; background: #f5e9ed; place-items: center; align-content: center; gap: .5rem; }
.trc-reel-no-media span { font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size: 3rem; }
.trc-reel-no-media small { font-size: .6rem; font-weight: 850; letter-spacing: .12em; }
.trc-reel-badges { position: absolute; z-index: 2; top: .85rem; left: .85rem; display: flex; gap: .35rem; }
.trc-reel-badges span,
.trc-reel-badges b { padding: .35rem .5rem; color: #fff; background: rgba(24,18,20,.78); border-radius: 99px; font-size: .52rem; font-weight: 850; letter-spacing: .08em; }
.trc-reel-badges b { color: #5c430a; background: #fff0b3; }
.trc-reel-locked { position: absolute; inset: 0; display: grid; padding: 2rem; color: #fff; background: rgba(32,24,27,.62); place-items: center; align-content: center; text-align: center; gap: .4rem; backdrop-filter: blur(5px); }
.trc-reel-locked span { display: grid; width: 64px; height: 64px; color: #4d390b; background: #f3dc8f; border-radius: 50%; place-items: center; font-weight: 900; }
.trc-reel-copy { display: flex; min-width: 0; padding: clamp(1.35rem,3vw,2.5rem); flex-direction: column; }
.trc-reel-meta { display: flex; margin-bottom: .8rem; align-items: center; justify-content: space-between; gap: 1rem; color: var(--trc-primary); font-size: .58rem; font-weight: 850; letter-spacing: .1em; }
.trc-reel-card h2 { max-width: 12ch; margin: 0 0 .65rem; font-size: clamp(2rem,4vw,3.7rem); line-height: .98; text-wrap: balance; }
.trc-reel-summary { max-width: 56ch; margin-bottom: 1.15rem; color: var(--trc-muted-copy); font-size: .82rem; line-height: 1.55; }
.trc-reel-steps { display: grid; margin: 0 0 1.2rem; padding: 0; gap: .45rem; list-style: none; }
.trc-reel-steps li { display: grid; grid-template-columns: 30px minmax(0,1fr); padding: .55rem 0; border-top: 1px solid var(--trc-line); gap: .7rem; }
.trc-reel-steps li > span { display: grid; width: 28px; height: 28px; color: var(--trc-primary); border: 1px solid #d9bdc5; border-radius: 50%; place-items: center; font-size: .58rem; font-weight: 850; }
.trc-reel-steps strong { display: block; margin-bottom: .12rem; font-size: .75rem; }
.trc-reel-steps p { margin: 0; color: var(--trc-muted-copy); font-size: .7rem; line-height: 1.45; }
.trc-reel-actions { display: flex; margin-top: auto; padding-top: .8rem; align-items: center; gap: .55rem; }
.trc-reel-actions a,
.trc-reel-actions button { display: inline-flex; min-height: 42px; padding: .65rem .85rem; align-items: center; justify-content: center; border-radius: 9px; font-size: .68rem; font-weight: 850; text-decoration: none; }
.trc-reel-actions a { color: #fff; background: var(--trc-primary); border: 1px solid var(--trc-primary); }
.trc-reel-actions button { color: var(--trc-primary); background: #fff; border: 1px solid var(--trc-line); }

.trc-reel-detail { width: min(1240px,100%); margin: 0 auto; }
.trc-reel-detail-layout { display: grid; grid-template-columns: minmax(320px,.88fr) minmax(0,1.12fr); align-items: start; overflow: hidden; background: #fff; border: 1px solid var(--trc-line); border-radius: 22px; }
.trc-reel-detail-media { position: sticky; top: 0; min-height: min(760px,82vh); background: #151113; }
.trc-reel-detail-media img,
.trc-reel-detail-media video { width: 100%; height: min(760px,82vh); object-fit: cover; }
.trc-reel-detail-copy { padding: clamp(1.5rem,4vw,3rem); }
.trc-reel-detail-copy h1 { margin-bottom: .65rem; font-size: clamp(2.4rem,5vw,4.8rem); line-height: .94; }
.trc-reel-detail-intro { max-width: 58ch; color: var(--trc-muted-copy); font-size: .9rem; line-height: 1.6; }
.trc-reel-detail-section { margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--trc-line); }
.trc-reel-detail-steps { display: grid; margin: 0; padding: 0; gap: .6rem; list-style: none; }
.trc-reel-detail-steps li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: .75rem; }
.trc-reel-detail-steps li > span { display: grid; width: 32px; height: 32px; color: #fff; background: var(--trc-primary); border-radius: 50%; place-items: center; font-size: .6rem; font-weight: 850; }
.trc-reel-detail-steps h2 { margin: 0 0 .25rem; font-family: var(--trc-sans); font-size: .9rem; font-weight: 800; }
.trc-reel-detail-steps p { margin: 0; color: var(--trc-muted-copy); font-size: .78rem; line-height: 1.55; }
.trc-reel-detail-context .trc-richtext,
.trc-reel-detail-section .trc-richtext { color: #53464a; font-size: .78rem; line-height: 1.65; }
.trc-reel-save { margin-top: 1.5rem; min-height: 42px; padding: .65rem .85rem; color: var(--trc-primary); background: #fff; border: 1px solid var(--trc-line); border-radius: 9px; font-weight: 800; }
.trc-reel-related { width: min(1240px,100%); margin: 2rem auto 0; padding-top: 1.2rem; border-top: 1px solid var(--trc-line); }
.trc-reel-related > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .6rem; }
.trc-reel-related a { display: grid; min-height: 130px; padding: 1rem; color: inherit; background: #fff; border: 1px solid var(--trc-line); border-radius: 12px; text-decoration: none; }
.trc-reel-related small { color: var(--trc-primary); font-size: .55rem; font-weight: 850; }
.trc-reel-related strong { margin: .35rem 0; font-family: var(--trc-serif); font-size: 1.3rem; }
.trc-reel-related a span { margin-top: auto; color: var(--trc-primary); }

/* Account choice blocks: keep question and controls from colliding. */
.trc-account-card fieldset { display: grid; min-width: 0; gap: .65rem; }
.trc-account-card fieldset > legend { float: none; width: 100%; margin: 0 0 .2rem; padding: 0; font-family: var(--trc-sans); font-size: .76rem; font-weight: 800; line-height: 1.35; }
.trc-account-card fieldset > legend + * { clear: both; }
.trc-account-card .trc-choice-stack,
.trc-account-card .trc-choice-stack-grid { margin-top: 0; }
.trc-account-card .trc-choice-stack-grid { gap: .55rem; }

/* Benefits use native emoji, never decorative pseudo-glyphs. */
.trc-benefit-empty > span,
.trc-benefit-compact-list article > span,
.trc-benefit-art { font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; }

@media (max-width: 760px) {
  .trc-box-journey-v19 { padding-inline: 0; overflow: visible; }
  .trc-box-journey-v19 .trc-box-journey-track { top: 18px; right: 12.5%; left: 12.5%; height: 3px; min-width: 0; }
  .trc-box-journey-v19 ol { min-width: 0; gap: .15rem; }
  .trc-box-journey-v19 .trc-box-journey-dot { width: 34px; height: 34px; border-width: 1.5px; box-shadow: 0 0 0 3px #fff; font-size: .55rem; }
  .trc-box-journey-v19 li.is-current .trc-box-journey-dot { box-shadow: 0 0 0 3px #fff,0 0 0 5px rgba(103,144,120,.14); }
  .trc-box-journey-v19 li strong { font-size: .55rem; white-space: normal; line-height: 1.2; }
  .trc-box-journey-v19 li small { grid-column: 1; width: 86px; max-width: 23vw; min-height: 2.6em; font-size: .48rem; line-height: 1.3; }
  .trc-reels-head { grid-template-columns: 1fr; gap: .65rem; }
  .trc-reels-head h1 { font-size: clamp(2.3rem,12vw,3.7rem); }
  .trc-reels-filter { position: static; grid-template-columns: 1fr; }
  .trc-reels-filter > a { text-align: center; }
  .trc-reel-card { grid-template-columns: 1fr; min-height: 0; border-radius: 18px; }
  .trc-reel-media,
  .trc-reel-media img,
  .trc-reel-media video,
  .trc-reel-no-media { min-height: min(68svh,620px); height: min(68svh,620px); }
  .trc-reel-copy { padding: 1.15rem; }
  .trc-reel-card h2 { max-width: none; font-size: clamp(2rem,10vw,3rem); }
  .trc-reel-actions { position: sticky; bottom: 8px; padding: .55rem; margin: .5rem -.35rem -.35rem; background: rgba(255,255,255,.94); border: 1px solid var(--trc-line); border-radius: 12px; backdrop-filter: blur(8px); }
  .trc-reel-actions a { flex: 1; }
  .trc-reel-detail-layout { grid-template-columns: 1fr; border-radius: 18px; }
  .trc-reel-detail-media { position: relative; min-height: min(62svh,560px); }
  .trc-reel-detail-media img,
  .trc-reel-detail-media video { height: min(62svh,560px); }
  .trc-reel-detail-copy { padding: 1.15rem; }
  .trc-reel-related > div { grid-template-columns: 1fr; }
}


/* === v1.9.0 final mobile polish === */
.trc-member-dock a > span { font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size: 1rem; line-height: 1; }
.trc-benefit-module-coming { background: #fff; }
.trc-benefit-module-coming .trc-benefit-empty { min-height: 150px; }
.trc-box-spotlight-v16, .trc-box-current-v16 { min-width: 0; }
.trc-box-journey-v19 ol, .trc-box-journey-v19 li { min-width: 0; }
.trc-account-card .trc-account-skin { margin: 0; padding: 0; border: 0; }
.trc-account-card .trc-account-skin legend { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem; }
.trc-account-card .trc-account-skin legend small { color: var(--trc-muted-copy); font-weight: 500; }
@media (max-width: 760px) {
  .trc-dashboard-hero-grid { grid-template-columns: minmax(0,1fr) !important; }
  .trc-box-spotlight, .trc-dashboard-credential { width: 100%; min-width: 0; }
  .trc-box-spotlight-body { min-width: 0; overflow: hidden; }
  .trc-box-journey-v19 { width: 100%; max-width: 100%; }
  .trc-box-journey-v19 ol { width: 100%; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .trc-box-journey-v19 li { width: auto; }
  .trc-box-journey-v19 li small { width: auto; max-width: 100%; padding-inline: .15rem; overflow-wrap: anywhere; }
  .trc-account-card { overflow: visible; }
  .trc-account-card .trc-choice-stack-grid { grid-template-columns: 1fr; }
}

/* v1.9 module states + reel feed behavior */
.trc-home-module-coming { display: grid; min-height: 390px; place-items: center; padding: clamp(1.5rem,4vw,3rem); }
.trc-home-module-coming-copy { max-width: 620px; text-align: center; }
.trc-home-module-coming-copy > span { display: block; margin-bottom: .75rem; font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif; font-size: 2.2rem; }
.trc-home-module-coming-copy h2 { margin: .2rem auto .6rem; font-size: clamp(2rem,4vw,3.7rem); line-height: 1; }
.trc-dashboard-grid > a.is-coming-soon { background: #fbf8f9; }
.trc-dashboard-grid > a.is-coming-soon small { color: var(--trc-primary); }
.trc-reel-actions a { color: #fff !important; }
.trc-reel-actions button { color: var(--trc-primary) !important; }
.trc-reels-feed { scroll-snap-type: y proximity; }
.trc-reel-card { scroll-snap-align: start; }
@media (max-width: 760px) {
  .trc-reels-feed { scroll-snap-type: y mandatory; }
  .trc-reel-card { min-height: calc(100svh - 110px); scroll-snap-stop: always; }
  .trc-reel-media,
  .trc-reel-media img,
  .trc-reel-media video,
  .trc-reel-no-media { min-height: min(56svh,520px); height: min(56svh,520px); }
  .trc-reel-copy { min-height: 34svh; }
}
/* Payment/onboarding fallback. Always available and emphasized after a failed request. */
.trc-signup-support{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:4px;padding:18px 20px;border:1px solid rgba(74,12,27,.15);border-radius:18px;background:#fffaf8;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.trc-signup-support strong,.trc-signup-support p{display:block;margin:0}
.trc-signup-support p{margin-top:4px;color:var(--trc-muted);font-size:.88rem;line-height:1.5}
.trc-signup-support.is-active{border-color:rgba(74,12,27,.42);box-shadow:0 14px 34px rgba(74,12,27,.12);transform:translateY(-2px)}
.trc-signup-complete-v16 .trc-text-link{display:block;margin-top:16px;text-align:center}
@media(max-width:680px){.trc-signup-support{align-items:stretch;flex-direction:column}.trc-signup-support .trc-button{width:100%;text-align:center}}

/* Final viewport containment for the complete member journey. */
html:has(body.trc-club-shell) { width: 100%; max-width: 100%; overflow-x: clip; }
body.trc-club-shell { width: 100%; max-width: 100%; min-width: 320px; overflow-x: clip; }
body.trc-club-shell .trc-app,
body.trc-club-shell .trc-main,
body.trc-club-shell .trc-view { width: 100%; max-width: 100%; min-width: 0; }
body.trc-club-shell img,
body.trc-club-shell video,
body.trc-club-shell iframe { max-width: 100%; }
@media(max-width:680px){
  .trc-signup .trc-form-grid,
  .trc-account-card .trc-form-grid { grid-template-columns: minmax(0,1fr); }
  .trc-signup input,
  .trc-signup select,
  .trc-signup textarea,
  .trc-account-card input,
  .trc-account-card select,
  .trc-account-card textarea { width: 100%; max-width: 100%; min-width: 0; }
  .trc-step-actions { align-items: stretch; flex-direction: column; }
  .trc-step-actions .trc-button { width: 100%; text-align: center; }
}

/* Final viewport containment for public payment, onboarding and every member module. */
body.trc-club-shell .trc-public-grid,
body.trc-club-shell .trc-panel,
body.trc-club-shell form,
body.trc-club-shell fieldset,
body.trc-club-shell label { min-width: 0; }
body.trc-club-shell input:not([type="checkbox"]):not([type="radio"]),
body.trc-club-shell select,
body.trc-club-shell textarea { max-width: 100%; }
body.trc-club-shell h1,
body.trc-club-shell h2,
body.trc-club-shell h3,
body.trc-club-shell p,
body.trc-club-shell a,
body.trc-club-shell code { overflow-wrap: anywhere; }
@media(max-width:390px){
  body.trc-club-shell .trc-main { width: calc(100% - 16px); }
  body.trc-club-shell .trc-public-grid { padding-inline: 8px; }
  body.trc-club-shell .trc-panel { padding-inline: 12px; }
}


/* v2.4 · onboarding más claro, talles por bloques y errores visibles */
.trc-signup .trc-size-sections{display:grid;gap:12px;margin-top:20px}
.trc-signup .trc-size-section{border:1px solid var(--trc-line,#e3d8d4);border-radius:16px;background:#fff;overflow:hidden}
.trc-signup .trc-size-section>summary{list-style:none;display:flex;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;user-select:none}
.trc-signup .trc-size-section>summary::-webkit-details-marker{display:none}
.trc-signup .trc-size-section>summary>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--trc-soft,#f7f0ed);font-size:11px;font-weight:800;letter-spacing:.08em;flex:0 0 auto}
.trc-signup .trc-size-section>summary>div{display:grid;gap:2px;min-width:0}
.trc-signup .trc-size-section>summary strong{font-size:15px}
.trc-signup .trc-size-section>summary small{font-size:12px;color:var(--trc-muted,#756a66);font-weight:500}
.trc-signup .trc-size-section>summary:after{content:'+';margin-left:auto;font-size:22px;font-weight:300;color:var(--trc-wine,#5a071c)}
.trc-signup .trc-size-section[open]>summary:after{content:'−'}
.trc-signup .trc-size-section[open]>summary{border-bottom:1px solid var(--trc-line,#e3d8d4)}
.trc-signup .trc-size-section-body{display:grid;gap:18px;padding:18px}
.trc-signup .trc-size-section-body>.trc-choice-group{margin:0}
.trc-signup .trc-skin-section,.trc-account-card .trc-skin-section{display:grid;gap:22px}
.trc-signup .trc-skin-section>.trc-choice-group,.trc-account-card .trc-skin-section>.trc-choice-group{margin:0}
.trc-signup .trc-skin-notes,.trc-account-card .trc-skin-notes{margin-top:2px}
.trc-signup .trc-choice-group>p small{font-weight:500;color:var(--trc-muted,#756a66)}
.trc-signup .is-invalid{border-color:#c52233!important}
.trc-signup label.is-invalid>input,.trc-signup label.is-invalid>textarea,.trc-signup label.is-invalid>select{border-color:#c52233!important;box-shadow:0 0 0 2px rgba(197,34,51,.08)}
.trc-signup .trc-choice-group.is-invalid,.trc-signup .trc-consents.is-invalid{padding:12px;border:1px solid #c52233;border-radius:12px;background:rgba(197,34,51,.025)}
.trc-signup .trc-field-error{display:block;margin-top:7px;color:#b3192c;font-size:11px;font-weight:700;line-height:1.35}
.trc-signup .trc-size-section:has(.is-invalid){border-color:#c52233;box-shadow:0 0 0 2px rgba(197,34,51,.06)}
.trc-signup .trc-size-section:has(.is-invalid)>summary strong{color:#b3192c}
@media(max-width:720px){.trc-signup .trc-size-section>summary{padding:14px}.trc-signup .trc-size-section-body{padding:14px}.trc-signup .trc-inline-choice-pair{grid-template-columns:1fr}}


/* === v2.5.0 · márgenes consistentes + credencial simple con número de socia === */
body.trc-club-shell .trc-main {
  width: min(1360px, calc(100% - clamp(32px, 5vw, 72px)));
  max-width: 1360px;
  margin-inline: auto;
  padding-top: clamp(2.2rem, 4.5vw, 4.2rem);
}
body.trc-club-shell .trc-screen-mi_ritual .trc-main {
  width: min(1660px, calc(100% - clamp(32px, 4vw, 64px)));
  max-width: 1660px;
}
body.trc-club-shell .trc-is-public .trc-main {
  width: 100%;
  max-width: none;
  padding: 0;
}
.trc-section-head,
.trc-dashboard-head-refined,
.trc-account-page-head { scroll-margin-top: 24px; }
.trc-member-number-badge {
  display: grid;
  width: min(100%, 170px);
  min-height: 78px;
  padding: .72rem .82rem;
  justify-self: end;
  align-content: center;
  color: #21181b;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(16,8,11,.12);
}
.trc-member-number-badge span { margin-bottom: .18rem; color: #65595d; font-size: .48rem; font-weight: 850; letter-spacing: .13em; }
.trc-member-number-badge strong { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1.18rem; letter-spacing: .16em; line-height: 1; }
.trc-member-card.is-compact .trc-member-number-badge { width: 100%; min-width: 0; }
.trc-member-card.is-compact footer { grid-template-columns: minmax(0,1fr) minmax(120px,150px); }
@media (max-width: 760px) {
  body.trc-club-shell .trc-main,
  body.trc-club-shell .trc-screen-mi_ritual .trc-main { width: calc(100% - 24px); max-width: none; padding-top: 1.55rem; }
  body.trc-club-shell .trc-is-public .trc-main { width: 100%; padding: 0; }
  .trc-member-card footer,
  .trc-member-card.is-compact footer { grid-template-columns: minmax(0,1fr) minmax(118px,145px); }
}
@media (max-width: 420px) {
  body.trc-club-shell .trc-main,
  body.trc-club-shell .trc-screen-mi_ritual .trc-main { width: calc(100% - 18px); }
  .trc-member-card footer,
  .trc-member-card.is-compact footer { grid-template-columns: 1fr; }
  .trc-member-number-badge { width: 100%; justify-self: stretch; }
}


/* v2.6 · identidad simple y consistente */
.trc-member-card footer { grid-template-columns: minmax(0,1fr) auto; }
.trc-member-since { display:grid; gap:.12rem; align-self:end; }
.trc-member-since small,
.trc-member-number-badge span { opacity:.7; font-size:.56rem; font-weight:800; letter-spacing:.1em; }
.trc-member-since strong { font-size:.82rem; font-weight:760; }
.trc-member-number-badge { min-width:150px; padding:.65rem .8rem; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.2); border-radius:12px; text-align:right; }
.trc-member-card.is-vip .trc-member-number-badge { background:rgba(255,255,255,.38); border-color:rgba(93,63,8,.18); }
.trc-member-number-badge strong { display:block; margin-top:.15rem; font-size:1.05rem; letter-spacing:.16em; }
.trc-club-personal-coupon { display:grid; grid-template-columns:minmax(0,1fr) minmax(220px,.55fr); align-items:center; gap:1rem; margin-bottom:1rem; padding:1rem 1.1rem; background:linear-gradient(135deg,#fff8fa,#f8edf0); border:1px solid var(--trc-line); border-radius:16px; }
.trc-club-personal-coupon.is-vip { background:linear-gradient(135deg,#fffaf0,#f4e0a3); border-color:#d2ae50; }
.trc-club-personal-coupon h3 { margin:.15rem 0 .25rem; font-size:1.25rem; }
.trc-club-personal-coupon p { margin:0; }
.trc-ui-picture { display:inline-grid; width:44px; height:44px; place-items:center; overflow:hidden; border-radius:14px; }
.trc-ui-picture img { width:100%; height:100%; object-fit:contain; display:block; }
.trc-ui-picture-small { width:36px; height:36px; border-radius:11px; }
.trc-member-dock a > span { display:grid; width:30px; height:30px; margin-inline:auto; place-items:center; }
.trc-member-dock a > span img { display:block; width:28px; height:28px; object-fit:contain; border-radius:9px; }
.trc-member-dock a.is-active > span img { transform:scale(1.06); }
@media (max-width:640px){
  .trc-member-card footer { grid-template-columns:1fr auto; gap:.75rem; }
  .trc-member-number-badge { min-width:122px; padding:.55rem .65rem; }
  .trc-member-number-badge strong { font-size:.92rem; }
  .trc-club-personal-coupon { grid-template-columns:1fr; }
}

/* v2.6.1 · iconos visuales fijos del dock */
.trc-member-dock a > span img { width: 30px; height: 30px; border-radius: 0; object-fit: contain; }
.trc-member-dock a.is-active > span { background: rgba(64,3,11,.08); box-shadow: inset 0 0 0 1px rgba(64,3,11,.08); }
.trc-member-dock a.is-active > span img { transform: scale(1.08); }
.trc-dashboard-icon img { display:block; width:24px; height:24px; object-fit:contain; }


/* === v2.6.2 · credencial plana + brillo simple de landing === */
.trc-member-card,
.trc-member-card:hover,
.trc-member-card:focus-visible {
  --card-rx: 0deg;
  --card-ry: 0deg;
  transform: none !important;
  transform-style: flat !important;
  perspective: none !important;
  transition: box-shadow .25s ease !important;
  will-change: auto !important;
}
.trc-member-card > * { z-index: 2; transform: none !important; }
.trc-member-card {
  background: linear-gradient(132deg, #470817 0%, #6f1029 54%, #4e081a 100%) !important;
  box-shadow: 0 18px 42px rgba(65,7,25,.16), 0 1px 2px rgba(48,9,23,.08) !important;
}
.trc-member-card.is-vip {
  color: #302107;
  background: linear-gradient(132deg, #b77f16 0%, #e3bd58 46%, #d3a337 72%, #aa7412 100%) !important;
  border-color: rgba(126,82,7,.38) !important;
  box-shadow: 0 18px 44px rgba(126,83,7,.19), 0 1px 2px rgba(78,51,3,.08) !important;
}
.trc-member-card::before,
.trc-member-card.is-vip::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -45%;
  bottom: -45%;
  left: -55%;
  width: 32%;
  inset-inline-end: auto;
  opacity: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.06) 18%, rgba(255,255,255,.55) 50%, rgba(255,255,255,.08) 82%, transparent 100%) !important;
  mix-blend-mode: screen;
  transform: skewX(-20deg) !important;
  animation: trc-card-simple-shine 4.8s ease-in-out infinite !important;
  pointer-events: none;
}
.trc-member-card.is-vip::before {
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 18%, rgba(255,255,255,.72) 50%, rgba(255,248,211,.12) 82%, transparent 100%) !important;
}
.trc-member-card::after,
.trc-member-card.is-vip::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  opacity: .5;
  background: repeating-linear-gradient(116deg, transparent 0 25px, rgba(255,255,255,.045) 26px 27px) !important;
  pointer-events: none;
}
.trc-member-card.is-vip::after {
  opacity: .72;
  background: repeating-linear-gradient(116deg, transparent 0 25px, rgba(255,255,255,.09) 26px 27px) !important;
}
.trc-member-card:hover,
.trc-member-card:focus-visible { box-shadow: 0 20px 48px rgba(65,7,25,.19), 0 1px 2px rgba(48,9,23,.08) !important; }
.trc-member-card.is-vip:hover,
.trc-member-card.is-vip:focus-visible { box-shadow: 0 20px 50px rgba(126,83,7,.22), 0 1px 2px rgba(78,51,3,.08) !important; }
@keyframes trc-card-simple-shine {
  0%, 58% { left: -55%; opacity: 0; }
  65% { opacity: .9; }
  84% { left: 125%; opacity: .72; }
  100% { left: 125%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .trc-member-card::before,
  .trc-member-card.is-vip::before { animation: none !important; opacity: 0 !important; }
}

/* === v2.6.3 · Beneficios refinado + Blog del Club + contraste de Videos === */

/* Beneficios: una jerarquía más editorial, sin repetir el plan en el encabezado. */
.trc-benefits-head {
  display: block;
  max-width: 780px;
  margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.trc-benefits-head > div { max-width: 720px; }
.trc-benefits-head h1 {
  max-width: 11ch;
  margin-bottom: .65rem;
  font-size: clamp(2.8rem, 5.8vw, 5rem);
  line-height: .96;
}
.trc-benefits-head > div > p:last-child {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--trc-muted-copy);
  font-size: .94rem;
  line-height: 1.65;
}
.trc-benefits-head > span { display: none !important; }

.trc-benefit-overview {
  grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr);
  margin-bottom: 1.25rem;
  padding: clamp(1.15rem, 2.6vw, 2rem);
  align-items: stretch;
  background: linear-gradient(145deg, #fbf8f8 0%, #fff 52%, #fbf8f6 100%);
  border: 1px solid #e7e0e2;
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(50, 24, 32, .045);
  gap: clamp(1.35rem, 3vw, 2.6rem);
}
.trc-plan-benefits {
  display: flex;
  min-width: 0;
  padding: .2rem;
  flex-direction: column;
  justify-content: center;
}
.trc-plan-benefits .trc-plan-pill { margin-bottom: .2rem; }
.trc-plan-benefits h2 {
  max-width: 12ch;
  margin: .85rem 0 1rem;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: .98;
}
.trc-plan-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}
.trc-plan-benefits li {
  min-width: 0;
  padding: .68rem .72rem;
  align-items: flex-start;
  color: #4b4043;
  background: rgba(255,255,255,.72);
  border: 1px solid #ebe5e6;
  border-radius: 12px;
  font-size: .76rem;
  line-height: 1.35;
}
.trc-plan-benefits li span {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: .02rem;
  color: #fff;
  background: var(--trc-primary);
  border-radius: 50%;
  text-align: center;
  font-size: .66rem;
  line-height: 18px;
}
.trc-plan-benefits .trc-plan-pill.is-vip ~ ul li span { background: #9a6b0d; }
.trc-benefit-overview > .trc-member-card {
  width: 100%;
  max-width: 650px;
  align-self: center;
  justify-self: end;
}

.trc-benefit-dashboard { gap: 1.15rem; }
.trc-benefit-module {
  border-color: #e8e2e3;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(46, 24, 30, .035);
}
.trc-benefit-module > header {
  min-height: 76px;
  padding: 1rem 1.25rem;
  background: #fdfcfc;
}
.trc-benefit-module > header .trc-eyebrow { margin-bottom: .18rem; }
.trc-benefit-module > header h2 {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1;
}
.trc-benefit-module > header > span {
  width: 30px;
  min-width: 30px;
  color: #514549;
  background: #fff;
  border-color: #e7e0e2;
}
.trc-wallet-module { background: #fff; }
.trc-wallet-module > header { border-bottom-color: #eee8ea; }
.trc-club-personal-coupon {
  grid-template-columns: minmax(0, 1fr) minmax(250px, .52fr);
  margin: 1.1rem 1.15rem;
  padding: 1.2rem 1.3rem;
  background: linear-gradient(135deg, #fffafc 0%, #f8eef1 100%);
  border-color: #e4cfd5;
  border-radius: 18px;
}
.trc-club-personal-coupon.is-vip {
  background: linear-gradient(135deg, #fffaf0 0%, #f8e9bc 100%);
  border-color: #d7b862;
}
.trc-club-personal-coupon h3 {
  margin: .22rem 0 .3rem;
  font-family: var(--trc-serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
.trc-club-personal-coupon > div > p:last-child {
  max-width: 52ch;
  color: var(--trc-muted-copy);
  font-size: .78rem;
}
.trc-club-personal-coupon .trc-coupon-code {
  margin-top: 0;
  padding: .82rem .9rem;
  background: rgba(255,255,255,.78);
  border-style: solid;
  border-color: rgba(93,11,36,.18);
}
.trc-club-personal-coupon.is-vip .trc-coupon-code { border-color: rgba(128,89,13,.25); }
.trc-benefit-empty {
  min-height: 132px;
  padding: 1.2rem 1.3rem;
}
.trc-benefit-empty > span {
  flex-basis: 48px;
  width: 48px;
}
.trc-benefit-empty h3 {
  margin-bottom: .22rem;
  font-size: 1.2rem;
  line-height: 1.12;
}
.trc-benefit-empty p { max-width: 48ch; line-height: 1.55; }
.trc-benefit-compact-list,
.trc-promotion-grid { padding: .2rem 1.15rem 1.15rem; }

/* Blog pertenece al Club: portada neutra de ambas marcas. */
.trc-prestia-content-head.is-blog {
  background: linear-gradient(135deg, #f7f0ef 0%, #fff 52%, #f3eceb 100%);
  border: 1px solid #ebe3e3;
}
.trc-prestia-content-head.is-blog > span { color: var(--trc-primary); opacity: .09; }

/* Videos: el color del h1 global no debe pisar el contraste del hero. */
.trc-prestia-content-head.is-video .trc-eyebrow,
.trc-prestia-content-head.is-video h1,
.trc-prestia-content-head.is-video p,
.trc-prestia-content-head.is-video > span {
  color: #fff !important;
}
.trc-prestia-content-head.is-video .trc-eyebrow { opacity: .78; }
.trc-prestia-content-head.is-video h1 { text-shadow: 0 1px 0 rgba(0,0,0,.08); }
.trc-prestia-content-head.is-video > span { opacity: .16; }

@media (max-width: 980px) {
  .trc-benefit-overview {
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 1.35rem;
  }
  .trc-plan-benefits ul { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .trc-benefits-head {
    margin-bottom: 1.25rem;
    padding-inline: .15rem;
  }
  .trc-benefits-head h1 {
    max-width: none;
    font-size: clamp(2.55rem, 11vw, 3.6rem);
  }
  .trc-benefits-head > div > p:last-child { font-size: .84rem; }
  .trc-benefit-overview {
    grid-template-columns: 1fr;
    padding: .9rem;
    border-radius: 20px;
    gap: 1.1rem;
  }
  .trc-plan-benefits { padding: .2rem; }
  .trc-plan-benefits h2 {
    max-width: none;
    margin: .7rem 0 .8rem;
    font-size: 1.9rem;
  }
  .trc-plan-benefits ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .42rem;
  }
  .trc-plan-benefits li {
    padding: .58rem .6rem;
    font-size: .7rem;
  }
  .trc-plan-benefits li span {
    width: 16px;
    height: 16px;
    font-size: .58rem;
    line-height: 16px;
  }
  .trc-benefit-overview > .trc-member-card { max-width: none; }
  .trc-benefit-dashboard { gap: .8rem; }
  .trc-benefit-module { border-radius: 18px; }
  .trc-benefit-module > header {
    min-height: 68px;
    padding: .88rem .95rem;
  }
  .trc-benefit-module > header h2 { font-size: 1.5rem; }
  .trc-club-personal-coupon {
    grid-template-columns: 1fr;
    margin: .8rem;
    padding: 1rem;
    border-radius: 15px;
    gap: .8rem;
  }
  .trc-club-personal-coupon h3 { font-size: 1.45rem; }
  .trc-club-personal-coupon .trc-coupon-code { margin-top: 0; }
  .trc-benefit-empty {
    min-height: 112px;
    padding: 1rem;
  }
  .trc-benefit-empty > span {
    flex-basis: 42px;
    width: 42px;
  }
  .trc-benefit-empty h3 { font-size: 1.08rem; }
  .trc-prestia-content-head {
    margin-bottom: .85rem;
    padding: 1.35rem;
    border-radius: 20px;
  }
  .trc-prestia-content-head h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
    line-height: .9;
  }
}

/* === v2.10.1 · seguimiento de boxes aislado de las listas históricas === */
.trc-box-journey-v2101 {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: .25rem 0 .1rem;
  overflow: visible;
}
.trc-box-journey-v2101 .trc-box-journey-track {
  position: absolute;
  z-index: 0;
  top: 21px;
  right: 12.5%;
  left: 12.5%;
  height: 3px;
  overflow: hidden;
  background: #e7e2e3;
  border-radius: 999px;
}
.trc-box-journey-v2101 .trc-box-journey-track > span {
  display: block;
  width: var(--trc-progress);
  max-width: 100%;
  height: 100%;
  background: #679078;
  border-radius: inherit;
}
.trc-box-journey-v2101 ol,
.trc-box-current-progress .trc-box-journey-v2101 ol {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  overflow: visible;
  list-style: none;
}
.trc-box-journey-v2101 li,
.trc-box-current-progress .trc-box-journey-v2101 li {
  display: grid;
  min-width: 0;
  min-height: 78px;
  padding: 0;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 42px auto;
  align-items: start;
  justify-items: center;
  align-content: start;
  color: #8d8588;
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: .48rem;
  text-align: center;
  font-weight: 600;
}
.trc-box-current-progress .trc-box-journey-v2101 li.is-current {
  padding: 0;
  color: #315f49;
  background: transparent;
}
.trc-box-journey-v2101 li::before { display: none; }
.trc-box-journey-v2101 .trc-box-journey-dot,
.trc-box-current-progress .trc-box-journey-v2101 li > .trc-box-journey-dot {
  display: grid;
  width: 42px;
  height: 42px;
  aspect-ratio: 1;
  padding: 0;
  color: #82797c;
  background: #fff;
  border: 2px solid #d9d2d4;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
  place-items: center;
  font-size: .62rem;
  font-weight: 850;
}
.trc-box-journey-v2101 .trc-box-journey-copy,
.trc-box-current-progress .trc-box-journey-v2101 li > .trc-box-journey-copy {
  display: grid;
  width: auto;
  max-width: 190px;
  min-width: 0;
  aspect-ratio: auto;
  padding: 0 .25rem;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: .18rem;
}
.trc-box-journey-v2101 .trc-box-journey-copy strong {
  color: inherit;
  font-size: .7rem;
  line-height: 1.2;
  white-space: normal;
}
.trc-box-journey-v2101 .trc-box-journey-copy small {
  width: auto;
  max-width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #5e6c64;
  font-size: .58rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: normal;
}
.trc-box-journey-v2101 li.is-done,
.trc-box-journey-v2101 li.is-current { color: #315f49; }
.trc-box-journey-v2101 li.is-done .trc-box-journey-dot {
  color: #fff;
  background: #679078;
  border-color: #679078;
}
.trc-box-journey-v2101 li.is-current .trc-box-journey-dot {
  color: #315f49;
  background: #fff;
  border-color: #679078;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px rgba(103,144,120,.16);
}
.trc-screen-boxes .trc-box-current-progress {
  display: block;
  min-width: 0;
  padding: 1.35rem clamp(1rem, 3vw, 2rem) 1.2rem;
  background: #fbf9f9;
}
.trc-screen-boxes .trc-shipping-card small,
.trc-screen-boxes .trc-shipping-card a { overflow-wrap: anywhere; }

@media (max-width: 640px) {
  .trc-box-journey-v2101 {
    padding: .1rem 0;
    overflow: visible;
  }
  .trc-box-journey-v2101 .trc-box-journey-track {
    top: 21px;
    right: auto;
    bottom: 21px;
    left: 20px;
    width: 3px;
    height: auto;
    min-width: 0;
  }
  .trc-box-journey-v2101 .trc-box-journey-track > span {
    width: 100%;
    height: var(--trc-progress);
    max-height: 100%;
  }
  .trc-box-journey-v2101 ol,
  .trc-box-current-progress .trc-box-journey-v2101 ol {
    grid-template-columns: minmax(0, 1fr);
    gap: .6rem;
    overflow: visible;
  }
  .trc-box-journey-v2101 li,
  .trc-box-current-progress .trc-box-journey-v2101 li,
  .trc-box-current-progress .trc-box-journey-v2101 li.is-current {
    min-height: 46px;
    padding: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: center;
    justify-items: start;
    gap: .8rem;
    text-align: left;
    background: transparent;
  }
  .trc-box-journey-v2101 .trc-box-journey-dot,
  .trc-box-current-progress .trc-box-journey-v2101 li > .trc-box-journey-dot {
    grid-column: 1;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 4px #fff;
  }
  .trc-box-journey-v2101 li.is-current .trc-box-journey-dot {
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(103,144,120,.16);
  }
  .trc-box-journey-v2101 .trc-box-journey-copy,
  .trc-box-current-progress .trc-box-journey-v2101 li > .trc-box-journey-copy {
    grid-column: 2;
    max-width: none;
    padding: 0;
    justify-items: start;
  }
  .trc-box-journey-v2101 .trc-box-journey-copy strong { font-size: .7rem; }
  .trc-box-journey-v2101 .trc-box-journey-copy small {
    max-width: 34ch;
    font-size: .58rem;
    overflow-wrap: normal;
  }
  .trc-screen-boxes .trc-box-current-progress { padding: 1rem; }
}

@media (max-width: 390px) {
  .trc-plan-benefits ul { grid-template-columns: 1fr; }
}

/* === v2.6.4 · Talles y calce: reorganización UX/UI sin cambiar datos === */
.trc-size-step-v264 > legend {
  display: grid;
  gap: .28rem;
}
.trc-size-step-v264 > legend::before {
  content: '02';
  color: var(--trc-primary);
  font-family: var(--trc-sans);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1;
}
.trc-size-step-v264 .trc-size-lead {
  max-width: 54ch;
  margin-top: .35rem;
  line-height: 1.55;
}
.trc-size-redesign {
  display: grid;
  margin-top: 1.8rem;
}
.trc-size-subsection {
  display: grid;
  gap: 1.45rem;
  min-width: 0;
  padding: 0 0 2.35rem;
}
.trc-size-subsection + .trc-size-subsection {
  padding-top: 2.35rem;
  border-top: 1px solid rgba(92, 18, 39, .10);
}
.trc-size-subsection:last-child {
  padding-bottom: 0;
}
.trc-size-subsection-head {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.trc-size-subsection-head h2,
.trc-size-subsection-head h3 {
  margin: 0;
  color: var(--trc-text);
  font-family: var(--trc-serif);
  font-size: clamp(1.28rem, 2.5vw, 1.62rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.015em;
}
.trc-size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.55rem;
  align-items: start;
}
.trc-size-grid-compact {
  gap: 1rem 1.55rem;
}
.trc-size-redesign .trc-choice-group {
  min-width: 0;
  margin: 0;
  gap: .48rem;
}
.trc-size-redesign .trc-choice-group > p,
.trc-size-redesign .trc-size-mini-title {
  margin: 0;
  color: #33282b;
  font-size: .76rem;
  font-weight: 780;
  line-height: 1.35;
}
.trc-size-redesign .trc-choice-row {
  gap: .42rem;
}
.trc-size-redesign .trc-chip span {
  min-height: 38px;
  padding: .52rem .72rem;
  color: #45383c;
  background: #fff;
  border: 1px solid #e3dadd;
  border-radius: 11px;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: none;
  transform: none;
}
.trc-size-redesign .trc-chip:hover span {
  color: #4f1b2a;
  background: #fdfafb;
  border-color: #cdbbc0;
  transform: none;
}
.trc-size-redesign .trc-chip input:focus-visible + span {
  outline: 3px solid rgba(92, 18, 39, .12);
  outline-offset: 2px;
}
.trc-size-redesign .trc-chip input:checked + span {
  color: #5a1025;
  background: #faf1f3;
  border-color: #8f3c54;
  box-shadow: inset 0 0 0 1px rgba(92, 18, 39, .025);
}
.trc-size-redesign .trc-chip input:checked + span::before {
  content: '✓';
  margin-right: .35rem;
  color: var(--trc-primary);
  font-size: .67rem;
  font-weight: 900;
  line-height: 1;
}
.trc-size-redesign .trc-other-field {
  margin-top: .12rem;
  padding: .72rem;
  background: #fdfafb;
  border: 1px solid #eadfe2;
  border-radius: 10px;
}
.trc-size-redesign .trc-other-field input {
  margin-top: .35rem;
}
.trc-bra-preferences {
  display: grid;
  gap: .75rem;
}
.trc-size-mini-title {
  padding-top: .1rem;
}
.trc-fit-preference {
  max-width: 100%;
}
.trc-size-helper {
  display: block;
  margin-top: .08rem;
  color: var(--trc-muted-copy, #756a66);
  font-size: .68rem;
  font-weight: 500;
  line-height: 1.4;
}
.trc-size-notes {
  margin-top: -.1rem;
}
.trc-size-notes > summary {
  list-style: none;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: .18rem 0;
  color: var(--trc-primary);
  cursor: pointer;
  font-size: .73rem;
  font-weight: 760;
  line-height: 1.4;
  text-underline-offset: 3px;
}
.trc-size-notes > summary::-webkit-details-marker {
  display: none;
}
.trc-size-notes > summary:hover {
  text-decoration: underline;
}
.trc-size-notes > summary:focus-visible {
  outline: 3px solid rgba(92, 18, 39, .12);
  outline-offset: 3px;
  border-radius: 4px;
}
.trc-size-notes-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 1rem;
  padding-top: .9rem;
  animation: trc-size-notes-in .16s ease-out;
}
.trc-size-notes-fields label {
  min-width: 0;
  color: #5a4c50;
  font-size: .7rem;
  font-weight: 650;
}
.trc-size-notes-fields textarea {
  min-height: 76px;
  margin-top: .38rem;
  padding: .68rem .75rem;
  background: #fff;
  border: 1px solid #dfd6d8;
  border-radius: 9px;
  color: var(--trc-text);
  line-height: 1.45;
  resize: vertical;
}
.trc-size-notes-fields textarea::placeholder {
  color: #a09498;
  opacity: 1;
}
.trc-size-notes-wide {
  grid-column: 1 / -1;
}
.trc-size-subsection-style .trc-choice-row {
  align-items: center;
}
.trc-size-redesign .trc-choice-group.is-invalid {
  padding: .75rem;
  border: 1px solid #c52233;
  border-radius: 11px;
  background: rgba(197, 34, 51, .02);
}
.trc-size-redesign .trc-choice-group.is-invalid > p {
  color: #a9182a;
}
.trc-size-redesign-account {
  margin-top: 0;
}
.trc-size-redesign-account .trc-size-subsection {
  gap: 1.3rem;
  padding-bottom: 2rem;
}
.trc-size-redesign-account .trc-size-subsection + .trc-size-subsection {
  padding-top: 2rem;
}
@keyframes trc-size-notes-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {
  .trc-size-redesign {
    margin-top: 1.45rem;
  }
  .trc-size-subsection {
    gap: 1.3rem;
    padding-bottom: 2.15rem;
  }
  .trc-size-subsection + .trc-size-subsection {
    padding-top: 2.15rem;
  }
  .trc-size-grid,
  .trc-size-notes-fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }
  .trc-size-notes-wide {
    grid-column: auto;
  }
  .trc-size-redesign .trc-chip span {
    min-height: 42px;
    padding: .58rem .76rem;
    font-size: .73rem;
  }
  .trc-size-redesign .trc-choice-row {
    gap: .45rem;
  }
  .trc-size-notes-fields textarea {
    min-height: 82px;
  }
}
@media (max-width: 390px) {
  .trc-size-redesign .trc-chip span {
    min-height: 40px;
    padding-inline: .65rem;
  }
}


/* v2.6.6 · iconografía minimalista unificada */
.trc-dashboard-icon { background:#fbf7f8; border-color:#eadfe2; }
.trc-dashboard-icon img { width:22px!important; height:22px!important; border-radius:0!important; object-fit:contain; }
.trc-ui-picture { background:#fbf7f8; border:1px solid #eadfe2; border-radius:12px; }
.trc-ui-picture img { width:22px; height:22px; object-fit:contain; }
.trc-ui-picture-small img { width:18px; height:18px; }
.trc-member-dock a > span { width:30px; height:30px; background:transparent; border:0; border-radius:10px; }
.trc-member-dock a > span img { width:20px!important; height:20px!important; border-radius:0!important; object-fit:contain; }
.trc-member-dock a.is-active > span { background:#faf1f3; box-shadow:inset 0 0 0 1px rgba(109,23,55,.12); }
.trc-member-dock a.is-active > span img { transform:none!important; }
.trc-coupon-visual-empty img { width:28px; height:28px; object-fit:contain; }
.trc-inline-icon { width:16px; height:16px; flex:0 0 16px; object-fit:contain; }
.trc-interest-button { display:inline-flex; align-items:center; justify-content:center; gap:.42rem; }
.trc-video-like > span img { display:block; width:20px; height:20px; object-fit:contain; }
.trc-video-like.is-liked > span img { transform:scale(1.04); }

.trc-member-dock a > span,.trc-coming-soon > span,.trc-home-module-coming-copy > span,.trc-benefit-art{font-family:inherit!important;}

/* v2.6.6 · detalles de iconografía lineal */
.trc-prestia-content-head>span img { width:clamp(58px,8vw,112px); height:clamp(58px,8vw,112px); object-fit:contain; opacity:.7; }
.trc-prestia-content-head.is-video>span img { filter:brightness(0) invert(1); opacity:.82; }
.trc-video-feed-cover>b img { width:24px; height:24px; object-fit:contain; }
.trc-video-feed-cover>em { display:grid; width:32px; height:32px; place-items:center; border-radius:50%; background:rgba(255,255,255,.92); box-shadow:0 4px 14px rgba(0,0,0,.14); }
.trc-video-feed-cover>em img { width:17px; height:17px; object-fit:contain; }
.trc-video-like.is-liked span { background:#faf1f3!important; border-color:var(--trc-primary)!important; }
.trc-reel-actions button,.trc-reel-save { display:inline-flex; align-items:center; justify-content:center; gap:.38rem; }
.trc-reel-actions button .trc-inline-icon,.trc-reel-save .trc-inline-icon { width:15px; height:15px; }

.trc-client-note{display:flex;align-items:flex-start;gap:.45rem}.trc-client-note .trc-inline-icon{margin-top:.15rem}

/* === v2.6.7 · Talles y calce: lectura por prenda + aclaraciones contextuales === */
.trc-size-redesign-v267 {
  --trc-size-soft-line: rgba(92, 18, 39, .095);
  --trc-size-soft-copy: #7b6f72;
  --trc-size-note-bg: #fdfafb;
}
.trc-size-redesign-v267 .trc-size-subsection {
  gap: 1.55rem;
}
.trc-size-redesign-v267 .trc-size-subsection-head {
  display: grid;
  gap: .35rem;
}
.trc-size-redesign-v267 .trc-size-subsection-head > p {
  max-width: 54ch;
  margin: 0;
  color: var(--trc-size-soft-copy);
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.5;
}
.trc-size-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  min-width: 0;
}
.trc-size-pair + .trc-size-pair {
  margin-top: .1rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--trc-size-soft-line);
}
.trc-size-item {
  display: grid;
  gap: 1.15rem;
  min-width: 0;
  padding: .1rem 2rem .15rem 0;
}
.trc-size-item + .trc-size-item {
  padding-right: 0;
  padding-left: 2rem;
  border-left: 1px solid var(--trc-size-soft-line);
}
.trc-size-item > h3 {
  margin: 0 0 .05rem;
  color: var(--trc-text);
  font-family: var(--trc-serif);
  font-size: 1.17rem;
  font-weight: 520;
  line-height: 1.1;
  letter-spacing: -.012em;
}
.trc-size-redesign-v267 .trc-choice-group {
  gap: .48rem;
}
.trc-size-redesign-v267 .trc-choice-group > p,
.trc-size-redesign-v267 .trc-size-mini-title {
  color: #4b3d41;
  font-size: .72rem;
  font-weight: 780;
}
.trc-size-inline-prefs {
  display: grid;
  gap: .7rem;
  padding-top: .05rem;
}
.trc-size-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
.trc-size-inline-note {
  min-width: 0;
  margin-top: -.05rem;
}
.trc-size-inline-note > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: .18rem 0;
  color: var(--trc-primary);
  cursor: pointer;
  font-size: .7rem;
  font-weight: 760;
  line-height: 1.35;
  text-underline-offset: 3px;
}
.trc-size-inline-note > summary::-webkit-details-marker { display: none; }
.trc-size-inline-note > summary:hover { text-decoration: underline; }
.trc-size-inline-note > summary:focus-visible {
  outline: 3px solid rgba(92,18,39,.12);
  outline-offset: 3px;
  border-radius: 5px;
}
.trc-size-inline-note[open] {
  padding-top: .02rem;
}
.trc-size-inline-note > label {
  display: grid;
  gap: .38rem;
  margin-top: .7rem;
  color: #5a4c50;
  font-size: .68rem;
  font-weight: 670;
  animation: trc-size-notes-in .16s ease-out;
}
.trc-size-inline-note textarea {
  width: 100%;
  min-height: 78px;
  max-width: 100%;
  padding: .72rem .78rem;
  background: var(--trc-size-note-bg);
  border: 1px solid #e3dadd;
  border-radius: 10px;
  color: var(--trc-text);
  font-size: .74rem;
  font-weight: 500;
  line-height: 1.5;
  resize: vertical;
  box-shadow: none;
}
.trc-size-inline-note textarea:focus {
  background: #fff;
  border-color: rgba(92,18,39,.42);
  box-shadow: 0 0 0 3px rgba(92,18,39,.055);
}
.trc-size-inline-note textarea::placeholder {
  color: #9b8f92;
  font-weight: 480;
  opacity: 1;
}
.trc-size-general-fit {
  display: grid;
  gap: 1rem;
  margin-top: .1rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--trc-size-soft-line);
}
.trc-size-inline-note-general {
  max-width: 760px;
}
.trc-size-subsection-style .trc-choice-row {
  max-width: 520px;
}
.trc-size-redesign-v267 .trc-chip span {
  min-height: 38px;
}
.trc-size-redesign-v267 .trc-other-field input::placeholder {
  color: #a09498;
  opacity: 1;
}
.trc-size-redesign-account.trc-size-redesign-v267 .trc-size-subsection {
  gap: 1.45rem;
}

@media (min-width: 721px) {
  .trc-size-pair-lingerie .trc-size-item:first-child {
    padding-right: 2.25rem;
  }
  .trc-size-pair-lingerie .trc-size-item:last-child {
    padding-left: 2.25rem;
  }
}

@media (max-width: 720px) {
  .trc-size-redesign-v267 .trc-size-subsection {
    gap: 1.35rem;
  }
  .trc-size-redesign-v267 .trc-size-subsection-head > p {
    font-size: .73rem;
  }
  .trc-size-pair {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .trc-size-item,
  .trc-size-item + .trc-size-item {
    padding: 0;
    border-left: 0;
  }
  .trc-size-item + .trc-size-item {
    margin-top: 1.65rem;
    padding-top: 1.65rem;
    border-top: 1px solid var(--trc-size-soft-line);
  }
  .trc-size-pair + .trc-size-pair {
    margin-top: .15rem;
    padding-top: 1.65rem;
  }
  .trc-size-item {
    gap: 1.05rem;
  }
  .trc-size-item > h3 {
    font-size: 1.14rem;
  }
  .trc-size-mini-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: .9rem;
  }
  .trc-size-inline-note > summary {
    min-height: 36px;
    font-size: .72rem;
  }
  .trc-size-inline-note textarea {
    min-height: 86px;
    font-size: .76rem;
  }
  .trc-size-general-fit {
    padding-top: 1.65rem;
  }
  .trc-size-subsection-style .trc-choice-row {
    max-width: none;
  }
}

/* 2.6.8 · Membership changes are handled by the Club team via WhatsApp. */
.trc-membership-control .trc-membership-help {
  margin: .85rem 0 0;
  max-width: 46rem;
  color: var(--trc-muted, #74666a);
  font-size: .84rem;
  line-height: 1.55;
}
.trc-membership-control .trc-membership-actions a.trc-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
}


/* v2.6.9 · advisory CTA */
.trc-advisory-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:0 0 1.75rem;padding:1.25rem 1.35rem;border:1px solid color-mix(in srgb,var(--trc-burgundy) 14%,#fff);border-radius:18px;background:#fff}.trc-advisory-cta h2{margin:.18rem 0 .3rem;font-family:var(--trc-font-heading);font-size:clamp(1.45rem,2.2vw,2rem);font-weight:500;line-height:1.05}.trc-advisory-cta p:not(.trc-eyebrow){margin:0;max-width:720px;color:var(--trc-muted);line-height:1.55}.trc-advisory-cta .trc-button{flex:0 0 auto;white-space:nowrap;text-decoration:none}@media(max-width:720px){.trc-advisory-cta{align-items:stretch;flex-direction:column;padding:1.05rem;border-radius:16px}.trc-advisory-cta .trc-button{width:100%;text-align:center;justify-content:center}}


/* === v2.6.11 · credenciales: texto blanco + Esencial #490412 === */
.trc-member-card {
  color: #fff !important;
  background: #490412 !important;
  border-color: rgba(255,255,255,.18) !important;
  box-shadow: 0 18px 44px rgba(73,4,18,.22), 0 1px 2px rgba(43,2,11,.10) !important;
}
.trc-member-card.is-vip {
  color: #fff !important;
  background: linear-gradient(132deg, #ad7817 0%, #dbaa31 34%, #efca63 58%, #c58e1e 82%, #9d690c 100%) !important;
  border-color: rgba(255,255,255,.28) !important;
  box-shadow: 0 18px 46px rgba(126,83,7,.22), 0 1px 2px rgba(78,51,3,.10) !important;
}
.trc-member-card header,
.trc-member-card header span,
.trc-member-card header b,
.trc-member-card-identity h3,
.trc-member-card footer,
.trc-member-card .trc-member-since,
.trc-member-card .trc-member-since small,
.trc-member-card .trc-member-since strong,
.trc-member-card .trc-member-number-badge,
.trc-member-card .trc-member-number-badge span,
.trc-member-card .trc-member-number-badge strong,
.trc-member-card.is-vip header,
.trc-member-card.is-vip header span,
.trc-member-card.is-vip header b,
.trc-member-card.is-vip .trc-member-card-identity h3,
.trc-member-card.is-vip footer,
.trc-member-card.is-vip .trc-member-since,
.trc-member-card.is-vip .trc-member-number-badge {
  color: #fff !important;
}
.trc-member-card .trc-member-number-badge,
.trc-member-card.is-vip .trc-member-number-badge {
  background: rgba(255,255,255,.13) !important;
  border-color: rgba(255,255,255,.34) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.10) !important;
}
.trc-member-card .trc-member-since small,
.trc-member-card .trc-member-number-badge span,
.trc-member-card.is-vip .trc-member-since small,
.trc-member-card.is-vip .trc-member-number-badge span {
  color: rgba(255,255,255,.74) !important;
  opacity: 1 !important;
}
.trc-member-card::before {
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.05) 18%, rgba(255,255,255,.52) 50%, rgba(255,255,255,.08) 82%, transparent 100%) !important;
  animation: trc-card-simple-shine 4.8s ease-in-out infinite !important;
}
.trc-member-card:hover,
.trc-member-card:focus-visible {
  box-shadow: 0 20px 50px rgba(73,4,18,.27), 0 1px 2px rgba(43,2,11,.10) !important;
}


/* v2.6.14 · boxes layout refinements */
.trc-boxes-head-v16 {
  grid-template-columns: 1fr;
  gap: .9rem;
}
.trc-box-current-v16 {
  grid-template-columns: 1fr;
  margin-top: 1.45rem;
}
.trc-box-current-copy {
  padding-bottom: 1.15rem;
}
.trc-box-current-copy h2 {
  max-width: 12ch;
}
.trc-box-current-progress {
  grid-template-columns: 1fr;
  padding: 1.35rem clamp(1rem, 3vw, 2rem) 1.55rem;
  align-items: start;
  gap: 1rem;
  background: #fbf9f9;
  border-top: 1px solid var(--trc-line);
  border-left: 0;
}
.trc-box-journey-v19 {
  width: 100%;
  max-width: 100%;
  padding: .45rem .1rem .15rem;
}
.trc-box-journey-v19 .trc-box-journey-track {
  top: 22px;
  right: 12.5%;
  left: 12.5%;
}
.trc-box-journey-v19 ol {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .6rem;
}
.trc-box-journey-v19 li {
  min-width: 0;
}
.trc-box-journey-v19 li strong {
  white-space: normal;
  line-height: 1.18;
}
.trc-box-journey-v19 li small {
  width: auto;
  max-width: 100%;
  min-height: 0;
  padding-inline: .2rem;
  overflow-wrap: anywhere;
}
.trc-box-history-v16 > header {
  grid-template-columns: 1fr;
  gap: .65rem;
  margin-bottom: 1.15rem;
}
.trc-box-history-v16 > header > p {
  margin: 0;
  max-width: 48ch;
}
@media (max-width: 767px) {
  .trc-box-current-copy h2 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
  .trc-box-current-progress {
    padding: 1rem .95rem 1.15rem;
  }
  .trc-box-journey-v19 {
    overflow-x: auto;
    padding-bottom: .25rem;
    scrollbar-width: none;
  }
  .trc-box-journey-v19::-webkit-scrollbar { display:none; }
  .trc-box-journey-v19 ol {
    min-width: 340px;
    gap: .35rem;
  }
  .trc-box-journey-v19 .trc-box-journey-track {
    right: 12%;
    left: 12%;
    min-width: 255px;
  }
  .trc-box-journey-v19 .trc-box-journey-dot {
    width: 34px;
    height: 34px;
    font-size: .55rem;
    box-shadow: 0 0 0 3px #fff;
  }
  .trc-box-journey-v19 li.is-current .trc-box-journey-dot {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(103,144,120,.14);
  }
  .trc-box-journey-v19 li strong {
    font-size: .58rem;
  }
  .trc-box-journey-v19 li small {
    font-size: .47rem;
    line-height: 1.25;
  }
}


/* v2.6.17 · cierre de sesión visible en Mi Cuenta */
.trc-account-logout {
  display:inline-flex;
  width:fit-content;
  min-height:38px;
  padding:.55rem .8rem;
  align-items:center;
  justify-content:center;
  color:var(--trc-primary);
  background:#fff;
  border:1px solid var(--trc-line);
  border-radius:10px;
  text-decoration:none;
  font-size:.72rem;
  font-weight:760;
}
.trc-account-logout:hover { background:#fcf7f8; border-color:rgba(73,4,18,.28); }
@media (max-width: 767px) { .trc-account-logout { width:100%; } }


/* v2.6.18 · installable app */
.trc-pwa-install {
  position: fixed;
  z-index: 95;
  left: max(14px, env(safe-area-inset-left));
  bottom: calc(82px + env(safe-area-inset-bottom));
  display: flex;
  width: min(310px, calc(100vw - 28px));
  align-items: stretch;
  overflow: hidden;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(73,4,18,.12);
  border-radius: 17px;
  box-shadow: 0 14px 38px rgba(54,22,29,.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.trc-pwa-install[hidden] { display:none !important; }
.trc-pwa-install-main {
  display: grid;
  flex: 1;
  grid-template-columns: 34px minmax(0,1fr);
  padding: .7rem .75rem;
  align-items: center;
  color: var(--trc-text);
  background: transparent;
  border: 0;
  gap: .65rem;
  text-align: left;
  cursor: pointer;
}
.trc-pwa-install-icon {
  display: grid;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #490412;
  border-radius: 10px;
  place-items: center;
  font-size: 1rem;
}
.trc-pwa-install-main strong,
.trc-pwa-install-main small { display:block; }
.trc-pwa-install-main strong { font-size: .78rem; line-height:1.15; }
.trc-pwa-install-main small { margin-top:.18rem; color:var(--trc-muted-copy); font-size:.62rem; line-height:1.25; }
.trc-pwa-install-close {
  width: 36px;
  color: #806d72;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(73,4,18,.07);
  font-size: 1.1rem;
  cursor: pointer;
}
.trc-pwa-sheet { position:fixed; z-index:150; inset:0; }
.trc-pwa-sheet[hidden] { display:none !important; }
.trc-pwa-sheet-backdrop { position:absolute; inset:0; width:100%; height:100%; background:rgba(30,13,18,.46); border:0; }
.trc-pwa-sheet-card {
  position:absolute;
  right:12px;
  bottom:max(12px,env(safe-area-inset-bottom));
  left:12px;
  max-width:470px;
  margin-inline:auto;
  padding:1.3rem 1.2rem 1.2rem;
  background:#fff;
  border:1px solid rgba(73,4,18,.1);
  border-radius:24px;
  box-shadow:0 24px 70px rgba(30,13,18,.26);
}
.trc-pwa-sheet-x { position:absolute; top:.75rem; right:.8rem; display:grid; width:32px; height:32px; place-items:center; background:#fff; border:1px solid var(--trc-line); border-radius:50%; cursor:pointer; }
.trc-pwa-sheet-appicon { display:grid; width:52px; height:52px; margin-bottom:1rem; color:#fff; background:#490412; border-radius:15px; place-items:center; font-family:var(--trc-serif); font-size:1.05rem; }
.trc-pwa-sheet-card h2 { margin:.2rem 2.3rem .55rem 0; font-size:clamp(1.6rem,7vw,2.15rem); line-height:1; }
.trc-pwa-sheet-card > div > p { color:var(--trc-muted-copy); font-size:.8rem; }
.trc-pwa-sheet-card ol { display:grid; margin:.85rem 0 0; padding:0; gap:.55rem; list-style:none; }
.trc-pwa-sheet-card li { display:grid; grid-template-columns:32px minmax(0,1fr); padding:.75rem; align-items:center; background:#faf7f8; border:1px solid var(--trc-line); border-radius:13px; gap:.65rem; }
.trc-pwa-sheet-card li > span { display:grid; width:30px; height:30px; color:#fff; background:#490412; border-radius:50%; place-items:center; font-size:.68rem; font-weight:800; }
.trc-pwa-sheet-card li strong,.trc-pwa-sheet-card li small { display:block; }
.trc-pwa-sheet-card li strong { font-size:.76rem; }
.trc-pwa-sheet-card li small { margin-top:.12rem; color:var(--trc-muted-copy); font-size:.64rem; line-height:1.3; }
.trc-pwa-session-note { margin:1rem 0 0; padding-top:.85rem; color:#65585c; border-top:1px solid var(--trc-line); font-size:.68rem; line-height:1.45; }
body.trc-pwa-sheet-open { overflow:hidden; }
@media (min-width:901px) { .trc-pwa-install,.trc-pwa-sheet { display:none !important; } }
@media (display-mode: standalone) {
  .trc-pwa-install,.trc-pwa-sheet { display:none !important; }
  body.trc-club-shell { padding-top:env(safe-area-inset-top); }
  .trc-member-dock { padding-bottom:max(.45rem,env(safe-area-inset-bottom)); }
}


/* v2.6.19 · registro: ritmo y alineación final */
.trc-signup .trc-password-section {
  margin-top: 1.65rem;
}
.trc-signup .trc-password-section .trc-form-subtitle {
  margin: 0 0 .55rem !important;
}
.trc-signup .trc-password-help {
  max-width: 48ch;
  margin: 0 0 1rem;
  font-size: .86rem;
  line-height: 1.55;
}
.trc-signup .trc-password-grid {
  align-items: start;
  gap: 1rem;
}
.trc-signup .trc-password-grid > label {
  align-content: start;
  gap: .5rem;
  line-height: 1.35;
}
.trc-signup .trc-password-grid > label small {
  display: block;
  min-height: 1.05rem;
  margin: 0;
  line-height: 1.4;
}
.trc-signup .trc-password-spacer {
  visibility: hidden;
}
.trc-signup .trc-password-section + .trc-consents {
  margin-top: 1.15rem;
  margin-bottom: 1.25rem;
}
.trc-signup .trc-consents label {
  line-height: 1.45;
}
@media (max-width: 720px) {
  .trc-signup .trc-password-section {
    margin-top: 1.4rem;
  }
  .trc-signup .trc-password-grid {
    gap: .85rem;
  }
  .trc-signup .trc-password-spacer {
    display: none;
  }
}


/* v2.6.20 · cierre de producción */
.trc-global-error-support {
  position: fixed;
  z-index: 99998;
  right: max(16px, env(safe-area-inset-right));
  bottom: calc(84px + env(safe-area-inset-bottom));
  display: inline-flex;
  max-width: min(360px, calc(100vw - 32px));
  padding: .75rem .9rem;
  color: #fff;
  background: #490412;
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(73,4,18,.22);
  font-size: .76rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
}
.trc-app, .trc-app * { box-sizing: border-box; }
.trc-app img, .trc-app video, .trc-app iframe { max-width: 100%; }
@media (max-width: 767px) {
  .trc-app { width: 100%; max-width: 100%; overflow-x: clip; }
  .trc-panel, .trc-section-head, .trc-dashboard-head, .trc-dashboard-hero-grid { min-width: 0; max-width: 100%; }
  .trc-global-error-support { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); }
}


/* v2.6.23 · invitación de instalación solo dentro de Mi Club */
.trc-pwa-install {
  width: min(238px, calc(100vw - 28px));
  border-radius: 15px;
  transition: width .22s ease, border-radius .22s ease, transform .22s ease;
}
.trc-pwa-install-main { grid-template-columns: 32px minmax(0,1fr); padding:.58rem .62rem; gap:.55rem; }
.trc-pwa-install-icon { width:32px; height:32px; border-radius:9px; font-family:var(--trc-serif); font-size:.68rem; letter-spacing:.02em; }
.trc-pwa-install-copy { min-width:0; }
.trc-pwa-install-main strong { font-size:.72rem; }
.trc-pwa-install-main small { font-size:.57rem; }
.trc-pwa-install.is-minimized { width:46px; height:46px; border-radius:50%; }
.trc-pwa-install.is-minimized .trc-pwa-install-main { display:grid; grid-template-columns:1fr; width:46px; height:46px; padding:6px; place-items:center; }
.trc-pwa-install.is-minimized .trc-pwa-install-icon { width:34px; height:34px; border-radius:50%; }
.trc-pwa-install.is-minimized .trc-pwa-install-copy,
.trc-pwa-install.is-minimized .trc-pwa-install-close { display:none; }
.trc-pwa-sheet { display:grid; place-items:center; padding:max(18px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom)); }
.trc-pwa-sheet-card {
  position:relative;
  inset:auto;
  width:min(430px,100%);
  max-width:430px;
  margin:0;
  padding:1.45rem 1.25rem 1.2rem;
  border-radius:25px;
}
.trc-pwa-sheet-lead { margin:.15rem 0 .9rem; color:var(--trc-muted-copy); font-size:.82rem; line-height:1.5; }
.trc-pwa-install-now { margin-top:1rem; }
.trc-pwa-later { display:block; width:100%; margin-top:.35rem; padding:.62rem; color:#765f66; background:transparent; border:0; font-size:.72rem; font-weight:700; cursor:pointer; }
@media (max-width: 767px) {
  .trc-pwa-sheet-card { padding:1.35rem 1.05rem 1.05rem; }
  .trc-pwa-sheet-card h2 { margin-right:2.1rem; font-size:clamp(1.7rem,8vw,2.05rem); }
}



/* v2.6.27 · email-first resume + recovery fallback */
.trc-access-email-save{margin:1rem 0 1.35rem;padding:1rem;background:#fffafa;border:1px solid var(--trc-line);border-radius:14px}.trc-access-email-save>div:first-child{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem}.trc-access-email-save label{margin:0}.trc-access-email-save>p,.trc-resume-help{margin:.65rem 0 0;color:var(--trc-muted-copy);font-size:.72rem;line-height:1.5}.trc-access-email-save [data-access-email-message]{margin-top:.55rem}.trc-auth-secondary-links{display:grid;justify-items:center;gap:.65rem;margin-top:.9rem}.trc-resume-signup form{display:grid;gap:.9rem;margin-top:1rem}.trc-resume-signup .trc-button-ghost{margin-top:.8rem}@media(max-width:640px){.trc-access-email-save>div:first-child{grid-template-columns:1fr}.trc-access-email-save .trc-button{width:100%}}

/* v2.7.0 · soporte simplificado: sin modal crítico global */
.trc-signup-support, .trc-global-error-support { display:none !important; }


/* === v2.7.2 · formulario de alta por secciones === */
.trc-signup .trc-form-section-card,
.trc-signup .trc-skin-section,
.trc-signup .trc-size-subsection {
  border: 1px solid #F1D4CE;
  border-radius: 16px;
  background: rgba(255,255,255,.58);
}
.trc-signup .trc-form-section-card,
.trc-signup .trc-skin-section {
  padding: 1.2rem;
}
.trc-signup .trc-form-section-card + .trc-form-section-card {
  margin-top: 1rem;
}
.trc-signup .trc-size-subsection {
  padding: 1.25rem;
}
.trc-signup .trc-size-subsection + .trc-size-subsection {
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #F1D4CE;
}
.trc-signup .trc-access-email-save {
  margin-bottom: 1rem;
}
.trc-signup .trc-password-section.trc-form-section-card {
  margin-top: 1rem;
}
.trc-signup .trc-consents {
  margin-top: 1rem;
  padding: .95rem 1rem;
  border: 1px solid #F1D4CE;
  border-radius: 14px;
  background: #fff;
}
@media (max-width:720px) {
  .trc-signup .trc-form-section-card,
  .trc-signup .trc-skin-section,
  .trc-signup .trc-size-subsection {
    padding: 1rem;
    border-radius: 14px;
  }
}


/* === v2.7.5 · Cabeceras de pasos en formulario de talles === */
.trc-size-step-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 26px;
  background: var(--trc-wine, #6a0b27);
  color: #fff;
  box-shadow: 0 10px 28px rgba(90, 7, 28, .10);
}
.trc-size-step-badge {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 4rem;
  background: #fff;
  color: var(--trc-wine, #6a0b27);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.trc-size-step-copy {
  display: grid;
  gap: .32rem;
  min-width: 0;
}
.trc-size-step-copy h2,
.trc-size-step-copy h3,
.trc-size-step-banner .trc-size-step-copy h2,
.trc-size-step-banner .trc-size-step-copy h3 {
  margin: 0;
  color: #fff;
  font-family: var(--trc-serif);
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.03em;
}
.trc-size-step-copy p,
.trc-size-step-banner .trc-size-step-copy p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: .95rem;
  line-height: 1.45;
  max-width: 58ch;
}
.trc-signup .trc-size-subsection,
.trc-account-card .trc-size-subsection {
  overflow: hidden;
}
.trc-signup .trc-size-subsection .trc-size-step-banner,
.trc-account-card .trc-size-subsection .trc-size-step-banner {
  margin: -.05rem -.05rem .2rem;
}
.trc-signup .trc-size-redesign,
.trc-account-card .trc-size-redesign {
  gap: 1.2rem;
}
@media (max-width: 820px) {
  .trc-size-step-banner {
    padding: .95rem 1rem;
    border-radius: 22px;
    gap: .85rem;
  }
  .trc-size-step-badge {
    width: 3.15rem;
    height: 3.15rem;
    flex-basis: 3.15rem;
    font-size: 1.55rem;
  }
  .trc-size-step-copy h2,
  .trc-size-step-copy h3,
  .trc-size-step-banner .trc-size-step-copy h2,
  .trc-size-step-banner .trc-size-step-copy h3 {
    font-size: clamp(1.55rem, 7vw, 2.25rem);
  }
  .trc-size-step-copy p,
  .trc-size-step-banner .trc-size-step-copy p {
    font-size: .88rem;
    line-height: 1.4;
  }
}
@media (max-width: 560px) {
  .trc-signup .trc-size-subsection,
  .trc-account-card .trc-size-subsection {
    padding: .9rem;
  }
  .trc-size-step-banner {
    align-items: flex-start;
    gap: .75rem;
    padding: .9rem;
    border-radius: 20px;
  }
  .trc-size-step-badge {
    width: 2.85rem;
    height: 2.85rem;
    flex-basis: 2.85rem;
    font-size: 1.35rem;
  }
  .trc-size-step-copy {
    gap: .28rem;
  }
  .trc-size-step-copy h2,
  .trc-size-step-copy h3,
  .trc-size-step-banner .trc-size-step-copy h2,
  .trc-size-step-banner .trc-size-step-copy h3 {
    font-size: 1.95rem;
    line-height: 1;
  }
  .trc-size-step-copy p,
  .trc-size-step-banner .trc-size-step-copy p {
    font-size: .82rem;
    max-width: none;
  }
}


/* === v2.7.6 · Guardar email siempre claro === */
.trc-access-email-save .trc-button-ghost,
.trc-access-email-save .trc-button-ghost:visited {
  background: #fff !important;
  color: var(--trc-primary) !important;
  border-color: #cfc8ca !important;
}
.trc-access-email-save .trc-button-ghost:hover,
.trc-access-email-save .trc-button-ghost:focus,
.trc-access-email-save .trc-button-ghost:focus-visible,
.trc-access-email-save .trc-button-ghost:active {
  background: #fff !important;
  color: var(--trc-primary) !important;
  border-color: var(--trc-primary) !important;
  box-shadow: 0 0 0 2px rgba(91,17,40,.08);
}


/* === v2.7.8 · formulario pulido === */
.trc-signup .trc-password-help,
.trc-account-card .trc-password-help {
  display: none !important;
}
.trc-signup .trc-password-grid > label small,
.trc-account-card .trc-password-grid > label small,
.trc-signup .trc-password-spacer,
.trc-account-card .trc-password-spacer {
  display: none !important;
}
.trc-signup .trc-password-grid,
.trc-account-card .trc-password-grid {
  gap: .9rem !important;
}
.trc-signup .trc-password-grid > label,
.trc-account-card .trc-password-grid > label {
  gap: .35rem !important;
}
.trc-signup .trc-size-subsection .trc-size-step-banner,
.trc-account-card .trc-size-subsection .trc-size-step-banner {
  margin: 0 0 .95rem !important;
  width: 100% !important;
}
.trc-size-step-banner {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) !important;
  align-items: center !important;
  gap: .85rem !important;
  padding: .9rem 1rem !important;
  border-radius: 22px !important;
}
.trc-size-step-badge {
  width: 3rem !important;
  height: 3rem !important;
  flex: 0 0 3rem !important;
  font-size: 1.45rem !important;
  line-height: 1 !important;
}
.trc-size-step-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: .18rem !important;
  min-width: 0 !important;
}
.trc-size-step-copy h2,
.trc-size-step-copy h3,
.trc-size-step-banner .trc-size-step-copy h2,
.trc-size-step-banner .trc-size-step-copy h3 {
  margin: 0 !important;
  font-size: clamp(1.45rem, 2.7vw, 1.95rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.02em !important;
}
.trc-size-step-copy p,
.trc-size-step-banner .trc-size-step-copy p {
  margin: 0 !important;
  max-width: 42ch !important;
  font-size: .8rem !important;
  line-height: 1.35 !important;
}
@media (max-width: 560px) {
  .trc-size-step-banner {
    grid-template-columns: 2.55rem minmax(0,1fr) !important;
    gap: .7rem !important;
    padding: .8rem .85rem !important;
    border-radius: 18px !important;
  }
  .trc-size-step-badge {
    width: 2.55rem !important;
    height: 2.55rem !important;
    flex-basis: 2.55rem !important;
    font-size: 1.2rem !important;
  }
  .trc-size-step-copy h2,
  .trc-size-step-copy h3,
  .trc-size-step-banner .trc-size-step-copy h2,
  .trc-size-step-banner .trc-size-step-copy h3 {
    font-size: 1.45rem !important;
  }
  .trc-size-step-copy p,
  .trc-size-step-banner .trc-size-step-copy p {
    font-size: .74rem !important;
    line-height: 1.32 !important;
  }
}


/* === v2.7.9 · encabezados del formulario: compactos y editoriales === */
.trc-size-step-banner{
  display:grid !important;
  grid-template-columns:46px auto minmax(0,1fr) !important;
  align-items:center !important;
  column-gap:.8rem !important;
  row-gap:0 !important;
  padding:.72rem .9rem !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.trc-size-step-badge{
  width:46px !important;
  height:46px !important;
  flex-basis:46px !important;
  font-size:1.25rem !important;
}
.trc-size-step-copy{
  display:contents !important;
}
.trc-size-step-copy h2,
.trc-size-step-copy h3,
.trc-size-step-banner .trc-size-step-copy h2,
.trc-size-step-banner .trc-size-step-copy h3{
  margin:0 !important;
  min-width:max-content !important;
  color:#fff !important;
  font-size:1.55rem !important;
  line-height:1 !important;
  letter-spacing:-.02em !important;
}
.trc-size-step-copy p,
.trc-size-step-banner .trc-size-step-copy p{
  margin:0 !important;
  max-width:46ch !important;
  color:rgba(255,255,255,.86) !important;
  font-size:.71rem !important;
  line-height:1.35 !important;
}
.trc-signup .trc-size-subsection .trc-size-step-banner,
.trc-account-card .trc-size-subsection .trc-size-step-banner{
  margin:0 0 .8rem !important;
}
/* Los textos técnicos no forman parte de la experiencia de la clienta. */
.trc-signup .trc-password-help,
.trc-signup .trc-password-grid label small,
.trc-signup .trc-password-spacer{
  display:none !important;
}
@media(max-width:680px){
  .trc-size-step-banner{
    grid-template-columns:40px minmax(0,1fr) !important;
    padding:.72rem .78rem !important;
    border-radius:16px !important;
    gap:.65rem !important;
  }
  .trc-size-step-badge{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
    font-size:1.08rem !important;
  }
  .trc-size-step-copy{display:grid !important;gap:.16rem !important;}
  .trc-size-step-copy h2,
  .trc-size-step-copy h3,
  .trc-size-step-banner .trc-size-step-copy h2,
  .trc-size-step-banner .trc-size-step-copy h3{
    min-width:0 !important;
    font-size:1.35rem !important;
  }
  .trc-size-step-copy p,
  .trc-size-step-banner .trc-size-step-copy p{
    font-size:.69rem !important;
    line-height:1.32 !important;
  }
}
