:root{--wp-bg: #ffffff;--wp-text: #1a1a1a;--wp-muted: #767676;--wp-border: #d1d1d1;--wp-link: #007acc;--wp-link-hover: #00669b;--wp-accent: #1a1a1a;--wp-support: #118f91;--wp-support-hover: #0d7779;--wp-support-active: #095f61;--wp-content-width: 1100px;--wp-body: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wp-display: "Oswald", "Helvetica Neue", Helvetica, sans-serif;--wp-serif: var(--wp-body);--wp-sans: var(--wp-display)}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}html,body,#root{height:100%}body{margin:0;overflow:hidden;background:var(--wp-bg);color:var(--wp-text);font-family:var(--wp-body);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--wp-link);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}a:hover,a:focus{color:var(--wp-link-hover);border-bottom-color:currentColor}h1,h2,h3,h4,h5,h6{font-family:var(--wp-display);font-weight:700;line-height:1.25;margin:1.5em 0 .5em;color:var(--wp-accent)}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.125rem}p{margin:0 0 1.5em}blockquote{margin:1.5em 0;padding:0 1.5em;border-left:4px solid var(--wp-accent);font-style:italic;color:var(--wp-muted)}code,pre{font-family:Menlo,Consolas,Courier New,monospace;font-size:.9375rem;background:#f5f5f5}code{padding:.125em .375em;border-radius:2px}pre{padding:1em;overflow-x:auto;border-radius:2px;line-height:1.5}hr{border:0;border-top:1px solid var(--wp-border);margin:2.5em 0}img{max-width:100%;height:auto}@media (max-width: 600px){h1{font-size:1.625rem}h2{font-size:1.375rem}}.site{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:.75rem 1.5rem;border-bottom:1px solid var(--wp-border);background:var(--wp-bg);flex:0 0 auto;position:relative;z-index:10}.navbar-brand{display:flex;align-items:center;gap:.625rem;color:var(--wp-accent);border-bottom:none;text-decoration:none}.navbar-brand:hover{color:var(--wp-link);border-bottom:none}.navbar-logo{width:36px;height:36px;border-radius:50%;overflow:hidden;border:1px solid var(--wp-border);display:block;background:var(--wp-surface)}.navbar-logo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.navbar-name{font-family:var(--wp-sans);font-size:1.25rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.navbar-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.75rem 1.25rem;font-family:var(--wp-sans);font-size:.9375rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.navbar-nav a{color:var(--wp-accent);border-bottom:none}.navbar-nav a:hover{color:var(--wp-link)}.navbar-nav a.active{border-bottom:2px solid var(--wp-accent)}.site-scroll{flex:1;min-height:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;scrollbar-color:#c9c9c9 transparent;scrollbar-width:thin;-ms-overflow-style:none}.site-scroll::-webkit-scrollbar{width:10px;height:0}.site-scroll::-webkit-scrollbar-track{background:transparent}.site-scroll::-webkit-scrollbar-thumb{background:#c9c9c9;border:3px solid var(--wp-bg);border-radius:999px}.site-content{flex:1 0 auto;max-width:var(--wp-content-width);width:100%;margin:0 auto;padding:3rem 1.5rem}.page{max-width:100%}.page-title{margin:0 0 1.5rem;font-size:2.25rem;letter-spacing:.01em}.page-content>:first-child{margin-top:0}.page-content p,.story-intro p,.timeline-bullets li,.timeline-lede,.fact-block li,.pull-quote p{font-size:1.25rem;line-height:1.6}.story-intro{margin:0 0 3.5rem}.story-intro:after{content:"";display:block;clear:both}.story-intro p{margin:0 0 1.25rem;line-height:1.7}.story-intro-grid{display:grid;grid-template-columns:138px minmax(260px,1fr) minmax(220px,320px);gap:2rem;align-items:stretch}.story-intro-image{display:block;width:100%;border:1px solid var(--wp-border);border-radius:2px;object-fit:cover}.story-aside{width:100%;margin:0}.story-summary-column{display:flex;flex-direction:column;justify-content:space-between}.story-demeanor{margin:0 0 1rem}.story-aside .fact-block-title{margin-top:0}.story-aside .fact-block{margin-bottom:0}.story-summary-column .pull-quote{margin:1.5rem 0 0}.story-intro p:last-child{margin-bottom:0}.fact-block-title{margin:2rem 0 .75rem;font-family:var(--wp-sans);font-size:1rem;letter-spacing:.12em;color:var(--wp-accent)}.fact-block{list-style:none;padding:1rem 1.25rem;margin:0 0 1.5rem;border:1px solid var(--wp-border);border-radius:2px;background:var(--wp-bg)}.fact-block li{font-size:1.0625rem;line-height:1.55;padding:.25rem 0;border-bottom:1px dashed var(--wp-border)}.fact-block li:last-child{border-bottom:none}.citation-mark{font-family:var(--wp-sans);font-size:.75em;line-height:0}.citation-mark a{border-bottom:none;color:var(--wp-link);text-decoration:none}.source-notes{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--wp-border);color:var(--wp-muted)}.source-notes h3{margin:0 0 .75rem;color:var(--wp-accent);font-size:1.25rem}.source-notes ol{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.source-notes li{font-size:1rem;line-height:1.55}.source-notes strong{color:var(--wp-accent)}.source-marker{display:inline-block;width:1.25rem;color:var(--wp-link);font-family:var(--wp-sans);font-weight:600}.pull-quote{margin:1.5rem 0;padding:.5rem 0 .5rem 1rem;border-left:3px solid var(--wp-accent);font-style:italic}.pull-quote p{margin:0 0 .4rem;font-size:1.0625rem;line-height:1.6}.pull-quote footer{font-style:normal;font-family:var(--wp-sans);font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--wp-muted)}.story-events{margin-top:3.5rem}.story-events .story-section-title,.story-events .page-title{margin-bottom:2rem}.support-donate-card{display:grid;grid-template-columns:220px minmax(0,1fr) minmax(260px,.7fr);gap:1.5rem;align-items:stretch;margin:0 0 2rem;padding:0;border:0;border-radius:2px;background:transparent}.support-donate-copy h3{margin-top:0;font-size:2rem}.support-donate-copy p:last-child{margin-bottom:0}.support-donate-image{display:block;width:100%;height:100%;min-height:260px;border:1px solid var(--wp-border);border-radius:2px;object-fit:cover;object-position:center top;background:#fff}.support-donate-panel{display:flex;flex-direction:column;justify-content:center;gap:.75rem;padding:0 0 0 1.25rem;border-left:1px solid var(--wp-border)}.support-raised-label{margin:0;color:var(--wp-muted);font-family:var(--wp-sans);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.support-raised-amount{display:block;color:var(--wp-accent);font-family:var(--wp-sans);font-size:2.25rem;line-height:1}.support-donate-button{width:100%}.support-givesendgo-logo-link{display:flex;justify-content:center;border-bottom:none}.support-givesendgo-logo-link:hover,.support-givesendgo-logo-link:focus{border-bottom:none}.support-givesendgo-logo{display:block;width:120px;max-width:60%;height:auto}.support-donate-panel .muted-note{margin:0;font-size:.9375rem;line-height:1.45}.support-section{margin:0 0 2rem}.support-section:last-child{margin-bottom:0}.support-section h3{margin-top:0}.support-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 0}.support-milestones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.support-milestone{display:flex;flex-direction:column;gap:.75rem;padding:0;border-bottom:none;color:var(--wp-text);text-decoration:none}.support-milestone:hover,.support-milestone:focus{border-bottom:none;color:var(--wp-text)}.support-milestone:focus-visible{outline:2px solid var(--wp-link);outline-offset:2px}.support-milestone-header{display:flex;flex-direction:column;gap:.25rem}.support-milestone-header span{color:var(--wp-muted);font-family:var(--wp-sans);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.support-milestone-header strong{color:var(--wp-accent);font-family:var(--wp-sans);font-size:1.5rem;line-height:1;transition:color .15s ease}.support-meter{height:.625rem;overflow:hidden;background:#e5e5e5;border-radius:999px}.support-meter span{display:block;height:100%;background:var(--wp-accent)}.support-milestone:hover .support-milestone-header strong,.support-milestone:focus .support-milestone-header strong{color:var(--wp-link)}.support-milestone p{margin:0;color:var(--wp-muted);font-size:.9375rem;line-height:1.45}.support-merch{display:grid;grid-template-columns:160px minmax(0,1fr) auto;gap:1.25rem;align-items:center;padding:1.25rem;border:1px solid var(--wp-border);border-radius:2px;background:#f7f7f7}.support-merch-image{display:block;width:160px;aspect-ratio:1 / 1;border:1px solid var(--wp-border);border-radius:2px;object-fit:cover;background:#fff}.support-merch-copy h3{margin-top:0}.support-merch-copy p{max-width:34rem}.support-merch-copy p:last-child,.support-merch-action p:last-child{margin-bottom:0}.support-merch-action{display:flex;justify-content:flex-end}.btn{display:inline-block;font-family:var(--wp-sans);font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.875rem 1.5rem;border:2px solid var(--wp-accent);border-radius:2px;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease;text-align:center}.btn-primary{background:var(--wp-accent);color:#fff;border-bottom:2px solid var(--wp-accent)}.btn-secondary{background:transparent;color:var(--wp-accent);border-bottom:2px solid var(--wp-accent)}@media (hover: hover){.btn-primary:hover{background:var(--wp-accent);color:var(--wp-link);border-color:var(--wp-accent)}.btn-secondary:hover{background:var(--wp-accent);border-color:var(--wp-accent);color:#fff}}.btn-primary:focus-visible{background:#000;color:#fff;border-color:#000;outline:2px solid var(--wp-link);outline-offset:2px}.btn-secondary:focus-visible{background:var(--wp-accent);color:#fff;outline:2px solid var(--wp-link);outline-offset:2px}.btn:active{transform:translateY(1px)}.btn-primary:active{background:#000;color:#fff;border-color:#000}.btn-secondary:active{background:var(--wp-accent);color:#fff}.support-donate-button{background:var(--wp-support);border-color:var(--wp-support);position:relative;isolation:isolate;overflow:hidden;box-shadow:0 6px 14px #118f9124;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.support-donate-button:before{content:"";position:absolute;inset:-40% auto -40% -55%;z-index:-1;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skew(-18deg) translate(0);transition:transform .45s ease}@media (hover: hover){.support-donate-button.btn-primary:hover{background:var(--wp-support-hover);border-color:var(--wp-support-hover);box-shadow:0 10px 18px #118f912e;color:#fff;transform:translateY(-2px)}.support-donate-button:hover:before{transform:skew(-18deg) translate(360%)}}.support-donate-button.btn-primary:focus-visible{background:var(--wp-support-hover);border-color:var(--wp-support-hover);box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #118f915c,0 10px 18px #118f912e;color:#fff}.support-donate-button.btn-primary:active{background:var(--wp-support-active);border-color:var(--wp-support-active);box-shadow:inset 0 3px 8px #00000038,0 3px 8px #118f911f;color:#fff;transform:translateY(1px) scale(.985);transition-duration:.08s}@media (prefers-reduced-motion: reduce){.support-donate-button,.support-donate-button:before{transition:none}}.btn{-webkit-tap-highlight-color:transparent}.site-footer{border-top:1px solid var(--wp-border);padding:.625rem 1.5rem;text-align:center;color:var(--wp-muted);font-size:.8125rem;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:42px;box-sizing:border-box}.site-footer-disclaimer{max-width:none;line-height:1.35}.site-footer p{margin:0}.site-footer a{color:var(--wp-muted);text-decoration:underline}@media (max-width: 720px){.story-intro-grid{grid-template-columns:1fr;max-width:360px}.story-intro-image{display:none}.support-donate-card,.support-milestones{grid-template-columns:1fr}.support-donate-image{width:100%;height:auto;max-height:320px;min-height:0}.support-donate-panel{padding:1rem 0 0;border-top:1px solid var(--wp-border);border-left:0}}@media (max-width: 600px){.navbar{padding:.5rem 1rem;gap:.625rem}.navbar-logo{width:32px;height:32px}.navbar-name{font-size:1.0625rem}.navbar-nav{width:100%;justify-content:flex-start;gap:.5rem .875rem;font-size:.8125rem}.site-content{padding:1.5rem 1rem}.site-footer{padding:.625rem 1rem;font-size:.75rem}.support-actions{align-items:stretch;flex-direction:column}.support-donate-image{max-height:260px}.support-merch{grid-template-columns:1fr}.support-merch-image{width:100%;max-width:220px}.support-merch-action,.support-merch-action .btn{width:100%}}.site--home .site-content{display:flex;align-items:stretch;justify-content:center}.home-page{width:100%;display:flex;flex-direction:column;gap:3.5rem}.hero-section{width:100%}.hero{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;gap:2rem;width:100%}.hero-video-frame{margin:0;padding:0;width:100%;max-width:320px;aspect-ratio:9 / 16;background:#000;border:1px solid var(--wp-border);border-radius:2px;overflow:hidden;flex:0 0 auto;position:relative}.hero-video-player{display:block;width:100%;height:100%;object-fit:cover}.hero-aside{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;flex:1 1 auto;min-width:0;gap:1.5rem}.hero-summary{border:1px solid var(--wp-border);border-radius:2px;background:var(--wp-bg);padding:1.75rem 1.75rem 1.5rem;text-align:left}.hero-summary-title{margin:0 0 1rem;font-size:2rem;letter-spacing:.01em}.hero-summary p{margin:0 0 1rem;font-size:1.25rem;line-height:1.55}.hero-summary p:last-child{margin-bottom:0}.hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;margin:0}.hero-actions .btn{min-width:0;width:100%}.hero .hero-actions{align-items:center;flex-direction:row;justify-content:center}.hero .hero-actions .btn{width:auto;min-width:12rem}.home-section{border-top:1px solid var(--wp-border);padding-top:2rem}.home-section--split{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:2.5rem;align-items:start}.section-kicker{margin:0 0 .5rem;color:var(--wp-muted);font-family:var(--wp-sans);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.section-kicker.section-kicker--large{font-size:1.25rem;line-height:1.6}.home-section-title{margin:0;font-size:2rem;line-height:1.2}.home-copy p{margin:0 0 1.25rem;font-size:1.25rem;line-height:1.65}.home-copy p:last-child{margin-bottom:0}.home-section-intro{max-width:44rem}.home-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.home-video-card{display:flex;flex-direction:column;gap:.85rem;min-width:0}.home-video-media{width:100%;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--wp-border);border-radius:2px;background:#000}.home-video-media video{display:block;width:100%;height:100%;background:#000;object-fit:contain}.home-video-copy h3{margin:0;font-size:1.25rem;line-height:1.25}.home-video-copy p{margin:.35rem 0 0;color:var(--wp-muted);font-size:1rem;line-height:1.5}.home-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.home-link-card{display:flex;flex-direction:column;gap:.5rem;min-height:9rem;padding:1.25rem;border:1px solid var(--wp-border);border-radius:2px;color:var(--wp-accent);background:var(--wp-bg)}.home-link-card:hover,.home-link-card:focus{color:var(--wp-accent);border-color:var(--wp-accent)}.home-link-card span{font-family:var(--wp-sans);font-size:1rem;font-weight:700;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.home-link-card small{color:var(--wp-muted);font-size:.9375rem;line-height:1.45}.text-link{display:inline-flex;align-items:center;min-height:2rem;font-family:var(--wp-sans);font-size:.9375rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.bail-chart-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,340px);gap:1.5rem;align-items:end;margin-bottom:1.5rem}.bail-chart-note{margin:0;color:var(--wp-muted);font-size:.9375rem;line-height:1.5}.bail-chart-note--below{margin-top:.75rem}.page-content .bail-chart-note--below{font-size:.875rem;line-height:1.45}.bail-chart-title{font-size:1.6rem}.title-attribution{display:block;margin-top:.25rem;color:var(--wp-muted);font-family:var(--wp-body);font-size:.95rem;font-weight:400;letter-spacing:0;text-transform:none}.bail-chart{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#f3f3f3;border:1px solid var(--wp-border);border-radius:2px}.bail-row{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr) 4.5rem;gap:.75rem;align-items:center}.bail-label{display:flex;flex-direction:column;gap:.1rem;text-align:right;line-height:1.25}.bail-label strong,.bail-source-link{color:var(--wp-accent);font-size:.9375rem;font-weight:700}.bail-source-link{color:var(--wp-link);border-bottom:none;text-decoration:none}.bail-source-link:hover,.bail-source-link:focus{color:var(--wp-link-hover)}.bail-label span{color:var(--wp-muted);font-size:.8125rem}.bail-bar-track{min-width:0;height:2rem;background:#e5e5e5;position:relative;overflow:hidden}.bail-bar{height:100%;min-width:2px;background:#3b7fc5}.bail-row--gold .bail-bar{background:#d6ad3c}.bail-row--red .bail-bar{background:#c7362e}.bail-value{color:var(--wp-accent);font-size:1rem;white-space:nowrap}.bail-row--red .bail-value{color:#c7362e;font-size:1.125rem}.home-cta{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:2rem;border:1px solid var(--wp-border);border-radius:2px;background:#f7f7f7}.home-cta-intro{display:flex;align-items:center;gap:1rem;min-width:0}.home-cta-image{width:72px;height:72px;flex:0 0 auto;border:1px solid var(--wp-border);border-radius:2px;object-fit:cover}.home-cta-actions{display:flex;align-items:center;gap:.75rem;flex:0 0 auto;justify-content:flex-end;min-width:max-content}.home-cta-actions .btn{white-space:nowrap}.home-cta-actions .support-donate-button{min-width:220px}@media (max-width: 720px){.home-section--split,.bail-chart-header{grid-template-columns:1fr;gap:1rem}.home-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-video-grid{grid-template-columns:1fr}.home-cta{align-items:stretch;flex-direction:column}.home-cta-intro{align-items:flex-start}.home-cta-actions{align-items:stretch;flex-direction:column}}@media (max-width: 600px){.hero .hero-actions .btn{min-width:0;width:100%;max-width:320px}.hero{flex-direction:column;align-items:center;gap:1.25rem}.hero-video-frame{max-width:min(420px,80vw)}.hero-aside{width:100%;flex:1 1 auto}.hero-summary{padding:1.25rem}.hero-summary-title,.home-section-title{font-size:1.625rem}.hero-summary p,.home-copy p{font-size:1.0625rem}.hero .hero-actions{align-items:center;flex-direction:column;gap:.625rem}.hero .hero-actions .btn{max-width:360px;align-self:center}.home-page{gap:2.5rem}.home-link-grid{grid-template-columns:1fr}.home-link-card{min-height:0}.home-section{padding-top:1.5rem}.bail-chart{padding:1rem;gap:1rem}.bail-row{grid-template-columns:1fr;gap:.35rem}.bail-label{text-align:left}.bail-bar-track{height:1.5rem}.home-cta{padding:1.25rem}.home-cta-image{width:64px;height:64px}}.timeline{--spine-x: 1.25rem;--dot-size: 14px;--dot-offset: 14px;position:relative;margin:2rem 0 1rem;padding-left:2.5rem}.timeline:before,.timeline:after{content:"";position:absolute;left:var(--spine-x);width:2px;margin-left:-1px;top:var(--line-top, 0px);pointer-events:none}.timeline:before{height:var(--line-height, 0px);background:#b5b5b5}.timeline:after{height:var(--line-progress, 0px);background:var(--wp-accent)}.timeline-event{position:relative;margin-bottom:3.5rem}.timeline-event:last-child{margin-bottom:0}.timeline-event:before{content:"";position:absolute;left:calc(var(--spine-x) - 2.5rem);top:var(--dot-offset);width:var(--dot-size);height:var(--dot-size);margin-left:calc(var(--dot-size) / -2);margin-top:calc(var(--dot-size) / -2);border-radius:50%;background:var(--wp-accent);z-index:1;transition:background .15s ease}.timeline-event.is-active:before{background:var(--wp-link)}.timeline-date{font-family:var(--wp-display);font-size:1.375rem;margin:0 0 .75rem;line-height:1.3;color:var(--wp-accent)}.timeline-bullets{margin:0;padding-left:1.25rem}.timeline-bullets li{margin-bottom:.6rem;line-height:1.7}.timeline-bullets li:last-child{margin-bottom:0}.timeline-sub{margin-top:1.25rem}.timeline-sub>.timeline-lede{margin:0 0 .5rem}.timeline-time{font-family:var(--wp-sans);font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;color:var(--wp-muted);font-weight:600;margin:0 0 .4rem}@media (max-width: 600px){.timeline{--spine-x: .5rem;--dot-size: 10px;--dot-offset: 12px;padding-left:1.5rem}.timeline-event:before{left:calc(var(--spine-x) - 1.5rem)}.timeline-date{font-size:1.125rem}.timeline-bullets{padding-left:1rem}}.muted-note{color:var(--wp-muted);font-style:italic}.carousel-wrapper{position:relative;margin:2rem 0}.carousel{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.25rem .25rem 1rem;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel-card{flex:0 0 100%;scroll-snap-align:center;display:flex;flex-direction:column;gap:.75rem;align-items:center}.carousel-card-media{position:relative;width:100%;max-width:720px;aspect-ratio:16 / 9;background:#000;border:1px solid var(--wp-border);border-radius:2px;overflow:hidden}.carousel-card-media iframe,.carousel-card-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;background:#000;object-fit:contain}.carousel-card-title{margin:.25rem 0 0;font-size:1rem;font-weight:600;letter-spacing:.02em}.carousel-card-desc{margin:0;color:var(--wp-muted);font-size:.875rem;line-height:1.5}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.75rem}.carousel-nav{width:36px;height:36px;padding:0;border-radius:50%;border:1px solid var(--wp-border);background:var(--wp-bg);color:var(--wp-accent);cursor:pointer;-webkit-tap-highlight-color:transparent;display:inline-flex;align-items:center;justify-content:center}.carousel-nav svg{display:block}.carousel-nav:disabled{opacity:.35;cursor:default}@media (hover: hover){.carousel-nav:not(:disabled):hover{background:var(--wp-accent);color:#fff;border-color:var(--wp-accent)}}.carousel-indicators{display:flex;align-items:center;gap:.5rem}.carousel-dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--wp-border);background:transparent;padding:0;cursor:pointer}.carousel-dot.is-active{background:var(--wp-accent);border-color:var(--wp-accent)}.clip-list{display:flex;flex-direction:column;gap:2.5rem;margin:2rem 0}.clip-list .carousel-card{flex:0 0 auto;scroll-snap-align:none}
