.ttv{--paper:#fdfbf7;--paper-2:#f7f3e9;--card:#fffdf8;--card-hover:#ffffff;--ink:#1d211f;--ink-60:rgba(29,33,31,0.62);--ink-40:rgba(29,33,31,0.4);--rule:rgba(29,33,31,0.16);--rule-soft:rgba(29,33,31,0.08);--red:#c2402a;--red-hi:#c2402a;--red-dim:rgba(194,64,42,0.09);--red-line:rgba(194,64,42,0.4);--sea:#2a6b66;--sea-dim:rgba(42,107,102,0.12);--band:#1d211f;--band-ink:#f5f1e8;--band-ink-60:rgba(245,241,232,0.6);--band-rule:rgba(245,241,232,0.16);--band-red:#e88c76;--input-bg:#ffffff;--white:#ffffff;--duo-a:rgba(42,107,102,0.55);--duo-b:rgba(194,64,42,0.42);--duo-base-1:#e9e2cf;--duo-base-2:#d9d2bd;--serif:var(--font-ttv-heading),Georgia,serif;--serif-bold:var(--font-ttv-heading),Georgia,serif;--heading:var(--font-ttv-heading),Georgia,serif;--header-sans:var(--font-ttv-sans),system-ui,sans-serif;--sans:var(--font-ttv-sans),system-ui,sans-serif;--body:"Merriweather",Georgia,serif;--mono:var(--font-ttv-mono),ui-monospace,monospace;--ease:cubic-bezier(0.22,0.9,0.24,1);--color-bg:var(--paper);--color-text:var(--ink);--color-accent:var(--red);--color-muted:var(--ink-60);--color-border:var(--rule);--color-surface:var(--card);--color-tag-bg:var(--paper-2);background-color:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;position:relative}.ttv-reference-header{--ref-bg:#fdfcfa;--ref-surface:#fffdf8;--ref-surface-hover:#f1efec;--ref-ink:#1d211f;--ref-muted:#64748b;--ref-rule:rgba(29,33,31,0.16);position:sticky;top:0;z-index:40;font-family:var(--header-sans);background-color:var(--ref-bg)!important;color:var(--ref-ink)!important;border-bottom-color:var(--ref-rule)!important;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}html[data-theme=dark] .ttv-reference-header,html[data-theme=dark] .ttv-reference-search{--ref-bg:#191d1b;--ref-surface:#202522;--ref-surface-hover:#262b28;--ref-ink:#ece7da;--ref-muted:rgba(236,231,218,0.66);--ref-rule:rgba(236,231,218,0.18)}html[data-theme=dark] .ttv-reference-header{box-shadow:0 4px 20px -4px rgba(0,0,0,.28)!important}.ttv-admin-topbar{height:34px;overflow:visible;background:#1d211f;border-bottom:1px solid rgba(245,241,232,.16);color:#f5f1e8;font-family:var(--header-sans,system-ui,sans-serif);font-size:10px;line-height:1}.ttv-admin-topbar-inner{display:flex;align-items:center;gap:14px;height:100%;max-width:1280px;margin:0 auto;padding:0 16px}.ttv-admin-topbar-brand,.ttv-admin-topbar-context,.ttv-admin-topbar-nav{display:flex;align-items:center;min-width:0}.ttv-admin-topbar-brand{flex:0 0 auto;gap:5px;color:rgba(245,241,232,.62);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.ttv-admin-topbar-brand span{color:#e88c76;font-weight:700}.ttv-admin-topbar-brand b{color:rgba(245,241,232,.3);font-weight:400}.ttv-admin-topbar-nav{flex:0 1 auto;gap:2px}.ttv-admin-topbar-icon-link,.ttv-admin-topbar-link{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 7px;border:0;border-radius:3px;background:transparent;color:rgba(245,241,232,.72);font:inherit;text-decoration:none;white-space:nowrap;cursor:pointer}.ttv-admin-topbar-icon-link:hover,.ttv-admin-topbar-link:hover{background:rgba(245,241,232,.1);color:#fff}.ttv-admin-topbar-link--accent{color:#f0b3a2}.ttv-admin-topbar-link--edit{color:#fff}.ttv-admin-topbar-link--edit:hover{background:rgba(194,64,42,.38)}.ttv-admin-topbar-more{position:relative}.ttv-admin-topbar-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:80;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-3px);min-width:150px;padding:4px;border:1px solid rgba(29,33,31,.18);border-radius:5px;background:#fffdf8;box-shadow:0 10px 24px rgba(29,33,31,.16);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.ttv-admin-topbar-menu:before{content:"";position:absolute;top:-7px;right:0;left:0;height:7px}.ttv-admin-topbar-more:focus-within .ttv-admin-topbar-menu,.ttv-admin-topbar-more:hover .ttv-admin-topbar-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.ttv-admin-topbar-menu a{display:block;padding:8px 9px;border-radius:3px;color:#1d211f;text-decoration:none;white-space:nowrap}.ttv-admin-topbar-menu a:hover{background:#f5f1e8;color:#c2402a}.ttv-admin-topbar-context{justify-content:flex-end;gap:6px;margin-left:auto;overflow:hidden}.ttv-admin-topbar-context-category,.ttv-admin-topbar-current{max-width:min(30vw,260px);overflow:hidden;color:rgba(245,241,232,.5);text-overflow:ellipsis;white-space:nowrap}.ttv-admin-topbar-context-category:hover{color:#fff}.ttv-admin-topbar-icon-link{padding-inline:5px}@media (max-width:767px){.ttv-admin-topbar-inner{gap:5px;padding-inline:10px;overflow-x:auto}.ttv-admin-topbar-brand{gap:0}.ttv-admin-topbar-brand b{display:none}.ttv-admin-topbar-brand{font-size:9px}.ttv-admin-topbar-context,.ttv-admin-topbar-nav{flex:0 0 auto}.ttv-admin-topbar-context{margin-left:0}.ttv-admin-topbar-current{display:none}}.ttv-reference-header-inner{height:72px!important;transition:height .25s cubic-bezier(.4,0,.2,1)}.ttv-reference-header--compact .ttv-reference-header-inner{height:48px!important}.ttv-reference-brand{transform-origin:left center;transition:transform .25s cubic-bezier(.4,0,.2,1)}.ttv-reference-header--compact .ttv-reference-brand{transform:scale(.9)}.ttv-reference-main-nav{max-width:760px;overflow:visible;transition:opacity .25s cubic-bezier(.4,0,.2,1),max-width .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.ttv-reference-header--compact .ttv-reference-main-nav{max-width:0;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-8px)}.ttv-reference-compact-title{position:absolute;top:50%;left:50%;width:min(480px,42vw);display:flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;opacity:0;pointer-events:none;text-overflow:ellipsis;transform:translate(-50%,calc(-50% - 8px));transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;font-family:var(--heading);font-size:15px;font-weight:500;letter-spacing:-.01em;text-align:center;color:var(--ink)}.ttv-reference-compact-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;user-select:text;white-space:nowrap}.ttv-reference-header--compact .ttv-reference-compact-title{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)}.ttv-reference-compact-location{flex:0 0 auto;padding:4px 9px;border:1px solid var(--rule);border-radius:2px;background:#f5f1e8;font-family:var(--mono);font-size:11px;line-height:1;letter-spacing:.5px;text-transform:uppercase;color:var(--ink-60);cursor:pointer;user-select:text}.ttv-reference-compact-location:hover{color:var(--red)}.ttv-reference-header--compact .ttv-reference-tools{gap:6px}.ttv-reference-progress{position:absolute;right:0;bottom:0;left:0;z-index:2;height:2px;overflow:hidden;background:transparent;pointer-events:none}.ttv-reference-progress span{display:block;height:100%;background:var(--red);transition:width .08s linear}.ttv-reference-header .font-editorial{font-family:Playfair Display,Georgia,serif}html[data-theme=dark] .ttv-reference-header [class~=text-slate-700],html[data-theme=dark] .ttv-reference-header [class~=text-slate-800],html[data-theme=dark] .ttv-reference-header [class~=text-stone-700],html[data-theme=dark] .ttv-reference-header [class~=text-stone-800],html[data-theme=dark] .ttv-reference-header [class~=text-stone-900]{color:var(--ref-ink)!important}html[data-theme=dark] .ttv-reference-header [class~=text-slate-400],html[data-theme=dark] .ttv-reference-header [class~=text-slate-500],html[data-theme=dark] .ttv-reference-header [class~=text-stone-400],html[data-theme=dark] .ttv-reference-header [class~=text-stone-500],html[data-theme=dark] .ttv-reference-header [class~=text-stone-600]{color:var(--ref-muted)!important}html[data-theme=dark] .ttv-reference-header [class~=border-slate-100],html[data-theme=dark] .ttv-reference-header [class~=border-slate-200],html[data-theme=dark] .ttv-reference-header [class~=border-stone-100],html[data-theme=dark] .ttv-reference-header [class~=border-stone-200]{border-color:var(--ref-rule)!important}html[data-theme=dark] .ttv-reference-header [class~="bg-white/95"],html[data-theme=dark] .ttv-reference-header [class~=bg-slate-50],html[data-theme=dark] .ttv-reference-header [class~=bg-stone-100],html[data-theme=dark] .ttv-reference-header [class~=bg-stone-50],html[data-theme=dark] .ttv-reference-header [class~=bg-white]{background-color:var(--ref-surface)!important}html[data-theme=dark] .ttv-reference-header [class~=bg-stone-900]{background-color:#101311!important}html[data-theme=dark] .ttv-reference-header .ttv-reference-smart-item:hover,html[data-theme=dark] .ttv-reference-header nav a:hover,html[data-theme=dark] .ttv-reference-header nav button:hover{background-color:var(--ref-surface-hover)!important;color:var(--ref-ink)!important}html[data-theme=dark] .ttv-reference-header .ttv-reference-menu-trigger:hover,html[data-theme=dark] .ttv-reference-header .ttv-reference-search-trigger:hover{background-color:var(--ref-surface-hover)!important}html[data-theme=dark] .ttv-reference-header .ttv-reference-smart-item>span:first-child{color:var(--ref-ink)!important}html[data-theme=dark] .ttv-reference-header .ttv-reference-smart-item>span:last-child{color:var(--ref-muted)!important}.ttv-reference-header a,.ttv-reference-header button{cursor:pointer}.ttv-reference-menu-trigger:hover{background:transparent}.ttv-hamburger-btn,.ttv-hamburger-btn:hover{border-color:transparent}.ttv-reference-header .mega-menu-panel{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);transform-origin:top center;transition:all .2s cubic-bezier(.16,1,.3,1);background-color:var(--ref-surface)!important}.ttv-reference-destination-panel:before{content:"";position:absolute;top:-12px;right:0;left:0;height:12px}.ttv-reference-destination-panel{top:64px!important}.ttv-reference-header .group:focus-within .mega-menu-panel,.ttv-reference-header .group:hover .mega-menu-panel{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.ttv-reference-header .ttv-reference-compact-menu{width:min(320px,calc(100vw - 40px));visibility:hidden;opacity:0;pointer-events:none;transform:translateY(8px);transition:all .2s cubic-bezier(.4,0,.2,1);background-color:var(--ref-surface)!important}.ttv-reference-header .ttv-reference-compact-menu:before{content:"";position:absolute;top:-10px;right:0;left:0;height:10px}.ttv-reference-header .group:focus-within .ttv-reference-compact-menu,.ttv-reference-header .group:hover .ttv-reference-compact-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.ttv-reference-header .ttv-reference-smart-item>span:first-child{color:#111827}.ttv-reference-header .ttv-reference-compact-menu a{cursor:pointer}.ttv-reference-header .ttv-reference-smart-item:hover>span:first-child{color:#8f3d28}.ttv-reference-header .ttv-reference-smart-item:hover,.ttv-reference-header nav a:hover,.ttv-reference-header nav button:hover{background-color:#f1efec!important;color:#1d211f!important}.ttv-reference-header .ttv-reference-smart-item:hover>span:first-child{color:#8f3d28!important}.ttv-reference-search .ttv-search{width:100%;max-width:1240px;background:#fff}.ttv-reference-search .ttv-search input{color:#1e293b}html[data-theme=dark] .ttv-reference-search{background-color:var(--ref-bg)!important;border-color:var(--ref-rule)!important}html[data-theme=dark] .ttv-reference-search .ttv-search{background-color:var(--ref-surface)!important;border-color:var(--ref-rule)!important}html[data-theme=dark] .ttv-reference-search .ttv-search input{color:var(--ref-ink)}.ttv-mobile-overlay{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.58);animation:ttv-drawer-fade-in .2s ease-out}.ttv-mobile-drawer{display:flex;flex-direction:column;width:min(732px,100vw);height:100%;background:var(--ref-bg,#fff);box-shadow:20px 0 48px rgba(15,23,42,.14);animation:ttv-drawer-slide-in .28s cubic-bezier(.22,.9,.24,1)}html[data-theme=dark] .ttv-mobile-drawer form{border-color:var(--ref-rule)!important}html[data-theme=dark] .ttv-mobile-drawer form label{border-color:var(--ref-rule)!important;background:#000!important;color:var(--ref-muted)!important}html[data-theme=dark] .ttv-mobile-drawer form input{color:var(--ref-ink)!important}html[data-theme=dark] .ttv-mobile-drawer form input::placeholder{color:var(--ref-muted)!important}.ttv-search-palette-backdrop{position:fixed;inset:0;z-index:90;padding:clamp(28px,9vh,104px) 20px 24px;background:rgba(12,16,14,.5);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:ttv-search-fade-in .16s ease-out}.ttv-search-palette{--search-bg:#fffdf8;--search-surface:#f7f3e9;--search-ink:#1d211f;--search-muted:rgba(29,33,31,0.62);--search-rule:rgba(29,33,31,0.16);width:min(760px,100%);max-height:min(680px,calc(100vh - 132px));margin:0 auto;overflow:hidden;border:1px solid var(--search-rule);background:var(--search-bg);color:var(--search-ink);box-shadow:0 24px 70px rgba(0,0,0,.25);animation:ttv-search-slide-in .2s var(--ease)}html[data-theme=dark] .ttv-search-palette{--search-bg:#191d1b;--search-surface:#202522;--search-ink:#ece7da;--search-muted:rgba(236,231,218,0.66);--search-rule:rgba(236,231,218,0.18);box-shadow:0 24px 70px rgba(0,0,0,.48)}.ttv-search-palette-form{display:flex;align-items:center;gap:13px;min-height:76px;padding:0 20px;border-bottom:1px solid var(--search-rule)}.ttv-search-palette-icon{flex:0 0 auto;color:var(--search-muted)}.ttv-search-palette-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--search-ink);font-family:var(--header-sans);font-size:18px}.ttv-search-palette-esc,.ttv-search-palette-form input::placeholder{color:var(--search-muted)}.ttv-search-palette-esc{padding:4px 6px;border:1px solid var(--search-rule);font-family:var(--mono);font-size:9px;letter-spacing:.1em}.ttv-search-palette-close{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--search-muted);cursor:pointer}.ttv-search-palette-close:hover{color:var(--search-ink)}.ttv-search-palette-body{max-height:min(604px,calc(100vh - 208px));overflow-y:auto;padding:20px}.ttv-search-palette-section+.ttv-search-palette-section{margin-top:25px}.ttv-search-palette-heading{display:flex;align-items:center;gap:7px;margin-bottom:11px;color:var(--search-muted);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.ttv-search-palette-chips,.ttv-search-palette-links{display:flex;flex-wrap:wrap;gap:8px}.ttv-search-palette-chips button,.ttv-search-palette-links a{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--search-rule);padding:8px 11px;background:var(--search-surface);color:var(--search-ink);cursor:pointer;font-family:var(--header-sans);font-size:12px;text-decoration:none}.ttv-search-palette-chips button:hover,.ttv-search-palette-links a:hover{border-color:var(--red-line);color:var(--red)}.ttv-search-palette-results{display:grid;gap:1px;background:var(--search-rule)}.ttv-search-palette-result{display:flex;align-items:center;gap:12px;min-width:0;padding:11px;background:var(--search-bg);text-decoration:none}.ttv-search-palette-result:hover{background:var(--search-surface)}.ttv-search-palette-result img,.ttv-search-palette-result-placeholder{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;object-fit:cover;background:var(--search-surface);color:var(--search-muted)}.ttv-search-palette-result-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.ttv-search-palette-result-copy strong{overflow:hidden;color:var(--search-ink);font-family:var(--heading);font-size:17px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.ttv-search-palette-result-copy strong strong{color:var(--red);font-weight:700}.ttv-search-palette-result-copy small{overflow:hidden;color:var(--search-muted);font-family:var(--mono);font-size:9px;letter-spacing:.07em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ttv-search-palette-result-arrow{flex:0 0 auto;color:var(--search-muted)}.ttv-search-palette-empty{padding:17px;border:1px dashed var(--search-rule);color:var(--search-muted);font-size:13px}.ttv-search-palette-empty p{margin:0 0 10px}.ttv-search-palette-empty a{display:inline-flex;align-items:center;gap:7px;color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}@keyframes ttv-search-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ttv-search-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:560px){.ttv-search-palette-backdrop{padding:12px}.ttv-search-palette-form{min-height:64px;padding:0 14px}.ttv-search-palette-form input{font-size:15px}.ttv-search-palette-esc{display:none}.ttv-search-palette-body{padding:15px}}.ttv-drawer-close{cursor:pointer}@keyframes ttv-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ttv-drawer-slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}html[data-theme=dark] .ttv{--paper:#191d1b;--paper-2:#141816;--card:#202522;--card-hover:#262b28;--ink:#ece7da;--ink-60:rgba(236,231,218,0.66);--ink-40:rgba(236,231,218,0.42);--rule:rgba(236,231,218,0.18);--rule-soft:rgba(236,231,218,0.08);--red:#e06a52;--red-hi:#e06a52;--red-dim:rgba(224,106,82,0.12);--red-line:rgba(224,106,82,0.45);--sea:#4fa39c;--sea-dim:rgba(79,163,156,0.14);--band:#141816;--band-ink:#ece7da;--band-ink-60:rgba(236,231,218,0.6);--band-rule:rgba(236,231,218,0.14);--band-red:#e06a52;--input-bg:#202522;--white:#262b28;--duo-a:rgba(79,163,156,0.4);--duo-b:rgba(224,106,82,0.24);--duo-base-1:#202522;--duo-base-2:#262b28}.ttv:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:linear-gradient(to right,var(--rule-soft) 1px,transparent 1px),linear-gradient(to bottom,var(--rule-soft) 1px,transparent 1px);background-size:92px 92px;mask-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.14) 40%,rgba(0,0,0,.35));-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.14) 40%,rgba(0,0,0,.35))}.ttv ::selection{background:var(--red);color:#fff}.ttv a{color:inherit;text-decoration:none}.ttv img{max-width:100%}.ttv-wrap{max-width:1240px;margin:0 auto;padding-left:clamp(20px,4vw,56px);padding-right:clamp(20px,4vw,56px);position:relative;z-index:1}.ttv-lbl{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-60)}.ttv-fig-num,.ttv-lbl .tick{color:var(--red)}.ttv-fig-num{font-family:var(--mono);font-size:11px;letter-spacing:.12em}.ttv h1{font-weight:400;line-height:1.12}.ttv h1,.ttv h2,.ttv h3{font-family:var(--heading);letter-spacing:-.005em}.ttv h2,.ttv h3{font-weight:500;line-height:1.4}.ttv-sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:14px 0 12px;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);flex-wrap:wrap}.ttv-sec-head h2{font-size:clamp(23px,2.9vw,32px)}.ttv-section{padding:clamp(56px,8vw,104px) 0;position:relative;z-index:1}.ttv-header{position:fixed;top:0;left:0;right:0;z-index:50;background:color-mix(in srgb,var(--paper) 88%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--rule);transform:translateY(0);transition:transform .28s var(--ease),background-color .25s ease}.ttv-header,.ttv-header .ttv-lbl{font-family:var(--header-sans)}.ttv-header--hidden{transform:translateY(-100%)}.ttv-nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:14px;transition:height .25s ease,gap .25s ease;position:relative}.ttv-header--scrolled .ttv-nav{height:50px;gap:10px}.ttv-logo{display:flex;align-items:baseline;gap:10px;font-family:var(--heading);font-size:19px;white-space:nowrap;color:var(--ink);transition:font-size .25s ease,gap .25s ease}.ttv-header--scrolled .ttv-logo{font-size:16px;gap:7px}.ttv-logo .accent{color:var(--ink)}.ttv-logo .sub{font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:var(--ink-60);text-transform:uppercase}.ttv-nav-links{gap:4px;max-width:680px;overflow:visible;transition:opacity .25s ease,transform .25s ease,max-width .25s ease,gap .25s ease}.ttv-nav-item,.ttv-nav-links{display:flex;align-items:center}.ttv-nav-item{position:relative}.ttv-nav-links a{font-family:var(--header-sans);font-size:12px;letter-spacing:.05em;padding:8px 12px;color:var(--ink-60);border:1px solid transparent;transition:.25s var(--ease);white-space:nowrap}.ttv-nav-links a:hover{color:var(--red);border-color:var(--red-line);background:var(--red-dim)}.ttv-nav-link{display:inline-flex;align-items:center;gap:5px;border:1px solid transparent;background:transparent;color:var(--ink-60);cursor:pointer;font-family:var(--header-sans);font-size:12px;letter-spacing:.05em;padding:8px 10px;white-space:nowrap}.ttv-nav-link:hover,.ttv-nav-link[aria-expanded=true]{background:var(--red);color:#fff;border-color:var(--red)}.ttv-header-title{position:absolute;left:50%;top:50%;width:min(42vw,460px);overflow:hidden;opacity:0;pointer-events:none;text-overflow:ellipsis;transform:translate(-50%,calc(-50% - 8px));transition:opacity .25s ease,transform .25s ease;white-space:nowrap;font-family:var(--header-sans);font-size:16px;color:var(--ink);text-align:center}.ttv-header--detail.ttv-header--scrolled .ttv-nav-links{max-width:0;gap:0;opacity:0;pointer-events:none;transform:translateY(-8px)}.ttv-header--detail.ttv-header--scrolled .ttv-header-title{opacity:1;transform:translate(-50%,-50%)}.ttv-nav-tools{display:flex;align-items:center;gap:10px;flex-shrink:0}.ttv-header--scrolled .ttv-nav-tools{gap:6px}.ttv-icon-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rule);background:transparent;color:var(--ink-60);padding:7px;cursor:pointer;transition:.25s var(--ease)}.ttv-icon-btn:hover{color:var(--red);border-color:var(--red-line);background:var(--red-dim)}.ttv-nav-tools>a.ttv-icon-btn{display:inline-flex}.ttv-header-progress{position:absolute;right:0;bottom:0;left:0;height:2px;background:transparent;pointer-events:none}.ttv-header-progress span{display:block;height:100%;background:var(--red);transition:width .08s linear}@media (max-width:767px){.ttv-reference-search-trigger{display:none}.ttv-reference-compact-title{width:min(52vw,300px);font-size:13px}}.ttv-mega-shell{pointer-events:none}.ttv-mega-shell .ttv-wrap{pointer-events:auto}.ttv-mega-menu{padding:22px 0 16px}.ttv-mega-group-panel{border:1px solid var(--rule);background:var(--card);min-height:220px}.ttv-mega-group-panel--destinations{min-height:260px}.ttv-mega-group-title{display:flex;flex-direction:column;gap:8px;padding:18px 18px 14px;border-bottom:1px solid var(--rule-soft);background:var(--paper-2)}.ttv-mega-group-title:hover,.ttv-mega-item-title:hover,.ttv-mega-subitems a:hover{color:var(--red)}.ttv-mega-group-title strong{font-family:var(--header-sans);font-size:21px;font-weight:700;line-height:1.1}.ttv-mega-items{display:flex;flex:1;flex-direction:column;gap:10px;padding:16px 18px 18px}.ttv-mega-items--single{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:18px 28px}.ttv-mega-item{display:flex;flex-direction:column;gap:5px}.ttv-mega-item-title{color:var(--ink);font-family:var(--header-sans);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.ttv-mega-subitems{display:flex;flex-wrap:wrap;gap:3px 12px}.ttv-mega-subitems a{color:var(--ink-60);font-family:var(--header-sans);font-size:11px}.ttv-mega-kicker{color:var(--red);font-family:var(--header-sans);font-size:9px;letter-spacing:.14em}.ttv-mega-section-label{display:block;margin-bottom:10px;color:var(--ink-40);font-family:var(--header-sans);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.ttv-destination-mega{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:190px}.ttv-destination-regions{display:flex;flex-direction:column;gap:2px;padding:18px 12px 18px 18px;border-right:1px solid var(--rule);background:var(--paper-2)}.ttv-destination-region{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid transparent;padding:10px 9px;background:transparent;color:var(--ink-60);cursor:pointer;font-family:var(--header-sans);font-size:13px;text-align:right}.ttv-destination-region.is-active,.ttv-destination-region:hover{border-color:var(--red-line);background:var(--red-dim);color:var(--red)}.ttv-destination-results{padding:20px 24px}.ttv-mega-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px}.ttv-mega-link-grid a{padding:5px 0;color:var(--ink);font-family:var(--header-sans);font-size:13px}.ttv-mega-link-grid a:hover{color:var(--red)}.ttv-destination-hubs{margin-top:24px;padding-top:18px;border-top:1px dashed var(--rule)}.ttv-mega-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:14px;color:var(--ink-60);font-family:var(--header-sans);font-size:10px;letter-spacing:.04em}.ttv-mega-foot a{color:var(--red);white-space:nowrap}.ttv-smart-dropdown{position:absolute;top:calc(100% + 8px);left:50%;z-index:60;width:min(320px,calc(100vw - 40px));transform:translateX(-50%);border:1px solid var(--rule);background:var(--card);box-shadow:0 16px 30px rgba(29,33,31,.16)}.ttv-smart-dropdown-head{display:flex;flex-direction:column;gap:6px;padding:15px 16px 13px;border-bottom:1px solid var(--rule-soft);background:var(--paper-2)}.ttv-smart-dropdown-head strong{color:var(--ink);font-family:var(--heading);font-size:19px;font-weight:500;line-height:1.15}.ttv-smart-dropdown-head:hover strong,.ttv-smart-item:hover .ttv-smart-item-title{color:var(--red)}.ttv-smart-items{padding:6px}.ttv-smart-item,.ttv-smart-items{display:flex;flex-direction:column}.ttv-smart-item{gap:3px;padding:10px;border:1px solid transparent}.ttv-smart-item:hover{border-color:var(--red-line);background:var(--red-dim)}.ttv-smart-item-title{color:var(--ink);font-family:var(--header-sans);font-size:12px;font-weight:600}.ttv-smart-item-description{color:var(--ink-60);font-family:var(--body);font-size:11px;line-height:1.45}@media (max-width:720px){.ttv-nav-tools .ttv-icon-btn,.ttv-nav-tools .ttv-icon-btn:hover{border-color:transparent}}@media (max-width:1080px){.ttv-mega-shell{display:none}}.ttv-search{display:flex;align-items:center;gap:8px;border:1px solid var(--rule);padding:6px 12px;width:190px;background:var(--input-bg)}.ttv-search input{font-family:var(--header-sans);font-size:12px;color:var(--ink);background:transparent;border:none;outline:none;width:100%}.ttv-search input::placeholder{color:var(--ink-40)}@media (max-width:1080px){.ttv-nav-links{display:none}}.ttv-menu{background-color:var(--paper);border:1px solid var(--rule);overflow:hidden}.ttv-menu a,.ttv-menu button{font-family:var(--header-sans);font-size:12px;color:var(--ink-60)}.ttv-mobile-nav-group{border-bottom:1px solid var(--rule)}.ttv-mobile-nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 20px;border:0;background:transparent;color:var(--ink);cursor:pointer;font-family:var(--header-sans);font-size:13px;text-align:left}.ttv-mobile-nav-toggle:hover,.ttv-mobile-nav-toggle[aria-expanded=true]{background:var(--red-dim);color:var(--red)}.ttv-mobile-nav-toggle svg{transition:transform .28s var(--ease)}.ttv-mobile-nav-toggle svg.is-open{transform:rotate(90deg)}.ttv-mobile-accordion{max-height:0;overflow:hidden;opacity:0;transition:max-height .34s var(--ease),opacity .24s ease}.ttv-mobile-accordion.is-open{max-height:1200px;opacity:1}.ttv-mobile-accordion-inner{padding:3px 20px 12px 32px;border-top:1px solid var(--rule-soft);background:var(--paper-2)}.ttv-mobile-nav-children a,.ttv-mobile-nav-link,.ttv-mobile-view-all{display:block;font-family:var(--header-sans)}.ttv-mobile-view-all{padding:10px 0;color:var(--red);font-size:11px;letter-spacing:.04em;text-transform:uppercase}.ttv-mobile-nav-item{padding:8px 0;border-top:1px dashed var(--rule)}.ttv-mobile-nav-link{color:var(--ink);font-size:13px}.ttv-mobile-nav-link small{display:block;margin-top:3px;max-width:42ch;color:var(--ink-60);font-family:var(--body);font-size:11px;line-height:1.45}.ttv-mobile-nav-children{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:5px}.ttv-mobile-nav-children a{color:var(--ink-60);font-size:11px}.ttv-mobile-nav-children a:hover,.ttv-mobile-nav-link:hover,.ttv-mobile-view-all:hover{color:var(--red)}.ttv-mobile-nav-secondary{padding-top:10px;color:var(--ink-40);font-family:var(--header-sans);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.ttv-hero-contours svg{width:100%;height:100%}.ttv-hero-contours path{fill:none;stroke:var(--rule);stroke-width:1}.ttv-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:13px;letter-spacing:.06em;padding:14px 24px;border:1px solid var(--ink);transition:.25s var(--ease);cursor:pointer;background:transparent;color:var(--ink)}.ttv-btn.primary{background:var(--ink);color:var(--paper)}.ttv-btn.primary:hover{background:var(--red);border-color:var(--red);color:#fff}.ttv-btn.ghost:hover{background:var(--red-dim);border-color:var(--red);color:var(--red)}.ttv-btn .arr{transition:transform .25s var(--ease)}.ttv-btn:hover .arr{transform:translateX(4px)}.ttv-compass-line{display:flex;align-items:center;gap:18px;margin-top:40px}.ttv-compass-line .rule-h{flex:1;border-top:1px dashed var(--rule)}.ttv-compass{width:92px;height:92px;flex:0 0 auto}.ttv-compass .ring{fill:none;stroke:var(--rule);stroke-width:1}.ttv-compass .ring-in{fill:none;stroke:var(--rule-soft);stroke-width:1}.ttv-compass .needle-n{fill:var(--red)}.ttv-compass .needle-s{fill:var(--ink-40)}.ttv-compass .pt,.ttv-compass text{fill:var(--ink-60)}.ttv-compass text{font-family:var(--mono);font-size:8px;letter-spacing:.1em}.ttv-compass .n{fill:var(--red)}.ttv-compass .rose{transform-origin:60px 60px;animation:ttv-settle 6s var(--ease) infinite alternate}@keyframes ttv-settle{0%{transform:rotate(-4deg)}to{transform:rotate(3deg)}}.ttv-compass-cap{font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--ink-60);text-transform:uppercase;white-space:nowrap}.ttv-ph{position:relative;overflow:hidden;aspect-ratio:16/9;background:radial-gradient(120% 90% at 18% 12%,var(--duo-a),transparent 56%),radial-gradient(110% 100% at 85% 92%,var(--duo-b),transparent 55%),linear-gradient(155deg,var(--duo-base-1),var(--duo-base-2))}.ttv-ph:before{content:"";position:absolute;inset:0;opacity:.55;background-image:repeating-radial-gradient(circle at 30% 60%,transparent 0 26px,var(--rule-soft) 26px 27px)}.ttv-ph img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.02)}.ttv-ph .coord-tag{position:absolute;z-index:2;left:12px;bottom:10px;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;color:#f5f1e8;background:rgba(20,24,22,.55);padding:4px 8px;backdrop-filter:blur(3px)}.ttv-dcard .country-map{position:absolute;top:22px;right:20px;width:112px;height:78px;opacity:.58;pointer-events:none}.ttv-dcard .country-map path{fill:#b7b6b0;stroke:none;stroke-linejoin:round}.ttv-dcard .waypt circle{fill:none;stroke:var(--red-line);stroke-width:1}.ttv-dcard .waypt .dot{fill:var(--red);stroke:none}.ttv-dcard .waypt line{stroke:var(--red-line);stroke-width:1}.ttv-category-editorial-lanes{display:grid;gap:clamp(42px,6vw,72px);margin-bottom:clamp(48px,7vw,84px)}.ttv-category-editorial-lane{min-width:0}.ttv-editorial-lane-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:24px;border:1px solid var(--rule);background:var(--rule)}.ttv-editorial-lane-grid>*{min-width:0}@media (max-width:960px){.ttv-editorial-lane-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.ttv-editorial-lane-grid{grid-template-columns:1fr}}.ttv-g-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--rule);border-right:1px solid var(--rule);margin-top:40px}.ttv-g-grid>*{border-left:1px solid var(--rule);border-bottom:1px solid var(--rule)}.ttv-quote-grid-card{display:flex;min-height:100%;flex-direction:column;justify-content:space-between;gap:28px;padding:clamp(22px,3vw,34px);background:transparent}.ttv-quote-grid-label{color:var(--red);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.ttv-quote-grid-card blockquote{margin:auto 0;color:var(--ink);font-family:var(--heading);font-size:clamp(25px,2.3vw,34px);line-height:1.12}.ttv-quote-grid-card small{color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.ttv-editorial-spread{display:grid;grid-column:1/-1;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);height:360px;min-height:360px;margin:20px 0;background:var(--card)}.ttv-editorial-spread-image{position:relative;display:block;height:100%;min-height:0;overflow:hidden;background:var(--paper-2)}.ttv-editorial-spread-image img{display:block;width:100%;height:100%;object-fit:cover}.ttv-editorial-spread-image:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(180deg,rgba(17,20,19,.16),transparent 35%,rgba(17,20,19,.12))}.ttv-editorial-spread-meta{display:flex;flex-direction:column;justify-content:space-between;gap:28px;border-left:1px solid var(--rule);padding:clamp(24px,3vw,38px)}.ttv-editorial-spread-kicker{color:var(--red);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.ttv-editorial-spread-meta h3 a:hover{color:var(--red)}.ttv-editorial-spread-link{display:flex;justify-content:space-between;gap:12px;color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ttv-editorial-spread-link:hover{color:var(--ink)}@media (max-width:960px){.ttv-g-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.ttv-editorial-spread,.ttv-g-grid{grid-template-columns:1fr}.ttv-editorial-spread{height:auto;min-height:0}.ttv-editorial-spread-image{min-height:260px}.ttv-editorial-spread-meta{border-top:1px solid var(--rule);border-left:0}}.ttv-rank{counter-reset:r;display:flex;flex-direction:column}.ttv-rank>a{counter-increment:r;display:flex;gap:12px;padding:13px 0;border-bottom:1px dashed var(--rule);font-family:var(--sans);font-size:14px;line-height:1.4;color:var(--ink);transition:color .18s,padding-left .18s}.ttv-rank>a:before{content:"0" counter(r);color:var(--red);font-family:var(--mono);font-size:11px;flex-shrink:0;padding-top:2px}.ttv-rank>a:hover{color:var(--red);padding-left:4px}.ttv-fieldlog .ttv-lbl{color:var(--band-ink-60)}.ttv-fieldlog .ttv-sec-head{border-top-color:var(--band-ink);border-bottom-color:var(--band-rule)}.ttv-fieldlog .ttv-sec-head h2{color:var(--band-ink)}.ttv-fieldlog .ttv-fig-num{color:var(--band-red)}.ttv-field-notebook{border:1px solid var(--band-rule);padding:18px 18px 16px;background:rgba(255,255,255,.02)}.ttv-field-notebook-head,.ttv-fieldlog-subhead{display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:var(--band-ink-60);font-family:var(--mono);font-size:10px;letter-spacing:.14em}.ttv-field-notebook-lede{max-width:28ch;margin:42px 0 34px;color:var(--band-ink);font-family:var(--heading);font-size:clamp(25px,3vw,34px);line-height:1.16}.ttv-field-note-list{border-top:1px solid var(--band-rule)}.ttv-field-note-row{display:flex;flex-direction:column;gap:7px;padding:15px 0;border-bottom:1px solid var(--band-rule)}.ttv-field-note-row span,.ttv-field-notebook-foot,.ttv-fieldlog-subhead{font-family:var(--mono);font-size:10px;letter-spacing:.1em}.ttv-field-note-row span{color:var(--band-red)}.ttv-field-note-row strong{color:var(--band-ink);font-family:var(--serif);font-size:17px;font-weight:400}.ttv-field-notebook-foot{margin:16px 0 0;color:var(--band-ink-60);line-height:1.6;letter-spacing:.04em}.ttv-fieldlog-subhead{margin-bottom:12px;color:var(--band-ink-60)}.ttv-fl-map{border:1px solid var(--band-rule);padding:18px 18px 14px;background:rgba(255,255,255,.02)}.ttv-fl-map .head{display:flex;justify-content:space-between;font-family:var(--mono);font-size:10px;letter-spacing:.14em;color:var(--band-ink-60);margin-bottom:12px}.ttv-fl-map svg{width:100%;height:auto;display:block}.ttv-fl-map .grid-line{stroke:var(--band-rule);stroke-width:.6}.ttv-fl-map .frame{stroke:var(--band-rule);fill:none;stroke-width:1}.ttv-fl-map .land{fill:rgba(232,140,118,.07);stroke:rgba(232,140,118,.35);stroke-width:1}.ttv-fl-map .contour{fill:none;stroke:var(--band-rule);stroke-width:1}.ttv-fl-map .route{fill:none;stroke:var(--band-red);stroke-width:1.8;stroke-dasharray:6 6;animation:ttv-dashmove 22s linear infinite}@keyframes ttv-dashmove{to{stroke-dashoffset:-480}}.ttv-fl-map .pin{fill:var(--band-red)}.ttv-fl-map .pin-ring{fill:none;stroke:var(--band-red);stroke-width:1;opacity:.6;animation:ttv-ping 2.6s var(--ease) infinite}@keyframes ttv-ping{0%{opacity:.7}70%{opacity:0}to{opacity:0}}.ttv-fl-map text{font-family:var(--mono);font-size:9px;fill:var(--band-ink-60);letter-spacing:.08em}.ttv-fl-map .callout{fill:var(--band-red);font-size:9.5px}.ttv-fl-map .foot{margin-top:10px;padding-top:10px;border-top:1px dashed var(--band-rule);font-family:var(--mono);font-size:10px;color:var(--band-ink-60);line-height:1.6}.ttv-fl-map .foot b{color:var(--band-red);font-weight:500}.ttv-post-hero{padding:clamp(28px,4vw,52px) 0 0;position:relative;z-index:1}.ttv-post-hero-edit{position:fixed;right:24px;bottom:24px;z-index:50}@media (max-width:767px){.ttv-post-hero-edit{right:16px;bottom:16px}}.ttv-hero-map{position:absolute;top:18px;right:70px;width:clamp(250px,28vw,360px);height:clamp(170px,18vw,230px);overflow:hidden;pointer-events:none;z-index:0}.ttv-hero-map--interactive{pointer-events:auto;z-index:2}.ttv-hero-map svg{position:absolute;inset:0;width:100%;height:100%;opacity:1}.ttv-hero-map .land{fill:var(--ink);opacity:.1}html[data-theme=dark] .ttv-hero-map .land{opacity:.16}.ttv-hero-map .g{stroke:var(--rule-soft);stroke-width:.7;opacity:.5}.ttv-hero-map .route{stroke:var(--red);stroke-width:1.25;stroke-dasharray:4 4;opacity:.8}.ttv-hero-map .pin{fill:#c3432d}.ttv-hero-map .ring{fill:var(--ink);stroke:var(--ink);stroke-width:1}.ttv-hero-map .pin-label{fill:var(--paper);font-family:var(--mono);font-size:4.2px;font-weight:700;pointer-events:none}.ttv-hero-map .location-point{cursor:pointer;pointer-events:auto}.ttv-category-location-map .pin-hover-label,.ttv-hero-map .pin-hover-label,.ttv-locator .pin-hover-label{opacity:0;pointer-events:none;transition:opacity .18s var(--ease)}.ttv-category-location-map .location-point:hover .pin-hover-label,.ttv-category-location-map a:focus-visible .pin-hover-label,.ttv-hero-map .location-point:hover .pin-hover-label,.ttv-hero-map a:focus-visible .pin-hover-label,.ttv-locator .location-point:hover .pin-hover-label,.ttv-locator a:focus-visible .pin-hover-label{opacity:1}.ttv-category-location-map .pin-hover-label.is-visible,.ttv-hero-map .pin-hover-label.is-visible,.ttv-locator .pin-hover-label.is-visible{opacity:1;isolation:isolate}.ttv-hero-map svg:has(.pin-hover-label.is-visible) .pin-hover-label-inline{opacity:0}.ttv-category-location-map svg:has(.pin-hover-label.is-visible) .pin-hover-label-inline,.ttv-locator svg:has(.pin-hover-label.is-visible) .pin-hover-label-inline{opacity:0}.ttv-category-location-map .pin-hover-label-bg,.ttv-hero-map .pin-hover-label-bg,.ttv-locator .pin-hover-label-bg{fill:var(--ink)}.ttv-category-location-map .pin-hover-label-text,.ttv-hero-map .pin-hover-label-text,.ttv-locator .pin-hover-label-text{fill:var(--paper);font-family:var(--mono);font-size:5.8px;font-weight:500;letter-spacing:-.02em;pointer-events:none}.ttv-locator .pin-hover-label-text{font-size:7px;letter-spacing:-.03em}.ttv-hero-map .coords{position:absolute;right:2px;top:2px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--ink-40);white-space:nowrap}.ttv-crumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px}.ttv-crumb-item{color:var(--ink-60);font-family:var(--header-sans);font-size:13px;font-weight:600;letter-spacing:.045em;line-height:1.2;text-transform:uppercase}.ttv-crumb-item.ttv-crumb-current,.ttv-crumb-item:hover{color:var(--red)}.ttv-crumb .sep{color:var(--ink-40);font-family:var(--mono);font-size:13px}.ttv-cat-chip{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--red);border:1px solid var(--red-line);padding:5px 12px;background:var(--red-dim)}.ttv-post-hero h1{font-size:clamp(33px,5vw,56px);font-weight:600;max-width:22ch;letter-spacing:-.012em;line-height:1.06}.ttv-standfirst{margin-top:24px;max-width:60ch;color:var(--ink);font-family:var(--body);font-size:clamp(16.5px,1.7vw,19px);line-height:1.62;border-left:2px solid var(--red);padding-left:20px}.ttv-rail{position:relative}.ttv-rail-inner{position:sticky;top:86px}.ttv-rail .ttv-lbl{display:block;margin-bottom:18px}.ttv-route{list-style:none;position:relative;padding-left:0;margin:0}.ttv-route li{position:relative;margin-bottom:2px}.ttv-route a{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:baseline;padding:7px 0;font-family:var(--mono);font-size:11.5px;letter-spacing:.04em;color:var(--ink-60);line-height:1.4;transition:color .25s var(--ease);overflow-wrap:break-word}.ttv-route a:hover,.ttv-route li.active a{color:var(--red)}.ttv-route li.active .wp-num{position:relative}.ttv-route .wp-num{color:var(--ink-40);font-size:10px;text-align:left}.ttv-route li.active .wp-num{color:var(--red)}.ttv-rail-foot{margin-top:24px;padding-top:14px;border-top:1px dashed var(--rule);font-family:var(--mono);font-size:10px;line-height:1.7;color:var(--ink-40);letter-spacing:.06em}.ttv-rail-foot b{color:var(--red);font-weight:500}.ttv-locator{margin-top:22px;border:1px solid var(--rule);background:var(--card);padding:12px 12px 10px}.ttv-locator .head{display:flex;justify-content:space-between;gap:8px;font-family:var(--mono);font-size:9px;letter-spacing:.12em;color:var(--ink-40);margin-bottom:8px}.ttv-locator svg{width:100%;height:auto;display:block}.ttv-locator .g{stroke:var(--rule-soft);stroke-width:1}.ttv-locator .land{fill:var(--red-dim);stroke:var(--red-line);stroke-width:1}.ttv-locator .route{fill:none;stroke:var(--red);stroke-width:1.6;stroke-dasharray:5 5;animation:ttv-dashmove 22s linear infinite}.ttv-locator .pin{fill:#c3432d}.ttv-locator .ring{fill:none;stroke:var(--red);stroke-width:1;opacity:.6;animation:ttv-ping 2.6s var(--ease) infinite}.ttv-category-location-map .pin-label,.ttv-locator .pin-label{fill:var(--paper);font-family:var(--mono);font-size:4.2px;font-weight:700;pointer-events:none}.ttv-category-location-map .location-point,.ttv-locator .location-point{cursor:pointer}.ttv-locator .foot{margin-top:8px;padding-top:8px;border-top:1px dashed var(--rule);font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;color:var(--ink-60);line-height:1.5}.ttv-locator .foot b{color:var(--red);font-weight:500}@media (max-width:900px){.ttv-rail-inner{position:static}.ttv-rail{border:1px solid var(--rule);background:var(--card);padding:20px 22px 16px}}.ttv-article{max-width:63ch}.ttv-article-wide,.ttv-article-wide>.article-body{max-width:none}.ttv .ttv-article .article-body{font-family:var(--body);font-size:17.5px;line-height:1.7;color:var(--ink)}.ttv .ttv-article .article-body h2{font-family:var(--heading);font-weight:500;font-size:clamp(25px,3.1vw,34px);line-height:1.14;margin:68px 0 22px;scroll-margin-top:90px;color:var(--ink)}.ttv .ttv-article .article-body h2:first-child{margin-top:0}.ttv .ttv-article .article-body h3{font-family:var(--heading);font-weight:500;font-size:clamp(20px,2.3vw,25px);line-height:1.2;margin:46px 0 16px;color:var(--ink)}.ttv-heading-wp{display:block;margin-bottom:14px;color:var(--red);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.14em;line-height:1;text-transform:uppercase}.ttv .ttv-article .article-body p{margin:0 0 20px;line-height:1.7}.ttv .ttv-article .article-body a{color:var(--red);border-bottom:0;text-decoration-line:underline;text-decoration-thickness:1px;text-decoration-color:var(--red-line);text-underline-offset:3px}.ttv .ttv-article .article-body a:hover{background:var(--red-dim);text-decoration-color:var(--red)}.ttv .ttv-article .article-body ol,.ttv .ttv-article .article-body ul{margin:0 0 18px;padding-left:1.35em;list-style-position:outside}.ttv .ttv-article .article-body li{margin-bottom:10px;line-height:1.7}.ttv .ttv-article .article-body li>p{margin:0}.ttv .ttv-article .article-body li::marker{color:var(--red)}.ttv .ttv-article .article-body strong{color:var(--ink);font-weight:600}.ttv .ttv-article .article-body a b,.ttv .ttv-article .article-body a strong{color:inherit}.ttv-auto-transport-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:30px 0 28px}.ttv-auto-transport-grid.ttv-auto-transport-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-auto-transport-card{min-width:0;min-height:244px;border:0;border-radius:14px;background:rgb(243 241 237);padding:22px}.ttv-auto-transport-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.ttv-auto-transport-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:#7d737217;color:var(--red);line-height:1}.ttv-auto-transport-icon svg{display:block}.ttv-auto-transport-number{color:var(--ink-60);font-family:var(--mono);font-size:11px;letter-spacing:.14em}.ttv .ttv-article .article-body .ttv-auto-transport-card h3{margin:0 0 16px;color:var(--ink);font-family:var(--heading);font-size:21px;font-weight:500;line-height:1.2}.ttv-auto-transport-copy{color:var(--ink-60);font-family:var(--header-sans);font-size:13.5px;line-height:1.7}.ttv-auto-transport-copy b,.ttv-auto-transport-copy strong{color:var(--ink);font-weight:600}.ttv .ttv-article .article-body .editorial-note,.ttv .ttv-article .article-body .editorial-stat{margin:34px 0}.ttv .ttv-article .article-body .editorial-stat{border-radius:0;background:transparent}.ttv .ttv-article .article-body .editorial-note{border-radius:14px;background:#f3f1ed}.ttv .ttv-article .article-body .editorial-stat{position:relative;display:block;border-top:1px solid var(--ink);border-bottom:1px solid rgba(22,22,20,.22);padding:27px 0 24px}.ttv .ttv-article .article-body .editorial-stat:before{position:absolute;top:-1px;left:0;width:38px;height:3px;background:var(--red);content:""}.editorial-stat-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,27%);gap:30px;align-items:end}.editorial-stat-copy,.editorial-stat-value{min-width:0}.editorial-stat-copy{display:flex;justify-content:center;flex-direction:column}.editorial-note-tag,.editorial-stat-eyebrow,.editorial-stat-value small,.editorial-stat-value span{color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.editorial-stat-eyebrow{position:absolute;top:10px;left:0;display:block;margin:0;color:var(--red)}.ttv .ttv-article .article-body .editorial-stat-copy h3{margin:10px 0 9px;color:var(--ink);font-family:var(--heading);font-size:23px;font-weight:500;line-height:1.15}.ttv .ttv-article .article-body .editorial-stat-copy p{max-width:620px;margin:0;color:var(--ink-60);font-family:var(--header-sans);font-size:13px;line-height:1.55}.editorial-stat-value{display:flex;min-height:92px;align-items:flex-start;justify-content:center;flex-direction:column;border-left:1px solid rgba(22,22,20,.22);border-radius:0;background:transparent;padding:4px 0 4px 26px;text-align:left}.editorial-stat-value strong{color:var(--red);font-family:var(--mono);font-size:clamp(27px,3vw,34px);font-weight:500;line-height:1}.editorial-stat-value span{margin-top:7px;color:var(--ink);font-family:var(--header-sans);font-size:9px;font-weight:600;letter-spacing:.04em}.editorial-stat-value small{margin-top:7px;color:var(--ink-60);font-family:var(--header-sans);font-size:11px;letter-spacing:0;text-transform:none}.ttv .ttv-article .article-body .editorial-note{position:relative;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;column-gap:14px;gap:14px;padding:26px 32px}.editorial-note-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--ink);color:var(--paper)}.editorial-note-icon svg{display:block;width:16px;height:16px;fill:none;stroke-width:1.7}.editorial-note-icon-map-pin svg{fill:currentColor}.editorial-note-icon-map-pin svg path{fill:currentColor;stroke:currentColor}.editorial-note-icon-map-pin svg circle{fill:var(--ink);stroke:var(--paper);stroke-width:1.5}.editorial-note-copy{min-width:0}.ttv .ttv-article .article-body .editorial-note p{margin:0;color:var(--ink);font-family:var(--header-sans);font-size:16px;line-height:1.6}.editorial-note-icon-shirt svg{width:17px;height:17px}.editorial-note-tag{color:#ffffff;font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;background:#c2402a;padding:1px 5px;font-size:10px;line-height:1.4;position:absolute;top:0;left:74px;transform:translateY(-50%);border-radius:2px}.ttv .ttv-article .article-body .editorial-tips{margin:42px 0;border-top:1px solid var(--ink);border-bottom:1px solid rgba(22,22,20,.22);padding:26px 0 28px}.editorial-tips-head{max-width:670px;margin-bottom:22px}.editorial-tips-eyebrow{color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.ttv .ttv-article .article-body .editorial-tips-head h2,.ttv .ttv-article .article-body .editorial-tips-head h3{margin:9px 0 8px;color:var(--ink);font-family:var(--heading);font-size:25px;font-weight:500;line-height:1.15}.ttv .ttv-article .article-body .editorial-tips-head p{margin:0;color:var(--ink);font-family:var(--body);font-size:17.5px;line-height:1.7}.ttv .ttv-article .article-body .editorial-heading-index{display:inline-block;margin-right:12px;color:var(--red);font-family:var(--mono);font-size:11px;font-weight:400;letter-spacing:.12em;vertical-align:middle}.editorial-tips-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.editorial-tips-grid.editorial-tips-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-tips-grid.editorial-tips-grid-five{grid-template-columns:repeat(6,minmax(0,1fr))}.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card{grid-column:span 2}.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card:nth-child(4){grid-column:1/span 3}.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card:nth-child(5){grid-column:4/span 3}.editorial-tip-card{min-width:0;border-radius:10px;background:#f3f1ed;padding:19px 20px 20px}.editorial-tip-index{display:inline-block;color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.12em}.editorial-tip-topline{display:flex;align-items:center;justify-content:space-between;min-height:20px;margin-bottom:13px}.editorial-tip-icon{display:inline-flex;color:var(--red)}.editorial-tip-icon svg{width:18px;height:18px;stroke-width:1.7}.editorial-quick-facts{position:relative;margin:38px 0 44px;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);background:rgba(243,241,237,.62);padding:0 18px 4px}.editorial-quick-facts:before{position:absolute;top:-1px;left:0;width:42px;height:3px;background:var(--red);content:""}.editorial-quick-facts-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--rule);padding:13px 2px 11px}.editorial-quick-fact-index,.editorial-quick-facts-eyebrow,.editorial-quick-facts-meta{color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.editorial-quick-facts-meta{color:var(--ink-60);letter-spacing:.08em}.editorial-quick-facts-list{margin:0;padding:0 2px;list-style:none}.editorial-quick-facts-list li{display:grid;grid-template-columns:32px minmax(145px,.3fr) 1fr;gap:12px;align-items:baseline;border-bottom:1px solid rgba(34,34,31,.12);padding:14px 0 13px;color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.45}.editorial-quick-facts-list li:last-child{border-bottom:0}.editorial-quick-facts-list strong{font-weight:700}.editorial-quick-fact-value{min-width:0}.editorial-route-profile{margin:38px 0 44px;border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);background:#f5f3ef}.editorial-route-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.editorial-route-profile-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-route-profile-card{display:flex;flex-direction:column;position:relative;min-width:0;min-height:210px;border-right:1px solid var(--rule);padding:17px 22px 16px}.editorial-route-profile-card:last-child{border-right:0}.editorial-route-profile-card:before{position:absolute;top:-1px;left:0;width:32px;height:3px;background:var(--red);content:""}.editorial-route-profile-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:21px}.editorial-route-profile-topline>span{color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.1em}.editorial-route-profile-topline>b{border-radius:4px;background:#f1eee8;padding:4px 8px;color:var(--ink-60);font-family:var(--mono);font-size:9px;font-weight:400;letter-spacing:.1em;line-height:1;text-transform:uppercase}.editorial-route-profile-card-difficulty .editorial-route-profile-topline>b{background:#e8f2f1;color:#147978}.editorial-route-profile-card-transit .editorial-route-profile-topline>b{background:#faece8;color:var(--red)}.editorial-route-profile-label{display:block;margin-top:20px;margin-bottom:20px;color:var(--ink-60);font-family:var(--mono);font-size:10px;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.editorial-route-profile-measure{display:flex;align-items:baseline;gap:8px;margin-top:0;min-height:36px;color:var(--ink);font-family:var(--heading);line-height:1}.editorial-route-profile-difficulty>strong,.editorial-route-profile-measure strong{font-size:32px;font-weight:500;line-height:1}.editorial-route-profile-difficulty>strong{min-height:36px;color:var(--ink);font-family:var(--heading)}.editorial-route-profile-measure span{color:#147978;font-family:var(--mono);font-size:15px;font-weight:600;letter-spacing:.04em}.editorial-route-profile-distance-description{color:var(--ink);font-family:var(--header-sans);font-size:13px;font-weight:400;line-height:1.4;margin-top:8px}.editorial-route-profile-card-difficulty>.editorial-route-profile-difficulty,.editorial-route-profile-card-distance>.editorial-route-profile-distance{display:flex;flex:1;flex-direction:column}.editorial-route-profile-detail-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--rule)}.editorial-route-profile-detail-row-four{grid-template-columns:repeat(4,minmax(0,1fr))}.editorial-route-profile-detail-item{min-width:0;border-right:1px solid var(--rule);padding:15px 22px 17px}.editorial-route-profile-detail-item:last-child{border-right:0}.editorial-route-profile-detail-label{display:block;margin-bottom:8px;color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.editorial-route-profile-detail-item p{margin:0;color:var(--ink);font-family:var(--header-sans);font-size:13px;line-height:1.4}.editorial-route-profile-foot{display:flex;align-items:center;gap:7px;margin-top:auto;border-top:1px solid var(--rule);padding-top:12px;color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.editorial-route-profile-foot>span:first-child{color:#147978;font-size:15px;line-height:.6}.editorial-route-profile-difficulty>strong{display:block;margin-top:0;text-transform:capitalize}.editorial-route-profile-bar{display:block;height:7px;margin-top:12px;margin-bottom:14px;overflow:hidden;border-radius:999px;background:#e8e4dc}.editorial-route-profile-bar i{display:block;height:100%;border-radius:inherit;background:#147978}.editorial-route-profile-level{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;border-top:1px solid var(--rule);padding-top:12px;color:#147978;font-family:var(--mono);font-size:9px;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.editorial-route-profile-level b{font-weight:500}.editorial-route-profile-transit{margin-top:0}.editorial-route-profile-step{margin-top:18px}.editorial-route-profile-step:first-child{margin-top:0}.editorial-route-profile-step-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.editorial-route-profile-step-head span{grid-column:1;grid-row:1;min-width:0}.editorial-route-profile-step-head b{grid-column:2;grid-row:1;color:#147978;font-family:var(--mono);font-size:9px;font-weight:500;white-space:nowrap}.editorial-route-profile-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.editorial-route-profile-chips span{min-width:28px;border-radius:3px;background:#202a2f;padding:5px 7px;color:#fff;font-family:var(--mono);font-size:11px;font-weight:600;text-align:center}.editorial-route-profile-step:nth-child(2) .editorial-route-profile-chips span{background:var(--red)}.editorial-route-profile-step small{display:block;margin-top:7px;color:var(--ink);font-family:var(--header-sans);font-size:13px;font-style:normal;line-height:1.35}.editorial-route-profile-chips p{margin:0;color:var(--ink);font-family:var(--header-sans);font-size:13px;line-height:1.4}.editorial-route-profile-detail{margin-top:30px;color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.5}.ttv .ttv-article .article-body .editorial-tip-card h4{margin:0 0 7px;color:var(--ink);font-family:var(--heading);font-size:21px;font-weight:500;line-height:1.2}.ttv .ttv-article .article-body .editorial-tip-card p{margin:0;color:var(--ink-60);font-family:var(--header-sans);font-size:13.5px;line-height:1.6}.ttv .ttv-article .article-body .editorial-pricing,.ttv .ttv-article .article-body .editorial-routes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:34px 0}.ttv .ttv-article .article-body .editorial-pricing-card,.ttv .ttv-article .article-body .editorial-route-card{min-width:0;border-radius:14px;background:#f3f1ed;padding:24px}.editorial-pricing-head,.editorial-route-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.editorial-pricing-head span,.editorial-route-meta span{border-radius:4px;background:var(--red);padding:4px 8px;color:#fff;font-family:var(--header-sans);font-size:11px;font-weight:600;letter-spacing:.06em;line-height:1;text-transform:uppercase}.editorial-route-meta small{color:var(--ink-60);font-family:var(--mono);font-size:10px;letter-spacing:.03em}.ttv .ttv-article .article-body .editorial-route-card h3{margin:16px 0 7px;color:var(--ink);font-family:var(--heading);font-size:24px;font-weight:500;line-height:1.15}.ttv .ttv-article .article-body .editorial-pricing-card p,.ttv .ttv-article .article-body .editorial-route-card p{margin:0;color:var(--ink-60);font-family:var(--header-sans);font-size:14px;line-height:1.7}.ttv .ttv-article .article-body .editorial-pricing-card:not(.is-featured) p{color:var(--ink)}.ttv .ttv-article .article-body .editorial-pricing-card.is-featured{background:#a11616;color:#fff}.ttv .ttv-article .article-body .editorial-pricing-card.is-featured .editorial-pricing-head span{background:transparent;padding-left:0;color:#ffd36a}.editorial-pricing-head b{border-radius:999px;background:#fff;padding:5px 9px;color:#a11616;font-family:var(--header-sans);font-size:11px;white-space:nowrap}.editorial-pricing-price{margin:12px 0 10px;color:var(--ink);font-family:var(--heading)}.editorial-pricing-price strong{font-size:38px;font-weight:500;line-height:1}.editorial-pricing-price small{font-size:16px}.ttv .ttv-article .article-body .editorial-pricing-card.is-featured .editorial-pricing-price,.ttv .ttv-article .article-body .editorial-pricing-card.is-featured .editorial-pricing-price small,.ttv .ttv-article .article-body .editorial-pricing-card.is-featured .editorial-pricing-price strong,.ttv .ttv-article .article-body .editorial-pricing-card.is-featured p{color:#fff}.ttv .ttv-article .article-body .editorial-pricing-card ul{margin:20px 0 0;padding:0;list-style:none;list-style-position:outside;list-style-type:none;color:var(--ink);font-family:var(--header-sans);font-size:14px;letter-spacing:-.01em;line-height:1.7;text-align:left}.ttv .ttv-article .article-body .editorial-pricing-card li{display:flex;align-items:baseline;gap:8px;list-style:none;margin-bottom:5px}.ttv .ttv-article .article-body .editorial-pricing-card li:last-child{margin-bottom:0}.ttv .ttv-article .article-body .editorial-pricing-card li::marker{content:""}.ttv .ttv-article .article-body .editorial-pricing-card li:before{content:"✓";display:inline-flex;flex:0 0 15px;align-items:center;justify-content:center;width:15px;height:15px;border:1px solid;border-radius:50%;color:var(--sea);font-size:10px;line-height:1}.ttv .ttv-article .article-body .editorial-pricing-card.is-featured li{color:#fff}.ttv .ttv-article .article-body .editorial-pricing-card.is-featured li:before{color:#ffd36a}.ttv .ttv-article .article-body blockquote{margin:42px 0;padding:28px 30px 24px;background:var(--red-dim);border-left:2px solid var(--red);font-family:var(--serif);font-size:clamp(18px,2.2vw,22px);line-height:1.45;color:var(--ink);position:relative}.ttv .ttv-article .article-body blockquote:before{content:"◆ FIELD NOTE";position:absolute;top:-9px;left:18px;background:var(--paper);padding:0 10px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:var(--red)}.ttv .ttv-article .article-body blockquote p{margin:0 0 8px;line-height:1.45}.ttv .ttv-article .article-body blockquote p:last-child{margin-bottom:0}.ttv .ttv-article .article-body blockquote cite,.ttv .ttv-article .article-body blockquote em{display:block;margin-top:12px;font-style:normal;font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;color:var(--ink-60)}.ttv .ttv-article .article-body img{border:1px solid #000}.ttv .ttv-article .article-body .article-figure{--ttv-article-image-bleed:30px;--ttv-article-image-left-bleed:30px;position:relative;width:calc(100% + var(--ttv-article-image-bleed) + var(--ttv-article-image-left-bleed));max-width:none;overflow:visible;margin:56px 0 60px;margin-left:calc(-1 * var(--ttv-article-image-left-bleed));margin-right:calc(-1 * var(--ttv-article-image-bleed))}.ttv-article-figure-slug{position:absolute;top:14px;left:14px;z-index:2;border:0;padding:4px 8px;background:rgba(18,22,21,.76);color:#fff;font-family:var(--mono);font-size:8.5px;letter-spacing:.1em;line-height:1.1;text-transform:uppercase;backdrop-filter:blur(4px)}.ttv .ttv-article .article-body .article-figure .article-img,.ttv .ttv-article .article-body .article-figure img{display:block;box-sizing:border-box;width:100%!important;max-width:none;height:auto;aspect-ratio:16/9;object-fit:cover;margin:0;vertical-align:top}.ttv .ttv-article .article-body .article-figure figcaption{position:absolute;right:0;bottom:0;left:0;box-sizing:border-box;display:flex;align-items:center;width:100%;min-height:0;padding:6px 16px 7px;margin-left:0;margin-top:0;border-left:0;background:rgba(0,0,0,.58);font-family:var(--mono);font-size:11px;font-style:normal;line-height:1.35;letter-spacing:.015em;text-align:left;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.ttv .ttv-article .article-body .article-figure+h2{margin-top:30px}.ttv .ttv-article .article-body .article-figure:has(+h2){margin-bottom:60px}@media (max-width:900px){.editorial-route-profile-grid,.editorial-route-profile-grid.editorial-route-profile-grid-two{grid-template-columns:1fr}.editorial-route-profile-card{min-height:0;border-right:0;border-bottom:1px solid var(--rule)}.editorial-route-profile-card:last-child{border-bottom:0}.editorial-route-profile-detail-row{grid-template-columns:1fr}.editorial-route-profile-detail-item{border-right:0;border-bottom:1px solid var(--rule)}.editorial-route-profile-detail-item:last-child{border-bottom:0}.editorial-stat-main,.ttv-auto-transport-grid,.ttv-auto-transport-grid.ttv-auto-transport-grid-two{grid-template-columns:1fr}.editorial-stat-value{min-height:0;margin-top:18px;border-top:1px solid rgba(22,22,20,.22);border-left:0;padding:17px 0 0}.editorial-note{align-items:flex-start}.ttv-article-wide>.article-body{max-width:none}.ttv .ttv-article .article-body .article-figure{--ttv-article-image-bleed:0px;--ttv-article-image-left-bleed:0px;width:100%;margin-right:0;margin-left:0}.ttv .ttv-article .article-body .article-figure figcaption{position:absolute;right:0;bottom:0;left:0;width:100%;min-height:0;padding:6px 12px 7px;margin-left:0;text-align:left}.ttv .ttv-article .article-body .article-figure+h2{margin-top:42px}}@media (max-width:640px){.editorial-quick-facts-list li{grid-template-columns:27px 1fr;gap:7px}.editorial-quick-facts-list li>.editorial-quick-fact-value,.editorial-quick-facts-list li>strong{grid-column:2}.editorial-tips-grid,.editorial-tips-grid.editorial-tips-grid-five,.editorial-tips-grid.editorial-tips-grid-three{grid-template-columns:1fr}.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card,.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card:nth-child(4),.editorial-tips-grid.editorial-tips-grid-five>.editorial-tip-card:nth-child(5){grid-column:auto}.ttv .ttv-article .article-body .editorial-pricing,.ttv .ttv-article .article-body .editorial-routes{grid-template-columns:1fr}}@media (min-width:901px){.ttv .ttv-article-wide>.article-body .article-figure{--ttv-article-image-bleed:30px!important}}.ttv .ttv-article .article-body .ttv-table-scroll{overflow-x:auto;margin:26px 0 34px;border:1px solid var(--rule);border-radius:6px;background:var(--card)}.ttv .ttv-article .article-body table{border-collapse:collapse;width:100%;min-width:560px;margin:0;background:var(--card);font-family:var(--sans)}.ttv .ttv-article .article-body thead th{background:#f3f1ed;color:var(--ink);text-align:left;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;padding:12px 16px;border:0}.ttv .ttv-article .article-body tbody td+td,.ttv .ttv-article .article-body thead th+th{border-left:1px solid var(--rule-soft)}.ttv .ttv-article .article-body tbody td{padding:13px 16px;border:0;border-bottom:1px solid var(--rule-soft);font-size:14.5px;vertical-align:top;color:var(--ink)}.ttv .ttv-article .article-body tbody tr:last-child td{border-bottom:0}.ttv .ttv-article .article-body tr:nth-child(2n) td{background:color-mix(in srgb,var(--card) 55%,#f3f1ed 45%)}.ttv .ttv-article .article-body tbody tr:hover{background:transparent}.ttv .ttv-article .article-body tbody td:first-child{font-weight:700}.ttv .ttv-article .article-body tbody td strong{color:var(--ink);font-weight:700}html[data-theme=dark] .ttv .ttv-article .article-body thead th{background:color-mix(in srgb,var(--card) 80%,var(--ink) 20%)}html[data-theme=dark] .ttv .ttv-article .article-body tr:nth-child(2n) td{background:color-mix(in srgb,var(--card) 65%,var(--ink) 35%)}.ttv-manifest{border:1px solid var(--ink);background:var(--card);margin:0;position:relative}.ttv-manifest:before{top:-1px;left:-1px;border-top:2px solid var(--red);border-left:2px solid var(--red)}.ttv-manifest:after,.ttv-manifest:before{content:"";position:absolute;width:14px;height:14px}.ttv-manifest:after{bottom:-1px;right:-1px;border-bottom:2px solid var(--red);border-right:2px solid var(--red)}.ttv-manifest-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;padding:16px 22px 12px;border-bottom:1px dashed var(--rule)}.ttv-manifest-head .compass{color:var(--red);font-size:13px}.ttv-manifest-foot{padding:10px 22px;border-top:1px dashed var(--rule);font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--ink-40)}.ttv-manifest-field{background:#f3f1ed!important}.ttv-post-footer-row .ttv-report-trigger{margin-top:0}.ttv .ad-frame,.ttv .ad-wrap{margin:40px 0}.ttv .ad-label{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.16em;color:var(--ink-40);margin-bottom:10px}.ttv .injected-ad{border:1px solid var(--ink);border-radius:0;background:var(--card)}.ttv-post-body-wrap{padding:clamp(44px,6vw,72px) 0 clamp(48px,6vw,80px)}.ttv-xp{position:relative;overflow:hidden;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);min-height:clamp(440px,56vw,620px);display:flex;align-items:stretch;background:var(--band)}.ttv-xp-bg{z-index:0}.ttv-xp-bg,.ttv-xp-img{position:absolute;inset:0}.ttv-xp-img{opacity:0;transition:opacity .7s var(--ease)}.ttv-xp-img.on{opacity:1}.ttv-xp-img img{filter:saturate(.9) contrast(1.02)}.ttv-xp-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,17,25,.92),rgba(13,17,25,.72) 44%,rgba(13,17,25,.35)),linear-gradient(0deg,rgba(13,17,25,.6),transparent 40%)}.ttv-xp-inner{position:relative;z-index:1;align-self:center;padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(40px,6vw,64px);width:100%}.ttv-xp-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:14px 0 12px;border-top:1px solid rgba(233,228,214,.34);border-bottom:1px solid rgba(233,228,214,.16);flex-wrap:wrap}.ttv-xp-head h2{font-size:clamp(23px,2.9vw,32px);color:#f5f1e8}.ttv-xp-head .ttv-lbl{color:rgba(245,241,232,.6)}.ttv-xp-head .ttv-fig-num{color:var(--band-red)}.ttv-xp-body{max-width:640px;margin-top:clamp(28px,5vw,52px);color:#f5f1e8}.ttv-xp-idx{font-family:var(--mono);font-size:11px;letter-spacing:.18em;color:var(--band-red)}.ttv-xp-cat{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(245,241,232,.7);border:1px solid rgba(245,241,232,.3);padding:4px 10px;margin-left:12px}.ttv-xp-body h3{font-family:var(--heading);font-size:clamp(30px,4.4vw,52px);line-height:1.08;margin:20px 0 16px;color:#f7f3ea;max-width:18ch}.ttv-xp-body h3 a:hover{color:var(--band-red)}.ttv-xp-body p{font-family:var(--body);font-size:clamp(15px,1.6vw,17px);line-height:1.6;color:rgba(245,241,232,.82);max-width:52ch}.ttv-xp-actions{display:flex;align-items:center;gap:20px;margin-top:28px;flex-wrap:wrap}.ttv-xp-actions .ttv-btn.primary{background:#f5f1e8;color:var(--band);border-color:#f5f1e8}.ttv-xp-actions .ttv-btn.primary:hover{background:var(--band-red);border-color:var(--band-red);color:#fff}.ttv-xp-meta{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;color:rgba(245,241,232,.6)}.ttv-xp-nav{display:flex;align-items:center;gap:16px;margin-top:clamp(32px,5vw,52px)}.ttv-xp-nav button{width:46px;height:46px;border:1px solid rgba(245,241,232,.4);background:transparent;color:#f5f1e8;font-family:var(--mono);font-size:18px;cursor:pointer;transition:.25s var(--ease)}.ttv-xp-nav button:hover{background:var(--band-red);border-color:var(--band-red);color:#fff}.ttv-xp-count{font-family:var(--mono);font-size:12px;letter-spacing:.12em;color:rgba(245,241,232,.7)}.ttv-xp-dots{display:flex;gap:8px;margin-top:22px}.ttv-xp-dots button{width:26px;height:3px;border:0;padding:0;background:rgba(245,241,232,.28);cursor:pointer;transition:background .25s var(--ease)}.ttv-xp-dots button.on{background:var(--band-red)}@media (max-width:640px){.ttv-xp-cat{margin-left:0;display:inline-block;margin-top:8px}}.ttv-news-box:before{content:"DISPATCH · NL-01";position:absolute;top:-9px;left:24px;background:var(--paper);padding:0 10px;font-family:var(--mono);font-size:10px;letter-spacing:.16em;color:var(--red)}html[data-theme=dark] .ttv .ttv-news-box,html[data-theme=dark] .ttv .ttv-news-form{border-color:rgba(233,228,214,.28)}.ttv-cat-head{padding:calc(64px + clamp(36px, 5vw, 60px)) 0 0;position:relative}.ttv-cat-head .inner{border-top:1px solid var(--ink);border-bottom:1px solid var(--rule);padding:22px 0 24px}.ttv-cat-head h1{font-size:clamp(30px,5vw,52px);line-height:1.08}.ttv-category-location-map{position:relative;margin-top:24px;border:1px solid var(--rule);background:color-mix(in srgb,var(--card) 92%,transparent);padding:14px}.ttv-category-location-map .head{display:flex;justify-content:space-between;gap:16px;margin-bottom:8px;color:var(--ink-40);font-family:var(--mono);font-size:9px;letter-spacing:.12em}.ttv-category-location-map svg{display:block;width:100%;max-height:310px}.ttv-category-location-map .g{stroke:var(--rule-soft);stroke-width:.8}.ttv-category-location-map .land{fill:var(--red-dim);stroke:var(--red-line);stroke-width:.8}.ttv-category-location-map .pin{fill:#c3432d}.ttv-category-location-map .ring{fill:var(--paper);stroke:var(--red);stroke-width:1;transition:r .2s var(--ease)}.ttv-category-location-map a:hover .ring{r:9px}.ttv-cat-desc{margin-top:14px;max-width:60ch;color:var(--ink-60);font-size:16px;line-height:1.65}.ttv-cat-meta{margin-top:16px;font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-60);display:flex;align-items:center;gap:16px}.ttv-taxonomy-filters{margin-bottom:28px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:color-mix(in srgb,var(--card) 78%,transparent);transition:opacity .2s ease}.ttv-taxonomy-filters.is-pending{opacity:.58}.ttv-category-snapshot{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:30px}.ttv-category-snapshot-card{display:flex;min-height:142px;flex-direction:column;border:1px solid var(--rule);padding:16px;background:var(--card)}.ttv-category-snapshot-label{display:flex;align-items:center;gap:7px;color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}.ttv-category-snapshot-label span{color:var(--red);font-size:14px}.ttv-category-snapshot-card strong{margin-top:auto;font-family:var(--heading);font-size:clamp(20px,2vw,27px);line-height:1.08;overflow-wrap:anywhere}.ttv-category-snapshot-card small{margin-top:8px;color:var(--ink-60);font-size:11px;line-height:1.45}.ttv-category-child-index{border-top:1px solid var(--rule);padding-top:24px;margin-bottom:56px}.ttv-category-child-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:transparent;border:1px solid var(--rule)}.ttv-category-child-card{position:relative;display:flex;min-height:156px;flex-direction:column;gap:10px;padding:22px;background:var(--card);color:var(--ink);text-decoration:none;transition:background .18s var(--ease),color .18s var(--ease)}.ttv-category-child-card:focus-visible,.ttv-category-child-card:hover{background:var(--ink);color:var(--paper)}.ttv-category-child-card strong{font-family:var(--display);font-size:clamp(22px,2.2vw,32px);font-weight:500;line-height:1}.ttv-category-child-map{display:block;margin-top:auto;width:100%;height:64px;overflow:hidden;pointer-events:none}.ttv-category-child-map svg{display:block;width:100%;height:100%}.ttv-category-child-map .land{fill:color-mix(in srgb,var(--ink) 24%,transparent);stroke:none;opacity:.58}.ttv-category-child-map .pin{fill:var(--red)}.ttv-category-child-map .ring{fill:var(--paper);stroke:var(--red);stroke-width:.8}.ttv-category-child-card>span:not(.ttv-lbl):not(.ttv-category-child-arrow){max-width:30ch;color:var(--ink-60);font-size:13px;line-height:1.45}.ttv-category-child-card:focus-visible>span:not(.ttv-lbl):not(.ttv-category-child-arrow),.ttv-category-child-card:hover>span:not(.ttv-lbl):not(.ttv-category-child-arrow){color:color-mix(in srgb,var(--paper) 68%,transparent)}.ttv-category-child-card .ttv-lbl{color:var(--red)}.ttv-category-child-card:focus-visible .ttv-lbl,.ttv-category-child-card:hover .ttv-lbl{color:var(--paper)}.ttv-category-child-arrow{position:absolute;right:18px;bottom:16px;font-size:20px;line-height:1}@media (max-width:800px){.ttv-category-child-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.ttv-category-child-grid{grid-template-columns:1fr}}.ttv-nearby{margin-bottom:34px}.ttv-nearby-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.ttv-nearby-head h2{margin-top:8px;font-size:clamp(24px,3vw,34px)}.ttv-nearby-controls{display:flex;gap:8px}.ttv-nearby-controls button{width:34px;height:34px;border:1px solid var(--rule);background:transparent;color:var(--ink);cursor:pointer;font-size:18px;line-height:1}.ttv-nearby-controls button:hover{border-color:var(--red-line);color:var(--red)}.ttv-nearby-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ttv-nearby-card{position:relative;display:flex;min-height:184px;flex-direction:column;border:1px solid var(--rule);padding:22px 15px 15px;background:var(--card)}.ttv-nearby-card-map{position:absolute;top:19px;right:14px;width:112px;height:78px;opacity:.58;overflow:hidden;pointer-events:none}.ttv-nearby-card-map svg{display:block;width:100%;height:100%}.ttv-nearby-card-map .land{fill:#b7b6b0;stroke:none}.ttv-nearby-card-map .pin{fill:#85847e}.ttv-nearby-card-map .ring{fill:transparent;stroke:#85847e;stroke-width:.8}.ttv-nearby-card-top{display:flex;justify-content:space-between;gap:10px;color:var(--ink-40);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.ttv-nearby-card h3{position:relative;z-index:1;max-width:calc(100% - 120px);margin-top:10px;font-size:23px}.ttv-nearby-card h3 a:hover{color:var(--red)}.ttv-nearby-card p{margin-top:6px;max-width:26ch;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--ink-60);font-size:12px;line-height:1.55}.ttv-nearby-card-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;border-top:1px dashed var(--rule);color:var(--ink-60);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.ttv-nearby-card-meta b{color:var(--red);font-weight:500}.ttv-nearby-card-link{display:flex;justify-content:flex-end;gap:8px;color:var(--red);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.ttv-nearby-card-link:hover{color:var(--ink)}@media (max-width:900px){.ttv-nearby-rail{display:grid;grid-auto-columns:minmax(245px,78vw);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;padding-bottom:5px;scroll-snap-type:x mandatory;scrollbar-width:thin}.ttv-nearby-card{scroll-snap-align:start}.ttv-category-snapshot{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.ttv-category-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}}.ttv-taxonomy-filters-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0 11px}.ttv-taxonomy-filters-head>div{display:flex;align-items:baseline;gap:14px;min-width:0}.ttv-taxonomy-result-count{color:var(--ink-40)}.ttv-taxonomy-clear,.ttv-taxonomy-result-count{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.ttv-taxonomy-clear{border:0;padding:0;background:transparent;color:var(--red);cursor:pointer;white-space:nowrap}.ttv-taxonomy-clear:hover{text-decoration:underline}.ttv-taxonomy-filter-groups{display:flex;flex-wrap:wrap;gap:8px;padding:0 0 13px}.ttv-taxonomy-filter-group{position:relative;min-width:150px}.ttv-taxonomy-filter-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--rule);padding:9px 11px;color:var(--ink-60);cursor:pointer;font-family:var(--mono);font-size:10px;letter-spacing:.08em;list-style:none;text-transform:uppercase;text-align:left}.ttv-taxonomy-filter-trigger:after{content:"+";color:var(--ink-60);font-size:14px;line-height:.8}.ttv-taxonomy-filter-group.is-open .ttv-taxonomy-filter-trigger:after{content:"−"}.ttv-taxonomy-filter-group.is-open .ttv-taxonomy-filter-trigger,.ttv-taxonomy-filter-trigger:hover{border-color:var(--rule);background:var(--paper-2);color:var(--ink)}.ttv-taxonomy-filter-trigger b{min-width:17px;padding:2px 4px;border-radius:50%;background:var(--red);color:#fff;font-size:9px;text-align:center}.ttv-taxonomy-filter-options{position:absolute;top:calc(100% + 5px);left:0;z-index:5;display:grid;min-width:240px;padding:6px;border:1px solid var(--rule);background:var(--card);box-shadow:0 14px 28px rgba(29,33,31,.12)}.ttv-taxonomy-filter-option{display:grid;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 7px;color:var(--ink-60);cursor:pointer;font-family:var(--header-sans);font-size:12px}.ttv-taxonomy-filter-option:hover{background:var(--paper-2);color:var(--ink)}.ttv-taxonomy-filter-option input{accent-color:var(--red)}.ttv-taxonomy-filter-option em{color:var(--ink-40);font-family:var(--mono);font-size:10px;font-style:normal}.ttv-card-taxonomies{display:flex;flex-wrap:wrap;gap:5px;margin-top:-1px}.ttv-card-taxonomies span{border:1px solid var(--rule);padding:3px 6px;color:var(--ink-60);font-family:var(--mono);font-size:8.5px;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.ttv-card-taxonomies span.is-primary{border-color:var(--red-line);color:var(--red)}.ttv-card-taxonomies--overlay{position:absolute;left:12px;top:14px;z-index:3;max-width:calc(100% - 24px);margin-top:0}.ttv-card-taxonomies--overlay span{border:0;padding:3px 10px;background:rgba(18,22,21,.72);color:#fff;backdrop-filter:blur(4px)}.ttv-card-taxonomies--overlay span.is-primary{border:0;color:#ffd9cd}.ttv-card-fact{display:inline-block;max-width:190px;overflow:hidden;padding:3px 7px;background:var(--paper-2);color:var(--ink-60);text-overflow:ellipsis;white-space:nowrap}.ttv-card-fact,.ttv-card-fact--overlay{line-height:1.1;text-transform:uppercase}.ttv-card-fact--overlay{position:absolute;right:12px;bottom:12px;z-index:3;max-width:calc(100% - 24px);border:0;padding:3px 10px;background:rgba(18,22,21,.72);color:#fff;font-family:var(--mono);font-size:8.5px;letter-spacing:.08em;backdrop-filter:blur(4px)}@media (max-width:620px){.ttv-taxonomy-filters-head{align-items:flex-start;flex-direction:column;gap:8px}.ttv-taxonomy-filter-group{flex:1 1 calc(50% - 4px);min-width:0}.ttv-taxonomy-filter-options{right:0;min-width:0}}.ttv-search-form{display:flex;border:1px solid var(--ink);background:var(--input-bg);max-width:520px;margin-top:24px}.ttv-search-form input{flex:1;border:0;outline:none;background:transparent;font-family:var(--mono);font-size:14px;padding:14px 16px;color:var(--ink);min-width:0}.ttv-search-form input::placeholder{color:var(--ink-40)}.ttv-search-form button{border:0;background:var(--ink);color:var(--paper);cursor:pointer;font-family:var(--mono);font-size:12px;letter-spacing:.08em;padding:0 22px;transition:background .25s var(--ease)}.ttv-search-form button:hover{background:var(--red);color:#fff}html[data-theme=dark] .ttv .ttv-byline,html[data-theme=dark] .ttv .ttv-cat-head .inner,html[data-theme=dark] .ttv .ttv-faq,html[data-theme=dark] .ttv .ttv-frame-16x9,html[data-theme=dark] .ttv .ttv-manifest,html[data-theme=dark] .ttv .ttv-search-form,html[data-theme=dark] .ttv .ttv-sec-head,html[data-theme=dark] .ttv .ttv-stat-strip,html[data-theme=dark] .ttv.ttv-footer{border-color:rgba(233,228,214,.28)}html[data-theme=dark] .ttv .ttv-sec-head{border-top-color:rgba(233,228,214,.34)}html[data-theme=dark] .ttv .ttv-fieldlog .ttv-sec-head{border-top-color:var(--band-rule)}html[data-theme=dark] .ttv .ttv-manifest:after,html[data-theme=dark] .ttv .ttv-manifest:before,html[data-theme=dark] .ttv .ttv-panel:after,html[data-theme=dark] .ttv .ttv-panel:before{border-color:var(--red)}.ttv .affiliate-cta,.ttv .affiliate-cta-inline{border:0!important;border-top:1px solid var(--rule)!important;border-bottom:1px solid var(--rule)!important;border-radius:0!important;background:transparent!important;padding:24px 0 18px!important;margin:38px 0!important;position:relative;display:flex!important;align-items:center;justify-content:space-between!important;gap:24px;min-height:72px;box-sizing:border-box}.ttv .affiliate-cta:before{content:attr(data-affiliate-label);position:absolute;top:-8px;left:16px;background:var(--paper);padding:0 8px;font-family:var(--mono);font-size:9.5px;letter-spacing:.16em;color:var(--red)}.ttv .affiliate-cta-copy{font-family:var(--body)!important;font-size:17.5px!important;color:var(--ink-60)!important;line-height:1.55}.ttv .affiliate-cta-inline{justify-content:space-between!important;min-height:64px}.ttv .affiliate-cta-inline:before{content:attr(data-affiliate-label);position:absolute;top:-8px;left:16px;background:var(--paper);padding:0 8px;font-family:var(--mono);font-size:9.5px;letter-spacing:.16em;color:var(--red)}.ttv .affiliate-cta a,.ttv .affiliate-cta-inline a{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;border:0!important;border-radius:3px!important;background:var(--ink)!important;color:var(--paper)!important;font-family:var(--mono)!important;font-size:10.5px!important;font-weight:500!important;letter-spacing:.06em!important;text-transform:uppercase;padding:10px 13px!important;box-shadow:0 2px 5px rgba(29,33,31,.12);text-decoration:none;transition:background .25s var(--ease)}.ttv .ttv-article .article-body .affiliate-cta a,.ttv .ttv-article .article-body .affiliate-cta-inline a{border-bottom:0!important;box-shadow:0 2px 5px rgba(29,33,31,.12)!important;text-decoration:none!important;text-decoration-line:none!important}.ttv .affiliate-cta a>span,.ttv .affiliate-cta-inline a>span{color:var(--red)!important}.ttv .affiliate-cta a:hover,.ttv .affiliate-cta-inline a:hover{background:var(--red)!important;color:#fff!important}.ttv .affiliate-cta a:hover>span,.ttv .affiliate-cta-inline a:hover>span{color:#fff!important}@media (max-width:640px){.ttv .affiliate-cta,.ttv .affiliate-cta-inline{align-items:flex-start;flex-direction:column;gap:14px}.ttv .affiliate-cta a,.ttv .affiliate-cta-inline a{width:100%;justify-content:space-between}}.ttv-error{flex:1;min-height:60vh;display:flex;align-items:center;position:relative;z-index:1;padding:clamp(64px,12vh,140px) 0}.ttv-error-inner{max-width:620px}.ttv-error .code{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--red);display:flex;align-items:center;gap:12px}.ttv-error .code:before{content:"";width:34px;border-top:1px solid var(--red-line)}.ttv-error h1{font-family:var(--heading);font-size:clamp(56px,12vw,120px);line-height:.95;margin:18px 0 10px;color:var(--ink)}.ttv-error .msg{font-family:var(--serif);font-size:clamp(21px,3vw,30px);color:var(--ink);line-height:1.2;margin-bottom:14px}.ttv-error p.desc{font-family:var(--body);font-size:15.5px;color:var(--ink-60);line-height:1.7;max-width:48ch;margin-bottom:30px}.ttv-error .actions{display:flex;gap:14px;flex-wrap:wrap}.ttv-error .coordline{margin-top:40px;padding-top:16px;border-top:1px dashed var(--rule);font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;color:var(--ink-40)}.ttv-search-empty{padding:3rem 0 1rem;font-family:var(--mono);font-size:12px;letter-spacing:.06em;color:var(--ink-60);line-height:1.8}.ttv-search-empty .hint{color:var(--ink-40)}@media (prefers-reduced-motion:reduce){.ttv *,.ttv :after,.ttv :before{animation:none!important;transition:none!important}}