@font-face{font-family:Alexandria;src:url(../fonts/alexandria-variable.woff2) format("woff2-variations");font-style:normal;font-weight:100 900;font-display:swap}:root{--oxford: #06182d;--oxford-2: #0b2847;--white: #ffffff;--bone: #f5f5f2;--black: #000000;--ink: #101722;--muted: #5f6670;--line: rgba(6, 24, 45, .14);--glass-light: rgba(255, 255, 255, .76);--glass-dark: rgba(6, 24, 45, .68);--radius-sm: 12px;--radius-md: 22px;--radius-lg: 36px;--shadow: 0 24px 70px rgba(4, 17, 33, .14);--container: min(1380px, calc(100vw - 48px) );--font: "Alexandria", "Avenir Next", "Segoe UI", Arial, Helvetica, sans-serif;--ease: cubic-bezier(.2, .8, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bone);font-family:var(--font);line-height:1.65;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #4e9cca;outline-offset:4px}.skip-link{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-140%);padding:12px 18px;border-radius:999px;background:var(--white);color:var(--oxford);font-weight:700}.skip-link:focus{transform:translateY(0)}.container{width:var(--container);margin-inline:auto}.container--narrow{width:min(820px,calc(100vw - 48px));margin-inline:auto}.section{position:relative;padding:clamp(72px,9vw,144px) 0;overflow:clip}.section--compact{padding:clamp(52px,6vw,92px) 0}.section--dark{background:var(--oxford);color:var(--white)}.section--white{background:var(--white)}.section--bone{background:var(--bone)}.eyebrow{margin:0 0 18px;color:inherit;font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow--muted{opacity:.62}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:inherit;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,6vw,6.6rem)}h2{font-size:clamp(2rem,4vw,4rem)}h3{font-size:clamp(1.25rem,2vw,2rem)}p{font-size:clamp(1rem,1.2vw,1.12rem)}.lead{max-width:760px;font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.6;color:var(--muted)}.section--dark .lead{color:#ffffffb8}.section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.7fr);gap:clamp(32px,6vw,90px);align-items:end;margin-bottom:clamp(42px,6vw,80px)}.section-heading p{margin-bottom:0;color:var(--muted)}.section--dark .section-heading p{color:#ffffffb3}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:1px solid transparent;border-radius:999px;font-size:.92rem;font-weight:800;line-height:1;cursor:pointer;transition:transform .28s var(--ease),background .28s,color .28s,border-color .28s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--oxford);color:var(--white)}.button--primary:hover{background:var(--oxford-2)}.button--light{background:var(--white);color:var(--oxford)}.button--glass{background:#ffffff1f;border-color:#ffffff47;color:var(--white);backdrop-filter:blur(16px)}.button--small{min-height:42px;padding:11px 17px;font-size:.84rem}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:.94rem}.text-link span{transition:transform .25s var(--ease)}.text-link:hover span{transform:translate(3px,-3px)}.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:88px;color:var(--white);transition:height .3s var(--ease),color .3s,background .3s,border-color .3s,box-shadow .3s}.site-header:before{content:"";position:absolute;inset:10px 18px;border-radius:24px;background:#06182d26;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(18px);transition:inset .3s var(--ease),background .3s,border-color .3s,box-shadow .3s}.site-header.is-scrolled{height:74px;color:var(--oxford)}.site-header.is-scrolled:before{inset:0;border-radius:0;background:#ffffffe8;border-color:#06182d17;box-shadow:0 8px 30px #06182d14}.site-header__inner{position:relative;z-index:1;height:100%;width:min(1480px,calc(100vw - 42px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{width:138px;flex:0 0 auto}.brand img{width:100%;height:auto}.brand__dark,.site-header.is-scrolled .brand__light{display:none}.site-header.is-scrolled .brand__dark{display:block}.desktop-nav{display:flex;align-items:center;gap:clamp(20px,2.3vw,38px)}.desktop-nav a{font-size:.9rem;font-weight:700;opacity:.9}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{opacity:1}.header-actions{display:flex;align-items:center;gap:10px}.site-header.is-scrolled .button--glass{background:var(--oxford);border-color:var(--oxford);color:var(--white)}.lang-toggle,.menu-toggle{min-width:44px;min-height:44px;border:0;border-radius:50%;background:transparent;color:inherit;font-weight:800;cursor:pointer}.menu-toggle{display:none;position:relative}.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";position:absolute;left:12px;right:12px;height:2px;background:currentColor;transition:.25s var(--ease)}.menu-toggle span{top:21px}.menu-toggle:before{top:15px}.menu-toggle:after{top:27px}.menu-toggle[aria-expanded=true] span{opacity:0}.menu-toggle[aria-expanded=true]:before{top:21px;transform:rotate(45deg)}.menu-toggle[aria-expanded=true]:after{top:21px;transform:rotate(-45deg)}.mobile-nav{position:fixed;inset:0;z-index:900;display:grid;align-content:center;padding:110px 28px 48px;background:#06182df5;color:var(--white);visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}.mobile-nav[aria-hidden=false]{visibility:visible;opacity:1}.mobile-nav__links{display:grid;gap:18px}.mobile-nav__links a{font-size:clamp(1.8rem,8vw,3.4rem);font-weight:700;line-height:1.15}.mobile-nav__actions{margin-top:36px;display:flex;flex-wrap:wrap;gap:12px}.hero{min-height:100dvh;position:relative;display:grid;align-items:end;color:var(--white);background:var(--oxford);overflow:clip}.hero__background{position:absolute;inset:0}.hero__background picture,.hero__background img{width:100%;height:100%}.hero__background img{object-fit:cover;object-position:center 52%;transform:scale(1.02);animation:hero-settle 1.4s var(--ease) forwards}.hero__veil{position:absolute;inset:0;background:linear-gradient(180deg,#030b161f 20%,#030b16d1)}.hero__grid{position:relative;z-index:2;width:var(--container);margin:0 auto;padding:150px 0 clamp(56px,8vw,110px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:60px;align-items:end}.hero__copy h1{max-width:980px;margin-bottom:28px}.hero__copy p{max-width:760px;color:#ffffffc7;font-size:clamp(1.08rem,1.5vw,1.32rem)}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero__aside{justify-self:end;max-width:360px;padding:24px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(18px)}.hero__aside strong{display:block;font-size:1.1rem;margin-bottom:8px}.hero__aside p{margin:0;font-size:.92rem;color:#ffffffb8}.hero__scroll{position:absolute;right:30px;bottom:26px;z-index:3;display:flex;align-items:center;gap:10px;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;transform:rotate(90deg);transform-origin:right bottom}@keyframes hero-settle{to{transform:scale(1)}}.page-hero{min-height:76dvh;display:grid;align-items:end;position:relative;overflow:clip;color:var(--white);background:var(--oxford)}.page-hero__media{position:absolute;inset:0}.page-hero__media img{width:100%;height:100%;object-fit:cover}.page-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#06182d2e,#06182de0)}.page-hero__content{position:relative;z-index:1;width:var(--container);margin:auto;padding:160px 0 72px}.page-hero__content h1{max-width:1000px;margin-bottom:22px}.page-hero__content .lead{color:#ffffffbd;max-width:750px}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.project-card{overflow:hidden;border-radius:var(--radius-lg);background:var(--white);box-shadow:0 18px 45px #06182d14}.project-card__media{position:relative;aspect-ratio:16/10;overflow:hidden}.project-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.project-card:hover .project-card__media>img{transform:scale(1.035)}.project-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(2,11,20,.75))}.project-card__identity{position:absolute;z-index:2;left:26px;bottom:24px;width:150px;max-height:75px;display:flex;align-items:center}.project-card--matajer .project-card__identity{width:190px}.project-card__identity img{max-height:65px;width:auto}.project-card__content{padding:clamp(26px,3vw,42px)}.project-card__content h3{margin-bottom:16px;max-width:640px}.project-card__content>p{color:var(--muted)}.project-card__highlights{list-style:none;padding:0;margin:26px 0;display:grid;gap:10px}.project-card__highlights li{padding-left:20px;position:relative;font-size:.95rem}.project-card__highlights li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--oxford)}.project-card__actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.compare-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:620px;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.compare-nav{padding:28px;background:var(--oxford);color:var(--white);display:flex;flex-direction:column;gap:10px}.compare-nav button{text-align:left;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.16);color:inherit;background:transparent;cursor:pointer;font-weight:800}.compare-nav button.is-active{background:var(--white);color:var(--oxford)}.compare-panel{padding:clamp(32px,5vw,72px)}.compare-panel[hidden]{display:none}.compare-panel__top{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.compare-panel__media{border-radius:24px;overflow:hidden;aspect-ratio:4/3}.compare-panel__media img{width:100%;height:100%;object-fit:cover}.compare-list{list-style:none;padding:0;margin:34px 0 0;border-top:1px solid var(--line)}.compare-list li{display:grid;grid-template-columns:190px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.compare-list strong{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.perspective-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:clamp(42px,8vw,120px);align-items:center}.perspective-copy h2{max-width:850px}.principles{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.principle{padding-top:20px;border-top:1px solid var(--line)}.principle strong{display:block;margin-bottom:8px}.principle p{color:var(--muted);font-size:.95rem}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff29;border:1px solid rgba(255,255,255,.16);border-radius:24px;overflow:hidden}.metric-card{padding:clamp(24px,3vw,44px);background:var(--white);min-height:180px;display:flex;flex-direction:column;justify-content:space-between}.metric-card strong{display:block;font-size:clamp(2rem,4vw,4.6rem);line-height:1;letter-spacing:-.06em;color:var(--oxford)}.metric-card span{color:var(--muted);font-size:.92rem}.metric-card--dark{background:#ffffff0f}.metric-card--dark strong{color:var(--white)}.metric-card--dark span{color:#ffffffad}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.audience-card{min-height:320px;padding:28px;border-radius:24px;background:#ffffffb8;border:1px solid rgba(6,24,45,.1);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:space-between}.audience-card span{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.audience-card p{color:var(--muted)}.audience-card:hover{transform:translateY(-4px);transition:.28s var(--ease)}.contact-shell{position:relative;border-radius:var(--radius-lg);overflow:hidden;color:var(--white);background:var(--oxford);padding:clamp(32px,5vw,70px)}.contact-shell:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-160px;top:-220px;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%)}.contact-shell__grid{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(42px,8vw,110px);align-items:start}.contact-links{margin-top:32px;display:grid;gap:12px}.contact-links a,.contact-links button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:14px 18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:#ffffff0f;color:var(--white);cursor:pointer}.contact-links span:last-child{opacity:.65}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field--full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:52px;padding:13px 15px;border-radius:14px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:var(--white)}.field select option{color:var(--ink)}.field textarea{min-height:118px;resize:vertical}.field input::placeholder,.field textarea::placeholder{color:#ffffff8c}.field [aria-invalid=true]{border-color:#ff9a9a}.field-error{min-height:1em;color:#ffd1d1;font-size:.78rem}.form-note{color:#ffffff9e;font-size:.78rem}.error-summary{margin-bottom:16px;padding:12px 14px;border-radius:12px;background:#b9202533}.form-status{margin-top:16px;padding:12px 14px;border-radius:12px;min-height:0}.form-status[data-state=pending]{background:#f2c6271f}.form-status[data-state=error]{background:#b920252e}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.track-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.track-card{position:relative;min-height:460px;border-radius:28px;overflow:hidden;color:var(--white)}.track-card img{width:100%;height:100%;object-fit:cover}.track-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(4,15,27,.88))}.track-card__content{position:absolute;z-index:2;inset:auto 26px 24px}.track-card__content p{margin-bottom:0;color:#ffffffb3}.logo-wall{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.partner-card{min-height:210px;padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--white)}.partner-card__logo{height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.partner-card__logo img{max-height:72px;max-width:170px;object-fit:contain}.partner-card h3{font-size:1.05rem;margin-bottom:6px}.partner-card p{color:var(--muted);font-size:.84rem;margin-bottom:0}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-auto-rows:320px;gap:16px}.gallery-grid figure{margin:0;border-radius:24px;overflow:hidden}.gallery-grid figure:first-child{grid-row:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item h3{margin:0;font-size:1rem}.faq-item button{width:100%;min-height:74px;padding:18px 0;display:flex;justify-content:space-between;align-items:center;background:transparent;border:0;color:inherit;text-align:left;cursor:pointer;font-weight:800}.faq-item button span:last-child{font-size:1.5rem;transition:transform .25s}.faq-item button[aria-expanded=true] span:last-child{transform:rotate(45deg)}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s var(--ease)}.faq-panel>p{overflow:hidden;color:var(--muted);max-width:850px}.faq-panel[aria-hidden=false]{grid-template-rows:1fr}.faq-panel[aria-hidden=false]>p{padding-bottom:24px}.empty-state{padding:clamp(48px,8vw,110px);text-align:center;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--white)}.empty-state h1,.empty-state h2{max-width:760px;margin-inline:auto}.empty-state p{max-width:660px;margin-inline:auto;color:var(--muted)}.site-footer{background:#020b15;color:var(--white);padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr .9fr;gap:48px}.footer-brand img{width:180px;margin-bottom:24px}.footer-brand p{color:#ffffff9e;max-width:410px}.footer-col h2{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.footer-col a,.footer-col button{display:block;color:#ffffffad;margin:10px 0;background:none;border:0;padding:0;cursor:pointer}.footer-bottom{margin-top:58px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#ffffff7a;font-size:.78rem}.mobile-cta{display:none;position:fixed;z-index:800;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));padding:8px;border-radius:18px;background:#ffffffe6;border:1px solid rgba(6,24,45,.12);backdrop-filter:blur(16px);box-shadow:0 16px 40px #06182d33}.mobile-cta a,.mobile-cta button{flex:1}.system-dialog{width:min(520px,calc(100vw - 32px));border:0;padding:0;border-radius:24px;box-shadow:0 30px 100px #00000047}.system-dialog::backdrop{background:#020b15b8;backdrop-filter:blur(4px)}.dialog-card{padding:30px}.dialog-card h2{font-size:1.7rem}.dialog-card p{color:var(--muted)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}@media(max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:block}.header-actions .button{display:none}.hero__grid,.section-heading,.perspective-grid,.contact-shell__grid{grid-template-columns:1fr}.hero__aside{justify-self:start}.metrics-grid,.audience-grid{grid-template-columns:repeat(2,1fr)}.track-grid{grid-template-columns:1fr 1fr}.track-card:last-child{grid-column:1/-1}.logo-wall{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){:root{--container: min(100% - 28px, 680px)}body{padding-bottom:84px}.section{padding:72px 0}.site-header{height:76px}.site-header:before{inset:8px;border-radius:20px}.site-header__inner{width:calc(100vw - 26px)}.brand{width:118px}.lang-toggle{display:none}.hero{min-height:92dvh}.hero__background img{object-position:center 55%}.hero__grid{padding:130px 0 46px;gap:30px}.hero__copy h1{font-size:clamp(2.7rem,13vw,4.7rem)}.hero__aside{max-width:none;padding:18px}.hero__scroll{display:none}.page-hero{min-height:72dvh}.page-hero__content{padding:130px 0 48px}.page-hero__content h1{font-size:clamp(2.5rem,12vw,4.4rem)}.project-grid,.compare-panel__top,.principles,.metrics-grid,.audience-grid,.track-grid,.logo-wall,.form-grid{grid-template-columns:1fr}.track-card:last-child{grid-column:auto}.compare-shell{grid-template-columns:1fr;min-height:0}.compare-nav{flex-direction:row;overflow:auto}.compare-nav button{min-width:190px}.compare-list li{grid-template-columns:1fr;gap:6px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:280px}.gallery-grid figure:first-child{grid-row:auto}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}.mobile-cta{display:flex;gap:8px}.field--full{grid-column:auto}}@media(max-width:390px){.button{width:100%}.hero__actions,.project-card__actions{display:grid;grid-template-columns:1fr;width:100%}.project-card__content{padding:24px}.audience-card{min-height:260px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}.about-hero .page-hero__media img{object-position:center;filter:brightness(.72) saturate(.8)}.about-hero .page-hero__media:after{background:linear-gradient(90deg,#06182deb,#06182d99 52%,#06182d47)}.editorial-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.editorial-principle{min-height:310px;padding:28px;border-top:3px solid var(--oxford);background:var(--white)}.editorial-principle__number{display:block;margin-bottom:70px;font-size:.82rem;font-weight:800;letter-spacing:.14em}.editorial-principle p{color:var(--muted);font-size:.96rem}.approach-timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.approach-step{position:relative;padding:38px 26px 12px 0}.approach-step:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:var(--oxford)}.approach-step span{display:block;margin-bottom:34px;font-size:.75rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.projects-intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(38px,8vw,110px);align-items:start}.projects-intro__statement{position:sticky;top:120px}.pathway-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.pathway-card{min-height:280px;border:1px solid var(--line);border-radius:24px;padding:28px;background:var(--white);display:flex;flex-direction:column;justify-content:space-between}.pathway-card p{color:var(--muted)}.updates-hero,.careers-hero,.contact-hero,.legal-hero{min-height:58dvh}.updates-list{display:grid;gap:22px}.update-card{display:grid;grid-template-columns:360px 1fr;gap:32px;padding:20px;border-radius:28px;background:var(--white)}.update-card img{width:100%;height:240px;object-fit:cover;border-radius:18px}.update-card h2{font-size:clamp(1.5rem,2.6vw,2.5rem)}.update-card p{color:var(--muted)}.careers-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(42px,8vw,110px)}.department-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.department-list div{padding:18px;border-radius:16px;background:var(--white);border:1px solid var(--line);font-weight:700}.placeholder-panel{padding:26px;border:1px dashed rgba(6,24,45,.35);border-radius:20px;background:#ffffff8c}.placeholder-panel strong{display:block;margin-bottom:8px}.placeholder-panel p{margin:0;color:var(--muted)}.contact-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-detail{min-height:220px;padding:28px;border-radius:22px;background:var(--white);border:1px solid var(--line)}.contact-detail span{display:block;margin-bottom:42px;color:var(--muted);font-size:.8rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.contact-detail strong{font-size:1.35rem}.legal-copy{display:grid;gap:38px}.legal-copy section{padding-bottom:34px;border-bottom:1px solid var(--line)}.legal-copy h2{font-size:clamp(1.5rem,2.6vw,2.4rem)}.legal-copy p,.legal-copy li{color:var(--muted)}.article-header{padding:160px 0 52px}.article-header h1{max-width:980px;font-size:clamp(2.6rem,5vw,5.4rem)}.article-deck{max-width:760px;color:var(--muted);font-size:1.25rem}.article-cover{width:min(1380px,calc(100vw - 48px));margin:0 auto 64px;max-height:720px;object-fit:cover;border-radius:30px}.article-body{width:min(820px,calc(100vw - 48px));margin:auto;padding-bottom:110px}.article-body p,.article-body li{color:var(--muted)}@media(max-width:900px){.editorial-principles,.approach-timeline,.projects-intro,.careers-grid,.contact-details-grid{grid-template-columns:1fr}.projects-intro__statement{position:static}.update-card{grid-template-columns:1fr}}@media(max-width:620px){.pathway-grid,.department-list{grid-template-columns:1fr}}.project-page{--project-accent: var(--white);--project-bg: #050505}.project-page--spade{--project-bg: #050505;--project-accent: #008aaa;--project-accent-2: #b92025}.project-page--matajer{--project-bg: #282828;--project-accent: #98b4c5;--project-cream: #f4ecce;--project-burgundy: #4a1212;--project-navy: #00263e}.project-hero{min-height:100dvh;position:relative;display:grid;align-items:end;color:var(--white);overflow:clip;background:var(--project-bg)}.project-hero__media{position:absolute;inset:0}.project-hero__media img{width:100%;height:100%;object-fit:cover}.project-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001f 10%,#000000d6)}.project-hero__content{position:relative;z-index:2;width:var(--container);margin:0 auto;padding:160px 0 62px}.project-hero__logo{max-width:250px;max-height:108px;margin-bottom:28px;object-fit:contain;object-position:left}.project-page--matajer .project-hero__logo{max-width:300px}.project-hero h1{max-width:1000px;font-size:clamp(2.8rem,6.4vw,7rem);margin-bottom:18px}.project-hero__lead{max-width:760px;color:#ffffffc7;font-size:clamp(1.08rem,1.6vw,1.35rem)}.project-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.project-hero__facts{margin-top:42px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(255,255,255,.18);border-radius:20px;overflow:hidden;background:#ffffff26;backdrop-filter:blur(18px)}.project-hero__fact{padding:20px;background:#050a1275}.project-hero__fact span{display:block;margin-bottom:7px;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#fff9}.project-hero__fact strong{font-size:1.02rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-tile{min-height:330px;padding:28px;border-radius:22px;background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column}.category-tile__index{margin-bottom:auto;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.13em}.category-tile p{color:var(--muted);font-size:.93rem}.project-page--spade .category-tile:nth-child(1){border-top:5px solid #776db2}.project-page--spade .category-tile:nth-child(2){border-top:5px solid #b92025}.project-page--spade .category-tile:nth-child(3){border-top:5px solid #008aaa}.project-page--spade .category-tile:nth-child(4){border-top:5px solid #2eb15c}.media-copy-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(38px,7vw,100px);align-items:center}.media-frame{border-radius:28px;overflow:hidden;min-height:580px}.media-frame img{width:100%;height:100%;object-fit:cover}.feature-list{list-style:none;padding:0;margin:36px 0 0}.feature-list li{padding:18px 0;border-bottom:1px solid currentColor;border-color:#06182d21;font-weight:700}.section--dark .feature-list li{border-color:#ffffff26}.progress-card{display:grid;grid-template-columns:.75fr 1.25fr;border-radius:28px;overflow:hidden;background:var(--white)}.progress-card__status{padding:clamp(28px,5vw,64px);background:var(--oxford);color:var(--white)}.progress-card__status strong{display:block;font-size:clamp(4rem,8vw,8rem);line-height:1;letter-spacing:-.07em}.progress-card__detail{padding:clamp(28px,5vw,64px)}.progress-card__detail p{color:var(--muted)}.project-disclaimer{margin-top:22px;padding:18px;border-radius:16px;font-size:.82rem;color:var(--muted);background:#06182d0d}.project-page--matajer .project-disclaimer{background:#4a121212}.zones-list{list-style:none;padding:0;margin:0;display:grid;gap:1px;border:1px solid rgba(255,255,255,.15);border-radius:24px;overflow:hidden}.zones-list li{display:grid;grid-template-columns:64px 1fr;gap:20px;align-items:center;padding:22px;background:#ffffff0f}.zones-list li span{color:var(--project-accent);font-weight:800;letter-spacing:.12em}.payment-panel{border-radius:30px;padding:clamp(32px,6vw,78px);color:var(--white);background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 50%),var(--project-navy, var(--oxford));position:relative;overflow:hidden}.payment-panel:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(255,255,255,.23),transparent 68%)}.payment-panel__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end}.payment-figure{font-size:clamp(4rem,10vw,10rem);font-weight:800;line-height:.9;letter-spacing:-.08em}.payment-figure small{display:block;margin-top:18px;font-size:1rem;letter-spacing:0}.plan-selector{display:grid;grid-template-columns:230px 1fr;border-radius:28px;overflow:hidden;background:var(--white);box-shadow:var(--shadow)}.plan-selector__tabs{padding:22px;background:var(--project-bg);color:var(--white)}.plan-selector__tabs button{width:100%;min-height:52px;margin-bottom:8px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:transparent;color:inherit;text-align:left;padding:14px;cursor:pointer}.plan-selector__tabs button.is-active{background:var(--white);color:var(--project-bg)}.plan-selector__view{min-height:620px;padding:24px;display:grid;place-items:center;overflow:auto}.plan-selector__view img{max-height:570px;object-fit:contain}.market-note{margin-top:22px;font-size:.8rem;color:#ffffff94}.project-final{min-height:620px;display:grid;align-items:end;position:relative;overflow:hidden;border-radius:32px;color:var(--white)}.project-final img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-final:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(2,9,16,.92))}.project-final__content{position:relative;z-index:1;padding:clamp(30px,6vw,76px);max-width:900px}@media(max-width:1000px){.project-hero__facts,.category-grid{grid-template-columns:repeat(2,1fr)}.media-copy-grid,.progress-card,.payment-panel__content,.plan-selector{grid-template-columns:1fr}.plan-selector__tabs{display:flex;overflow:auto}.plan-selector__tabs button{min-width:170px}}@media(max-width:620px){.project-hero{min-height:94dvh}.project-hero__content{padding:132px 0 44px}.project-hero__facts,.category-grid{grid-template-columns:1fr}.project-hero__actions{display:grid}.media-frame{min-height:380px}.payment-panel__content{gap:26px}.plan-selector__view{min-height:380px}}.video-placeholder{position:relative;min-height:560px;border-radius:30px;overflow:hidden;display:grid;place-items:center;color:var(--white);background:var(--project-bg)}.video-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.46}.video-placeholder:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000014,#000000bd)}.video-placeholder__content{position:relative;z-index:1;max-width:680px;padding:36px;text-align:center}.video-placeholder__play{width:76px;height:76px;margin:0 auto 24px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);background:#ffffff1f;backdrop-filter:blur(14px);font-size:1.4rem}.brochure-band{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;padding:clamp(30px,5vw,62px);border-radius:28px;background:var(--white);border:1px solid var(--line)}.brochure-band p{color:var(--muted);max-width:700px;margin-bottom:0}.project-brand-footer{background:var(--project-bg);color:var(--white);border-top:1px solid rgba(255,255,255,.12)}.project-brand-footer__inner{width:var(--container);margin:auto;min-height:180px;display:flex;align-items:center;justify-content:space-between;gap:32px}.project-brand-footer__inner img{width:210px;max-height:80px;object-fit:contain;object-position:left center}.project-brand-footer__inner p{margin:0;color:#ffffffa3;font-size:.9rem}@media(max-width:700px){.brochure-band{grid-template-columns:1fr}.project-brand-footer__inner{min-height:220px;flex-direction:column;align-items:flex-start;justify-content:center}}:root{--surface: #ffffff;--surface-muted: #f5f5f2;--surface-strong: #06182d;--text: #101722;--text-subtle: #4f5965;--border: rgba(6, 24, 45, .18);--focus: #0072a8;--error: #a3131b;--error-soft: #fff0f0;--warning: #6d4500;--warning-soft: #fff7df;--success: #17653a;--success-soft: #eaf7ef;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: 4rem;--space-7: 6rem;--radius-control: 12px;--radius-card: 20px;--content-readable: 72ch;--container: min(1320px, calc(100vw - 48px) )}html{scroll-padding-top:88px}body{font-size:1rem;line-height:1.62;color:var(--text);overflow-wrap:break-word}main:focus{outline:none}:target{scroll-margin-top:96px}h1{max-width:18ch;font-size:clamp(2.65rem,5.4vw,5.8rem);line-height:1.06}h2{max-width:24ch;font-size:clamp(2rem,3.6vw,3.55rem);line-height:1.12}h3{font-size:clamp(1.25rem,1.8vw,1.8rem);line-height:1.2}.lead{color:var(--text-subtle);line-height:1.58}.eyebrow{margin-bottom:.8rem;font-size:.875rem;font-weight:700;letter-spacing:0;text-transform:none;line-height:1.4}.optional{font-weight:400;color:var(--text-subtle)}.section{padding:clamp(4rem,7.5vw,7rem) 0}.section-heading{align-items:start;gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(2.5rem,5vw,4.5rem)}.section-heading>p{max-width:48ch}.container--narrow,.article-body{max-width:72ch}.button{min-height:48px;padding:.8rem 1.25rem;border-radius:var(--radius-control);font-size:.9375rem;font-weight:700;text-align:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.button--small{min-height:44px;padding:.7rem 1rem;font-size:.875rem}.button--primary{background:var(--oxford);border-color:var(--oxford);color:var(--white)}.button--primary:hover{background:#0b2a4b;border-color:#0b2a4b}.button:active{transform:translateY(1px)}.button:disabled,.button[aria-disabled=true]{opacity:.52;cursor:not-allowed;transform:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.text-link{min-height:44px;padding-block:.55rem;color:var(--oxford);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.28em}.section--dark .text-link,.project-final .text-link{color:var(--white)}.icon{width:1.25em;height:1.25em;flex:0 0 auto}.icon--play{width:2rem;height:2rem}.site-header:before,.button--glass,.hero__aside,.project-hero__facts,.mobile-cta{backdrop-filter:none;-webkit-backdrop-filter:none}.site-header:before{background:#06182de0}.site-header.is-scrolled:before{background:#fffffffa}.button--glass{background:#06182dc7;border-color:#ffffff70}.hero__aside,.project-hero__facts{background:#06182dd1}@supports ((backdrop-filter: blur(12px)) or (-webkit-backdrop-filter: blur(12px))){.site-header:before{background:#06182d94;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%)}.site-header.is-scrolled:before{background:#ffffffe6}.button--glass{background:#ffffff1f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero__aside,.project-hero__facts{background:#06182d85;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.mobile-cta{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}}.site-header:before{border-radius:18px}.site-header.is-scrolled:before{border-radius:0}.desktop-nav a{min-height:44px;display:inline-flex;align-items:center;position:relative}.desktop-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:currentColor}.mobile-nav{overflow-y:auto;overscroll-behavior:contain}.mobile-nav__links a{min-height:52px;display:flex;align-items:center;font-size:clamp(1.65rem,7vw,2.8rem)}.project-card,.compare-shell,.contact-shell,.project-final,.progress-card,.plan-selector{border-radius:var(--radius-card)}.audience-card{min-height:290px;border-radius:var(--radius-card);background:var(--surface);backdrop-filter:none}.category-tile{min-height:285px;border-radius:var(--radius-card)}.metric-card{min-height:160px}.contact-detail{min-height:190px;border-radius:var(--radius-card)}.media-frame{min-height:clamp(360px,48vw,580px);border-radius:var(--radius-card)}.partner-card{border-radius:var(--radius-card)}.lead-form{position:relative}.no-js-note{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--warning-soft);color:var(--warning)}.js-enabled .no-js-note{display:none}.form-progress{display:grid;gap:.65rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:700}.form-progress__track{height:4px;border-radius:99px;background:#ffffff38;overflow:hidden}.form-progress__track>span{display:block;height:100%;width:50%;background:var(--white);transition:width .2s ease}.form-step[hidden]{display:none}.no-js .form-step{display:block!important}.form-step+.form-step{margin-top:2rem}.lead-form fieldset{min-width:0;margin:0;padding:0;border:0}.lead-form>.form-step>fieldset>legend{margin-bottom:.35rem;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;line-height:1.2}.form-grid{gap:1.25rem}.field label,.choice-group>legend{font-size:.9375rem;font-weight:700}.field input,.field select,.field textarea{min-height:52px;border-radius:var(--radius-control);border:2px solid transparent;background:var(--white);color:var(--text);box-shadow:inset 0 0 0 1px #06182d3d}.field input::placeholder,.field textarea::placeholder{color:#697481;opacity:1}.field input:hover,.field select:hover,.field textarea:hover{box-shadow:inset 0 0 0 1px #06182d7a}.field input[aria-invalid=true],.choice-group.has-error .choice-card span{border-color:var(--error);box-shadow:inset 0 0 0 1px var(--error)}.field-help{display:block;margin:0;color:#ffffffb8;font-size:.8125rem;line-height:1.5}.section--white .field-help,.section--bone .field-help{color:var(--text-subtle)}.field-error{min-height:1.25rem;color:#ffd6d6;font-size:.8125rem;font-weight:600}.choice-group{display:grid;gap:.65rem}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-card{position:relative;cursor:pointer}.choice-card input{position:absolute;inset:auto auto 1rem 1rem;width:1.1rem;height:1.1rem;accent-color:var(--oxford)}.choice-card span{min-height:72px;display:flex;flex-direction:column;justify-content:center;padding:.9rem .9rem .9rem 2.75rem;border:2px solid transparent;border-radius:var(--radius-control);background:var(--white);color:var(--text);box-shadow:inset 0 0 0 1px #06182d3d}.choice-card small{color:var(--text-subtle)}.choice-card input:checked+span{border-color:var(--oxford);box-shadow:inset 0 0 0 1px var(--oxford);background:#f2f6fa}.choice-card input:focus-visible+span{outline:3px solid var(--focus);outline-offset:3px}.form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.error-summary{margin-bottom:1.5rem;padding:1rem 1.15rem;border-left:5px solid var(--error);border-radius:var(--radius-control);background:var(--error-soft);color:var(--error)}.error-summary h3{margin-bottom:.5rem;font-size:1.05rem}.error-summary ul{margin:0;padding-left:1.25rem}.error-summary a{text-decoration:underline}.form-status{line-height:1.5}.compare-nav button,.plan-selector__tabs button{min-height:48px;border-radius:var(--radius-control)}.compare-nav button:focus-visible,.plan-selector__tabs button:focus-visible{outline-color:var(--white)}.plan-selector__tabs button:disabled{opacity:.55;cursor:not-allowed}.compare-list strong{letter-spacing:0;text-transform:none}img{image-rendering:auto}.display-contents{display:contents}.utility-screen{min-height:100dvh;display:grid;align-items:center;padding-top:140px}.empty-state--ink{color:var(--ink)}.hero__actions--center{justify-content:center}.page-hero__media img,.project-hero__media img,.project-card__media>img,.gallery-grid img,.track-card img{object-position:center}.article-cover{border-radius:var(--radius-card)}.footer-col h2{letter-spacing:0;text-transform:none;font-size:.9375rem}.footer-col a,.footer-col button{min-height:44px;display:flex;align-items:center;margin:0}.footer-col{display:grid;align-content:start;gap:.15rem}@media(hover:hover)and (pointer:fine){.button:hover{transform:translateY(-1px)}.project-card:hover .project-card__media>img{transform:scale(1.02)}.audience-card:hover{transform:translateY(-2px)}}@media(max-width:1100px){.section-heading,.choice-grid--three{grid-template-columns:1fr}}@media(max-width:760px){:root{--container: min(100% - 28px, 680px)}body{padding-bottom:82px}h1{font-size:clamp(2.35rem,11vw,4.1rem)}h2{font-size:clamp(1.8rem,8vw,2.8rem)}.section{padding:4rem 0}.site-header:before{border-radius:14px}.project-hero__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.project-hero__fact{padding:1rem}.project-hero__fact strong{font-size:.9rem}.choice-grid,.choice-grid--four{grid-template-columns:1fr}.form-actions{display:grid;grid-template-columns:1fr}.form-actions .button{width:100%}.mobile-cta{display:flex;min-height:64px;padding:.5rem;border-radius:14px;background:#fffffff7}.mobile-cta .button{min-height:48px}.contact-shell{padding:1.5rem}.contact-shell__grid{gap:2.5rem}}@media(max-width:390px){.button{width:auto}.hero__actions .button,.project-card__actions .button,.project-hero__actions .button{width:100%}.menu-toggle,.lang-toggle{width:44px}}@media(orientation:landscape)and (max-height:620px){.hero,.project-hero{min-height:720px}.mobile-nav{align-content:start;padding-top:92px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-reveal]{opacity:1!important;transform:none!important}}@media(prefers-contrast:more){:root{--border: rgba(6,24,45,.5);--text-subtle: #313943}.button--outline,.field input,.field select,.field textarea,.choice-card span{border-width:2px}.section--dark p,.project-hero__lead{color:#ffffffeb}}@media(forced-colors:active){.button,.choice-card span,.field input,.field select,.field textarea,.mobile-cta{forced-color-adjust:auto}.site-header:before,.hero__aside,.project-hero__facts{background:Canvas}[data-reveal]{opacity:1;transform:none}}@media print{.site-header,.mobile-nav,.mobile-cta,.hero__scroll,.project-hero__actions,.hero__actions,.form-actions,.site-footer{display:none!important}body{padding:0;background:#fff;color:#000}.hero,.page-hero,.project-hero,.section--dark{min-height:0;background:#fff!important;color:#000!important}.hero__background,.page-hero__media,.project-hero__media{display:none}.section{padding:2rem 0;break-inside:avoid}a[href]:after{content:" (" attr(href) ")";font-size:.8em}}[data-reveal],.js-enabled [data-reveal],.js-enabled [data-reveal].is-visible{opacity:1!important;transform:none!important}@media(max-width:760px){.mobile-cta{display:flex;opacity:0;transform:translateY(calc(100% + 24px));pointer-events:none;transition:opacity .2s ease,transform .2s ease}.show-mobile-cta .mobile-cta{opacity:1;transform:translateY(0);pointer-events:auto}.menu-open .mobile-cta,body:has(form :focus) .mobile-cta{opacity:0;transform:translateY(calc(100% + 24px));pointer-events:none}}:root{--container: min(1280px, calc(100vw - 64px) );--content-reading: 72ch;--radius-control: 12px;--radius-card: 22px;--section-space: clamp(72px, 8vw, 120px)}body{font-size:16px;line-height:1.65;overflow-wrap:break-word}.section{padding-block:var(--section-space)}.section--compact{padding-block:clamp(48px,6vw,80px)}h1,h2,h3{letter-spacing:-.025em;text-wrap:balance}h1{font-size:clamp(2.75rem,5.6vw,5.7rem)}h2{font-size:clamp(2rem,3.5vw,3.45rem)}h3{font-size:clamp(1.25rem,1.7vw,1.8rem)}p,li{text-wrap:pretty}.lead{max-width:66ch}.eyebrow,.footer-col h2,.compare-list strong,.project-hero__fact span{text-transform:none;letter-spacing:.035em}.eyebrow{font-size:.84rem;margin-bottom:14px}.section-heading{align-items:start;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:clamp(28px,5vw,72px);margin-bottom:clamp(36px,5vw,64px)}.section-heading>p{max-width:44ch}.button{min-height:48px;padding:12px 20px;border-radius:var(--radius-control);line-height:1.2;white-space:nowrap;text-align:center}.button--small{min-height:44px;padding:10px 16px}.button--outline{color:inherit}.button--soft{background:#06182d14;color:var(--oxford);border-color:transparent}.site-header{height:84px}.site-header__inner{width:min(1400px,calc(100vw - 48px))}.brand{width:150px;min-width:150px;display:grid;align-items:center;flex:0 0 auto}.brand img{width:100%;height:auto;max-height:64px;object-fit:contain;object-position:left center}.site-header.is-scrolled{height:72px}.header-actions{flex:0 0 auto}.header-actions .button{max-width:190px}.hero__grid--single{grid-template-columns:minmax(0,980px);justify-content:start}.hero__copy{max-width:980px}.hero__copy h1{max-width:880px}.hero__copy>p:not(.eyebrow){max-width:66ch}.hero__actions{gap:10px}.project-grid{align-items:stretch}.project-card{display:grid;grid-template-rows:auto 1fr;border-radius:var(--radius-card)}.project-card__content{display:flex;flex-direction:column}.project-card__actions{margin-top:auto;padding-top:4px}.project-card__identity{left:24px;bottom:20px}.perspective-frame{position:relative;min-height:560px;overflow:hidden;border-radius:var(--radius-card);background:#020b15;box-shadow:0 24px 70px #04112129}.perspective-frame picture,.perspective-frame img{width:100%;height:100%}.perspective-frame img{object-fit:cover;object-position:center}.perspective-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(2,11,21,.84));pointer-events:none}.perspective-frame__caption{position:absolute;z-index:1;inset:auto 28px 26px;max-width:34ch;color:#fff;font-weight:700;line-height:1.45}.logo-wall{gap:14px}.partner-card{min-height:230px;padding:18px;border-radius:var(--radius-card);display:flex;flex-direction:column}.partner-card__logo{height:108px;margin-bottom:20px;padding:18px;border-radius:14px;background:#07182c;border:1px solid rgba(255,255,255,.12)}.partner-card__logo img{width:100%;height:100%;max-height:78px;max-width:190px;object-fit:contain;object-position:center}.partner-card h3{margin-top:auto}.footer-brand__logo{width:176px!important;height:auto!important;max-height:90px;object-fit:contain;object-position:left center;margin-bottom:22px}.site-footer{padding-top:64px}.footer-grid{align-items:start}.footer-col h2{font-size:.86rem}.footer-col a,.footer-col button{width:fit-content}.simple-inquiry-form{margin-top:28px}.simple-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.simple-inquiry-form .field input,.simple-inquiry-form .field select,.simple-inquiry-form .field textarea{min-height:50px}.simple-inquiry-form .form-actions{justify-content:flex-start}.simple-inquiry-form .form-note{max-width:68ch}.contact-shell .simple-inquiry-form .button--outline{color:#fff;border-color:#ffffffad}.project-inquiry-section{background:var(--project-surface, var(--white))}.project-inquiry{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);min-height:620px;overflow:hidden;border-radius:28px;background:var(--project-form-bg, #fff);color:var(--project-form-text, var(--ink));box-shadow:0 22px 64px #05101d21}.project-inquiry__media{min-height:100%}.project-inquiry__media img{width:100%;height:100%;object-fit:cover}.project-inquiry__content{padding:clamp(30px,5vw,64px);align-self:center}.project-inquiry__content>p:not(.eyebrow){color:var(--project-form-muted, var(--muted))}.project-simple-form .field label{color:inherit}.project-simple-form .field input,.project-simple-form .field select{background:var(--project-input-bg, #fff);color:var(--project-form-text, var(--ink));border-color:var(--project-input-border, rgba(6,24,45,.22))}.project-simple-form .field input::placeholder{color:var(--project-form-muted, #66717e);opacity:1}.project-simple-form .form-note{color:var(--project-form-muted, var(--muted))}.project-simple-form .field-error{color:#a3272b}.project-page--spade{--project-bg: #000;--project-surface: #f7f7f7;--project-form-bg: #090909;--project-form-text: #fff;--project-form-muted: rgba(255,255,255,.7);--project-input-bg: rgba(255,255,255,.08);--project-input-border: rgba(255,255,255,.25)}.project-page--spade .section--bone{background:#f6f6f6}.project-page--spade .button--primary:hover{background:#202020;border-color:#202020}.project-page--spade .project-inquiry .button--primary{background:#fff;border-color:#fff;color:#000}.project-page--spade .project-inquiry .button--outline{color:#fff;border-color:#ffffffa6}.project-page--spade .project-disclaimer{background:#008aaa14}.project-page--spade .site-header:before{background:#00000094}.project-page--spade .site-header.is-scrolled:before{background:#fffffff0}.project-page--spade .mobile-nav{background:#000000fa}.project-page--matajer{--project-bg: #282828;--project-surface: #f6f5ee;--project-form-bg: #282828;--project-form-text: #f6f5ee;--project-form-muted: rgba(246,245,238,.72);--project-input-bg: rgba(246,245,238,.08);--project-input-border: rgba(246,245,238,.25)}.project-page--matajer .section--bone{background:#f6f5ee}.project-page--matajer .section--white{background:#fff}.project-page--matajer .button--light{background:#f4ecce;color:#282828}.project-page--matajer .project-inquiry .button--outline{color:#f6f5ee;border-color:#f6f5eea6}.project-page--matajer .site-header:before{background:#282828a8}.project-page--matajer .site-header.is-scrolled:before{background:#f6f5eef5}.project-page--matajer .site-header.is-scrolled{color:#282828}.project-page--matajer .mobile-nav{background:#282828fa}.project-hero__facts{border-radius:16px}.project-hero__fact{min-width:0}.project-brand-footer__inner img{height:auto;object-fit:contain}.plan-selector{grid-template-columns:180px minmax(0,1fr)}.plan-selector__tabs{display:grid;align-content:start}.plan-selector__tabs button{cursor:default}.status-panel{padding:28px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--white)}.status-panel h2{font-size:1.4rem}.status-panel p{max-width:var(--content-reading);margin-bottom:0;color:var(--muted)}.form-actions{align-items:center}.form-actions .button{min-width:132px}.contact-links a,.contact-links button,.lang-toggle,.menu-toggle{border-radius:var(--radius-control)}.mobile-cta{border-radius:16px}[dir=rtl] body{text-align:right}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3{letter-spacing:0;line-height:1.24}[dir=rtl] h1{max-width:20ch}[dir=rtl] .eyebrow{letter-spacing:0}[dir=rtl] .brand img,[dir=rtl] .footer-brand__logo,[dir=rtl] .project-hero__logo,[dir=rtl] .project-brand-footer__inner img{object-position:right center}[dir=rtl] .faq-item button,[dir=rtl] .plan-selector__tabs button,[dir=rtl] .field input,[dir=rtl] .field select,[dir=rtl] .field textarea{text-align:right}[dir=rtl] .field input[type=tel]{direction:ltr;text-align:right}[dir=rtl] .project-card__identity{right:24px;left:auto}[dir=rtl] .project-card__highlights li{padding-right:20px;padding-left:0}[dir=rtl] .project-card__highlights li:before{right:0;left:auto}[dir=rtl] .text-link .icon--arrow{transform:scaleX(-1)}[dir=rtl] .error-summary{border-right:5px solid var(--error);border-left:0}[dir=rtl] .error-summary ul{padding-right:1.25rem;padding-left:0}[dir=rtl] .approach-visual img{transform:scaleX(-1)}[dir=rtl] .partner-card h3,[dir=rtl] .project-hero__fact strong,[dir=rtl] .metric-card strong,[dir=rtl] .payment-figure{unicode-bidi:plaintext}[dir=rtl] .button{line-height:1.45}@media(hover:hover)and (pointer:fine){.button:hover{transform:translateY(-1px)}.project-card:hover .project-card__media>img{transform:scale(1.025)}}@media(max-width:1180px){.desktop-nav{display:none}.menu-toggle{display:block}.header-actions>.button{display:none}}@media(max-width:1000px){:root{--container: min( calc(100% - 40px) , 920px)}.section-heading,.perspective-grid,.project-inquiry{grid-template-columns:1fr}.section-heading>p{max-width:64ch}.perspective-frame{min-height:460px}.project-inquiry__media{min-height:420px}.project-inquiry__content{padding:36px}.logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){:root{--container: min( calc(100% - 28px) , 680px);--section-space: 64px}h1{font-size:clamp(2.55rem,12vw,4.15rem)}h2{font-size:clamp(1.85rem,8.5vw,3rem)}.site-header{height:72px}.site-header__inner{width:calc(100vw - 28px);gap:12px}.brand{width:126px;min-width:126px}.brand img{max-height:52px}.header-actions{gap:4px}.lang-toggle{display:none}.hero__grid{padding-top:122px}.hero__actions{display:grid;width:100%}.hero__actions .button{width:100%}.project-card__media{aspect-ratio:4 / 3}.perspective-frame{min-height:360px}.perspective-frame__caption{inset:auto 20px 18px}.simple-form-grid{grid-template-columns:1fr}.simple-inquiry-form .field--full{grid-column:auto}.simple-inquiry-form .form-actions{display:grid;grid-template-columns:1fr}.simple-inquiry-form .form-actions .button{width:100%}.project-inquiry__media{min-height:300px}.project-inquiry__content{padding:26px 22px 30px}.logo-wall{grid-template-columns:1fr 1fr}.partner-card{min-height:210px}.partner-card__logo{height:98px}.plan-selector{grid-template-columns:1fr}.plan-selector__tabs{display:block}.plan-selector__tabs button{margin:0}.footer-brand__logo{width:158px!important}}@media(max-width:420px){.logo-wall{grid-template-columns:1fr}.button{white-space:normal}.mobile-cta .button{padding-inline:10px;font-size:.82rem}}@media(orientation:landscape)and (max-height:560px)and (max-width:1000px){.hero,.project-hero{min-height:720px}.mobile-nav{align-content:start;overflow-y:auto}}@media(prefers-contrast:more){.button--outline,.field input,.field select,.partner-card,.status-panel{border-width:2px}.project-hero__lead,.section--dark .lead{color:#ffffffe6}}.section--dark .lead-form .button--outline{color:#fff;border-color:#ffffffb8;background:transparent}.section--dark .lead-form .button--outline:hover{background:#ffffff1a}.section--dark .lead-form .button--light{color:var(--oxford);background:#fff;border-color:#fff}.project-page--spade .site-header.is-scrolled .button--glass{background:#000;border-color:#000;color:#fff}.project-page--spade .mobile-nav .button--light{color:#000;background:#fff}.project-page--matajer .site-header.is-scrolled .button--glass{background:#4a1212;border-color:#4a1212;color:#fff}.project-page--matajer .mobile-nav .button--light{color:#282828;background:#f4ecce}.project-page--matajer .mobile-nav .button--outline{color:#f6f5ee;border-color:#f6f5eeb8}.project-page--matajer .category-tile{background:#f6f5ee}.project-page--matajer .project-disclaimer{color:#4a1212}.project-page--spade .project-disclaimer{color:#005e75}.partner-card__logo img{filter:none}@media(max-width:760px){.site-header__inner{align-items:center}.menu-toggle{flex:0 0 44px}.brand{overflow:visible}.brand img{display:block}}.section>.container.empty-state{width:min(calc(100vw - 48px),880px);max-width:calc(100vw - 48px)}@media(max-width:760px){.section>.container.empty-state{width:calc(100vw - 28px);max-width:calc(100vw - 28px);padding:32px 20px}}:root{--oxford: #06182d;--oxford-2: #0c2a4a;--surface: #ffffff;--surface-muted: #f5f5f2;--surface-strong: #06182d;--text: #101722;--text-subtle: #53606d;--border: rgba(6, 24, 45, .16);--focus: #1688bd;--error: #a3131b;--error-soft: #fff1f1;--success: #17653a;--success-soft: #eaf7ef;--warning: #6d4500;--warning-soft: #fff7df;--space-1: .5rem;--space-2: .75rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--space-6: 3rem;--space-7: 4rem;--space-8: 6rem;--radius-control: 12px;--radius-card: 20px;--radius-large: 28px;--section-space: clamp(4.5rem, 6.6vw, 6.5rem);--content-readable: 68ch;--container: min(1320px, calc(100vw - 48px) );--shadow-soft: 0 18px 48px rgba(4, 17, 33, .1);--shadow-elevated: 0 26px 72px rgba(4, 17, 33, .15)}html{scroll-padding-top:84px;background:var(--surface-muted)}body{color:var(--text);background:var(--surface-muted);font-family:var(--font);font-size:1rem;line-height:1.62}h1,h2,h3{letter-spacing:-.028em;text-wrap:balance;font-weight:600}h1{max-width:18ch;font-size:clamp(2.75rem,5.2vw,5.35rem);line-height:1.04}h2{max-width:22ch;font-size:clamp(2rem,3.5vw,3.45rem);line-height:1.1}h3{max-width:28ch;font-size:clamp(1.2rem,1.7vw,1.72rem);line-height:1.2}p,li{max-width:var(--content-readable)}p{font-size:clamp(.98rem,1vw,1.08rem)}.lead{max-width:60ch;color:var(--text-subtle);font-size:clamp(1.05rem,1.35vw,1.3rem);line-height:1.58}.eyebrow{margin-bottom:.75rem;font-size:.82rem;font-weight:600;letter-spacing:.02em;line-height:1.4;text-transform:none}.container{width:var(--container)}.container--narrow,.article-body{width:min(760px,calc(100vw - 48px));max-width:72ch}.section{padding-block:var(--section-space);overflow:clip}.section--compact{padding-block:clamp(3.25rem,5vw,5rem)}.section-heading{grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);align-items:start;gap:clamp(2rem,4vw,4.5rem);margin-bottom:clamp(2.25rem,4vw,3.75rem)}.section-heading>p{max-width:44ch;line-height:1.58}.button{min-height:48px;padding:.82rem 1.25rem;border-radius:var(--radius-control);font-size:.9rem;font-weight:600;line-height:1.2;white-space:nowrap;box-shadow:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:disabled,.button[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none}.button--small{min-height:44px;padding:.7rem 1rem;font-size:.84rem}.button--primary{background:var(--oxford);border-color:var(--oxford);color:#fff}.button--primary:hover{background:var(--oxford-2);border-color:var(--oxford-2)}.button--light{background:#fff;border-color:#fff;color:var(--oxford)}.button--outline{border-color:currentColor;background:transparent}.button--soft{background:#06182d14;border-color:transparent;color:var(--oxford)}.button--glass{background:#06182d7a;border-color:#ffffff61;color:#fff}.text-link{min-height:44px;padding-block:.55rem;gap:.45rem;color:var(--oxford);font-size:.9rem;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.28em}.section--dark .text-link,.project-final .text-link{color:#fff}.site-header{height:78px}.site-header:before{inset:8px 14px;border-radius:18px;background:#06182d94;border-color:#ffffff2e}.site-header.is-scrolled{height:68px;color:var(--oxford)}.site-header.is-scrolled:before{inset:0;border-radius:0;background:#fffffff5;border-color:#06182d1a;box-shadow:0 9px 30px #06182d14}.site-header__inner{width:min(1380px,calc(100vw - 40px));gap:1.5rem}.brand{width:122px;min-width:122px;height:54px;display:flex;align-items:center;overflow:hidden}.brand .brand__logo{width:100%;height:auto;max-height:54px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);transition:filter .2s ease}.site-header.is-scrolled .brand__logo{filter:none}.menu-open .brand__logo{filter:brightness(0) invert(1)!important}.desktop-nav{gap:clamp(1.1rem,2vw,2rem)}.desktop-nav a{font-size:.86rem;font-weight:500}.header-actions{gap:.5rem}.header-actions .button{max-width:170px}.site-header.is-scrolled .button--glass{background:var(--oxford);border-color:var(--oxford);color:#fff}.mobile-nav{padding:96px 24px calc(36px + env(safe-area-inset-bottom));background:#06182dfb}.mobile-nav__links{gap:.5rem}.mobile-nav__links a{min-height:48px;font-size:clamp(1.55rem,6.5vw,2.45rem);font-weight:500}.mobile-nav__actions{margin-top:1.75rem}.hero{min-height:clamp(680px,88svh,880px)}.hero__grid{padding:132px 0 clamp(3.5rem,7vw,5.75rem);grid-template-columns:minmax(0,1fr);max-width:1080px;margin-inline:auto;gap:2.5rem}.hero__copy{max-width:900px}.hero__copy h1{max-width:14ch;margin-bottom:1.25rem;font-size:clamp(3rem,5.6vw,5.7rem)}.hero__copy>p:not(.eyebrow){max-width:58ch;color:#ffffffd6;font-size:clamp(1.02rem,1.25vw,1.22rem)}.hero__actions,.project-hero__actions{gap:.65rem;margin-top:1.75rem}.hero__panel--spade{background-position:center 58%}.hero__panel--matajer{background-position:center 52%}.page-hero{min-height:clamp(520px,64svh,690px)}.page-hero__content{padding:130px 0 3.5rem}.page-hero__content h1{max-width:16ch;margin-bottom:1.1rem;font-size:clamp(2.7rem,4.8vw,5rem)}.page-hero__content .lead{max-width:58ch;color:#ffffffd6}.about-hero .page-hero__media img{object-position:center 55%}.project-hero{min-height:clamp(700px,90svh,900px)}.project-hero__content{padding:126px 0 3.25rem}.project-hero__logo{max-width:210px;max-height:86px;margin-bottom:1.25rem}.project-page--matajer .project-hero__logo{max-width:245px}.project-hero h1{max-width:16ch;margin-bottom:1rem;font-size:clamp(2.7rem,5.2vw,5.5rem)}.project-hero__lead{max-width:62ch;color:#ffffffd6;font-size:clamp(1.02rem,1.3vw,1.24rem)}.project-hero__facts{margin-top:2rem;border-radius:16px}.project-hero__fact{padding:1rem 1.1rem}.project-hero__fact span{margin-bottom:.35rem;font-size:.7rem;letter-spacing:.04em;text-transform:none}.project-hero__fact strong{font-size:.94rem;font-weight:600}.image-focus-spade{object-position:center 55%}.image-focus-matajer{object-position:center 52%}.project-grid{gap:1.25rem}.project-card{border-radius:var(--radius-card);box-shadow:var(--shadow-soft)}.project-card__media{aspect-ratio:16 / 9}.project-card__content{padding:clamp(1.5rem,2.5vw,2rem)}.project-card__content h3{margin-bottom:.8rem}.project-card__highlights{margin:1.25rem 0;gap:.5rem}.project-card__actions{gap:.75rem}.project-card__identity{left:1.25rem;bottom:1rem;width:132px}.project-card--matajer .project-card__identity{width:168px}.perspective-grid,.media-copy-grid,.projects-intro,.careers-grid{gap:clamp(2.5rem,5vw,5rem)}.perspective-frame{min-height:460px;border-radius:var(--radius-card)}.principles{margin-top:2rem;gap:1rem}.principle{padding-top:1rem}.metrics-grid{border-radius:var(--radius-card)}.metric-card{min-height:150px;padding:clamp(1.25rem,2vw,2rem)}.metric-card strong{font-size:clamp(2rem,3.5vw,3.75rem);font-weight:600}.audience-grid{gap:.85rem}.audience-card{min-height:260px;padding:1.5rem;border-radius:var(--radius-card);background:#fff;backdrop-filter:none}.audience-card span,.category-tile__index,.approach-step span,.contact-detail span{letter-spacing:.04em;text-transform:none}.category-grid{gap:.85rem}.category-tile{min-height:265px;padding:1.5rem;border-radius:var(--radius-card)}.media-frame{min-height:0;aspect-ratio:4 / 3;border-radius:var(--radius-card)}.feature-list{margin-top:1.5rem}.feature-list li{padding:.95rem 0}.progress-card,.payment-panel,.plan-selector,.project-final,.video-placeholder,.brochure-band{border-radius:var(--radius-large)}.plan-selector__view,.project-final,.video-placeholder{min-height:500px}.gallery-grid{grid-auto-rows:280px;gap:.85rem}.gallery-grid figure{border-radius:var(--radius-card)}.track-grid,.pathway-grid,.updates-list{gap:1rem}.track-card{min-height:400px;border-radius:var(--radius-card)}.editorial-principle{min-height:250px;padding:1.5rem}.editorial-principle__number{margin-bottom:2.5rem}.approach-step{padding-top:2rem}.approach-step span{margin-bottom:1.25rem}.pathway-card{min-height:230px;padding:1.5rem;border-radius:var(--radius-card)}.update-card{grid-template-columns:minmax(260px,340px) 1fr;gap:1.75rem;padding:1rem;border-radius:var(--radius-card)}.update-card img{height:220px;border-radius:14px}.contact-details-grid{gap:1rem}.contact-detail{min-height:170px;padding:1.5rem;border-radius:var(--radius-card)}.contact-detail span{margin-bottom:1.5rem}.logo-wall{gap:.85rem}.partner-card{min-height:190px;padding:1rem;border-radius:var(--radius-card);display:flex;flex-direction:column}.partner-card__logo{height:88px;margin-bottom:1rem;padding:.9rem;border-radius:12px;background:#07182c;border:1px solid rgba(255,255,255,.12)}.partner-card__logo img{width:100%;height:100%;max-width:160px;max-height:60px;object-fit:contain;object-position:center}.partner-card h3{margin-top:auto;margin-bottom:.25rem;font-size:1rem}.partner-card p{font-size:.82rem}.contact-shell{padding:clamp(2rem,4vw,3.5rem);border-radius:var(--radius-large)}.contact-shell__grid{grid-template-columns:minmax(0,.8fr) minmax(420px,1.1fr);gap:clamp(2.5rem,5vw,5rem)}.contact-links{margin-top:1.5rem;gap:.65rem}.contact-links a,.contact-links button{min-height:50px;padding:.8rem 1rem;border-radius:var(--radius-control)}.simple-inquiry-form,.inquiry-form{position:relative;margin-top:0}.simple-form-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.field{gap:.45rem}.field label{font-size:.8rem;font-weight:600}.field input,.field select,.field textarea,.simple-inquiry-form .field input,.simple-inquiry-form .field select,.simple-inquiry-form .field textarea{width:100%;min-height:50px;padding:.75rem .85rem;border:1px solid rgba(6,24,45,.22);border-radius:var(--radius-control);background:#fff;color:var(--text);box-shadow:none}.field input:hover,.field select:hover,.field textarea:hover{border-color:#06182d66}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--focus);box-shadow:0 0 0 3px #1688bd24}.field [aria-invalid=true]{border-color:var(--error);background:var(--error-soft)}.field-error{min-height:1.2em;color:#fcc;font-size:.76rem}.section--white .field-error,.section--bone .field-error,.project-inquiry .field-error{color:var(--error)}.form-note{max-width:66ch;margin:1rem 0 0;color:#ffffffad;font-size:.76rem}.form-note a{text-decoration:underline;text-underline-offset:.2em}.form-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem;justify-content:flex-start}.error-summary{margin-bottom:1rem;padding:.85rem 1rem;border:1px solid rgba(255,180,180,.4);border-radius:var(--radius-control);background:#a3131b2e}.error-summary h3{margin-bottom:.35rem;font-size:1rem}.error-summary ul{margin:0;padding-left:1.15rem}.form-status{margin-top:.75rem;padding:0;border-radius:var(--radius-control);font-size:.85rem}.form-status:not(:empty){padding:.75rem .85rem}.form-status[data-state=pending]{background:var(--warning-soft);color:var(--warning)}.form-status[data-state=error]{background:var(--error-soft);color:var(--error)}.contact-shell .field input,.contact-shell .field select,.contact-shell .field textarea{background:#fffffff5;color:var(--text);border-color:#ffffff8c}.contact-shell .field select option{color:var(--text)}.project-inquiry-section{background:var(--project-surface, #fff)}.project-inquiry{min-height:0;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);border-radius:var(--radius-large);box-shadow:var(--shadow-soft)}.project-inquiry__media{min-height:0;aspect-ratio:4 / 5}.project-inquiry__content{padding:clamp(2rem,4vw,3.5rem)}.project-simple-form .field input,.project-simple-form .field select{background:var(--project-input-bg, #fff);color:var(--project-form-text, var(--text));border-color:var(--project-input-border, rgba(6, 24, 45, .22))}.project-simple-form .field select option{color:var(--text)}.project-page--spade{--project-bg: #000;--project-surface: #f4f4f4;--project-form-bg: #090909;--project-form-text: #fff;--project-form-muted: rgba(255, 255, 255, .76);--project-input-bg: rgba(255, 255, 255, .1);--project-input-border: rgba(255, 255, 255, .3)}.project-page--spade .section--dark,.project-page--spade .project-brand-footer{background:#000}.project-page--spade .section--bone{background:#f4f4f4}.project-page--spade .button--primary{background:#000;border-color:#000;color:#fff}.project-page--spade .button--primary:hover{background:#242424;border-color:#242424}.project-page--spade .project-inquiry .button--light,.project-page--spade .project-inquiry .button--primary{background:#fff;border-color:#fff;color:#000}.project-page--spade .partner-card__logo{background:#000}.project-page--matajer{--project-bg: #282828;--project-surface: #f6f3e8;--project-form-bg: #282828;--project-form-text: #f6f3e8;--project-form-muted: rgba(246, 243, 232, .76);--project-input-bg: rgba(255, 255, 255, .09);--project-input-border: rgba(246, 243, 232, .3)}.project-page--matajer .section--dark,.project-page--matajer .project-brand-footer{background:#282828}.project-page--matajer .section--bone{background:#f6f3e8}.project-page--matajer .button--primary{background:#4a1212;border-color:#4a1212;color:#fff}.project-page--matajer .button--primary:hover{background:#651b1b;border-color:#651b1b}.project-page--matajer .button--light{background:#f4ecce;border-color:#f4ecce;color:#282828}.project-page--matajer .partner-card__logo{background:#282828}.project-page--spade .project-simple-form .field input,.project-page--spade .project-simple-form .field select,.project-page--matajer .project-simple-form .field input,.project-page--matajer .project-simple-form .field select{color:var(--project-form-text)}.project-page--spade .project-simple-form .field [aria-invalid=true],.project-page--matajer .project-simple-form .field [aria-invalid=true]{background:#a3131b33}.project-page--spade .project-simple-form .field-error,.project-page--matajer .project-simple-form .field-error{color:#ffc8c8}.project-page--spade .form-note,.project-page--matajer .form-note{color:var(--project-form-muted)}.site-footer{padding:3.5rem 0 1.5rem}.footer-grid{grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(130px,.65fr));gap:2rem}.footer-brand__logo,.footer-brand img{width:142px!important;height:auto!important;max-height:72px;margin-bottom:1.25rem;object-fit:contain;object-position:left center}.footer-brand p{max-width:36ch;color:#ffffffad;font-size:.9rem}.footer-col h2{margin-bottom:.9rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:none}.footer-col a,.footer-col button{margin:.5rem 0;color:#ffffffb8;font-size:.86rem}.footer-bottom{margin-top:2.75rem;padding-top:1.25rem}.project-brand-footer__inner{min-height:140px}.project-brand-footer__inner img{width:170px;max-height:66px}.mobile-cta{left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));min-height:64px;padding:.45rem;border-radius:14px;background:#fffffff7}.mobile-cta .button{min-height:48px}@media(max-width:1100px){.section-heading,.perspective-grid,.projects-intro,.careers-grid{grid-template-columns:1fr}.section-heading>p{max-width:62ch}.contact-shell__grid{grid-template-columns:1fr;gap:2.5rem}.project-inquiry{grid-template-columns:minmax(0,.8fr) minmax(380px,1.2fr)}.logo-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){:root{--container: min(100% - 32px, 680px);--section-space: 3.25rem}html{scroll-padding-top:72px}body{padding-bottom:calc(78px + env(safe-area-inset-bottom))}h1{font-size:clamp(2.25rem,10.5vw,3.35rem)}h2{font-size:clamp(1.7rem,7.7vw,2.45rem)}h3{font-size:clamp(1.15rem,5.2vw,1.5rem)}.section{padding-block:var(--section-space)}.section-heading{gap:1rem;margin-bottom:2rem}.site-header{height:70px}.site-header.is-scrolled{height:64px}.site-header:before{inset:7px;border-radius:14px}.site-header__inner{width:calc(100vw - 24px);gap:.75rem}.brand{width:104px;min-width:104px;height:46px}.brand .brand__logo{max-height:46px}.menu-toggle{min-width:44px}.hero{min-height:680px}.hero__grid{padding:112px 0 3rem}.hero__copy h1{max-width:13ch;font-size:clamp(2.55rem,11.5vw,3.7rem);margin-bottom:1rem}.hero__copy>p:not(.eyebrow){font-size:1rem}.hero__actions,.project-hero__actions,.project-card__actions{display:grid;grid-template-columns:1fr;width:100%}.hero__actions .button,.project-hero__actions .button,.project-card__actions .button{width:100%}.page-hero{min-height:560px}.page-hero__content{padding:112px 0 2.75rem}.page-hero__content h1{font-size:clamp(2.25rem,10vw,3.25rem)}.project-hero{min-height:720px}.project-hero__content{padding:108px 0 2.5rem}.project-hero__logo{max-width:170px;max-height:68px;margin-bottom:1rem}.project-page--matajer .project-hero__logo{max-width:200px}.project-hero h1{font-size:clamp(2.25rem,10.5vw,3.4rem)}.project-hero__facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.5rem}.project-hero__fact{padding:.8rem}.project-hero__fact strong{font-size:.84rem}.image-focus-spade{object-position:58% center}.image-focus-matajer{object-position:54% center}.project-grid,.principles,.metrics-grid,.audience-grid,.category-grid,.track-grid,.contact-details-grid,.editorial-principles,.department-list,.pathway-grid,.simple-form-grid,.form-grid{grid-template-columns:1fr}.project-card__media{aspect-ratio:4 / 3}.project-card__content{padding:1.35rem}.perspective-frame,.media-frame{min-height:0;aspect-ratio:4 / 3}.metric-card,.audience-card,.category-tile,.editorial-principle,.pathway-card,.contact-detail{min-height:0}.metric-card{min-height:130px}.audience-card,.category-tile{padding:1.25rem}.contact-shell{padding:1.35rem}.contact-shell__grid{gap:2rem}.project-inquiry{grid-template-columns:1fr}.project-inquiry__media{aspect-ratio:16 / 9}.project-inquiry__content{padding:1.4rem}.logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-card{min-height:170px}.partner-card__logo{height:76px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.gallery-grid figure:first-child{grid-row:auto}.plan-selector__view,.project-final,.video-placeholder{min-height:360px}.payment-panel{padding:1.5rem}.payment-figure{font-size:clamp(3.5rem,18vw,5.5rem)}.brochure-band{padding:1.4rem}.update-card{grid-template-columns:1fr}.update-card img{height:auto;aspect-ratio:16 / 9}.article-header{padding:112px 0 2rem}.article-header h1{font-size:clamp(2.25rem,10vw,3.25rem)}.article-cover{width:calc(100vw - 32px);margin-bottom:2rem;border-radius:var(--radius-card)}.article-body{width:calc(100vw - 32px);padding-bottom:4rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem 1.25rem}.footer-brand{grid-column:1 / -1}.footer-brand__logo,.footer-brand img{width:124px!important;max-height:62px}.footer-bottom{flex-direction:column;margin-top:2rem}.project-brand-footer__inner{min-height:150px}.project-brand-footer__inner img{width:150px}.mobile-cta{display:flex;gap:.45rem}.mobile-cta .button{padding-inline:.65rem;font-size:.8rem}}@media(max-width:430px){.logo-wall,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.contact-shell .form-actions .button,.project-inquiry .form-actions .button,.brochure-band .button{width:100%}}@media(max-width:360px){:root{--container: calc(100vw - 28px) }.brand{width:96px;min-width:96px}.project-hero__facts{gap:0}.project-hero__fact{padding:.7rem}.mobile-cta .button{font-size:.76rem}}@media(prefers-reduced-motion:reduce){.hero__panel{animation:none;transform:none}}.hero,.hero__background,.hero__split{overflow:hidden}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.footer-brand{grid-column:1 / -1}.contact-shell,.payment-panel{min-width:0;overflow:hidden}.contact-shell__grid,.payment-panel__content,.simple-form-grid,.form-grid{min-width:0}}@media(max-width:760px){.footer-brand{grid-column:1 / -1}}@media(max-width:430px){.footer-brand{grid-column:auto}}.text-link{border:0;background:transparent;padding-inline:0;cursor:pointer;appearance:none}.perspective-frame img{filter:brightness(1.35) contrast(1.08)}@media(max-width:430px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}.brand-icon{width:42px;height:42px;flex:0 0 42px;color:#8099aa}.capability-section{position:relative;isolation:isolate;overflow:hidden}.capability-section:before{content:"";position:absolute;z-index:-1;inset:0;background:url(../brand/patterns/reverse-pattern.svg) center / cover no-repeat;opacity:.72}.capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.capability-card{min-height:260px;padding:1.6rem;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.17);border-radius:var(--radius-card);background:#fff1}.capability-card .brand-icon{margin-bottom:auto;color:#fff}.capability-card h3{margin:2.5rem 0 .55rem;color:#fff;font-size:1.25rem}.capability-card p{margin:0;color:#ffffffb8}.section--brand-values{position:relative;overflow:hidden;background-color:var(--bone);background-image:url(../brand/patterns/corporate-pattern.svg);background-position:center;background-size:cover}.character-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.character-card{min-height:310px;display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1.28fr);gap:1.4rem;align-items:center;padding:1.4rem;overflow:hidden;border:1px solid rgba(6,24,45,.12);border-radius:var(--radius-card);background:#fffffff0;box-shadow:0 18px 46px #06182d14}.character-card__art{position:relative;height:270px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#f7f9fa,#e8edf0)}.character-card__art img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.character-card h3{margin-bottom:.65rem;font-size:clamp(1.3rem,2vw,1.75rem)}.character-card p:last-child{margin-bottom:0;color:var(--muted)}.brand-promise-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:clamp(2.5rem,6vw,6rem);align-items:center}.brand-promise-art{min-height:470px;display:grid;place-items:center;padding:clamp(1.5rem,4vw,3.5rem);overflow:hidden;border-radius:var(--radius-large);background:#fff;box-shadow:0 20px 60px #06182d1a}.brand-promise-art img{width:100%;height:auto}.promise-list{margin-top:2rem;border-top:1px solid var(--line)}.promise-list article{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:1.35rem 0;border-bottom:1px solid var(--line)}.promise-list h3{margin-bottom:.3rem;font-size:1.05rem}.promise-list p{margin:0;color:var(--muted)}.project-page--matajer{--project-navy: #00263E;--project-accent: #98B4C5;--matajer-cream: #F4ECCE;--matajer-burgundy: #4A1212}.project-page--matajer .payment-panel{background:#00263e url(../brand/patterns/matajer-payment.svg) center / cover no-repeat;border:1px solid rgba(244,236,206,.18);box-shadow:0 28px 74px #00263e3d}.project-page--matajer .payment-panel:after{display:none}.project-page--matajer .payment-panel .eyebrow,.project-page--matajer .payment-figure{color:var(--matajer-cream)}.project-page--matajer .payment-panel .market-note{color:#f4eccec2;border-top:1px solid rgba(244,236,206,.22);padding-top:1.25rem}@media(max-width:1100px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-card{grid-template-columns:130px 1fr}.character-card__art{height:220px}}@media(max-width:760px){.capability-grid,.character-grid,.brand-promise-grid{grid-template-columns:1fr}.capability-card{min-height:220px}.character-card{min-height:0;grid-template-columns:112px 1fr;gap:1rem;padding:1rem}.character-card__art{height:180px}.brand-promise-art{min-height:300px}.project-page--matajer .payment-panel{background-position:58% center}}@media(max-width:430px){.character-card{grid-template-columns:1fr}.character-card__art{height:210px}}.brand{width:105px;min-width:105px;height:54px;padding:8px 0 8px 6px}.brand__logo{width:auto;height:38px;max-width:100%;max-height:38px}.perspective-frame--brand{background:#fff}.perspective-frame--brand picture{width:100%;height:100%}.perspective-frame--brand img{padding:clamp(1.25rem,3vw,2.75rem);object-fit:contain;filter:none}.section--brand-values{isolation:isolate;background-image:none}.section--brand-values:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:url(../brand/raster/visual-language/pattern-construction.webp) right center / min(760px,58vw) auto no-repeat;mix-blend-mode:multiply;opacity:.11}.section--brand-values>.container{position:relative;z-index:1}.character-card__art picture{position:absolute;inset:0}.approach-visual{margin-top:clamp(2.5rem,6vw,5rem);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(260px,1.2fr);gap:clamp(1.5rem,5vw,4rem);align-items:center;padding:clamp(1.25rem,3vw,2.5rem);overflow:hidden;border-radius:var(--radius-large);background:#fff;color:var(--ink)}.approach-visual picture{display:block;min-width:0}.approach-visual img{width:100%;max-height:270px;object-fit:contain}.approach-visual p{max-width:36ch;margin:0;color:var(--muted);font-size:clamp(1.05rem,1.8vw,1.45rem);font-weight:600}.brand-promise-art picture{display:block;width:100%}.contact-visual-mark{width:132px;height:132px;display:block;margin-bottom:2rem;padding:.6rem;overflow:hidden;border-radius:18px;background:#fff}.contact-visual-mark img{width:100%;height:100%;object-fit:contain}.media-frame--aerial{aspect-ratio:7 / 5}@media(max-width:760px){.brand{width:92px;min-width:92px;height:46px;padding:7px 0 7px 5px}.brand__logo{height:32px;max-height:32px}.section--brand-values:before{background-position:center 18%;background-size:140vw auto;opacity:.085}.approach-visual{grid-template-columns:1fr}.approach-visual img{max-height:220px}.contact-visual-mark{width:112px;height:112px}}@media(max-width:360px){.brand{width:86px;min-width:86px}}.site-header .brand .brand__logo{width:auto;height:38px;max-height:38px}@media(max-width:760px){.site-header .brand .brand__logo{height:32px;max-height:32px}}[dir=rtl] .section-heading>div,[dir=rtl] .page-hero__content,[dir=rtl] .project-hero__content{min-width:0}[dir=rtl] .section-heading .eyebrow,[dir=rtl] .page-hero__content .eyebrow,[dir=rtl] .project-hero__content .eyebrow{margin-bottom:clamp(1.25rem,2vw,1.75rem);line-height:1.7}[dir=rtl] .section-heading h2{font-size:clamp(1.9rem,3.45vw,3.55rem);line-height:1.36}[dir=rtl] .section--brand-values .section-heading h2{max-width:17ch}[dir=rtl] .character-card h3{line-height:1.42}@media(max-width:760px){[dir=rtl] .section-heading .eyebrow,[dir=rtl] .page-hero__content .eyebrow,[dir=rtl] .project-hero__content .eyebrow{margin-bottom:1rem}[dir=rtl] .section-heading h2{font-size:clamp(1.75rem,7.25vw,2.35rem);line-height:1.42}}.consent-banner{position:fixed;z-index:2200;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));left:max(1rem,env(safe-area-inset-left));width:min(1120px,calc(100vw - 2rem));margin-inline:auto;padding:clamp(1.25rem,2.5vw,2rem);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.25rem,3vw,3rem);align-items:end;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-large);background:#06182dfa;color:var(--white);box-shadow:0 28px 90px #00000052}.consent-banner[hidden]{display:none}.consent-banner__copy{max-width:720px}.consent-banner .eyebrow,.consent-banner h2,.consent-banner p{color:inherit}.consent-banner .eyebrow{margin-bottom:.65rem;opacity:.7}.consent-banner h2{margin-bottom:.65rem;font-size:clamp(1.45rem,2.5vw,2.2rem);line-height:1.25}.consent-banner p:last-child{margin-bottom:0;color:#ffffffb8;font-size:.92rem}.consent-actions,.consent-dialog__actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.consent-banner .button--primary{background:var(--white);border-color:var(--white);color:var(--oxford)}.consent-banner .button--outline,.consent-banner .text-link{border-color:#fff9;color:var(--white)}.consent-manage{min-height:44px;padding-inline:.5rem}.consent-dialog{width:min(650px,calc(100vw - 32px))}.consent-choice-list{margin:1.5rem 0;border-top:1px solid var(--line)}.consent-choice{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding-block:1rem;border-bottom:1px solid var(--line);cursor:pointer}.consent-choice span,.consent-choice strong,.consent-choice small{display:block}.consent-choice small{margin-top:.25rem;color:var(--muted);font-size:.8rem;line-height:1.5}.consent-choice input{width:1.35rem;height:1.35rem;flex:0 0 auto;accent-color:var(--oxford)}.consent-choice--locked{cursor:default}.consent-privacy-link{font-size:.84rem}.consent-privacy-link a{text-decoration:underline;text-underline-offset:.2em}.consent-dialog__actions{margin-top:1.25rem}.consent-pending .mobile-cta{opacity:0!important;pointer-events:none!important;transform:translateY(calc(100% + 24px))!important}@media(max-width:760px){.consent-banner{grid-template-columns:1fr;max-height:calc(100dvh - 2rem);overflow:auto;padding:1.15rem;border-radius:18px}.consent-actions,.consent-dialog__actions{display:grid;grid-template-columns:1fr}.consent-actions .button,.consent-actions .text-link,.consent-dialog__actions .button,.consent-dialog__actions .text-link{width:100%;justify-content:center}.consent-dialog .dialog-card{padding:1.25rem}}@media print{.consent-banner,.consent-dialog{display:none!important}}@media(max-width:760px){.site-header .lang-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;min-width:42px;min-height:42px;font-size:.8rem}}.media-zoom-trigger{position:relative;width:100%;height:100%;min-height:inherit;display:block;padding:0;overflow:hidden;border:0;background:transparent;color:#fff;cursor:zoom-in}.media-zoom-trigger>picture,.media-zoom-trigger>img,.media-zoom-trigger>picture img{width:100%;height:100%}.media-zoom-trigger__hint{position:absolute;right:1rem;bottom:1rem;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.52);border-radius:50%;background:#06182dd1;color:#fff;font-size:1.5rem;line-height:1;box-shadow:0 10px 28px #00000038;transition:transform .2s var(--ease),background .2s var(--ease)}.media-zoom-trigger:hover .media-zoom-trigger__hint,.media-zoom-trigger:focus-visible .media-zoom-trigger__hint{transform:scale(1.08);background:var(--oxford)}[dir=rtl] .media-zoom-trigger__hint{right:auto;left:1rem}.media-lightbox{width:min(1500px,calc(100vw - 32px));height:min(940px,calc(100dvh - 32px));max-width:none;max-height:none;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:#020b15;color:#fff;box-shadow:0 36px 120px #0000008f}.media-lightbox::backdrop{background:#020b15e6;backdrop-filter:blur(8px)}.media-lightbox__shell{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.media-lightbox__toolbar{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .8rem .7rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.14)}[dir=rtl] .media-lightbox__toolbar{padding:.7rem 1.2rem .7rem .8rem}.media-lightbox__title{min-width:0;margin:0;overflow:hidden;color:#fffc;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.media-lightbox__controls{display:flex;gap:.4rem}.media-lightbox__control{min-width:44px;min-height:44px;padding:.5rem .7rem;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:#ffffff14;color:#fff;font-weight:700;cursor:pointer}.media-lightbox__control:hover:not(:disabled){background:#ffffff29}.media-lightbox__control:disabled{opacity:.35;cursor:not-allowed}.media-lightbox__viewport{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;display:grid;align-items:center;background:linear-gradient(45deg,rgba(255,255,255,.025) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.025) 75%),linear-gradient(45deg,rgba(255,255,255,.025) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.025) 75%);background-position:0 0,16px 16px;background-size:32px 32px}.media-lightbox__stage{width:100%;min-height:100%;display:grid;place-items:center;padding:1rem}.media-lightbox__stage>picture,.media-lightbox__stage>img{display:block;width:100%;max-width:none;height:auto;margin:auto;transition:width .2s var(--ease);touch-action:pinch-zoom}.media-lightbox__stage>picture img{width:100%;height:auto}.media-lightbox__stage[data-zoom-level="1"]>picture,.media-lightbox__stage[data-zoom-level="1"]>img{width:150%}.media-lightbox__stage[data-zoom-level="2"]>picture,.media-lightbox__stage[data-zoom-level="2"]>img{width:200%}.media-lightbox__stage[data-zoom-level="3"]>picture,.media-lightbox__stage[data-zoom-level="3"]>img{width:300%}.contextual-links{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}@media(max-width:760px){.media-lightbox{width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:16px}.media-lightbox__toolbar{align-items:flex-start;padding:.6rem}.media-lightbox__title{display:none}.media-lightbox__controls{width:100%;justify-content:space-between}.media-lightbox__control{flex:1;padding-inline:.45rem}.media-zoom-trigger__hint{right:.7rem;bottom:.7rem}[dir=rtl] .media-zoom-trigger__hint{right:auto;left:.7rem}}@media print{.media-lightbox,.media-zoom-trigger__hint{display:none!important}}
