/* Extends the existing theme and reuses its constellation and orbit artwork. */
.lncb-enabled .brand span{display:block;font-size:.8rem;letter-spacing:.035em;margin-top:.25rem}
.lncb-enabled .hero h1{font-size:clamp(3.2rem,5.8vw,5.6rem);line-height:1.04;letter-spacing:-.04em}
.lncb-hero-subtitle{font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.4;color:#f2d39d;margin:1.2rem 0}
.lncb-enabled .hero-deck{font-size:1.05rem;line-height:1.75;max-width:40rem}
.lncb-today-link{display:inline-flex;gap:.7rem;margin-top:1.5rem;color:#99d9e2;text-decoration:none;font-size:.95rem}
.lncb-feature,.lncb-gateway{padding-top:2.5rem;padding-bottom:3rem;scroll-margin-top:2rem}
.lncb-feature-heading{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.35rem}
.lncb-feature-heading p{margin:0 0 .5rem;font-size:1rem;color:#b6c9d9}
.lncb-feature-heading .eyebrow{font-size:.85rem;color:#89d9e2}
.lncb-feature-heading .text-link{color:#91dce3}
.lncb-enabled .constellation-hint{color:#91aebf}
.lncb-card{display:grid;grid-template-columns:2fr 3fr;min-height:35rem;background:rgba(15,35,54,.82);border:1px solid rgba(160,200,220,.22);border-radius:1.3rem;overflow:hidden}
.lncb-art{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;padding:1.5rem;background:rgba(4,14,26,.48);min-width:0}
.lncb-thumbnail-link{display:block;width:100%;text-decoration:none}
.lncb-art:has(.lncb-orbit-player:not([hidden])) img{max-height:14rem}
.lncb-orbit-player.featured-podcast-art{width:100%;min-height:16rem;height:16rem;border:1px solid #385266;border-radius:.55rem;text-decoration:none;flex-shrink:0}
.lncb-orbit-player .featured-podcast-orbit{width:min(80%,270px);height:auto;aspect-ratio:1;animation-duration:24s}
.lncb-orbit-player.featured-podcast-art::before{width:320px;height:320px}
.lncb-orbit-player.featured-podcast-art::after{width:220px;height:220px}
.lncb-orbit-player .featured-podcast-play{width:72px;height:72px;margin-top:-2rem}
.lncb-orbit-player .featured-podcast-wave{bottom:3.4rem;height:2rem;transform:translateX(-50%) scaleY(.45);transform-origin:center bottom}
.lncb-orbit-player.featured-podcast-art small{bottom:1.15rem;font-size:.875rem;letter-spacing:.05em;color:#bff8f3}
.lncb-art img{display:block;width:100%;height:auto;max-height:30rem;object-fit:contain;border-radius:.55rem}
.lncb-text-tile{padding:2rem;color:#e8eaf1;min-height:18rem;display:flex;flex-direction:column;justify-content:center;border-top:1px solid #e7bb73;border-bottom:1px solid #4d8997}
.lncb-text-tile small{font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;color:#8ccbd3;margin-bottom:1.5rem}
.lncb-text-tile strong{font-family:Georgia,serif;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.2;font-weight:400}
.lncb-copy{padding:clamp(1.5rem,3vw,2.8rem);display:flex;flex-direction:column;justify-content:center;min-width:0}
.lncb-meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem;line-height:1.5;color:#8ad4db;margin:0 0 1rem}
.lncb-copy h2{font-size:clamp(1.7rem,2.7vw,2.6rem);line-height:1.17;font-weight:400;letter-spacing:-.025em;margin:0 0 .8rem;overflow-wrap:anywhere}
.lncb-copy h2 a{color:#f1f3f6;text-decoration:none}
.lncb-subtitle{font-size:1rem;line-height:1.5;color:#d3dce5;margin:0 0 .8rem}
.lncb-teaser{font-size:1.05rem;line-height:1.7;color:#c2d0df;margin:.25rem 0 1rem}
.lncb-date{font-size:.85rem;color:#aebdca;margin:.5rem 0 1rem}
.lncb-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}
.lncb-video{font-size:.9rem;color:#91dce3;text-underline-offset:.2em}
.lncb-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem;margin-top:1rem}
.lncb-controls button{font:inherit;font-size:.9rem;min-height:44px;border:1px solid #496377;border-radius:2rem;color:#dceaf5;background:#122a3d;padding:.6rem 1.1rem;cursor:pointer}
.lncb-controls button:hover{background:#244357}.lncb-controls span{font-size:.9rem;font-variant-numeric:tabular-nums;color:#b9cdda;padding:.5rem}
.lncb-enabled :focus-visible{outline:2px solid #f4ca87;outline-offset:5px}
.lncb-feature [hidden]{display:none!important}
.lncb-feature.is-changing .lncb-copy,.lncb-feature.is-changing .lncb-art{animation:lncb-enter 700ms ease both}
@keyframes lncb-enter{from{opacity:.3;transform:translateX(14px)}to{opacity:1;transform:none}}
.lncb-feature{touch-action:pan-y}
.lncb-gateway{border-top:1px solid #385269;color:#c2d0df}
.lncb-gateway h2{font-family:Georgia,serif;font-size:2rem;color:#f1f3f6}
@media(max-width:760px){.lncb-feature-heading{align-items:flex-start;flex-direction:column}.lncb-card{grid-template-columns:1fr;min-height:0}.lncb-art{padding:1rem;height:18rem}.lncb-art img{max-height:16rem}.lncb-text-tile{min-height:0;max-height:16rem;padding:1rem}.lncb-copy{padding:1.5rem}.lncb-enabled .hero h1{font-size:clamp(3rem,12vw,4.5rem)}}
@media(prefers-reduced-motion:reduce){.lncb-feature.is-changing .lncb-copy,.lncb-feature.is-changing .lncb-art{animation:none}}

/* Catalog-first review draft. Existing WordPress theme and public routes stay intact. */
.catalog-first{background:#071426;color:#edf2f7}
.landing-review-note{background:#152f44;color:#e9edf4;padding:.65rem 1.5rem;font-size:.875rem;line-height:1.5;text-align:center}
.landing-review-note a{color:#a2dfe7;text-decoration:underline;text-underline-offset:3px}
.catalog-first .shell{width:min(1240px,calc(100% - 72px))}
.catalog-first .header-inner{min-height:90px;gap:2rem}
.catalog-first .eyebrow{font-size:.875rem;letter-spacing:.12em}
.catalog-first .hero{min-height:0;padding-top:3rem;padding-bottom:3rem;gap:3rem}
.catalog-first .hero h1{font-size:clamp(3.4rem,6.2vw,6rem)}
.catalog-first .hero-deck{font-size:1.05rem;line-height:1.7;margin-top:1rem}
.hero-catalog-note{font-size:1rem;line-height:1.65;color:#c1d3df;max-width:37rem;margin-top:1rem}
.catalog-first .button-row{gap:.75rem;margin-top:1.6rem}
.catalog-first .button{gap:.65rem;padding:.85rem 1.25rem;line-height:1.4}
.catalog-first .hero-actions{align-items:center;gap:1rem}
.catalog-first .catalog-cta{position:relative;isolation:isolate;overflow:hidden;min-height:60px;padding:1rem 1.8rem;border:1px solid rgba(255,236,190,.94);color:#061522;background:linear-gradient(112deg,#f4c27b 0%,#ffe5a4 30%,#77dce2 68%,#f4c27b 100%);background-size:260% 100%;box-shadow:0 0 0 1px rgba(244,194,123,.18),0 14px 34px rgba(0,0,0,.32),0 0 34px rgba(85,221,224,.2);font-size:1rem;letter-spacing:.01em;transform:translateZ(0);animation:lncb-catalog-breathe 5.2s ease-in-out infinite,lncb-catalog-color 8s ease-in-out infinite}
.catalog-first .catalog-cta::before{content:"";position:absolute;z-index:0;inset:-55%;pointer-events:none;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.7) 50%,transparent 60%);transform:translateX(-78%) rotate(7deg);animation:lncb-catalog-sheen 5.8s ease-in-out infinite}
.catalog-first .catalog-cta>span{position:relative;z-index:1}
.catalog-first .catalog-cta:hover,.catalog-first .catalog-cta:focus-visible{color:#03111c;background-position:100% 0;box-shadow:0 0 0 1px rgba(255,240,196,.38),0 18px 42px rgba(0,0,0,.38),0 0 46px rgba(85,221,224,.34);transform:translateY(-3px) scale(1.02)}
@keyframes lncb-catalog-breathe{0%,100%{box-shadow:0 0 0 1px rgba(244,194,123,.18),0 14px 34px rgba(0,0,0,.32),0 0 28px rgba(85,221,224,.16)}50%{box-shadow:0 0 0 1px rgba(255,230,166,.36),0 18px 40px rgba(0,0,0,.36),0 0 48px rgba(244,184,96,.3)}}
@keyframes lncb-catalog-color{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@keyframes lncb-catalog-sheen{0%,58%{transform:translateX(-78%) rotate(7deg)}78%,100%{transform:translateX(78%) rotate(7deg)}}
.catalog-first .constellation-wrap{width:100%;max-width:none;min-width:0;justify-self:stretch}
.catalog-first .constellation{display:block;width:100%;height:auto;max-height:none}
.catalog-first .topic-node text{font-size:18px;font-weight:600}
.catalog-first .mystery-label{font-size:12px}
.catalog-first .constellation-hint{position:static;text-align:center;font-size:.875rem;line-height:1.5;letter-spacing:0;opacity:1;margin-top:1rem}
.catalog-first .lncb-today-link{align-items:center;margin-top:1.2rem;font-size:1rem}
.rotation-cue{font-size:1.6rem;color:#f4c27b}
.catalog-first .lncb-feature{border-top:1px solid #294256;padding-top:2.2rem;padding-bottom:3.5rem}
.catalog-first .lncb-feature-heading{align-items:end;gap:2rem}
.lncb-feature-heading h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,3.3vw,3rem);line-height:1.1;font-weight:500;margin:0 0 .65rem}
.catalog-first .lncb-controls{margin:0;justify-content:flex-start}
.catalog-first .lncb-controls button{border-radius:6px;min-width:6rem;min-height:46px}
.catalog-first .lncb-controls [data-action='next']{background:#2b555e;border-color:#68b7c3;color:#f3ffff}
.lncb-motion-status{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin:1rem 0 .65rem;font-size:.875rem;color:#b9ccd9}
.lncb-progress{height:3px;overflow:hidden;background:#294557;margin-bottom:1.1rem}
.lncb-progress span{display:block;height:100%;width:0;background:#f4c27b;transition:width 100ms linear}
.catalog-first .lncb-card{border-radius:8px;min-height:32rem;grid-template-columns:5fr 7fr}
.catalog-first .lncb-copy{padding:2rem}
.catalog-first .lncb-copy h2{font-size:clamp(1.8rem,2.7vw,2.5rem)}
.lncb-numbered-heading{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.lncb-numbered-heading>div{min-width:0;overflow-wrap:anywhere}
.lncb-numbered-heading .essay-number{display:inline-flex;flex:0 0 5rem;width:5rem;height:5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 30% 22%,#226d7c,#092c43 78%);border:1px solid #508795;color:#fff;box-shadow:inset 0 2px 3px #ffffff35,inset 0 -4px 8px #00000030,0 3px 8px #00000030;line-height:1;font-variant-numeric:tabular-nums}
.lncb-numbered-heading .essay-number>strong{font-size:1.65rem;font-weight:700;letter-spacing:-.025em}
@media(max-width:480px){.lncb-numbered-heading .essay-number{flex-basis:4.25rem;width:4.25rem;height:4.25rem}.lncb-numbered-heading .essay-number>strong{font-size:1.25rem}.lncb-numbered-heading{gap:.75rem}}
@media(forced-colors:active){.lncb-numbered-heading .essay-number{background:Canvas;color:CanvasText;border:2px solid CanvasText;box-shadow:none}}
.catalog-first .lncb-teaser{font-size:1rem;line-height:1.7}
.catalog-first .lncb-date,.catalog-first .lncb-meta{font-size:.875rem}
.doors-section{padding-top:4.5rem;padding-bottom:5rem;scroll-margin-top:1.5rem}
.doors-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end;margin-bottom:2.5rem}
.doors-intro h2,.search-layout h2{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2.8rem,4.8vw,4.3rem);line-height:1.06;letter-spacing:-.025em;font-weight:500;margin:0}
.doors-intro>p{color:#b5c8d5;font-size:1.1rem;line-height:1.8;max-width:29rem;margin:0}
.door-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}
.door-card{display:flex;flex-direction:column;border:1px solid #385266;background:#0f2437;border-radius:8px;overflow:hidden;transition:border-color 200ms ease,transform 200ms ease;min-width:0}
.door-card:first-child,.door-card:nth-child(7){grid-column:span 2}
.door-card:hover{border-color:#8dd6de;transform:translateY(-3px)}
.door-art{position:relative;height:200px;display:flex;justify-content:center;align-items:center;background:#06131f;overflow:hidden;padding:1rem 1rem 2.6rem}
.door-art img{width:100%;height:100%;object-fit:contain}
.door-art-caption{position:absolute;bottom:.6rem;left:1rem;right:1rem;color:#aabfcc;font-size:.8rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.door-type-art{font:500 2.8rem/1.1 'Cormorant Garamond',Georgia,serif;color:#f2d39d;padding:1rem}
.door-copy{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.door-label{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;color:#8ed2da;font-size:.875rem;line-height:1.5;margin:0 0 1rem}
.door-label>span:last-child{color:#aec2cf;white-space:nowrap}
.door-copy h3{font:500 clamp(1.9rem,2.8vw,2.6rem)/1.1 'Cormorant Garamond',Georgia,serif;margin:0 0 1rem;color:#f4f3ef;letter-spacing:-.015em}
.door-note{font-size:1rem;line-height:1.7;color:#bdcbd7;margin:0 0 1.7rem}
.door-enter{display:flex;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #385266;font-size:.9rem;color:#f2d39d}
.doors-footnote{color:#a6bdce;font-size:.875rem;line-height:1.7;margin-top:1.5rem}.doors-footnote a{color:#a7e5e9;text-decoration:underline;text-underline-offset:3px}
.catalog-search-section{border-block:1px solid #31526a;background:#102a40;padding:4rem 0}
.search-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:center}
.search-layout p{color:#bdd0df;font-size:1rem;line-height:1.7}
.search-layout form>label:first-child{display:block;margin-bottom:1rem;font-size:1rem}
.search-input-row{display:flex;gap:.7rem}.search-input-row input{background:#071727;border:1px solid #7199ac;color:#f1f5f7;border-radius:5px;padding:1rem;min-width:0;width:100%;font:inherit;font-size:1rem}.search-input-row input::placeholder{color:#a9bece}
.search-input-row button{font:inherit;font-size:1rem;color:#041522;background:#8ce1df;border:0;border-radius:5px;padding:1rem 1.2rem;cursor:pointer;white-space:nowrap}
.pdf-search-option{display:flex;align-items:start;gap:.7rem;margin-top:1rem;font-size:.875rem;color:#bfceda;line-height:1.6}.pdf-search-option input{margin-top:.3rem;width:1rem;height:1rem;accent-color:#8ce1df;flex-shrink:0}
.catalog-shortcuts{display:flex;gap:1rem 1.5rem;flex-wrap:wrap;margin-top:1.75rem}.catalog-shortcuts a{color:#9fdee4;font-size:.875rem;text-decoration:underline;text-underline-offset:4px}
.landing-perspective{text-align:center;padding-top:5rem;padding-bottom:5rem}.landing-perspective blockquote{font:500 clamp(2rem,3.8vw,3.5rem)/1.2 'Cormorant Garamond',Georgia,serif;margin:1.4rem 0 2rem;color:#e4e9ed}.landing-perspective .text-link{font-size:1rem;color:#a9dbe2}
.catalog-first .site-footer{padding:2.5rem 0;background:#05101c}.catalog-first .footer-brand{font-size:1.2rem}.catalog-first .footer-links a,.catalog-first .attribution,.catalog-first .footer-grid .muted{font-size:.875rem;line-height:1.7}
@media(max-width:1000px){.catalog-first .hero{gap:1rem}.door-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.door-card:first-child{grid-column:span 2}.door-card:nth-child(7){grid-column:auto}.lncb-feature-heading{flex-wrap:wrap}.search-layout{gap:2rem}}
@media(max-width:820px){.catalog-first .shell{width:calc(100% - 36px)}.catalog-first .hero{grid-template-columns:1fr;padding-top:2rem}.catalog-first .constellation-wrap{min-height:0;max-width:610px;width:100%;margin:.5rem auto 0}.catalog-first .constellation{max-height:none}.doors-intro,.search-layout{grid-template-columns:1fr;gap:1.5rem}.catalog-first .mobile-nav nav a{display:block;font-size:1rem}.catalog-first .lncb-feature-heading{align-items:start}.catalog-first .lncb-card{grid-template-columns:1fr;min-height:0}.catalog-first .lncb-copy{padding:1.5rem}.catalog-first .lncb-art{height:auto;min-height:16rem}.catalog-first .lncb-art img{max-height:14rem}.catalog-first .lncb-controls{gap:.5rem}.catalog-first .lncb-controls button{min-width:5rem}.doors-section{padding-top:2rem;padding-bottom:3rem}.catalog-first .hero h1{font-size:clamp(3.2rem,12vw,4.7rem)}}
@media(max-width:560px){.door-grid{grid-template-columns:1fr}.door-card:first-child,.door-card:nth-child(7){grid-column:auto}.catalog-first .brand span{font-size:.8rem}.catalog-first .hero .button{width:100%}.catalog-first .lncb-feature-heading{gap:1rem}.search-input-row{flex-wrap:wrap}.search-input-row button{width:100%}.landing-review-note{padding:.7rem 1rem}.catalog-first .lncb-today-link{font-size:.9rem}}
@media(prefers-reduced-motion:reduce){.lncb-orbit-player .featured-podcast-orbit{animation:none!important}.door-card{transition:none}.door-card:hover{transform:none}.lncb-progress span{transition:none}}

@media(prefers-reduced-motion:reduce){.catalog-first .catalog-cta{animation:none;background:#f4c27b;box-shadow:0 14px 34px rgba(0,0,0,.32),0 0 28px rgba(85,221,224,.16)}.catalog-first .catalog-cta::before{display:none}}
