/* Static behaviour and layout guarantees. The original compiled design stays in style.css. */
html,body{margin:0;background:var(--background);color:var(--foreground);overflow-x:hidden}
body{min-width:320px}
main,header,footer,section{width:100%}
.container-mq{width:min(calc(100% - 40px),1360px)!important;margin-inline:auto!important}
.static-mobile{display:none}
.static-mobile-button{border:1px solid color-mix(in oklab,var(--teal) 45%,transparent);border-radius:999px;background:var(--card);color:var(--primary);padding:.7rem 1rem;font:500 .7rem/1 var(--font-mono);letter-spacing:.14em;text-transform:uppercase}
.static-mobile-nav{display:none;position:absolute;z-index:90;top:4.8rem;left:20px;right:20px;flex-direction:column;gap:.25rem;padding:1rem;border:1px solid var(--border);border-radius:1.25rem;background:var(--card);box-shadow:var(--shadow-deep)}
.static-mobile-nav.open{display:flex}
.static-mobile-nav a{padding:.75rem 1rem;border-radius:.8rem;color:var(--foreground);font-size:.85rem}
.static-mobile-nav a:hover{background:color-mix(in oklab,var(--primary) 14%,transparent);color:var(--primary)}
.form-status{margin-top:1rem;padding:.8rem 1rem;border-radius:1rem;color:var(--primary);background:color-mix(in oklab,var(--primary) 10%,transparent)}
.form-status.error{color:#ff9d9d;border:1px solid #8f3333;background:#321919}
.ajax-form button:disabled{cursor:wait;opacity:.65}
.static-search-layer{position:fixed;inset:0;z-index:120;background:color-mix(in oklab,var(--background) 96%,transparent);backdrop-filter:blur(14px);padding:6rem 20px}
.static-search-box{width:min(100%,760px);margin:auto;border:1px solid var(--border);background:var(--card);padding:1.25rem}
.static-search-box input{width:100%;border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:1rem;font-size:1rem}
.static-search-results{display:grid;gap:.5rem;margin-top:1rem}
.static-search-results a{display:block;border:1px solid var(--border);padding:.8rem;color:var(--foreground)}
.static-search-close{float:right;margin-bottom:1rem;color:var(--primary)}
/* Any animation-only hidden state must not conceal server-rendered static content. */
.reveal-init,.reveal-visible,.opacity-0{opacity:1!important;transform:none!important}
@media(max-width:1279px){.static-mobile{display:block}.static-mobile-nav{z-index:90}}
@media(max-width:640px){.container-mq{width:min(calc(100% - 32px),1360px)!important}}

/* Homepage cover: a clear editorial lead with a compact supporting brief. */
main>section:first-child{position:relative;padding-block:clamp(2.5rem,5vw,5.25rem);isolation:isolate;background:radial-gradient(circle at 76% 28%,color-mix(in oklab,var(--primary) 11%,transparent),transparent 32%)}
main>section:first-child:before{content:"THE\A DAILY\A BRIEF";white-space:pre;position:absolute;z-index:-1;left:max(20px,calc((100vw - 1360px)/2));bottom:1.25rem;color:color-mix(in oklab,var(--foreground) 3%,transparent);font-family:var(--font-display);font-size:clamp(5rem,12vw,11rem);line-height:.68;letter-spacing:-.07em;pointer-events:none}
main>section:first-child>.container-mq>div{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(2rem,5vw,5.5rem);align-items:center}
main>section:first-child>.container-mq>div>div:first-child{position:relative;z-index:2;padding-block:1rem;max-width:790px}
main>section:first-child h1{max-width:13.5ch;margin-top:1.25rem;font-size:clamp(2.85rem,5.4vw,5.5rem);line-height:.91;letter-spacing:-.055em;text-wrap:balance}
main>section:first-child h1:after{content:"";display:block;width:4.5rem;height:2px;margin-top:1.5rem;background:var(--primary)}
main>section:first-child h1+p{max-width:62ch;margin-top:1.4rem;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.7}
main>section:first-child>.container-mq>div>div:nth-child(2){position:relative;height:clamp(390px,48vw,630px);border:0;border-radius:0;overflow:visible;box-shadow:var(--shadow-deep)}
main>section:first-child>.container-mq>div>div:nth-child(2):before{content:"12 / 08";position:absolute;z-index:2;top:1.25rem;right:1.25rem;padding:.55rem .7rem;background:color-mix(in oklab,var(--background) 78%,transparent);color:var(--foreground);font:500 .65rem/1 var(--font-mono);letter-spacing:.18em;backdrop-filter:blur(8px)}
main>section:first-child>.container-mq>div>div:nth-child(2):after{content:"Cover  /  01";position:absolute;z-index:2;left:-1.2rem;bottom:2rem;padding:.7rem 1rem;background:var(--primary);color:var(--primary-foreground);font:600 .65rem/1 var(--font-mono);letter-spacing:.18em;text-transform:uppercase}
main>section:first-child>.container-mq>div>div:nth-child(2) img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05)}
main>section:first-child>.container-mq>div>div:nth-child(3){grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(230px,.62fr);gap:0;margin-top:clamp(.5rem,2vw,1.5rem);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
main>section:first-child>.container-mq>div>div:nth-child(3)>*{min-width:0;border:0!important;border-right:1px solid var(--border)!important;background:color-mix(in oklab,var(--card) 32%,transparent)!important}
main>section:first-child>.container-mq>div>div:nth-child(3)>*:last-child{border-right:0!important}
main>section:first-child>.container-mq>div>div:nth-child(3)>a{display:grid;grid-template-columns:150px 1fr;min-height:148px}
main>section:first-child>.container-mq>div>div:nth-child(3)>a>div:first-child{height:100%}
main>section:first-child>.container-mq>div>div:nth-child(3)>a img{height:100%;min-height:148px}
main>section:first-child>.container-mq>div>div:nth-child(3)>a>div:last-child{padding:1.25rem}
main>section:first-child>.container-mq>div>div:nth-child(3) .glass-panel{padding:1.25rem}
main>section:first-child>.container-mq>div>div:nth-child(3) .glass-panel ol{display:grid;grid-template-columns:1fr 1fr;gap:.35rem 1rem;font-size:.68rem;line-height:1.45}

@media(max-width:960px){
  main>section:first-child>.container-mq>div{grid-template-columns:1fr;gap:2rem}
  main>section:first-child h1{max-width:15ch}
  main>section:first-child>.container-mq>div>div:nth-child(2){height:min(68vw,560px)}
  main>section:first-child>.container-mq>div>div:nth-child(3){grid-template-columns:1fr 1fr}
  main>section:first-child>.container-mq>div>div:nth-child(3) .glass-panel{grid-column:1/-1;border-top:1px solid var(--border)!important;border-right:0!important}
}
@media(max-width:640px){
  main>section:first-child{padding-block:2.25rem}
  main>section:first-child:before{display:none}
  main>section:first-child h1{font-size:clamp(2.55rem,12vw,4rem);line-height:.94}
  main>section:first-child>.container-mq>div>div:nth-child(2){height:115vw;max-height:520px}
  main>section:first-child>.container-mq>div>div:nth-child(2):after{left:.75rem;bottom:.75rem}
  main>section:first-child>.container-mq>div>div:nth-child(3){display:flex;flex-direction:column}
  main>section:first-child>.container-mq>div>div:nth-child(3)>*{border-right:0!important;border-bottom:1px solid var(--border)!important}
  main>section:first-child>.container-mq>div>div:nth-child(3)>a{grid-template-columns:112px 1fr;min-height:132px}
  main>section:first-child>.container-mq>div>div:nth-child(3)>a img{min-height:132px}
  main>section:first-child>.container-mq>div>div:nth-child(3) .glass-panel{display:none}
}

/* Project Watch */
.projects-watch{padding:clamp(4rem,7vw,7rem) 0;border-block:1px solid var(--border);background:linear-gradient(145deg,color-mix(in oklab,var(--card) 75%,var(--background)),var(--background) 70%)}
.projects-watch>.container-mq>.projects-watch-new~*{display:none!important}
.projects-watch-head{display:grid;grid-template-columns:1fr minmax(280px,.55fr);gap:3rem;align-items:end;margin-bottom:2.5rem}
.projects-watch-head h2{margin-top:.7rem;font-size:clamp(2.8rem,5.3vw,5.4rem);line-height:.9;letter-spacing:-.055em;text-transform:uppercase}
.projects-watch-head>p{max-width:49ch;padding-left:1.5rem;border-left:1px solid var(--primary);color:var(--muted-foreground);line-height:1.65}
.projects-watch-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(350px,.65fr);min-height:610px;border:1px solid var(--border)}
.project-feature{position:relative;display:flex;align-items:flex-end;min-height:610px;overflow:hidden;color:var(--foreground)}
.project-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,color-mix(in oklab,var(--background) 96%,transparent) 95%)}
.project-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72);transition:transform .8s ease,filter .8s ease}
.project-feature:hover img{transform:scale(1.035);filter:saturate(1)}
.project-feature-index{position:absolute;z-index:2;top:1.4rem;left:1.4rem;width:3rem;height:3rem;display:grid;place-items:center;background:var(--primary);color:var(--primary-foreground);font:600 .7rem/1 var(--font-mono)}
.project-feature-copy{position:relative;z-index:2;max-width:720px;padding:clamp(1.5rem,4vw,3.5rem)}
.project-feature-copy .eyebrow{color:var(--primary)}
.project-feature-copy h3{max-width:13ch;margin-top:.75rem;font-size:clamp(2.2rem,4vw,4rem);line-height:.95;letter-spacing:-.045em}
.project-feature-copy>p:not(.eyebrow){max-width:60ch;margin-top:1rem;color:var(--muted-foreground);line-height:1.55}
.project-link{display:inline-block;margin-top:1.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--primary);font:600 .68rem/1 var(--font-mono);letter-spacing:.16em;text-transform:uppercase}
.project-routes{display:grid;grid-template-rows:repeat(3,1fr) auto;background:color-mix(in oklab,var(--card) 70%,transparent)}
.project-route{display:grid;grid-template-columns:38px 1fr auto;gap:1rem;align-items:center;padding:1.4rem;border-bottom:1px solid var(--border);color:var(--foreground);transition:background .25s ease}
.project-route:hover{background:color-mix(in oklab,var(--primary) 9%,transparent)}
.project-route-no{align-self:start;color:var(--primary);font:500 .65rem/1 var(--font-mono)}
.project-route p{color:var(--primary);font:500 .62rem/1.2 var(--font-mono);letter-spacing:.13em;text-transform:uppercase}
.project-route h3{margin-top:.55rem;font-size:1.45rem;line-height:1.05}
.project-route div>span{display:block;margin-top:.55rem;color:var(--muted-foreground);font-size:.78rem}
.project-route b{color:var(--muted-foreground);font:500 .65rem/1 var(--font-mono);letter-spacing:.1em;text-transform:uppercase}
.projects-all{display:flex;justify-content:space-between;padding:1.25rem 1.4rem;background:var(--primary);color:var(--primary-foreground);font:600 .68rem/1 var(--font-mono);letter-spacing:.14em;text-transform:uppercase}

/* Editorial footer */
.site-footer{margin-top:6rem;padding:0 0 2rem;border-top:1px solid var(--border);background:var(--background)}
.site-footer>.container-mq>.footer-new~*{display:none!important}
.footer-masthead{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid var(--border);font:500 .68rem/1.35 var(--font-mono);letter-spacing:.16em;text-transform:uppercase}
.footer-masthead img{border-radius:.75rem}
.footer-masthead a{padding:.9rem 1.1rem;border:1px solid var(--primary);color:var(--primary);transition:.2s}
.footer-masthead a:hover{background:var(--primary);color:var(--primary-foreground)}
.footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr) minmax(250px,.5fr);gap:clamp(2rem,5vw,6rem);padding:clamp(3rem,6vw,6rem) 0}
.footer-brand h2{margin-top:1rem;font-size:clamp(2.8rem,5vw,5.5rem);line-height:.82;letter-spacing:-.065em;overflow-wrap:anywhere}
.footer-brand h2 span{display:block;color:var(--primary)}
.footer-brand>p:last-child{max-width:48ch;margin-top:2rem;color:var(--muted-foreground);line-height:1.65}
.footer-nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border)}
.footer-nav a{display:flex;gap:.75rem;align-items:center;padding:1.1rem .4rem;border-bottom:1px solid var(--border);color:var(--foreground);font-size:.82rem}
.footer-nav a:nth-child(odd){border-right:1px solid var(--border)}
.footer-nav a span{color:var(--primary);font:500 .6rem/1 var(--font-mono)}
.footer-nav a:hover{color:var(--primary)}
.footer-desk{align-self:start;padding:1.5rem;background:var(--primary);color:var(--primary-foreground)}
.footer-desk h3{margin-top:1rem;font-size:1.8rem;line-height:1.05}
.footer-desk>a{display:inline-block;margin-top:2rem;padding-bottom:.35rem;border-bottom:1px solid currentColor;font:600 .65rem/1 var(--font-mono);letter-spacing:.12em;text-transform:uppercase}
.footer-desk>p:last-child{margin-top:3rem;font-size:.7rem;line-height:1.55;opacity:.75}
.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;padding-top:1.4rem;border-top:1px solid var(--border);color:var(--muted-foreground);font:500 .58rem/1.4 var(--font-mono);letter-spacing:.1em;text-transform:uppercase}
.footer-bottom>div{display:flex;gap:1.2rem}.footer-bottom>p:last-child{text-align:right}.footer-bottom a:hover{color:var(--primary)}

@media(max-width:900px){.projects-watch-head,.projects-watch-grid,.footer-grid{grid-template-columns:1fr}.projects-watch-grid{min-height:0}.project-feature{min-height:560px}.footer-masthead{grid-template-columns:auto 1fr}.footer-masthead a{grid-column:1/-1;text-align:center}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-bottom>div{justify-content:center;flex-wrap:wrap}.footer-bottom>p:last-child{text-align:center}}
@media(max-width:600px){.projects-watch-head{gap:1.5rem}.projects-watch-head>p{padding-left:1rem}.project-feature{min-height:520px}.project-route{grid-template-columns:28px 1fr}.project-route b{display:none}.footer-brand h2{font-size:clamp(2.45rem,13vw,4rem)}.footer-nav{grid-template-columns:1fr}.footer-nav a:nth-child(odd){border-right:0}.footer-masthead p{font-size:.58rem}}
