:root{color-scheme:light;--ttv-color-primary:#832e2e;--ttv-color-primary-dark:#642121;--ttv-color-accent:#c57d70;--ttv-color-page:#f7f1e8;--ttv-color-surface:#fffaf4;--ttv-color-surface-soft:#fbf4ed;--ttv-color-text:#332a27;--ttv-color-muted:#8a7b74;--ttv-color-border:#e2d4c8;--ttv-color-header-bg:#fffaf4;--ttv-color-header-text:#332a27;--ttv-color-footer:#2f2421;--ttv-color-footer-text:#fff;--ttv-color-footer-muted:#d6c7bf;--ttv-font-heading:Lora,Georgia,"Times New Roman",serif;--ttv-font-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ttv-font-interface:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--ttv-heading-weight:700;--ttv-body-weight:400;--ttv-interface-weight:700;--ttv-heading-size-desktop:48px;--ttv-heading-size-tablet:40px;--ttv-heading-size-mobile:34px;--ttv-heading-size-current:var(--ttv-heading-size-desktop);--ttv-body-size-desktop:16px;--ttv-body-size-tablet:16px;--ttv-body-size-mobile:15px;--ttv-body-size-current:var(--ttv-body-size-desktop);--ttv-heading-line-height:1.12;--ttv-body-line-height:1.55;--ttv-heading-letter-spacing:-.02em;--ttv-body-letter-spacing:0em;--ttv-container-wide:1200px;--ttv-container-text:780px;--ttv-page-gutter-desktop:40px;--ttv-page-gutter-tablet:28px;--ttv-page-gutter-mobile:20px;--ttv-page-gutter:var(--ttv-page-gutter-desktop);--ttv-section-gap:56px;--ttv-grid-gap:24px;--ttv-card-padding:18px;--ttv-radius-small:14px;--ttv-radius-card:18px;--ttv-radius-section:22px;--ttv-border-width:1px;--ttv-shadow-section:0 18px 50px rgb(88 48 38/8%);--ttv-shadow-card:0 12px 34px rgb(88 48 38/7%);--ttv-header-height:112px;--ttv-logo-width:300px;--ttv-transition:.18s ease;background:var(--ttv-color-page);color:var(--ttv-color-text);font-family:var(--ttv-font-body);font-size:var(--ttv-body-size-current);font-weight:var(--ttv-body-weight);letter-spacing:var(--ttv-body-letter-spacing);line-height:var(--ttv-body-line-height)}*{box-sizing:border-box}html{scroll-behavior:smooth}html.ttv-nav-open,html.ttv-nav-open body{overflow:hidden}body{background:var(--ttv-color-page);color:var(--ttv-color-text);font-family:var(--ttv-font-body);font-size:var(--ttv-body-size-current);font-weight:var(--ttv-body-weight);letter-spacing:var(--ttv-body-letter-spacing);line-height:var(--ttv-body-line-height);margin:0;min-width:320px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}[tabindex]:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb,var(--ttv-color-primary) 52%,#fff);outline-offset:3px}.ttv-site-shell{min-height:100vh}.ttv-skip-link{background:var(--ttv-color-primary-dark);border-radius:10px;color:#fff;left:10px;padding:10px 14px;position:fixed;top:10px;transform:translateY(-160%);transition:transform var(--ttv-transition);z-index:100}.ttv-skip-link:focus{transform:translateY(0)}.ttv-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb,var(--ttv-color-header-bg) 94%,transparent);border-bottom:var(--ttv-border-width) solid color-mix(in srgb,var(--ttv-color-border) 86%,transparent);color:var(--ttv-color-header-text);position:sticky;top:0;z-index:50}.ttv-header--static{position:relative}.ttv-header__inner{gap:28px;margin:0 auto;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-header__inner,.ttv-logo{align-items:center;display:flex}.ttv-logo{margin-right:auto;width:min(var(--ttv-logo-width),30vw)}.ttv-footer__logo img,.ttv-logo img{height:auto;width:100%}.ttv-main-nav{align-items:center;display:flex;font-family:var(--ttv-font-interface);font-size:15px;font-weight:var(--ttv-interface-weight);gap:22px}.ttv-main-nav a{padding:8px 0;position:relative;transition:color var(--ttv-transition)}.ttv-main-nav a:after{background:var(--ttv-color-primary);bottom:2px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:right;transition:transform var(--ttv-transition)}.ttv-main-nav a.router-link-active,.ttv-main-nav a:hover{color:var(--ttv-color-primary)}.ttv-main-nav a.router-link-active:after,.ttv-main-nav a:hover:after{transform:scaleX(1);transform-origin:left}.ttv-chronograph,.ttv-mobile-menu__chronograph{background:var(--ttv-color-primary);border:0;border-radius:var(--ttv-radius-small);box-shadow:var(--ttv-shadow-card);color:#fff;cursor:pointer;padding:11px 18px;transition:background var(--ttv-transition),transform var(--ttv-transition)}.ttv-chronograph:hover,.ttv-mobile-menu__chronograph:hover{background:var(--ttv-color-primary-dark);transform:translateY(-1px)}.ttv-chronograph small,.ttv-chronograph strong,.ttv-mobile-menu__chronograph span,.ttv-mobile-menu__chronograph strong{display:block}.ttv-chronograph small{opacity:.78}.ttv-menu-toggle{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:13px;cursor:pointer;display:none;height:46px;padding:11px;width:46px}.ttv-menu-toggle span{background:var(--ttv-color-text);border-radius:999px;display:block;height:2px;margin:5px 0;transition:transform var(--ttv-transition),opacity var(--ttv-transition);width:100%}.ttv-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.ttv-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.ttv-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ttv-mobile-menu{background:var(--ttv-color-header-bg);color:var(--ttv-color-header-text);inset:73px 0 0;overflow-y:auto;padding:28px 24px 48px;position:fixed;z-index:45}.ttv-mobile-menu__nav{display:grid;margin:0 auto 28px;width:min(100%,680px)}.ttv-mobile-menu__nav a{border-bottom:1px solid var(--ttv-color-border);font-family:var(--ttv-font-heading);font-size:clamp(25px,7vw,38px);font-weight:700;padding:17px 2px}.ttv-mobile-menu__chronograph{display:block;margin:0 auto;text-align:left;width:min(100%,680px)}.ttv-menu-enter-active,.ttv-menu-leave-active{transition:opacity var(--ttv-transition),transform var(--ttv-transition)}.ttv-menu-enter-from,.ttv-menu-leave-to{opacity:0;transform:translateY(-10px)}.ttv-page{margin:30px auto 92px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-breadcrumb{align-items:center;color:var(--ttv-color-muted);display:flex;font-family:var(--ttv-font-interface);font-size:13px;gap:10px;margin:0 0 20px}.ttv-breadcrumb a{color:var(--ttv-color-primary);font-weight:700}.ttv-context-header{background:radial-gradient(circle at 88% 12%,rgba(197,125,112,.2),transparent 33%),linear-gradient(135deg,#fff,var(--ttv-color-surface-soft));border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);margin-bottom:var(--ttv-section-gap);overflow:hidden;padding:clamp(28px,5vw,56px)}.ttv-block-heading__kicker,.ttv-context-header__label{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.ttv-context-header h1{font-family:var(--ttv-font-heading);font-size:clamp(var(--ttv-heading-size-current),6vw,calc(var(--ttv-heading-size-current)*1.7));font-weight:var(--ttv-heading-weight);letter-spacing:var(--ttv-heading-letter-spacing);line-height:var(--ttv-heading-line-height);margin:0 0 14px;max-width:980px}.ttv-context-header p:last-child{color:var(--ttv-color-muted);font-size:clamp(16px,2vw,19px);line-height:1.65;margin:0;max-width:780px}.ttv-layout-grid{align-items:start;display:grid;gap:var(--ttv-grid-gap);grid-template-columns:minmax(0,7fr) minmax(280px,3fr)}.ttv-layout-grid--single{grid-template-columns:minmax(0,1fr)}.ttv-layout-grid__main,.ttv-layout-grid__sidebar,.ttv-page-slot{display:grid;gap:var(--ttv-grid-gap);min-width:0}.ttv-page>.ttv-page-slot{margin-bottom:var(--ttv-section-gap)}.ttv-layout-grid+.ttv-page-slot{margin-top:var(--ttv-section-gap)}.ttv-article-collection{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-section);min-width:0;padding:max(var(--ttv-card-padding),clamp(12px,2vw,30px))}.ttv-surface--soft{background:var(--ttv-color-surface-soft)}.ttv-surface--transparent{background:transparent;border:0;box-shadow:none;padding-inline:0}.ttv-surface--accent{background:var(--ttv-block-accent);border-color:color-mix(in srgb,var(--ttv-block-accent) 76%,#000);color:#fff}.ttv-surface--accent .ttv-block-heading__intro,.ttv-surface--accent .ttv-block-heading__kicker{color:#ffffffc2}.ttv-block-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.ttv-block-heading__copy{min-width:0}.ttv-block-heading h2{font-family:var(--ttv-font-heading);font-size:clamp(calc(var(--ttv-heading-size-current)*.68),4vw,var(--ttv-heading-size-current));font-weight:var(--ttv-heading-weight);letter-spacing:var(--ttv-heading-letter-spacing);line-height:var(--ttv-heading-line-height);margin:0}.ttv-block-heading__intro{color:var(--ttv-color-muted);line-height:1.62;margin:10px 0 0;max-width:760px}.ttv-block-heading__actions{align-items:center;display:flex;flex:0 0 auto;gap:12px}.ttv-section-link{align-items:center;border:1px solid;border-radius:999px;color:var(--ttv-color-primary);display:inline-flex;font-family:var(--ttv-font-interface);font-size:13px;font-weight:800;gap:8px;min-height:42px;padding:9px 14px;transition:color var(--ttv-transition),background var(--ttv-transition)}.ttv-section-link:hover{background:var(--ttv-color-primary);color:#fff}.ttv-surface--accent .ttv-section-link{color:#fff}.ttv-surface--accent .ttv-section-link:hover{background:#fff;color:var(--ttv-block-accent)}.ttv-slider-controls{display:flex;gap:8px}.ttv-slider-controls button{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:50%;color:var(--ttv-color-primary);cursor:pointer;display:grid;height:42px;padding:0;place-items:center;transition:color var(--ttv-transition),border-color var(--ttv-transition),transform var(--ttv-transition);width:42px}.ttv-slider-controls button:hover:not(:disabled){background:var(--ttv-color-primary);border-color:var(--ttv-color-primary);color:#fff;transform:translateY(-1px)}.ttv-slider-controls button:disabled{cursor:not-allowed;opacity:.38}.ttv-collection-items{display:grid;gap:24px;min-width:0}.ttv-article-collection--grid-2 .ttv-collection-items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-article-collection--grid-3 .ttv-collection-items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-collection--grid-4 .ttv-collection-items{grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-article-collection--compact-list .ttv-collection-items,.ttv-article-collection--list .ttv-collection-items{grid-template-columns:1fr}.ttv-article-collection--list .ttv-card{display:grid;grid-template-columns:minmax(220px,34%) minmax(0,1fr)}.ttv-article-collection--list .ttv-card__media{aspect-ratio:auto;height:100%}.ttv-article-collection--horizontal .ttv-collection-items,.ttv-article-collection--slider .ttv-collection-items{grid-auto-columns:clamp(280px,34vw,430px);grid-auto-flow:column;overflow-x:auto;padding:2px 2px 10px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:var(--ttv-color-border) transparent;scrollbar-width:thin}.ttv-article-collection--slider .ttv-collection-items{scrollbar-width:none}.ttv-article-collection--slider .ttv-collection-items::-webkit-scrollbar{display:none}.ttv-article-collection--feature-grid .ttv-collection-items{grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr))}.ttv-article-collection--feature-grid .ttv-card:first-child{grid-row:span 2}.ttv-article-collection--feature-grid .ttv-card:first-child .ttv-card__title{font-size:clamp(26px,3vw,38px)}.ttv-card{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);box-shadow:var(--ttv-shadow-card);min-width:0;overflow:hidden;scroll-snap-align:start;transition:border-color var(--ttv-transition),box-shadow var(--ttv-transition),transform var(--ttv-transition)}.ttv-card:hover{border-color:color-mix(in srgb,var(--ttv-color-primary) 24%,var(--ttv-color-border));box-shadow:0 18px 42px #5830261f;transform:translateY(-2px)}.ttv-card__media{aspect-ratio:var(--ttv-card-image-ratio,16/9);background:var(--ttv-color-surface-soft);display:block;overflow:hidden}.ttv-card__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-card:hover .ttv-card__media img{transform:scale(1.035)}.ttv-card__placeholder{color:var(--ttv-color-primary);display:grid;font-family:var(--ttv-font-heading);font-weight:700;height:100%;padding:18px;place-items:center;text-align:center}.ttv-card__body{padding:var(--ttv-card-padding)}.ttv-card__eyebrow{color:var(--ttv-color-primary);display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface);font-size:11px;font-weight:800;gap:8px;letter-spacing:.04em;text-transform:uppercase}.ttv-card__eyebrow>*+:before{color:var(--ttv-color-border);content:"•";margin-right:8px}.ttv-card__title{font-family:var(--ttv-font-heading);font-size:clamp(20px,2vw,24px);font-weight:700;line-height:1.14;margin:10px 0}.ttv-card__title a{transition:color var(--ttv-transition)}.ttv-card__title a:hover{color:var(--ttv-color-primary)}.ttv-card__excerpt{color:var(--ttv-color-muted);display:-webkit-box;line-height:1.58;margin:0 0 14px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-card__meta{color:var(--ttv-color-muted)}.ttv-card__meta,.ttv-card__read-more{font-family:var(--ttv-font-interface);font-size:13px}.ttv-card__read-more{align-items:center;color:var(--ttv-color-primary);display:inline-flex;font-weight:800;gap:7px;margin-top:14px}.ttv-card--compact{align-items:stretch;display:grid;grid-template-columns:132px minmax(0,1fr)}.ttv-card--compact .ttv-card__media{aspect-ratio:auto;height:100%}.ttv-card--compact .ttv-card__title{font-size:18px;margin-bottom:8px}.ttv-card--compact .ttv-card__excerpt{display:none}.ttv-article-page{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-section);padding:clamp(24px,4vw,42px)}.ttv-article-page__eyebrow{font-weight:800;letter-spacing:.08em}.ttv-article-page h1{font-size:clamp(var(--ttv-heading-size-current),5vw,calc(var(--ttv-heading-size-current)*1.42));font-weight:var(--ttv-heading-weight);letter-spacing:var(--ttv-heading-letter-spacing);line-height:var(--ttv-heading-line-height);margin:12px 0 18px;max-width:1000px}.ttv-article-page__lead{color:var(--ttv-color-muted);font-size:clamp(19px,2.4vw,22px);line-height:1.55;max-width:920px}.ttv-article-page__hero{border-radius:22px;margin:30px 0}.ttv-article-content{font-family:var(--ttv-font-heading);font-size:clamp(17px,2vw,19px);line-height:1.8;margin:0 auto;max-width:var(--ttv-container-text)}.ttv-article-content iframe,.ttv-article-content img{max-width:100%}.ttv-empty-block,.ttv-error-page,.ttv-unknown-block{border:1px dashed var(--ttv-color-border);border-radius:18px;color:var(--ttv-color-muted);padding:30px}.ttv-error-page{background:var(--ttv-color-surface);margin:42px auto 90px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-preview-banner{background:var(--ttv-color-primary);color:#fff;font-family:var(--ttv-font-interface);font-size:13px;font-weight:800;padding:10px;position:sticky;text-align:center;top:var(--ttv-header-height);z-index:48}.ttv-footer{background:var(--ttv-color-footer);color:var(--ttv-color-footer-text)}.ttv-footer__inner{display:grid;gap:clamp(32px,6vw,88px);grid-template-columns:minmax(240px,1.6fr) repeat(auto-fit,minmax(160px,1fr));margin:0 auto;padding:58px 0 44px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-footer__brand{max-width:560px}.ttv-footer__logo{background:#fff;border-radius:14px;display:block;padding:10px 16px;width:min(var(--ttv-logo-width),100%)}.ttv-footer__brand p{color:var(--ttv-color-footer-muted);margin:22px 0 0;max-width:520px}.ttv-footer__column{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.ttv-footer__column h2{font-size:19px;margin:0 0 8px}.ttv-footer__column a{color:var(--ttv-color-footer-muted);font-size:14px;transition:color var(--ttv-transition)}.ttv-footer__column a:hover{color:var(--ttv-color-footer-text)}.ttv-footer__bottom{border-top:1px solid hsla(0,0%,100%,.12);color:var(--ttv-color-footer-muted);display:flex;font-size:13px;gap:24px;justify-content:space-between;margin:0 auto;padding:18px 0 24px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-footer__bottom p{margin:0}@media(max-width:1260px){.ttv-article-collection--grid-4 .ttv-collection-items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-collection--feature-grid .ttv-collection-items{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)}.ttv-article-collection--feature-grid .ttv-card:first-child{grid-row:span 2}}@media(max-width:1100px){:root{--ttv-page-gutter:var(--ttv-page-gutter-tablet);--ttv-heading-size-current:var(--ttv-heading-size-tablet);--ttv-body-size-current:var(--ttv-body-size-tablet)}.ttv-main-nav{display:none}.ttv-menu-toggle{display:block}.ttv-layout-grid{grid-template-columns:1fr}.ttv-article-collection--grid-3 .ttv-collection-items,.ttv-article-collection--grid-4 .ttv-collection-items,.ttv-layout-grid__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-hide-tablet{display:none!important}}@media(max-width:760px){:root{--ttv-page-gutter:var(--ttv-page-gutter-mobile);--ttv-heading-size-current:var(--ttv-heading-size-mobile);--ttv-body-size-current:var(--ttv-body-size-mobile)}.ttv-header__inner{gap:12px;min-height:72px}.ttv-logo{width:min(220px,53vw)}.ttv-chronograph{display:none}.ttv-page{margin-bottom:64px;margin-top:20px}.ttv-context-header{padding:26px 22px}.ttv-block-heading{align-items:flex-start;flex-direction:column}.ttv-block-heading__actions{justify-content:space-between;width:100%}.ttv-article-collection--feature-grid .ttv-collection-items,.ttv-article-collection--grid-2 .ttv-collection-items,.ttv-article-collection--grid-3 .ttv-collection-items,.ttv-article-collection--grid-4 .ttv-collection-items{grid-template-columns:1fr}.ttv-article-collection--feature-grid .ttv-card:first-child{grid-row:auto}.ttv-article-collection--list .ttv-card{grid-template-columns:1fr}.ttv-article-collection--list .ttv-card__media{aspect-ratio:var(--ttv-card-image-ratio,16/9)}.ttv-article-collection--horizontal .ttv-collection-items,.ttv-article-collection--slider .ttv-collection-items{grid-auto-columns:min(84vw,360px)}.ttv-layout-grid__sidebar{grid-template-columns:1fr}.ttv-card--compact{grid-template-columns:104px minmax(0,1fr)}.ttv-footer__inner{grid-template-columns:1fr 1fr}.ttv-footer__brand{grid-column:1/-1}.ttv-footer__bottom{align-items:flex-start;flex-direction:column}.ttv-preview-banner{top:72px}.ttv-hide-mobile{display:none!important}}@media(max-width:520px){:root{--ttv-page-gutter:var(--ttv-page-gutter-mobile)}.ttv-article-collection{padding:18px}.ttv-slider-controls button{height:40px;width:40px}.ttv-card--compact{grid-template-columns:92px minmax(0,1fr)}.ttv-card--compact .ttv-card__body{padding:14px}.ttv-card--compact .ttv-card__eyebrow,.ttv-card--compact .ttv-card__meta{display:none}.ttv-footer__inner{grid-template-columns:1fr}.ttv-footer__brand{grid-column:auto}}@media(min-width:1101px){.ttv-hide-desktop,.ttv-mobile-menu{display:none!important}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.ttv-hero-editorial,.ttv-latest-news,.ttv-text-editorial{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-section);min-width:0;padding:max(var(--ttv-card-padding),clamp(12px,2vw,30px))}.ttv-hero-editorial.ttv-surface--transparent,.ttv-latest-news.ttv-surface--transparent,.ttv-text-editorial.ttv-surface--transparent{background:transparent;border:0;box-shadow:none;padding-inline:0}.ttv-hero-editorial__heading{margin-bottom:22px}.ttv-hero-grid{display:grid;gap:20px;grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr)}.ttv-hero-grid--full-width{grid-template-columns:minmax(0,1fr)}.ttv-hero-lead{background:var(--ttv-color-footer);border-radius:calc(var(--ttv-radius-section) - 6px);isolation:isolate;min-height:clamp(420px,51vw,690px);overflow:hidden;position:relative}.ttv-hero-lead__media{display:block;inset:0;position:absolute;z-index:-2}.ttv-hero-lead__media:after{background:linear-gradient(180deg,transparent 22%,rgba(24,14,12,.84));content:"";inset:0;position:absolute;z-index:1}.ttv-hero-overlay--light .ttv-hero-lead__media:after{background:linear-gradient(180deg,transparent 34%,rgba(24,14,12,.7))}.ttv-hero-overlay--strong .ttv-hero-lead__media:after{background:linear-gradient(180deg,#180e0c14,#180e0ceb)}.ttv-hero-lead__media img,.ttv-hero-lead__placeholder{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-hero-lead__media img{transition:transform .7s ease}.ttv-hero-lead:hover .ttv-hero-lead__media img{transform:scale(1.025)}.ttv-hero-lead__placeholder{background:radial-gradient(circle at 75% 20%,color-mix(in srgb,var(--ttv-block-accent) 65%,transparent),transparent 42%),var(--ttv-color-footer);color:#ffffffbd;display:grid;font-family:var(--ttv-font-heading);font-size:clamp(26px,5vw,58px);place-items:center}.ttv-hero-lead__overlay{bottom:0;color:#fff;left:0;padding:clamp(24px,5vw,54px);position:absolute;right:0;z-index:2}.ttv-hero-lead__overlay h3{font-family:var(--ttv-font-heading);font-size:clamp(34px,5.4vw,76px);font-weight:700;line-height:.98;margin:10px 0 14px;max-width:980px;text-wrap:balance}.ttv-hero-lead__overlay>p{color:#ffffffd1;display:-webkit-box;font-size:clamp(15px,1.8vw,19px);line-height:1.55;margin:0 0 16px;max-width:760px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-hero-article__eyebrow,.ttv-hero-article__meta{align-items:center;display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface);font-size:12px;gap:8px 12px}.ttv-hero-article__eyebrow{color:#fff;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.ttv-hero-article__eyebrow>*+:before,.ttv-hero-article__meta>*+:before{content:"•";margin-right:10px;opacity:.5}.ttv-hero-article__meta{color:#ffffffb8}.ttv-hero-secondary{align-content:stretch;display:grid;gap:16px}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-hero-secondary__item{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);box-shadow:var(--ttv-shadow-card);display:grid;grid-template-columns:minmax(115px,36%) minmax(0,1fr);min-width:0;overflow:hidden}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary__item{grid-template-columns:1fr}.ttv-hero-secondary__media{background:var(--ttv-color-surface-soft);color:var(--ttv-color-primary);display:grid;font-family:var(--ttv-font-heading);font-weight:700;min-height:130px;overflow:hidden;place-items:center}.ttv-hero-secondary__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-hero-secondary__item:hover .ttv-hero-secondary__media img{transform:scale(1.035)}.ttv-hero-secondary__item>div{padding:16px}.ttv-hero-secondary__item h3{font-family:var(--ttv-font-heading);font-size:clamp(18px,2vw,23px);line-height:1.12;margin:8px 0 12px}.ttv-hero-secondary__item .ttv-hero-article__eyebrow{color:var(--ttv-color-primary);font-size:10px}.ttv-hero-secondary__item .ttv-hero-article__meta{color:var(--ttv-color-muted);font-size:11px}.ttv-hero-slider{position:relative}.ttv-hero-slider__controls{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#180e0c94;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;bottom:22px;color:#fff;display:flex;gap:9px;padding:7px;position:absolute;right:22px;z-index:4}.ttv-hero-slider__controls button{background:#ffffff1f;border:0;border-radius:50%;color:#fff;cursor:pointer;display:grid;height:38px;padding:0;place-items:center;width:38px}.ttv-hero-slider__controls button:disabled{cursor:not-allowed;opacity:.35}.ttv-hero-slider__controls span{font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;min-width:48px;text-align:center}.ttv-latest-news__items{display:grid;gap:0}.ttv-latest-news__item{border-top:1px solid var(--ttv-color-border);display:grid;gap:22px;grid-template-columns:96px minmax(0,1fr);min-width:0;padding:18px 0}.ttv-latest-news__item:first-child{border-top:0;padding-top:0}.ttv-latest-news__time{align-items:flex-start;color:var(--ttv-color-muted);display:flex;flex-direction:column;font-family:var(--ttv-font-interface);font-size:11px;font-weight:700;padding-top:3px}.ttv-latest-news__time time{color:var(--ttv-block-accent,var(--ttv-color-primary));font-size:22px;font-weight:900;line-height:1}.ttv-latest-news__copy h3{font-family:var(--ttv-font-heading);font-size:clamp(20px,2.4vw,29px);line-height:1.12;margin:5px 0 7px}.ttv-latest-news__copy h3 a:hover{color:var(--ttv-color-primary)}.ttv-latest-news__copy>p{color:var(--ttv-color-muted);display:-webkit-box;line-height:1.55;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ttv-latest-news__eyebrow{color:var(--ttv-color-primary);display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface);font-size:10px;font-weight:800;gap:7px 12px;letter-spacing:.05em;text-transform:uppercase}.ttv-latest-news__eyebrow>*+:before{color:var(--ttv-color-border);content:"•";margin-right:10px}.ttv-latest-news__breaking,.ttv-news-ticker__breaking{background:var(--ttv-block-accent,var(--ttv-color-primary));border-radius:999px;color:#fff}.ttv-latest-news__breaking{padding:2px 7px}.ttv-latest-news--compact-grid .ttv-latest-news__items{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-latest-news--compact-grid .ttv-latest-news__item{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);gap:0;grid-template-columns:92px minmax(0,1fr);overflow:hidden;padding:0}.ttv-latest-news--compact-grid .ttv-latest-news__time{display:none}.ttv-latest-news__image{background:var(--ttv-color-surface-soft);color:var(--ttv-color-primary);display:grid;font-family:var(--ttv-font-heading);min-height:118px;overflow:hidden;place-items:center}.ttv-latest-news__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-latest-news--compact-grid .ttv-latest-news__copy{padding:14px}.ttv-latest-news--compact-grid .ttv-latest-news__copy h3{font-size:18px;margin-bottom:0}.ttv-latest-news--compact-grid .ttv-latest-news__copy>p{display:none}.ttv-news-ticker{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:16px;overflow:hidden}.ttv-news-ticker__track{display:flex;min-width:100%;width:-moz-max-content;width:max-content}.ttv-latest-news--running .ttv-news-ticker__track{animation:ttv-news-ticker var(--ttv-ticker-duration,40s) linear infinite}.ttv-latest-news--pause-hover .ttv-news-ticker:focus-within .ttv-news-ticker__track,.ttv-latest-news--pause-hover .ttv-news-ticker:hover .ttv-news-ticker__track{animation-play-state:paused}.ttv-news-ticker__item{align-items:center;border-right:1px solid var(--ttv-color-border);display:flex;gap:11px;min-height:58px;padding:12px 22px;white-space:nowrap}.ttv-news-ticker__item time{color:var(--ttv-block-accent,var(--ttv-color-primary));font-family:var(--ttv-font-interface);font-size:15px;font-weight:900}.ttv-news-ticker__breaking{font-size:10px;font-weight:800;padding:3px 8px;text-transform:uppercase}.ttv-news-ticker__item strong{font-family:var(--ttv-font-heading);max-width:520px;overflow:hidden;text-overflow:ellipsis}.ttv-news-ticker__location{color:var(--ttv-color-muted);font-size:12px}@keyframes ttv-news-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ttv-text-editorial{max-width:1060px}.ttv-text-align--center{margin-inline:auto;text-align:center}.ttv-text-editorial__header h2{font-family:var(--ttv-font-heading);font-size:clamp(32px,5vw,58px);line-height:1.02;margin:0;text-wrap:balance}.ttv-text-editorial__intro{color:var(--ttv-color-muted);font-size:clamp(17px,2.2vw,21px);line-height:1.65;margin:15px 0 0;max-width:820px}.ttv-text-align--center .ttv-text-editorial__intro{margin-inline:auto}.ttv-editorial-prose{font-family:var(--ttv-font-heading);font-size:clamp(17px,2vw,19px);line-height:1.78;margin-top:22px}.ttv-editorial-prose>:first-child{margin-top:0}.ttv-editorial-prose>:last-child{margin-bottom:0}.ttv-editorial-prose h2,.ttv-editorial-prose h3,.ttv-editorial-prose h4{line-height:1.12;margin:1.25em 0 .45em}.ttv-editorial-prose a{color:var(--ttv-block-accent,var(--ttv-color-primary));text-decoration:underline;text-underline-offset:3px}.ttv-editorial-prose blockquote{border-left:4px solid var(--ttv-block-accent,var(--ttv-color-primary));color:var(--ttv-color-muted);margin:24px 0;padding:4px 0 4px 22px}.ttv-text-editorial--lead .ttv-editorial-prose{font-size:clamp(20px,2.7vw,27px);line-height:1.62}.ttv-text-editorial--notice{background:color-mix(in srgb,var(--ttv-block-accent,var(--ttv-color-primary)) 7%,var(--ttv-color-surface));border-left:7px solid var(--ttv-block-accent,var(--ttv-color-primary))}.ttv-text-editorial--quote{background:radial-gradient(circle at 95% 0,color-mix(in srgb,var(--ttv-block-accent,var(--ttv-color-primary)) 14%,transparent),transparent 40%),var(--ttv-color-surface);border-color:color-mix(in srgb,var(--ttv-block-accent,var(--ttv-color-primary)) 34%,var(--ttv-color-border));padding:clamp(28px,5vw,58px)}.ttv-text-editorial--quote blockquote{margin:0;max-width:920px}.ttv-text-editorial--quote .ttv-editorial-prose,.ttv-text-editorial--quote blockquote>p{font-family:var(--ttv-font-heading);font-size:clamp(28px,4.5vw,52px);font-weight:700;line-height:1.2;margin:0}.ttv-text-editorial--quote cite{color:var(--ttv-color-muted);display:block;font-family:var(--ttv-font-interface);font-size:14px;font-style:normal;font-weight:800;margin-top:24px}.ttv-text-editorial--section-heading{padding-block:clamp(22px,4vw,40px)}.ttv-text-editorial__action{margin-top:24px}.ttv-surface--accent .ttv-editorial-prose,.ttv-surface--accent .ttv-latest-news__copy>p,.ttv-surface--accent .ttv-latest-news__time,.ttv-surface--accent .ttv-text-editorial--quote cite,.ttv-surface--accent .ttv-text-editorial__intro{color:#fffc}@media(max-width:1100px){.ttv-hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr)}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary{grid-template-columns:1fr}}@media(max-width:860px){.ttv-hero-grid{grid-template-columns:1fr}.ttv-hero-lead{min-height:clamp(390px,82vw,590px)}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary,.ttv-hero-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary__item,.ttv-hero-secondary__item,.ttv-latest-news--compact-grid .ttv-latest-news__items{grid-template-columns:1fr}}@media(max-width:620px){.ttv-hero-editorial,.ttv-latest-news,.ttv-text-editorial{padding:18px}.ttv-hero-lead{min-height:440px}.ttv-hero-lead__overlay{padding:22px}.ttv-hero-lead__overlay h3{font-size:clamp(31px,10vw,46px)}.ttv-hero-grid--lead-plus-4 .ttv-hero-secondary,.ttv-hero-secondary{grid-template-columns:1fr}.ttv-hero-secondary__item{grid-template-columns:112px minmax(0,1fr)}.ttv-hero-slider__controls{bottom:14px;right:14px}.ttv-latest-news__item{gap:14px;grid-template-columns:68px minmax(0,1fr)}.ttv-latest-news__time time{font-size:18px}.ttv-news-ticker__item{padding-inline:16px}.ttv-news-ticker__item strong{max-width:72vw}}.ttv-latest-news:not(.ttv-latest-news--running) .ttv-news-ticker{overflow-x:auto;scrollbar-color:var(--ttv-color-border) transparent;scrollbar-width:thin}.ttv-article-page h1,.ttv-block-heading h2,.ttv-card__title,.ttv-context-header h1,.ttv-footer__column h2,.ttv-hero-editorial h2,.ttv-latest-news h2,.ttv-text-editorial h2{font-weight:var(--ttv-heading-weight);letter-spacing:var(--ttv-heading-letter-spacing)}.ttv-block-heading__kicker,.ttv-card__eyebrow,.ttv-card__meta,.ttv-card__read-more,.ttv-chronograph,.ttv-main-nav,.ttv-mobile-menu__chronograph,.ttv-mobile-menu__nav,.ttv-section-link{font-weight:var(--ttv-interface-weight)}.ttv-editorial-collection,.ttv-lead-list,.ttv-most-read,.ttv-related-articles,.ttv-showcase{background:var(--ttv-color-surface);border:var(--ttv-border-width) solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);box-shadow:var(--ttv-shadow-card);padding:clamp(22px,3vw,34px)}.ttv-lead-list__layout{display:grid;gap:clamp(22px,3vw,38px);grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr)}.ttv-lead-list--lead-right .ttv-lead-list__lead{order:2}.ttv-lead-list--lead-right .ttv-lead-list__secondary{order:1}.ttv-lead-list--stacked .ttv-lead-list__layout{grid-template-columns:1fr}.ttv-lead-list--stacked .ttv-lead-list__secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-lead-list__lead{background:var(--ttv-color-surface)}.ttv-lead-list__lead,.ttv-lead-list__lead-media{border-radius:calc(var(--ttv-radius-card) - 2px);overflow:hidden}.ttv-lead-list__lead-media{aspect-ratio:var(--ttv-card-image-ratio,16/9);background:var(--ttv-color-soft);display:block}.ttv-editorial-collection__media img,.ttv-editorial-collection__thumb img,.ttv-lead-list__lead-media img,.ttv-lead-list__secondary-media img,.ttv-most-read__thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-editorial-collection__media>span,.ttv-editorial-collection__thumb>span,.ttv-lead-list__lead-media>span,.ttv-lead-list__secondary-media>span,.ttv-most-read__thumb>span{color:var(--ttv-color-muted);display:grid;font-family:var(--ttv-font-interface);font-weight:800;height:100%;place-items:center;width:100%}.ttv-lead-list__lead-copy{padding-top:18px}.ttv-editorial-collection__lead h3,.ttv-lead-list__lead-copy h3{font-family:var(--ttv-font-heading);font-size:clamp(28px,3.4vw,46px);line-height:1.08;margin:8px 0 0;text-wrap:balance}.ttv-editorial-collection__lead>div>p:last-child,.ttv-lead-list__lead-copy p{color:var(--ttv-color-muted);line-height:1.62;margin:14px 0 0}.ttv-lead-list__secondary{display:flex;flex-direction:column;gap:0}.ttv-lead-list__secondary-item{border-bottom:1px solid var(--ttv-color-border);display:grid;gap:16px;grid-template-columns:132px minmax(0,1fr);padding:16px 0}.ttv-lead-list__secondary-item:first-child{padding-top:0}.ttv-lead-list__secondary-item:last-child{border-bottom:0}.ttv-lead-list__secondary-media{aspect-ratio:4/3;background:var(--ttv-color-soft);border-radius:max(6px,calc(var(--ttv-radius-card) - 8px));display:block;overflow:hidden}.ttv-lead-list__secondary-item h3{font-family:var(--ttv-font-heading);font-size:clamp(17px,1.65vw,22px);line-height:1.2;margin:6px 0 0}.ttv-lead-list--compact .ttv-lead-list__layout{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}.ttv-lead-list--compact .ttv-lead-list__lead-copy h3{font-size:clamp(25px,2.7vw,36px)}.ttv-editorial-collection__lead-layout{display:grid;gap:clamp(24px,3vw,42px);grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr)}.ttv-editorial-collection__lead{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(220px,.85fr) minmax(0,1.15fr)}.ttv-editorial-collection__media{aspect-ratio:4/3;background:var(--ttv-color-soft);border-radius:calc(var(--ttv-radius-card) - 2px);display:block;overflow:hidden}.ttv-editorial-collection__author{color:var(--ttv-block-accent,var(--ttv-color-primary));font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.ttv-editorial-collection__list{display:flex;flex-direction:column}.ttv-editorial-collection__list article{border-bottom:1px solid var(--ttv-color-border);padding:15px 0}.ttv-editorial-collection__list article:first-child{padding-top:0}.ttv-editorial-collection__list article:last-child{border-bottom:0}.ttv-editorial-collection__list h3,.ttv-editorial-collection__plain-list h3{font-family:var(--ttv-font-heading);font-size:clamp(18px,1.8vw,24px);line-height:1.18;margin:0}.ttv-editorial-collection__cards{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-editorial-collection__card-wrap{position:relative}.ttv-editorial-collection__plain-list{display:grid;gap:0}.ttv-editorial-collection__plain-list article{border-bottom:1px solid var(--ttv-color-border);display:grid;gap:22px;grid-template-columns:180px minmax(0,1fr);padding:18px 0}.ttv-editorial-collection__plain-list article.is-compact{grid-template-columns:1fr;padding:13px 0}.ttv-editorial-collection__thumb{aspect-ratio:16/9;background:var(--ttv-color-soft);border-radius:max(6px,calc(var(--ttv-radius-card) - 8px));display:block;overflow:hidden}.ttv-editorial-collection__plain-list article>div>p:last-child{color:var(--ttv-color-muted);line-height:1.55;margin:9px 0 0}.ttv-most-read__list{counter-reset:none;list-style:none;margin:0;padding:0}.ttv-most-read__list li{align-items:center;border-bottom:1px solid var(--ttv-color-border);display:grid;gap:16px;grid-template-columns:62px 116px minmax(0,1fr);padding:15px 0}.ttv-most-read__list li.is-compact{grid-template-columns:52px minmax(0,1fr)}.ttv-most-read__list li:last-child{border-bottom:0}.ttv-most-read__rank{border:1px solid color-mix(in srgb,var(--ttv-block-accent,var(--ttv-color-primary)) 35%,transparent);border-radius:999px;color:var(--ttv-block-accent,var(--ttv-color-primary));display:grid;font-family:var(--ttv-font-heading);font-size:22px;font-weight:800;height:48px;place-items:center;width:48px}.ttv-most-read__thumb{aspect-ratio:4/3;background:var(--ttv-color-soft);border-radius:max(6px,calc(var(--ttv-radius-card) - 8px));display:block;overflow:hidden}.ttv-most-read__list h3{font-family:var(--ttv-font-heading);font-size:clamp(18px,1.8vw,24px);line-height:1.16;margin:4px 0 0}.ttv-most-read__views{color:var(--ttv-color-muted);font-family:var(--ttv-font-interface);font-size:12px;margin:7px 0 0}.ttv-most-read__cards{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-most-read__card-wrap{position:relative}.ttv-most-read__card-wrap>.ttv-most-read__rank{background:color-mix(in srgb,var(--ttv-block-accent,var(--ttv-color-primary)) 88%,transparent);border-color:#ffffff73;box-shadow:0 7px 20px #00000038;color:#fff;left:10px;position:absolute;top:10px;z-index:2}.ttv-showcase__lead-grid{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr)}.ttv-showcase__secondary-grid{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-related-articles__items,.ttv-showcase__items{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-related-articles--horizontal .ttv-related-articles__items,.ttv-showcase--stripe .ttv-showcase__items{grid-template-columns:repeat(4,minmax(230px,1fr));overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.ttv-related-articles--horizontal .ttv-card,.ttv-showcase--stripe .ttv-card{scroll-snap-align:start}.ttv-related-articles--compact .ttv-related-articles__items,.ttv-related-articles--list .ttv-related-articles__items,.ttv-showcase--compact .ttv-showcase__items,.ttv-showcase--local-list .ttv-showcase__items{grid-template-columns:1fr}.ttv-related-articles--list .ttv-card,.ttv-showcase--local-list .ttv-card{display:grid;grid-template-columns:minmax(150px,230px) minmax(0,1fr)}.ttv-related-articles--list .ttv-card__media,.ttv-showcase--local-list .ttv-card__media{height:100%}@media(max-width:1050px){.ttv-editorial-collection__lead-layout,.ttv-lead-list__layout,.ttv-showcase__lead-grid{grid-template-columns:1fr}.ttv-lead-list--lead-right .ttv-lead-list__lead,.ttv-lead-list--lead-right .ttv-lead-list__secondary{order:0}.ttv-editorial-collection__cards,.ttv-most-read__cards,.ttv-related-articles__items,.ttv-showcase__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ttv-editorial-collection,.ttv-lead-list,.ttv-most-read,.ttv-related-articles,.ttv-showcase{padding:18px}.ttv-editorial-collection__cards,.ttv-lead-list--stacked .ttv-lead-list__secondary,.ttv-most-read__cards,.ttv-related-articles__items,.ttv-showcase__items,.ttv-showcase__secondary-grid{grid-template-columns:1fr}.ttv-lead-list__secondary-item{grid-template-columns:104px minmax(0,1fr)}.ttv-editorial-collection__lead{grid-template-columns:1fr}.ttv-editorial-collection__plain-list article{gap:14px;grid-template-columns:120px minmax(0,1fr)}.ttv-most-read__list li{gap:11px;grid-template-columns:46px 90px minmax(0,1fr)}.ttv-most-read__list li.is-compact{grid-template-columns:42px minmax(0,1fr)}.ttv-most-read__rank{font-size:18px;height:38px;width:38px}.ttv-related-articles--list .ttv-card,.ttv-showcase--local-list .ttv-card{grid-template-columns:112px minmax(0,1fr)}}.ttv-editorial-collection h2,.ttv-editorial-collection h3,.ttv-lead-list h2,.ttv-lead-list h3,.ttv-most-read h2,.ttv-most-read h3,.ttv-related-articles h2,.ttv-related-articles h3,.ttv-showcase h2,.ttv-showcase h3{font-weight:var(--ttv-heading-weight);letter-spacing:var(--ttv-heading-letter-spacing)}.ttv-layout-grid{align-content:start;justify-items:stretch;max-width:100%;min-width:0;width:100%}.ttv-layout-grid__main,.ttv-layout-grid__sidebar,.ttv-page-block,.ttv-page-slot{justify-self:stretch;max-width:100%;min-width:0;width:100%}.ttv-layout-grid__main,.ttv-layout-grid__sidebar,.ttv-page-slot{align-content:start;justify-items:stretch}.ttv-page-block>section{min-width:0;width:100%}.ttv-layout-grid__sidebar .ttv-editorial-collection__cards,.ttv-layout-grid__sidebar .ttv-most-read__cards,.ttv-layout-grid__sidebar .ttv-related-articles__items,.ttv-layout-grid__sidebar .ttv-showcase__items,.ttv-layout-grid__sidebar .ttv-showcase__secondary-grid{grid-template-columns:minmax(0,1fr)}.ttv-layout-grid__sidebar .ttv-related-articles--horizontal .ttv-related-articles__items,.ttv-layout-grid__sidebar .ttv-showcase--stripe .ttv-showcase__items{display:grid;grid-template-columns:minmax(0,1fr);overflow:visible}.ttv-layout-grid__sidebar .ttv-editorial-collection__lead,.ttv-layout-grid__sidebar .ttv-editorial-collection__lead-layout,.ttv-layout-grid__sidebar .ttv-lead-list__layout,.ttv-layout-grid__sidebar .ttv-showcase__lead-grid{grid-template-columns:minmax(0,1fr)}.ttv-layout-grid__sidebar .ttv-block-heading{align-items:flex-start;flex-direction:column;gap:12px}.ttv-layout-grid__sidebar .ttv-block-heading h2{font-size:clamp(24px,2.6vw,34px)}.ttv-layout-grid__main,.ttv-layout-grid__sidebar{container-type:inline-size}@container (max-width: 900px){.ttv-editorial-collection__cards,.ttv-most-read__cards,.ttv-related-articles__items,.ttv-showcase__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-editorial-collection__lead-layout,.ttv-lead-list__layout,.ttv-showcase__lead-grid{grid-template-columns:minmax(0,1fr)}}@container (max-width: 560px){.ttv-editorial-collection__cards,.ttv-lead-list--stacked .ttv-lead-list__secondary,.ttv-most-read__cards,.ttv-related-articles__items,.ttv-showcase__items,.ttv-showcase__secondary-grid{grid-template-columns:minmax(0,1fr)}.ttv-related-articles--horizontal .ttv-related-articles__items,.ttv-showcase--stripe .ttv-showcase__items{grid-template-columns:minmax(230px,1fr)}}.ttv-page,.ttv-page-block{box-sizing:border-box}.ttv-page-width--wide{width:min(1680px,calc(100% - var(--ttv-page-gutter)))}.ttv-page-width--text{width:min(var(--ttv-container-text),calc(100% - var(--ttv-page-gutter)))}.ttv-page-width--full{max-width:none;padding-inline:var(--ttv-page-gutter);width:100%}.ttv-width--text{margin-inline:auto;width:min(100%,var(--ttv-container-text))}.ttv-width--full,.ttv-width--wide{max-width:100%;width:100%}.ttv-page-block[style],.ttv-page[style]{transition:background-color var(--ttv-transition),color var(--ttv-transition),border-color var(--ttv-transition),box-shadow var(--ttv-transition)}.ttv-page-block[style]>section{color:inherit}.ttv-site-shell--css-preview .ttv-preview-banner{background:#215c43}@media(max-width:760px){.ttv-page-width--full{padding-inline:var(--ttv-page-gutter-mobile)}}html.ttv-chronograph-open,html.ttv-chronograph-open body{overflow:hidden}.ttv-header--chronograph-active{box-shadow:0 10px 34px #50271e17}.ttv-chronograph{align-items:center;display:inline-flex;font-family:var(--ttv-font-interface);gap:9px;justify-content:center;min-width:132px;text-align:left}.ttv-chronograph--active{background:linear-gradient(135deg,var(--ttv-color-primary-dark),#ad3d30);box-shadow:0 10px 26px #7a23233d}.ttv-mobile-menu__present,.ttv-present-button{background:color-mix(in srgb,var(--ttv-color-surface) 90%,transparent);border:1px solid color-mix(in srgb,var(--ttv-color-primary) 24%,var(--ttv-color-border));border-radius:var(--ttv-radius-small);color:var(--ttv-color-primary);cursor:pointer;font-family:var(--ttv-font-interface);font-weight:700;padding:11px 16px;transition:background var(--ttv-transition),transform var(--ttv-transition)}.ttv-mobile-menu__present:hover,.ttv-present-button:hover{background:var(--ttv-color-surface-soft);transform:translateY(-1px)}.ttv-mobile-menu__present{display:block;margin:0 auto 12px;text-align:left;width:min(100%,680px)}.ttv-chronograph-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b1c188c;display:grid;inset:0;overflow-y:auto;padding:28px;place-items:center;position:fixed;z-index:200}.ttv-chronograph-modal{background:radial-gradient(circle at 50% -10%,rgba(197,125,112,.24),transparent 34%),color-mix(in srgb,var(--ttv-color-page) 96%,#fff);border:1px solid color-mix(in srgb,var(--ttv-color-primary) 24%,var(--ttv-color-border));border-radius:30px;box-shadow:0 38px 110px #28161257;color:var(--ttv-color-text);outline:none;padding:clamp(24px,4vw,42px);position:relative;width:min(680px,100%)}.ttv-chronograph-modal__clock{background:var(--ttv-color-page);border:1px solid var(--ttv-color-border);border-radius:50%;box-shadow:var(--ttv-shadow-card);color:var(--ttv-color-primary);display:grid;font-size:27px;height:58px;left:50%;place-items:center;position:absolute;top:-27px;transform:translate(-50%);width:58px}.ttv-chronograph-modal__header{align-items:flex-start;display:flex;gap:22px;justify-content:space-between;text-align:center}.ttv-chronograph-modal__header>div{flex:1}.ttv-chronograph-modal__kicker{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.13em;margin:0 0 3px;text-transform:uppercase}.ttv-chronograph-modal__header h2{font-family:var(--ttv-font-heading);font-size:clamp(24px,4vw,34px);font-weight:var(--ttv-heading-weight);margin:0}.ttv-chronograph-modal__close{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:50%;color:var(--ttv-color-primary);cursor:pointer;display:grid;flex:0 0 auto;font-size:25px;height:42px;line-height:1;padding:0;place-items:center;width:42px}.ttv-chronograph-modal__status{color:var(--ttv-color-muted);padding:44px 12px 20px;text-align:center}.ttv-chronograph-modal__status--error{color:#9f2e2e}.ttv-chronograph-wheels{display:grid;gap:26px;grid-template-columns:repeat(2,minmax(0,1fr));margin:28px 0 18px}.ttv-chronograph-county-field,.ttv-chronograph-wheel-field{color:var(--ttv-color-primary);display:grid;font-family:var(--ttv-font-interface);font-size:11px;font-weight:800;gap:8px;letter-spacing:.12em;text-align:center}.ttv-chronograph-wheel{background:linear-gradient(180deg,#2d2927,#e7d6ca 20%,#fff 46% 56%,#e7d6ca 80%,#2d2927);border:4px solid #3b322e;border-radius:22px;box-shadow:inset 0 0 24px #00000047;display:grid;min-height:148px;overflow:hidden;padding:12px;place-items:center}.ttv-chronograph-wheel small{color:#443b37;font-family:var(--ttv-font-heading);font-size:18px;opacity:.58}.ttv-chronograph-wheel select{background:#ffffffe0;border:0;border-radius:8px;color:var(--ttv-color-primary);cursor:pointer;font-family:var(--ttv-font-heading);font-size:clamp(23px,5vw,31px);font-weight:800;outline:0;padding:8px 10px;text-align:center;-moz-text-align-last:center;text-align-last:center;width:78%}.ttv-chronograph-county-field{margin:20px 0 24px}.ttv-chronograph-county-wheel{background:linear-gradient(90deg,#baa89d,#fff8f0 24%,#fff,#fff8f0 76%,#baa89d);border:3px solid #5f4d44;border-radius:999px;box-shadow:inset 0 2px 10px #34231e2b;padding:4px}.ttv-chronograph-county-wheel select{background:transparent;border:0;color:var(--ttv-color-primary);cursor:pointer;font-family:var(--ttv-font-heading);font-size:25px;font-weight:800;outline:0;padding:13px 56px;text-align:center;-moz-text-align-last:center;text-align-last:center;width:100%}.ttv-chronograph-submit{background:linear-gradient(180deg,#b84035,var(--ttv-color-primary));border:0;border-radius:999px;box-shadow:0 10px 24px #832e2e33;color:#fff;cursor:pointer;font-family:var(--ttv-font-interface);font-weight:800;padding:14px 24px;width:100%}.ttv-chronograph-submit:disabled{cursor:not-allowed;opacity:.5}.ttv-chronograph-note{color:var(--ttv-color-muted);font-size:12px;line-height:1.5;margin:12px auto 0;max-width:540px;text-align:center}.ttv-chronograph-modal-enter-active,.ttv-chronograph-modal-leave-active{transition:opacity .18s ease}.ttv-chronograph-modal-enter-active .ttv-chronograph-modal,.ttv-chronograph-modal-leave-active .ttv-chronograph-modal{transition:transform .18s ease,opacity .18s ease}.ttv-chronograph-modal-enter-from,.ttv-chronograph-modal-leave-to{opacity:0}.ttv-chronograph-modal-enter-from .ttv-chronograph-modal,.ttv-chronograph-modal-leave-to .ttv-chronograph-modal{opacity:0;transform:translateY(14px) scale(.98)}.ttv-chrono-county-bar{background:color-mix(in srgb,var(--ttv-color-surface) 86%,var(--ttv-color-page));border-bottom:1px solid var(--ttv-color-border);overflow-x:auto;scrollbar-width:thin}.ttv-chrono-county-bar__inner{align-items:stretch;display:flex;min-height:50px;min-width:100%;padding:0 max(var(--ttv-page-gutter),calc((100vw - var(--ttv-container-wide))/2));width:-moz-max-content;width:max-content}.ttv-chrono-county-bar a,.ttv-chrono-county-bar button{align-items:center;background:transparent;border:0;border-right:1px solid color-mix(in srgb,var(--ttv-color-border) 65%,transparent);color:var(--ttv-color-muted);cursor:pointer;display:inline-flex;font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.05em;padding:0 18px;text-transform:uppercase;white-space:nowrap}.ttv-chrono-county-bar a.is-active,.ttv-chrono-county-bar a:hover,.ttv-chrono-county-bar button:hover{background:color-mix(in srgb,var(--ttv-color-surface-soft) 70%,transparent);color:var(--ttv-color-primary)}.ttv-chrono-county-bar__all{color:var(--ttv-color-primary)!important;gap:8px}.ttv-chronograph-page{min-height:70vh}.ttv-chronograph-active-band{background:radial-gradient(circle at 78% 50%,rgba(197,125,112,.2),transparent 35%),linear-gradient(90deg,var(--ttv-color-surface-soft),var(--ttv-color-page));border-bottom:1px solid var(--ttv-color-border);overflow:hidden;position:relative}.ttv-chronograph-active-band:after{background:linear-gradient(90deg,transparent 45%,hsla(0,0%,100%,.24));content:"";inset:0;pointer-events:none;position:absolute}.ttv-chronograph-active-band__inner{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);margin:0 auto;min-height:210px;position:relative;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)));z-index:1}.ttv-chronograph-active-band__inner>div:first-child>p{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.12em;margin:0 0 12px;text-transform:uppercase}.ttv-chronograph-active-band h1{font-family:var(--ttv-font-heading);font-size:clamp(38px,5vw,64px);font-weight:var(--ttv-heading-weight);letter-spacing:-.04em;line-height:1;margin:0}.ttv-chronograph-active-band h1 span{color:var(--ttv-color-primary)}.ttv-chronograph-active-band__note{align-items:flex-start;color:var(--ttv-color-muted);display:flex;gap:13px;max-width:520px}.ttv-chronograph-active-band__note>span{color:var(--ttv-color-primary);font-size:22px}.ttv-chronograph-active-band__note p{margin:0}.ttv-chronograph-content{margin:28px auto 90px;outline:0;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-chronograph-hero{background:var(--ttv-color-footer);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-section);min-height:clamp(420px,54vw,650px);overflow:hidden;position:relative}.ttv-chronograph-hero__media,.ttv-chronograph-hero__media img{height:100%;inset:0;position:absolute;width:100%}.ttv-chronograph-hero__media img{-o-object-fit:cover;object-fit:cover}.ttv-chronograph-hero__media span{color:var(--ttv-color-footer-muted);display:grid;height:100%;place-items:center}.ttv-chronograph-hero:after{background:linear-gradient(180deg,transparent 26%,rgba(25,17,15,.78));content:"";inset:0;pointer-events:none;position:absolute}.ttv-chronograph-hero__overlay{bottom:clamp(24px,5vw,58px);color:#fff;left:clamp(22px,5vw,66px);max-width:760px;position:absolute;right:clamp(22px,5vw,66px);z-index:1}.ttv-chronograph-hero__overlay>p{color:#ffd8c7;font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.1em;margin:0 0 8px;text-transform:uppercase}.ttv-chronograph-hero__overlay h2{font-family:var(--ttv-font-heading);font-size:clamp(34px,5.5vw,70px);letter-spacing:-.045em;line-height:.98;margin:0 0 13px}.ttv-chronograph-hero__overlay>div{color:#ffffffc7;display:flex;font-size:13px;gap:12px}.ttv-chronograph-latest-strip{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-card);margin-top:var(--ttv-section-gap);overflow:hidden}.ttv-chronograph-section-heading{align-items:flex-end;border-bottom:1px solid var(--ttv-color-border);display:flex;gap:20px;justify-content:space-between;padding:24px 28px}.ttv-chronograph-section-heading--compact{padding-bottom:16px}.ttv-chronograph-section-heading p{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:11px;font-weight:800;letter-spacing:.1em;margin:0 0 4px;text-transform:uppercase}.ttv-chronograph-section-heading h2{font-family:var(--ttv-font-heading);font-size:clamp(28px,3vw,40px);letter-spacing:-.035em;line-height:1.05;margin:0}.ttv-chronograph-section-heading>a{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:13px;font-weight:800}.ttv-chronograph-latest-strip__track{display:flex;overflow-x:auto;scrollbar-width:thin}.ttv-chronograph-latest-strip__track a{border-right:1px solid var(--ttv-color-border);display:grid;gap:4px;min-width:min(340px,78vw);padding:15px 20px}.ttv-chronograph-latest-strip__track time{color:var(--ttv-color-primary);font-size:10px;font-weight:800;text-transform:uppercase}.ttv-chronograph-latest-strip__track span{font-family:var(--ttv-font-heading);font-size:17px;line-height:1.18}.ttv-chronograph-layout{align-items:start;display:grid;gap:var(--ttv-grid-gap);grid-template-columns:minmax(0,7fr) minmax(300px,3fr);margin-top:var(--ttv-section-gap)}.ttv-chronograph-layout__main,.ttv-chronograph-layout__sidebar{display:grid;gap:var(--ttv-grid-gap);min-width:0}.ttv-chronograph-panel{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-card);overflow:hidden}.ttv-chronograph-panel--editorial{background:linear-gradient(180deg,var(--ttv-color-surface-soft),var(--ttv-color-surface))}.ttv-chronograph-featured-row{display:grid;gap:24px;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);padding:26px}.ttv-chronograph-featured-row__lead .ttv-chrono-card__media{aspect-ratio:4/3}.ttv-chronograph-featured-row__lead .ttv-chrono-card__body h3{font-size:clamp(28px,3vw,42px)}.ttv-chronograph-featured-row__list{align-content:start;display:grid;gap:15px}.ttv-chronograph-card-grid{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr));padding:24px}.ttv-chrono-card{min-width:0}.ttv-chrono-card__media{aspect-ratio:16/10;background:var(--ttv-color-surface-soft);border-radius:var(--ttv-radius-small);display:grid;overflow:hidden;place-items:center}.ttv-chrono-card__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .26s ease;width:100%}.ttv-chrono-card:hover .ttv-chrono-card__media img{transform:scale(1.035)}.ttv-chrono-card__media span{color:var(--ttv-color-muted);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800}.ttv-chrono-card__body{padding-top:13px}.ttv-chrono-card__eyebrow{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:10px;font-weight:800;letter-spacing:.08em;margin:0 0 5px;text-transform:uppercase}.ttv-chrono-card h3{font-family:var(--ttv-font-heading);font-size:21px;line-height:1.12;margin:0}.ttv-chrono-card__excerpt{color:var(--ttv-color-muted);font-size:14px;margin:9px 0 0}.ttv-chrono-card__meta{color:var(--ttv-color-muted);display:flex;flex-wrap:wrap;font-size:11px;gap:7px;margin:9px 0 0}.ttv-chrono-card__meta span+span:before{content:"·";margin-right:7px}.ttv-chrono-card--compact{border-bottom:1px dotted var(--ttv-color-border);display:grid;gap:13px;grid-template-columns:118px minmax(0,1fr);padding-bottom:15px}.ttv-chrono-card--compact .ttv-chrono-card__media{aspect-ratio:4/3}.ttv-chrono-card--compact .ttv-chrono-card__body{padding-top:0}.ttv-chrono-card--compact h3{font-size:17px}.ttv-chronograph-ranked-list{counter-reset:chronograph-rank;list-style:none;margin:0;padding:4px 28px 22px}.ttv-chronograph-ranked-list li{border-bottom:1px dotted var(--ttv-color-border);counter-increment:chronograph-rank;padding:18px 0 18px 34px;position:relative}.ttv-chronograph-ranked-list li:before{color:color-mix(in srgb,var(--ttv-color-primary) 42%,transparent);content:counter(chronograph-rank,decimal-leading-zero);font-family:var(--ttv-font-heading);font-size:18px;font-weight:800;left:0;position:absolute;top:15px}.ttv-chronograph-ranked-list a{display:block;font-family:var(--ttv-font-heading);font-size:19px;line-height:1.15}.ttv-chronograph-ranked-list span{color:var(--ttv-color-muted);font-size:11px}.ttv-chronograph-info-card{background:radial-gradient(circle at 100% 0,rgba(197,125,112,.2),transparent 38%),var(--ttv-color-surface-soft);padding:28px}.ttv-chronograph-info-card>p:first-child{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;margin:0}.ttv-chronograph-info-card h2{font-family:var(--ttv-font-heading);font-size:27px;line-height:1.08;margin:8px 0 13px}.ttv-chronograph-info-card>p:not(:first-child){color:var(--ttv-color-muted);font-size:14px}.ttv-chronograph-info-card dl{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:22px 0 0}.ttv-chronograph-info-card dl div{background:#ffffff9e;border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-small);padding:13px}.ttv-chronograph-info-card dt{color:var(--ttv-color-muted);font-size:10px;text-transform:uppercase}.ttv-chronograph-info-card dd{color:var(--ttv-color-primary);font-family:var(--ttv-font-heading);font-size:25px;font-weight:800;margin:2px 0 0}.ttv-chronograph-period-nav{display:grid;gap:10px;grid-template-columns:1fr 1fr}.ttv-chronograph-period-nav a{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-small);color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;padding:13px 14px;text-align:center}.ttv-chronograph-localities{display:grid;gap:13px;grid-template-columns:repeat(4,minmax(0,1fr));padding:24px}.ttv-chronograph-localities span{background:var(--ttv-color-surface-soft);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-small);display:grid;gap:3px;padding:15px}.ttv-chronograph-localities strong{font-family:var(--ttv-font-heading);font-size:18px}.ttv-chronograph-localities small{color:var(--ttv-color-muted)}@media(max-width:1180px){.ttv-present-button{display:none}.ttv-chronograph-layout{grid-template-columns:minmax(0,1fr) 300px}.ttv-chronograph-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-localities{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.ttv-chronograph-active-band__inner,.ttv-chronograph-layout{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-active-band__inner{padding:32px 0}.ttv-chronograph-featured-row{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-layout__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-period-nav{grid-column:1/-1}}@media(max-width:720px){.ttv-chronograph-overlay{padding:18px 12px;place-items:start center}.ttv-chronograph-modal{border-radius:23px;margin-top:20px}.ttv-chronograph-wheels{gap:12px}.ttv-chronograph-wheel{min-height:130px}.ttv-chronograph-county-wheel select{font-size:22px;padding-left:25px;padding-right:25px}.ttv-chronograph-active-band__inner{gap:22px;min-height:0}.ttv-chronograph-active-band h1{font-size:42px}.ttv-chronograph-content{margin-top:18px}.ttv-chronograph-hero{border-radius:20px;min-height:470px}.ttv-chronograph-hero__overlay h2{font-size:38px}.ttv-chronograph-section-heading{align-items:flex-start;padding:19px}.ttv-chronograph-section-heading>a{display:none}.ttv-chronograph-card-grid,.ttv-chronograph-featured-row,.ttv-chronograph-localities{padding:18px}.ttv-chronograph-card-grid,.ttv-chronograph-layout__sidebar,.ttv-chronograph-localities{grid-template-columns:minmax(0,1fr)}}@media(max-width:480px){.ttv-chronograph-wheels{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-wheel-field{margin:0 auto;max-width:280px;width:100%}.ttv-chronograph-hero{min-height:420px}.ttv-chrono-card--compact{grid-template-columns:96px minmax(0,1fr)}}.ttv-chronograph-modal--retro{background:repeating-linear-gradient(0deg,rgba(91,58,35,.025) 0 1px,transparent 1px 4px),radial-gradient(circle at 18% 12%,hsla(0,0%,100%,.78),transparent 30%),linear-gradient(145deg,#f8efe2,#efe0cd 48%,#f8eee0);border:1px solid #b89672;border-radius:24px;box-shadow:0 38px 110px #28161257,inset 0 0 0 5px #ffffff38,inset 0 0 42px #7448271a;isolation:isolate;overflow:visible}.ttv-chronograph-modal--retro:before{border:1px solid rgba(130,81,45,.19);border-radius:17px;content:"";inset:10px;pointer-events:none;position:absolute;z-index:-1}.ttv-chronograph-modal--retro .ttv-chronograph-modal__clock{background:radial-gradient(circle at 35% 25%,#fff8e8 0 12%,transparent 13%),linear-gradient(145deg,#d9b98f,#f7e7ca 47%,#aa7b4f);border:1px solid #b28a62;box-shadow:0 8px 18px #3f221238,inset 0 0 0 3px #ffffff57,inset 0 -6px 10px #522f1829;color:#8d2f25;text-shadow:0 1px 0 #fff4dc}.ttv-chronograph-modal__screw{background:linear-gradient(45deg,transparent 43%,#755236 44% 56%,transparent 57%),radial-gradient(circle at 35% 30%,#f4dfbe,#a97b4e 65%,#715036);border:1px solid #8b6746;border-radius:50%;box-shadow:0 1px 2px #341f1259;height:13px;position:absolute;top:18px;width:13px}.ttv-chronograph-modal__screw--left{left:18px}.ttv-chronograph-modal__screw--right{right:18px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header{padding-inline:12px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__kicker{color:#9b372c;text-shadow:0 1px 0 #fff6e7}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header h2{color:#3c2d25;font-size:clamp(21px,3.5vw,30px);letter-spacing:.04em;text-transform:uppercase}.ttv-chronograph-modal--retro .ttv-chronograph-modal__close{background:linear-gradient(145deg,#fff8eb,#e7d1b5);border-color:#c7a581;box-shadow:inset 0 1px #fff,0 3px 8px #4a2b1824;color:#9d392e}.ttv-chronograph-wheels{align-items:start;gap:clamp(18px,4vw,34px);margin-top:30px}.ttv-chronograph-wheel-field{min-width:0}.ttv-chronograph-county-field>span,.ttv-chronograph-wheel-field>span{color:#9c382e;text-shadow:0 1px 0 #fff5e5}.ttv-chronograph-wheel-field__hint{color:#795e4b;display:block;font-family:var(--ttv-font-interface);font-size:10px;font-weight:600;letter-spacing:.04em;margin-top:6px;opacity:.78;text-transform:none}.ttv-chronograph-drum-assembly{align-items:center;display:grid;grid-template-columns:24px minmax(0,1fr) 24px;margin-inline:auto;max-width:250px;position:relative;width:100%}.ttv-chronograph-drum-assembly:after,.ttv-chronograph-drum-assembly:before{background:repeating-linear-gradient(0deg,#3e3835 0 3px,#88796e 3px 5px),linear-gradient(90deg,#312d2b,#a99b8f 48%,#3c3632);border:1px solid #5f5148;box-shadow:inset 0 0 5px #1e1b19,0 2px 4px #291b1340;content:"";height:54px;position:absolute;top:50%;transform:translateY(-50%);width:18px;z-index:0}.ttv-chronograph-drum-assembly:before{border-radius:7px 2px 2px 7px;left:13px}.ttv-chronograph-drum-assembly:after{border-radius:2px 7px 7px 2px;right:13px}.ttv-chronograph-drum-knob{background:repeating-linear-gradient(90deg,hsla(0,0%,100%,.1) 0 2px,transparent 2px 4px),linear-gradient(180deg,#b0a398,#4d4540 52%,#8c8178);border:1px solid #5d514a;border-radius:7px;box-shadow:inset 0 0 0 1px #ffffff2e,0 3px 7px #2a1c1438;color:#3d342f;cursor:pointer;display:grid;font-size:21px;font-weight:800;height:42px;line-height:1;padding:0;place-items:center;position:relative;transition:filter .14s ease,transform .14s ease;width:30px;z-index:3}.ttv-chronograph-drum-knob--previous{justify-self:end;transform:translate(5px)}.ttv-chronograph-drum-knob--next{justify-self:start;transform:translate(-5px)}.ttv-chronograph-drum-knob:hover:not(:disabled){filter:brightness(1.12)}.ttv-chronograph-drum-knob--previous:hover:not(:disabled){transform:translate(3px)}.ttv-chronograph-drum-knob--next:hover:not(:disabled){transform:translate(-3px)}.ttv-chronograph-drum-knob:disabled{cursor:not-allowed;filter:grayscale(.75);opacity:.38}.ttv-chronograph-drum{background:linear-gradient(90deg,rgba(30,27,25,.46),transparent 12% 88%,rgba(30,27,25,.46)),linear-gradient(180deg,#5c5651,#ded0bd 13%,#f7ecda 45%,#fff8e8 50%,#eadcc8 85%,#4a4541);border:5px solid #292725;border-radius:18px;box-shadow:inset 0 0 20px #0000007a,inset 0 0 0 1px #fff3,0 8px 18px #3a25183d;color:#2f2824;cursor:ns-resize;height:154px;min-width:0;outline:none;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.ttv-chronograph-drum:focus-visible{box-shadow:0 0 0 4px #9e3a2f38,inset 0 0 20px #0000007a,0 8px 18px #3a25183d}.ttv-chronograph-drum.is-dragging{cursor:grabbing}.ttv-chronograph-drum__track{display:grid;grid-template-rows:repeat(3,1fr);height:100%;transform-origin:center}.ttv-chronograph-drum__value{display:grid;font-family:var(--ttv-font-heading);font-size:clamp(17px,2.6vw,24px);font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1;min-width:0;overflow:hidden;padding-inline:8px;place-items:center;position:relative;text-align:center;text-overflow:ellipsis;text-shadow:0 1px 0 hsla(0,0%,100%,.72);white-space:nowrap;z-index:2}.ttv-chronograph-drum__value--muted{color:#2e2926;filter:blur(.25px);opacity:.52;transform:scaleY(.84)}.ttv-chronograph-drum__value--current{background:linear-gradient(90deg,transparent,rgba(85,27,27,.89) 18% 82%,transparent);border-block:1px solid rgba(18,16,15,.22);color:#fff;font-size:24px;font-weight:800;text-shadow:0 1px 0 #262323,0 0 12px rgba(57,57,57,.88)}.ttv-chronograph-drum__shine{background:linear-gradient(105deg,hsla(0,0%,100%,.36) 0 9%,transparent 18% 72%,hsla(0,0%,100%,.14) 86%),linear-gradient(180deg,rgba(0,0,0,.18),transparent 25% 72%,rgba(0,0,0,.22));border-radius:12px;inset:0;pointer-events:none;position:absolute;z-index:4}.ttv-chronograph-drum__marker{background:#84392a3d;box-shadow:0 1px #ffffff73;height:1px;left:8px;pointer-events:none;position:absolute;right:8px;z-index:5}.ttv-chronograph-drum__marker--top{top:33.33333%}.ttv-chronograph-drum__marker--bottom{bottom:33.33333%}.ttv-chronograph-drum.is-forward .ttv-chronograph-drum__track{animation:ttv-chronograph-roll-forward .25s cubic-bezier(.2,.75,.25,1)}.ttv-chronograph-drum.is-backward .ttv-chronograph-drum__track{animation:ttv-chronograph-roll-backward .25s cubic-bezier(.2,.75,.25,1)}@keyframes ttv-chronograph-roll-forward{0%{filter:blur(1.4px);transform:translateY(-16px) scaleY(.96)}55%{filter:blur(.25px);transform:translateY(5px) scaleY(1.02)}to{filter:blur(0);transform:translateY(0) scaleY(1)}}@keyframes ttv-chronograph-roll-backward{0%{filter:blur(1.4px);transform:translateY(16px) scaleY(.96)}55%{filter:blur(.25px);transform:translateY(-5px) scaleY(1.02)}to{filter:blur(0);transform:translateY(0) scaleY(1)}}.ttv-chronograph-county-field{margin-top:18px}.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel{background:linear-gradient(90deg,#85776c,#d9c8b5 10%,#fff4e3,#fff9ed,#fff4e3,#d9c8b5 90%,#85776c);border-color:#6f5d50;box-shadow:inset 0 2px 13px #34231e3b,0 5px 12px #442b1b1f;margin-inline:auto;max-width:560px;position:relative}.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel:after,.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel:before{background:repeating-linear-gradient(0deg,#473f3a 0 3px,#9f9185 3px 5px);border:1px solid #64574e;border-radius:5px;content:"";height:48px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:15px;z-index:2}.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel:before{left:-8px}.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel:after{right:-8px}.ttv-chronograph-modal--retro .ttv-chronograph-county-wheel select{color:#a2382e;text-shadow:0 1px 0 #fff}.ttv-chronograph-selection{color:#765746;font-family:var(--ttv-font-interface);font-size:12px;font-weight:700;letter-spacing:.03em;margin:-8px 0 12px;text-align:center}.ttv-chronograph-modal--retro .ttv-chronograph-submit{background:linear-gradient(180deg,hsla(0,0%,100%,.15),transparent 45%),linear-gradient(180deg,#b94639,#8e2a23);border:1px solid #8a2c24;box-shadow:inset 0 1px #ffffff42,0 9px 18px #5b231b38;display:block;margin-inline:auto;max-width:520px;text-shadow:0 1px 0 rgba(73,20,16,.42)}@media(prefers-reduced-motion:reduce){.ttv-chronograph-drum.is-backward .ttv-chronograph-drum__track,.ttv-chronograph-drum.is-forward .ttv-chronograph-drum__track{animation:none}}@media(max-width:720px){.ttv-chronograph-modal--retro{padding-inline:18px}.ttv-chronograph-drum-assembly{grid-template-columns:20px minmax(0,1fr) 20px}.ttv-chronograph-drum{height:140px}.ttv-chronograph-drum-knob{height:38px;width:25px}.ttv-chronograph-drum-assembly:before{left:10px}.ttv-chronograph-drum-assembly:after{right:10px}.ttv-chronograph-drum__value--current{font-size:22px}}@media(max-width:480px){.ttv-chronograph-modal--retro{padding:28px 14px 20px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header h2{font-size:20px}.ttv-chronograph-wheel-field{max-width:300px}.ttv-chronograph-drum{height:132px}.ttv-chronograph-drum__value{font-size:17px}.ttv-chronograph-drum__value--current{font-size:20px}.ttv-chronograph-wheel-field__hint{display:none}}.ttv-chronograph,.ttv-mobile-menu__chronograph{background:linear-gradient(105deg,hsla(0,0%,100%,.13) 0 8%,transparent 18% 78%,hsla(0,0%,100%,.08) 90%),repeating-linear-gradient(0deg,rgb(72 18 14/8%) 0 1px,transparent 1px 3px),linear-gradient(180deg,#b84a3b,#982f27 48%,#76221c);border:1px solid #6d211b;border-radius:15px;box-shadow:inset 0 1px #ffffff57,inset 0 -5px 9px #370b0947,0 6px 14px #461a143d,0 0 0 2px #fff4e070;color:#fff7e8;font-family:Georgia,Times New Roman,serif;isolation:isolate;overflow:hidden;position:relative;text-shadow:0 1px 0 rgba(54,13,10,.55)}.ttv-chronograph:after,.ttv-chronograph:before,.ttv-mobile-menu__chronograph:after,.ttv-mobile-menu__chronograph:before{background:linear-gradient(45deg,transparent 42%,#6b3328 43% 57%,transparent 58%),radial-gradient(circle at 35% 30%,#f2d2a4,#a66b42 64%,#653a27);border:1px solid #5e291e;border-radius:50%;box-shadow:0 1px 2px #2a0f0b61;content:"";height:7px;pointer-events:none;position:absolute;top:7px;width:7px;z-index:2}.ttv-chronograph:before,.ttv-mobile-menu__chronograph:before{left:7px}.ttv-chronograph:after,.ttv-mobile-menu__chronograph:after{right:7px}.ttv-chronograph--active,.ttv-chronograph:hover,.ttv-mobile-menu__chronograph:hover{background:linear-gradient(105deg,hsla(0,0%,100%,.16) 0 8%,transparent 18% 78%,hsla(0,0%,100%,.1) 90%),repeating-linear-gradient(0deg,rgb(72 18 14/8%) 0 1px,transparent 1px 3px),linear-gradient(180deg,#c85543,#a8352b 48%,#7d241d);box-shadow:inset 0 1px #ffffff61,inset 0 -5px 9px #370b094d,0 8px 19px #461a144d,0 0 0 2px #ffebca9e}.ttv-chronograph__icon{background:radial-gradient(circle at 38% 32%,#fff4d7 0 8%,#d6a768 24%,#875029 68%,#4a2819);border:1px solid rgba(255,231,194,.68);border-radius:50%;box-shadow:inset 0 0 0 3px #491f134d,0 2px 5px #2a0c084d;color:#fff1cf;display:grid;flex:0 0 32px;font-size:18px;height:32px;place-items:center;text-shadow:0 1px 1px #472016;width:32px}.ttv-chronograph strong{font-size:16px;letter-spacing:.01em}.ttv-chronograph small{font-family:var(--ttv-font-interface);font-size:9px;font-weight:700;letter-spacing:.03em;opacity:.9}.ttv-county-menu{background:linear-gradient(180deg,color-mix(in srgb,var(--ttv-color-header-bg) 98%,#fff),color-mix(in srgb,var(--ttv-color-surface-soft) 48%,var(--ttv-color-header-bg)));border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border) 88%,transparent);border-top:1px solid color-mix(in srgb,var(--ttv-color-border) 76%,transparent);box-shadow:0 5px 16px #4a261d0d;color:var(--ttv-color-header-text);z-index:48}.ttv-county-menu__inner{align-items:stretch;display:flex;margin:0 auto;min-height:46px;width:min(var(--ttv-container-wide),100%)}.ttv-county-menu__all{align-items:center;background:color-mix(in srgb,var(--ttv-color-surface) 72%,transparent);border:0;border-right:1px solid var(--ttv-color-border);color:var(--ttv-color-primary);cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;gap:9px;justify-content:center;letter-spacing:.055em;min-width:190px;padding:0 20px;text-transform:uppercase}.ttv-county-menu__all:hover,.ttv-county-menu__all[aria-expanded=true]{background:var(--ttv-color-surface-soft)}.ttv-county-menu__all-icon{font-size:17px}.ttv-county-menu__chevron{transition:transform var(--ttv-transition)}.ttv-county-menu__all[aria-expanded=true] .ttv-county-menu__chevron{transform:rotate(180deg)}.ttv-county-menu__strip{flex:1 1 auto;min-width:0;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}.ttv-county-menu__strip::-webkit-scrollbar{display:none}.ttv-county-menu__strip a{border-right:1px solid color-mix(in srgb,var(--ttv-color-border) 55%,transparent);color:color-mix(in srgb,var(--ttv-color-header-text) 76%,transparent);display:inline-flex;font-family:var(--ttv-font-interface);font-weight:700;justify-content:center;letter-spacing:.055em;min-width:-moz-max-content;min-width:max-content;padding:0 17px;scroll-snap-align:start;text-transform:uppercase;transition:color var(--ttv-transition),background var(--ttv-transition)}.ttv-county-menu__strip a.is-active,.ttv-county-menu__strip a:hover{background:color-mix(in srgb,var(--ttv-color-primary) 6%,transparent);color:var(--ttv-color-primary)}.ttv-county-menu__strip a.is-active{box-shadow:inset 0 -2px 0 var(--ttv-color-primary)}.ttv-county-menu__grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;padding:18px 0 22px}.ttv-county-menu__grid a{align-items:center;background:color-mix(in srgb,var(--ttv-color-surface) 75%,transparent);border:1px solid color-mix(in srgb,var(--ttv-color-border) 78%,transparent);border-radius:10px;display:flex;font-family:var(--ttv-font-interface);font-size:12px;font-weight:700;gap:10px;justify-content:space-between;min-width:0;padding:10px 12px}.ttv-county-menu__grid a.is-active,.ttv-county-menu__grid a:hover{background:var(--ttv-color-surface);border-color:color-mix(in srgb,var(--ttv-color-primary) 34%,var(--ttv-color-border));color:var(--ttv-color-primary)}.ttv-county-menu__grid small{color:var(--ttv-color-muted);font-size:10px}.ttv-county-grid-enter-active,.ttv-county-grid-leave-active{transition:opacity .16s ease,transform .16s ease}.ttv-county-grid-enter-from,.ttv-county-grid-leave-to{opacity:0;transform:translateY(-7px)}.ttv-chronograph-county-drum-assembly{align-items:center;display:grid;grid-template-columns:36px minmax(0,1fr) 36px;margin-inline:auto;position:relative;width:min(100%,570px)}.ttv-chronograph-county-drum-assembly:after,.ttv-chronograph-county-drum-assembly:before{background:repeating-linear-gradient(0deg,#3e3835 0 3px,#88796e 3px 5px),linear-gradient(90deg,#312d2b,#a99b8f 48%,#3c3632);border:1px solid #5f5148;box-shadow:inset 0 0 5px #1e1b19,0 2px 4px #291b1340;content:"";height:58px;position:absolute;top:50%;transform:translateY(-50%);width:24px;z-index:0}.ttv-chronograph-county-drum-assembly:before{border-radius:9px 2px 2px 9px;left:22px}.ttv-chronograph-county-drum-assembly:after{border-radius:2px 9px 9px 2px;right:22px}.ttv-chronograph-county-knob{background:repeating-linear-gradient(0deg,hsla(0,0%,100%,.1) 0 2px,transparent 2px 4px),linear-gradient(90deg,#b0a398,#4d4540 52%,#8c8178);border:1px solid #5d514a;border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff2e,0 3px 7px #2a1c1438;color:#3d342f;cursor:pointer;display:grid;font-size:24px;font-weight:800;height:46px;padding:0;place-items:center;position:relative;width:40px;z-index:3}.ttv-chronograph-county-knob--previous{justify-self:end;transform:translate(6px)}.ttv-chronograph-county-knob--next{justify-self:start;transform:translate(-6px)}.ttv-chronograph-county-knob:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.38}.ttv-chronograph-county-drum{background:linear-gradient(180deg,rgba(30,27,25,.38),transparent 16% 84%,rgba(30,27,25,.38)),linear-gradient(90deg,#5c5651,#ded0bd 10%,#f7ecda 38%,#fff8e8,#eadcc8 62%,#4a4541);border:5px solid #292725;border-radius:18px;box-shadow:inset 0 0 20px #00000070,inset 0 0 0 1px #fff3,0 8px 18px #3a251838;color:#2f2824;cursor:ew-resize;height:84px;outline:none;overflow:hidden;overscroll-behavior:contain;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.ttv-chronograph-county-drum:focus-visible{box-shadow:0 0 0 4px #9e3a2f38,inset 0 0 20px #00000070,0 8px 18px #3a251838}.ttv-chronograph-county-drum.is-dragging{cursor:grabbing}.ttv-chronograph-county-drum__track{display:grid;grid-template-columns:1fr 1.25fr 1fr;height:100%;transform-origin:center}.ttv-chronograph-county-drum__value{display:grid;font-family:var(--ttv-font-heading);font-size:clamp(15px,2.1vw,21px);line-height:1;min-width:0;overflow:hidden;padding-inline:10px;place-items:center;position:relative;text-align:center;text-overflow:ellipsis;text-shadow:0 1px 0 hsla(0,0%,100%,.72);white-space:nowrap;z-index:2}.ttv-chronograph-county-drum__value--muted{color:#3a312c;opacity:.48;transform:scaleX(.92)}.ttv-chronograph-county-drum__value--current{background:linear-gradient(180deg,transparent,rgba(76,21,21,.84) 18% 82%,transparent);border-inline:1px solid rgba(139,73,48,.24);color:#fefdfd;font-size:20px;font-weight:600;letter-spacing:.66px;text-shadow:0 1px 0 rgba(22,18,17,.78)}.ttv-chronograph-county-drum__shine{background:linear-gradient(105deg,hsla(0,0%,100%,.34) 0 8%,transparent 17% 74%,hsla(0,0%,100%,.13) 88%),linear-gradient(90deg,rgba(0,0,0,.19),transparent 18% 82%,rgba(0,0,0,.19));inset:0;pointer-events:none;position:absolute;z-index:4}.ttv-chronograph-county-drum__marker{background:#84392a3d;bottom:8px;box-shadow:1px 0 #ffffff73;pointer-events:none;position:absolute;top:8px;width:1px;z-index:5}.ttv-chronograph-county-drum__marker--left{left:33.33333%}.ttv-chronograph-county-drum__marker--right{right:33.33333%}.ttv-chronograph-county-drum.is-forward .ttv-chronograph-county-drum__track{animation:ttv-chronograph-county-forward .25s cubic-bezier(.2,.75,.25,1)}.ttv-chronograph-county-drum.is-backward .ttv-chronograph-county-drum__track{animation:ttv-chronograph-county-backward .25s cubic-bezier(.2,.75,.25,1)}@keyframes ttv-chronograph-county-forward{0%{filter:blur(1.2px);transform:translate(-18px) scaleX(.97)}55%{filter:blur(.2px);transform:translate(6px) scaleX(1.01)}to{filter:blur(0);transform:translate(0) scaleX(1)}}@keyframes ttv-chronograph-county-backward{0%{filter:blur(1.2px);transform:translate(18px) scaleX(.97)}55%{filter:blur(.2px);transform:translate(-6px) scaleX(1.01)}to{filter:blur(0);transform:translate(0) scaleX(1)}}.ttv-chronograph-county-drum,.ttv-chronograph-drum{touch-action:none!important;-webkit-user-drag:none;-webkit-touch-callout:none;overscroll-behavior:contain}@media(prefers-reduced-motion:reduce){.ttv-chronograph-county-drum.is-backward .ttv-chronograph-county-drum__track,.ttv-chronograph-county-drum.is-forward .ttv-chronograph-county-drum__track{animation:none}}@media(max-width:1100px){.ttv-county-menu__inner{width:100%}.ttv-county-menu__all{min-width:165px}.ttv-mobile-menu{inset:118px 0 0}}@media(max-width:760px){.ttv-county-menu__inner{min-height:42px}.ttv-county-menu__all{font-size:0;min-width:auto;padding-inline:13px}.ttv-county-menu__all>span:not(.ttv-county-menu__all-icon):not(.ttv-county-menu__chevron){display:none}.ttv-county-menu__all-icon,.ttv-county-menu__chevron{font-size:15px}.ttv-county-menu__strip a{font-size:10px;padding-inline:14px}.ttv-county-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-block:14px;width:calc(100% - 28px)}.ttv-mobile-menu{inset:114px 0 0}.ttv-chronograph-county-drum-assembly{grid-template-columns:28px minmax(0,1fr) 28px}.ttv-chronograph-county-knob{height:42px;width:31px}.ttv-chronograph-county-drum{height:78px}.ttv-chronograph-county-drum__track{grid-template-columns:.8fr 1.4fr .8fr}.ttv-chronograph-county-drum__value--current{font-size:18px;letter-spacing:.45px}}@media(max-width:480px){.ttv-county-menu__grid{grid-template-columns:1fr}.ttv-chronograph-county-drum__value{font-size:13px;padding-inline:5px}.ttv-chronograph-county-drum__value--current{font-size:16px;letter-spacing:.3px}.ttv-chronograph-county-drum-assembly:before{left:17px}.ttv-chronograph-county-drum-assembly:after{right:17px}}.ttv-chronograph-builder-slot{margin-inline:auto;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-chronograph-builder-slot--before-archive{padding-top:clamp(18px,3vw,34px)}.ttv-chronograph-builder-slot--after-archive,.ttv-chronograph-builder-slot--before-content{padding-block:clamp(18px,3vw,34px)}.ttv-chronograph-layout__main>.ttv-page-slot,.ttv-chronograph-layout__sidebar>.ttv-page-slot{min-width:0;width:100%}.ttv-chronograph-template-preview{background:radial-gradient(circle at 88% 12%,rgba(197,125,112,.18),transparent 34%),linear-gradient(135deg,var(--ttv-color-surface),var(--ttv-color-surface-soft));border:1px dashed color-mix(in srgb,var(--ttv-color-primary) 42%,var(--ttv-color-border));border-radius:var(--ttv-radius-section);margin-bottom:var(--ttv-section-gap);padding:clamp(28px,5vw,58px);text-align:center}.ttv-chronograph-template-preview>p:first-child,.ttv-chronograph-template-preview__label{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:800;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.ttv-chronograph-template-preview h1{font-size:clamp(28px,4vw,52px);margin:0 0 12px}.ttv-chronograph-template-preview>p:last-child{color:var(--ttv-color-muted);margin:0 auto;max-width:720px}.ttv-chronograph-template-preview__grid{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);margin-bottom:var(--ttv-section-gap)}.ttv-chronograph-template-preview__grid>aside,.ttv-chronograph-template-preview__grid>div{background:color-mix(in srgb,var(--ttv-color-surface) 72%,transparent);border:1px dashed var(--ttv-color-border);border-radius:var(--ttv-radius-card);min-width:0;padding:18px}.ttv-chronograph-county-drum__track,.ttv-chronograph-drum__track{will-change:transform,filter}.ttv-chronograph-county-drum.is-dragging .ttv-chronograph-county-drum__track,.ttv-chronograph-drum.is-dragging .ttv-chronograph-drum__track{animation:none!important}.ttv-chronograph-county-drum.is-backward .ttv-chronograph-county-drum__track,.ttv-chronograph-county-drum.is-forward .ttv-chronograph-county-drum__track,.ttv-chronograph-drum.is-backward .ttv-chronograph-drum__track,.ttv-chronograph-drum.is-forward .ttv-chronograph-drum__track{animation-duration:.17s}@media(max-width:900px){.ttv-chronograph-template-preview__grid{grid-template-columns:1fr}}@media(max-width:760px){.ttv-header__inner{gap:7px;min-height:66px}.ttv-logo{width:min(172px,42vw)}.ttv-chronograph{border-radius:11px;display:inline-flex;gap:6px;min-width:0;padding:7px 10px;white-space:nowrap}.ttv-chronograph:after,.ttv-chronograph:before{height:5px;top:5px;width:5px}.ttv-chronograph:before{left:5px}.ttv-chronograph:after{right:5px}.ttv-chronograph__icon{flex-basis:25px;font-size:14px;height:25px;width:25px}.ttv-chronograph strong{font-size:12.5px;letter-spacing:0;line-height:1.05}.ttv-chronograph small{display:none}.ttv-menu-toggle{border-radius:11px;height:40px;padding:9px;width:40px}.ttv-mobile-menu__chronograph span{display:none}.ttv-mobile-menu__chronograph strong{font-size:17px}.ttv-chronograph-builder-slot{width:calc(100% - var(--ttv-page-gutter-mobile))}.ttv-chronograph-template-preview{padding:26px 20px}}@media(max-width:390px){.ttv-logo{width:min(150px,39vw)}.ttv-chronograph{padding:7px 8px}.ttv-chronograph__icon{flex-basis:23px;font-size:13px;height:23px;width:23px}.ttv-chronograph strong{font-size:11.5px}}@media(pointer:coarse){.ttv-chronograph-county-drum,.ttv-chronograph-drum{cursor:grab}.ttv-chronograph-wheel-field__hint{opacity:.78}}.ttv-faq,.ttv-gallery,.ttv-image-text,.ttv-visual-separator{min-width:0;width:100%}.ttv-gallery{border-radius:var(--ttv-radius-card,22px);overflow:hidden;padding:var(--ttv-card-padding,24px)}.ttv-gallery__items{display:grid;gap:var(--ttv-grid-gap,18px);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-gallery--masonry .ttv-gallery__items{-moz-columns:3;column-count:3;-moz-column-gap:var(--ttv-grid-gap,18px);column-gap:var(--ttv-grid-gap,18px);display:block}.ttv-gallery__featured-image,.ttv-gallery__items figure,.ttv-gallery__slide{background:var(--ttv-color-soft,#f6eee8);border-radius:calc(var(--ttv-radius-card, 22px)*.72);margin:0;overflow:hidden;position:relative;-moz-column-break-inside:avoid;break-inside:avoid}.ttv-gallery--masonry .ttv-gallery__items figure{margin:0 0 var(--ttv-grid-gap,18px)}.ttv-gallery__featured-image>button,.ttv-gallery__items figure>button,.ttv-gallery__slide>button{background:transparent;border:0;cursor:zoom-in;display:block;padding:0;width:100%}.ttv-gallery__featured-image img,.ttv-gallery__items img,.ttv-gallery__slide img{aspect-ratio:var(--ttv-gallery-ratio,4/3);display:block;-o-object-fit:cover;object-fit:cover;transition:transform .26s ease;width:100%}.ttv-gallery__featured-image:hover img,.ttv-gallery__items figure:hover img,.ttv-gallery__slide:hover img{transform:scale(1.025)}.ttv-gallery--masonry .ttv-gallery__items img{aspect-ratio:auto;min-height:180px}.ttv-gallery figcaption{background:var(--ttv-color-surface,#fff);color:var(--ttv-color-text,#342d2b);display:grid;gap:4px;padding:12px 14px 14px}.ttv-gallery figcaption strong{font-family:var(--ttv-font-heading,Georgia,serif);font-size:1rem}.ttv-gallery figcaption a,.ttv-gallery figcaption small,.ttv-gallery figcaption span{font-size:.84rem;line-height:1.45}.ttv-gallery figcaption small{color:var(--ttv-color-text-muted,#776c68)}.ttv-gallery figcaption a{color:var(--ttv-block-accent,var(--ttv-color-primary,#832e2e));font-weight:700}.ttv-gallery__slider{border-radius:calc(var(--ttv-radius-card, 22px)*.72);overflow:hidden;position:relative}.ttv-gallery__slider-track{display:flex;transition:transform .42s cubic-bezier(.2,.72,.25,1);will-change:transform}.ttv-gallery__slide{min-width:100%}.ttv-gallery__slide img{min-height:clamp(260px,54vw,680px)}.ttv-gallery__dots{display:flex;gap:8px;justify-content:center;padding:14px 0 2px}.ttv-gallery__dots button{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 28%,transparent);border:0;border-radius:999px;cursor:pointer;height:9px;padding:0;width:9px}.ttv-gallery__dots button.is-active{background:var(--ttv-block-accent,#832e2e);width:26px}.ttv-gallery__featured{display:grid;gap:14px}.ttv-gallery__featured-image img{min-height:clamp(300px,52vw,720px)}.ttv-gallery__thumbnails{display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr))}.ttv-gallery__thumbnails button{background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;overflow:hidden;padding:0}.ttv-gallery__thumbnails button.is-active{border-color:var(--ttv-block-accent,#832e2e)}.ttv-gallery__thumbnails img{aspect-ratio:1/1;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-lightbox{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#120e0df0;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr) auto;inset:0;padding:clamp(20px,4vw,64px);position:fixed;z-index:9999}.ttv-lightbox figure{display:grid;justify-items:center;margin:0 auto;max-height:90vh;max-width:min(1200px,100%)}.ttv-lightbox img{display:block;max-height:78vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.ttv-lightbox figcaption{background:transparent;color:#fff;text-align:center;width:min(760px,100%)}.ttv-lightbox__close,.ttv-lightbox__next,.ttv-lightbox__previous{background:#ffffff1a;border:1px solid hsla(0,0%,100%,.28);color:#fff;cursor:pointer}.ttv-lightbox__close{border-radius:999px;font-size:1.8rem;height:44px;position:absolute;right:18px;top:18px;width:44px}.ttv-lightbox__next,.ttv-lightbox__previous{border-radius:999px;font-size:1.3rem;height:48px;width:48px}.ttv-image-text{align-items:stretch;border-radius:var(--ttv-radius-card,22px);display:grid;gap:clamp(22px,4vw,52px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden;padding:var(--ttv-card-padding,28px)}.ttv-image-text--image-right .ttv-image-text__media{order:2}.ttv-image-text--image-right .ttv-image-text__copy{order:1}.ttv-image-text--promo-card{border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 22%,transparent);box-shadow:var(--ttv-shadow-card,0 14px 40px rgb(50 32 24/8%));grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr)}.ttv-image-text--background{align-items:end;background-position:50%;background-size:cover;color:#fff;display:flex;min-height:clamp(360px,52vw,680px);padding:clamp(28px,6vw,76px)}.ttv-image-text--background .ttv-image-text__copy{max-width:760px}.ttv-image-text--background .ttv-block-heading__kicker,.ttv-image-text--background .ttv-editorial-prose,.ttv-image-text--background .ttv-image-text__intro{color:inherit}.ttv-image-text__media{align-self:stretch;background:var(--ttv-color-soft,#f6eee8);border-radius:calc(var(--ttv-radius-card, 22px)*.75);margin:0;overflow:hidden}.ttv-image-text__media img{aspect-ratio:var(--ttv-image-text-ratio,4/3);display:block;height:100%;min-height:280px;-o-object-fit:var(--ttv-image-text-fit,cover);object-fit:var(--ttv-image-text-fit,cover);width:100%}.ttv-image-text__media figcaption{color:var(--ttv-color-text-muted,#776c68);font-size:.82rem;padding:9px 12px}.ttv-image-text__copy{align-self:center;min-width:0}.ttv-image-text__copy h2{font-family:var(--ttv-font-heading,Georgia,serif);font-size:clamp(1.65rem,3vw,3rem);line-height:1.08;margin:0 0 16px}.ttv-image-text__intro{color:var(--ttv-color-text-muted,#776c68);font-size:1.06rem;margin:0 0 18px}.ttv-image-text__action{margin-top:22px}.ttv-faq{border-radius:var(--ttv-radius-card,22px);padding:var(--ttv-card-padding,24px)}.ttv-faq__items{display:grid;gap:12px}.ttv-faq--cards .ttv-faq__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-faq__item{background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 16%,var(--ttv-color-border,#ded2cc));border-radius:calc(var(--ttv-radius-card, 22px)*.62);overflow:hidden}.ttv-faq__question{align-items:center;background:transparent;border:0;color:var(--ttv-color-text,#342d2b);cursor:pointer;display:grid;font-family:var(--ttv-font-heading,Georgia,serif);font-size:1.05rem;font-weight:700;gap:14px;grid-template-columns:auto minmax(0,1fr) auto;padding:18px 20px;text-align:left;width:100%}.ttv-faq--cards .ttv-faq__question{cursor:default}.ttv-faq__number{color:var(--ttv-block-accent,#832e2e);font-size:.76rem;letter-spacing:.08em}.ttv-faq__number,.ttv-faq__toggle{font-family:var(--ttv-font-ui,Arial,sans-serif)}.ttv-faq__toggle{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 8%,transparent);border-radius:999px;color:var(--ttv-block-accent,#832e2e);display:grid;font-size:1.25rem;height:30px;place-items:center;width:30px}.ttv-faq__answer{padding:0 20px 20px}.ttv-faq__item.is-open .ttv-faq__question{color:var(--ttv-block-accent,#832e2e)}.ttv-faq--compact .ttv-faq__item{border-radius:0;border-width:0 0 1px}.ttv-faq--compact .ttv-faq__answer,.ttv-faq--compact .ttv-faq__question{padding-inline:0}.ttv-visual-separator{align-items:center;color:var(--ttv-color-text,#342d2b);display:flex;min-height:var(--ttv-separator-height,32px)}.ttv-visual-separator__space{height:var(--ttv-separator-height,32px);width:100%}.ttv-visual-separator__line{border-top:1px var(--ttv-separator-style,solid) var(--ttv-block-accent,#832e2e);margin-inline:auto;width:var(--ttv-separator-width,100%)}.ttv-visual-separator__content{align-items:center;display:flex;gap:14px;position:relative;width:100%}.ttv-visual-separator--heading .ttv-visual-separator__content:after,.ttv-visual-separator--icon-heading .ttv-visual-separator__content:after{border-top:1px var(--ttv-separator-style,solid) color-mix(in srgb,var(--ttv-block-accent,#832e2e) 45%,transparent);content:"";flex:1;width:var(--ttv-separator-width,100%)}.ttv-visual-separator__content h2{font-family:var(--ttv-font-heading,Georgia,serif);font-size:clamp(1.35rem,2.3vw,2.1rem);margin:0}.ttv-visual-separator__content p{color:var(--ttv-color-text-muted,#776c68);margin:5px 0 0}.ttv-visual-separator__icon{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 7%,transparent);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 30%,transparent);border-radius:999px;color:var(--ttv-block-accent,#832e2e);display:grid;flex:0 0 auto;font-size:1.2rem;height:44px;place-items:center;width:44px}.ttv-visual-separator--band{background:var(--ttv-block-accent,#832e2e);border-radius:var(--ttv-radius-card,22px);color:#fff;min-height:var(--ttv-separator-height,72px);padding:18px 24px}.ttv-visual-separator--band .ttv-block-heading__kicker,.ttv-visual-separator--band .ttv-visual-separator__content p{color:inherit}@media(max-width:980px){.ttv-gallery__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-gallery--masonry .ttv-gallery__items{-moz-columns:2;column-count:2}.ttv-gallery__thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-image-text,.ttv-image-text--promo-card{grid-template-columns:1fr}.ttv-image-text--image-right .ttv-image-text__copy,.ttv-image-text--image-right .ttv-image-text__media{order:0}.ttv-faq--cards .ttv-faq__items{grid-template-columns:1fr}}@media(max-width:640px){.ttv-faq,.ttv-gallery,.ttv-image-text{border-radius:18px;padding:16px}.ttv-gallery__items{grid-template-columns:1fr}.ttv-gallery--masonry .ttv-gallery__items{-moz-columns:1;column-count:1}.ttv-gallery__thumbnails{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory}.ttv-gallery__thumbnails button{flex:0 0 76px;scroll-snap-align:start}.ttv-lightbox{grid-template-columns:1fr;padding:58px 14px 18px}.ttv-lightbox__next,.ttv-lightbox__previous{bottom:18px;position:absolute}.ttv-lightbox__previous{left:20px}.ttv-lightbox__next{right:20px}.ttv-image-text__media img{min-height:220px}.ttv-image-text--background{min-height:420px;padding:24px}.ttv-faq__question{font-size:.98rem;gap:10px;padding:15px 14px}.ttv-faq__answer{padding:0 14px 16px}.ttv-visual-separator__content{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.ttv-gallery img,.ttv-gallery__slider-track{transition:none}}.ttv-taxonomy-navigator{--ttv-taxonomy-gap:clamp(12px,1.5vw,20px);background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 16%,transparent);border-radius:var(--ttv-radius-card,22px);container-type:inline-size;display:grid;gap:clamp(16px,2vw,26px);padding:clamp(18px,2.2vw,30px);width:100%}.ttv-taxonomy-items{display:grid;gap:var(--ttv-taxonomy-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));min-width:0}.ttv-taxonomy-navigator--grid .ttv-taxonomy-card{min-height:118px}.ttv-taxonomy-navigator--cards .ttv-taxonomy-items{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.ttv-taxonomy-items.is-carousel{display:flex;gap:var(--ttv-taxonomy-gap);overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 2px 10px;scroll-snap-type:x mandatory;scrollbar-width:thin}.ttv-taxonomy-items.is-carousel .ttv-taxonomy-card{flex:0 0 clamp(245px,30vw,340px);scroll-snap-align:start}.ttv-taxonomy-card{background:color-mix(in srgb,var(--ttv-color-surface,#fff) 94%,var(--ttv-block-accent,#832e2e) 6%);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 14%,transparent);border-radius:calc(var(--ttv-radius-card, 22px)*.75);box-shadow:0 10px 26px #2f241f0f;color:inherit;display:grid;min-width:0;overflow:hidden;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ttv-taxonomy-card:focus-visible,.ttv-taxonomy-card:hover{border-color:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 42%,transparent);box-shadow:0 16px 34px #2f241f1c;transform:translateY(-3px)}.ttv-taxonomy-card__media{aspect-ratio:var(--ttv-taxonomy-ratio,4/3);background:color-mix(in srgb,var(--ttv-color-page,#f5f1ee) 88%,#fff 12%);overflow:hidden}.ttv-taxonomy-card__media img,.ttv-taxonomy-detail__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-taxonomy-card:hover .ttv-taxonomy-card__media img{transform:scale(1.035)}.ttv-taxonomy-card__copy{align-content:start;display:grid;gap:8px;padding:16px}.ttv-taxonomy-card h3,.ttv-taxonomy-detail h3{color:var(--ttv-color-text,#332b29);font-family:var(--ttv-font-heading,Georgia,serif);font-size:clamp(1.04rem,1.5vw,1.32rem);line-height:1.16;margin:0}.ttv-taxonomy-card__count,.ttv-taxonomy-card__parent{color:var(--ttv-block-accent,#832e2e);font-size:.74rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.ttv-taxonomy-card__description{color:var(--ttv-color-text-muted,#746964);display:-webkit-box;font-size:.92rem;line-height:1.5;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-taxonomy-card__children{display:flex;flex-wrap:wrap;gap:7px}.ttv-taxonomy-card__children a,.ttv-taxonomy-card__children span{background:color-mix(in srgb,var(--ttv-color-surface,#fff) 92%,var(--ttv-block-accent,#832e2e) 8%);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 18%,transparent);border-radius:999px;color:var(--ttv-block-accent,#832e2e);font-size:.72rem;line-height:1.2;padding:4px 8px;text-decoration:none}.ttv-taxonomy-tabs{display:grid;gap:18px}.ttv-taxonomy-tabs__list{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.ttv-taxonomy-tabs__list button{align-items:center;background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 20%,transparent);border-radius:999px;color:var(--ttv-color-text,#332b29);cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-weight:700;gap:8px;padding:10px 14px;scroll-snap-align:start}.ttv-taxonomy-tabs__list button small{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 10%,transparent);border-radius:999px;color:var(--ttv-block-accent,#832e2e);display:grid;font-size:.7rem;height:22px;min-width:22px;place-items:center}.ttv-taxonomy-tabs__list button.is-active{background:var(--ttv-block-accent,#832e2e);border-color:var(--ttv-block-accent,#832e2e);color:#fff}.ttv-taxonomy-tabs__list button.is-active small{background:#ffffff2e;color:inherit}.ttv-taxonomy-detail{background:color-mix(in srgb,var(--ttv-color-surface,#fff) 94%,var(--ttv-block-accent,#832e2e) 6%);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 14%,transparent);border-radius:calc(var(--ttv-radius-card, 22px)*.8);display:grid;gap:clamp(18px,3vw,36px);grid-template-columns:minmax(180px,.75fr) minmax(0,1.25fr);overflow:hidden}.ttv-taxonomy-detail__media{min-height:230px}.ttv-taxonomy-detail__copy{align-content:center;display:grid;gap:12px;justify-items:start;padding:clamp(20px,3vw,36px) clamp(20px,3vw,38px) clamp(20px,3vw,36px) 0}.ttv-taxonomy-detail__copy>p:not(.ttv-taxonomy-card__parent,.ttv-taxonomy-card__count){color:var(--ttv-color-text-muted,#746964);line-height:1.65;margin:0}.ttv-taxonomy-card__cta{align-items:center;background:var(--ttv-block-accent,#832e2e);border-radius:999px;color:#fff;display:inline-flex;font-weight:700;min-height:42px;padding:0 16px;text-decoration:none}.ttv-taxonomy-selector{display:grid;gap:12px}.ttv-taxonomy-selector>label{color:var(--ttv-color-text-muted,#746964);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ttv-taxonomy-selector>select{background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 24%,transparent);border-radius:14px;color:var(--ttv-color-text,#332b29);font:inherit;font-weight:700;min-height:50px;padding:0 44px 0 16px;width:min(100%,520px)}.ttv-taxonomy-detail--selector{margin-top:6px}@container (max-width: 760px){.ttv-taxonomy-detail{grid-template-columns:1fr}.ttv-taxonomy-detail__media{max-height:330px;min-height:210px}.ttv-taxonomy-detail__copy{padding:20px}}@media(max-width:640px){.ttv-taxonomy-navigator{border-radius:18px;padding:16px}.ttv-taxonomy-items{grid-template-columns:1fr}.ttv-taxonomy-navigator--grid .ttv-taxonomy-card{grid-template-columns:104px minmax(0,1fr);min-height:104px}.ttv-taxonomy-navigator--grid .ttv-taxonomy-card__media{aspect-ratio:auto;height:100%}.ttv-taxonomy-items.is-carousel .ttv-taxonomy-card{flex-basis:min(82vw,300px)}.ttv-taxonomy-card__copy{padding:14px}}@media(prefers-reduced-motion:reduce){.ttv-taxonomy-card,.ttv-taxonomy-card__media img,.ttv-taxonomy-items{scroll-behavior:auto;transition:none}}.ttv-recommendations,.ttv-topic-showcase{background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 14%,transparent);border-radius:var(--ttv-radius-card,22px);container-type:inline-size;display:grid;gap:clamp(18px,2.2vw,30px);min-width:0;padding:clamp(18px,2.2vw,30px);width:100%}.ttv-topic-grid{display:grid;gap:clamp(14px,1.8vw,22px);grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.ttv-topic-card{--ttv-topic-accent:var(--ttv-block-accent,#832e2e);background:color-mix(in srgb,var(--ttv-color-surface,#fff) 95%,var(--ttv-topic-accent) 5%);border:1px solid color-mix(in srgb,var(--ttv-topic-accent) 18%,transparent);border-radius:calc(var(--ttv-radius-card, 22px)*.82);box-shadow:0 12px 30px #2f241f12;display:grid;min-width:0;overflow:hidden}.ttv-topic-card__media,.ttv-topic-feature__media,.ttv-topic-page__media,.ttv-topic-panel__media{background:color-mix(in srgb,var(--ttv-color-page,#f5f1ee) 88%,#fff 12%);overflow:hidden}.ttv-topic-card__media{aspect-ratio:16/9}.ttv-topic-card__media img,.ttv-topic-feature__media img,.ttv-topic-page__media img,.ttv-topic-panel__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-topic-card:hover .ttv-topic-card__media img{transform:scale(1.035)}.ttv-topic-card__copy{align-content:start;display:grid;gap:11px;padding:18px}.ttv-topic-card__eyebrow,.ttv-topic-panel__eyebrow{color:var(--ttv-topic-accent,var(--ttv-block-accent,#832e2e));display:flex;flex-wrap:wrap;font-size:.72rem;font-weight:800;gap:8px;justify-content:space-between;letter-spacing:.08em;margin:0;text-transform:uppercase}.ttv-topic-card h3,.ttv-topic-feature h3,.ttv-topic-page h1,.ttv-topic-panel h3{color:var(--ttv-color-text,#332b29);font-family:var(--ttv-font-heading,Georgia,serif);line-height:1.12;margin:0}.ttv-topic-card h3{font-size:clamp(1.15rem,1.7vw,1.48rem)}.ttv-topic-card h3 a,.ttv-topic-feature h3 a,.ttv-topic-panel h3 a{color:inherit;text-decoration:none}.ttv-topic-card__copy>p:not(.ttv-topic-card__eyebrow),.ttv-topic-feature__copy>p:not(.ttv-topic-card__eyebrow),.ttv-topic-panel__copy>p:not(.ttv-topic-panel__eyebrow){color:var(--ttv-color-text-muted,#746964);line-height:1.6;margin:0}.ttv-topic-card__links{border-top:1px solid color-mix(in srgb,var(--ttv-topic-accent) 14%,transparent);display:grid;gap:8px;list-style:none;margin:2px 0 0;padding:12px 0 0}.ttv-topic-card__links a{color:var(--ttv-color-text,#332b29);display:block;font-size:.9rem;font-weight:650;line-height:1.35;text-decoration:none}.ttv-topic-tabs{display:grid;gap:18px}.ttv-topic-tabs__list{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.ttv-topic-tabs__list button{--ttv-topic-accent:var(--ttv-block-accent,#832e2e);align-items:center;background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-topic-accent) 22%,transparent);border-radius:999px;color:var(--ttv-color-text,#332b29);cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-weight:750;gap:9px;min-height:42px;padding:0 14px;scroll-snap-align:start}.ttv-topic-tabs__list button small{background:color-mix(in srgb,var(--ttv-topic-accent) 10%,transparent);border-radius:999px;color:var(--ttv-topic-accent);display:grid;font-size:.72rem;height:24px;min-width:24px;place-items:center}.ttv-topic-tabs__list button.is-active{background:var(--ttv-topic-accent);border-color:var(--ttv-topic-accent);color:#fff}.ttv-topic-tabs__list button.is-active small{background:#ffffff2e;color:inherit}.ttv-topic-panel{--ttv-topic-accent:var(--ttv-block-accent,#832e2e);background:color-mix(in srgb,var(--ttv-color-surface,#fff) 95%,var(--ttv-topic-accent) 5%);border:1px solid color-mix(in srgb,var(--ttv-topic-accent) 18%,transparent);border-radius:calc(var(--ttv-radius-card, 22px)*.85);display:grid;gap:clamp(18px,2.5vw,30px);grid-template-columns:minmax(190px,.72fr) minmax(220px,.92fr) minmax(0,1.36fr);overflow:hidden}.ttv-topic-panel__media{min-height:260px}.ttv-topic-panel__copy{align-content:center;display:grid;gap:13px;justify-items:start;padding:24px 0}.ttv-topic-feature h3,.ttv-topic-panel h3{font-size:clamp(1.55rem,2.7vw,2.5rem)}.ttv-topic-panel__articles{align-content:center;display:grid;gap:12px;padding:20px 20px 20px 0}.ttv-topic-panel__articles .ttv-card{grid-template-columns:110px minmax(0,1fr)}.ttv-topic-feature{--ttv-topic-accent:var(--ttv-block-accent,#832e2e);display:grid;gap:22px}.ttv-topic-feature__intro{background:color-mix(in srgb,var(--ttv-color-surface,#fff) 94%,var(--ttv-topic-accent) 6%);border:1px solid color-mix(in srgb,var(--ttv-topic-accent) 18%,transparent);border-radius:calc(var(--ttv-radius-card, 22px)*.9);display:grid;gap:clamp(20px,3vw,40px);grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);overflow:hidden}.ttv-topic-feature__media{min-height:310px}.ttv-topic-feature__copy{align-content:center;display:grid;gap:14px;justify-items:start;padding:clamp(24px,4vw,48px) clamp(24px,4vw,48px) clamp(24px,4vw,48px) 0}.ttv-topic-feature__articles{display:grid;gap:clamp(14px,1.8vw,22px);grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.ttv-topic-showcase--central-related .ttv-topic-feature__articles{grid-template-columns:minmax(0,1.6fr) minmax(240px,.8fr)}.ttv-topic-showcase--central-related .ttv-topic-feature__articles>:first-child{grid-row:span 3}.ttv-recommendations__items{display:grid;gap:clamp(14px,1.8vw,22px);grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));min-width:0}.ttv-recommendations--lead-list .ttv-recommendations__items{align-items:start;grid-template-columns:minmax(0,1.55fr) minmax(250px,.75fr)}.ttv-recommendations--lead-list .ttv-recommendation-card:first-child{grid-row:span 4}.ttv-recommendations--horizontal .ttv-recommendations__items{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 2px 10px;scroll-snap-type:x mandatory}.ttv-recommendations--horizontal .ttv-recommendation-card{flex:0 0 clamp(260px,31vw,360px);scroll-snap-align:start}.ttv-recommendations--compact .ttv-recommendations__items{grid-template-columns:1fr}.ttv-recommendation-card{min-width:0;position:relative}.ttv-recommendation-card__reason{align-items:center;background:color-mix(in srgb,var(--ttv-color-surface,#fff) 92%,var(--ttv-block-accent,#832e2e) 8%);border:1px solid color-mix(in srgb,var(--ttv-block-accent,#832e2e) 20%,transparent);border-radius:999px;color:var(--ttv-block-accent,#832e2e);display:inline-flex;font-size:.7rem;font-weight:800;gap:6px;letter-spacing:.035em;margin:0 0 8px;padding:5px 9px;position:relative;z-index:2}.ttv-topic-page{display:grid;gap:clamp(28px,4vw,54px);margin:0 auto;padding:clamp(28px,5vw,64px) 0;width:min(calc(100% - 32px),var(--ttv-container-width,1240px))}.ttv-topic-page__header{background:color-mix(in srgb,var(--ttv-color-surface,#fff) 92%,var(--ttv-topic-accent,#832e2e) 8%);border:1px solid color-mix(in srgb,var(--ttv-topic-accent,#832e2e) 22%,transparent);border-radius:clamp(20px,3vw,34px);box-shadow:0 20px 55px #2f241f1a;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);overflow:hidden}.ttv-topic-page__media{min-height:380px}.ttv-topic-page__copy{align-content:center;display:grid;gap:14px;padding:clamp(28px,5vw,70px)}.ttv-topic-page__copy>p{color:var(--ttv-topic-accent,#832e2e);font-size:.8rem;font-weight:850;letter-spacing:.12em;margin:0;text-transform:uppercase}.ttv-topic-page h1{font-size:clamp(2.1rem,5vw,4.8rem)}.ttv-topic-page__description{color:var(--ttv-color-text-muted,#746964);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7;max-width:65ch}.ttv-topic-page__articles{display:grid;gap:clamp(16px,2vw,26px);grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}@container (max-width: 820px){.ttv-topic-feature__intro,.ttv-topic-panel{grid-template-columns:1fr}.ttv-topic-feature__copy,.ttv-topic-panel__articles,.ttv-topic-panel__copy{padding:20px}.ttv-topic-panel__articles{padding-top:0}.ttv-recommendations--lead-list .ttv-recommendations__items,.ttv-topic-showcase--central-related .ttv-topic-feature__articles{grid-template-columns:1fr}}@media(max-width:720px){.ttv-recommendations,.ttv-topic-showcase{border-radius:18px;padding:16px}.ttv-recommendations__items,.ttv-topic-feature__articles,.ttv-topic-grid,.ttv-topic-page__header{grid-template-columns:1fr}.ttv-topic-page__media{max-height:380px;min-height:250px}.ttv-topic-page__copy{padding:24px}.ttv-topic-panel__articles .ttv-card{grid-template-columns:96px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.ttv-recommendations__items,.ttv-topic-card,.ttv-topic-card__media img{scroll-behavior:auto;transition:none}}.ttv-video-block{--ttv-video-gap:clamp(14px,2vw,24px);border-radius:var(--ttv-radius-lg,24px);container-type:inline-size;display:grid;gap:var(--ttv-video-gap);padding:clamp(18px,2.4vw,30px)}.ttv-video-block__featured-layout{align-items:start;display:grid;gap:var(--ttv-video-gap);grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr)}.ttv-video-block__side-list{display:grid;gap:14px}.ttv-video-block__items{display:grid;gap:var(--ttv-video-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-video-block__items--slider{display:grid;grid-auto-columns:minmax(280px,36%);grid-auto-flow:column;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:thin}.ttv-video-block--playlist .ttv-video-block__items{grid-template-columns:1fr}.ttv-video-block--playlist .ttv-video-card{align-items:center;grid-template-columns:minmax(180px,30%) minmax(0,1fr)}.ttv-video-card{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#eadfd8);border-radius:var(--ttv-radius-md,18px);box-shadow:var(--ttv-shadow-card,0 12px 28px rgba(60,35,28,.08));min-width:0;overflow:hidden;position:relative;scroll-snap-align:start}.ttv-video-card__media{aspect-ratio:var(--ttv-video-ratio,16/9);background:#171313;display:grid;overflow:hidden;place-items:center;position:relative;width:100%}.ttv-video-card__media iframe,.ttv-video-card__media img{border:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-video-card__play{aspect-ratio:1;background:#ffffffe6;border:1px solid hsla(0,0%,100%,.72);border-radius:50%;box-shadow:0 10px 28px #0000003d;color:var(--ttv-block-accent,#832e2e);cursor:pointer;display:grid;inset:50% auto auto 50%;padding-left:.2em;place-items:center;position:absolute;transform:translate(-50%,-50%);transition:transform .18s ease,background-color .18s ease;width:clamp(46px,6vw,70px)}.ttv-video-card__play:focus-visible,.ttv-video-card__play:hover{background:#fff;transform:translate(-50%,-50%) scale(1.08)}.ttv-video-card__duration{background:#000000c7;border-radius:6px;bottom:10px;color:#fff;font-size:.76rem;font-weight:700;line-height:1;padding:4px 7px;position:absolute;right:10px}.ttv-video-card__placeholder{color:#ffffffb8;font-weight:700}.ttv-video-card__body{display:grid;gap:8px;padding:clamp(14px,1.8vw,22px)}.ttv-video-card__body h3{font-size:clamp(1rem,1.6vw,1.35rem);line-height:1.25;margin:0}.ttv-video-card__body h3 a{color:inherit;text-decoration:none}.ttv-video-card__channel,.ttv-video-card__meta{color:var(--ttv-block-accent,#832e2e);font-size:.78rem;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.ttv-video-card__description{color:var(--ttv-color-text-muted,#746964);display:-webkit-box;line-height:1.55;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-video-card--featured .ttv-video-card__body h3{font-size:clamp(1.35rem,2.6vw,2.35rem)}.ttv-video-card--compact{align-items:center;display:grid;grid-template-columns:132px minmax(0,1fr)}.ttv-video-card--compact .ttv-video-card__media{aspect-ratio:16/10;min-height:100%}.ttv-video-card--compact .ttv-video-card__body{padding:12px 14px}.ttv-video-card--compact .ttv-video-card__body h3{font-size:.96rem}.ttv-card__media{position:relative}.ttv-card__video-badge,.ttv-card__video-duration{background:#000000c2;border-radius:999px;bottom:10px;color:#fff;font-size:.72rem;font-weight:700;line-height:1;padding:5px 8px;position:absolute;z-index:2}.ttv-card__video-badge{left:10px}.ttv-card__video-duration{right:10px}.ttv-article-page__video{aspect-ratio:16/9;background:#111;border-radius:var(--ttv-radius-lg,24px);box-shadow:var(--ttv-shadow-card,0 14px 36px rgba(0,0,0,.14));margin:clamp(20px,3vw,36px) 0;overflow:hidden;width:100%}.ttv-article-page__video iframe{border:0;height:100%;width:100%}@container (max-width: 860px){.ttv-video-block__featured-layout{grid-template-columns:1fr}.ttv-video-block__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ttv-video-block{border-radius:18px;padding:15px}.ttv-video-block--playlist .ttv-video-block__items,.ttv-video-block__items{grid-template-columns:1fr}.ttv-video-block__items--slider{display:grid;grid-auto-columns:minmax(82vw,1fr);grid-auto-flow:column}.ttv-video-block--playlist .ttv-video-card,.ttv-video-card--compact{grid-template-columns:110px minmax(0,1fr)}.ttv-video-card__description{-webkit-line-clamp:2}}@media(hover:none){.ttv-video-card__play{width:52px}}@media(prefers-reduced-motion:reduce){.ttv-video-block__items--slider,.ttv-video-card__play{scroll-behavior:auto;transition:none}}.ttv-honeypot{height:1px!important;left:-10000px!important;overflow:hidden!important;position:absolute!important;width:1px!important}.ttv-marketing-form,.ttv-newsletter__form{display:grid;gap:1rem}.ttv-marketing-form__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-marketing-form__field{display:grid;font-size:.92rem;font-weight:650;gap:.45rem;min-width:0}.ttv-marketing-form__field--full{grid-column:1/-1}.ttv-marketing-form input,.ttv-marketing-form select,.ttv-marketing-form textarea,.ttv-newsletter input,.ttv-newsletter select{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#ddd4cf);border-radius:min(var(--ttv-radius-card,12px),14px);color:var(--ttv-color-text,#302a28);font:inherit;min-height:46px;padding:.78rem .9rem;width:100%}.ttv-marketing-form textarea{min-height:130px;resize:vertical}.ttv-marketing-form input:focus,.ttv-marketing-form select:focus,.ttv-marketing-form textarea:focus,.ttv-newsletter input:focus,.ttv-newsletter select:focus{border-color:var(--ttv-color-primary,#832e2e);outline:3px solid color-mix(in srgb,var(--ttv-color-primary,#832e2e) 18%,transparent)}.ttv-marketing-form__checkbox,.ttv-marketing-form__consent,.ttv-newsletter__consent{align-items:flex-start;display:flex;font-size:.86rem;font-weight:450;gap:.65rem;line-height:1.45}.ttv-marketing-form__checkbox input,.ttv-marketing-form__consent input,.ttv-newsletter__consent input{flex:0 0 auto;height:18px;margin-top:.1rem;min-height:0;width:18px}.ttv-marketing-form__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.ttv-marketing-form button,.ttv-newsletter button{background:var(--ttv-color-primary,#832e2e);border:0;border-radius:999px;color:#fff;cursor:pointer;font:inherit;font-weight:750;min-height:44px;padding:.72rem 1.2rem}.ttv-marketing-form button:disabled,.ttv-newsletter button:disabled{cursor:wait;opacity:.62}.ttv-marketing-form__message{font-size:.9rem;margin:0}.ttv-marketing-form__message.is-success{color:#247241}.ttv-marketing-form__message.is-error{color:#9a2727}.ttv-contact-block,.ttv-form-block,.ttv-map-block,.ttv-newsletter{border-radius:var(--ttv-radius-card,16px)}.ttv-contact-block,.ttv-form-block--card,.ttv-newsletter--card,.ttv-newsletter--image{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d1);box-shadow:var(--ttv-shadow-card,0 12px 30px rgb(47 37 32/7%));padding:clamp(1.15rem,2.5vw,2rem)}.ttv-form-block--minimal{max-width:760px}.ttv-form-block--inline .ttv-marketing-form__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-newsletter{align-items:center;background:var(--ttv-color-soft,#f6eee8);display:grid;gap:clamp(1.2rem,3vw,2.5rem);grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);overflow:hidden;padding:clamp(1.25rem,3vw,2.4rem)}.ttv-newsletter--image{grid-template-columns:minmax(180px,.7fr) minmax(0,1fr) minmax(280px,.9fr)}.ttv-newsletter__media{align-self:stretch;border-radius:calc(var(--ttv-radius-card, 16px)*.75);min-height:220px;overflow:hidden}.ttv-newsletter__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-newsletter__copy h2{font-size:clamp(1.45rem,3vw,2.4rem);margin:.25rem 0 .65rem}.ttv-newsletter__copy p{color:var(--ttv-color-text-muted,#6d625e);margin:0}.ttv-contact-block__layout{align-items:start;display:grid;gap:clamp(1.3rem,4vw,3rem);grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr)}.ttv-contact-block--compact .ttv-contact-block__layout,.ttv-contact-block--stacked .ttv-contact-block__layout{grid-template-columns:1fr}.ttv-contact-block__details{display:grid;gap:.85rem}.ttv-contact-item{background:var(--ttv-color-soft,#f7f1ed);border-left:3px solid var(--ttv-color-primary,#832e2e);padding:.9rem 1rem}.ttv-contact-item a,.ttv-contact-item small,.ttv-contact-item strong{display:block}.ttv-contact-item small{color:var(--ttv-color-text-muted,#756a65);margin-bottom:.2rem}.ttv-contact-item a{color:inherit;font-weight:750;text-decoration:none}.ttv-map-block__layout{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr)}.ttv-map-block--map-contact .ttv-map-block__layout{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr)}.ttv-map-block__empty,.ttv-map-block__frame{background:var(--ttv-color-soft,#f4eeea);border:0;border-radius:var(--ttv-radius-card,16px);min-height:220px;width:100%}.ttv-map-block__empty{color:var(--ttv-color-text-muted,#746a65);display:grid;padding:2rem;place-items:center}.ttv-map-block__details{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d1);border-radius:var(--ttv-radius-card,16px);padding:1rem}.ttv-map-block__details ul{display:grid;gap:.8rem;list-style:none;margin:1rem 0 0;padding:0}.ttv-map-block__details li{display:grid;gap:.15rem}.ttv-map-block__details li span{color:var(--ttv-color-text-muted,#746a65);font-size:.88rem}.ttv-ad-block{display:grid;gap:1rem}.ttv-ad-card{align-items:stretch;background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e1d7d1);border-radius:var(--ttv-radius-card,16px);display:grid;grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr);min-height:150px;overflow:hidden;position:relative}.ttv-ad-block--banner .ttv-ad-card{grid-template-columns:minmax(0,1fr);min-height:120px}.ttv-ad-block--banner .ttv-ad-card img{max-height:260px}.ttv-ad-card img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-ad-card__copy,.ttv-ad-card__html{display:flex;flex-direction:column;gap:.55rem;justify-content:center;padding:clamp(1rem,2.3vw,1.7rem)}.ttv-ad-card__copy h3,.ttv-ad-card__copy p{margin:0}.ttv-ad-card__copy a{align-self:flex-start;background:var(--ttv-color-primary,#832e2e);border-radius:999px;color:#fff;font-weight:750;margin-top:.3rem;padding:.6rem 1rem;text-decoration:none}.ttv-ad-card__label{background:#ffffffdb;border-radius:999px;color:#5e5652;font-size:.66rem;letter-spacing:.06em;padding:.2rem .45rem;position:absolute;right:.65rem;text-transform:uppercase;top:.55rem;z-index:2}@media(max-width:900px){.ttv-contact-block__layout,.ttv-map-block--map-contact .ttv-map-block__layout,.ttv-newsletter,.ttv-newsletter--image{grid-template-columns:1fr}.ttv-newsletter__media{max-height:300px}.ttv-form-block--inline .ttv-marketing-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ttv-form-block--inline .ttv-marketing-form__grid,.ttv-marketing-form__grid{grid-template-columns:1fr}.ttv-marketing-form__field--half{grid-column:1/-1}.ttv-contact-block,.ttv-form-block--card,.ttv-newsletter{padding:1rem}.ttv-ad-card{grid-template-columns:1fr}.ttv-ad-card img{max-height:230px}}.ttv-advanced-quote,.ttv-data-table,.ttv-documents,.ttv-info-box,.ttv-sources,.ttv-timeline{min-width:0}.ttv-timeline__items{display:grid;gap:0;margin-top:1.25rem;position:relative}.ttv-timeline--vertical .ttv-timeline__items:before{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 28%,var(--ttv-color-border,#e3d9d3));content:"";inset-block:.35rem;left:23px;position:absolute;width:2px}.ttv-timeline__item{display:grid;gap:1rem;grid-template-columns:48px minmax(0,1fr);padding:0 0 1.35rem;position:relative}.ttv-timeline__marker{background:var(--ttv-block-accent,#832e2e);border:4px solid var(--ttv-color-surface,#fff);border-radius:50%;box-shadow:0 0 0 1px color-mix(in srgb,var(--ttv-block-accent,#832e2e) 32%,transparent);color:#fff;display:grid;font-size:.72rem;font-weight:800;height:48px;place-items:center;position:relative;width:48px;z-index:2}.ttv-timeline__item.is-completed .ttv-timeline__marker{background:#3d7b57}.ttv-timeline__item.is-current .ttv-timeline__marker{box-shadow:0 0 0 5px color-mix(in srgb,var(--ttv-block-accent,#832e2e) 18%,transparent)}.ttv-timeline__item.is-upcoming .ttv-timeline__marker{background:var(--ttv-color-soft,#f3ebe6);color:var(--ttv-color-text,#332c29)}.ttv-timeline__card{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e3d9d3);border-radius:var(--ttv-radius-card,16px);min-width:0;padding:1rem 1.1rem}.ttv-timeline__date{color:var(--ttv-block-accent,#832e2e);font-size:.78rem;font-weight:800;letter-spacing:.06em;margin:0 0 .4rem;text-transform:uppercase}.ttv-timeline__card h3{font-size:clamp(1.05rem,2vw,1.35rem);margin:0 0 .5rem}.ttv-timeline__image{border-radius:calc(var(--ttv-radius-card, 16px)*.72);margin:0 0 .85rem;overflow:hidden}.ttv-timeline__image img{display:block;max-height:320px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-timeline--horizontal .ttv-timeline__items{gap:1rem;grid-auto-columns:minmax(280px,36%);grid-auto-flow:column;overflow-x:auto;padding:.5rem .2rem 1rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.ttv-timeline--horizontal .ttv-timeline__item{grid-template-columns:1fr;padding:0;scroll-snap-align:start}.ttv-timeline--horizontal .ttv-timeline__marker{height:38px;width:38px}.ttv-timeline--steps .ttv-timeline__items{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ttv-timeline--compact .ttv-timeline__item,.ttv-timeline--steps .ttv-timeline__item{grid-template-columns:42px minmax(0,1fr);padding:0}.ttv-timeline--compact .ttv-timeline__marker,.ttv-timeline--steps .ttv-timeline__marker{border-width:3px;height:42px;width:42px}.ttv-timeline--compact .ttv-timeline__items{gap:.7rem}.ttv-timeline--compact .ttv-timeline__card{box-shadow:none;padding:.75rem .9rem}.ttv-data-table__scroll{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d1);border-radius:var(--ttv-radius-card,14px);max-width:100%;overflow-x:auto}.ttv-data-table table{border-collapse:collapse;min-width:620px;width:100%}.ttv-data-table caption{caption-side:bottom;color:var(--ttv-color-text-muted,#716762);font-size:.86rem;padding:.85rem 1rem;text-align:left}.ttv-data-table td,.ttv-data-table th{border-bottom:1px solid var(--ttv-color-border,#e7ddd7);padding:.85rem 1rem;vertical-align:top}.ttv-data-table thead th{background:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 9%,var(--ttv-color-surface,#fff));color:var(--ttv-color-text,#342c29);font-size:.82rem;font-weight:800;letter-spacing:.025em}.ttv-data-table tbody tr:last-child>*{border-bottom:0}.ttv-data-table tbody tr.is-highlighted,.ttv-data-table--striped tbody tr:nth-child(2n){background:var(--ttv-color-soft,#f8f1ed)}.ttv-data-table--comparison tbody td:first-child,.ttv-data-table--comparison tbody th:first-child{font-weight:800}.ttv-data-table a{color:var(--ttv-color-primary,#832e2e);font-weight:750}.ttv-documents__items{display:grid;gap:.85rem}.ttv-documents--cards .ttv-documents__items{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ttv-document-card{align-items:center;background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d2);border-radius:var(--ttv-radius-card,14px);display:grid;gap:1rem;grid-template-columns:46px minmax(0,1fr) auto;padding:1rem;transition:transform .18s ease,box-shadow .18s ease}.ttv-document-card:hover{box-shadow:var(--ttv-shadow-card,0 12px 30px rgb(50 39 34/8%));transform:translateY(-2px)}.ttv-documents--cards .ttv-document-card{align-content:start;grid-template-columns:46px minmax(0,1fr)}.ttv-documents--cards .ttv-document-card__action{grid-column:1/-1;justify-self:start}.ttv-documents--compact .ttv-document-card{grid-template-columns:34px minmax(0,1fr) auto;padding:.7rem .85rem}.ttv-document-card__icon{background:var(--ttv-color-soft,#f5ece7);border-radius:12px;color:var(--ttv-block-accent,#832e2e);display:grid;font-size:1.4rem;font-weight:800;height:46px;place-items:center;width:46px}.ttv-document-card__copy h3,.ttv-document-card__copy p,.ttv-document-card__format{margin:0}.ttv-document-card__copy h3{font-size:1rem}.ttv-document-card__copy p{color:var(--ttv-color-text-muted,#746a65);font-size:.88rem;margin-top:.35rem}.ttv-document-card__format{color:var(--ttv-block-accent,#832e2e);font-size:.68rem;font-weight:850;letter-spacing:.08em;margin-bottom:.25rem}.ttv-document-card__action{background:var(--ttv-color-primary,#832e2e);border-radius:999px;color:#fff;font-size:.82rem;font-weight:800;padding:.55rem .9rem;text-decoration:none;white-space:nowrap}.ttv-sources__items{counter-reset:ttv-source;display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.ttv-sources__items li{border-bottom:1px solid var(--ttv-color-border,#e5dcd6);counter-increment:ttv-source;display:grid;gap:.8rem;grid-template-columns:auto minmax(0,1fr);padding:.85rem 0}.ttv-sources--bibliography .ttv-sources__items li{display:block;padding-left:1.5rem;text-indent:-1.5rem}.ttv-sources--compact .ttv-sources__items li{padding:.5rem 0}.ttv-sources__number{background:var(--ttv-color-soft,#f5ece7);border-radius:50%;color:var(--ttv-block-accent,#832e2e);display:grid;font-size:.75rem;font-weight:850;height:30px;place-items:center;width:30px}.ttv-sources__items a,.ttv-sources__items strong{color:var(--ttv-color-text,#342c29);font-weight:760;text-decoration-thickness:1px;text-underline-offset:3px}.ttv-sources__dates,.ttv-sources__note,.ttv-sources__publisher{color:var(--ttv-color-text-muted,#746a65);font-size:.84rem;margin:.25rem 0 0}.ttv-sources__dates{display:flex;flex-wrap:wrap;gap:.7rem}.ttv-advanced-quote{background:var(--ttv-color-soft,#f7efe9);border-left:5px solid var(--ttv-block-accent,#832e2e);border-radius:var(--ttv-radius-card,16px);display:grid;gap:1.2rem;grid-template-columns:minmax(0,1fr);margin:0;overflow:hidden;padding:clamp(1.3rem,3vw,2.4rem);position:relative}.ttv-advanced-quote--pullquote{background:transparent;border-block:2px solid var(--ttv-block-accent,#832e2e);border-left:0;border-radius:0;margin-inline:auto;max-width:860px}.ttv-advanced-quote--portrait{align-items:center;grid-template-columns:130px minmax(0,1fr)}.ttv-advanced-quote--highlight{background:var(--ttv-block-accent,#832e2e);border-left:0;color:#fff}.ttv-advanced-quote__portrait{aspect-ratio:1;border-radius:50%;-o-object-fit:cover;object-fit:cover;width:130px}.ttv-advanced-quote__body{min-width:0;position:relative}.ttv-advanced-quote__mark{color:color-mix(in srgb,var(--ttv-block-accent,#832e2e) 28%,transparent);font-family:Georgia,serif;font-size:7rem;left:-.2rem;line-height:1;pointer-events:none;position:absolute;top:-1.2rem}.ttv-advanced-quote--highlight .ttv-advanced-quote__mark{color:#ffffff38}.ttv-advanced-quote blockquote{font-family:var(--ttv-font-heading,Georgia,serif);font-size:clamp(1.25rem,3vw,2rem);font-weight:650;line-height:1.38;margin:0;position:relative;z-index:1}.ttv-advanced-quote figcaption{color:var(--ttv-color-text-muted,#716762);display:flex;flex-direction:column;font-size:.88rem;gap:.3rem;margin-top:1rem}.ttv-advanced-quote--highlight figcaption,.ttv-advanced-quote--highlight figcaption a{color:#ffffffd1}.ttv-advanced-quote--align-center{text-align:center}.ttv-advanced-quote--align-right{text-align:right}.ttv-info-box{--ttv-info-accent:#49758f;background:color-mix(in srgb,var(--ttv-info-accent) 10%,var(--ttv-color-surface,#fff));border-radius:var(--ttv-radius-card,14px);display:grid;gap:1rem;grid-template-columns:42px minmax(0,1fr);padding:1.15rem 1.25rem}.ttv-info-box--bordered{background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-info-accent) 45%,var(--ttv-color-border,#ddd));border-left-width:5px}.ttv-info-box--solid{background:var(--ttv-info-accent);color:#fff}.ttv-info-box--inline{border-left:4px solid var(--ttv-info-accent);border-radius:4px;grid-template-columns:30px minmax(0,1fr);padding:.75rem .9rem}.ttv-info-box--success{--ttv-info-accent:#3f7d58}.ttv-info-box--warning{--ttv-info-accent:#b97718}.ttv-info-box--danger{--ttv-info-accent:#a63a3a}.ttv-info-box--note{--ttv-info-accent:#745a91}.ttv-info-box__icon{background:var(--ttv-info-accent);border-radius:50%;color:#fff;display:grid;font-size:1.1rem;font-weight:900;height:42px;place-items:center;width:42px}.ttv-info-box--solid .ttv-info-box__icon{background:#ffffff2e}.ttv-info-box__copy h3{margin:0 0 .4rem}.ttv-info-box__copy .ttv-editorial-prose>:first-child{margin-top:0}.ttv-info-box__copy .ttv-editorial-prose>:last-child{margin-bottom:0}.ttv-article-blocks{display:grid;gap:clamp(1.25rem,3vw,2rem)}.ttv-article-block{min-width:0}.ttv-article-block__heading{margin:.5rem 0 0}.ttv-article-block__image{margin:0}.ttv-article-block__image img,.ttv-article-gallery img{border-radius:var(--ttv-radius-card,14px);display:block;width:100%}.ttv-article-block__image figcaption,.ttv-article-gallery figcaption{color:var(--ttv-color-text-muted,#736965);display:flex;font-size:.78rem;gap:.8rem;justify-content:space-between;margin-top:.45rem}.ttv-article-gallery{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-article-gallery figure{margin:0}.ttv-article-block__video{aspect-ratio:16/9;background:#111;border-radius:var(--ttv-radius-card,14px);overflow:hidden}.ttv-article-block__video iframe{border:0;height:100%;width:100%}.ttv-article-quote{background:var(--ttv-color-soft,#f7efe9);border-left:5px solid var(--ttv-color-primary,#832e2e);display:grid;gap:1rem;grid-template-columns:auto minmax(0,1fr);margin:0;padding:1.2rem}.ttv-article-quote img{border-radius:50%;height:72px;-o-object-fit:cover;object-fit:cover;width:72px}.ttv-article-quote p{font-family:var(--ttv-font-heading,Georgia,serif);font-size:1.25rem;line-height:1.45;margin:0}.ttv-article-quote footer{color:var(--ttv-color-text-muted,#706661);display:flex;flex-direction:column;font-size:.82rem;margin-top:.7rem}.ttv-article-info-box{background:#edf5f8;border-left:5px solid #49758f;padding:1rem 1.1rem}.ttv-article-info-box.is-success{background:#edf7f0;border-color:#3f7d58}.ttv-article-info-box.is-warning{background:#fff6e7;border-color:#b97718}.ttv-article-info-box.is-danger{background:#fff0f0;border-color:#a63a3a}.ttv-article-info-box.is-note{background:#f4effa;border-color:#745a91}.ttv-article-document{align-items:center;border:1px solid var(--ttv-color-border,#e2d8d2);border-radius:var(--ttv-radius-card,12px);color:inherit;display:flex;gap:.9rem;padding:.9rem 1rem;text-decoration:none}.ttv-article-document>span:first-child{font-size:1.4rem}.ttv-article-document small{color:var(--ttv-color-text-muted,#746a65);display:block;margin-top:.2rem}.ttv-article-table{overflow-x:auto}.ttv-article-table table{border-collapse:collapse;min-width:560px;width:100%}.ttv-article-table td,.ttv-article-table th{border:1px solid var(--ttv-color-border,#e3d9d3);padding:.7rem .8rem;text-align:left}.ttv-article-table thead{background:var(--ttv-color-soft,#f6efeb)}.ttv-article-table tr.is-highlighted{background:#fff5da}.ttv-article-timeline{border-left:2px solid var(--ttv-color-primary,#832e2e);display:grid;gap:.9rem;padding-left:1.3rem;position:relative}.ttv-article-timeline article{display:grid;gap:1rem;grid-template-columns:minmax(90px,.28fr) minmax(0,1fr)}.ttv-article-timeline article>span{color:var(--ttv-color-primary,#832e2e);font-size:.8rem;font-weight:800}.ttv-article-timeline h3{margin:0 0 .35rem}.ttv-article-sources ol{display:grid;gap:.65rem;padding-left:1.35rem}.ttv-article-sources small{color:var(--ttv-color-text-muted,#746a65);display:block}.ttv-article-related>div{display:grid;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-related a{color:inherit;display:grid;gap:.45rem;text-decoration:none}.ttv-article-related img{aspect-ratio:16/9;border-radius:10px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-ad{border:1px solid var(--ttv-color-border,#e2d8d2);color:inherit;display:grid;gap:.5rem;padding:.75rem;text-decoration:none}.ttv-article-ad img{max-height:360px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:760px){.ttv-timeline--horizontal .ttv-timeline__items{grid-auto-columns:minmax(82vw,1fr)}.ttv-timeline--steps .ttv-timeline__items{grid-template-columns:1fr}.ttv-document-card,.ttv-documents--compact .ttv-document-card{grid-template-columns:40px minmax(0,1fr)}.ttv-document-card__action{grid-column:1/-1;justify-self:start}.ttv-advanced-quote--portrait{grid-template-columns:1fr;text-align:center}.ttv-advanced-quote__portrait{margin-inline:auto}.ttv-data-table--cards-mobile .ttv-data-table__scroll{background:transparent;border:0;overflow:visible}.ttv-data-table--cards-mobile table,.ttv-data-table--cards-mobile tbody,.ttv-data-table--cards-mobile td,.ttv-data-table--cards-mobile th,.ttv-data-table--cards-mobile tr{display:block;min-width:0;width:100%}.ttv-data-table--cards-mobile thead{display:none}.ttv-data-table--cards-mobile tbody{display:grid;gap:.8rem}.ttv-data-table--cards-mobile tr{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d1);border-radius:12px;overflow:hidden}.ttv-data-table--cards-mobile tbody th,.ttv-data-table--cards-mobile td{border-bottom:1px solid var(--ttv-color-border,#eee5df);display:grid;gap:.75rem;grid-template-columns:minmax(100px,.7fr) minmax(0,1.3fr);text-align:left!important}.ttv-data-table--cards-mobile tbody th:before,.ttv-data-table--cards-mobile td:before{color:var(--ttv-color-text-muted,#746a65);content:attr(data-label);font-size:.74rem;font-weight:800;text-transform:uppercase}.ttv-article-gallery,.ttv-article-related>div{grid-template-columns:1fr}.ttv-article-timeline article{gap:.25rem;grid-template-columns:1fr}}@media(max-width:520px){.ttv-timeline__item{gap:.7rem;grid-template-columns:38px minmax(0,1fr)}.ttv-timeline__marker{border-width:3px;height:38px;width:38px}.ttv-timeline--vertical .ttv-timeline__items:before{left:18px}.ttv-info-box{gap:.7rem;grid-template-columns:34px minmax(0,1fr);padding:.9rem}.ttv-info-box__icon{height:34px;width:34px}}@media(prefers-reduced-motion:reduce){.ttv-document-card,.ttv-timeline--horizontal .ttv-timeline__items{scroll-behavior:auto;transition:none}}@supports (content-visibility:auto){.ttv-page-block{contain-intrinsic-size:auto 720px;content-visibility:auto}.ttv-page-block:first-child,.ttv-page-block[data-block-type=hero_editorial]{contain-intrinsic-size:none;content-visibility:visible}}.ttv-card__media img,.ttv-chrono-card__media img{aspect-ratio:var(--ttv-card-image-ratio,16/9);-o-object-fit:cover;object-fit:cover}.ttv-header{background:color-mix(in srgb,var(--ttv-color-header-bg) 96%,transparent);box-shadow:0 5px 24px #4a261d0d;transition:box-shadow .18s ease,background-color .18s ease}.ttv-header__masthead{background:var(--ttv-color-header-bg);border-bottom:1px solid var(--ttv-color-border)}.ttv-header__inner{display:grid;grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr);min-height:var(--ttv-header-height);transition:min-height .18s ease}.ttv-header .ttv-logo{grid-column:2;justify-self:center;margin:0;transition:width .18s ease;width:min(var(--ttv-logo-width),38vw)}.ttv-header__actions{align-items:center;display:flex;gap:10px;grid-column:3;justify-content:flex-end;min-width:0}.ttv-header .ttv-menu-toggle{grid-column:1;justify-self:start}.ttv-header .ttv-chronograph{align-items:center;border-radius:14px;box-shadow:0 10px 24px #6422222e;display:inline-flex;gap:10px;min-height:48px;padding:8px 14px}.ttv-chronograph__icon{font-size:22px}.ttv-chronograph__copy{text-align:left}.ttv-present-button{align-items:center;background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:12px;color:var(--ttv-color-primary);cursor:pointer;display:inline-flex;font-weight:800;gap:7px;min-height:44px;padding:8px 13px}.ttv-main-nav{background:color-mix(in srgb,var(--ttv-color-surface) 92%,transparent);border-bottom:1px solid var(--ttv-color-border);display:block}.ttv-main-nav__inner{align-items:center;display:flex;gap:clamp(18px,2.3vw,31px);justify-content:center;margin:0 auto;min-height:56px;overflow-x:auto;scrollbar-width:none;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-main-nav__inner::-webkit-scrollbar{display:none}.ttv-main-nav a{flex:0 0 auto;font-size:15px;padding:17px 0 15px}.ttv-header--compact .ttv-header__inner{min-height:72px}.ttv-header--compact .ttv-logo{width:min(230px,31vw)}.ttv-header--compact .ttv-main-nav__inner{min-height:46px}.ttv-header--compact .ttv-main-nav a{padding-block:12px 10px}.ttv-county-menu{background:var(--ttv-color-primary);box-shadow:none;color:#ffffffd6}.ttv-county-menu__inner{min-height:48px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-county-menu__all{background:var(--ttv-color-primary);border-right-color:#ffffff2e;color:#fff;justify-content:flex-start;min-width:175px;padding-inline:0 18px}.ttv-county-menu__all:hover,.ttv-county-menu__all[aria-expanded=true]{background:var(--ttv-color-primary-dark)}.ttv-county-menu__strip a{border-right-color:#ffffff1f;color:#ffffffc7;font-size:11px;padding-inline:16px}.ttv-county-menu__strip a.is-active,.ttv-county-menu__strip a:hover{background:#ffffff1a;color:#fff}.ttv-county-menu__strip a.is-active{box-shadow:inset 0 -3px #fff}.ttv-county-menu__grid{width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-page{margin-bottom:clamp(70px,8vw,120px);margin-top:clamp(26px,4vw,48px)}.ttv-homepage-editorial{display:grid;gap:0}.ttv-homepage-editorial>.ttv-editorial-row,.ttv-homepage-editorial>.ttv-layout-grid,.ttv-homepage-editorial>.ttv-page-slot{margin:0 0 var(--ttv-section-gap)}.ttv-homepage-editorial>.ttv-editorial-row:last-child,.ttv-homepage-editorial>.ttv-page-slot:last-child{margin-bottom:0}.ttv-editorial-row{align-items:start;display:grid;gap:var(--ttv-grid-gap);grid-template-columns:minmax(0,2.05fr) minmax(280px,.85fr)}.ttv-editorial-row__main,.ttv-editorial-row__sidebar{min-width:0}.ttv-editorial-row__main>.ttv-page-slot,.ttv-editorial-row__sidebar>.ttv-page-slot{display:grid;gap:var(--ttv-grid-gap)}.ttv-editorial-row__sidebar .ttv-block-heading{align-items:flex-start}.ttv-editorial-row__sidebar .ttv-block-heading h2{font-size:clamp(27px,3vw,36px)}.ttv-layout--homepage .ttv-page-slot[data-slot=before_footer]{align-items:stretch;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-layout--homepage .ttv-page-slot[data-slot=before_footer]>.ttv-page-block,.ttv-layout--homepage .ttv-page-slot[data-slot=before_footer]>.ttv-page-block>section{height:100%}.ttv-layout--category .ttv-context-header,.ttv-layout--county .ttv-context-header{background:radial-gradient(circle at 86% 16%,hsla(0,0%,100%,.2),transparent 25%),radial-gradient(circle at 65% 100%,rgba(255,225,205,.22),transparent 40%),linear-gradient(135deg,var(--ttv-color-primary-dark),var(--ttv-color-primary) 52%,var(--ttv-color-accent));border:0;box-shadow:var(--ttv-shadow-section);color:#fffaf4;isolation:isolate;padding:clamp(36px,6vw,68px);position:relative}.ttv-layout--category .ttv-context-header:after,.ttv-layout--county .ttv-context-header:after{bottom:-42px;color:#ffffff0f;content:attr(data-context-title);font-family:var(--ttv-font-heading);font-size:clamp(76px,12vw,150px);font-weight:700;line-height:.8;max-width:72%;overflow:hidden;position:absolute;right:-8px;white-space:nowrap;z-index:-1}.ttv-layout--category .ttv-context-header__label,.ttv-layout--county .ttv-context-header__label{color:#ffffffb8}.ttv-layout--category .ttv-context-header h1,.ttv-layout--county .ttv-context-header h1{color:#fffaf4;font-size:clamp(48px,7vw,84px);max-width:820px}.ttv-layout--category .ttv-context-header p:last-child,.ttv-layout--county .ttv-context-header p:last-child{color:#fffc}.ttv-hero-editorial--lead-plus-3{background:transparent;border:0;box-shadow:none;padding:0}.ttv-hero-grid--lead-plus-3{gap:18px;grid-template-columns:minmax(0,1.7fr) minmax(300px,.85fr)}.ttv-hero-grid--lead-plus-3 .ttv-hero-lead{min-height:clamp(440px,48vw,610px)}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary{grid-template-rows:repeat(3,minmax(0,1fr))}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary__item{grid-template-columns:minmax(118px,38%) minmax(0,1fr)}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary__media{min-height:100%}.ttv-hero-grid--lead-plus-3 .ttv-hero-lead__overlay h3{font-size:clamp(36px,4.8vw,62px)}.ttv-latest-news--editorial-strip{border-radius:14px;box-shadow:none;padding:15px 18px}.ttv-latest-news--editorial-strip .ttv-block-heading{align-items:center;margin:0 0 12px}.ttv-latest-news--editorial-strip .ttv-block-heading__kicker{display:none}.ttv-latest-news--editorial-strip .ttv-block-heading h2{font-family:var(--ttv-font-interface);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ttv-latest-news--editorial-strip .ttv-latest-news__items{display:grid;gap:0;grid-template-columns:repeat(5,minmax(0,1fr))}.ttv-latest-news--editorial-strip .ttv-latest-news__item{border:0;border-left:1px solid var(--ttv-color-border);display:block;min-width:0;padding:0 16px}.ttv-latest-news--editorial-strip .ttv-latest-news__item:first-child{border-left:0;padding-left:0}.ttv-latest-news--editorial-strip .ttv-latest-news__time{color:var(--ttv-color-primary);display:block;font-size:12px;font-weight:900;margin:0 0 5px}.ttv-latest-news--editorial-strip .ttv-latest-news__copy>p,.ttv-latest-news--editorial-strip .ttv-latest-news__eyebrow,.ttv-latest-news--editorial-strip .ttv-latest-news__time span{display:none}.ttv-latest-news--editorial-strip .ttv-latest-news__copy h3{display:-webkit-box;font-family:var(--ttv-font-heading);font-size:15px;line-height:1.25;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-lead-list--regional{background:transparent;border:0;box-shadow:none;padding:0}.ttv-lead-list--regional .ttv-lead-list__layout{gap:26px;grid-template-columns:minmax(0,1.45fr) minmax(250px,.75fr)}.ttv-lead-list--regional .ttv-lead-list__lead-copy h3{font-size:clamp(30px,3.7vw,48px)}.ttv-editorial-collection--typographic-list{background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--ttv-color-accent) 16%,transparent),transparent 35%),var(--ttv-color-surface-soft);border-color:color-mix(in srgb,var(--ttv-color-primary) 16%,var(--ttv-color-border));box-shadow:none;padding:clamp(22px,2.8vw,30px)}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list{gap:0}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list article{border-bottom:1px solid var(--ttv-color-border);display:block;padding:17px 0}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list article:first-child{padding-top:0}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list article:last-child{border-bottom:0;padding-bottom:0}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list h3{font-size:clamp(20px,2.1vw,27px);line-height:1.12;margin:4px 0 7px}.ttv-editorial-collection--typographic-list .ttv-editorial-collection__plain-list article>div>p:last-child{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ttv-taxonomy-navigator--editorial-cards{background:transparent;border:0;box-shadow:none;padding:0}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-items{grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-card{background:var(--ttv-color-surface);border-radius:var(--ttv-radius-card);box-shadow:var(--ttv-shadow-card);min-height:100%;overflow:hidden;padding:0}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-card__media{aspect-ratio:4/3}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-card__copy{padding:18px}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-card h3{font-size:clamp(24px,2.8vw,34px)}.ttv-article-collection--editorial-panorama,.ttv-article-collection--photo-grid,.ttv-article-collection--visual-grid{background:transparent;border:0;box-shadow:none;padding:0}.ttv-article-collection--editorial-panorama .ttv-collection-items{display:grid;gap:var(--ttv-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-collection--editorial-panorama .ttv-card:first-child{align-items:stretch;display:grid;grid-column:1/-1;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr)}.ttv-article-collection--editorial-panorama .ttv-card:first-child .ttv-card__media{aspect-ratio:auto;min-height:330px}.ttv-article-collection--editorial-panorama .ttv-card:first-child .ttv-card__body{align-content:center;display:grid;padding:clamp(24px,4vw,48px)}.ttv-article-collection--editorial-panorama .ttv-card:first-child .ttv-card__title{font-size:clamp(29px,3.8vw,48px)}.ttv-article-collection--visual-grid .ttv-collection-items{gap:var(--ttv-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-collection--visual-grid .ttv-card__media{aspect-ratio:4/5}.ttv-article-collection--visual-grid .ttv-card__title{font-size:clamp(20px,2.2vw,28px)}.ttv-article-collection--photo-grid .ttv-collection-items{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(190px,1fr))}.ttv-article-collection--photo-grid .ttv-card{background:#241b18;border:0;color:#fff;min-height:240px;overflow:hidden;position:relative}.ttv-article-collection--photo-grid .ttv-card:first-child{grid-column:span 2;grid-row:span 2}.ttv-article-collection--photo-grid .ttv-card__media{aspect-ratio:auto;height:100%;inset:0;position:absolute}.ttv-article-collection--photo-grid .ttv-card__media:after{background:linear-gradient(180deg,transparent 25%,rgba(20,12,10,.88));content:"";inset:0;position:absolute}.ttv-article-collection--photo-grid .ttv-card__body{align-self:end;margin-top:auto;padding:20px;position:relative;z-index:2}.ttv-article-collection--photo-grid .ttv-card__excerpt,.ttv-article-collection--photo-grid .ttv-card__eyebrow,.ttv-article-collection--photo-grid .ttv-card__meta{color:#ffffffc2}.ttv-article-collection--photo-grid .ttv-card__title{color:#fff;font-size:clamp(19px,2vw,28px)}.ttv-article-collection--photo-grid .ttv-card:first-child .ttv-card__title{font-size:clamp(28px,4vw,48px)}.ttv-recommendations--editorial-list .ttv-recommendations__items{grid-template-columns:1fr}.ttv-recommendations--editorial-list .ttv-recommendation-card{border-bottom:1px solid var(--ttv-color-border);padding-bottom:16px}.ttv-recommendations--editorial-list .ttv-recommendation-card:last-child{border-bottom:0;padding-bottom:0}.ttv-video-block.ttv-surface--accent{background:radial-gradient(circle at 90% 0,hsla(0,0%,100%,.1),transparent 28%),linear-gradient(145deg,var(--ttv-color-primary-dark),#3d201e);border:0;box-shadow:0 24px 55px #401c192e;color:#fffaf4}.ttv-video-block.ttv-surface--accent .ttv-video-card{color:var(--ttv-color-text)}.ttv-layout--article .ttv-layout-grid__main{min-width:0}.ttv-article-page{margin-inline:auto;width:min(100%,var(--ttv-container-text))}.ttv-article-page__eyebrow{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:12px;font-weight:850;letter-spacing:.1em;margin:0 0 14px;text-transform:uppercase}.ttv-article-page h1{font-family:var(--ttv-font-heading);font-size:clamp(38px,6vw,68px);letter-spacing:-.035em;line-height:1.04;margin:0;text-wrap:balance}.ttv-article-page__lead{color:color-mix(in srgb,var(--ttv-color-text) 78%,var(--ttv-color-muted));font-family:var(--ttv-font-heading);font-size:clamp(19px,2.4vw,25px);line-height:1.5;margin:22px 0 30px}.ttv-article-page__hero{border-radius:var(--ttv-radius-section);box-shadow:var(--ttv-shadow-section);margin:clamp(22px,3vw,36px) 0;width:100%}.ttv-article-content,.ttv-article-content-renderer{font-size:clamp(17px,1.6vw,19px);line-height:1.78}.ttv-footer{overflow:hidden;padding-top:clamp(56px,7vw,86px);position:relative}.ttv-footer:before{background:linear-gradient(90deg,var(--ttv-color-primary),var(--ttv-color-accent),var(--ttv-color-primary));content:"";height:4px;left:0;position:absolute;right:0;top:0}.ttv-footer__inner{gap:clamp(28px,4vw,58px);grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.65fr))}.ttv-footer__brand p{line-height:1.7;max-width:43ch}.ttv-footer__column h2{font-family:var(--ttv-font-heading);font-size:20px}.ttv-footer__column a{padding-block:4px}@media(max-width:1180px){.ttv-header__inner{grid-template-columns:minmax(80px,1fr) auto minmax(150px,1fr)}.ttv-main-nav__inner{justify-content:flex-start}.ttv-latest-news--editorial-strip .ttv-latest-news__items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-latest-news--editorial-strip .ttv-latest-news__item:nth-child(n+4){display:none}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.ttv-header__inner{gap:12px;grid-template-columns:56px minmax(0,1fr) auto;min-height:78px}.ttv-header .ttv-menu-toggle{display:grid;grid-column:1}.ttv-header .ttv-logo{grid-column:2;width:min(250px,46vw)}.ttv-header__actions{grid-column:3}.ttv-header .ttv-chronograph__copy small,.ttv-header .ttv-chronograph__icon,.ttv-header .ttv-present-button{display:none}.ttv-header .ttv-chronograph{min-height:43px;padding:8px 12px}.ttv-main-nav{display:none}.ttv-editorial-row{grid-template-columns:1fr}.ttv-editorial-row__sidebar{margin-top:0}.ttv-hero-grid--lead-plus-3{grid-template-columns:1fr}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary__item,.ttv-lead-list--regional .ttv-lead-list__layout{grid-template-columns:1fr}.ttv-lead-list--regional .ttv-lead-list__secondary{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-lead-list--regional .ttv-lead-list__secondary-item{border:0;display:block;padding:0}.ttv-lead-list--regional .ttv-lead-list__secondary-media{margin-bottom:10px}.ttv-article-collection--photo-grid .ttv-collection-items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-footer__inner{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-footer__brand{grid-column:1/-1}}@media(max-width:720px){.ttv-header__inner{width:calc(100% - 24px)}.ttv-header .ttv-logo{width:min(210px,50vw)}.ttv-header .ttv-chronograph{justify-content:center;padding:0;width:43px}.ttv-header .ttv-chronograph__copy{display:none}.ttv-header .ttv-chronograph:before{content:"◴";font-size:20px}.ttv-county-menu__inner{width:100%}.ttv-page{margin-top:22px}.ttv-layout--category .ttv-context-header,.ttv-layout--county .ttv-context-header{border-radius:18px;padding:30px 24px}.ttv-layout--category .ttv-context-header h1,.ttv-layout--county .ttv-context-header h1{font-size:clamp(42px,15vw,62px)}.ttv-hero-grid--lead-plus-3 .ttv-hero-lead{min-height:clamp(390px,118vw,520px)}.ttv-hero-grid--lead-plus-3 .ttv-hero-lead__overlay{padding:23px}.ttv-hero-grid--lead-plus-3 .ttv-hero-lead__overlay h3{font-size:clamp(31px,9.2vw,43px)}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary{display:grid;grid-template-columns:1fr}.ttv-hero-grid--lead-plus-3 .ttv-hero-secondary__item{grid-template-columns:116px minmax(0,1fr)}.ttv-latest-news--editorial-strip .ttv-latest-news__items{grid-template-columns:1fr}.ttv-latest-news--editorial-strip .ttv-latest-news__item,.ttv-latest-news--editorial-strip .ttv-latest-news__item:first-child{border:0;border-top:1px solid var(--ttv-color-border);display:grid;grid-template-columns:52px minmax(0,1fr);padding:10px 0}.ttv-latest-news--editorial-strip .ttv-latest-news__item:nth-child(n+4){display:none}.ttv-latest-news--editorial-strip .ttv-latest-news__time{margin:0}.ttv-lead-list--regional .ttv-lead-list__secondary{grid-template-columns:1fr}.ttv-lead-list--regional .ttv-lead-list__secondary-item{border-bottom:1px solid var(--ttv-color-border);display:grid;grid-template-columns:110px minmax(0,1fr);padding-bottom:14px}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-items{display:flex;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory}.ttv-taxonomy-navigator--editorial-cards .ttv-taxonomy-card{flex:0 0 min(82vw,310px);scroll-snap-align:start}.ttv-article-collection--editorial-panorama .ttv-collection-items,.ttv-article-collection--visual-grid .ttv-collection-items{grid-template-columns:1fr}.ttv-article-collection--editorial-panorama .ttv-card:first-child{grid-column:auto;grid-template-columns:1fr}.ttv-article-collection--editorial-panorama .ttv-card:first-child .ttv-card__media{aspect-ratio:16/9;min-height:0}.ttv-article-collection--photo-grid .ttv-collection-items{display:flex;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.ttv-article-collection--photo-grid .ttv-card,.ttv-article-collection--photo-grid .ttv-card:first-child{flex:0 0 min(84vw,330px);min-height:360px;scroll-snap-align:start}.ttv-footer__inner,.ttv-layout--homepage .ttv-page-slot[data-slot=before_footer]{grid-template-columns:1fr}.ttv-footer__brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){.ttv-header,.ttv-header .ttv-logo,.ttv-header__inner{transition:none}}.ttv-header__primary-menu,.ttv-header__top-menu{border-bottom:1px solid var(--ttv-color-border);position:relative;z-index:33}.ttv-header__primary-menu-inner,.ttv-header__top-menu-inner{margin-inline:auto;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter-desktop)*2))}.ttv-header__top-menu{background:var(--ttv-color-header-bg)}.ttv-header__top-menu-inner{align-items:center;display:flex;justify-content:flex-end;min-height:34px}.ttv-header__primary-menu{background:var(--ttv-color-header-bg)}.ttv-header__primary-menu-inner{align-items:center;display:flex;min-height:50px}.ttv-navigation-menu{background:var(--ttv-menu-bg);color:var(--ttv-menu-color);font-family:var(--ttv-menu-font);font-size:var(--ttv-menu-size);font-weight:var(--ttv-menu-weight);width:100%}.ttv-navigation-menu ul{list-style:none;margin:0;padding:0}.ttv-navigation-menu__root{align-items:center;display:flex;gap:var(--ttv-menu-gap);width:100%}.ttv-navigation-menu--mobile .ttv-navigation-menu__root,.ttv-navigation-menu--vertical .ttv-navigation-menu__root{align-items:stretch;flex-direction:column;gap:0}.ttv-navigation-menu--compact .ttv-navigation-menu__root{gap:max(8px,calc(var(--ttv-menu-gap)*.55))}.ttv-navigation-menu--align-left .ttv-navigation-menu__root{justify-content:flex-start}.ttv-navigation-menu--align-center .ttv-navigation-menu__root{justify-content:center}.ttv-navigation-menu--align-right .ttv-navigation-menu__root{justify-content:flex-end}.ttv-navigation-menu--uppercase{letter-spacing:.035em;text-transform:uppercase}.ttv-navigation-menu__root>li{min-width:0;position:relative}.ttv-navigation-menu a{align-items:center;color:inherit;display:flex;gap:6px;min-height:42px;text-decoration:none;transition:color .18s ease,background-color .18s ease;white-space:nowrap}.ttv-navigation-menu a.router-link-active,.ttv-navigation-menu a:focus-visible,.ttv-navigation-menu a:hover{color:var(--ttv-menu-hover)}.ttv-navigation-menu__chevron{font-size:.8em;transition:transform .18s ease}.ttv-navigation-menu__submenu{background:var(--ttv-menu-sub-bg);border:1px solid var(--ttv-menu-border);border-radius:var(--ttv-menu-radius);box-shadow:0 18px 42px #3a221b24;color:var(--ttv-menu-sub-color);display:none;left:0;min-width:230px;padding:8px;position:absolute;top:calc(100% - 2px);z-index:60}.ttv-navigation-menu__submenu a{border-radius:max(4px,calc(var(--ttv-menu-radius) - 4px));min-height:38px;padding:7px 10px;white-space:normal}.ttv-navigation-menu__submenu a.router-link-active,.ttv-navigation-menu__submenu a:hover{background:color-mix(in srgb,var(--ttv-menu-hover) 8%,transparent);color:var(--ttv-menu-hover)}.ttv-navigation-menu__root>li:focus-within>.ttv-navigation-menu__submenu,.ttv-navigation-menu__root>li:hover>.ttv-navigation-menu__submenu{display:block}.ttv-navigation-menu__root>li:focus-within>a .ttv-navigation-menu__chevron,.ttv-navigation-menu__root>li:hover>a .ttv-navigation-menu__chevron{transform:rotate(180deg)}.ttv-navigation-menu--mobile .ttv-navigation-menu__submenu,.ttv-navigation-menu--vertical .ttv-navigation-menu__submenu{background:transparent;border:0;border-left:1px solid var(--ttv-menu-border);border-radius:0;box-shadow:none;display:block;margin:0 0 6px 16px;min-width:0;padding:0 0 0 12px;position:static}.ttv-navigation-menu--mobile .ttv-navigation-menu__submenu a,.ttv-navigation-menu--vertical .ttv-navigation-menu__submenu a{min-height:36px;padding:6px 4px}.ttv-county-menu{background:var(--ttv-county-bg);border:0;color:var(--ttv-county-color);position:relative;z-index:34}.ttv-county-menu__strip{align-items:stretch;display:flex;font-family:var(--ttv-county-font);font-size:var(--ttv-county-size);font-weight:var(--ttv-county-weight);margin-inline:auto;max-width:var(--ttv-container-wide);overflow-x:auto;padding-inline:var(--ttv-page-gutter-desktop);scrollbar-width:thin;text-transform:var(--ttv-county-transform);width:100%}.ttv-county-menu__strip a{align-items:center;border-inline-start:1px solid hsla(0,0%,100%,.14);color:var(--ttv-county-color);display:flex;min-height:46px;padding:0 18px;text-decoration:none;white-space:nowrap}.ttv-county-menu__strip a:last-child{border-inline-end:1px solid hsla(0,0%,100%,.14)}.ttv-county-menu__strip a.is-active,.ttv-county-menu__strip a:hover{background:#ffffff1c;color:var(--ttv-county-hover)}.ttv-menu-block{width:100%}.ttv-menu-block--vertical{max-width:340px}.ttv-mobile-menu>.ttv-navigation-menu+.ttv-navigation-menu{border-top:1px solid var(--ttv-color-border);margin-top:18px;padding-top:18px}@media(max-width:1024px){.ttv-header__primary-menu,.ttv-header__top-menu{display:none}.ttv-county-menu__strip{padding-inline:var(--ttv-page-gutter-tablet)}.ttv-county-menu__strip a{min-height:42px;padding-inline:14px}.ttv-mobile-menu{max-height:calc(100vh - 92px);overflow-y:auto}.ttv-mobile-menu .ttv-navigation-menu a{min-height:44px;white-space:normal}}@media(max-width:700px){.ttv-county-menu__strip{padding-inline:var(--ttv-page-gutter-mobile)}.ttv-county-menu__strip a{min-height:40px;padding-inline:12px}}.ttv-hide-desktop,.ttv-only-desktop,.ttv-only-mobile,.ttv-only-tablet{display:none}.ttv-only-desktop{display:block}.ttv-header--sticky-compact,.ttv-header--sticky-fixed{position:sticky;top:0;z-index:100}.ttv-header--sticky-none,.ttv-site-area{position:relative}.ttv-site-area{background:var(--ttv-area-bg,transparent);border-bottom:var(--ttv-area-border-width,0) solid var(--ttv-area-border,transparent);border-top:var(--ttv-area-border-width,0) solid var(--ttv-area-border,transparent);color:var(--ttv-area-color,inherit);width:100%;z-index:35}.ttv-site-area__inner{align-items:center;display:grid;gap:var(--ttv-area-gap,0);grid-template-columns:repeat(var(--ttv-area-columns-desktop,1),minmax(0,1fr));margin-inline:auto;padding:var(--ttv-area-padding-y,0) var(--ttv-area-padding-x,0);width:min(var(--ttv-area-max-width,var(--ttv-container-wide)),calc(100% - var(--ttv-page-gutter-desktop)*2))}.ttv-site-area--container-full .ttv-site-area__inner{max-width:none;width:100%}.ttv-site-area--container-text .ttv-site-area__inner{width:min(var(--ttv-area-max-width,var(--ttv-container-text)),calc(100% - var(--ttv-page-gutter-desktop)*2))}.ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-column-desktop,1),var(--ttv-area-columns-desktop,1));min-width:0;padding:var(--ttv-area-block-padding,0);text-align:var(--ttv-area-block-align,left)}.ttv-site-area--primary,.ttv-site-area--top{border-color:var(--ttv-color-border)}.ttv-site-area--counties .ttv-site-area__inner{justify-items:stretch}.ttv-site-area--counties .ttv-area-menu,.ttv-site-area--counties .ttv-area-menu__panel,.ttv-site-area--counties .ttv-site-area-block{width:100%}.ttv-area-menu{position:relative;width:100%}.ttv-area-menu__toggle{align-items:center;background:transparent;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:10px;color:inherit;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;gap:10px;justify-content:center;min-height:42px;padding:8px 14px}.ttv-area-menu__bars{display:grid;gap:4px;width:20px}.ttv-area-menu__bars i{background:currentColor;border-radius:2px;display:block;height:2px;width:100%}.ttv-area-menu--hamburger .ttv-area-menu__panel,.ttv-menu-block--hamburger>div:last-child{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:14px;box-shadow:0 18px 46px #301e182e;color:var(--ttv-color-text);padding:12px 16px;position:absolute;top:calc(100% + 8px);width:min(340px,calc(100vw - 32px));z-index:90}.ttv-area-menu-panel-enter-active,.ttv-area-menu-panel-leave-active{transition:opacity .16s ease,transform .16s ease}.ttv-area-menu-panel-enter-from,.ttv-area-menu-panel-leave-to{opacity:0;transform:translateY(-6px)}.ttv-navigation-menu__submenu a.router-link-active,.ttv-navigation-menu__submenu a:hover{color:var(--ttv-menu-sub-hover,var(--ttv-menu-hover))}.ttv-site-area--counties .ttv-navigation-menu__root{gap:0;justify-content:center;overflow-x:auto;scrollbar-width:thin}.ttv-site-area--counties .ttv-navigation-menu__root>li{flex:0 0 auto}.ttv-site-area--counties .ttv-navigation-menu a{border-inline-start:1px solid hsla(0,0%,100%,.14);min-height:46px;padding-inline:18px}.ttv-site-area--counties .ttv-navigation-menu__root>li:last-child>a{border-inline-end:1px solid hsla(0,0%,100%,.14)}.ttv-site-area--counties .ttv-navigation-menu a.router-link-active,.ttv-site-area--counties .ttv-navigation-menu a:hover{background:#ffffff1c;color:#fff}.ttv-header__compact-row{background:var(--ttv-color-header-bg);border-bottom:1px solid var(--ttv-color-border)}.ttv-header__compact-inner{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(220px,auto) minmax(0,1fr) minmax(190px,auto);margin-inline:auto;min-height:72px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter-desktop)*2))}.ttv-logo--compact{justify-self:start!important;margin:0!important;width:min(var(--ttv-compact-logo-width,270px),26vw)!important}.ttv-header__compact-counties{min-width:0}.ttv-header__compact-counties .ttv-site-area,.ttv-header__compact-counties .ttv-site-area__inner{background:var(--ttv-color-primary)}.ttv-header__compact-counties .ttv-site-area__inner{padding-inline:0;width:100%}.ttv-header__compact-counties .ttv-site-area--counties .ttv-navigation-menu a{min-height:46px;padding-inline:14px}.ttv-header--compact .ttv-site-area--primary .ttv-site-area__inner{min-height:44px}.ttv-header--compact .ttv-site-area--primary .ttv-navigation-menu a{min-height:40px}.ttv-date-weather{align-items:center;display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface);font-size:13px;gap:8px 16px}.ttv-date-weather__date,.ttv-date-weather__weather{align-items:center;display:inline-flex;flex-wrap:wrap;gap:7px}.ttv-date-weather__date time,.ttv-date-weather__source{opacity:.72}.ttv-date-weather__symbol{font-size:18px}.ttv-date-weather__source{flex-basis:100%;font-size:10px}.ttv-social-links{align-items:center;display:flex;flex-wrap:wrap;gap:var(--ttv-social-gap,14px)}.ttv-social-links a{align-items:center;color:inherit;display:inline-flex;gap:7px;text-decoration:none}.ttv-social-links__icon{border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:50%;font-size:var(--ttv-social-size,22px);height:calc(var(--ttv-social-size, 22px) + 10px);line-height:1;width:calc(var(--ttv-social-size, 22px) + 10px)}.ttv-area-button,.ttv-social-links__icon{align-items:center;display:inline-flex;justify-content:center}.ttv-area-button{background:var(--ttv-area-button-bg);border:1px solid var(--ttv-area-button-border);border-radius:var(--ttv-area-button-radius);color:var(--ttv-area-button-color);font-family:var(--ttv-font-interface);font-weight:700;min-height:42px;padding:9px 16px;text-decoration:none}.ttv-area-button--outline,.ttv-area-button--text{background:transparent;color:var(--ttv-area-button-border)}.ttv-area-button--text{border-color:transparent;min-height:0;padding:4px 0}.ttv-area-html>:first-child,.ttv-site-identity>:first-child{margin-top:0}.ttv-area-html>:last-child,.ttv-site-identity>:last-child{margin-bottom:0}.ttv-site-identity{display:grid;gap:10px}.ttv-site-identity__logo{display:inline-flex;max-width:100%}.ttv-site-identity__logo img{height:auto;max-width:100%}.ttv-site-identity p{color:inherit;margin:0;opacity:.74}.ttv-site-identity small{display:block;opacity:.68}.ttv-footer>.ttv-site-area{z-index:1}.ttv-footer>.ttv-site-area .ttv-navigation-menu--vertical .ttv-navigation-menu__root,.ttv-footer>.ttv-site-area .ttv-navigation-menu__root{align-items:flex-start}.ttv-footer>.ttv-site-area .ttv-navigation-menu a{min-height:30px}@media(min-width:701px)and (max-width:1024px){.ttv-only-desktop{display:none}.ttv-only-tablet{display:block}.ttv-site-area__inner{grid-template-columns:repeat(var(--ttv-area-columns-tablet,1),minmax(0,1fr));width:min(var(--ttv-area-max-width,var(--ttv-container-wide)),calc(100% - var(--ttv-page-gutter-tablet)*2))}.ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-column-tablet,1),var(--ttv-area-columns-tablet,1))}.ttv-header__compact-inner{grid-template-columns:minmax(180px,1fr) auto;width:calc(100% - var(--ttv-page-gutter-tablet)*2)}.ttv-header__compact-inner .ttv-header__actions{grid-column:2}.ttv-logo--compact{width:min(var(--ttv-compact-logo-width,240px),44vw)!important}.ttv-hide-desktop{display:block}}@media(max-width:700px){.ttv-only-desktop,.ttv-only-tablet{display:none}.ttv-hide-desktop,.ttv-only-mobile{display:block}.ttv-site-area__inner{grid-template-columns:repeat(var(--ttv-area-columns-mobile,1),minmax(0,1fr));width:min(var(--ttv-area-max-width,var(--ttv-container-wide)),calc(100% - var(--ttv-page-gutter-mobile)*2))}.ttv-site-area--container-full .ttv-site-area__inner{width:100%}.ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-column-mobile,1),var(--ttv-area-columns-mobile,1))}.ttv-header__compact-inner{grid-template-columns:minmax(0,1fr) auto;min-height:64px;width:calc(100% - 24px)}.ttv-logo--compact{width:min(var(--ttv-compact-logo-width,210px),58vw)!important}.ttv-header__compact-inner .ttv-header__actions{grid-column:2}.ttv-header__compact-inner .ttv-present-button{display:none}.ttv-compact-counties-mobile .ttv-site-area__inner{padding-inline:0;width:100%}.ttv-site-area--counties .ttv-navigation-menu__root{justify-content:flex-start}.ttv-site-area--counties .ttv-navigation-menu a{min-height:40px;padding-inline:12px}.ttv-area-menu--hamburger .ttv-area-menu__panel{left:auto;right:0}.ttv-date-weather{font-size:12px}}@media(prefers-reduced-motion:reduce){.ttv-area-menu-panel-enter-active,.ttv-area-menu-panel-leave-active{transition:none}}@media(min-width:1025px){.ttv-site-area-block.is-hidden-desktop{display:none!important}}@media(min-width:701px)and (max-width:1024px){.ttv-site-area-block.is-hidden-tablet{display:none!important}}@media(max-width:700px){.ttv-site-area-block.is-hidden-mobile{display:none!important}}@media(min-width:1281px){.ttv-header--compact .ttv-header__compact-inner{gap:12px;grid-template-columns:230px minmax(0,1fr) 190px;min-height:68px;width:min(1760px,calc(100% - 32px))}.ttv-header--compact .ttv-header__compact-inner>.ttv-logo--compact{grid-column:1!important;grid-row:1;justify-self:start!important;margin:0!important;max-width:100%;width:min(var(--ttv-compact-logo-width,230px),230px)!important}.ttv-header--compact .ttv-header__compact-counties{grid-column:2;grid-row:1;min-width:0;overflow:hidden}.ttv-header--compact .ttv-header__compact-counties .ttv-site-area,.ttv-header--compact .ttv-header__compact-counties .ttv-site-area__inner{min-width:0;position:static;z-index:auto}.ttv-header--compact .ttv-header__compact-counties .ttv-navigation-menu__root{justify-content:center;overflow-x:auto;overscroll-behavior-inline:contain}.ttv-header--compact .ttv-header__compact-counties .ttv-navigation-menu a{font-size:min(var(--ttv-menu-size),12px);min-height:44px;padding-inline:10px}.ttv-header--compact .ttv-header__compact-inner>.ttv-header__actions{align-self:center;grid-column:3!important;grid-row:1;justify-self:end;min-width:0;white-space:nowrap}.ttv-header--compact .ttv-header__compact-inner .ttv-chronograph{max-width:190px}}@media(min-width:1025px)and (max-width:1280px){.ttv-header--compact .ttv-header__compact-inner{gap:16px;grid-template-columns:minmax(190px,1fr) auto;min-height:66px;width:calc(100% - 32px)}.ttv-header--compact .ttv-header__compact-inner>.ttv-logo--compact{grid-column:1!important;grid-row:1;justify-self:start!important;margin:0!important;width:min(var(--ttv-compact-logo-width,225px),225px)!important}.ttv-header--compact .ttv-header__compact-counties{display:none!important}.ttv-header--compact .ttv-header__compact-inner>.ttv-header__actions{align-self:center;grid-column:2!important;grid-row:1;justify-self:end}.ttv-header--compact .ttv-compact-counties-mobile{display:block!important}.ttv-header--compact .ttv-compact-counties-mobile .ttv-site-area__inner{padding-inline:0;width:100%}.ttv-header--compact .ttv-compact-counties-mobile .ttv-navigation-menu__root{justify-content:flex-start;overflow-x:auto}}.ttv-navigation-menu__submenu{color:var(--ttv-menu-sub-color,var(--ttv-menu-color));font-family:var(--ttv-menu-sub-font,var(--ttv-menu-font));font-size:var(--ttv-menu-sub-size,.95em);font-weight:var(--ttv-menu-sub-weight,400)}.ttv-navigation-menu__submenu a{color:var(--ttv-menu-sub-color,currentColor)}.ttv-navigation-menu__submenu a.router-link-active,.ttv-navigation-menu__submenu a:focus-visible,.ttv-navigation-menu__submenu a:hover{background:color-mix(in srgb,var(--ttv-menu-sub-hover,var(--ttv-menu-hover)) 8%,transparent);color:var(--ttv-menu-sub-hover,var(--ttv-menu-hover))}.ttv-header--stable{--ttv-header-ease:cubic-bezier(.22,.72,.18,1);background:var(--ttv-color-header-bg);isolation:isolate}.ttv-header--stable,.ttv-header--stable .ttv-site-area,.ttv-header--stable .ttv-site-area-block,.ttv-header--stable .ttv-site-area__inner,.ttv-header__compact-counties-layer,.ttv-header__counties-shell,.ttv-header__top-shell{transition-duration:var(--ttv-header-transition-ms,.28s);transition-timing-function:var(--ttv-header-ease)}.ttv-header__counties-shell,.ttv-header__top-shell{display:grid;grid-template-rows:1fr;opacity:1;transition-property:grid-template-rows,opacity,transform}.ttv-header__collapsible-inner{min-height:0;overflow:hidden}.ttv-header__top-shell.is-collapsed{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-5px)}.ttv-header__core{background:var(--ttv-color-header-bg);position:relative;z-index:37}.ttv-header__area-shell{position:relative;z-index:2}.ttv-header__fallback-area{align-items:center;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin-inline:auto;min-height:112px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter-desktop)*2))}.ttv-header__fallback-area>.ttv-logo{grid-column:2;justify-self:center}.ttv-header__fallback-area>.ttv-header__actions{grid-column:3;justify-self:end}.ttv-site-area--header{transition-property:background-color,border-color;z-index:38}.ttv-site-area--header .ttv-site-area__inner{min-height:104px;transition-property:min-height,padding,gap,grid-template-columns}.ttv-site-area--compact .ttv-site-area__inner{gap:var(--ttv-area-compact-gap,var(--ttv-area-gap,0));grid-template-columns:repeat(var(--ttv-area-compact-columns-desktop,var(--ttv-area-columns-desktop,1)),minmax(0,1fr));padding-bottom:var(--ttv-area-compact-padding-y,var(--ttv-area-padding-y,0));padding-top:var(--ttv-area-compact-padding-y,var(--ttv-area-padding-y,0))}.ttv-site-area--header.ttv-site-area--compact .ttv-site-area__inner{min-height:66px}.ttv-site-area--compact .ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-compact-column-desktop,1),var(--ttv-area-compact-columns-desktop,1))}.ttv-site-area-block{font-family:var(--ttv-area-block-font,inherit);font-size:var(--ttv-area-block-size-desktop,inherit);font-weight:var(--ttv-area-block-weight,inherit);line-height:var(--ttv-area-block-line-height,inherit)}.ttv-site-logo-block{align-items:center;display:inline-flex;justify-content:center;max-width:100%;transition:width var(--ttv-header-transition-ms,.28s) var(--ttv-header-ease),transform var(--ttv-header-transition-ms,.28s) var(--ttv-header-ease);width:min(var(--ttv-site-logo-width-desktop,310px),100%)}.ttv-site-logo-block--compact{width:min(var(--ttv-site-logo-width-compact-desktop,230px),100%)}.ttv-site-logo-block img{display:block;height:auto;width:100%}.ttv-chronograph-block{align-items:center;display:inline-flex;gap:10px;justify-content:flex-end;max-width:100%}.ttv-chronograph-block .ttv-chronograph{margin:0}.ttv-chronograph__icon{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1;text-align:center}.ttv-header__compact-counties-layer{align-items:center;bottom:0;display:flex;left:max(250px,calc((100% - var(--ttv-container-wide))/2 + 250px));opacity:0;pointer-events:none;position:absolute;right:max(210px,calc((100% - var(--ttv-container-wide))/2 + 210px));top:0;transform:translateY(6px) scale(.992);transition-property:opacity,transform;z-index:4}.ttv-header__compact-counties-layer .ttv-area-menu,.ttv-header__compact-counties-layer .ttv-area-menu__panel,.ttv-header__compact-counties-layer .ttv-site-area-block,.ttv-header__compact-counties-layer .ttv-site-area__inner,.ttv-header__compact-counties-layer>.ttv-site-area{min-width:0;width:100%}.ttv-header--compact .ttv-header__compact-counties-layer{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.ttv-header__compact-counties-layer .ttv-site-area{background:transparent;border:0}.ttv-header__compact-counties-layer .ttv-site-area__inner{padding:0;width:100%}.ttv-header__compact-counties-layer .ttv-navigation-menu__root{justify-content:center;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.ttv-header__compact-counties-layer .ttv-navigation-menu__root::-webkit-scrollbar{display:none}.ttv-header__compact-counties-layer .ttv-navigation-menu a{font-size:min(var(--ttv-menu-size),12px);min-height:44px;padding-inline:10px}@media(min-width:1281px){.ttv-header--compact .ttv-header__counties-shell.is-collapsed-desktop{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-5px)}}.ttv-navigation-menu--horizontal-scroll{overflow:visible;position:relative}.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root{gap:var(--ttv-menu-gap);justify-content:flex-start;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;padding:0 max(12px,var(--ttv-page-gutter-mobile));scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root::-webkit-scrollbar{display:none}.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root>li{flex:0 0 auto;scroll-snap-align:start}.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root>li>a{min-height:48px}.ttv-navigation-menu--horizontal-scroll .is-submenu-open>a{color:var(--ttv-menu-hover)}.ttv-navigation-menu__scroll-submenu{background:var(--ttv-menu-sub-bg);border:1px solid var(--ttv-menu-border);border-radius:var(--ttv-menu-radius);box-shadow:0 18px 46px #301e182e;color:var(--ttv-menu-sub-color);display:grid;font-family:var(--ttv-menu-sub-font);font-size:var(--ttv-menu-sub-size);font-weight:var(--ttv-menu-sub-weight);gap:2px;left:max(12px,var(--ttv-page-gutter-mobile));max-height:min(56vh,420px);overflow-y:auto;padding:10px;position:absolute;right:max(12px,var(--ttv-page-gutter-mobile));top:calc(100% + 2px);z-index:120}.ttv-navigation-menu__scroll-submenu a{border-radius:max(4px,calc(var(--ttv-menu-radius) - 4px));color:var(--ttv-menu-sub-color);min-height:38px;padding:7px 10px;white-space:normal}.ttv-navigation-menu__scroll-submenu a.router-link-active,.ttv-navigation-menu__scroll-submenu a:hover{background:color-mix(in srgb,var(--ttv-menu-sub-hover) 8%,transparent);color:var(--ttv-menu-sub-hover)}.ttv-scroll-submenu-enter-active,.ttv-scroll-submenu-leave-active{transition:opacity .18s ease,transform .18s ease}.ttv-scroll-submenu-enter-from,.ttv-scroll-submenu-leave-to{opacity:0;transform:translateY(-5px)}.ttv-area-button{font-family:var(--ttv-area-block-font,var(--ttv-font-interface));font-size:inherit;font-weight:var(--ttv-area-block-weight,700);line-height:var(--ttv-area-block-line-height,1.2)}.ttv-date-weather__error,.ttv-date-weather__loading{font-size:.92em;opacity:.68}.ttv-chronograph-modal__status--loading{align-content:center;display:grid;gap:16px;justify-items:center;min-height:220px}.ttv-chronograph-loader{animation:ttv-chronograph-loader-spin 2s linear infinite;aspect-ratio:1;background:radial-gradient(circle 5px,currentColor 95%,#0000),linear-gradient(currentColor 50%,#0000 0) 50% /4px 60% no-repeat;border:4px solid;border-radius:50%;box-sizing:border-box;color:var(--ttv-color-primary,#832e2e);display:flex;width:60px}.ttv-chronograph-loader:before{animation:inherit;background:linear-gradient(currentColor 50%,#0000 0) 50% /4px 80% no-repeat;content:"";flex:1}@keyframes ttv-chronograph-loader-spin{to{transform:rotate(-1turn)}}@media(min-width:701px)and (max-width:1280px){.ttv-header__compact-counties-layer{display:none}.ttv-site-logo-block{width:min(var(--ttv-site-logo-width-tablet,240px),100%)}.ttv-site-logo-block--compact{width:min(var(--ttv-site-logo-width-compact-tablet,210px),100%)}.ttv-site-area--compact .ttv-site-area__inner{grid-template-columns:repeat(var(--ttv-area-compact-columns-tablet,var(--ttv-area-columns-tablet,1)),minmax(0,1fr))}.ttv-site-area--compact .ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-compact-column-tablet,1),var(--ttv-area-compact-columns-tablet,1))}.ttv-site-area-block{font-size:var(--ttv-area-block-size-tablet,var(--ttv-area-block-size-desktop,inherit))}}@media(max-width:700px){.ttv-header__compact-counties-layer{display:none}.ttv-site-area--header .ttv-site-area__inner{min-height:78px;width:calc(100% - 24px)}.ttv-site-area--header.ttv-site-area--compact .ttv-site-area__inner{min-height:60px}.ttv-site-logo-block{width:min(var(--ttv-site-logo-width-mobile,210px),100%)}.ttv-site-logo-block--compact{transform:translate(-2px);width:min(var(--ttv-site-logo-width-compact-mobile,190px),100%)}.ttv-site-area--compact .ttv-site-area__inner{grid-template-columns:repeat(var(--ttv-area-compact-columns-mobile,var(--ttv-area-columns-mobile,1)),minmax(0,1fr))}.ttv-site-area--compact .ttv-site-area-block{grid-column-start:min(var(--ttv-area-block-compact-column-mobile,1),var(--ttv-area-compact-columns-mobile,1))}.ttv-site-area-block{font-size:var(--ttv-area-block-size-mobile,var(--ttv-area-block-size-tablet,var(--ttv-area-block-size-desktop,inherit)))}.ttv-site-area--header .ttv-site-area-block--site_logo{text-align:left}.ttv-site-area--header .ttv-site-area-block--chronograph_button{text-align:right}.ttv-chronograph-block{justify-content:flex-end;width:100%}.ttv-chronograph-block .ttv-chronograph{border-radius:12px;height:48px;min-height:48px;min-width:48px;padding:0;width:48px}.ttv-chronograph-block .ttv-chronograph__copy,.ttv-chronograph-block .ttv-present-button__label{display:none}.ttv-chronograph-block .ttv-chronograph__icon{font-size:22px;height:100%;margin:0;width:100%}.ttv-site-area--primary .ttv-site-area__inner{padding-inline:0;width:100%}.ttv-site-area--primary{overflow:visible}}@media(prefers-reduced-motion:reduce){.ttv-chronograph-loader,.ttv-header--stable,.ttv-header--stable *{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(min-width:1025px){.ttv-site-area--compact .ttv-site-area-block.is-hidden-compact-desktop{display:none!important}}@media(min-width:701px)and (max-width:1024px){.ttv-site-area--compact .ttv-site-area-block.is-hidden-compact-tablet{display:none!important}}@media(max-width:700px){.ttv-site-area--compact .ttv-site-area-block.is-hidden-compact-mobile{display:none!important}}.ttv-header__compact-counties-layer{visibility:hidden}.ttv-header--compact .ttv-header__compact-counties-layer{visibility:visible}@media(min-width:1281px){.ttv-header--compact .ttv-header__counties-shell.is-collapsed-desktop{visibility:hidden}}@media(min-width:701px)and (max-width:1024px){.ttv-chronograph-block .ttv-chronograph{border-radius:12px;height:52px;min-height:52px;min-width:52px;padding:0;width:52px}.ttv-chronograph-block .ttv-chronograph__copy,.ttv-chronograph-block .ttv-present-button__label{display:none}.ttv-chronograph-block .ttv-chronograph__icon{font-size:23px;height:100%;margin:0;width:100%}}.ttv-header--stable{backface-visibility:hidden;transform:translateZ(0)}.ttv-header__compact-counties-layer,.ttv-header__core,.ttv-header__counties-shell,.ttv-header__top-shell,.ttv-site-area--header .ttv-site-area__inner,.ttv-site-logo-block{backface-visibility:hidden;-webkit-font-smoothing:antialiased}.ttv-header__compact-counties-layer,.ttv-header__counties-shell,.ttv-header__top-shell,.ttv-site-area--header .ttv-site-area__inner,.ttv-site-logo-block{will-change:opacity,transform}.ttv-page-block{box-shadow:var(--ttv-block-shadow,none);padding-block:var(--ttv-block-padding-y-desktop,0);padding-inline:var(--ttv-block-padding-x-desktop,0);position:relative}.ttv-page-block--has-background-image{isolation:isolate;overflow:hidden}.ttv-page-block--has-background-image:before{background:var(--ttv-block-overlay-color,transparent);content:"";inset:0;opacity:var(--ttv-block-overlay-opacity,0);pointer-events:none;position:absolute;z-index:0}.ttv-page-block--has-background-image>*{position:relative;z-index:1}.ttv-page-block--hide-images :is(.ttv-card__media,.ttv-hero-lead__media,.ttv-hero-secondary__media,.ttv-video-card__media,.ttv-showcase__media,.ttv-lead-list__media,.ttv-gallery__media,figure>img){display:none!important}.ttv-page-block--hide-metadata :is(.ttv-card__meta,.ttv-card__eyebrow,.ttv-hero-article__meta,.ttv-hero-article__eyebrow,.ttv-video-card__channel,.ttv-timeline__date,.ttv-recommendation-reason){display:none!important}.ttv-page-block--hide-excerpts :is(.ttv-card__excerpt,.ttv-block-heading__intro,.ttv-hero-lead__overlay>p,.ttv-showcase__excerpt,.ttv-lead-list__excerpt){display:none!important}.ttv-page-block :is(.ttv-block-heading h2,.ttv-text-editorial__header h2){color:var(--ttv-title-color,inherit);font-family:var(--ttv-title-font,inherit);font-size:var(--ttv-title-size,inherit);font-weight:var(--ttv-title-weight,inherit);letter-spacing:var(--ttv-title-letter-spacing,inherit);line-height:var(--ttv-title-line-height,inherit)}.ttv-page-block :is(.ttv-block-heading__kicker,.ttv-text-editorial__kicker){color:var(--ttv-kicker-color,inherit);font-family:var(--ttv-kicker-font,inherit);font-size:var(--ttv-kicker-size,inherit);font-weight:var(--ttv-kicker-weight,inherit);letter-spacing:var(--ttv-kicker-letter-spacing,inherit);line-height:var(--ttv-kicker-line-height,inherit)}.ttv-page-block :is(.ttv-card__title,.ttv-hero-lead h3,.ttv-hero-secondary h3,.ttv-video-card h3,.ttv-timeline h3,.ttv-topic-card h3,.ttv-taxonomy-card h3,.ttv-editorial-collection h3){color:var(--ttv-item-title-color,inherit);font-family:var(--ttv-item-title-font,inherit);font-size:var(--ttv-item-title-size,inherit);font-weight:var(--ttv-item-title-weight,inherit);letter-spacing:var(--ttv-item-title-letter-spacing,inherit);line-height:var(--ttv-item-title-line-height,inherit)}.ttv-page-block :is(.ttv-card__excerpt,.ttv-block-heading__intro,.ttv-text-editorial__body,.ttv-showcase__excerpt,.ttv-info-box__body,.ttv-contact-block p){color:var(--ttv-body-color,inherit);font-family:var(--ttv-body-font,inherit);font-size:var(--ttv-body-size,inherit);font-weight:var(--ttv-body-weight,inherit);letter-spacing:var(--ttv-body-letter-spacing,inherit);line-height:var(--ttv-body-line-height,inherit)}.ttv-page-block :is(.ttv-card__meta,.ttv-card__eyebrow,.ttv-hero-article__meta,.ttv-hero-article__eyebrow,.ttv-video-card__channel,.ttv-timeline__date){color:var(--ttv-meta-color,inherit);font-family:var(--ttv-meta-font,inherit);font-size:var(--ttv-meta-size,inherit);font-weight:var(--ttv-meta-weight,inherit);letter-spacing:var(--ttv-meta-letter-spacing,inherit);line-height:var(--ttv-meta-line-height,inherit)}.ttv-page-block :is(.ttv-section-link,.ttv-card__read-more,button,.ttv-button){color:var(--ttv-link-color,inherit);font-family:var(--ttv-link-font,inherit);font-size:var(--ttv-link-size,inherit);font-weight:var(--ttv-link-weight,inherit);letter-spacing:var(--ttv-link-letter-spacing,inherit);line-height:var(--ttv-link-line-height,inherit)}.ttv-page-block :is(.ttv-collection-items,.ttv-showcase__items,.ttv-editorial-collection__cards,.ttv-video-block__items,.ttv-topic-showcase__items,.ttv-taxonomy-grid,.ttv-recommendations__items,.ttv-gallery__grid,.ttv-document-list__items){gap:var(--ttv-block-item-gap-desktop,var(--ttv-grid-gap))}.ttv-page-block :is(.ttv-card,.ttv-video-card,.ttv-taxonomy-card,.ttv-topic-card,.ttv-document-card,.ttv-faq-item){background:var(--ttv-block-card-bg,var(--ttv-color-surface));border-color:var(--ttv-block-card-border-color,var(--ttv-color-border));border-radius:var(--ttv-block-card-radius,var(--ttv-radius-card));border-style:var(--ttv-block-card-border-style,solid);border-width:var(--ttv-block-card-border-width,var(--ttv-border-width));box-shadow:var(--ttv-block-card-shadow,var(--ttv-shadow-card))}.ttv-page-block :is(.ttv-card__body,.ttv-video-card__body,.ttv-document-card__body){padding:var(--ttv-block-card-padding-desktop,var(--ttv-card-padding))}@media(min-width:1101px){.ttv-page-block :is(.ttv-collection-items,.ttv-showcase__items,.ttv-video-block__items){grid-template-columns:repeat(var(--ttv-block-columns-desktop,var(--ttv-auto-columns,3)),minmax(0,1fr))}}@media(min-width:701px)and (max-width:1100px){.ttv-page-block{padding-block:var(--ttv-block-padding-y-tablet,var(--ttv-block-padding-y-desktop,0));padding-inline:var(--ttv-block-padding-x-tablet,var(--ttv-block-padding-x-desktop,0))}.ttv-page-block :is(.ttv-collection-items,.ttv-showcase__items,.ttv-video-block__items){gap:var(--ttv-block-item-gap-tablet,var(--ttv-block-item-gap-desktop,var(--ttv-grid-gap)));grid-template-columns:repeat(var(--ttv-block-columns-tablet,2),minmax(0,1fr))}.ttv-page-block :is(.ttv-card__body,.ttv-video-card__body,.ttv-document-card__body){padding:var(--ttv-block-card-padding-tablet,var(--ttv-block-card-padding-desktop,var(--ttv-card-padding)))}}@media(max-width:700px){.ttv-page-block{padding-block:var(--ttv-block-padding-y-mobile,var(--ttv-block-padding-y-tablet,0));padding-inline:var(--ttv-block-padding-x-mobile,var(--ttv-block-padding-x-tablet,0))}.ttv-page-block :is(.ttv-collection-items,.ttv-showcase__items,.ttv-video-block__items){gap:var(--ttv-block-item-gap-mobile,var(--ttv-block-item-gap-tablet,var(--ttv-grid-gap)));grid-template-columns:repeat(var(--ttv-block-columns-mobile,1),minmax(0,1fr))}.ttv-page-block :is(.ttv-card__body,.ttv-video-card__body,.ttv-document-card__body){padding:var(--ttv-block-card-padding-mobile,var(--ttv-block-card-padding-tablet,var(--ttv-card-padding)))}}@media(min-width:1101px){.ttv-page-block:not(.ttv-page-block--fluid-typography){--ttv-title-size:var(--ttv-title-size-desktop,inherit);--ttv-kicker-size:var(--ttv-kicker-size-desktop,inherit);--ttv-item-title-size:var(--ttv-item-title-size-desktop,inherit);--ttv-body-size:var(--ttv-body-size-desktop,inherit);--ttv-meta-size:var(--ttv-meta-size-desktop,inherit);--ttv-link-size:var(--ttv-link-size-desktop,inherit)}}@media(min-width:701px)and (max-width:1100px){.ttv-page-block:not(.ttv-page-block--fluid-typography){--ttv-title-size:var(--ttv-title-size-tablet,var(--ttv-title-size-desktop,inherit));--ttv-kicker-size:var(--ttv-kicker-size-tablet,var(--ttv-kicker-size-desktop,inherit));--ttv-item-title-size:var(--ttv-item-title-size-tablet,var(--ttv-item-title-size-desktop,inherit));--ttv-body-size:var(--ttv-body-size-tablet,var(--ttv-body-size-desktop,inherit));--ttv-meta-size:var(--ttv-meta-size-tablet,var(--ttv-meta-size-desktop,inherit));--ttv-link-size:var(--ttv-link-size-tablet,var(--ttv-link-size-desktop,inherit))}}@media(max-width:700px){.ttv-page-block:not(.ttv-page-block--fluid-typography){--ttv-title-size:var(--ttv-title-size-mobile,var(--ttv-title-size-tablet,inherit));--ttv-kicker-size:var(--ttv-kicker-size-mobile,var(--ttv-kicker-size-tablet,inherit));--ttv-item-title-size:var(--ttv-item-title-size-mobile,var(--ttv-item-title-size-tablet,inherit));--ttv-body-size:var(--ttv-body-size-mobile,var(--ttv-body-size-tablet,inherit));--ttv-meta-size:var(--ttv-meta-size-mobile,var(--ttv-meta-size-tablet,inherit));--ttv-link-size:var(--ttv-link-size-mobile,var(--ttv-link-size-tablet,inherit))}}.ttv-page-sections{display:grid;gap:var(--ttv-section-gap);min-width:0;width:100%}.ttv-page-section{border-color:var(--ttv-color-border);border-radius:0;border-style:solid;border-width:0;box-shadow:var(--ttv-section-shadow,none);box-sizing:border-box;isolation:isolate;min-width:0;padding-block:var(--ttv-section-padding-y-desktop,0);padding-inline:var(--ttv-section-padding-x-desktop,0);position:relative;width:100%}.ttv-page-section--has-background-image{overflow:hidden}.ttv-page-section--has-background-image:before{background:var(--ttv-section-overlay-color,transparent);content:"";inset:0;opacity:var(--ttv-section-overlay-opacity,0);pointer-events:none;position:absolute;z-index:0}.ttv-page-section>*{position:relative;z-index:1}.ttv-page-section__grid{align-items:start;display:grid;gap:var(--ttv-section-gap-desktop,var(--ttv-grid-gap));grid-template-columns:var(--ttv-section-grid-desktop,minmax(0,1fr));min-width:0;width:100%}.ttv-page-section__column{align-content:start;container-type:inline-size}.ttv-page-section__column,.ttv-page-section__column>.ttv-page-slot{display:grid;gap:var(--ttv-grid-gap);min-width:0}.ttv-page-section--width-text{margin-inline:auto;width:min(100%,var(--ttv-container-text))}.ttv-page-section--width-wide{margin-inline:50%;max-width:none;transform:translate(-50%);width:min(1680px,calc(100vw - var(--ttv-page-gutter-desktop)*2))}.ttv-page-section--width-full{margin-inline:50%;max-width:none;padding-inline:max(var(--ttv-section-padding-x-desktop,0px),var(--ttv-page-gutter-desktop));transform:translate(-50%);width:100vw}@container (max-width: 760px){.ttv-page-section__column :is(.ttv-hero-grid,.ttv-hero-grid--lead-plus-4,.ttv-lead-list__layout,.ttv-showcase__lead-grid,.ttv-editorial-collection__lead-layout){grid-template-columns:minmax(0,1fr)}.ttv-page-section__column :is(.ttv-showcase__items,.ttv-related-articles__items,.ttv-editorial-collection__cards,.ttv-most-read__cards,.ttv-video-block__items){grid-template-columns:minmax(0,1fr)}}@media(min-width:701px)and (max-width:1100px){.ttv-page-section{padding-block:var(--ttv-section-padding-y-tablet,var(--ttv-section-padding-y-desktop,0));padding-inline:var(--ttv-section-padding-x-tablet,var(--ttv-section-padding-x-desktop,0))}.ttv-page-section__grid{gap:var(--ttv-section-gap-tablet,var(--ttv-section-gap-desktop,var(--ttv-grid-gap)));grid-template-columns:var(--ttv-section-grid-tablet,var(--ttv-section-grid-desktop,minmax(0,1fr)))}.ttv-page-section--width-full,.ttv-page-section--width-wide{padding-inline:max(var(--ttv-section-padding-x-tablet,0px),var(--ttv-page-gutter-tablet));width:100vw}}@media(max-width:700px){.ttv-page-section{padding-block:var(--ttv-section-padding-y-mobile,var(--ttv-section-padding-y-tablet,0));padding-inline:var(--ttv-section-padding-x-mobile,var(--ttv-section-padding-x-tablet,0))}.ttv-page-section__grid{gap:var(--ttv-section-gap-mobile,var(--ttv-section-gap-tablet,var(--ttv-grid-gap)));grid-template-columns:var(--ttv-section-grid-mobile,minmax(0,1fr))}.ttv-page-section--width-full,.ttv-page-section--width-wide{padding-inline:max(var(--ttv-section-padding-x-mobile,0px),var(--ttv-page-gutter-mobile));width:100vw}}:root{--ttv-v2-primary:var(--ttv-color-primary,#832e2e);--ttv-v2-primary-dark:var(--ttv-color-primary-dark,#642222);--ttv-v2-accent:var(--ttv-color-accent,#c58c78);--ttv-v2-page:var(--ttv-color-page,#f7f1e8);--ttv-v2-surface:var(--ttv-color-surface,#fffaf4);--ttv-v2-surface-soft:var(--ttv-color-surface-soft,#fbf4ed);--ttv-v2-text:var(--ttv-color-text,#332a27);--ttv-v2-muted:var(--ttv-color-muted,#8a7b74);--ttv-v2-border:var(--ttv-color-border,#e2d4c8);--ttv-v2-heading-font:var(--ttv-font-heading,Georgia,serif);--ttv-v2-body-font:var(--ttv-font-body,system-ui,sans-serif);--ttv-v2-interface-font:var(--ttv-font-interface,system-ui,sans-serif);--ttv-v2-container:var(--ttv-container-wide,1200px);--ttv-v2-text-container:var(--ttv-container-text,780px);--ttv-v2-gap:var(--ttv-grid-gap,24px);--ttv-v2-section-gap:var(--ttv-section-gap,56px);--ttv-v2-card-radius:var(--ttv-radius-card,18px);--ttv-v2-section-radius:var(--ttv-radius-section,22px);--ttv-v2-transition:var(--ttv-transition,.18s ease)}.ttv-v2-block{color:var(--ttv-v2-text);position:relative}.ttv-v2-block--dark,.ttv-v2-block--soft{border-radius:var(--ttv-v2-section-radius);padding:clamp(24px,4vw,48px)}.ttv-v2-block--soft{background:var(--ttv-v2-surface-soft)}.ttv-v2-block--dark{background:var(--ttv-v2-primary-dark);color:#fff}.ttv-v2-block--transparent{background:transparent}.ttv-v2-block__content{min-width:0}.ttv-v2-section-header{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:clamp(20px,3vw,34px)}.ttv-v2-section-header--center{align-items:center;flex-direction:column;text-align:center}.ttv-v2-section-header__copy{max-width:760px}.ttv-v2-meta,.ttv-v2-section-header__kicker{font-family:var(--ttv-v2-interface-font);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ttv-v2-section-header__kicker{color:var(--ttv-v2-primary);font-size:.76rem;margin:0 0 7px}.ttv-v2-section-header__title{color:currentColor;font-family:var(--ttv-v2-heading-font);font-size:clamp(1.65rem,3vw,2.6rem);letter-spacing:-.025em;line-height:1.08;margin:0}.ttv-v2-section-header__intro{color:var(--ttv-v2-muted);margin:12px 0 0;max-width:680px}.ttv-v2-block--dark .ttv-v2-section-header__intro{color:#ffffffb8}.ttv-v2-section-header__link{align-items:center;color:currentColor;display:inline-flex;font-family:var(--ttv-v2-interface-font);font-size:.9rem;font-weight:700;gap:8px;min-height:42px;padding:0 2px}.ttv-v2-section-header__link:hover{color:var(--ttv-v2-primary)}.ttv-v2-card{display:grid;gap:15px;min-width:0;position:relative}.ttv-v2-card--horizontal{align-items:start;grid-template-columns:minmax(140px,38%) minmax(0,1fr)}.ttv-v2-card--compact{gap:12px;grid-template-columns:112px minmax(0,1fr)}.ttv-v2-card--overlay{background:var(--ttv-v2-primary-dark);border-radius:var(--ttv-v2-card-radius);min-height:360px;overflow:hidden}.ttv-v2-card--overlay .ttv-v2-media{height:100%;inset:0;position:absolute}.ttv-v2-card--overlay .ttv-v2-media:after{background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.8));content:"";inset:0;position:absolute}.ttv-v2-card--overlay .ttv-v2-card__body{align-self:end;color:#fff;margin-top:auto;padding:clamp(20px,4vw,34px);position:relative;z-index:1}.ttv-v2-card--ranked{border-top:1px solid var(--ttv-v2-border);grid-template-columns:auto minmax(0,1fr);padding-top:16px}.ttv-v2-card__rank{color:var(--ttv-v2-primary);font-family:var(--ttv-v2-heading-font);font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:.85}.ttv-v2-media{aspect-ratio:var(--ttv-v2-media-ratio,16/9);background:var(--ttv-v2-surface-soft);border-radius:var(--ttv-v2-card-radius);display:block;overflow:hidden;position:relative}.ttv-v2-media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.ttv-v2-card:hover .ttv-v2-media img{transform:scale(1.035)}.ttv-v2-media__placeholder{color:var(--ttv-v2-muted);display:grid;font-family:var(--ttv-v2-interface-font);font-weight:700;height:100%;place-items:center;width:100%}.ttv-v2-media__play{background:#ffffffe0;border-radius:999px;box-shadow:0 8px 28px #0003;color:var(--ttv-v2-primary-dark);display:grid;height:48px;inset:50% auto auto 50%;place-items:center;position:absolute;transform:translate(-50%,-50%);width:48px}.ttv-v2-media__duration{background:#000000c2;border-radius:5px;bottom:10px;color:#fff;font-family:var(--ttv-v2-interface-font);font-size:.72rem;font-weight:700;padding:4px 7px;position:absolute;right:10px}.ttv-v2-card__body{min-width:0}.ttv-v2-meta{color:var(--ttv-v2-muted);display:flex;flex-wrap:wrap;font-size:.68rem;gap:7px 12px;line-height:1.35;margin-bottom:9px}.ttv-v2-meta__taxonomy{color:var(--ttv-v2-primary)}.ttv-v2-meta__taxonomy:hover{color:var(--ttv-v2-primary-dark)}.ttv-v2-card--overlay .ttv-v2-meta,.ttv-v2-card--overlay .ttv-v2-meta__taxonomy{color:#ffffffc7}.ttv-v2-card__title{color:currentColor;font-family:var(--ttv-v2-heading-font);font-size:clamp(1.08rem,1.7vw,1.45rem);letter-spacing:-.018em;line-height:1.16;margin:0}.ttv-v2-card__title a{color:inherit}.ttv-v2-card__title a:hover{color:var(--ttv-v2-primary)}.ttv-v2-card--overlay .ttv-v2-card__title a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.ttv-v2-card__excerpt{color:var(--ttv-v2-muted);display:-webkit-box;line-height:1.55;margin:10px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-v2-card--overlay .ttv-v2-card__excerpt{color:#ffffffb8}@media(max-width:767px){.ttv-v2-section-header{align-items:start;flex-direction:column;gap:8px}.ttv-v2-card--horizontal{grid-template-columns:126px minmax(0,1fr)}.ttv-v2-card--compact{grid-template-columns:92px minmax(0,1fr)}.ttv-v2-card--overlay{min-height:300px}}@media(max-width:479px){.ttv-v2-card--horizontal{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.ttv-v2-media img,.ttv-v2-section-header__link{transition:none}}:root{--ttv-v2-rule:color-mix(in srgb,var(--ttv-v2-border) 82%,transparent);--ttv-v2-footer-rule:color-mix(in srgb,var(--ttv-color-footer-text) 16%,transparent);--ttv-v2-footer-panel:color-mix(in srgb,var(--ttv-color-footer) 88%,#000);--ttv-v2-footer-highlight:color-mix(in srgb,var(--ttv-color-accent) 72%,#fff);--ttv-v2-focus:color-mix(in srgb,var(--ttv-v2-primary) 58%,#fff);--ttv-v2-button-radius:999px;--ttv-v2-control-height:46px}.ttv-v2-container{margin-inline:auto;width:min(var(--ttv-v2-container),calc(100% - var(--ttv-page-gutter-desktop, 40px)*2))}.ttv-v2-container--text{width:min(var(--ttv-v2-text-container),calc(100% - var(--ttv-page-gutter-desktop, 40px)*2))}.ttv-v2-container--full{max-width:none;width:100%}.ttv-v2-button{align-items:center;background:var(--ttv-v2-primary);border:1px solid transparent;border-radius:var(--ttv-v2-button-radius);box-shadow:none;color:#fff;cursor:pointer;display:inline-flex;font-family:var(--ttv-v2-interface-font);font-size:.9rem;font-weight:800;gap:10px;justify-content:center;line-height:1;min-height:var(--ttv-v2-control-height);padding:0 22px;text-decoration:none;transition:color var(--ttv-v2-transition),background var(--ttv-v2-transition),border-color var(--ttv-v2-transition),transform var(--ttv-v2-transition)}.ttv-v2-button:hover{background:var(--ttv-v2-primary-dark);color:#fff;transform:translateY(-1px)}.ttv-v2-button:focus-visible{outline:3px solid var(--ttv-v2-focus);outline-offset:3px}.ttv-v2-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.ttv-v2-button--outline{background:transparent;border-color:var(--ttv-v2-border);color:var(--ttv-v2-text)}.ttv-v2-button--outline:hover{background:transparent;border-color:var(--ttv-v2-primary);color:var(--ttv-v2-primary)}.ttv-v2-button--text{background:transparent;border:0;border-radius:0;color:var(--ttv-v2-primary);min-height:auto;padding:4px 0}.ttv-v2-button--text:hover{background:transparent;color:var(--ttv-v2-primary-dark)}.ttv-v2-button--light{background:#fff;color:var(--ttv-v2-primary-dark)}.ttv-v2-button--light:hover{background:color-mix(in srgb,#fff 90%,var(--ttv-v2-accent));color:var(--ttv-v2-primary-dark)}.ttv-v2-button--small{font-size:.8rem;min-height:38px;padding-inline:17px}.ttv-v2-button--large{font-size:1rem;min-height:54px;padding-inline:28px}.ttv-v2-button__icon{display:inline-grid;height:18px;place-items:center;width:18px}.ttv-v2-eyebrow{align-items:center;color:var(--ttv-v2-primary);display:inline-flex;font-family:var(--ttv-v2-interface-font);font-size:.72rem;font-weight:800;gap:8px;letter-spacing:.1em;text-transform:uppercase}.ttv-v2-eyebrow:before{background:currentColor;content:"";height:2px;width:22px}.ttv-v2-surface{background:var(--ttv-v2-surface);border:var(--ttv-border-width,1px) solid var(--ttv-v2-border);border-radius:var(--ttv-v2-section-radius);box-shadow:var(--ttv-shadow-section,none)}.ttv-v2-rule{background:var(--ttv-v2-rule);border:0;height:1px;width:100%}.ttv-footer-v2{background:radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--ttv-color-accent) 18%,transparent),transparent 30%),linear-gradient(145deg,var(--ttv-color-footer),var(--ttv-v2-footer-panel));color:var(--ttv-color-footer-text);isolation:isolate;overflow:hidden;padding-top:0;position:relative}.ttv-footer-v2:before{display:none}.ttv-footer-v2__accent{background:linear-gradient(90deg,var(--ttv-color-primary),var(--ttv-color-accent) 45%,var(--ttv-color-primary-dark));height:5px}.ttv-footer-v2__main{min-height:260px;padding:clamp(52px,7vw,92px) 0 clamp(44px,6vw,72px);position:relative}.ttv-footer-v2__watermark{bottom:-.24em;color:color-mix(in srgb,var(--ttv-color-footer-text) 4%,transparent);font-family:var(--ttv-v2-heading-font);font-size:clamp(10rem,26vw,27rem);font-weight:800;letter-spacing:-.08em;line-height:.8;pointer-events:none;position:absolute;right:clamp(-30px,2vw,28px);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:-1}.ttv-footer-v2__managed{position:relative;z-index:1}.ttv-footer-v2__managed.ttv-site-area{color:var(--ttv-area-color,var(--ttv-color-footer-text))}.ttv-footer-v2__managed .ttv-site-area__inner{align-items:start}.ttv-footer-v2 .ttv-site-area-block{min-width:0;position:relative}.ttv-footer-v2 .ttv-site-area-block__title,.ttv-footer-v2__column h2{color:var(--ttv-color-footer-text);font-family:var(--ttv-v2-heading-font);font-size:clamp(1rem,1.5vw,1.18rem);letter-spacing:-.01em;line-height:1.2;margin:0 0 20px;padding-bottom:13px;position:relative}.ttv-footer-v2 .ttv-site-area-block__title:after,.ttv-footer-v2__column h2:after{background:var(--ttv-v2-footer-highlight);bottom:0;content:"";height:2px;left:0;position:absolute;width:34px}.ttv-footer-v2 .ttv-site-identity{gap:15px;max-width:42ch}.ttv-footer-v2 .ttv-site-identity__logo,.ttv-footer-v2__logo{background:#fff;border-radius:12px;box-shadow:0 16px 40px #0000001f;display:inline-flex;max-width:100%;padding:10px 14px;width:-moz-fit-content;width:fit-content}.ttv-footer-v2 .ttv-site-identity__logo img,.ttv-footer-v2__logo img{height:auto;width:min(290px,100%)}.ttv-footer-v2 .ttv-site-identity p,.ttv-footer-v2__description{color:var(--ttv-color-footer-muted);font-size:.95rem;line-height:1.75;margin:0}.ttv-footer-v2 .ttv-site-identity small{color:var(--ttv-color-footer-muted);font-size:.76rem}.ttv-footer-v2 .ttv-navigation-menu--vertical .ttv-navigation-menu__root,.ttv-footer-v2 .ttv-navigation-menu__root{align-items:start;display:grid;gap:4px;justify-content:start}.ttv-footer-v2 .ttv-navigation-menu__root>li{width:100%}.ttv-footer-v2 .ttv-navigation-menu a{color:var(--ttv-color-footer-muted);font-size:.9rem;line-height:1.35;min-height:32px;padding:4px 0;transition:color var(--ttv-v2-transition),transform var(--ttv-v2-transition)}.ttv-footer-v2 .ttv-navigation-menu a.router-link-active,.ttv-footer-v2 .ttv-navigation-menu a:focus-visible,.ttv-footer-v2 .ttv-navigation-menu a:hover{color:var(--ttv-color-footer-text);transform:translate(3px)}.ttv-footer-v2 .ttv-navigation-menu__submenu{background:transparent;border:0;box-shadow:none;display:grid;margin:0;opacity:1;padding:0 0 0 14px;position:static;transform:none;visibility:visible}.ttv-footer-v2 .ttv-social-links{align-items:flex-start;flex-wrap:wrap}.ttv-footer-v2 .ttv-social-links a{color:var(--ttv-color-footer-muted)}.ttv-footer-v2 .ttv-area-button,.ttv-footer-v2 .ttv-social-links a:hover{color:var(--ttv-color-footer-text)}.ttv-footer-v2 .ttv-area-button{border-color:color-mix(in srgb,var(--ttv-color-footer-text) 28%,transparent)}.ttv-footer-v2__fallback-grid{align-items:start;display:grid;gap:clamp(28px,4vw,64px);grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,.65fr));position:relative;z-index:1}.ttv-footer-v2__brand{max-width:46ch}.ttv-footer-v2__description{margin-top:22px}.ttv-footer-v2__signature{align-items:center;color:var(--ttv-v2-footer-highlight);display:inline-flex;font-family:var(--ttv-v2-interface-font);font-size:.72rem;font-weight:800;gap:9px;letter-spacing:.12em;margin-top:18px;text-transform:uppercase}.ttv-footer-v2__signature:before{background:currentColor;content:"";height:2px;width:22px}.ttv-footer-v2__column ul{display:grid;gap:5px;list-style:none;margin:0;padding:0}.ttv-footer-v2__column a{align-items:center;color:var(--ttv-color-footer-muted);display:inline-flex;font-size:.9rem;min-height:31px;padding:4px 0;transition:color var(--ttv-v2-transition),transform var(--ttv-v2-transition)}.ttv-footer-v2__column a:focus-visible,.ttv-footer-v2__column a:hover{color:var(--ttv-color-footer-text);transform:translate(3px)}.ttv-footer-v2__bottom{background:color-mix(in srgb,var(--ttv-v2-footer-panel) 90%,#000);border-top:1px solid var(--ttv-v2-footer-rule);position:relative;z-index:2}.ttv-footer-v2__bottom-inner{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-inline:auto;min-height:76px;width:min(var(--ttv-v2-container),calc(100% - var(--ttv-page-gutter-desktop, 40px)*2))}.ttv-footer-v2__legal{align-items:center;color:var(--ttv-color-footer-muted);display:flex;flex-wrap:wrap;font-family:var(--ttv-v2-interface-font);font-size:.76rem;gap:8px 24px}.ttv-footer-v2__legal p{margin:0}.ttv-footer-v2__back-to-top{align-items:center;background:transparent;border:1px solid var(--ttv-v2-footer-rule);border-radius:999px;color:var(--ttv-color-footer-text);cursor:pointer;display:inline-flex;font-family:var(--ttv-v2-interface-font);font-size:.76rem;font-weight:800;gap:8px;justify-content:center;letter-spacing:.06em;min-height:42px;padding:0 15px;text-transform:uppercase;transition:background var(--ttv-v2-transition),border-color var(--ttv-v2-transition),transform var(--ttv-v2-transition)}.ttv-footer-v2__back-to-top svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:17px}.ttv-footer-v2__back-to-top:hover{background:color-mix(in srgb,var(--ttv-color-footer-text) 8%,transparent);border-color:color-mix(in srgb,var(--ttv-color-footer-text) 42%,transparent);transform:translateY(-2px)}@media(max-width:1100px){.ttv-footer-v2__bottom-inner,.ttv-v2-container{width:min(var(--ttv-v2-container),calc(100% - var(--ttv-page-gutter-tablet, 28px)*2))}.ttv-v2-container--text{width:min(var(--ttv-v2-text-container),calc(100% - var(--ttv-page-gutter-tablet, 28px)*2))}.ttv-footer-v2__fallback-grid{grid-template-columns:minmax(250px,1.25fr) repeat(2,minmax(150px,.75fr))}}@media(max-width:767px){.ttv-footer-v2__bottom-inner,.ttv-v2-container,.ttv-v2-container--text{width:calc(100% - var(--ttv-page-gutter-mobile, 20px)*2)}.ttv-footer-v2__main{padding-block:46px 38px}.ttv-footer-v2__watermark{bottom:-.1em;font-size:11rem;right:-20px}.ttv-footer-v2__fallback-grid{gap:34px 24px;grid-template-columns:1fr 1fr}.ttv-footer-v2__brand{grid-column:1/-1}.ttv-footer-v2__bottom-inner{align-items:flex-start;min-height:0;padding-block:18px}.ttv-footer-v2__legal{align-items:flex-start;flex-direction:column;gap:5px}}@media(max-width:520px){.ttv-footer-v2__fallback-grid{grid-template-columns:1fr}.ttv-footer-v2__column{border-top:1px solid var(--ttv-v2-footer-rule);padding-top:22px}.ttv-footer-v2__bottom-inner{align-items:stretch;flex-direction:column}.ttv-footer-v2__back-to-top{align-self:flex-start}}@media(prefers-reduced-motion:reduce){.ttv-footer-v2 .ttv-navigation-menu a,.ttv-footer-v2__back-to-top,.ttv-footer-v2__column a,.ttv-v2-button{transition:none}.ttv-footer-v2 .ttv-navigation-menu a:hover,.ttv-footer-v2__back-to-top:hover,.ttv-footer-v2__column a:hover,.ttv-v2-button:hover{transform:none}}.ttv-system-content-fallback{display:block;margin-block:var(--ttv-section-gap,32px);min-width:0;width:100%}.ttv-system-content-fallback>:first-child{margin-top:0}.ttv-system-content-fallback>:last-child{margin-bottom:0}.ttv-page-section__column,.ttv-page-section__column .ttv-page-block,.ttv-page-section__column>.ttv-page-slot{max-width:100%;min-width:0}.ttv-page-section__column>.ttv-page-slot:empty{display:none}.ttv-layout--category .ttv-context-header,.ttv-layout--county .ttv-context-header{background-color:var(--ttv-context-background,var(--ttv-color-primary));background-image:radial-gradient(circle at 86% 16%,hsla(0,0%,100%,.2),transparent 25%),radial-gradient(circle at 65% 100%,rgba(255,225,205,.22),transparent 40%),linear-gradient(135deg,color-mix(in srgb,var(--ttv-context-background,var(--ttv-color-primary)) 74%,#2a1515),var(--ttv-context-background,var(--ttv-color-primary)) 58%,color-mix(in srgb,var(--ttv-context-background,var(--ttv-color-primary)) 64%,#f0c3ae));background-position:50%;background-repeat:no-repeat;background-size:cover}.ttv-layout--category .ttv-context-header--has-image,.ttv-layout--county .ttv-context-header--has-image{background-image:linear-gradient(90deg,#2a1414e0 0,#3e1a19ad 48%,#3e1a1952),var(--ttv-context-image),linear-gradient(135deg,color-mix(in srgb,var(--ttv-context-background,var(--ttv-color-primary)) 74%,#2a1515),var(--ttv-context-background,var(--ttv-color-primary)))}.ttv-layout--category .ttv-context-header--has-image:after,.ttv-layout--county .ttv-context-header--has-image:after{color:#ffffff0a}.ttv-layout--article .ttv-article-page{margin-inline:auto;max-width:1100px;width:100%}.ttv-layout--article .ttv-article-content,.ttv-layout--article .ttv-article-content-renderer{margin-inline:auto;max-width:860px;width:100%}.ttv-layout--article .ttv-article-page__hero{max-height:min(72vh,760px);-o-object-fit:cover;object-fit:cover}@media(max-width:720px){.ttv-layout--category .ttv-context-header--has-image,.ttv-layout--county .ttv-context-header--has-image{background-image:linear-gradient(90deg,#2a1414e0,#3e1a198a),var(--ttv-context-image),linear-gradient(135deg,color-mix(in srgb,var(--ttv-context-background,var(--ttv-color-primary)) 74%,#2a1515),var(--ttv-context-background,var(--ttv-color-primary)))}}.ttv-fixed-layout-base,.ttv-fixed-layout-extras{min-width:0}.ttv-fixed-layout-base--article{margin-bottom:var(--ttv-section-gap);width:100%}.ttv-fixed-layout-extras--article{margin-top:var(--ttv-section-gap);width:100%}.ttv-fixed-layout-extras--chronograph{margin:0 auto 90px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-fixed-layout-extras--article>.ttv-page-sections,.ttv-fixed-layout-extras--chronograph>.ttv-page-sections{width:100%}.ttv-chronograph-page>.ttv-chronograph-active-band,.ttv-chronograph-page>.ttv-chronograph-content,.ttv-chronograph-page>.ttv-fixed-layout-extras--chronograph{box-sizing:border-box}@media(max-width:700px){.ttv-fixed-layout-extras--chronograph{margin-bottom:64px;width:min(100%,calc(100% - var(--ttv-page-gutter-mobile)*2))}}.ttv-v2-quick{align-items:stretch;background:var(--ttv-surface,#fff);border:1px solid var(--ttv-border,#e5e1dd);display:flex;min-height:58px;overflow:hidden}.ttv-v2-quick__label{align-items:center;background:var(--ttv-primary,#832e2e);color:#fff;display:flex;flex:0 0 auto;font:700 13px/1 var(--ttv-font-ui,inherit);gap:9px;letter-spacing:.055em;padding:0 20px;text-transform:uppercase}.ttv-v2-quick__label span{background:currentColor;border-radius:50%;box-shadow:0 0 0 5px #ffffff2e;height:8px;width:8px}.ttv-v2-quick__viewport{flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin}.ttv-v2-quick__track{align-items:stretch;display:flex;min-width:-moz-max-content;min-width:max-content}.ttv-v2-quick__item{align-items:center;border-right:1px solid var(--ttv-border,#e5e1dd);display:grid;gap:10px;grid-template-columns:auto auto minmax(260px,430px);padding:11px 18px}.ttv-v2-quick__item time{color:var(--ttv-primary,#832e2e);font-size:12px;font-weight:800}.ttv-v2-quick__context{color:var(--ttv-muted,#706b67);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ttv-v2-quick__item h3{font-size:14px;line-height:1.3;margin:0}.ttv-v2-quick__item a{color:inherit;text-decoration:none}.ttv-v2-quick__item a:hover{text-decoration:underline}.ttv-v2-quick--timeline{display:block}.ttv-v2-quick--timeline .ttv-v2-quick__label{min-height:50px}.ttv-v2-quick--timeline .ttv-v2-quick__track{display:grid;min-width:0}.ttv-v2-quick--timeline .ttv-v2-quick__item{grid-template-columns:56px 90px 1fr}.ttv-v2-quick--ticker .ttv-v2-quick__track{animation:ttv-v2-ticker 45s linear infinite}.ttv-v2-quick--ticker:hover .ttv-v2-quick__track{animation-play-state:paused}@keyframes ttv-v2-ticker{to{transform:translate(-35%)}}.ttv-v2-mosaic{--ttv-v2-mosaic-gap:clamp(12px,1.5vw,22px)}.ttv-v2-mosaic__grid{display:grid;gap:var(--ttv-v2-mosaic-gap);grid-template-columns:minmax(0,1.55fr) minmax(300px,1fr)}.ttv-v2-mosaic__lead{background:#1c1816;min-height:520px;overflow:hidden;position:relative}.ttv-v2-mosaic__lead>.ttv-v2-media{aspect-ratio:auto;inset:0;position:absolute}.ttv-v2-mosaic__lead>.ttv-v2-media:after{background:linear-gradient(180deg,transparent 32%,rgba(0,0,0,.84));content:"";inset:0;position:absolute}.ttv-v2-mosaic__lead .ttv-v2-media img{height:100%;-o-object-fit:cover;object-fit:cover}.ttv-v2-mosaic__overlay{bottom:0;color:#fff;left:0;padding:clamp(22px,4vw,46px);position:absolute;right:0;z-index:2}.ttv-v2-mosaic__overlay h2{font-size:clamp(27px,3.6vw,52px);line-height:1.05;margin:10px 0;max-width:900px}.ttv-v2-mosaic__card h3 a,.ttv-v2-mosaic__overlay h2 a{color:inherit;text-decoration:none}.ttv-v2-mosaic__overlay p{color:#ffffffd6;margin:12px 0 0;max-width:760px}.ttv-v2-mosaic__eyebrow{display:flex;flex-wrap:wrap;gap:7px}.ttv-v2-mosaic__eyebrow span{color:var(--ttv-primary,#832e2e);font-size:11px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.ttv-v2-mosaic__lead .ttv-v2-mosaic__eyebrow span{background:var(--ttv-primary,#832e2e);color:#fff;padding:5px 8px}.ttv-v2-mosaic__secondary{display:grid;gap:var(--ttv-v2-mosaic-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-mosaic__card{background:var(--ttv-card-background,#fff);border:1px solid var(--ttv-border,#e5e1dd);min-width:0}.ttv-v2-mosaic__card-copy{padding:14px}.ttv-v2-mosaic__card h3{font-size:clamp(16px,1.4vw,20px);line-height:1.2;margin:8px 0 10px}.ttv-v2-mosaic--lead-2 .ttv-v2-mosaic__secondary{grid-template-columns:1fr}.ttv-v2-mosaic--lead-2 .ttv-v2-mosaic__card{display:grid;grid-template-columns:42% 1fr}.ttv-v2-mosaic--balanced .ttv-v2-mosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:980px){.ttv-v2-mosaic__grid{grid-template-columns:1fr}.ttv-v2-mosaic__lead{min-height:460px}.ttv-v2-mosaic__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.ttv-v2-quick{display:block}.ttv-v2-quick__label{min-height:46px}.ttv-v2-quick__item{grid-template-columns:auto 1fr;min-width:86vw}.ttv-v2-quick__context{grid-column:2}.ttv-v2-quick__item h3{grid-column:1/-1}.ttv-v2-quick--ticker .ttv-v2-quick__track{animation:none}.ttv-v2-mosaic__lead{min-height:430px}.ttv-v2-mosaic__overlay{padding:22px}.ttv-v2-mosaic__overlay p{display:none}.ttv-v2-mosaic__secondary{grid-template-columns:1fr}.ttv-v2-mosaic--lead-2 .ttv-v2-mosaic__card{display:block}}@media(prefers-reduced-motion:reduce){.ttv-v2-quick--ticker .ttv-v2-quick__track{animation:none}}@container (max-width: 980px){.ttv-v2-mosaic__grid{grid-template-columns:1fr}.ttv-v2-mosaic__lead{min-height:460px}.ttv-v2-mosaic__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 700px){.ttv-v2-quick{display:block}.ttv-v2-quick__label{min-height:46px}.ttv-v2-quick__item{grid-template-columns:auto 1fr;min-width:min(86vw,100%)}.ttv-v2-quick__context{grid-column:2}.ttv-v2-quick__item h3{grid-column:1/-1}.ttv-v2-quick--ticker .ttv-v2-quick__track{animation:none}.ttv-v2-mosaic__lead{min-height:430px}.ttv-v2-mosaic__overlay{padding:22px}.ttv-v2-mosaic__overlay p{display:none}.ttv-v2-mosaic__secondary{grid-template-columns:1fr}.ttv-v2-mosaic--lead-2 .ttv-v2-mosaic__card{display:block}}@container (max-width: 460px){.ttv-v2-quick__item{min-width:100%}.ttv-v2-mosaic__lead{min-height:360px}.ttv-v2-mosaic__overlay h2{font-size:clamp(23px,9cqi,34px)}}.ttv-v2-article-grid,.ttv-v2-lead-list{--ttv-v2-editorial-gap:var(--ttv-block-item-gap-desktop,clamp(22px,3vw,36px));min-width:0}.ttv-v2-lead-list__layout{align-items:stretch;display:grid;gap:var(--ttv-v2-editorial-gap);grid-template-columns:minmax(0,1.55fr) minmax(290px,.85fr)}.ttv-v2-lead-list__lead,.ttv-v2-lead-list__secondary{min-width:0}.ttv-v2-lead-list__lead>.ttv-v2-card{height:100%}.ttv-v2-lead-list__lead .ttv-v2-card__title{font-size:clamp(1.65rem,3.1vw,2.8rem);line-height:1.06}.ttv-v2-lead-list__lead .ttv-v2-card__excerpt{font-size:1rem;max-width:64ch}.ttv-v2-lead-list__secondary{align-content:start;display:grid;gap:0}.ttv-v2-lead-list__secondary>.ttv-v2-card{border-bottom:1px solid var(--ttv-v2-border);padding-block:15px}.ttv-v2-lead-list__secondary>.ttv-v2-card:first-child{padding-top:0}.ttv-v2-lead-list__secondary>.ttv-v2-card:last-child{border-bottom:0;padding-bottom:0}.ttv-v2-lead-list__secondary .ttv-v2-card__title{font-size:clamp(1rem,1.45vw,1.28rem)}.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__lead{order:2}.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__secondary{order:1}.ttv-v2-lead-list--lead-overlay .ttv-v2-lead-list__lead .ttv-v2-card{min-height:clamp(430px,48vw,650px)}.ttv-v2-lead-list--lead-overlay .ttv-v2-lead-list__lead .ttv-v2-card__title{font-size:clamp(1.8rem,3.4vw,3.2rem);max-width:18ch}.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__layout{grid-template-columns:minmax(0,1.15fr) minmax(270px,.85fr)}.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__lead .ttv-v2-card{background:var(--ttv-v2-surface-soft);border:1px solid var(--ttv-v2-border);border-radius:var(--ttv-v2-card-radius);padding:clamp(16px,2.5vw,28px)}.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__lead .ttv-v2-card__title{font-size:clamp(1.35rem,2.2vw,2rem)}.ttv-v2-article-grid__items{display:grid;gap:var(--ttv-v2-editorial-gap);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-v2-article-grid--grid-2 .ttv-v2-article-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-article-grid--grid-3 .ttv-v2-article-grid__items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-v2-article-grid--grid-4 .ttv-v2-article-grid__items{gap:clamp(18px,2.2vw,28px);grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-v2-article-grid--grid-4 .ttv-v2-card__title{font-size:clamp(1rem,1.35vw,1.25rem)}.ttv-v2-article-grid--visual-grid .ttv-v2-article-grid__items{grid-auto-flow:dense;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child{grid-column:span 2;grid-row:span 2;min-height:100%}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child .ttv-v2-card__title{font-size:clamp(1.65rem,3vw,2.75rem);max-width:18ch}.ttv-v2-article-grid--overlay-grid .ttv-v2-article-grid__items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-v2-article-grid--overlay-grid .ttv-v2-card--overlay{min-height:clamp(300px,32vw,430px)}.ttv-v2-article-grid--overlay-grid .ttv-v2-card__title{font-size:clamp(1.15rem,1.9vw,1.6rem)}@media(max-width:1024px){.ttv-v2-article-grid,.ttv-v2-lead-list{--ttv-v2-editorial-gap:var(--ttv-block-item-gap-tablet,24px)}.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__layout,.ttv-v2-lead-list__layout{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)}.ttv-v2-article-grid--grid-4 .ttv-v2-article-grid__items,.ttv-v2-article-grid--overlay-grid .ttv-v2-article-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__layout,.ttv-v2-lead-list__layout{grid-template-columns:1fr}.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__lead,.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__secondary{order:0}.ttv-v2-lead-list__secondary{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-lead-list__secondary>.ttv-v2-card,.ttv-v2-lead-list__secondary>.ttv-v2-card:first-child,.ttv-v2-lead-list__secondary>.ttv-v2-card:last-child{border-bottom:0;padding:0}.ttv-v2-lead-list__secondary .ttv-v2-card--compact,.ttv-v2-lead-list__secondary .ttv-v2-card--horizontal{grid-template-columns:110px minmax(0,1fr)}.ttv-v2-article-grid--grid-3 .ttv-v2-article-grid__items,.ttv-v2-article-grid--visual-grid .ttv-v2-article-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child{grid-column:1/-1;grid-row:auto;min-height:420px}}@media(max-width:620px){.ttv-v2-article-grid,.ttv-v2-lead-list{--ttv-v2-editorial-gap:var(--ttv-block-item-gap-mobile,20px)}.ttv-v2-lead-list--lead-overlay .ttv-v2-lead-list__lead .ttv-v2-card__title,.ttv-v2-lead-list__lead .ttv-v2-card__title{font-size:clamp(1.45rem,8vw,2.15rem)}.ttv-v2-lead-list--lead-overlay .ttv-v2-lead-list__lead .ttv-v2-card{min-height:390px}.ttv-v2-lead-list__secondary{grid-template-columns:1fr}.ttv-v2-lead-list__secondary>.ttv-v2-card{border-bottom:1px solid var(--ttv-v2-border);padding-block:14px}.ttv-v2-lead-list__secondary>.ttv-v2-card:first-child{padding-top:0}.ttv-v2-lead-list__secondary>.ttv-v2-card:last-child{border-bottom:0;padding-bottom:0}.ttv-v2-article-grid--grid-2 .ttv-v2-article-grid__items,.ttv-v2-article-grid--grid-3 .ttv-v2-article-grid__items,.ttv-v2-article-grid--grid-4 .ttv-v2-article-grid__items,.ttv-v2-article-grid--overlay-grid .ttv-v2-article-grid__items,.ttv-v2-article-grid--visual-grid .ttv-v2-article-grid__items,.ttv-v2-article-grid__items{grid-template-columns:1fr}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child{grid-column:auto;min-height:340px}.ttv-v2-article-grid--overlay-grid .ttv-v2-card--overlay{min-height:320px}}@container (max-width: 900px){.ttv-v2-article-grid,.ttv-v2-lead-list{--ttv-v2-editorial-gap:var(--ttv-block-item-gap-tablet,24px)}.ttv-v2-lead-list--lead-compact .ttv-v2-lead-list__layout,.ttv-v2-lead-list__layout{grid-template-columns:1fr}.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__lead,.ttv-v2-lead-list--lead-right .ttv-v2-lead-list__secondary{order:0}.ttv-v2-lead-list__secondary{gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-lead-list__secondary>.ttv-v2-card,.ttv-v2-lead-list__secondary>.ttv-v2-card:first-child,.ttv-v2-lead-list__secondary>.ttv-v2-card:last-child{border-bottom:0;padding:0}.ttv-v2-article-grid--grid-3 .ttv-v2-article-grid__items,.ttv-v2-article-grid--grid-4 .ttv-v2-article-grid__items,.ttv-v2-article-grid--overlay-grid .ttv-v2-article-grid__items,.ttv-v2-article-grid--visual-grid .ttv-v2-article-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child{grid-column:1/-1;grid-row:auto;min-height:400px}}@container (max-width: 620px){.ttv-v2-article-grid,.ttv-v2-lead-list{--ttv-v2-editorial-gap:var(--ttv-block-item-gap-mobile,20px)}.ttv-v2-lead-list__secondary{grid-template-columns:1fr}.ttv-v2-lead-list__secondary>.ttv-v2-card{border-bottom:1px solid var(--ttv-v2-border);padding-block:14px}.ttv-v2-lead-list__secondary>.ttv-v2-card:first-child{padding-top:0}.ttv-v2-lead-list__secondary>.ttv-v2-card:last-child{border-bottom:0;padding-bottom:0}.ttv-v2-article-grid--grid-2 .ttv-v2-article-grid__items,.ttv-v2-article-grid--grid-3 .ttv-v2-article-grid__items,.ttv-v2-article-grid--grid-4 .ttv-v2-article-grid__items,.ttv-v2-article-grid--overlay-grid .ttv-v2-article-grid__items,.ttv-v2-article-grid--visual-grid .ttv-v2-article-grid__items,.ttv-v2-article-grid__items{grid-template-columns:1fr}.ttv-v2-article-grid--visual-grid .ttv-v2-card:first-child{grid-column:auto;min-height:340px}}.ttv-mod-advertisement,.ttv-mod-articles,.ttv-mod-author,.ttv-mod-chronograph-intro,.ttv-mod-information-box,.ttv-mod-newsletter,.ttv-mod-search,.ttv-mod-social,.ttv-mod-taxonomy,.ttv-mod-video{min-width:0}.ttv-mod-slider-controls{display:flex;gap:8px;justify-content:flex-end;margin:-10px 0 16px}.ttv-mod-slider-controls button{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:999px;color:var(--ttv-color-text);cursor:pointer;height:38px;width:38px}.ttv-mod-slider-controls button:focus-visible,.ttv-mod-slider-controls button:hover{border-color:var(--ttv-color-primary);color:var(--ttv-color-primary)}.ttv-mod-articles__items{display:grid;gap:var(--ttv-block-item-gap-desktop,clamp(18px,2.2vw,30px));grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-mod-articles--compact .ttv-mod-articles__items,.ttv-mod-articles--list .ttv-mod-articles__items,.ttv-mod-articles--list-large .ttv-mod-articles__items,.ttv-mod-articles--pagination .ttv-mod-articles__items,.ttv-mod-articles.is-ranked:not(.ttv-mod-articles--cards) .ttv-mod-articles__items,.ttv-mod-articles.is-sidebar .ttv-mod-articles__items{gap:0;grid-template-columns:1fr}.ttv-mod-articles--compact .ttv-v2-card,.ttv-mod-articles--list .ttv-v2-card,.ttv-mod-articles--list-large .ttv-v2-card,.ttv-mod-articles--pagination .ttv-v2-card,.ttv-mod-articles.is-ranked:not(.ttv-mod-articles--cards) .ttv-v2-card,.ttv-mod-articles.is-sidebar .ttv-v2-card{border-bottom:1px solid var(--ttv-color-border);padding-block:16px}.ttv-mod-articles--list-large .ttv-v2-card--horizontal{grid-template-columns:minmax(210px,38%) minmax(0,1fr)}.ttv-mod-articles--compact .ttv-v2-card--compact,.ttv-mod-articles.is-sidebar .ttv-v2-card--compact{grid-template-columns:92px minmax(0,1fr)}.ttv-mod-articles.is-ranked .ttv-v2-card__rank{color:var(--ttv-color-primary);font:700 clamp(2rem,4vw,4.5rem)/1 var(--ttv-font-heading);opacity:.26}.ttv-mod-articles__lead-layout{display:grid;gap:var(--ttv-block-item-gap-desktop,clamp(20px,2.8vw,36px));grid-template-columns:minmax(0,1.45fr) minmax(300px,.8fr)}.ttv-mod-articles__lead .ttv-v2-card--overlay{min-height:clamp(430px,46vw,650px)}.ttv-mod-articles__lead-secondary{align-content:start;display:grid;gap:0}.ttv-mod-articles__lead-secondary .ttv-v2-card{border-bottom:1px solid var(--ttv-color-border);padding-block:13px}.ttv-mod-articles__lead-secondary .ttv-v2-card:first-child{padding-top:0}.ttv-mod-articles__lead-secondary .ttv-v2-card:last-child{border-bottom:0}.ttv-mod-articles--landscape .ttv-mod-articles__items,.ttv-mod-articles--portrait .ttv-mod-articles__items,.ttv-mod-articles.is-carousel .ttv-mod-articles__items{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:thin}.ttv-mod-articles--landscape .ttv-v2-card,.ttv-mod-articles--portrait .ttv-v2-card,.ttv-mod-articles.is-carousel .ttv-v2-card{flex:0 0 min(360px,78cqi);scroll-snap-align:start}.ttv-mod-articles--portrait .ttv-v2-card{flex-basis:min(285px,72cqi);min-height:440px}.ttv-mod-articles__previous-next{display:grid;gap:var(--ttv-block-item-gap-desktop,24px);grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-mod-taxonomy__items{display:grid;gap:var(--ttv-block-item-gap-desktop,18px);grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-mod-taxonomy--carousel .ttv-mod-taxonomy__items{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.ttv-mod-taxonomy--carousel .ttv-mod-taxonomy__item{flex:0 0 min(300px,72cqi);scroll-snap-align:start}.ttv-mod-taxonomy__item{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);color:inherit;display:block;overflow:hidden;text-decoration:none}.ttv-mod-taxonomy__item img{aspect-ratio:4/3;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-mod-taxonomy__item>div{padding:16px}.ttv-mod-taxonomy__item h3{font:var(--ttv-heading-weight) clamp(1.05rem,1.5vw,1.35rem)/1.18 var(--ttv-font-heading);margin:4px 0 8px}.ttv-mod-taxonomy__item p,.ttv-mod-taxonomy__item small,.ttv-mod-taxonomy__item span{color:var(--ttv-color-muted)}.ttv-mod-taxonomy--compact-links .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--counts .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--list .ttv-mod-taxonomy__items,.ttv-mod-taxonomy.is-list-family .ttv-mod-taxonomy__items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-mod-taxonomy--compact-links .ttv-mod-taxonomy__item,.ttv-mod-taxonomy.is-list-family .ttv-mod-taxonomy__item{align-items:center;display:flex;min-height:58px}.ttv-mod-taxonomy__tabs{display:grid;gap:24px;grid-template-columns:minmax(220px,.38fr) minmax(0,1fr)}.ttv-mod-taxonomy__tablist{align-content:start;display:grid;gap:6px}.ttv-mod-taxonomy__tablist button{background:transparent;border:0;border-left:3px solid transparent;color:var(--ttv-color-text);cursor:pointer;padding:12px 14px;text-align:left}.ttv-mod-taxonomy__tablist button.is-active{background:var(--ttv-color-surface-soft);border-left-color:var(--ttv-color-primary);font-weight:700}.ttv-mod-taxonomy__detail{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);display:grid;gap:22px;grid-template-columns:minmax(180px,.55fr) minmax(0,1fr);padding:20px}.ttv-mod-taxonomy__detail img{border-radius:calc(var(--ttv-radius-card)*.7);height:100%;max-height:280px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-mod-video--dark-band{background:#211b19;border-radius:var(--ttv-radius-section);color:#fff;padding:clamp(20px,3vw,38px)}.ttv-mod-video__lead-layout{display:grid;gap:22px;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr)}.ttv-mod-video__card,.ttv-mod-video__lead,.ttv-mod-video__side>a{color:inherit;position:relative;text-decoration:none}.ttv-mod-video__lead{background:#171312;border-radius:var(--ttv-radius-card);min-height:430px;overflow:hidden}.ttv-mod-video__lead>img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;opacity:.82;position:absolute;width:100%}.ttv-mod-video__lead:after{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.88));content:"";inset:0;position:absolute}.ttv-mod-video__lead>div{color:#fff;inset:auto 0 0;padding:28px;position:absolute;z-index:2}.ttv-mod-video__lead h3{font:700 clamp(1.5rem,3vw,2.8rem)/1.06 var(--ttv-font-heading);margin:8px 0 0;max-width:22ch}.ttv-mod-video__play{background:var(--ttv-color-primary);border-radius:999px;color:#fff;display:grid;height:48px;left:18px;place-items:center;position:absolute;top:18px;width:48px;z-index:3}.ttv-mod-video__side{align-content:start;display:grid;gap:12px}.ttv-mod-video__side>a{border-bottom:1px solid;border-color:color-mix(in srgb,currentColor 18%,transparent);display:grid;gap:12px;grid-template-columns:120px minmax(0,1fr);padding-bottom:12px}.ttv-mod-video__side img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;width:120px}.ttv-mod-video__side h3{font-size:1rem;margin:0 0 6px}.ttv-mod-video__items{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-mod-video--carousel .ttv-mod-video__items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.ttv-mod-video--carousel .ttv-mod-video__card{flex:0 0 min(360px,76cqi);scroll-snap-align:start}.ttv-mod-video__card>div{position:relative}.ttv-mod-video__card img{aspect-ratio:16/9;border-radius:var(--ttv-radius-card);display:block;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-mod-video__card h3{font:700 clamp(1rem,1.4vw,1.3rem)/1.2 var(--ttv-font-heading);margin:12px 0 4px}.ttv-mod-chronograph-intro{align-items:center;background:linear-gradient(110deg,var(--ttv-color-primary-dark),var(--ttv-color-primary));border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-section);color:#fff;display:grid;gap:22px;grid-template-columns:auto minmax(0,1fr) auto;padding:clamp(20px,3vw,36px)}.ttv-mod-chronograph-intro__clock{border:1px solid hsla(0,0%,100%,.45);border-radius:999px;display:grid;font-size:2rem;height:68px;place-items:center;width:68px}.ttv-mod-chronograph-intro h2,.ttv-mod-chronograph-intro p{margin:0}.ttv-mod-chronograph-intro h2{font-size:clamp(1.5rem,3vw,2.6rem)}.ttv-mod-chronograph-intro a{color:#fff;font-weight:700}.ttv-mod-social__links{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-mod-social__links a{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);color:inherit;display:flex;flex-direction:column;gap:4px;padding:16px;text-decoration:none}.ttv-mod-social--band .ttv-mod-social__links{display:flex;flex-wrap:wrap}.ttv-mod-social--band .ttv-mod-social__links a{min-width:160px}.ttv-mod-author{align-items:center;background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:var(--ttv-radius-card);display:grid;gap:24px;grid-template-columns:160px minmax(0,1fr);padding:clamp(18px,3vw,32px)}.ttv-mod-author img{border-radius:999px;height:160px;-o-object-fit:cover;object-fit:cover;width:160px}.ttv-mod-author--compact,.ttv-mod-author--sidebar{grid-template-columns:96px minmax(0,1fr)}.ttv-mod-author--compact img,.ttv-mod-author--sidebar img{height:96px;width:96px}.ttv-mod-search{align-items:center;background:var(--ttv-color-surface-soft);border-radius:var(--ttv-radius-section);display:grid;gap:24px;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);padding:clamp(18px,3vw,30px)}.ttv-mod-search form{display:flex;min-width:0}.ttv-mod-search input{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:8px 0 0 8px;color:var(--ttv-color-text);flex:1;min-width:0;padding:14px 16px}.ttv-mod-search button{background:var(--ttv-color-primary);border:0;border-radius:0 8px 8px 0;color:#fff;font-weight:700;padding:0 22px}.ttv-mod-advertisement .ttv-ad-block,.ttv-mod-information-box .ttv-info-box,.ttv-mod-newsletter .ttv-newsletter{margin:0}.ttv-context-header[data-fixed-context-masthead=true]{isolation:isolate;position:relative}@container (max-width: 900px){.ttv-mod-articles__items,.ttv-mod-taxonomy--compact-links .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--counts .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--list .ttv-mod-taxonomy__items,.ttv-mod-taxonomy.is-list-family .ttv-mod-taxonomy__items,.ttv-mod-taxonomy__items,.ttv-mod-video__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-mod-articles__lead-layout,.ttv-mod-video__lead-layout{grid-template-columns:1fr}.ttv-mod-articles__lead-secondary{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-mod-search,.ttv-mod-taxonomy__detail,.ttv-mod-taxonomy__tabs{grid-template-columns:1fr}.ttv-mod-social__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (max-width: 620px){.ttv-mod-articles__items,.ttv-mod-articles__lead-secondary,.ttv-mod-articles__previous-next,.ttv-mod-social__links,.ttv-mod-taxonomy--compact-links .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--counts .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--list .ttv-mod-taxonomy__items,.ttv-mod-taxonomy.is-list-family .ttv-mod-taxonomy__items,.ttv-mod-taxonomy__items,.ttv-mod-video__items{grid-template-columns:1fr}.ttv-mod-articles--list .ttv-v2-card--horizontal,.ttv-mod-articles--list-large .ttv-v2-card--horizontal{grid-template-columns:118px minmax(0,1fr)}.ttv-mod-video__lead{min-height:360px}.ttv-mod-video__side>a{grid-template-columns:96px minmax(0,1fr)}.ttv-mod-video__side img{width:96px}.ttv-mod-chronograph-intro{grid-template-columns:1fr;text-align:left}.ttv-mod-author,.ttv-mod-author--compact,.ttv-mod-author--sidebar{grid-template-columns:1fr}.ttv-mod-author img,.ttv-mod-author--compact img,.ttv-mod-author--sidebar img{height:112px;width:112px}.ttv-mod-search form{flex-direction:column}.ttv-mod-search button,.ttv-mod-search input{border-radius:8px;min-height:48px}}.ttv-layout--article.ttv-page{margin-inline:auto;max-width:var(--ttv-container-wide);width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)*2))}.ttv-layout--article .ttv-breadcrumb{margin:clamp(22px,3vw,40px) 0 0;width:100%}.ttv-fixed-layout-base--article{margin:0;padding:clamp(36px,5vw,68px) 0 clamp(50px,7vw,90px);width:100%}.ttv-article-template{align-items:start;display:grid;gap:clamp(32px,4vw,58px);grid-template-columns:minmax(0,1fr) minmax(280px,340px);width:100%}.ttv-article-template__main,.ttv-article-template__sidebar{min-width:0}.ttv-article-template__main{width:100%}.ttv-article-template__header{margin-bottom:24px}.ttv-article-template__category{align-items:center;background:var(--ttv-color-primary);border-radius:3px;color:#fff;display:inline-flex;font:800 11px/1 var(--ttv-font-interface);letter-spacing:.06em;min-height:28px;padding:6px 12px;text-decoration:none;text-transform:uppercase}.ttv-article-template__header h1{color:var(--ttv-color-text);font-family:var(--ttv-font-heading);font-size:clamp(32px,4vw,52px);font-weight:700;letter-spacing:-.035em;line-height:1.08;margin:14px 0 12px;max-width:none;text-wrap:balance}.ttv-article-template__lead{color:var(--ttv-color-muted);font-family:var(--ttv-font-body);font-size:clamp(17px,1.8vw,21px);line-height:1.55;margin:0 0 18px;max-width:70ch}.ttv-article-template__meta-row{align-items:center;display:flex;gap:20px;justify-content:space-between;padding-top:4px}.ttv-article-template__meta{align-items:center;color:var(--ttv-color-muted);display:flex;flex-wrap:wrap;font:600 12px/1.45 var(--ttv-font-interface);gap:8px 18px;text-transform:uppercase}.ttv-article-template__meta-item{align-items:center;display:inline-flex;gap:7px}.ttv-article-template__meta-item>span{color:var(--ttv-color-primary);font-size:8px}.ttv-article-template__footer-share,.ttv-article-template__share{align-items:center;display:flex;gap:6px}.ttv-article-template__footer-share a,.ttv-article-template__share a{background:var(--ttv-color-primary);border-radius:4px;color:#fff;display:grid;font:800 12px/1 var(--ttv-font-interface);height:34px;place-items:center;text-decoration:none;text-transform:lowercase;transition:transform .2s ease,background .2s ease;width:34px}.ttv-article-template__footer-share a:nth-child(2),.ttv-article-template__share a:nth-child(2){background:#111}.ttv-article-template__footer-share a:nth-child(3),.ttv-article-template__share a:nth-child(3){background:#0a66c2}.ttv-article-template__footer-share a:nth-child(4),.ttv-article-template__share a:nth-child(4){background:#1aa260}.ttv-article-template__footer-share a:hover,.ttv-article-template__share a:hover{transform:translateY(-2px)}.ttv-article-template__featured-image,.ttv-article-template__featured-video{background:var(--ttv-color-surface-soft);border-radius:6px;margin:0 0 28px;overflow:hidden;position:relative;width:100%}.ttv-article-template__featured-image img{display:block;height:clamp(340px,44vw,610px);-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-template__featured-video{aspect-ratio:16/9}.ttv-article-template__featured-video iframe{border:0;height:100%;width:100%}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{color:var(--ttv-color-text);font-family:var(--ttv-font-body);font-size:clamp(16px,1.25vw,18px);line-height:1.78;margin:0;max-width:none;width:100%}.ttv-article-template__content li,.ttv-article-template__content p{color:color-mix(in srgb,var(--ttv-color-text) 88%,var(--ttv-color-muted))}.ttv-article-template__content p{margin:0 0 20px}.ttv-article-template__content .ttv-article-blocks>.ttv-article-block:first-child p:first-child:first-letter,.ttv-article-template__content .ttv-article-content>p:first-child:first-letter{color:var(--ttv-color-primary-dark);float:left;font:700 5.8em/.72 var(--ttv-font-heading);margin:.08em .08em 0 0}.ttv-article-template__content .ttv-article-quote,.ttv-article-template__content blockquote{background:var(--ttv-color-surface-soft);border:1px solid var(--ttv-color-border);border-radius:8px;margin:clamp(34px,5vw,54px) clamp(0px,7vw,76px) 34px;padding:34px 38px 28px;position:relative}.ttv-article-template__content .ttv-article-quote:before,.ttv-article-template__content blockquote:before{color:var(--ttv-color-primary);content:"“";font:800 72px/1 var(--ttv-font-heading);left:34px;position:absolute;top:-28px}.ttv-article-template__content .ttv-article-quote p,.ttv-article-template__content blockquote p{color:var(--ttv-color-text);font:700 clamp(18px,2vw,22px)/1.45 var(--ttv-font-heading);margin:0 0 8px}.ttv-article-template__content iframe,.ttv-article-template__content img,.ttv-article-template__content video{border-radius:5px;max-width:100%}.ttv-article-template__content figure{margin:34px 0}.ttv-article-template__content figcaption{color:var(--ttv-color-muted);font-size:12px;margin-top:8px}.ttv-article-template__footer{align-items:flex-start;border-top:1px solid var(--ttv-color-border);display:flex;gap:24px;justify-content:space-between;margin-top:44px;padding-top:28px}.ttv-article-template__tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ttv-article-template__footer-share strong,.ttv-article-template__tags strong{font:700 14px/1 var(--ttv-font-interface);margin-right:4px}.ttv-article-template__tags a,.ttv-article-template__tags span{background:color-mix(in srgb,var(--ttv-color-primary) 8%,var(--ttv-color-surface));border-radius:4px;color:var(--ttv-color-primary-dark);font:600 13px/1 var(--ttv-font-interface);padding:7px 13px;text-decoration:none}.ttv-article-template__author{align-items:center;background:var(--ttv-color-surface-soft);border:1px solid var(--ttv-color-border);border-radius:6px;display:flex;gap:24px;margin-top:34px;padding:30px}.ttv-article-template__author-avatar{background:color-mix(in srgb,var(--ttv-color-primary) 14%,var(--ttv-color-surface));border-radius:50%;color:var(--ttv-color-primary-dark);display:grid;flex:0 0 auto;font:800 24px/1 var(--ttv-font-heading);height:92px;place-items:center;width:92px}.ttv-article-template__author span{color:var(--ttv-color-primary);font:700 12px/1 var(--ttv-font-interface)}.ttv-article-template__author h2{font:700 20px/1.2 var(--ttv-font-heading);margin:6px 0 8px}.ttv-article-template__author p{color:var(--ttv-color-muted);line-height:1.6;margin:0}.ttv-article-template__previous-next{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px}.ttv-article-template__previous-next a{align-items:center;color:inherit;display:flex;gap:16px;text-decoration:none}.ttv-article-template__previous-next a.is-next{justify-content:flex-end;text-align:right}.ttv-article-template__previous-next img{border-radius:4px;flex:0 0 auto;height:70px;-o-object-fit:cover;object-fit:cover;width:88px}.ttv-article-template__previous-next small{color:var(--ttv-color-muted);display:block;font:700 11px/1 var(--ttv-font-interface);margin-bottom:5px;text-transform:uppercase}.ttv-article-template__previous-next strong{display:block;font:700 15px/1.35 var(--ttv-font-heading)}.ttv-article-template__related{margin-top:52px}.ttv-article-template__section-title{align-items:center;display:flex;gap:14px;margin-bottom:18px}.ttv-article-template__section-title h2{flex:0 0 auto;font:800 20px/1.15 var(--ttv-font-heading);margin:0}.ttv-article-template__section-title span{background:var(--ttv-color-border);display:block;flex:1;height:1px;position:relative}.ttv-article-template__section-title span:before{background:var(--ttv-color-primary);content:"";height:3px;left:0;position:absolute;top:-1px;width:34px}.ttv-article-template__related-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-article-template__related-grid a{color:inherit;display:grid;gap:6px 14px;grid-template-columns:120px minmax(0,1fr);grid-template-rows:auto 1fr;text-decoration:none}.ttv-article-template__related-grid img{border-radius:5px;grid-row:1/3;height:92px;-o-object-fit:cover;object-fit:cover;width:120px}.ttv-article-sidebar-recent span,.ttv-article-template__related-grid span{color:var(--ttv-color-primary);font:800 10px/1 var(--ttv-font-interface);letter-spacing:.05em;text-transform:uppercase}.ttv-article-template__related-grid strong{font:700 15px/1.35 var(--ttv-font-heading)}.ttv-article-template__sidebar{position:sticky;top:calc(var(--ttv-header-height, 0px) + 24px)}.ttv-article-sidebar-search{display:grid;grid-template-columns:minmax(0,1fr) 46px;margin-bottom:34px}.ttv-article-sidebar-search input{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:4px 0 0 4px;border-right:0;color:var(--ttv-color-text);height:44px;min-width:0;padding:0 14px;width:100%}.ttv-article-sidebar-search button{background:var(--ttv-color-primary);border:0;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;font-size:20px}.ttv-article-sidebar-widget{margin-bottom:36px}.ttv-article-sidebar-categories{display:grid;gap:8px}.ttv-article-sidebar-categories a{align-items:center;background-position:50%;background-size:cover;border-radius:5px;color:#fff;display:flex;justify-content:space-between;min-height:74px;padding:18px 20px;text-decoration:none}.ttv-article-sidebar-categories strong{font:800 13px/1 var(--ttv-font-interface);text-transform:uppercase}.ttv-article-sidebar-categories span{background:#ffffff38;border-radius:999px;display:grid;font:700 12px/1 var(--ttv-font-interface);height:32px;min-width:32px;place-items:center}.ttv-article-sidebar-social{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-article-sidebar-social a{align-items:center;background:var(--ttv-color-surface-soft);border-radius:4px;color:var(--ttv-color-text);display:flex;font:700 11px/1 var(--ttv-font-interface);gap:10px;min-height:40px;padding:8px 10px;text-decoration:none}.ttv-article-sidebar-social b{background:var(--ttv-color-primary);border-radius:3px;color:#fff;display:grid;height:24px;place-items:center;width:24px}.ttv-article-sidebar-recent{display:grid}.ttv-article-sidebar-recent a{border-bottom:1px solid var(--ttv-color-border);color:inherit;display:grid;gap:7px;padding:14px 0;text-decoration:none}.ttv-article-sidebar-recent a:first-child{padding-top:0}.ttv-article-sidebar-recent img{aspect-ratio:3/2;border-radius:5px;margin-bottom:4px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-sidebar-recent strong{font:700 16px/1.35 var(--ttv-font-heading)}.ttv-article-sidebar-recent small{color:var(--ttv-color-muted);font:600 11px/1.35 var(--ttv-font-interface)}.ttv-article-sidebar-newsletter{background:#15283f;border-radius:6px;color:#fff;padding:34px 26px 26px;text-align:center}.ttv-article-sidebar-newsletter>span{color:color-mix(in srgb,#fff 35%,transparent);display:block;font-size:48px;margin-bottom:10px}.ttv-article-sidebar-newsletter h2{color:#fff;font:800 22px/1.2 var(--ttv-font-heading);margin:0 0 12px}.ttv-article-sidebar-newsletter p{color:#ffffffc7;font-size:13px;line-height:1.6;margin:0 0 20px}.ttv-article-sidebar-newsletter form{display:grid;gap:10px}.ttv-article-sidebar-newsletter button,.ttv-article-sidebar-newsletter input{border:0;border-radius:4px;height:42px;width:100%}.ttv-article-sidebar-newsletter input{padding:0 13px}.ttv-article-sidebar-newsletter button{background:var(--ttv-color-primary);color:#fff;cursor:pointer;font:800 12px/1 var(--ttv-font-interface);text-transform:uppercase}.ttv-article-sidebar-newsletter small{color:#ffffff8c;display:block;font-size:10px;margin-top:12px}.ttv-fixed-layout-extras--article{margin-top:0;width:100%}.ttv-search-page{margin:clamp(36px,5vw,70px) auto 90px;width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)*2))}.ttv-search-page header p{color:var(--ttv-color-primary);font:800 12px/1 var(--ttv-font-interface);margin:0 0 8px;text-transform:uppercase}.ttv-search-page header h1{font:700 clamp(34px,5vw,58px)/1.08 var(--ttv-font-heading);margin:0 0 36px}.ttv-search-page__grid{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-search-page__grid a{color:inherit;text-decoration:none}.ttv-search-page__grid img{aspect-ratio:16/10;border-radius:6px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-search-page__grid span{color:var(--ttv-color-primary);display:block;font:800 10px/1 var(--ttv-font-interface);margin-top:14px;text-transform:uppercase}.ttv-search-page__grid h2{font:700 21px/1.25 var(--ttv-font-heading);margin:8px 0}.ttv-search-page__grid p{color:var(--ttv-color-muted);line-height:1.6;margin:0}@media(max-width:1100px){.ttv-article-template{gap:34px;grid-template-columns:minmax(0,1fr) minmax(250px,300px)}.ttv-article-template__related-grid{grid-template-columns:1fr}}@media(max-width:900px){.ttv-article-template{grid-template-columns:1fr}.ttv-article-template__sidebar{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr));position:static}.ttv-article-sidebar-newsletter,.ttv-article-sidebar-search{grid-column:1/-1}.ttv-search-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ttv-layout--article.ttv-page,.ttv-search-page{width:min(100% - 28px,var(--ttv-container-wide))}.ttv-fixed-layout-base--article{padding-top:28px}.ttv-article-template__header h1{font-size:clamp(30px,10vw,42px)}.ttv-article-template__footer,.ttv-article-template__meta-row{align-items:flex-start;flex-direction:column}.ttv-article-template__featured-image img{aspect-ratio:16/10;height:auto}.ttv-article-template__content .ttv-article-quote,.ttv-article-template__content blockquote{margin-inline:0;padding-inline:24px}.ttv-article-template__author{align-items:flex-start;flex-direction:column;padding:24px}.ttv-article-template__previous-next{grid-template-columns:1fr}.ttv-article-template__previous-next a.is-next{flex-direction:row-reverse;justify-content:flex-start;text-align:left}.ttv-article-template__sidebar,.ttv-search-page__grid{grid-template-columns:1fr}.ttv-article-template__related-grid a{grid-template-columns:96px minmax(0,1fr)}.ttv-article-template__related-grid img{height:82px;width:96px}}.ttv-article-template__fixed-recommendations{border-top:1px solid var(--ttv-color-border);display:grid;gap:clamp(28px,4vw,54px);grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(52px,7vw,92px);padding-top:clamp(34px,4vw,52px);width:100%}.ttv-article-template__fixed-recommendations .ttv-v2-section-header{margin-bottom:20px}.ttv-article-template__fixed-recommendations .ttv-v2-section-header__title{font-size:clamp(22px,2.1vw,30px)}.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{gap:18px 14px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-template__fixed-recommendations .ttv-v2-card__title{font-size:clamp(14px,1.15vw,17px);line-height:1.3}.ttv-article-template__fixed-recommendations .ttv-v2-card__meta{font-size:10px}.ttv-fixed-layout-extras--article{margin-top:clamp(42px,6vw,76px);width:100%}.ttv-chronograph-active-band h1,.ttv-context-header h1,.ttv-search-page header h1{color:var(--ttv-text-page-title-color,inherit);font-family:var(--ttv-text-page-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-page-title-font-size-desktop,var(--ttv-heading-size-desktop));font-style:var(--ttv-text-page-title-font-style,normal);font-weight:var(--ttv-text-page-title-font-weight,var(--ttv-heading-weight));letter-spacing:var(--ttv-text-page-title-letter-spacing,var(--ttv-heading-letter-spacing));line-height:var(--ttv-text-page-title-line-height,var(--ttv-heading-line-height));margin-bottom:var(--ttv-text-page-title-margin-bottom,0);margin-top:var(--ttv-text-page-title-margin-top,0);text-transform:var(--ttv-text-page-title-text-transform,none);word-spacing:var(--ttv-text-page-title-word-spacing,normal)}.ttv-article-template__fixed-recommendations .ttv-v2-section-header__title,.ttv-chronograph-section-heading h2,.ttv-v2-section-header__title{color:var(--ttv-text-section-title-color,inherit);font-family:var(--ttv-text-section-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-section-title-font-size-desktop,inherit);font-style:var(--ttv-text-section-title-font-style,normal);font-weight:var(--ttv-text-section-title-font-weight,var(--ttv-heading-weight));letter-spacing:var(--ttv-text-section-title-letter-spacing,normal);line-height:var(--ttv-text-section-title-line-height,1.15);margin-bottom:var(--ttv-text-section-title-margin-bottom,0);margin-top:var(--ttv-text-section-title-margin-top,0);text-transform:var(--ttv-text-section-title-text-transform,none);word-spacing:var(--ttv-text-section-title-word-spacing,normal)}.ttv-mod-articles>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-taxonomy>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-video>.ttv-v2-section-header .ttv-v2-section-header__title{color:var(--ttv-text-block-title-color,var(--ttv-text-section-title-color,inherit));font-family:var(--ttv-text-block-title-font-family,var(--ttv-text-section-title-font-family,var(--ttv-font-heading)));font-size:var(--ttv-text-block-title-font-size-desktop,var(--ttv-text-section-title-font-size-desktop,inherit));font-style:var(--ttv-text-block-title-font-style,normal);font-weight:var(--ttv-text-block-title-font-weight,var(--ttv-heading-weight));letter-spacing:var(--ttv-text-block-title-letter-spacing,normal);line-height:var(--ttv-text-block-title-line-height,1.15);margin-bottom:var(--ttv-text-block-title-margin-bottom,0);margin-top:var(--ttv-text-block-title-margin-top,0);text-transform:var(--ttv-text-block-title-text-transform,none);word-spacing:var(--ttv-text-block-title-word-spacing,normal)}.ttv-article-template__header h1{color:var(--ttv-text-article-title-color,var(--ttv-color-text));font-family:var(--ttv-text-article-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-article-title-font-size-desktop,clamp(32px,4vw,52px));font-style:var(--ttv-text-article-title-font-style,normal);font-weight:var(--ttv-text-article-title-font-weight,700);letter-spacing:var(--ttv-text-article-title-letter-spacing,-.035em);line-height:var(--ttv-text-article-title-line-height,1.08);margin-bottom:var(--ttv-text-article-title-margin-bottom,12px);margin-top:var(--ttv-text-article-title-margin-top,14px);text-transform:var(--ttv-text-article-title-text-transform,none);word-spacing:var(--ttv-text-article-title-word-spacing,normal)}.ttv-article-template__lead{color:var(--ttv-text-article-lead-color,var(--ttv-color-muted));font-family:var(--ttv-text-article-lead-font-family,var(--ttv-font-body));font-size:var(--ttv-text-article-lead-font-size-desktop,clamp(17px,1.8vw,21px));font-style:var(--ttv-text-article-lead-font-style,normal);font-weight:var(--ttv-text-article-lead-font-weight,400);letter-spacing:var(--ttv-text-article-lead-letter-spacing,normal);line-height:var(--ttv-text-article-lead-line-height,1.55);margin-bottom:var(--ttv-text-article-lead-margin-bottom,18px);margin-top:var(--ttv-text-article-lead-margin-top,0);text-transform:var(--ttv-text-article-lead-text-transform,none);word-spacing:var(--ttv-text-article-lead-word-spacing,normal)}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{color:var(--ttv-text-article-body-color,var(--ttv-color-text));font-family:var(--ttv-text-article-body-font-family,var(--ttv-font-body));font-size:var(--ttv-text-article-body-font-size-desktop,clamp(16px,1.25vw,18px));font-style:var(--ttv-text-article-body-font-style,normal);font-weight:var(--ttv-text-article-body-font-weight,var(--ttv-body-weight));letter-spacing:var(--ttv-text-article-body-letter-spacing,normal);line-height:var(--ttv-text-article-body-line-height,1.78);text-transform:var(--ttv-text-article-body-text-transform,none);word-spacing:var(--ttv-text-article-body-word-spacing,normal)}.ttv-article-template__content h2{color:var(--ttv-text-article-h2-color,var(--ttv-color-text));font-family:var(--ttv-text-article-h2-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-article-h2-font-size-desktop,clamp(26px,3vw,38px));font-style:var(--ttv-text-article-h2-font-style,normal);font-weight:var(--ttv-text-article-h2-font-weight,700);letter-spacing:var(--ttv-text-article-h2-letter-spacing,-.02em);line-height:var(--ttv-text-article-h2-line-height,1.2);margin-bottom:var(--ttv-text-article-h2-margin-bottom,16px);margin-top:var(--ttv-text-article-h2-margin-top,36px);text-transform:var(--ttv-text-article-h2-text-transform,none);word-spacing:var(--ttv-text-article-h2-word-spacing,normal)}.ttv-article-template__content h3{color:var(--ttv-text-article-h3-color,var(--ttv-color-text));font-family:var(--ttv-text-article-h3-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-article-h3-font-size-desktop,clamp(21px,2.3vw,30px));font-style:var(--ttv-text-article-h3-font-style,normal);font-weight:var(--ttv-text-article-h3-font-weight,700);letter-spacing:var(--ttv-text-article-h3-letter-spacing,-.01em);line-height:var(--ttv-text-article-h3-line-height,1.25);margin-bottom:var(--ttv-text-article-h3-margin-bottom,12px);margin-top:var(--ttv-text-article-h3-margin-top,28px);text-transform:var(--ttv-text-article-h3-text-transform,none);word-spacing:var(--ttv-text-article-h3-word-spacing,normal)}.ttv-article-sidebar-recent strong,.ttv-article-template__previous-next strong,.ttv-v2-card__title{color:var(--ttv-text-card-title-color,inherit);font-family:var(--ttv-text-card-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-card-title-font-size-desktop,inherit);font-style:var(--ttv-text-card-title-font-style,normal);font-weight:var(--ttv-text-card-title-font-weight,700);letter-spacing:var(--ttv-text-card-title-letter-spacing,normal);line-height:var(--ttv-text-card-title-line-height,1.3);margin-bottom:var(--ttv-text-card-title-margin-bottom,0);margin-top:var(--ttv-text-card-title-margin-top,0);text-transform:var(--ttv-text-card-title-text-transform,none);word-spacing:var(--ttv-text-card-title-word-spacing,normal)}.ttv-v2-card__excerpt{color:var(--ttv-text-card-excerpt-color,var(--ttv-color-muted));font-family:var(--ttv-text-card-excerpt-font-family,var(--ttv-font-body));font-size:var(--ttv-text-card-excerpt-font-size-desktop,inherit);font-style:var(--ttv-text-card-excerpt-font-style,normal);font-weight:var(--ttv-text-card-excerpt-font-weight,400);letter-spacing:var(--ttv-text-card-excerpt-letter-spacing,normal);line-height:var(--ttv-text-card-excerpt-line-height,1.55);margin-bottom:var(--ttv-text-card-excerpt-margin-bottom,0);margin-top:var(--ttv-text-card-excerpt-margin-top,0);text-transform:var(--ttv-text-card-excerpt-text-transform,none);word-spacing:var(--ttv-text-card-excerpt-word-spacing,normal)}.ttv-article-template__category,.ttv-chronograph-section-heading p,.ttv-context-header__label,.ttv-v2-section-header__kicker{color:var(--ttv-text-kicker-color,inherit);font-family:var(--ttv-text-kicker-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-kicker-font-size-desktop,inherit);font-style:var(--ttv-text-kicker-font-style,normal);font-weight:var(--ttv-text-kicker-font-weight,800);letter-spacing:var(--ttv-text-kicker-letter-spacing,.05em);line-height:var(--ttv-text-kicker-line-height,1.1);margin-bottom:var(--ttv-text-kicker-margin-bottom,0);margin-top:var(--ttv-text-kicker-margin-top,0);text-transform:var(--ttv-text-kicker-text-transform,uppercase);word-spacing:var(--ttv-text-kicker-word-spacing,normal)}.ttv-article-sidebar-recent small,.ttv-article-template__meta,.ttv-v2-card__meta{color:var(--ttv-text-metadata-color,var(--ttv-color-muted));font-family:var(--ttv-text-metadata-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-metadata-font-size-desktop,inherit);font-style:var(--ttv-text-metadata-font-style,normal);font-weight:var(--ttv-text-metadata-font-weight,600);letter-spacing:var(--ttv-text-metadata-letter-spacing,normal);line-height:var(--ttv-text-metadata-line-height,1.45);text-transform:var(--ttv-text-metadata-text-transform,none);word-spacing:var(--ttv-text-metadata-word-spacing,normal)}.ttv-navigation-menu,.ttv-navigation-menu a{color:var(--ttv-text-navigation-color,inherit);font-family:var(--ttv-text-navigation-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-navigation-font-size-desktop,inherit);font-style:var(--ttv-text-navigation-font-style,normal);font-weight:var(--ttv-text-navigation-font-weight,inherit);letter-spacing:var(--ttv-text-navigation-letter-spacing,normal);line-height:var(--ttv-text-navigation-line-height,inherit);text-transform:var(--ttv-text-navigation-text-transform,inherit);word-spacing:var(--ttv-text-navigation-word-spacing,normal)}.ttv-area-button,.ttv-v2-section-header__link,button{color:var(--ttv-text-button-color,inherit);font-family:var(--ttv-text-button-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-button-font-size-desktop,inherit);font-style:var(--ttv-text-button-font-style,normal);font-weight:var(--ttv-text-button-font-weight,700);letter-spacing:var(--ttv-text-button-letter-spacing,normal);line-height:var(--ttv-text-button-line-height,inherit);text-transform:var(--ttv-text-button-text-transform,inherit);word-spacing:var(--ttv-text-button-word-spacing,normal)}.ttv-breadcrumb,.ttv-breadcrumb a{color:var(--ttv-text-breadcrumb-color,inherit);font-family:var(--ttv-text-breadcrumb-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-breadcrumb-font-size-desktop,inherit);font-style:var(--ttv-text-breadcrumb-font-style,normal);font-weight:var(--ttv-text-breadcrumb-font-weight,inherit);letter-spacing:var(--ttv-text-breadcrumb-letter-spacing,normal);line-height:var(--ttv-text-breadcrumb-line-height,inherit);text-transform:var(--ttv-text-breadcrumb-text-transform,none);word-spacing:var(--ttv-text-breadcrumb-word-spacing,normal)}.ttv-article-template__content figcaption,figcaption{color:var(--ttv-text-caption-color,var(--ttv-color-muted));font-family:var(--ttv-text-caption-font-family,var(--ttv-font-body));font-size:var(--ttv-text-caption-font-size-desktop,12px);font-style:var(--ttv-text-caption-font-style,normal);font-weight:var(--ttv-text-caption-font-weight,400);letter-spacing:var(--ttv-text-caption-letter-spacing,normal);line-height:var(--ttv-text-caption-line-height,1.45);margin-bottom:var(--ttv-text-caption-margin-bottom,0);margin-top:var(--ttv-text-caption-margin-top,8px);text-transform:var(--ttv-text-caption-text-transform,none);word-spacing:var(--ttv-text-caption-word-spacing,normal)}.ttv-article-sidebar-newsletter h2,.ttv-article-sidebar-widget .ttv-article-template__section-title h2,.ttv-article-template__section-title h2{color:var(--ttv-text-sidebar-title-color,inherit);font-family:var(--ttv-text-sidebar-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-sidebar-title-font-size-desktop,inherit);font-style:var(--ttv-text-sidebar-title-font-style,normal);font-weight:var(--ttv-text-sidebar-title-font-weight,800);letter-spacing:var(--ttv-text-sidebar-title-letter-spacing,normal);line-height:var(--ttv-text-sidebar-title-line-height,1.15);margin-bottom:var(--ttv-text-sidebar-title-margin-bottom,0);margin-top:var(--ttv-text-sidebar-title-margin-top,0);text-transform:var(--ttv-text-sidebar-title-text-transform,none);word-spacing:var(--ttv-text-sidebar-title-word-spacing,normal)}.ttv-footer h2,.ttv-footer-v2__column-title,.ttv-site-footer h2{color:var(--ttv-text-footer-title-color,inherit);font-family:var(--ttv-text-footer-title-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-footer-title-font-size-desktop,inherit);font-style:var(--ttv-text-footer-title-font-style,normal);font-weight:var(--ttv-text-footer-title-font-weight,700);letter-spacing:var(--ttv-text-footer-title-letter-spacing,normal);line-height:var(--ttv-text-footer-title-line-height,1.2);margin-bottom:var(--ttv-text-footer-title-margin-bottom,0);margin-top:var(--ttv-text-footer-title-margin-top,0);text-transform:var(--ttv-text-footer-title-text-transform,none);word-spacing:var(--ttv-text-footer-title-word-spacing,normal)}@media(max-width:900px){.ttv-article-template__fixed-recommendations{grid-template-columns:1fr}.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-chronograph-active-band h1,.ttv-context-header h1,.ttv-search-page header h1{font-size:var(--ttv-text-page-title-font-size-tablet,var(--ttv-heading-size-tablet))}.ttv-chronograph-section-heading h2,.ttv-v2-section-header__title{font-size:var(--ttv-text-section-title-font-size-tablet,inherit)}.ttv-mod-articles>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-taxonomy>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-video>.ttv-v2-section-header .ttv-v2-section-header__title{font-size:var(--ttv-text-block-title-font-size-tablet,inherit)}.ttv-article-template__header h1{font-size:var(--ttv-text-article-title-font-size-tablet,clamp(32px,6vw,48px))}.ttv-article-template__lead{font-size:var(--ttv-text-article-lead-font-size-tablet,clamp(17px,2.4vw,20px))}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{font-size:var(--ttv-text-article-body-font-size-tablet,17px)}.ttv-article-template__content h2{font-size:var(--ttv-text-article-h2-font-size-tablet,clamp(25px,4vw,34px))}.ttv-article-template__content h3{font-size:var(--ttv-text-article-h3-font-size-tablet,clamp(21px,3vw,28px))}.ttv-article-sidebar-recent strong,.ttv-article-template__previous-next strong,.ttv-v2-card__title{font-size:var(--ttv-text-card-title-font-size-tablet,inherit)}.ttv-v2-card__excerpt{font-size:var(--ttv-text-card-excerpt-font-size-tablet,inherit)}.ttv-article-template__category,.ttv-chronograph-section-heading p,.ttv-context-header__label,.ttv-v2-section-header__kicker{font-size:var(--ttv-text-kicker-font-size-tablet,inherit)}.ttv-article-sidebar-recent small,.ttv-article-template__meta,.ttv-v2-card__meta{font-size:var(--ttv-text-metadata-font-size-tablet,inherit)}.ttv-navigation-menu,.ttv-navigation-menu a{font-size:var(--ttv-text-navigation-font-size-tablet,inherit)}.ttv-area-button,.ttv-v2-section-header__link,button{font-size:var(--ttv-text-button-font-size-tablet,inherit)}.ttv-breadcrumb,.ttv-breadcrumb a{font-size:var(--ttv-text-breadcrumb-font-size-tablet,inherit)}.ttv-article-template__content figcaption,figcaption{font-size:var(--ttv-text-caption-font-size-tablet,12px)}.ttv-article-sidebar-newsletter h2,.ttv-article-sidebar-widget .ttv-article-template__section-title h2,.ttv-article-template__section-title h2{font-size:var(--ttv-text-sidebar-title-font-size-tablet,inherit)}.ttv-footer h2,.ttv-footer-v2__column-title,.ttv-site-footer h2{font-size:var(--ttv-text-footer-title-font-size-tablet,inherit)}}@media(max-width:640px){.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{grid-template-columns:1fr}.ttv-chronograph-active-band h1,.ttv-context-header h1,.ttv-search-page header h1{font-size:var(--ttv-text-page-title-font-size-mobile,var(--ttv-heading-size-mobile))}.ttv-chronograph-section-heading h2,.ttv-v2-section-header__title{font-size:var(--ttv-text-section-title-font-size-mobile,inherit)}.ttv-mod-articles>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-taxonomy>.ttv-v2-section-header .ttv-v2-section-header__title,.ttv-mod-video>.ttv-v2-section-header .ttv-v2-section-header__title{font-size:var(--ttv-text-block-title-font-size-mobile,inherit)}.ttv-article-template__header h1{font-size:var(--ttv-text-article-title-font-size-mobile,clamp(30px,10vw,42px))}.ttv-article-template__lead{font-size:var(--ttv-text-article-lead-font-size-mobile,17px)}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{font-size:var(--ttv-text-article-body-font-size-mobile,16px)}.ttv-article-template__content h2{font-size:var(--ttv-text-article-h2-font-size-mobile,27px)}.ttv-article-template__content h3{font-size:var(--ttv-text-article-h3-font-size-mobile,23px)}.ttv-article-sidebar-recent strong,.ttv-article-template__previous-next strong,.ttv-v2-card__title{font-size:var(--ttv-text-card-title-font-size-mobile,inherit)}.ttv-v2-card__excerpt{font-size:var(--ttv-text-card-excerpt-font-size-mobile,inherit)}.ttv-article-template__category,.ttv-chronograph-section-heading p,.ttv-context-header__label,.ttv-v2-section-header__kicker{font-size:var(--ttv-text-kicker-font-size-mobile,inherit)}.ttv-article-sidebar-recent small,.ttv-article-template__meta,.ttv-v2-card__meta{font-size:var(--ttv-text-metadata-font-size-mobile,inherit)}.ttv-navigation-menu,.ttv-navigation-menu a{font-size:var(--ttv-text-navigation-font-size-mobile,inherit)}.ttv-area-button,.ttv-v2-section-header__link,button{font-size:var(--ttv-text-button-font-size-mobile,inherit)}.ttv-breadcrumb,.ttv-breadcrumb a{font-size:var(--ttv-text-breadcrumb-font-size-mobile,inherit)}.ttv-article-template__content figcaption,figcaption{font-size:var(--ttv-text-caption-font-size-mobile,12px)}.ttv-article-sidebar-newsletter h2,.ttv-article-sidebar-widget .ttv-article-template__section-title h2,.ttv-article-template__section-title h2{font-size:var(--ttv-text-sidebar-title-font-size-mobile,inherit)}.ttv-footer h2,.ttv-footer-v2__column-title,.ttv-site-footer h2{font-size:var(--ttv-text-footer-title-font-size-mobile,inherit)}}.ttv-chronograph-active-band__note,.ttv-context-header>p:not(.ttv-context-header__label),.ttv-search-page>header p{color:var(--ttv-text-page-description-color,inherit);font-family:var(--ttv-text-page-description-font-family,var(--ttv-font-body));font-size:var(--ttv-text-page-description-font-size-desktop,inherit);font-style:var(--ttv-text-page-description-font-style,normal);font-weight:var(--ttv-text-page-description-font-weight,400);letter-spacing:var(--ttv-text-page-description-letter-spacing,normal);line-height:var(--ttv-text-page-description-line-height,var(--ttv-body-line-height));margin-bottom:var(--ttv-text-page-description-margin-bottom,0);margin-top:var(--ttv-text-page-description-margin-top,0);text-transform:var(--ttv-text-page-description-text-transform,none);word-spacing:var(--ttv-text-page-description-word-spacing,normal)}.ttv-mod-articles__description,.ttv-mod-information p,.ttv-mod-newsletter p,.ttv-v2-section-header__description{color:var(--ttv-text-block-text-color,inherit);font-family:var(--ttv-text-block-text-font-family,var(--ttv-font-body));font-size:var(--ttv-text-block-text-font-size-desktop,inherit);font-style:var(--ttv-text-block-text-font-style,normal);font-weight:var(--ttv-text-block-text-font-weight,400);letter-spacing:var(--ttv-text-block-text-letter-spacing,normal);line-height:var(--ttv-text-block-text-line-height,var(--ttv-body-line-height));margin-bottom:var(--ttv-text-block-text-margin-bottom,0);margin-top:var(--ttv-text-block-text-margin-top,0);text-transform:var(--ttv-text-block-text-text-transform,none);word-spacing:var(--ttv-text-block-text-word-spacing,normal)}.ttv-article-template__content .ttv-article-quote,.ttv-article-template__content .wp-block-quote,.ttv-article-template__content blockquote{color:var(--ttv-text-article-quote-color,inherit);font-family:var(--ttv-text-article-quote-font-family,var(--ttv-font-heading));font-size:var(--ttv-text-article-quote-font-size-desktop,1.18em);font-style:var(--ttv-text-article-quote-font-style,italic);font-weight:var(--ttv-text-article-quote-font-weight,500);letter-spacing:var(--ttv-text-article-quote-letter-spacing,normal);line-height:var(--ttv-text-article-quote-line-height,1.55);margin-bottom:var(--ttv-text-article-quote-margin-bottom,28px);margin-top:var(--ttv-text-article-quote-margin-top,28px);text-transform:var(--ttv-text-article-quote-text-transform,none);word-spacing:var(--ttv-text-article-quote-word-spacing,normal)}.ttv-article-sidebar-categories a,.ttv-article-template__tags,.ttv-article-template__tags a,.ttv-mod-taxonomy a{color:var(--ttv-text-taxonomy-link-color,inherit);font-family:var(--ttv-text-taxonomy-link-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-taxonomy-link-font-size-desktop,inherit);font-style:var(--ttv-text-taxonomy-link-font-style,normal);font-weight:var(--ttv-text-taxonomy-link-font-weight,600);letter-spacing:var(--ttv-text-taxonomy-link-letter-spacing,normal);line-height:var(--ttv-text-taxonomy-link-line-height,inherit);text-transform:var(--ttv-text-taxonomy-link-text-transform,none);word-spacing:var(--ttv-text-taxonomy-link-word-spacing,normal)}.ttv-article-sidebar-newsletter p,.ttv-article-sidebar-newsletter small,.ttv-article-sidebar-social span,.ttv-article-sidebar-widget p{color:var(--ttv-text-sidebar-text-color,inherit);font-family:var(--ttv-text-sidebar-text-font-family,var(--ttv-font-body));font-size:var(--ttv-text-sidebar-text-font-size-desktop,inherit);font-style:var(--ttv-text-sidebar-text-font-style,normal);font-weight:var(--ttv-text-sidebar-text-font-weight,400);letter-spacing:var(--ttv-text-sidebar-text-letter-spacing,normal);line-height:var(--ttv-text-sidebar-text-line-height,var(--ttv-body-line-height));text-transform:var(--ttv-text-sidebar-text-text-transform,none);word-spacing:var(--ttv-text-sidebar-text-word-spacing,normal)}.ttv-footer a,.ttv-footer p,.ttv-footer-v2 a,.ttv-footer-v2 p,.ttv-site-footer a,.ttv-site-footer p{color:var(--ttv-text-footer-text-color,inherit);font-family:var(--ttv-text-footer-text-font-family,var(--ttv-font-body));font-size:var(--ttv-text-footer-text-font-size-desktop,inherit);font-style:var(--ttv-text-footer-text-font-style,normal);font-weight:var(--ttv-text-footer-text-font-weight,400);letter-spacing:var(--ttv-text-footer-text-letter-spacing,normal);line-height:var(--ttv-text-footer-text-line-height,inherit);text-transform:var(--ttv-text-footer-text-text-transform,none);word-spacing:var(--ttv-text-footer-text-word-spacing,normal)}.ttv-article-template label,.ttv-mod-newsletter label,.ttv-mod-search label,.ttv-search-page label{color:var(--ttv-text-form-label-color,inherit);font-family:var(--ttv-text-form-label-font-family,var(--ttv-font-interface));font-size:var(--ttv-text-form-label-font-size-desktop,inherit);font-style:var(--ttv-text-form-label-font-style,normal);font-weight:var(--ttv-text-form-label-font-weight,600);letter-spacing:var(--ttv-text-form-label-letter-spacing,normal);line-height:var(--ttv-text-form-label-line-height,inherit);text-transform:var(--ttv-text-form-label-text-transform,none);word-spacing:var(--ttv-text-form-label-word-spacing,normal)}.ttv-article-template input,.ttv-article-template select,.ttv-article-template textarea,.ttv-mod-newsletter input,.ttv-mod-search input,.ttv-mod-search select,.ttv-search-page input,.ttv-search-page select{color:var(--ttv-text-form-input-color,inherit);font-family:var(--ttv-text-form-input-font-family,var(--ttv-font-body));font-size:var(--ttv-text-form-input-font-size-desktop,inherit);font-style:var(--ttv-text-form-input-font-style,normal);font-weight:var(--ttv-text-form-input-font-weight,400);letter-spacing:var(--ttv-text-form-input-letter-spacing,normal);line-height:var(--ttv-text-form-input-line-height,inherit);text-transform:var(--ttv-text-form-input-text-transform,none);word-spacing:var(--ttv-text-form-input-word-spacing,normal)}@media(max-width:900px){.ttv-chronograph-active-band__note,.ttv-context-header>p:not(.ttv-context-header__label),.ttv-search-page>header p{font-size:var(--ttv-text-page-description-font-size-tablet,inherit)}.ttv-mod-articles__description,.ttv-mod-information p,.ttv-mod-newsletter p,.ttv-v2-section-header__description{font-size:var(--ttv-text-block-text-font-size-tablet,inherit)}.ttv-article-template__content .ttv-article-quote,.ttv-article-template__content .wp-block-quote,.ttv-article-template__content blockquote{font-size:var(--ttv-text-article-quote-font-size-tablet,1.15em)}.ttv-article-sidebar-categories a,.ttv-article-template__tags,.ttv-article-template__tags a,.ttv-mod-taxonomy a{font-size:var(--ttv-text-taxonomy-link-font-size-tablet,inherit)}.ttv-article-sidebar-newsletter p,.ttv-article-sidebar-newsletter small,.ttv-article-sidebar-social span,.ttv-article-sidebar-widget p{font-size:var(--ttv-text-sidebar-text-font-size-tablet,inherit)}.ttv-footer a,.ttv-footer p,.ttv-footer-v2 a,.ttv-footer-v2 p,.ttv-site-footer a,.ttv-site-footer p{font-size:var(--ttv-text-footer-text-font-size-tablet,inherit)}.ttv-article-template label,.ttv-mod-newsletter label,.ttv-mod-search label,.ttv-search-page label{font-size:var(--ttv-text-form-label-font-size-tablet,inherit)}.ttv-article-template input,.ttv-article-template select,.ttv-article-template textarea,.ttv-mod-newsletter input,.ttv-mod-search input,.ttv-mod-search select,.ttv-search-page input,.ttv-search-page select{font-size:var(--ttv-text-form-input-font-size-tablet,inherit)}}@media(max-width:640px){.ttv-chronograph-active-band__note,.ttv-context-header>p:not(.ttv-context-header__label),.ttv-search-page>header p{font-size:var(--ttv-text-page-description-font-size-mobile,inherit)}.ttv-mod-articles__description,.ttv-mod-information p,.ttv-mod-newsletter p,.ttv-v2-section-header__description{font-size:var(--ttv-text-block-text-font-size-mobile,inherit)}.ttv-article-template__content .ttv-article-quote,.ttv-article-template__content .wp-block-quote,.ttv-article-template__content blockquote{font-size:var(--ttv-text-article-quote-font-size-mobile,1.1em)}.ttv-article-sidebar-categories a,.ttv-article-template__tags,.ttv-article-template__tags a,.ttv-mod-taxonomy a{font-size:var(--ttv-text-taxonomy-link-font-size-mobile,inherit)}.ttv-article-sidebar-newsletter p,.ttv-article-sidebar-newsletter small,.ttv-article-sidebar-social span,.ttv-article-sidebar-widget p{font-size:var(--ttv-text-sidebar-text-font-size-mobile,inherit)}.ttv-footer a,.ttv-footer p,.ttv-footer-v2 a,.ttv-footer-v2 p,.ttv-site-footer a,.ttv-site-footer p{font-size:var(--ttv-text-footer-text-font-size-mobile,inherit)}.ttv-article-template label,.ttv-mod-newsletter label,.ttv-mod-search label,.ttv-search-page label{font-size:var(--ttv-text-form-label-font-size-mobile,inherit)}.ttv-article-template input,.ttv-article-template select,.ttv-article-template textarea,.ttv-mod-newsletter input,.ttv-mod-search input,.ttv-mod-search select,.ttv-search-page input,.ttv-search-page select{font-size:var(--ttv-text-form-input-font-size-mobile,inherit)}}.ttv-article-template{display:block}.ttv-article-template__top-grid{align-items:start;display:grid;gap:clamp(32px,4vw,58px);grid-template-columns:minmax(0,1fr) minmax(280px,340px);width:100%}.ttv-article-template__top-grid>*{min-width:0}.ttv-article-template__top-grid .ttv-article-template__sidebar{align-self:start;position:sticky;top:calc(var(--ttv-header-height, 0px) + 24px)}.ttv-article-template__fixed-recommendations{border-top:1px solid var(--ttv-color-border);display:grid;gap:clamp(34px,4vw,58px);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:clamp(52px,6vw,82px);padding-top:clamp(30px,4vw,46px);width:100%}.ttv-article-template__fixed-recommendation-column{container-type:inline-size;min-width:0}.ttv-article-template__fixed-recommendations .ttv-mod-articles{min-width:0;width:100%}.ttv-article-template__fixed-recommendations .ttv-v2-section-header{align-items:end;border-bottom:1px solid var(--ttv-color-border);display:flex;margin:0 0 20px;min-height:35px;padding-bottom:10px;position:relative}.ttv-article-template__fixed-recommendations .ttv-v2-section-header:after{background:var(--ttv-color-primary);bottom:-1px;content:"";height:3px;left:0;position:absolute;width:44px}.ttv-article-template__fixed-recommendations .ttv-v2-section-header__kicker{color:var(--ttv-color-primary);font-size:10px;font-weight:800;letter-spacing:.08em;margin:0 0 4px;text-transform:uppercase}.ttv-article-template__fixed-recommendations .ttv-v2-section-header__title{color:var(--ttv-color-text);font-family:var(--ttv-text-block-title-font-family,var(--ttv-font-heading));font-size:clamp(18px,1.55vw,22px);font-weight:var(--ttv-text-block-title-font-weight,700);letter-spacing:-.015em;line-height:1.18;margin:0}.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{display:grid;gap:clamp(22px,2.3vw,30px) clamp(12px,1.5vw,18px);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-article-template__fixed-recommendations .ttv-v2-card{display:block;min-width:0;overflow:hidden}.ttv-article-template__fixed-recommendations .ttv-v2-media{background:var(--ttv-color-surface-soft);border-radius:min(var(--ttv-radius-card),7px);margin:0 0 11px;width:100%}.ttv-article-template__fixed-recommendations .ttv-v2-media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-template__fixed-recommendations .ttv-v2-card__body{min-width:0}.ttv-article-template__fixed-recommendations .ttv-v2-meta{color:var(--ttv-color-muted);display:flex;flex-wrap:wrap;font-size:9px;font-weight:700;gap:4px 7px;letter-spacing:.045em;line-height:1.3;margin:0 0 7px;min-width:0;overflow:hidden;text-transform:uppercase}.ttv-article-template__fixed-recommendations .ttv-v2-meta__taxonomy{color:var(--ttv-color-primary)}.ttv-article-template__fixed-recommendations .ttv-v2-card__title{color:var(--ttv-color-text);display:-webkit-box;font-family:var(--ttv-text-card-title-font-family,var(--ttv-font-heading));font-size:clamp(13px,1.05vw,15px);font-weight:var(--ttv-text-card-title-font-weight,650);letter-spacing:-.01em;line-height:1.35;margin:0;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-article-template__fixed-recommendations .ttv-v2-card__title a{color:inherit;text-decoration:none}.ttv-article-template__fixed-recommendations .ttv-v2-card__title a:hover{color:var(--ttv-color-primary)}.ttv-article-template__fixed-recommendations .ttv-v2-card__excerpt{display:none}.ttv-fixed-layout-extras--article{margin-top:clamp(44px,6vw,74px);width:100%}@media(max-width:1100px){.ttv-article-template__top-grid{gap:34px;grid-template-columns:minmax(0,1fr) minmax(250px,300px)}.ttv-article-template__fixed-recommendations{grid-template-columns:1fr}.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.ttv-article-template__top-grid{grid-template-columns:1fr}.ttv-article-template__top-grid .ttv-article-template__sidebar{position:static}}@media(max-width:680px){.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.ttv-article-template__fixed-recommendations .ttv-mod-articles__items{grid-template-columns:1fr}.ttv-article-template__fixed-recommendations .ttv-v2-card{align-items:start;display:grid;gap:12px;grid-template-columns:118px minmax(0,1fr)}.ttv-article-template__fixed-recommendations .ttv-v2-media{margin:0}}.ttv-chronograph-replica{--ttv-chrono-content-width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)));background:var(--ttv-color-page);min-height:70vh}.ttv-chronograph-replica__content,.ttv-chronograph-replica__wide-container{margin-inline:auto;width:var(--ttv-chrono-content-width)}.ttv-chronograph-replica__content{padding-top:clamp(26px,4vw,54px)}.ttv-chronograph-replica__content--lower{padding-bottom:clamp(60px,8vw,110px);padding-top:clamp(42px,6vw,76px)}.ttv-chronograph-replica__context{align-items:flex-end;display:flex;gap:28px;justify-content:space-between;margin-bottom:22px}.ttv-chronograph-replica__context>div>p,.ttv-chronograph-replica__editor>p,.ttv-chronograph-replica__localities header>p{color:var(--ttv-color-primary);font-family:var(--ttv-font-interface);font-size:11px;font-weight:800;letter-spacing:.1em;margin:0 0 5px;text-transform:uppercase}.ttv-chronograph-replica__context h1{font-family:var(--ttv-font-heading);font-size:clamp(28px,3.6vw,48px);letter-spacing:-.04em;line-height:1.02;margin:0}.ttv-chronograph-replica__context>p{color:var(--ttv-color-muted);font-size:13px;margin:0;max-width:480px;text-align:right}.ttv-chronograph-replica__hero .ttv-v2-mosaic__grid{display:grid;gap:18px;grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__hero .ttv-v2-mosaic__lead{border-radius:0;min-height:clamp(430px,53vw,680px)}.ttv-chronograph-replica__hero .ttv-v2-mosaic__lead .ttv-v2-media,.ttv-chronograph-replica__hero .ttv-v2-mosaic__lead .ttv-v2-media img{height:100%}.ttv-chronograph-replica__hero .ttv-v2-mosaic__overlay{max-width:760px;padding:clamp(24px,5vw,62px)}.ttv-chronograph-replica__hero .ttv-v2-mosaic__overlay h2{font-size:clamp(32px,5vw,66px);line-height:.99;max-width:18ch}.ttv-chronograph-replica__hero .ttv-v2-mosaic__secondary{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-chronograph-replica__hero .ttv-v2-mosaic__card{align-items:center;display:grid;gap:14px;grid-template-columns:minmax(120px,42%) minmax(0,1fr);min-width:0}.ttv-chronograph-replica__hero .ttv-v2-mosaic__card .ttv-v2-media{aspect-ratio:4/3}.ttv-chronograph-replica__hero .ttv-v2-mosaic__card-copy{min-width:0;padding:0}.ttv-chronograph-replica__hero .ttv-v2-mosaic__card h3{font-size:clamp(15px,1.35vw,19px);line-height:1.16;margin:3px 0 7px}.ttv-chronograph-replica__period-nav{align-items:center;border-bottom:1px solid var(--ttv-color-border);border-top:1px solid var(--ttv-color-border);display:grid;font-family:var(--ttv-font-interface);font-size:12px;font-weight:700;gap:18px;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);margin-top:18px;min-height:52px}.ttv-chronograph-replica__period-nav a:last-child{text-align:right}.ttv-chronograph-replica__period-nav span{color:var(--ttv-color-muted);font-weight:500;text-align:center}.ttv-chronograph-replica__banner{align-items:center;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ttv-color-primary) 12%,transparent),transparent),var(--ttv-color-surface-soft);border:1px solid var(--ttv-color-border);color:color-mix(in srgb,var(--ttv-color-text) 72%,transparent);display:grid;font-family:var(--ttv-font-interface);gap:20px;grid-template-columns:auto 1fr auto;margin:42px auto;min-height:118px;padding:18px 26px}.ttv-chronograph-replica__banner strong{color:var(--ttv-color-primary);font-size:14px;letter-spacing:.08em;text-transform:uppercase}.ttv-chronograph-replica__banner span{font-family:var(--ttv-font-heading);font-size:clamp(24px,3vw,40px);font-weight:700;text-align:center}.ttv-chronograph-replica__banner small{color:var(--ttv-color-muted);text-align:right}.ttv-chronograph-replica__banner--secondary{margin-top:0}.ttv-chronograph-replica__explore{align-items:start;display:grid;gap:clamp(24px,3vw,42px);grid-template-columns:minmax(0,3fr) minmax(250px,1fr);margin-bottom:clamp(54px,7vw,92px)}.ttv-chronograph-replica__explore-main,.ttv-chronograph-replica__identity{min-width:0}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__layout{grid-template-columns:minmax(190px,.72fr) minmax(0,1.5fr)}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__secondary{display:grid;gap:0;grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__secondary>.ttv-v2-card:nth-child(n+3){display:none}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__lead .ttv-v2-card__title{font-size:clamp(24px,2.8vw,39px)}.ttv-chronograph-replica__identity{display:grid;gap:22px}.ttv-chronograph-replica__editor,.ttv-chronograph-replica__follow{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);padding:26px;text-align:center}.ttv-chronograph-replica__avatar{aspect-ratio:1;background:var(--ttv-color-primary);border-radius:50%;color:#fff;display:grid;font-family:var(--ttv-font-heading);font-size:28px;font-weight:800;margin:0 auto 16px;place-items:center;width:92px}.ttv-chronograph-replica__editor h2,.ttv-chronograph-replica__follow h2{font-family:var(--ttv-font-heading);font-size:22px;margin:5px 0 10px}.ttv-chronograph-replica__editor span{color:var(--ttv-color-muted);font-size:13px}.ttv-chronograph-replica__follow div{display:grid;gap:8px;grid-template-columns:1fr 1fr}.ttv-chronograph-replica__follow span{border:1px solid var(--ttv-color-border);font-size:11px;font-weight:700;padding:9px 8px}.ttv-chronograph-replica__trending-band{background:radial-gradient(circle at 8% 30%,color-mix(in srgb,var(--ttv-color-primary) 10%,transparent),transparent 28%),radial-gradient(circle at 92% 70%,color-mix(in srgb,var(--ttv-color-primary) 8%,transparent),transparent 24%),color-mix(in srgb,var(--ttv-color-primary) 5%,var(--ttv-color-surface-soft));overflow:hidden;padding:clamp(52px,7vw,88px) 0;position:relative}.ttv-chronograph-replica__trending-band .ttv-mod-articles__items{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.ttv-chronograph-replica__trending-band .ttv-v2-card{min-height:clamp(310px,29vw,450px)}.ttv-chronograph-replica__trending-band .ttv-v2-card__title{font-size:clamp(18px,1.65vw,24px)}.ttv-chronograph-replica__weekly-layout{align-items:start;display:grid;gap:clamp(26px,3vw,44px);grid-template-columns:minmax(0,3fr) minmax(270px,1fr)}.ttv-chronograph-replica__weekly-main,.ttv-chronograph-replica__weekly-sidebar{min-width:0}.ttv-chronograph-replica__weekly-main .ttv-mod-articles__items{gap:clamp(24px,3vw,38px) clamp(18px,2.5vw,30px);grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-replica__weekly-main .ttv-v2-card__title{font-size:clamp(18px,1.75vw,25px)}.ttv-chronograph-replica__weekly-main .ttv-v2-card__excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-chronograph-replica__weekly-sidebar{display:grid;gap:26px}.ttv-chronograph-replica__weekly-sidebar .ttv-mod-newsletter{background:#17324e;color:#fff}.ttv-chronograph-replica__weekly-sidebar .ttv-block-newsletter,.ttv-chronograph-replica__weekly-sidebar .ttv-newsletter-block{background:transparent;color:inherit}.ttv-chronograph-replica__weekly-sidebar .ttv-mod-articles__items{gap:0;grid-template-columns:1fr}.ttv-chronograph-replica__weekly-sidebar .ttv-v2-card{border-bottom:1px solid var(--ttv-color-border);padding-block:14px}.ttv-chronograph-replica__weekly-sidebar .ttv-v2-card__title{font-size:16px}.ttv-chronograph-replica__promo{align-content:end;background:linear-gradient(180deg,transparent,rgba(27,17,16,.86)),linear-gradient(135deg,var(--ttv-color-primary),var(--ttv-color-primary-dark));color:#fff;display:grid;min-height:310px;padding:28px}.ttv-chronograph-replica__promo small,.ttv-chronograph-replica__promo span{font-family:var(--ttv-font-interface);text-transform:uppercase}.ttv-chronograph-replica__promo strong{font-family:var(--ttv-font-heading);font-size:clamp(32px,4vw,48px);margin:5px 0}.ttv-chronograph-replica__localities{border-top:1px solid var(--ttv-color-border);margin-top:clamp(56px,7vw,90px);padding-top:30px}.ttv-chronograph-replica__localities header{margin-bottom:20px}.ttv-chronograph-replica__localities h2{font-family:var(--ttv-font-heading);font-size:clamp(26px,3vw,38px);margin:0}.ttv-chronograph-replica .ttv-fixed-layout-extras--chronograph,.ttv-chronograph-replica+.ttv-fixed-layout-extras--chronograph{margin-top:0}@media(max-width:1100px){.ttv-chronograph-replica__hero .ttv-v2-mosaic__secondary,.ttv-chronograph-replica__trending-band .ttv-mod-articles__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-replica__explore,.ttv-chronograph-replica__weekly-layout{grid-template-columns:minmax(0,1fr) minmax(240px,300px)}}@media(max-width:860px){.ttv-chronograph-replica__context,.ttv-chronograph-replica__explore,.ttv-chronograph-replica__weekly-layout{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__context{align-items:start;display:grid}.ttv-chronograph-replica__context>p{text-align:left}.ttv-chronograph-replica__identity,.ttv-chronograph-replica__weekly-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-replica__weekly-sidebar .ttv-chronograph-replica__promo,.ttv-chronograph-replica__weekly-sidebar .ttv-mod-articles{grid-column:1/-1}.ttv-chronograph-replica__period-nav{grid-template-columns:1fr 1fr}.ttv-chronograph-replica__period-nav span{grid-column:1/-1;grid-row:1}.ttv-chronograph-replica__banner{grid-template-columns:1fr;text-align:center}.ttv-chronograph-replica__banner small{text-align:center}}@media(max-width:680px){.ttv-chronograph-replica{--ttv-chrono-content-width:min(100%,calc(100% - var(--ttv-page-gutter-mobile)*2))}.ttv-chronograph-replica__hero .ttv-v2-mosaic__lead{min-height:430px}.ttv-chronograph-replica__hero .ttv-v2-mosaic__secondary,.ttv-chronograph-replica__identity,.ttv-chronograph-replica__trending-band .ttv-mod-articles__items,.ttv-chronograph-replica__weekly-main .ttv-mod-articles__items,.ttv-chronograph-replica__weekly-sidebar{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__hero .ttv-v2-mosaic__card{grid-template-columns:118px minmax(0,1fr)}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__layout{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__lead{order:1}.ttv-chronograph-replica__explore-main .ttv-v2-lead-list__secondary{order:2}.ttv-chronograph-replica__period-nav{display:flex;flex-wrap:wrap;justify-content:space-between}.ttv-chronograph-replica__period-nav span{order:-1;width:100%}}.ttv-chronograph-replica__weekly-main{display:grid;gap:clamp(48px,6vw,82px)}.ttv-chronograph-replica__best-materials .ttv-mod-articles__items{gap:24px 18px;grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-chronograph-replica__best-materials .ttv-v2-card__title{font-size:clamp(15px,1.22vw,18px);line-height:1.28}.ttv-chronograph-replica__best-materials .ttv-v2-card__excerpt{display:none}.ttv-chronograph-replica__category-block{border-top:1px solid var(--ttv-color-border);padding-top:clamp(26px,3vw,38px)}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-layout{align-items:stretch;gap:clamp(20px,2.5vw,32px);grid-template-columns:minmax(0,1.38fr) minmax(300px,.82fr)}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead .ttv-v2-card--overlay{min-height:clamp(390px,39vw,560px)}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary{align-content:stretch}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary .ttv-v2-card{grid-template-columns:132px minmax(0,1fr);min-height:0;padding-block:14px}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary .ttv-v2-media{min-height:96px}.ttv-chronograph-replica__category-block .ttv-v2-card__title{font-size:clamp(15px,1.3vw,19px);line-height:1.25}.ttv-chronograph-replica__category-block .ttv-v2-card__excerpt{-webkit-line-clamp:2}.ttv-chronograph-replica__weekly-sidebar{align-self:start;position:sticky;top:calc(var(--ttv-header-height, 112px) + 24px)}.ttv-chrono-editorial{background:radial-gradient(circle at 88% 14%,color-mix(in srgb,var(--ttv-color-primary) 10%,transparent),transparent 26%),linear-gradient(160deg,var(--ttv-color-surface),var(--ttv-color-surface-soft));border:1px solid var(--ttv-color-border);min-height:470px;overflow:hidden;padding:30px 24px 24px;position:relative;text-align:center}.ttv-chrono-editorial:after,.ttv-chrono-editorial:before{content:"";pointer-events:none;position:absolute}.ttv-chrono-editorial:before{background:linear-gradient(90deg,var(--ttv-color-primary),transparent 28%,transparent 72%,var(--ttv-color-primary));height:2px;left:18px;opacity:.55;right:18px;top:104px}.ttv-chrono-editorial:after{border:1px solid color-mix(in srgb,var(--ttv-color-primary) 20%,transparent);border-radius:50%;bottom:-46px;box-shadow:0 0 0 24px color-mix(in srgb,var(--ttv-color-primary) 5%,transparent),0 0 0 48px color-mix(in srgb,var(--ttv-color-primary) 3%,transparent);height:180px;right:-40px;width:180px}.ttv-chrono-editorial__slide{position:relative;z-index:1}.ttv-chrono-editorial__image-link{aspect-ratio:1;background:var(--ttv-color-primary);border:8px solid var(--ttv-color-surface);border-radius:50%;box-shadow:0 16px 34px #2f242129;color:#fff;display:grid;margin:0 auto 20px;overflow:hidden;place-items:center;position:relative;text-decoration:none;width:150px;z-index:2}.ttv-chrono-editorial__image-link img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-chrono-editorial__image-link span{font-family:var(--ttv-font-heading);font-size:30px;font-weight:800}.ttv-chrono-editorial__eyebrow{color:var(--ttv-color-primary);font:800 11px/1.2 var(--ttv-font-interface);letter-spacing:.11em;margin:0 0 7px;text-transform:uppercase}.ttv-chrono-editorial h2{font-family:var(--ttv-font-heading);font-size:clamp(21px,2vw,28px);line-height:1.15;margin:0}.ttv-chrono-editorial h2 a{color:inherit;text-decoration:none}.ttv-chrono-editorial__meta{color:var(--ttv-color-muted);display:flex;flex-wrap:wrap;font:700 10px/1.4 var(--ttv-font-interface);gap:7px 12px;justify-content:center;letter-spacing:.06em;margin-top:10px;text-transform:uppercase}.ttv-chrono-editorial__excerpt{color:var(--ttv-color-muted);display:-webkit-box;line-height:1.6;margin:16px auto 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.ttv-chrono-editorial__read-more{align-items:center;color:var(--ttv-color-primary);display:inline-flex;font:800 12px/1.2 var(--ttv-font-interface);gap:7px;margin-top:18px;text-decoration:none;text-transform:uppercase}.ttv-chrono-editorial__dots{display:flex;gap:7px;justify-content:center;margin-top:22px;position:relative;z-index:2}.ttv-chrono-editorial__dots button{background:color-mix(in srgb,var(--ttv-color-text) 24%,transparent);border:0;border-radius:50%;cursor:pointer;height:8px;padding:0;width:8px}.ttv-chrono-editorial__dots button.is-active{background:var(--ttv-color-primary);border-radius:99px;width:24px}.ttv-chrono-editorial-fade-enter-active,.ttv-chrono-editorial-fade-leave-active{transition:opacity .22s ease,transform .22s ease}.ttv-chrono-editorial-fade-enter-from,.ttv-chrono-editorial-fade-leave-to{opacity:0;transform:translateY(8px)}.ttv-fixed-layout-extras--chronograph{margin-inline:auto;padding-bottom:clamp(60px,8vw,110px);width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}@media(max-width:1180px){.ttv-chronograph-replica__best-materials .ttv-mod-articles__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.ttv-chronograph-replica__weekly-sidebar{position:static;top:auto}.ttv-chronograph-replica__best-materials .ttv-mod-articles__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-layout{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary .ttv-v2-card{border-bottom:0;grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__weekly-sidebar>*{grid-column:auto}}@media(max-width:620px){.ttv-chronograph-replica__best-materials .ttv-mod-articles__items,.ttv-chronograph-replica__category-block .ttv-mod-articles__lead-secondary{grid-template-columns:minmax(0,1fr)}.ttv-chronograph-replica__category-block .ttv-mod-articles__lead .ttv-v2-card--overlay{min-height:360px}.ttv-fixed-layout-extras--chronograph{width:min(100%,calc(100% - var(--ttv-page-gutter-mobile)*2))}}@media(prefers-reduced-motion:reduce){.ttv-chrono-editorial-fade-enter-active,.ttv-chrono-editorial-fade-leave-active{transition:none}}.ttv-locality-archive{margin-inline:auto;padding:clamp(28px,4vw,54px) 0 clamp(70px,9vw,120px);width:min(var(--ttv-container-wide),calc(100% - var(--ttv-page-gutter)))}.ttv-locality-archive__masthead{align-content:start;background:none;border-bottom:1px solid var(--ttv-color-border);color:var(--ttv-color-text);display:grid;margin:24px 0 clamp(42px,6vw,76px);padding:clamp(28px,4vw,48px) 0 clamp(24px,3vw,38px)}.ttv-locality-archive__masthead.has-image{align-content:end;background-position:50%;background-size:cover;border-bottom:0;border-radius:var(--ttv-radius-section);color:#fff;min-height:clamp(250px,28vw,390px);padding:clamp(30px,6vw,78px)}.ttv-locality-archive__masthead>p:first-child{font:800 12px/1.2 var(--ttv-font-interface);letter-spacing:.1em;margin:0 0 8px;text-transform:uppercase}.ttv-locality-archive__masthead h1{font-family:var(--ttv-font-heading);font-size:clamp(50px,7vw,96px);letter-spacing:-.045em;line-height:.96;margin:0;max-width:22ch}.ttv-locality-archive__masthead.has-image h1{font-size:clamp(42px,6.5vw,86px);max-width:18ch}.ttv-locality-archive__description{color:var(--ttv-color-muted);font-size:clamp(15px,1.4vw,18px);margin:16px 0 0;max-width:720px}.ttv-locality-archive__masthead.has-image .ttv-locality-archive__description{color:#fffc}.ttv-locality-archive__layout{align-items:start;display:grid;gap:clamp(28px,4vw,54px);grid-template-columns:minmax(0,7fr) minmax(280px,3fr)}.ttv-locality-archive__main,.ttv-locality-archive__sidebar{min-width:0}.ttv-locality-archive__section-title{align-items:end;border-bottom:1px solid var(--ttv-color-border);display:flex;gap:20px;justify-content:space-between;margin-bottom:28px;padding-bottom:16px}.ttv-locality-archive__section-title p{color:var(--ttv-color-primary);font:800 11px/1.2 var(--ttv-font-interface);letter-spacing:.09em;margin:0 0 5px;text-transform:uppercase}.ttv-locality-archive__section-title h2{font-family:var(--ttv-font-heading);font-size:clamp(26px,3vw,40px);line-height:1.08;margin:0}.ttv-locality-archive__section-title>span{color:var(--ttv-color-muted);font-size:13px}.ttv-locality-archive__grid{display:grid;gap:clamp(30px,4vw,48px) clamp(20px,2.6vw,34px);grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-locality-card{min-width:0}.ttv-locality-card__media{aspect-ratio:16/11;background:var(--ttv-color-surface-soft);border-radius:var(--ttv-radius-card);color:var(--ttv-color-muted);display:grid;overflow:hidden;place-items:center;position:relative;text-decoration:none}.ttv-locality-card__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .42s ease;width:100%}.ttv-locality-card:hover .ttv-locality-card__media img{transform:scale(1.035)}.ttv-locality-card__media b{background:var(--ttv-color-primary);bottom:12px;color:#fff;font:800 10px/1.1 var(--ttv-font-interface);left:12px;letter-spacing:.06em;padding:5px 8px;position:absolute;text-transform:uppercase}.ttv-locality-card__body h3{font-family:var(--ttv-font-heading);font-size:clamp(18px,1.65vw,24px);line-height:1.2;margin:15px 0 8px}.ttv-locality-card__body h3 a{color:inherit;text-decoration:none}.ttv-locality-card__meta{color:var(--ttv-color-muted);display:flex;font:700 10px/1.3 var(--ttv-font-interface);gap:12px;letter-spacing:.04em;text-transform:uppercase}.ttv-locality-card__body>p{color:var(--ttv-color-muted);display:-webkit-box;line-height:1.6;margin:12px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-locality-archive__sidebar{display:grid;gap:34px;position:sticky;top:calc(var(--ttv-header-height, 112px) + 24px)}.ttv-locality-sidebar-search{display:grid;grid-template-columns:minmax(0,1fr) 46px}.ttv-locality-sidebar-search input{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);height:46px;min-width:0;padding:0 14px}.ttv-locality-sidebar-search button{background:var(--ttv-color-primary);border:0;color:#fff;cursor:pointer}.ttv-locality-sidebar-widget>header{align-items:center;display:flex;gap:12px;margin-bottom:18px}.ttv-locality-sidebar-widget>header h2{font-family:var(--ttv-font-heading);font-size:20px;margin:0}.ttv-locality-sidebar-widget>header span{background:var(--ttv-color-primary);flex:1;height:2px}.ttv-locality-sidebar-categories{display:grid;gap:8px}.ttv-locality-sidebar-categories a{align-items:center;background:linear-gradient(90deg,rgba(0,0,0,.3),transparent),var(--ttv-color-primary-dark);color:#fff;display:flex;justify-content:space-between;min-height:54px;padding:12px 14px;text-decoration:none}.ttv-locality-sidebar-categories b{background:#ffffff29;border-radius:50%;display:grid;height:30px;place-items:center;width:30px}.ttv-locality-sidebar-news{display:grid}.ttv-locality-sidebar-news a{border-bottom:1px solid var(--ttv-color-border);color:inherit;display:grid;padding:14px 0;text-decoration:none}.ttv-locality-sidebar-news img{aspect-ratio:16/10;border-radius:var(--ttv-radius-card);margin-bottom:12px;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-locality-sidebar-news small{color:var(--ttv-color-primary);font:800 10px/1.2 var(--ttv-font-interface);letter-spacing:.07em;text-transform:uppercase}.ttv-locality-sidebar-news strong{font-family:var(--ttv-font-heading);line-height:1.28;margin-top:5px}.ttv-locality-sidebar-news time{color:var(--ttv-color-muted);font-size:11px;margin-top:7px}.ttv-locality-pagination{display:flex;flex-wrap:wrap;gap:7px;margin-top:48px}.ttv-locality-pagination a{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);color:inherit;display:grid;min-height:40px;min-width:40px;padding:8px 12px;place-items:center;text-decoration:none}.ttv-locality-pagination a.is-active{background:var(--ttv-color-primary);border-color:var(--ttv-color-primary);color:#fff}@media(max-width:920px){.ttv-locality-archive__layout{grid-template-columns:minmax(0,1fr)}.ttv-locality-archive__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.ttv-locality-sidebar-search{grid-column:1/-1}}@media(max-width:680px){.ttv-locality-archive{width:min(100%,calc(100% - var(--ttv-page-gutter-mobile)*2))}.ttv-locality-archive__grid,.ttv-locality-archive__sidebar{grid-template-columns:minmax(0,1fr)}.ttv-locality-archive__masthead.has-image{min-height:250px}.ttv-locality-archive__section-title{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.ttv-locality-card__media img{transition:none}}.ttv-fixed-layout-base--county{margin-top:clamp(34px,4vw,64px);width:100%}.ttv-county-layout{color:var(--ttv-color-text,#332a27);margin-inline:auto;padding-inline:var(--ttv-page-gutter-desktop,40px);padding-bottom:clamp(48px,7vw,96px);width:min(100%,var(--ttv-container-wide,1350px))}.ttv-county-section-heading{align-items:end;border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 86%,transparent);display:flex;gap:20px;justify-content:space-between;margin-bottom:24px;padding-bottom:13px;position:relative}.ttv-county-section-heading:after{background:var(--ttv-color-primary,#832e2e);bottom:-1px;content:"";height:3px;left:0;position:absolute;width:42px}.ttv-county-card-kicker,.ttv-county-section-heading p{color:var(--ttv-color-primary,#832e2e);font-family:var(--ttv-font-interface,sans-serif);font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.25;margin:0 0 4px;text-transform:uppercase}.ttv-county-section-heading h2,.ttv-county-sidebar-widget__heading h2{color:var(--ttv-color-text,#332a27);font-family:var(--ttv-font-heading,sans-serif);font-weight:var(--ttv-heading-weight,700);letter-spacing:-.025em;line-height:1.12;margin:0}.ttv-county-section-heading h2{font-size:clamp(24px,2.3vw,36px)}.ttv-county-section-heading--center{display:block;text-align:center}.ttv-county-section-heading--center:after{left:50%;transform:translate(-50%)}.ttv-county-section-heading--view-all>a{align-items:center;border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:7px;color:var(--ttv-color-text,#332a27);display:inline-flex;flex:0 0 auto;font-family:var(--ttv-font-interface,sans-serif);font-size:12px;font-weight:700;gap:8px;letter-spacing:.05em;padding:9px 14px;text-decoration:none;text-transform:uppercase;transition:border-color .2s ease,color .2s ease,transform .2s ease}.ttv-county-section-heading--view-all>a:hover{border-color:var(--ttv-color-primary,#832e2e);color:var(--ttv-color-primary,#832e2e);transform:translateY(-1px)}.ttv-county-card-meta{color:var(--ttv-color-muted,#8a7b74);display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface,sans-serif);font-size:11px;gap:7px 12px;line-height:1.35;margin-top:8px}.ttv-county-slider{margin-bottom:clamp(42px,6vw,76px)}.ttv-county-slider__controls{align-items:center;display:flex;gap:8px}.ttv-county-slider__controls button{background:var(--ttv-color-surface,#fffaf4);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:999px;color:var(--ttv-color-text,#332a27);cursor:pointer;font-size:18px;height:36px;transition:background .2s ease,color .2s ease,border-color .2s ease;width:36px}.ttv-county-slider__controls button:focus-visible,.ttv-county-slider__controls button:hover{background:var(--ttv-color-primary,#832e2e);border-color:var(--ttv-color-primary,#832e2e);color:#fff}.ttv-county-slider__track{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ttv-county-slider__track::-webkit-scrollbar{display:none}.ttv-county-slider__item{flex:0 0 calc(25% - 13.5px);min-width:0;scroll-snap-align:start}.ttv-county-category-section__lead-media,.ttv-county-category-section__thumb,.ttv-county-explore__lead-media,.ttv-county-explore__secondary-media,.ttv-county-sidebar-news__media,.ttv-county-slider__media{background:var(--ttv-color-surface-soft,#fbf4ed);color:var(--ttv-color-primary,#832e2e);display:block;overflow:hidden;text-decoration:none}.ttv-county-slider__media{aspect-ratio:4/5;border-radius:var(--ttv-radius-card,10px)}.ttv-county-category-section img,.ttv-county-explore img,.ttv-county-sidebar-news img,.ttv-county-slider__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-county-category-section article:hover img,.ttv-county-explore article:hover img,.ttv-county-sidebar-news article:hover img,.ttv-county-slider__item:hover img{transform:scale(1.035)}.ttv-county-category-section__lead-media>span:first-child,.ttv-county-category-section__thumb>span,.ttv-county-explore__lead-media>span,.ttv-county-explore__secondary-media>span,.ttv-county-sidebar-news__media>span,.ttv-county-slider__media>span{display:grid;font-size:30px;font-weight:800;height:100%;place-items:center;width:100%}.ttv-county-slider__content{padding-top:14px}.ttv-county-category-section h3,.ttv-county-explore h3,.ttv-county-sidebar-news h3,.ttv-county-slider__content h3{font-family:var(--ttv-font-heading,sans-serif);font-weight:700;letter-spacing:-.018em;line-height:1.25;margin:0}.ttv-county-slider__content h3{font-size:17px}.ttv-county-category-section h3 a,.ttv-county-explore h3 a,.ttv-county-sidebar-news h3 a,.ttv-county-slider__content h3 a{color:inherit;text-decoration:none}.ttv-county-category-section h3 a:hover,.ttv-county-explore h3 a:hover,.ttv-county-sidebar-news h3 a:hover,.ttv-county-slider__content h3 a:hover{color:var(--ttv-color-primary,#832e2e)}.ttv-county-localities{margin-bottom:clamp(42px,6vw,72px)}.ttv-county-localities__rail{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:thin}.ttv-county-localities__rail:focus-visible{border-radius:8px;outline:3px solid color-mix(in srgb,var(--ttv-color-primary,#832e2e) 42%,#fff);outline-offset:4px}.ttv-county-locality-card{background:var(--ttv-color-surface,#fffaf4);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 82%,transparent);border-radius:8px;color:var(--ttv-color-text,#332a27);display:grid;flex:0 0 clamp(170px,18vw,230px);gap:5px;min-width:0;padding:15px 17px;scroll-snap-align:start;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ttv-county-locality-card:focus-visible,.ttv-county-locality-card:hover{border-color:var(--ttv-color-primary,#832e2e);box-shadow:0 10px 22px #00000014;transform:translateY(-2px)}.ttv-county-locality-card small{color:var(--ttv-color-primary,#832e2e);font:800 9px/1.2 var(--ttv-font-interface,sans-serif);letter-spacing:.08em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.ttv-county-locality-card strong{font-family:var(--ttv-font-heading,sans-serif);font-size:16px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ttv-county-locality-card span{color:var(--ttv-color-muted,#8a7b74);font:600 10px/1.3 var(--ttv-font-interface,sans-serif)}.ttv-county-layout__body{align-items:start;display:grid;gap:clamp(30px,4vw,52px);grid-template-columns:minmax(0,2.15fr) minmax(270px,.85fr)}.ttv-county-layout__main{display:grid;gap:clamp(48px,6vw,78px);min-width:0}.ttv-county-sidebar{align-self:start;display:grid;gap:28px;min-width:0;position:sticky;top:calc(var(--ttv-header-height, 112px) + 28px)}.ttv-county-explore__grid{display:grid;gap:22px;grid-template-columns:minmax(0,1.55fr) minmax(220px,.75fr)}.ttv-county-explore__lead-media{aspect-ratio:16/10;border-radius:var(--ttv-radius-card,10px)}.ttv-county-explore__lead-copy{padding-top:18px}.ttv-county-explore__lead-copy h3{font-size:clamp(24px,2.2vw,34px)}.ttv-county-explore__lead-copy>p:last-child{color:var(--ttv-color-muted,#8a7b74);line-height:1.65;margin:14px 0 0}.ttv-county-explore__secondary{display:grid;gap:22px}.ttv-county-explore__secondary article{min-width:0}.ttv-county-explore__secondary-media{aspect-ratio:4/3;border-radius:var(--ttv-radius-card,10px);margin-bottom:11px}.ttv-county-explore__secondary h3{font-size:17px}.ttv-county-categories{background:radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--ttv-color-primary) 8%,transparent),transparent 32%),color-mix(in srgb,var(--ttv-color-surface-soft,#fbf4ed) 90%,#fff);border-radius:var(--ttv-radius-section,10px);padding:clamp(28px,4vw,46px) clamp(18px,3vw,34px)}.ttv-county-categories__grid{display:grid;gap:16px;grid-template-columns:repeat(6,minmax(0,1fr))}.ttv-county-category-circle{color:var(--ttv-color-text,#332a27);display:grid;gap:8px;justify-items:center;min-width:0;text-align:center;text-decoration:none}.ttv-county-category-circle__media{aspect-ratio:1;background-color:var(--ttv-county-category-color);background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.18)),var(--ttv-county-category-image);background-position:50%;background-size:cover;border:4px solid var(--ttv-color-surface,#fffaf4);border-radius:50%;box-shadow:0 0 0 2px color-mix(in srgb,var(--ttv-county-category-color) 72%,#fff),0 10px 22px #0000001a;display:block;transition:transform .2s ease,box-shadow .2s ease;width:min(100%,116px)}.ttv-county-category-circle:hover .ttv-county-category-circle__media{box-shadow:0 0 0 2px var(--ttv-county-category-color),0 14px 28px #00000024;transform:translateY(-3px)}.ttv-county-category-circle strong{font-family:var(--ttv-font-heading,sans-serif);font-size:15px;line-height:1.2}.ttv-county-category-circle small{color:var(--ttv-color-muted,#8a7b74);font-size:11px}.ttv-county-ad-slot{width:100%}.ttv-county-ad-slot .ttv-ad-block{margin:0}.ttv-county-ad-slot .ttv-ad-card{aspect-ratio:1290/205;border-radius:var(--ttv-radius-card,10px);min-height:0;overflow:hidden;position:relative}.ttv-county-ad-slot .ttv-ad-card>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-county-ad-slot .ttv-ad-card__copy{inset:auto 18px 16px;position:absolute}.ttv-county-ad-slot__placeholder{aspect-ratio:1290/205;background:color-mix(in srgb,var(--ttv-color-surface-soft,#fbf4ed) 78%,transparent);border:1px dashed color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 85%,transparent);border-radius:var(--ttv-radius-card,10px);color:var(--ttv-color-muted,#8a7b74);display:grid;font:700 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.12em;place-items:center;text-transform:uppercase}.ttv-county-category-section__grid{align-items:stretch;display:grid;gap:28px;grid-template-columns:minmax(0,1.25fr) minmax(300px,.95fr)}.ttv-county-category-section__lead,.ttv-county-category-section__lead-media{min-height:100%}.ttv-county-category-section__lead-media{aspect-ratio:.9/1;border-radius:var(--ttv-radius-card,10px);color:#fff;position:relative}.ttv-county-category-section__lead-overlay{background:linear-gradient(180deg,transparent 30%,rgba(20,18,18,.9));inset:0;position:absolute}.ttv-county-category-section__lead-copy{display:grid;gap:8px;inset:auto 24px 24px;position:absolute;z-index:1}.ttv-county-category-section__lead-copy small{background:var(--ttv-color-primary,#832e2e);border-radius:4px;font:800 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.08em;padding:5px 8px;text-transform:uppercase;width:-moz-max-content;width:max-content}.ttv-county-category-section__lead-copy strong{font-family:var(--ttv-font-heading,sans-serif);font-size:clamp(23px,2.25vw,34px);letter-spacing:-.025em;line-height:1.16;max-width:22ch}.ttv-county-category-section__lead-copy em{font-size:11px;font-style:normal;opacity:.85}.ttv-county-category-section__list{display:grid;gap:13px}.ttv-county-category-section__list article{align-items:center;border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 75%,transparent);display:grid;gap:14px;grid-template-columns:104px minmax(0,1fr);padding-bottom:13px}.ttv-county-category-section__list article:last-child{border-bottom:0;padding-bottom:0}.ttv-county-category-section__thumb{aspect-ratio:4/3;border-radius:7px}.ttv-county-category-section__list h3{font-size:15px}.ttv-county-sidebar .ttv-chrono-editorial{margin:0}.ttv-county-sidebar-widget{background:var(--ttv-color-surface,#fffaf4);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 75%,transparent);border-radius:var(--ttv-radius-card,10px);padding:20px}.ttv-county-sidebar-widget__heading{display:grid;gap:9px;margin-bottom:18px}.ttv-county-sidebar-widget__heading h2{font-size:20px}.ttv-county-sidebar-widget__heading span{background:var(--ttv-color-primary,#832e2e);display:block;height:3px;width:36px}.ttv-county-sidebar-news{display:grid;gap:16px}.ttv-county-sidebar-news article{align-items:start;display:grid;gap:12px;grid-template-columns:82px minmax(0,1fr)}.ttv-county-sidebar-news__media{aspect-ratio:1;border-radius:7px}.ttv-county-sidebar-news h3{font-size:14px}.ttv-county-sidebar-news time{color:var(--ttv-color-muted,#8a7b74);display:block;font-size:10px;margin-top:6px}.ttv-county-social-links{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-county-social-links a{background:color-mix(in srgb,var(--ttv-color-primary,#832e2e) 8%,var(--ttv-color-surface-soft,#fbf4ed));border-radius:7px;color:var(--ttv-color-text,#332a27);display:grid;gap:2px;min-width:0;padding:10px 11px;text-decoration:none;transition:background .2s ease,color .2s ease}.ttv-county-social-links a:hover{background:var(--ttv-color-primary,#832e2e);color:#fff}.ttv-county-social-links span{font-size:9px;letter-spacing:.08em;opacity:.7;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.ttv-county-social-links strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.ttv-fixed-layout-extras--county{margin:0 auto clamp(48px,7vw,96px);padding-inline:var(--ttv-page-gutter-desktop,40px);width:min(100%,var(--ttv-container-wide,1350px))}@media(max-width:1180px){.ttv-county-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:24px}.ttv-county-layout__body{gap:30px;grid-template-columns:minmax(0,1fr) 280px}.ttv-county-category-section__grid{grid-template-columns:minmax(0,1.15fr) minmax(270px,.85fr)}}@media(max-width:980px){.ttv-county-layout,.ttv-fixed-layout-extras--county{padding-inline:var(--ttv-page-gutter-tablet,18px)}.ttv-county-slider__item{flex-basis:calc(50% - 9px)}.ttv-county-layout__body{grid-template-columns:minmax(0,1fr)}.ttv-county-sidebar{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.ttv-county-sidebar .ttv-chrono-editorial,.ttv-county-sidebar-widget{min-width:0}.ttv-county-category-section__grid{grid-template-columns:minmax(0,1fr) minmax(260px,.9fr)}}@media(max-width:760px){.ttv-fixed-layout-base--county{margin-top:34px}.ttv-county-layout,.ttv-fixed-layout-extras--county{padding-inline:var(--ttv-page-gutter-mobile,18px)}.ttv-county-section-heading{align-items:start}.ttv-county-category-section__grid,.ttv-county-explore__grid{grid-template-columns:minmax(0,1fr)}.ttv-county-explore__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-county-category-section__lead-media{aspect-ratio:16/11}.ttv-county-category-section__list{gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-county-category-section__list article{border-bottom:0;display:block;padding-bottom:0}.ttv-county-category-section__thumb{margin-bottom:10px}.ttv-county-sidebar{grid-template-columns:minmax(0,1fr)}}@media(max-width:540px){.ttv-county-slider__item{flex-basis:100%}.ttv-county-section-heading--view-all{display:grid}.ttv-county-section-heading--view-all>a{justify-self:start}.ttv-county-category-section__list,.ttv-county-explore__secondary{grid-template-columns:minmax(0,1fr)}.ttv-county-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-county-category-circle__media{width:min(100%,104px)}.ttv-county-ad-slot .ttv-ad-card,.ttv-county-ad-slot__placeholder{aspect-ratio:5/2}.ttv-county-category-section__lead-copy{inset:auto 18px 18px}.ttv-county-category-section__lead-copy strong{font-size:23px}}.ttv-fixed-layout-base--category{margin-top:clamp(34px,4vw,64px);width:100%}.ttv-category-overview,.ttv-subcategory-archive{color:var(--ttv-color-text,#332a27);margin-inline:auto;padding-inline:var(--ttv-page-gutter-desktop,40px);padding-bottom:clamp(52px,7vw,100px);width:min(100%,var(--ttv-container-wide,1350px))}.ttv-category-image-fallback{background:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.22),transparent 34%),var(--ttv-color-primary,#832e2e);color:#fff;display:grid;font:800 clamp(22px,4vw,44px)/1 var(--ttv-font-heading,sans-serif);height:100%;letter-spacing:-.04em;min-height:inherit;place-items:center;width:100%}.ttv-category-heading,.ttv-category-sidebar-title{align-items:end;border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 86%,transparent);display:flex;gap:18px;justify-content:space-between;padding-bottom:13px;position:relative}.ttv-category-heading{margin-bottom:28px}.ttv-category-sidebar-title{margin-bottom:22px}.ttv-category-heading>span,.ttv-category-sidebar-title>span{background:var(--ttv-color-primary,#832e2e);bottom:-1px;height:3px;left:0;position:absolute;width:44px}.ttv-category-heading h2,.ttv-category-sidebar-title h2{color:var(--ttv-color-text,#332a27);font-family:var(--ttv-font-heading,sans-serif);font-weight:var(--ttv-heading-weight,700);letter-spacing:-.028em;line-height:1.12;margin:0}.ttv-category-heading h2{font-size:clamp(25px,2.5vw,38px)}.ttv-category-sidebar-title h2{font-size:21px}.ttv-category-heading--center{display:block;text-align:center}.ttv-category-heading--center>span{left:50%;transform:translate(-50%)}.ttv-category-kicker,.ttv-subcategory-archive__heading p{color:var(--ttv-color-primary,#832e2e);font-family:var(--ttv-font-interface,sans-serif);font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.25;margin:0 0 5px;text-transform:uppercase}.ttv-category-kicker a,.ttv-subcategory-archive__heading a{color:inherit;text-decoration:none}.ttv-category-meta{color:var(--ttv-color-muted,#8a7b74);display:flex;flex-wrap:wrap;font-family:var(--ttv-font-interface,sans-serif);font-size:11px;gap:7px 12px;line-height:1.35;margin-top:9px}.ttv-category-hero{background:#171414;border-radius:var(--ttv-radius-section,10px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:clamp(54px,7vw,86px);overflow:hidden}.ttv-category-hero__item,.ttv-category-hero__media{min-height:clamp(340px,37vw,520px);min-width:0}.ttv-category-hero__item+.ttv-category-hero__item{border-left:1px solid hsla(0,0%,100%,.18)}.ttv-category-hero__media{color:#fff;display:block;overflow:hidden;position:relative;text-decoration:none}.ttv-category-hero__media>img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease;width:100%}.ttv-category-hero__item:hover img{transform:scale(1.035)}.ttv-category-hero__shade{background:linear-gradient(180deg,#0000000a 20%,#000000d4);inset:0;position:absolute}.ttv-category-hero__content{display:grid;gap:11px;inset:auto clamp(22px,3.2vw,48px) clamp(24px,4vw,52px);position:absolute;z-index:1}.ttv-category-hero__content small,.ttv-category-popular__content small{background:var(--ttv-color-primary,#832e2e);border-radius:4px;font:800 10px/1 var(--ttv-font-interface,sans-serif);justify-self:start;letter-spacing:.08em;padding:6px 11px;text-transform:uppercase}.ttv-category-hero__content strong{font-family:var(--ttv-font-heading,sans-serif);font-size:clamp(26px,3vw,45px);letter-spacing:-.035em;line-height:1.08;max-width:780px}.ttv-category-hero__content em{color:#ffffffd1;display:flex;flex-wrap:wrap;font:600 11px/1.3 var(--ttv-font-interface,sans-serif);font-style:normal;gap:7px 14px}.ttv-category-subcategories{margin-bottom:clamp(48px,6vw,74px)}.ttv-category-subcategories__grid{display:grid;gap:clamp(14px,2vw,24px);grid-template-columns:repeat(auto-fit,minmax(128px,156px));justify-content:center}.ttv-category-subcategory-card{color:var(--ttv-color-text,#332a27);display:grid;gap:9px;justify-items:center;min-width:0;text-align:center;text-decoration:none}.ttv-category-subcategory-card__media{aspect-ratio:1;background-color:var(--ttv-category-tile-color);background-image:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.28)),var(--ttv-category-tile-image);background-position:50%;background-size:cover;border:5px solid var(--ttv-color-surface,#fffaf4);border-radius:50%;box-shadow:0 0 0 2px color-mix(in srgb,var(--ttv-category-tile-color) 74%,#fff),0 14px 28px #0000001c;transition:transform .22s ease,box-shadow .22s ease;width:min(100%,156px)}.ttv-category-subcategory-card:hover .ttv-category-subcategory-card__media{box-shadow:0 0 0 2px var(--ttv-category-tile-color),0 18px 34px #00000026;transform:translateY(-4px)}.ttv-category-subcategory-card strong{font-family:var(--ttv-font-heading,sans-serif);font-size:16px;line-height:1.2}.ttv-category-subcategory-card small{color:var(--ttv-color-muted,#8a7b74);font-size:11px}.ttv-category-ad{margin-bottom:clamp(54px,7vw,84px);width:100%}.ttv-category-ad .ttv-ad-block{margin:0}.ttv-category-ad--wide .ttv-ad-card{aspect-ratio:1290/205;border-radius:var(--ttv-radius-card,10px);min-height:0;overflow:hidden;position:relative}.ttv-category-ad--wide .ttv-ad-card>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-category-ad--wide .ttv-ad-card__copy{inset:auto 20px 16px;position:absolute}.ttv-category-editorial,.ttv-category-weekly,.ttv-subcategory-archive{align-items:start;display:grid;gap:clamp(30px,4vw,54px);grid-template-columns:minmax(0,2.15fr) minmax(280px,.85fr)}.ttv-category-editorial{margin-bottom:clamp(54px,7vw,86px)}.ttv-category-editorial__main{display:grid;gap:clamp(54px,7vw,82px);min-width:0}.ttv-category-sidebar,.ttv-subcategory-sidebar{display:grid;gap:28px;min-width:0;position:sticky;top:calc(var(--ttv-header-height, 112px) + 28px)}.ttv-category-sidebar-widget{background:var(--ttv-color-surface,#fffaf4);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 84%,transparent);border-radius:var(--ttv-radius-card,10px);min-width:0;padding:24px}.ttv-category-spotlight__grid{display:grid;gap:24px;grid-template-columns:minmax(0,1.35fr) minmax(270px,.8fr)}.ttv-category-hot__media,.ttv-category-recent__media,.ttv-category-spotlight__lead-media,.ttv-category-spotlight__secondary-media,.ttv-category-weekly__media,.ttv-subcategory-card__media{background:var(--ttv-color-surface-soft,#fbf4ed);color:var(--ttv-color-primary,#832e2e);display:block;overflow:hidden;text-decoration:none}.ttv-category-spotlight__lead-media{aspect-ratio:16/10;border-radius:var(--ttv-radius-card,10px)}.ttv-category-hot__media img,.ttv-category-recent__media img,.ttv-category-spotlight__lead-media img,.ttv-category-spotlight__secondary-media img,.ttv-category-weekly__media img,.ttv-subcategory-card__media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease;width:100%}.ttv-category-hot article:hover img,.ttv-category-recent article:hover img,.ttv-category-spotlight article:hover img,.ttv-category-weekly article:hover img,.ttv-subcategory-card:hover img{transform:scale(1.035)}.ttv-category-spotlight__lead-content{padding-top:18px}.ttv-category-hot h3,.ttv-category-recent h3,.ttv-category-spotlight__lead-content h3,.ttv-category-spotlight__secondary h3,.ttv-category-weekly h3,.ttv-subcategory-card h3{font-family:var(--ttv-font-heading,sans-serif);font-weight:700;letter-spacing:-.022em;line-height:1.23;margin:0}.ttv-category-spotlight__lead-content h3{font-size:clamp(25px,2.3vw,35px)}.ttv-category-hot h3 a,.ttv-category-recent h3 a,.ttv-category-spotlight h3 a,.ttv-category-weekly h3 a,.ttv-subcategory-card h3 a{color:inherit;text-decoration:none}.ttv-category-hot h3 a:hover,.ttv-category-recent h3 a:hover,.ttv-category-spotlight h3 a:hover,.ttv-category-weekly h3 a:hover,.ttv-subcategory-card h3 a:hover{color:var(--ttv-color-primary,#832e2e)}.ttv-category-spotlight__lead-content>p:last-child,.ttv-category-weekly article>div>p:last-child,.ttv-subcategory-card__content>p{color:var(--ttv-color-muted,#8a7b74);line-height:1.62;margin:14px 0 0}.ttv-category-spotlight__secondary{display:grid;gap:18px}.ttv-category-spotlight__secondary article{align-items:start;display:grid;gap:14px;grid-template-columns:112px minmax(0,1fr)}.ttv-category-spotlight__secondary-media{aspect-ratio:1;border-radius:7px}.ttv-category-spotlight__secondary h3{font-size:16px}.ttv-category-hot time,.ttv-category-recent time,.ttv-category-spotlight__secondary time{color:var(--ttv-color-muted,#8a7b74);display:block;font:500 11px/1.3 var(--ttv-font-interface,sans-serif);margin-top:8px}.ttv-category-popular__grid{display:grid;gap:18px;grid-template-columns:repeat(6,minmax(0,1fr))}.ttv-category-popular__item{grid-column:span 2;min-width:0}.ttv-category-popular__item--large{grid-column:span 3}.ttv-category-popular__media{border-radius:var(--ttv-radius-card,10px);color:#fff;display:block;min-height:260px;overflow:hidden;position:relative;text-decoration:none}.ttv-category-popular__item--large .ttv-category-popular__media{min-height:330px}.ttv-category-popular__media>img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;width:100%}.ttv-category-popular__item:hover img{transform:scale(1.04)}.ttv-category-popular__shade{background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.82));inset:0;position:absolute}.ttv-category-popular__content{display:grid;gap:9px;inset:auto 18px 18px;position:absolute;z-index:1}.ttv-category-popular__content strong{font:700 18px/1.22 var(--ttv-font-heading,sans-serif);letter-spacing:-.02em}.ttv-category-popular__item--large .ttv-category-popular__content strong{font-size:clamp(21px,2vw,29px)}.ttv-category-popular__content em{color:#ffffffc7;font:500 11px/1.2 var(--ttv-font-interface,sans-serif);font-style:normal}.ttv-category-socials{display:grid;gap:9px}.ttv-category-socials a{align-items:center;border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 86%,transparent);border-radius:6px;color:var(--ttv-color-text,#332a27);display:flex;gap:10px;justify-content:space-between;min-height:42px;padding:10px 13px;text-decoration:none;transition:border-color .2s ease,color .2s ease,transform .2s ease}.ttv-category-socials a:hover{border-color:var(--ttv-color-primary,#832e2e);color:var(--ttv-color-primary,#832e2e);transform:translate(2px)}.ttv-category-socials span{font:800 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.07em;text-transform:uppercase}.ttv-category-socials strong{font:700 12px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-category-recent{display:grid;gap:18px}.ttv-category-recent article{align-items:start;display:grid;gap:13px;grid-template-columns:86px minmax(0,1fr)}.ttv-category-recent__media{aspect-ratio:1;border-radius:6px}.ttv-category-recent h3{font-size:15px}.ttv-category-video{background:radial-gradient(circle at 100% 0,rgba(131,46,46,.36),transparent 38%),#171414;border-radius:var(--ttv-radius-section,10px);color:#fff;margin-bottom:clamp(58px,7vw,90px);padding:clamp(34px,5vw,58px)}.ttv-category-heading--light{border-bottom-color:#ffffff38}.ttv-category-heading--light h2{color:#fff}.ttv-category-heading--light>span{background:#fff}.ttv-category-video__grid{display:grid;gap:clamp(24px,4vw,48px);grid-template-columns:minmax(0,1fr) minmax(320px,.92fr)}.ttv-category-video__media{background:#2b2422;border-radius:8px;color:#fff;display:block;overflow:hidden;position:relative}.ttv-category-video__lead .ttv-category-video__media{aspect-ratio:16/10}.ttv-category-video__media>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-category-video__play{background:#ffffffe0;border-radius:50%;box-shadow:0 10px 24px #00000047;color:var(--ttv-color-primary,#832e2e);display:grid;height:54px;left:50%;padding-left:3px;place-items:center;position:absolute;top:50%;transform:translate(-50%,-50%);width:54px}.ttv-category-video h3{font-family:var(--ttv-font-heading,sans-serif);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:8px 0 0}.ttv-category-video h3 a{color:#fff;text-decoration:none}.ttv-category-video__lead h3{font-size:clamp(24px,2.4vw,36px)}.ttv-category-video p{color:#d8aaa2;font:800 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.08em;margin:16px 0 0;text-transform:uppercase}.ttv-category-video time{color:#ffffffad;display:block;font:500 11px/1.3 var(--ttv-font-interface,sans-serif);margin-top:10px}.ttv-category-video__list{display:grid;gap:20px}.ttv-category-video__list article{align-items:center;display:grid;gap:17px;grid-template-columns:minmax(150px,.8fr) minmax(0,1fr)}.ttv-category-video__list .ttv-category-video__media{aspect-ratio:16/10}.ttv-category-video__list .ttv-category-video__play{font-size:12px;height:38px;width:38px}.ttv-category-video__list h3{font-size:17px}.ttv-category-weekly__main{min-width:0}.ttv-category-weekly__list{display:grid;gap:28px}.ttv-category-weekly__list>article{border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 78%,transparent);display:grid;gap:24px;grid-template-columns:minmax(210px,.78fr) minmax(0,1.22fr);padding-bottom:28px}.ttv-category-weekly__media{aspect-ratio:16/10;border-radius:8px}.ttv-category-weekly h3{font-size:clamp(20px,1.8vw,27px)}.ttv-category-weekly__sidebar{display:grid;gap:28px}.ttv-category-hot{display:grid}.ttv-category-hot article{border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 78%,transparent);padding:17px 0}.ttv-category-hot article:first-child{padding-top:0}.ttv-category-hot article:last-child{border-bottom:0;padding-bottom:0}.ttv-category-hot__media{aspect-ratio:16/10;border-radius:7px;margin-bottom:15px}.ttv-category-hot h3{font-size:17px}.ttv-category-weekly__sidebar>.ttv-ad-block .ttv-ad-card,.ttv-subcategory-sidebar>.ttv-ad-block .ttv-ad-card{border-radius:var(--ttv-radius-card,10px);min-height:280px;overflow:hidden;position:relative}.ttv-category-weekly__sidebar>.ttv-ad-block .ttv-ad-card>img,.ttv-subcategory-sidebar>.ttv-ad-block .ttv-ad-card>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-subcategory-archive__main{min-width:0}.ttv-subcategory-archive__heading{align-items:end}.ttv-subcategory-grid{display:grid;gap:34px 24px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-subcategory-card{min-width:0}.ttv-subcategory-card__media{aspect-ratio:16/10;border-radius:var(--ttv-radius-card,10px);position:relative}.ttv-subcategory-card__media>small{background:var(--ttv-color-primary,#832e2e);border-radius:4px;bottom:14px;color:#fff;font:800 10px/1 var(--ttv-font-interface,sans-serif);left:14px;letter-spacing:.07em;padding:6px 10px;position:absolute;text-transform:uppercase;z-index:1}.ttv-subcategory-card__content{padding-top:17px}.ttv-subcategory-card h3{font-size:clamp(20px,1.8vw,27px)}.ttv-subcategory-card__content>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-subcategory-links{display:grid}.ttv-subcategory-links a{align-items:center;border-bottom:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 78%,transparent);color:var(--ttv-color-text,#332a27);display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto auto;padding:14px 0;text-decoration:none}.ttv-subcategory-links a:first-child{padding-top:0}.ttv-subcategory-links a:last-child{border-bottom:0;padding-bottom:0}.ttv-subcategory-links a:hover{color:var(--ttv-color-primary,#832e2e)}.ttv-subcategory-links span{font:700 15px/1.25 var(--ttv-font-heading,sans-serif)}.ttv-subcategory-links small{background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:999px;color:var(--ttv-color-muted,#8a7b74);display:grid;font:700 10px/1 var(--ttv-font-interface,sans-serif);height:24px;min-width:30px;padding:0 7px;place-items:center}.ttv-subcategory-links strong{font-size:14px}.ttv-subcategory-empty{background:var(--ttv-color-surface-soft,#fbf4ed);border:1px dashed var(--ttv-color-border,#e2d4c8);border-radius:var(--ttv-radius-card,10px);padding:clamp(36px,6vw,70px);text-align:center}.ttv-subcategory-empty h3,.ttv-subcategory-empty p{margin:0}.ttv-subcategory-empty h3{font:700 24px/1.2 var(--ttv-font-heading,sans-serif)}.ttv-subcategory-empty p{color:var(--ttv-color-muted,#8a7b74);margin-top:9px}.ttv-subcategory-pagination{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:42px}.ttv-subcategory-pagination a,.ttv-subcategory-pagination>span{border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:6px;color:var(--ttv-color-text,#332a27);display:grid;font:700 13px/1 var(--ttv-font-interface,sans-serif);height:40px;min-width:40px;padding:0 10px;place-items:center;text-decoration:none}.ttv-subcategory-pagination a:hover,.ttv-subcategory-pagination a[aria-current=page]{background:var(--ttv-color-primary,#832e2e);border-color:var(--ttv-color-primary,#832e2e);color:#fff}@media(max-width:1180px){.ttv-category-subcategories__grid{grid-template-columns:repeat(auto-fit,minmax(128px,156px));justify-content:center;row-gap:28px}.ttv-category-editorial,.ttv-category-weekly,.ttv-subcategory-archive{gap:30px;grid-template-columns:minmax(0,1fr) minmax(250px,.74fr)}.ttv-category-spotlight__grid{grid-template-columns:minmax(0,1fr)}.ttv-category-spotlight__secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-category-spotlight__secondary article{display:block}.ttv-category-spotlight__secondary-media{aspect-ratio:16/10;margin-bottom:12px}.ttv-category-video__grid{grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr)}}@media(max-width:900px){.ttv-category-overview,.ttv-subcategory-archive{padding-inline:var(--ttv-page-gutter-tablet,24px)}.ttv-category-hero{grid-template-columns:1fr}.ttv-category-hero__item,.ttv-category-hero__media{min-height:clamp(320px,68vw,470px)}.ttv-category-hero__item+.ttv-category-hero__item{border-left:0;border-top:1px solid hsla(0,0%,100%,.18)}.ttv-category-editorial,.ttv-category-weekly,.ttv-subcategory-archive{grid-template-columns:1fr}.ttv-category-sidebar,.ttv-subcategory-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.ttv-category-popular__item,.ttv-category-popular__item--large{grid-column:span 3}.ttv-category-video__grid{grid-template-columns:1fr}.ttv-category-video__list{grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-category-video__list article{display:block}.ttv-category-video__list .ttv-category-video__media{margin-bottom:13px}.ttv-category-weekly__sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.ttv-category-overview,.ttv-subcategory-archive{padding-inline:var(--ttv-page-gutter-mobile,16px)}.ttv-category-hero{border-radius:7px}.ttv-category-hero__item,.ttv-category-hero__media{min-height:330px}.ttv-category-hero__content{inset:auto 18px 22px}.ttv-category-hero__content strong{font-size:26px}.ttv-category-subcategories__grid{gap:24px 14px;grid-template-columns:repeat(auto-fit,minmax(118px,128px));justify-content:center}.ttv-category-subcategory-card__media{width:min(100%,128px)}.ttv-category-ad--wide .ttv-ad-card{aspect-ratio:16/5;min-height:105px}.ttv-category-spotlight__secondary{grid-template-columns:1fr}.ttv-category-spotlight__secondary article{display:grid;grid-template-columns:106px minmax(0,1fr)}.ttv-category-popular__grid{grid-template-columns:1fr}.ttv-category-popular__item,.ttv-category-popular__item--large{grid-column:auto}.ttv-category-popular__item--large .ttv-category-popular__media,.ttv-category-popular__media{min-height:280px}.ttv-category-sidebar,.ttv-category-weekly__sidebar,.ttv-subcategory-sidebar{grid-template-columns:1fr}.ttv-category-video{padding:26px 18px}.ttv-category-video__list{grid-template-columns:1fr}.ttv-category-video__list article{display:grid;grid-template-columns:124px minmax(0,1fr)}.ttv-category-video__list .ttv-category-video__media{margin-bottom:0}.ttv-category-weekly__list>article,.ttv-subcategory-grid{grid-template-columns:1fr}.ttv-subcategory-card h3{font-size:23px}}@media(prefers-reduced-motion:reduce){.ttv-category-overview *,.ttv-subcategory-archive *{animation-duration:.01ms!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.ttv-locality-card-rail{display:flex;gap:12px;overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 2px 8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ttv-locality-card-rail::-webkit-scrollbar{display:none}.ttv-locality-card-rail:focus-visible{border-radius:8px;outline:3px solid color-mix(in srgb,var(--ttv-color-primary,#832e2e) 42%,#fff);outline-offset:4px}.ttv-locality-rail-card{background:linear-gradient(145deg,hsla(0,0%,100%,.34),transparent 58%),var(--ttv-color-surface,#fffaf4);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 82%,transparent);border-radius:9px;box-shadow:0 6px 18px #2818120a;color:var(--ttv-color-text,#332a27);display:grid;flex:0 0 clamp(170px,18vw,230px);gap:5px;min-width:0;padding:15px 17px;scroll-snap-align:start;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ttv-locality-rail-card:focus-visible,.ttv-locality-rail-card:hover{border-color:var(--ttv-color-primary,#832e2e);box-shadow:0 12px 24px #00000017;transform:translateY(-2px)}.ttv-locality-rail-card small{color:var(--ttv-color-primary,#832e2e);font:800 9px/1.2 var(--ttv-font-interface,sans-serif);letter-spacing:.08em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ttv-locality-rail-card strong{font-family:var(--ttv-font-heading,sans-serif);font-size:16px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ttv-locality-rail-card>span{background:none;border:0;color:var(--ttv-color-muted,#8a7b74);display:block;font:600 10px/1.3 var(--ttv-font-interface,sans-serif);min-height:0;padding:0;position:static}.ttv-popular-category-widget{min-width:0}.ttv-popular-category-widget__heading{align-items:center;display:flex;gap:14px;margin-bottom:18px}.ttv-popular-category-widget__heading h2{color:var(--ttv-color-text,#332a27);font-family:var(--ttv-font-heading,sans-serif);font-size:20px;line-height:1.15;margin:0}.ttv-popular-category-widget__heading>span{background:var(--ttv-color-primary,#832e2e);height:2px;max-width:34%;width:98px}.ttv-popular-category-list{display:grid;gap:9px}.ttv-popular-category-card{--ttv-popular-category-accent:#7e9d7c;align-items:center;background:transparent;border:1px solid color-mix(in srgb,var(--ttv-popular-category-accent) 76%,#fff);border-radius:10px;box-shadow:0 7px 16px color-mix(in srgb,var(--ttv-popular-category-accent) 18%,transparent);color:#fff;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;isolation:isolate;min-height:76px;overflow:hidden;padding:15px 16px;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.ttv-popular-category-card__shade{background:var(--ttv-popular-category-accent);inset:0;position:absolute;z-index:-1}.ttv-popular-category-card__index{background:#fff;border:1px solid hsla(0,0%,100%,.35);border-radius:50%;color:var(--ttv-popular-category-accent);display:grid;font:800 16px/1 var(--ttv-font-interface,sans-serif);height:38px;letter-spacing:.06em;place-items:center;width:38px}.ttv-popular-category-card strong{color:#fff;font-family:var(--ttv-font-heading,sans-serif);font-size:15px;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ttv-popular-category-card__count{background:color-mix(in srgb,var(--ttv-popular-category-accent) 68%,#283628);border:1px solid #fff;border-radius:999px;color:#fff;display:grid;font:200 12px/1 var(--ttv-font-interface,sans-serif);min-height:28px;min-width:28px;padding-inline:7px;place-items:center}.ttv-popular-category-card:focus-visible,.ttv-popular-category-card:hover{box-shadow:0 12px 24px color-mix(in srgb,var(--ttv-popular-category-accent) 28%,transparent);transform:translateY(-2px)}.ttv-category-hero__media>img,.ttv-category-hot__media>img,.ttv-category-popular__media>img,.ttv-category-recent__media>img,.ttv-category-spotlight__lead-media>img,.ttv-category-spotlight__secondary-media>img,.ttv-category-weekly__media>img,.ttv-county-category-section__lead-media>img,.ttv-county-category-section__thumb>img,.ttv-county-explore__lead-media>img,.ttv-county-explore__secondary-media>img,.ttv-county-sidebar-news__media>img,.ttv-county-slider__media>img,.ttv-locality-card__media>img,.ttv-locality-sidebar-news img,.ttv-subcategory-card__media>img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-category-hero__media>img{inset:0;position:absolute}@media(max-width:680px){.ttv-locality-rail-card{flex-basis:min(78vw,220px)}.ttv-popular-category-card{min-height:68px;padding:13px 14px}}@media(prefers-reduced-motion:reduce){.ttv-locality-card-rail{scroll-behavior:auto}.ttv-locality-rail-card,.ttv-popular-category-card,.ttv-popular-category-card__image{transition:none}}.ttv-locality-card-rail-shell{min-width:0;position:relative}.ttv-locality-card-rail__controls{align-items:center;display:flex;gap:8px;margin-top:10px}.ttv-locality-card-rail__controls button{background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 94%,transparent);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:50%;box-shadow:0 6px 16px #2f24210d;color:var(--ttv-color-text,#332a27);cursor:pointer;display:grid;font:500 19px/1 var(--ttv-font-interface,sans-serif);height:42px;padding:0;place-items:center;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease;width:42px}.ttv-locality-card-rail__controls button:focus-visible,.ttv-locality-card-rail__controls button:hover{background:var(--ttv-color-primary,#c25e45);border-color:var(--ttv-color-primary,#c25e45);color:#fff;transform:translateY(-1px)}@media(max-width:680px){.ttv-locality-card-rail__controls button{font-size:17px;height:38px;width:38px}}.ttv-global-ticker{background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 91%,#e9e6e1);border-bottom:1px solid color-mix(in srgb,var(--ttv-color-primary-dark,#783030) 28%,transparent);box-shadow:0 4px 14px #2f24210d;display:grid;grid-template-columns:142px minmax(0,1fr);height:36px;overflow:hidden;position:relative;width:100%;z-index:65}.ttv-global-ticker__label{align-items:center;background:var(--ttv-color-primary-dark,#783030);clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%);color:#fff;display:flex;gap:9px;height:36px;justify-content:center;padding-inline:17px;position:relative;z-index:3}.ttv-global-ticker__label strong{font:800 12px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.075em;text-transform:uppercase}.ttv-global-ticker__pulse{animation:ttv-global-ticker-pulse 1.45s ease-out infinite;background:#fff;border-radius:50%;box-shadow:0 0 #ffffff7a;flex:0 0 auto;height:8px;position:relative;width:8px}.ttv-global-ticker__viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);mask-image:linear-gradient(90deg,transparent,#000 18px,#000 calc(100% - 18px),transparent);min-width:0;overflow:hidden}.ttv-global-ticker__track{align-items:stretch;animation:ttv-global-ticker-scroll 105s linear infinite;display:flex;height:36px;width:-moz-max-content;width:max-content;will-change:transform}.ttv-global-ticker__group{align-items:stretch;display:flex;flex:0 0 auto}.ttv-global-ticker__item{align-items:center;color:var(--ttv-color-text,#332a27);display:flex;gap:9px;height:36px;min-width:-moz-max-content;min-width:max-content;padding:0 24px;position:relative;text-decoration:none;white-space:nowrap}.ttv-global-ticker__item:after{background:color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 88%,transparent);content:"";height:14px;position:absolute;right:0;top:11px;width:1px}.ttv-global-ticker__item span,.ttv-global-ticker__item time{color:var(--ttv-color-muted,#8a7b74);flex:0 0 auto;font:700 9px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.08em;text-transform:uppercase}.ttv-global-ticker__item time{color:var(--ttv-color-primary,#c25e45)}.ttv-global-ticker__item strong{font:650 12px/1.2 var(--ttv-font-interface,sans-serif);max-width:520px;overflow:hidden;text-overflow:ellipsis}.ttv-global-ticker__item:focus-visible strong,.ttv-global-ticker__item:hover strong{color:var(--ttv-color-primary-dark,#783030);text-decoration:underline;text-underline-offset:3px}@keyframes ttv-global-ticker-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-33.333333%,0,0)}}@keyframes ttv-global-ticker-pulse{0%{box-shadow:0 0 #ffffff85}72%,to{box-shadow:0 0 0 8px #fff0}}@media(max-width:700px){.ttv-global-ticker{grid-template-columns:104px minmax(0,1fr);height:34px}.ttv-global-ticker__item,.ttv-global-ticker__label,.ttv-global-ticker__track{height:34px}.ttv-global-ticker__label{padding-inline:10px 14px}.ttv-global-ticker__label strong{font-size:10px}.ttv-global-ticker__item{gap:7px;padding-inline:17px}.ttv-global-ticker__item span{display:none}.ttv-global-ticker__item strong{font-size:11px;max-width:72vw}}@media(prefers-reduced-motion:reduce){.ttv-global-ticker__pulse{animation-duration:2.4s}.ttv-global-ticker__track{animation-duration:180s}}.ttv-home-newspaper{--ttv-home-line:color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 88%,transparent);--ttv-home-dark:#263a53;display:grid;gap:clamp(46px,5vw,74px);padding-block:clamp(28px,3vw,48px) 70px;width:100%}.ttv-home-newspaper *,.ttv-home-newspaper :after,.ttv-home-newspaper :before{box-sizing:border-box}.ttv-home-newspaper :is(h1,h2,h3,p,ol){margin:0}.ttv-home-newspaper a{color:inherit;text-decoration:none}.ttv-home-heading{align-items:end;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:auto minmax(30px,1fr);margin-bottom:24px}.ttv-home-heading>p{color:var(--ttv-color-primary,#c25e45);font:800 10px/1 var(--ttv-font-interface,sans-serif);grid-column:1/-1;letter-spacing:.13em;margin-bottom:7px;text-transform:uppercase}.ttv-home-heading h2{font:800 clamp(25px,2.6vw,38px)/1.02 var(--ttv-font-heading,sans-serif);letter-spacing:-.045em}.ttv-home-heading>span{background:var(--ttv-home-line);height:1px;margin-bottom:5px}.ttv-home-heading--compact{grid-template-columns:auto minmax(20px,1fr);margin-bottom:16px}.ttv-home-heading--compact h2{font-size:21px;letter-spacing:-.025em}.ttv-home-heading--view-all{grid-template-columns:minmax(0,auto) minmax(30px,1fr) auto}.ttv-home-heading--view-all>div{display:grid;gap:7px}.ttv-home-heading--view-all>div p{color:var(--ttv-color-primary,#c25e45);font:800 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.13em;text-transform:uppercase}.ttv-home-heading--view-all>span{background:color-mix(in srgb,var(--ttv-home-category-accent) 44%,var(--ttv-home-line))}.ttv-home-heading--view-all>a{align-items:center;color:var(--ttv-color-muted,#8a7b74);display:inline-flex;font:700 11px/1 var(--ttv-font-interface,sans-serif);gap:7px;letter-spacing:.06em;text-transform:uppercase}.ttv-home-heading--view-all>a:hover{color:var(--ttv-home-category-accent)}.ttv-home-kicker{color:var(--ttv-color-primary,#c25e45);font:800 9px/1.15 var(--ttv-font-interface,sans-serif);letter-spacing:.09em;text-transform:uppercase}.ttv-home-meta{color:var(--ttv-color-muted,#8a7b74);display:flex;flex-wrap:wrap;font:500 10px/1.2 var(--ttv-font-interface,sans-serif);gap:7px 12px}.ttv-home-image-fallback{background:linear-gradient(145deg,var(--ttv-color-primary-dark,#783030),var(--ttv-color-primary,#c25e45));color:#ffffff52;display:grid;font:900 clamp(34px,7vw,88px)/1 var(--ttv-font-heading,sans-serif);height:100%;place-items:center;width:100%}.ttv-home-lead-grid{align-items:start;display:grid;gap:clamp(22px,2.4vw,36px);grid-template-columns:minmax(190px,.72fr) minmax(0,1.72fr) minmax(230px,.78fr)}.ttv-home-lead-grid__secondary{display:grid;gap:28px}.ttv-home-small-story{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:12px;padding-bottom:24px}.ttv-home-small-story:last-child{border-bottom:0;padding-bottom:0}.ttv-home-small-story__media{aspect-ratio:1.35/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:3px;display:block;overflow:hidden}.ttv-home-category-lead__media img,.ttv-home-category-list__media img,.ttv-home-editorial-card__background,.ttv-home-highlights__media img,.ttv-home-lead-story__media img,.ttv-home-overview-lead__media img,.ttv-home-overview-list__media img,.ttv-home-small-story__media img,.ttv-home-video__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease;width:100%}.ttv-home-category-lead:hover img,.ttv-home-category-list article:hover img,.ttv-home-editorial-card:hover .ttv-home-editorial-card__background,.ttv-home-highlights article:hover img,.ttv-home-lead-story:hover img,.ttv-home-overview-lead:hover img,.ttv-home-overview-list article:hover img,.ttv-home-small-story:hover img,.ttv-home-video article:hover img{transform:scale(1.035)}.ttv-home-small-story>div{display:grid;gap:8px}.ttv-home-small-story h2{font:750 16px/1.25 var(--ttv-font-heading,sans-serif);letter-spacing:-.025em}.ttv-home-highlights time,.ttv-home-overview-list time,.ttv-home-small-story time{color:var(--ttv-color-muted,#8a7b74);font:500 10px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-home-lead-story{display:grid;gap:18px;min-width:0;text-align:center}.ttv-home-lead-story__media{aspect-ratio:1.48/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:4px;display:block;overflow:hidden}.ttv-home-lead-story__copy{display:grid;gap:11px;justify-items:center}.ttv-home-lead-story h1{font:800 clamp(27px,3vw,44px)/1.06 var(--ttv-font-heading,sans-serif);letter-spacing:-.052em;max-width:820px}.ttv-home-lead-story__copy>p:last-child{color:var(--ttv-color-muted,#8a7b74);font:400 14px/1.62 var(--ttv-font-body,sans-serif);max-width:760px}.ttv-home-top-stories{padding-left:clamp(0px,1vw,14px)}.ttv-home-top-stories ol{display:grid;gap:0;list-style:none;padding:0}.ttv-home-top-stories li{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:11px;grid-template-columns:30px minmax(0,1fr);padding:14px 0}.ttv-home-top-stories li:first-child{padding-top:2px}.ttv-home-top-stories li>span{color:color-mix(in srgb,var(--ttv-color-primary,#c25e45) 68%,#fff);font:900 18px/1 var(--ttv-font-heading,sans-serif)}.ttv-home-top-stories li>div{display:grid;gap:5px}.ttv-home-top-stories li a{font:720 13px/1.28 var(--ttv-font-heading,sans-serif);letter-spacing:-.018em}.ttv-home-top-stories li :is(small,time){color:var(--ttv-color-muted,#8a7b74);font:500 9px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-home-highlights__grid{display:grid;gap:clamp(18px,2vw,28px);grid-template-columns:repeat(3,minmax(0,1fr))}.ttv-home-highlights article{display:grid;gap:9px;min-width:0}.ttv-home-highlights__media{aspect-ratio:1.46/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:4px;display:block;overflow:hidden;position:relative}.ttv-home-highlights h3{font:760 17px/1.24 var(--ttv-font-heading,sans-serif);letter-spacing:-.025em}.ttv-home-highlights__play{background:#ffffffe0;border-radius:50%;box-shadow:0 7px 20px #0000002e;color:var(--ttv-color-primary,#c25e45);display:grid;height:42px;inset:50% auto auto 50%;padding-left:3px;place-items:center;position:absolute;transform:translate(-50%,-50%);width:42px}.ttv-home-editorial-showcase{background:color-mix(in srgb,var(--ttv-color-text,#332a27) 8%,var(--ttv-color-page,#f7f1e8));margin-inline:50%;padding:clamp(42px,5vw,68px) max(var(--ttv-page-gutter-desktop,40px),calc((100vw - var(--ttv-container-wide, 1350px))/2));transform:translate(-50%);width:100vw}.ttv-home-heading--editorial h2{color:#2d405d}.ttv-home-heading--editorial h2:before{background:var(--ttv-color-primary,#c25e45);border-radius:50% 0 50% 50%;content:"";display:inline-block;height:.72em;margin-right:8px;transform:rotate(45deg);width:.72em}.ttv-home-editorial-showcase__grid{display:grid;gap:clamp(14px,1.5vw,22px);grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-home-editorial-card{min-width:0;padding-bottom:38px;position:relative}.ttv-home-editorial-card__link{background:#2f3852;border-radius:17px;color:#fff;display:block;min-height:clamp(390px,36vw,520px);overflow:visible;position:relative}.ttv-home-editorial-card__background,.ttv-home-editorial-card__fallback,.ttv-home-editorial-card__shade{border-radius:inherit;inset:0;position:absolute}.ttv-home-editorial-card__background,.ttv-home-editorial-card__fallback{overflow:hidden}.ttv-home-editorial-card__shade{background:linear-gradient(180deg,#141d3224 10%,#1e273e7a 45%,#1b2236f5)}.ttv-home-editorial-card__copy{display:grid;gap:15px;inset:auto 22px 56px;justify-items:center;position:absolute;text-align:center;z-index:2}.ttv-home-editorial-card__copy em,.ttv-home-editorial-card__copy small{color:#ffd04a;font:800 10px/1 var(--ttv-font-interface,sans-serif);font-style:normal;letter-spacing:.09em;text-transform:uppercase}.ttv-home-editorial-card__copy strong{font:800 clamp(17px,1.5vw,22px)/1.18 var(--ttv-font-heading,sans-serif);letter-spacing:-.03em}.ttv-home-editorial-card__medallion{background:#fff;border:7px solid color-mix(in srgb,var(--ttv-color-page,#f7f1e8) 94%,#fff);border-radius:50%;bottom:-38px;box-shadow:0 7px 22px #26232c29;display:grid;height:82px;padding:13px;place-items:center;position:absolute;right:50%;transform:translate(50%);width:82px;z-index:3}.ttv-home-editorial-card__medallion img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ttv-home-portal-overview__grid{display:grid;gap:clamp(24px,3vw,42px);grid-template-columns:minmax(0,1.55fr) minmax(310px,.78fr)}.ttv-home-overview-lead{align-items:center;display:grid;gap:clamp(20px,2.5vw,36px);grid-template-columns:minmax(0,1.05fr) minmax(250px,.95fr)}.ttv-home-overview-lead__media{aspect-ratio:1.35/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:4px;display:block;overflow:hidden}.ttv-home-overview-lead>div{display:grid;gap:12px}.ttv-home-overview-lead h3{font:800 clamp(24px,2.3vw,34px)/1.08 var(--ttv-font-heading,sans-serif);letter-spacing:-.045em}.ttv-home-overview-lead>div>p:not(.ttv-home-kicker){color:var(--ttv-color-muted,#8a7b74);font:400 14px/1.58 var(--ttv-font-body,sans-serif)}.ttv-home-overview-list{align-content:start;display:grid}.ttv-home-overview-list article{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:14px;grid-template-columns:106px minmax(0,1fr);padding-block:15px}.ttv-home-overview-list article:first-child{padding-top:0}.ttv-home-overview-list__media{aspect-ratio:1.25/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:3px;display:block;overflow:hidden}.ttv-home-overview-list article>div{align-content:center;display:grid;gap:6px}.ttv-home-overview-list h3{font:720 14px/1.26 var(--ttv-font-heading,sans-serif);letter-spacing:-.02em}.ttv-home-category-section{--ttv-home-category-accent:var(--ttv-color-primary,#c25e45)}.ttv-home-category-section__grid{display:grid;gap:clamp(22px,2.5vw,38px);grid-template-columns:minmax(0,1.45fr) minmax(330px,.85fr)}.ttv-home-category-lead__media{aspect-ratio:1.45/1;background:var(--ttv-home-category-accent);border-radius:5px;color:#fff;display:block;overflow:hidden;position:relative}.ttv-home-category-lead__shade{background:linear-gradient(180deg,transparent 38%,rgba(18,19,22,.86));inset:0;position:absolute}.ttv-home-category-lead__copy{display:grid;gap:9px;inset:auto 25px 23px;position:absolute;z-index:2}.ttv-home-category-lead__copy small{background:var(--ttv-home-category-accent);border-radius:4px;font:800 9px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.07em;padding:6px 9px;text-transform:uppercase;width:-moz-max-content;width:max-content}.ttv-home-category-lead__copy strong{font:800 clamp(23px,2.5vw,38px)/1.08 var(--ttv-font-heading,sans-serif);letter-spacing:-.045em;max-width:760px}.ttv-home-category-lead__copy em{color:#ffffffc7;font:600 10px/1.2 var(--ttv-font-interface,sans-serif);font-style:normal}.ttv-home-category-list{align-content:start;display:grid}.ttv-home-category-list article{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:13px;grid-template-columns:92px minmax(0,1fr);padding-block:12px}.ttv-home-category-list article:first-child{padding-top:0}.ttv-home-category-list__media{aspect-ratio:1.18/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:3px;display:block;overflow:hidden}.ttv-home-category-list article>div{align-content:center;display:grid;gap:5px}.ttv-home-category-list h3{font:730 14px/1.25 var(--ttv-font-heading,sans-serif);letter-spacing:-.02em}.ttv-home-advertisement{width:100%}.ttv-home-advertisement:empty{display:none}.ttv-home-video{background:#20242b;color:#fff;margin-inline:50%;padding:clamp(46px,5vw,72px) max(var(--ttv-page-gutter-desktop,40px),calc((100vw - var(--ttv-container-wide, 1350px))/2));transform:translate(-50%);width:100vw}.ttv-home-heading--inverse>p{color:#f29176}.ttv-home-heading--inverse>span{background:#ffffff29}.ttv-home-video__grid{display:grid;gap:15px;grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,.68fr));grid-template-rows:repeat(2,minmax(170px,1fr))}.ttv-home-video article{min-width:0}.ttv-home-video__lead{grid-row:1/3}.ttv-home-video__media{background:#15181e;border-radius:6px;display:block;height:100%;min-height:210px;overflow:hidden;position:relative;width:100%}.ttv-home-video__shade{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78));inset:0;position:absolute}.ttv-home-video__play{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid hsla(0,0%,100%,.42);border-radius:50%;display:grid;height:42px;inset:18px auto auto 18px;padding-left:3px;place-items:center;position:absolute;width:42px}.ttv-home-video__copy{display:grid;gap:8px;inset:auto 20px 18px;position:absolute;z-index:2}.ttv-home-video__copy small{color:#f29176;font:800 9px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.09em;text-transform:uppercase}.ttv-home-video__copy strong{font:780 17px/1.18 var(--ttv-font-heading,sans-serif);letter-spacing:-.028em}.ttv-home-video__lead .ttv-home-video__copy strong{font-size:clamp(24px,2.5vw,38px)}@media(min-width:701px)and (max-width:1100px){.ttv-home-lead-grid{grid-template-columns:minmax(0,1fr) minmax(230px,.72fr)}.ttv-home-lead-grid__secondary{grid-column:1/-1;grid-row:2;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-home-lead-story{grid-column:1;grid-row:1}.ttv-home-top-stories{grid-column:2;grid-row:1}.ttv-home-editorial-showcase{padding-inline:var(--ttv-page-gutter-tablet,18px)}.ttv-home-editorial-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:34px}.ttv-home-category-section__grid,.ttv-home-portal-overview__grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.ttv-home-overview-lead{grid-template-columns:minmax(0,1fr)}.ttv-home-video{padding-inline:var(--ttv-page-gutter-tablet,18px)}}@media(max-width:700px){.ttv-home-newspaper{gap:44px;padding-top:22px}.ttv-home-heading{margin-bottom:18px}.ttv-home-heading h2{font-size:26px}.ttv-home-heading--view-all{grid-template-columns:minmax(0,1fr) auto}.ttv-home-heading--view-all>span{display:none}.ttv-home-lead-grid{gap:30px;grid-template-columns:minmax(0,1fr)}.ttv-home-lead-story{grid-row:1}.ttv-home-lead-grid__secondary{gap:14px;grid-row:2;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-home-small-story{border-bottom:0;padding-bottom:0}.ttv-home-small-story h2{font-size:14px}.ttv-home-top-stories{grid-row:3;padding-left:0}.ttv-home-lead-story h1{font-size:29px}.ttv-home-lead-story__copy>p:last-child{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ttv-home-highlights__grid{grid-template-columns:minmax(0,1fr)}.ttv-home-highlights article{align-items:center;grid-template-columns:128px minmax(0,1fr)}.ttv-home-highlights__media{aspect-ratio:1.15/1;grid-row:1/5}.ttv-home-editorial-showcase{padding-inline:var(--ttv-page-gutter-mobile,18px)}.ttv-home-editorial-showcase__grid{display:flex;gap:14px;margin-inline:calc(var(--ttv-page-gutter-mobile, 18px)*-1);overflow-x:auto;padding:0 var(--ttv-page-gutter-mobile,18px) 10px;scroll-snap-type:x mandatory;scrollbar-width:none}.ttv-home-editorial-showcase__grid::-webkit-scrollbar{display:none}.ttv-home-editorial-card{flex:0 0 min(82vw,315px);scroll-snap-align:start}.ttv-home-editorial-card__link{min-height:430px}.ttv-home-category-section__grid,.ttv-home-overview-lead,.ttv-home-portal-overview__grid{grid-template-columns:minmax(0,1fr)}.ttv-home-category-list article,.ttv-home-overview-list article{grid-template-columns:98px minmax(0,1fr)}.ttv-home-category-lead__media{aspect-ratio:1.15/1}.ttv-home-category-lead__copy strong{font-size:25px}.ttv-home-video{padding-inline:var(--ttv-page-gutter-mobile,18px)}.ttv-home-video__grid{grid-template-columns:minmax(0,1fr);grid-template-rows:auto}.ttv-home-video__lead{grid-row:auto}.ttv-home-video__media{aspect-ratio:1.35/1;min-height:0}}@media(prefers-reduced-motion:reduce){.ttv-home-newspaper img{transition:none!important}}.ttv-home-newspaper--v2111{gap:clamp(44px,4.8vw,70px)}.ttv-home-opening-layout{align-items:start;display:grid;gap:clamp(28px,3vw,46px);grid-template-columns:minmax(0,2fr) minmax(290px,1fr)}.ttv-home-opening-layout__main{display:grid;gap:clamp(38px,4vw,58px);min-width:0}.ttv-home-lead-pair{align-items:start;display:grid;gap:clamp(22px,2.4vw,36px);grid-template-columns:minmax(190px,.72fr) minmax(0,1.72fr)}.ttv-home-lead-pair__secondary{display:grid;gap:28px}.ttv-home-opening-layout__sidebar{background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 82%,transparent);border:1px solid var(--ttv-home-line);border-radius:var(--ttv-radius-card,10px);min-width:0;padding:22px;position:sticky;top:calc(var(--ttv-header-height, 112px) + 28px)}.ttv-home-opening-layout__sidebar.ttv-home-top-stories{padding-left:22px}.ttv-home-opening-layout__sidebar .ttv-home-top-stories li:last-child{border-bottom:0}.ttv-home-editorial-card__copy strong,.ttv-home-editorial-card__link,.ttv-home-editorial-card__link:focus-visible,.ttv-home-editorial-card__link:hover{color:#fff!important}.ttv-home-editorial-card__copy strong{text-shadow:0 2px 16px rgba(0,0,0,.34)}.ttv-home-portal-overview__grid{align-items:start;grid-template-columns:minmax(0,2fr) minmax(290px,1fr)}.ttv-home-overview-lead{grid-template-columns:minmax(0,1.22fr) minmax(250px,.78fr)}.ttv-home-overview-list{background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 82%,transparent);border:1px solid var(--ttv-home-line);border-radius:var(--ttv-radius-card,10px);padding:20px}.ttv-home-advertisement--editor-choice{display:block;width:100%}.ttv-home-advertisement--editor-choice .ttv-ad-card,.ttv-home-advertisement--editor-choice .ttv-ad-card__media,.ttv-home-advertisement--editor-choice .ttv-advertisement{width:100%}.ttv-home-advertisement--editor-choice .ttv-ad-card__media{aspect-ratio:1290/205}.ttv-home-advertisement--editor-choice .ttv-ad-card__media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-home-editor-choice{min-width:0}.ttv-home-heading--editor-choice{align-items:end;grid-template-columns:auto minmax(30px,1fr) auto}.ttv-home-heading--editor-choice>div{display:grid;gap:7px}.ttv-home-heading--editor-choice>div>p{color:var(--ttv-color-primary,#c25e45);font:800 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.13em;text-transform:uppercase}.ttv-home-editor-choice__nav{display:flex;gap:8px}.ttv-home-editor-choice__nav button{background:transparent;border:1px solid var(--ttv-home-line);border-radius:7px;color:var(--ttv-color-primary,#c25e45);cursor:pointer;display:grid;font:700 18px/1 var(--ttv-font-interface,sans-serif);height:38px;place-items:center;transition:background .2s ease,color .2s ease,border-color .2s ease;width:38px}.ttv-home-editor-choice__nav button:focus-visible,.ttv-home-editor-choice__nav button:hover{background:var(--ttv-color-primary,#c25e45);border-color:var(--ttv-color-primary,#c25e45);color:#fff}.ttv-home-editor-choice__rail{display:grid;gap:clamp(16px,1.8vw,25px);grid-auto-columns:minmax(245px,1fr);grid-auto-flow:column;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:4px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ttv-home-editor-choice__rail::-webkit-scrollbar{display:none}.ttv-home-editor-choice-card{min-width:0;scroll-snap-align:start}.ttv-home-editor-choice-card__media{aspect-ratio:1.24/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:5px;display:block;overflow:hidden;position:relative}.ttv-home-editor-choice-card__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;width:100%}.ttv-home-editor-choice-card:hover .ttv-home-editor-choice-card__media img{transform:scale(1.035)}.ttv-home-editor-choice-card__play{background:#ffffffe0;border-radius:50%;box-shadow:0 7px 20px #0000002e;color:var(--ttv-color-primary,#c25e45);display:grid;height:46px;inset:50% auto auto 50%;padding-left:3px;place-items:center;position:absolute;transform:translate(-50%,-50%);width:46px}.ttv-home-editor-choice-card__body{display:grid;gap:8px;padding-top:14px}.ttv-home-editor-choice-card__body h3{font:760 17px/1.25 var(--ttv-font-heading,sans-serif);letter-spacing:-.025em}.ttv-home-youtube-gallery{background:linear-gradient(135deg,#243444,#1e2b37);border-top:3px solid var(--ttv-color-primary,#c25e45);color:#fff;margin-inline:50%;padding:clamp(46px,5vw,72px) max(var(--ttv-page-gutter-desktop,40px),calc((100vw - var(--ttv-container-wide, 1350px))/2));transform:translate(-50%);width:100vw}.ttv-home-youtube-gallery__inner{width:100%}.ttv-home-youtube-gallery__heading{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.ttv-home-youtube-gallery__heading>div{display:grid;gap:7px}.ttv-home-youtube-gallery__heading p{color:#ff7a70;font:850 12px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.12em;text-transform:uppercase}.ttv-home-youtube-gallery__heading h2{color:#fff;font:800 clamp(28px,3vw,42px)/1 var(--ttv-font-heading,sans-serif);letter-spacing:-.045em}.ttv-home-youtube-gallery__heading>a{align-items:center;border:1px solid hsla(0,0%,100%,.28);border-radius:999px;color:#fff;display:inline-flex;font:700 11px/1 var(--ttv-font-interface,sans-serif);gap:8px;padding:11px 15px;text-decoration:none}.ttv-home-youtube-gallery__layout{align-items:start;display:grid;gap:clamp(28px,3vw,48px);grid-template-columns:minmax(300px,.92fr) minmax(0,2.08fr)}.ttv-home-youtube-gallery__grid article>a,.ttv-home-youtube-gallery__lead>a{color:inherit;text-decoration:none}.ttv-home-youtube-gallery__lead{display:grid;gap:14px}.ttv-home-youtube-gallery__lead-media,.ttv-home-youtube-gallery__media{background:#141d26;border-radius:8px;display:block;overflow:hidden;position:relative}.ttv-home-youtube-gallery__lead-media{aspect-ratio:1.55/1}.ttv-home-youtube-gallery__media{aspect-ratio:1.72/1}.ttv-home-youtube-gallery :is(.ttv-home-youtube-gallery__lead-media,.ttv-home-youtube-gallery__media) img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;width:100%}.ttv-home-youtube-gallery article:hover img{transform:scale(1.035)}.ttv-home-youtube-gallery__shade{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.7));inset:0;position:absolute}.ttv-home-youtube-gallery__play,.ttv-home-youtube-gallery__tile-play{background:#f33;border-radius:50%;box-shadow:0 8px 22px #00000040;color:#fff;display:grid;place-items:center;position:absolute}.ttv-home-youtube-gallery__play{height:58px;inset:50% auto auto 50%;padding-left:4px;transform:translate(-50%,-50%);width:58px}.ttv-home-youtube-gallery__tile-play{font-size:10px;height:30px;inset:10px 10px auto auto;padding-left:2px;width:30px}.ttv-home-youtube-gallery__lead>a>strong{color:#fff;display:block;font:800 clamp(22px,2vw,31px)/1.15 var(--ttv-font-heading,sans-serif);letter-spacing:-.03em;margin-top:14px}.ttv-home-youtube-gallery__lead>p{color:#ffffffc2;font:400 14px/1.55 var(--ttv-font-body,sans-serif)}.ttv-home-youtube-gallery .ttv-home-meta{color:#ffffff94}.ttv-home-youtube-gallery__grid{display:grid;gap:24px 16px;grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-home-youtube-gallery__grid article{min-width:0}.ttv-home-youtube-gallery__grid strong{color:#fff;display:block;font:760 13px/1.25 var(--ttv-font-heading,sans-serif);letter-spacing:-.018em;margin-top:9px}.ttv-home-youtube-gallery__grid small{color:#ffffff8c;display:block;font:500 9px/1.25 var(--ttv-font-interface,sans-serif);margin-top:5px}.ttv-home-youtube-gallery__new{background:#e11;border-radius:4px;color:#fff;font:800 8px/1 var(--ttv-font-interface,sans-serif);inset:8px auto auto 8px;padding:5px 7px;position:absolute;text-transform:uppercase}.ttv-home-category-stream{display:grid;gap:clamp(48px,5vw,76px)}.ttv-home-category-stream__section{--ttv-home-category-accent:var(--ttv-color-primary,#c25e45)}.ttv-home-category-stream__section .ttv-county-category-section__grid{gap:clamp(24px,3vw,42px);grid-template-columns:minmax(0,2fr) minmax(300px,1fr)}.ttv-home-category-stream__section .ttv-county-category-section__lead-media{aspect-ratio:1.48/1}.ttv-home-category-stream__section .ttv-county-category-section__lead-copy small{background:var(--ttv-home-category-accent)}.ttv-home-category-stream__section .ttv-county-section-heading--view-all>a:hover{color:var(--ttv-home-category-accent)}@media(max-width:1180px){.ttv-home-opening-layout,.ttv-home-portal-overview__grid{grid-template-columns:minmax(0,1fr)}.ttv-home-opening-layout__sidebar{position:static}.ttv-home-top-stories ol{-moz-column-gap:24px;column-gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-home-youtube-gallery__layout{grid-template-columns:minmax(0,1fr)}.ttv-home-youtube-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.ttv-home-category-stream__section .ttv-county-category-section__grid,.ttv-home-lead-pair,.ttv-home-overview-lead{grid-template-columns:minmax(0,1fr)}.ttv-home-lead-pair__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-home-category-stream__section .ttv-county-category-section__lead-media{aspect-ratio:1.45/1}.ttv-home-youtube-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.ttv-home-opening-layout{gap:34px}.ttv-home-lead-pair__secondary,.ttv-home-top-stories ol{grid-template-columns:minmax(0,1fr)}.ttv-home-opening-layout__sidebar{padding:17px}.ttv-home-heading--editor-choice{grid-template-columns:minmax(0,1fr) auto}.ttv-home-heading--editor-choice>span{display:none}.ttv-home-editor-choice__rail{grid-auto-columns:minmax(238px,82vw)}.ttv-home-youtube-gallery{padding-inline:var(--ttv-page-gutter-mobile,18px)}.ttv-home-youtube-gallery__heading{align-items:start;flex-direction:column}.ttv-home-youtube-gallery__grid{grid-template-columns:minmax(0,1fr)}.ttv-home-youtube-gallery__grid article{display:grid;gap:12px;grid-template-columns:132px minmax(0,1fr)}.ttv-home-youtube-gallery__grid article>a{display:contents}.ttv-home-youtube-gallery__grid .ttv-home-youtube-gallery__media{grid-row:1/3}.ttv-home-youtube-gallery__grid strong{align-self:end;margin-top:0}.ttv-home-youtube-gallery__grid small{align-self:start}.ttv-home-category-stream__section .ttv-county-category-section__list article{grid-template-columns:92px minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.ttv-home-editor-choice__rail{scroll-behavior:auto}}.ttv-home-newspaper{grid-auto-columns:minmax(0,1fr);grid-template-columns:minmax(0,1fr);justify-items:stretch;min-width:0}.ttv-home-newspaper>*{min-width:0}.ttv-home-newspaper>:is(.ttv-home-editorial-showcase,.ttv-home-youtube-gallery,.ttv-home-video){justify-self:center;margin-inline:0;transform:none}.ttv-home-after-video-layout{align-items:start;display:grid;gap:clamp(30px,3.2vw,48px);grid-template-columns:minmax(0,2fr) minmax(290px,1fr);min-width:0}.ttv-home-after-video-layout>*{min-width:0}.ttv-home-after-video-layout .ttv-home-category-stream{gap:clamp(46px,5vw,72px)}.ttv-home-after-video-layout .ttv-home-category-stream__section .ttv-county-category-section__grid{gap:clamp(20px,2vw,30px);grid-template-columns:minmax(0,1.58fr) minmax(245px,.82fr)}.ttv-home-after-video-sidebar{align-content:start;display:grid;gap:28px;min-width:0}.ttv-home-sidebar-widget{background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 84%,transparent);border:1px solid var(--ttv-home-line);border-radius:var(--ttv-radius-card,10px);min-width:0;padding:21px}.ttv-home-sidebar-widget .ttv-home-heading--compact{margin-bottom:15px}.ttv-home-sidebar-most-read ol{display:grid;list-style:none;margin:0;padding:0}.ttv-home-sidebar-most-read li{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:11px;grid-template-columns:30px minmax(0,1fr);padding:13px 0}.ttv-home-sidebar-most-read li:first-child{padding-top:1px}.ttv-home-sidebar-most-read li:last-child{border-bottom:0;padding-bottom:0}.ttv-home-sidebar-most-read li>span{color:color-mix(in srgb,var(--ttv-color-primary,#c25e45) 70%,#fff);font:900 18px/1 var(--ttv-font-heading,sans-serif)}.ttv-home-sidebar-most-read li>div{display:grid;gap:5px}.ttv-home-sidebar-most-read li a{font:720 13px/1.28 var(--ttv-font-heading,sans-serif);letter-spacing:-.018em}.ttv-home-sidebar-most-read li :is(small,time){color:var(--ttv-color-muted,#8a7b74);font:500 9px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-home-sidebar-editorials>div{display:grid}.ttv-home-sidebar-editorials article{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:13px;grid-template-columns:82px minmax(0,1fr);padding:13px 0}.ttv-home-sidebar-editorials article:first-child{padding-top:1px}.ttv-home-sidebar-editorials article:last-child{border-bottom:0;padding-bottom:0}.ttv-home-sidebar-editorials__media,.ttv-home-sidebar-recent__media{aspect-ratio:1/1;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:50%;display:block;overflow:hidden}.ttv-home-sidebar-editorials__media img,.ttv-home-sidebar-recent__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-home-sidebar-editorials article>div{align-content:center;display:grid;gap:5px}.ttv-home-sidebar-editorials h3{font:730 13px/1.28 var(--ttv-font-heading,sans-serif);letter-spacing:-.018em;margin:0}.ttv-home-sidebar-editorials small{color:var(--ttv-color-muted,#8a7b74);font:500 9px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-home-sidebar-recent>div{display:grid}.ttv-home-sidebar-recent article{border-bottom:1px solid var(--ttv-home-line);display:grid;gap:13px;grid-template-columns:92px minmax(0,1fr);padding:13px 0}.ttv-home-sidebar-recent article:first-child{padding-top:1px}.ttv-home-sidebar-recent article:last-child{border-bottom:0;padding-bottom:0}.ttv-home-sidebar-recent__media{aspect-ratio:1.18/1;border-radius:5px}.ttv-home-sidebar-recent article>div{align-content:center;display:grid;gap:5px}.ttv-home-sidebar-recent h3{font:730 13px/1.28 var(--ttv-font-heading,sans-serif);letter-spacing:-.018em;margin:0}.ttv-home-sidebar-recent time{color:var(--ttv-color-muted,#8a7b74);font:500 9px/1.2 var(--ttv-font-interface,sans-serif)}@media(max-width:1180px){.ttv-home-after-video-layout{grid-template-columns:minmax(0,1fr)}.ttv-home-after-video-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-home-sidebar-recent{grid-column:1/-1}}@media(max-width:760px){.ttv-home-after-video-layout .ttv-home-category-stream__section .ttv-county-category-section__grid,.ttv-home-after-video-sidebar{grid-template-columns:minmax(0,1fr)}.ttv-home-sidebar-recent{grid-column:auto}.ttv-home-sidebar-widget{padding:17px}.ttv-home-sidebar-editorials article{grid-template-columns:68px minmax(0,1fr)}.ttv-home-sidebar-recent article{grid-template-columns:82px minmax(0,1fr)}}.ttv-county-category-section__lead-media,.ttv-home-after-video-layout .ttv-home-category-stream__section .ttv-county-category-section__lead-media{aspect-ratio:.9/1}.ttv-county-category-section__lead-copy em,.ttv-county-category-section__lead-copy strong{color:#fff}.ttv-mod-articles.is-carousel .ttv-mod-articles__items,.ttv-mod-taxonomy--carousel .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--locality-rail .ttv-mod-taxonomy__items,.ttv-mod-video--carousel .ttv-mod-video__items{scrollbar-width:none;-ms-overflow-style:none}.ttv-mod-articles.is-carousel .ttv-mod-articles__items::-webkit-scrollbar,.ttv-mod-taxonomy--carousel .ttv-mod-taxonomy__items::-webkit-scrollbar,.ttv-mod-taxonomy--locality-rail .ttv-mod-taxonomy__items::-webkit-scrollbar,.ttv-mod-video--carousel .ttv-mod-video__items::-webkit-scrollbar{display:none}.ttv-mod-articles--county-latest .ttv-v2-card,.ttv-mod-articles--monthly-carousel .ttv-v2-card{flex:0 0 min(340px,78cqi)}.ttv-mod-articles--portrait-lead-list .ttv-mod-articles__lead .ttv-v2-card--overlay{aspect-ratio:.9/1;min-height:0}.ttv-mod-articles--portrait-lead-list .ttv-mod-articles__lead .ttv-v2-card__title,.ttv-mod-articles--portrait-lead-list .ttv-mod-articles__lead em,.ttv-mod-articles--portrait-lead-list .ttv-mod-articles__lead strong{color:#fff}.ttv-mod-articles__editorial-medallion{display:grid;gap:clamp(14px,2vw,24px);grid-template-columns:repeat(4,minmax(0,1fr))}.ttv-mod-editorial-card{min-width:0;position:relative}.ttv-mod-editorial-card .ttv-v2-card--overlay{min-height:clamp(360px,36vw,520px)}.ttv-mod-editorial-card .ttv-v2-card__title,.ttv-mod-editorial-card em,.ttv-mod-editorial-card strong{color:#fff!important}.ttv-mod-editorial-card__medallion{background:#fffaf4;border:2px solid hsla(0,0%,100%,.82);border-radius:50%;box-shadow:0 10px 30px #0000003d;display:grid;height:64px;left:16px;overflow:hidden;padding:8px;place-items:center;position:absolute;top:16px;width:64px;z-index:4}.ttv-mod-editorial-card__medallion img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ttv-mod-taxonomy--locality-rail .ttv-mod-taxonomy__items{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory}.ttv-mod-taxonomy--locality-rail .ttv-mod-taxonomy__item{flex:0 0 min(230px,74vw);min-height:86px;scroll-snap-align:start}.ttv-mod-taxonomy--category-circles .ttv-mod-taxonomy__items,.ttv-mod-taxonomy--subcategory-circles .ttv-mod-taxonomy__items{display:flex;flex-wrap:wrap;justify-content:center}.ttv-mod-taxonomy--category-circles .ttv-mod-taxonomy__item,.ttv-mod-taxonomy--subcategory-circles .ttv-mod-taxonomy__item{background:transparent;border:0;text-align:center;width:min(180px,42vw)}.ttv-mod-taxonomy--category-circles .ttv-mod-taxonomy__item img,.ttv-mod-taxonomy--subcategory-circles .ttv-mod-taxonomy__item img{aspect-ratio:1;border:2px solid color-mix(in srgb,var(--ttv-color-primary) 72%,transparent);border-radius:50%;margin-inline:auto;max-width:100%;width:150px}.ttv-mod-taxonomy--popular-sidebar .ttv-mod-taxonomy__items{display:grid;gap:9px;grid-template-columns:1fr}.ttv-mod-taxonomy--popular-sidebar .ttv-mod-taxonomy__item{align-items:center;background:#7e9d7c;border-color:color-mix(in srgb,#7e9d7c 78%,#000);color:#fff;display:grid;gap:12px;grid-template-columns:38px minmax(0,1fr);min-height:76px;padding:12px 14px}.ttv-mod-taxonomy--popular-sidebar .ttv-mod-taxonomy__item>div{align-items:center;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:0}.ttv-mod-taxonomy--popular-sidebar .ttv-mod-taxonomy__item h3{color:#fff;font-size:.95rem;margin:0;text-transform:uppercase}.ttv-mod-taxonomy__index{background:#fff;border:1px solid hsla(0,0%,100%,.4);border-radius:50%;color:#7e9d7c;display:grid;font:800 16px/1 var(--ttv-font-interface,sans-serif);height:38px;place-items:center;width:38px}.ttv-mod-taxonomy--popular-sidebar .ttv-mod-taxonomy__count{background:#2f582f9e;border:1px solid #fff;border-radius:999px;color:#fff;display:grid;font:400 12px/1 var(--ttv-font-interface,sans-serif);min-height:30px;min-width:30px;padding-inline:7px;place-items:center}.ttv-mod-taxonomy--buttons .ttv-mod-taxonomy__items{display:flex;flex-wrap:wrap}.ttv-mod-taxonomy--buttons .ttv-mod-taxonomy__item{border-radius:999px;min-height:42px;width:auto}.ttv-mod-video--channel-gallery{background:#211b19;color:#fff;padding:clamp(24px,4vw,52px)}.ttv-mod-video--channel-gallery .ttv-v2-section-header,.ttv-mod-video--channel-gallery .ttv-v2-section-header a{color:#fff}.ttv-mod-search form{flex-wrap:wrap}.ttv-mod-search__scope{align-items:center;border-top:1px solid var(--ttv-color-border);display:flex;flex:1 0 100%;flex-wrap:wrap;gap:10px 16px;padding-top:12px}.ttv-mod-search__scope label{align-items:center;display:inline-flex;font-size:.9rem;gap:6px}.ttv-mod-search__scope select{background:var(--ttv-color-surface);border:1px solid var(--ttv-color-border);border-radius:7px;color:var(--ttv-color-text);min-height:42px;min-width:min(280px,100%);padding:8px 12px}.ttv-mod-chronograph-intro--historical-band{background:linear-gradient(120deg,#392724,#7b3030 58%,#b45e49);overflow:hidden;position:relative}.ttv-mod-social--counters .ttv-mod-social__links a{background:#7e9d7c;color:#fff;min-height:92px}.ttv-mod-social--counters .ttv-mod-social__links small{color:#fffc;display:block;margin-top:6px}@media(max-width:980px){.ttv-mod-articles__editorial-medallion{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.ttv-mod-articles__editorial-medallion{grid-template-columns:1fr}.ttv-mod-editorial-card .ttv-v2-card--overlay{min-height:420px}.ttv-mod-search__scope{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-mod-search__scope select{grid-column:1/-1;width:100%}}.ttv-fixed-layout-base .ttv-page-sections,.ttv-fixed-layout-extras .ttv-page-sections{min-width:0;width:100%}.ttv-fixed-layout-base .ttv-page-sections{margin-block:clamp(24px,3vw,44px)}.ttv-category-sidebar>.ttv-page-sections,.ttv-county-sidebar>.ttv-page-sections,.ttv-home-after-video-sidebar>.ttv-page-sections,.ttv-subcategory-sidebar>.ttv-page-sections{margin-block:22px 0}.ttv-category-sidebar .ttv-page-section,.ttv-county-sidebar .ttv-page-section,.ttv-home-after-video-sidebar .ttv-page-section,.ttv-subcategory-sidebar .ttv-page-section{min-width:0;width:100%}.ttv-category-sidebar .ttv-page-section__grid,.ttv-county-sidebar .ttv-page-section__grid,.ttv-home-after-video-sidebar .ttv-page-section__grid,.ttv-subcategory-sidebar .ttv-page-section__grid{grid-template-columns:minmax(0,1fr)!important}.ttv-fixed-layout-extras--before-footer{margin-inline:auto;margin-top:clamp(32px,4vw,64px);width:min(var(--ttv-container-wide,1350px),calc(100% - var(--ttv-page-gutter-desktop, 40px)*2))}@media(max-width:900px){.ttv-fixed-layout-extras--before-footer{width:min(100% - 36px,var(--ttv-container-wide,1350px))}}.ttv-site-area--top .ttv-site-area-block--date_weather{align-self:center;grid-column:1!important;justify-self:start;overflow:visible;width:min(100%,220px)}.ttv-date-weather--compact-card{align-items:stretch;color:var(--ttv-area-color,#303030);display:flex;flex-direction:column;font-family:var(--ttv-font-interface,sans-serif);gap:8px;line-height:1;margin:0;max-width:100%;min-width:0;position:relative;text-align:left;width:clamp(180px,15.5vw,220px)}.ttv-date-weather--compact-card .ttv-date-weather__clock-panel{align-items:flex-start;display:flex;flex-direction:column;min-width:0}.ttv-date-weather--compact-card .ttv-date-weather__county-viewport{display:grid;min-height:14px;overflow:hidden;width:100%}.ttv-date-weather--compact-card .ttv-date-weather__county{color:inherit;display:block;font-size:clamp(11px,.95vw,14px);font-weight:800;grid-area:1/1;letter-spacing:.018em;line-height:1;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.ttv-date-weather--compact-card .ttv-date-weather__clock{color:inherit;display:block;font-size:clamp(50px,4.65vw,66px);font-weight:800;letter-spacing:-.075em;line-height:.86;margin:2px 0 0;white-space:nowrap}.ttv-date-weather--compact-card .ttv-date-weather__calendar{color:inherit;display:block;font-size:clamp(8px,.72vw,10px);font-weight:400;letter-spacing:0;line-height:1.15;margin-top:9px;opacity:.86;overflow:hidden;text-overflow:ellipsis;text-transform:lowercase;white-space:nowrap;width:100%}.ttv-date-weather--compact-card .ttv-date-weather__weather{display:block;min-width:0;width:100%}.ttv-date-weather--compact-card .ttv-county-weather-slider{display:block;min-width:0;position:relative;width:100%}.ttv-date-weather--compact-card .ttv-county-weather-slider__viewport{display:grid;min-width:0;overflow:hidden;width:100%}.ttv-date-weather--compact-card .ttv-county-weather-slider__item{align-items:start;color:inherit;display:grid;gap:8px;grid-area:1/1;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;text-decoration:none;white-space:normal;width:100%}.ttv-date-weather--compact-card .ttv-weather-metric{display:grid;gap:4px;justify-items:center;min-width:0;text-align:center}.ttv-date-weather--compact-card .ttv-weather-metric img{display:block;height:clamp(20px,1.7vw,25px);-o-object-fit:contain;object-fit:contain;width:clamp(20px,1.7vw,25px)}.ttv-date-weather--compact-card .ttv-weather-metric strong{color:inherit;display:block;font-size:clamp(12px,1.15vw,16px);font-weight:400;letter-spacing:-.03em;line-height:1;white-space:nowrap}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls{display:grid;gap:3px;opacity:.18;position:absolute;right:-26px;top:50%;transform:translateY(-50%);transition:opacity .18s ease}.ttv-date-weather--compact-card:focus-within .ttv-county-weather-slider__controls,.ttv-date-weather--compact-card:hover .ttv-county-weather-slider__controls{opacity:.75}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls button{background:transparent;border:1px solid color-mix(in srgb,currentColor 15%,transparent);border-radius:50%;color:inherit;cursor:pointer;display:grid;font:700 11px/1 var(--ttv-font-interface,sans-serif);height:18px;padding:0;place-items:center;width:18px}.ttv-date-weather--compact-card .ttv-date-weather__source{bottom:-10px;font-size:7px;margin:0;opacity:.35;position:absolute;right:0}.ttv-weather-county-enter-active,.ttv-weather-county-leave-active,.ttv-weather-slide-enter-active,.ttv-weather-slide-leave-active{transition:opacity .22s ease,transform .22s ease}.ttv-weather-county-enter-from,.ttv-weather-slide-enter-from{opacity:0;transform:translateY(5px)}.ttv-weather-county-leave-to,.ttv-weather-slide-leave-to{opacity:0;transform:translateY(-5px)}@media(max-width:1100px){.ttv-site-area--top .ttv-site-area-block--date_weather{grid-column:1!important;width:min(100%,190px)}.ttv-date-weather--compact-card{width:clamp(165px,18vw,190px)}.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:clamp(46px,6vw,58px)}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls{right:-20px}}@media(max-width:700px){.ttv-site-area--top .ttv-site-area-block--date_weather{grid-column:1!important;justify-self:start;width:min(100%,160px)}.ttv-date-weather--compact-card{gap:6px;width:min(100%,160px)}.ttv-date-weather--compact-card .ttv-date-weather__county{font-size:9px}.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:clamp(38px,11vw,48px)}.ttv-date-weather--compact-card .ttv-date-weather__calendar{font-size:7px;margin-top:6px}.ttv-date-weather--compact-card .ttv-county-weather-slider__item{gap:5px}.ttv-date-weather--compact-card .ttv-weather-metric img{height:18px;width:18px}.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:11px}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls,.ttv-date-weather--compact-card .ttv-date-weather__source{display:none}}@media(prefers-reduced-motion:reduce){.ttv-weather-county-enter-active,.ttv-weather-county-leave-active,.ttv-weather-slide-enter-active,.ttv-weather-slide-leave-active{transition:none}}.ttv-site-area--top .ttv-site-area-block--date_weather{justify-self:center;text-align:center}.ttv-date-weather--compact-card,.ttv-date-weather--compact-card .ttv-date-weather__clock-panel{align-items:center;justify-items:center;text-align:center}.ttv-date-weather--compact-card .ttv-county-weather-slider,.ttv-date-weather--compact-card .ttv-county-weather-slider__viewport,.ttv-date-weather--compact-card .ttv-date-weather__calendar,.ttv-date-weather--compact-card .ttv-date-weather__county,.ttv-date-weather--compact-card .ttv-date-weather__county-viewport,.ttv-date-weather--compact-card .ttv-date-weather__weather{margin-inline:auto;text-align:center}.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:var(--ttv-area-block-size-desktop,56px)}.ttv-date-weather--compact-card .ttv-county-weather-slider__item{align-items:start;gap:8px;justify-items:center}.ttv-date-weather--compact-card .ttv-weather-metric{align-content:start;gap:1px;justify-content:center;justify-items:center}.ttv-date-weather--compact-card .ttv-weather-metric__icon{display:block;height:23px!important;max-height:23px;max-width:23px;min-height:23px;min-width:23px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:23px!important}.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:14px;line-height:1;margin-top:0}.ttv-area-button--enhanced{font-size:var(--ttv-area-button-text-size-desktop,inherit);isolation:isolate;min-height:var(--ttv-area-button-height-desktop,42px);overflow:hidden;padding:10px 18px;position:relative;text-align:var(--ttv-area-button-text-align,center);transition:transform .24s ease,box-shadow .24s ease,filter .24s ease;width:var(--ttv-area-button-width-desktop,auto)}.ttv-area-button--enhanced.ttv-area-button--full{display:flex;width:100%}.ttv-area-button__media,.ttv-area-button__overlay,.ttv-area-button__shine{inset:0;pointer-events:none;position:absolute}.ttv-area-button__media{background-position:var(--ttv-area-button-background-position,center center);background-repeat:no-repeat;background-size:var(--ttv-area-button-background-size,cover);transform:scale(1.001);transition:transform .5s ease,filter .35s ease;z-index:-3}.ttv-area-button__overlay{background:var(--ttv-area-button-overlay,#000);opacity:var(--ttv-area-button-overlay-opacity,.28);z-index:-2}.ttv-area-button__shine{background:linear-gradient(105deg,transparent,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.46) 50%,hsla(0,0%,100%,0) 80%,transparent);transform:translate(-180%) skew(-18deg);width:45%;z-index:-1}.ttv-area-button__label{color:inherit;display:block;position:relative;text-align:inherit;width:100%;z-index:1}.ttv-area-button--has-image{background:var(--ttv-area-button-bg,transparent)}.ttv-area-button--has-image.ttv-area-button--outline,.ttv-area-button--has-image.ttv-area-button--text{color:var(--ttv-area-button-color,#fff)}.ttv-area-button--animation-pulse{animation:ttv-area-button-pulse var(--ttv-area-button-animation-duration,3s) ease-in-out infinite}.ttv-area-button--animation-float{animation:ttv-area-button-float var(--ttv-area-button-animation-duration,3s) ease-in-out infinite}.ttv-area-button--animation-shine .ttv-area-button__shine{animation:ttv-area-button-shine var(--ttv-area-button-animation-duration,3s) ease-in-out infinite}.ttv-area-button--animation-zoom:focus-visible .ttv-area-button__media,.ttv-area-button--animation-zoom:hover .ttv-area-button__media{transform:scale(1.08)}.ttv-area-button--enhanced:focus-visible,.ttv-area-button--enhanced:hover{box-shadow:0 8px 22px #00000026;filter:brightness(1.04)}@keyframes ttv-area-button-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@keyframes ttv-area-button-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes ttv-area-button-shine{0%,58%{transform:translate(-180%) skew(-18deg)}82%,to{transform:translate(310%) skew(-18deg)}}@media(max-width:1024px){.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:var(--ttv-area-block-size-tablet,var(--ttv-area-block-size-desktop,52px))}.ttv-area-button--enhanced{font-size:var(--ttv-area-button-text-size-tablet,var(--ttv-area-button-text-size-desktop,inherit));min-height:var(--ttv-area-button-height-tablet,var(--ttv-area-button-height-desktop,42px));width:var(--ttv-area-button-width-tablet,var(--ttv-area-button-width-desktop,auto))}}@media(max-width:700px){.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:var(--ttv-area-block-size-mobile,var(--ttv-area-block-size-tablet,46px))}.ttv-date-weather--compact-card .ttv-weather-metric__icon{height:23px!important;min-height:23px;min-width:23px;width:23px!important}.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:14px}.ttv-area-button--enhanced{font-size:var(--ttv-area-button-text-size-mobile,var(--ttv-area-button-text-size-tablet,var(--ttv-area-button-text-size-desktop,inherit)));min-height:var(--ttv-area-button-height-mobile,var(--ttv-area-button-height-tablet,var(--ttv-area-button-height-desktop,42px)));width:var(--ttv-area-button-width-mobile,var(--ttv-area-button-width-tablet,auto))}}@media(prefers-reduced-motion:reduce){.ttv-area-button--animation-float,.ttv-area-button--animation-pulse,.ttv-area-button--animation-shine .ttv-area-button__shine{animation:none!important}.ttv-area-button--enhanced,.ttv-area-button__media{transition:none!important}}.ttv-site-area-block{align-self:var(--ttv-area-block-align-self-desktop,center);justify-self:var(--ttv-area-block-justify-desktop,stretch);margin-bottom:var(--ttv-area-block-margin-bottom-desktop,0);margin-left:var(--ttv-area-block-margin-left-desktop,0);margin-top:var(--ttv-area-block-margin-top-desktop,0);opacity:var(--ttv-area-block-opacity,1);width:var(--ttv-area-block-width-desktop,auto)}.ttv-site-area--top .ttv-site-area-block--date_weather{align-self:var(--ttv-area-block-align-self-desktop,center);grid-column-end:auto!important;grid-column-start:min(var(--ttv-area-block-column-desktop,1),var(--ttv-area-columns-desktop,1))!important;justify-self:var(--ttv-area-block-justify-desktop,start);margin-bottom:var(--ttv-area-block-margin-bottom-desktop,-2%);margin-left:var(--ttv-area-block-margin-left-desktop,-270px);margin-top:var(--ttv-area-block-margin-top-desktop,5%);opacity:var(--ttv-area-block-opacity,.6);overflow:visible;width:var(--ttv-area-block-width-desktop,min(100%,220px))}@media(min-width:701px)and (max-width:1024px){.ttv-site-area-block{align-self:var(--ttv-area-block-align-self-tablet,var(--ttv-area-block-align-self-desktop,center));justify-self:var(--ttv-area-block-justify-tablet,var(--ttv-area-block-justify-desktop,stretch));width:var(--ttv-area-block-width-tablet,var(--ttv-area-block-width-desktop,auto))}.ttv-site-area--top .ttv-site-area-block--date_weather,.ttv-site-area-block{margin-bottom:var(--ttv-area-block-margin-bottom-tablet,0);margin-left:var(--ttv-area-block-margin-left-tablet,0);margin-top:var(--ttv-area-block-margin-top-tablet,0)}.ttv-site-area--top .ttv-site-area-block--date_weather{align-self:var(--ttv-area-block-align-self-tablet,center);grid-column-start:min(var(--ttv-area-block-column-tablet,1),var(--ttv-area-columns-tablet,1))!important;justify-self:var(--ttv-area-block-justify-tablet,center);width:var(--ttv-area-block-width-tablet,min(100%,220px))}}@media(max-width:700px){.ttv-site-area-block{align-self:var(--ttv-area-block-align-self-mobile,var(--ttv-area-block-align-self-tablet,center));justify-self:var(--ttv-area-block-justify-mobile,var(--ttv-area-block-justify-tablet,stretch));width:var(--ttv-area-block-width-mobile,var(--ttv-area-block-width-tablet,100%))}.ttv-site-area--top .ttv-site-area-block--date_weather,.ttv-site-area-block{margin-bottom:var(--ttv-area-block-margin-bottom-mobile,0);margin-left:var(--ttv-area-block-margin-left-mobile,0);margin-top:var(--ttv-area-block-margin-top-mobile,0)}.ttv-site-area--top .ttv-site-area-block--date_weather{align-self:var(--ttv-area-block-align-self-mobile,center);grid-column-start:min(var(--ttv-area-block-column-mobile,1),var(--ttv-area-columns-mobile,1))!important;justify-self:var(--ttv-area-block-justify-mobile,center);width:var(--ttv-area-block-width-mobile,min(100%,220px))}}@media(min-width:701px)and (max-width:1180px){.ttv-home-opening-layout{align-items:start;display:grid!important;grid-auto-flow:row;grid-template-columns:minmax(0,1fr)!important}.ttv-home-opening-layout>.ttv-home-opening-layout__sidebar,.ttv-home-opening-layout>.ttv-home-top-stories,.ttv-home-opening-layout__main{grid-column:1!important;grid-row:auto!important;min-width:0;width:100%}.ttv-home-opening-layout>.ttv-home-opening-layout__sidebar{align-self:start;position:static!important}.ttv-home-opening-layout>.ttv-home-top-stories{padding-left:22px}.ttv-home-lead-pair>.ttv-home-lead-pair__secondary,.ttv-home-lead-pair>.ttv-home-lead-story{grid-column:auto!important;grid-row:auto!important;min-width:0}.ttv-home-opening-layout>.ttv-home-top-stories ol{-moz-column-gap:clamp(20px,3vw,34px);column-gap:clamp(20px,3vw,34px);grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:701px)and (max-width:900px){.ttv-home-lead-pair{grid-template-columns:minmax(0,1fr)!important}.ttv-home-lead-pair>.ttv-home-lead-story{grid-column:1!important;grid-row:1!important}.ttv-home-lead-pair>.ttv-home-lead-pair__secondary{grid-column:1!important;grid-row:2!important}}.ttv-site-area--header .ttv-chronograph-block{align-items:center}.ttv-header .ttv-chronograph--artwork,.ttv-site-area--header .ttv-chronograph--artwork{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;box-shadow:none;display:inline-grid;height:auto;line-height:0;min-height:0;min-width:0;overflow:visible;padding:0;place-items:center;width:auto}.ttv-header .ttv-chronograph--artwork:after,.ttv-header .ttv-chronograph--artwork:before,.ttv-site-area--header .ttv-chronograph--artwork:after,.ttv-site-area--header .ttv-chronograph--artwork:before{content:none;display:none}.ttv-chronograph__artwork{display:block;filter:drop-shadow(0 7px 10px rgb(54 31 20/20%));height:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;transition:transform .18s ease,filter .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:clamp(122px,9vw,154px)}.ttv-chronograph--compact .ttv-chronograph__artwork{width:clamp(42px,3.8vw,54px)}.ttv-chronograph--artwork:focus-visible .ttv-chronograph__artwork,.ttv-chronograph--artwork:hover .ttv-chronograph__artwork{filter:drop-shadow(0 9px 13px rgb(54 31 20/28%));transform:translateY(-1px) scale(1.018)}.ttv-chronograph--artwork:focus-visible{outline:3px solid color-mix(in srgb,var(--ttv-color-primary) 42%,transparent);outline-offset:4px}@media(min-width:1025px)and (max-width:1366px){.ttv-chronograph--full .ttv-chronograph__artwork{width:clamp(104px,8.5vw,128px)}.ttv-chronograph--compact .ttv-chronograph__artwork{width:clamp(40px,3.6vw,50px)}}@media(min-width:701px)and (max-width:1024px){.ttv-chronograph--full .ttv-chronograph__artwork{width:clamp(82px,11vw,104px)}.ttv-chronograph--compact .ttv-chronograph__artwork{width:clamp(38px,5vw,48px)}}@media(max-width:700px){.ttv-chronograph--full .ttv-chronograph__artwork{width:clamp(64px,20vw,82px)}.ttv-chronograph--compact .ttv-chronograph__artwork{width:clamp(34px,11vw,44px)}}.ttv-chronograph-overlay{box-sizing:border-box;padding:clamp(18px,3vw,32px)}.ttv-chronograph-modal--retro{box-sizing:border-box;max-width:90vw;width:min(680px,90vw)}@media(min-width:1025px)and (max-width:1366px){.ttv-chronograph-modal--retro{padding:clamp(27px,3vw,36px);width:min(650px,90vw)}.ttv-chronograph-wheels{gap:clamp(18px,2.6vw,28px);margin-top:24px}.ttv-chronograph-drum-assembly{max-width:230px}.ttv-chronograph-county-drum-assembly{width:min(100%,535px)}}@media(min-width:701px)and (max-width:1024px){.ttv-chronograph-overlay{padding:34px 5vw 24px;place-items:start center}.ttv-chronograph-modal--retro{margin-block:auto;padding:clamp(24px,4vw,32px);width:min(650px,90vw)}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header h2{font-size:clamp(22px,3.8vw,28px)}.ttv-chronograph-wheels{gap:clamp(14px,3vw,24px);margin:24px 0 16px}.ttv-chronograph-drum-assembly{grid-template-columns:22px minmax(0,1fr) 22px;max-width:220px}.ttv-chronograph-drum{height:142px}.ttv-chronograph-county-field{margin:16px 0 20px}.ttv-chronograph-county-drum-assembly{width:min(100%,520px)}}@media(max-width:700px){.ttv-chronograph-overlay{padding:34px 3vw 16px;place-items:start center}.ttv-chronograph-modal--retro{border-radius:20px;margin-block:0 16px;max-width:94vw;padding:23px 16px 19px;width:94vw}.ttv-chronograph-modal--retro:before{border-radius:14px;inset:7px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__clock{font-size:23px;height:50px;top:-24px;width:50px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header{padding-inline:8px}.ttv-chronograph-modal--retro .ttv-chronograph-modal__header h2{font-size:clamp(19px,5.5vw,25px)}.ttv-chronograph-modal__close{font-size:22px;height:38px;width:38px}.ttv-chronograph-wheels{gap:12px;margin:22px 0 14px}.ttv-chronograph-drum-assembly{grid-template-columns:20px minmax(0,1fr) 20px;max-width:210px}.ttv-chronograph-drum-knob{height:38px;width:26px}.ttv-chronograph-drum{border-radius:17px;border-width:4px;height:126px}.ttv-chronograph-drum__value{font-size:15px}.ttv-chronograph-drum__value--current{font-size:19px}.ttv-chronograph-wheel-field__hint{font-size:9px;margin-top:4px}.ttv-chronograph-county-field{margin:14px 0 17px}.ttv-chronograph-county-drum-assembly{grid-template-columns:26px minmax(0,1fr) 26px;width:100%}.ttv-chronograph-county-drum{border-width:4px;height:72px}.ttv-chronograph-county-knob{height:40px;width:30px}.ttv-chronograph-submit{padding:13px 20px}.ttv-chronograph-note{font-size:10px;margin-top:10px}}@media(max-width:519px){.ttv-chronograph-wheels{gap:15px;grid-template-columns:minmax(0,1fr)}.ttv-chronograph-drum-assembly{max-width:250px}.ttv-chronograph-wheel-field__hint{display:none}.ttv-chronograph-county-drum__track{grid-template-columns:.76fr 1.48fr .76fr}.ttv-chronograph-county-drum__value{font-size:12px;padding-inline:4px}.ttv-chronograph-county-drum__value--current{font-size:15px}}@media(max-height:720px)and (min-width:701px){.ttv-chronograph-overlay{padding-block:28px 16px;place-items:start center}.ttv-chronograph-modal--retro{padding-block:24px 20px}.ttv-chronograph-wheels{margin-top:18px}.ttv-chronograph-drum{height:124px}.ttv-chronograph-county-field{margin-block:12px 15px}.ttv-chronograph-county-drum{height:70px}.ttv-chronograph-note{margin-top:8px}}@media(prefers-reduced-motion:reduce){.ttv-chronograph__artwork{transition:none}}@media(min-width:1367px){.ttv-chronograph--full .ttv-chronograph__artwork{width:111px}}.ttv-footer-v2__managed>.ttv-site-area__inner,.ttv-site-area--container-text>.ttv-site-area__inner,.ttv-site-area--container-wide>.ttv-site-area__inner,.ttv-site-area--counties.ttv-site-area--container-full>.ttv-site-area__inner{margin-inline:auto;max-width:var(--ttv-safe-content-width);width:auto!important}.ttv-county-card-meta,.ttv-date-weather--compact-card .ttv-date-weather__calendar,.ttv-date-weather--compact-card .ttv-date-weather__county,.ttv-date-weather--compact-card .ttv-weather-metric strong,.ttv-home-editor-choice-card .ttv-home-meta,.ttv-home-highlights time,.ttv-home-meta,.ttv-home-overview-list time,.ttv-home-sidebar-widget li :is(small,time),.ttv-home-small-story time,.ttv-home-top-stories li :is(small,time){color:#6f625d!important}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls{gap:4px;right:-30px}.ttv-footer-v2__logo img,.ttv-site-identity__logo img,.ttv-site-logo-block img{height:auto}.ttv-home-lead-story__copy>p,.ttv-home-opening-layout__sidebar ol li div small,.ttv-home-overview-lead>div>p,.ttv-home-overview-list article div time,.ttv-home-sidebar-recent article div time,.ttv-home-sidebar-widget ol li div small{color:#6f625d!important}.ttv-home-opening-layout__sidebar ol li>span,.ttv-home-sidebar-widget ol li>span{color:#8f352c!important}.ttv-county-category-section__lead-copy small{color:#fff!important}.ttv-home-youtube-gallery__new{background-color:#c90000!important}.ttv-article-block.is-width-standard{margin-inline:auto;width:min(100%,860px)}.ttv-article-block.is-width-wide{margin-inline:auto;width:min(100%,1100px)}.ttv-article-block.is-width-full{width:100%}.ttv-article-block__heading.is-align-center{text-align:center}.ttv-article-block__heading.is-align-end{text-align:right}.ttv-article-block__image.is-align-start{margin-right:auto;width:min(100%,760px)}.ttv-article-block__image.is-align-center{margin-inline:auto;width:min(100%,920px)}.ttv-article-block__image.is-align-end{margin-left:auto;width:min(100%,760px)}.ttv-article-block__image>a{display:block}.ttv-article-photo-gallery__header,.ttv-article-video__title{margin:0 0 .8rem}.ttv-article-photo-gallery{--ttv-article-gallery-columns:3;--ttv-article-gallery-ratio:4/3;display:grid;gap:clamp(.75rem,1.7vw,1.15rem)}.ttv-article-photo-gallery__header{align-items:end;display:flex;gap:1rem;justify-content:space-between}.ttv-article-photo-gallery__header h2{font-size:clamp(1.35rem,2.4vw,1.9rem);margin:0}.ttv-article-photo-gallery__header>span{color:var(--ttv-color-text-muted,#746a65);flex:0 0 auto;font-size:.82rem;font-weight:700}.ttv-article-photo-gallery__items{display:grid;gap:clamp(.65rem,1.5vw,1rem);grid-template-columns:repeat(var(--ttv-article-gallery-columns,3),minmax(0,1fr))}.ttv-article-photo-gallery.is-masonry .ttv-article-photo-gallery__items{-moz-column-gap:clamp(.65rem,1.5vw,1rem);column-gap:clamp(.65rem,1.5vw,1rem);-moz-columns:var(--ttv-article-gallery-columns,3);columns:var(--ttv-article-gallery-columns,3);display:block}.ttv-article-photo-gallery figure{background:var(--ttv-color-surface,#fff);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d8d2) 82%,transparent);border-radius:clamp(10px,1.4vw,16px);margin:0;min-width:0;overflow:hidden}.ttv-article-photo-gallery.is-masonry .ttv-article-photo-gallery__items>figure{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:clamp(.65rem,1.5vw,1rem)}.ttv-article-photo-gallery__media{background:color-mix(in srgb,var(--ttv-color-surface-soft,#f7f3f0) 82%,#000);border:0;color:inherit;display:block;overflow:hidden;padding:0;width:100%}button.ttv-article-photo-gallery__media{cursor:zoom-in}.ttv-article-photo-gallery__media img{aspect-ratio:var(--ttv-article-gallery-ratio,4/3);display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .28s ease;width:100%}button.ttv-article-photo-gallery__media:focus-visible img,button.ttv-article-photo-gallery__media:hover img{transform:scale(1.025)}.ttv-article-photo-gallery figcaption{color:var(--ttv-color-text,#302826);display:grid;font-size:.86rem;gap:.2rem;line-height:1.42;padding:.62rem .75rem .7rem}.ttv-article-photo-gallery figcaption small{color:var(--ttv-color-text-muted,#746a65);font-size:.78rem}.ttv-article-photo-gallery__featured{display:grid;gap:.75rem}.ttv-article-photo-gallery__featured>figure{width:100%}.ttv-article-photo-gallery__featured .ttv-article-photo-gallery__media img,.ttv-article-photo-gallery__slide .ttv-article-photo-gallery__media img{max-height:min(72vh,760px);-o-object-fit:contain;object-fit:contain}.ttv-article-photo-gallery__thumbnails{display:grid;gap:.5rem;grid-auto-columns:minmax(70px,110px);grid-auto-flow:column;overflow-x:auto;padding:.12rem .12rem .35rem;scrollbar-width:thin}.ttv-article-photo-gallery__thumbnails button{background:transparent;border:2px solid transparent;border-radius:9px;cursor:pointer;overflow:hidden;padding:0}.ttv-article-photo-gallery__thumbnails button.is-active{border-color:var(--ttv-color-primary,#832e2e)}.ttv-article-photo-gallery__thumbnails img{aspect-ratio:1/1;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-photo-gallery__slider{border-radius:clamp(10px,1.4vw,16px);min-width:0;overflow:hidden}.ttv-article-photo-gallery__track{display:flex;transition:transform .42s cubic-bezier(.2,.75,.25,1);will-change:transform}.ttv-article-photo-gallery__slide{flex:0 0 100%}.ttv-article-photo-gallery__controls{align-items:center;display:flex;gap:.75rem;justify-content:center}.ttv-article-photo-gallery__controls button{background:var(--ttv-color-surface,#fff);border:1px solid var(--ttv-color-border,#e2d8d2);border-radius:999px;color:var(--ttv-color-text,#302826);cursor:pointer;display:grid;font-size:1.05rem;height:42px;padding:0;place-items:center;width:42px}.ttv-article-photo-gallery__controls button:disabled{cursor:default;opacity:.38}.ttv-article-photo-gallery__controls span{color:var(--ttv-color-text-muted,#746a65);font-size:.8rem;font-weight:700;min-width:4.25rem;text-align:center}.ttv-article-lightbox{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0a0af5;display:grid;gap:.8rem;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) auto;inset:0;padding:clamp(3.4rem,6vw,5.5rem) clamp(.75rem,3vw,2.5rem) 1rem;position:fixed;z-index:10050}.ttv-article-lightbox>figure{align-content:center;display:grid;grid-column:2;grid-row:1;justify-items:center;margin:0 auto;max-height:calc(100vh - 9.5rem);max-width:min(1380px,100%);min-width:0;touch-action:pan-y}.ttv-article-lightbox>figure>img{display:block;max-height:calc(100vh - 13rem);max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ttv-article-lightbox figcaption{color:#fff;display:grid;font-size:.92rem;gap:.2rem;justify-items:center;max-width:850px;padding:.7rem .8rem 0;text-align:center}.ttv-article-lightbox figcaption small{color:#ffffffb8;font-size:.8rem}.ttv-article-lightbox__close,.ttv-article-lightbox__next,.ttv-article-lightbox__previous{background:#ffffff1c;border:1px solid hsla(0,0%,100%,.3);border-radius:999px;color:#fff;cursor:pointer;display:grid;padding:0;place-items:center}.ttv-article-lightbox__close{font-size:1.85rem;height:46px;position:absolute;right:1rem;top:1rem;width:46px}.ttv-article-lightbox__next,.ttv-article-lightbox__previous{font-size:1.2rem;grid-row:1;height:48px;width:48px}.ttv-article-lightbox__previous{grid-column:1}.ttv-article-lightbox__next{grid-column:3}.ttv-article-lightbox__next:disabled,.ttv-article-lightbox__previous:disabled{cursor:default;opacity:.3}.ttv-article-lightbox__counter{color:#fff;font-size:.82rem;font-weight:750;left:50%;position:absolute;top:1.75rem;transform:translate(-50%)}.ttv-article-lightbox__thumbnails{display:flex;gap:.4rem;grid-column:1/-1;grid-row:2;justify-content:center;max-width:100%;overflow-x:auto;padding:.2rem;scrollbar-width:thin}.ttv-article-lightbox__thumbnails button{background:transparent;border:2px solid transparent;border-radius:7px;cursor:pointer;flex:0 0 52px;overflow:hidden;padding:0}.ttv-article-lightbox__thumbnails button.is-active{border-color:#fff}.ttv-article-lightbox__thumbnails img{aspect-ratio:1/1;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-article-lightbox-enter-active,.ttv-article-lightbox-leave-active{transition:opacity .2s ease}.ttv-article-lightbox-enter-from,.ttv-article-lightbox-leave-to{opacity:0}.ttv-article-video__caption{color:var(--ttv-color-text-muted,#746a65);font-size:.88em;margin:.65rem 0 0}.ttv-article-quote.is-accent{background:color-mix(in srgb,var(--ttv-color-primary,#832e2e) 10%,#fff);border-left-width:8px}.ttv-article-quote.is-large p{font-size:clamp(1.35rem,2.6vw,1.85rem)}.ttv-article-info-box.is-neutral{background:var(--ttv-color-surface-soft,#f7f3f0);border-color:var(--ttv-color-border,#d8d0cb)}.ttv-article-info-box.is-info{background:#edf5f8;border-color:#49758f}.ttv-article-info-box.is-important{background:#fff0ed;border-color:var(--ttv-color-primary,#832e2e)}.ttv-article-info-box>strong{display:block;margin-bottom:.45rem}.ttv-article-info-box>.ttv-editorial-prose>:last-child{margin-bottom:0}.ttv-article-document{grid-template-columns:auto minmax(0,1fr) auto}.ttv-article-document__button{background:var(--ttv-color-primary,#832e2e);border-radius:999px;color:#fff;font-size:.76rem;font-weight:800;padding:.48rem .72rem;white-space:nowrap}.ttv-article-table.is-striped tbody tr:nth-child(2n):not(.is-highlighted){background:color-mix(in srgb,var(--ttv-color-surface-soft,#f7f3f0) 75%,transparent)}.ttv-article-table.is-compact td,.ttv-article-table.is-compact th{font-size:.88em;padding:.4rem .55rem}.ttv-article-table.has-row-headers tbody th{background:var(--ttv-color-surface-soft,#f7f3f0);font-weight:800}.ttv-article-source{background:var(--ttv-color-surface-soft,#faf6f3);border:1px solid var(--ttv-color-border,#e2d8d2);border-radius:var(--ttv-radius-card,12px);display:grid;gap:.8rem;grid-template-columns:auto minmax(0,1fr);padding:.9rem 1rem}.ttv-article-ad__label,.ttv-article-source__label{color:var(--ttv-color-primary,#832e2e);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ttv-article-source p{color:var(--ttv-color-text-muted,#746a65);font-size:.86em;margin:.25rem 0 0}.ttv-article-related.is-compact>div,.ttv-article-related.is-list>div{grid-template-columns:1fr}.ttv-article-related.is-list a{align-items:center;grid-template-columns:minmax(120px,180px) minmax(0,1fr)}.ttv-article-related.is-compact a{align-items:center;border-bottom:1px solid var(--ttv-color-border,#e2d8d2);grid-template-columns:minmax(90px,120px) minmax(0,1fr);padding-block:.5rem}.ttv-article-related a span{display:grid;gap:.35rem}.ttv-article-related a small{color:var(--ttv-color-text-muted,#746a65);font-weight:400}.ttv-article-ad{border-radius:var(--ttv-radius-card,12px);position:relative}.ttv-article-ad__label{justify-self:start}@media(min-width:1025px){.ttv-article-block.is-hidden-desktop{display:none!important}}@media(min-width:701px)and (max-width:1024px){.ttv-article-block.is-hidden-tablet{display:none!important}.ttv-article-photo-gallery__items{grid-template-columns:repeat(2,minmax(0,1fr))}.ttv-article-photo-gallery.is-masonry .ttv-article-photo-gallery__items{-moz-columns:2;column-count:2}}@media(max-width:700px){.ttv-article-block.is-hidden-mobile{display:none!important}.ttv-article-photo-gallery.is-masonry .ttv-article-photo-gallery__items,.ttv-article-photo-gallery__items{-moz-columns:auto;columns:auto;display:grid;grid-template-columns:1fr}.ttv-article-photo-gallery__header{align-items:start}.ttv-article-photo-gallery__header>span{padding-top:.35rem}.ttv-article-photo-gallery__controls button{height:44px;width:44px}.ttv-article-lightbox{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;padding:4rem .65rem .75rem}.ttv-article-lightbox>figure{grid-column:1;grid-row:1;max-height:calc(100vh - 8.5rem)}.ttv-article-lightbox>figure>img{max-height:calc(100vh - 12rem)}.ttv-article-lightbox__next,.ttv-article-lightbox__previous{height:44px;position:absolute;top:50%;transform:translateY(-50%);width:44px;z-index:1}.ttv-article-lightbox__previous{left:.65rem}.ttv-article-lightbox__next{right:.65rem}.ttv-article-lightbox__thumbnails{grid-column:1;grid-row:2;justify-content:start}.ttv-article-document{grid-template-columns:auto minmax(0,1fr)}.ttv-article-document__button{grid-column:1/-1;justify-self:start}.ttv-article-related.is-compact a,.ttv-article-related.is-list a{grid-template-columns:100px minmax(0,1fr)}}:is(a,div,figure):has(>.ttv-video-article-badge){overflow:hidden;position:relative}.ttv-article-media-image{transition:opacity .16s ease,transform .26s ease}.ttv-article-media-image.is-previewing{opacity:0}.ttv-article-video-preview{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;opacity:0;pointer-events:none;position:absolute;transition:opacity .16s ease;width:100%;z-index:2}.ttv-article-video-preview.is-active{opacity:1}.ttv-video-article-badge{aspect-ratio:1;background:#7e1923e0;border:2px solid hsla(0,0%,100%,.92);border-radius:999px;box-shadow:0 8px 24px #00000042;color:#fff;display:grid;font-size:clamp(13px,2vw,19px);left:50%;line-height:1;place-items:center;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .16s ease;width:clamp(38px,10%,58px);z-index:4}.ttv-video-article-badge.is-previewing{opacity:0;transform:translate(-50%,-50%) scale(.86)}.ttv-video-article-duration{background:#000000c7;border-radius:4px;bottom:8px;color:#fff;font-size:11px;font-weight:600;line-height:1;padding:3px 6px;pointer-events:none;position:absolute;right:8px;z-index:4}.ttv-article-template__featured-video>video{aspect-ratio:16/9;background:#080808;border:0;display:block;-o-object-fit:contain;object-fit:contain;width:100%}@media(prefers-reduced-motion:reduce){.ttv-article-video-preview{display:none}}.ttv-header-search{left:max(var(--ttv-page-gutter-desktop,40px),calc((100% - var(--ttv-container-wide, 1350px))/2));position:absolute;top:50%;transform:translateY(-50%);transition:opacity var(--ttv-header-transition-ms,.28s) ease,transform var(--ttv-header-transition-ms,.28s) ease;width:clamp(230px,25vw,330px);z-index:42}.ttv-header--compact .ttv-header-search,.ttv-header-search.is-compact{opacity:0;pointer-events:none;transform:translateY(calc(-50% - 5px))}.ttv-header-search__form{align-items:center;background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 94%,transparent);border:1px solid color-mix(in srgb,var(--ttv-color-border,#e2d4c8) 88%,#fff);border-radius:9px;box-shadow:0 10px 26px #2f242112;display:grid;grid-template-columns:auto minmax(0,1fr) auto;overflow:hidden}.ttv-header-search__icon{color:var(--ttv-color-muted,#8a7b74);font-size:17px;padding-left:13px}.ttv-header-search__form input{background:transparent;border:0;color:var(--ttv-color-text,#332a27);font:400 14px/1 var(--ttv-font-interface,sans-serif);height:44px;min-width:0;outline:0;padding:0 10px}.ttv-header-search__form input::-moz-placeholder{color:color-mix(in srgb,var(--ttv-color-muted,#8a7b74) 78%,transparent)}.ttv-header-search__form input::placeholder{color:color-mix(in srgb,var(--ttv-color-muted,#8a7b74) 78%,transparent)}.ttv-header-search__form button{background:var(--ttv-color-primary,#c25e45);border:0;color:#fff;cursor:pointer;font:700 12px/1 var(--ttv-font-interface,sans-serif);height:44px;min-width:72px;padding:0 14px}.ttv-header-search__panel{background:var(--ttv-color-surface,#fffaf4);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:12px;box-shadow:0 22px 48px #2f24212e;left:0;padding:16px;position:absolute;top:calc(100% + 9px);width:min(440px,calc(100vw - var(--ttv-page-gutter-desktop, 40px)*2))}.ttv-header-search__recent>span,.ttv-header-search__scope>span{color:var(--ttv-color-muted,#8a7b74);display:block;font:700 10px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.11em;margin-bottom:9px;text-transform:uppercase}.ttv-header-search__recent,.ttv-header-search__scope>div{display:flex;flex-wrap:wrap;gap:7px}.ttv-header-search__recent button,.ttv-header-search__scope button{background:var(--ttv-color-surface-soft,#fbf4ed);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:999px;color:var(--ttv-color-text,#332a27);cursor:pointer;font:600 11px/1.2 var(--ttv-font-interface,sans-serif);min-height:31px;padding:7px 11px}.ttv-header-search__scope button.is-active{background:#7e9d7c;border-color:#7e9d7c;color:#fff}.ttv-header-search__suggestions{display:grid;gap:5px;list-style:none;margin:14px -4px -4px;max-height:330px;overflow-y:auto;padding:0 4px}.ttv-header-search__suggestions button{background:transparent;border:0;border-radius:8px;color:var(--ttv-color-text,#332a27);cursor:pointer;display:grid;gap:4px;padding:11px 12px;text-align:left;width:100%}.ttv-header-search__suggestions button:focus-visible,.ttv-header-search__suggestions button:hover{background:var(--ttv-color-surface-soft,#fbf4ed)}.ttv-header-search__suggestions span{color:var(--ttv-color-primary,#c25e45);font:700 9px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.09em;text-transform:uppercase}.ttv-header-search__suggestions strong{font:700 13px/1.35 var(--ttv-font-heading,sans-serif)}.ttv-header-search__suggestions small{color:var(--ttv-color-muted,#8a7b74);font:400 10px/1.2 var(--ttv-font-interface,sans-serif)}.ttv-header-search__empty,.ttv-header-search__status{background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:8px;color:var(--ttv-color-muted,#8a7b74);font:400 12px/1.45 var(--ttv-font-interface,sans-serif);margin-top:14px;padding:12px}.ttv-header-search__empty p{margin:0 0 12px}.ttv-header-search__recent{align-items:center}.ttv-header-search__recent>span{margin-bottom:2px;width:100%}@media(max-width:1024px){.ttv-header-search{display:none}}@media(prefers-reduced-motion:reduce){.ttv-header-search{transition:none}}.ttv-header-search__scope-modes{display:flex;flex-wrap:wrap;gap:7px}.ttv-header-search__taxonomy-select{display:grid;gap:6px;margin-top:12px}.ttv-header-search__taxonomy-select>span{color:var(--ttv-color-muted,#8a7b74);font:700 9px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.1em;text-transform:uppercase}.ttv-header-search__taxonomy-select select{background-color:var(--ttv-color-surface-soft,#fbf4ed);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:8px;color:var(--ttv-color-text,#332a27);cursor:pointer;font:600 12px/1.2 var(--ttv-font-interface,sans-serif);min-height:40px;outline:0;padding:0 38px 0 12px;width:100%}.ttv-header-search__taxonomy-select select:focus{border-color:#7e9d7c;box-shadow:0 0 0 3px #7e9d7c29}.ttv-header-search--desktop{left:auto;right:max(var(--ttv-page-gutter-desktop,40px),calc((100% - var(--ttv-container-wide, 1350px))/2))}.ttv-header-search--desktop .ttv-header-search__panel{left:auto;right:0}.ttv-site-area--header .ttv-site-area-block--chronograph_button{grid-column-start:1;justify-self:start;text-align:left}.ttv-site-area--header .ttv-site-area-block--site_logo{grid-column-start:2;justify-self:center}.ttv-site-area--header .ttv-chronograph-block{justify-content:flex-start}.ttv-header-search--mobile{display:none}.ttv-header-search__mobile-trigger{align-items:center;background:var(--ttv-color-primary,#c25e45);border:1px solid color-mix(in srgb,var(--ttv-color-primary,#c25e45) 82%,#fff);border-radius:8px;box-shadow:0 6px 18px #2f242117;color:#fff;cursor:pointer;display:inline-flex;gap:7px;justify-content:center;min-height:38px;min-width:88px;padding:0 12px}.ttv-header-search__mobile-trigger span{font-size:16px}.ttv-header-search__mobile-trigger strong{font:700 11px/1 var(--ttv-font-interface,sans-serif)}@media(max-width:1024px){.ttv-header-search--desktop{display:none}.ttv-header__top-shell{position:relative;z-index:55}.ttv-header-search--mobile{display:block;left:auto;position:absolute;right:max(12px,var(--ttv-page-gutter-mobile,18px));top:50%;transform:translateY(-50%);width:auto;z-index:62}.ttv-header--compact .ttv-header-search--mobile,.ttv-header-search--mobile.is-compact{opacity:0;pointer-events:none;transform:translateY(calc(-50% - 5px))}.ttv-header-search--mobile .ttv-header-search__panel{left:auto;max-height:min(72vh,620px);overflow-y:auto;right:0;top:calc(100% + 10px);width:min(440px,calc(100vw - 24px))}.ttv-site-area--top .ttv-site-area-block--button{display:none}.ttv-site-area--top .ttv-site-area__inner{padding-right:112px}.ttv-header-search__form--mobile-panel{margin-bottom:15px}}@media(max-width:700px){.ttv-site-area--header .ttv-site-area__inner,.ttv-site-area--header.ttv-site-area--compact .ttv-site-area__inner{gap:8px;grid-template-columns:minmax(116px,.78fr) minmax(0,1.22fr)}.ttv-site-area--header .ttv-site-area-block--chronograph_button{grid-column-start:1;grid-row:1}.ttv-site-area--header .ttv-site-area-block--site_logo{grid-column-start:2;grid-row:1;text-align:right}.ttv-site-area--header .ttv-site-logo-block{justify-content:flex-end}.ttv-site-area--header .ttv-chronograph-block{justify-content:flex-start;width:auto}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph{border-radius:12px;gap:7px;height:48px;min-height:48px;min-width:116px;padding:6px 9px;width:auto}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__copy{display:grid;gap:1px;min-width:0;text-align:left}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__copy strong{font-size:10px;line-height:1.05}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__copy small{font-size:7px;line-height:1.1;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__icon{font-size:18px;height:28px;margin:0;width:28px}.ttv-header-search__mobile-trigger{min-height:36px;min-width:92px}}.ttv-site-area--header .ttv-site-area-block--chronograph_button,.ttv-site-area--header .ttv-site-area-block--site_logo{align-self:center;grid-row:1}.ttv-site-area--header .ttv-site-area-block--chronograph_button{z-index:3}.ttv-chronograph__label--mobile{display:none}@media(max-width:700px){.ttv-site-area--header .ttv-site-area__inner,.ttv-site-area--header.ttv-site-area--compact .ttv-site-area__inner{align-items:center;grid-template-columns:minmax(0,1.22fr) minmax(108px,.78fr)}.ttv-site-area--header .ttv-site-area-block--site_logo{grid-column-start:1;grid-row:1;justify-self:start;text-align:left}.ttv-site-area--header .ttv-site-logo-block{justify-content:flex-start}.ttv-site-area--header .ttv-site-area-block--chronograph_button{grid-column-start:2;grid-row:1;justify-self:end;text-align:right}.ttv-site-area--header .ttv-chronograph-block{justify-content:flex-end;width:100%}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph{border-radius:12px;gap:8px;height:52px;min-height:52px;min-width:108px;padding:6px 10px 6px 7px;width:auto}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__icon{font-size:23px;height:34px;margin:0;width:34px}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__copy{align-content:center;display:grid;min-width:0;text-align:left}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__copy small,.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__label--desktop{display:none}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__label--mobile{color:#fff;display:block;font:800 12px/1 var(--ttv-font-interface,sans-serif);letter-spacing:.06em}}@media(max-width:390px){.ttv-site-area--header .ttv-site-area__inner,.ttv-site-area--header.ttv-site-area--compact .ttv-site-area__inner{grid-template-columns:minmax(0,1fr) 102px}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph{min-width:102px;padding-right:8px}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__icon{height:32px;width:32px}.ttv-site-area--header .ttv-chronograph-block .ttv-chronograph__label--mobile{font-size:11px}}:root{--ttv-safe-inline:5vw;--ttv-safe-content-width:min(var(--ttv-container-wide,1350px),90vw);--ttv-safe-text-width:min(var(--ttv-container-text,900px),90vw);--ttv-compact-laptop-gap:clamp(20px,2.2vw,34px);--ttv-tablet-gap:clamp(16px,2.4vw,26px)}.ttv-site-shell,body,html{max-width:100%}body,html{overflow-x:clip}.ttv-chronograph-active-band__inner,.ttv-chronograph-content,.ttv-chronograph-replica__content,.ttv-chronograph-replica__wide-container,.ttv-county-menu__grid,.ttv-county-menu__inner,.ttv-error-page,.ttv-fixed-layout-extras--before-footer,.ttv-fixed-layout-extras--chronograph,.ttv-footer-v2__bottom-inner,.ttv-footer-v2__fallback-grid,.ttv-footer__bottom,.ttv-footer__inner,.ttv-locality-archive,.ttv-page:not(.ttv-page-width--full){margin-inline:auto;max-width:var(--ttv-safe-content-width);width:var(--ttv-safe-content-width)}.ttv-page-width--wide{width:min(1680px,90vw)}.ttv-page-section--width-text,.ttv-page-width--text,.ttv-width--text{max-width:100%;width:var(--ttv-safe-text-width)}.ttv-page-width--full{padding-inline:var(--ttv-safe-inline);width:100%}.ttv-footer-v2__managed>.ttv-site-area__inner,.ttv-site-area--container-text>.ttv-site-area__inner,.ttv-site-area--container-wide>.ttv-site-area__inner,.ttv-site-area--counties.ttv-site-area--container-full>.ttv-site-area__inner{margin-inline:auto;max-width:var(--ttv-safe-content-width);width:var(--ttv-safe-content-width)}.ttv-site-area--container-text>.ttv-site-area__inner{max-width:var(--ttv-safe-text-width);width:var(--ttv-safe-text-width)}.ttv-header__compact-inner,.ttv-header__fallback-area{width:var(--ttv-safe-content-width)}.ttv-category-overview,.ttv-county-layout,.ttv-fixed-layout-extras--category,.ttv-fixed-layout-extras--county,.ttv-fixed-layout-extras--subcategory,.ttv-subcategory-archive{padding-inline:0;width:100%}.ttv-home-editorial-showcase,.ttv-home-video,.ttv-home-youtube-gallery{padding-inline:max(var(--ttv-safe-inline),calc((100vw - var(--ttv-container-wide, 1350px))/2))}.ttv-page-section--width-wide{width:min(1680px,90vw)}.ttv-page-section--width-full,.ttv-page-section--width-wide{padding-inline:max(var(--ttv-safe-inline),var(--ttv-section-padding-x-desktop,0px))}.ttv-article-template,.ttv-article-template__top-grid,.ttv-category-editorial,.ttv-category-weekly,.ttv-county-layout__body,.ttv-fixed-layout-base,.ttv-fixed-layout-extras,.ttv-home-after-video-layout,.ttv-home-newspaper,.ttv-home-opening-layout,.ttv-locality-archive__layout,.ttv-page-section,.ttv-page-section__column,.ttv-page-section__grid,.ttv-page-sections,.ttv-page-slot{min-width:0}.ttv-county-localities__rail,.ttv-county-slider__track,.ttv-home-editor-choice__rail,.ttv-navigation-menu__root{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}@media(max-width:700px){.ttv-error-page,.ttv-fixed-layout-extras--before-footer,.ttv-fixed-layout-extras--chronograph,.ttv-footer-v2__bottom-inner,.ttv-footer-v2__fallback-grid,.ttv-footer-v2__managed>.ttv-site-area__inner,.ttv-footer__bottom,.ttv-footer__inner,.ttv-layout--article.ttv-page,.ttv-locality-archive,.ttv-page:not(.ttv-page-width--full),.ttv-search-page,.ttv-site-area--container-text>.ttv-site-area__inner,.ttv-site-area--container-wide>.ttv-site-area__inner,.ttv-site-area--counties.ttv-site-area--container-full>.ttv-site-area__inner,.ttv-site-area--header.ttv-site-area--compact>.ttv-site-area__inner,.ttv-site-area--header>.ttv-site-area__inner{width:90vw}.ttv-county-menu__strip,.ttv-home-editorial-showcase,.ttv-home-video,.ttv-home-youtube-gallery,.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root,.ttv-page-section--width-full,.ttv-page-section--width-wide{padding-inline:5vw}.ttv-article-template__sidebar,.ttv-category-sidebar,.ttv-county-sidebar,.ttv-footer-v2__managed>.ttv-site-area__inner,.ttv-home-after-video-sidebar,.ttv-locality-archive__sidebar,.ttv-subcategory-sidebar{grid-template-columns:minmax(0,1fr)}.ttv-footer-v2__managed>.ttv-site-area__inner>*{grid-column:1;grid-row:auto}}@media(prefers-reduced-motion:reduce){.ttv-county-localities__rail,.ttv-county-slider__track,.ttv-home-editor-choice__rail,.ttv-navigation-menu__root{scroll-behavior:auto}}@media(min-width:1025px)and (max-width:1366px){.ttv-site-area--header.ttv-site-area--compact>.ttv-site-area__inner,.ttv-site-area--header>.ttv-site-area__inner{gap:clamp(16px,2vw,26px);grid-template-columns:minmax(160px,.82fr) minmax(300px,1.36fr) minmax(210px,.82fr)}.ttv-site-area--header .ttv-site-area-block--chronograph_button{grid-column:1;justify-self:start}.ttv-site-area--header .ttv-site-area-block--site_logo{grid-column:2;justify-self:center}.ttv-site-area--header .ttv-site-logo-block{width:min(var(--ttv-site-logo-width-desktop,360px),100%)}.ttv-header-search--desktop{right:var(--ttv-safe-inline);width:clamp(210px,18vw,265px)}.ttv-header-search--desktop .ttv-header-search__form{width:100%}.ttv-site-area--top>.ttv-site-area__inner{gap:clamp(16px,2vw,26px);grid-template-columns:minmax(210px,1fr) minmax(0,1fr) minmax(180px,1fr)}.ttv-site-area--top .ttv-site-area-block--date_weather{grid-column:1}.ttv-site-area--top .ttv-site-area-block--button{grid-column:3;justify-self:end}.ttv-site-area--counties .ttv-navigation-menu__root,.ttv-site-area--primary .ttv-navigation-menu__root{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.ttv-site-area--counties .ttv-navigation-menu__root::-webkit-scrollbar,.ttv-site-area--primary .ttv-navigation-menu__root::-webkit-scrollbar{display:none}.ttv-site-area--primary .ttv-navigation-menu__root{gap:min(var(--ttv-menu-gap,20px),18px)}.ttv-site-area--primary .ttv-navigation-menu a{font-size:min(var(--ttv-menu-size,18px),19px);min-width:-moz-max-content;min-width:max-content;padding-inline:4px;white-space:nowrap}.ttv-site-area--counties .ttv-navigation-menu a{min-width:-moz-max-content;min-width:max-content;padding-inline:14px}}@media(min-width:1181px)and (max-width:1366px){.ttv-home-after-video-layout,.ttv-home-opening-layout{gap:var(--ttv-compact-laptop-gap);grid-template-columns:minmax(0,2fr) minmax(250px,.82fr)}.ttv-home-lead-pair{gap:clamp(20px,2vw,28px);grid-template-columns:minmax(160px,.62fr) minmax(0,1.55fr)}.ttv-home-opening-layout__sidebar,.ttv-home-sidebar-widget{padding:18px}.ttv-home-after-video-layout .ttv-home-category-stream__section .ttv-county-category-section__grid{gap:clamp(18px,1.8vw,26px);grid-template-columns:minmax(0,1.45fr) minmax(230px,.78fr)}}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:400;src:url(../ttv-fonts/source-sans-3/source-sans-3-latin-ext-400-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:italic;font-weight:400;src:url(../ttv-fonts/source-sans-3/source-sans-3-latin-ext-400-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:normal;font-weight:600;src:url(../ttv-fonts/source-sans-3/source-sans-3-latin-ext-600-normal.woff2) format("woff2")}@font-face{font-display:swap;font-family:Source Sans\ 3;font-style:italic;font-weight:600;src:url(../ttv-fonts/source-sans-3/source-sans-3-latin-ext-600-italic.woff2) format("woff2")}:root{--ttv-news-muted:#6f625d;--ttv-news-radius-card:10px;--ttv-news-radius-section:14px;--ttv-news-reading-width:760px;--ttv-news-section-space:clamp(34px,4.5vw,58px);--ttv-font-body:"Source Sans 3","Segoe UI",sans-serif;--ttv-font-interface:"Source Sans 3","Segoe UI",sans-serif;--ttv-font-heading:"Source Sans 3","Segoe UI",sans-serif;--ttv-v2-muted:var(--ttv-news-muted);--ttv-v2-card-radius:var(--ttv-news-radius-card);--ttv-v2-section-radius:var(--ttv-news-radius-section)}.ttv-body{--ttv-font-body:"Source Sans 3","Segoe UI",sans-serif;--ttv-font-interface:"Source Sans 3","Segoe UI",sans-serif;--ttv-font-heading:"Source Sans 3","Segoe UI",sans-serif;--ttv-heading-weight:600;--ttv-body-weight:400;--ttv-interface-weight:400;--ttv-newsroom-r3:1;--ttv-newsroom-r4:1;--ttv-newsroom-r5:1;--ttv-newsroom-r6:1;--ttv-newsroom-r7:1;--ttv-newsroom-r9:1;color:var(--ttv-color-text,#332a27);font-family:var(--ttv-font-body);text-rendering:optimizeLegibility}.ttv-visually-hidden{height:1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;white-space:nowrap}:where(.ttv-body h1,.ttv-body h2,.ttv-body h3,.ttv-body h4,.ttv-body h5,.ttv-body h6){font-family:var(--ttv-font-heading);font-weight:600;letter-spacing:-.018em}:where(.ttv-navigation-menu,.ttv-county-menu,.ttv-global-ticker,.ttv-home-kicker,.ttv-v2-meta,.ttv-article-template__meta){letter-spacing:.015em}:where(.ttv-body a,.ttv-body button,.ttv-body input,.ttv-body select,.ttv-body textarea,.ttv-body [tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--ttv-color-primary,#832e2e) 72%,#fff);outline-offset:3px}.ttv-article-template__lead,.ttv-article-template__meta,.ttv-breadcrumb,.ttv-empty-block,.ttv-locality-card__meta,.ttv-search-page__grid>a>p,.ttv-v2-card__excerpt,.ttv-v2-meta{color:var(--ttv-news-muted)}.ttv-layout--category .ttv-context-header h1,.ttv-layout--county .ttv-context-header h1,.ttv-locality-archive__masthead h1,.ttv-locality-archive__masthead.has-image h1{font-size:clamp(44px,5.35vw,72px);font-weight:600;letter-spacing:-.035em;line-height:1;max-width:18ch}.ttv-article-template__header h1{font-size:clamp(36px,4.25vw,56px);font-weight:600;letter-spacing:-.03em;line-height:1.08;max-width:24ch}.ttv-search-page>header h1{font-size:clamp(36px,4.5vw,56px);font-weight:600;line-height:1.08;margin-bottom:24px;max-width:24ch}.ttv-article-template__section-title h2,.ttv-category-heading h2,.ttv-county-section-heading h2,.ttv-locality-archive__section-title h2,.ttv-v2-section-header__title{font-weight:600;letter-spacing:-.02em}.ttv-layout--category .ttv-context-header,.ttv-layout--county .ttv-context-header{border-radius:var(--ttv-news-radius-section);margin-bottom:var(--ttv-news-section-space);padding:clamp(36px,4.25vw,54px)}.ttv-locality-archive__masthead{border-radius:var(--ttv-news-radius-section);margin-bottom:var(--ttv-news-section-space);padding:clamp(34px,4.5vw,58px)}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{font-size:clamp(17px,1.25vw,19px);font-weight:400;line-height:1.72;margin-inline:auto;max-width:var(--ttv-news-reading-width);width:100%}.ttv-article-template__content li,.ttv-article-template__content p{color:color-mix(in srgb,var(--ttv-color-text,#332a27) 94%,#fff)}.ttv-article-template__content h2{font-size:clamp(27px,2.7vw,36px);font-weight:600;line-height:1.18}.ttv-article-template__content h3{font-size:clamp(22px,2.2vw,29px);font-weight:600;line-height:1.24}.ttv-article-template__content .ttv-article-blocks>.ttv-article-block:first-child p:first-child:first-letter,.ttv-article-template__content .ttv-article-content>p:first-child:first-letter{font-size:4.8em}.ttv-article-template__content iframe,.ttv-article-template__content img,.ttv-article-template__content video,.ttv-article-template__featured-image,.ttv-article-template__featured-video,.ttv-category-hero__media,.ttv-category-hot__media,.ttv-category-popular__media,.ttv-category-recent__media,.ttv-category-spotlight__lead-media,.ttv-category-spotlight__secondary-media,.ttv-category-weekly__media,.ttv-county-category-section__lead-media,.ttv-county-category-section__thumb,.ttv-county-explore__lead-media,.ttv-county-explore__secondary-media,.ttv-county-sidebar-news__media,.ttv-county-slider__media,.ttv-locality-card__media,.ttv-subcategory-card__media,.ttv-v2-card--overlay,.ttv-v2-media{border-radius:var(--ttv-news-radius-card)}.ttv-popular-category-card{--ttv-popular-category-accent:#6f2929;border-color:color-mix(in srgb,var(--ttv-popular-category-accent) 84%,#fff);border-radius:var(--ttv-news-radius-card);box-shadow:0 6px 16px #33151521;min-height:72px}.ttv-popular-category-card__count{font-weight:600}.ttv-popular-category-card:focus-visible,.ttv-popular-category-card:hover{box-shadow:0 10px 22px #33151533}.ttv-present-button{display:none}.ttv-county-category-section__lead,.ttv-county-category-section__lead-media{min-height:100%;width:99%}a.ttv-article-template__category{color:#fff;font-size:.8em}.ttv-home-kicker{color:var(--ttv-color-primary,#c25e45);font:600 17px/1.15 var(--ttv-font-interface);letter-spacing:.035em;text-transform:uppercase}.ttv-global-ticker__item span,.ttv-global-ticker__item time{color:#783030;font:600 15px/1 var(--ttv-font-interface)}.ttv-global-ticker__item time{background-color:#783030;border-radius:6px;color:#fff;font-size:10px;padding:3px;text-align:center;width:60px}.ttv-county-card-meta,.ttv-date-weather--compact-card .ttv-date-weather__calendar,.ttv-date-weather--compact-card .ttv-date-weather__county,.ttv-date-weather--compact-card .ttv-weather-metric strong,.ttv-home-editor-choice-card .ttv-home-meta,.ttv-home-highlights time,.ttv-home-meta,.ttv-home-overview-list time,.ttv-home-sidebar-widget li :is(small,time),.ttv-home-small-story time,.ttv-home-top-stories li :is(small,time){color:var(--ttv-news-muted)}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls button{font-size:14px;height:26px;min-height:26px;min-width:26px;width:26px}.ttv-home-opening-layout__sidebar ol li>span,.ttv-home-sidebar-widget ol li>span{color:#8f352c}.ttv-county-category-section__lead-copy small{color:#fff}.ttv-home-youtube-gallery__new{background-color:#c90000}.ttv-search-page{margin-top:clamp(32px,4vw,56px)}.ttv-search-page__form{background:var(--ttv-color-surface,#fffaf4);border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:var(--ttv-news-radius-section);box-shadow:0 12px 30px #462b2212;margin:0 0 clamp(34px,4vw,52px);padding:clamp(20px,3vw,30px);width:min(100%,860px)}.ttv-search-page__form>label{color:var(--ttv-color-text,#332a27);display:block;font-size:14px;font-weight:600;margin-bottom:10px}.ttv-search-page__form-row{display:grid;grid-template-columns:minmax(0,1fr) auto}.ttv-search-page__form-row input{background:#fff;border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:9px 0 0 9px;border-right:0;color:var(--ttv-color-text,#332a27);font-size:16px;min-height:52px;min-width:0;padding:0 16px}.ttv-search-page__form-row input::-moz-placeholder{color:#786c66;opacity:1}.ttv-search-page__form-row input::placeholder{color:#786c66;opacity:1}.ttv-search-page__form-row button{background:var(--ttv-color-primary,#832e2e);border:1px solid var(--ttv-color-primary-dark,#642222);border-radius:0 9px 9px 0;color:#fff;cursor:pointer;font:600 14px/1 var(--ttv-font-interface,system-ui,sans-serif);min-height:52px;min-width:112px;padding:0 22px}.ttv-search-page__form-row button:hover{background:var(--ttv-color-primary-dark,#642222)}.ttv-search-page__form>p{color:var(--ttv-news-muted);font-size:13px;line-height:1.45;margin:10px 0 0}.ttv-search-page__media{aspect-ratio:16/10;background:var(--ttv-color-surface-soft,#fbf4ed);border-radius:var(--ttv-news-radius-card);display:block;margin:0;overflow:hidden;position:relative}.ttv-search-page__grid .ttv-search-page__media,.ttv-search-page__grid .ttv-search-page__media span{color:inherit;font:inherit;letter-spacing:normal;margin-top:0;text-transform:none}.ttv-search-page__media .ttv-article-media-image,.ttv-search-page__media .ttv-article-video-preview{border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ttv-search-page__grid>a{min-width:0}.ttv-search-page__grid>a h2{font-weight:600}@media(min-width:1101px){.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner,.ttv-header:not(.ttv-header--compact) .ttv-site-area--top,.ttv-header:not(.ttv-header--compact) .ttv-site-area--top>.ttv-site-area__inner{height:114px;min-height:114px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--top .ttv-site-area-block--date_weather{height:104px;margin-bottom:0;margin-top:0;opacity:.82;transform:scale(.78);transform-origin:left center}.ttv-header:not(.ttv-header--compact) .ttv-header__area-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__core,.ttv-header:not(.ttv-header--compact) .ttv-site-area--header,.ttv-header:not(.ttv-header--compact) .ttv-site-area--header>.ttv-site-area__inner{min-height:128px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header>.ttv-site-area__inner{height:128px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-site-area-block--site_logo{transform:scale(.86)}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-site-area-block--chronograph_button{transform:scale(.82);transform-origin:left center}.ttv-chronograph--full .ttv-chronograph__artwork{width:111px}}@media(max-width:900px){.ttv-layout--category .ttv-context-header h1,.ttv-layout--county .ttv-context-header h1,.ttv-locality-archive__masthead h1,.ttv-locality-archive__masthead.has-image h1{font-size:clamp(40px,8vw,62px)}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{max-width:720px}}@media(max-width:640px){:root{--ttv-news-radius-section:11px}.ttv-layout--category .ttv-context-header,.ttv-layout--county .ttv-context-header,.ttv-locality-archive__masthead{padding:28px 22px}.ttv-article-template__header h1,.ttv-layout--category .ttv-context-header h1,.ttv-layout--county .ttv-context-header h1,.ttv-locality-archive__masthead h1,.ttv-locality-archive__masthead.has-image h1,.ttv-search-page>header h1{font-size:clamp(34px,10vw,46px)}.ttv-article-template__content,.ttv-article-template__content .ttv-article-blocks,.ttv-article-template__content .ttv-article-content{font-size:17px;line-height:1.68}.ttv-search-page__form{padding:18px}.ttv-search-page__form-row{gap:10px;grid-template-columns:1fr}.ttv-search-page__form-row button,.ttv-search-page__form-row input{border:1px solid var(--ttv-color-border,#e2d4c8);border-radius:9px;min-height:50px}.ttv-search-page__form-row button{border-color:var(--ttv-color-primary-dark,#642222)}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner{min-height:70px}.ttv-site-area--top>.ttv-site-area__inner{min-height:70px;padding-right:58px;width:calc(100% - 28px)}.ttv-site-area--top .ttv-site-area-block--button{display:none}.ttv-site-area--top .ttv-site-area-block--date_weather{justify-self:start;margin:0;opacity:.88;width:min(100%,172px)}.ttv-date-weather--compact-card{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(68px,.72fr) minmax(88px,1fr);text-align:left;width:min(100%,172px)}.ttv-date-weather--compact-card .ttv-county-weather-slider__viewport,.ttv-date-weather--compact-card .ttv-date-weather__clock-panel,.ttv-date-weather--compact-card .ttv-date-weather__weather{align-items:flex-start;justify-items:start;margin:0;min-width:0;text-align:left;width:100%}.ttv-date-weather--compact-card .ttv-date-weather__county{font-size:10px;font-weight:600;letter-spacing:.02em}.ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:30px;font-weight:600;letter-spacing:-.045em;margin-top:1px}.ttv-date-weather--compact-card .ttv-date-weather__calendar{font-size:8px;margin-top:3px}.ttv-date-weather--compact-card .ttv-county-weather-slider__item{gap:3px;grid-template-columns:repeat(3,minmax(24px,1fr))}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls,.ttv-date-weather--compact-card .ttv-date-weather__source,.ttv-date-weather--compact-card .ttv-weather-metric__label{display:none}.ttv-date-weather--compact-card .ttv-weather-metric__icon{height:18px;min-height:18px;min-width:18px;width:18px}.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:11px;font-weight:600}.ttv-header-search--mobile{display:block;right:14px}.ttv-header-search__mobile-trigger{border-radius:999px;height:44px;min-height:44px;min-width:44px;padding:0;width:44px}.ttv-header-search__mobile-trigger svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-width:1.8;width:22px}.ttv-site-area--header.ttv-site-area--compact>.ttv-site-area__inner,.ttv-site-area--header>.ttv-site-area__inner{align-items:center;gap:6px;grid-template-columns:minmax(76px,1fr) minmax(145px,auto) minmax(76px,1fr);width:calc(100% - 24px)}.ttv-site-area--header .ttv-site-area-block--site_logo{grid-column:2;grid-row:1;justify-self:center;text-align:center}.ttv-site-area--header .ttv-site-logo-block,.ttv-site-area--header .ttv-site-logo-block--compact{justify-content:center;margin-inline:auto;transform:none;width:min(47vw,210px)}.ttv-site-area--header .ttv-site-area-block--chronograph_button{grid-column:3;grid-row:1;justify-self:end}.ttv-site-area--header .ttv-chronograph-block{justify-content:flex-end;width:auto}.ttv-site-area--header .ttv-chronograph--artwork{height:78px;min-height:78px;min-width:104px;padding:0;width:104px}.ttv-site-area--header .ttv-chronograph__artwork{height:auto;max-width:104px;width:104px}.ttv-area-menu--hamburger.ttv-area-menu--mobile .ttv-area-menu__panel,.ttv-area-menu--mobile .ttv-area-menu__panel{border:0;box-shadow:none;display:block!important;position:static;width:100%}.ttv-area-menu--mobile .ttv-area-menu__toggle{display:none}.ttv-county-menu__strip,.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ttv-county-menu__strip.is-dragging,.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root.is-dragging{cursor:grabbing;scroll-snap-type:none}.ttv-navigation-menu--horizontal-scroll .ttv-navigation-menu__root{justify-content:flex-start;padding-inline:5vw}}.ttv-header-search__form button{font-size:14px;font-weight:600}.ttv-header-search__recent>span,.ttv-header-search__scope>span,.ttv-header-search__suggestions small,.ttv-header-search__suggestions span,.ttv-header-search__taxonomy-select>span{font-size:12px;font-weight:600;line-height:1.25}.ttv-header-search__recent button,.ttv-header-search__scope button{font-size:13px;font-weight:600;min-height:36px}.ttv-header-search__suggestions button{min-height:44px}.ttv-header-search__suggestions strong{font-size:15px;font-weight:600}.ttv-header-search__taxonomy-select select{font-size:14px;font-weight:600;min-height:44px}.ttv-global-ticker__item span,.ttv-global-ticker__item time,.ttv-global-ticker__label strong{font-size:12px;font-weight:600;line-height:1.15}.ttv-global-ticker__item strong{font-size:13px;font-weight:600}.ttv-article-template__fixed-recommendations .ttv-v2-meta,.ttv-article-template__fixed-recommendations .ttv-v2-meta__taxonomy,.ttv-article-template__meta,.ttv-category-kicker,.ttv-category-meta,.ttv-county-card-kicker,.ttv-county-card-meta,.ttv-county-section-heading p,.ttv-home-editor-choice-card .ttv-home-meta,.ttv-home-highlights time,.ttv-home-meta,.ttv-home-overview-list time,.ttv-home-sidebar-widget li :is(small,time),.ttv-home-small-story time,.ttv-home-top-stories li :is(small,time),.ttv-locality-card__meta,.ttv-subcategory-archive__heading p,.ttv-v2-meta,.ttv-v2-meta__taxonomy,.ttv-v2-section-header__kicker{font-size:12px;font-weight:600;line-height:1.35}.ttv-county-section-heading--view-all>a,.ttv-v2-section-header__link{font-size:14px;font-weight:600;min-height:44px}.ttv-date-weather--compact-card .ttv-date-weather__county{font-size:13px;font-weight:600;line-height:1.15;min-height:16px}.ttv-date-weather--compact-card .ttv-date-weather__calendar,.ttv-date-weather--compact-card .ttv-date-weather__error,.ttv-date-weather--compact-card .ttv-date-weather__loading,.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:12px;line-height:1.2}.ttv-date-weather--compact-card .ttv-weather-metric img,.ttv-date-weather--compact-card .ttv-weather-metric__icon{height:22px;min-height:22px;min-width:22px;width:22px}.ttv-date-weather--compact-card .ttv-date-weather__source{font-size:12px;line-height:1.2;opacity:.65}.ttv-date-weather--compact-card .ttv-county-weather-slider__controls{display:none}@media(min-width:1101px){.ttv-header:not(.ttv-header--compact) .ttv-site-area--top .ttv-site-area-block--date_weather{height:104px;opacity:1;transform:none;width:min(100%,250px)}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card{align-items:center;display:grid;gap:10px;grid-template-columns:minmax(112px,1.05fr) minmax(106px,.95fr);width:min(100%,250px)}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-date-weather__clock{font-size:44px;font-weight:600;letter-spacing:-.045em;line-height:.9;margin-top:1px}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-date-weather__calendar{margin-top:6px}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-county-weather-slider__item{gap:4px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-site-area-block--chronograph_button{transform:none}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-chronograph--artwork{min-width:111px;width:111px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-chronograph__artwork{max-width:111px;width:111px}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner,.ttv-header:not(.ttv-header--compact) .ttv-site-area--top,.ttv-header:not(.ttv-header--compact) .ttv-site-area--top>.ttv-site-area__inner{height:96px;min-height:96px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--top .ttv-site-area-block--date_weather{height:86px;justify-self:start;margin-left:0;width:min(100%,250px)}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card{gap:10px;grid-template-columns:minmax(112px,1.03fr) minmax(116px,.97fr)}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-county-weather-slider__item{gap:3px;grid-template-columns:minmax(40px,1.15fr) repeat(2,minmax(32px,1fr))}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-weather-metric--temperature{border-right:1px solid color-mix(in srgb,var(--ttv-color-primary,#8e3030) 22%,transparent);padding-right:4px}.ttv-header:not(.ttv-header--compact) .ttv-date-weather--compact-card .ttv-weather-metric--temperature strong{color:var(--ttv-color-primary,#8e3030);font-size:17px;font-weight:600;line-height:1}.ttv-header:not(.ttv-header--compact) .ttv-header__area-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__core,.ttv-header:not(.ttv-header--compact) .ttv-site-area--header,.ttv-header:not(.ttv-header--compact) .ttv-site-area--header>.ttv-site-area__inner{height:106px;min-height:106px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header>.ttv-site-area__inner{padding-block:8px}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-site-area-block--site_logo{transform:translateY(-4px) scale(.82)}.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-chronograph--artwork,.ttv-header:not(.ttv-header--compact) .ttv-site-area--header .ttv-chronograph__artwork{max-width:96px;min-width:96px;width:96px}}@media(min-width:1181px){.ttv-home-after-video-sidebar{align-self:stretch;grid-template-rows:repeat(3,max-content);height:100%}.ttv-home-after-video-sidebar>.ttv-home-sidebar-widget{align-self:start;background:var(--ttv-color-surface,#fffaf4);box-shadow:0 12px 30px #3f2a2314;position:sticky;top:calc(var(--ttv-header-height, 112px) + 28px);z-index:1}.ttv-home-after-video-sidebar>.ttv-home-sidebar-widget:nth-child(2){z-index:2}.ttv-home-after-video-sidebar>.ttv-home-sidebar-widget:nth-child(3){z-index:3}}@media(max-width:700px){.ttv-global-ticker{grid-template-columns:112px minmax(0,1fr)}.ttv-global-ticker__item time,.ttv-global-ticker__label strong{font-size:12px}.ttv-global-ticker__item strong{font-size:13px}.ttv-date-weather--compact-card,.ttv-site-area--top .ttv-site-area-block--date_weather{width:min(100%,210px)}.ttv-date-weather--compact-card{grid-template-columns:minmax(76px,.72fr) minmax(118px,1fr)}.ttv-date-weather--compact-card .ttv-date-weather__calendar,.ttv-date-weather--compact-card .ttv-date-weather__county,.ttv-date-weather--compact-card .ttv-weather-metric strong{font-size:12px}.ttv-date-weather--compact-card .ttv-date-weather__calendar{line-height:1.15}.ttv-date-weather--compact-card .ttv-weather-metric__icon{height:20px;min-height:20px;min-width:20px;width:20px}.ttv-county-menu__strip a,.ttv-site-area--counties .ttv-navigation-menu a,.ttv-site-area--primary .ttv-navigation-menu a{font-size:14px;min-height:44px}.ttv-chronograph__label--mobile{font-size:12px;font-weight:600}}@media(prefers-reduced-motion:reduce){.ttv-popular-category-card,.ttv-search-page__form-row button{transition:none}}.ttv-header__newsroom-masthead{--ttv-area-columns-desktop:3;--ttv-area-columns-tablet:3;--ttv-area-columns-mobile:2;align-items:center;display:grid;gap:clamp(24px,3vw,52px);grid-template-columns:minmax(270px,1fr) minmax(360px,1.35fr) minmax(132px,1fr);margin-inline:auto;min-height:132px;width:min(var(--ttv-container-wide,1350px),calc(100% - var(--ttv-page-gutter-desktop, 40px)*2))}.ttv-header__newsroom-masthead>.ttv-site-area-block{padding:0}.ttv-header__newsroom-weather{grid-column:1;justify-self:start}.ttv-header__newsroom-logo{grid-column:2;justify-self:center;text-align:center}.ttv-header__newsroom-chronograph{grid-column:3;justify-self:end;text-align:right}.ttv-header__newsroom-logo-fallback{grid-column:2;justify-self:center;width:min(390px,100%)}.ttv-header__newsroom-logo-fallback img{display:block;height:auto;width:100%}.ttv-header__newsroom-chronograph-fallback{grid-column:3;justify-self:end}.ttv-header__newsroom-masthead .ttv-date-weather--compact-card{transform:scale(1.1);transform-origin:left center;width:min(100%,250px)}.ttv-header__newsroom-masthead .ttv-site-logo-block{transform:scale(1.1);transform-origin:center}.ttv-header__newsroom-masthead .ttv-chronograph-block{justify-content:flex-end;transform:scale(1.1);transform-origin:right center}.ttv-header__newsroom-masthead .ttv-chronograph--artwork,.ttv-header__newsroom-masthead .ttv-chronograph__artwork{max-width:106px;min-width:106px;width:106px}.ttv-header__newsroom-masthead .ttv-county-weather-slider__controls{display:none}.ttv-header__newsroom-masthead .ttv-weather-metric--temperature{border-right:1px solid color-mix(in srgb,var(--ttv-color-primary,#8e3030) 24%,transparent);padding-right:5px}.ttv-header__newsroom-masthead .ttv-weather-metric--temperature strong{color:var(--ttv-color-primary,#8e3030);font-size:18px;font-weight:700;line-height:1}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner{height:auto;min-height:132px}.ttv-header:not(.ttv-header--compact) .ttv-header__compact-core{display:none}.ttv-header--compact .ttv-header__compact-core{display:block}.ttv-header__primary-shell{position:relative;z-index:48}.ttv-header__primary-shell>.ttv-site-area--primary{z-index:47}.ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-right:clamp(270px,24vw,332px)}.ttv-header__primary-search{position:absolute;right:max(var(--ttv-page-gutter-desktop,40px),calc((100% - var(--ttv-container-wide, 1350px))/2));top:50%;transform:translateY(-50%);width:clamp(238px,22vw,310px);z-index:64}.ttv-header__primary-search .ttv-header-search{display:block;left:auto;opacity:1;pointer-events:auto;position:relative;right:auto;top:auto;transform:none;width:100%}.ttv-header--compact .ttv-header__primary-search .ttv-header-search,.ttv-header__primary-search .ttv-header-search.is-compact{opacity:1;pointer-events:auto;transform:none}.ttv-header__primary-search .ttv-header-search__form{box-shadow:0 6px 18px #2f24210f}.ttv-header__primary-search .ttv-header-search__form button,.ttv-header__primary-search .ttv-header-search__form input{height:40px}.ttv-header__primary-search .ttv-header-search__panel{left:auto;right:0}.ttv-header-search--primary-mobile{display:none}@media(min-width:1181px){.ttv-home-after-video-sidebar{align-self:start;grid-template-rows:none;height:auto;margin-top:30px;max-height:calc(100vh - var(--ttv-header-height, 112px) - 72px);overflow-y:auto;padding-right:4px;position:sticky;scrollbar-color:color-mix(in srgb,var(--ttv-color-primary,#8e3030) 28%,transparent) transparent;scrollbar-width:thin;top:calc(var(--ttv-header-height, 112px) + 36px)}.ttv-home-after-video-sidebar>.ttv-home-sidebar-widget,.ttv-home-after-video-sidebar>.ttv-home-sidebar-widget:nth-child(n){align-self:auto;background:color-mix(in srgb,var(--ttv-color-surface,#fffaf4) 90%,transparent);box-shadow:0 10px 26px #3f2a230f;position:static;top:auto;z-index:auto}}@media(min-width:701px)and (max-width:1100px){.ttv-header__newsroom-masthead{gap:clamp(16px,2.4vw,30px);grid-template-columns:minmax(218px,.95fr) minmax(270px,1.25fr) minmax(64px,.55fr);min-height:116px;width:calc(100% - var(--ttv-page-gutter-tablet, 24px)*2)}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner{min-height:116px}.ttv-header__newsroom-masthead .ttv-date-weather--compact-card{transform:scale(1.04);width:min(100%,218px)}.ttv-header__newsroom-masthead .ttv-chronograph-block,.ttv-header__newsroom-masthead .ttv-site-logo-block{transform:scale(1.04)}.ttv-header__newsroom-masthead .ttv-chronograph--artwork,.ttv-header__newsroom-masthead .ttv-chronograph__artwork{max-width:64px;min-width:64px;width:64px}.ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-right:70px}.ttv-header__primary-search{right:max(14px,var(--ttv-page-gutter-tablet,24px));width:46px}.ttv-header-search--primary-desktop{display:none}.ttv-header-search--primary-mobile{display:block}.ttv-header__primary-search .ttv-header-search__mobile-trigger{border-radius:999px;height:44px;min-height:44px;min-width:44px;padding:0;width:44px}.ttv-header__primary-search .ttv-header-search__mobile-trigger svg{fill:none;height:22px;stroke:currentColor;stroke-width:1.8;width:22px}}@media(max-width:700px){.ttv-header-search--primary-desktop{display:none}.ttv-header-search--primary-mobile{display:block}.ttv-header__newsroom-masthead{--ttv-area-columns-mobile:2;gap:8px 14px;grid-template-columns:minmax(0,1fr) 58px;grid-template-rows:minmax(66px,auto) minmax(76px,auto);min-height:174px;padding-block:10px 12px;width:calc(100% - 24px)}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner{min-height:174px}.ttv-header__newsroom-logo,.ttv-header__newsroom-logo-fallback{grid-column:1/-1;grid-row:1;justify-self:center;width:min(272px,76vw)}.ttv-header__newsroom-weather{grid-column:1;grid-row:2;justify-self:start}.ttv-header__newsroom-chronograph,.ttv-header__newsroom-chronograph-fallback{align-self:center;grid-column:2;grid-row:2;justify-self:end}.ttv-header__newsroom-masthead .ttv-site-logo-block{transform:none;width:min(272px,76vw)}.ttv-header__newsroom-masthead .ttv-date-weather--compact-card{transform:none;width:min(100%,225px)}.ttv-header__newsroom-masthead .ttv-chronograph-block{transform:none;width:58px}.ttv-header__newsroom-masthead .ttv-chronograph--artwork,.ttv-header__newsroom-masthead .ttv-chronograph-block .ttv-chronograph{height:auto;min-height:56px;min-width:56px;padding:0;width:56px}.ttv-header__newsroom-masthead .ttv-chronograph__artwork{height:auto;max-width:56px;min-width:56px;width:56px}.ttv-header__newsroom-masthead .ttv-date-weather__clock{font-size:34px}.ttv-header__newsroom-masthead .ttv-date-weather__calendar,.ttv-header__newsroom-masthead .ttv-date-weather__county,.ttv-header__newsroom-masthead .ttv-weather-metric strong{font-size:12px}.ttv-header__newsroom-masthead .ttv-weather-metric--temperature strong{font-size:16px}.ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-right:62px}.ttv-header__primary-search{right:10px;width:44px}.ttv-header__primary-search .ttv-header-search__mobile-trigger{border-radius:999px;height:44px;min-height:44px;min-width:44px;padding:0;width:44px}.ttv-header__primary-search .ttv-header-search__mobile-trigger svg{fill:none;height:22px;stroke:currentColor;stroke-width:1.8;width:22px}.ttv-header__primary-search .ttv-header-search__panel{max-height:min(72vh,620px);overflow-y:auto;position:absolute;right:0;top:calc(100% + 10px);width:min(440px,calc(100vw - 20px))}}.ttv-body{--ttv-header-layout-r9:1}.ttv-site-logo-block__compact-picture{display:block;height:100%;width:100%}.ttv-site-logo-block__compact-picture img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media(min-width:1101px){.ttv-header__primary-search>.ttv-header-search--primary-desktop{display:block}.ttv-header__primary-search>.ttv-header-search--primary-mobile{display:none}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead{box-sizing:border-box;min-height:148px;padding-block:17px}.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell,.ttv-header:not(.ttv-header--compact) .ttv-header__top-shell .ttv-header__collapsible-inner{min-height:148px}.ttv-header--compact .ttv-header__compact-core,.ttv-header--compact .ttv-header__compact-core .ttv-header__area-shell,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{box-sizing:border-box;height:96px;min-height:96px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{gap:22px;grid-template-columns:200px minmax(0,1fr) 92px;padding-block:8px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area__inner>.ttv-site-area-block{margin:0;padding:0}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--site_logo{grid-column:1;grid-row:1;justify-self:center;text-align:center}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block--compact{height:80px;justify-content:center;margin:0;max-width:104px;transform:none;width:104px}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture img{height:80px;width:104px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--chronograph_button{grid-column:3;grid-row:1;justify-self:end;text-align:right}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph-block{justify-content:flex-end;transform:none;width:80px}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph--artwork,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph__artwork{height:78px;max-width:78px;min-height:0;min-width:78px;padding:0;width:78px}.ttv-header--compact .ttv-header__compact-counties-layer{left:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 200px);right:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 92px)}.ttv-header--compact .ttv-header__counties-shell.is-collapsed-desktop{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-5px)}.ttv-header--compact .ttv-header__primary-search{right:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 160px);width:240px}.ttv-header--compact .ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-left:220px;padding-right:390px}.ttv-header--compact .ttv-header__primary-shell{box-sizing:border-box;padding-bottom:6px}.ttv-header--compact .ttv-header__fallback-area{gap:22px;grid-template-columns:200px minmax(0,1fr) 92px;height:96px;min-height:96px}.ttv-header--compact .ttv-header__fallback-area>.ttv-logo{grid-column:1;justify-self:center}.ttv-header--compact .ttv-header__fallback-area>.ttv-header__actions{grid-column:3;justify-self:end}}@media(min-width:1101px)and (max-width:1279px){.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{gap:16px;grid-template-columns:168px minmax(0,1fr) 82px}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block--compact,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture img{height:76px;max-width:88px;width:88px}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph-block{width:72px}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph--artwork,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph__artwork{height:70px;max-width:70px;min-width:70px;width:70px}.ttv-header--compact .ttv-header__compact-counties-layer{left:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 168px);right:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 82px)}.ttv-header--compact .ttv-header__primary-search{right:calc((100% - var(--ttv-safe-content-width, min(1280px, 90vw)))/2 + 94px);width:210px}.ttv-header--compact .ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-left:168px;padding-right:304px}}@media(min-width:701px)and (max-width:1100px){.ttv-header__primary-search>.ttv-header-search--primary-desktop{display:none}.ttv-header__primary-search>.ttv-header-search--primary-mobile{display:block}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-weather{align-self:center;width:min(100%,218px)}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead .ttv-date-weather--compact-card{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(96px,.92fr) minmax(112px,1.08fr);transform:none;width:min(100%,218px)}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead .ttv-date-weather__clock{font-size:42px;font-weight:600;letter-spacing:-.045em;line-height:.9;margin-top:1px}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead .ttv-date-weather__calendar{font-size:12px;margin-top:6px}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead .ttv-county-weather-slider__item{align-items:center;gap:3px;grid-template-columns:minmax(40px,1.15fr) repeat(2,minmax(32px,1fr))}.ttv-header:not(.ttv-header--compact) .ttv-header__newsroom-masthead .ttv-weather-metric--temperature strong{font-size:17px}.ttv-header--compact .ttv-header__compact-core,.ttv-header--compact .ttv-header__compact-core .ttv-header__area-shell,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{box-sizing:border-box;height:84px;min-height:84px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{gap:14px;grid-template-columns:148px minmax(0,1fr) 74px;padding-block:6px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area__inner>.ttv-site-area-block{margin:0;padding:0}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--site_logo{grid-column:1;grid-row:1;justify-self:center;text-align:center}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block--compact,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture img{height:72px;justify-content:center;margin:0;max-width:82px;transform:none;width:82px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--chronograph_button{grid-column:3;grid-row:1;justify-self:end;text-align:right}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph-block{justify-content:flex-end;transform:none;width:66px}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph--artwork,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph__artwork{height:64px;max-width:64px;min-height:0;min-width:64px;padding:0;width:64px}.ttv-header--compact .ttv-header__compact-counties-layer{display:flex;left:calc((100% - var(--ttv-safe-content-width, 90vw))/2 + 148px);opacity:1;pointer-events:auto;right:calc((100% - var(--ttv-safe-content-width, 90vw))/2 + 74px);transform:none;visibility:visible}.ttv-header--compact .ttv-header__counties-shell.is-collapsed-desktop{grid-template-rows:0fr;opacity:0;pointer-events:none;transform:translateY(-5px)}.ttv-header--compact .ttv-header__primary-shell{padding-bottom:5px}.ttv-header--compact .ttv-header__primary-shell>.ttv-site-area--primary>.ttv-site-area__inner{padding-left:0;padding-right:66px}}@media(max-width:700px){.ttv-header__primary-search>.ttv-header-search--primary-desktop{display:none}.ttv-header__primary-search>.ttv-header-search--primary-mobile{display:block}.ttv-header--compact .ttv-header__top-shell.is-collapsed,.ttv-header--compact .ttv-header__top-shell.is-collapsed .ttv-header__collapsible-inner{height:0;max-height:0;min-height:0}.ttv-header--compact .ttv-header__compact-core,.ttv-header--compact .ttv-header__compact-core .ttv-header__area-shell,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header,.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{box-sizing:border-box;height:72px;max-height:72px;min-height:72px}.ttv-header--compact .ttv-header__compact-core .ttv-site-area--header>.ttv-site-area__inner{gap:10px;grid-template-columns:minmax(0,1fr) 46px;padding-block:4px;width:90vw}.ttv-header--compact .ttv-header__compact-core .ttv-site-area__inner>.ttv-site-area-block{margin:0;padding:0}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--site_logo{grid-column:1;grid-row:1;justify-self:start;text-align:left}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block--compact{height:64px;justify-content:flex-start;margin:0;max-width:min(170px,55vw);transform:none;width:min(170px,55vw)}.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture img{height:auto;-o-object-position:left center;object-position:left center;width:min(170px,55vw)}.ttv-header--compact .ttv-header__compact-core .ttv-site-area-block--chronograph_button{grid-column:2;grid-row:1;justify-self:end;text-align:right}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph-block{height:44px;justify-content:flex-end;transform:none;width:44px}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph--artwork,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph__artwork{height:44px;max-width:44px;min-height:44px;min-width:44px;padding:0;width:44px}.ttv-header--compact .ttv-header__primary-shell{padding-bottom:5px}}@media(max-width:390px){.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block--compact,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture,.ttv-header--compact .ttv-header__compact-core .ttv-site-logo-block__compact-picture img{max-width:min(154px,53vw);width:min(154px,53vw)}.ttv-header--compact .ttv-header__compact-core .ttv-chronograph--artwork,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph-block,.ttv-header--compact .ttv-header__compact-core .ttv-chronograph__artwork{height:40px;max-width:40px;min-height:40px;min-width:40px;width:40px}}
