:root{--bg:#050505;--panel:#0b0b0b;--ink:#fff;--yellow:#ffc000;--paper:#f2f2ef;--muted:#a5a5a5;--line:#292929;--header:88px;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input,textarea,select{font:inherit}button{cursor:pointer}.noise{position:fixed;inset:0;z-index:400;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.scroll-progress{position:fixed;left:0;right:0;top:0;height:2px;z-index:500}.scroll-progress i{display:block;width:0;height:100%;background:var(--yellow)}
.header{position:fixed;z-index:300;top:0;left:0;right:0;height:var(--header);padding:0 2.2vw;display:grid;grid-template-columns:200px 1fr auto;gap:28px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14);background:rgba(5,5,5,.78);backdrop-filter:blur(18px);transition:.35s var(--ease)}.header.scrolled{height:74px;background:rgba(5,5,5,.96)}.logo img{width:178px;filter:brightness(0) invert(1)}.desktop-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px)}.desktop-nav>a,.nav-link{height:100%;padding:0;border:0;background:none;color:#f3f3f3;font-weight:800;font-size:14px;letter-spacing:.01em;display:flex;align-items:center;position:relative;white-space:nowrap}.desktop-nav>a:after,.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--yellow);transition:.3s var(--ease)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.nav-link:hover:after,.nav-link.active:after,.has-mega.open .nav-link:after{right:0}.nav-item{height:100%;display:flex;align-items:center}.header-side{display:flex;align-items:center}.start,.btn-yellow{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);color:#000;font-weight:900;padding:15px 19px;font-size:12px;border:1px solid var(--yellow);transition:.25s var(--ease)}.start:hover,.btn-yellow:hover{background:#fff;border-color:#fff}.menu-toggle{display:none;width:44px;height:44px;border:0;background:none;padding:8px}.menu-toggle span{display:block;height:2px;background:#fff;margin:8px 0}
.mega-menu{position:fixed;z-index:280;top:var(--header);left:2.2vw;right:2.2vw;background:#090909;border:1px solid #303030;border-top:3px solid var(--yellow);padding:30px 34px 34px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.28s var(--ease);box-shadow:0 36px 90px rgba(0,0,0,.55)}.header.scrolled .mega-menu{top:74px}.has-mega.open .mega-menu{opacity:1;visibility:visible;transform:none}.mega-head{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:24px;border-bottom:1px solid #252525}.mega-head div{display:grid;gap:8px}.mega-head span{font-size:10px;letter-spacing:.16em;color:var(--yellow);font-weight:900}.mega-head strong{font-size:clamp(21px,2vw,31px);line-height:1.05;letter-spacing:-.03em}.mega-head>a{font-size:12px;font-weight:800;border-bottom:1px solid var(--yellow);padding-bottom:4px}.mega-service-list{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:14px}.mega-service-list>a{padding:17px 18px 17px 0;border-bottom:1px solid #222;min-height:92px;transition:.25s var(--ease)}.mega-service-list>a:nth-child(4n+2),.mega-service-list>a:nth-child(4n+3),.mega-service-list>a:nth-child(4n+4){padding-left:18px;border-left:1px solid #222}.mega-service-list strong{display:block;font-size:16px;margin-bottom:7px}.mega-service-list span{display:block;color:#7d7d7d;font-size:11px;line-height:1.4}.mega-service-list>a:hover{background:#111;color:var(--yellow)}.mega-project-wrap{display:grid;grid-template-columns:.7fr 2fr;gap:28px;padding-top:22px}.mega-project-cats{display:flex;flex-direction:column}.mega-project-cats a{padding:13px 0;border-bottom:1px solid #242424;font-size:14px;font-weight:800}.mega-project-cats a:hover{color:var(--yellow)}.mega-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mega-projects a{position:relative;min-height:190px;overflow:hidden;background:#111}.mega-projects img{height:100%;object-fit:cover;filter:grayscale(.45) brightness(.72);transition:.55s var(--ease)}.mega-projects a:hover img{transform:scale(1.04);filter:none}.mega-projects span{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(0,0,0,.9);padding:10px 12px}.mega-projects small{display:block;color:var(--yellow);font-size:9px;margin-bottom:4px}.mega-projects strong{font-size:13px}.mobile-menu{position:fixed;z-index:600;inset:0;background:#050505;padding:22px;transform:translateX(100%);transition:.42s var(--ease);overflow:auto}.mobile-menu.open{transform:none}.mobile-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #262626}.mobile-head img{width:160px;filter:brightness(0) invert(1)}.mobile-close{width:46px;height:46px;border:0;background:var(--yellow);font-size:28px}.mobile-links{padding:22px 0}.mobile-links>a,.mobile-links summary{list-style:none;display:block;padding:17px 0;border-bottom:1px solid #222;font-size:clamp(26px,8vw,44px);font-weight:900;letter-spacing:-.04em}.mobile-links details div{padding:8px 0 16px 20px}.mobile-links details div a{display:block;padding:8px 0;color:#aaa;font-size:14px}.mobile-cta{display:block;background:var(--yellow);color:#000;text-align:center;padding:18px;font-weight:900}
main{min-height:60vh}.section{padding:9vw 5vw}.section-kicker,.section-head span,.inner-copy>span,.detail-copy>span,.split-story>div>span,.values .section-head span,.service-principles span,.deliverables span,.workflow span,.project-summary>div>span,.story-block>span,.outcome>div>span,.reference-note>div>span,.contact-form-wrap>span,.quote-intro>span,.form-section>span,.seo-pillars>div>span{color:var(--yellow);font-size:10px;letter-spacing:.18em;font-weight:900}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:4vw}.section-head h2{margin:8px 0 0;font-size:clamp(52px,7vw,112px);line-height:.93;letter-spacing:-.055em}.section-head>a,.text-link{font-weight:900;font-size:12px;border-bottom:1px solid var(--yellow);padding-bottom:5px}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);padding:14px 18px;font-size:12px;font-weight:900;transition:.25s}.btn-ghost:hover{border-color:var(--yellow);color:var(--yellow)}.eyebrow{color:var(--yellow);font-size:10px;letter-spacing:.18em;font-weight:900}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s var(--ease),transform .9s var(--ease)}.reveal.in-view{opacity:1;transform:none}
.hero-home{height:100svh;min-height:720px;position:relative;overflow:hidden;padding:130px 4vw 54px;display:flex;align-items:flex-end}.hero-home video,.hero-shade,.hero-grid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-home video{filter:grayscale(1) contrast(1.12);opacity:.58}.hero-shade{background:radial-gradient(circle at var(--mx,70%) var(--my,38%),rgba(255,192,0,.2),transparent 26%),linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.25),rgba(0,0,0,.7))}.hero-grid{background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:9vw 9vw;mask-image:linear-gradient(to bottom,transparent,black 40%,black)}.hero-content{position:relative;z-index:3;max-width:1500px}.hero-content h1{margin:18px 0 24px;font-size:clamp(84px,13vw,225px);line-height:.86;letter-spacing:-.065em}.hero-content h1 span,.hero-content h1 em{display:block}.hero-content h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px #fff}.hero-content p{max-width:620px;font-size:16px;line-height:1.6;color:#c8c8c8}.hero-actions{display:flex;gap:12px;margin-top:24px}.manifest{display:grid;grid-template-columns:.55fr 2.2fr;gap:5vw;align-items:start}.manifest h2{margin:0;font-size:clamp(46px,6.5vw,112px);line-height:.98;letter-spacing:-.055em}.manifest h2 em{font-style:normal;color:var(--yellow)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);margin-top:5vw;border-top:1px solid var(--line)}.metric-row div{padding:22px 0;border-right:1px solid var(--line)}.metric-row b{display:block;font-size:clamp(38px,5vw,78px);letter-spacing:-.05em}.metric-row span{font-size:10px;color:#777}.projects-home{background:#090909}.project-stack{display:grid;gap:5vw}.home-project{position:relative;display:block;min-height:72vh;overflow:hidden;border:1px solid #222}.home-project img{position:absolute;inset:0;height:100%;object-fit:cover;filter:brightness(.58) saturate(.8);transition:1s var(--ease)}.home-project:hover img{transform:scale(1.035);filter:brightness(.67) saturate(1)}.home-project:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),transparent 64%)}.home-project-overlay{position:absolute;z-index:2;left:4vw;right:4vw;bottom:4vw;max-width:760px}.home-project-overlay span{color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.14em}.home-project-overlay h3{margin:8px 0 12px;font-size:clamp(58px,9vw,145px);line-height:.92;letter-spacing:-.055em}.home-project-overlay p{max-width:600px;color:#d0d0d0;line-height:1.55}.home-project-overlay b{display:inline-block;margin-top:16px;border-bottom:1px solid var(--yellow);padding-bottom:5px;font-size:11px}.services-home{display:grid;grid-template-columns:.85fr 1.4fr;gap:7vw;background:var(--paper);color:#000}.services-intro{position:sticky;top:120px;align-self:start}.services-intro>span{font-size:10px;letter-spacing:.18em;font-weight:900}.services-intro h2{font-size:clamp(56px,7vw,115px);line-height:.95;letter-spacing:-.055em;margin:16px 0}.services-intro em{font-style:normal;color:#8a6a00}.services-intro p{max-width:420px;line-height:1.6;color:#5c5c5c}.service-lines a{display:grid;grid-template-columns:1fr .8fr;gap:20px;padding:24px 0;border-bottom:1px solid #cfcfca;transition:.3s var(--ease)}.service-lines a:hover{transform:translateX(10px);border-color:#000}.service-lines strong{font-size:clamp(29px,3vw,48px);letter-spacing:-.04em}.service-lines span{color:#666;line-height:1.4;align-self:center}.process{background:#050505}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.process-grid div{min-height:250px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.3s}.process-grid div:hover{background:var(--yellow);color:#000;transform:translateY(-6px)}.process-grid h3{font-size:clamp(25px,2.8vw,44px);margin:0 0 90px;letter-spacing:-.04em}.process-grid p{color:#8d8d8d;line-height:1.5}.process-grid div:hover p{color:#111}.seo-home{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;background:var(--yellow);color:#000}.seo-panel h2{font-size:clamp(52px,6.5vw,104px);line-height:.94;letter-spacing:-.055em;margin:14px 0 22px}.seo-panel h2 em{font-style:normal;color:#000;-webkit-text-stroke:1px #000}.seo-panel p{max-width:560px;line-height:1.65}.seo-screen{background:#fff;padding:24px;box-shadow:12px 12px 0 #000;transform:rotate(-1deg)}.fake-search{border:1px solid #ddd;border-radius:999px;padding:15px 20px;color:#333}.fake-result{padding:32px 12px 12px}.fake-result small{color:#5e6d50}.fake-result strong{display:block;color:#1a0dab;font-size:24px;margin:8px 0}.fake-result p{color:#555}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{display:flex;flex-direction:column;background:#0b0b0b;border:1px solid #222;min-height:490px;overflow:hidden;transition:.4s var(--ease)}.blog-card:hover{transform:translateY(-8px);border-color:#555}.blog-card img{height:240px;object-fit:cover;filter:grayscale(.35);transition:.6s}.blog-card:hover img{transform:scale(1.02);filter:none}.blog-card>div{padding:24px;display:flex;flex-direction:column;flex:1}.blog-card span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.12em}.blog-card h3{font-size:clamp(24px,2.5vw,38px);line-height:1.06;letter-spacing:-.035em;margin:14px 0}.blog-card p{color:#888;line-height:1.5}.blog-card b{margin-top:auto;font-size:11px}.cta-band{padding:8vw 5vw;background:var(--yellow);color:#000;display:grid;grid-template-columns:.6fr 2fr auto;gap:3vw;align-items:end}.cta-band span{font-size:10px;font-weight:900;letter-spacing:.15em}.cta-band h2{font-size:clamp(58px,8vw,140px);line-height:.9;letter-spacing:-.06em;margin:0}.cta-band a{font-weight:900;border-bottom:2px solid #000;padding-bottom:6px}
.inner-hero{min-height:88vh;padding:145px 5vw 6vw;display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center;position:relative;overflow:hidden}.inner-copy h1{font-size:clamp(67px,8.3vw,142px);line-height:.91;letter-spacing:-.06em;margin:18px 0 26px}.inner-copy h1 em{font-style:normal;color:var(--yellow)}.inner-copy p{max-width:660px;color:#aaa;font-size:17px;line-height:1.65}.inner-visual{height:66vh;min-height:520px;overflow:hidden}.inner-visual img{height:100%;object-fit:cover;filter:grayscale(.35) contrast(1.05)}.split-story{display:grid;grid-template-columns:.8fr 1.3fr;gap:8vw}.split-story h2{font-size:clamp(48px,6vw,96px);line-height:.96;letter-spacing:-.05em;margin:14px 0}.article-copy{font-size:18px;line-height:1.75;color:#b8b8b8}.article-copy p:first-child{margin-top:0}.article-copy blockquote{margin:44px 0;padding:30px 0 30px 28px;border-left:4px solid var(--yellow);font-size:clamp(24px,3vw,43px);line-height:1.15;color:#fff;font-weight:800;letter-spacing:-.03em}.value-grid,.three-col,.deliver-grid,.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.value-grid>div,.deliver-grid>div,.pillar-grid>div{padding:26px;min-height:250px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.value-grid h3,.deliver-grid h3,.pillar-grid h3{font-size:26px;line-height:1.05;letter-spacing:-.04em;margin:0 0 70px}.value-grid p,.deliver-grid p,.pillar-grid p{color:#8c8c8c;line-height:1.55}.dark-list{display:grid;grid-template-columns:.75fr 1.4fr;gap:7vw;background:#0b0b0b}.dark-list h2{font-size:clamp(48px,6vw,96px);line-height:.96;margin:16px 0}.simple-links a{display:block;padding:22px 0;border-bottom:1px solid #272727}.simple-links strong{display:block;font-size:clamp(25px,3vw,46px);margin-bottom:8px}.simple-links span{color:#777}.hero-abstract{height:60vh;min-height:480px;position:relative}.hero-abstract div{position:absolute;border:1px solid var(--yellow);border-radius:50%}.hero-abstract div:nth-child(1){width:80%;aspect-ratio:1;right:-10%;top:0}.hero-abstract div:nth-child(2){width:55%;aspect-ratio:1;right:18%;top:15%;border-color:#fff}.hero-abstract div:nth-child(3){width:28%;aspect-ratio:1;right:4%;bottom:5%;background:var(--yellow);border:0}.service-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-card{background:#0b0b0b;border:1px solid #222;display:grid;grid-template-columns:.9fr 1.1fr;min-height:360px;overflow:hidden}.service-card-image{overflow:hidden}.service-card img{height:100%;object-fit:cover;filter:grayscale(.6);transition:.7s var(--ease)}.service-card:hover img{transform:scale(1.04);filter:none}.service-card>div:last-child{padding:30px;display:flex;flex-direction:column}.service-card h3{font-size:clamp(35px,4vw,62px);line-height:.95;letter-spacing:-.05em;margin:0 0 18px}.service-card p{color:#8b8b8b;line-height:1.55}.service-card span{margin-top:auto;font-size:11px;font-weight:900;color:var(--yellow)}.three-col{grid-template-columns:repeat(3,1fr)}.three-col>div{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.three-col h3{font-size:28px}.three-col p{color:#888;line-height:1.55}
.detail-hero{height:100svh;min-height:720px;position:relative;display:flex;align-items:flex-end;padding:145px 5vw 6vw;overflow:hidden}.detail-bg,.detail-shade{position:absolute;inset:0}.detail-bg img{height:100%;object-fit:cover;filter:grayscale(.55) brightness(.6)}.detail-shade{background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.25) 70%,rgba(0,0,0,.52))}.detail-copy{position:relative;z-index:2;max-width:980px}.crumb{font-size:11px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:4px;display:inline-block;margin-bottom:28px}.detail-copy h1{font-size:clamp(82px,12vw,210px);line-height:.9;letter-spacing:-.06em;margin:14px 0 24px}.detail-copy p{max-width:660px;font-size:18px;color:#d0d0d0;line-height:1.6}.detail-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.detail-intro h2{font-size:clamp(52px,6.5vw,102px);line-height:.96;letter-spacing:-.05em;margin:14px 0}.detail-intro h2 em{font-style:normal;color:var(--yellow)}.workflow-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.workflow-row div{padding:25px 20px;border-right:1px solid var(--line)}.workflow-row b{font-size:24px}.workflow-row p{color:#777}.next-page{padding:7vw 5vw;background:var(--yellow);color:#000}.next-page span{display:block;font-size:10px;letter-spacing:.15em;font-weight:900;margin-bottom:16px}.next-page a{font-size:clamp(58px,9vw,150px);font-weight:900;letter-spacing:-.06em;line-height:.9}
.seo-landing-hero{background:linear-gradient(135deg,#050505,#12100a)}.seo-landing-card{background:var(--yellow);color:#000;padding:38px;transform:rotate(2deg);box-shadow:14px 14px 0 #171717}.seo-landing-card span{font-size:10px;letter-spacing:.15em;font-weight:900}.seo-landing-card strong{display:block;font-size:clamp(33px,4vw,64px);line-height:.98;margin:20px 0;letter-spacing:-.045em}.seo-landing-card p{line-height:1.55}.seo-pillars{display:grid;grid-template-columns:.6fr 1.4fr;gap:6vw}.seo-pillars h2{font-size:clamp(50px,6vw,94px);line-height:.95}.projects-index-hero{align-items:end}.project-collage{height:64vh;position:relative}.project-collage img{position:absolute;width:56%;height:46%;object-fit:cover;border:6px solid #050505;box-shadow:0 20px 60px #000}.project-collage img:nth-child(1){left:0;top:0}.project-collage img:nth-child(2){right:0;top:12%}.project-collage img:nth-child(3){left:10%;bottom:0}.project-collage img:nth-child(4){right:7%;bottom:5%}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px}.filter-bar button,.filter-bar a{display:inline-flex;align-items:center;justify-content:center;border:1px solid #343434;background:#0b0b0b;color:#fff;padding:11px 15px;font-size:11px;font-weight:800}.filter-bar button.active,.filter-bar button:hover,.filter-bar a.active,.filter-bar a:hover{background:var(--yellow);border-color:var(--yellow);color:#000}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.project-card{background:#0b0b0b;border:1px solid #222;overflow:hidden;transition:.45s var(--ease)}.project-card:hover{transform:translateY(-7px);border-color:#555}.pc-img{height:430px;overflow:hidden}.pc-img img{height:100%;object-fit:cover;filter:brightness(.74) grayscale(.35);transition:.7s var(--ease)}.project-card:hover img{transform:scale(1.03);filter:none}.pc-meta{padding:25px}.pc-meta span{color:var(--yellow);font-size:9px;letter-spacing:.14em;font-weight:900}.pc-meta strong{display:block;font-size:clamp(38px,5vw,72px);line-height:.94;letter-spacing:-.05em;margin:10px 0}.pc-meta p{color:#858585;line-height:1.5}.project-card.hidden{display:none}
.project-detail-hero{height:100svh;min-height:720px;position:relative;display:flex;align-items:flex-end;padding:145px 5vw 5vw;overflow:hidden}.project-hero-bg,.project-hero-shade{position:absolute;inset:0}.project-hero-bg img{height:100%;object-fit:cover;filter:brightness(.55)}.project-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.12) 70%,rgba(0,0,0,.42))}.project-hero-copy{position:relative;z-index:2;max-width:1150px}.project-hero-copy>span{color:var(--yellow);font-size:10px;letter-spacing:.16em;font-weight:900}.project-hero-copy h1{font-size:clamp(84px,13vw,220px);line-height:.9;letter-spacing:-.06em;margin:12px 0 20px}.project-hero-copy p{max-width:700px;font-size:17px;line-height:1.6;color:#d4d4d4}.project-summary{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.project-summary h2{font-size:clamp(48px,6.5vw,100px);line-height:.95;margin:12px 0}.project-facts{align-self:end;border-top:1px solid var(--line)}.project-facts div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.project-facts small{color:#777}.project-story{display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-block{min-height:440px;background:#0c0c0c;padding:40px;display:flex;flex-direction:column}.story-block.yellow{background:var(--yellow);color:#000}.story-block.yellow span{color:#000}.story-block h3{font-size:clamp(40px,5vw,78px);line-height:.97;letter-spacing:-.05em;margin:18px 0}.story-block p{margin-top:auto;max-width:650px;line-height:1.6;color:#929292}.story-block.yellow p{color:#2a2a2a}.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#222}.project-gallery img{height:70vh;object-fit:cover;background:#111}.outcome{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.outcome h2{font-size:clamp(50px,6.5vw,103px);line-height:.95;margin:12px 0}
.refs-hero{background:linear-gradient(130deg,#050505,#131313)}.refs-orbit{width:min(420px,34vw);aspect-ratio:1;border:1px solid var(--yellow);border-radius:50%;display:grid;place-content:center;text-align:center;justify-self:center;animation:float 5s ease-in-out infinite}.refs-orbit span{font-size:clamp(80px,10vw,150px);font-weight:900;letter-spacing:-.07em;color:var(--yellow)}.refs-orbit small{color:#aaa}.reference-wall{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.reference-wall div{min-height:150px;display:grid;place-items:center;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.3s}.reference-wall div:hover{background:var(--yellow);color:#000}.reference-wall span{font-size:clamp(18px,2vw,28px);font-weight:900;text-align:center}.reference-note{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.reference-note h2{font-size:clamp(48px,6vw,94px);line-height:.95}.reference-note>p{font-size:18px;line-height:1.7;color:#999;align-self:end}
.blog-index-hero{align-items:end}.blog-feature{position:relative;min-height:58vh;overflow:hidden}.blog-feature img{position:absolute;inset:0;height:100%;object-fit:cover;filter:brightness(.52)}.blog-feature>div{position:absolute;z-index:2;left:30px;right:30px;bottom:30px}.blog-feature span{color:var(--yellow);font-size:10px;font-weight:900}.blog-feature h2{font-size:clamp(35px,4vw,65px);line-height:.98;margin:10px 0 20px}.blog-feature a{font-size:11px;font-weight:900;border-bottom:1px solid var(--yellow)}.blog-grid-large{grid-template-columns:repeat(2,1fr)}.newsletter{padding:6vw 5vw;background:var(--yellow);color:#000;display:grid;grid-template-columns:1.4fr 1fr;gap:6vw;align-items:end}.newsletter span{font-size:10px;font-weight:900;letter-spacing:.15em}.newsletter h2{font-size:clamp(48px,6vw,92px);line-height:.95;margin:12px 0}.newsletter form{display:flex;border-bottom:2px solid #000}.newsletter input{flex:1;border:0;background:transparent;padding:15px 0;outline:none}.newsletter button{border:0;background:#000;color:#fff;padding:0 22px;font-weight:900}.article-page{padding-top:var(--header)}.article-hero{padding:8vw 14vw 5vw}.article-hero>span{color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.14em}.article-hero h1{font-size:clamp(65px,9vw,150px);line-height:.92;letter-spacing:-.06em;margin:18px 0 28px;max-width:1300px}.article-hero>p{max-width:820px;color:#aaa;font-size:20px;line-height:1.6}.article-meta{display:flex;gap:30px;margin-top:32px;color:#777;font-size:11px}.article-cover{margin:0 5vw;height:70vh;overflow:hidden}.article-cover img{height:100%;object-fit:cover}.article-layout{padding:7vw 14vw 10vw;display:grid;grid-template-columns:220px 1fr;gap:7vw}.article-layout aside{position:sticky;top:115px;height:max-content;display:flex;flex-direction:column;gap:14px}.article-layout aside b{font-size:10px;color:var(--yellow)}.article-layout aside a{font-size:12px;color:#888}.article-body{max-width:820px;font-size:18px;line-height:1.8;color:#c0c0c0}.article-body .lead{font-size:26px;line-height:1.55;color:#fff}.article-body h2{font-size:clamp(38px,5vw,70px);line-height:1;letter-spacing:-.045em;color:#fff;margin:70px 0 20px}.article-body blockquote{margin:48px 0;padding:28px;border-left:4px solid var(--yellow);font-size:30px;line-height:1.35;color:#fff;font-weight:800}.article-body li{margin:10px 0}
.contact-big{display:flex;flex-direction:column;gap:16px}.contact-big a{font-size:clamp(30px,4vw,62px);font-weight:900;letter-spacing:-.045em}.contact-big a:hover{color:var(--yellow)}.contact-big span{color:#888}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:7vw}.contact-form-wrap h2{font-size:clamp(48px,6vw,88px);line-height:.98;letter-spacing:-.05em}.demo-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.demo-form label,.quote-form label{display:flex;flex-direction:column;gap:8px;font-size:11px;color:#aaa}.demo-form .full{grid-column:1/-1}.demo-form input,.demo-form textarea,.demo-form select,.quote-form input,.quote-form textarea{width:100%;background:#0b0b0b;border:1px solid #333;color:#fff;padding:15px;outline:none}.demo-form input:focus,.demo-form textarea:focus,.demo-form select:focus,.quote-form input:focus,.quote-form textarea:focus{border-color:var(--yellow)}.demo-form button,.quote-form button{grid-column:1/-1;background:var(--yellow);border:0;padding:17px;font-weight:900}.contact-info-panel{display:flex;flex-direction:column;gap:22px}.contact-info-panel>div{background:#0b0b0b;border:1px solid #252525;padding:28px}.contact-info-panel small{color:var(--yellow);font-size:9px;font-weight:900}.contact-info-panel p{color:#999;line-height:1.6}.contact-info-panel a{display:block;margin-top:8px}.map-abstract{height:420px!important;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 54% 48%,rgba(255,192,0,.22),transparent 5%),linear-gradient(135deg,#111,#060606)!important;overflow:hidden}.map-abstract:before,.map-abstract:after{content:"";position:absolute;border:1px solid #333;border-radius:50%;width:90%;aspect-ratio:1}.map-abstract:after{width:55%;border-color:var(--yellow)}.map-abstract span{font-size:clamp(45px,7vw,100px);font-weight:900;z-index:2;color:#fff}.quote-page{padding:145px 5vw 8vw;display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}.quote-intro{position:sticky;top:120px;height:max-content}.quote-intro h1{font-size:clamp(58px,7.5vw,120px);line-height:.93;letter-spacing:-.055em;margin:16px 0 25px}.quote-intro>p{color:#999;line-height:1.6}.quote-side-note{margin-top:45px;padding-top:24px;border-top:1px solid #292929}.quote-side-note p{color:#777}.quote-form{display:flex;flex-direction:column;gap:70px}.form-section{padding-bottom:60px;border-bottom:1px solid #292929}.form-section h2{font-size:clamp(34px,4vw,60px);line-height:1;letter-spacing:-.04em;margin:12px 0 30px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice-grid label{display:flex;flex-direction:row;align-items:center;gap:10px;background:#0b0b0b;border:1px solid #303030;padding:16px;color:#fff}.choice-grid input{width:auto}.form-section>label{margin-bottom:15px}.two-input{display:grid;grid-template-columns:1fr 1fr;gap:15px}.launcher{padding:130px 5vw 8vw}.launcher>div:first-child{max-width:1050px;margin-bottom:55px}.launcher img{width:180px;filter:brightness(0) invert(1);margin-bottom:30px}.launcher>div:first-child>span{color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.15em}.launcher h1{font-size:clamp(70px,10vw,160px);line-height:.9;letter-spacing:-.06em;margin:20px 0}.launcher p{color:#999}.launcher-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #292929;border-left:1px solid #292929}.launcher-grid a{padding:22px;min-height:130px;border-right:1px solid #292929;border-bottom:1px solid #292929;display:flex;flex-direction:column;justify-content:space-between}.launcher-grid a:hover{background:var(--yellow);color:#000}.launcher-grid b{font-size:20px}.launcher-grid span{color:#777;font-size:11px}.launcher-grid a:hover span{color:#222}
.footer{padding:5vw;background:#020202;border-top:1px solid #222}.footer-main{display:grid;grid-template-columns:220px 1fr 1fr;gap:4vw;align-items:end;padding-bottom:4vw;border-bottom:1px solid #222}.footer-main img{width:180px;filter:brightness(0) invert(1)}.footer-main p{color:#777;max-width:420px}.footer-main>a{font-size:clamp(18px,2vw,30px);font-weight:900;justify-self:end}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:4vw;padding:4vw 0}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links b{color:var(--yellow);font-size:10px;letter-spacing:.12em;margin-bottom:10px}.footer-links a{color:#aaa}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:22px;border-top:1px solid #222;color:#666;font-size:10px}.footer-bottom a{color:#fff}
@keyframes float{50%{transform:translateY(-14px)}}
@media(max-width:1200px){.header{grid-template-columns:175px 1fr auto}.logo img{width:160px}.desktop-nav{gap:18px}.desktop-nav>a,.nav-link{font-size:12px}.mega-service-list{grid-template-columns:repeat(2,1fr)}.mega-service-list>a:nth-child(4n+3){padding-left:0;border-left:0}.mega-service-list>a:nth-child(even){padding-left:18px;border-left:1px solid #222}.project-grid,.service-card-grid{grid-template-columns:1fr 1fr}.launcher-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){:root{--header:76px}.desktop-nav,.start{display:none}.header{grid-template-columns:1fr auto;padding:0 20px}.menu-toggle{display:block}.logo img{width:160px}.section{padding:11vw 24px}.hero-home{padding:120px 24px 36px;min-height:680px}.hero-content h1{font-size:clamp(70px,16vw,145px);line-height:.88}.manifest,.services-home,.seo-home,.split-story,.dark-list,.detail-intro,.seo-pillars,.project-summary,.outcome,.reference-note,.contact-grid,.quote-page,.inner-hero{grid-template-columns:1fr}.manifest{gap:26px}.metric-row{grid-column:1}.services-intro{position:static}.process-grid,.value-grid,.deliver-grid,.pillar-grid{grid-template-columns:1fr 1fr}.inner-hero{padding:120px 24px 60px;min-height:auto}.inner-visual{height:55vh;min-height:420px}.hero-abstract{height:45vh}.detail-hero,.project-detail-hero{padding:120px 24px 50px}.project-story,.project-gallery{grid-template-columns:1fr}.project-gallery img{height:60vh}.refs-orbit{width:min(400px,70vw)}.reference-wall{grid-template-columns:repeat(3,1fr)}.article-hero{padding:9vw 7vw 5vw}.article-layout{padding:7vw;grid-template-columns:1fr}.article-layout aside{position:static;display:none}.article-cover{margin:0 24px;height:55vh}.contact-big{margin-top:20px}.quote-intro{position:static}.launcher-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr}.footer-main>a{justify-self:start}.pc-img{height:330px}}
@media(max-width:680px){.section{padding:16vw 20px}.hero-home{min-height:650px}.hero-content h1{font-size:clamp(58px,18vw,106px);line-height:.92;letter-spacing:-.05em}.hero-content h1 em{-webkit-text-stroke:1px #fff}.hero-content p{font-size:14px}.hero-actions{flex-direction:column;align-items:flex-start}.metric-row,.process-grid,.value-grid,.deliver-grid,.pillar-grid,.three-col,.workflow-row,.blog-grid,.blog-grid-large,.project-grid,.service-card-grid,.reference-wall,.newsletter,.demo-form,.choice-grid,.two-input,.footer-links{grid-template-columns:1fr}.metric-row div{border-right:0;border-bottom:1px solid var(--line)}.home-project{min-height:64vh}.home-project-overlay{left:20px;right:20px;bottom:24px}.home-project-overlay h3{font-size:clamp(48px,15vw,80px)}.service-lines a{grid-template-columns:1fr;gap:8px}.service-card{grid-template-columns:1fr;min-height:auto}.service-card-image{height:260px}.process-grid h3{margin-bottom:45px}.seo-screen{box-shadow:7px 7px 0 #000}.cta-band{grid-template-columns:1fr;gap:24px;padding:16vw 20px}.inner-copy h1{font-size:clamp(54px,15vw,92px);line-height:.95}.inner-visual{height:48vh;min-height:340px}.detail-copy h1,.project-hero-copy h1{font-size:clamp(62px,17vw,110px);line-height:.9}.project-collage{height:52vh;margin-top:20px}.project-collage img{border-width:3px}.pc-img{height:300px}.project-story{gap:10px}.story-block{min-height:360px;padding:26px}.project-gallery img{height:45vh}.reference-wall div{min-height:105px}.reference-wall span{font-size:18px}.blog-feature{min-height:50vh;margin-top:20px}.article-hero{padding:110px 20px 45px}.article-hero h1{font-size:clamp(52px,14vw,90px)}.article-hero>p{font-size:17px}.article-cover{margin:0 20px;height:42vh}.article-layout{padding:12vw 20px}.article-body .lead{font-size:21px}.article-body{font-size:16px}.article-body blockquote{font-size:23px}.contact-form-wrap h2{font-size:48px}.demo-form .full,.demo-form button{grid-column:auto}.map-abstract{height:320px!important}.quote-page{padding:115px 20px 60px}.launcher{padding:110px 20px 60px}.launcher-grid{grid-template-columns:1fr}.footer{padding:12vw 20px}.footer-main{padding-bottom:35px}.footer-links{padding:35px 0}.footer-bottom{gap:20px}.footer-bottom span{max-width:70%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.refs-orbit{animation:none}.home-project img,.service-card img,.pc-img img{transition:none}}

.hero-content .eyebrow,.hero-content h1,.hero-content p,.hero-actions{opacity:0;transform:translateY(28px);animation:heroEnter .85s var(--ease) forwards}.hero-content h1{animation-delay:.08s}.hero-content p{animation-delay:.18s}.hero-actions{animation-delay:.28s}@keyframes heroEnter{to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.hero-content .eyebrow,.hero-content h1,.hero-content p,.hero-actions{opacity:1;transform:none;animation:none}}

/* SEO content, accessibility and preview feedback */
.skip-link{position:fixed;z-index:1000;left:16px;top:12px;padding:12px 16px;background:var(--yellow);color:#000;font-weight:900;transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:none}.seo-depth{background:#080808;border-top:1px solid var(--line)}.seo-depth-head{display:grid;grid-template-columns:.55fr 1.25fr;column-gap:7vw;align-items:start}.seo-depth-head>span,.seo-faq>div:first-child>span,.seo-checklist>div>span{color:var(--yellow);font-size:10px;letter-spacing:.18em;font-weight:900}.seo-depth-head h2{font-size:clamp(44px,5.4vw,86px);line-height:.98;letter-spacing:-.05em;margin:0}.seo-depth-head>p{grid-column:2;font-size:18px;line-height:1.75;color:#b0b0b0;max-width:900px;margin:28px 0 0}.seo-depth-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:5vw;border-top:1px solid var(--line);border-left:1px solid var(--line)}.seo-depth-grid article{min-height:300px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.seo-depth-grid h3{font-size:clamp(26px,2.8vw,44px);line-height:1.03;letter-spacing:-.04em;margin:0 0 70px}.seo-depth-grid p{color:#999;line-height:1.7;margin:0}.seo-faq{display:grid;grid-template-columns:.55fr 1.25fr;gap:7vw;margin-top:7vw;padding-top:5vw;border-top:1px solid var(--line)}.seo-faq h2,.seo-checklist h2{font-size:clamp(40px,5vw,78px);line-height:.98;letter-spacing:-.05em;margin:13px 0}.seo-faq details{border-bottom:1px solid var(--line)}.seo-faq summary{list-style:none;cursor:pointer;padding:24px 42px 24px 0;font-size:clamp(20px,2vw,30px);font-weight:800;position:relative}.seo-faq summary::-webkit-details-marker{display:none}.seo-faq summary:after{content:"+";position:absolute;right:3px;top:21px;color:var(--yellow);font-size:30px;line-height:1}.seo-faq details[open] summary:after{content:"−"}.seo-faq details p{color:#aaa;line-height:1.7;margin:0;padding:0 42px 24px 0;max-width:820px}.seo-related{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:5vw;padding-top:30px;border-top:1px solid var(--line)}.seo-related strong{font-size:10px;color:var(--yellow);letter-spacing:.15em;margin-right:10px}.seo-related a{border:1px solid #333;padding:10px 13px;font-size:11px;font-weight:800;transition:.2s}.seo-related a:hover,.seo-related a:focus-visible{border-color:var(--yellow);color:var(--yellow)}.seo-checklist{display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;margin-top:7vw;padding:5vw;background:var(--yellow);color:#000}.seo-checklist>div>span{color:#000}.seo-checklist ul{margin:0;padding:0;list-style:none;counter-reset:seo-check}.seo-checklist li{counter-increment:seo-check;padding:18px 0 18px 54px;border-bottom:1px solid rgba(0,0,0,.25);font-weight:800;line-height:1.45;position:relative}.seo-checklist li:before{content:counter(seo-check,decimal-leading-zero);position:absolute;left:0;color:rgba(0,0,0,.55);font-size:11px}.project-depth{background:#0b0b0b}.article-body [data-article-expanded] h3{color:#fff;font-size:26px;line-height:1.2;margin:36px 0 10px}.article-body [data-article-expanded] ul{padding-left:22px}.form-status{grid-column:1/-1;padding:14px 16px;border:1px solid #4d431c;background:#171307;color:#ffe48d;font-size:13px;line-height:1.5}.form-status.success{border-color:#2f6d4c;background:#0b2116;color:#9cf4c0}.form-status.error{border-color:#793b3b;background:#251010;color:#ffb5b5}.demo-form [aria-invalid="true"],.quote-form [aria-invalid="true"]{border-color:#ff6262}.filter-bar button[aria-pressed="true"]{background:var(--yellow);border-color:var(--yellow);color:#000}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
@media(max-width:980px){.seo-depth-head,.seo-faq,.seo-checklist{grid-template-columns:1fr}.seo-depth-head>p{grid-column:1}.seo-depth-grid{grid-template-columns:1fr 1fr}.seo-checklist{padding:7vw}.seo-depth-grid article:last-child{grid-column:1/-1}.seo-faq{gap:25px}}
@media(max-width:680px){.seo-depth-grid{grid-template-columns:1fr;margin-top:45px}.seo-depth-grid article:last-child{grid-column:auto}.seo-depth-grid article{min-height:auto;padding:25px}.seo-depth-grid h3{margin-bottom:30px}.seo-depth-head>p{font-size:16px}.seo-faq,.seo-checklist{margin-top:55px;padding-top:40px}.seo-checklist{padding:34px 22px}.seo-related{margin-top:45px;align-items:stretch}.seo-related strong{width:100%;margin-bottom:8px}.seo-related a{flex:1 1 45%;text-align:center}.seo-faq summary{padding-right:34px}.seo-faq details p{padding-right:20px}}
.article-layout aside [data-toc-expanded]{display:contents}

/* Homepage selected projects: two cards per row */
.projects-home .project-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.projects-home .home-project{min-height:58vh}
.projects-home .home-project:after{background:linear-gradient(90deg,rgba(0,0,0,.8),transparent 80%)}
.projects-home .home-project-overlay{left:2.5vw;right:2.5vw;bottom:2.5vw;max-width:620px}
.projects-home .home-project-overlay h3{font-size:clamp(42px,5.2vw,88px)}
@media(max-width:680px){.projects-home .project-stack{grid-template-columns:1fr}.projects-home .home-project{min-height:64vh}.projects-home .home-project-overlay{left:20px;right:20px;bottom:24px}.projects-home .home-project-overlay h3{font-size:clamp(42px,14vw,74px)}}

/* Responsive banner typography: prevents long corporate headings from overflowing */
.hero-content h1,.inner-copy h1,.detail-copy h1,.project-hero-copy h1,.article-hero h1,.quote-intro h1,.launcher h1,.cta-band h2,.next-page a{max-width:100%;text-wrap:balance;overflow-wrap:break-word;word-break:normal}
.hero-content{width:min(100%,1320px)}
.hero-content h1{font-size:clamp(64px,8.5vw,138px);line-height:.9;letter-spacing:-.055em}
.inner-copy{min-width:0}.inner-copy h1{font-size:clamp(50px,6.3vw,102px);line-height:.96;max-width:13ch}
.detail-copy{width:min(100%,1080px)}.detail-copy h1{font-size:clamp(64px,8.5vw,148px);line-height:.92;max-width:12ch}
.project-hero-copy{width:min(100%,1180px)}.project-hero-copy h1{font-size:clamp(64px,9vw,156px);line-height:.92;max-width:12ch}
.article-hero h1{font-size:clamp(48px,6.5vw,108px);line-height:.96;max-width:16ch}
.quote-intro h1{font-size:clamp(44px,5.5vw,86px);line-height:.97;max-width:12ch}
.launcher h1{font-size:clamp(58px,8vw,124px);line-height:.93}
.cta-band h2{font-size:clamp(44px,6.2vw,100px);line-height:.94}
.next-page a{font-size:clamp(44px,7vw,112px);line-height:.94;display:block}
@media(max-width:1366px){.hero-content h1{font-size:clamp(58px,8vw,108px)}.inner-copy h1{font-size:clamp(48px,5.8vw,82px)}.detail-copy h1,.project-hero-copy h1{font-size:clamp(58px,8vw,108px)}.article-hero h1{font-size:clamp(46px,6vw,82px)}.cta-band h2{font-size:clamp(42px,5.8vw,80px)}}
@media(max-width:980px){.hero-content h1{font-size:clamp(54px,11vw,92px);line-height:.92}.inner-copy h1{font-size:clamp(44px,9vw,76px);max-width:15ch}.detail-copy h1,.project-hero-copy h1{font-size:clamp(52px,11vw,92px);max-width:13ch}.article-hero h1{font-size:clamp(44px,8.5vw,72px);max-width:18ch}.quote-intro h1{font-size:clamp(44px,8vw,70px);max-width:15ch}.cta-band h2{font-size:clamp(42px,8vw,70px)}}
@media(max-width:680px){.hero-home{height:auto;min-height:100svh}.hero-content h1{font-size:clamp(44px,12.5vw,68px);line-height:.94;letter-spacing:-.045em}.hero-content h1 span,.hero-content h1 em{max-width:100%}.inner-copy h1{font-size:clamp(38px,11vw,58px);line-height:1;max-width:100%}.detail-hero,.project-detail-hero{height:auto;min-height:100svh}.detail-copy h1,.project-hero-copy h1{font-size:clamp(44px,12vw,66px);line-height:.96;max-width:100%}.article-hero h1{font-size:clamp(38px,10vw,56px);line-height:1;max-width:100%}.quote-intro h1{font-size:clamp(38px,10.5vw,58px);line-height:1;max-width:100%}.launcher h1{font-size:clamp(48px,13vw,72px);line-height:.95}.cta-band h2,.next-page a{font-size:clamp(38px,10.5vw,58px);line-height:1}.section-head h2,.manifest h2,.split-story h2,.detail-intro h2,.seo-depth-head h2{overflow-wrap:break-word;text-wrap:balance}}



/* Ankara landing cluster cards */
.ankara-landing-cluster{background:#0b0b0b;border-top:1px solid var(--line)}.landing-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.landing-link-card{min-width:0;min-height:310px;padding:28px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.3s var(--ease)}.landing-link-card>span{color:var(--yellow);font-size:9px;letter-spacing:.16em;font-weight:900}.landing-link-card strong{font-size:clamp(24px,2.4vw,38px);line-height:1.04;letter-spacing:-.04em;margin:18px 0}.landing-link-card p{color:#8f8f8f;line-height:1.6;margin:0 0 28px}.landing-link-card b{margin-top:auto;font-size:11px;border-bottom:1px solid var(--yellow);width:max-content;padding-bottom:4px}.landing-link-card:hover,.landing-link-card:focus-visible{background:var(--yellow);color:#000;transform:translateY(-4px)}.landing-link-card:hover>span,.landing-link-card:hover p,.landing-link-card:focus-visible>span,.landing-link-card:focus-visible p{color:#181818}.landing-link-card:hover b,.landing-link-card:focus-visible b{border-color:#000}@media(max-width:980px){.landing-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.landing-link-grid{grid-template-columns:1fr}.landing-link-card{min-height:auto;padding:24px}.landing-link-card strong{font-size:30px}}
/* End Ankara landing cluster cards */

/* Ankara landing banner backgrounds */
.seo-landing-hero{isolation:isolate;background:#050505}.seo-landing-hero:before,.seo-landing-hero:after{content:"";position:absolute;inset:0;pointer-events:none}.seo-landing-hero:before{z-index:-2;background-image:var(--banner-image);background-size:cover;background-position:center;filter:saturate(.72) contrast(1.08);transform:scale(1.015)}.seo-landing-hero:after{z-index:-1;background:linear-gradient(90deg,rgba(3,3,3,.96) 0%,rgba(3,3,3,.83) 44%,rgba(3,3,3,.48) 72%,rgba(3,3,3,.72) 100%),linear-gradient(0deg,rgba(3,3,3,.74),transparent 56%)}.seo-landing-hero>.inner-copy,.seo-landing-hero>.seo-landing-card{position:relative;z-index:1}.seo-landing-hero .inner-copy p{color:#d1d1d1;text-shadow:0 1px 16px rgba(0,0,0,.65)}.seo-landing-hero .seo-landing-card{background:rgba(255,192,0,.95);backdrop-filter:blur(5px)}@media(max-width:980px){.seo-landing-hero:before{background-position:center}.seo-landing-hero:after{background:linear-gradient(180deg,rgba(3,3,3,.9) 0%,rgba(3,3,3,.72) 52%,rgba(3,3,3,.92) 100%)}.seo-landing-hero .seo-landing-card{max-width:680px}}@media(max-width:680px){.seo-landing-hero:before{background-position:58% center}.seo-landing-hero:after{background:linear-gradient(180deg,rgba(3,3,3,.93) 0%,rgba(3,3,3,.7) 52%,rgba(3,3,3,.96) 100%)}.seo-landing-hero .seo-landing-card{transform:none;box-shadow:7px 7px 0 #171717;padding:25px}.seo-landing-hero .seo-landing-card strong{font-size:clamp(28px,8vw,42px)}}
/* End Ankara landing banner backgrounds */

/* Premium interaction and page motion system */
body.motion-enhanced main{opacity:0;transform:translateY(10px);transition:opacity .48s var(--ease),transform .65s var(--ease)}
body.motion-enhanced.motion-loaded main{opacity:1;transform:none}
body:after{content:"";position:fixed;z-index:1800;inset:0;background:linear-gradient(135deg,#050505 0%,#0b0b0b 72%,#241b00 100%);transform:scaleY(0);transform-origin:bottom;pointer-events:none;transition:transform .3s var(--ease)}
body.page-leaving:after{transform:scaleY(1)}
body.page-leaving main{opacity:0!important;transform:translateY(-12px)!important;transition-duration:.22s!important}

.motion-enhanced .motion-reveal{opacity:1;transform:translate3d(0,14px,0);filter:none;transition:opacity .72s var(--ease) var(--motion-delay,0ms),transform .9s var(--ease) var(--motion-delay,0ms),filter .72s var(--ease) var(--motion-delay,0ms)}
.motion-enhanced .motion-reveal.motion-in{opacity:1;transform:none;filter:none}
.motion-enhanced main>section.motion-reveal{transform:translate3d(0,52px,0)}
.motion-enhanced main>section.motion-reveal.motion-in{transform:none}
.motion-enhanced .motion-reveal.motion-in.project-card:hover,.motion-enhanced .motion-reveal.motion-in.service-card:hover,.motion-enhanced .motion-reveal.motion-in.blog-card:hover{transform:translateY(-8px)}
.motion-enhanced .motion-reveal.motion-in.landing-link-card:hover{transform:translateY(-4px)}
.motion-enhanced .pillar-grid>.motion-reveal.motion-in:hover,.motion-enhanced .seo-depth-grid>.motion-reveal.motion-in:hover,.motion-enhanced .process-grid>.motion-reveal.motion-in:hover,.motion-enhanced .value-grid>.motion-reveal.motion-in:hover{transform:translateY(-5px)}

.motion-control{--mag-x:0px;--mag-y:0px;position:relative;isolation:isolate;overflow:hidden;transform:translate3d(var(--mag-x),var(--mag-y),0);transition:transform .28s var(--ease),background-color .25s,color .25s,border-color .25s,box-shadow .3s var(--ease)!important;will-change:transform}
.motion-control:before{content:"";position:absolute;z-index:-1;top:-60%;bottom:-60%;left:-45%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transform:translateX(-220%) skewX(-20deg);transition:transform .72s var(--ease);pointer-events:none}
.motion-control:hover:before,.motion-control:focus-visible:before{transform:translateX(540%) skewX(-20deg)}
.motion-control:hover{box-shadow:0 14px 34px rgba(0,0,0,.28)}
.motion-control:active{transform:translate3d(var(--mag-x),calc(var(--mag-y) + 2px),0) scale(.975)}
.ui-ripple{position:absolute;z-index:2;width:12px;height:12px;margin:-6px 0 0 -6px;border-radius:50%;background:rgba(255,255,255,.58);pointer-events:none;animation:uiRipple .62s ease-out forwards}
.btn-ghost .ui-ripple,.filter-bar button .ui-ripple,.cta-band a .ui-ripple{background:rgba(255,192,0,.5)}
@keyframes uiRipple{0%{opacity:.8;transform:scale(0)}100%{opacity:0;transform:scale(22)}}

.menu-toggle span{transform-origin:center;transition:transform .32s var(--ease),opacity .2s,background-color .2s}
body.menu-open .menu-toggle span:first-child{transform:translateY(5px) rotate(45deg)}
body.menu-open .menu-toggle span:last-child{transform:translateY(-5px) rotate(-45deg)}
.mobile-menu.open .mobile-links>a,.mobile-menu.open .mobile-links>details{opacity:0;transform:translateX(30px);animation:menuItemIn .48s var(--ease) forwards}
.mobile-menu.open .mobile-links>:nth-child(2){animation-delay:.05s}.mobile-menu.open .mobile-links>:nth-child(3){animation-delay:.1s}.mobile-menu.open .mobile-links>:nth-child(4){animation-delay:.15s}.mobile-menu.open .mobile-links>:nth-child(5){animation-delay:.2s}.mobile-menu.open .mobile-links>:nth-child(6){animation-delay:.25s}
@keyframes menuItemIn{to{opacity:1;transform:none}}

.mega-service-list>a,.mega-projects>a,.simple-links a,.footer-links a{transition:color .25s var(--ease),background-color .25s var(--ease),transform .3s var(--ease),border-color .25s}
.mega-service-list>a:hover,.simple-links a:hover{transform:translateX(7px)}
.footer-links a:hover{transform:translateX(5px)}

.project-card,.service-card,.blog-card,.home-project,.landing-link-card{will-change:transform;transition:transform .55s var(--ease),border-color .35s,box-shadow .55s var(--ease)}
.project-card:hover,.service-card:hover,.blog-card:hover,.landing-link-card:hover{box-shadow:0 28px 70px rgba(0,0,0,.34)}
.project-card .pc-img,.service-card-image,.blog-card>img,.home-project{position:relative}
.project-card img,.service-card img,.blog-card img{transition:transform .85s var(--ease),filter .65s var(--ease)}
.project-card:hover img,.service-card:hover img,.blog-card:hover img{transform:scale(1.045)}
.pillar-grid>div,.seo-depth-grid>article,.process-grid>div,.value-grid>div{position:relative;overflow:hidden}
.pillar-grid>div:after,.seo-depth-grid>article:after,.process-grid>div:after,.value-grid>div:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:3px;background:var(--yellow);transition:right .55s var(--ease)}
.pillar-grid>div:hover:after,.seo-depth-grid>article:hover:after,.process-grid>div:hover:after,.value-grid>div:hover:after{right:0}

.seo-landing-hero:before{animation:bannerDrift 18s ease-in-out infinite alternate;will-change:transform,background-position}
.seo-landing-hero .inner-copy{opacity:0;transform:translateY(28px);animation:bannerCopyIn .85s var(--ease) .12s forwards}
.seo-landing-hero .seo-landing-card{opacity:0;transform:translate3d(24px,22px,0) rotate(2deg);animation:bannerCardIn .9s var(--ease) .28s forwards}
@keyframes bannerDrift{0%{transform:scale(1.015);background-position:48% center}100%{transform:scale(1.075);background-position:53% center}}
@keyframes bannerCopyIn{to{opacity:1;transform:none}}
@keyframes bannerCardIn{to{opacity:1;transform:rotate(2deg)}}

.cta-band{position:relative;isolation:isolate;overflow:hidden}
.cta-band:before{content:"";position:absolute;z-index:-1;inset:-80% -20%;background:radial-gradient(circle,rgba(255,255,255,.4),transparent 34%);transform:translateX(-55%);animation:ctaGlow 7s ease-in-out infinite alternate;pointer-events:none}
@keyframes ctaGlow{to{transform:translateX(55%)}}
.cta-band a{transition:letter-spacing .28s var(--ease),transform .28s var(--ease),opacity .25s}
.cta-band a:hover{letter-spacing:.06em}

.seo-faq details[open] summary{color:var(--yellow)}
.seo-faq details[open] p{animation:faqReveal .36s var(--ease) both}
@keyframes faqReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

@media(max-width:680px){
  .motion-enhanced .motion-reveal,.motion-enhanced main>section.motion-reveal{transform:translate3d(0,28px,0);filter:none}
  .motion-enhanced .motion-reveal.motion-in,.motion-enhanced main>section.motion-reveal.motion-in{transform:none}
  .seo-landing-hero:before{animation-duration:24s}
  .seo-landing-hero .seo-landing-card{transform:translateY(18px);animation-name:bannerCopyIn}
}
@media(prefers-reduced-motion:reduce){
  body.motion-enhanced main,body.motion-enhanced.motion-loaded main,body.page-leaving main{opacity:1!important;transform:none!important;transition:none!important}
  body:after{display:none}
  .motion-enhanced .motion-reveal,.motion-enhanced .motion-reveal.motion-in{opacity:1;transform:none;filter:none;transition:none}
  .motion-control,.motion-control:active{transform:none!important;transition:none!important}
  .motion-control:before,.ui-ripple{display:none}
  .mobile-menu.open .mobile-links>a,.mobile-menu.open .mobile-links>details,.seo-landing-hero .inner-copy,.seo-landing-hero .seo-landing-card{opacity:1;transform:none;animation:none}
  .seo-landing-hero:before,.cta-band:before,.seo-faq details[open] p{animation:none}
  .project-card,.service-card,.blog-card,.home-project,.landing-link-card,.project-card img,.service-card img,.blog-card img{transition:none;will-change:auto}
}
/* End premium interaction and page motion system */

/* Fullscreen navigation system */
@media(min-width:981px){
  body.mega-open{overflow:hidden}
  body.mega-open .header{background:#050505;border-bottom-color:var(--yellow)}
  body.mega-open .header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--yellow);animation:megaLine .55s var(--ease) both}
  .mega-menu,.header.scrolled .mega-menu{top:var(--header);left:0;right:0;bottom:0;height:calc(100svh - var(--header));padding:clamp(28px,3.5vw,58px) 5vw clamp(30px,4vw,64px);border:0;border-top:1px solid rgba(255,192,0,.55);background:radial-gradient(circle at 82% 16%,rgba(255,192,0,.1),transparent 26%),linear-gradient(135deg,#050505 0%,#080808 55%,#111008 100%);box-shadow:none;display:grid;grid-template-rows:auto minmax(0,1fr);overflow-x:hidden;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:none;clip-path:inset(0 0 100% 0);transition:clip-path .62s var(--ease),opacity .32s ease,visibility 0s linear .62s}
  .header.scrolled .mega-menu{top:74px;height:calc(100svh - 74px)}
  .mega-menu:before{content:"STREET ART";position:fixed;z-index:0;right:-.025em;bottom:-.17em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.045);font-size:clamp(120px,18vw,330px);font-weight:900;line-height:.8;letter-spacing:-.08em;white-space:nowrap;pointer-events:none}
  .has-mega.open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;clip-path:inset(0);transition:clip-path .68s var(--ease),opacity .3s ease,visibility 0s}
  .mega-head{position:relative;z-index:2;min-height:clamp(80px,11vh,128px);padding:0 0 clamp(22px,2.5vw,38px);border-bottom:1px solid rgba(255,255,255,.18);align-items:center;opacity:0;transform:translateY(-18px);transition:opacity .45s var(--ease) .18s,transform .55s var(--ease) .18s}
  .has-mega.open .mega-head{opacity:1;transform:none}
  .mega-head span{font-size:11px;letter-spacing:.24em}
  .mega-head strong{font-size:clamp(29px,3.1vw,58px);max-width:850px;line-height:.95;letter-spacing:-.05em}
  .mega-head>a{display:inline-flex;align-items:center;gap:13px;padding:14px 0;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
  .mega-head>a:after{content:"↗";font-size:19px;transition:transform .3s var(--ease)}
  .mega-head>a:hover:after{transform:translate(4px,-4px)}
  .mega-service-list{position:relative;z-index:2;align-self:stretch;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(150px,1fr);gap:0;margin:0;border-left:1px solid rgba(255,255,255,.14);counter-reset:megaService;overflow:visible}
  .mega-menu .mega-service-list>a{counter-increment:megaService;position:relative;min-width:0;min-height:0;padding:clamp(23px,2.2vw,38px)!important;border:0!important;border-right:1px solid rgba(255,255,255,.14)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;display:flex;flex-direction:column;justify-content:flex-end;background:rgba(255,255,255,.012);opacity:0;transform:translateY(32px);transition:opacity .45s var(--ease),transform .58s var(--ease),background-color .35s,color .3s}
  .mega-menu .mega-service-list>a:before{content:counter(megaService,decimal-leading-zero);position:absolute;left:clamp(23px,2.2vw,38px);top:clamp(20px,2vw,34px);color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.16em}
  .mega-menu .mega-service-list>a:after{content:"↗";position:absolute;right:clamp(20px,2vw,34px);top:clamp(16px,1.6vw,28px);font-size:24px;color:#fff;opacity:0;transform:translate(-8px,8px);transition:.3s var(--ease)}
  .has-mega.open .mega-service-list>a{opacity:1;transform:none}
  .has-mega.open .mega-service-list>a:nth-child(1){transition-delay:.18s}.has-mega.open .mega-service-list>a:nth-child(2){transition-delay:.22s}.has-mega.open .mega-service-list>a:nth-child(3){transition-delay:.26s}.has-mega.open .mega-service-list>a:nth-child(4){transition-delay:.3s}.has-mega.open .mega-service-list>a:nth-child(5){transition-delay:.34s}.has-mega.open .mega-service-list>a:nth-child(6){transition-delay:.38s}.has-mega.open .mega-service-list>a:nth-child(7){transition-delay:.42s}.has-mega.open .mega-service-list>a:nth-child(8){transition-delay:.46s}
  .mega-menu .mega-service-list>a:hover,.mega-menu .mega-service-list>a:focus-visible{background:var(--yellow);color:#000;transform:translateY(-5px)}
  .mega-menu .mega-service-list>a:hover:before,.mega-menu .mega-service-list>a:focus-visible:before{color:#000}
  .mega-menu .mega-service-list>a:hover:after,.mega-menu .mega-service-list>a:focus-visible:after{color:#000;opacity:1;transform:none}
  .mega-service-list strong{font-size:clamp(21px,2.1vw,38px);line-height:1;letter-spacing:-.045em;margin-bottom:12px;max-width:12ch}
  .mega-service-list span{font-size:12px;line-height:1.55;color:#8d8d8d;max-width:32ch}
  .mega-menu .mega-service-list>a:hover span,.mega-menu .mega-service-list>a:focus-visible span{color:rgba(0,0,0,.72)}
  .mega-project-wrap{position:relative;z-index:2;align-self:stretch;display:grid;grid-template-columns:minmax(250px,.62fr) minmax(0,2fr);gap:clamp(25px,3vw,58px);padding:clamp(26px,3vw,48px) 0 0;min-height:0;opacity:0;transform:translateY(32px);transition:opacity .5s var(--ease) .25s,transform .65s var(--ease) .25s}
  .has-mega.open .mega-project-wrap{opacity:1;transform:none}
  .mega-project-cats{counter-reset:megaCat;justify-content:center;border-top:1px solid rgba(255,255,255,.14)}
  .mega-project-cats a{counter-increment:megaCat;position:relative;padding:clamp(15px,2vh,24px) 42px clamp(15px,2vh,24px) 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:clamp(18px,1.55vw,28px);line-height:1.05;letter-spacing:-.025em}
  .mega-project-cats a:before{content:counter(megaCat,decimal-leading-zero);display:block;color:var(--yellow);font-size:9px;letter-spacing:.15em;margin-bottom:8px}
  .mega-project-cats a:after{content:"→";position:absolute;right:4px;top:50%;opacity:0;transform:translate(-10px,-50%);transition:.3s var(--ease)}
  .mega-project-cats a:hover{padding-left:12px;background:rgba(255,192,0,.07)}
  .mega-project-cats a:hover:after{opacity:1;transform:translate(0,-50%)}
  .mega-projects{height:min(52vh,560px);align-self:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.4vw,24px)}
  .mega-projects a{min-height:0;height:100%;border:1px solid rgba(255,255,255,.16);opacity:0;transform:translateY(26px);transition:opacity .45s var(--ease),transform .65s var(--ease),border-color .3s}
  .has-mega.open .mega-projects a:nth-child(1){opacity:1;transform:none;transition-delay:.31s}.has-mega.open .mega-projects a:nth-child(2){opacity:1;transform:none;transition-delay:.38s}.has-mega.open .mega-projects a:nth-child(3){opacity:1;transform:none;transition-delay:.45s}
  .mega-projects a:hover{border-color:var(--yellow);transform:translateY(-7px)!important}
  .mega-projects img{filter:grayscale(.55) brightness(.6);transition:transform .85s var(--ease),filter .55s}
  .mega-projects a:hover img{transform:scale(1.055);filter:grayscale(0) brightness(.76)}
  .mega-projects span{left:18px;right:18px;bottom:18px;padding:16px 18px;border-left:3px solid var(--yellow);background:rgba(3,3,3,.88);backdrop-filter:blur(10px)}
  .mega-projects small{font-size:9px;letter-spacing:.14em}.mega-projects strong{font-size:clamp(17px,1.5vw,27px)}
}

@media(min-width:981px) and (max-width:1279px){
  .mega-menu,.header.scrolled .mega-menu{padding:26px 34px 36px}
  .mega-head{min-height:82px;padding-bottom:22px}
  .mega-head strong{font-size:clamp(28px,3.2vw,40px)}
  .mega-service-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(128px,1fr)}
  .mega-menu .mega-service-list>a{padding:22px 26px!important}
  .mega-menu .mega-service-list>a:before{left:26px;top:20px}.mega-menu .mega-service-list>a:after{right:25px;top:18px}
  .mega-service-list strong{font-size:clamp(20px,2.3vw,28px)}
  .mega-service-list span{font-size:11px}
  .mega-project-wrap{grid-template-columns:220px minmax(0,1fr);gap:28px;padding-top:26px}
  .mega-project-cats a{font-size:17px;padding-top:13px;padding-bottom:13px}
  .mega-projects{height:min(48vh,430px);gap:12px}
  .mega-projects span{left:10px;right:10px;bottom:10px;padding:11px 12px}
}

.mobile-menu{isolation:isolate;background:radial-gradient(circle at 90% 10%,rgba(255,192,0,.16),transparent 28%),linear-gradient(145deg,#050505,#0a0a08);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}
.mobile-menu:before{content:"MENU";position:absolute;z-index:-1;right:-.06em;bottom:.05em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.06);font-size:clamp(120px,34vw,310px);font-weight:900;line-height:.8;letter-spacing:-.08em;pointer-events:none}
.mobile-head{position:relative;z-index:2}.mobile-close{transition:transform .35s var(--ease),background-color .25s}.mobile-close:hover{background:#fff;transform:rotate(90deg)}
.mobile-links{position:relative;z-index:2;overflow-y:auto;counter-reset:mobileNav;padding-right:8px}
.mobile-links>a,.mobile-links>details{counter-increment:mobileNav;position:relative}
.mobile-links>a:before,.mobile-links>details>summary:before{content:counter(mobileNav,decimal-leading-zero);display:block;color:var(--yellow);font-size:9px;letter-spacing:.16em;margin-bottom:8px}
.mobile-links>a,.mobile-links summary{font-size:clamp(28px,6vw,62px);line-height:.95;padding:clamp(15px,2.2vh,24px) 52px clamp(15px,2.2vh,24px) 0;transition:color .25s,transform .3s var(--ease),padding-left .3s var(--ease)}
.mobile-links>a:after,.mobile-links summary:after{content:"↗";position:absolute;right:7px;bottom:clamp(15px,2.2vh,24px);font-size:.62em;color:var(--yellow);opacity:0;transform:translate(-8px,8px);transition:.3s var(--ease)}
.mobile-links summary:after{content:"+";opacity:1;transform:none;color:#fff}
.mobile-links details[open] summary:after{content:"−";color:var(--yellow)}
.mobile-links>a:hover,.mobile-links summary:hover,.mobile-links details[open]>summary{color:var(--yellow);padding-left:10px}
.mobile-links>a:hover:after{opacity:1;transform:none}
.mobile-links details div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;padding:14px 0 24px 20px;border-bottom:1px solid #252525}
.mobile-links details div a{padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;line-height:1.3;color:#b2b2b2;transition:color .2s,transform .25s var(--ease)}
.mobile-links details div a:hover{color:var(--yellow);transform:translateX(6px)}
.mobile-cta{position:relative;z-index:2;margin-top:18px;letter-spacing:.08em;text-transform:uppercase}

@media(max-width:680px){
  .mobile-menu{padding:18px 20px 22px}
  .mobile-links details div{grid-template-columns:1fr;padding-left:14px}
  .mobile-links>a,.mobile-links summary{font-size:clamp(28px,9vw,48px)}
}

@keyframes megaLine{from{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}
@media(prefers-reduced-motion:reduce){
  .mega-menu,.has-mega.open .mega-menu{transition:none;clip-path:none}
  .mega-head,.mega-project-wrap,.mega-menu .mega-service-list>a,.mega-projects a,.has-mega.open .mega-head,.has-mega.open .mega-project-wrap,.has-mega.open .mega-service-list>a,.has-mega.open .mega-projects a{opacity:1;transform:none;transition:none}
  body.mega-open .header:after{animation:none}
}
/* End fullscreen navigation system */

/* Professional agency footer */
.footer-v2{position:relative;isolation:isolate;overflow:hidden;padding:0;background:radial-gradient(circle at 82% 10%,rgba(255,192,0,.095),transparent 25%),linear-gradient(145deg,#020202 0%,#060606 54%,#0b0a06 100%);border-top:1px solid rgba(255,255,255,.18)}
.footer-v2:before{content:"";position:absolute;z-index:-1;left:5vw;right:5vw;top:0;height:1px;background:linear-gradient(90deg,var(--yellow),transparent 72%)}
.footer-stage{position:relative;min-height:52vh;padding:clamp(70px,8vw,145px) 5vw clamp(65px,7vw,125px);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(45px,7vw,110px)}
.footer-stage:after{content:"";position:absolute;right:-8vw;top:8%;width:clamp(240px,32vw,620px);aspect-ratio:1;border:1px solid rgba(255,192,0,.24);border-radius:50%;box-shadow:inset 0 0 90px rgba(255,192,0,.035);pointer-events:none;animation:footerOrbit 16s ease-in-out infinite alternate}
.footer-stage-label{position:relative;z-index:2;display:flex;justify-content:space-between;gap:30px;color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.2em}
.footer-stage-label b{color:#777;font-size:10px}
.footer-project-cta{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(28px,5vw,90px);padding:clamp(28px,3vw,50px) 0;border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25);transition:padding .55s var(--ease),background-color .4s,color .35s,border-color .35s}
.footer-project-cta:before{content:"";position:absolute;z-index:-1;inset:0;background:var(--yellow);transform:scaleX(0);transform-origin:right;transition:transform .6s var(--ease)}
.footer-project-cta strong{max-width:13ch;font-size:clamp(52px,7.4vw,132px);line-height:.88;letter-spacing:-.065em;text-wrap:balance;overflow-wrap:break-word}
.footer-project-cta strong em{font-style:normal;color:var(--yellow);transition:color .35s}
.footer-project-cta i{width:clamp(78px,9vw,150px);aspect-ratio:1;border:1px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow);font-size:clamp(34px,4vw,64px);font-style:normal;transition:transform .55s var(--ease),background-color .35s,color .35s,border-color .35s}
.footer-project-cta:hover,.footer-project-cta:focus-visible{padding-left:clamp(18px,2.5vw,42px);padding-right:clamp(18px,2.5vw,42px);color:#000;border-color:var(--yellow)}
.footer-project-cta:hover:before,.footer-project-cta:focus-visible:before{transform:scaleX(1);transform-origin:left}
.footer-project-cta:hover strong em,.footer-project-cta:focus-visible strong em{color:#000}
.footer-project-cta:hover i,.footer-project-cta:focus-visible i{background:#000;color:var(--yellow);border-color:#000;transform:rotate(45deg) scale(.92)}

.footer-contact-row{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;padding:clamp(55px,6vw,100px) 5vw;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.footer-brand{display:grid;grid-template-columns:minmax(170px,230px) minmax(0,520px);gap:clamp(28px,4vw,70px);align-items:end}
.footer-brand img{width:min(100%,220px);filter:brightness(0) invert(1)}
.footer-brand p{margin:0;color:#8b8b8b;line-height:1.75;font-size:15px}
.footer-direct{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-width:0}
.footer-direct>span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.18em;margin-bottom:18px}
.footer-direct>a{display:block;max-width:100%;font-size:clamp(24px,2.6vw,46px);font-weight:900;line-height:1.12;letter-spacing:-.045em;overflow-wrap:anywhere;transition:color .25s,transform .3s var(--ease)}
.footer-direct>a:hover{color:var(--yellow);transform:translateX(7px)}
.footer-direct small{margin-top:20px;color:#666;font-size:10px;letter-spacing:.08em}

.footer-nav-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 5vw;border-bottom:1px solid rgba(255,255,255,.14);counter-reset:footerGroup}
.footer-nav-grid>div{counter-increment:footerGroup;min-width:0;padding:clamp(42px,5vw,80px) clamp(24px,3vw,52px);border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;align-items:flex-start}
.footer-nav-grid>div:first-child{border-left:1px solid rgba(255,255,255,.14)}
.footer-nav-grid b{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--yellow);font-size:10px;letter-spacing:.18em;margin-bottom:28px}
.footer-nav-grid b:after{content:counter(footerGroup,decimal-leading-zero);color:#555;font-size:9px}
.footer-nav-grid a{position:relative;padding:8px 22px 8px 0;color:#999;font-size:13px;line-height:1.35;transition:color .25s,transform .3s var(--ease)}
.footer-nav-grid a:after{content:"↗";position:absolute;right:0;top:7px;color:var(--yellow);opacity:0;transform:translate(-7px,7px);transition:.3s var(--ease)}
.footer-nav-grid a:hover,.footer-nav-grid a:focus-visible{color:#fff;transform:translateX(6px)}
.footer-nav-grid a:hover:after,.footer-nav-grid a:focus-visible:after{opacity:1;transform:none}

.footer-meta{position:relative;z-index:2;padding:30px 5vw;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#666;font-size:9px;font-weight:800;letter-spacing:.12em}
.footer-meta>div{display:flex;align-items:center;gap:clamp(15px,2.5vw,38px)}
.footer-meta a{color:#aaa;transition:color .2s}.footer-meta a:hover{color:var(--yellow)}
.footer-watermark{position:relative;z-index:1;margin:clamp(40px,6vw,90px) 0 -.09em;padding-left:3.7vw;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.09);font-size:clamp(74px,14.3vw,275px);font-weight:900;line-height:.68;letter-spacing:-.075em;white-space:nowrap;pointer-events:none;user-select:none}
@keyframes footerOrbit{0%{transform:translate3d(0,0,0) scale(.95)}100%{transform:translate3d(-4vw,2vw,0) scale(1.06)}}

@media(max-width:980px){
  .footer-stage{min-height:auto}
  .footer-contact-row{grid-template-columns:1fr;gap:55px}
  .footer-brand{grid-template-columns:190px minmax(0,1fr)}
  .footer-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-nav-grid>div:nth-child(odd){border-left:1px solid rgba(255,255,255,.14)}
  .footer-nav-grid>div{border-bottom:1px solid rgba(255,255,255,.14)}
  .footer-project-cta strong{font-size:clamp(48px,9vw,82px)}
}
@media(max-width:680px){
  .footer-stage{padding:75px 20px 65px;gap:55px}
  .footer-stage-label{align-items:flex-start;flex-direction:column;gap:10px}
  .footer-project-cta{grid-template-columns:1fr;align-items:start;gap:32px;padding:30px 0}
  .footer-project-cta strong{font-size:clamp(42px,12vw,62px);line-height:.92;max-width:100%}
  .footer-project-cta i{width:68px;font-size:32px}
  .footer-project-cta:hover,.footer-project-cta:focus-visible{padding-left:16px;padding-right:16px}
  .footer-contact-row{padding:55px 20px;gap:45px}
  .footer-brand{grid-template-columns:1fr;gap:30px}.footer-brand img{width:185px}
  .footer-direct>a{font-size:clamp(23px,7.2vw,34px)}
  .footer-nav-grid{grid-template-columns:1fr;padding:0 20px}
  .footer-nav-grid>div,.footer-nav-grid>div:first-child,.footer-nav-grid>div:nth-child(odd){padding:38px 4px;border-left:0;border-right:0}
  .footer-nav-grid a{font-size:14px;padding-top:10px;padding-bottom:10px}
  .footer-meta{padding:30px 20px;align-items:flex-start;flex-direction:column}
  .footer-meta>div{align-items:flex-start;flex-wrap:wrap;gap:13px 22px}
  .footer-watermark{margin-top:55px;padding-left:16px;font-size:24vw}
}
@media(prefers-reduced-motion:reduce){.footer-stage:after{animation:none}.footer-project-cta,.footer-project-cta:before,.footer-project-cta i,.footer-direct>a,.footer-nav-grid a{transition:none}}
/* End professional agency footer */

/* Editorial fullscreen mega menu refinement */
@media(min-width:981px){
  .mega-services-screen,.mega-projects-screen,.header.scrolled .mega-services-screen,.header.scrolled .mega-projects-screen{grid-template-rows:auto minmax(0,1fr) auto;padding-bottom:0}
  .mega-actions{display:flex;align-items:center;gap:clamp(20px,2.5vw,42px)}
  .mega-actions>a{display:inline-flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--yellow);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
  .mega-actions>a:after{content:"↗";font-size:18px;transition:transform .3s var(--ease)}
  .mega-actions>a:hover:after{transform:translate(4px,-4px)}
  .mega-close{width:52px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:transparent;color:#fff;font-size:29px;line-height:1;display:grid;place-items:center;transition:transform .4s var(--ease),background-color .25s,color .25s,border-color .25s}
  .mega-close:hover,.mega-close:focus-visible{background:var(--yellow);border-color:var(--yellow);color:#000;transform:rotate(90deg)}
  .mega-service-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(270px,.58fr) minmax(0,1.42fr);gap:clamp(28px,4vw,72px);min-height:0;padding:clamp(25px,3vw,50px) 0}
  .mega-service-intro{min-width:0;align-self:stretch;padding:clamp(24px,2.7vw,46px);border:1px solid rgba(255,255,255,.16);background:linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,192,0,.035));display:flex;flex-direction:column;justify-content:space-between;opacity:0;transform:translateX(-25px);transition:opacity .5s var(--ease) .25s,transform .65s var(--ease) .25s}
  .has-mega.open .mega-service-intro{opacity:1;transform:none}
  .mega-service-intro>span,.mega-project-intro>span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.2em}
  .mega-service-intro h3,.mega-project-intro h3{margin:18px 0;font-size:clamp(30px,3.2vw,56px);line-height:.95;letter-spacing:-.055em;text-wrap:balance}
  .mega-service-intro p,.mega-project-intro p{max-width:520px;color:#909090;font-size:13px;line-height:1.7}
  .mega-mini-process{margin-top:auto;padding-top:28px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#b9b9b9}
  .mega-mini-process b{font-size:8px;letter-spacing:.12em}.mega-mini-process i{width:20px;height:1px;background:#494949}
  .mega-service-layout .mega-service-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(95px,1fr));grid-auto-rows:auto;min-height:0;height:100%}
  .mega-service-layout .mega-service-list>a{padding:clamp(17px,1.6vw,28px)!important}
  .mega-service-layout .mega-service-list>a:before{left:clamp(17px,1.6vw,28px);top:clamp(14px,1.3vw,22px)}
  .mega-service-layout .mega-service-list>a:after{right:clamp(16px,1.5vw,25px);top:clamp(11px,1vw,18px)}
  .mega-service-layout .mega-service-list strong{font-size:clamp(18px,1.7vw,30px);margin-bottom:8px;max-width:16ch}
  .mega-service-layout .mega-service-list span{font-size:11px;line-height:1.45;max-width:42ch}
  .mega-rail{position:relative;z-index:2;min-height:62px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:clamp(22px,4vw,68px);border-top:1px solid rgba(255,255,255,.18);color:#777;font-size:9px;font-weight:900;letter-spacing:.14em}
  .mega-rail>div{display:flex;align-items:center;gap:clamp(18px,2.5vw,42px)}
  .mega-rail a{color:#bbb;font-size:11px;letter-spacing:0;transition:color .2s}.mega-rail a:hover{color:var(--yellow)}
  .mega-rail small{font-size:8px;color:#555;letter-spacing:.16em}
  .mega-project-side{display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(20px,2vw,34px);min-height:0}
  .mega-project-intro{padding-bottom:clamp(18px,2vw,30px);border-bottom:1px solid rgba(255,255,255,.15)}
  .mega-project-intro h3{font-size:clamp(26px,2.4vw,42px);margin-bottom:13px}
  .mega-project-intro p{margin:0;font-size:11px;line-height:1.55}
  .mega-project-side .mega-project-cats{min-height:0;justify-content:flex-start;border-top:0}
  .mega-project-side .mega-project-cats a{padding-top:clamp(10px,1.25vh,17px);padding-bottom:clamp(10px,1.25vh,17px);font-size:clamp(15px,1.25vw,22px)}
  .mega-projects span em{display:block;margin-top:6px;color:#8b8b8b;font-size:10px;font-style:normal;font-weight:500}
  .mega-projects>a>b{position:absolute;z-index:3;right:18px;top:18px;width:42px;aspect-ratio:1;border-radius:50%;background:var(--yellow);color:#000;display:grid;place-items:center;font-size:18px;opacity:0;transform:translate(-8px,8px);transition:.35s var(--ease)}
  .mega-projects>a:hover>b,.mega-projects>a:focus-visible>b{opacity:1;transform:none}
}
@media(min-width:981px) and (max-width:1279px){
  .mega-service-layout{grid-template-columns:230px minmax(0,1fr);gap:24px;padding:22px 0}
  .mega-service-intro{padding:24px}.mega-service-intro h3{font-size:30px}.mega-service-intro p{font-size:11px}.mega-mini-process{gap:7px}.mega-mini-process i{width:11px}
  .mega-service-layout .mega-service-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(85px,1fr))}
  .mega-service-layout .mega-service-list>a{padding:15px 20px!important}.mega-service-layout .mega-service-list>a:before{left:20px;top:12px}.mega-service-layout .mega-service-list>a:after{right:18px;top:10px}
  .mega-service-layout .mega-service-list strong{font-size:19px;margin-bottom:5px}.mega-service-layout .mega-service-list span{font-size:10px}
  .mega-rail{min-height:52px}.mega-rail>span{max-width:300px}.mega-actions>a{display:none}.mega-close{width:44px;height:44px}
  .mega-project-intro h3{font-size:25px}.mega-project-intro p{display:none}
}
@media(prefers-reduced-motion:reduce){.mega-service-intro,.has-mega.open .mega-service-intro{opacity:1;transform:none;transition:none}.mega-close,.mega-actions>a:after,.mega-projects>a>b{transition:none}}
/* End editorial fullscreen mega menu refinement */

/* Menu reliability and cross-browser interaction fixes */
.header{-webkit-backdrop-filter:none;backdrop-filter:none}
.mega-menu[aria-hidden="true"]{visibility:hidden!important;pointer-events:none!important}
.mobile-menu{visibility:hidden;opacity:0;pointer-events:none}
.mobile-menu.open{visibility:visible;opacity:1;pointer-events:auto}
.mobile-links summary::-webkit-details-marker{display:none}
.mobile-links summary::marker{content:""}

@media(min-width:981px){
  .mega-menu,.header.scrolled .mega-menu{top:var(--menu-offset,var(--header));height:calc(100dvh - var(--menu-offset,var(--header)));max-height:calc(100dvh - var(--menu-offset,var(--header)))}
  .has-mega.open>.mega-trigger{color:var(--yellow)}
}

@media(min-width:981px) and (max-height:720px){
  .mega-services-screen,.mega-projects-screen,.header.scrolled .mega-services-screen,.header.scrolled .mega-projects-screen{padding-top:18px}
  .mega-head{min-height:64px;padding-bottom:16px}
  .mega-head strong{font-size:clamp(26px,2.6vw,39px)}
  .mega-service-layout{padding:16px 0;gap:22px}
  .mega-service-intro{padding:20px}.mega-service-intro h3{font-size:28px;margin:12px 0}.mega-service-intro p{font-size:10px;line-height:1.5}.mega-mini-process{padding-top:16px}
  .mega-service-layout .mega-service-list{grid-template-rows:repeat(4,minmax(72px,1fr))}
  .mega-service-layout .mega-service-list>a{padding:13px 18px!important}.mega-service-layout .mega-service-list>a:before{left:18px;top:10px}.mega-service-layout .mega-service-list>a:after{top:8px}
  .mega-service-layout .mega-service-list strong{font-size:18px;margin-bottom:4px}.mega-service-layout .mega-service-list span{font-size:9px}
  .mega-project-wrap{padding-top:18px}.mega-project-intro h3{font-size:24px;margin:10px 0}.mega-projects{height:min(43vh,360px)}
  .mega-rail{min-height:46px}
}

@media(max-width:980px){
  .mobile-menu{transition:transform .42s var(--ease),opacity .28s ease,visibility 0s linear .42s}
  .mobile-menu.open{transition:transform .42s var(--ease),opacity .28s ease,visibility 0s}
  .mobile-links{overscroll-behavior:contain;scrollbar-gutter:stable}
}
/* End menu reliability and cross-browser interaction fixes */

/* Legal pages and cookie consent */
body.cookie-open{overflow:hidden}
.footer-cookie-settings{appearance:none;border:0;background:none;padding:0;color:#aaa;font:inherit;font-weight:inherit;letter-spacing:inherit;cursor:pointer;transition:color .2s}.footer-cookie-settings:hover,.footer-cookie-settings:focus-visible{color:var(--yellow)}
.legal-hero{min-height:62vh;padding:calc(var(--header) + 8vw) 5vw 6vw;display:grid;grid-template-columns:.55fr 1.45fr;gap:6vw;align-items:end;background:radial-gradient(circle at 83% 18%,rgba(255,192,0,.16),transparent 25%),linear-gradient(135deg,#050505,#0a0a08);border-bottom:1px solid var(--line)}
.legal-hero>span{align-self:start;margin-top:2vw;color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.18em}.legal-hero h1{margin:0;max-width:1100px;font-size:clamp(58px,8vw,144px);line-height:.88;letter-spacing:-.06em}.legal-hero p{max-width:850px;margin:28px 0 0;color:#aaa;font-size:17px;line-height:1.7}
.legal-layout{padding:7vw 10vw 10vw;display:grid;grid-template-columns:250px minmax(0,860px);gap:8vw;justify-content:center}.legal-nav{position:sticky;top:110px;height:max-content;display:grid;border-top:1px solid var(--line)}.legal-nav span{padding:18px 0;color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.16em}.legal-nav a{padding:13px 0;border-bottom:1px solid var(--line);color:#8d8d8d;font-size:12px;line-height:1.35;transition:.2s}.legal-nav a:hover{padding-left:8px;color:#fff;border-color:var(--yellow)}
.legal-content{font-size:16px;line-height:1.8;color:#b7b7b7}.legal-content .legal-lead{margin:0 0 60px;padding:26px 28px;border-left:4px solid var(--yellow);background:#0c0c0c;color:#e6e6e6;font-size:19px}.legal-content section{scroll-margin-top:110px;padding:0 0 52px;margin:0 0 52px;border-bottom:1px solid var(--line)}.legal-content h2{margin:0 0 24px;color:#fff;font-size:clamp(32px,4vw,58px);line-height:1;letter-spacing:-.045em}.legal-content h3{margin:32px 0 12px;color:#fff;font-size:22px}.legal-content p{margin:0 0 18px}.legal-content ul{margin:0;padding-left:20px}.legal-content li{margin:10px 0;padding-left:5px}.legal-content a{color:var(--yellow);border-bottom:1px solid rgba(255,192,0,.45)}.legal-inline-button{appearance:none;padding:0;border:0;border-bottom:1px solid rgba(255,192,0,.45);background:none;color:var(--yellow);font:inherit;cursor:pointer}.legal-content table{width:100%;border-collapse:collapse;margin:24px 0}.legal-content th,.legal-content td{padding:16px;text-align:left;vertical-align:top;border:1px solid #2c2c2c}.legal-content th{background:#111;color:#fff;font-size:12px}.legal-content td{font-size:13px}.legal-update{display:inline-flex;margin-bottom:30px;padding:9px 12px;border:1px solid #333;color:#888;font-size:9px;font-weight:900;letter-spacing:.12em}
.cookie-consent{position:fixed;z-index:2200;inset:0;padding:24px;display:grid;place-items:end center;background:rgba(0,0,0,.62);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.cookie-consent[hidden]{display:none}.cookie-consent.is-visible{opacity:1}.cookie-dialog{width:min(1280px,100%);padding:clamp(26px,3.2vw,52px);display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:clamp(24px,3vw,56px);align-items:end;background:linear-gradient(135deg,#0a0a0a,#111006);border:1px solid #3a3320;border-top:4px solid var(--yellow);box-shadow:0 28px 90px rgba(0,0,0,.72);transform:translateY(40px);transition:transform .42s var(--ease)}.cookie-consent.is-visible .cookie-dialog{transform:none}.cookie-index{align-self:start;color:#6d6d6d;font-size:9px;font-weight:900;letter-spacing:.16em}.cookie-copy>span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.17em}.cookie-copy h2{max-width:780px;margin:12px 0 17px;font-size:clamp(28px,3.4vw,54px);line-height:.98;letter-spacing:-.045em}.cookie-copy p{max-width:820px;margin:0;color:#999;font-size:13px;line-height:1.65}.cookie-copy>a{display:inline-flex;gap:8px;margin-top:18px;padding-bottom:4px;border-bottom:1px solid var(--yellow);font-size:10px;font-weight:900;letter-spacing:.06em}.cookie-actions{display:grid;gap:10px;min-width:215px}.cookie-actions button{min-height:50px;padding:14px 18px;border:1px solid #555;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;transition:.25s var(--ease)}.cookie-necessary{background:transparent;color:#fff}.cookie-necessary:hover{border-color:#fff;background:#fff;color:#000}.cookie-accept{border-color:var(--yellow)!important;background:var(--yellow);color:#000}.cookie-accept:hover{border-color:#fff!important;background:#fff}
@media(max-width:980px){.legal-hero{min-height:auto;padding:calc(var(--header) + 60px) 24px 60px;grid-template-columns:1fr;gap:28px}.legal-hero>span{margin:0}.legal-layout{padding:70px 24px 90px;grid-template-columns:1fr}.legal-nav{display:none}.cookie-dialog{grid-template-columns:1fr}.cookie-index{display:none}.cookie-actions{grid-template-columns:1fr 1fr}.cookie-copy h2{font-size:clamp(31px,6vw,48px)}}
@media(max-width:620px){.cookie-consent{padding:10px}.cookie-dialog{max-height:calc(100dvh - 20px);overflow:auto;padding:24px 20px;gap:20px}.cookie-copy h2{font-size:30px}.cookie-copy p{font-size:12px}.cookie-actions{grid-template-columns:1fr}.legal-content table{display:block;overflow-x:auto}.legal-content .legal-lead{padding:22px;font-size:17px}}
@media(prefers-reduced-motion:reduce){.cookie-consent,.cookie-dialog{transition:none}}
/* End legal pages and cookie consent */

/* Simplified fullscreen mega menus */
.mega-service-list>a:before,.mega-project-cats a:before,.mobile-links>a:before,.mobile-links>details>summary:before{content:none!important;display:none!important}
.mobile-links{counter-reset:none}.mobile-links>a,.mobile-links>details{counter-increment:none}

@media(min-width:981px){
  .mega-services-screen,.header.scrolled .mega-services-screen{grid-template-rows:auto minmax(0,1fr);padding-bottom:clamp(28px,3.5vw,58px)}
  .mega-services-screen .mega-service-list{align-self:stretch;width:100%;height:100%;margin-top:clamp(24px,3vw,48px);grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(145px,1fr))!important;grid-auto-rows:auto;border-top:1px solid rgba(255,255,255,.14)}
  .mega-services-screen .mega-service-list>a{padding:clamp(24px,2.5vw,42px)!important;justify-content:center}
  .mega-services-screen .mega-service-list>a:after{top:clamp(18px,2vw,30px);right:clamp(18px,2vw,30px)}
  .mega-services-screen .mega-service-list strong{font-size:clamp(21px,2vw,36px);max-width:14ch;margin-bottom:12px}
  .mega-services-screen .mega-service-list span{font-size:11px;max-width:34ch}
}

@media(min-width:981px) and (max-width:1180px){
  .mega-services-screen .mega-service-list>a{padding:24px!important}
  .mega-services-screen .mega-service-list strong{font-size:21px}.mega-services-screen .mega-service-list span{font-size:10px}
}

@media(min-width:981px) and (max-height:720px){
  .mega-services-screen .mega-service-list{margin-top:18px;grid-template-rows:repeat(2,minmax(110px,1fr))!important}
  .mega-services-screen .mega-service-list>a{padding:18px 22px!important}.mega-services-screen .mega-service-list strong{font-size:19px;margin-bottom:6px}.mega-services-screen .mega-service-list span{font-size:9px}
}
/* End simplified fullscreen mega menus */

/* Project page service filters */
.service-filter-bar{padding-bottom:18px;border-bottom:1px solid var(--line)}.service-filter-bar button{min-height:44px;padding:12px 18px;white-space:nowrap;transition:background-color .25s,color .25s,border-color .25s,transform .25s var(--ease)}.service-filter-bar button:hover,.service-filter-bar button:focus-visible{transform:translateY(-2px)}
.project-filter-empty{margin-top:18px;min-height:330px;padding:clamp(34px,5vw,76px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border:1px solid #282828;background:radial-gradient(circle at 86% 15%,rgba(255,192,0,.12),transparent 25%),#0a0a0a}.project-filter-empty[hidden]{display:none}.project-filter-empty>span{color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.16em}.project-filter-empty h3{max-width:850px;margin:14px 0 18px;font-size:clamp(35px,5vw,74px);line-height:.96;letter-spacing:-.05em}.project-filter-empty p{max-width:670px;margin:0;color:#8c8c8c;line-height:1.65}.project-filter-empty a{display:inline-flex;margin-top:27px;padding:14px 18px;background:var(--yellow);color:#000;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
@media(max-width:680px){.service-filter-bar{flex-wrap:nowrap;overflow-x:auto;margin-right:-24px;padding-right:24px;scrollbar-width:none;overscroll-behavior-x:contain}.service-filter-bar::-webkit-scrollbar{display:none}.service-filter-bar button{flex:0 0 auto}.project-filter-empty{min-height:300px;padding:32px 24px}}
/* End project page service filters */

/* Project card and control refinement */
.start,.btn-yellow,.btn-ghost,.mobile-cta,.demo-form button,.quote-form button,.newsletter button,.filter-bar button,.project-filter-empty a{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0 20px;
  border-radius:0;font-family:inherit;font-weight:900;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;
  appearance:none;-webkit-appearance:none;cursor:pointer;transition:color .25s,background-color .25s,border-color .25s,transform .3s var(--ease),box-shadow .3s var(--ease)
}
.start,.btn-yellow,.demo-form button,.quote-form button,.newsletter button,.project-filter-empty a{border:1px solid var(--yellow);background:var(--yellow);color:#000}
.start:hover,.btn-yellow:hover,.demo-form button:hover,.quote-form button:hover,.newsletter button:hover,.project-filter-empty a:hover{
  border-color:#fff;background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.22)
}
.btn-ghost{border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.15);color:#fff}
.btn-ghost:hover{border-color:var(--yellow);background:var(--yellow);color:#000;transform:translateY(-2px)}
.filter-bar button{border:1px solid #343434;background:#101010;color:#fff}
.filter-bar button.active,.filter-bar button[aria-pressed="true"],.filter-bar button:hover{border-color:var(--yellow);background:var(--yellow);color:#000}
.service-filter-bar{padding-bottom:0;border-bottom:0}

.projects-home{background:#080808}
.projects-home .project-stack,.project-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.5vw,24px)}
.project-square-card{position:relative;display:block;aspect-ratio:1/1;min-height:0!important;overflow:hidden;border:0!important;background:#111;isolation:isolate}
.project-square-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.58) saturate(.82);transition:transform .9s var(--ease),filter .65s var(--ease)}
.project-square-card:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.9) 100%)!important;pointer-events:none}
.project-square-card:before{content:"↗";position:absolute;z-index:3;top:clamp(16px,2vw,28px);right:clamp(16px,2vw,28px);width:48px;height:48px;display:grid;place-items:center;background:var(--yellow);color:#000;font-size:21px;font-weight:900;transition:transform .35s var(--ease),background-color .25s}
.project-square-card:hover>img,.project-square-card:focus-visible>img{transform:scale(1.055);filter:brightness(.7) saturate(1)}
.project-square-card:hover:before,.project-square-card:focus-visible:before{transform:translate(3px,-3px);background:#fff}
.project-square-overlay,.projects-home .home-project-overlay{position:absolute;z-index:2;left:clamp(22px,3vw,50px);right:clamp(22px,3vw,50px);bottom:clamp(22px,3vw,50px);max-width:760px}
.project-square-overlay span{color:var(--yellow);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.project-square-overlay h3,.projects-home .home-project-overlay h3{max-width:12ch;margin:9px 0 12px;font-size:clamp(38px,4.7vw,78px);line-height:.91;letter-spacing:-.055em;text-wrap:balance}
.project-square-overlay p{max-width:570px;margin:0;color:#d0d0d0;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.project-square-overlay b{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:18px;padding:0 16px;border:0;background:var(--yellow);color:#000;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;transition:background-color .25s,transform .3s var(--ease)}
.project-square-card:hover .project-square-overlay b,.project-square-card:focus-visible .project-square-overlay b{background:#fff;transform:translateY(-2px)}

.project-related-v2{background:#070707}
.project-related-head h2{font-size:clamp(48px,6vw,96px)}
.project-related-grid{margin-top:clamp(30px,4vw,64px)}
.related-project-card .project-square-overlay h3{font-size:clamp(38px,4.1vw,70px)}

.project-summary .project-facts{display:grid;gap:8px;border-top:0}
.project-summary .project-facts>div{padding:18px 20px;border-bottom:0;background:#0e0e0e}
.project-gallery{gap:clamp(10px,1.2vw,18px);background:transparent}
.project-depth{border-top:0}
.project-depth .seo-depth-grid{gap:14px;border:0}
.project-depth .seo-depth-grid article{border:0;background:#111}
.project-depth .seo-related{border-top:0;padding-top:0}

@media(max-width:680px){
  .projects-home .project-stack,.project-related-grid{grid-template-columns:1fr}
  .project-square-card{aspect-ratio:1/1;min-height:0!important}
  .project-square-card:before{width:42px;height:42px;font-size:18px}
  .project-square-overlay,.projects-home .home-project-overlay{left:20px;right:20px;bottom:20px}
  .project-square-overlay h3,.projects-home .home-project-overlay h3,.related-project-card .project-square-overlay h3{font-size:clamp(36px,11.5vw,58px)}
  .project-square-overlay p{-webkit-line-clamp:2;font-size:13px}
  .project-square-overlay b{min-height:40px;margin-top:14px}
  .hero-actions .btn-yellow,.hero-actions .btn-ghost{width:min(100%,280px)}
}
/* End project card and control refinement */

/* Consistent rounded corner system */
:root{--radius-control:10px;--radius-panel:18px;--radius-card:24px;--radius-feature:30px}

.start,.btn-yellow,.btn-ghost,.mobile-cta,.demo-form button,.quote-form button,.newsletter button,
.filter-bar button,.project-filter-empty a,.cookie-actions button,.project-square-overlay b{
  border-radius:var(--radius-control)
}
.mobile-close,.mega-close,.menu-toggle{border-radius:12px}

.project-square-card,.project-card,.service-card,.blog-card,.landing-link-card,.blog-feature,
.story-block,.project-filter-empty,.contact-info-panel>div,.seo-depth-grid article{
  border-radius:var(--radius-card)
}
.project-square-card:before{border-radius:14px}
.project-gallery img,.inner-visual,.article-cover,.project-collage img{border-radius:var(--radius-panel)}
.project-summary .project-facts>div,.form-status,.seo-related a{border-radius:14px}

.demo-form input,.demo-form textarea,.demo-form select,.quote-form input,.quote-form textarea,
.newsletter input,.choice-card,.form-section,.contact-form-wrap{
  border-radius:var(--radius-panel)
}
.demo-form textarea,.quote-form textarea{border-radius:var(--radius-panel)}
.contact-form-wrap,.form-section{overflow:hidden}

.seo-screen,.seo-landing-card,.cookie-dialog,.map-abstract{border-radius:var(--radius-feature)}
.fake-result{border-radius:0 0 var(--radius-panel) var(--radius-panel)}
.cookie-dialog{overflow:hidden}

@media(min-width:981px){
  .mega-menu{border-radius:0 0 var(--radius-feature) var(--radius-feature);overflow-x:hidden;overflow-y:auto}
  .mega-menu .mega-service-list>a{border-radius:var(--radius-panel)}
}

@media(max-width:680px){
  :root{--radius-control:9px;--radius-panel:15px;--radius-card:19px;--radius-feature:22px}
  .project-square-card:before{border-radius:12px}
}
/* End consistent rounded corner system */

/* Fullscreen services menu fit and alignment fix */
@media(min-width:981px){
  .mega-services-screen,.header.scrolled .mega-services-screen{
    grid-template-rows:auto minmax(0,1fr);
    padding:clamp(20px,2.8vh,30px) 4.5vw clamp(18px,2.5vh,28px);
    overflow-x:hidden;overflow-y:auto
  }
  .mega-services-screen .mega-head{
    min-height:0;padding:0 0 clamp(16px,2.2vh,24px);align-items:center
  }
  .mega-services-screen .mega-head>div:first-child{display:grid;gap:7px;min-width:0}
  .mega-services-screen .mega-head strong{
    max-width:760px;font-size:clamp(34px,3vw,56px);line-height:.94
  }
  .mega-services-screen .mega-head .mega-actions{
    display:flex;flex-direction:row;align-items:center;justify-content:flex-end;
    gap:clamp(14px,1.5vw,24px);flex:0 0 auto
  }
  .mega-services-screen .mega-actions>a{margin:0;padding:12px 0}
  .mega-services-screen .mega-close{flex:0 0 auto}
  .mega-services-screen .mega-service-list{
    align-self:stretch;height:auto;min-height:0;margin-top:clamp(12px,2vh,22px);
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto;overflow:hidden
  }
  .mega-services-screen .mega-service-list>a{
    min-height:0;padding:clamp(18px,2.2vh,30px) clamp(20px,2.2vw,36px)!important;
    justify-content:center
  }
  .mega-services-screen .mega-service-list strong{
    font-size:clamp(22px,1.8vw,34px);line-height:.96;margin-bottom:10px
  }
  .mega-services-screen .mega-service-list span{font-size:11px;line-height:1.45}
}

@media(min-width:981px) and (max-height:760px){
  .mega-services-screen,.header.scrolled .mega-services-screen{padding-top:14px;padding-bottom:14px}
  .mega-services-screen .mega-head{padding-bottom:12px}
  .mega-services-screen .mega-head strong{font-size:clamp(28px,2.6vw,42px)}
  .mega-services-screen .mega-service-list{margin-top:10px}
  .mega-services-screen .mega-service-list>a{padding:13px 20px!important}
  .mega-services-screen .mega-service-list strong{font-size:clamp(19px,1.6vw,28px);margin-bottom:6px}
  .mega-services-screen .mega-service-list span{font-size:9px;line-height:1.35}
  .mega-services-screen .mega-close{width:44px;height:44px}
}
/* End fullscreen services menu fit and alignment fix */

/* Services menu card spacing */
@media(min-width:981px){
  .mega-services-screen .mega-service-list{
    gap:clamp(12px,1vw,16px);border:0!important;overflow:visible
  }
  .mega-services-screen .mega-service-list>a{
    border:1px solid rgba(255,255,255,.16)!important;
    background:rgba(255,255,255,.018)
  }
  .mega-services-screen .mega-service-list>a:hover,
  .mega-services-screen .mega-service-list>a:focus-visible{z-index:3;border-color:var(--yellow)!important}
}
@media(min-width:981px) and (max-height:760px){
  .mega-services-screen .mega-service-list{gap:10px}
}
/* End services menu card spacing */

/* Site-wide independent box spacing and visual consistency */
:root{--box-gap:clamp(14px,1.25vw,22px);--box-border:rgba(255,255,255,.14);--box-bg:#0d0d0d}

.metric-row,.process-grid,.value-grid,.deliver-grid,.pillar-grid,.three-col,.workflow-row,
.seo-depth-grid,.landing-link-grid,.reference-wall,.launcher-grid{
  gap:var(--box-gap);border:0!important
}

.metric-row>div,.process-grid>div,.value-grid>div,.deliver-grid>div,.pillar-grid>div,
.three-col>div,.workflow-row>div,.seo-depth-grid>article,.reference-wall>div,.launcher-grid>a,
.landing-link-card{
  min-width:0;border:1px solid var(--box-border)!important;border-radius:var(--radius-card);
  background:linear-gradient(145deg,rgba(255,255,255,.026),rgba(255,255,255,.008)),var(--box-bg)
}

.metric-row>div{padding:24px}
.workflow-row>div{padding:25px 22px}
.landing-link-grid{margin-top:clamp(26px,3vw,48px)}
.landing-link-card{overflow:hidden}
.launcher-grid>a{overflow:hidden}
.reference-wall>div{overflow:hidden}
.seo-depth-grid{margin-top:clamp(38px,5vw,76px)}
.seo-depth-grid h3{margin-bottom:clamp(30px,3vw,52px)}
.process-grid h3,.value-grid h3,.deliver-grid h3,.pillar-grid h3{
  margin-bottom:clamp(36px,4vw,64px)
}

.project-grid,.service-card-grid,.blog-grid,.project-story,.project-gallery,.project-related-grid,
.projects-home .project-stack,.choice-grid,.contact-info-panel{
  gap:var(--box-gap)
}

.project-card,.service-card,.blog-card,.story-block,.choice-grid>label,.contact-info-panel>div,
.project-square-card{
  border:1px solid var(--box-border)!important
}

.choice-grid>label{border-radius:var(--radius-panel);background:var(--box-bg)}
.project-card:hover,.service-card:hover,.blog-card:hover,.story-block:hover,
.choice-grid>label:hover,.choice-grid>label:focus-within{border-color:rgba(255,192,0,.72)!important}

.contact-form-wrap,.form-section{overflow:visible}
.footer-nav-grid{counter-reset:none}
.footer-nav-grid>div{counter-increment:none}
.footer-nav-grid b:after{content:none}

@media(max-width:980px){
  :root{--box-gap:14px}
  .section-head{flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:42px}
  .section-head>a{align-self:flex-start}
  .metric-row,.process-grid,.value-grid,.deliver-grid,.pillar-grid,.three-col,.workflow-row,
  .seo-depth-grid,.landing-link-grid,.reference-wall,.launcher-grid{gap:14px}
}

@media(max-width:680px){
  :root{--box-gap:12px}
  .section-head{gap:18px;margin-bottom:34px}
  .section-head h2{font-size:clamp(38px,11vw,58px);line-height:.96}
  .metric-row,.process-grid,.value-grid,.deliver-grid,.pillar-grid,.three-col,.workflow-row,
  .seo-depth-grid,.landing-link-grid,.reference-wall,.launcher-grid,
  .project-grid,.service-card-grid,.blog-grid,.project-story,.project-gallery,.project-related-grid,
  .projects-home .project-stack,.choice-grid,.contact-info-panel{gap:12px}
  .metric-row>div,.workflow-row>div{padding:20px}
  .newsletter input{min-width:0}
  .metric-row>div,.process-grid>div,.value-grid>div,.deliver-grid>div,.pillar-grid>div,
  .three-col>div,.workflow-row>div,.seo-depth-grid>article,.reference-wall>div,.launcher-grid>a,
  .landing-link-card{border-radius:var(--radius-panel)}
}
/* End site-wide independent box spacing and visual consistency */

/* Professional contact page */
.contact-hero-v2{min-height:58vh;padding:calc(var(--header) + clamp(54px,6vw,105px)) 5vw clamp(48px,5vw,82px);display:flex;align-items:flex-end;background:radial-gradient(circle at 82% 22%,rgba(255,192,0,.16),transparent 27%),linear-gradient(135deg,#050505,#0c0b07);overflow:hidden}
.contact-hero-v2 .inner-copy{max-width:1250px}.contact-hero-v2 .inner-copy h1{font-size:clamp(64px,9.5vw,160px)}.contact-hero-v2 .inner-copy p{max-width:830px;font-size:18px}
.contact-professional-v2{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(320px,.62fr);gap:clamp(24px,3.5vw,64px);align-items:start;padding:clamp(52px,5vw,90px) 5vw;background:#070707}
.contact-form-wrap-v2{padding:clamp(28px,4vw,64px);border:1px solid var(--box-border);border-radius:var(--radius-feature);background:linear-gradient(145deg,rgba(255,255,255,.026),rgba(255,255,255,.006)),#0b0b0b}
.contact-form-wrap-v2 h2{max-width:850px;margin:13px 0 20px;font-size:clamp(46px,5.8vw,92px)}
.contact-form-lead{max-width:760px;margin:0 0 clamp(30px,4vw,56px);color:#949494;font-size:15px;line-height:1.7}
.contact-form-v2{gap:20px}.contact-form-v2 label:not(.contact-consent){gap:10px;color:#b4b4b4;font-weight:800;letter-spacing:.025em}
.contact-form-v2 input,.contact-form-v2 textarea,.contact-form-v2 select{min-height:54px;padding:16px 18px;border-color:#343434;background:#090909}
.contact-form-v2 textarea{min-height:170px;resize:vertical}.contact-form-v2 select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#888 50%),linear-gradient(135deg,#888 50%,transparent 50%);background-position:calc(100% - 20px) 23px,calc(100% - 14px) 23px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}
.contact-consent{grid-column:1/-1;display:grid!important;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:14px!important;margin-top:4px;padding:18px;border:1px solid #343434;border-radius:var(--radius-panel);background:#101010;color:#a4a4a4!important;font-size:12px!important;line-height:1.65!important;cursor:pointer}
.contact-consent input{width:20px!important;height:20px!important;min-height:20px!important;margin:2px 0 0;padding:0!important;accent-color:var(--yellow);cursor:pointer}.contact-consent a{color:#fff;font-weight:900;border-bottom:1px solid var(--yellow)}
.contact-consent:has(input:checked){border-color:rgba(255,192,0,.62);background:#151205}.contact-consent:has(input[aria-invalid="true"]){border-color:#ff6262}
.contact-form-v2 button{margin-top:2px;min-height:56px;font-size:11px;letter-spacing:.06em;text-transform:uppercase}
.contact-sidebar-v2{position:sticky;top:110px;display:grid;gap:var(--box-gap)}
.contact-direct-card{min-width:0;padding:clamp(24px,2.5vw,42px);border-radius:var(--radius-feature);background:var(--yellow);color:#000;overflow:hidden}
.contact-direct-card>span{display:block;margin-bottom:24px;font-size:9px;font-weight:900;letter-spacing:.18em}.contact-direct-card>a{display:block;max-width:100%;font-weight:900;line-height:1.12;letter-spacing:-.035em}.contact-direct-card>a[href^="mailto:"]{font-size:clamp(19px,1.65vw,31px);white-space:nowrap;overflow-wrap:normal;word-break:normal}.contact-direct-card>a[href^="tel:"]{font-size:clamp(26px,2.05vw,38px);line-height:1.08;white-space:nowrap}.contact-direct-card>a+a{margin-top:14px}.contact-direct-card p{max-width:520px;margin:24px 0 0;color:rgba(0,0,0,.7);line-height:1.55}
.contact-detail-grid{display:grid;grid-template-columns:1fr;gap:12px}.contact-detail-grid>div{padding:22px 24px;border:1px solid var(--box-border);border-radius:var(--radius-panel);background:var(--box-bg)}.contact-detail-grid small{display:block;margin-bottom:9px;color:var(--yellow);font-size:8px;font-weight:900;letter-spacing:.15em}.contact-detail-grid strong{font-size:15px;line-height:1.4}
.contact-brief-cta{position:relative;display:grid;gap:8px;padding:24px 60px 24px 24px;border:1px solid var(--box-border);border-radius:var(--radius-panel);background:#0d0d0d;transition:.3s var(--ease)}.contact-brief-cta span{color:#858585;font-size:11px;line-height:1.45}.contact-brief-cta strong{font-size:16px}.contact-brief-cta i{position:absolute;right:22px;top:50%;color:var(--yellow);font-size:24px;font-style:normal;transform:translateY(-50%);transition:.3s var(--ease)}.contact-brief-cta:hover,.contact-brief-cta:focus-visible{border-color:var(--yellow);background:#141105}.contact-brief-cta:hover i{transform:translate(4px,calc(-50% - 4px))}

@media(max-width:1180px){.contact-professional-v2{grid-template-columns:1fr}.contact-sidebar-v2{position:static;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.contact-direct-card{grid-row:span 2}.contact-detail-grid{align-content:start}}
@media(max-width:980px){.contact-hero-v2{min-height:auto;padding:calc(var(--header) + 62px) 24px 64px}.contact-sidebar-v2{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.contact-hero-v2{padding:calc(var(--header) + 48px) 20px 50px}.contact-hero-v2 .inner-copy h1{font-size:clamp(45px,12vw,64px)}.contact-hero-v2 .inner-copy p{font-size:15px}.contact-professional-v2{padding:48px 20px}.contact-form-wrap-v2{padding:24px 20px}.contact-form-wrap-v2 h2{font-size:clamp(38px,11vw,54px)}.contact-form-v2{grid-template-columns:1fr}.contact-form-v2 .full,.contact-form-v2 button,.contact-consent{grid-column:1}.contact-sidebar-v2{grid-template-columns:1fr}.contact-direct-card{grid-row:auto}.contact-consent{grid-template-columns:20px minmax(0,1fr);padding:16px 14px}.contact-direct-card>a[href^="mailto:"]{font-size:clamp(17px,5.1vw,23px)}.contact-direct-card>a[href^="tel:"]{font-size:clamp(24px,7vw,32px)}}
/* End professional contact page */

/* Professional homepage hero v3 */
.hero-home-v3{--hero-x:0px;--hero-y:0px;--hero-drift:0px;height:100svh;min-height:720px;padding:calc(var(--header) + clamp(38px,4vw,72px)) 4.5vw 116px;align-items:center;isolation:isolate}
.hero-home-v3 video{opacity:.72;filter:grayscale(.92) contrast(1.08) brightness(.78);transform:translate3d(var(--hero-x),calc(var(--hero-y) + var(--hero-drift)),0) scale(1.045);transition:transform .35s var(--ease),filter .5s ease}
.hero-home-v3 .hero-shade{background:radial-gradient(circle at var(--mx,72%) var(--my,34%),rgba(255,192,0,.13),transparent 23%),linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.72) 34%,rgba(0,0,0,.2) 67%,rgba(0,0,0,.58) 100%),linear-gradient(0deg,rgba(0,0,0,.66) 0%,transparent 46%,rgba(0,0,0,.28) 100%)}
.hero-home-v3 .hero-grid{opacity:.42;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:10vw 10vw;mask-image:linear-gradient(to bottom,transparent 5%,rgba(0,0,0,.8) 34%,black 100%)}
.hero-home-v3 .hero-content{width:min(72vw,1240px);max-width:none;margin-top:clamp(-24px,-2vh,-8px)}
.hero-home-v3 .eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:clamp(9px,.62vw,11px);letter-spacing:.2em;text-shadow:0 2px 18px #000}
.hero-home-v3 .eyebrow:before{content:"";width:34px;height:2px;border-radius:99px;background:var(--yellow);box-shadow:0 0 18px rgba(255,192,0,.42)}
.hero-home-v3 .hero-content h1{max-width:none;margin:18px 0 22px;font-size:clamp(64px,7.4vw,142px);line-height:.86;letter-spacing:-.058em;text-wrap:initial}
.hero-home-v3 .hero-content h1 span,.hero-home-v3 .hero-content h1 em{width:max-content;max-width:100%;white-space:nowrap}
.hero-home-v3 .hero-content h1 span{color:#fff;text-shadow:0 12px 54px rgba(0,0,0,.54)}
.hero-home-v3 .hero-content h1 em{font-size:.86em;font-style:normal;color:rgba(255,255,255,.48);-webkit-text-stroke:0;text-shadow:0 8px 42px rgba(0,0,0,.5)}
.hero-home-v3 .hero-content p{max-width:760px;margin:0;color:#d4d4d4;font-size:clamp(15px,1.05vw,18px);line-height:1.65;text-shadow:0 2px 20px #000}
.hero-home-v3 .hero-actions{display:flex;flex-direction:row;align-items:stretch;gap:12px;margin-top:27px}
.hero-home-v3 .hero-actions a{min-height:56px;padding:0 20px;border-radius:14px;gap:24px;overflow:hidden}
.hero-home-v3 .hero-actions a i{font-size:17px;font-style:normal;transition:transform .3s var(--ease)}
.hero-home-v3 .hero-actions a:hover i,.hero-home-v3 .hero-actions a:focus-visible i{transform:translate(4px,-3px)}
.hero-home-v3 .btn-ghost{border-color:rgba(255,255,255,.34);background:rgba(8,8,8,.42);backdrop-filter:blur(12px)}
.hero-home-v3 .btn-ghost:hover,.hero-home-v3 .btn-ghost:focus-visible{border-color:#fff;background:#fff;color:#000}
.hero-feature-link{position:absolute;z-index:4;right:4.5vw;bottom:116px;width:min(360px,28vw);padding:22px 24px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(8,8,8,.58);backdrop-filter:blur(16px);box-shadow:0 20px 60px rgba(0,0,0,.25);transition:transform .35s var(--ease),border-color .35s var(--ease),background .35s var(--ease)}
.hero-feature-link small{display:block;color:var(--yellow);font-size:9px;font-weight:900;letter-spacing:.18em}
.hero-feature-link strong{display:block;margin:12px 0 24px;font-size:clamp(17px,1.25vw,22px);line-height:1.25;letter-spacing:-.02em}
.hero-feature-link>span{display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid rgba(255,255,255,.14);color:#bdbdbd;font-size:11px;font-weight:800}
.hero-feature-link i{font-size:18px;font-style:normal;color:#fff;transition:transform .3s var(--ease)}
.hero-feature-link:hover,.hero-feature-link:focus-visible{transform:translateY(-7px);border-color:rgba(255,192,0,.7);background:rgba(14,12,5,.82)}
.hero-feature-link:hover i,.hero-feature-link:focus-visible i{transform:translate(4px,-4px)}
.hero-capabilities{position:absolute;z-index:4;left:0;right:0;bottom:0;min-height:78px;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.14);background:linear-gradient(90deg,rgba(5,5,5,.82),rgba(5,5,5,.42));backdrop-filter:blur(10px)}
.hero-capabilities>div{display:flex;align-items:center;gap:0;min-width:0}.hero-capabilities>div span{display:flex;align-items:center;color:#d1d1d1;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.hero-capabilities>div span:not(:last-child):after{content:"";width:4px;height:4px;margin:0 23px;border-radius:50%;background:var(--yellow)}
.hero-capabilities>a{display:flex;align-items:center;gap:15px;color:#a8a8a8;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.hero-capabilities>a i{display:grid;place-items:center;width:33px;height:33px;border:1px solid rgba(255,255,255,.23);border-radius:50%;font-size:13px;font-style:normal;color:#fff;transition:.3s var(--ease)}.hero-capabilities>a:hover i{border-color:var(--yellow);background:var(--yellow);color:#000;transform:translateY(3px)}
.hero-feature-link,.hero-capabilities{opacity:0;animation:heroSupportEnter .8s .48s var(--ease) forwards}.hero-capabilities{animation-delay:.58s}@keyframes heroSupportEnter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}

@media(max-width:1100px){.hero-home-v3 .hero-content{width:100%}.hero-feature-link{display:none}.hero-home-v3 .hero-content h1{font-size:clamp(58px,9vw,98px)}}
@media(max-width:980px){.hero-home-v3{height:100svh;min-height:680px;padding:calc(var(--header) + 44px) 24px 104px;align-items:center}.hero-home-v3 .hero-content{margin-top:0}.hero-home-v3 .hero-content h1{font-size:clamp(54px,10.6vw,88px)}.hero-capabilities{min-height:68px;padding:0 24px}.hero-capabilities>div span:not(:last-child):after{margin:0 15px}}
@media(max-width:680px){.hero-home-v3{height:auto;min-height:100svh;padding:calc(var(--header) + 38px) 20px 92px}.hero-home-v3 video{opacity:.62;filter:grayscale(.95) contrast(1.08) brightness(.66);transform:scale(1.04)}.hero-home-v3 .hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.91),rgba(0,0,0,.42)),linear-gradient(0deg,rgba(0,0,0,.74),transparent 58%,rgba(0,0,0,.24))}.hero-home-v3 .hero-grid{opacity:.3;background-size:25vw 25vw}.hero-home-v3 .eyebrow{max-width:300px;line-height:1.45}.hero-home-v3 .eyebrow:before{width:22px;flex:0 0 22px}.hero-home-v3 .hero-content h1{margin:16px 0 20px;font-size:clamp(44px,12.5vw,58px);line-height:.9}.hero-home-v3 .hero-content h1 em{font-size:.7em}.hero-home-v3 .hero-content p{max-width:520px;font-size:14px;line-height:1.6}.hero-home-v3 .hero-actions{display:grid;grid-template-columns:1fr;margin-top:23px;max-width:330px}.hero-home-v3 .hero-actions a{min-height:52px;justify-content:space-between}.hero-capabilities{min-height:62px;padding:0 20px;overflow:hidden}.hero-capabilities>div{width:100%;justify-content:space-between;gap:10px}.hero-capabilities>div span{font-size:7px;letter-spacing:.09em}.hero-capabilities>div span:not(:last-child):after{display:none}.hero-capabilities>a{display:none}}
@media(prefers-reduced-motion:reduce){.hero-home-v3 video{transform:scale(1.045);transition:none}.hero-feature-link,.hero-capabilities{opacity:1;transform:none;animation:none}}
/* End professional homepage hero v3 */

/* Interactive professional services showcase */
.header.scrolled{background:#050505}
.services-home-v3{display:grid;grid-template-columns:minmax(360px,.8fr) minmax(0,1.35fr);gap:clamp(44px,5vw,96px);align-items:start;padding:clamp(90px,7vw,138px) 5vw;background:#f2f1eb;color:#050505;scroll-margin-top:calc(var(--header) + 20px)}
.services-home-v3 .services-intro{position:sticky;top:104px;align-self:start;min-width:0}
.services-home-v3 .services-intro>span{display:flex;align-items:center;gap:12px;color:#050505;font-size:9px;letter-spacing:.19em;font-weight:900}
.services-home-v3 .services-intro>span:before{content:"";width:11px;height:11px;border-radius:3px;background:var(--yellow);box-shadow:0 5px 16px rgba(163,122,0,.2)}
.services-home-v3 .services-intro h2{max-width:680px;margin:20px 0 24px;font-size:clamp(52px,4.8vw,88px);line-height:.91;letter-spacing:-.06em}
.services-home-v3 .services-intro h2 em{display:inline;font-style:normal;color:#050505}
.services-home-v3 .services-intro p{max-width:560px;margin:0;color:#5f5e59;font-size:15px;line-height:1.65}
.services-all{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:50px;margin-top:26px;padding:0 18px;border-radius:13px;background:#050505;color:#fff;font-size:10px;letter-spacing:.06em;text-transform:uppercase;transition:.3s var(--ease)}
.services-all i{font-size:17px;font-style:normal;color:var(--yellow);transition:transform .3s var(--ease)}.services-all:hover,.services-all:focus-visible{background:var(--yellow);color:#000}.services-all:hover i,.services-all:focus-visible i{color:#000;transform:translate(4px,-4px)}
.service-visual{position:relative;aspect-ratio:16/9;max-height:275px;margin-top:30px;border-radius:22px;overflow:hidden;background:#111;box-shadow:0 24px 64px rgba(27,24,16,.16)}
.service-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:grayscale(.42) brightness(.7);transform:scale(1.045);transition:opacity .45s ease,transform .8s var(--ease),filter .45s ease}
.service-visual>img.active{opacity:1;filter:grayscale(.1) brightness(.74);transform:scale(1)}
.service-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 62%);pointer-events:none}
.service-visual>div{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;color:#fff}.service-visual small{color:var(--yellow);font-size:8px;font-weight:900;letter-spacing:.16em}.service-visual strong{max-width:70%;font-size:clamp(19px,1.7vw,28px);line-height:1;text-align:right;letter-spacing:-.035em}
.service-lines-v3{display:grid;gap:12px;min-width:0}
.service-lines-v3>a{position:relative;display:grid;grid-template-columns:minmax(210px,.9fr) minmax(250px,1.15fr) 42px;align-items:center;gap:clamp(20px,2.3vw,42px);min-height:118px;padding:22px 24px;border:0;border-radius:18px;background:#e6e4dd;color:#080808;overflow:hidden;transition:background .35s var(--ease),color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease)}
.service-lines-v3>a figure{display:none;margin:0}.service-lines-v3>a>div{min-width:0}.service-lines-v3>a small{display:block;margin-bottom:9px;color:#756f62;font-size:8px;font-weight:900;letter-spacing:.15em;transition:color .3s}.service-lines-v3>a strong{display:block;font-size:clamp(27px,2.2vw,42px);line-height:.98;letter-spacing:-.045em}.service-lines-v3>a p{max-width:460px;margin:0;color:#5d5c58;font-size:14px;line-height:1.5;transition:color .3s}.service-lines-v3>a>i{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(0,0,0,.07);font-size:18px;font-style:normal;transition:.3s var(--ease)}
.service-lines-v3>a:hover,.service-lines-v3>a:focus-visible,.service-lines-v3>a.active{background:#070707;color:#fff;transform:translateX(6px);box-shadow:0 18px 42px rgba(20,18,12,.12)}.service-lines-v3>a:hover small,.service-lines-v3>a:focus-visible small,.service-lines-v3>a.active small{color:var(--yellow)}.service-lines-v3>a:hover p,.service-lines-v3>a:focus-visible p,.service-lines-v3>a.active p{color:#b7b7b7}.service-lines-v3>a:hover>i,.service-lines-v3>a:focus-visible>i,.service-lines-v3>a.active>i{background:var(--yellow);color:#000;transform:translate(3px,-3px)}

@media(max-width:1180px){.services-home-v3{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:38px}.services-home-v3 .services-intro h2{font-size:clamp(48px,5vw,66px)}.service-lines-v3>a{grid-template-columns:minmax(180px,.82fr) minmax(210px,1.1fr) 40px;gap:18px;padding:20px}.service-lines-v3>a strong{font-size:clamp(25px,2.5vw,34px)}}
@media(max-width:980px){.services-home-v3{grid-template-columns:1fr;gap:52px;padding:84px 24px}.services-home-v3 .services-intro{position:static}.services-home-v3 .services-intro h2{max-width:760px;font-size:clamp(54px,8vw,78px)}.services-home-v3 .services-intro p{max-width:680px}.service-visual{display:none}.service-lines-v3>a{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr) 42px}.service-lines-v3>a figure{display:none}}
@media(max-width:680px){.services-home-v3{gap:40px;padding:70px 20px}.services-home-v3 .services-intro h2{margin:17px 0 20px;font-size:clamp(43px,12vw,58px);line-height:.94}.services-home-v3 .services-intro p{font-size:14px}.services-all{width:100%;max-width:340px}.service-lines-v3{gap:12px}.service-lines-v3>a{grid-template-columns:minmax(0,1fr) 42px;gap:0;min-height:0;padding:0;border-radius:17px;transform:none!important}.service-lines-v3>a figure{grid-column:1/-1;display:block;height:176px;overflow:hidden}.service-lines-v3>a figure img{width:100%;height:100%;object-fit:cover;filter:grayscale(.22) brightness(.72)}.service-lines-v3>a>div{grid-column:1;padding:20px 0 8px 20px}.service-lines-v3>a small{margin-bottom:8px}.service-lines-v3>a strong{font-size:clamp(28px,8vw,38px)}.service-lines-v3>a p{grid-column:1/-1;max-width:none;padding:0 20px 22px;font-size:13px}.service-lines-v3>a>i{grid-column:2;grid-row:2;align-self:center;margin:12px 14px 0 0}.service-lines-v3>a:hover,.service-lines-v3>a:focus-visible,.service-lines-v3>a.active{box-shadow:none}}
@media(prefers-reduced-motion:reduce){.service-visual>img,.service-lines-v3>a,.service-lines-v3>a>i{transition:none}}
/* End interactive professional services showcase */

/* Site-wide readable micro typography */
.section-kicker,.section-head span,.inner-copy>span,.detail-copy>span,.split-story>div>span,.values .section-head span,.service-principles span,.deliverables span,.workflow span,.project-summary>div>span,.story-block>span,.outcome>div>span,.reference-note>div>span,.contact-form-wrap>span,.quote-intro>span,.form-section>span,.seo-pillars>div>span,
.eyebrow,.seo-depth-head>span,.seo-faq>div:first-child>span,.seo-checklist>div>span,.legal-hero>span,.article-hero>span,.project-hero-copy>span,.blog-feature span,.newsletter span,.launcher>div:first-child>span{font-size:12px;line-height:1.45;letter-spacing:.13em}
.metric-row span,.home-project-overlay span,.home-project-overlay b,.service-card span,.blog-card span,.blog-card b,.next-page span,.seo-landing-card span,.pc-meta span,.landing-link-card>span,.landing-link-card b,.project-square-overlay span,.project-square-overlay b,.project-filter-empty>span,.project-filter-empty a{font-size:12px;line-height:1.45;letter-spacing:.1em}
.mega-head span,.mega-projects small,.mega-project-cats a:before,.mega-service-intro>span,.mega-project-intro>span,.mega-mini-process b,.mega-rail,.mega-rail small,.mega-projects span em,.mega-menu .mega-service-list>a:before,.mobile-links>a:before,.mobile-links>details>summary:before{font-size:11px;line-height:1.4;letter-spacing:.11em}
.mega-service-list span,.mega-service-layout .mega-service-list span,.mega-services-screen .mega-service-list span,.mega-project-intro p,.mega-service-intro p{font-size:13px;line-height:1.5}
.mega-actions>a,.mega-rail a,.mega-head>a{font-size:12px;line-height:1.4}
.filter-bar button,.service-filter-bar button,.demo-form label,.quote-form label,.article-meta,.article-layout aside b,.article-layout aside a{font-size:12px;line-height:1.45}
.footer-stage-label,.footer-stage-label b,.footer-direct>span,.footer-direct small,.footer-nav-grid b,.footer-meta,.footer-links b,.footer-bottom{font-size:12px;line-height:1.5;letter-spacing:.1em}
.footer-nav-grid b:after{font-size:11px}.footer-meta a,.footer-meta button{line-height:1.5}
.legal-nav span,.legal-update,.cookie-index,.cookie-copy>span,.cookie-copy>a,.cookie-actions button{font-size:12px;line-height:1.45;letter-spacing:.09em}.legal-nav a,.legal-content th{font-size:13px;line-height:1.5}.cookie-copy p{font-size:14px;line-height:1.6}
.contact-info-panel small,.contact-direct-card>span,.contact-detail-grid small{font-size:12px;line-height:1.45;letter-spacing:.11em}.contact-consent{font-size:13px!important;line-height:1.65!important}.contact-form-v2 button{font-size:12px}.contact-brief-cta span{font-size:13px;line-height:1.5}
.hero-home-v3 .eyebrow{font-size:clamp(11px,.7vw,13px)}.hero-feature-link small,.hero-capabilities>div span,.hero-capabilities>a{font-size:11px;line-height:1.4;letter-spacing:.1em}.hero-feature-link>span{font-size:12px;line-height:1.45}
.services-home-v3 .services-intro>span{font-size:11px;line-height:1.45}.services-all{font-size:12px;letter-spacing:.045em}.service-visual small,.service-lines-v3>a small{font-size:11px;line-height:1.4;letter-spacing:.11em}

@media(max-width:980px){.desktop-nav>a,.nav-link{font-size:13px}.mega-service-list span,.mega-service-layout .mega-service-list span,.mega-services-screen .mega-service-list span{font-size:12px}.footer-meta{letter-spacing:.06em}}
@media(max-width:680px){.section-kicker,.section-head span,.inner-copy>span,.detail-copy>span,.split-story>div>span,.values .section-head span,.service-principles span,.deliverables span,.workflow span,.project-summary>div>span,.story-block>span,.outcome>div>span,.reference-note>div>span,.contact-form-wrap>span,.quote-intro>span,.form-section>span,.seo-pillars>div>span,.eyebrow,.seo-depth-head>span,.seo-faq>div:first-child>span,.seo-checklist>div>span{font-size:11px;letter-spacing:.1em}.hero-home-v3 .eyebrow{font-size:11px}.hero-capabilities>div span{font-size:10px;letter-spacing:.035em}.footer-stage-label,.footer-stage-label b,.footer-direct>span,.footer-direct small,.footer-nav-grid b,.footer-meta{font-size:11px;letter-spacing:.065em}.service-lines-v3>a small{font-size:11px}.contact-consent{font-size:12px!important}}
/* End site-wide readable micro typography */

/* STREETART_FIX_V4: functional server-side project filters */
.filter-bar a{min-height:44px;padding:12px 18px;white-space:nowrap;transition:background-color .25s,color .25s,border-color .25s,transform .25s var(--ease)}
.filter-bar a.active,.filter-bar a[aria-current="page"],.filter-bar a:hover,.filter-bar a:focus-visible{border-color:var(--yellow);background:var(--yellow);color:#000}
@media(max-width:680px){.service-filter-bar a{flex:0 0 auto}}

/* STICKY SPLIT CONTENT — 2026-08-30
   Desktop: left heading stays in view while right content scrolls.
   Sticky is limited to its own section; tablet/mobile returns to normal flow. */
@media (min-width:1025px){
  .detail-intro,.split-story,.dark-list{align-items:start}
  .detail-intro>div:first-child,
  .split-story>div:first-child,
  .dark-list>div:first-child{
    position:-webkit-sticky;
    position:sticky;
    top:clamp(108px,10vh,148px);
    align-self:start;
    height:max-content;
    max-height:calc(100vh - 130px);
  }
}
@media (max-width:1024px){
  .detail-intro>div:first-child,
  .split-story>div:first-child,
  .dark-list>div:first-child{
    position:static;
    top:auto;
    max-height:none;
  }
}


/* =========================================================
   STREET ART DIGITAL — DESIGN REVISION V6 — 2026-08-31
   Hero typography, inner banner standard, projects, references, blog
   ========================================================= */

/* HOME HERO: prevent line collision; remove gray headline treatment. */
.hero-home-v3 .hero-content{
  width:min(74vw,1280px);
}
.hero-home-v3 .hero-content h1{
  margin:18px 0 24px;
  font-size:clamp(62px,6.55vw,126px);
  line-height:.94;
  letter-spacing:-.055em;
}
.hero-home-v3 .hero-content h1 span,
.hero-home-v3 .hero-content h1 em{
  display:block;
  width:max-content;
  max-width:100%;
  white-space:nowrap;
}
.hero-home-v3 .hero-content h1 span{color:#fff}
.hero-home-v3 .hero-content h1 em{
  margin-top:.02em;
  font-size:.88em;
  color:var(--yellow);
  -webkit-text-stroke:0;
  text-shadow:0 8px 42px rgba(0,0,0,.55);
}
.hero-home-v3 .hero-content p,
.hero-feature-link>span,
.hero-capabilities>div span,
.hero-capabilities>a{color:#fff}

/* INNER PAGE BANNERS: one professional contact-style visual language. */
.inner-hero,
.detail-hero,
.project-detail-hero,
.article-hero,
.legal-hero{
  position:relative;
  min-height:58vh;
  height:auto;
  padding:calc(var(--header) + clamp(54px,6vw,105px)) 5vw clamp(48px,5vw,82px);
  display:flex;
  align-items:flex-end;
  grid-template-columns:1fr;
  gap:0;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 82% 22%,rgba(255,192,0,.18),transparent 28%),
    radial-gradient(circle at 62% 105%,rgba(255,192,0,.055),transparent 34%),
    linear-gradient(135deg,#050505 0%,#080805 62%,#100d04 100%) !important;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.inner-hero:before,.inner-hero:after,
.seo-landing-hero:before,.seo-landing-hero:after{display:none!important}
.inner-hero>.inner-copy,
.detail-hero>.detail-copy,
.project-detail-hero>.project-hero-copy,
.article-hero>* ,
.legal-hero>*{position:relative;z-index:2}
.inner-hero>:not(.inner-copy){display:none!important}
.detail-bg,.detail-shade,.project-hero-bg,.project-hero-shade{display:none!important}

.inner-copy,.detail-copy,.project-hero-copy{max-width:1320px!important;min-width:0}
.inner-copy h1,
.detail-copy h1,
.project-hero-copy h1,
.article-hero h1,
.legal-hero h1{
  max-width:13.8ch;
  margin:14px 0 24px;
  font-size:clamp(58px,8vw,138px);
  line-height:.91;
  letter-spacing:-.058em;
  color:#fff;
}
.inner-copy h1 em{color:var(--yellow);font-style:normal}
.inner-copy p,
.detail-copy p,
.project-hero-copy p,
.article-hero>p,
.legal-hero p{
  max-width:850px;
  margin-bottom:0;
  color:#fff!important;
  font-size:clamp(15px,1.05vw,18px);
  line-height:1.68;
}
.article-page{padding-top:0}
.article-hero{display:block}
.article-hero .crumb{margin-bottom:22px}
.article-hero .article-meta{color:#fff}
.legal-hero{display:grid;grid-template-columns:1fr;align-content:end}
.legal-hero>span{margin:0 0 18px;align-self:auto}

/* Service/project detail banners keep their calls-to-action but use standard spacing. */
.detail-copy .btn-yellow{margin-top:24px}
.project-hero-copy .crumb,.detail-copy .crumb,.article-hero .crumb{color:#fff}

/* PROJECTS PAGE: exact same full-image project presentation as homepage. */
.projects-page-stack{display:grid;gap:clamp(34px,5vw,78px)}
.projects-page-stack .home-project{min-height:clamp(540px,70vh,820px);border-radius:20px}
.projects-page-stack .home-project-overlay{max-width:820px}
.projects-page-stack .home-project-overlay h3{font-size:clamp(50px,7.6vw,124px)}
.projects-page-stack .home-project-overlay p{color:#fff}
.service-filter-bar{margin-bottom:clamp(34px,4vw,64px)}

/* REFERENCES: larger, consistent logo stage. */
.reference-wall{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(12px,1.2vw,20px);
}
.reference-wall>div{
  min-height:220px;
  padding:30px;
  background:#0b0b0b;
}
.reference-wall>div img{
  width:auto;
  max-width:min(82%,270px);
  height:auto;
  max-height:118px;
  object-fit:contain;
  margin:auto;
  filter:none;
}
.reference-wall>div:hover{background:#111;color:#fff;border-color:var(--yellow)!important}

/* BLOG: taller images, balanced cards, no dead space below title. */
.blog-grid-large{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(18px,2vw,30px);
  align-items:start;
}
.blog-grid-large .blog-card{
  min-height:0;
  height:auto;
  border-radius:18px;
}
.blog-grid-large .blog-card img{height:clamp(300px,23vw,430px);object-fit:cover}
.blog-grid-large .blog-card>div{
  flex:0 0 auto;
  min-height:0;
  padding:26px 28px 28px;
}
.blog-grid-large .blog-card h3{
  margin:13px 0 0;
  font-size:clamp(27px,2.5vw,42px);
  line-height:1.02;
}
.blog-grid-large .blog-card b{margin-top:22px}
.blog-grid:not(.blog-grid-large) .blog-card b{margin-top:20px}
.blog-card{min-height:0}
.blog-card>div{min-height:0}
.blog-card b{margin-top:20px}

/* Remove gray/muddy typography from dark areas. Keep white/yellow only. */
.article-copy,
.value-grid p,.deliver-grid p,.pillar-grid p,.three-col p,
.process-grid p,.simple-links span,.project-facts small,
.story-block p,.reference-note>p,.article-body,
.contact-form-lead,.contact-form-v2 label:not(.contact-consent),
.contact-consent,.contact-brief-cta span,
.footer p,.footer a,.mega-service-list span,.mega-project-intro p,.mega-service-intro p,
.pc-meta p,.home-project-overlay p,.project-hero-copy p,.detail-copy p{
  color:#fff;
}
.metric-row span{color:#fff}
.services-home-v3 .services-intro p,
.services-home-v3 .service-lines-v3>a p,
.services-home-v3 .service-lines-v3>a small{color:#050505}
.services-home-v3 .service-lines-v3>a:hover p,
.services-home-v3 .service-lines-v3>a:focus-visible p,
.services-home-v3 .service-lines-v3>a.active p{color:#fff}
.services-home-v3 .service-lines-v3>a:hover small,
.services-home-v3 .service-lines-v3>a:focus-visible small,
.services-home-v3 .service-lines-v3>a.active small{color:var(--yellow)}

/* Tighter content cards: eliminate unnecessary vertical void. */
.blog-card h3:last-child,.pc-meta strong:last-child{margin-bottom:0}

@media(max-width:1100px){
  .hero-home-v3 .hero-content h1{font-size:clamp(56px,8.4vw,92px);line-height:.95}
  .reference-wall{grid-template-columns:repeat(3,minmax(0,1fr))}
  .reference-wall>div{min-height:190px}
}
@media(max-width:980px){
  .inner-hero,.detail-hero,.project-detail-hero,.article-hero,.legal-hero{
    min-height:auto;
    padding:calc(var(--header) + 62px) 24px 64px;
  }
  .inner-copy h1,.detail-copy h1,.project-hero-copy h1,.article-hero h1,.legal-hero h1{
    max-width:15ch;
    font-size:clamp(52px,10.5vw,92px);
  }
  .projects-page-stack .home-project{min-height:62vh}
  .blog-grid-large .blog-card img{height:340px}
}
@media(max-width:680px){
  .hero-home-v3 .hero-content{width:100%}
  .hero-home-v3 .hero-content h1{font-size:clamp(41px,11.2vw,54px);line-height:.98;letter-spacing:-.045em}
  .hero-home-v3 .hero-content h1 span,.hero-home-v3 .hero-content h1 em{white-space:normal;width:auto}
  .hero-home-v3 .hero-content h1 em{font-size:.82em;margin-top:.1em}
  .inner-hero,.detail-hero,.project-detail-hero,.article-hero,.legal-hero{
    padding:calc(var(--header) + 48px) 20px 50px;
  }
  .inner-copy h1,.detail-copy h1,.project-hero-copy h1,.article-hero h1,.legal-hero h1{
    max-width:none;
    font-size:clamp(43px,12vw,62px);
    line-height:.94;
  }
  .inner-copy p,.detail-copy p,.project-hero-copy p,.article-hero>p,.legal-hero p{font-size:15px}
  .projects-page-stack{gap:18px}
  .projects-page-stack .home-project{min-height:58vh;border-radius:16px}
  .projects-page-stack .home-project-overlay h3{font-size:clamp(44px,13vw,68px)}
  .reference-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .reference-wall>div{min-height:145px;padding:18px}
  .reference-wall>div img{max-width:88%;max-height:82px}
  .blog-grid-large{grid-template-columns:1fr;gap:16px}
  .blog-grid-large .blog-card img{height:260px}
  .blog-grid-large .blog-card>div{padding:22px 20px 24px}
  .blog-grid-large .blog-card h3{font-size:clamp(28px,8vw,38px)}
}
/* END STREET ART DIGITAL — DESIGN REVISION V6 */

/* STREET ART DIGITAL — PROJECTS GRID V6.1
   Projects index only: two project boxes per row on desktop. */
.projects-page-stack{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(16px,1.5vw,24px);
}
.projects-page-stack .home-project{
  min-height:0!important;
  aspect-ratio:1/1;
  border-radius:18px;
}
.projects-page-stack .home-project-overlay{
  left:clamp(22px,2.5vw,42px);
  right:clamp(22px,2.5vw,42px);
  bottom:clamp(22px,2.5vw,42px);
  max-width:680px;
}
.projects-page-stack .home-project-overlay h3{
  font-size:clamp(36px,4.2vw,70px);
  line-height:.92;
}
.projects-page-stack .home-project-overlay p{
  max-width:48ch;
}
@media(max-width:820px){
  .projects-page-stack{grid-template-columns:1fr;gap:18px}
  .projects-page-stack .home-project{min-height:0!important;aspect-ratio:1/1}
  .projects-page-stack .home-project-overlay h3{font-size:clamp(42px,10vw,66px)}
}
/* END STREET ART DIGITAL — PROJECTS GRID V6.1 */


/* STREET ART ANKARA AUTHORITY V7 FINAL */
.sa-ankara-landing .seo-landing-hero:before{animation:none;transform:none;will-change:auto}.sa-ankara-landing .seo-landing-hero .inner-copy,.sa-ankara-landing .seo-landing-hero .seo-landing-card{animation-duration:.55s}
.authority-system{background:#050505;border-top:1px solid #242424;padding-top:7vw}.authority-main{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.35fr);gap:7vw;align-items:start}.authority-sticky{position:sticky;top:110px}.authority-sticky>span,.authority-local>span,.authority-checklist>span,.authority-related-head>span,.authority-card>span,.authority-article-grid>a>span,.blog-hub-grid>a>span,.article-authority-bridge>div>span,.article-authority-bridge>a>small{display:block;color:var(--yellow);font-size:10px;letter-spacing:.18em;font-weight:900}.authority-sticky h2{margin:14px 0 24px;font-size:clamp(48px,5.8vw,92px);line-height:.96;letter-spacing:-.055em;text-wrap:balance}.authority-sticky p,.authority-card p,.authority-local p,.authority-editorial-empty p,.authority-article-grid p,.blog-hub-grid p,.article-authority-bridge p{color:#fff;line-height:1.72;margin:0}.authority-cta{display:inline-flex;align-items:center;gap:28px;margin-top:30px;background:var(--yellow);color:#000;padding:17px 20px;font-weight:900;font-size:12px}.authority-cta b{font-size:18px}.authority-card-stack{display:grid;gap:14px}.authority-card{position:relative;min-height:240px;padding:34px;border:1px solid #2b2b2b;background:#0b0b0b;overflow:hidden}.authority-card:before{content:"";position:absolute;inset:auto -10% -65% auto;width:230px;height:230px;background:radial-gradient(circle,rgba(255,192,0,.2),transparent 68%);pointer-events:none}.authority-card h3{margin:18px 0 14px;font-size:clamp(28px,3vw,48px);line-height:1.02;letter-spacing:-.04em}.authority-local-grid{display:grid;grid-template-columns:1.05fr .95fr;margin-top:7vw;border:1px solid #2b2b2b}.authority-local,.authority-checklist{padding:clamp(30px,4vw,64px)}.authority-local{background:var(--yellow);color:#000}.authority-local>span{color:#000}.authority-local h3{margin:18px 0 20px;font-size:clamp(34px,4vw,68px);line-height:.98;letter-spacing:-.05em}.authority-local p{color:#000;font-weight:700}.authority-checklist{background:#0a0a0a}.authority-checklist ol{list-style:none;counter-reset:authority;margin:20px 0 0;padding:0}.authority-checklist li{counter-increment:authority;display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid #292929;color:#fff;font-weight:800;line-height:1.35}.authority-checklist li:before{content:counter(authority,decimal-leading-zero);color:var(--yellow);font-size:11px;letter-spacing:.12em}.authority-proof{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #292929;border-top:1px solid #292929;margin-top:34px}.authority-proof>div{padding:24px;border-right:1px solid #292929;border-bottom:1px solid #292929}.authority-proof b{display:block;color:var(--yellow);font-size:clamp(26px,3vw,48px);letter-spacing:-.04em}.authority-proof span{display:block;color:#fff;font-size:12px;font-weight:800;margin-top:8px}.authority-related,.authority-editorial{margin-top:7vw}.authority-related-head{display:grid;grid-template-columns:.45fr 1.55fr;gap:4vw;align-items:start;margin-bottom:28px}.authority-related-head h3,.blog-authority-hubs .authority-related-head h2{margin:0;font-size:clamp(38px,4.6vw,76px);line-height:.98;letter-spacing:-.05em;text-wrap:balance}.authority-related-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #292929;border-top:1px solid #292929}.authority-related-grid>a{min-height:230px;padding:26px;display:flex;flex-direction:column;border-right:1px solid #292929;border-bottom:1px solid #292929;background:#080808;transition:.3s var(--ease)}.authority-related-grid>a>span{color:var(--yellow);font-size:9px;letter-spacing:.15em;font-weight:900}.authority-related-grid strong{font-size:clamp(20px,2vw,31px);line-height:1.08;letter-spacing:-.035em;margin:18px 0}.authority-related-grid b{margin-top:auto;font-size:11px}.authority-related-grid>a:hover{background:var(--yellow);color:#000;transform:translateY(-4px)}.authority-related-grid>a:hover>span{color:#000}.authority-article-grid,.blog-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.authority-article-grid>a,.blog-hub-grid>a{min-height:280px;padding:28px;background:#0b0b0b;border:1px solid #292929;display:flex;flex-direction:column;transition:.3s var(--ease)}.authority-article-grid strong,.blog-hub-grid strong{font-size:clamp(23px,2.3vw,36px);line-height:1.04;letter-spacing:-.04em;margin:18px 0 14px}.authority-article-grid p,.blog-hub-grid p{font-size:14px}.authority-article-grid b,.blog-hub-grid b{margin-top:auto;padding-top:24px;color:var(--yellow);font-size:11px}.authority-article-grid>a:hover,.blog-hub-grid>a:hover{border-color:var(--yellow);transform:translateY(-5px)}.authority-editorial-empty{border:1px solid #292929;padding:30px;display:flex;justify-content:space-between;align-items:center;gap:30px}.authority-editorial-empty p{max-width:850px}.authority-editorial-empty a{color:var(--yellow);font-weight:900;white-space:nowrap}.blog-authority-hubs{padding-top:7vw;padding-bottom:4vw;background:#070707}.blog-authority-hubs .authority-related-head{margin-bottom:34px}.blog-hub-grid{grid-template-columns:repeat(4,1fr)}.blog-hub-grid>a{min-height:300px}.article-authority-bridge{max-width:1180px;margin:0 auto 7vw;padding:34px;display:grid;grid-template-columns:1.3fr .7fr;gap:40px;border:1px solid #292929;background:#080808}.article-authority-bridge h2{margin:12px 0 16px;font-size:clamp(34px,4vw,60px);line-height:1;letter-spacing:-.045em}.article-authority-bridge>a{background:var(--yellow);color:#000;padding:28px;display:flex;flex-direction:column;justify-content:center;min-height:210px}.article-authority-bridge>a>small{color:#000}.article-authority-bridge>a strong{font-size:clamp(24px,2.5vw,38px);line-height:1.02;margin:14px 0 28px}.article-authority-bridge>a b{font-size:11px}.article-related-reading{max-width:1380px;margin:0 auto;padding:0 5vw 8vw}.article-related-reading .authority-related-head{grid-template-columns:.35fr 1.65fr}.article-related-reading .authority-related-head h2{margin:0;font-size:clamp(34px,4vw,64px);line-height:1;letter-spacing:-.04em}
@media(max-width:1100px){.authority-main{grid-template-columns:1fr}.authority-sticky{position:relative;top:auto;max-width:900px}.authority-local-grid{grid-template-columns:1fr}.authority-proof{grid-template-columns:repeat(2,1fr)}.authority-related-grid,.blog-hub-grid{grid-template-columns:repeat(2,1fr)}.authority-article-grid{grid-template-columns:repeat(2,1fr)}.authority-related-head{grid-template-columns:1fr;gap:12px}}
@media(max-width:720px){.authority-system{padding:72px 20px}.authority-sticky h2{font-size:clamp(42px,12vw,62px)}.authority-card{min-height:auto;padding:26px}.authority-local,.authority-checklist{padding:28px 22px}.authority-proof{grid-template-columns:1fr 1fr}.authority-proof>div{padding:18px}.authority-related-grid,.authority-article-grid,.blog-hub-grid{grid-template-columns:1fr}.authority-related-grid>a,.authority-article-grid>a,.blog-hub-grid>a{min-height:auto}.authority-editorial-empty{display:block}.authority-editorial-empty a{display:inline-block;margin-top:20px}.article-authority-bridge{grid-template-columns:1fr;margin:0 20px 70px;padding:20px}.article-related-reading{padding:0 20px 70px}}
/* END STREET ART ANKARA AUTHORITY V7 FINAL */


/* Integration rules only: the two approved design stylesheets remain unchanged. */
.sa26-site main,.sa26-site section,.sa26-site article,.sa26-site aside,.sa26-site .article-copy{min-width:0}
.sa26-site .cms-rich{font-size:17px;line-height:1.75;overflow-wrap:anywhere}
.sa26-site .cms-rich>*:first-child{margin-top:0}
.sa26-site .cms-rich p{font-size:inherit;line-height:inherit;margin:0 0 1.2em;color:inherit}
.sa26-site .cms-rich h2{font-size:clamp(28px,2.5vw,40px);line-height:1.18;margin:1.5em 0 .65em;letter-spacing:-.025em;max-width:none;color:inherit}
.sa26-site .cms-rich h3{font-size:clamp(23px,2vw,30px);line-height:1.25;margin:1.4em 0 .6em;letter-spacing:-.015em;color:inherit}
.sa26-site .cms-rich h4,.sa26-site .cms-rich h5,.sa26-site .cms-rich h6{font-size:20px;line-height:1.4;margin:1.3em 0 .6em;color:inherit}
.sa26-site .cms-rich div,.sa26-site .cms-rich section,.sa26-site .cms-rich article,.sa26-site .cms-rich aside{position:static;display:block;width:auto;height:auto;min-height:0;padding:0;margin:0 0 1.2em;background:transparent;border:0}
.sa26-site .cms-rich ul,.sa26-site .cms-rich ol{padding-left:1.4em;margin:0 0 1.3em;list-style:revert}
.sa26-site .cms-rich li{font-size:inherit;line-height:inherit;margin:.45em 0}
.sa26-site .cms-rich img,.sa26-site .cms-rich video{display:block;max-width:100%;height:auto;margin:1.4em auto;border-radius:16px}
.sa26-site .cms-rich iframe{display:block;max-width:100%;width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:16px}
.sa26-site .cms-rich table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;font-size:16px;margin:1.5em 0}
.sa26-site .cms-rich td,.sa26-site .cms-rich th{padding:12px;text-align:left;border:1px solid currentColor;min-width:120px}
.sa26-site .cms-rich a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.sa26-site .cms-rich hr{margin:2em 0;border:0;border-top:1px solid currentColor;opacity:.2}
.sa26-article-layout{grid-template-columns:minmax(0,860px);justify-content:center}
.sa26-legal-layout{grid-template-columns:minmax(0,860px)}
.sa26-project-copy .article-copy{max-width:1000px;margin:auto}
.sa26-site .project-gallery:empty{display:none}
.sa26-site .reference-wall img{max-width:100%;max-height:100px;object-fit:contain}
.sa26-site .reference-wall>div:has(img){background:#fff}
.sa26-site .article-hero h1,.sa26-site .detail-copy h1,.sa26-site .project-hero-copy h1{overflow-wrap:anywhere;line-height:1.06;padding-bottom:.12em}
.sa26-site .pc-meta strong,.sa26-site .project-square-overlay h3,.sa26-site .blog-card h3{overflow-wrap:anywhere;line-height:1.18}
.sa26-site .pc-meta strong{font-size:clamp(23px,2.2vw,36px)}
.sa26-site .service-card h3{overflow-wrap:anywhere}
.sa26-site .contact-detail-grid strong{overflow-wrap:anywhere;line-height:1.5}
.sa26-site .sa26-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.sa26-site .form-status{font-size:16px;line-height:1.5;padding:16px;border:1px solid currentColor;border-radius:12px;grid-column:1/-1}
.sa26-site .form-status.error{color:#fff;background:#8b160f}
.sa26-site .form-status.success{color:#fff;background:#075b32}
.sa26-site .form-status:focus{outline:2px solid var(--yellow);outline-offset:4px}
.sa26-site .g-recaptcha{grid-column:1/-1;max-width:100%}
.sa26-site .sa26-category-links{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}
.sa26-site .sa26-category-links a{padding:12px 18px;border:1px solid currentColor;border-radius:12px;font-size:15px}
.sa26-site .sa26-category-links a:hover{background:var(--yellow);color:#000}
.sa26-site .sa26-empty{font-size:17px;grid-column:1/-1;padding:24px 0}
.sa26-search{display:grid;gap:14px;max-width:640px;margin-top:32px}
.sa26-search input{width:100%;padding:16px;border-radius:12px;background:#fff;color:#000;border:1px solid currentColor;font:inherit}
.sa26-legacy-page{padding:calc(var(--header,90px) + 48px) 4vw 64px}
.sa26-legacy-page .container{max-width:1400px;margin:auto}
.sa26-legacy-page .row{display:flex;flex-wrap:wrap;gap:24px}
.sa26-legacy-page [class*="col-"]{min-width:0;flex:1 1 320px}
.sa26-legacy-page .col-md-12,.sa26-legacy-page .col-sm-12{flex-basis:100%}
.sa26-legacy-page h1{font-size:clamp(36px,5vw,72px);line-height:1.15;margin-bottom:28px}
.sa26-legacy-page p{line-height:1.7;font-size:17px}
.sa26-legacy-page img{max-width:100%;height:auto}
.sa26-legacy-page input:not([type="checkbox"]):not([type="radio"]),.sa26-legacy-page textarea,.sa26-legacy-page select{max-width:100%;width:100%;padding:15px;font:inherit;margin:10px 0;border-radius:12px;border:1px solid currentColor;background:#fff;color:#000}
.sa26-legacy-page [type="submit"]{background:var(--yellow);color:#000;cursor:pointer}
@media(max-width:680px){.sa26-site .cms-rich{font-size:16px}.sa26-site .form-status{padding:12px}.sa26-site .contact-direct-card a{white-space:normal;overflow-wrap:anywhere}.sa26-site .project-gallery{grid-template-columns:1fr}.sa26-site .detail-copy h1{font-size:clamp(36px,10vw,64px)}}
@media(prefers-reduced-motion:reduce){.sa26-site *{scroll-behavior:auto!important}}

.sa26-offer-tool{display:block;max-width:1100px;margin:auto}
.sa26-offer-tool h1{font-size:clamp(32px,4vw,56px);line-height:1.15;margin-bottom:32px}
.sa26-offer-tool h3{font-size:24px;margin:28px 0 20px}
.sa26-offer-tool .row{display:flex;flex-wrap:wrap;gap:20px}
.sa26-offer-tool .col{flex:1 1 280px;min-width:0}
.sa26-offer-tool .flash-error,.sa26-offer-tool .flash-success{font-size:16px;padding:16px;margin:20px 0;border:1px solid currentColor;border-radius:12px}


/* Street Art Digital V11 — CMS / reference / performance layer */
.reference-wall,.v9-reference-wall{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;gap:18px!important}.reference-wall>div,.v9-reference-wall>div{min-height:145px!important;padding:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;border:1px solid rgba(12,12,12,.09)!important}.reference-wall img,.v9-reference-wall img{width:min(100%,220px)!important;height:86px!important;object-fit:contain!important;object-position:center!important;filter:none!important;opacity:1!important}


/* Reduce layout/render cost below the fold without hiding content from crawlers. */
.sa26-site img[loading="lazy"]{content-visibility:auto}.sa26-site img{max-width:100%}.sa26-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}

@media(max-width:760px){.reference-wall,.v9-reference-wall{grid-template-columns:repeat(2,minmax(0,1fr))!important}.reference-wall>div,.v9-reference-wall>div{min-height:120px!important;padding:18px!important}.reference-wall img,.v9-reference-wall img{height:66px!important}}
@media(prefers-reduced-motion:reduce){.sa26-site *{scroll-behavior:auto!important}}

.v9-cms-extension{max-width:1440px;margin:0 auto}.v11-cms-rich{max-width:900px;margin:0 auto;font-size:17px;line-height:1.8}


/* Street Art Digital — Professional V10 design/performance layer */
:root{
  --sa-pro-max:1480px;
  --sa-pro-text:760px;
  --sa-pro-radius:18px;
  --sa-pro-line:rgba(255,255,255,.14);
  --sa-pro-soft:rgba(255,255,255,.055);
  --sa-pro-shadow:0 24px 70px rgba(0,0,0,.24);
  --sa-pro-space:clamp(72px,8vw,136px);
}
html{scroll-padding-top:96px}
body.sa26-site{font-kerning:normal;text-rendering:optimizeLegibility}
body.sa26-site main>section:not(:first-child),body.sa26-site .article-related-reading,body.sa26-site .article-authority-bridge{content-visibility:auto;contain-intrinsic-size:1px 850px}
body.sa26-site .section{padding-top:var(--sa-pro-space);padding-bottom:var(--sa-pro-space)}
body.sa26-site .section,.footer-contact-row,.footer-nav-grid,.footer-meta{padding-left:max(5vw,24px);padding-right:max(5vw,24px)}
body.sa26-site .section-head,body.sa26-site .detail-intro,body.sa26-site .project-summary,body.sa26-site .article-layout{max-width:var(--sa-pro-max);margin-left:auto;margin-right:auto}
body.sa26-site .article-copy,body.sa26-site .article-body{font-size:clamp(16px,1.1vw,19px);line-height:1.82}
body.sa26-site .article-copy p,body.sa26-site .article-body p{max-width:var(--sa-pro-text)}
body.sa26-site :focus-visible{outline:2px solid var(--yellow,#ffc000);outline-offset:4px}
body.sa26-site img{max-width:100%;height:auto}
body.sa26-site .cms-rich img{border-radius:12px}
body.sa26-site .cms-rich table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;-webkit-overflow-scrolling:touch}
body.sa26-site .cms-rich th,body.sa26-site .cms-rich td{min-width:150px;padding:14px 16px;border:1px solid rgba(127,127,127,.25)}

/* Stronger visual hierarchy without changing the approved V7 identity. */
body.sa26-site .section-kicker,body.sa26-site .section-head span,body.sa26-site .detail-intro>div>span,body.sa26-site .project-summary>div>span{letter-spacing:.16em;font-weight:800}
body.sa26-site .section-head h2,body.sa26-site .detail-intro h2{max-width:18ch;text-wrap:balance}
body.sa26-site .deliver-grid>div,body.sa26-site .process-grid>div,body.sa26-site .workflow-row>div,body.sa26-site .seo-depth-grid>article{border-radius:var(--sa-pro-radius);box-shadow:inset 0 0 0 1px var(--sa-pro-line);transition:transform .35s ease,border-color .35s ease,background .35s ease}
body.sa26-site .deliver-grid>div:hover,body.sa26-site .process-grid>div:hover,body.sa26-site .workflow-row>div:hover,body.sa26-site .seo-depth-grid>article:hover{transform:translateY(-5px);background:var(--sa-pro-soft)}

/* Portfolio proof system */
.sa-pro-proof{max-width:var(--sa-pro-max);margin:0 auto;padding:max(5vw,64px);border-top:1px solid var(--sa-pro-line);border-bottom:1px solid var(--sa-pro-line);background:radial-gradient(circle at 88% 15%,rgba(255,192,0,.10),transparent 28%),#070707}
.sa-pro-proof-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:60px;align-items:end;margin-bottom:42px}
.sa-pro-proof-head span,.sa-pro-case-label{display:block;color:var(--yellow,#ffc000);font-size:10px;font-weight:900;letter-spacing:.18em;margin-bottom:12px}
.sa-pro-proof-head h2{font-size:clamp(38px,4.7vw,78px);line-height:.94;letter-spacing:-.055em;max-width:12ch;margin:0}
.sa-pro-proof-head p{color:#a7a7a7;line-height:1.75;margin:0}
.sa-pro-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.sa-pro-proof-grid .project-square-card{min-height:390px;border-radius:var(--sa-pro-radius);overflow:hidden;border:1px solid var(--sa-pro-line)}
.sa-pro-proof-grid .project-square-card img{height:100%;object-fit:cover}
.sa-pro-proof-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.sa-pro-proof-actions a{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:1px solid var(--sa-pro-line);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.sa-pro-proof-actions a:first-child{background:var(--yellow,#ffc000);color:#000;border-color:var(--yellow,#ffc000)}

/* Project case-study narrative: factual, no invented metrics. */
.sa-pro-case{max-width:var(--sa-pro-max);margin:0 auto;padding:var(--sa-pro-space) max(5vw,24px)}
.sa-pro-case-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;margin-bottom:42px}
.sa-pro-case-head h2{font-size:clamp(40px,5vw,82px);line-height:.93;letter-spacing:-.055em;margin:0;max-width:10ch}
.sa-pro-case-head p{max-width:680px;color:#a9a9a9;font-size:clamp(16px,1.2vw,20px);line-height:1.75;margin:0}
.sa-pro-case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--sa-pro-line);border-bottom:1px solid var(--sa-pro-line)}
.sa-pro-case-grid article{padding:38px 34px;min-height:260px;border-right:1px solid var(--sa-pro-line)}
.sa-pro-case-grid article:last-child{border-right:0}
.sa-pro-case-grid small{color:var(--yellow,#ffc000);font-weight:900;letter-spacing:.16em}
.sa-pro-case-grid h3{font-size:clamp(24px,2.1vw,34px);letter-spacing:-.035em;margin:18px 0 12px}
.sa-pro-case-grid p{color:#a4a4a4;line-height:1.75;margin:0}
.sa-pro-service-bridge{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 0;border-bottom:1px solid var(--sa-pro-line)}
.sa-pro-service-bridge>div span{display:block;color:#777;font-size:10px;letter-spacing:.15em;margin-bottom:8px}.sa-pro-service-bridge strong{font-size:clamp(22px,2.2vw,34px)}
.sa-pro-service-bridge>a{white-space:nowrap;color:var(--yellow,#ffc000);font-weight:800}

/* Project / blog cards */
body.sa26-site .project-square-card,body.sa26-site .blog-card{border-radius:var(--sa-pro-radius);overflow:hidden;box-shadow:var(--sa-pro-shadow)}
body.sa26-site .project-square-card img,body.sa26-site .blog-card img{transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease}
body.sa26-site .project-square-card:hover img,body.sa26-site .blog-card:hover img{transform:scale(1.035)}
body.sa26-site .filter-bar{gap:8px;flex-wrap:wrap}
body.sa26-site .filter-bar a{border-radius:999px}

/* More usable forms */
body.sa26-site form input,body.sa26-site form textarea,body.sa26-site form select{font-size:16px}
body.sa26-site form textarea{min-height:150px;resize:vertical}

/* Reference logo legibility */
body.sa26-site .reference-wall,body.sa26-site .references-grid,body.sa26-site .reference-grid{gap:18px}
body.sa26-site .reference-wall img,body.sa26-site .references-grid img,body.sa26-site .reference-grid img{max-width:220px;max-height:90px;object-fit:contain}

/* Performance: expensive offscreen decorative effects are disabled on small/mobile devices. */
@media(max-width:980px){
  body.sa26-site .section{padding-top:clamp(58px,12vw,92px);padding-bottom:clamp(58px,12vw,92px)}
  .sa-pro-proof{padding:64px 24px}.sa-pro-proof-head,.sa-pro-case-head{grid-template-columns:1fr;gap:22px}
  .sa-pro-proof-grid{grid-template-columns:1fr 1fr}.sa-pro-case-grid{grid-template-columns:1fr}
  .sa-pro-case-grid article{border-right:0;border-bottom:1px solid var(--sa-pro-line);min-height:0}.sa-pro-case-grid article:last-child{border-bottom:0}
  .sa-pro-service-bridge{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){.sa-pro-proof-grid{grid-template-columns:1fr}.sa-pro-proof-grid .project-square-card{min-height:330px}}
@media(prefers-reduced-motion:reduce){body.sa26-site *,body.sa26-site *:before,body.sa26-site *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   V10.1 — HEADER / PROJECT CARDS / ENGLISH VISUAL PARITY
   ========================================================= */

/* Header: create breathing room between language selector and primary CTA. */
body.sa26-site .header-side{gap:clamp(22px,1.8vw,34px)}

body.sa26-site .header-side .start{margin-left:0;white-space:nowrap}

/* Project cards: editorial, calmer and more premium. */
body.sa26-site .project-square-card{
  aspect-ratio:16/11;
  min-height:0!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:20px;
  background:#0a0a0a;
  box-shadow:none;
}
body.sa26-site .project-square-card>img{
  filter:brightness(.66) saturate(.86);
  transform:scale(1.001);
}
body.sa26-site .project-square-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,.08) 18%,rgba(0,0,0,.24) 48%,rgba(0,0,0,.94) 100%)!important;
}
body.sa26-site .project-square-card:before{
  width:42px;height:42px;
  top:20px;right:20px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:50%;
  background:rgba(0,0,0,.36);
  color:#fff;
  backdrop-filter:blur(9px);
  font-size:17px;
}
body.sa26-site .project-square-card:hover:before,
body.sa26-site .project-square-card:focus-visible:before{
  background:var(--yellow,#ffc000);color:#000;border-color:var(--yellow,#ffc000);
  transform:translate(2px,-2px);
}
body.sa26-site .project-card-topline{
  position:absolute;z-index:3;left:22px;top:22px;right:78px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  pointer-events:none;
}
body.sa26-site .project-card-topline span{
  display:inline-flex;align-items:center;min-height:30px;padding:0 11px;
  border:1px solid rgba(255,255,255,.24);border-radius:999px;
  background:rgba(0,0,0,.38);backdrop-filter:blur(8px);
  color:#fff;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;
  max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
body.sa26-site .project-card-topline small{
  color:rgba(255,255,255,.78);font-size:10px;font-weight:900;letter-spacing:.12em;
}
body.sa26-site .project-square-overlay,
body.sa26-site .projects-home .home-project-overlay{
  left:clamp(22px,2.4vw,38px);right:clamp(22px,2.4vw,38px);bottom:clamp(22px,2.4vw,34px);
  max-width:680px;
}
body.sa26-site .project-square-overlay h3,
body.sa26-site .projects-home .home-project-overlay h3,
body.sa26-site .related-project-card .project-square-overlay h3{
  max-width:15ch;
  margin:0 0 10px;
  font-size:clamp(30px,3.1vw,50px);
  line-height:.98;
  letter-spacing:-.045em;
}
body.sa26-site .project-square-overlay p{
  max-width:52ch;color:#d4d4d4;font-size:14px;line-height:1.55;
  -webkit-line-clamp:2;
}
body.sa26-site .project-square-overlay b{
  min-height:auto;margin-top:14px;padding:0;
  border:0;background:transparent!important;color:#fff;
  font-size:11px;letter-spacing:.08em;
  border-bottom:1px solid var(--yellow,#ffc000);
}
body.sa26-site .project-square-card:hover .project-square-overlay b,
body.sa26-site .project-square-card:focus-visible .project-square-overlay b{color:var(--yellow,#ffc000);transform:none}
body.sa26-site .projects-home .project-stack,
body.sa26-site .project-related-grid,
body.sa26-site .projects-page-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.6vw,26px)}
body.sa26-site .projects-page-stack .home-project{aspect-ratio:16/11!important;border-radius:20px}
body.sa26-site .projects-page-stack .home-project-overlay h3{font-size:clamp(30px,3.1vw,50px)}

/* Service proof cards are compact enough to read comfortably in three columns. */
body.sa26-site .sa-pro-proof{padding:clamp(62px,6vw,96px) max(5vw,24px)}
body.sa26-site .sa-pro-proof-grid{gap:16px}
body.sa26-site .sa-pro-proof-grid .project-square-card{aspect-ratio:4/3;min-height:0!important}
body.sa26-site .sa-pro-proof-grid .project-square-overlay h3{font-size:clamp(26px,2.2vw,38px)}
body.sa26-site .sa-pro-proof-grid .project-square-overlay p{font-size:13px}

/* English pages use the same dark Street Art design language as Turkish pages. */



























































@media(max-width:1180px){
  body.sa26-site .sa-pro-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  
}
@media(max-width:820px){
  body.sa26-site .header-side{gap:14px}
  
  body.sa26-site .project-square-card,
  body.sa26-site .projects-page-stack .home-project{aspect-ratio:4/3!important}
  body.sa26-site .project-square-overlay h3,
  body.sa26-site .projects-home .home-project-overlay h3,
  body.sa26-site .related-project-card .project-square-overlay h3,
  body.sa26-site .projects-page-stack .home-project-overlay h3{font-size:clamp(30px,8.5vw,44px)}
  
  
  
}
@media(max-width:640px){
  body.sa26-site .project-card-topline{left:16px;top:16px;right:68px}
  body.sa26-site .project-square-card:before{top:14px;right:14px;width:38px;height:38px}
  body.sa26-site .project-square-overlay,
  body.sa26-site .projects-home .home-project-overlay{left:18px;right:18px;bottom:18px}
  body.sa26-site .project-square-overlay p{display:none}
  body.sa26-site .sa-pro-proof-grid{grid-template-columns:1fr}
  
  
  
  
}
/* END V10.1 VISUAL CORRECTIONS */


/* Homepage services: keep all eight services readable without clipping. */
.services-home-v3 {
  --services-header: 74px;
  --services-space: clamp(20px, 3vh, 36px);
  grid-template-columns: minmax(0, .3fr) minmax(0, .7fr);
  align-items: center;
  gap: clamp(28px, 3vw, 56px);
  min-height: calc(100svh - var(--services-header));
  padding: var(--services-space) 4vw;
  scroll-margin-top: var(--services-header);
}
.services-home-v3 .services-intro { position: static; align-self: center; }
.services-home-v3 .services-intro h2 {
  margin: 16px 0 18px;
  font-size: clamp(38px, 3.15vw, 62px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.services-home-v3 .services-intro p { font-size: 15px; line-height: 1.55; }
.services-home-v3 .services-all { margin-top: 20px; min-height: 48px; gap: 16px; }
.services-home-v3 .service-visual {
  display: block;
  width: 100%;
  height: clamp(150px, 24svh, 230px);
  aspect-ratio: auto;
  margin-top: 20px;
  border-radius: 18px;
}
.services-home-v3 .service-visual>div {
  left: 18px; right: 18px; bottom: 18px;
  align-items: flex-start; flex-direction: column; gap: 8px;
}
.services-home-v3 .service-visual strong {
  max-width: 100%; font-size: clamp(22px, 1.6vw, 30px); line-height: 1.15; text-align: left;
}
.services-home-v3 .service-lines-v3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  gap: 12px;
}
.services-home-v3 .service-lines-v3>a {
  grid-template-columns: minmax(0, 1fr) 32px;
  align-content: center;
  align-items: start;
  gap: 8px 10px;
  min-width: 0;
  min-height: clamp(128px, 17svh, 176px);
  padding: clamp(14px, 1.2vw, 22px);
  overflow: visible;
  border-radius: 16px;
}
.services-home-v3 .service-lines-v3>a figure { display: none; }
.services-home-v3 .service-lines-v3>a>div { grid-column: 1; grid-row: 1; padding: 0; }
.services-home-v3 .service-lines-v3>a small { margin-bottom: 6px; color: #686155; letter-spacing: .075em; }
.services-home-v3 .service-lines-v3>a strong { font-size: clamp(22px, 1.75vw, 32px); line-height: 1.08; }
.services-home-v3 .service-lines-v3>a p {
  grid-column: 1 / -1; grid-row: 2;
  padding: 0; max-width: none; font-size: 14px; line-height: 1.45;
}
.services-home-v3 .service-lines-v3>a>i {
  grid-column: 2; grid-row: 1;
  width: 32px; height: 32px; margin: 0; border-radius: 10px;
}
.services-home-v3 .service-lines-v3>a:hover,
.services-home-v3 .service-lines-v3>a:focus-visible,
.services-home-v3 .service-lines-v3>a.active { transform: none; }
.services-home-v3 .service-lines-v3>a:focus-visible { outline: 3px solid #9a7000; outline-offset: 3px; }
.services-home-v3 .service-lines-v3>a:hover small,
.services-home-v3 .service-lines-v3>a:focus-visible small,
.services-home-v3 .service-lines-v3>a.active small { color: var(--yellow); }

/* Short notebook windows: reduce empty space, never hide service text. */
@media (min-width: 1101px) and (max-height: 800px) {
  .services-home-v3 { --services-space: 18px; }
  .services-home-v3 .services-intro h2 { font-size: clamp(38px, 3vw, 50px); margin: 12px 0 14px; }
  .services-home-v3 .service-visual { height: 160px; margin-top: 16px; }
  .services-home-v3 .services-all { margin-top: 16px; }
  .services-home-v3 .service-lines-v3>a { min-height: 120px; padding: 13px 16px; }
  .services-home-v3 .service-lines-v3>a strong { font-size: clamp(22px, 1.65vw, 28px); }
}
/* At narrow widths or high zoom, let the section grow in normal page flow. */
@media (max-width: 1100px) {
  .services-home-v3 { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 56px 24px; gap: 32px; }
  .services-home-v3 .services-intro h2 { max-width: 680px; font-size: clamp(40px, 5.5vw, 58px); }
  .services-home-v3 .services-intro p { max-width: 680px; }
  .services-home-v3 .service-visual { display: none; }
  .services-home-v3 .service-lines-v3>a { min-height: 150px; padding: 20px; }
}
@media (max-width: 680px) {
  .services-home-v3 { padding: 44px 20px; gap: 28px; }
  .services-home-v3 .services-intro h2 { font-size: clamp(36px, 9.5vw, 52px); }
  .services-home-v3 .services-intro>span { letter-spacing: .09em; gap: 8px; }
  .services-home-v3 .services-intro>span:before { flex-shrink: 0; }
  .services-home-v3 .service-lines-v3 { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; }
  .services-home-v3 .service-lines-v3>a { min-height: 0; padding: 0; gap: 0; }
  .services-home-v3 .service-lines-v3>a figure { display: block; grid-column: 1 / -1; grid-row: 1; height: 160px; border-radius: 16px 16px 0 0; }
  .services-home-v3 .service-lines-v3>a>div { grid-row: 2; padding: 18px 0 10px 18px; }
  .services-home-v3 .service-lines-v3>a strong { font-size: 26px; }
  .services-home-v3 .service-lines-v3>a p { grid-row: 3; padding: 0 18px 20px; }
  .services-home-v3 .service-lines-v3>a>i { grid-row: 2; width: 32px; margin: 18px 14px 0 0; }
  .services-home-v3 .service-lines-v3>a { grid-template-columns: minmax(0, 1fr) 60px; }
}


/* Street Art Digital — Ankara customer-first landing system V8
   CSS-only interaction: no extra JS, no layout-affecting entrance animation. */
.v8-customer-landing{background:#050505;color:#fff;overflow:clip}
.v8-customer-landing p,.v8-customer-landing li,.v8-customer-landing summary{color:#fff}
.v8-customer-landing .section{position:relative}
.v8-defer{content-visibility:auto;contain-intrinsic-size:auto 900px}
.v8-hero{position:relative;min-height:min(780px,86svh);display:grid;grid-template-columns:minmax(0,1.38fr) minmax(280px,.62fr);align-items:end;gap:5vw;padding:clamp(150px,17vh,210px) 5vw clamp(62px,7vw,110px);isolation:isolate;background:#050505}
.v8-hero-media,.v8-hero-shade{position:absolute;inset:0}
.v8-hero-media{z-index:-3;overflow:hidden;background:#090909}
.v8-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.43) saturate(.78)}
.v8-hero-shade{z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.70) 48%,rgba(0,0,0,.35) 100%),linear-gradient(0deg,#050505 0%,transparent 30%)}
.v8-hero-copy{max-width:1120px}
.v8-hero-copy>span,.v8-sticky-copy>span,.v8-story-head>span,.v8-section-head>span,.v8-deliverables>div>span,.v8-local>span,.v8-local-copy>span,.v8-hero-note>span,.v8-related-grid>a>span,.v8-reading-grid>a>span{display:block;color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.15em;line-height:1.4}
.v8-crumb{display:inline-flex;margin-bottom:22px;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--yellow);padding-bottom:5px}
.v8-hero h1{max-width:1100px;margin:16px 0 25px;font-size:clamp(58px,7.4vw,126px);line-height:.88;letter-spacing:-.062em;text-wrap:balance;color:#fff}
.v8-hero-copy>p{max-width:870px;margin:0;font-size:clamp(18px,1.7vw,25px);line-height:1.55;font-weight:600;color:#fff}
.v8-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.v8-hero-note{align-self:end;background:var(--yellow);color:#000;padding:clamp(26px,3.5vw,48px);border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.v8-hero-note>span{color:#000}
.v8-hero-note p{color:#000;margin:14px 0 0;font-size:clamp(17px,1.55vw,22px);line-height:1.55;font-weight:800}

.v8-split,.v8-decisions{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);gap:7vw;align-items:start;border-top:1px solid #242424}
.v8-sticky-copy{position:sticky;top:118px;align-self:start}
.v8-sticky-copy h2,.v8-story-head h2,.v8-section-head h2,.v8-deliverables h2,.v8-local h2{margin:14px 0 24px;font-size:clamp(44px,5.2vw,86px);line-height:.96;letter-spacing:-.052em;text-wrap:balance;color:#fff}
.v8-sticky-copy p,.v8-section-head>p,.v8-deliverables>div>p,.v8-local>p,.v8-local-copy>p{font-size:17px;line-height:1.75;margin:0;max-width:850px;color:#fff}
.v8-stack{display:grid;gap:14px}
.v8-stack-card{min-height:245px;padding:clamp(28px,3vw,42px);background:#0b0b0b;border:1px solid #282828;border-radius:18px}
.v8-stack-card small,.v8-process-grid small{display:block;color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.12em}
.v8-stack-card h3{font-size:clamp(30px,3vw,50px);line-height:1;letter-spacing:-.045em;margin:30px 0 16px;color:#fff}
.v8-stack-card p{margin:0;line-height:1.72;font-size:16px;color:#fff}

.v8-story{border-top:1px solid #242424}
.v8-story-head{display:grid;grid-template-columns:.46fr 1.54fr;gap:5vw;align-items:start}
.v8-story-head h2{margin-top:0}
.v8-story-copy{display:grid;grid-template-columns:1fr 1fr;gap:3vw;margin:clamp(36px,5vw,70px) 0 0 clamp(25%,5vw,28%)}
.v8-story-copy p{margin:0;font-size:clamp(18px,1.55vw,22px);line-height:1.76;color:#fff}
.v8-cms-section-image{margin:0;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:#111;grid-column:1/-1;aspect-ratio:16/7}.v8-cms-section-image img{display:block;width:100%;height:100%;object-fit:cover}
.v8-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:clamp(42px,6vw,82px)}
.v8-benefit-grid article{padding:clamp(26px,3vw,40px);min-height:225px;background:#0b0b0b;border:1px solid #282828;border-radius:18px}
.v8-benefit-grid h3{font-size:clamp(27px,2.6vw,42px);line-height:1.03;letter-spacing:-.04em;margin:0 0 30px;color:#fff}
.v8-benefit-grid p{margin:0;line-height:1.68;color:#fff}

.v8-deliverables{display:grid;grid-template-columns:.86fr 1.14fr;gap:7vw;align-items:start;background:var(--yellow);color:#000}
.v8-deliverables>div>span,.v8-deliverables h2,.v8-deliverables>div>p{color:#000}
.v8-deliverables ol{list-style:none;counter-reset:v8-delivery;margin:0;padding:0;border-top:1px solid rgba(0,0,0,.28)}
.v8-deliverables li{counter-increment:v8-delivery;position:relative;padding:21px 10px 21px 62px;border-bottom:1px solid rgba(0,0,0,.28);font-size:clamp(17px,1.6vw,22px);line-height:1.4;font-weight:850;color:#000}
.v8-deliverables li:before{content:counter(v8-delivery,decimal-leading-zero);position:absolute;left:8px;top:24px;font-size:10px;letter-spacing:.12em;font-weight:900;color:#000}

.v8-project-section{border-top:1px solid #242424}
.v8-section-head{max-width:1120px}
.v8-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:clamp(36px,5vw,70px)}
.v8-project-grid .project-square-card{border-radius:18px}
.v8-project-grid .project-square-overlay h3{font-size:clamp(34px,4.6vw,72px)}
.v8-project-grid .project-square-overlay p{display:none}
.v8-text-link{display:inline-flex;align-items:center;gap:14px;margin-top:28px;font-size:14px;font-weight:900;color:#fff;border-bottom:2px solid var(--yellow);padding-bottom:8px}
.v8-text-link b{color:var(--yellow);font-size:19px}

.v8-process{border-top:1px solid #242424}
.v8-process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(38px,5vw,68px);border-left:1px solid #2a2a2a;border-top:1px solid #2a2a2a}
.v8-process-grid article{min-height:285px;padding:30px;border-right:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;background:#080808}
.v8-process-grid h3{font-size:clamp(26px,2.4vw,39px);line-height:1.03;letter-spacing:-.04em;margin:45px 0 16px;color:#fff}
.v8-process-grid p{margin:0;line-height:1.65;color:#fff}

.v8-local{background:#0b0b0b;border-top:1px solid #242424}
.v8-local.has-media{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(32px,5vw,80px);align-items:center}.v8-local-copy{min-width:0}.v8-local-image{aspect-ratio:4/3;grid-column:auto}
.v8-local h2{max-width:1200px}
.v8-local>p{max-width:920px;font-size:clamp(18px,1.6vw,23px)}

.v8-decisions ul{margin:0;padding:0;list-style:none;border-top:1px solid #2a2a2a}
.v8-decisions li{position:relative;padding:26px 20px 26px 60px;border-bottom:1px solid #2a2a2a;font-size:clamp(19px,2vw,29px);line-height:1.35;font-weight:800;color:#fff}
.v8-decisions li:before{content:"✓";position:absolute;left:12px;top:25px;color:var(--yellow);font-weight:1000}

.v8-faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:6vw;border-top:1px solid #242424}
.v8-faq .v8-section-head h2{font-size:clamp(42px,5vw,78px)}
.v8-faq-list{border-top:1px solid #2a2a2a}
.v8-faq details{border-bottom:1px solid #2a2a2a}
.v8-faq summary{list-style:none;position:relative;cursor:pointer;padding:24px 46px 24px 0;font-size:clamp(19px,1.75vw,27px);font-weight:850;line-height:1.35;color:#fff}
.v8-faq summary::-webkit-details-marker{display:none}
.v8-faq summary:after{content:"+";position:absolute;right:4px;top:20px;color:var(--yellow);font-size:30px;font-weight:700}
.v8-faq details[open] summary:after{content:"−"}
.v8-faq details p{margin:0;padding:0 45px 25px 0;line-height:1.72;max-width:840px;color:#fff}

.v8-related,.v8-reading{border-top:1px solid #242424}
.v8-related-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;border-left:1px solid #292929;border-top:1px solid #292929}
.v8-related-grid>a{min-height:220px;padding:26px;display:flex;flex-direction:column;border-right:1px solid #292929;border-bottom:1px solid #292929;background:#080808;transition:background-color .2s ease,color .2s ease}
.v8-related-grid strong{font-size:clamp(21px,2vw,31px);line-height:1.08;letter-spacing:-.035em;margin:18px 0;color:#fff}
.v8-related-grid b{margin-top:auto;color:#fff;font-size:12px}
.v8-related-grid>a:hover,.v8-related-grid>a:focus-visible{background:var(--yellow);color:#000}
.v8-related-grid>a:hover span,.v8-related-grid>a:hover strong,.v8-related-grid>a:hover b,.v8-related-grid>a:focus-visible span,.v8-related-grid>a:focus-visible strong,.v8-related-grid>a:focus-visible b{color:#000}
.v8-reading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px}
.v8-reading-grid>a{min-height:300px;padding:28px;background:#0b0b0b;border:1px solid #292929;border-radius:18px;display:flex;flex-direction:column}
.v8-reading-grid strong{font-size:clamp(23px,2.25vw,35px);line-height:1.05;letter-spacing:-.04em;margin:18px 0 15px;color:#fff}
.v8-reading-grid p{font-size:14px;line-height:1.68;margin:0;color:#fff}
.v8-reading-grid b{margin-top:auto;padding-top:26px;color:var(--yellow);font-size:12px}
.v8-blog-fallback{display:inline-flex;margin-top:32px;padding:16px 18px;background:var(--yellow);color:#000;font-weight:900}

.v8-final-cta{display:grid;grid-template-columns:1.35fr .65fr;gap:5vw;align-items:end;padding:clamp(72px,9vw,150px) 5vw;background:#050505;border-top:1px solid #242424}
.v8-final-cta>div>span{display:block;color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.15em}
.v8-final-cta h2{font-size:clamp(48px,6.1vw,98px);line-height:.92;letter-spacing:-.057em;margin:15px 0 22px;color:#fff;text-wrap:balance}
.v8-final-cta p{max-width:860px;font-size:18px;line-height:1.7;margin:0;color:#fff}
.v8-final-cta>a{justify-self:end;min-width:250px;justify-content:space-between}

@media (prefers-reduced-motion:reduce){.v8-customer-landing *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}
@media (max-width:1100px){
  .v8-hero{grid-template-columns:1fr;min-height:760px}.v8-hero-note{max-width:650px}.v8-process-grid{grid-template-columns:repeat(2,1fr)}.v8-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .v8-split,.v8-decisions,.v8-faq,.v8-deliverables{grid-template-columns:1fr;gap:45px}.v8-sticky-copy{position:static}.v8-story-head{grid-template-columns:1fr}.v8-story-copy{margin:35px 0 0;grid-template-columns:1fr}.v8-benefit-grid{grid-template-columns:1fr}.v8-final-cta{grid-template-columns:1fr}.v8-final-cta>a{justify-self:start}
}
@media (max-width:720px){
  .v8-defer{content-visibility:visible;contain-intrinsic-size:auto}
  .v8-hero{min-height:690px;padding:130px 20px 52px}.v8-hero h1{font-size:clamp(52px,15vw,78px);line-height:.9}.v8-hero-copy>p{font-size:17px}.v8-hero-note{padding:24px;border-radius:15px}.v8-hero-actions{flex-direction:column;align-items:flex-start}
  .v8-customer-landing .section{padding-left:20px;padding-right:20px}.v8-sticky-copy h2,.v8-story-head h2,.v8-section-head h2,.v8-deliverables h2,.v8-local h2{font-size:clamp(40px,11.5vw,62px)}
  .v8-project-grid,.v8-process-grid,.v8-related-grid,.v8-reading-grid{grid-template-columns:1fr}.v8-process-grid,.v8-related-grid{border-left:0}.v8-project-grid{gap:12px}.v8-process-grid article{min-height:auto}.v8-faq{gap:30px}.v8-final-cta{padding:72px 20px}.v8-final-cta h2{font-size:clamp(46px,13vw,72px)}
}
#v8-projects{scroll-margin-top:110px}

/* =========================================================
   V11.1 — PROJECT GRID + CONTACT SELECT CORRECTIONS
   ========================================================= */
/* Homepage selected projects: keep the editorial 2-column layout on wide screens,
   but never squeeze cards into two narrow mobile columns. */
body.sa26-site .projects-home .project-stack{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(16px,1.7vw,28px);
}
body.sa26-site .projects-home .home-project{
  width:100%;
  aspect-ratio:16/11!important;
  min-width:0;
}
@media(max-width:760px){
  body.sa26-site .projects-home .project-stack{grid-template-columns:minmax(0,1fr)!important}
  body.sa26-site .projects-home .home-project{aspect-ratio:4/3!important}
  body.sa26-site .projects-home .project-square-overlay,
  body.sa26-site .projects-home .home-project-overlay{left:18px;right:18px;bottom:18px}
  body.sa26-site .projects-home .project-card-topline{left:16px;top:16px;right:66px}
  body.sa26-site .projects-home .project-square-overlay h3,
  body.sa26-site .projects-home .home-project-overlay h3{font-size:clamp(30px,9.5vw,46px);line-height:.98}
  body.sa26-site .projects-home .project-square-overlay p{display:none}
}

/* Projects archive: use a dedicated catalogue card rather than duplicating the
   homepage hero-card treatment. This keeps titles, images and filters readable. */
body.sa26-site .projects-page-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,1.7vw,28px);
  align-items:stretch;
}
body.sa26-site .projects-page-grid .project-card{
  display:flex;
  min-width:0;
  min-height:100%;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:#0b0b0b;
  box-shadow:none;
  overflow:hidden;
}
body.sa26-site .projects-page-grid .project-card:hover,
body.sa26-site .projects-page-grid .project-card:focus-visible{
  transform:translateY(-5px);
  border-color:rgba(255,192,0,.62);
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
body.sa26-site .projects-page-grid .pc-img{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  background:#111;
  overflow:hidden;
}
body.sa26-site .projects-page-grid .pc-img:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.34));
}
body.sa26-site .projects-page-grid .pc-img img{
  width:100%;height:100%;object-fit:cover;
  filter:brightness(.76) saturate(.88);
}
body.sa26-site .projects-page-grid .project-card:hover .pc-img img,
body.sa26-site .projects-page-grid .project-card:focus-visible .pc-img img{
  transform:scale(1.035);filter:brightness(.86) saturate(1)
}
body.sa26-site .projects-page-grid .pc-meta{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:clamp(20px,2vw,28px);
}
body.sa26-site .projects-page-grid .pc-meta span{
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.sa26-site .projects-page-grid .pc-meta strong{
  margin:10px 0 12px;
  font-size:clamp(27px,2.2vw,38px);
  line-height:1.02;
  letter-spacing:-.038em;
  overflow-wrap:anywhere;
}
body.sa26-site .projects-page-grid .pc-meta p{
  margin:0;
  color:#d0d0d0;
  font-size:14px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
@media(max-width:1100px){body.sa26-site .projects-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){
  body.sa26-site .projects-page-grid{grid-template-columns:minmax(0,1fr)}
  body.sa26-site .projects-page-grid .pc-img{aspect-ratio:4/3}
  body.sa26-site .projects-page-grid .pc-meta{padding:20px}
  body.sa26-site .projects-page-grid .pc-meta strong{font-size:clamp(27px,8vw,38px)}
}

/* Contact service picker: the browser-native option popup cannot be styled
   consistently. Progressive enhancement builds a lightweight custom listbox
   while keeping the real select as the submitted form control. */
body.sa26-site .service-select-field{position:relative;z-index:3}
body.sa26-site .service-select-field .service-select-native.is-enhanced{
  position:absolute!important;
  width:1px!important;height:1px!important;
  margin:0!important;padding:0!important;
  opacity:0!important;pointer-events:none!important;
  clip-path:inset(50%);
}
body.sa26-site .service-picker{position:relative;width:100%;font-size:16px;color:#fff}
body.sa26-site .service-picker__trigger{
  width:100%;min-height:58px;
  display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:14px;
  padding:0 18px;
  border:1px solid #353535;border-radius:15px;
  background:linear-gradient(180deg,#0d0d0d,#090909);
  color:#fff;font:inherit;font-weight:800;text-align:left;
  cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  transition:border-color .2s,background-color .2s,box-shadow .2s;
}
body.sa26-site .service-picker__trigger:hover{border-color:#565656;background:#101010}
body.sa26-site .service-picker__trigger:focus-visible{
  outline:0;border-color:var(--yellow);
  box-shadow:0 0 0 3px rgba(255,192,0,.15);
}
body.sa26-site .service-picker__chevron{
  width:9px;height:9px;justify-self:end;
  border-right:2px solid #8f8f8f;border-bottom:2px solid #8f8f8f;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s,border-color .2s;
}
body.sa26-site .service-picker.is-open .service-picker__chevron{
  border-color:var(--yellow);transform:rotate(225deg) translate(-2px,-2px)
}
body.sa26-site .service-picker__menu{
  position:absolute;z-index:50;top:calc(100% + 8px);left:0;right:0;
  display:none;max-height:min(330px,46vh);overflow:auto;
  padding:8px;
  border:1px solid #303030;border-radius:16px;
  background:rgba(12,12,12,.985);
  box-shadow:0 24px 70px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.02) inset;
  overscroll-behavior:contain;
}
body.sa26-site .service-picker.is-open .service-picker__menu{display:grid;gap:3px}
body.sa26-site .service-picker__option{
  width:100%;min-height:44px;display:flex;align-items:center;
  padding:10px 12px;border:0;border-radius:10px;
  background:transparent;color:#f4f4f4;font:inherit;font-size:15px;font-weight:700;text-align:left;
  cursor:pointer;transition:background-color .16s,color .16s,transform .16s;
}
body.sa26-site .service-picker__option:hover,
body.sa26-site .service-picker__option:focus-visible{
  outline:0;background:#1c1a12;color:#fff;transform:translateX(2px)
}
body.sa26-site .service-picker__option[aria-selected="true"]{
  background:var(--yellow);color:#000
}
body.sa26-site .service-picker__menu::-webkit-scrollbar{width:9px}
body.sa26-site .service-picker__menu::-webkit-scrollbar-track{background:#0a0a0a;border-radius:99px}
body.sa26-site .service-picker__menu::-webkit-scrollbar-thumb{background:#333;border:2px solid #0a0a0a;border-radius:99px}
@media(max-width:680px){
  body.sa26-site .service-picker__trigger{min-height:56px;border-radius:14px}
  body.sa26-site .service-picker__menu{max-height:300px;border-radius:14px}
}
/* END V11.1 CORRECTIONS */
body.sa26-site .contact-form-v2 .service-select-field{display:flex;flex-direction:column;gap:10px;color:#b4b4b4;font-weight:800;letter-spacing:.025em}
body.sa26-site .contact-form-v2 .service-select-field>label{font-size:12px;line-height:1.45;color:#fff;font-weight:800;letter-spacing:.025em}

/* V11.2 CMS landing directory: compact internal-link hub for sector / OSB / district authority. */
.v8-solution-directory{border-top:1px solid rgba(255,255,255,.12)}
.v8-directory-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
.v8-directory-group{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px;background:rgba(255,255,255,.025)}
.v8-directory-group h3{font-size:15px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;color:#f6c500}
.v8-directory-links{display:grid;gap:9px}
.v8-directory-links a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 0;border-top:1px solid rgba(255,255,255,.08);text-decoration:none;color:#fff}
.v8-directory-links a:first-child{border-top:0}
.v8-directory-links strong{font-size:14px;line-height:1.4;font-weight:600}
.v8-directory-links span{font-size:11px;white-space:nowrap;color:rgba(255,255,255,.58);transition:.2s ease}
.v8-directory-links a:hover span,.v8-directory-links a:focus-visible span{color:#f6c500;transform:translateX(2px)}
@media(max-width:980px){.v8-local.has-media{grid-template-columns:1fr}.v8-local-image{max-width:760px}.v8-directory-groups{grid-template-columns:1fr 1fr}.v8-directory-group:last-child{grid-column:1/-1}}
@media(max-width:640px){.v8-directory-groups{grid-template-columns:1fr;gap:14px}.v8-directory-group:last-child{grid-column:auto}.v8-directory-group{padding:18px;border-radius:18px}.v8-directory-links a{grid-template-columns:1fr}.v8-directory-links span{display:none}}
