.tr-page{--tr-gutter:24px;--tr-nav:74px;--tr-line:#0b0b0c24;--tr-paper:#fdfcfc;background:var(--bg-light);color:var(--text-light);font-family:var(--font-body)}.tr-page ::selection{background:var(--red-fill);color:#fff}.tr-sr{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tr-head{padding:calc(var(--tr-nav) + clamp(28px, 3.2vw, 44px)) var(--tr-gutter) clamp(18px, 2vw, 26px);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px 32px;display:flex}.tr-head__title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(1.875rem,1.4rem + 1.5vw,2.5rem);font-weight:800;line-height:1.05}.tr-head__accent{color:var(--red)}.tr-head__meta{color:var(--muted-light);font-variant-numeric:tabular-nums;margin:0;font-size:.9375rem;font-weight:500;line-height:1.4}.tr-stage-wrap{padding:0 var(--tr-gutter)}.tr-stage{isolation:isolate;touch-action:pan-y;background:#e9e6de;border-radius:28px;align-items:flex-end;height:clamp(540px,78vh,880px);display:flex;position:relative;overflow:hidden}.tr-stage:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.tr-stage__slides{z-index:0;position:absolute;inset:0}.tr-slide{visibility:hidden;position:absolute;inset:0;overflow:hidden}.tr-slide[data-state=prev]{visibility:visible;z-index:1}.tr-slide[data-state=active]{visibility:visible;z-index:2}.tr-slide__drift,.tr-slide__media{width:100%;height:100%;display:block}.tr-slide__media{object-fit:cover;object-position:50% 42%}.tr-stage__scrim{z-index:3;pointer-events:none;background:linear-gradient(#0b0b0c00 40%,#0b0b0c42 54%,#0b0b0c94 68%,#0b0b0ccc 84%,#0b0b0ce6 100%);position:absolute;inset:0}.tr-stage__foot{z-index:4;width:100%;color:var(--tr-paper);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"count count""text side""segs segs";align-items:end;column-gap:32px;padding:0 clamp(24px,3vw,44px) 14px;display:grid;position:relative}.tr-stage__count{letter-spacing:.16em;text-transform:uppercase;font-variant-numeric:tabular-nums;white-space:pre;grid-area:count;align-items:baseline;gap:.35em;margin:0 0 14px;font-size:.8125rem;font-weight:700;display:flex}.tr-stage__cat{border-left:1px solid #fdfcfc80;margin-left:1.4em;padding-left:1.4em}.tr-stage__text{text-shadow:0 1px 16px #0b0b0c73;grid-area:text;min-width:0}.tr-stage__title{max-width:17ch;font-family:var(--font-display);letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(2rem,1.1rem + 3vw,3.5rem);font-weight:800;line-height:1.02}.tr-stage__hook{text-wrap:pretty;max-width:58ch;margin:16px 0 0;font-size:clamp(1rem,.95rem + .25vw,1.125rem);line-height:1.5}.tr-stage__tags{flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}.tr-stage__tags li{border-radius:var(--radius-tag);border:1px solid #fdfcfc8c;padding:5px 12px;font-size:.8125rem;font-weight:500;line-height:1.3}.tr-stage__side{grid-area:side;align-items:center;gap:20px;display:flex}.tr-stage__ctrls{gap:8px;display:flex}.tr-ctrl{width:48px;height:48px;color:var(--tr-paper);cursor:pointer;transition:background-color .25s ease, color .25s ease, border-color .25s ease, scale .35s var(--ease-smooth);background:#0b0b0c59;border:1px solid #fdfcfc99;border-radius:10px;place-items:center;padding:0;display:grid}.tr-ctrl:hover{background:var(--tr-paper);border-color:var(--tr-paper);color:var(--ink)}.tr-ctrl:active{scale:.94}.tr-ctrl:focus-visible,.tr-seg:focus-visible{outline:2px solid var(--tr-paper);outline-offset:3px}.tr-stage__segs{grid-area:segs;gap:8px;margin-top:22px;display:flex}.tr-seg{cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1 1 0;align-items:center;height:32px;padding:0;display:flex}.tr-seg__track{width:100%;height:3px;transition:height .25s var(--ease-smooth), background-color .25s ease;background:#fdfcfc57;border-radius:999px;display:block;position:relative;overflow:hidden}.tr-seg:hover .tr-seg__track,.tr-seg:focus-visible .tr-seg__track{background:#fdfcfc80;height:6px}.tr-seg__fill{border-radius:inherit;background:var(--tr-paper);transform-origin:0;position:absolute;inset:0;transform:scaleX(0)}.tr-seg[data-state=done] .tr-seg__fill,.tr-seg[data-state=active] .tr-seg__fill{transform:scaleX(1)}.tr-stage[data-motion=on] .tr-seg[data-state=active] .tr-seg__fill{animation:tr-fill var(--tr-hold,7s) linear both paused}.tr-stage[data-motion=on][data-playing=true] .tr-seg[data-state=active] .tr-seg__fill{animation-play-state:running}.tr-stage[data-motion=on] .tr-slide[data-state=active] .tr-slide__drift,.tr-stage[data-motion=on] .tr-slide[data-state=prev] .tr-slide__drift{animation:tr-drift var(--tr-hold,7s) linear both paused}.tr-stage[data-motion=on][data-playing=true] .tr-slide[data-state=active] .tr-slide__drift{animation-play-state:running}.tr-stage[data-motion=on] .tr-slide[data-state=active][data-dir=next]{animation:tr-wipe-next .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-slide[data-state=active][data-dir=prev]{animation:tr-wipe-prev .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-slide[data-state=active][data-dir=next] .tr-slide__media{animation:tr-settle-next .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-slide[data-state=active][data-dir=prev] .tr-slide__media{animation:tr-settle-prev .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-slide[data-state=prev][data-dir=next] .tr-slide__media{animation:tr-leave-next .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-slide[data-state=prev][data-dir=prev] .tr-slide__media{animation:tr-leave-prev .95s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-stage__lines[data-dir]>*{animation:tr-rise .8s var(--ease-smooth) both}.tr-stage[data-motion=on] .tr-stage__lines[data-dir]>:nth-child(2){animation-delay:70ms}.tr-stage[data-motion=on] .tr-stage__lines[data-dir]>:nth-child(3){animation-delay:.14s}.tr-stage[data-motion=on] .tr-stage__lines[data-dir]>:nth-child(4){animation-delay:.21s}@keyframes tr-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes tr-drift{0%{transform:scale(1)}to{transform:scale(1.045)}}@keyframes tr-wipe-next{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0)}}@keyframes tr-wipe-prev{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes tr-settle-next{0%{transform:translate(7%)scale(1.08)}to{transform:none}}@keyframes tr-settle-prev{0%{transform:translate(-7%)scale(1.08)}to{transform:none}}@keyframes tr-leave-next{0%{transform:none}to{transform:translate(-4%)}}@keyframes tr-leave-prev{0%{transform:none}to{transform:translate(4%)}}@keyframes tr-rise{0%{opacity:0;filter:blur(6px);transform:translateY(18px)}to{opacity:1;filter:blur();transform:none}}.tr-index{padding:var(--section-pad) var(--tr-gutter) 0}.tr-index__intro{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:16px 48px;padding-bottom:clamp(32px,4vw,56px);display:grid}.tr-index__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0;font-size:clamp(1.75rem,1.2rem + 2vw,3rem);font-weight:800;line-height:1.05}.tr-index__lead{max-width:62ch;color:var(--text-light);text-wrap:pretty;margin:0;font-size:clamp(1rem,.96rem + .2vw,1.125rem);line-height:1.6}.tr-index__list{border-bottom:1px solid var(--tr-line);margin:0;padding:0;list-style:none}.tr-row{border-top:1px solid var(--tr-line);grid-template-columns:72px minmax(0,1fr) minmax(0,1.25fr) auto;align-items:baseline;gap:12px 40px;padding:clamp(24px,2.6vw,36px) 0;display:grid}.tr-row__num{font-family:var(--font-display);color:var(--red);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1}.tr-row__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(1.375rem,1.1rem + .9vw,1.875rem);font-weight:700;line-height:1.12}.tr-row__cat{color:var(--muted-light);margin:8px 0 0;font-size:.875rem;font-weight:500}.tr-row__hook{max-width:60ch;color:var(--text-light);text-wrap:pretty;margin:0;font-size:1rem;line-height:1.6}.tr-row__action{white-space:nowrap;margin:0}.tr-close{padding:var(--section-pad) var(--tr-gutter)}.tr-close__panel{background:var(--red);color:var(--ink);isolation:isolate;border-radius:28px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;gap:clamp(28px,4vw,64px);padding:clamp(32px,5vw,72px);display:grid;position:relative;overflow:hidden}.tr-close__loop{z-index:-1;object-fit:cover;background:#a1a4b7;width:100%;height:100%;position:absolute;inset:0}.tr-close__title{max-width:14ch;font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(2.25rem,1.4rem + 3.4vw,4.25rem);font-weight:800;line-height:1}.tr-close__lead{max-width:52ch;margin:20px 0 0;font-size:clamp(1rem,.96rem + .2vw,1.125rem);font-weight:500;line-height:1.55}.tr-close__side{flex-direction:column;align-items:flex-start;gap:28px;display:flex}.tr-close__points{gap:10px;margin:0;padding:0;font-size:1rem;font-weight:700;line-height:1.4;list-style:none;display:grid}.tr-close__points li{align-items:baseline;gap:12px;display:flex}.tr-close__points li:before{content:"";background:var(--ink);border-radius:999px;flex:none;width:8px;height:8px;translate:0 -1px}@media (max-width:960px){.tr-row{grid-template-columns:56px minmax(0,1fr) auto;grid-template-areas:"num name action"".hook hook";gap:14px 24px}.tr-row__num{grid-area:num}.tr-row__name{grid-area:name}.tr-row__hook{grid-area:hook}.tr-row__action{grid-area:action}.tr-close__panel{grid-template-columns:minmax(0,1fr);align-items:start}}@media (max-width:640px){.tr-page{--tr-gutter:16px}.tr-head{flex-direction:column;align-items:flex-start;gap:8px}.tr-stage{border-radius:22px;height:clamp(520px,70svh,720px)}.tr-slide__media{object-position:50% 30%}.tr-stage__scrim{background:linear-gradient(#0b0b0c00 16%,#0b0b0c33 28%,#0b0b0c99 42%,#0b0b0ce0 60%,#0b0b0cf0 100%)}.tr-stage__foot{grid-template-columns:minmax(0,1fr);grid-template-areas:"count""text""side""segs";padding:0 18px 6px}.tr-stage__count{margin-bottom:12px;font-size:.75rem}.tr-stage__side{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:20px}.tr-stage__ctrls{gap:6px}.tr-stage__hook{margin-top:12px}.tr-stage__tags{margin-top:14px}.tr-ctrl{width:44px;height:44px}.tr-stage__segs{gap:6px;margin-top:12px}.tr-seg{height:44px}.tr-index__intro{grid-template-columns:minmax(0,1fr)}.tr-row{grid-template-columns:40px minmax(0,1fr);grid-template-areas:"num name"".hook"".action";gap:12px}.tr-row__num{font-size:1.25rem}.tr-row__action{margin-top:4px}.tr-close__panel{border-radius:22px}}@media (prefers-reduced-motion:reduce){.tr-ctrl,.tr-seg__track{transition:none}.tr-ctrl:active{scale:none}}.tr-hover{z-index:90;pointer-events:none;position:fixed;inset:0;overflow:hidden}.tr-hover__frame{aspect-ratio:16/10;will-change:transform;width:clamp(240px,22vw,320px);position:absolute;top:0;left:0}.tr-hover__media{opacity:0;width:100%;height:100%;transition:opacity .28s var(--ease-smooth), transform .55s var(--ease-smooth);background:#e9e7e1;border-radius:14px;position:relative;overflow:hidden;transform:scale(.84)rotate(-2deg);box-shadow:0 28px 60px -24px #0b0b0c73}.tr-hover__media[data-shown=true]{opacity:1;transform:none}.tr-hover__media img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s var(--ease-smooth), transform .7s var(--ease-smooth);position:absolute;inset:0;transform:scale(1.06)}.tr-hover__media img[data-on=true]{opacity:1;transform:none}.tr-row{transition:background-color .25s}@media (hover:hover) and (pointer:fine){.tr-row:hover{background-color:#0b0b0c09}}
