/* TwinMe V2. Shared brand tokens and navigation behaviour come from shared/site.css. */
.twinme-v2 {
  --tm-sage: #e5ebe1;
  --tm-muted: #536b60;
  --tm-line: #2345392c;
  color: #193b33;
}
.twinme-v2 .header { height: 94px; }
.twinme-v2 .brand { width: 130px; }
.twinme-v2 .navigation { gap: 23px; }
.twinme-v2 main { min-width: 0; }
.tm-section { padding: 72px var(--margin); }
.tm-kicker { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; line-height: 1.6; }
.tm-title { font-size: clamp(64px, 7.3vw, 110px); font-weight: 400; letter-spacing: -.065em; line-height: 1; }
.tm-title em, .tm-section-title em { color: #63856b; }
.tm-section-title { font-size: clamp(42px, 4.65vw, 68px); line-height: 1.04; letter-spacing: -.055em; font-weight: 400; }
.tm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 28px; }
.tm-actions .text-link { font-size: 12px; }
.tm-note { font-size: 11px; line-height: 1.65; color: var(--tm-muted); }
.tm-note a { text-decoration: underline; text-underline-offset: 3px; }
.tm-heading-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: end; margin-bottom: 35px; }
.tm-heading-row .tm-kicker { margin-bottom: 19px; }
.tm-heading-row > p, .tm-heading-note > p { color: var(--tm-muted); font-size: 15px; line-height: 1.7; max-width: 415px; }
.tm-heading-note > .text-link { font-size: 12px; margin-top: 16px; }

/* First impression and the two ways to start. */
.tm-hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; padding: 145px var(--margin) 48px; }
.tm-hero-copy .tm-title { margin: 25px 0 25px; }
.tm-hero-copy > p:not(.tm-kicker):not(.tm-note) { font-size: 17px; line-height: 1.7; max-width: 405px; color: var(--tm-muted); }
.tm-hero-copy > .tm-note { margin-top: 22px; max-width: 420px; }
.tm-hero-art { height: 526px; position: relative; background: #dce5da; overflow: hidden; border-radius: 105px 3px 3px 3px; }
.tm-hero-art > img { position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 67% center; filter: saturate(.8); }
.tm-art-label { position: absolute; top: 23px; left: 23px; border-radius: 30px; background: #f4f3edf0; color: #294c3b; padding: 9px 13px; font-size: 10px; }
.tm-hero-card { position: absolute; bottom: 22px; left: 22px; right: 22px; padding: 22px; display: flex; gap: 18px; align-items: center; justify-content: space-between; background: #f3f2eceb; backdrop-filter: blur(8px); }
.tm-hero-card strong { font-size: 22px; font-weight: 450; letter-spacing: -.04em; }
.tm-hero-card > span { font-family: Georgia, serif; font-style: italic; font-size: 46px; line-height: 1; color: #78957b; }
.tm-value-strip { margin: 0 var(--margin); padding: 22px 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-value-strip > span { font-size: 11px; color: var(--tm-muted); }
.tm-value-strip strong { display: block; font-size: 12px; color: var(--ink); font-weight: 550; margin-bottom: 3px; }
.tm-preview-section { background: var(--tm-sage); margin-top: 0; }
.tm-value-strip + .tm-preview-section { margin-top: 50px; }
.tm-price-note { font-size: 11px; line-height: 1.7; color: var(--tm-muted); margin-top: 22px; }
.tm-static-preview { margin: 0; }
.tm-static-preview > img { width: 100%; height: auto; }
.tm-static-preview > figcaption { font-size: 12px; line-height: 1.7; margin-top: 15px; color: var(--tm-muted); }
.tm-static-preview a { text-decoration: underline; text-underline-offset: 3px; }

/* Four distinct programs. */
.tm-program-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 28px; }
.tm-program-card { min-width: 0; scroll-margin-top: 115px; }
.tm-program-card[hidden] { display: none !important; }
.tm-card-media { display: block; position: relative; aspect-ratio: 1.95; overflow: hidden; background: #dce5da; }
.tm-card-media > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .5s ease; }
.tm-card-media:hover > img { transform: none; }
.tm-tag { position: absolute; left: 17px; top: 17px; font-size: 10px; border-radius: 30px; padding: 8px 12px; background: #f3f2eced; color: #244538; }
.tm-program-card#apex .tm-tag { top: auto; bottom: 17px; max-width: calc(100% - 82px); }
.tm-card-arrow { position: absolute; bottom: 16px; right: 16px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #f3f2ec; font-size: 22px; }
.tm-card-body { padding-top: 20px; }
.tm-card-body h3 { font-size: 29px; letter-spacing: -.045em; line-height: 1.12; font-weight: 450; margin-bottom: 12px; }
.tm-card-body > p { font-size: 14px; line-height: 1.65; color: var(--tm-muted); max-width: 470px; }
.tm-card-benefits { list-style: none; padding: 0; margin: 15px 0 0; display: flex; flex-wrap: wrap; gap: 6px 15px; }
.tm-card-benefits li { font-size: 10px; color: #4e6957; }
.tm-card-benefits li:not(:first-child)::before { content: '·'; margin-right: 14px; color: #82957e; }
.tm-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--tm-line); margin-top: 18px; padding-top: 16px; }
.tm-card-price { font-size: 19px; font-weight: 500; line-height: 1.25; }
.tm-card-price small { display: block; font-size: 10px; font-weight: 400; color: var(--tm-muted); line-height: 1.65; margin-top: 5px; }
.tm-card-bottom .text-link { flex-shrink: 0; font-size: 12px; gap: 18px; }
.tm-detail-link { display: inline-block; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; margin-top: 17px; padding: 4px 0; }

/* The longitudinal explanation: one image, three useful steps. */
.tm-longitudinal { display: grid; grid-template-columns: 1fr 1fr; background: #193b33; color: #f3f2ec; }
.tm-longitudinal-image { min-height: 630px; }
.tm-longitudinal-image > img { height: 100%; width: 100%; object-fit: cover; object-position: center; filter: saturate(.7); }
.tm-longitudinal-copy { padding: 63px max(35px, 5.6vw); }
.tm-longitudinal-copy .tm-section-title { margin: 22px 0 28px; }
.tm-longitudinal-copy .tm-section-title em { color: #bdd0b2; }
.tm-journey article { display: flex; gap: 18px; padding: 17px 0; border-top: 1px solid #c6d8bd3a; }
.tm-journey article > span { font-size: 12px; padding-top: 3px; color: #b5c9aa; }
.tm-journey h3 { font-size: 21px; letter-spacing: -.025em; font-weight: 450; margin-bottom: 6px; }
.tm-journey p { font-size: 12px; line-height: 1.65; color: #c0d0c4; }
.tm-longitudinal-copy > .text-link { margin-top: 18px; font-size: 12px; color: #f3f2ec; }

/* Relationship, reassurance, navigation. */
.tm-brand-bridge { margin: 0 var(--margin); padding: 44px 0; display: grid; grid-template-columns: .85fr 1.4fr auto; gap: 35px; align-items: center; border-bottom: 1px solid var(--tm-line); }
.tm-brand-pair { display: flex; align-items: center; gap: 14px; }
.tm-brand-pair img { width: 96px; height: auto; max-height: 40px; object-fit: contain; }
.tm-brand-pair img:last-child { width: 92px; }
.tm-brand-pair > span { font-size: 18px; color: #789477; }
.tm-brand-bridge h2 { font-size: 22px; line-height: 1.2; letter-spacing: -.035em; font-weight: 450; }
.tm-brand-bridge p { font-size: 11px; color: var(--tm-muted); margin-top: 10px; max-width: 440px; }
.tm-brand-bridge > .text-link { font-size: 11px; gap: 15px; }
.tm-faq { display: grid; grid-template-columns: .9fr 1.2fr; gap: 80px; }
.tm-faq .tm-section-title { margin: 20px 0 20px; }
.tm-faq > div > .text-link { font-size: 12px; }
.tm-faq-list details { border-top: 1px solid var(--tm-line); }
.tm-faq-list details:last-child { border-bottom: 1px solid var(--tm-line); }
.tm-faq-list summary { position: relative; padding: 22px 28px 22px 0; font-size: 16px; line-height: 1.5; cursor: pointer; list-style: none; }
.tm-faq-list summary::after { content: '+'; position: absolute; right: 0; top: 21px; font-size: 20px; font-weight: 300; }
.tm-faq-list details[open] summary::after { content: '−'; }
.tm-faq-list details p { font-size: 13px; line-height: 1.75; padding: 0 25px 23px 0; color: var(--tm-muted); }
.tm-faq-list details a { text-decoration: underline; text-underline-offset: 3px; }
.tm-closing { padding: 54px var(--margin); background: #193b33; color: #f3f2ec; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.tm-closing h2 { font-size: clamp(44px,5vw,72px); line-height: 1.05; letter-spacing: -.055em; font-weight: 400; }
.tm-closing h2 em { color: #c1d1b6; }
.tm-closing > .button { flex-shrink: 0; }
.tm-footer { padding: 50px var(--margin) 24px; }
.tm-footer-grid { display: grid; grid-template-columns: 1.15fr repeat(4,1fr); gap: 30px; }
.tm-footer-about > img { width: 115px; height: auto; margin-bottom: 20px; }
.tm-footer-about > p { color: var(--tm-muted); font-size: 12px; max-width: 155px; }
.tm-footer-about > a { display: inline-block; margin-top: 15px; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.tm-footer-group h3 { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.tm-footer-group a { display: block; font-size: 11px; line-height: 1.5; margin-bottom: 12px; }
.tm-footer-group a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tm-footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--tm-line); color: var(--tm-muted); }
.tm-footer-bottom > p { font-size: 10px; line-height: 1.7; max-width: 710px; }
.tm-footer-bottom > span { font-size: 10px; white-space: nowrap; }

/* Platform and membership. */
.tm-platform-hero .tm-title { font-size: clamp(58px,6.25vw,94px); }
.tm-platform-hero .tm-hero-art { border-radius: 3px 95px 3px 3px; }
.tm-hero-price { margin-top: 20px; font-size: 24px; letter-spacing: -.035em; }
.tm-hero-price > span { font-size: 12px; letter-spacing: 0; color: var(--tm-muted); }
.tm-membership { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; background: #e1e8dc; }
.tm-membership-copy > h2 { margin: 18px 0 20px; }
.tm-membership-copy > p:not(.tm-kicker):not(.tm-note) { color: var(--tm-muted); font-size: 15px; line-height: 1.7; max-width: 430px; }
.tm-member-price { font-size: 44px; letter-spacing: -.05em; line-height: 1.1; margin: 23px 0 7px; }
.tm-member-price span { font-size: 14px; letter-spacing: 0; }
.tm-membership-copy > .button { margin-top: 20px; }
.tm-membership-included { border: 1px solid #193a3538; background: #f3f2ec; padding: 35px; align-self: center; }
.tm-membership-included > h3 { font-size: 32px; font-weight: 450; line-height: 1.1; letter-spacing: -.04em; margin: 20px 0 16px; }
.tm-membership-included > p:not(.tm-kicker):not(.tm-note) { color: var(--tm-muted); font-size: 14px; line-height: 1.7; }
.tm-membership-included > .text-link { font-size: 12px; margin-top: 22px; }
.tm-membership-included > .tm-note { border-top: 1px solid var(--tm-line); padding-top: 19px; margin-top: 24px; }
.tm-input-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.tm-input-grid article > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; filter: saturate(.75); }
.tm-input-grid h3 { font-size: 26px; font-weight: 450; letter-spacing: -.04em; line-height: 1.1; margin: 20px 0 12px; }
.tm-input-grid p { color: var(--tm-muted); font-size: 13px; line-height: 1.7; max-width: 320px; }
.tm-input-section > .tm-note { margin-top: 25px; }
.tm-twinee { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; background: #193b33; color: #f3f2ec; }
.tm-twinee .tm-section-title { margin: 22px 0 20px; }
.tm-twinee .tm-section-title em { color: #c1d1b6; }
.tm-twinee > div > p:not(.tm-kicker) { color: #c8d8c7; font-size: 15px; line-height: 1.75; max-width: 390px; }
.tm-twinee .text-link { color: #f3f2ec; font-size: 12px; margin-top: 25px; }
.tm-conversation { padding: 28px; background: #f3f2ec; color: #193b33; border-radius: 3px 45px 3px 3px; }
.tm-conversation > .tm-kicker { font-size: 9px; color: #667d68; }
.tm-chat-question { margin: 22px 0 0 30px; padding: 18px; background: #dee7d8; border-radius: 16px 16px 3px 16px; font-size: 15px; line-height: 1.65; }
.tm-chat-answer { padding: 23px 0 0; }
.tm-chat-answer > strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.tm-chat-answer p { margin: 12px 0 20px; font-size: 14px; line-height: 1.75; }
.tm-chat-answer > span { display: inline-block; font-size: 9px; padding: 8px 10px; border-radius: 30px; border: 1px solid var(--tm-line); margin: 0 5px 5px 0; }

/* Program selection and focused pillars. */
.tm-page-hero { padding: 140px var(--margin) 34px; }
.tm-page-hero > .tm-title { margin: 24px 0 25px; font-size: clamp(54px,6.3vw,92px); }
.tm-page-hero > p:not(.tm-kicker) { font-size: 16px; line-height: 1.7; max-width: 590px; color: var(--tm-muted); }
.tm-catalog { padding-top: 18px; }
.tm-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.tm-filters button { border: 1px solid var(--tm-line); background: transparent; border-radius: 30px; padding: 12px 18px; min-height: 44px; font-size: 12px; }
.tm-filters button[aria-pressed=true] { background: #193b33; color: #f3f2ec; }
.tm-filter-status { font-size: 11px; color: var(--tm-muted); margin: 17px 0 25px; }
.tm-pillars-section { background: #e5ebe1; }
.tm-depth-band { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding: 24px 0; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-depth-band > span { font-size: 12px; color: var(--tm-muted); }
.tm-depth-band strong { font-family: Georgia,serif; font-style: italic; font-size: 37px; font-weight: 400; color: #496c50; display: block; margin-bottom: 4px; line-height: 1.1; }
.tm-depth-note { margin-top: 12px; }
.tm-pillar-disclosure { margin-top: 28px; background: #f3f2ec; }
.tm-pillar-disclosure > summary { padding: 23px 25px; display: flex; justify-content: space-between; gap: 25px; font-size: 17px; list-style: none; cursor: pointer; }
.tm-pillar-disclosure > summary > span:last-child { font-size: 12px; display: flex; align-items: center; gap: 22px; }
.tm-pillar-disclosure > summary b { font-size: 24px; font-weight: 300; }
.tm-pillar-disclosure[open] > summary b { transform: rotate(45deg); }
.tm-pillar-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 25px 25px; gap: 0 30px; }
.tm-pillar { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 23px 0; border-top: 1px solid var(--tm-line); }
.tm-pillar h3 { font-size: 20px; font-weight: 450; letter-spacing: -.025em; margin-bottom: 8px; }
.tm-pillar p { font-size: 12px; color: var(--tm-muted); max-width: 270px; line-height: 1.6; margin-bottom: 11px; }
.tm-pillar a { font-size: 11px; }
.tm-pillar > div:last-child { display: grid; text-align: right; justify-items: end; gap: 15px; flex-shrink: 0; }
.tm-pillar strong { font-weight: 500; font-size: 17px; }
.tm-pillar .text-link { gap: 12px; }
.tm-bundle-band { margin-top: 23px; background: #193b33; color: #f3f2ec; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px; }
.tm-bundle-band h3 { font-size: 28px; letter-spacing: -.04em; font-weight: 450; margin-bottom: 9px; }
.tm-bundle-band p { font-size: 12px; color: #c8d8c7; line-height: 1.65; }
.tm-bundle-band > .button { flex-shrink: 0; }
.tm-rhythm { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.tm-rhythm .tm-section-title { margin: 20px 0 24px; }
.tm-rhythm > div > p:not(.tm-kicker) { font-size: 14px; color: var(--tm-muted); line-height: 1.7; max-width: 440px; }
.tm-rhythm-list article { display: flex; gap: 22px; border-top: 1px solid var(--tm-line); padding: 22px 0; }
.tm-rhythm-list article > span { font-family: Georgia,serif; font-style: italic; font-size: 29px; color: #63856b; }
.tm-rhythm-list h3 { font-size: 23px; font-weight: 450; letter-spacing: -.035em; margin-bottom: 9px; }
.tm-rhythm-list p { font-size: 13px; line-height: 1.7; color: var(--tm-muted); }
.tm-program-membership { margin: 0 var(--margin); padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 35px; background: #e5ebe1; }
.tm-program-membership h2 { font-size: 27px; line-height: 1.15; font-weight: 450; letter-spacing: -.035em; margin-bottom: 10px; }
.tm-program-membership p { font-size: 13px; color: var(--tm-muted); }
.tm-program-membership > .text-link { font-size: 11px; flex-shrink: 0; }

/* Apex is a flagship, with its own space and a transparent annual offer. */
.tm-apex-hero { position: relative; min-height: 735px; margin-top: 94px; padding: 65px var(--margin) 60px; background: #162e30; color: #f3f2ec; overflow: hidden; }
.tm-apex-art { position: absolute; inset: 0; }
.tm-apex-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 47%; filter: saturate(.62); }
.tm-apex-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#092624ed 0%,#092624ca 30%,#09262424 78%); }
.tm-apex-copy { position: relative; z-index: 1; max-width: 590px; }
.tm-apex-copy .tm-title { margin: 25px 0 27px; font-size: clamp(70px,7.8vw,116px); }
.tm-apex-copy .tm-title em { color: #d2dfb4; }
.tm-apex-copy > p:not(.tm-kicker):not(.tm-note) { font-size: 16px; line-height: 1.7; color: #d9e3d8; max-width: 420px; }
.tm-apex-copy > .tm-note { color: #d2dfce; margin-top: 23px; }
.tm-apex-copy .text-link { color: #f3f2ec; }
.tm-apex-metrics { background: #193b33; color: #f3f2ec; padding: 34px var(--margin); display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.tm-apex-metrics > div { display: flex; align-items: center; gap: 20px; }
.tm-apex-metrics strong { font-size: 56px; line-height: 1; font-family: Georgia,serif; font-style: italic; font-weight: 400; color: #d0dcba; white-space: nowrap; }
.tm-apex-metrics span { font-size: 12px; line-height: 1.6; color: #d1ddcf; max-width: 145px; }
.tm-apex-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin-top: 45px; }
.tm-apex-pillars article { border-top: 1px solid var(--tm-line); padding-top: 22px; }
.tm-apex-pillars article > span { font-size: 12px; color: #749074; }
.tm-apex-pillars h3 { font-size: 25px; line-height: 1.1; font-weight: 450; letter-spacing: -.04em; margin: 24px 0 14px; }
.tm-apex-pillars p { font-size: 13px; color: var(--tm-muted); line-height: 1.7; }
.tm-apex-dimensions { background: #e5ebe1; }
.tm-score-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.tm-score-grid details { background: #f3f2ec; }
.tm-score-grid summary { display: flex; align-items: center; gap: 20px; padding: 23px; cursor: pointer; list-style: none; }
.tm-score-grid summary > span { font-size: 11px; color: #758b73; }
.tm-score-grid summary > h3 { font-size: 25px; line-height: 1.15; font-weight: 450; letter-spacing: -.04em; }
.tm-score-grid summary > b { margin-left: auto; font-size: 24px; font-weight: 300; }
.tm-score-grid details[open] summary > b { transform: rotate(45deg); }
.tm-score-grid details > p { padding: 0 25px 23px 62px; font-size: 13px; color: var(--tm-muted); line-height: 1.7; }
.tm-lifestyle-summary { padding: 23px; color: #f3f2ec; background: #193b33; }
.tm-lifestyle-summary > span { font-size: 10px; color: #bbccaf; }
.tm-lifestyle-summary h3 { font-size: 25px; font-weight: 450; letter-spacing: -.04em; margin: 10px 0; }
.tm-lifestyle-summary p { font-size: 12px; color: #ccdac8; line-height: 1.7; }
.tm-apex-context { display: grid; grid-template-columns: 1fr 1fr; background: #193b33; color: #f3f2ec; }
.tm-apex-context > div:first-child > img { height: 100%; width: 100%; object-fit: cover; filter: saturate(.7); }
.tm-apex-context > div:last-child { padding: 66px max(35px,5.6vw); }
.tm-apex-context .tm-section-title { margin: 24px 0; }
.tm-apex-context .tm-section-title em { color: #c6d7b9; }
.tm-apex-context p:not(.tm-kicker):not(.tm-note) { color: #c9d6c5; font-size: 15px; line-height: 1.75; }
.tm-apex-context .text-link { color: #f3f2ec; font-size: 12px; margin-top: 23px; }
.tm-apex-context .tm-note { color: #becbb7; margin-top: 24px; }
.tm-apex-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tm-apex-pricing .tm-section-title { margin: 22px 0; }
.tm-apex-pricing > div:first-child > p:not(.tm-kicker) { font-size: 15px; color: var(--tm-muted); line-height: 1.7; max-width: 400px; }
.tm-apex-price-card { border: 1px solid var(--tm-line); background: #e5ebe1; padding: 34px; }
.tm-apex-price-card > div > span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.tm-apex-price-card > div > strong { display: block; font-size: 58px; letter-spacing: -.055em; line-height: 1.1; font-weight: 450; margin-top: 15px; }
.tm-apex-price-card > div > small { display: block; font-size: 13px; color: var(--tm-muted); margin-top: 12px; }
.tm-apex-price-card ul { list-style: none; padding: 0; margin: 25px 0; }
.tm-apex-price-card li { border-top: 1px solid var(--tm-line); font-size: 13px; padding: 12px 0; }
.tm-apex-price-card > .tm-note { margin-top: 20px; }

@media (min-width:1700px) {
  .tm-hero-art { height: 600px; }
  .tm-card-media { aspect-ratio: 2.1; }
}
@media (max-width:1100px) {
  .twinme-v2 .navigation { gap: 17px; }
  .tm-hero { gap: 30px; }
  .tm-hero-art { height: 520px; }
  .tm-title { font-size: clamp(58px,7.4vw,90px); }
  .tm-heading-row { gap: 40px; }
  .tm-brand-bridge { grid-template-columns: .85fr 1.2fr; gap: 26px; }
  .tm-brand-bridge > .text-link { grid-column: 2; }
  .tm-membership, .tm-twinee, .tm-rhythm, .tm-apex-pricing { gap: 40px; }
  .tm-footer-grid { gap: 20px; }
  .tm-card-body h3 { font-size: 27px; }
  .tm-card-benefits { gap: 6px 8px; }
  .tm-card-benefits li:not(:first-child)::before { margin-right: 7px; }
  .tm-apex-metrics > div { gap: 13px; }
  .tm-apex-metrics strong { font-size: 46px; }
}
@media (max-width:760px) {
  .twinme-v2 .header { height: 80px; }
  .twinme-v2 .brand { width: 115px; }
  .tm-section { padding: 51px var(--margin); }
  .tm-title { font-size: clamp(54px,13.5vw,84px); }
  .tm-section-title { font-size: clamp(40px,10.1vw,61px); }
  .tm-kicker { font-size: 10px; }
  .tm-hero { grid-template-columns: 1fr; padding-top: 121px; padding-bottom: 30px; gap: 28px; }
  .tm-hero-copy .tm-title { margin: 22px 0 21px; }
  .tm-hero-copy > p:not(.tm-kicker):not(.tm-note) { font-size: 15px; max-width: 430px; }
  .tm-actions { gap: 17px; margin-top: 23px; }
  .tm-hero-copy > .tm-note { font-size: 11px; margin-top: 19px; }
  .tm-hero-art { height: auto; aspect-ratio: 1.1; border-radius: 65px 3px 3px 3px; }
  .tm-art-label { top: 17px; left: 17px; font-size: 9px; }
  .tm-hero-card { left: 16px; right: 16px; bottom: 16px; padding: 17px; gap: 10px; }
  .tm-hero-card strong { font-size: 20px; }
  .tm-hero-card > span { font-size: 39px; }
  .tm-value-strip { grid-template-columns: 1fr; gap: 12px; padding: 20px 0; }
  .tm-value-strip > span { display: flex; flex-wrap: wrap; gap: 5px; font-size: 10px; }
  .tm-value-strip strong { font-size: 11px; margin: 0; }
  .tm-value-strip + .tm-preview-section { margin-top: 33px; }
  .tm-heading-row { grid-template-columns: 1fr; gap: 22px; margin-bottom: 27px; }
  .tm-heading-row .tm-kicker { margin-bottom: 16px; }
  .tm-heading-row > p, .tm-heading-note > p { font-size: 14px; max-width: 480px; }
  .tm-heading-note > .text-link { margin-top: 14px; font-size: 11px; }
  .tm-program-grid { grid-template-columns: 1fr; gap: 31px; }
  .tm-card-media { aspect-ratio: 1.8; }
  .tm-card-body { padding-top: 18px; }
  .tm-card-body h3 { font-size: 28px; }
  .tm-card-body > p { font-size: 13px; }
  .tm-card-benefits { gap: 6px 9px; margin-top: 12px; }
  .tm-card-benefits li { font-size: 9px; }
  .tm-card-benefits li:not(:first-child)::before { margin-right: 7px; }
  .tm-card-bottom { margin-top: 15px; padding-top: 14px; gap: 13px; }
  .tm-card-price { font-size: 18px; }
  .tm-card-price small { font-size: 10px; }
  .tm-card-bottom .text-link { font-size: 11px; gap: 12px; }
  .tm-price-note { font-size: 10px; }
  .tm-longitudinal { grid-template-columns: 1fr; }
  .tm-longitudinal-image { min-height: 0; height: 290px; }
  .tm-longitudinal-copy { padding: 42px var(--margin); }
  .tm-longitudinal-copy .tm-section-title { margin: 19px 0 24px; }
  .tm-journey article { padding: 15px 0; }
  .tm-journey h3 { font-size: 22px; }
  .tm-journey p { font-size: 12px; }
  .tm-brand-bridge { grid-template-columns: 1fr; gap: 24px; padding: 36px 0; }
  .tm-brand-pair { gap: 19px; }
  .tm-brand-pair img { width: 100px; }
  .tm-brand-pair img:last-child { width: 96px; }
  .tm-brand-bridge h2 { font-size: 24px; }
  .tm-brand-bridge p { font-size: 12px; }
  .tm-brand-bridge > .text-link { grid-column: auto; justify-self: start; }
  .tm-faq { grid-template-columns: 1fr; gap: 26px; }
  .tm-faq-list summary { font-size: 15px; padding: 21px 27px 21px 0; }
  .tm-faq-list details p { font-size: 13px; }
  .tm-closing { display: block; padding: 43px var(--margin); }
  .tm-closing h2 { font-size: clamp(45px,11.5vw,68px); }
  .tm-closing > .button { margin-top: 26px; }
  .tm-footer { padding-top: 38px; }
  .tm-footer-grid { grid-template-columns: repeat(2,1fr); gap: 28px 22px; }
  .tm-footer-about { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
  .tm-footer-about > img { width: 106px; margin: 0; }
  .tm-footer-about > p { grid-column: 2; grid-row: 1/3; max-width: 145px; font-size: 11px; }
  .tm-footer-about > a { margin-top: 0; grid-column: 1; font-size: 10px; }
  .tm-footer-group h3 { font-size: 10px; margin-bottom: 16px; }
  .tm-footer-group a { font-size: 11px; margin-bottom: 12px; }
  .tm-footer-bottom { flex-direction: column; gap: 16px; margin-top: 21px; }
  .tm-footer-bottom > p { font-size: 10px; }
  .tm-platform-hero .tm-title { font-size: clamp(53px,12.2vw,78px); }
  .tm-platform-hero .tm-hero-art { height: auto; aspect-ratio: 1.3; border-radius: 3px 65px 3px 3px; }
  .tm-hero-price { margin-top: 19px; font-size: 26px; }
  .tm-membership { grid-template-columns: 1fr; gap: 29px; }
  .tm-membership-copy > p:not(.tm-kicker):not(.tm-note) { font-size: 14px; }
  .tm-membership-included { padding: 26px; }
  .tm-membership-included > h3 { font-size: 29px; }
  .tm-membership-included > .tm-note { font-size: 10px; }
  .tm-member-price { font-size: 43px; }
  .tm-input-grid { grid-template-columns: 1fr; gap: 26px; }
  .tm-input-grid article { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px 20px; align-items: start; }
  .tm-input-grid article > img { grid-row: 1/3; height: 100%; min-height: 165px; aspect-ratio: auto; }
  .tm-input-grid h3 { font-size: 23px; margin: 8px 0 0; }
  .tm-input-grid p { font-size: 12px; }
  .tm-twinee { grid-template-columns: 1fr; gap: 30px; }
  .tm-twinee > div > p:not(.tm-kicker) { font-size: 14px; }
  .tm-conversation { padding: 23px; }
  .tm-chat-question { font-size: 14px; margin-left: 18px; }
  .tm-chat-answer p { font-size: 13px; }
  .tm-page-hero { padding-top: 127px; padding-bottom: 33px; }
  .tm-page-hero > .tm-title { margin: 22px 0; }
  .tm-page-hero > p:not(.tm-kicker) { font-size: 14px; }
  .tm-catalog { padding-top: 8px; }
  .tm-filters { gap: 8px; }
  .tm-filters button { font-size: 11px; padding: 11px 15px; }
  .tm-filter-status { font-size: 10px; }
  .tm-depth-band { gap: 13px; padding: 22px 0; }
  .tm-depth-band strong { font-size: 32px; }
  .tm-depth-band > span { font-size: 10px; }
  .tm-depth-note { font-size: 10px; }
  .tm-pillar-disclosure > summary { font-size: 15px; padding: 21px; gap: 15px; }
  .tm-pillar-disclosure > summary > span:last-child { font-size: 10px; gap: 12px; }
  .tm-pillar-grid { grid-template-columns: 1fr; padding: 0 21px 10px; }
  .tm-pillar h3 { font-size: 19px; }
  .tm-pillar p { font-size: 11px; }
  .tm-pillar strong { font-size: 16px; }
  .tm-bundle-band { display: block; padding: 25px; }
  .tm-bundle-band h3 { font-size: 27px; }
  .tm-bundle-band > .button { margin-top: 22px; }
  .tm-rhythm { grid-template-columns: 1fr; gap: 28px; }
  .tm-rhythm-list article { padding: 19px 0; }
  .tm-rhythm-list p { font-size: 12px; }
  .tm-program-membership { flex-direction: column; align-items: start; gap: 21px; padding: 26px; }
  .tm-program-membership h2 { font-size: 26px; }
  .tm-program-membership p { font-size: 12px; }
  .tm-apex-hero { min-height: 700px; margin-top: 80px; padding: 51px var(--margin) 50px; }
  .tm-apex-art > img { object-position: 57% center; }
  .tm-apex-art::after { background: linear-gradient(90deg,#092624df,#0926246a); }
  .tm-apex-copy .tm-title { font-size: clamp(61px,16vw,90px); margin: 22px 0 25px; }
  .tm-apex-copy > p:not(.tm-kicker):not(.tm-note) { font-size: 15px; max-width: 350px; }
  .tm-apex-copy > .tm-note { font-size: 11px; }
  .tm-apex-metrics { padding-top: 27px; padding-bottom: 27px; gap: 17px; }
  .tm-apex-metrics > div { display: block; }
  .tm-apex-metrics strong { font-size: 39px; display: block; margin-bottom: 12px; }
  .tm-apex-metrics span { display: block; font-size: 10px; max-width: 100px; }
  .tm-apex-pillars { grid-template-columns: 1fr; gap: 25px; margin-top: 29px; }
  .tm-apex-pillars article { padding-top: 18px; }
  .tm-apex-pillars h3 { margin: 16px 0 11px; font-size: 25px; }
  .tm-score-grid { grid-template-columns: 1fr; gap: 10px; }
  .tm-score-grid summary { padding: 20px; gap: 17px; }
  .tm-score-grid summary > h3 { font-size: 24px; }
  .tm-score-grid details > p { padding-left: 51px; font-size: 12px; }
  .tm-lifestyle-summary { padding: 23px; }
  .tm-apex-context { grid-template-columns: 1fr; }
  .tm-apex-context > div:first-child { height: 300px; }
  .tm-apex-context > div:last-child { padding: 43px var(--margin); }
  .tm-apex-context p:not(.tm-kicker):not(.tm-note) { font-size: 14px; }
  .tm-apex-pricing { grid-template-columns: 1fr; gap: 28px; }
  .tm-apex-price-card { padding: 27px; }
  .tm-apex-price-card > div > strong { font-size: 49px; }
  .tm-apex-price-card > .tm-note { font-size: 10px; }
}
@media (max-width:360px) {
  .tm-title { font-size: 52px; }
  .tm-platform-hero .tm-title { font-size: 48px; }
  .tm-hero-card strong { font-size: 18px; }
  .tm-card-bottom { flex-wrap: wrap; gap: 14px; }
  .tm-card-bottom .text-link { margin-left: auto; }
  .tm-card-benefits { row-gap: 7px; }
  .tm-input-grid article { grid-template-columns: 1fr; gap: 12px; }
  .tm-input-grid article > img { grid-row: auto; height: 170px; }
  .tm-pillar-disclosure > summary { flex-wrap: wrap; }
  .tm-pillar { gap: 13px; }
  .tm-pillar h3 { font-size: 18px; }
  .tm-apex-copy .tm-title { font-size: 58px; }
  .tm-score-grid summary > h3 { font-size: 22px; }
  .tm-apex-price-card > div > strong { font-size: 43px; }
}
@media (prefers-reduced-motion:reduce) {
  .tm-card-media > img { transition: none; }
  .tm-card-media:hover > img { transform: none; }
}

/* Main controls remain readable beside the large editorial headings. */
.twinme-v2 .navigation a { font-size: 14px; }
.twinme-v2 .button, .twinme-v2 a.text-link { font-size: 14px; }
.twinme-v2 .tm-title { letter-spacing: -.045em; }
.twinme-v2 .tm-section-title { letter-spacing: -.04em; }
.twinme-v2 .tm-footer-group a { font-size: 12px; }
.twinme-v2 section[id] { scroll-margin-top: 108px; }

/* R2: programs lead; the platform supports the purchase. */
.tm-brand-lockup { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; flex-shrink: 0; }
.tm-powered { display: inline-flex; align-items: center; gap: 4px; min-height: 24px; font-size: 11px; white-space: nowrap; }
.tm-powered strong { font-weight: 600; }
.tm-powered:hover { text-decoration: underline; text-underline-offset: 3px; }
.tm-program-entry { padding: 134px var(--margin) 37px; }
.tm-entry-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 31px; }
.tm-entry-heading h1 { margin-top: 13px; font-size: clamp(48px,5.3vw,80px); letter-spacing: -.045em; font-weight: 400; line-height: 1.06; }
.tm-entry-heading h1 em { color: #688266; }
.tm-entry-heading > p { font-size: 16px; line-height: 1.6; color: var(--tm-muted); padding-bottom: 4px; }
.tm-entry-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.tm-entry-card { min-width: 0; background: #e9ede4; border: 1px solid #193b3320; display: flex; flex-direction: column; }
.tm-entry-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.5; background: #dbe3d5; }
.tm-entry-image > img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.tm-entry-image:hover > img { transform: none; }
.tm-entry-image > span { position: absolute; bottom: 12px; left: 12px; right: 12px; width: fit-content; max-width: calc(100% - 24px); padding: 6px 10px; font-size: 10px; line-height: 1.4; background: #f3f2eced; border-radius: 20px; color: #244537; }
.tm-entry-card[data-entry-program=ehop] .tm-entry-image > img { object-position: 63% 35%; }
.tm-entry-card[data-entry-program=longevity] .tm-entry-image > img { object-position: 51% 38%; }
.tm-entry-card[data-entry-program=apex] { background: #193b33; color: #f3f2ec; }
.tm-entry-card[data-entry-program=apex] .tm-entry-image > img { object-position: 59% 33%; }
.tm-entry-body { display: flex; flex-direction: column; flex: 1; padding: 20px 18px 12px; }
.tm-entry-body h2 { font-size: clamp(20px,1.8vw,29px); font-weight: 450; letter-spacing: -.035em; line-height: 1.12; min-height: 2.24em; }
.tm-entry-body h2 > a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tm-entry-wish { font-size: 12px; line-height: 1.45; margin-top: 10px; min-height: 2.9em; }
.tm-entry-proof { font-size: 11px; line-height: 1.5; color: var(--tm-muted); margin-top: 10px; }
.tm-proof-mobile { display: none; }
.tm-entry-price { margin: 16px 0; padding-top: 16px; border-top: 1px solid var(--tm-line); font-size: 24px; line-height: 1.15; letter-spacing: -.025em; font-weight: 500; }
.tm-entry-price > span { display: block; margin-top: 6px; font-size: 11px; font-weight: 400; letter-spacing: 0; color: var(--tm-muted); }
.tm-order { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 46px; padding: 11px 14px; background: #193b33; color: #f3f2ec; font-size: 14px; border: 1px solid #193b33; }
.tm-order:hover { background: #31584a; }
.tm-entry-details { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 39px; margin-top: 3px; font-size: 12px; }
.tm-entry-details:hover { text-decoration: underline; text-underline-offset: 4px; }
.tm-entry-card[data-entry-program=apex] .tm-entry-proof,
.tm-entry-card[data-entry-program=apex] .tm-entry-price > span { color: #c9d8c4; }
.tm-entry-card[data-entry-program=apex] .tm-entry-price { border-color: #d5e3cb40; }
.tm-entry-card[data-entry-program=apex] .tm-order { background: #e6eddc; color: #17372f; border-color: #e6eddc; }
.tm-entry-card[data-entry-program=apex] .tm-order:hover { background: #fff; }
.tm-entry-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px 28px; margin-top: 23px; font-size: 12px; line-height: 1.6; }
.tm-entry-foot strong { font-weight: 550; }
.tm-entry-foot a { text-decoration: underline; text-underline-offset: 4px; padding: 8px 0; }
.tm-program-entry > .tm-price-note { margin-top: 7px; font-size: 10px; }
.tm-program-entry > .tm-price-note a { text-decoration: underline; text-underline-offset: 3px; }
.tm-program-value, .tm-platform-depth { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.tm-program-value .tm-section-title, .tm-platform-depth .tm-section-title { margin-top: 22px; }
.tm-value-points > article { display: flex; gap: 22px; border-top: 1px solid var(--tm-line); padding: 23px 0; }
.tm-value-points article > span { font-size: 12px; padding-top: 3px; color: #658268; }
.tm-value-points h3 { font-size: 24px; line-height: 1.2; letter-spacing: -.025em; font-weight: 450; margin-bottom: 10px; }
.tm-value-points p { font-size: 14px; line-height: 1.7; color: var(--tm-muted); }
.tm-science-link { margin: 0 var(--margin); display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 34px 0; border-bottom: 1px solid var(--tm-line); }
.tm-science-link > a > img { width: 108px; height: auto; }
.tm-science-link > p { margin-right: auto; font-size: 14px; line-height: 1.65; }
.tm-science-link > p > span { color: var(--tm-muted); font-size: 12px; }
.tm-science-link > .text-link { flex-shrink: 0; }
.tm-education { display: grid; grid-template-columns: 1fr 1.15fr; gap: 70px; }
.tm-education .tm-section-title { margin: 19px 0 24px; }
.tm-education > div > p:not(.tm-kicker) { font-size: 14px; line-height: 1.7; color: var(--tm-muted); max-width: 390px; }
.tm-education-links { display: grid; gap: 12px; }
.tm-education-links > a { display: block; border: 1px solid var(--tm-line); background: #e8ede2; padding: 24px; }
.tm-education-links > a:hover { background: #dce7d4; }
.tm-education-links span { font-size: 11px; }
.tm-education-links strong { font-size: 23px; font-weight: 450; letter-spacing: -.025em; display: block; margin: 9px 0 15px; }
.tm-education-links span:last-child { display: block; text-align: right; }
.tm-standalone-price { font-size: 24px; margin-top: 24px; }
.tm-standalone-price span { font-size: 12px; }
.tm-membership-copy > .tm-note { margin-top: 20px; }
.tm-question-prompts { border: 1px solid #d8e6ce4d; padding: 30px; }
.tm-question-prompts > p { color: #c5d5bd; font-size: 12px; margin-bottom: 24px; }
.tm-question-prompts > span { display: block; padding: 19px 0; border-top: 1px solid #d5e5c949; font-size: 21px; line-height: 1.4; letter-spacing: -.025em; }
.tm-platform-depth > div > p:not(.tm-kicker) { font-size: 15px; line-height: 1.7; color: var(--tm-muted); margin-top: 25px; max-width: 430px; }

/* Program depth stays available alongside the decision and price. */
.tm-program-jump { margin: 0 var(--margin); border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); display: flex; align-items: center; flex-wrap: wrap; gap: 10px 25px; padding: 14px 0; }
.tm-program-jump > span { font-size: 11px; color: var(--tm-muted); margin-right: auto; }
.tm-program-jump > a { font-size: 13px; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; }
.tm-program-detail { padding-top: 80px; padding-bottom: 70px; }
.tm-program-detail:nth-of-type(even) { background: #e7ece2; }
.tm-program-detail-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.tm-detail-image { height: 475px; overflow: hidden; }
.tm-detail-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
#weight .tm-detail-image > img { object-position: 50% top; }
.tm-program-detail-heading .tm-section-title { margin: 19px 0 24px; font-size: clamp(40px,4.2vw,63px); }
.tm-program-detail-heading > div > p:not(.tm-kicker) { font-size: 15px; line-height: 1.75; color: var(--tm-muted); max-width: 510px; }
.tm-detail-proof { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 23px; font-size: 12px; }
.tm-detail-proof > span:not(:last-child)::after { content: '·'; margin-left: 16px; color: #789276; }
.tm-detail-order { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 24px; border-top: 1px solid var(--tm-line); }
.tm-detail-order strong { font-size: 26px; font-weight: 500; line-height: 1.2; }
.tm-detail-order small { display: block; font-size: 11px; color: var(--tm-muted); line-height: 1.5; margin-top: 6px; }
.tm-detail-order > .button { flex-shrink: 0; }
.tm-detail-intro { margin: 40px 0 25px; }
.tm-detail-intro h3, .tm-focused-options > h3, .tm-food-loop > h3 { font-size: 28px; font-weight: 450; line-height: 1.2; letter-spacing: -.03em; }
.tm-detail-intro > p, .tm-focused-options > p { font-size: 14px; line-height: 1.7; color: var(--tm-muted); max-width: 850px; margin-top: 12px; }
.tm-detail-intro > .text-link { margin-top: 17px; }
.tm-focused-options { padding-top: 24px; scroll-margin-top: 120px; }
.tm-info-disclosure { margin-top: 27px; border-top: 1px solid var(--tm-line); border-bottom: 1px solid var(--tm-line); }
.tm-info-disclosure > summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; padding: 25px 0; font-size: 18px; line-height: 1.4; }
.tm-info-disclosure > summary > span:last-child { display: flex; align-items: center; gap: 20px; font-size: 12px; }
.tm-info-disclosure > summary b { font-size: 23px; font-weight: 300; }
.tm-info-disclosure[open] > summary b { transform: rotate(45deg); }
.tm-info-disclosure > p { font-size: 14px; line-height: 1.8; color: var(--tm-muted); margin: 0 0 24px; max-width: 890px; }
.tm-info-disclosure > p a { text-decoration: underline; text-underline-offset: 3px; }
.tm-info-disclosure > .text-link { margin-bottom: 24px; }
.tm-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding-bottom: 24px; }
.tm-plan-grid > article { display: flex; flex-direction: column; padding: 24px; background: #f5f5ee; border: 1px solid var(--tm-line); }
.tm-plan-grid article > span { text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.tm-plan-grid h4 { font-size: 25px; font-weight: 450; letter-spacing: -.025em; line-height: 1.2; margin: 15px 0; }
.tm-plan-grid article > p { font-size: 13px; line-height: 1.7; color: var(--tm-muted); margin-bottom: 20px; }
.tm-plan-grid strong { margin-top: auto; font-size: 28px; font-weight: 500; }
.tm-plan-grid small { display: block; margin-top: 9px; font-size: 11px; line-height: 1.6; color: var(--tm-muted); min-height: 3.2em; }
.tm-plan-grid .text-link { justify-content: space-between; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--tm-line); }
.tm-analysis-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.tm-analysis-list > details { background: #f4f4ec; border: 1px solid var(--tm-line); }
.tm-analysis-list summary { cursor: pointer; display: flex; gap: 18px; align-items: center; list-style: none; padding: 22px; }
.tm-analysis-list summary > span { font-size: 12px; color: #708b6e; }
.tm-analysis-list summary > strong { font-size: 21px; line-height: 1.3; font-weight: 450; letter-spacing: -.025em; }
.tm-analysis-list summary > b { font-size: 23px; font-weight: 300; margin-left: auto; }
.tm-analysis-list details[open] summary > b { transform: rotate(45deg); }
.tm-analysis-list details > p { padding: 0 24px 22px 54px; font-size: 13px; line-height: 1.7; color: var(--tm-muted); }
.tm-start-small { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 26px; padding: 27px; background: #dce6d5; }
.tm-start-small h3 { font-size: 23px; font-weight: 450; letter-spacing: -.025em; margin-bottom: 11px; }
.tm-start-small p { font-size: 13px; line-height: 1.7; color: var(--tm-muted); max-width: 640px; }
.tm-start-small > .text-link { flex-shrink: 0; }
.tm-weight-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: start; }
.tm-weight-group { border: 1px solid var(--tm-line); background: #f4f4ec; }
.tm-weight-group > summary { display: flex; align-items: start; gap: 15px; padding: 25px; list-style: none; cursor: pointer; }
.tm-weight-group strong { display: block; font-size: 23px; font-weight: 450; letter-spacing: -.025em; line-height: 1.2; min-height: 2.4em; }
.tm-weight-group small { display: block; font-size: 12px; margin-top: 15px; color: var(--tm-muted); }
.tm-weight-group b { font-size: 24px; margin-left: auto; font-weight: 300; }
.tm-weight-group[open] b { transform: rotate(45deg); }
.tm-weight-group > p { padding: 0 25px 20px; font-size: 13px; line-height: 1.7; color: var(--tm-muted); }
.tm-weight-group > dl { margin: 0; padding: 0 25px 15px; }
.tm-weight-group dl > div { border-top: 1px solid var(--tm-line); padding: 17px 0; }
.tm-weight-group dt { font-weight: 500; font-size: 16px; margin-bottom: 7px; }
.tm-weight-group dd { font-size: 12px; line-height: 1.7; color: var(--tm-muted); margin: 0; }
.tm-food-loop { margin-top: 32px; }
.tm-food-loop > ol { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding: 0; margin: 23px 0; counter-reset: food-step; }
.tm-food-loop li { border-top: 1px solid var(--tm-line); padding-top: 20px; counter-increment: food-step; }
.tm-food-loop li::before { content: '0' counter(food-step); display: block; font-size: 11px; color: #72856a; margin-bottom: 15px; }
.tm-food-loop strong { display: block; font-size: 21px; font-weight: 450; letter-spacing: -.025em; margin-bottom: 12px; }
.tm-food-loop li > span, .tm-food-loop > p { font-size: 13px; line-height: 1.7; color: var(--tm-muted); }
.tm-device-options { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 25px; }
.tm-device-options h4 { font-size: 23px; font-weight: 450; letter-spacing: -.025em; }
.tm-device-options p { font-size: 14px; line-height: 1.7; color: var(--tm-muted); margin: 12px 0 18px; max-width: 430px; }
.tm-device-options strong { font-size: 23px; font-weight: 500; }
.tm-device-options small { display: block; font-size: 12px; font-weight: 400; margin-top: 6px; color: var(--tm-muted); }
.tm-apex-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; margin: 35px 0; }
.tm-apex-summary > div { border-top: 1px solid var(--tm-line); padding-top: 22px; }
.tm-apex-summary strong { font-size: 24px; letter-spacing: -.03em; font-weight: 450; }
.tm-apex-summary p { font-size: 14px; line-height: 1.7; color: var(--tm-muted); margin-top: 12px; }
.tm-apex-method { background: #e3eadc; }
.tm-apex-method .tm-info-disclosure { margin-top: 35px; }
.tm-included-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.tm-included-grid article { border-top: 1px solid var(--tm-line); padding-top: 22px; }
.tm-included-grid h3 { font-size: 25px; font-weight: 450; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 15px; }
.tm-included-grid p { font-size: 14px; line-height: 1.7; color: var(--tm-muted); }
.tm-platform-hero .tm-hero-art { height: auto; aspect-ratio: 1.5; border-radius: 0; }
.tm-platform-hero .tm-hero-art > img { object-fit: contain; }
.tm-detail-image { height: auto; aspect-ratio: 1.5; }
.tm-detail-image > img { object-fit: contain; }
.tm-input-grid article > img { aspect-ratio: 1.5; object-fit: contain; }
.tm-apex-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 35px; min-height: 0; padding: 58px var(--margin); background: #193b33; }
.tm-apex-art { position: relative; inset: auto; grid-column: 2; grid-row: 1; aspect-ratio: 1.5; }
.tm-apex-art > img { object-fit: contain; filter: none; }
.tm-apex-art::after { display: none; }
.tm-apex-copy { grid-column: 1; grid-row: 1; }
.tm-apex-copy .tm-title { font-size: clamp(55px,5.5vw,83px); }
.tm-apex-copy > .tm-note { font-size: 14px; line-height: 1.6; }
.tm-apex-copy .tm-actions { gap: 15px 23px; }
.tm-apex-copy .tm-actions > .text-link { font-size: 12px; }

@media (max-width:1100px) {
  .tm-entry-body { padding: 17px 14px 10px; }
  .tm-entry-heading > p { font-size: 14px; }
  .tm-entry-proof { font-size: 10px; }
  .tm-entry-foot { flex-wrap: wrap; }
  .tm-entry-foot > p { flex-basis: 100%; }
  .tm-program-value, .tm-platform-depth, .tm-education { gap: 45px; }
  .tm-program-detail-heading { gap: 35px; }
  .tm-detail-image { height: auto; }
  .tm-detail-order { flex-wrap: wrap; }
  .tm-plan-grid > article { padding: 19px; }
  .tm-start-small { flex-wrap: wrap; }
  .tm-weight-group > summary { padding: 22px; }
  .tm-weight-group strong { font-size: 21px; }
  .tm-included-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width:760px) {
  .twinme-v2 .header { height: 88px; }
  .twinme-v2 .brand { width: 110px; }
  .tm-brand-lockup { gap: 0; }
  .tm-powered { font-size: 10px; min-height: 23px; }
  .tm-program-entry { padding-top: 105px; padding-bottom: 31px; }
  .tm-entry-heading { display: block; margin-bottom: 14px; }
  .tm-entry-heading .tm-kicker { font-size: 9px; letter-spacing: .08em; }
  .tm-entry-heading h1 { font-size: clamp(40px,11.4vw,64px); max-width: 540px; margin-top: 9px; }
  .tm-entry-heading > p { display: none; }
  .tm-entry-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tm-entry-image { height: auto; aspect-ratio: 1.5; }
  .tm-entry-image > img { object-fit: contain; }
  .tm-entry-image > span { display: none; }
  .tm-entry-body { padding: 10px; }
  .tm-entry-body h2 { font-size: clamp(17px,4.7vw,24px); min-height: 2.24em; }
  .tm-entry-wish { display: none; }
  .tm-entry-proof { font-size: 11px; margin-top: 6px; min-height: 1.5em; letter-spacing: -.02em; }
  .tm-proof-wide { display: none; }
  .tm-proof-mobile { display: inline; }
  .tm-entry-price { padding-top: 7px; margin: 8px 0; font-size: 18px; }
  .tm-entry-price > span { font-size: 10px; margin-top: 3px; }
  .tm-order { min-height: 44px; padding: 10px 9px; font-size: 12px; }
  .tm-entry-details { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
  .tm-entry-foot { margin-top: 20px; gap: 2px 18px; font-size: 11px; }
  .tm-entry-foot > p { flex-basis: 100%; }
  .tm-program-entry > .tm-price-note { font-size: 10px; margin-top: 8px; }
  .tm-program-value, .tm-platform-depth, .tm-education { grid-template-columns: 1fr; gap: 28px; }
  .tm-program-value .tm-section-title, .tm-platform-depth .tm-section-title { margin-top: 18px; }
  .tm-value-points > article { padding: 20px 0; gap: 18px; }
  .tm-value-points h3 { font-size: 24px; }
  .tm-value-points p { font-size: 14px; }
  .tm-science-link { display: grid; grid-template-columns: 1fr; gap: 17px; padding: 29px 0; }
  .tm-science-link > p { font-size: 14px; }
  .tm-science-link > .text-link { justify-self: start; }
  .tm-science-link > a > img { width: 103px; }
  .tm-education-links > a { padding: 22px; }
  .tm-education-links strong { font-size: 25px; }
  .tm-question-prompts { padding: 25px; }
  .tm-question-prompts > span { font-size: 22px; }
  .tm-program-jump { gap: 0 20px; padding: 15px 0; }
  .tm-program-jump > span { flex-basis: 100%; margin-bottom: 8px; }
  .tm-program-jump > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
  .tm-program-detail { padding-top: 45px; padding-bottom: 45px; }
  .tm-program-detail-heading { grid-template-columns: 1fr; gap: 27px; }
  .tm-detail-image { height: auto; }
  .tm-program-detail-heading .tm-section-title { font-size: clamp(39px,10.4vw,59px); margin: 17px 0 20px; }
  .tm-program-detail-heading > div > p:not(.tm-kicker) { font-size: 14px; }
  .tm-detail-proof { font-size: 11px; gap: 8px 12px; margin-top: 20px; }
  .tm-detail-proof > span:not(:last-child)::after { margin-left: 12px; }
  .tm-detail-order { gap: 18px; }
  .tm-detail-order strong { font-size: 25px; }
  .tm-detail-order > .button { min-height: 46px; }
  .tm-detail-intro { margin-top: 32px; }
  .tm-detail-intro h3, .tm-focused-options > h3, .tm-food-loop > h3 { font-size: 26px; }
  .tm-detail-intro > p, .tm-focused-options > p { font-size: 13px; }
  .tm-info-disclosure > summary { font-size: 17px; gap: 12px; padding: 22px 0; }
  .tm-info-disclosure > summary > span:last-child { font-size: 10px; gap: 13px; flex-shrink: 0; }
  .tm-info-disclosure > p { font-size: 13px; }
  .tm-plan-grid { grid-template-columns: 1fr; }
  .tm-plan-grid > article { padding: 24px; }
  .tm-plan-grid article > p { max-width: 450px; }
  .tm-plan-grid small { min-height: 0; }
  .tm-analysis-list { grid-template-columns: 1fr; gap: 9px; }
  .tm-analysis-list summary { padding: 20px; gap: 15px; }
  .tm-analysis-list summary > strong { font-size: 22px; }
  .tm-analysis-list details > p { padding-left: 47px; }
  .tm-start-small { gap: 20px; padding: 23px; }
  .tm-start-small h3 { font-size: 24px; }
  .tm-weight-groups { grid-template-columns: 1fr; }
  .tm-weight-group strong { min-height: 0; font-size: 25px; }
  .tm-weight-group small { margin-top: 10px; }
  .tm-weight-group dt { font-size: 18px; }
  .tm-weight-group dd { font-size: 13px; }
  .tm-food-loop > ol { grid-template-columns: 1fr; gap: 22px; }
  .tm-food-loop li { padding-top: 18px; }
  .tm-device-options { grid-template-columns: 1fr; gap: 28px; }
  .tm-apex-summary { grid-template-columns: 1fr; gap: 22px; margin: 28px 0; }
  .tm-apex-summary p { margin-top: 9px; }
  .tm-input-grid article > img { height: auto; min-height: 0; align-self: start; }
  .tm-apex-hero { margin-top: 88px; grid-template-columns: 1fr; padding-top: 39px; padding-bottom: 0; gap: 32px; }
  .tm-apex-art { grid-column: 1; grid-row: 2; }
  .tm-apex-copy .tm-title { font-size: clamp(46px,12.7vw,72px); }
  .tm-included-grid { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width:360px) {
  .tm-entry-heading .tm-kicker { font-size: 8px; }
  .tm-entry-body { padding: 10px 9px; }
  .tm-entry-body h2 { font-size: 17px; }
  .tm-entry-proof { font-size: 11px; }
  .tm-entry-price { font-size: 18px; }
  .tm-entry-details { font-size: 9px; }
  .tm-entry-image > span { font-size: 7px; }
  .tm-info-disclosure > summary { flex-wrap: wrap; }
  .tm-info-disclosure > summary > span:last-child { margin-left: auto; }
}
@media (prefers-reduced-motion:reduce) {
  .tm-entry-image > img { transition: none; }
  .tm-entry-image:hover > img { transform: none; }
}

/* Keep both people visible when the Apex context stacks on tablets. */
@media (min-width: 641px) and (max-width: 1100px) {
  .tm-apex-context { grid-template-columns: 1fr; }
  .tm-apex-context > div:first-child { height: auto; }
  .tm-apex-context > div:first-child > img { display: block; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
}
