@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root{--ink:#172126;--muted:#59676c;--amber:#d89017;--amber-deep:#9b5c07;--honey:#f6c96b;--ice:#eef8fa;--blue:#cfe7ed;--white:#fbfdfd;--line:rgba(38,66,73,.16);--glass:rgba(248,252,251,.74);--shadow:0 24px 70px rgba(38,55,57,.14);--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(135deg,#f8fbfa 0%,#edf6f8 45%,#fff8e9 100%);color:var(--ink);font:16px/1.7 Manrope,Arial,sans-serif;min-height:100vh}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 60%)}
a{color:inherit}img{display:block;max-width:100%}h1,h2,h3{font-family:"Space Grotesk",sans-serif;line-height:1.08;letter-spacing:-.035em;margin:0 0 .7em}h1{font-size:clamp(3rem,7vw,6.4rem)}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.45rem}p{margin:0 0 1.2em}
.skip{position:absolute;left:-999px;top:8px;background:var(--ink);color:white;padding:.6rem 1rem;z-index:99}.skip:focus{left:8px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{width:min(1420px,calc(100% - 48px));height:96px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;border-bottom:1px solid var(--line)}
.logo{display:flex;gap:.7rem;align-items:center;text-decoration:none}.logo span{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(155,92,7,.35);background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(236,166,43,.35));border-radius:13px;color:var(--amber-deep);font:700 .85rem "Space Grotesk";box-shadow:inset 0 0 18px rgba(255,255,255,.8)}.logo b{font:700 .69rem/1.05 "Space Grotesk";letter-spacing:.12em}
nav{display:flex;align-items:center;gap:2rem}nav a{font-size:.88rem;font-weight:700;text-decoration:none;position:relative}nav a:after{content:"";height:2px;position:absolute;left:0;right:100%;bottom:-8px;background:var(--amber);transition:.25s}nav a:hover:after,nav a:focus:after{right:0}.nav-toggle{display:none;border:0;background:none}
main{position:relative;z-index:1}.hero,.page-hero,.section,.watch-hero,.contact-grid,.prose{width:min(1260px,calc(100% - 48px));margin-inline:auto}
.hero{min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:6vw;padding:70px 0 100px}.hero__copy{position:relative}.hero__copy:before{content:"";position:absolute;width:230px;height:230px;background:radial-gradient(circle,var(--honey),transparent 67%);filter:blur(18px);opacity:.25;left:-110px;top:-70px;z-index:-1}.hero h1{max-width:820px}.lead{font-size:clamp(1.08rem,1.8vw,1.35rem);line-height:1.55;color:var(--muted);max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.73rem;font-weight:700;color:var(--amber-deep);margin-bottom:1.2rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.3rem;border:1px solid var(--amber-deep);border-radius:12px;background:linear-gradient(135deg,#b76c08,#e3a126);color:white;text-decoration:none;font-weight:700;font:700 .88rem Manrope;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.35),0 8px 22px rgba(169,104,14,.17);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:inset 0 1px rgba(255,255,255,.35),0 12px 28px rgba(169,104,14,.25)}.button--ghost{color:var(--ink);border-color:var(--line);background:rgba(255,255,255,.48);backdrop-filter:blur(12px);box-shadow:inset 0 1px white}.button--small{padding:.7rem 1rem}
.hero__facts{display:flex;gap:2.5rem;margin:3.4rem 0 0;padding:2rem 0 0;border-top:1px solid var(--line);list-style:none}.hero__facts li{display:flex;flex-direction:column;max-width:135px}.hero__facts strong{font:600 1.25rem "Space Grotesk";color:var(--amber-deep)}.hero__facts span{font-size:.72rem;color:var(--muted);line-height:1.4}
.hero__visual{position:relative;margin:0;padding:15px;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.8);border-radius:30px;box-shadow:var(--shadow);backdrop-filter:blur(18px);transform:rotate(1.5deg)}.hero__visual:after{content:"";position:absolute;inset:7%;border:1px solid rgba(255,255,255,.5);border-radius:20px;pointer-events:none}.hero__visual img{height:560px;width:100%;object-fit:cover;border-radius:20px;filter:saturate(.72) sepia(.08)}.hero__visual figcaption{position:absolute;bottom:34px;left:32px;background:rgba(242,249,249,.88);backdrop-filter:blur(12px);border:1px solid white;border-radius:12px;padding:.7rem 1rem;font-size:.76rem;font-weight:700;box-shadow:0 8px 30px rgba(19,38,42,.16)}.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--amber);margin-right:.5rem;box-shadow:0 0 0 5px rgba(216,144,23,.18)}
.section{padding:110px 0}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intro-grid p:not(.eyebrow){font-size:1.08rem;color:var(--muted)}.section__head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.section__head h2{margin:0}.text-link{font-weight:700;text-underline-offset:5px;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.card{background:var(--glass);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius);overflow:hidden;box-shadow:0 16px 45px rgba(46,65,69,.08)}.card img{width:100%;height:230px;object-fit:cover;filter:saturate(.72)}.card__body{padding:1.7rem}.card__body p{color:var(--muted)}.card__body a,.article-card a{color:var(--amber-deep);font-weight:700;text-underline-offset:4px}.tag{display:inline-block;font-size:.67rem;letter-spacing:.11em;text-transform:uppercase;color:var(--amber-deep);font-weight:700;margin-bottom:1rem}.quote{width:min(1060px,calc(100% - 48px));margin:40px auto;padding:75px;background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(232,190,105,.2));border:1px solid white;border-radius:32px;box-shadow:var(--shadow);text-align:center}.quote blockquote{font:500 clamp(1.8rem,3.8vw,3.2rem)/1.25 "Space Grotesk";letter-spacing:-.03em;margin:0 0 1.5rem}.quote p{font-size:.78rem;color:var(--muted)}.story-list{border-top:1px solid var(--line)}.story-list a{display:grid;grid-template-columns:200px 1fr auto;gap:1rem;align-items:center;padding:2rem .4rem;border-bottom:1px solid var(--line);text-decoration:none}.story-list span,.story-list em{font-size:.75rem;color:var(--muted);font-style:normal}.story-list strong{font:600 1.4rem "Space Grotesk"}.story-list a:hover strong{color:var(--amber-deep)}
.page-hero{padding:125px 0 95px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:1000px}.service-stack{display:grid;gap:1rem}.service-stack>article{display:grid;grid-template-columns:100px 1fr;gap:2rem;padding:4rem;background:rgba(255,255,255,.54);border:1px solid white;border-radius:26px}.service-stack>article>span{font:600 2.8rem "Space Grotesk";color:rgba(155,92,7,.3)}.service-stack article div{max-width:800px}.ticks{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.6rem 2rem;margin:2rem 0}.ticks li:before{content:"◇";color:var(--amber);margin-right:.6rem}
.watch-hero{padding:100px 0;min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;gap:5vw;align-items:center}.radar{width:min(440px,80vw);aspect-ratio:1;border-radius:50%;border:1px solid rgba(155,92,7,.28);background:repeating-radial-gradient(circle,transparent 0 54px,rgba(155,92,7,.12) 55px 56px),conic-gradient(from 20deg,rgba(216,144,23,.38),transparent 18%,transparent 100%);position:relative;box-shadow:inset 0 0 70px rgba(255,255,255,.9),0 30px 80px rgba(100,83,37,.16);animation:sweep 9s linear infinite}.radar:before,.radar:after{content:"";position:absolute;background:rgba(79,117,125,.14)}.radar:before{height:1px;left:4%;right:4%;top:50%}.radar:after{width:1px;top:4%;bottom:4%;left:50%}.radar i,.radar b{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 7px rgba(216,144,23,.16)}.radar i{left:29%;top:34%}.radar b{right:22%;bottom:32%}.radar span{position:absolute;inset:0;display:grid;place-items:center;text-align:center;font:700 .73rem/1.4 "Space Grotesk";letter-spacing:.15em}@keyframes sweep{to{filter:hue-rotate(8deg);transform:rotate(360deg)}}.method{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.method li{padding:2.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.method li>span{font:600 .75rem "Space Grotesk";color:var(--amber-deep)}.method h3{margin-top:3rem}.method p{font-size:.85rem;color:var(--muted)}.watch-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:6vw}.watch-grid ul{list-style:none;padding:0;margin:0}.watch-grid li{display:grid;grid-template-columns:.65fr 1.35fr;gap:2rem;padding:1.5rem 0;border-bottom:1px solid var(--line)}.watch-grid span{color:var(--muted)}.cta-band{padding:95px 24px;text-align:center;background:linear-gradient(120deg,#273438,#172126);color:white}.cta-band h2{max-width:800px;margin:0 auto 2rem}.cta-band .eyebrow{color:var(--honey)}
.articles{display:grid;grid-template-columns:1.45fr .55fr;gap:1.5rem}.article-card{background:rgba(255,255,255,.57);border:1px solid white;border-radius:var(--radius);overflow:hidden}.article-card img{width:100%;height:300px;object-fit:cover;filter:saturate(.72)}.article-card>div{padding:2rem}.article-card--featured img{height:420px}.article-card p{color:var(--muted)}
.prose{max-width:850px;padding:110px 0}.prose header{padding-bottom:2.5rem;margin-bottom:3rem;border-bottom:1px solid var(--line)}.prose h1{font-size:clamp(2.7rem,6vw,5rem)}.prose h2{font-size:2rem;margin-top:2.1em}.prose p,.prose li{font-size:1.06rem;color:#38484d}.prose li{margin-bottom:.7rem}.prose .byline{font-size:.78rem;color:var(--muted)}.back{display:inline-block;margin-bottom:3rem;font-size:.85rem}.prose aside{margin-top:5rem;padding:2.5rem;border-radius:22px;background:rgba(246,201,107,.18);border:1px solid rgba(155,92,7,.15)}.prose aside h2{margin-top:0}.legal{max-width:800px}.legal code{font-size:.85em;background:var(--blue);padding:.15em .4em;border-radius:4px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:9vw;padding:120px 0}.contact-details{margin-top:4rem;border-top:1px solid var(--line)}.contact-details p{padding:1.2rem 0;border-bottom:1px solid var(--line)}.contact-details span{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--amber-deep);font-weight:700}.form{padding:2.5rem;background:rgba(255,255,255,.62);border:1px solid white;border-radius:26px;box-shadow:var(--shadow)}.field{margin-bottom:1.3rem}.field label{display:block;font-weight:700;font-size:.8rem;margin-bottom:.4rem}.field input,.field select,.field textarea{width:100%;padding:.9rem 1rem;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.74);font:inherit;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(216,144,23,.35);border-color:var(--amber)}.field small{display:none;color:#a52b20;margin-top:.3rem}.field.invalid small{display:block}.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:#a52b20}.check{display:flex;gap:.7rem;font-size:.76rem;line-height:1.5;margin:1.5rem 0}.check.invalid{color:#a52b20}.form-status{margin-top:1rem;font-size:.85rem;font-weight:700}.form-status.success{color:#26643b}.form-status.error{color:#a52b20}
.notfound{min-height:70vh;display:grid;place-content:center;text-align:center;padding:3rem}.notfound>span{font:700 clamp(7rem,22vw,18rem)/.8 "Space Grotesk";color:transparent;-webkit-text-stroke:1px rgba(155,92,7,.3)}.notfound .button{justify-self:center}
footer{position:relative;background:#172126;color:#eaf1f1;padding:70px max(24px,calc((100vw - 1260px)/2)) 25px}.footer__top{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:6vw;padding-bottom:60px}.logo--footer span{color:var(--honey);border-color:#90631e}.footer__top>div:first-child p{max-width:330px;color:#aebdbf;margin-top:1.4rem}.footer__top h2{font:600 .7rem Manrope;text-transform:uppercase;letter-spacing:.14em;color:var(--honey)}.footer__top>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.footer__top a{color:#dbe5e6}.footer__top p{color:#aebdbf}.footer__bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:1.4rem;display:flex;justify-content:space-between;font-size:.68rem;color:#91a2a5}.footer__bottom div{display:flex;gap:1.3rem}.footer__bottom a{color:inherit}
.cookie{position:fixed;z-index:50;left:24px;right:24px;bottom:24px;max-width:850px;margin:auto;padding:1.2rem 1.4rem;background:rgba(246,250,249,.94);border:1px solid white;border-radius:18px;box-shadow:0 25px 80px rgba(11,28,33,.28);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie[hidden]{display:none}.cookie p{font-size:.76rem;margin:.2rem 0}.cookie>div:last-child{display:flex;gap:.5rem}.cookie-error{color:#a52b20}
@media(max-width:900px){.site-header{width:min(100% - 32px,1420px)}.nav-toggle{display:grid;width:44px;height:44px;place-content:center;gap:5px}.nav-toggle span:not(.sr-only){width:23px;height:2px;background:var(--ink)}nav{display:none;position:absolute;left:0;right:0;top:80px;padding:1.5rem;flex-direction:column;background:rgba(248,251,250,.96);border:1px solid white;border-radius:14px;box-shadow:var(--shadow)}nav.open{display:flex}.hero,.watch-hero,.contact-grid{grid-template-columns:1fr}.hero{padding-top:80px}.hero__visual img{height:430px}.intro-grid,.watch-grid{grid-template-columns:1fr}.cards,.method{grid-template-columns:1fr 1fr}.articles{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr 1fr}.footer__top>div:first-child{grid-column:1/-1}}
@media(max-width:620px){.hero,.page-hero,.section,.watch-hero,.contact-grid,.prose{width:min(100% - 32px,1260px)}h1{font-size:2.8rem}.hero{padding-bottom:65px}.hero__facts{gap:1rem;flex-wrap:wrap}.hero__visual img{height:330px}.section{padding:75px 0}.cards,.method{grid-template-columns:1fr}.section__head{align-items:start;flex-direction:column}.quote{width:calc(100% - 32px);padding:40px 22px}.story-list a{grid-template-columns:1fr}.story-list em{display:none}.service-stack>article{grid-template-columns:1fr;padding:2rem}.ticks{grid-template-columns:1fr}.watch-hero{padding:75px 0}.watch-grid li{grid-template-columns:1fr;gap:.3rem}.articles{padding-top:60px}.article-card--featured img{height:280px}.contact-grid{padding:75px 0}.form{padding:1.3rem}.footer__top{grid-template-columns:1fr}.footer__top>div:first-child{grid-column:auto}.footer__bottom{flex-direction:column;gap:1rem}.footer__bottom div{flex-wrap:wrap}.cookie{align-items:stretch;flex-direction:column;gap:.7rem}.cookie>div:last-child{display:grid;grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.radar{animation:none}.button{transition:none}}
