﻿:root{
  --ink:#0c1018;
  --muted:#5c6675;
  --line:#e2e7ef;
  --purple:#6046ff;
  --shell:min(1320px,calc(100vw - 48px));
  font-family:Inter,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
}
*{box-sizing:border-box}
body{margin:0;overflow-x:hidden;background:#fff;color:var(--ink)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:var(--shell);margin:0 auto}
.top-strip{background:#10151d;color:#fff;font-size:14px;position:relative;z-index:70}
.top-strip-inner{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.top-note{display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.top-note strong{font-weight:950}.top-note span{opacity:.9}
.top-variant{display:flex;align-items:center;gap:10px;white-space:nowrap}
.top-variant a,.top-variant span{height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900}
.top-variant a{min-width:34px;padding:0 12px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);color:#fff}
.top-variant a:hover{background:#fff;color:#10151d}.top-variant span{padding:0 12px;background:#fff;color:#10151d}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:60}
.header-inner{height:78px;display:flex;align-items:center;gap:32px}
.brand img{width:187px;height:auto}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:30px;font-weight:850;font-size:14px}
.main-nav a.active,.main-nav a:hover{color:#000}
.quote-button,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:7px;font-weight:900;min-height:46px;padding:0 21px;border:1px solid transparent}
.quote-button{background:#0d121a;color:#fff;min-height:50px}
.button.primary{background:var(--purple);color:#fff;box-shadow:0 16px 36px rgba(96,70,255,.24)}
.button.secondary{background:#fff;color:#0d121a;border-color:#d8dee8}
.hero-fade{position:relative;overflow:hidden;min-height:var(--hero-h,570px);background:linear-gradient(90deg,#080b10 0%,#171c25 22%,#636c77 50%,#dfe3e8 76%,#fff 100%);isolation:isolate}
.hero-fade:before{content:"";position:absolute;inset:0;z-index:0;background:var(--hero-gradient,linear-gradient(90deg,rgba(5,8,13,.98) 0%,rgba(20,25,34,.88) 25%,rgba(91,100,111,.56) 51%,rgba(230,234,240,.78) 75%,#fff 100%));pointer-events:none}
.hero-fade:after{content:"";position:absolute;inset:0;z-index:1;background:var(--hero-accent,radial-gradient(circle at 70% 43%,rgba(255,255,255,.30),rgba(255,255,255,0) 30%));pointer-events:none}
.hero-grid{position:relative;z-index:3;min-height:var(--hero-h,570px);display:grid;grid-template-columns:minmax(285px,var(--copy-col,.50fr)) minmax(650px,var(--media-col,1.50fr));gap:var(--hero-gap,clamp(28px,3.5vw,58px));align-items:center;padding:var(--hero-pad,12px) 0}
.hero-copy{color:var(--copy-color,#fff);max-width:var(--copy-w,440px);padding:var(--copy-pad,0);background:var(--copy-bg,transparent);border-radius:var(--copy-radius,0);box-shadow:var(--copy-shadow,none);backdrop-filter:var(--copy-blur,none);border:var(--copy-border,0)}
.eyebrow{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:var(--eyebrow-bg,rgba(255,255,255,.95));color:var(--purple);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.hero-copy h1{margin:18px 0 14px;font-size:var(--title-size,clamp(30px,2.6vw,44px));line-height:1.06;letter-spacing:0}
.hero-copy p{margin:0;color:var(--lead-color,rgba(255,255,255,.92));font-size:var(--lead-size,15px);line-height:1.56;max-width:38ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-badges{display:grid;grid-template-columns:repeat(2,max-content);gap:9px;margin-top:18px;align-items:start}
.hero-badges span{display:flex;gap:8px;align-items:center;min-height:38px;padding:7px 10px;border-radius:7px;background:var(--badge-bg,rgba(255,255,255,.94));color:#11151d;font-size:12px;box-shadow:0 10px 24px rgba(12,18,28,.08)}
.hero-badges .wide{grid-column:1/-1}.hero-badges b{font-size:14px;white-space:nowrap}
.media-wrap{justify-self:var(--media-x,end);width:min(var(--media-w,790px),100%);position:relative}
.media-frame{position:relative;height:var(--media-h,470px);border-radius:var(--media-radius,8px);overflow:hidden;background:#11151d;box-shadow:var(--media-shadow,0 28px 90px rgba(15,23,42,.24));border:var(--media-border,1px solid rgba(255,255,255,.28))}
.media-frame:before{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:var(--media-edge,linear-gradient(90deg,rgba(255,255,255,.26),rgba(255,255,255,0) 17%,rgba(0,0,0,0) 80%,rgba(0,0,0,.12)))}
.media-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--image-fit,cover);object-position:var(--slide-pos,center);opacity:0;transform:scale(1.035)}
body:not(.js-ready) .media-slide:first-child{opacity:1;transform:scale(1.01)}
.js-ready .media-slide{transition:opacity 1.55s ease,transform 8s ease}.js-ready .media-slide.is-active{opacity:1;transform:scale(1.01)}
.media-caption{position:absolute;right:18px;bottom:18px;z-index:8;margin:0;color:var(--caption-color,#253044);font-size:13px;font-weight:900;display:flex;gap:10px;align-items:center;justify-content:flex-end}
.wiki-link{border:1px solid rgba(216,222,232,.9);border-radius:999px;padding:9px 14px;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);box-shadow:0 12px 32px rgba(15,23,42,.16);cursor:pointer;color:#172033;font:inherit;text-align:left}.wiki-link:hover{background:#fff;color:var(--purple)}
.metric-strip{background:#0d121a;color:#fff}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr)}.metric{padding:20px 28px;border-left:1px solid rgba(255,255,255,.18)}.metric:first-child{border-left:0}.metric span{display:block;text-transform:uppercase;letter-spacing:.08em;color:#8ea0ff;font-weight:900;font-size:12px}.metric strong{display:block;margin-top:7px;font-size:25px}.metric small{color:#d9e1ee;font-size:14px}
.section{padding:50px 0}.section-head{max-width:780px;margin-bottom:30px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.kicker{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#5f46ff;font-weight:950;margin:0 0 10px}.section h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0}.section p{font-size:17px;color:#536071;line-height:1.65}.overview-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.card,.stage-card,.gallery-card,.variant-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(14,25,45,.05)}.card{padding:30px}.card h3,.stage-card h3{font-size:26px;margin:0 0 12px}.stage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stage-card{overflow:hidden}.stage-card img{height:190px;width:100%;object-fit:cover}.stage-card div{padding:22px}.stage-card .num{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#eef0ff;color:var(--purple);font-weight:950;margin-bottom:16px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-card{overflow:hidden}.gallery-card img{width:100%;height:190px;object-fit:cover}.gallery-card figcaption{padding:12px 14px;font-weight:800;color:#344052}
.variant-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.variant-card{overflow:hidden}.variant-card .thumb{height:150px;position:relative;background:linear-gradient(90deg,#11151d,#dce1e8)}.variant-card .thumb img{position:absolute;right:12px;top:18px;width:62%;height:116px;object-fit:cover;border-radius:6px;box-shadow:0 14px 32px rgba(0,0,0,.18)}.variant-card div:not(.thumb){padding:18px}.variant-card h3{margin:0 0 8px;font-size:18px}.variant-card p{font-size:14px;line-height:1.45;margin:0 0 14px}.variant-card a{font-weight:900;color:var(--purple)}
.footer{background:#11151d;color:#fff;padding:42px 0}.footer-inner{display:flex;justify-content:space-between;gap:28px;align-items:center}.footer img{width:170px;filter:invert(1) grayscale(1)}.footer-nav{display:flex;gap:24px;color:#d7dde8;font-weight:700;flex-wrap:wrap}
.wiki-modal{position:fixed;inset:0;z-index:100;display:none}.wiki-modal.is-open{display:block}.wiki-backdrop{position:absolute;inset:0;background:rgba(7,10,15,.72);backdrop-filter:blur(6px)}.wiki-dialog{position:relative;width:min(1040px,calc(100vw - 36px));height:min(760px,calc(100vh - 50px));margin:25px auto;background:#fff;border-radius:8px;box-shadow:0 30px 100px rgba(0,0,0,.38);overflow:hidden;display:grid;grid-template-rows:auto auto auto 1fr}.wiki-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid var(--line)}.wiki-head h2{font-size:24px;margin:0}.wiki-close{width:38px;height:38px;border-radius:999px;border:1px solid #d7dee8;background:#fff;font-size:22px;cursor:pointer}.wiki-intro{padding:14px 22px;color:#344052;line-height:1.55;border-bottom:1px solid var(--line)}.wiki-intro a{color:var(--purple);font-weight:900}.wiki-summary{padding:16px 22px;border-bottom:1px solid var(--line);background:#f8fafc;color:#263244}.wiki-summary h3{margin:0 0 10px;font-size:18px}.wiki-summary ul{margin:0;padding-left:20px;display:grid;gap:6px;line-height:1.45}.wiki-frame{width:100%;height:100%;border:0;background:#f6f8fb}
@media(max-width:1120px){.hero-grid{grid-template-columns:1fr;min-height:auto;padding:24px 0}.hero-copy{max-width:740px}.media-wrap{justify-self:center;width:100%}.media-frame{height:clamp(320px,50vw,var(--media-h,470px))}.hero-copy h1{font-size:clamp(30px,6vw,44px)}}
@media(max-width:980px){:root{--shell:calc(100vw - 32px)}.top-strip-inner{display:grid;grid-template-columns:1fr;gap:8px;padding:9px 0}.top-note{white-space:normal;line-height:1.3}.top-variant{justify-content:flex-start}.header-inner{height:auto;min-height:78px;flex-wrap:wrap;gap:16px;padding:12px 0}.brand img{width:168px}.quote-button{width:100%;min-height:44px}.main-nav{order:3;width:100%;justify-content:flex-start;gap:24px;overflow:auto;padding-bottom:10px}.hero-copy{width:100%;padding:22px;background:rgba(255,255,255,.92)!important;color:#0d121a!important;border-radius:8px}.hero-copy p{color:#344052!important}.metric-grid,.overview-grid,.stage-grid,.gallery-grid,.variant-card-grid{grid-template-columns:1fr}.metric{border-left:0;border-top:1px solid rgba(255,255,255,.18)}.metric:first-child{border-top:0}.footer-inner{display:block}.footer-nav{margin-top:24px}.wiki-dialog{height:calc(100vh - 32px);margin:16px auto}}
@media(max-width:640px){html,body{max-width:100%;overflow-x:hidden}.top-strip{font-size:13px}.top-strip-inner,.top-note,.top-variant{min-width:0}.top-variant{flex-wrap:wrap}.hero-copy{max-width:100%;width:100%;overflow:hidden}.hero-copy p,.hero-copy h1,.eyebrow{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.hero-copy h1{font-size:clamp(28px,7.4vw,34px);line-height:1.08}.eyebrow{display:block;font-size:12px;line-height:1.25}.hero-copy p{max-width:30ch;font-size:15px}.hero-actions .button{width:100%}.hero-badges{grid-template-columns:1fr;gap:8px}.hero-badges .wide{grid-column:auto}.hero-badges span{font-size:12px}.media-wrap{max-width:100%;overflow:hidden}.media-frame{height:285px}.media-caption{right:12px;bottom:12px}.wiki-link{max-width:calc(100vw - 56px);white-space:normal}.section{padding:44px 0}.card{padding:22px}.wiki-head{padding:14px 16px}.wiki-intro,.wiki-summary{padding:12px 16px}.wiki-head h2{font-size:20px}}
.v01{--hero-h:517px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,44px);--media-w:770px;--media-h:494px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(90deg,#080b10 0%,#151a22 28%,#67707b 54%,#e3e6eb 78%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v02{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,46px);--media-w:802px;--media-h:516px;--media-radius:8px;--media-x:center;--hero-gradient:linear-gradient(92deg,#070a0f 0%,#202732 30%,#818a96 56%,#eceff4 80%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v03{--hero-h:561px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,42px);--media-w:834px;--media-h:538px;--media-radius:12px;--media-x:end;--hero-gradient:linear-gradient(88deg,#0a0e15 0%,#18202a 24%,#717b88 50%,#d9dee6 74%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v04{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,44px);--media-w:866px;--media-h:472px;--media-radius:18px;--media-x:start;--hero-gradient:linear-gradient(90deg,#080b10 0%,#151a22 28%,#67707b 54%,#e3e6eb 78%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);}
.v05{--hero-h:517px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,46px);--media-w:738px;--media-h:494px;--media-radius:28px;--media-x:end;--hero-gradient:linear-gradient(92deg,#070a0f 0%,#202732 30%,#818a96 56%,#eceff4 80%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);--copy-border:3px solid #6046ff;--copy-pad:0 0 0 18px;}
.v06{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,42px);--media-w:792px;--media-h:516px;--media-radius:6px;--media-x:end;--hero-gradient:linear-gradient(88deg,#0a0e15 0%,#18202a 24%,#717b88 50%,#d9dee6 74%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:contain;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v07{--hero-h:561px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,44px);--media-w:824px;--media-h:538px;--media-radius:10px;--media-x:center;--hero-gradient:linear-gradient(90deg,#080b10 0%,#151a22 28%,#67707b 54%,#e3e6eb 78%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v08{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,46px);--media-w:856px;--media-h:472px;--media-radius:0px;--media-x:end;--hero-gradient:linear-gradient(92deg,#070a0f 0%,#202732 30%,#818a96 56%,#eceff4 80%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);}
.v09{--hero-h:517px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,42px);--media-w:888px;--media-h:494px;--media-radius:14px;--media-x:start;--hero-gradient:linear-gradient(88deg,#0a0e15 0%,#18202a 24%,#717b88 50%,#d9dee6 74%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v10{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,44px);--media-w:760px;--media-h:516px;--media-radius:22px;--media-x:end;--hero-gradient:linear-gradient(90deg,#080b10 0%,#151a22 28%,#67707b 54%,#e3e6eb 78%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);--copy-border:3px solid #6046ff;--copy-pad:0 0 0 18px;}
.v11{--hero-h:561px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,46px);--media-w:814px;--media-h:538px;--media-radius:8px;--media-x:end;--hero-gradient:linear-gradient(92deg,#070a0f 0%,#202732 30%,#818a96 56%,#eceff4 80%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v12{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,42px);--media-w:846px;--media-h:472px;--media-radius:16px;--media-x:center;--hero-gradient:linear-gradient(88deg,#0a0e15 0%,#18202a 24%,#717b88 50%,#d9dee6 74%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:contain;--media-shadow:0 30px 80px rgba(0,0,0,.20);}
.v13{--hero-h:517px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,44px);--media-w:878px;--media-h:494px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(90deg,#080b10 0%,#151a22 28%,#67707b 54%,#e3e6eb 78%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v14{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,46px);--media-w:910px;--media-h:516px;--media-radius:32px;--media-x:start;--hero-gradient:linear-gradient(92deg,#070a0f 0%,#202732 30%,#818a96 56%,#eceff4 80%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v15{--hero-h:561px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,42px);--media-w:782px;--media-h:538px;--media-radius:10px;--media-x:end;--hero-gradient:linear-gradient(88deg,#0a0e15 0%,#18202a 24%,#717b88 50%,#d9dee6 74%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);--copy-border:3px solid #6046ff;--copy-pad:0 0 0 18px;}
.v16{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:428px;--title-size:clamp(30px,2.6vw,42px);--media-w:808px;--media-h:516px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(90deg,#10151d 0%,#333b47 30%,#9aa2ad 58%,#f5f6f8 84%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v17{--hero-h:563px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:436px;--title-size:clamp(30px,2.6vw,44px);--media-w:838px;--media-h:540px;--media-radius:8px;--media-x:center;--hero-gradient:linear-gradient(94deg,#121720 0%,#3d4653 34%,#aeb5bf 62%,#f8f9fb 88%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v18{--hero-h:587px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:444px;--title-size:clamp(30px,2.6vw,40px);--media-w:868px;--media-h:564px;--media-radius:12px;--media-x:end;--hero-gradient:linear-gradient(86deg,#0d121a 0%,#303944 28%,#8f98a4 54%,#eef1f5 78%,#fff 100%);--copy-color:#11151d;--lead-color:#344052;--badge-bg:#fff;--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);--copy-bg:rgba(255,255,255,.91);--copy-pad:20px;--copy-radius:8px;--copy-shadow:0 22px 70px rgba(15,23,42,.13);}
.v19{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:420px;--title-size:clamp(30px,2.6vw,42px);--media-w:898px;--media-h:492px;--media-radius:18px;--media-x:start;--hero-gradient:linear-gradient(90deg,#10151d 0%,#333b47 30%,#9aa2ad 58%,#f5f6f8 84%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);}
.v20{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:428px;--title-size:clamp(30px,2.6vw,44px);--media-w:778px;--media-h:516px;--media-radius:28px;--media-x:end;--hero-gradient:linear-gradient(94deg,#121720 0%,#3d4653 34%,#aeb5bf 62%,#f8f9fb 88%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v21{--hero-h:563px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:436px;--title-size:clamp(30px,2.6vw,40px);--media-w:834px;--media-h:540px;--media-radius:6px;--media-x:end;--hero-gradient:linear-gradient(86deg,#0d121a 0%,#303944 28%,#8f98a4 54%,#eef1f5 78%,#fff 100%);--copy-color:#11151d;--lead-color:#344052;--badge-bg:#fff;--image-fit:contain;--media-shadow:0 34px 100px rgba(15,23,42,.30);--copy-bg:rgba(255,255,255,.91);--copy-pad:20px;--copy-radius:8px;--copy-shadow:0 22px 70px rgba(15,23,42,.13);}
.v22{--hero-h:587px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:444px;--title-size:clamp(30px,2.6vw,42px);--media-w:864px;--media-h:564px;--media-radius:10px;--media-x:center;--hero-gradient:linear-gradient(90deg,#10151d 0%,#333b47 30%,#9aa2ad 58%,#f5f6f8 84%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v23{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:420px;--title-size:clamp(30px,2.6vw,44px);--media-w:894px;--media-h:492px;--media-radius:0px;--media-x:end;--hero-gradient:linear-gradient(94deg,#121720 0%,#3d4653 34%,#aeb5bf 62%,#f8f9fb 88%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);}
.v24{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:428px;--title-size:clamp(30px,2.6vw,40px);--media-w:924px;--media-h:516px;--media-radius:14px;--media-x:start;--hero-gradient:linear-gradient(86deg,#0d121a 0%,#303944 28%,#8f98a4 54%,#eef1f5 78%,#fff 100%);--copy-color:#11151d;--lead-color:#344052;--badge-bg:#fff;--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);--copy-bg:rgba(255,255,255,.91);--copy-pad:20px;--copy-radius:8px;--copy-shadow:0 22px 70px rgba(15,23,42,.13);}
.v25{--hero-h:563px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:436px;--title-size:clamp(30px,2.6vw,42px);--media-w:804px;--media-h:540px;--media-radius:22px;--media-x:end;--hero-gradient:linear-gradient(90deg,#10151d 0%,#333b47 30%,#9aa2ad 58%,#f5f6f8 84%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v26{--hero-h:587px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:444px;--title-size:clamp(30px,2.6vw,44px);--media-w:860px;--media-h:564px;--media-radius:8px;--media-x:end;--hero-gradient:linear-gradient(94deg,#121720 0%,#3d4653 34%,#aeb5bf 62%,#f8f9fb 88%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v27{--hero-h:515px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:420px;--title-size:clamp(30px,2.6vw,40px);--media-w:890px;--media-h:492px;--media-radius:16px;--media-x:center;--hero-gradient:linear-gradient(86deg,#0d121a 0%,#303944 28%,#8f98a4 54%,#eef1f5 78%,#fff 100%);--copy-color:#11151d;--lead-color:#344052;--badge-bg:#fff;--image-fit:contain;--media-shadow:0 30px 80px rgba(0,0,0,.20);--copy-bg:rgba(255,255,255,.91);--copy-pad:20px;--copy-radius:8px;--copy-shadow:0 22px 70px rgba(15,23,42,.13);}
.v28{--hero-h:539px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:428px;--title-size:clamp(30px,2.6vw,42px);--media-w:920px;--media-h:516px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(90deg,#10151d 0%,#333b47 30%,#9aa2ad 58%,#f5f6f8 84%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v29{--hero-h:563px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:436px;--title-size:clamp(30px,2.6vw,44px);--media-w:950px;--media-h:540px;--media-radius:32px;--media-x:start;--hero-gradient:linear-gradient(94deg,#121720 0%,#3d4653 34%,#aeb5bf 62%,#f8f9fb 88%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v30{--hero-h:587px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:444px;--title-size:clamp(30px,2.6vw,40px);--media-w:830px;--media-h:564px;--media-radius:10px;--media-x:end;--hero-gradient:linear-gradient(86deg,#0d121a 0%,#303944 28%,#8f98a4 54%,#eef1f5 78%,#fff 100%);--copy-color:#11151d;--lead-color:#344052;--badge-bg:#fff;--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);--copy-bg:rgba(255,255,255,.91);--copy-pad:20px;--copy-radius:8px;--copy-shadow:0 22px 70px rgba(15,23,42,.13);}
.v31{--hero-h:559px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,46px);--media-w:832px;--media-h:536px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(100deg,rgba(7,10,16,.98) 0%,rgba(30,37,48,.86) 34%,rgba(130,139,149,.58) 62%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v32{--hero-h:583px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,48px);--media-w:866px;--media-h:560px;--media-radius:8px;--media-x:center;--hero-gradient:linear-gradient(96deg,#070a10 0%,#222a36 32%,#7d8793 58%,#e8ecf1 82%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v33{--hero-h:607px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,44px);--media-w:900px;--media-h:584px;--media-radius:12px;--media-x:end;--hero-gradient:linear-gradient(102deg,#090d13 0%,#19212c 30%,#6f7985 56%,#dfe4ea 79%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v34{--hero-h:535px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,46px);--media-w:934px;--media-h:512px;--media-radius:18px;--media-x:start;--hero-gradient:linear-gradient(100deg,rgba(7,10,16,.98) 0%,rgba(30,37,48,.86) 34%,rgba(130,139,149,.58) 62%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);--copy-bg:rgba(13,18,26,.58);--copy-pad:20px;--copy-radius:8px;--copy-blur:blur(9px);}
.v35{--hero-h:559px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,48px);--media-w:798px;--media-h:536px;--media-radius:28px;--media-x:end;--hero-gradient:linear-gradient(96deg,#070a10 0%,#222a36 32%,#7d8793 58%,#e8ecf1 82%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v36{--hero-h:583px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,44px);--media-w:856px;--media-h:560px;--media-radius:6px;--media-x:end;--hero-gradient:linear-gradient(102deg,#090d13 0%,#19212c 30%,#6f7985 56%,#dfe4ea 79%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:contain;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v37{--hero-h:607px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,46px);--media-w:890px;--media-h:584px;--media-radius:10px;--media-x:center;--hero-gradient:linear-gradient(100deg,rgba(7,10,16,.98) 0%,rgba(30,37,48,.86) 34%,rgba(130,139,149,.58) 62%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v38{--hero-h:535px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,48px);--media-w:924px;--media-h:512px;--media-radius:0px;--media-x:end;--hero-gradient:linear-gradient(96deg,#070a10 0%,#222a36 32%,#7d8793 58%,#e8ecf1 82%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 30px 80px rgba(0,0,0,.20);--copy-bg:rgba(13,18,26,.58);--copy-pad:20px;--copy-radius:8px;--copy-blur:blur(9px);}
.v39{--hero-h:559px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,44px);--media-w:958px;--media-h:536px;--media-radius:14px;--media-x:start;--hero-gradient:linear-gradient(102deg,#090d13 0%,#19212c 30%,#6f7985 56%,#dfe4ea 79%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v40{--hero-h:583px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,46px);--media-w:822px;--media-h:560px;--media-radius:22px;--media-x:end;--hero-gradient:linear-gradient(100deg,rgba(7,10,16,.98) 0%,rgba(30,37,48,.86) 34%,rgba(130,139,149,.58) 62%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v41{--hero-h:607px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,48px);--media-w:880px;--media-h:584px;--media-radius:8px;--media-x:end;--hero-gradient:linear-gradient(96deg,#070a10 0%,#222a36 32%,#7d8793 58%,#e8ecf1 82%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}
.v42{--hero-h:535px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:410px;--title-size:clamp(30px,2.6vw,44px);--media-w:914px;--media-h:512px;--media-radius:16px;--media-x:center;--hero-gradient:linear-gradient(102deg,#090d13 0%,#19212c 30%,#6f7985 56%,#dfe4ea 79%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:contain;--media-shadow:0 30px 80px rgba(0,0,0,.20);--copy-bg:rgba(13,18,26,.58);--copy-pad:20px;--copy-radius:8px;--copy-blur:blur(9px);}
.v43{--hero-h:559px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:418px;--title-size:clamp(30px,2.6vw,46px);--media-w:948px;--media-h:536px;--media-radius:4px;--media-x:end;--hero-gradient:linear-gradient(100deg,rgba(7,10,16,.98) 0%,rgba(30,37,48,.86) 34%,rgba(130,139,149,.58) 62%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 28px 90px rgba(15,23,42,.24);}
.v44{--hero-h:583px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:426px;--title-size:clamp(30px,2.6vw,48px);--media-w:982px;--media-h:560px;--media-radius:32px;--media-x:start;--hero-gradient:linear-gradient(96deg,#070a10 0%,#222a36 32%,#7d8793 58%,#e8ecf1 82%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 34px 100px rgba(15,23,42,.30);}
.v45{--hero-h:607px;--copy-col:.50fr;--media-col:1.50fr;--copy-w:434px;--title-size:clamp(30px,2.6vw,44px);--media-w:846px;--media-h:584px;--media-radius:10px;--media-x:end;--hero-gradient:linear-gradient(102deg,#090d13 0%,#19212c 30%,#6f7985 56%,#dfe4ea 79%,#fff 100%);--copy-color:#fff;--lead-color:rgba(255,255,255,.92);--badge-bg:rgba(255,255,255,.94);--image-fit:cover;--media-shadow:0 22px 70px rgba(15,23,42,.20);}



:root{--shell:min(1400px,calc(100vw - 36px))}
.resource-layout .top-note span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-layout .top-variant{gap:8px}.variant-pair{display:inline-flex;gap:6px;align-items:center}.variant-pair a{height:30px;min-width:auto;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);color:#fff;font-weight:900}.variant-pair a.active{background:#fff;color:#10151d}.resource-layout .main-nav a:nth-child(2){color:#6046ff}.resource-layout .hero-grid{grid-template-columns:minmax(280px,.43fr) minmax(590px,1.06fr) minmax(250px,.43fr);gap:clamp(18px,2vw,28px);align-items:center;padding:10px 0}.resource-layout .hero-copy{transform:none;max-width:390px}.resource-layout .hero-copy h1{font-size:var(--title-size,clamp(28px,2.25vw,40px));overflow-wrap:anywhere;word-break:break-word}.resource-layout .hero-copy p{font-size:14.5px}.resource-layout .media-wrap{justify-self:stretch;width:100%}.resource-layout .media-frame{height:var(--resource-media-h,470px)}.resource-layout .hero-badges{grid-template-columns:1fr;max-width:280px}.resource-panel{position:relative;z-index:6;display:grid;gap:10px;align-content:center;justify-self:stretch}.resource-panel h2{margin:0 0 6px;font-size:14px;letter-spacing:.09em;text-transform:uppercase;color:#6046ff}.resource-panel p.panel-note{margin:0 0 8px;color:#314052;font-size:13px;line-height:1.4}.resource-link{width:100%;text-align:left;border:1px solid rgba(216,222,232,.95);border-radius:8px;background:rgba(255,255,255,.88);box-shadow:0 14px 34px rgba(14,25,45,.10);padding:13px 14px;cursor:pointer;color:#172033;font:inherit;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.resource-link:hover{transform:translateY(-2px);background:#fff;box-shadow:0 18px 44px rgba(14,25,45,.16)}.resource-link .num{display:inline-flex;width:24px;height:24px;border-radius:999px;align-items:center;justify-content:center;background:#eef0ff;color:#6046ff;font-size:12px;font-weight:950;margin-bottom:8px}.resource-link strong{display:block;font-size:15px;line-height:1.2}.resource-link small{display:block;margin-top:6px;color:#526073;line-height:1.35}.video-window-panel{align-content:center}.video-window{padding:0;overflow:hidden;background:#10151d;color:#fff;border-color:rgba(255,255,255,.20)}.video-window .preview{height:112px;position:relative;background:linear-gradient(135deg,#10151d,#44505f);overflow:hidden}.video-window .preview img{width:100%;height:100%;object-fit:cover;opacity:.64}.video-window .preview:after{content:"▶";position:absolute;left:14px;bottom:12px;width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#6046ff;color:#fff;font-size:16px;box-shadow:0 10px 24px rgba(0,0,0,.24)}.video-window .copy{padding:12px 13px}.video-window small{color:#dce3ef}.model-window .preview:after{content:"3D";font-size:13px;font-weight:950}.resource-modal{position:fixed;inset:0;z-index:120;display:none}.resource-modal.is-open{display:block}.resource-backdrop{position:absolute;inset:0;background:rgba(7,10,15,.72);backdrop-filter:blur(6px)}.resource-dialog{position:relative;width:min(1120px,calc(100vw - 36px));height:min(790px,calc(100vh - 44px));margin:22px auto;background:#fff;border-radius:8px;box-shadow:0 30px 100px rgba(0,0,0,.38);overflow:hidden;display:grid;grid-template-rows:auto auto 1fr}.resource-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid #e2e7ef}.resource-head h2{font-size:24px;margin:0}.resource-close{width:38px;height:38px;border-radius:999px;border:1px solid #d7dee8;background:#fff;font-size:22px;cursor:pointer}.resource-intro{padding:14px 22px;color:#344052;line-height:1.5;border-bottom:1px solid #e2e7ef}.resource-source{color:#6046ff;font-weight:900}.resource-frame{width:100%;height:100%;border:0;background:#f6f8fb}.link-mode .resource-panel{padding-top:8px}.video-mode .resource-panel h2,.video-mode .resource-panel .panel-note{color:#fff}.video-mode .resource-panel .panel-note{opacity:.86}.video-mode .resource-panel{background:rgba(13,18,26,.38);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:12px;backdrop-filter:blur(8px)}.video-mode .hero-grid{grid-template-columns:minmax(280px,.43fr) minmax(590px,1.03fr) minmax(270px,.46fr)}.selected-index .variant-card-grid{grid-template-columns:repeat(4,1fr)}.selected-index .variant-card .thumb img{width:68%}
@media(max-width:1200px){.resource-layout .hero-grid{grid-template-columns:1fr}.resource-layout .hero-copy{transform:none;max-width:740px}.resource-panel{grid-template-columns:repeat(2,1fr)}.video-window-panel{grid-template-columns:repeat(2,1fr)}.resource-layout .media-frame{height:clamp(320px,48vw,var(--resource-media-h,470px))}.video-mode .resource-panel h2,.video-mode .resource-panel .panel-note{color:#172033}.video-mode .resource-panel{background:rgba(255,255,255,.86);border-color:#e2e7ef}.selected-index .variant-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.resource-layout .hero-grid{padding:24px 0}.resource-panel,.video-window-panel{grid-template-columns:1fr}.resource-layout .media-frame{height:285px}.variant-pair{width:100%;order:3}.variant-pair a{flex:1}.resource-dialog{height:calc(100vh - 28px);margin:14px auto}.resource-head{padding:14px 16px}.resource-head h2{font-size:20px}.resource-intro{padding:12px 16px}.selected-index .variant-card-grid{grid-template-columns:1fr}}

@media(max-width:700px){.resource-layout .top-variant{width:100%;flex-wrap:wrap}.resource-layout .hero-copy{transform:none;max-width:100%;width:100%;overflow:hidden}.resource-layout .hero-copy h1{font-size:clamp(28px,7vw,32px);line-height:1.08;overflow-wrap:anywhere;word-break:break-word}.resource-layout .hero-copy p{max-width:31ch}}

body.resource-layout{
  --shell:min(1640px,calc(100vw - 48px));
  --resource-hero-h:672px;
  --resource-media-h:470px;
}
body.resource-layout .resource-hero{
  height:var(--resource-hero-h);
  min-height:var(--resource-hero-h);
}
body.resource-layout .hero-grid{
  height:100%;
  min-height:0;
  grid-template-columns:300px minmax(620px,740px) minmax(500px,550px);
  gap:24px;
  align-items:center;
  padding:0;
}
body.resource-layout .hero-copy{
  max-width:300px;
}
body.resource-layout .hero-copy h1{
  font-size:clamp(40px,2.45vw,48px);
  line-height:1.04;
  margin:18px 0 14px;
}
body.resource-layout .hero-copy p{
  max-width:29ch;
  font-size:14px;
  line-height:1.48;
}
body.resource-layout .hero-actions{
  margin-top:22px;
}
body.resource-layout .hero-badges{
  max-width:280px;
  gap:8px;
  margin-top:18px;
}
body.resource-layout .hero-badges span{
  min-height:38px;
  padding:7px 10px;
}
body.resource-layout .media-frame{
  height:var(--resource-media-h);
}
body.resource-layout .resource-panel{
  align-content:center;
}
body.resource-layout .link-panel{
  grid-template-columns:minmax(232px,1fr) minmax(148px,168px);
  gap:8px;
}
body.resource-layout .link-panel h2,
body.resource-layout .link-panel .panel-note{
  grid-column:1 / -1;
}
body.resource-layout .link-panel .panel-note{
  margin-bottom:4px;
}
body.resource-layout .link-panel .resource-link{
  min-height:92px;
  padding:10px 12px;
  align-self:stretch;
}
body.resource-layout .link-panel .resource-link .num{
  width:22px;
  height:22px;
  margin-bottom:7px;
}
body.resource-layout .link-panel .resource-link strong{
  font-size:13.5px;
}
body.resource-layout .link-panel .resource-link small{
  font-size:12px;
}
.resource-video-tile{
  position:relative;
  overflow:hidden;
  min-height:92px;
  border:1px solid rgba(216,222,232,.95);
  border-radius:8px;
  background:#f6f8fb;
  box-shadow:0 14px 34px rgba(14,25,45,.10);
  cursor:pointer;
  align-self:stretch;
}
.resource-video-tile .tile-media,
.resource-video-tile img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.resource-video-tile img{
  object-fit:cover;
  opacity:.36;
  filter:saturate(.8) contrast(.94);
}
.resource-video-tile:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.78),rgba(255,255,255,.28) 55%,rgba(255,255,255,.1));
  z-index:1;
}
.resource-video-tile .tile-label{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#f14545;
  text-shadow:0 2px 0 #fff,0 7px 16px rgba(0,0,0,.24);
  font-weight:950;
  font-size:clamp(30px,2.4vw,42px);
  letter-spacing:0;
}
.resource-video-tile:hover{
  transform:translateY(-2px);
  background:#fff;
  box-shadow:0 18px 44px rgba(14,25,45,.16);
}
body.resource-layout .metric-strip{
  margin-top:0;
}
@media(max-width:1500px){
  body.resource-layout{
    --shell:calc(100vw - 36px);
  }
  body.resource-layout .hero-grid{
    grid-template-columns:286px minmax(560px,1fr) minmax(460px,520px);
    gap:18px;
  }
  body.resource-layout .link-panel{
    grid-template-columns:minmax(218px,1fr) minmax(138px,160px);
  }
}
@media(max-width:1200px){
  body.resource-layout .resource-hero{
    height:auto;
    min-height:auto;
  }
  body.resource-layout .hero-grid{
    grid-template-columns:1fr;
    height:auto;
    padding:24px 0;
  }
  body.resource-layout .hero-copy{
    max-width:740px;
  }
  body.resource-layout .link-panel{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:700px){
  body.resource-layout{
    --shell:calc(100vw - 32px);
  }
  body.resource-layout .link-panel{
    grid-template-columns:1fr;
  }
  body.resource-layout .hero-copy{
    max-width:100%;
  }
  .resource-video-tile{
    min-height:132px;
  }
}

body.resource-layout{
  --shell:min(1400px,calc(100vw - 36px));
}
body.resource-layout .hero-grid{
  grid-template-columns:306px 860px 430px;
  gap:24px;
  width:var(--shell);
  overflow:visible;
}
body.resource-layout .hero-copy{
  max-width:306px;
}
body.resource-layout .hero-copy h1{
  font-size:clamp(40px,2.38vw,46px);
  overflow-wrap:normal;
  word-break:normal;
  hyphens:manual;
}
body.resource-layout .media-wrap{
  width:860px;
}
body.resource-layout .link-panel{
  width:430px;
}
body.resource-layout .hero-badges{
  max-width:286px;
}
body.resource-layout.video-mode .video-window-panel{
  width:430px;
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  padding:10px;
}
body.resource-layout.video-mode .video-window-panel h2,
body.resource-layout.video-mode .video-window-panel .panel-note{
  margin:0;
}
body.resource-layout.video-mode .video-window{
  min-height:78px;
  display:grid;
  grid-template-columns:118px 1fr;
}
body.resource-layout.video-mode .video-window .preview{
  height:100%;
  min-height:78px;
}
body.resource-layout.video-mode .video-window .preview:after{
  left:12px;
  bottom:10px;
  width:34px;
  height:34px;
}
body.resource-layout.video-mode .video-window .copy{
  padding:9px 10px;
  align-self:center;
}
body.resource-layout.video-mode .video-window strong{
  font-size:13.5px;
  line-height:1.2;
}
body.resource-layout.video-mode .video-window small{
  display:block;
  margin-top:4px;
  font-size:12px;
  line-height:1.25;
}
body.resource-layout .resource-video-tile .tile-label,
body.resource-layout .video-window .preview:after{
  display:none!important;
}
body.resource-layout .resource-video-tile .tile-media video,
body.resource-layout.video-mode .video-window .preview video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
}
body.resource-layout .resource-video-tile .tile-media:after,
body.resource-layout.video-mode .video-window .preview:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
  pointer-events:none;
}
body.resource-layout .resource-video-tile{
  background:#10151d;
}
body.resource-layout .resource-video-tile:before{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.resource-video-player{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  grid-column:1;
  grid-row:3;
  background:#10151d;
  object-fit:contain;
}
.resource-video-player[hidden]{
  display:none;
}
.resource-image-viewer{
  width:100%;
  height:100%;
  min-height:0;
  display:block;
  grid-column:1;
  grid-row:3;
  background:#10151d;
  object-fit:contain;
}
.resource-image-viewer[hidden]{
  display:none;
}
.resource-dialog.has-video .resource-frame{
  display:none;
}
.resource-dialog.has-image .resource-frame{
  display:none;
}
.resource-dialog.has-image{
  width:min(1320px,calc(100vw - 44px));
  height:min(88vh,900px);
  margin:6vh auto;
  overflow:visible;
  display:grid;
  grid-template-rows:1fr;
  background:transparent;
  border-radius:0;
  box-shadow:none;
}
.resource-dialog.has-image .resource-head{
  position:absolute;
  inset:0 0 auto auto;
  z-index:4;
  display:block;
  padding:0;
  border:0;
  background:transparent;
  pointer-events:none;
}
.resource-dialog.has-image .resource-head h2{
  display:none;
}
.resource-dialog.has-image .resource-close{
  position:absolute;
  top:-18px;
  right:-18px;
  pointer-events:auto;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.resource-dialog.has-image .resource-intro{
  display:none;
}
.resource-dialog.has-image .resource-image-viewer{
  grid-row:1;
  border-radius:8px;
  box-shadow:0 30px 100px rgba(0,0,0,.38);
}
.resource-gallery-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:min(760px,calc(100vw - 56px));
  margin:12px auto 0;
  padding:8px 10px;
  border:1px solid rgba(202,214,229,.9);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#111827;
  box-shadow:0 20px 55px rgba(0,0,0,.28);
  z-index:8;
}
.resource-gallery-bar[hidden]{
  display:none;
}
.resource-gallery-bar button{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid #cfd9e8;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:20px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}
.resource-gallery-bar button:hover{
  border-color:#6547ff;
  color:#6547ff;
}
.resource-gallery-bar>div{
  display:grid;
  min-width:0;
  flex:1;
  text-align:center;
}
.resource-gallery-bar strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:1.25;
}
.resource-gallery-bar span{
  color:#556273;
  font-size:12px;
  font-weight:800;
}
.resource-dialog.has-gallery.resource-dialog.has-image{
  grid-template-rows:minmax(0,1fr) auto;
}
.resource-dialog.has-gallery.resource-dialog.has-image .resource-gallery-bar{
  grid-row:2;
}
.resource-dialog.has-gallery.resource-dialog.has-video .resource-gallery-bar{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
}
@media(max-width:1500px){
  body.resource-layout .hero-grid{
    grid-template-columns:286px minmax(620px,1fr) minmax(360px,420px);
    width:100%;
  }
  body.resource-layout .media-wrap,
  body.resource-layout .link-panel,
  body.resource-layout.video-mode .video-window-panel{
    width:100%;
  }
}
@media(max-width:1200px){
  body.resource-layout .hero-grid{
    grid-template-columns:1fr;
    width:100%;
  }
  body.resource-layout .hero-copy h1{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
}

body.resource-layout.variant34-extra{
  --shell:min(1650px,calc(100vw - 56px));
  --resource-hero-h:672px;
  --resource-media-h:500px;
}
body.resource-layout.variant34-extra .hero-grid{
  grid-template-columns:290px 940px 430px;
  gap:22px;
  align-items:center;
  width:var(--shell);
  overflow:visible;
}
body.resource-layout.variant34-extra .hero-copy{
  max-width:300px;
  transform:translateX(-72px);
}
body.resource-layout.variant34-extra .hero-copy h1{
  font-size:clamp(38px,2.26vw,44px);
  line-height:1.05;
}
body.resource-layout.variant34-extra .hero-copy p{
  max-width:32ch;
}
body.resource-layout.variant34-extra .hero-badges{
  max-width:286px;
}
body.resource-layout.variant34-extra .media-wrap{
  width:940px;
}
body.resource-layout.variant34-extra .media-frame{
  height:var(--resource-media-h);
}
body.resource-layout.variant34-extra .resource-panel{
  width:430px;
  height:var(--resource-media-h);
  align-self:center;
  align-content:stretch;
}
body.resource-layout.variant34-extra.link-mode .link-panel{
  display:grid;
  grid-template-columns:minmax(210px,1fr) 154px;
  grid-template-rows:auto auto repeat(4,1fr);
  gap:8px;
}
body.resource-layout.variant34-extra.link-mode .link-panel h2,
body.resource-layout.variant34-extra.link-mode .link-panel .panel-note{
  grid-column:1 / -1;
  margin:0;
}
body.resource-layout.variant34-extra.link-mode .resource-link{
  min-height:0;
  padding:11px 12px;
}
body.resource-layout.variant34-extra.link-mode .resource-video-tile{
  min-height:0;
}
body.resource-layout.variant34-extra.video-mode .video-window-panel{
  width:430px;
  height:var(--resource-media-h);
  grid-template-rows:auto auto repeat(4,minmax(0,1fr));
  align-content:stretch;
}
body.resource-layout.variant34-extra.video-mode .video-window{
  min-height:0;
  grid-template-columns:118px 1fr;
}
body.resource-layout.variant34-extra .metric-strip .metric{
  padding:6px 28px;
}
body.resource-layout.variant34-extra .metric span{
  font-size:10px;
}
body.resource-layout.variant34-extra .metric strong{
  margin-top:2px;
  font-size:18px;
}
body.resource-layout.variant34-extra .metric small{
  font-size:11px;
}
body.resource-layout.variant34-extra .top-materials-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) 150px;
  grid-template-rows:auto auto repeat(4,minmax(0,1fr));
  gap:8px;
  width:100%;
  height:var(--resource-media-h);
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
}
body.resource-layout.variant34-extra .top-materials-panel h2,
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  grid-column:1 / -1;
  margin:0;
  color:#6046ff;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  color:#314052;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  text-decoration:none;
  min-height:0;
  padding:10px 12px;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile{
  min-height:0;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img{
  opacity:.78;
  filter:saturate(.92) contrast(.96);
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile:before{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
@media(max-width:1500px){
  body.resource-layout.variant34-extra{
    --shell:calc(100vw - 34px);
    --resource-media-h:480px;
  }
  body.resource-layout.variant34-extra .hero-grid{
    grid-template-columns:270px minmax(720px,1fr) minmax(360px,400px);
    gap:18px;
  }
  body.resource-layout.variant34-extra .hero-copy{
    transform:translateX(-42px);
    max-width:286px;
  }
  body.resource-layout.variant34-extra .media-wrap,
  body.resource-layout.variant34-extra .resource-panel,
  body.resource-layout.variant34-extra.video-mode .video-window-panel{
    width:100%;
  }
}
@media(max-width:1200px){
  body.resource-layout.variant34-extra{
    --resource-hero-h:auto;
  }
  body.resource-layout.variant34-extra .hero-grid{
    grid-template-columns:1fr;
    width:100%;
  }
  body.resource-layout.variant34-extra .hero-copy{
    transform:none;
    max-width:740px;
  }
  body.resource-layout.variant34-extra .resource-panel,
  body.resource-layout.variant34-extra.video-mode .video-window-panel{
    height:auto;
  }
}

/* FINAL: restore top hero material list; enlarge only lower Lisamaterjalid card images. */
body.resource-layout.variant34-extra .top-materials-panel{
  grid-template-columns:minmax(0,1fr) 150px!important;
  grid-template-rows:auto auto repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}
body.resource-layout.variant34-extra .top-materials-panel h2{
  line-height:normal!important;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  line-height:1.4!important;
  font-size:13px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  display:block!important;
  position:relative!important;
  padding:10px 12px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link .num{
  position:static!important;
  width:24px!important;
  height:24px!important;
  margin:0 0 8px!important;
  box-shadow:none!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link strong{
  line-height:1.2!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link small{
  margin-top:6px!important;
  line-height:1.35!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:6px!important;
  width:calc(100% - 12px)!important;
  height:calc(100% - 12px)!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-card{
  position:relative!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media{
  height:245px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img,
body.resource-layout.variant34-extra .moved-materials .resource-media video{
  object-fit:cover;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img[src*="meshData360"]{
  object-fit:contain!important;
  padding:0!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy{
  position:relative!important;
  padding:16px 18px 18px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy .num{
  position:absolute!important;
  top:-232px!important;
  left:16px!important;
  z-index:3!important;
  margin:0!important;
  box-shadow:0 10px 22px rgba(14,25,45,.14)!important;
}

/* Unified offline site override: keep Variant 34 layout, but keep the left hero text inside the viewport. */
body.resource-layout.variant34-extra .hero-grid{
  width:min(1720px,calc(100vw - 80px))!important;
  grid-template-columns:300px minmax(0,1fr) minmax(350px,390px)!important;
  gap:22px!important;
}
body.resource-layout.variant34-extra .hero-copy{
  transform:none!important;
  max-width:300px!important;
}
@media(max-width:1500px){
  body.resource-layout.variant34-extra .hero-grid{
    width:calc(100vw - 56px)!important;
    grid-template-columns:286px minmax(0,1fr) minmax(330px,370px)!important;
  }
  body.resource-layout.variant34-extra .hero-copy{
    transform:none!important;
    max-width:286px!important;
  }
}
@media(max-width:1200px){
  body.resource-layout.variant34-extra .hero-grid{
    width:var(--shell)!important;
    grid-template-columns:1fr!important;
  }
  body.resource-layout.variant34-extra .hero-copy{
    max-width:740px!important;
  }
}

/* Final correction: do not alter the top hero material list; only lower Lisamaterjalid cards get larger images. */
body.resource-layout.variant34-extra .top-materials-panel{
  grid-template-columns:minmax(0,1fr) 150px!important;
  grid-template-rows:auto auto repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}
body.resource-layout.variant34-extra .top-materials-panel h2{
  line-height:normal!important;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  line-height:1.4!important;
  font-size:13px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  display:block!important;
  position:relative!important;
  padding:10px 12px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link .num{
  position:static!important;
  width:24px!important;
  height:24px!important;
  margin:0 0 8px!important;
  box-shadow:none!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link strong{
  line-height:1.2!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link small{
  margin-top:6px!important;
  line-height:1.35!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:6px!important;
  width:calc(100% - 12px)!important;
  height:calc(100% - 12px)!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-card{
  position:relative!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media{
  height:245px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img,
body.resource-layout.variant34-extra .moved-materials .resource-media video{
  object-fit:cover;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img[src*="meshData360"]{
  object-fit:contain!important;
  padding:0!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy{
  position:relative!important;
  padding:16px 18px 18px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy .num{
  position:absolute!important;
  top:-232px!important;
  left:16px!important;
  z-index:3!important;
  margin:0!important;
  box-shadow:0 10px 22px rgba(14,25,45,.14)!important;
}

/* Restore the top-right hero material list; image enlargement below applies only to the lower Lisamaterjalid cards. */
body.resource-layout.variant34-extra .top-materials-panel{
  grid-template-columns:minmax(0,1fr) 150px;
  grid-template-rows:auto auto repeat(4,minmax(0,1fr));
  gap:8px;
}
body.resource-layout.variant34-extra .top-materials-panel h2{
  line-height:normal;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  line-height:1.4;
  font-size:13px;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  display:block;
  position:relative;
  padding:10px 12px;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link .num{
  position:static;
  width:24px;
  height:24px;
  margin:0 0 8px;
  box-shadow:none;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link strong{
  line-height:1.2;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link small{
  margin-top:6px;
  line-height:1.35;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:6px;
  width:calc(100% - 12px);
  height:calc(100% - 12px);
}

/* Lower Lisamaterjalid cards: move numbers over the image and give the images more room. */
body.resource-layout.variant34-extra .moved-materials .resource-card{
  position:relative;
}
body.resource-layout.variant34-extra .moved-materials .resource-media{
  height:245px;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img,
body.resource-layout.variant34-extra .moved-materials .resource-media video{
  object-fit:cover;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img[src*="meshData360"]{
  object-fit:contain!important;
  padding:0;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy{
  position:relative;
  padding:16px 18px 18px;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy .num{
  position:absolute;
  top:-232px;
  left:16px;
  z-index:3;
  margin:0;
  box-shadow:0 10px 22px rgba(14,25,45,.14);
}

body.resource-layout.variant34-extra .top-materials-panel{
  grid-template-columns:minmax(0,1fr) 166px;
  grid-template-rows:18px 24px repeat(4,minmax(0,1fr));
  gap:6px;
}
body.resource-layout.variant34-extra .top-materials-panel h2{
  line-height:18px;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  line-height:1.22;
  font-size:12.5px;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:11px 12px 10px;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link .num{
  position:absolute;
  top:-9px;
  left:-9px;
  width:24px;
  height:24px;
  margin:0;
  z-index:2;
  box-shadow:0 8px 18px rgba(14,25,45,.12);
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link strong{
  line-height:1.14;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link small{
  margin-top:5px;
  line-height:1.24;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:2px;
  width:calc(100% - 4px);
  height:calc(100% - 4px);
}
body.resource-layout.variant34-extra .resource-media img[src*="meshData360"]{
  padding:3px;
}

body.resource-layout.variant34-extra img[src*="meshData360"]{
  object-fit:contain!important;
  object-position:center center!important;
  background:#10151d;
  box-sizing:border-box;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:6px;
  width:calc(100% - 12px);
  height:calc(100% - 12px);
  opacity:.9;
  filter:saturate(.96) contrast(.98);
}
body.resource-layout.variant34-extra .resource-media img[src*="meshData360"]{
  padding:8px;
}

.image-lightbox-trigger{
  cursor:zoom-in;
}
.image-lightbox-trigger:focus-visible{
  outline:3px solid rgba(96,70,255,.72);
  outline-offset:4px;
}
.site-footer{
  background:#0f141d;
  color:#fff;
  padding:0;
  border-top:1px solid rgba(255,255,255,.08);
}
.site-footer .footer-main{
  display:grid;
  grid-template-columns:minmax(240px,1.25fr) repeat(3,minmax(150px,.7fr)) minmax(220px,.95fr);
  gap:34px;
  padding:46px 0 34px;
  align-items:start;
}
.site-footer img{
  width:178px;
  filter:invert(1) grayscale(1);
}
.footer-brand-block p,
.footer-cta p{
  margin:16px 0 0;
  max-width:310px;
  color:#c8d0dc;
  font-size:14px;
  line-height:1.55;
}
.footer-col{
  display:grid;
  gap:9px;
}
.footer-col h3,
.footer-cta h3{
  margin:0 0 8px;
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.footer-col a,
.footer-col span{
  color:#c8d0dc;
  font-size:14px;
  line-height:1.35;
}
.footer-col a:hover{
  color:#fff;
}
.footer-cta{
  padding:20px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:rgba(255,255,255,.04);
}
.footer-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  margin-top:18px;
  padding:0 18px;
  border-radius:7px;
  background:#6046ff;
  color:#fff;
  font-weight:900;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#aeb8c7;
  font-size:13px;
}
@media(max-width:1100px){
  .site-footer .footer-main{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .site-footer .footer-main{
    grid-template-columns:1fr;
    padding:36px 0 28px;
  }
  .footer-bottom{
    display:grid;
  }
}

body.resource-layout.variant34-extra .condition-v03-section{
  padding:72px 0;
  background:radial-gradient(circle at 78% 20%,rgba(96,70,255,.08),transparent 34rem),linear-gradient(180deg,#f7f9fc 0%,#fff 100%);
}

body.resource-layout.variant34-extra .condition-v03{
  display:grid;
  grid-template-columns:minmax(320px,.58fr) minmax(620px,1.42fr);
  grid-template-rows:auto 1fr;
  gap:26px 34px;
  align-items:stretch;
}

body.resource-layout.variant34-extra .condition-v03-copy{
  align-self:start;
  padding-top:4px;
}

body.resource-layout.variant34-extra .condition-v03-number{
  display:none;
}

body.resource-layout.variant34-extra .condition-v03-copy h2{
  max-width:620px;
  margin:0 0 20px;
  font-size:clamp(34px,3.35vw,58px);
  line-height:1.02;
}

body.resource-layout.variant34-extra .condition-v03-copy p:not(.kicker):not(.condition-v03-number){
  max-width:620px;
  color:#344052;
  font-size:16.5px;
  line-height:1.65;
}

body.resource-layout.variant34-extra .condition-v03-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

body.resource-layout.variant34-extra .condition-v03-tags span{
  padding:10px 14px;
  border:1px solid #dbe4f2;
  border-radius:999px;
  background:#fff;
  color:#172033;
  font-size:13px;
  font-weight:900;
}

body.resource-layout.variant34-extra .condition-v03-video,
body.resource-layout.variant34-extra .condition-v03-gallery{
  overflow:hidden;
  border:1px solid rgba(203,213,225,.94);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 22px 58px rgba(14,25,45,.10);
}

body.resource-layout.variant34-extra .condition-v03-video{
  position:relative;
  min-height:292px;
  padding:0;
  text-align:left;
  color:#10151d;
  cursor:pointer;
  align-self:end;
}

body.resource-layout.variant34-extra .condition-v03-video video,
body.resource-layout.variant34-extra .condition-v03-video img{
  width:100%;
  height:100%;
  min-height:292px;
  display:block;
  object-fit:cover;
}

body.resource-layout.variant34-extra .condition-v03-video-label{
  position:absolute;
  left:18px;
  top:18px;
  z-index:2;
  display:grid;
  gap:4px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.86);
  box-shadow:0 10px 28px rgba(14,25,45,.12);
  backdrop-filter:blur(10px);
}

body.resource-layout.variant34-extra .condition-v03-video-label b,
body.resource-layout.variant34-extra .condition-v03-gallery-head span{
  color:#6046ff;
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.resource-layout.variant34-extra .condition-v03-video-label strong{
  font-size:16px;
}

body.resource-layout.variant34-extra .condition-v03-gallery{
  grid-column:2;
  grid-row:1 / 3;
  display:grid;
  grid-template-columns:minmax(0,1fr) 106px;
  grid-template-rows:auto minmax(0,1fr);
  column-gap:14px;
  min-height:642px;
}

body.resource-layout.variant34-extra .condition-v03-gallery-head{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 18px 12px;
}

body.resource-layout.variant34-extra .condition-v03-gallery-head>div{
  display:grid;
  gap:4px;
}

body.resource-layout.variant34-extra .condition-v03-gallery-head strong{
  font-size:17px;
  color:#172033;
}

body.resource-layout.variant34-extra .condition-v03-gallery-head small{
  padding:8px 10px;
  border-radius:999px;
  background:#f0edff;
  color:#6046ff;
  font-size:13px;
  font-weight:950;
}

body.resource-layout.variant34-extra .condition-v03-stage{
  position:relative;
  grid-column:1;
  grid-row:2;
  min-height:540px;
  margin:0 0 18px 18px;
  overflow:hidden;
  border-radius:14px;
  background:#eef2f7;
}

body.resource-layout.variant34-extra .condition-v03-stage img,
body.resource-layout.variant34-extra .condition-v03-stage video{
  width:100%;
  height:100%;
  min-height:540px;
  display:block;
  object-fit:cover;
  background:#0f141c;
}

body.resource-layout.variant34-extra .condition-v03-stage [hidden]{
  display:none!important;
}

body.resource-layout.variant34-extra .condition-v03-stage img.is-changing,
body.resource-layout.variant34-extra .condition-v03-stage video.is-changing{
  animation:conditionV03Fade .56s ease both;
}

@keyframes conditionV03Fade{
  from{opacity:.25;transform:scale(1.025)}
  to{opacity:1;transform:scale(1)}
}

body.resource-layout.variant34-extra .condition-v03-stage p{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  margin:0;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  color:#273348;
  font-size:14px;
  font-weight:850;
  line-height:1.35;
  backdrop-filter:blur(10px);
}

body.resource-layout.variant34-extra .condition-v03-controls{
  grid-column:2;
  grid-row:2;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:40px 1fr 40px;
  align-self:stretch;
  gap:10px;
  padding:0 18px 18px 0;
}

body.resource-layout.variant34-extra .condition-v03-controls>button{
  width:40px;
  height:40px;
  justify-self:center;
  border:1px solid #cfd8e5;
  border-radius:999px;
  background:#fff;
  color:#10151d;
  cursor:pointer;
  font-weight:950;
}

body.resource-layout.variant34-extra .condition-v03-thumbs{
  display:grid;
  grid-template-columns:1fr;
  align-content:start;
  gap:9px;
}

body.resource-layout.variant34-extra .condition-v03-thumbs button{
  width:100%;
  aspect-ratio:1 / 1;
  padding:0;
  overflow:hidden;
  border:2px solid transparent;
  border-radius:10px;
  background:transparent;
  cursor:pointer;
  opacity:.68;
}

body.resource-layout.variant34-extra .condition-v03-thumbs button.active{
  border-color:#6046ff;
  opacity:1;
}

body.resource-layout.variant34-extra .condition-v03-thumbs img,
body.resource-layout.variant34-extra .condition-v03-thumbs video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  background:#0f141c;
}

@media(max-width:1100px){
  body.resource-layout.variant34-extra .condition-v03{
    grid-template-columns:1fr;
  }

  body.resource-layout.variant34-extra .condition-v03-gallery{
    grid-column:auto;
    grid-row:auto;
  }
}

@media(max-width:700px){
  body.resource-layout.variant34-extra .condition-v03-section{
    padding:44px 0;
  }

  body.resource-layout.variant34-extra .condition-v03-gallery{
    grid-template-columns:1fr;
  }

  body.resource-layout.variant34-extra .condition-v03-stage{
    margin:0 14px;
    min-height:320px;
  }

  body.resource-layout.variant34-extra .condition-v03-stage img{
    min-height:320px;
  }

  body.resource-layout.variant34-extra .condition-v03-controls{
    grid-column:1;
    grid-row:auto;
    grid-template-columns:40px 1fr 40px;
    grid-template-rows:auto;
    padding:14px;
  }

  body.resource-layout.variant34-extra .condition-v03-thumbs{
    grid-template-columns:repeat(4,1fr);
  }
}

/* Variant 34 lisa, revised: materials are below the black metric strip. */
body.resource-layout.variant34-extra{
  --shell:min(1780px,calc(100vw - 40px));
  --resource-hero-h:600px;
  --resource-media-h:520px;
}
body.resource-layout.variant34-extra .hero-grid{
  grid-template-columns:260px minmax(0,1fr);
  gap:18px;
}
body.resource-layout.variant34-extra .media-wrap{
  width:100%;
}
body.resource-layout.variant34-extra .media-frame{
  height:var(--resource-media-h);
}
body.resource-layout.variant34-extra .resource-panel{
  height:auto;
}

body.resource-layout.variant34-extra .moved-materials{
  background:#f7f9fc;
  border-top:1px solid #e2e7ef;
  border-bottom:1px solid #e2e7ef;
}
body.resource-layout.variant34-extra .moved-materials .section-head{
  max-width:820px;
  margin:0 auto 28px;
}
body.resource-layout.variant34-extra .resource-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
body.resource-layout.variant34-extra .resource-card{
  display:block;
  overflow:hidden;
  padding:0;
  text-align:left;
  border:1px solid #dfe6ef;
  border-radius:8px;
  background:#fff;
  color:#111827;
  cursor:pointer;
  box-shadow:0 16px 38px rgba(14,25,45,.08);
  font:inherit;
  transition:transform .18s ease,box-shadow .18s ease;
}
body.resource-layout.variant34-extra .resource-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 52px rgba(14,25,45,.14);
}
body.resource-layout.variant34-extra .resource-media{
  display:block;
  height:180px;
  position:relative;
  overflow:hidden;
  background:#10151d;
}
body.resource-layout.variant34-extra .resource-media img,
body.resource-layout.variant34-extra .resource-media video{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.resource-layout.variant34-extra .resource-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.28));
  pointer-events:none;
}
body.resource-layout.variant34-extra .resource-copy{
  display:block;
  padding:18px;
}
body.resource-layout.variant34-extra .resource-copy .num{
  display:inline-flex;
  width:28px;
  height:28px;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  border-radius:50%;
  background:#eef0ff;
  color:#6046ff;
  font-size:12px;
  font-weight:950;
}
body.resource-layout.variant34-extra .resource-copy strong{
  display:block;
  font-size:18px;
  line-height:1.22;
}
body.resource-layout.variant34-extra .resource-copy small{
  display:block;
  margin-top:8px;
  color:#536071;
  line-height:1.4;
}

body.resource-layout.variant34-extra .feature-grid{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:32px;
  align-items:center;
}
body.resource-layout.variant34-extra .two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
body.resource-layout.variant34-extra .panel,
body.resource-layout.variant34-extra .image-card{
  border:1px solid #e2e7ef;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 44px rgba(14,25,45,.07);
}
body.resource-layout.variant34-extra .panel{
  padding:30px;
}
body.resource-layout.variant34-extra .image-card{
  overflow:hidden;
  margin:0;
}
body.resource-layout.variant34-extra .image-card img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
}
body.resource-layout.variant34-extra .summary-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}
body.resource-layout.variant34-extra .summary-list div{
  border:1px solid #e2e7ef;
  border-radius:8px;
  padding:16px;
  background:#fbfcfe;
}
body.resource-layout.variant34-extra .summary-list strong{
  display:block;
  font-size:18px;
}
body.resource-layout.variant34-extra .summary-list span{
  color:#536071;
  font-size:13px;
}
body.resource-layout.variant34-extra .soft-band{
  background:linear-gradient(180deg,#fff,#f7f9fc);
}
body.resource-layout.variant34-extra .note{
  border-left:4px solid #6046ff;
  border-radius:8px;
  background:#f4f2ff;
  padding:18px 20px;
  color:#172033;
  font-weight:800;
}
body.resource-layout.variant34-extra .gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
body.resource-layout.variant34-extra .scan-stage-grid{
  grid-template-columns:minmax(520px,.92fr) minmax(430px,1fr);
}
body.resource-layout.variant34-extra .scan-stage-gallery{
  grid-template-columns:repeat(2,minmax(0,1fr));
  width:min(100%,660px);
  justify-self:center;
  margin-left:clamp(18px,3vw,56px);
}
body.resource-layout.variant34-extra .scan-stage-gallery img{
  height:220px;
}
body.resource-layout.variant34-extra .gallery.four{
  grid-template-columns:repeat(4,1fr);
}
body.resource-layout.variant34-extra .gallery.lower-gallery{
  margin-top:24px;
  grid-template-columns:repeat(5,1fr);
}
body.resource-layout.variant34-extra .gallery figure{
  margin:0;
  overflow:hidden;
  border:1px solid #e2e7ef;
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(14,25,45,.06);
}
body.resource-layout.variant34-extra .gallery img{
  width:100%;
  height:210px;
  object-fit:cover;
}
body.resource-layout.variant34-extra .gallery figcaption{
  padding:11px 13px;
  color:#536071;
  font-size:13px;
  font-weight:800;
}
body.resource-layout.variant34-extra .photogrammetry-head{
  max-width:980px;
  margin-inline:auto;
}
body.resource-layout.variant34-extra .photogrammetry-head p:not(.kicker){
  max-width:940px;
  margin-left:auto;
  margin-right:auto;
}
body.resource-layout.variant34-extra .photogrammetry-head a{
  color:#6046ff;
  font-weight:900;
}
body.resource-layout.variant34-extra .final-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
body.resource-layout.variant34-extra .final-gallery img{
  width:100%;
  height:190px;
  object-fit:cover;
  border:1px solid #e2e7ef;
  border-radius:8px;
  box-shadow:0 12px 28px rgba(14,25,45,.08);
}

@media(max-width:1500px){
  body.resource-layout.variant34-extra .hero-grid{
    grid-template-columns:248px minmax(0,1fr);
  }
  body.resource-layout.variant34-extra .resource-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:980px){
  body.resource-layout.variant34-extra .feature-grid,
  body.resource-layout.variant34-extra .two-col{
    grid-template-columns:1fr;
  }
  body.resource-layout.variant34-extra .scan-stage-gallery{
    margin-left:0;
    width:100%;
  }
  body.resource-layout.variant34-extra .summary-list,
  body.resource-layout.variant34-extra .gallery,
  body.resource-layout.variant34-extra .gallery.four,
  body.resource-layout.variant34-extra .gallery.lower-gallery,
  body.resource-layout.variant34-extra .final-gallery{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  body.resource-layout.variant34-extra .resource-card-grid,
  body.resource-layout.variant34-extra .summary-list,
  body.resource-layout.variant34-extra .gallery,
  body.resource-layout.variant34-extra .gallery.four,
  body.resource-layout.variant34-extra .gallery.lower-gallery,
  body.resource-layout.variant34-extra .final-gallery{
    grid-template-columns:1fr;
  }
  body.resource-layout.variant34-extra .scan-stage-gallery img{
    height:240px;
  }
}

.resource-quality{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:16px;
  font-size:13px;
  font-weight:900;
  color:#172033;
}
.resource-quality[hidden]{
  display:none;
}
.resource-quality select{
  height:34px;
  border:1px solid #d7dee8;
  border-radius:8px;
  background:#fff;
  padding:0 28px 0 10px;
  font:inherit;
  color:#172033;
}
.resource-quality select:disabled{
  opacity:.78;
  cursor:not-allowed;
}

/* The condition video belongs with the condition explanation, not in the general materials row. */
body.resource-layout.variant34-extra .condition-section{
  border-top:1px solid #e2e7ef;
  border-bottom:1px solid #e2e7ef;
}
body.resource-layout.variant34-extra .condition-layout{
  display:grid;
  grid-template-columns:minmax(360px,.72fr) minmax(560px,1.28fr);
  gap:34px;
  align-items:stretch;
}
body.resource-layout.variant34-extra .condition-copy{
  align-self:center;
}
body.resource-layout.variant34-extra .condition-video-panel{
  align-self:center;
  padding:18px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(121,128,137,.92),rgba(151,157,164,.86));
  box-shadow:0 24px 64px rgba(14,25,45,.18);
}
body.resource-layout.variant34-extra .condition-video-panel h3{
  margin:0 0 8px;
  color:#fff;
  font-size:17px;
  letter-spacing:.08em;
  line-height:1.15;
  text-transform:uppercase;
}
body.resource-layout.variant34-extra .condition-video-panel p{
  margin:0 0 14px;
  color:#fff;
  font-size:15px;
  line-height:1.35;
}
body.resource-layout.variant34-extra .condition-video-card{
  display:grid;
  grid-template-columns:minmax(290px,.95fr) minmax(360px,1.05fr);
  min-height:270px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  border-radius:8px;
  background:#10151d;
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 16px 42px rgba(0,0,0,.22);
  font:inherit;
  transition:transform .18s ease,box-shadow .18s ease;
}
body.resource-layout.variant34-extra .condition-video-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 56px rgba(0,0,0,.28);
}
body.resource-layout.variant34-extra .condition-video-media{
  position:relative;
  display:block;
  min-height:270px;
  background:#10151d;
  overflow:hidden;
}
body.resource-layout.variant34-extra .condition-video-media video{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.resource-layout.variant34-extra .condition-video-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.34));
  pointer-events:none;
}
body.resource-layout.variant34-extra .condition-video-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
}
body.resource-layout.variant34-extra .condition-video-copy .num{
  display:inline-flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:50%;
  background:#eef0ff;
  color:#6046ff;
  font-size:13px;
  font-weight:950;
}
body.resource-layout.variant34-extra .condition-video-copy strong{
  display:block;
  color:#fff;
  font-size:clamp(21px,1.35vw,27px);
  line-height:1.12;
}
body.resource-layout.variant34-extra .condition-video-copy small{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:15px;
  line-height:1.45;
}
body.resource-layout.variant34-extra .condition-gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:22px;
}
body.resource-layout.variant34-extra .condition-gallery figure{
  margin:0;
  overflow:hidden;
  border:1px solid #e2e7ef;
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(14,25,45,.06);
}
body.resource-layout.variant34-extra .condition-gallery img{
  width:100%;
  height:220px;
  object-fit:cover;
}
body.resource-layout.variant34-extra .condition-gallery figcaption{
  padding:11px 13px;
  color:#536071;
  font-size:13px;
  font-weight:800;
}

@media(max-width:1200px){
  body.resource-layout.variant34-extra .condition-layout{
    grid-template-columns:1fr;
  }
}
@media(max-width:980px){
  body.resource-layout.variant34-extra .condition-video-card{
    grid-template-columns:1fr;
  }
  body.resource-layout.variant34-extra .condition-gallery{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:640px){
  body.resource-layout.variant34-extra .condition-gallery{
    grid-template-columns:1fr;
  }
}

/* Variant 34 lisa: keep the black metric strip high while enlarging the center image horizontally. */
body.resource-layout.variant34-extra{
  --shell:min(1780px,calc(100vw - 40px));
  --resource-hero-h:600px;
  --resource-media-h:520px;
}
body.resource-layout.variant34-extra .resource-hero{
  height:var(--resource-hero-h);
  min-height:var(--resource-hero-h);
}
body.resource-layout.variant34-extra .hero-grid{
  grid-template-columns:260px minmax(0,1080px) minmax(340px,390px);
  gap:18px;
  align-items:center;
  width:var(--shell);
  padding:0;
}
body.resource-layout.variant34-extra .hero-copy{
  max-width:270px;
  transform:translateX(-52px);
}
body.resource-layout.variant34-extra .hero-copy h1{
  font-size:clamp(32px,1.95vw,38px);
  line-height:1.05;
  margin:13px 0 11px;
}
body.resource-layout.variant34-extra .hero-copy p{
  max-width:30ch;
  font-size:13px;
  line-height:1.4;
}
body.resource-layout.variant34-extra .hero-actions{
  margin-top:15px;
  gap:8px;
}
body.resource-layout.variant34-extra .hero-actions .button{
  min-height:42px;
  padding:0 15px;
  font-size:14px;
  white-space:nowrap;
}
body.resource-layout.variant34-extra .hero-badges{
  max-width:258px;
  margin-top:12px;
  gap:6px;
}
body.resource-layout.variant34-extra .hero-badges span{
  min-height:31px;
  padding:5px 8px;
  font-size:11px;
}
body.resource-layout.variant34-extra .hero-badges b{
  font-size:13px;
}
body.resource-layout.variant34-extra .media-wrap,
body.resource-layout.variant34-extra .resource-panel,
body.resource-layout.variant34-extra.video-mode .video-window-panel{
  width:100%;
}
body.resource-layout.variant34-extra .media-frame{
  height:var(--resource-media-h);
}
body.resource-layout.variant34-extra .resource-panel{
  height:var(--resource-media-h);
  align-self:center;
}
body.resource-layout.variant34-extra.link-mode .link-panel{
  grid-template-columns:minmax(0,1fr) 150px;
  grid-template-rows:auto auto repeat(4,1fr);
  gap:8px;
}
body.resource-layout.variant34-extra.link-mode .resource-link{
  padding:10px 12px;
}
body.resource-layout.variant34-extra.video-mode .video-window-panel{
  grid-template-rows:auto auto repeat(4,minmax(0,1fr));
  gap:8px;
  padding:10px;
}
body.resource-layout.variant34-extra.video-mode .video-window{
  grid-template-columns:108px 1fr;
}
body.resource-layout.variant34-extra .metric-strip .metric{
  padding:4px 28px;
}
body.resource-layout.variant34-extra .metric strong{
  font-size:18px;
  line-height:1.05;
}
body.resource-layout.variant34-extra .metric small{
  font-size:11px;
}

@media(max-width:1500px){
  body.resource-layout.variant34-extra{
    --shell:calc(100vw - 34px);
    --resource-hero-h:584px;
    --resource-media-h:500px;
  }
  body.resource-layout.variant34-extra .hero-grid{
    grid-template-columns:248px minmax(0,1fr) minmax(320px,370px);
    gap:16px;
  }
  body.resource-layout.variant34-extra .hero-copy{
    transform:translateX(-38px);
    max-width:258px;
  }
}
@media(max-width:1200px){
  body.resource-layout.variant34-extra{
    --resource-hero-h:auto;
  }
  body.resource-layout.variant34-extra .resource-hero{
    height:auto;
    min-height:auto;
  }
  body.resource-layout.variant34-extra .hero-grid{
    grid-template-columns:1fr;
    width:100%;
    padding:24px 0;
  }
  body.resource-layout.variant34-extra .hero-copy{
    transform:none;
    max-width:740px;
  }
  body.resource-layout.variant34-extra .resource-panel,
  body.resource-layout.variant34-extra.video-mode .video-window-panel{
    height:auto;
  }
}

/* FINAL LOWER MATERIAL FIX */
body.resource-layout.variant34-extra .top-materials-panel{
  grid-template-columns:minmax(0,1fr) 150px!important;
  grid-template-rows:auto auto repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}
body.resource-layout.variant34-extra .top-materials-panel h2{
  line-height:normal!important;
}
body.resource-layout.variant34-extra .top-materials-panel .panel-note{
  line-height:1.4!important;
  font-size:13px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link{
  display:block!important;
  position:relative!important;
  padding:10px 12px!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link .num{
  position:static!important;
  width:24px!important;
  height:24px!important;
  margin:0 0 8px!important;
  box-shadow:none!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link strong{
  line-height:1.2!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-link small{
  margin-top:6px!important;
  line-height:1.35!important;
}
body.resource-layout.variant34-extra .top-materials-panel .resource-video-tile img[src*="meshData360"]{
  inset:6px!important;
  width:calc(100% - 12px)!important;
  height:calc(100% - 12px)!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-card{
  position:relative!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media{
  height:245px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img,
body.resource-layout.variant34-extra .moved-materials .resource-media video{
  object-fit:cover;
}
body.resource-layout.variant34-extra .moved-materials .resource-media img[src*="meshData360"]{
  object-fit:contain!important;
  padding:0!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy{
  position:relative!important;
  padding:16px 18px 18px!important;
}
body.resource-layout.variant34-extra .moved-materials .resource-copy .num{
  position:absolute!important;
  top:-232px!important;
  left:16px!important;
  z-index:3!important;
  margin:0!important;
  box-shadow:0 10px 22px rgba(14,25,45,.14)!important;
}

