:root{
  --bg:#090909;--panel:#111;--panel2:#171717;--text:#f5f4ef;--muted:#a6a6a1;
  --line:#2b2b2b;--accent:#d8ff36;--violet:#705cff;--pad:clamp(18px,3vw,52px);
  --radius:18px;--max:1800px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(100%,var(--max));margin:auto}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.hero{height:min(76vh,820px);min-height:560px;position:relative;overflow:hidden;background:#111}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.04)}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.38) 48%,rgba(0,0,0,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.75),transparent 55%)}.hero-content{position:absolute;z-index:2;left:var(--pad);bottom:clamp(42px,8vh,92px);max-width:760px}.brand{position:absolute;top:var(--pad);left:var(--pad);z-index:5;font-weight:900;font-size:clamp(20px,2vw,30px);letter-spacing:-.04em}.brand span{color:var(--accent)}.hero h1{font-size:clamp(48px,7vw,112px);line-height:.88;letter-spacing:-.065em;margin:12px 0 22px;max-width:850px}.hero p{font-size:clamp(16px,1.4vw,22px);line-height:1.45;max-width:600px;color:#d8d8d2}.hero-actions{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:var(--text);color:#0a0a0a;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--text)}.btn.secondary{background:transparent;color:var(--text);border-color:rgba(255,255,255,.45)}.slider-controls{position:absolute;z-index:5;right:var(--pad);bottom:var(--pad);display:flex;align-items:center;gap:8px}.slider-controls button{width:44px;height:44px;border-radius:50%;background:rgba(10,10,10,.65);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer}.slide-count{font-variant-numeric:tabular-nums;font-size:12px;color:#fff;padding:0 10px}
.menu{position:sticky;top:0;z-index:20;background:rgba(9,9,9,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.menu-inner{min-height:72px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;gap:24px}.menu-logo{font-weight:900;letter-spacing:-.04em}.menu nav{display:flex;gap:24px;align-items:center}.menu nav a{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#c9c9c4}.menu nav a:hover{color:var(--accent)}
.section{padding:clamp(72px,10vw,150px) var(--pad)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section h2{font-size:clamp(38px,5.5vw,84px);line-height:.95;letter-spacing:-.055em;margin:10px 0 0}.section-intro{max-width:480px;color:var(--muted);line-height:1.65}.portfolio-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,300px);gap:clamp(26px,3vw,48px);align-items:start}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,2vw,32px)}.card{display:block;min-width:0}.card-media{position:relative;aspect-ratio:16/9;background:#181818;border-radius:var(--radius);overflow:hidden;border:1px solid #202020}.card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .3s}.card:hover img{transform:scale(1.035);filter:brightness(.78)}.card-id{position:absolute;left:10px;top:10px;background:rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 8px;font-size:10px;font-weight:800;letter-spacing:.12em}.play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(.8);opacity:0;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#090909;font-weight:900;transition:.25s}.card:hover .play{opacity:1;transform:translate(-50%,-50%) scale(1)}.card-body{padding:14px 2px 0}.card-title{margin:0 0 7px;font-size:18px;letter-spacing:-.025em}.card-desc{margin:0;color:var(--muted);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.chip{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;border:1px solid #353535;color:#bdbdb7;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.chip.accent{border-color:var(--accent);color:var(--accent)}
.recommended{position:sticky;top:100px;border-left:1px solid var(--line);padding-left:clamp(20px,2vw,32px)}.recommended-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.recommended h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:0}.recommended-list{display:grid;grid-template-columns:1fr;gap:22px}.recommended .card-title{font-size:14px}.recommended .card-desc{display:none}.recommended .chips{margin-top:8px}.recommended .chip:not(:first-child){display:none}
.pagination{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:56px;padding-top:24px}.page-info{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.page-nav{display:flex;gap:8px}.page-nav button{min-width:120px;height:44px;border-radius:999px;border:1px solid #3b3b3b;background:transparent;color:var(--text);cursor:pointer;font-weight:800;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.page-nav button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.page-nav button:disabled{opacity:.25;cursor:not-allowed}
.statement{padding:clamp(90px,13vw,190px) var(--pad);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 85% 20%,rgba(112,92,255,.22),transparent 35%),radial-gradient(circle at 10% 80%,rgba(216,255,54,.13),transparent 35%)}.statement blockquote{max-width:1200px;margin:0;font-size:clamp(45px,7vw,115px);line-height:.93;letter-spacing:-.065em}.statement blockquote span{color:var(--accent)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,140px)}.about-grid p{font-size:clamp(18px,2vw,28px);line-height:1.5;letter-spacing:-.02em;margin:0}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.fact{border-top:1px solid var(--line);padding-top:16px}.fact strong{display:block;font-size:36px;letter-spacing:-.05em}.fact span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.footer{padding:60px var(--pad) 36px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer h3{font-size:clamp(28px,4vw,58px);margin:0 0 16px;letter-spacing:-.05em}.footer p,.footer a{color:var(--muted);font-size:13px;line-height:1.8}.footer-col{display:flex;flex-direction:column;align-items:flex-start}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:22px;border-top:1px solid var(--line);color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.1em}
/* Detail */
.detail-header{min-height:74px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 var(--pad)}.back-link{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.detail-main{padding:clamp(24px,4vw,64px) var(--pad) 110px}.video-wrap{width:100%;aspect-ratio:16/9;border-radius:clamp(12px,1.5vw,24px);overflow:hidden;background:#000}.video-wrap iframe{width:100%;height:100%;border:0}.detail-info{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr);gap:80px;padding:50px 0 90px;border-bottom:1px solid var(--line)}.detail-info h1{font-size:clamp(46px,7vw,110px);line-height:.9;letter-spacing:-.06em;margin:10px 0 24px}.detail-copy{font-size:clamp(17px,1.6vw,24px);line-height:1.55;color:#d6d6cf;max-width:820px}.meta-list{display:grid;gap:18px}.meta-item{border-top:1px solid var(--line);padding-top:12px}.meta-item span{display:block;color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:6px}.meta-item strong{font-size:14px}.related{padding-top:70px}.related-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.related h2{font-size:clamp(32px,4vw,56px);letter-spacing:-.05em;margin:0}.related-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.related-grid .card-title{font-size:14px}.related-grid .card-desc{display:none}.related-grid .chips{display:none}
.legal-main{padding:90px var(--pad) 140px;max-width:960px}.legal-main h1{font-size:clamp(44px,7vw,92px);letter-spacing:-.06em}.legal-main h2{margin-top:50px}.legal-main p{color:#c4c4bd;line-height:1.75}
@media(max-width:1100px){.portfolio-layout{grid-template-columns:1fr}.recommended{position:static;border-left:0;border-top:1px solid var(--line);padding:36px 0 0}.recommended-list{grid-template-columns:repeat(5,minmax(170px,1fr));overflow-x:auto;padding-bottom:10px}.recommended .card{min-width:170px}.related-grid{overflow-x:auto;grid-template-columns:repeat(5,minmax(210px,1fr));padding-bottom:8px}.detail-info{gap:45px}}
@media(max-width:820px){.hero{min-height:620px}.menu-inner{min-height:64px}.menu nav{gap:14px;overflow-x:auto}.menu nav a{white-space:nowrap}.menu-logo{display:none}.section-head{display:block}.section-intro{margin-top:20px}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid,.detail-info,.footer-grid{grid-template-columns:1fr}.detail-info{gap:30px}.facts{margin-top:20px}.footer-grid{gap:26px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}}
@media(max-width:560px){.hero h1{font-size:52px}.hero-content{bottom:82px}.slider-controls{left:var(--pad);right:auto;bottom:22px}.menu nav{width:100%;justify-content:space-between}.menu nav a:nth-child(3){display:none}.section{padding-top:76px;padding-bottom:76px}.portfolio-grid{grid-template-columns:1fr}.page-nav button{min-width:102px}.statement blockquote{font-size:48px}.detail-main{padding-left:12px;padding-right:12px}.detail-info,.related{padding-left:6px;padding-right:6px}.detail-info h1{font-size:54px}.recommended-list{grid-template-columns:repeat(5,220px)}.footer{padding-top:48px}.footer-bottom{margin-top:36px}}

/* ========================================================================== 
   FRAME43 · RESPONSIVE SYSTEM v1.1
   Four intentional layouts:
   Mobile 0–767 · Tablet 768–1023 · Laptop 1024–1439 · Desktop 1440+
   ========================================================================== */
html,body{max-width:100%;overflow-x:hidden}
img,iframe{max-width:100%}

/* Desktop · 1440px and above */
@media (min-width:1440px){
  :root{--pad:clamp(44px,3vw,64px);--max:1920px}
  .hero{height:min(78vh,860px);min-height:620px}
  .portfolio-layout{grid-template-columns:minmax(0,1fr) minmax(270px,320px);gap:clamp(36px,3vw,58px)}
  .portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,1.7vw,34px)}
  .recommended{position:sticky;top:104px;border-left:1px solid var(--line);border-top:0;padding:0 0 0 clamp(24px,2vw,36px)}
  .recommended-list{grid-template-columns:1fr;overflow:visible;padding:0;gap:24px}
  .related-grid{grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;padding:0;gap:20px}
}

/* Laptop · 1024px to 1439px */
@media (min-width:1024px) and (max-width:1439px){
  :root{--pad:clamp(28px,3vw,44px);--radius:15px}
  .hero{height:min(72vh,740px);min-height:540px}
  .hero-content{max-width:min(680px,65vw);bottom:clamp(48px,7vh,76px)}
  .hero h1{font-size:clamp(58px,6.2vw,86px)}
  .hero p{font-size:clamp(15px,1.5vw,19px);max-width:560px}
  .menu-inner{min-height:66px}
  .section{padding-top:clamp(88px,9vw,125px);padding-bottom:clamp(88px,9vw,125px)}
  .section-head{margin-bottom:38px}
  .portfolio-layout{grid-template-columns:minmax(0,1fr) minmax(210px,250px);gap:clamp(22px,2.4vw,34px)}
  .portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,1.7vw,24px)}
  .card-title{font-size:16px}
  .card-desc{font-size:12px}
  .recommended{position:sticky;top:90px;border-left:1px solid var(--line);border-top:0;padding:0 0 0 clamp(18px,2vw,26px)}
  .recommended-list{grid-template-columns:1fr;overflow:visible;padding:0;gap:18px}
  .recommended .card{min-width:0}
  .recommended .card-body{padding-top:10px}
  .recommended .card-title{font-size:13px}
  .related-grid{grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible;padding:0;gap:14px}
  .detail-info{grid-template-columns:minmax(0,1.55fr) minmax(230px,.65fr);gap:clamp(42px,5vw,70px)}
  .detail-main{padding-bottom:90px}
}

/* Tablet · 768px to 1023px */
@media (min-width:768px) and (max-width:1023px){
  :root{--pad:clamp(28px,4.5vw,46px);--radius:15px}
  .hero{height:clamp(580px,76svh,760px);min-height:0}
  .hero-content{left:var(--pad);right:var(--pad);bottom:clamp(54px,8vh,82px);max-width:680px}
  .hero h1{font-size:clamp(58px,9vw,86px);max-width:760px}
  .hero p{font-size:18px;max-width:580px}
  .slider-controls{right:var(--pad);bottom:var(--pad)}
  .menu-inner{min-height:64px;padding-inline:var(--pad)}
  .menu-logo{display:none}
  .menu nav{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;overflow:visible}
  .menu nav a{text-align:center;white-space:nowrap;font-size:11px}
  .section{padding-top:96px;padding-bottom:96px}
  .section-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:end;gap:34px;margin-bottom:38px}
  .section-intro{margin:0}
  .portfolio-layout{grid-template-columns:1fr;gap:56px}
  .portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}
  .recommended{position:static;border-left:0;border-top:1px solid var(--line);padding:34px 0 0}
  .recommended-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,30vw);grid-template-columns:none;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 0 14px}
  .recommended .card{min-width:0;scroll-snap-align:start}
  .pagination{margin-top:50px}
  .about-grid{grid-template-columns:1fr;gap:58px}
  .facts{margin:0}
  .footer-grid{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(150px,.6fr));gap:34px}
  .detail-header{min-height:68px}
  .detail-main{padding-top:34px;padding-bottom:90px}
  .detail-info{grid-template-columns:1fr;gap:42px;padding:44px 0 72px}
  .meta-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px}
  .related-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,31vw);grid-template-columns:none;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 0 14px}
  .related-grid .card{scroll-snap-align:start}
}

/* Mobile · 0px to 767px */
@media (max-width:767px){
  :root{--pad:clamp(16px,5vw,24px);--radius:13px}
  body{-webkit-text-size-adjust:100%}
  .hero{height:clamp(600px,100svh,780px);min-height:0;max-height:none}
  .brand{top:max(var(--pad),env(safe-area-inset-top));left:var(--pad);font-size:22px}
  .hero-slide img{object-position:center center}
  .hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,.18) 24%,rgba(0,0,0,.82) 67%,rgba(0,0,0,.96) 100%)}
  .hero-content{left:var(--pad);right:var(--pad);bottom:104px;max-width:none}
  .hero h1{font-size:clamp(43px,14vw,64px);line-height:.92;letter-spacing:-.055em;margin:10px 0 16px;overflow-wrap:anywhere}
  .hero p{font-size:15px;line-height:1.48;max-width:36em;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .hero-actions{gap:8px;margin-top:20px}
  .btn{min-height:42px;padding:0 14px;font-size:10px;flex:1 1 auto}
  .slider-controls{left:var(--pad);right:auto;bottom:max(22px,env(safe-area-inset-bottom));gap:5px}
  .slider-controls button{width:40px;height:40px}
  .slide-count{padding-inline:7px}
  .menu{top:0}
  .menu-inner{min-height:58px;padding:0 var(--pad);gap:0}
  .menu-logo{display:none}
  .menu nav{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;overflow:visible}
  .menu nav a{font-size:clamp(8px,2.6vw,10px);letter-spacing:.065em;text-align:center;white-space:nowrap;padding:20px 0}
  .menu nav a:nth-child(3){display:block}
  .section{padding-top:72px;padding-bottom:72px}
  .section-head{display:block;margin-bottom:34px}
  .section h2{font-size:clamp(42px,13vw,62px)}
  .section-intro{margin:18px 0 0;font-size:14px;line-height:1.6}
  .portfolio-layout{grid-template-columns:1fr;gap:48px}
  .portfolio-grid{grid-template-columns:1fr;gap:34px}
  .card-title{font-size:18px}
  .card-desc{font-size:13px;-webkit-line-clamp:3}
  .play{opacity:.92;transform:translate(-50%,-50%) scale(.82);width:48px;height:48px}
  .card:hover img{transform:none;filter:none}
  .card:hover .play{transform:translate(-50%,-50%) scale(.82)}
  .recommended{position:static;border-left:0;border-top:1px solid var(--line);padding:30px 0 0}
  .recommended-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(224px,78vw);grid-template-columns:none;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 0 14px}
  .recommended .card{min-width:0;scroll-snap-align:start}
  .recommended .card-title{font-size:15px}
  .pagination{display:grid;grid-template-columns:1fr;gap:18px;margin-top:44px;padding-top:20px}
  .page-info{text-align:center}
  .page-nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .page-nav button{width:100%;min-width:0;height:46px}
  .statement{padding-top:88px;padding-bottom:88px}
  .statement blockquote{font-size:clamp(44px,13.5vw,64px);line-height:.96}
  .about-grid{grid-template-columns:1fr;gap:48px}
  .about-grid p{font-size:20px}
  .facts{grid-template-columns:1fr 1fr;gap:24px 16px;margin:0}
  .fact strong{font-size:32px}
  .fact span{font-size:10px;line-height:1.4}
  .footer{padding-top:50px;padding-bottom:max(30px,env(safe-area-inset-bottom))}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer h3{font-size:40px}
  .footer-bottom{display:block;margin-top:42px;line-height:1.5}
  .footer-bottom span{display:block;margin-top:10px}
  .detail-header{min-height:62px;padding-inline:var(--pad);gap:18px}
  .detail-header .menu-logo{display:block;font-size:13px;white-space:nowrap}
  .back-link{font-size:9px;text-align:right}
  .detail-main{padding:16px var(--pad) 76px}
  .video-wrap{border-radius:11px}
  .detail-info{grid-template-columns:1fr;gap:36px;padding:34px 0 58px}
  .detail-info h1{font-size:clamp(45px,14vw,68px);overflow-wrap:anywhere;margin-bottom:20px}
  .detail-copy{font-size:17px}
  .meta-list{grid-template-columns:1fr 1fr;gap:20px 16px}
  .meta-item strong{overflow-wrap:anywhere}
  .related{padding-top:54px}
  .related-head{display:block;margin-bottom:24px}
  .related-head .back-link{display:inline-block;margin-top:14px;text-align:left}
  .related h2{font-size:40px}
  .related-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(224px,78vw);grid-template-columns:none;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 0 14px}
  .related-grid .card{scroll-snap-align:start}
  .legal-main{padding-top:62px;padding-bottom:90px}
}

/* Small mobile */
@media (max-width:390px){
  .hero h1{font-size:43px}
  .hero-content{bottom:98px}
  .btn{padding-inline:11px;font-size:9px}
  .menu nav a{font-size:8px;letter-spacing:.035em}
  .facts{grid-template-columns:1fr}
  .meta-list{grid-template-columns:1fr}
  .detail-header .menu-logo{font-size:11px}
}

/* Short landscape mobile */
@media (max-width:900px) and (max-height:540px) and (orientation:landscape){
  .hero{height:100svh;min-height:420px}
  .brand{font-size:18px}
  .hero-content{bottom:28px;max-width:62vw}
  .hero h1{font-size:42px;margin:6px 0 10px}
  .hero p{font-size:13px;-webkit-line-clamp:2}
  .hero-actions{margin-top:12px}
  .btn{min-height:36px}
  .slider-controls{left:auto;right:var(--pad);bottom:24px}
}

/* Touch interfaces: show the play affordance without relying on hover. */
@media (hover:none){
  .play{opacity:.9;transform:translate(-50%,-50%) scale(.82)}
  .card:hover img{transform:none;filter:none}
  .card:hover .play{transform:translate(-50%,-50%) scale(.82)}
}

/* Prevent horizontal media rails from contributing their min-content width
   to the portfolio grid at tablet and mobile sizes. */
.portfolio-layout,
.portfolio-layout > *,
.portfolio-grid,
.recommended,
.recommended-list,
.related,
.related-grid{min-width:0;max-width:100%}
.portfolio-layout{width:100%}

@media (min-width:768px) and (max-width:1023px){
  .detail-header .menu-logo{display:block;font-size:14px;white-space:nowrap}
}

/* =========================================================
   FRAME43 · Desktop home refinement v1.2
   New home-specific components appended without touching the
   existing project-detail system.
   ========================================================= */

body.home-curated{background:#0a0a0a;color:#f6f4ef}
body.home-curated main{padding-bottom:56px}
.site-header{position:fixed;top:22px;left:0;right:0;z-index:60;pointer-events:none}
.header-shell{width:min(calc(100% - 40px), 1600px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 20px;border:1px solid rgba(255,255,255,.08);background:rgba(10,10,10,.72);backdrop-filter:blur(18px);border-radius:20px;box-shadow:0 18px 50px rgba(0,0,0,.28);pointer-events:auto}
.header-brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em}
.header-brand-box{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--accent);color:#090909;font-size:15px;letter-spacing:.04em}
.header-brand-text{font-size:18px}
.header-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}
.header-nav a{padding:11px 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#d0cfc9;transition:background .2s,color .2s}
.header-nav a:hover,.header-nav a.is-active{background:rgba(255,255,255,.08);color:#fff}
.header-theme{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);cursor:pointer}
.header-theme span{display:block;width:16px;height:16px;border:2px solid var(--accent);border-radius:50%;position:relative}
.header-theme span:before,.header-theme span:after{content:"";position:absolute;left:50%;top:50%;width:24px;height:2px;background:var(--accent);transform:translate(-50%,-50%) rotate(45deg);opacity:.7}.header-theme span:after{transform:translate(-50%,-50%) rotate(-45deg)}
.home-hero{padding-top:118px}
.hero-track{position:relative;height:min(72vh,780px);min-height:560px;border-radius:32px;overflow:hidden;background:#151515;border:1px solid rgba(255,255,255,.08)}
.hero-slide-panel{position:absolute;inset:0;opacity:0;transition:opacity .65s ease;pointer-events:none}
.hero-slide-panel.is-active{opacity:1;pointer-events:auto}
.hero-slide-panel img{width:100%;height:100%;object-fit:cover}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 2%,rgba(0,0,0,.44) 45%,rgba(0,0,0,.12) 100%),linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.72) 100%)}
.hero-slide-copy{position:absolute;left:clamp(32px,4vw,62px);bottom:clamp(36px,5vw,52px);max-width:min(720px,52vw);z-index:3}
.section-kicker{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}
.hero-slide-copy h1{font-size:clamp(58px,6vw,94px);line-height:.9;letter-spacing:-.065em;margin:14px 0 18px}
.hero-slide-copy p{max-width:560px;font-size:18px;line-height:1.55;color:#ddd9cf;margin:0}
.hero-slide-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.cta-button,.ghost-button,.cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.cta-button{background:var(--accent);color:#0a0a0a;border:1px solid var(--accent)}
.ghost-button,.cta-link{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.22)}
.cta-button:hover,.ghost-button:hover,.cta-link:hover{transform:translateY(-1px)}
.hero-controls{display:flex;align-items:center;justify-content:center;gap:18px;padding:20px 8px 0}
.hero-controls button{width:46px;height:46px;border-radius:50%;background:#111;border:1px solid rgba(255,255,255,.12);color:#fff;cursor:pointer}
.hero-dots{display:flex;align-items:center;gap:10px}.hero-dot{width:40px;height:4px;border-radius:999px;border:0;background:rgba(255,255,255,.16);padding:0;cursor:pointer}.hero-dot.is-active{background:var(--accent)}
.logo-band{margin-top:26px;background:linear-gradient(90deg,#131313 0%,#191919 100%);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden}
.logo-band-inner{display:flex;align-items:center;gap:24px;min-width:max-content;padding:20px 28px;animation:logoMarquee 38s linear infinite}.logo-band:hover .logo-band-inner{animation-play-state:paused}
.logo-chip{height:48px;min-width:160px;display:flex;align-items:center;justify-content:center;padding:10px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.02)}
.logo-chip img{max-width:120px;max-height:24px;object-fit:contain;filter:grayscale(1) brightness(1.2);opacity:.88}
@keyframes logoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.home-section{padding-top:58px;padding-bottom:0}
.section-title-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);align-items:end;gap:24px;margin-bottom:28px}
.section-title-row h2{font-size:clamp(40px,4.2vw,68px);line-height:.96;letter-spacing:-.05em;margin:10px 0 0}
.section-title-row p{margin:0;color:#b9b8b2;line-height:1.65}
.curated-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.project-card{display:block;background:#111;border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;box-shadow:0 18px 34px rgba(0,0,0,.14)}
.project-card-media{position:relative;aspect-ratio:16/9;background:#191919;overflow:hidden}.project-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease,filter .3s ease}.project-card:hover .project-card-media img{transform:scale(1.035);filter:saturate(1.03)}
.project-card-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:#090909;font-size:26px;box-shadow:0 12px 24px rgba(0,0,0,.22)}
.project-card-corner{position:absolute;top:18px;right:18px;width:18px;height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.08)}
.project-card-side-tags{position:absolute;left:16px;top:18px;display:flex;flex-direction:column;gap:8px}.project-card-side-tags span{padding:6px 8px;border-radius:10px;background:rgba(10,10,10,.72);border:1px solid rgba(255,255,255,.1);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f2f1eb;backdrop-filter:blur(8px)}
.project-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);font-size:11px;font-weight:700;color:#c5c4be;background:#0d0d0d}.meta-left,.meta-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.meta-right{text-align:right;justify-content:flex-end}
.project-card-body{padding:18px 18px 20px}.project-card-headline{display:flex;align-items:start;justify-content:space-between;gap:18px}.project-card-headline h3{margin:0;font-size:24px;line-height:1.05;letter-spacing:-.04em}.project-card-id{font-size:12px;font-weight:800;letter-spacing:.12em;color:#aaa8a1}
.project-card-body p{margin:12px 0 14px;color:#c3c1ba;line-height:1.55;font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.project-card-data{display:grid;gap:6px;font-size:12px;color:#d5d3cc}.project-card-data strong{color:#fff}
.project-card-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.project-card-chips span{padding:8px 11px;border-radius:999px;background:rgba(216,255,54,.08);border:1px solid rgba(216,255,54,.15);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ebf6b8}
.reel-banner{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:28px;align-items:stretch;padding:24px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:#111}
.reel-banner-copy{padding:12px 8px 12px 4px}.reel-banner-copy h2{font-size:clamp(34px,3.5vw,54px);letter-spacing:-.05em;line-height:.96;margin:12px 0 14px}.reel-banner-copy p{color:#bbb9b2;line-height:1.65;margin:0}
.reel-banner-media{min-width:0}.reel-frame-wrap{position:relative;aspect-ratio:21/9;border-radius:24px;overflow:hidden;background:#050505}.reel-frame-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.stories-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.project-card-vertical .project-card-media{aspect-ratio:9/16}.project-card-vertical .project-card-headline h3{font-size:21px}.project-card-vertical .project-card-body p{-webkit-line-clamp:2}
.cta-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:34px;border-radius:30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#121212 0%,#191919 100%)}
.cta-panel h2{font-size:clamp(38px,4vw,66px);line-height:.96;letter-spacing:-.055em;margin:12px 0 14px;max-width:900px}.cta-panel p{max-width:780px;margin:0;color:#c0beb7;line-height:1.65}.cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{margin-top:58px;padding-top:34px;padding-bottom:24px;border-top:1px solid rgba(255,255,255,.08)}
.footer-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:34px;align-items:start}.footer-brand-block{display:flex;align-items:center;justify-content:flex-start}.footer-mark{width:118px;height:118px;object-fit:contain;filter:brightness(1.15)}
.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.footer-col{display:grid;gap:10px;align-content:start}.footer-col strong{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#fff}.footer-col a,.footer-col span{color:#bab8b1;line-height:1.5}.footer-links a{font-size:14px}.footer-links a:hover,.footer-socials a:hover{color:var(--accent)}
.footer-socials a{display:flex;align-items:center;gap:10px}.footer-socials svg{width:18px;height:18px;fill:currentColor;flex:0 0 auto}
.footer-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#96948d}.footer-bottom-bar a{color:#c2c1ba}
.service-stub-main{padding:120px var(--pad) 80px}.service-stub-main h1{font-size:64px;line-height:.95;letter-spacing:-.05em;margin:12px 0 18px}.service-stub-main p{max-width:720px;line-height:1.65;color:#c2c1ba}

@media (max-width:1279px){
  .header-shell{width:min(calc(100% - 30px), 1600px)}
  .section-title-row{grid-template-columns:1fr}
  .cta-panel,.reel-banner,.footer-layout{grid-template-columns:1fr}
}
@media (max-width:1023px){
  .site-header{top:12px}
  .header-shell{padding:12px 14px;gap:12px;border-radius:18px;flex-wrap:wrap;justify-content:center}
  .header-nav{order:3;width:100%;justify-content:center}
  .header-nav a{font-size:10px;padding:10px 11px}
  .home-hero{padding-top:126px}
  .hero-track{min-height:520px;height:70svh}
  .hero-slide-copy{max-width:none;right:28px}.hero-slide-copy h1{font-size:clamp(48px,9vw,72px)}.hero-slide-copy p{font-size:16px;max-width:42em}
  .curated-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .home-hero{padding-top:142px}.hero-track{min-height:480px;height:auto;aspect-ratio:4/5;border-radius:24px}
  .hero-slide-overlay{background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.16) 28%,rgba(0,0,0,.86) 100%)}
  .hero-slide-copy{left:22px;right:22px;bottom:26px;max-width:none}.hero-slide-copy h1{font-size:42px}.hero-slide-copy p{font-size:15px}
  .hero-controls{gap:10px}.hero-dot{width:28px}
  .logo-chip{min-width:120px;height:42px;padding:8px 14px}.logo-chip img{max-width:90px;max-height:20px}
  .home-section{padding-top:44px}.curated-grid,.stories-grid{grid-template-columns:1fr;gap:18px}
  .project-card{border-radius:18px}.project-card-play{width:58px;height:58px;font-size:21px}.project-card-headline h3{font-size:20px}.project-card-meta-row{display:block}.meta-right{justify-content:flex-start;text-align:left;margin-top:8px}
  .cta-panel{padding:24px}.cta-panel h2{font-size:36px}.cta-actions{justify-content:flex-start}
  .footer-columns{grid-template-columns:1fr}.footer-bottom-bar{display:grid;justify-content:start}
}

/* =========================================================
   FRAME43 · v1.3 Editorial inner rail
   Desktop / 4K scale correction and full-bleed top stack.
   ========================================================= */

.home-curated{
  --home-rail:1280px;
  --home-gutter:clamp(24px,3vw,48px);
  --nav-height:76px;
}

/* Full-width fixed navbar. The background spans the viewport;
   only the content aligns to the editorial rail. */
.home-curated .site-header{
  top:0;
  min-height:var(--nav-height);
  display:flex;
  align-items:center;
  background:rgba(9,9,9,.9);
  backdrop-filter:blur(18px);
  border:0;
  box-shadow:none;
}
.home-curated .header-shell{
  width:min(calc(100% - (var(--home-gutter) * 2)),var(--home-rail));
  min-height:var(--nav-height);
  margin:0 auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.home-curated .header-brand-box{width:40px;height:40px;border-radius:10px}
.home-curated .header-nav a{padding:9px 12px}
.home-curated .header-theme{width:40px;height:40px}

/* Slider sits directly under the navbar and runs edge to edge. */
.home-curated .home-hero{
  position:relative;
  width:100%;
  max-width:none;
  padding:var(--nav-height) 0 0;
  margin:0;
}
.home-curated .hero-track{
  width:100%;
  height:clamp(540px,66vh,760px);
  min-height:0;
  border:0;
  border-radius:0;
}
.home-curated .hero-slide-copy{
  left:max(var(--home-gutter),calc((100vw - var(--home-rail))/2));
  bottom:clamp(50px,6vh,74px);
  max-width:620px;
}
.home-curated .hero-slide-copy h1{
  font-size:clamp(52px,4.9vw,78px);
  max-width:720px;
}
.home-curated .hero-slide-copy p{font-size:17px;max-width:540px}

/* Controls become a tiny overlay on the image itself. */
.home-curated .hero-controls{
  position:absolute;
  z-index:8;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:8px;
  padding:0;
}
.home-curated .hero-controls > button{
  width:28px;
  height:28px;
  border:0;
  background:rgba(0,0,0,.38);
  font-size:11px;
  opacity:.72;
  backdrop-filter:blur(8px);
}
.home-curated .hero-dots{gap:6px}
.home-curated .hero-dot{
  width:18px;
  height:3px;
  background:rgba(255,255,255,.38);
}
.home-curated .hero-dot.is-active{background:#fff}

/* Logo strip is attached to the slider, without cards or visible boxes. */
.home-curated .logo-band{
  margin:0;
  border:0;
  background:#f0f0ec;
}
.home-curated .logo-band-inner{
  gap:clamp(42px,4vw,74px);
  padding:20px 0;
}
.home-curated .logo-chip{
  min-width:190px;
  height:58px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.home-curated .logo-chip img{
  max-width:154px;
  max-height:34px;
  filter:grayscale(1) contrast(1.15);
  opacity:.84;
}

/* Real editorial rail for every section after the logo strip. */
.home-curated .home-section.shell,
.home-curated .footer-layout.shell,
.home-curated .footer-bottom-bar.shell{
  width:min(calc(100% - (var(--home-gutter) * 2)),var(--home-rail));
  max-width:var(--home-rail);
  margin-left:auto;
  margin-right:auto;
}
.home-curated .home-section{
  padding-top:82px;
}
.home-curated .section-title-row{
  grid-template-columns:minmax(0,1fr) minmax(280px,420px);
  margin-bottom:30px;
}
.home-curated .section-title-row h2{
  font-size:clamp(40px,3.4vw,56px);
}
.home-curated .section-title-row p{font-size:15px}

/* Cards retain their identity but stop scaling like 4K billboards. */
.home-curated .curated-grid{gap:24px}
.home-curated .project-card{border-radius:20px}
.home-curated .project-card-play{width:60px;height:60px;font-size:21px}
.home-curated .project-card-meta-row{padding:10px 15px;font-size:10px}
.home-curated .project-card-body{padding:16px 16px 18px}
.home-curated .project-card-headline h3{font-size:21px}
.home-curated .project-card-body p{font-size:13px;line-height:1.5;margin:10px 0 12px}
.home-curated .project-card-data{font-size:11px}
.home-curated .project-card-chips{gap:6px;margin-top:13px}
.home-curated .project-card-chips span{padding:7px 9px;font-size:9px}
.home-curated .project-card-side-tags{left:13px;top:14px;gap:6px}
.home-curated .project-card-side-tags span{font-size:9px;padding:5px 7px}

/* Reel placeholder: only moving image, no interface or copy. */
.home-curated .reel-banner{
  display:block;
  padding:0;
  border:0;
  border-radius:22px;
  background:#050505;
  overflow:hidden;
}
.home-curated .reel-banner-media{width:100%}
.home-curated .reel-frame-wrap{
  width:100%;
  aspect-ratio:21/8;
  border-radius:0;
  background:#050505;
}
.home-curated .reel-frame-wrap iframe{
  width:100%;
  height:100%;
  transform:scale(1.015);
}

.home-curated .stories-grid{gap:20px}

/* Open CTA, no framed/card treatment. */
.home-curated .cta-panel{
  grid-template-columns:minmax(0,1fr) auto;
  padding:34px 0 12px;
  border:0;
  border-radius:0;
  background:transparent;
}
.home-curated .cta-panel h2{
  font-size:clamp(38px,3.5vw,56px);
  max-width:820px;
}
.home-curated .cta-panel p{font-size:15px;max-width:720px}

.home-curated .site-footer{margin-top:88px}
.home-curated .footer-mark{width:104px;height:104px}

@media (min-width:1800px){
  .home-curated .hero-track{height:720px}
  .home-curated .hero-slide-copy h1{font-size:76px}
}

@media (max-width:1279px){
  .home-curated{--home-rail:1120px;--nav-height:72px}
  .home-curated .header-shell{width:min(calc(100% - 48px),var(--home-rail))}
  .home-curated .home-section.shell,
  .home-curated .footer-layout.shell,
  .home-curated .footer-bottom-bar.shell{width:min(calc(100% - 48px),var(--home-rail))}
  .home-curated .hero-slide-copy{left:24px}
  .home-curated .cta-panel{grid-template-columns:1fr}
}

@media (max-width:1023px){
  .home-curated{--nav-height:118px}
  .home-curated .site-header{min-height:var(--nav-height)}
  .home-curated .header-shell{min-height:var(--nav-height);padding:10px 0}
  .home-curated .home-hero{padding-top:var(--nav-height)}
  .home-curated .hero-track{height:clamp(500px,68svh,680px)}
  .home-curated .hero-slide-copy{left:32px;right:32px;max-width:650px}
  .home-curated .section-title-row{grid-template-columns:1fr}
  .home-curated .home-section{padding-top:68px}
}

@media (max-width:767px){
  .home-curated{--nav-height:136px;--home-gutter:20px}
  .home-curated .header-shell{width:calc(100% - 32px)}
  .home-curated .home-section.shell,
  .home-curated .footer-layout.shell,
  .home-curated .footer-bottom-bar.shell{width:calc(100% - 40px)}
  .home-curated .hero-track{height:auto;aspect-ratio:4/5}
  .home-curated .hero-slide-copy{left:22px;right:22px;bottom:48px}
  .home-curated .hero-slide-copy h1{font-size:42px}
  .home-curated .hero-controls{bottom:14px}
  .home-curated .logo-band-inner{padding:16px 0;gap:34px}
  .home-curated .logo-chip{min-width:142px;height:44px}
  .home-curated .logo-chip img{max-width:116px;max-height:26px}
  .home-curated .home-section{padding-top:56px}
  .home-curated .reel-frame-wrap{aspect-ratio:16/9}
}

/* =========================================================
   FRAME43 · v1.4 Theme switch, full-bleed reel and inline stories
   ========================================================= */

.home-curated{
  --theme-bg:#090909;
  --theme-surface:#111;
  --theme-surface-deep:#0d0d0d;
  --theme-text:#f6f4ef;
  --theme-muted:#bbb9b2;
  --theme-soft:#c5c3bc;
  --theme-line:rgba(255,255,255,.08);
  --theme-line-strong:rgba(255,255,255,.14);
  --theme-nav:rgba(9,9,9,.92);
  --theme-hover:rgba(255,255,255,.08);
  --theme-chip-bg:rgba(216,255,54,.08);
  --theme-chip-line:rgba(216,255,54,.15);
  --theme-chip-text:#ebf6b8;
  background:var(--theme-bg);
  color:var(--theme-text);
  transition:background-color .35s ease,color .35s ease;
}

html[data-theme="light"] .home-curated{
  --theme-bg:#f2f0ea;
  --theme-surface:#fff;
  --theme-surface-deep:#e9e6de;
  --theme-text:#101010;
  --theme-muted:#5f5d57;
  --theme-soft:#44423d;
  --theme-line:rgba(0,0,0,.09);
  --theme-line-strong:rgba(0,0,0,.16);
  --theme-nav:rgba(242,240,234,.94);
  --theme-hover:rgba(0,0,0,.07);
  --theme-chip-bg:rgba(72,88,0,.08);
  --theme-chip-line:rgba(72,88,0,.16);
  --theme-chip-text:#3e4b00;
}

.home-curated .site-header{background:var(--theme-nav);transition:background-color .35s ease}
.home-curated .header-brand,
.home-curated .header-nav a{color:var(--theme-text)}
.home-curated .header-nav a:hover,
.home-curated .header-nav a.is-active{background:var(--theme-hover);color:var(--theme-text)}
.home-curated .header-brand-box{background:var(--accent);color:#090909}
.home-curated .header-theme{
  position:relative;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--theme-text);
  transition:background-color .2s ease,color .35s ease;
}
.home-curated .header-theme:hover{background:var(--theme-hover)}
.home-curated .theme-icon{position:absolute;inset:9px;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:opacity .25s ease,transform .35s ease}
.home-curated .theme-icon-sun{opacity:0;transform:rotate(-35deg) scale(.72)}
.home-curated .theme-icon-moon{opacity:1;transform:rotate(0) scale(1)}
html[data-theme="light"] .home-curated .theme-icon-sun{opacity:1;transform:rotate(0) scale(1)}
html[data-theme="light"] .home-curated .theme-icon-moon{opacity:0;transform:rotate(35deg) scale(.72)}

.home-curated .section-title-row h2,
.home-curated .project-card-headline h3,
.home-curated .cta-panel h2,
.home-curated .footer-col strong{color:var(--theme-text)}
.home-curated .section-title-row p,
.home-curated .project-card-body p,
.home-curated .cta-panel p,
.home-curated .footer-col a,
.home-curated .footer-col span{color:var(--theme-muted)}
.home-curated .project-card{background:var(--theme-surface);border-color:var(--theme-line);box-shadow:0 18px 34px rgba(0,0,0,.08)}
.home-curated .project-card-meta-row{background:var(--theme-surface-deep);border-color:var(--theme-line);color:var(--theme-soft)}
.home-curated .project-card-data{color:var(--theme-soft)}
.home-curated .project-card-data strong{color:var(--theme-text)}
.home-curated .project-card-id{color:var(--theme-muted)}
.home-curated .project-card-chips span{background:var(--theme-chip-bg);border-color:var(--theme-chip-line);color:var(--theme-chip-text)}
.home-curated .ghost-button,
.home-curated .cta-link{color:var(--theme-text);border-color:var(--theme-line-strong)}
.home-curated .ghost-button:hover,
.home-curated .cta-link:hover{background:var(--theme-hover)}
.home-curated .site-footer,
.home-curated .footer-bottom-bar{border-color:var(--theme-line)}
.home-curated .footer-bottom-bar,
.home-curated .footer-bottom-bar a{color:var(--theme-muted)}
.home-curated .footer-mark{filter:var(--footer-mark-filter,brightness(1.15))}
html[data-theme="light"] .home-curated .footer-mark{--footer-mark-filter:brightness(.15)}

/* Logo band changes polarity with the active interface theme. */
.home-curated .logo-band{background:#f0f0ec;transition:background-color .35s ease}
.home-curated .logo-chip img{filter:grayscale(1) contrast(1.15);transition:filter .35s ease,opacity .35s ease}
html[data-theme="light"] .home-curated .logo-band{background:#141414}
html[data-theme="light"] .home-curated .logo-chip img{filter:grayscale(1) brightness(0) invert(1);opacity:.82}

/* Full-bleed reel placeholder. The 16:9 player is treated as a background
   and cropped vertically inside a wide banner area. */
.home-curated .reel-section{
  width:100%;
  max-width:none;
  margin:0;
  padding:82px 0 0;
}
.home-curated .reel-banner{
  width:100%;
  border-radius:0;
  background:#050505;
}
.home-curated .reel-frame-wrap{
  position:relative;
  width:100%;
  height:clamp(320px,31vw,590px);
  aspect-ratio:auto;
  overflow:hidden;
}
.home-curated .reel-frame-wrap iframe{
  position:absolute;
  left:50%;
  top:50%;
  width:100vw;
  height:56.25vw;
  min-width:177.78vh;
  min-height:100%;
  transform:translate(-50%,-50%);
  border:0;
}

/* Inline vertical Vimeo cards. */
.home-curated .story-card{
  min-width:0;
  background:var(--theme-surface);
  border:1px solid var(--theme-line);
  border-radius:18px;
  overflow:hidden;
  transition:background-color .35s ease,border-color .35s ease,transform .25s ease;
}
.home-curated .story-card:hover{transform:translateY(-2px)}
.home-curated .story-media{position:relative;aspect-ratio:9/16;background:#111;overflow:hidden}
.home-curated .story-play{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#111;color:#fff;cursor:pointer}
.home-curated .story-play img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:cover;object-position:center;filter:saturate(.84) brightness(.78);transition:filter .35s ease}
.home-curated .story-play:hover img{transform:none;filter:saturate(.95) brightness(.66)}
.home-curated .story-play:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.52))}
.home-curated .story-play-icon{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.9);color:#090909;font-size:20px;box-shadow:0 10px 28px rgba(0,0,0,.28)}
.home-curated .story-number{position:absolute;z-index:2;left:14px;bottom:14px;font-size:11px;font-weight:900;letter-spacing:.14em}
.home-curated .story-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.home-curated .story-close{position:absolute;z-index:5;right:10px;top:10px;width:30px;height:30px;border:0;border-radius:50%;background:rgba(0,0,0,.62);color:#fff;font-size:20px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}
.home-curated .story-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;background:var(--theme-surface);border-top:1px solid var(--theme-line);transition:background-color .35s ease,border-color .35s ease}
.home-curated .story-caption strong{font-size:13px;letter-spacing:-.01em;color:var(--theme-text)}
.home-curated .story-caption span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-muted)}

@media (max-width:1023px){
  .home-curated .reel-section{padding-top:68px}
  .home-curated .reel-frame-wrap{height:clamp(300px,45vw,470px)}
}
@media (max-width:767px){
  .home-curated .reel-section{padding-top:56px}
  .home-curated .reel-frame-wrap{height:260px}
  .home-curated .story-card:hover{transform:none}
}

/* =========================================================
   FRAME43 · v1.5 Correct bureau mark + individual project template
   ========================================================= */

.home-curated .footer-mark-wrap{
  position:relative;
  display:block;
  width:112px;
  aspect-ratio:1;
}
.home-curated .footer-mark-wrap .footer-mark{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:none;
  transition:opacity .3s ease;
}
.home-curated .footer-mark-light{opacity:1}
.home-curated .footer-mark-dark{opacity:0}
html[data-theme="light"] .home-curated .footer-mark-light{opacity:0}
html[data-theme="light"] .home-curated .footer-mark-dark{opacity:1}

.project-page{
  --project-rail:1280px;
  min-height:100%;
}
.project-page .project-main{
  width:min(calc(100% - 72px),var(--project-rail));
  padding-top:calc(var(--nav-height,72px) + 48px);
  padding-bottom:36px;
}
.project-back{
  display:inline-flex;
  margin-bottom:24px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.project-back:hover{color:var(--theme-text)}
.project-layout{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(300px,1fr);
  gap:clamp(30px,3vw,46px);
  align-items:start;
}
.project-primary,.project-sidebar{min-width:0}
.project-video{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#050505;
}
.project-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.project-social-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:44px;
  padding:10px 0;
  border-bottom:1px solid var(--theme-line);
  font-size:11px;
  font-weight:800;
  color:var(--theme-soft);
}
.project-social-left,.project-social-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.project-social-right{justify-content:flex-end;text-align:right}
.project-copy-block{padding-top:24px}
.project-title-line{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.project-title-line h1{
  margin:10px 0 0;
  max-width:760px;
  font-size:clamp(46px,4.5vw,70px);
  line-height:.94;
  letter-spacing:-.06em;
  color:var(--theme-text);
}
.project-number{font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--theme-muted)}
.project-lead{
  max-width:820px;
  margin:22px 0 0;
  font-size:17px;
  line-height:1.7;
  color:var(--theme-muted);
}
.project-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:28px;
}
.project-fact{
  min-width:0;
  padding:14px 0;
  border-top:1px solid var(--theme-line);
  border-bottom:1px solid var(--theme-line);
}
.project-fact span{
  display:block;
  margin-bottom:7px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.project-fact strong{
  display:block;
  overflow-wrap:anywhere;
  font-size:13px;
  line-height:1.35;
  color:var(--theme-text);
}
.project-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.project-chips span{
  padding:8px 11px;
  border-radius:999px;
  background:var(--theme-chip-bg);
  border:1px solid var(--theme-chip-line);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--theme-chip-text);
}
.project-sidebar{position:sticky;top:calc(var(--nav-height,72px) + 28px)}
.project-square-banner{width:100%;aspect-ratio:1;background:#050505;overflow:hidden}
.project-square-reel{position:relative;width:100%;height:100%;overflow:hidden}
.project-square-reel iframe{
  position:absolute;
  left:50%;
  top:50%;
  width:177.78%;
  height:100%;
  transform:translate(-50%,-50%);
  border:0;
  pointer-events:none;
}
.project-recommended{padding-top:28px}
.project-sidebar-heading{margin-bottom:16px}
.project-sidebar-heading h2{
  margin:8px 0 0;
  font-size:clamp(28px,2.5vw,38px);
  line-height:.96;
  letter-spacing:-.05em;
  color:var(--theme-text);
}
.project-recommended-list{display:grid;gap:22px}
.project-rec-card{display:block;min-width:0}
.project-rec-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#111}
.project-rec-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease,filter .3s ease}
.project-rec-card:hover .project-rec-media img{transform:scale(1.03);filter:saturate(1.04)}
.project-rec-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#080808;
  font-size:15px;
}
.project-rec-index{
  position:absolute;
  right:10px;
  top:10px;
  padding:5px 7px;
  background:rgba(0,0,0,.66);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.project-rec-copy{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding-top:10px;
}
.project-rec-copy h3{margin:0;font-size:16px;line-height:1.12;letter-spacing:-.025em;color:var(--theme-text)}
.project-rec-copy p{margin:4px 0 0;font-size:11px;color:var(--theme-muted)}
.project-rec-copy>span{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-muted);text-align:right}
.project-page .project-cta-section{
  width:min(calc(100% - 72px),var(--project-rail));
  padding-top:72px;
}
.project-page .site-footer{margin-top:72px}

@media (max-width:1279px){
  .project-page .project-main,
  .project-page .project-cta-section{width:min(calc(100% - 48px),1120px)}
  .project-layout{grid-template-columns:minmax(0,1.75fr) minmax(280px,1fr);gap:30px}
  .project-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1023px){
  .project-page .project-main{padding-top:calc(var(--nav-height,118px) + 36px)}
  .project-layout{grid-template-columns:1fr}
  .project-sidebar{position:static;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:28px;align-items:start}
  .project-recommended{padding-top:0}
  .project-recommended-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .project-rec-copy{display:block}.project-rec-copy>span{display:block;text-align:left;margin-top:6px}
}
@media (max-width:767px){
  .project-page .project-main,
  .project-page .project-cta-section{width:calc(100% - 40px)}
  .project-page .project-main{padding-top:calc(var(--nav-height,136px) + 26px)}
  .project-layout{gap:50px}
  .project-social-row{display:block}.project-social-right{justify-content:flex-start;text-align:left;margin-top:8px}
  .project-title-line h1{font-size:42px}
  .project-lead{font-size:15px}
  .project-facts{grid-template-columns:1fr 1fr}
  .project-sidebar{display:block}.project-recommended{padding-top:28px}.project-recommended-list{grid-template-columns:1fr;gap:24px}
  .project-page .project-cta-section{padding-top:52px}
}

/* =========================================================
   FRAME43 · v1.6 Complete theme, larger logo rail and
   expanded project editorial copy.
   ========================================================= */

html[data-theme="dark"]{color-scheme:dark;background:#090909}
html[data-theme="light"]{color-scheme:light;background:#f2f0ea}

/* Complete colour system: no isolated dark surfaces remain in day mode. */
.home-curated,
.home-curated main,
.home-curated .home-section,
.project-page,
.project-page .project-main,
.project-page .project-cta-section,
.home-curated .site-footer{
  background:var(--theme-bg);
  color:var(--theme-text);
}
.home-curated main,
.home-curated .home-section,
.project-page .project-main,
.project-page .project-cta-section,
.home-curated .site-footer,
.home-curated .project-card,
.home-curated .project-card-body,
.home-curated .project-card-meta-row,
.home-curated .story-card,
.home-curated .story-caption,
.project-page .project-copy-block,
.project-page .project-recommended{
  transition:background-color .35s ease,color .35s ease,border-color .35s ease;
}

.home-curated .section-title-row h2,
.home-curated .section-title-row p,
.home-curated .project-card-headline h3,
.home-curated .project-card-body p,
.home-curated .project-card-data,
.home-curated .project-card-data strong,
.home-curated .project-card-id,
.home-curated .story-caption strong,
.home-curated .story-caption span,
.home-curated .cta-panel h2,
.home-curated .cta-panel p,
.home-curated .footer-col strong,
.home-curated .footer-col a,
.home-curated .footer-col span,
.home-curated .footer-bottom-bar,
.home-curated .footer-bottom-bar a,
.project-page .project-back,
.project-page .project-social-row,
.project-page .project-title-line h1,
.project-page .project-format-line,
.project-page .project-lead,
.project-page .project-fact span,
.project-page .project-fact strong,
.project-page .project-extended-copy,
.project-page .project-rec-copy h3,
.project-page .project-rec-copy p,
.project-page .project-rec-copy > span,
.project-page .project-sidebar-heading h2{
  transition:color .35s ease,border-color .35s ease;
}

.home-curated .project-card,
.home-curated .story-card{
  background:var(--theme-surface);
  border-color:var(--theme-line);
}
.home-curated .project-card-meta-row,
.home-curated .story-caption{
  background:var(--theme-surface-deep);
  border-color:var(--theme-line);
}
.home-curated .project-card-media,
.home-curated .story-media,
.project-page .project-video,
.project-page .project-square-banner,
.project-page .project-rec-media{
  background:#050505;
}
.home-curated .cta-panel{background:transparent;color:var(--theme-text)}
.home-curated .site-footer,
.home-curated .footer-bottom-bar,
.project-page .project-social-row,
.project-page .project-fact,
.project-page .project-extended-copy{
  border-color:var(--theme-line);
}

/* Content over photography always stays white in both interface modes. */
.home-curated .hero-slide-copy,
.home-curated .hero-slide-copy h1,
.home-curated .hero-slide-copy p{
  color:#fff;
}
.home-curated .hero-slide-copy .section-kicker{color:var(--accent)}
.home-curated .hero-slide-copy .ghost-button{
  color:#fff;
  border-color:rgba(255,255,255,.38);
  background:rgba(0,0,0,.14);
}
.home-curated .hero-slide-copy .ghost-button:hover{background:rgba(0,0,0,.34)}

/* The logo strip now belongs to the active theme and uses trimmed,
   transparent monochrome assets so no hidden image boxes remain. */
.home-curated .logo-band{
  background:#111;
  transition:background-color .35s ease;
}
html[data-theme="light"] .home-curated .logo-band{background:#f2f0ea}
.home-curated .logo-band-inner{
  gap:clamp(64px,5vw,96px);
  padding:28px 0;
}
.home-curated .logo-chip{
  min-width:230px;
  height:82px;
  padding:0 10px;
}
.home-curated .logo-chip img{
  width:auto;
  height:auto;
  max-width:205px;
  max-height:58px;
  object-fit:contain;
  opacity:.94;
  filter:brightness(0) invert(1);
}
html[data-theme="light"] .home-curated .logo-chip img{
  filter:brightness(0);
  opacity:.9;
}
@media (min-width:1600px){
  .home-curated .logo-chip{min-width:260px;height:92px}
  .home-curated .logo-chip img{max-width:230px;max-height:68px}
}

/* Project title hierarchy: title first, compact format line below. */
.project-page .project-title-line{
  display:block;
}
.project-page .project-title-line h1{
  max-width:760px;
  margin:0;
  font-size:clamp(36px,3.5vw,54px);
  line-height:1;
  letter-spacing:-.052em;
}
.project-page .project-format-line{
  margin-top:12px;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--accent);
}
.project-page .project-lead{
  max-width:790px;
  margin-top:20px;
  font-size:16px;
  line-height:1.65;
  color:var(--theme-muted);
}
.project-page .project-facts{margin-top:30px}
.project-page .project-chips{margin-top:22px}
.project-page .project-extended-copy{
  max-width:800px;
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid var(--theme-line);
  color:var(--theme-muted);
}
.project-page .project-extended-copy p{
  margin:0;
  font-size:15px;
  line-height:1.78;
}
.project-page .project-extended-copy p + p{margin-top:18px}

/* Square reel: the 16:9 player is sized by the square's height and
   deliberately crops its left and right sides. */
.project-page .project-square-banner,
.project-page .project-square-reel{
  position:relative;
  width:100%;
  aspect-ratio:1;
  height:auto;
  overflow:hidden;
  background:#050505;
}
.project-page .project-square-reel iframe{
  position:absolute;
  left:50%;
  top:50%;
  width:177.7778%;
  min-width:177.7778%;
  max-width:none;
  height:100%;
  min-height:100%;
  transform:translate(-50%,-50%) scale(1.015);
  transform-origin:center;
  display:block;
  border:0;
  pointer-events:none;
}

/* Day mode details for the project page. */
.project-page .project-back{color:var(--theme-muted)}
.project-page .project-back:hover{color:var(--theme-text)}
.project-page .project-social-row{color:var(--theme-soft)}
.project-page .project-title-line h1,
.project-page .project-fact strong,
.project-page .project-rec-copy h3,
.project-page .project-sidebar-heading h2{color:var(--theme-text)}
.project-page .project-lead,
.project-page .project-fact span,
.project-page .project-extended-copy,
.project-page .project-rec-copy p,
.project-page .project-rec-copy > span{color:var(--theme-muted)}
.project-page .project-chips span{
  background:var(--theme-chip-bg);
  border-color:var(--theme-chip-line);
  color:var(--theme-chip-text);
}

@media (max-width:767px){
  .home-curated .logo-band-inner{gap:44px;padding:22px 0}
  .home-curated .logo-chip{min-width:175px;height:66px}
  .home-curated .logo-chip img{max-width:150px;max-height:46px}
  .project-page .project-title-line h1{font-size:36px}
  .project-page .project-format-line{font-size:10px}
  .project-page .project-lead{font-size:15px}
  .project-page .project-extended-copy p{font-size:14px;line-height:1.72}
}


/* =========================================================
   FRAME43 · v1.7 Project materials gallery + image modal
   ========================================================= */
.project-materials{
  margin-top:52px;
  padding-top:34px;
  border-top:1px solid var(--theme-line);
}
.project-materials-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,380px);
  align-items:end;
  gap:28px;
  margin-bottom:22px;
}
.project-materials-heading h2{
  margin:8px 0 0;
  font-size:clamp(28px,2.8vw,42px);
  line-height:1;
  letter-spacing:-.045em;
  color:var(--theme-text);
}
.project-materials-heading p{
  margin:0;
  font-size:13px;
  line-height:1.65;
  color:var(--theme-muted);
}
.project-materials-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.project-material-card{
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.project-material-image{
  position:relative;
  display:block;
  aspect-ratio:8/5;
  overflow:hidden;
  background:#111;
}
.project-material-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .3s ease;
}
.project-material-card:hover .project-material-image img{
  transform:scale(1.025);
  filter:saturate(1.04);
}
.project-material-expand{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(8,8,8,.7);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:15px;
  backdrop-filter:blur(8px);
}
.project-material-copy{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-top:12px;
}
.project-material-copy strong{
  display:block;
  font-size:15px;
  line-height:1.2;
  color:var(--theme-text);
}
.project-material-copy small{
  display:block;
  margin-top:5px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.project-material-number{
  flex:0 0 auto;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--theme-muted);
}
.project-media-modal[hidden]{display:none!important}
.project-media-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:grid;
  place-items:center;
  padding:clamp(18px,3vw,48px);
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease,visibility .22s ease;
}
.project-media-modal.is-open{
  opacity:1;
  visibility:visible;
}
.project-media-modal-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(12px);
  cursor:zoom-out;
}
.project-media-modal-dialog{
  position:relative;
  z-index:1;
  width:min(100%,1480px);
  max-height:calc(100svh - 48px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  background:var(--theme-bg);
  color:var(--theme-text);
  box-shadow:0 28px 90px rgba(0,0,0,.48);
  transform:translateY(12px) scale(.99);
  transition:transform .22s ease;
}
.project-media-modal.is-open .project-media-modal-dialog{
  transform:translateY(0) scale(1);
}
.project-media-modal-toolbar{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 18px 14px 22px;
  border-bottom:1px solid var(--theme-line);
}
.project-media-modal-toolbar h2{
  margin:5px 0 0;
  font-size:20px;
  line-height:1;
  letter-spacing:-.03em;
  color:var(--theme-text);
}
.project-media-modal-close{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--theme-line);
  background:transparent;
  color:var(--theme-text);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.project-media-modal-figure{
  min-height:0;
  margin:0;
  padding:18px;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  gap:14px;
  overflow:auto;
}
.project-media-modal-figure img{
  width:100%;
  height:100%;
  max-height:calc(100svh - 180px);
  display:block;
  object-fit:contain;
  background:#0b0b0b;
}
.project-media-modal-figure figcaption{
  font-size:12px;
  line-height:1.55;
  color:var(--theme-muted);
}
html.has-project-modal,
html.has-project-modal body{
  overflow:hidden;
}
@media (max-width:767px){
  .project-materials{margin-top:42px;padding-top:28px}
  .project-materials-heading{grid-template-columns:1fr;gap:14px}
  .project-materials-grid{grid-template-columns:1fr;gap:24px}
  .project-media-modal{padding:10px}
  .project-media-modal-dialog{max-height:calc(100svh - 20px)}
  .project-media-modal-toolbar{min-height:66px;padding:12px 12px 12px 16px}
  .project-media-modal-figure{padding:10px}
  .project-media-modal-figure img{max-height:calc(100svh - 150px)}
}

/* =========================================================
   FRAME43 · v1.8 Theme integrity, seamless logo marquee,
   larger bureau seal, compact modal and 1×4 materials rail.
   ========================================================= */

/* Project page theme must cover the complete viewport, not only the rail. */
html[data-theme="dark"],
html[data-theme="dark"] body,
html[data-theme="dark"] body.project-page{
  background:#090909 !important;
  color:#f6f4ef !important;
}
html[data-theme="light"],
html[data-theme="light"] body,
html[data-theme="light"] body.project-page{
  background:#f2f0ea !important;
  color:#101010 !important;
}
body.project-page,
body.project-page main,
body.project-page .project-main,
body.project-page .project-cta-section,
body.project-page .site-footer,
body.project-page .project-copy-block,
body.project-page .project-recommended,
body.project-page .project-materials{
  background:var(--theme-bg) !important;
  color:var(--theme-text) !important;
}
body.project-page .site-header{
  background:var(--theme-nav) !important;
  color:var(--theme-text) !important;
}
body.project-page .header-brand,
body.project-page .header-nav a,
body.project-page .header-theme,
body.project-page .project-title-line h1,
body.project-page .project-sidebar-heading h2,
body.project-page .project-materials-heading h2,
body.project-page .project-material-copy strong,
body.project-page .footer-col strong{
  color:var(--theme-text) !important;
}
body.project-page .project-back,
body.project-page .project-social-row,
body.project-page .project-lead,
body.project-page .project-fact span,
body.project-page .project-extended-copy,
body.project-page .project-rec-copy p,
body.project-page .project-rec-copy > span,
body.project-page .project-materials-heading p,
body.project-page .footer-col a,
body.project-page .footer-col span,
body.project-page .footer-bottom-bar,
body.project-page .footer-bottom-bar a{
  color:var(--theme-muted) !important;
}
body.project-page .project-social-row,
body.project-page .project-fact,
body.project-page .project-extended-copy,
body.project-page .project-materials,
body.project-page .site-footer,
body.project-page .footer-bottom-bar{
  border-color:var(--theme-line) !important;
}
body.project-page .cta-panel{
  background:transparent !important;
  color:var(--theme-text) !important;
}
body.project-page .cta-panel h2{color:var(--theme-text) !important}
body.project-page .cta-panel p{color:var(--theme-muted) !important}

/* Bureau seal at the visual scale used in the original portfolio system. */
.home-curated .footer-layout{
  grid-template-columns:minmax(230px,280px) minmax(0,1fr);
  align-items:center;
}
.home-curated .footer-brand-block{align-self:center}
.home-curated .footer-mark-wrap{
  width:clamp(210px,17vw,260px);
  max-width:100%;
}
.home-curated .footer-mark-wrap .footer-mark{width:100%;height:100%}

/* Truly continuous marquee: two equal groups and a half-track translation. */
.home-curated .logo-band{
  --logo-marquee-gap:clamp(56px,4.6vw,92px);
}
.home-curated .logo-band-inner{
  display:flex;
  align-items:center;
  width:max-content;
  min-width:0;
  gap:var(--logo-marquee-gap);
  padding:28px 0;
  animation:frame43LogoMarquee 42s linear infinite !important;
  will-change:transform;
}
.home-curated .logo-marquee-group{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  gap:var(--logo-marquee-gap);
}
.home-curated .logo-chip{flex:0 0 auto}
@keyframes frame43LogoMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-50% - (var(--logo-marquee-gap) / 2)),0,0)}
}
@media (prefers-reduced-motion:reduce){
  .home-curated .logo-band-inner{animation-duration:120s !important}
}

/* The two project columns share a common bottom. Materials occupy the
   remaining primary-column space and end level with the recommendation rail. */
.project-page .project-layout{align-items:stretch}
.project-page .project-primary{
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.project-page .project-copy-block{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
}
.project-page .project-sidebar{
  position:relative;
  top:auto;
  display:flex;
  flex-direction:column;
  min-height:100%;
}
.project-page .project-recommended{flex:1 0 auto}
.project-page .project-materials{
  margin-top:auto;
  padding-top:26px;
}
.project-page .project-materials-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:14px;
}
.project-page .project-materials-heading h2{
  font-size:clamp(24px,2vw,32px);
}
.project-page .project-materials-heading p{
  max-width:340px;
  font-size:11px;
  line-height:1.5;
  text-align:right;
}
.project-page .project-materials-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.project-page .project-material-card{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:#111;
}
.project-page .project-material-image{
  aspect-ratio:4/3;
}
.project-page .project-material-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02) 36%,rgba(0,0,0,.82) 100%);
  pointer-events:none;
}
.project-page .project-material-copy{
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:flex-end;
  padding:28px 10px 9px;
  color:#fff;
  pointer-events:none;
}
.project-page .project-material-copy strong{
  font-size:11px;
  line-height:1.15;
  color:#fff !important;
}
.project-page .project-material-copy small{
  margin-top:3px;
  font-size:7px;
  color:rgba(255,255,255,.72) !important;
}
.project-page .project-material-number{
  font-size:8px;
  color:rgba(255,255,255,.72) !important;
}
.project-page .project-material-expand{
  top:8px;
  right:8px;
  width:27px;
  height:27px;
  font-size:12px;
}

/* A smaller, centred image viewer with soft corners. */
.project-media-modal{padding:24px}
.project-media-modal-backdrop{background:rgba(0,0,0,.76);backdrop-filter:blur(9px)}
.project-media-modal-dialog{
  width:min(88vw,980px);
  max-height:min(82svh,820px);
  border:1px solid var(--theme-line);
  border-radius:24px;
  overflow:hidden;
  background:var(--theme-bg);
}
.project-media-modal-toolbar{
  min-height:62px;
  padding:11px 14px 11px 18px;
}
.project-media-modal-toolbar h2{font-size:18px}
.project-media-modal-close{width:36px;height:36px;font-size:24px}
.project-media-modal-figure{padding:14px;gap:10px}
.project-media-modal-figure img{
  max-height:calc(min(82svh,820px) - 128px);
  border-radius:15px;
}
.project-media-modal-figure figcaption{padding:0 4px 3px}

@media (max-width:1023px){
  .home-curated .footer-layout{grid-template-columns:190px minmax(0,1fr)}
  .home-curated .footer-mark-wrap{width:180px}
  .project-page .project-materials{margin-top:42px}
  .project-page .project-materials-grid{grid-template-columns:repeat(4,minmax(150px,1fr));overflow-x:auto;padding-bottom:10px}
}
@media (max-width:767px){
  .home-curated .footer-layout{grid-template-columns:1fr}
  .home-curated .footer-mark-wrap{width:160px}
  .project-page .project-materials-heading{display:block}
  .project-page .project-materials-heading p{margin-top:10px;text-align:left}
  .project-page .project-materials-grid{grid-template-columns:repeat(4,minmax(138px,1fr))}
  .project-media-modal{padding:12px}
  .project-media-modal-dialog{width:100%;max-height:86svh;border-radius:18px}
  .project-media-modal-figure img{max-height:calc(86svh - 126px);border-radius:11px}
}

/* Marquee geometry compatibility: each repeated group carries its own
   trailing gap, so the exact loop point is always -50% without CSS division. */
.home-curated .logo-band-inner{gap:0}
.home-curated .logo-marquee-group{
  gap:var(--logo-marquee-gap);
  padding-right:var(--logo-marquee-gap);
}
@keyframes frame43LogoMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

/* =========================================================
   FRAME43 v1.9 · HOME FAVORITES MODAL + TRUE CONTINUOUS LOGOS
   ========================================================= */

.favorite-modal-trigger{cursor:pointer}
.favorite-modal-open{overflow:hidden !important}
.favorite-video-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:clamp(14px,2.4vw,32px);
}
.favorite-video-modal.is-open,
.favorite-video-modal[aria-hidden="false"]{display:flex}
.favorite-video-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
}
.favorite-video-modal__panel{
  position:relative;
  width:min(1080px,calc(100vw - 48px));
  max-height:calc(100svh - 48px);
  overflow:hidden;
  border-radius:18px;
  background:#0d0d0d;
  color:#f7f5ef;
  box-shadow:0 28px 90px rgba(0,0,0,.48);
}
.favorite-video-modal__frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
}
.favorite-video-modal__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.favorite-video-modal__close{
  position:absolute;
  z-index:3;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.favorite-video-modal__footer{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:76px;
  padding:14px 16px;
  border-top:1px solid rgba(255,255,255,.09);
}
.favorite-video-modal__nav{display:flex;align-items:center;gap:8px}
.favorite-video-modal__nav button{
  width:44px;
  height:42px;
  border:0;
  border-radius:13px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.favorite-video-modal__nav button:hover,
.favorite-video-modal__close:hover{background:rgba(255,255,255,.15)}
.favorite-video-modal__counter{
  min-width:66px;
  text-align:center;
  color:#aeadA7;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.favorite-video-modal__meta{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
  text-align:right;
}
.favorite-video-modal__meta strong{
  overflow:hidden;
  color:#fff;
  font-size:15px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.favorite-video-modal__meta span{
  overflow:hidden;
  color:#aeadA7;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.favorite-video-modal__project{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:var(--accent);
  color:#080808;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

/* Remove fixed invisible card widths around logos. Each item now occupies only
   the real width of its transparent logo, with one mathematically constant gap. */
.home-curated .logo-band{--logo-marquee-gap:clamp(26px,2.2vw,42px)}
.home-curated .logo-band-inner{
  display:flex;
  width:max-content;
  min-width:0;
  gap:0 !important;
  padding:26px 0;
  animation:frame43LogoMarqueeContinuous 88s linear infinite !important;
  will-change:transform;
}
.home-curated .logo-marquee-group{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:var(--logo-marquee-gap) !important;
  padding-right:var(--logo-marquee-gap) !important;
}
.home-curated .logo-chip{
  flex:0 0 auto;
  width:auto !important;
  min-width:0 !important;
  height:76px !important;
  padding:0 !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.home-curated .logo-chip img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:220px !important;
  max-height:62px !important;
  object-fit:contain;
}
@keyframes frame43LogoMarqueeContinuous{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

@media (max-width:767px){
  .favorite-video-modal{padding:12px}
  .favorite-video-modal__panel{width:100%;max-height:calc(100svh - 24px);border-radius:14px}
  .favorite-video-modal__footer{grid-template-columns:1fr auto;gap:12px;min-height:0;padding:12px}
  .favorite-video-modal__meta{grid-column:1/-1;grid-row:1;text-align:left}
  .favorite-video-modal__nav{grid-column:1;grid-row:2}
  .favorite-video-modal__project{grid-column:2;grid-row:2;padding:0 14px}
  .favorite-video-modal__nav button{width:40px;height:40px}
  .home-curated .logo-band{--logo-marquee-gap:24px}
  .home-curated .logo-chip{height:58px !important}
  .home-curated .logo-chip img{max-width:155px !important;max-height:44px !important}
}

/* =========================================================
   FRAME43 · v1.10 Compact chips
   Reduced typography, padding and gaps across home cards,
   archive cards and individual project pages.
   ========================================================= */

/* Legacy/archive cards */
.chips{
  gap:4px;
  margin-top:9px;
}
.chip{
  min-height:18px;
  padding:0 6px;
  font-size:7.5px;
  line-height:1;
  letter-spacing:.07em;
}
.recommended .chips{margin-top:6px}

/* Home cards: Favoritos, This year and related card variants */
.home-curated .project-card-chips{
  gap:5px;
  margin-top:11px;
}
.home-curated .project-card-chips span{
  padding:5px 7px;
  font-size:8px;
  line-height:1.05;
  letter-spacing:.065em;
}

/* Individual project page */
.project-page .project-chips{
  gap:5px;
  margin-top:18px;
}
.project-page .project-chips span{
  padding:5px 8px;
  font-size:8px;
  line-height:1.05;
  letter-spacing:.065em;
}

@media (max-width:767px){
  .home-curated .project-card-chips span,
  .project-page .project-chips span{
    padding:4px 6px;
    font-size:7.5px;
  }
}

/* =========================================================
   LZK ARCHIVE v2.19 · Editorial closing strip
   Side-mounted seal, horizontal CTA and corner social links.
   ========================================================= */
.home-curated .closing-panel{
  position:relative;
  width:min(calc(100% - 48px),1500px);
  min-height:365px;
  margin:112px auto 22px;
  overflow:visible;
  border:0;
  border-radius:0;
  background:#0d0d0d;
  color:#f4f3ef;
  box-shadow:none;
}
.home-curated .closing-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.035);
}
.home-curated .closing-panel .closing-cta-section{
  width:100%;
  min-height:285px;
  margin:0;
  padding:76px 250px 46px 258px;
  display:flex;
  align-items:center;
}
.home-curated .closing-panel .cta-panel{
  width:100%;
  display:grid;
  grid-template-columns:minmax(480px,1fr) auto;
  align-items:center;
  gap:48px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.home-curated .closing-panel .cta-panel .section-kicker{
  color:var(--accent);
  font-size:11px;
}
.home-curated .closing-panel .cta-panel h2{
  max-width:760px;
  margin:12px 0 14px;
  color:#f4f3ef !important;
  font-size:clamp(46px,4.5vw,72px);
  line-height:.92;
  letter-spacing:-.06em;
}
.home-curated .closing-panel .cta-panel p{
  max-width:620px;
  color:#aaa8a2 !important;
  font-size:14px;
}
.home-curated .closing-panel .cta-actions{
  justify-content:flex-end;
  flex-wrap:nowrap;
}
.home-curated .closing-panel .cta-link{
  color:#f4f3ef;
  border-color:rgba(255,255,255,.18);
}
.home-curated .closing-panel .site-footer{
  position:static;
  width:100%;
  margin:0;
  padding:0;
  border:0;
}
.home-curated .closing-panel .footer-layout.shell{
  width:auto;
  max-width:none;
  margin:0;
}
.home-curated .closing-panel .footer-layout{
  display:block;
}
.home-curated .closing-panel .footer-brand-block{
  position:absolute;
  z-index:2;
  left:-178px;
  top:80px;
  width:276px;
  height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#080808;
}
.home-curated .closing-panel .footer-mark-wrap{
  width:205px;
  height:205px;
}
.home-curated .closing-panel .footer-mark-wrap .footer-mark{
  width:100%;
  height:100%;
}
.home-curated .closing-panel .footer-mark-light{opacity:1}
.home-curated .closing-panel .footer-mark-dark{opacity:0}
.home-curated .closing-panel .footer-columns{
  position:absolute;
  right:50px;
  bottom:28px;
  display:block;
}
.home-curated .closing-panel .footer-socials{
  display:grid;
  justify-items:end;
  gap:8px;
}
.home-curated .closing-panel .footer-socials strong{
  color:#f4f3ef;
}
.home-curated .closing-panel .footer-bottom-bar.shell{
  position:absolute;
  left:258px;
  right:280px;
  bottom:31px;
  width:auto;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  justify-content:flex-start;
  gap:18px;
  color:#77746f;
}
.home-curated .closing-panel .footer-bottom-bar a,
.home-curated .closing-panel .footer-bottom-bar span{
  color:#77746f;
}
html[data-theme="light"] .home-curated .closing-panel{
  background:#101010;
  color:#f4f3ef;
}

@media (max-width:1260px){
  .home-curated .closing-panel{
    width:calc(100% - 96px);
  }
  .home-curated .closing-panel .closing-cta-section{
    padding-left:210px;
    padding-right:38px;
  }
  .home-curated .closing-panel .cta-panel{
    grid-template-columns:minmax(0,1fr);
    gap:28px;
  }
  .home-curated .closing-panel .cta-actions{
    justify-content:flex-start;
  }
  .home-curated .closing-panel .footer-brand-block{
    left:-74px;
    width:230px;
  }
  .home-curated .closing-panel .footer-bottom-bar.shell{
    left:210px;
  }
}

@media (max-width:767px){
  .home-curated .closing-panel{
    width:calc(100% - 24px);
    min-height:0;
    margin-top:70px;
    padding:0;
  }
  .home-curated .closing-panel .closing-cta-section{
    min-height:0;
    padding:32px 22px 30px;
    align-items:flex-start;
  }
  .home-curated .closing-panel .cta-panel{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:28px;
  }
  .home-curated .closing-panel .cta-panel::before{
    content:"";
    width:138px;
    aspect-ratio:1;
    margin-bottom:6px;
    background:url("../img/brand/motion-bureau-light.svg") center/contain no-repeat;
  }
  .home-curated .closing-panel .cta-panel h2{
    font-size:clamp(43px,13vw,62px);
  }
  .home-curated .closing-panel .cta-actions{
    display:grid;
    width:100%;
  }
  .home-curated .closing-panel .footer-brand-block{
    display:none;
  }
  .home-curated .closing-panel .site-footer{
    min-height:142px;
    padding:20px 22px max(24px,env(safe-area-inset-bottom));
    border-top:1px solid rgba(255,255,255,.08);
  }
  .home-curated .closing-panel .footer-columns{
    position:static;
    display:block;
  }
  .home-curated .closing-panel .footer-socials{
    justify-items:start;
  }
  .home-curated .closing-panel .footer-bottom-bar.shell{
    position:static;
    width:100%;
    margin-top:22px;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:8px 16px;
  }
}

/* =========================================================
   FRAME43 · v1.11 Project chips restore, balanced logo marquee
   and archive editorial redesign.
   ========================================================= */

/* Restore the original, more generous chip scale only on individual projects. */
.project-page .project-chips{
  gap:8px;
  margin-top:22px;
}
.project-page .project-chips span{
  padding:8px 11px;
  font-size:10px;
  line-height:1;
  letter-spacing:.08em;
}
@media (max-width:767px){
  .project-page .project-chips span{
    padding:7px 9px;
    font-size:9px;
  }
}

/* The continuous loop remains mathematically identical, but every logo now
   sits inside the same optical cell. This reduces perceived size jumps while
   adding a little more breathing room between marks. */
.home-curated .logo-band{--logo-marquee-gap:clamp(44px,3.4vw,70px)}
.home-curated .logo-band-inner{padding:27px 0}
.home-curated .logo-marquee-group{
  gap:var(--logo-marquee-gap) !important;
  padding-right:var(--logo-marquee-gap) !important;
}
.home-curated .logo-chip{
  width:210px !important;
  min-width:210px !important;
  height:78px !important;
  padding:0 12px !important;
}
.home-curated .logo-chip img{
  width:auto !important;
  height:auto !important;
  max-width:174px !important;
  max-height:62px !important;
  object-fit:contain;
}
/* Optical corrections for unusually narrow/tall or visually light marks. */
.home-curated .logo-chip-03 img{max-height:68px !important}
.home-curated .logo-chip-06 img{max-width:185px !important}
.home-curated .logo-chip-10 img{max-height:66px !important}
.home-curated .logo-chip-12 img{max-height:66px !important}
.home-curated .logo-chip-14 img{max-width:184px !important}
.home-curated .logo-chip-15 img{max-width:182px !important}
.home-curated .logo-chip-18 img{max-height:64px !important}
.home-curated .logo-chip-20 img{max-height:64px !important}
@media (min-width:1800px){
  .home-curated .logo-band{--logo-marquee-gap:72px}
  .home-curated .logo-chip{width:230px !important;min-width:230px !important;height:84px !important}
  .home-curated .logo-chip img{max-width:188px !important;max-height:66px !important}
}
@media (max-width:767px){
  .home-curated .logo-band{--logo-marquee-gap:30px}
  .home-curated .logo-chip{width:154px !important;min-width:154px !important;height:60px !important;padding:0 8px !important}
  .home-curated .logo-chip img{max-width:128px !important;max-height:46px !important}
}

/* Archive page: same rail, navigation, theme and footer as the editorial home. */
.archive-page{min-height:100vh}
.archive-page .archive-main{
  padding-top:var(--nav-height);
  background:var(--theme-bg);
}
.archive-page .archive-intro,
.archive-page .archive-library,
.archive-page .archive-statement{
  width:min(calc(100% - (var(--home-gutter) * 2)),var(--home-rail));
  max-width:var(--home-rail);
  margin-inline:auto;
}
.archive-page .archive-intro{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  gap:clamp(44px,6vw,96px);
  align-items:end;
  padding:clamp(82px,8vw,126px) 0 clamp(56px,6vw,88px);
  border-bottom:1px solid var(--theme-line);
}
.archive-page .archive-intro h1{
  margin:12px 0 0;
  font-size:clamp(68px,8vw,124px);
  line-height:.84;
  letter-spacing:-.075em;
  color:var(--theme-text);
}
.archive-page .archive-intro-side p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:var(--theme-muted);
}
.archive-page .archive-stats{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--theme-line);
}
.archive-page .archive-stats span{
  display:flex;
  align-items:baseline;
  gap:7px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.archive-page .archive-stats strong{font-size:17px;color:var(--theme-text)}
.archive-page .archive-library{padding:74px 0 28px}
.archive-page .archive-library-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}
.archive-page .archive-library-head h2,
.archive-page .archive-selection-head h2{
  margin:9px 0 0;
  color:var(--theme-text);
  letter-spacing:-.045em;
}
.archive-page .archive-library-head h2{font-size:clamp(36px,3.4vw,54px)}
.archive-page .archive-page-info{
  padding-bottom:5px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.archive-page .archive-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 244px;
  gap:clamp(28px,3vw,46px);
  align-items:start;
}
.archive-page .archive-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px 22px;
}
.archive-page .archive-card{
  display:block;
  min-width:0;
  color:var(--theme-text);
}
.archive-page .archive-card-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:15px;
  background:#111;
}
.archive-page .archive-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .45s ease,filter .35s ease;
}
.archive-page .archive-card:hover .archive-card-media img{transform:scale(1.025);filter:brightness(.76)}
.archive-page .archive-card-id{
  position:absolute;
  top:10px;
  left:10px;
  padding:5px 7px;
  border-radius:999px;
  background:rgba(0,0,0,.66);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
.archive-page .archive-card-play{
  position:absolute;
  left:50%;
  top:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--accent);
  color:#090909;
  opacity:0;
  transform:translate(-50%,-50%) scale(.82);
  transition:.25s ease;
}
.archive-page .archive-card:hover .archive-card-play{opacity:1;transform:translate(-50%,-50%) scale(1)}
.archive-page .archive-card-body{padding:13px 1px 0}
.archive-page .archive-card-title-row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
}
.archive-page .archive-card-title-row h3{
  min-width:0;
  margin:0;
  font-size:17px;
  line-height:1.1;
  letter-spacing:-.025em;
  color:var(--theme-text);
}
.archive-page .archive-card-title-row > span{
  flex:0 0 auto;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  color:var(--theme-muted);
}
.archive-page .archive-card-body > p{
  display:-webkit-box;
  margin:8px 0 0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:12px;
  line-height:1.5;
  color:var(--theme-muted);
}
.archive-page .archive-card-client{
  margin-top:9px;
  font-size:11px;
  color:var(--theme-soft);
}
.archive-page .archive-card-chips{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:10px;
}
.archive-page .archive-card-chips span{
  padding:5px 7px;
  border:1px solid var(--theme-chip-line);
  border-radius:999px;
  background:var(--theme-chip-bg);
  color:var(--theme-chip-text);
  font-size:7.5px;
  font-weight:900;
  line-height:1;
  letter-spacing:.065em;
  text-transform:uppercase;
}
.archive-page .archive-selection{
  position:sticky;
  top:calc(var(--nav-height) + 28px);
  padding-left:24px;
  border-left:1px solid var(--theme-line);
}
.archive-page .archive-selection-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.archive-page .archive-selection-head h2{font-size:22px}
.archive-page .archive-selection-head > span{
  padding-bottom:4px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--theme-muted);
}
.archive-page .archive-selection-list{display:grid;gap:20px}
.archive-page .archive-selection-card{display:block}
.archive-page .archive-selection-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:12px;
  background:#111;
}
.archive-page .archive-selection-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}
.archive-page .archive-selection-card:hover img{transform:scale(1.03)}
.archive-page .archive-selection-media span{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#090909;
  font-size:13px;
}
.archive-page .archive-selection-copy{padding-top:9px}
.archive-page .archive-selection-copy small{
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--accent);
}
.archive-page .archive-selection-copy h3{
  margin:5px 0 3px;
  font-size:14px;
  line-height:1.1;
  color:var(--theme-text);
}
.archive-page .archive-selection-copy p{margin:0;font-size:11px;color:var(--theme-muted)}
.archive-page .archive-pagination{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  margin-top:50px;
  padding-top:22px;
  border-top:1px solid var(--theme-line);
}
.archive-page .archive-pagination > button{
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--theme-line-strong);
  border-radius:999px;
  background:transparent;
  color:var(--theme-text);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.archive-page .archive-pagination > button:disabled{opacity:.28;cursor:not-allowed}
.archive-page .archive-pagination-dots{display:flex;align-items:center;justify-content:center;gap:7px}
.archive-page .archive-pagination-dots button{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}
.archive-page .archive-pagination-dots button.is-active{background:var(--accent);color:#090909}
.archive-page .archive-statement{
  margin-top:94px;
  padding:64px 0 74px;
  border-top:1px solid var(--theme-line);
  border-bottom:1px solid var(--theme-line);
}
.archive-page .archive-statement p{
  max-width:960px;
  margin:18px 0 0;
  font-size:clamp(36px,4.2vw,64px);
  line-height:1.02;
  letter-spacing:-.055em;
  color:var(--theme-text);
}
.archive-page .archive-cta-section{padding-top:78px}

@media (max-width:1100px){
  .archive-page .archive-intro{grid-template-columns:1fr;gap:28px}
  .archive-page .archive-layout{grid-template-columns:1fr}
  .archive-page .archive-selection{position:static;padding:30px 0 0;border-left:0;border-top:1px solid var(--theme-line)}
  .archive-page .archive-selection-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:820px){
  .archive-page .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .archive-page .archive-selection-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .archive-page .archive-main{padding-top:138px}
  .archive-page .archive-intro{padding:52px 0 44px}
  .archive-page .archive-intro h1{font-size:68px}
  .archive-page .archive-library{padding-top:52px}
  .archive-page .archive-library-head{display:block}
  .archive-page .archive-page-info{margin-top:14px}
  .archive-page .archive-grid{grid-template-columns:1fr;gap:30px}
  .archive-page .archive-selection-list{grid-template-columns:1fr 1fr;gap:18px 14px}
  .archive-page .archive-pagination{grid-template-columns:1fr 1fr}
  .archive-page .archive-pagination-dots{grid-column:1/-1;grid-row:1}
  .archive-page .archive-pagination > button{grid-row:2}
  .archive-page .archive-statement{margin-top:70px;padding:52px 0}
  .archive-page .archive-statement p{font-size:39px}
}


/* =========================================================
   FRAME43 · v1.12 Theme-aware favorites modal + clean card badges
   ========================================================= */

/* The modal is part of the interface and follows the live theme. */
.favorite-video-modal__panel{
  background:var(--theme-surface);
  color:var(--theme-text);
  border:1px solid var(--theme-line);
  transition:background-color .3s ease,color .3s ease,border-color .3s ease;
}
.favorite-video-modal__footer{
  background:var(--theme-surface);
  border-top-color:var(--theme-line);
  transition:background-color .3s ease,border-color .3s ease;
}
.favorite-video-modal__nav button{
  background:var(--theme-hover);
  color:var(--theme-text);
  border:1px solid var(--theme-line);
}
.favorite-video-modal__nav button:hover{
  background:var(--theme-surface-deep);
  border-color:var(--theme-line-strong);
}
.favorite-video-modal__counter,
.favorite-video-modal__meta span{color:var(--theme-muted)}
.favorite-video-modal__meta strong{color:var(--theme-text)}
html[data-theme="light"] .favorite-video-modal__backdrop{
  background:rgba(35,34,31,.48);
}
html[data-theme="dark"] .favorite-video-modal__backdrop{
  background:rgba(0,0,0,.78);
}

/* Only useful information remains over the video: ID and favorite marker. */
.home-curated .project-card-corner,
.home-curated .project-card-side-tags{display:none!important}
.home-curated .project-card-badges{
  position:absolute;
  z-index:3;
  left:13px;
  top:13px;
  display:flex;
  align-items:center;
  gap:7px;
}
.home-curated .project-card-badge{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border-radius:9px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(10,10,10,.78);
  color:#fff;
  box-shadow:0 5px 16px rgba(0,0,0,.18);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
  font-size:10px;
  font-weight:900;
  line-height:1;
  letter-spacing:.08em;
}
.home-curated .project-card-badge-favorite{
  background:var(--accent);
  border-color:var(--accent);
  color:#0a0a0a;
  font-size:15px;
  letter-spacing:0;
}
.home-curated .project-card-headline{display:block}
.home-curated .project-card-id{display:none!important}

@media (max-width:767px){
  .home-curated .project-card-badges{left:11px;top:11px;gap:6px}
  .home-curated .project-card-badge{width:31px;height:31px;border-radius:8px;font-size:9px}
  .home-curated .project-card-badge-favorite{font-size:14px}
}

/* FRAME43 v1.13 · universal modal triggers */
.video-modal-trigger{cursor:pointer}
.universal-video-modal .favorite-video-modal__project{white-space:nowrap}

/* LZK ARCHIVE v3.2 · independent chip shortcuts to the universal video modal */
.modal-shortcut-chip{
  position:relative;
  z-index:2;
  cursor:pointer;
  pointer-events:auto;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  transition:
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}
.modal-shortcut-chip:hover,
.modal-shortcut-chip:focus-visible{
  color:#090909 !important;
  background:var(--chip-hover, var(--accent)) !important;
  border-color:var(--chip-hover, var(--accent)) !important;
  box-shadow:0 0 0 1px color-mix(in srgb, var(--chip-hover, var(--accent)) 35%, transparent);
  outline:none;
  transform:translateY(-1px);
}
.modal-shortcut-chip:active{transform:translateY(0)}

/* =========================================================
   FRAME43 v1.14 · Home Favorites compact media cards
   Favorites keep only the video cover, ID/favorite badges and
   the technical metrics rail. Descriptive content remains in
   This year, Archive, Recommended and project pages.
   ========================================================= */
.home-curated #favoritesGrid .project-card-body{
  display:none;
}
.home-curated #favoritesGrid .project-card-meta-row{
  border-bottom:0;
}
.home-curated #favoritesGrid .project-card{
  background:var(--surface,#111);
}

/* =========================================================
   FRAME43 v1.15 · Day-mode editorial contrast refinement
   - Compact Favorites lose their outline and use a soft grey
     technical rail in light mode.
   - A dual-accent system preserves the acid lime for filled UI
     elements while using a deeper olive for small editorial copy
     on light backgrounds.
   ========================================================= */
.home-curated{
  --accent-copy:var(--accent);
}

html[data-theme="light"] .home-curated{
  --accent-copy:#627000;
}

/* Editorial microcopy uses a contrast-safe accent in DAY mode.
   Filled controls, stars, logo block and active pills retain the
   original acid lime so the identity remains consistent. */
.home-curated .section-kicker,
.home-curated .eyebrow,
.project-page .project-format-line{
  color:var(--accent-copy);
}

/* Text positioned over the hero image deliberately keeps the
   brighter night accent in both themes. */
.home-curated .hero-slide-copy .section-kicker{
  color:var(--accent);
}

/* Compact Favorites: image + technical rail, without card outline. */
.home-curated #favoritesGrid .project-card{
  border:0;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}
.home-curated #favoritesGrid .project-card-meta-row{
  border:0;
  background:#111;
}
html[data-theme="light"] .home-curated #favoritesGrid .project-card{
  background:#e4e1d9;
  box-shadow:0 14px 32px rgba(28,27,23,.075);
}
html[data-theme="light"] .home-curated #favoritesGrid .project-card-meta-row{
  background:#e4e1d9;
  color:#3e3d38;
}

/* Keep the outer silhouette precise after removing the border. */
.home-curated #favoritesGrid .project-card-media{
  border-radius:inherit inherit 0 0;
}


/* =========================================================
   FRAME43 v1.17 · DAY cobalt accent
   NIGHT retains the canonical acid lime. DAY uses an electric
   cobalt system with a darker blue for editorial microcopy.
   ========================================================= */
html[data-theme="light"] .home-curated{
  --accent:#2f5bff;
  --accent-copy:#1f43a8;
  --theme-chip-bg:rgba(47,91,255,.10);
  --theme-chip-line:rgba(31,67,168,.22);
  --theme-chip-text:#18388f;
}

/* DAY editorial text uses the contrast-safe cobalt copy tone. */
html[data-theme="light"] .home-curated .section-kicker,
html[data-theme="light"] .home-curated .eyebrow,
html[data-theme="light"] .project-page .project-format-line{
  color:var(--accent-copy);
}

/* Filled highlights share the brighter cobalt: brand, play controls,
   CTA, stars, active pagination, modal action and active slider dots. */
html[data-theme="light"] .home-curated .header-brand-box,
html[data-theme="light"] .home-curated .project-card-play,
html[data-theme="light"] .home-curated .story-play-icon,
html[data-theme="light"] .home-curated .cta-button,
html[data-theme="light"] .home-curated .project-card-badge-favorite,
html[data-theme="light"] .archive-page .archive-pagination-dots button.is-active,
html[data-theme="light"] .favorite-video-modal__project,
html[data-theme="light"] .home-curated .hero-dot.is-active{
  background:var(--accent);
  border-color:var(--accent);
  color:#fff;
}

/* Small active outlines and hover states follow the DAY cobalt family. */
html[data-theme="light"] .home-curated .chip.accent,
html[data-theme="light"] .home-curated .page-nav button:hover:not(:disabled),
html[data-theme="light"] .archive-page .archive-pagination > button:hover:not(:disabled){
  border-color:var(--accent-copy);
  color:var(--accent-copy);
}

/* The removed Archive statement no longer reserves visual space. */
.archive-page .archive-cta-section{
  padding-top:clamp(72px,7vw,104px);
}

/* =========================================================
   FRAME43 v1.18 · DAY acid-lime contrast system
   The identity keeps its acid lime. In light mode the accent is
   separated into two roles:
   1) acid lime for graphic surfaces and active controls;
   2) graphite for editorial microcopy, marked by a small lime dash.
   Video play controls return to a neutral translucent surface so
   thumbnails remain visually dominant.
   ========================================================= */
html[data-theme="light"] .home-curated{
  --accent:#d8ff36;
  --accent-copy:#292a24;
  --theme-chip-bg:rgba(216,255,54,.14);
  --theme-chip-line:rgba(112,128,0,.28);
  --theme-chip-text:#303522;
}

/* Readable editorial copy: neutral graphite plus an acid-lime marker. */
html[data-theme="light"] .home-curated .section-kicker,
html[data-theme="light"] .home-curated .eyebrow,
html[data-theme="light"] .project-page .project-format-line{
  color:var(--accent-copy);
}
html[data-theme="light"] .home-curated .section-kicker,
html[data-theme="light"] .home-curated .eyebrow,
html[data-theme="light"] .project-page .project-format-line{
  display:flex;
  align-items:center;
  gap:8px;
}
html[data-theme="light"] .home-curated .section-kicker::before,
html[data-theme="light"] .home-curated .eyebrow::before,
html[data-theme="light"] .project-page .project-format-line::before{
  content:"";
  width:13px;
  height:3px;
  flex:0 0 auto;
  border-radius:999px;
  background:var(--accent);
}

/* Kicker placed on the hero image remains the pure bright accent. */
html[data-theme="light"] .home-curated .hero-slide-copy .section-kicker{
  color:var(--accent);
}
html[data-theme="light"] .home-curated .hero-slide-copy .section-kicker::before{
  display:none;
}

/* Acid lime remains on compact graphic surfaces. */
html[data-theme="light"] .home-curated .header-brand-box,
html[data-theme="light"] .home-curated .cta-button,
html[data-theme="light"] .home-curated .project-card-badge-favorite,
html[data-theme="light"] .archive-page .archive-pagination-dots button.is-active,
html[data-theme="light"] .favorite-video-modal__project,
html[data-theme="light"] .home-curated .hero-dot.is-active{
  background:var(--accent);
  border-color:var(--accent);
  color:#0b0c09;
}

/* Neutral play controls protect the artwork. Lime acts only as a fine ring. */
html[data-theme="light"] .home-curated .project-card-play,
html[data-theme="light"] .home-curated .story-play-icon{
  background:rgba(250,249,245,.92);
  color:#10110e;
  border:2px solid rgba(216,255,54,.92);
  box-shadow:0 10px 26px rgba(25,25,20,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
html[data-theme="light"] .home-curated #favoritesGrid .project-card-play{
  width:54px;
  height:54px;
  font-size:20px;
}
html[data-theme="light"] .home-curated .project-card:hover .project-card-play,
html[data-theme="light"] .home-curated .story-card:hover .story-play-icon{
  background:var(--accent);
  border-color:var(--accent);
  color:#0b0c09;
}

/* Lime-family chips and hover states without low-contrast lime text. */
html[data-theme="light"] .home-curated .chip.accent,
html[data-theme="light"] .home-curated .page-nav button:hover:not(:disabled),
html[data-theme="light"] .archive-page .archive-pagination > button:hover:not(:disabled){
  border-color:#879800;
  color:#4d5700;
}

/* =========================================================
   FRAME43 v1.19 · DAY kicker simplification
   Remove the lime marker/pill logic from editorial kickers in
   light mode and use a softer grey-black instead.
   ========================================================= */
html[data-theme="light"] .home-curated{
  --accent-copy:#5b5a54;
}
html[data-theme="light"] .home-curated .section-kicker,
html[data-theme="light"] .home-curated .eyebrow,
html[data-theme="light"] .project-page .project-format-line{
  color:var(--accent-copy);
  display:block;
}
html[data-theme="light"] .home-curated .section-kicker::before,
html[data-theme="light"] .home-curated .eyebrow::before,
html[data-theme="light"] .project-page .project-format-line::before{
  content:none;
  display:none;
}
/* Keep the hero overlay kicker in the bright accent, but without
   any preceding marker. */
html[data-theme="light"] .home-curated .hero-slide-copy .section-kicker{
  color:var(--accent);
}
html[data-theme="light"] .home-curated .hero-slide-copy .section-kicker::before{
  content:none;
  display:none;
}


/* =========================================================
   FRAME43 v1.20 · Footer editorial refinement
   Smaller headings, tighter list rhythm and icon-only RSS boxes.
   ========================================================= */
.home-curated .site-footer{
  padding-top:42px;
}
.home-curated .footer-layout{
  grid-template-columns:240px minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.home-curated .footer-columns{
  grid-template-columns:minmax(220px,.9fr) minmax(240px,1fr) auto;
  gap:42px;
}
.home-curated .footer-col{
  gap:8px;
}
.home-curated .footer-col strong{
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:900;
  margin-bottom:8px;
}
.home-curated .footer-col a,
.home-curated .footer-col span{
  font-size:13px;
  line-height:1.34;
}
.home-curated .footer-links a,
.home-curated .text-col a,
.home-curated .text-col span{
  margin:0;
}
.home-curated .footer-links{
  gap:7px;
}
.home-curated .text-col{
  gap:10px;
}
.home-curated .footer-socials{
  gap:10px;
}
.home-curated .footer-social-row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.home-curated .social-box{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid var(--theme-line);
  background:transparent;
  color:var(--theme-text);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.home-curated .social-box svg{
  width:16px;
  height:16px;
  fill:currentColor;
}
.home-curated .social-box:hover{
  background:var(--accent);
  border-color:var(--accent);
  color:#0b0c09;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}
html[data-theme="light"] .home-curated .social-box{
  color:#1f201b;
  border-color:#c6c3b8;
}
html[data-theme="dark"] .home-curated .social-box{
  color:#f2f1eb;
  border-color:rgba(255,255,255,.14);
}
.home-curated .footer-bottom-bar{
  margin-top:26px;
  padding-top:18px;
}
@media (max-width:1023px){
  .home-curated .footer-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .home-curated .footer-columns{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }
}
@media (max-width:767px){
  .home-curated .footer-columns{
    grid-template-columns:1fr;
    gap:22px;
  }
  .home-curated .footer-social-row{
    gap:8px;
  }
  .home-curated .social-box{
    width:38px;
    height:38px;
  }
}


/* =========================================================
   LZK ARCHIVE v2.2 · Minimal footer
   Seal on the left, RSS controls on the right.
   ========================================================= */
.home-curated .footer-layout{
  grid-template-columns:minmax(180px,1fr) auto;
  gap:48px;
  align-items:center;
}
.home-curated .footer-columns{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:0;
}
.home-curated .footer-socials{
  display:grid;
  justify-items:end;
  align-content:center;
  gap:10px;
}
.home-curated .footer-socials strong{
  margin:0;
  text-align:right;
}
.home-curated .footer-brand-block{
  align-items:center;
}
@media (max-width:767px){
  .home-curated .footer-layout{
    grid-template-columns:1fr auto;
    gap:22px;
    align-items:center;
  }
  .home-curated .footer-mark-wrap{
    width:min(42vw,170px);
  }
  .home-curated .footer-socials{
    justify-items:end;
  }
}
@media (max-width:480px){
  .home-curated .footer-layout{
    grid-template-columns:1fr;
    justify-items:start;
  }
  .home-curated .footer-socials{
    justify-items:start;
  }
}

/* =========================================================
   LZK ARCHIVE v2.3 · Mobile archive pagination + centered footer
   ========================================================= */
@media (max-width:767px){
  .archive-page .archive-pagination-dots{
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    padding:2px 4px 8px;
    scroll-snap-type:x proximity;
  }
  .archive-page .archive-pagination-dots::-webkit-scrollbar{display:none}
  .archive-page .archive-pagination-dots button{
    flex:0 0 34px;
    scroll-snap-align:center;
  }
  .home-curated .footer-layout{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:24px;
  }
  .home-curated .footer-brand-block{
    width:100%;
    justify-content:center;
  }
  .home-curated .footer-mark-wrap{
    margin-inline:auto;
  }
  .home-curated .footer-columns{
    width:100%;
    justify-content:center;
  }
  .home-curated .footer-socials{
    justify-items:center;
  }
  .home-curated .footer-socials strong{
    text-align:center;
  }
  .home-curated .footer-social-row{
    justify-content:center;
  }
}

/* =========================================================
   LZK ARCHIVE v2.18 · Archive filters, sorting and URL state
   ========================================================= */
.archive-page .archive-filter-system{
  margin:0 0 34px;
  padding:18px 0 20px;
  border-top:1px solid var(--theme-line);
  border-bottom:1px solid var(--theme-line);
}
.archive-page .archive-filter-mobile-bar{
  display:none;
}
.archive-page .archive-filter-panel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(170px,.9fr) auto;
  gap:10px;
  align-items:start;
}
.archive-page .archive-filter-panel-head,
.archive-page .archive-filter-apply{
  display:none;
}
.archive-page .archive-filter-groups{
  display:contents;
}
.archive-page .archive-filter-group{
  position:relative;
  min-width:0;
}
.archive-page .archive-filter-group > summary{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 14px;
  list-style:none;
  border:1px solid var(--theme-line-strong);
  border-radius:12px;
  background:var(--theme-surface);
  color:var(--theme-text);
  cursor:pointer;
  user-select:none;
  font-size:10px;
  font-weight:900;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.archive-page .archive-filter-group > summary::-webkit-details-marker{display:none}
.archive-page .archive-filter-group > summary::after{
  content:"⌄";
  color:var(--theme-muted);
  font-size:14px;
  line-height:1;
  transition:transform .2s ease;
}
.archive-page .archive-filter-group[open] > summary::after{transform:rotate(180deg)}
.archive-page .archive-filter-group > summary em{
  min-width:20px;
  height:20px;
  display:inline-grid;
  place-items:center;
  margin-left:auto;
  border-radius:7px;
  background:var(--accent);
  color:#090909;
  font-size:8px;
  font-style:normal;
  line-height:1;
}
.archive-page .archive-filter-menu{
  position:absolute;
  z-index:35;
  top:calc(100% + 8px);
  left:0;
  min-width:100%;
  width:max-content;
  max-width:280px;
  max-height:320px;
  overflow:auto;
  padding:8px;
  border:1px solid var(--theme-line-strong);
  border-radius:14px;
  background:var(--theme-surface);
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}
.archive-page .archive-filter-menu label{
  min-width:190px;
  display:grid;
  grid-template-columns:18px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:9px;
  color:var(--theme-text);
  cursor:pointer;
  font-size:12px;
  line-height:1.2;
}
.archive-page .archive-filter-menu label:hover{background:var(--theme-hover)}
.archive-page .archive-filter-menu input{
  width:15px;
  height:15px;
  margin:0;
  accent-color:var(--accent);
}
.archive-page .archive-filter-menu small{
  color:var(--theme-muted);
  font-size:9px;
  font-weight:800;
}
.archive-page .archive-sort-control{
  min-width:0;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.archive-page .archive-sort-control > span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.archive-page .archive-sort-control select{
  width:100%;
  min-height:44px;
  padding:0 36px 0 14px;
  border:1px solid var(--theme-line-strong);
  border-radius:12px;
  background:var(--theme-surface);
  color:var(--theme-text);
  font:inherit;
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:pointer;
}
.archive-page .archive-filter-clear{
  min-height:44px;
  padding:0 14px;
  border:0;
  background:transparent;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  white-space:nowrap;
}
.archive-page .archive-filter-clear:hover{color:var(--theme-text)}
.archive-page .archive-filter-summary{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:14px;
}
.archive-page .archive-active-filters{
  min-width:0;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}
.archive-page .archive-active-filters button{
  min-height:28px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 10px;
  border:1px solid var(--theme-chip-line);
  border-radius:999px;
  background:var(--theme-chip-bg);
  color:var(--theme-chip-text);
  font-size:8px;
  font-weight:900;
  letter-spacing:.065em;
  text-transform:uppercase;
  cursor:pointer;
}
.archive-page .archive-active-filters button span{
  color:var(--theme-muted);
  font-size:13px;
  line-height:1;
}
.archive-page .archive-filter-empty{
  color:var(--theme-muted);
  font-size:10px;
  letter-spacing:.05em;
}
.archive-page .archive-result-count{
  flex:0 0 auto;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.archive-page .archive-result-count strong{
  color:var(--theme-text);
  font-size:13px;
}
.archive-page .archive-no-results{
  grid-column:1/-1;
  min-height:360px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:44px 20px;
  border-top:1px solid var(--theme-line);
  border-bottom:1px solid var(--theme-line);
}
.archive-page .archive-no-results strong{
  color:var(--theme-text);
  font-size:24px;
  letter-spacing:-.03em;
}
.archive-page .archive-no-results p{
  max-width:440px;
  margin:10px 0 20px;
  color:var(--theme-muted);
  font-size:13px;
  line-height:1.55;
}
.archive-page .archive-no-results button{
  min-height:40px;
  padding:0 15px;
  border:1px solid var(--theme-line-strong);
  border-radius:999px;
  background:transparent;
  color:var(--theme-text);
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.archive-page .archive-card-client{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media (max-width:1180px) and (min-width:768px){
  .archive-page .archive-filter-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .archive-page .archive-sort-control,
  .archive-page .archive-filter-clear{
    grid-row:2;
  }
}

@media (max-width:767px){
  body.archive-filters-open{overflow:hidden}
  .archive-page .archive-filter-system{
    margin-bottom:28px;
    padding:14px 0 16px;
  }
  .archive-page .archive-filter-mobile-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
  }
  .archive-page .archive-filter-toggle{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0 15px;
    border:1px solid var(--theme-line-strong);
    border-radius:999px;
    background:transparent;
    color:var(--theme-text);
    font-size:9px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
  }
  .archive-page .archive-filter-toggle span{
    min-width:19px;
    height:19px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:var(--accent);
    color:#090909;
    font-size:8px;
  }
  .archive-page .archive-result-count-desktop{display:none}
  .archive-page .archive-filter-backdrop{
    position:fixed;
    z-index:89;
    inset:0;
    background:rgba(0,0,0,.48);
    backdrop-filter:blur(4px);
  }
  .archive-page .archive-filter-panel{
    position:fixed;
    z-index:90;
    left:0;
    right:0;
    bottom:0;
    max-height:min(86svh,760px);
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:18px 18px max(18px,env(safe-area-inset-bottom));
    overflow:auto;
    border-radius:24px 24px 0 0;
    background:var(--theme-surface);
    box-shadow:0 -22px 60px rgba(0,0,0,.28);
    transform:translateY(105%);
    visibility:hidden;
    transition:transform .28s ease,visibility .28s ease;
  }
  .archive-page .archive-filter-panel.is-open{
    transform:translateY(0);
    visibility:visible;
  }
  .archive-page .archive-filter-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-bottom:14px;
    border-bottom:1px solid var(--theme-line);
  }
  .archive-page .archive-filter-panel-head div{
    display:grid;
    gap:3px;
  }
  .archive-page .archive-filter-panel-head span{
    color:var(--theme-muted);
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .archive-page .archive-filter-panel-head strong{
    color:var(--theme-text);
    font-size:19px;
    letter-spacing:-.025em;
  }
  .archive-page .archive-filter-panel-head button{
    width:38px;
    height:38px;
    border:1px solid var(--theme-line-strong);
    border-radius:50%;
    background:transparent;
    color:var(--theme-text);
    font-size:22px;
  }
  .archive-page .archive-filter-groups{
    display:grid;
    gap:8px;
  }
  .archive-page .archive-filter-group > summary{
    border-radius:11px;
  }
  .archive-page .archive-filter-menu{
    position:static;
    width:100%;
    max-width:none;
    max-height:none;
    margin-top:7px;
    box-shadow:none;
  }
  .archive-page .archive-filter-menu label{min-width:0}
  .archive-page .archive-sort-control{
    display:grid;
    gap:7px;
    margin-top:2px;
  }
  .archive-page .archive-sort-control > span{
    position:static;
    width:auto;
    height:auto;
    clip:auto;
    color:var(--theme-muted);
    font-size:8px;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .archive-page .archive-filter-clear{
    width:100%;
    border:1px solid var(--theme-line-strong);
    border-radius:999px;
  }
  .archive-page .archive-filter-apply{
    min-height:46px;
    display:block;
    border:0;
    border-radius:999px;
    background:var(--accent);
    color:#090909;
    font-size:10px;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
  }
  .archive-page .archive-filter-summary{
    margin-top:12px;
  }
  .archive-page .archive-active-filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .archive-page .archive-active-filters::-webkit-scrollbar{display:none}
  .archive-page .archive-active-filters button{flex:0 0 auto}
}

/* =========================================================
   LZK ARCHIVE v2.5 · Archive filter UX/UI redesign
   Cleaner desktop toolbar, clearer summaries and improved mobile sheet.
   ========================================================= */
.archive-page .archive-filter-system{
  margin:0 0 38px;
  padding:22px 22px 18px;
  border:1px solid var(--theme-line);
  border-radius:24px;
  background:color-mix(in srgb, var(--theme-surface) 76%, transparent);
  box-shadow:0 10px 32px rgba(0,0,0,.04);
}
.archive-page .archive-filter-mobile-bar{
  align-items:center;
}
.archive-page .archive-filter-panel{
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(190px,.95fr) auto;
  gap:12px;
  align-items:stretch;
}
.archive-page .archive-filter-group{
  min-width:0;
}
.archive-page .archive-filter-group > summary,
.archive-page .archive-sort-control select{
  min-height:58px;
  border-radius:16px;
  border:1px solid var(--theme-line);
  background:var(--theme-bg);
  box-shadow:0 1px 0 rgba(255,255,255,.02) inset;
}
.archive-page .archive-filter-group > summary{
  padding:10px 14px 10px 16px;
  gap:12px;
}
.archive-page .archive-filter-summary-copy{
  min-width:0;
  display:grid;
  gap:3px;
}
.archive-page .archive-filter-summary-label{
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.archive-page .archive-filter-summary-value{
  min-width:0;
  color:var(--theme-text);
  font-size:14px;
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.2;
  text-transform:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.archive-page .archive-filter-group > summary::after{
  color:var(--theme-muted);
  font-size:16px;
}
.archive-page .archive-filter-group > summary em{
  min-width:22px;
  height:22px;
  border-radius:8px;
  font-size:9px;
  font-weight:900;
}
.archive-page .archive-filter-group.has-selection > summary{
  border-color:var(--accent);
  box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 16%, transparent);
}
.archive-page .archive-filter-group.has-selection > summary .archive-filter-summary-label{
  color:var(--accent-copy, var(--accent));
}
.archive-page .archive-filter-menu{
  top:calc(100% + 10px);
  min-width:100%;
  width:100%;
  max-width:none;
  max-height:340px;
  padding:10px;
  border:1px solid var(--theme-line);
  border-radius:18px;
  background:var(--theme-surface);
  box-shadow:0 20px 50px rgba(0,0,0,.14);
}
.archive-page .archive-filter-menu label{
  min-width:0;
  grid-template-columns:18px minmax(0,1fr) auto;
  gap:12px;
  padding:10px 12px;
  border-radius:12px;
  font-size:13px;
}
.archive-page .archive-filter-menu small{
  font-size:10px;
}
.archive-page .archive-sort-control{
  position:relative;
}
.archive-page .archive-sort-control::before{
  content:'Ordenar';
  position:absolute;
  left:16px;
  top:10px;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  pointer-events:none;
}
.archive-page .archive-sort-control select{
  padding:24px 42px 10px 16px;
  font-size:14px;
  font-weight:700;
  letter-spacing:-.01em;
  text-transform:none;
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--theme-muted) 50%),linear-gradient(135deg,var(--theme-muted) 50%,transparent 50%);
  background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
}
.archive-page .archive-filter-clear{
  min-height:58px;
  padding:0 18px;
  border:1px solid var(--theme-line);
  border-radius:16px;
  background:transparent;
  color:var(--theme-text);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
}
.archive-page .archive-filter-clear:hover{
  border-color:var(--theme-line-strong);
  background:var(--theme-hover);
}
.archive-page .archive-filter-summary{
  min-height:36px;
  align-items:flex-start;
  gap:16px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--theme-line);
}
.archive-page .archive-active-filters{
  gap:8px;
}
.archive-page .archive-active-filters button{
  min-height:32px;
  gap:8px;
  padding:0 12px;
  border:1px solid var(--theme-chip-line);
  font-size:9px;
  letter-spacing:.08em;
}
.archive-page .archive-filter-empty{
  font-size:11px;
}
.archive-page .archive-result-count{
  padding-top:4px;
  font-size:10px;
  letter-spacing:.11em;
}
.archive-page .archive-result-count strong{
  font-size:18px;
  margin-right:6px;
}
html[data-theme="light"] .archive-page .archive-filter-system{
  background:#f6f4ee;
  box-shadow:0 18px 34px rgba(0,0,0,.03);
}
html[data-theme="light"] .archive-page .archive-filter-group > summary,
html[data-theme="light"] .archive-page .archive-sort-control select{
  background:#fbfaf6;
}
html[data-theme="dark"] .archive-page .archive-filter-system{
  background:rgba(20,20,20,.68);
  box-shadow:0 20px 38px rgba(0,0,0,.16);
}
html[data-theme="dark"] .archive-page .archive-filter-group > summary,
html[data-theme="dark"] .archive-page .archive-sort-control select{
  background:#111;
}
@media (max-width:1180px) and (min-width:768px){
  .archive-page .archive-filter-panel{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .archive-page .archive-filter-clear,
  .archive-page .archive-sort-control{
    grid-column:auto;
  }
}
@media (max-width:767px){
  .archive-page .archive-filter-system{
    margin-bottom:28px;
    padding:14px 0 14px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .archive-page .archive-filter-mobile-bar{
    display:flex;
    padding:0 0 2px;
  }
  .archive-page .archive-filter-toggle{
    min-height:44px;
    padding:0 16px;
    border:1px solid var(--theme-line);
    background:var(--theme-bg);
    font-size:10px;
    border-radius:999px;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
  }
  .archive-page .archive-filter-toggle span{
    min-width:20px;
    height:20px;
    border-radius:8px;
    font-size:9px;
  }
  .archive-page .archive-filter-backdrop{
    backdrop-filter:blur(6px);
  }
  .archive-page .archive-filter-panel{
    gap:14px;
    padding:18px 18px max(18px,env(safe-area-inset-bottom));
    border-radius:26px 26px 0 0;
    background:var(--theme-bg);
    border-top:1px solid var(--theme-line);
    box-shadow:0 -24px 60px rgba(0,0,0,.22);
  }
  .archive-page .archive-filter-panel-head{
    display:flex;
  }
  .archive-page .archive-filter-panel-head span{
    color:var(--theme-muted);
    font-size:9px;
  }
  .archive-page .archive-filter-panel-head strong{
    font-size:22px;
  }
  .archive-page .archive-filter-groups{
    display:grid;
    gap:10px;
  }
  .archive-page .archive-filter-group > summary{
    min-height:54px;
    padding:10px 14px;
    border-radius:14px;
    background:var(--theme-surface);
  }
  .archive-page .archive-filter-menu{
    margin-top:8px;
    padding:8px;
    border-radius:14px;
    background:var(--theme-surface);
    box-shadow:none;
  }
  .archive-page .archive-sort-control::before{
    top:9px;
  }
  .archive-page .archive-sort-control select{
    min-height:54px;
    padding:24px 40px 10px 14px;
    border-radius:14px;
    background:var(--theme-surface);
  }
  .archive-page .archive-filter-clear,
  .archive-page .archive-filter-apply{
    min-height:48px;
    border-radius:999px;
  }
  .archive-page .archive-filter-clear{
    display:block;
    width:100%;
    font-size:10px;
  }
  .archive-page .archive-filter-apply{
    display:block;
    font-size:10px;
  }
  .archive-page .archive-filter-summary{
    margin-top:12px;
    padding-top:0;
    border-top:0;
  }
}


/* =========================================================
   LZK ARCHIVE v2.7 · Paginated Stories
   Four vertical videos per page, ready to scale to larger libraries.
   ========================================================= */
.home-curated .stories-pagination{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid var(--theme-line);
}
.home-curated .stories-pagination > button{
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--theme-line-strong);
  border-radius:999px;
  background:transparent;
  color:var(--theme-text);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;
}
.home-curated .stories-pagination > button:hover:not(:disabled){
  border-color:var(--accent);
  color:var(--theme-text);
}
.home-curated .stories-pagination > button:disabled{
  opacity:.28;
  cursor:not-allowed;
}
.home-curated .stories-pagination-dots{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  overflow-x:auto;
  scrollbar-width:none;
}
.home-curated .stories-pagination-dots::-webkit-scrollbar{display:none}
.home-curated .stories-pagination-dots button{
  width:34px;
  height:34px;
  flex:0 0 auto;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}
.home-curated .stories-pagination-dots button.is-active{
  background:var(--accent);
  color:#090909;
}
@media (max-width:767px){
  .home-curated .stories-pagination{
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:28px;
  }
  .home-curated .stories-pagination-dots{
    grid-column:1/-1;
    grid-row:1;
    justify-content:flex-start;
    padding:0 2px 4px;
  }
  .home-curated .stories-pagination > button{
    grid-row:2;
    width:100%;
    min-width:0;
  }
}


/* =========================================================
   LZK ARCHIVE v2.8 · Paginated 1:1 Feed
   Three square inline Vimeo pieces per page.
   ========================================================= */
.home-curated .feed-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.home-curated .feed-card{
  min-width:0;
  background:var(--theme-surface);
  border:1px solid var(--theme-line);
  border-radius:18px;
  overflow:hidden;
  transition:background-color .35s ease,border-color .35s ease,transform .25s ease;
}
.home-curated .feed-card:hover{transform:translateY(-2px)}
.home-curated .feed-media{
  position:relative;
  aspect-ratio:1;
  overflow:hidden;
  background:#111;
}
.home-curated .feed-play{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:#111;
  color:#fff;
  cursor:pointer;
}
.home-curated .feed-play img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:saturate(.84) brightness(.78);
  transition:transform .5s ease,filter .35s ease;
}
.home-curated .feed-play:hover img{
  transform:scale(1.025);
  filter:saturate(.95) brightness(.66);
}
.home-curated .feed-play::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.46));
}
.home-curated .feed-play-icon{
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:#090909;
  font-size:20px;
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}
.home-curated .feed-number{
  position:absolute;
  z-index:2;
  left:14px;
  bottom:14px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
}
.home-curated .feed-player-crop{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#000;
}
.home-curated .feed-player-crop iframe{
  position:absolute;
  left:50%;
  top:50%;
  width:177.78%;
  height:100%;
  transform:translate(-50%,-50%);
  border:0;
  background:#000;
}
.home-curated .feed-close{
  position:absolute;
  z-index:5;
  right:10px;
  top:10px;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.62);
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.home-curated .feed-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  background:var(--theme-surface);
  border-top:1px solid var(--theme-line);
  transition:background-color .35s ease,border-color .35s ease;
}
.home-curated .feed-caption strong{
  font-size:13px;
  letter-spacing:-.01em;
  color:var(--theme-text);
}
.home-curated .feed-caption span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--theme-muted);
}
.home-curated .feed-pagination{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid var(--theme-line);
}
.home-curated .feed-pagination > button{
  min-height:42px;
  padding:0 16px;
  border:1px solid var(--theme-line-strong);
  border-radius:999px;
  background:transparent;
  color:var(--theme-text);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;
}
.home-curated .feed-pagination > button:hover:not(:disabled){
  border-color:var(--accent);
}
.home-curated .feed-pagination > button:disabled{
  opacity:.28;
  cursor:not-allowed;
}
.home-curated .feed-pagination-dots{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  overflow-x:auto;
  scrollbar-width:none;
}
.home-curated .feed-pagination-dots::-webkit-scrollbar{display:none}
.home-curated .feed-pagination-dots button{
  width:34px;
  height:34px;
  flex:0 0 auto;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--theme-muted);
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}
.home-curated .feed-pagination-dots button.is-active{
  background:var(--accent);
  color:#090909;
}
html[data-theme="light"] .home-curated .feed-play-icon{
  background:rgba(250,249,245,.92);
  color:#10110e;
  border:2px solid rgba(216,255,54,.92);
  box-shadow:0 10px 26px rgba(25,25,20,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
html[data-theme="light"] .home-curated .feed-card:hover .feed-play-icon{
  background:var(--accent);
  border-color:var(--accent);
  color:#0b0c09;
}
@media (max-width:1023px){
  .home-curated .feed-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
  }
}
@media (max-width:767px){
  .home-curated .feed-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .home-curated .feed-card:hover{transform:none}
  .home-curated .feed-pagination{
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:28px;
  }
  .home-curated .feed-pagination-dots{
    grid-column:1/-1;
    grid-row:1;
    justify-content:flex-start;
    padding:0 2px 4px;
  }
  .home-curated .feed-pagination > button{
    grid-row:2;
    width:100%;
    min-width:0;
  }
}

/* =========================================================
   LZK ARCHIVE v2.19 · Unified CTA + footer
   One final signature block across Home, Archive and Project.
   ========================================================= */
.home-curated .closing-panel{
  width:min(calc(100% - 64px),1440px);
  margin:112px auto 28px;
  overflow:hidden;
  border:1px solid var(--theme-line);
  border-radius:42px 42px 24px 24px;
  background:var(--theme-surface);
  box-shadow:0 30px 90px rgba(0,0,0,.14);
}
.home-curated .closing-panel .closing-cta-section{
  width:100%;
  margin:0;
  padding:clamp(72px,8vw,126px) clamp(30px,6vw,92px) clamp(62px,7vw,104px);
}
.home-curated .closing-panel .cta-panel{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:44px;
}
.home-curated .closing-panel .cta-panel h2{
  max-width:850px;
  font-size:clamp(50px,6.5vw,104px);
  line-height:.9;
  letter-spacing:-.07em;
}
.home-curated .closing-panel .cta-panel p{
  max-width:560px;
  font-size:15px;
}
.home-curated .closing-panel .site-footer{
  width:100%;
  margin:0;
  padding:34px clamp(30px,6vw,92px) 26px;
  border-top:1px solid var(--theme-line);
}
.home-curated .closing-panel .footer-layout.shell,
.home-curated .closing-panel .footer-bottom-bar.shell{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}
.home-curated .closing-panel .footer-layout{
  grid-template-columns:minmax(170px,220px) minmax(0,1fr);
  align-items:end;
}
.home-curated .closing-panel .footer-brand-block{
  justify-self:start;
  align-self:end;
}
.home-curated .closing-panel .footer-mark-wrap{
  width:170px;
}
.home-curated .closing-panel .footer-columns{
  justify-self:end;
}
.home-curated .closing-panel .footer-bottom-bar{
  margin-top:26px;
}
.archive-page .closing-panel .archive-cta-section,
.project-page .closing-panel .project-cta-section{
  width:100%;
  max-width:none;
  margin:0;
}
.project-page .closing-panel .site-footer,
.archive-page .closing-panel .site-footer{
  margin-top:0;
}
@media (max-width:1023px){
  .home-curated .closing-panel{
    width:min(calc(100% - 48px),1120px);
    margin-top:88px;
    border-radius:34px 34px 22px 22px;
  }
  .home-curated .closing-panel .cta-panel{
    grid-template-columns:1fr;
    align-items:start;
  }
  .home-curated .closing-panel .cta-actions{
    justify-content:flex-start;
  }
}
@media (max-width:767px){
  .home-curated .closing-panel{
    width:calc(100% - 24px);
    margin-top:70px;
    margin-bottom:12px;
    border-radius:28px 28px 18px 18px;
  }
  .home-curated .closing-panel .closing-cta-section{
    padding:62px 22px 54px;
  }
  .home-curated .closing-panel .cta-panel{
    gap:32px;
  }
  .home-curated .closing-panel .cta-panel h2{
    font-size:clamp(46px,14vw,68px);
  }
  .home-curated .closing-panel .cta-actions{
    display:grid;
    width:100%;
  }
  .home-curated .closing-panel .cta-button,
  .home-curated .closing-panel .cta-link{
    width:100%;
  }
  .home-curated .closing-panel .site-footer{
    padding:30px 22px max(22px,env(safe-area-inset-bottom));
  }
  .home-curated .closing-panel .footer-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .home-curated .closing-panel .footer-brand-block{
    justify-self:start;
  }
  .home-curated .closing-panel .footer-mark-wrap{
    width:145px;
  }
  .home-curated .closing-panel .footer-columns{
    justify-self:start;
  }
  .home-curated .closing-panel .footer-bottom-bar{
    grid-template-columns:1fr;
    justify-items:start;
    gap:9px;
  }
}
