
:root{
  --red:#e6002f;
  --red-deep:#c90028;
  --dark:#111113;
  --dark-soft:#17171a;
  --white:#fff;
  --text:#f5f5f6;
  --muted:#b7b7bd;
  --line:#303034;
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--dark);
  color:var(--text);
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{
  position:absolute;z-index:20;inset:0 0 auto;height:96px;
}
.header-inner{
  width:min(calc(100% - 72px),var(--container));
  height:96px;margin:auto;
  display:grid;grid-template-columns:1fr 110px 1fr;align-items:center;
  position:relative;
}
.nav-left,.nav-right{
  display:flex;align-items:center;gap:34px;
  font-size:12px;font-weight:650;letter-spacing:-.01em;
}
.nav-right{justify-content:flex-end}
.blog-pill{
  background:#171719;border-radius:4px;padding:10px 18px;
  transition:.2s ease;
}
.blog-pill:hover{background:#fff;color:#111}
.gem-logo{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  font-weight:900;font-size:31px;line-height:.72;letter-spacing:-1.7px;
}
.circle-menu{
  position:absolute;left:-52px;width:38px;height:38px;
  border:1px solid rgba(255,255,255,.12);border-radius:50%;
  background:rgba(255,255,255,.04);
  display:grid;place-content:center;gap:4px;cursor:pointer;
}
.circle-menu i{width:12px;height:1px;background:#fff;display:block}

/* HERO */
.hero{
  min-height:840px;background:var(--red);position:relative;overflow:hidden;
}
.hero-inner{
  width:min(calc(100% - 72px),var(--container));
  height:840px;margin:auto;position:relative;
}
.hero-watermark{
  position:absolute;inset:-18% -8%;
  display:flex;flex-wrap:wrap;align-content:center;gap:0 90px;
  transform:rotate(-18deg);
  font-weight:900;font-size:260px;line-height:.66;letter-spacing:-16px;
  color:rgba(86,0,20,.13);pointer-events:none;
}
.hero-copy{position:absolute;left:0;top:285px}
.eyebrow{
  display:block;font-size:10px;font-weight:800;letter-spacing:.05em;
}
.hero h1{
  font-size:72px;line-height:.98;letter-spacing:-4.8px;
  margin:20px 0 34px;font-weight:800;max-width:780px;
}
.typing-line{
  display:inline-block;width:6px;height:.8em;background:#fff;
  margin-left:7px;vertical-align:-2px;
}
.micro-link{font-size:11px;font-weight:700}
.micro-link i{font-style:normal;margin-left:9px}
.hero-play{
  position:absolute;right:14%;top:365px;
  width:54px;height:54px;border:0;border-radius:50%;
  background:#111217;color:#fff;cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  transition:transform .2s ease;
}
.hero-play:hover{transform:scale(1.08)}
.social-rail{
  position:absolute;right:-82px;top:425px;transform:rotate(-90deg);
  font-size:9px;font-weight:700;letter-spacing:.09em;
}

/* MAIN DARK CONTENT */
.dark-section{background:var(--dark);padding-bottom:130px}
.work-shell,.copy-row,.reference-grid,.trust-row{
  width:min(calc(100% - 72px),var(--container));margin:auto;
}
.work-shell{
  position:relative;top:-118px;
  display:grid;grid-template-columns:repeat(3,1fr);
  grid-auto-rows:300px;gap:20px;
}
.service-card{
  position:relative;border-radius:7px;overflow:hidden;background:#1b1b1e;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}
.service-card.wide{grid-column:span 2}
.service-card img{
  display:block;width:100%;height:100%;object-fit:cover;
  filter:grayscale(.28) brightness(.86);
  transition:filter .35s ease,transform .55s cubic-bezier(.2,.7,.2,1);
}
.service-card:hover img{filter:grayscale(.08);transform:scale(1.035)}
.service-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.5));
  pointer-events:none;
}
.service-label{
  position:absolute;left:24px;bottom:22px;z-index:2;
  transform:none;min-width:0;text-align:left;
  background:rgba(13,13,15,.68);backdrop-filter:blur(7px);
  padding:10px 13px;border-radius:3px;
}
.service-label b{
  display:block;font-size:15px;line-height:1.15;font-weight:700;
}
.service-label small{
  display:block;font-size:9px;margin-top:4px;color:#d6d6d8;
}

/* COPY */
.copy-row{
  display:grid;grid-template-columns:.95fr 1.05fr;gap:110px;
  margin-top:-66px;padding:48px 0 90px;
  align-items:end;
}
.overline{
  display:block;font-size:9px;color:#8e8e94;letter-spacing:.06em;
}
.copy-row h2{
  font-size:24px;line-height:1.25;letter-spacing:-.6px;
  margin:18px 0 0;max-width:520px;font-weight:700;
}
.copy-row p,.trust-content p{
  font-size:14px;line-height:1.8;color:#c9c9ce;margin:0;
}

/* REFERENCES */
.reference-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.ref-card{
  height:190px;border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease;
}
.ref-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.ref-card:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(0,0,0,.12));
}
.ref-card strong{
  position:relative;z-index:1;font-size:21px;font-weight:800;text-align:center;
}
.ref-card span{display:none}
.turq{background:#10c2c4}.red{background:#e51b35}.orange{background:#ff9f1a}
.charcoal{background:#242426}.black{background:#151517}.deepred{background:#df022f}

/* TRUST */
.trust-row{
  display:grid;grid-template-columns:.8fr 1.6fr;gap:130px;
  padding:128px 0 150px;align-items:start;
}
.trust-title hr{border:0;border-top:1px solid #353539;margin:23px 0}
.trust-title h2{
  font-size:20px;line-height:1.05;letter-spacing:-.4px;margin:0;
}
.logo-cloud{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px 56px;
  margin-top:50px;
}
.logo-cloud b{
  font-size:25px;color:#c7c7ca;opacity:.9;letter-spacing:-.6px;
}

/* MANIFESTO */
.manifesto{
  display:grid;grid-template-columns:58% 42%;
  min-height:590px;background:var(--red);
}
.manifesto-visual{background:#151517;overflow:hidden}
.manifesto-visual img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.manifesto-copy{
  padding:90px 86px;display:flex;flex-direction:column;justify-content:center;
}
.mini-play{
  width:50px;height:50px;border:0;border-radius:50%;
  background:#171719;color:#fff;margin-bottom:34px;cursor:pointer;
}
.manifesto-copy h2{
  font-size:22px;line-height:1.35;letter-spacing:-.35px;
  max-width:430px;margin:0 0 24px;
}
.manifesto-copy h3{font-size:13px;margin:0 0 24px}
.manifesto-copy p{
  font-size:13px;line-height:1.8;max-width:430px;color:#fff;margin-bottom:24px;
}
.manifesto-copy>a{
  display:flex;justify-content:space-between;max-width:420px;
  border-top:1px solid rgba(255,255,255,.32);
  padding:15px 0;font-size:10px;font-weight:700;
}

/* FOOTER */
.footer{background:#19191b;padding:90px 0 30px}
.footer-main,.footer-bottom{
  width:min(calc(100% - 72px),var(--container));margin:auto;
}
.footer-main{
  display:grid;grid-template-columns:1fr 1fr 1fr 1.35fr;gap:70px;
}
.foot-logo{
  align-items:flex-start;width:max-content;font-size:29px;
}
.foot-brand p{font-size:9px;margin-top:28px}
.footer h4{font-size:10px;margin:0 0 14px}
.footer p{
  font-size:10px;line-height:1.8;color:#c2c2c5;margin:0;
}
.footer p b{color:#fff}
.footer .mt{margin-top:22px}
.newsletter{display:flex;border-bottom:1px solid #48484c}
.newsletter input{
  flex:1;border:0;background:transparent;color:#fff;
  padding:11px 0;outline:none;font-size:10px;
}
.newsletter button{
  border:0;background:transparent;color:#fff;font-size:10px;cursor:pointer;
}
.check{
  display:block;font-size:8px;color:#999;margin-top:12px;line-height:1.55;
}
.footer-bottom{
  display:flex;justify-content:space-between;
  margin-top:70px;border-top:1px solid #2a2a2d;
  padding-top:24px;font-size:8px;color:#999;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .header-inner,.hero-inner,.work-shell,.copy-row,.reference-grid,.trust-row,.footer-main,.footer-bottom{
    width:min(calc(100% - 44px),var(--container));
  }
  .nav-left,.nav-right{display:none}
  .header-inner{grid-template-columns:1fr auto 1fr}
  .circle-menu{left:0}
  .hero{min-height:750px}.hero-inner{height:750px}
  .hero h1{font-size:60px}
  .work-shell{grid-auto-rows:265px}
  .copy-row{gap:70px}
  .manifesto-copy{padding:70px 54px}
}
@media(max-width:840px){
  .hero{min-height:700px}.hero-inner{height:700px}
  .hero-copy{top:240px}.hero h1{font-size:52px;letter-spacing:-3px}
  .hero-play{right:5%;top:330px}
  .work-shell{grid-template-columns:repeat(2,1fr);top:-95px}
  .service-card.wide{grid-column:auto}
  .copy-row,.trust-row{grid-template-columns:1fr;gap:35px}
  .copy-row{margin-top:-50px}
  .reference-grid{grid-template-columns:1fr 1fr}
  .manifesto{grid-template-columns:1fr}
  .manifesto-visual{min-height:480px}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .header-inner,.hero-inner,.work-shell,.copy-row,.reference-grid,.trust-row,.footer-main,.footer-bottom{
    width:calc(100% - 28px);
  }
  .hero{min-height:630px}.hero-inner{height:630px}
  .hero-copy{top:190px}
  .hero h1{font-size:42px;line-height:1.01;letter-spacing:-2.5px}
  .hero-watermark{font-size:150px}
  .hero-play{top:405px;right:0}
  .social-rail{display:none}
  .work-shell{grid-template-columns:1fr;top:-72px;grid-auto-rows:260px;gap:14px}
  .copy-row{margin-top:-30px;padding:36px 0 66px}
  .copy-row h2{font-size:20px}.copy-row p{font-size:13px}
  .reference-grid{grid-template-columns:1fr}.ref-card{height:170px}
  .trust-row{padding:78px 0 90px}
  .logo-cloud{grid-template-columns:1fr 1fr;gap:28px 24px}
  .logo-cloud b{font-size:20px}
  .manifesto-visual{min-height:340px}
  .manifesto-copy{padding:54px 28px}
  .manifesto-copy h2{font-size:19px}
  .footer{padding-top:65px}.footer-main{grid-template-columns:1fr;gap:36px}
  .footer-bottom{flex-direction:column;gap:10px;margin-top:45px}
}

/* V5 — full viewport opening hero + refined dynamic navigation */
@media (min-width:1101px){
  .hero{min-height:100svh;height:100svh}
  .hero-inner{height:100%;min-height:100svh}
  .hero-copy{top:50%;transform:translateY(-38%)}
  .hero-play{top:50%;transform:translateY(-50%)}
  .hero-play:hover{transform:translateY(-50%) scale(1.08)}
  .social-rail{top:50%}
}
.nav-left a,.nav-right a:not(.blog-pill){
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 2px;
  transition:transform .22s ease,color .22s ease,opacity .22s ease;
}
.nav-left a::after,.nav-right a:not(.blog-pill)::after{
  content:"";
  position:absolute;
  left:2px;right:100%;bottom:5px;
  height:1px;background:#fff;
  transition:right .28s cubic-bezier(.2,.7,.2,1);
}
.nav-left a::before,.nav-right a:not(.blog-pill)::before{
  content:"";
  width:4px;height:4px;border-radius:50%;
  background:#fff;
  margin-right:0;
  opacity:0;transform:scale(0);
  transition:.22s ease;
}
.nav-left a:hover,.nav-right a:not(.blog-pill):hover{transform:translateY(-2px)}
.nav-left a:hover::after,.nav-right a:not(.blog-pill):hover::after{right:2px}
.nav-left a:hover::before,.nav-right a:not(.blog-pill):hover::before{opacity:1;transform:scale(1);margin-right:7px}
.blog-pill{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.blog-pill::before{content:"";position:absolute;inset:0;background:#fff;transform:translateY(102%);transition:transform .25s ease;z-index:-1}
.blog-pill:hover::before{transform:translateY(0)}
.gem-logo{transition:transform .25s ease}
.gem-logo:hover{transform:scale(1.045)}
.circle-menu{transition:background .22s ease,transform .22s ease,border-color .22s ease}
.circle-menu:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);transform:rotate(8deg)}
.circle-menu i{transition:transform .22s ease,width .22s ease}
.circle-menu:hover i:first-child{transform:translateX(2px);width:9px}
.circle-menu:hover i:last-child{transform:translateX(-2px);width:9px}
@media(max-width:1100px){
  .hero{min-height:100svh}
  .hero-inner{height:100svh;min-height:700px}
}
@media(max-width:580px){
  .hero{min-height:100svh}
  .hero-inner{height:100svh;min-height:650px}
}

/* ===== V6: active multi-page system ===== */
.sub-header{position:sticky!important;top:0!important;background:#111113!important;border-bottom:1px solid #29292d!important}
.sub-header .header-inner{height:82px!important}
.sub-header .circle-menu{position:static!important;margin-right:18px}
.page-hero{min-height:440px;background:#e6002f;position:relative;overflow:hidden;padding:120px 0 76px}
.page-hero:before{content:"gem medya";position:absolute;right:-120px;top:-30px;font-size:200px;line-height:.8;font-weight:900;letter-spacing:-14px;color:rgba(86,0,20,.12);transform:rotate(-15deg)}
.page-hero .inner,.page-section .inner,.legal-page .inner{width:min(calc(100% - 72px),1280px);margin:auto;position:relative}
.breadcrumb{display:flex;gap:9px;align-items:center;font-size:9px;color:rgba(255,255,255,.72);margin-bottom:22px}
.breadcrumb a:hover{color:#fff}.breadcrumb span{opacity:.55}
.page-kicker{font-size:9px;letter-spacing:.08em;font-weight:800}
.page-hero h1{font-size:62px;line-height:1.02;letter-spacing:-3.5px;margin:14px 0 20px;max-width:850px}
.page-hero p{max-width:700px;font-size:14px;line-height:1.75;margin:0;color:#fff}
.page-section{padding:90px 0;background:#111113}
.page-section.alt{background:#171719}
.page-lead-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}
.page-lead-grid h2,.content-block h2{font-size:34px;line-height:1.15;letter-spacing:-1.2px;margin:0 0 18px}
.page-lead-grid p,.content-block p,.content-block li{font-size:13px;line-height:1.8;color:#c9c9ce}
.page-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:44px}
.page-metrics article{border:1px solid #303034;border-radius:7px;padding:22px;background:#151517}
.page-metrics strong{display:block;font-size:28px;color:#fff;margin-bottom:6px}
.page-metrics span{font-size:9px;color:#9e9ea4}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.service-list a{min-height:210px;border:1px solid #2d2d31;border-radius:8px;padding:26px;background:#151517;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}
.service-list a:hover{transform:translateY(-4px);border-color:#4e4e54;background:#19191c}
.service-list small{font-size:8px;color:#8e8e94;letter-spacing:.08em}
.service-list h3{font-size:22px;margin:9px 0 7px}
.service-list p{font-size:11px;line-height:1.65;color:#aaa;margin:0}
.cta-strip{background:#e6002f;padding:56px 0}
.cta-strip .inner{width:min(calc(100% - 72px),1280px);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta-strip h2{font-size:30px;letter-spacing:-1px;margin:0}
.cta-strip a{display:inline-flex;align-items:center;min-height:44px;padding:0 17px;background:#111113;border-radius:5px;font-size:10px;font-weight:700}
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.work-card{border:1px solid #303034;border-radius:8px;overflow:hidden;background:#151517}
.work-card img{display:block;width:100%;height:230px;object-fit:cover;filter:grayscale(1)}
.work-card div{padding:18px}.work-card small{font-size:8px;color:#94949a}.work-card h3{font-size:17px;margin:7px 0}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.blog-card{border:1px solid #303034;border-radius:8px;background:#151517;padding:24px;min-height:260px;display:flex;flex-direction:column}
.blog-card small{font-size:8px;color:#e6002f;font-weight:800;letter-spacing:.07em}.blog-card h2,.blog-card h3{font-size:21px;line-height:1.25;margin:12px 0}.blog-card p{font-size:11px;line-height:1.7;color:#aaa}.blog-card b{margin-top:auto;font-size:9px}
.article{max-width:880px;margin:auto}.article h2{font-size:29px;margin:38px 0 12px}.article h3{font-size:20px;margin:30px 0 10px}.article p,.article li{font-size:14px;line-height:1.85;color:#c8c8cd}.article ul{padding-left:20px}
.answer-box{padding:22px;border-left:3px solid #e6002f;background:#171719;margin:0 0 34px}.answer-box small{font-size:8px;color:#e6002f;font-weight:800}.answer-box h2{font-size:20px;margin:8px 0}.answer-box p{margin:0!important}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.contact-card{padding:24px;border:1px solid #303034;border-radius:8px;background:#151517}.contact-card h3{font-size:16px}.contact-card a{display:block;font-size:13px;margin:7px 0}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form label{font-size:9px;color:#aaa}.contact-form label.full{grid-column:1/-1}.contact-form input,.contact-form textarea,.contact-form select{width:100%;margin-top:6px;background:#151517;color:#fff;border:1px solid #3a3a3f;border-radius:6px;padding:12px}.contact-form button{grid-column:1/-1;min-height:46px;border:0;border-radius:5px;background:#e6002f;color:#fff;font-weight:700;cursor:pointer}
.form-success{display:none;grid-column:1/-1;padding:14px;background:#193d2c;color:#bff0d0;border-radius:6px;font-size:10px}.form-success.show{display:block}
.legal-page{padding:135px 0 90px;background:#111113;min-height:70vh}.legal-page h1{font-size:46px}.legal-page h2{font-size:22px;margin-top:34px}.legal-page p,.legal-page li{font-size:13px;line-height:1.8;color:#c5c5ca}
.mobile-panel{position:fixed;inset:0;z-index:100;background:#e6002f;display:none;padding:25px}
.mobile-panel.open{display:block}.mobile-panel-head{display:flex;justify-content:space-between;align-items:center}.mobile-panel .gem-logo{align-items:flex-start}.mobile-close{width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:none;color:#fff;font-size:20px}
.mobile-links{display:grid;margin-top:70px}.mobile-links a{font-size:32px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.22);padding:15px 0}
.video-modal{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.88);display:none;place-items:center;padding:22px}.video-modal.open{display:grid}.video-box{width:min(900px,100%);aspect-ratio:16/9;background:#171719;border:1px solid #39393e;display:grid;place-items:center;position:relative}.video-box p{color:#aaa;font-size:12px}.video-close{position:absolute;right:12px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#e6002f;color:#fff}
.footer-bottom a:hover{text-decoration:underline}
@media(max-width:850px){
 .page-hero h1{font-size:48px}.page-lead-grid,.contact-grid{grid-template-columns:1fr;gap:40px}
 .work-grid,.blog-grid{grid-template-columns:1fr 1fr}.service-list{grid-template-columns:1fr}
 .cta-strip .inner{align-items:flex-start;flex-direction:column}.page-metrics{grid-template-columns:1fr}
}
@media(max-width:580px){
 .page-hero .inner,.page-section .inner,.legal-page .inner,.cta-strip .inner{width:calc(100% - 28px)}
 .page-hero{min-height:390px;padding-top:110px}.page-hero h1{font-size:39px;letter-spacing:-2px}
 .page-section{padding:65px 0}.work-grid,.blog-grid{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.contact-form label.full,.contact-form button{grid-column:auto}
}

/* ===== V7 SUBPAGE HEADER + PROFESSIONAL CONTENT SYSTEM ===== */
body.subpage-body{background:#111113}
body.subpage-body .site-header{
  position:sticky!important;top:0!important;left:0!important;right:0!important;
  height:84px!important;background:#111113!important;border-bottom:1px solid #2b2b2f!important;
  z-index:90!important;box-shadow:0 8px 26px rgba(0,0,0,.12)!important;
}
body.subpage-body .header-inner{
  width:min(calc(100% - 64px),1280px)!important;height:84px!important;
  display:grid!important;grid-template-columns:1fr 110px 1fr!important;align-items:center!important;
  margin:auto!important;position:relative!important;
}
body.subpage-body .nav-left,body.subpage-body .nav-right{
  display:flex!important;align-items:center!important;gap:30px!important;
  font-size:11px!important;white-space:nowrap!important;
}
body.subpage-body .nav-left{justify-content:flex-start!important}
body.subpage-body .nav-right{justify-content:flex-end!important}
body.subpage-body .circle-menu{
  position:absolute!important;left:-48px!important;top:23px!important;
}
body.subpage-body .gem-logo{font-size:28px!important}
body.subpage-body .blog-pill{padding:9px 15px!important}
body.subpage-body main{display:block!important}

/* richer page hero */
.page-hero{
  min-height:520px!important;padding:112px 0 90px!important;
  display:flex!important;align-items:center!important;
}
.page-hero .inner{width:min(calc(100% - 64px),1280px)!important}
.page-hero h1{
  font-size:64px!important;line-height:1.01!important;letter-spacing:-3.6px!important;
  max-width:900px!important;margin:16px 0 24px!important;
}
.page-hero p{font-size:15px!important;line-height:1.75!important;max-width:760px!important}

/* full content rhythm */
.page-section{padding:96px 0!important}
.page-section .inner{width:min(calc(100% - 64px),1280px)!important}
.page-section + .page-section{border-top:1px solid #252529}
.section-head{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:end;
  margin-bottom:44px;
}
.section-head .overline{margin-bottom:12px}
.section-head h2{font-size:38px;line-height:1.12;letter-spacing:-1.4px;margin:0}
.section-head p{font-size:13px;line-height:1.8;color:#bfc0c5;margin:0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{
  min-height:240px;padding:24px;border:1px solid #303034;border-radius:8px;
  background:#151517;display:flex;flex-direction:column;justify-content:space-between
}
.feature-card span{font-size:9px;color:#e6002f;font-weight:800;letter-spacing:.08em}
.feature-card h3{font-size:21px;line-height:1.25;margin:18px 0 8px}
.feature-card p{font-size:11.5px;line-height:1.7;color:#aeb0b5;margin:0}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #303034;border-radius:8px;overflow:hidden}
.process-grid article{padding:24px;border-right:1px solid #303034;min-height:190px;background:#141416}
.process-grid article:last-child{border-right:0}
.process-grid b{font-size:9px;color:#e6002f}.process-grid h3{font-size:17px;margin:28px 0 8px}.process-grid p{font-size:10.5px;line-height:1.65;color:#aeb0b5;margin:0}
.deliverables{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.delivery{
  padding:20px 22px;border-top:1px solid #3b3b40;display:flex;gap:16px;align-items:flex-start
}
.delivery i{font-style:normal;color:#e6002f;font-size:11px;font-weight:800}.delivery strong{display:block;font-size:14px}.delivery p{font-size:10.5px;line-height:1.6;color:#9fa1a7;margin:5px 0 0}
.content-media{
  display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch
}
.content-media .visual{min-height:470px;border-radius:9px;overflow:hidden;background:#1b1b1e}
.content-media .visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.content-media .copy{padding:30px 12px 30px 34px;display:flex;flex-direction:column;justify-content:center}
.content-media h2{font-size:36px;line-height:1.15;letter-spacing:-1.3px;margin:0 0 18px}
.content-media p,.content-media li{font-size:12.5px;line-height:1.8;color:#c4c5ca}
.content-media ul{padding-left:18px}
.faq-list{max-width:900px}
.faq-list details{border-top:1px solid #303034;padding:0}
.faq-list details:last-child{border-bottom:1px solid #303034}
.faq-list summary{cursor:pointer;list-style:none;padding:20px 0;font-size:14px;font-weight:700;display:flex;justify-content:space-between}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";color:#e6002f;font-size:18px;font-weight:400}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{max-width:760px;font-size:12px;line-height:1.8;color:#adb0b5;margin:0 0 22px}
.related-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.related-links a{padding:18px;border:1px solid #303034;border-radius:7px;background:#151517;font-size:11px;font-weight:700}
.related-links a:hover{border-color:#5a5a60;background:#19191c}
.page-lead-grid{align-items:start!important}
.page-lead-grid .content-block{max-width:720px}
.page-lead-grid .content-block h2{margin-top:34px}

/* contact page */
.contact-grid{grid-template-columns:.8fr 1.2fr!important;align-items:start}
.contact-card{position:sticky;top:115px}
.contact-card p{font-size:11px;line-height:1.75;color:#aaa}
.contact-form{background:#151517;padding:26px;border:1px solid #303034;border-radius:9px}

/* reference cards richer */
.work-card{min-height:360px}.work-card img{height:270px!important}
.work-card div{padding:20px!important}.work-card h3{font-size:19px!important}

/* blog cards richer */
.blog-card{min-height:320px!important;padding:28px!important}

/* footer consistency */
body.subpage-body .footer{margin-top:0!important}

/* tablet/mobile */
@media(max-width:1050px){
 body.subpage-body .header-inner{grid-template-columns:1fr auto 1fr!important}
 body.subpage-body .nav-left,body.subpage-body .nav-right{display:none!important}
 body.subpage-body .circle-menu{left:0!important}
 .section-head,.content-media{grid-template-columns:1fr;gap:28px}
 .feature-grid{grid-template-columns:1fr 1fr}
 .process-grid{grid-template-columns:1fr 1fr}
 .process-grid article{border-bottom:1px solid #303034}
 .related-links{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 body.subpage-body .header-inner,.page-hero .inner,.page-section .inner{width:calc(100% - 28px)!important}
 .page-hero{min-height:430px!important;padding:90px 0 65px!important}
 .page-hero h1{font-size:41px!important;letter-spacing:-2.3px!important}
 .page-hero p{font-size:13px!important}
 .page-section{padding:68px 0!important}
 .section-head h2,.content-media h2{font-size:29px}
 .feature-grid,.process-grid,.deliverables,.related-links{grid-template-columns:1fr}
 .process-grid article{border-right:0}
 .content-media .visual{min-height:310px}
 .content-media .copy{padding:18px 0}
 .contact-card{position:static}
}

/* ===== V8 CREATIVE AGENCY SERVICE PAGES ===== */
.case-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:end}
.case-hero .case-shot{height:390px;border-radius:10px;overflow:hidden;background:#171719;box-shadow:0 25px 60px rgba(0,0,0,.18)}
.case-hero .case-shot img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.editorial-band{overflow:hidden;padding:28px 0;border-top:1px solid #303034;border-bottom:1px solid #303034;background:#111113}
.editorial-track{display:flex;gap:50px;width:max-content;font-size:54px;font-weight:800;letter-spacing:-2.5px;color:#27272b;white-space:nowrap}
.showcase-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:310px 310px;gap:16px}
.showcase-grid figure{margin:0;border-radius:9px;overflow:hidden;position:relative;background:#1b1b1e}
.showcase-grid figure:first-child{grid-row:1/3}
.showcase-grid img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:.4s}
.showcase-grid figure:hover img{filter:grayscale(.15);transform:scale(1.025)}
.showcase-grid figcaption{position:absolute;left:18px;bottom:18px;background:rgba(10,10,12,.78);padding:10px 12px;border-radius:4px;font-size:10px}
.big-statement{padding:120px 0;background:#e6002f}
.big-statement .inner{width:min(calc(100% - 64px),1280px);margin:auto}
.big-statement h2{font-size:58px;line-height:1.02;letter-spacing:-3.5px;max-width:1000px;margin:0}
.big-statement p{font-size:13px;line-height:1.8;max-width:650px;margin:30px 0 0}
.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333338;border-bottom:1px solid #333338}
.metric-strip article{padding:30px 20px;border-right:1px solid #333338}.metric-strip article:last-child{border:0}
.metric-strip strong{display:block;font-size:32px}.metric-strip span{font-size:9px;color:#96969c}
.case-study{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;padding:28px 0;border-top:1px solid #303034}
.case-study small{font-size:8px;color:#e6002f;font-weight:800}.case-study h3{font-size:24px;margin:10px 0}.case-study p{font-size:12px;line-height:1.75;color:#aaa}
.screen-wall{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;align-items:center}
.screen-wall figure{margin:0;border-radius:8px;overflow:hidden;background:#1a1a1d}
.screen-wall figure:nth-child(1){grid-column:1/8;height:410px}.screen-wall figure:nth-child(2){grid-column:8/13;height:310px}.screen-wall figure:nth-child(3){grid-column:3/10;height:360px}
.screen-wall img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
.performance-board{background:#171719;border:1px solid #303034;border-radius:10px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.performance-board article{min-height:180px;background:#111113;border-radius:7px;padding:22px}.performance-board b{font-size:9px;color:#e6002f}.performance-board strong{display:block;font-size:38px;margin:24px 0 5px}.performance-board span{font-size:10px;color:#999}
.brand-board{display:grid;grid-template-columns:1fr 1fr;gap:14px}.brand-board div{min-height:290px;border-radius:8px;padding:30px;display:flex;align-items:flex-end}.brand-board div:nth-child(1){background:#e6002f}.brand-board div:nth-child(2){background:#ececec;color:#111}.brand-board div:nth-child(3){background:#202023}.brand-board div:nth-child(4){background:#cf0029}.brand-board strong{font-size:30px;letter-spacing:-1px}
.reel-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.reel-strip figure{height:390px;margin:0;border-radius:9px;overflow:hidden;background:#1b1b1e}.reel-strip img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}
@media(max-width:900px){.case-hero,.case-study{grid-template-columns:1fr}.showcase-grid{grid-template-columns:1fr;grid-template-rows:320px 250px 250px}.showcase-grid figure:first-child{grid-row:auto}.metric-strip{grid-template-columns:1fr 1fr}.reel-strip{grid-template-columns:1fr 1fr}.big-statement h2{font-size:44px}.screen-wall figure:nth-child(n){grid-column:1/-1;height:310px}}
@media(max-width:580px){.case-hero .case-shot{height:280px}.showcase-grid{display:block}.showcase-grid figure{height:250px!important;margin-bottom:12px}.big-statement{padding:80px 0}.big-statement .inner{width:calc(100% - 28px)}.big-statement h2{font-size:36px;letter-spacing:-2px}.metric-strip,.performance-board,.brand-board,.reel-strip{grid-template-columns:1fr}.screen-wall figure:nth-child(n){height:250px}}

/* ===== V9 TYPOGRAPHY + HEADER + FOOTER REDESIGN ===== */
@font-face{font-family:GemSans;src:local("Arial");font-display:swap}
:root{
 --gem-font:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
 --gem-display:"Arial Black","Helvetica Neue",Helvetica,Arial,sans-serif;
 --gem-red:#e6002f;--gem-dark:#0f0f11;--gem-panel:#151517;--gem-line:#2c2c31;
}
body{font-family:var(--gem-font)!important;letter-spacing:-.01em}
h1,h2,h3,.gem-logo,.big-statement h2,.page-hero h1{font-family:var(--gem-display)!important}
p,li,a,span,small,input,textarea,button{font-family:var(--gem-font)!important}

/* ---------- MAIN HEADER ---------- */
.site-header{
 position:absolute!important;inset:0 0 auto!important;height:108px!important;
 background:transparent!important;border:0!important;box-shadow:none!important;
}
.header-inner{
 width:min(calc(100% - 86px),1320px)!important;height:108px!important;
 display:grid!important;grid-template-columns:1fr 120px 1fr!important;align-items:center!important;
 gap:24px!important;
}
.nav-left,.nav-right{
 display:flex!important;align-items:center!important;gap:34px!important;
 font-size:11px!important;font-weight:650!important;letter-spacing:.01em!important;
}
.nav-left a,.nav-right a{
 position:relative!important;padding:10px 0!important;color:#fff!important;opacity:.92!important;
}
.nav-left a:not(.blog-pill):after,.nav-right a:not(.blog-pill):after{
 content:"";position:absolute;left:0;bottom:4px;width:0;height:1px;background:#fff;
 transition:width .22s ease;
}
.nav-left a:hover:after,.nav-right a:hover:after{width:100%}
.gem-logo{
 font-size:31px!important;line-height:.7!important;letter-spacing:-1.9px!important;
 text-transform:lowercase!important;
}
.blog-pill{
 border:1px solid rgba(255,255,255,.28)!important;background:rgba(255,255,255,.05)!important;
 border-radius:999px!important;padding:10px 18px!important;backdrop-filter:blur(10px)!important;
}
.blog-pill:hover{background:#fff!important;color:#111!important}
.circle-menu{
 left:-52px!important;width:38px!important;height:38px!important;
 border:1px solid rgba(255,255,255,.18)!important;background:rgba(255,255,255,.04)!important;
 backdrop-filter:blur(8px)!important;
}

/* ---------- SUBPAGE HEADER ---------- */
body.subpage-body .site-header{
 position:sticky!important;top:0!important;height:92px!important;
 background:rgba(15,15,17,.92)!important;backdrop-filter:blur(16px)!important;
 border-bottom:1px solid rgba(255,255,255,.08)!important;
 box-shadow:none!important;
}
body.subpage-body .header-inner{
 width:min(calc(100% - 86px),1320px)!important;height:92px!important;
 grid-template-columns:1fr 120px 1fr!important;
}
body.subpage-body .circle-menu{top:27px!important}
body.subpage-body .nav-left a,body.subpage-body .nav-right a{color:#f4f4f5!important}
body.subpage-body .blog-pill{border-color:#38383d!important;background:#171719!important}
body.subpage-body .gem-logo{font-size:29px!important}

/* ---------- TYPE SCALE ---------- */
.hero h1{font-size:76px!important;line-height:.96!important;letter-spacing:-5.5px!important;font-weight:900!important}
.hero-copy .eyebrow{font-size:9px!important;letter-spacing:.11em!important;font-weight:800!important}
.page-hero h1{font-size:68px!important;line-height:.98!important;letter-spacing:-4.2px!important;font-weight:900!important}
.page-hero p{font-size:15px!important;line-height:1.75!important;letter-spacing:-.01em!important}
.section-head h2,.content-media h2{font-size:40px!important;line-height:1.08!important;letter-spacing:-1.8px!important}
.big-statement h2{font-size:64px!important;line-height:.98!important;letter-spacing:-4px!important}
.copy-row h2{font-size:26px!important;line-height:1.18!important;letter-spacing:-1px!important}
.copy-row p,.trust-content p{font-size:13px!important;line-height:1.8!important}

/* ---------- FOOTER REDESIGN ---------- */
.footer{
 position:relative!important;background:#0d0d0f!important;padding:0!important;
 border-top:1px solid #222226!important;overflow:hidden!important;
}
.footer:before{
 content:"gem medya";position:absolute;right:-80px;bottom:-58px;
 font-family:var(--gem-display);font-size:150px;font-weight:900;letter-spacing:-9px;
 color:rgba(255,255,255,.025);pointer-events:none;white-space:nowrap;
}
.footer-main{
 width:min(calc(100% - 86px),1320px)!important;margin:auto!important;
 display:grid!important;grid-template-columns:1.15fr .8fr .8fr 1.15fr!important;
 gap:70px!important;padding:78px 0 54px!important;position:relative!important;z-index:2!important;
}
.foot-brand{display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:170px!important}
.foot-logo{
 font-size:31px!important;line-height:.7!important;align-items:flex-start!important;margin:0!important;
}
.foot-brand p{
 font-size:8px!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#6f7076!important;margin:0!important;
}
.footer h4{
 font-size:8px!important;text-transform:uppercase!important;letter-spacing:.12em!important;
 color:#7e7f85!important;margin:0 0 16px!important;font-weight:700!important;
}
.footer p,.footer a{
 font-size:11px!important;line-height:1.75!important;color:#c6c7cb!important;
}
.footer p b{color:#fff!important;font-weight:650!important}
.footer .mt{margin-top:24px!important}
.newsletter{
 display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;
 border:0!important;margin-top:8px!important;
}
.newsletter input{
 height:44px!important;border:1px solid #303036!important;border-radius:6px!important;
 background:#151517!important;padding:0 12px!important;font-size:10px!important;
}
.newsletter button{
 min-width:82px!important;height:44px!important;border:1px solid #3a3a40!important;border-radius:6px!important;
 background:#1a1a1d!important;color:#fff!important;font-size:9px!important;font-weight:700!important;
}
.newsletter button:hover{background:var(--gem-red)!important;border-color:var(--gem-red)!important}
.footer-bottom{
 width:min(calc(100% - 86px),1320px)!important;margin:auto!important;
 min-height:74px!important;padding:0!important;border-top:1px solid #242428!important;
 display:flex!important;align-items:center!important;justify-content:space-between!important;
 position:relative!important;z-index:2!important;
 font-size:8px!important;color:#74757b!important;
}
.footer-bottom a{font-size:8px!important;color:#8a8b91!important}
.footer-bottom a:hover{color:#fff!important}
.footer-contact-line{
 grid-column:1/-1!important;border-top:1px solid #242428!important;padding-top:30px!important;
 display:flex!important;align-items:end!important;justify-content:space-between!important;gap:30px!important;
}
.footer-contact-line span{font-size:9px!important;color:#77787d!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.footer-contact-line a{
 font-family:var(--gem-display)!important;font-size:34px!important;line-height:1!important;
 color:#fff!important;letter-spacing:-1.8px!important;
}
.footer-contact-line a:hover{color:var(--gem-red)!important}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1050px){
 .site-header .nav-left,.site-header .nav-right,
 body.subpage-body .nav-left,body.subpage-body .nav-right{display:none!important}
 .header-inner,body.subpage-body .header-inner{
   width:min(calc(100% - 44px),1320px)!important;grid-template-columns:1fr auto 1fr!important;
 }
 .circle-menu,body.subpage-body .circle-menu{left:0!important}
 .footer-main{grid-template-columns:1fr 1fr!important;gap:44px!important}
 .footer-contact-line{grid-column:1/-1!important}
 .hero h1{font-size:60px!important}.page-hero h1{font-size:54px!important}
}
@media(max-width:620px){
 .site-header,.header-inner{height:84px!important}
 body.subpage-body .site-header,body.subpage-body .header-inner{height:80px!important}
 .header-inner,body.subpage-body .header-inner,.footer-main,.footer-bottom{
   width:calc(100% - 28px)!important;
 }
 .gem-logo,body.subpage-body .gem-logo{font-size:26px!important}
 .circle-menu{width:34px!important;height:34px!important}
 .hero h1{font-size:44px!important;letter-spacing:-3px!important}
 .page-hero h1{font-size:42px!important;letter-spacing:-2.4px!important}
 .section-head h2,.content-media h2{font-size:31px!important}
 .big-statement h2{font-size:40px!important;letter-spacing:-2.5px!important}
 .footer-main{grid-template-columns:1fr!important;padding:58px 0 40px!important}
 .foot-brand{min-height:auto!important;gap:28px!important}
 .footer-contact-line{align-items:flex-start!important;flex-direction:column!important}
 .footer-contact-line a{font-size:26px!important}
 .footer-bottom{align-items:flex-start!important;flex-direction:column!important;justify-content:center!important;gap:8px!important}
}

/* ===== V10 MADE TOMMY TYPE SYSTEM ===== */
@font-face{font-family:"MADE TOMMY";src:local("MADE TOMMY Light"),local("MADE Tommy Light"),url("../fonts/made-tommy-light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"MADE TOMMY";src:local("MADE TOMMY Regular"),local("MADE Tommy"),url("../fonts/made-tommy-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"MADE TOMMY";src:local("MADE TOMMY Medium"),local("MADE Tommy Medium"),url("../fonts/made-tommy-medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"MADE TOMMY";src:local("MADE TOMMY Bold"),local("MADE Tommy Bold"),url("../fonts/made-tommy-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

:root{
 --gem-font:"MADE TOMMY","Helvetica Neue",Helvetica,Arial,sans-serif!important;
 --gem-display:"MADE TOMMY","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
body{font-family:var(--gem-font)!important;font-weight:300!important;letter-spacing:-.015em!important}
p,li,.page-hero p,.section-head p,.content-media p,.content-media li,.footer p,.footer a{font-family:var(--gem-font)!important;font-weight:300!important}
a,button,input,textarea,select,.nav-left,.nav-right{font-family:var(--gem-font)!important;font-weight:400!important}
.eyebrow,.overline,.page-kicker,small,.breadcrumb,.feature-card span,.process-grid b,.footer h4{font-family:var(--gem-font)!important;font-weight:500!important;letter-spacing:.08em!important}
h1,h2,h3,.gem-logo,strong,b,.big-statement h2,.page-hero h1{font-family:var(--gem-display)!important;font-weight:700!important}
.hero h1{font-weight:700!important;letter-spacing:-4.2px!important}
.page-hero h1{font-weight:700!important;letter-spacing:-3.3px!important}
.section-head h2,.content-media h2,.big-statement h2{font-weight:700!important}
.service-label b,.ref-card strong,.footer-contact-line a{font-weight:500!important}
.nav-left,.nav-right{font-size:11px!important}

/* ===== V12 SERVICE HERO: EDITORIAL / COMPACT / PROFESSIONAL ===== */
body.subpage-body .page-hero{
 min-height:0!important;
 padding:150px 0 78px!important;
 background:#111113!important;
 border-bottom:1px solid #29292e!important;
 position:relative!important;overflow:hidden!important;
}
body.subpage-body .page-hero:before{
 content:"";position:absolute;right:-6vw;top:58px;width:48vw;height:48vw;
 border:1px solid rgba(255,255,255,.055);border-radius:50%;pointer-events:none;
}
body.subpage-body .page-hero:after{
 content:"";position:absolute;right:10vw;top:150px;width:22vw;height:22vw;
 border:1px solid rgba(230,0,47,.45);border-radius:50%;pointer-events:none;
}
body.subpage-body .page-hero .inner{
 width:min(calc(100% - 86px),1280px)!important;margin:auto!important;
 position:relative!important;z-index:2!important;
}
body.subpage-body .page-hero .breadcrumb{
 margin:0 0 44px!important;color:#74747b!important;font-size:9px!important;
}
body.subpage-body .page-hero .breadcrumb a{color:#9a9aa0!important}
body.subpage-body .page-hero .page-kicker{
 display:inline-flex!important;align-items:center!important;gap:10px!important;
 margin-bottom:15px!important;color:#ef0037!important;font-size:9px!important;
}
body.subpage-body .page-hero .page-kicker:before{
 content:"";width:22px;height:1px;background:#ef0037;
}
body.subpage-body .page-hero h1{
 color:#f5f5f5!important;max-width:840px!important;
 font-size:clamp(50px,5.4vw,82px)!important;line-height:.94!important;
 letter-spacing:-4.5px!important;margin:0!important;
}
body.subpage-body .page-hero> .inner > p{
 max-width:610px!important;margin:28px 0 0!important;
 color:#a9a9ae!important;font-size:14px!important;line-height:1.75!important;
}

/* old giant red statement becomes an intentional editorial split */
body.subpage-body .big-statement{
 padding:0!important;background:#111113!important;border-bottom:1px solid #29292e!important;
}
body.subpage-body .big-statement .inner{
 width:min(calc(100% - 86px),1280px)!important;min-height:390px!important;
 margin:auto!important;padding:74px 0 82px!important;
 display:grid!important;grid-template-columns:230px 1fr!important;
 column-gap:62px!important;align-content:center!important;
 border-top:1px solid #29292e!important;
}
body.subpage-body .big-statement .page-kicker{
 grid-column:1!important;grid-row:1/3!important;
 color:#74747b!important;font-size:9px!important;padding-top:8px!important;
}
body.subpage-body .big-statement h2{
 grid-column:2!important;max-width:880px!important;margin:0!important;
 color:#f4f4f5!important;font-size:clamp(40px,4.3vw,66px)!important;
 line-height:1.02!important;letter-spacing:-3.5px!important;
}
body.subpage-body .big-statement p{
 grid-column:2!important;max-width:690px!important;margin:26px 0 0!important;
 color:#99999f!important;font-size:13px!important;line-height:1.75!important;
}
/* service accent, not full-page red */
body.subpage-body .big-statement h2:after{
 content:"";display:block;width:74px;height:5px;background:#e6002f;margin-top:35px;
}

/* tighter transition into service content */
body.subpage-body .big-statement + .page-section{padding-top:58px!important}
body.subpage-body .metric-strip{margin-top:0!important}

@media(max-width:800px){
 body.subpage-body .page-hero{padding:120px 0 58px!important}
 body.subpage-body .page-hero .inner,
 body.subpage-body .big-statement .inner{width:calc(100% - 34px)!important}
 body.subpage-body .page-hero .breadcrumb{margin-bottom:34px!important}
 body.subpage-body .page-hero h1{font-size:48px!important;letter-spacing:-2.8px!important}
 body.subpage-body .big-statement .inner{
   min-height:0!important;padding:58px 0 64px!important;
   display:block!important;
 }
 body.subpage-body .big-statement .page-kicker{display:block!important;margin-bottom:18px!important}
 body.subpage-body .big-statement h2{font-size:40px!important;letter-spacing:-2.3px!important}
}
/* ===== V13 FULLSCREEN MENU ===== */
.mobile-panel{display:block!important;visibility:hidden;opacity:0;pointer-events:none;inset:0!important;padding:0!important;background:#0f0f11!important;transition:opacity .28s ease,visibility .28s ease;overflow:auto}
.mobile-panel.open{visibility:visible;opacity:1;pointer-events:auto}
.mobile-panel:before{content:"gem";position:absolute;right:-3vw;bottom:-10vw;font-family:var(--gem-display);font-size:min(34vw,520px);font-weight:700;letter-spacing:-.09em;color:rgba(255,255,255,.025);line-height:.75;pointer-events:none}
.mobile-panel-head{height:110px;width:min(calc(100% - 86px),1320px);margin:auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #29292e;position:relative;z-index:2}
.mobile-panel .gem-logo{font-size:30px!important;color:#fff!important}
.mobile-close{width:46px;height:46px;border:1px solid #3a3a40!important;background:#171719!important;color:#fff!important;font-size:0!important;position:relative;transition:.25s}
.mobile-close:before,.mobile-close:after{content:"";position:absolute;left:13px;top:22px;width:18px;height:1px;background:#fff;transform:rotate(45deg)}
.mobile-close:after{transform:rotate(-45deg)}
.mobile-close:hover{background:#e6002f!important;border-color:#e6002f!important;transform:rotate(90deg)}
.mobile-links{width:min(calc(100% - 86px),1320px);margin:0 auto!important;padding:64px 0 76px;display:grid!important;grid-template-columns:minmax(0,1fr) 310px;counter-reset:gemmenu;position:relative;z-index:2}
.mobile-links a{grid-column:1;counter-increment:gemmenu;position:relative;display:flex;align-items:center;min-height:88px;padding:0 0 0 48px!important;border-bottom:1px solid #29292e!important;color:#f5f5f5!important;font-size:clamp(35px,4.2vw,62px)!important;line-height:1!important;font-weight:500!important;letter-spacing:-.045em!important;transition:padding .25s,color .25s!important}
.mobile-links a:first-child{border-top:1px solid #29292e!important}
.mobile-links a:before{content:"0" counter(gemmenu);position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:9px;font-weight:500;letter-spacing:.08em;color:#67676d}
.mobile-links a:after{content:"↗";margin-left:auto;padding-left:24px;font-size:20px;font-weight:300;color:#55555b;opacity:0;transform:translate(-12px,8px);transition:.25s}
.mobile-links a:hover{padding-left:66px!important;color:#fff!important}
.mobile-links a:hover:after{opacity:1;transform:translate(0,0);color:#e6002f}
.mobile-links:after{content:"Yaratıcı dijital ajans\A Gemlik · Bursa\A info@gemmedya.com\A 0544 428 09 28";white-space:pre-line;grid-column:2;grid-row:1/6;align-self:end;margin-left:70px;padding:26px 0;border-top:1px solid #29292e;color:#77777d;font-size:11px;line-height:2}
body:has(.mobile-panel.open){overflow:hidden}
@media(max-width:800px){.mobile-panel-head,.mobile-links{width:calc(100% - 34px)}.mobile-panel-head{height:84px}.mobile-links{display:block!important;padding:40px 0}.mobile-links a{min-height:70px;font-size:36px!important;padding-left:38px!important}.mobile-links:after{display:block;margin:50px 0 0}.mobile-panel:before{font-size:55vw}}

/* ===== V14 NAV + FOOTER MENU SCALE ===== */
/* Ana menü: tasarımı bozmadan bir kademe daha okunaklı */
.nav-left,.nav-right{
 font-size:12.5px!important;
 gap:38px!important;
}
.nav-left a,.nav-right a{
 font-weight:500!important;
 letter-spacing:-.005em!important;
}
/* Blog: beyaz zemin / beyaz hover problemini kaldır */
.blog-pill{
 color:#fff!important;
 background:transparent!important;
 border:1px solid rgba(255,255,255,.30)!important;
 padding:9px 17px!important;
}
.blog-pill:hover,.blog-pill:focus{
 color:#111!important;
 background:#fff!important;
 border-color:#fff!important;
}
body.subpage-body .blog-pill{
 color:#fff!important;
 background:transparent!important;
 border-color:#3d3d43!important;
}
body.subpage-body .blog-pill:hover,
body.subpage-body .blog-pill:focus{
 color:#111!important;
 background:#fff!important;
 border-color:#fff!important;
}

/* Footer menü / iletişim metinleri bir kademe büyütüldü */
.footer h4{font-size:9.5px!important;margin-bottom:18px!important}
.footer p,.footer a{font-size:12.5px!important;line-height:1.72!important}
.footer-bottom{font-size:9.5px!important}
.footer-bottom a{font-size:9.5px!important}
.foot-brand p{font-size:9px!important}
.footer-contact-line span{font-size:10px!important}
.footer-contact-line a{font-size:36px!important}

/* Açılır menüde de okunurluk */
.menu-overlay a{font-weight:500!important}
@media(max-width:1050px){
 .nav-left,.nav-right{font-size:12px!important}
}

.footer-blog-link{margin-top:18px!important}
.footer-blog-link a{
 display:inline-flex!important;align-items:center!important;gap:7px!important;
 color:#f2f2f3!important;font-size:12.5px!important;font-weight:500!important;
}
.footer-blog-link a:hover{color:#e6002f!important}
/* V15 visual rhythm */
:root{--gem-red:#ed0038;--gem-paper:#f7f4ee;--gem-ink:#111113}
body{font-size:16px!important}.page-section{padding-top:92px!important;padding-bottom:92px!important}
.section-head p,.content-media p,.content-media li,.copy-row p,.trust-content p{font-size:15px!important;line-height:1.78!important}.section-head h2,.content-media h2{font-size:44px!important}.overline,.page-kicker{font-size:10px!important}
body.subpage-body main>.page-section:nth-of-type(3n+1){background:var(--gem-paper)!important;color:var(--gem-ink)!important}
body.subpage-body main>.page-section:nth-of-type(3n+1) h2,body.subpage-body main>.page-section:nth-of-type(3n+1) h3,body.subpage-body main>.page-section:nth-of-type(3n+1) strong{color:var(--gem-ink)!important}
body.subpage-body main>.page-section:nth-of-type(3n+1) p,body.subpage-body main>.page-section:nth-of-type(3n+1) li{color:#55565b!important}
body.subpage-body main>.page-section:nth-of-type(3n+1) .overline{color:var(--gem-red)!important}
.feature-grid,.process-grid,.blog-grid{gap:18px!important}.feature-card,.process-grid article,.blog-card{padding:28px!important;border-radius:10px!important}.feature-card h3,.process-grid h3,.blog-card h2{font-size:21px!important;line-height:1.18!important}.feature-card p,.process-grid p,.blog-card p{font-size:14px!important;line-height:1.7!important}
body.subpage-body main>.page-section:nth-of-type(3n+1) .feature-card,body.subpage-body main>.page-section:nth-of-type(3n+1) .process-grid article,body.subpage-body main>.page-section:nth-of-type(3n+1) .blog-card{background:#fff!important;border:1px solid #dedbd4!important;color:#111!important;box-shadow:0 10px 32px rgba(20,20,22,.055)!important}
body.subpage-body .big-statement{position:relative!important;background:linear-gradient(115deg,#111113 0%,#111113 72%,#191216 100%)!important}body.subpage-body .big-statement:after{content:"";position:absolute;right:0;top:0;width:7px;height:100%;background:var(--gem-red)}
.metric-strip article{padding:35px 24px!important}.metric-strip strong{font-size:34px!important}.metric-strip span{font-size:11px!important;margin-top:7px!important;display:block!important}
.showcase-grid img,.screen-wall img,.reel-strip img{filter:grayscale(.45) saturate(.9)!important}.showcase-grid figure:hover img,.screen-wall figure:hover img,.reel-strip figure:hover img{filter:grayscale(0) saturate(1)!important}
.answer-box{padding:34px!important;border-radius:10px!important;border-left:4px solid var(--gem-red)!important}.faq-list summary{font-size:16px!important;font-weight:500!important}.faq-list p{font-size:14px!important}
.footer h4{font-size:10.5px!important}.footer p,.footer a{font-size:13px!important}.footer-bottom,.footer-bottom a{font-size:10px!important}
body.subpage-body main>.page-section:nth-of-type(3n+2) .section-head:before{content:"";display:block;width:34px;height:3px;background:var(--gem-red);margin-bottom:18px}
.home-services{background:var(--gem-paper)!important;color:var(--gem-ink)!important}.home-services h2,.home-services h3,.home-services strong{color:var(--gem-ink)!important}.home-services p{color:#5c5d61!important}
@media(max-width:800px){body{font-size:15px!important}.page-section{padding-top:68px!important;padding-bottom:68px!important}.section-head h2,.content-media h2{font-size:34px!important}.section-head p,.content-media p,.content-media li{font-size:14px!important}.feature-card,.process-grid article,.blog-card{padding:22px!important}}

/* ===== V16 CONTRAST / COLOR QA ===== */

/* Global readable defaults */
body{color:#f4f4f5!important}
body.subpage-body main>.page-section:nth-of-type(3n+1){color:#111113!important}

/* Dark cards must always have light text, even when placed inside light sections */
.related-links a,
.service-list a,
.feature-card.is-dark,
.work-card.is-dark{
  background:#151517!important;
  border-color:#2d2d31!important;
  color:#f5f5f6!important;
}
.related-links a *,
.service-list a *,
.feature-card.is-dark *,
.work-card.is-dark *{
  color:inherit!important;
}
.related-links a{
  min-height:78px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 22px!important;
  border-radius:9px!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:-.01em!important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease!important;
}
.related-links a:hover{
  background:#e6002f!important;
  border-color:#e6002f!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
}

/* When a light section contains normal cards, keep them white with dark text */
body.subpage-body main>.page-section:nth-of-type(3n+1) .feature-card:not(.is-dark),
body.subpage-body main>.page-section:nth-of-type(3n+1) .blog-card:not(.is-dark),
body.subpage-body main>.page-section:nth-of-type(3n+1) .work-card:not(.is-dark){
  background:#fff!important;
  color:#111113!important;
  border-color:#ddd9d2!important;
}
body.subpage-body main>.page-section:nth-of-type(3n+1) .feature-card:not(.is-dark) h3,
body.subpage-body main>.page-section:nth-of-type(3n+1) .feature-card:not(.is-dark) strong,
body.subpage-body main>.page-section:nth-of-type(3n+1) .blog-card:not(.is-dark) h2,
body.subpage-body main>.page-section:nth-of-type(3n+1) .blog-card:not(.is-dark) h3{
  color:#111113!important;
}
body.subpage-body main>.page-section:nth-of-type(3n+1) .feature-card:not(.is-dark) p,
body.subpage-body main>.page-section:nth-of-type(3n+1) .blog-card:not(.is-dark) p{
  color:#5f6065!important;
}

/* Dark backgrounds: never permit dark body text */
.page-section.alt,
.big-statement,
.footer,
body.subpage-body .page-hero{
  color:#f5f5f6!important;
}
.page-section.alt h1,.page-section.alt h2,.page-section.alt h3,.page-section.alt strong,
.big-statement h1,.big-statement h2,.big-statement h3,
.footer h1,.footer h2,.footer h3{
  color:#f5f5f6!important;
}
.page-section.alt p,.page-section.alt li,.big-statement p{
  color:#b9bac0!important;
}

/* Brand/reference cards */
.reference-grid,.work-grid{gap:18px!important}
.ref-card{
  min-height:178px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.08)!important;
}
.ref-card strong{
  color:#fff!important;
  font-size:20px!important;
  line-height:1.15!important;
  padding:0 18px!important;
}
.ref-card.light-ref strong{color:#111113!important}
.ref-card.gezegen{background:linear-gradient(135deg,#0a74a6,#13a6d6)!important}
.ref-card.karmak{background:linear-gradient(135deg,#062f46,#00a5e5)!important}
.ref-card.doburca{background:linear-gradient(135deg,#1a1a1d,#33353a)!important}

/* Ensure selected text/links don't inherit browser blue styling in dark cards */
.related-links a:link,
.related-links a:visited,
.related-links a:active{color:#f5f5f6!important;text-decoration:none!important}

/* More legible section labels */
.overline,.page-kicker{font-size:10px!important}
.section-head h2{max-width:760px!important}

/* QA fixes for accidental dark-on-dark inherited values */
[style*="background:#151517"]{color:#f5f5f6}
[style*="background: #151517"]{color:#f5f5f6}

@media(max-width:700px){
  .related-links a{min-height:64px!important;padding:0 18px!important;font-size:12px!important}
  .ref-card{min-height:145px!important}
}

/* ===== V17 LAYOUT NORMALIZATION + CONTRAST QA ===== */
:root{
 --gem-container:1180px;
 --gem-paper:#f5f2ec;
 --gem-ink:#111113;
 --gem-dark:#111113;
 --gem-panel:#17171a;
 --gem-line:#303035;
 --gem-red:#e6002f;
}

/* Normalize all subpage widths and vertical rhythm */
body.subpage-body .page-hero .inner,
body.subpage-body .page-section .inner,
body.subpage-body .big-statement .inner,
body.subpage-body .cta-strip .inner,
body.subpage-body .footer-main,
body.subpage-body .footer-bottom{
 width:min(calc(100% - 56px),var(--gem-container))!important;
 margin-left:auto!important;margin-right:auto!important;
}
body.subpage-body .page-section{padding:82px 0!important}
body.subpage-body .section-head{
 display:grid!important;grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr)!important;
 gap:68px!important;align-items:end!important;margin-bottom:38px!important;
}
body.subpage-body .section-head h2{
 margin:0!important;font-size:clamp(30px,3.1vw,44px)!important;line-height:1.06!important;
}
body.subpage-body .section-head p{
 max-width:650px!important;margin:0!important;font-size:14.5px!important;line-height:1.72!important;
}

/* Light section */
body.subpage-body .page-section:not(.alt){
 background:var(--gem-paper)!important;color:var(--gem-ink)!important;
}
body.subpage-body .page-section:not(.alt) h1,
body.subpage-body .page-section:not(.alt) h2,
body.subpage-body .page-section:not(.alt) h3,
body.subpage-body .page-section:not(.alt) strong,
body.subpage-body .page-section:not(.alt) b{
 color:var(--gem-ink)!important;
}
body.subpage-body .page-section:not(.alt) p,
body.subpage-body .page-section:not(.alt) li,
body.subpage-body .page-section:not(.alt) .delivery p{
 color:#5c5d63!important;
}

/* Dark section */
body.subpage-body .page-section.alt{
 background:var(--gem-dark)!important;color:#f5f5f6!important;
}
body.subpage-body .page-section.alt h1,
body.subpage-body .page-section.alt h2,
body.subpage-body .page-section.alt h3,
body.subpage-body .page-section.alt strong,
body.subpage-body .page-section.alt b{
 color:#f5f5f6!important;
}
body.subpage-body .page-section.alt p,
body.subpage-body .page-section.alt li,
body.subpage-body .page-section.alt .delivery p{
 color:#b8b9be!important;
}

/* Cards: deterministic contrast */
.related-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.related-links a{
 min-height:76px!important;padding:0 20px!important;display:flex!important;align-items:center!important;
 justify-content:space-between!important;border-radius:8px!important;
 background:#17171a!important;border:1px solid #303035!important;
 color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:500!important;
}
.related-links a:link,.related-links a:visited,.related-links a:active{color:#fff!important}
.related-links a:hover{background:var(--gem-red)!important;border-color:var(--gem-red)!important;color:#fff!important}

.feature-card,.blog-card,.work-card{
 border-radius:9px!important;overflow:hidden!important;
}
body.subpage-body .page-section:not(.alt) .feature-card,
body.subpage-body .page-section:not(.alt) .blog-card,
body.subpage-body .page-section:not(.alt) .work-card{
 background:#fff!important;border:1px solid #dedbd4!important;color:#111!important;
}
body.subpage-body .page-section.alt .feature-card,
body.subpage-body .page-section.alt .blog-card,
body.subpage-body .page-section.alt .work-card{
 background:#17171a!important;border:1px solid #303035!important;color:#fff!important;
}

/* Process and deliverables */
.process-grid{border-radius:9px!important}
body.subpage-body .page-section:not(.alt) .process-grid{border-color:#d8d5cf!important}
body.subpage-body .page-section:not(.alt) .process-grid article{
 background:#fff!important;border-color:#d8d5cf!important;color:#111!important;
}
body.subpage-body .page-section.alt .process-grid article{
 background:#17171a!important;border-color:#303035!important;color:#fff!important;
}
.deliverables{gap:0 30px!important}
.delivery{padding:18px 4px!important}

/* FAQ contrast */
body.subpage-body .page-section:not(.alt) .faq-list details{border-color:#d4d1ca!important}
body.subpage-body .page-section:not(.alt) .faq-list summary{color:#111!important}
body.subpage-body .page-section.alt .faq-list summary{color:#fff!important}

/* Project / reference cards */
.reference-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
.ref-card{
 min-height:190px!important;border-radius:9px!important;padding:24px!important;
 display:flex!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;
 overflow:hidden!important;position:relative!important;
}
.ref-card strong{font-size:22px!important;line-height:1.1!important;color:#fff!important;padding:0!important}
.ref-card span{display:block!important;margin-top:8px!important;font-size:9px!important;letter-spacing:.08em!important;color:rgba(255,255,255,.72)!important}
.ref-card.gezegen{background:linear-gradient(135deg,#006f9d,#14a7d8)!important}
.ref-card.karmak{background:linear-gradient(135deg,#07384c,#00a5e5)!important}
.ref-card.doburca{background:linear-gradient(135deg,#202024,#45464c)!important}
.ref-card.ayyildiz{background:linear-gradient(135deg,#123b65,#447aa5)!important}
.ref-card.mtkapi{background:linear-gradient(135deg,#252525,#6b6b6b)!important}
.ref-card.sessiz{background:linear-gradient(135deg,#21483d,#6b9f68)!important}

/* Regional SEO blocks */
.local-seo-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px!important}
.local-seo-card{
 border-radius:10px!important;padding:28px!important;min-height:240px!important;
 background:#fff!important;border:1px solid #dedbd4!important;color:#111!important;
 display:flex!important;flex-direction:column!important;
}
.local-seo-card small{color:var(--gem-red)!important;font-size:9px!important;letter-spacing:.08em!important;font-weight:600!important}
.local-seo-card h3{font-size:26px!important;margin:16px 0 10px!important;color:#111!important}
.local-seo-card p{font-size:13.5px!important;line-height:1.7!important;color:#62636a!important}
.local-seo-card a{margin-top:auto!important;font-size:12px!important;font-weight:600!important;color:#111!important}

@media(max-width:900px){
 body.subpage-body .section-head{grid-template-columns:1fr!important;gap:20px!important}
 .reference-grid,.related-links{grid-template-columns:1fr 1fr!important}
 .local-seo-grid{grid-template-columns:1fr!important}
}
@media(max-width:600px){
 body.subpage-body .page-hero .inner,
 body.subpage-body .page-section .inner,
 body.subpage-body .big-statement .inner,
 body.subpage-body .cta-strip .inner,
 body.subpage-body .footer-main,
 body.subpage-body .footer-bottom{width:calc(100% - 28px)!important}
 .reference-grid,.related-links{grid-template-columns:1fr!important}
 .ref-card{min-height:155px!important}
}

/* ===== V18 GLOBAL READABILITY + CONTRAST QA ===== */

/* One-step global typography increase */
body{font-size:17px!important}
.nav-left,.nav-right{font-size:13px!important}
.page-hero p{font-size:16px!important}
.section-head p,.content-media p,.content-media li,.copy-row p,.trust-content p,
.article p,.article li{font-size:15.5px!important;line-height:1.78!important}
.feature-card p,.process-grid p,.blog-card p,.delivery p,.faq-list p{
  font-size:14.5px!important;line-height:1.72!important;
}
.feature-card h3,.process-grid h3,.blog-card h2,.blog-card h3{font-size:22px!important}
.overline,.page-kicker,.eyebrow{font-size:10.5px!important}
.breadcrumb{font-size:10px!important}
.related-links a{font-size:14px!important}
.footer h4{font-size:11px!important}
.footer p,.footer a{font-size:13.5px!important}
.footer-bottom,.footer-bottom a{font-size:10.5px!important}

/* Fix the exact performance-board dark-on-dark issue */
.performance-board{
  background:#17171a!important;
  border:1px solid #303035!important;
  border-radius:12px!important;
  padding:20px!important;
  gap:16px!important;
}
.performance-board article{
  background:#101012!important;
  color:#f7f7f8!important;
  border:1px solid #27272c!important;
  border-radius:9px!important;
  min-height:205px!important;
  padding:28px!important;
}
.performance-board article b,
.performance-board article strong,
.performance-board article span{
  color:#f7f7f8!important;
  background:transparent!important;
}
.performance-board article b{
  display:block!important;
  color:#ff315b!important;
  font-size:11px!important;
  letter-spacing:.07em!important;
}
.performance-board article strong{
  font-size:46px!important;
  line-height:1!important;
  margin:28px 0 12px!important;
}
.performance-board article span{
  display:block!important;
  font-size:14px!important;
  line-height:1.55!important;
  color:#c6c7cc!important;
}

/* General dark component protection */
.page-section.alt .related-links a,
.page-section.alt .feature-card,
.page-section.alt .process-grid article,
.page-section.alt .performance-board article,
.big-statement *,
.footer *{
  color-scheme:dark;
}
.page-section.alt .related-links a,
.page-section.alt .feature-card,
.page-section.alt .process-grid article{
  color:#f5f5f6!important;
}
.page-section.alt .related-links a h1,
.page-section.alt .related-links a h2,
.page-section.alt .related-links a h3,
.page-section.alt .feature-card h1,
.page-section.alt .feature-card h2,
.page-section.alt .feature-card h3,
.page-section.alt .process-grid article h3{
  color:#fff!important;
}
.page-section.alt .feature-card p,
.page-section.alt .process-grid article p{
  color:#bfc0c5!important;
}

/* Light section protection */
.page-section:not(.alt) .related-links a{
  background:#17171a!important;
  color:#fff!important;
}
.page-section:not(.alt) .related-links a *{color:#fff!important}

/* Selected text shouldn't look like actual page styling */
::selection{background:#e6002f;color:#fff}

/* ===== CONTACT PAGE REDESIGN ===== */
.contact-intro-grid{
  display:grid!important;
  grid-template-columns:.85fr 1.15fr!important;
  gap:70px!important;
  align-items:start!important;
}
.contact-lead{
  position:sticky!important;
  top:120px!important;
}
.contact-lead .overline{color:#e6002f!important}
.contact-lead h2{
  font-size:42px!important;
  line-height:1.08!important;
  letter-spacing:-1.8px!important;
  margin:14px 0 18px!important;
}
.contact-lead p{
  font-size:15px!important;
  line-height:1.75!important;
  color:#62636a!important;
}
.contact-channels{
  display:grid!important;
  gap:10px!important;
  margin-top:28px!important;
}
.contact-channel{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:68px!important;
  padding:0 18px!important;
  border:1px solid #d8d4cd!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#111!important;
}
.contact-channel small{
  display:block!important;
  color:#8a8b91!important;
  font-size:9.5px!important;
  margin-bottom:4px!important;
  letter-spacing:.06em!important;
}
.contact-channel strong{
  font-size:14px!important;
  color:#111!important;
}
.contact-channel span{
  color:#e6002f!important;
  font-size:18px!important;
}
.contact-form-wrap{
  background:#111113!important;
  border-radius:12px!important;
  padding:34px!important;
  box-shadow:0 20px 50px rgba(15,15,17,.12)!important;
}
.contact-form-wrap .form-head{
  margin-bottom:26px!important;
}
.contact-form-wrap .form-head span{
  font-size:9.5px!important;
  letter-spacing:.08em!important;
  color:#ff315b!important;
  font-weight:600!important;
}
.contact-form-wrap .form-head h2{
  margin:8px 0 0!important;
  font-size:29px!important;
  line-height:1.12!important;
  color:#fff!important;
}
.contact-form{
  background:transparent!important;
  border:0!important;
  padding:0!important;
  grid-template-columns:1fr 1fr!important;
  gap:15px!important;
}
.contact-form label{
  color:#c2c3c8!important;
  font-size:11px!important;
  font-weight:400!important;
}
.contact-form input,
.contact-form textarea,
.contact-form select{
  background:#18181b!important;
  color:#fff!important;
  border:1px solid #34343a!important;
  min-height:48px!important;
  font-size:14px!important;
  padding:13px 14px!important;
  border-radius:7px!important;
}
.contact-form textarea{min-height:145px!important;resize:vertical!important}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
  outline:none!important;
  border-color:#e6002f!important;
  box-shadow:0 0 0 3px rgba(230,0,47,.12)!important;
}
.contact-form button{
  min-height:50px!important;
  border-radius:7px!important;
  background:#e6002f!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:600!important;
}
.contact-form button:hover{background:#ff1648!important}
.contact-kvkk{
  display:flex!important;
  gap:10px!important;
  align-items:flex-start!important;
  color:#98999f!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}
.contact-kvkk input{width:16px!important;height:16px!important;min-height:16px!important;flex:0 0 16px!important;margin-top:2px!important}
.contact-kvkk a{color:#fff!important;text-decoration:underline!important}
.contact-trust{
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:14px!important;
}
.contact-trust article{
  padding:22px!important;
  border:1px solid #dedbd4!important;
  border-radius:9px!important;
  background:#fff!important;
}
.contact-trust b{
  display:block!important;
  font-size:10px!important;
  color:#e6002f!important;
  letter-spacing:.08em!important;
  margin-bottom:9px!important;
}
.contact-trust h3{font-size:18px!important;margin:0 0 8px!important;color:#111!important}
.contact-trust p{font-size:13.5px!important;color:#67686e!important;line-height:1.65!important}
.contact-location{
  display:grid!important;
  grid-template-columns:1.1fr .9fr!important;
  gap:18px!important;
}
.contact-location .map-placeholder{
  min-height:320px!important;
  border-radius:10px!important;
  background:
    linear-gradient(rgba(17,17,19,.76),rgba(17,17,19,.76)),
    repeating-linear-gradient(45deg,#222 0,#222 1px,#1a1a1d 1px,#1a1a1d 18px)!important;
  padding:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
.contact-location .map-placeholder span{font-size:10px!important;color:#ff315b!important;letter-spacing:.08em!important}
.contact-location .map-placeholder h3{font-size:30px!important;color:#fff!important;margin:8px 0!important}
.contact-location .map-placeholder p{font-size:13px!important;color:#c3c4c8!important;max-width:420px!important}
.contact-location .info-panel{
  border-radius:10px!important;
  background:#e6002f!important;
  color:#fff!important;
  padding:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}
.contact-location .info-panel small{font-size:9.5px!important;letter-spacing:.08em!important}
.contact-location .info-panel h3{font-size:28px!important;line-height:1.12!important;margin:12px 0!important}
.contact-location .info-panel p{font-size:13.5px!important;line-height:1.7!important;color:#fff!important}
.contact-location .info-panel a{
  display:inline-flex!important;
  width:max-content!important;
  margin-top:20px!important;
  padding:11px 15px!important;
  border-radius:6px!important;
  background:#111113!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:600!important;
}

@media(max-width:900px){
  .contact-intro-grid,.contact-location{grid-template-columns:1fr!important}
  .contact-lead{position:static!important}
  .contact-trust{grid-template-columns:1fr 1fr!important}
}
@media(max-width:620px){
  body{font-size:16px!important}
  .contact-form{grid-template-columns:1fr!important}
  .contact-form .full{grid-column:1!important}
  .contact-form button{grid-column:1!important}
  .contact-trust{grid-template-columns:1fr!important}
  .contact-form-wrap{padding:24px!important}
}

/* ===== V20 AUTHORITATIVE SERVICES PAGE ===== */
.services-overview-section{
 background:#f4f1eb!important;
 padding:82px 0 94px!important;
 color:#111113!important;
}
.services-overview-section .inner{
 width:min(calc(100% - 56px),1180px)!important;
 margin:0 auto!important;
}
.services-overview-intro{
 display:grid!important;
 grid-template-columns:.8fr 1.2fr!important;
 gap:64px!important;
 align-items:end!important;
 margin-bottom:34px!important;
}
.services-overview-intro .overline{
 color:#e6002f!important;font-size:11px!important;font-weight:700!important;letter-spacing:.1em!important;
}
.services-overview-intro h2{
 color:#111113!important;font-size:clamp(36px,4vw,54px)!important;line-height:1.02!important;
 letter-spacing:-2px!important;margin:12px 0 0!important;
}
.services-overview-intro p{
 color:#5f6066!important;font-size:16px!important;line-height:1.72!important;margin:0!important;max-width:620px!important;
}

.service-list{
 display:grid!important;
 grid-template-columns:repeat(2,minmax(0,1fr))!important;
 gap:16px!important;
}
.service-list a,
.services-overview-section .service-list a{
 position:relative!important;
 min-height:235px!important;
 padding:28px 30px!important;
 border-radius:10px!important;
 overflow:hidden!important;
 display:flex!important;
 flex-direction:column!important;
 justify-content:flex-end!important;
 background:#141416!important;
 border:1px solid #2b2b30!important;
 color:#fff!important;
 text-decoration:none!important;
 box-shadow:none!important;
 transition:transform .2s ease,border-color .2s ease,background .2s ease!important;
}
.service-list a:link,.service-list a:visited,.service-list a:active{color:#fff!important}
.service-list a small{
 position:absolute!important;left:30px!important;top:27px!important;
 display:inline-flex!important;padding:6px 9px!important;border-radius:999px!important;
 background:#242428!important;color:#ff3a62!important;
 font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;
}
.service-list a h3,
.services-overview-section .service-list a h3{
 color:#fff!important;
 font-size:30px!important;
 line-height:1.08!important;
 letter-spacing:-1px!important;
 margin:0 0 12px!important;
 max-width:78%!important;
 font-weight:700!important;
}
.service-list a p,
.services-overview-section .service-list a p{
 color:#c2c3c8!important;
 font-size:15.5px!important;
 line-height:1.62!important;
 margin:0!important;
 max-width:90%!important;
 font-weight:400!important;
}
.service-list a::after{
 content:"↗";
 position:absolute!important;right:26px!important;top:24px!important;
 width:38px!important;height:38px!important;border-radius:50%!important;
 display:grid!important;place-items:center!important;
 border:1px solid #44444b!important;
 color:#fff!important;font-size:15px!important;
}
.service-list a::before{
 content:"";position:absolute!important;right:-48px!important;top:-52px!important;
 width:145px!important;height:145px!important;border-radius:50%!important;
 border:1px solid rgba(230,0,47,.22)!important;
}
.service-list a:hover{
 transform:translateY(-3px)!important;
 background:#19191c!important;
 border-color:#e6002f!important;
}
.service-list a:hover::after{background:#e6002f!important;border-color:#e6002f!important}
.service-list a:nth-child(7){grid-column:1/-1!important;min-height:205px!important}
.service-list a:nth-child(7) h3{max-width:60%!important}
.service-list a:nth-child(7) p{max-width:65%!important}

/* Absolute contrast rules for service cards */
.services-overview-section .service-list a *,
.services-overview-section .service-list a h1,
.services-overview-section .service-list a h2,
.services-overview-section .service-list a h3,
.services-overview-section .service-list a h4,
.services-overview-section .service-list a strong,
.services-overview-section .service-list a b{color:#fff!important}
.services-overview-section .service-list a p{color:#c2c3c8!important}
.services-overview-section .service-list a small{color:#ff3a62!important}

/* Page-level readability */
.services-page-statement{
 background:#111113!important;color:#fff!important;padding:82px 0!important;
}
.services-page-statement .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important}
.services-page-statement h2{color:#fff!important;font-size:clamp(36px,4vw,54px)!important;line-height:1.05!important;max-width:900px!important}
.services-page-statement p{color:#c2c3c8!important;font-size:16px!important;line-height:1.72!important;max-width:720px!important}

@media(max-width:850px){
 .services-overview-intro{grid-template-columns:1fr!important;gap:18px!important}
 .service-list{grid-template-columns:1fr!important}
 .service-list a:nth-child(7){grid-column:auto!important}
 .service-list a:nth-child(7) h3,.service-list a:nth-child(7) p{max-width:90%!important}
}
@media(max-width:560px){
 .services-overview-section .inner,.services-page-statement .inner{width:calc(100% - 28px)!important}
 .service-list a{min-height:215px!important;padding:24px!important}
 .service-list a small{left:24px!important;top:22px!important}
 .service-list a h3{font-size:26px!important;max-width:82%!important}
 .service-list a p{font-size:14.5px!important;max-width:100%!important}
}

/* V20 GLOBAL DARK-SURFACE SAFETY */
.page-section.alt,.big-statement,.services-page-statement,.performance-board,
.service-list a,.footer,.menu-overlay{color:#f5f5f6!important}
.page-section.alt h1,.page-section.alt h2,.page-section.alt h3,.page-section.alt h4,
.big-statement h1,.big-statement h2,.big-statement h3,
.services-page-statement h1,.services-page-statement h2,.services-page-statement h3,
.performance-board h1,.performance-board h2,.performance-board h3,
.service-list a h1,.service-list a h2,.service-list a h3,.service-list a h4,
.footer h1,.footer h2,.footer h3,.footer h4,.menu-overlay h1,.menu-overlay h2,.menu-overlay h3{
 color:#fff!important;
}
.page-section.alt p,.big-statement p,.services-page-statement p,.performance-board p,
.service-list a p{color:#c2c3c8!important}

/* ===== V21 AEO/GEO ANSWER BLOCK + URL QA ===== */
.answer-box{
  position:relative!important;
  padding:34px 38px 34px 42px!important;
  border:1px solid #303035!important;
  border-left:0!important;
  border-radius:12px!important;
  background:linear-gradient(115deg,#131315 0%,#17171a 100%)!important;
  color:#fff!important;
  overflow:hidden!important;
}
.answer-box::before{
  content:"";
  position:absolute!important;left:0!important;top:0!important;bottom:0!important;
  width:5px!important;background:#e6002f!important;
}
.answer-box::after{
  content:"";
  position:absolute!important;right:-80px!important;top:-100px!important;
  width:230px!important;height:230px!important;border-radius:50%!important;
  border:1px solid rgba(230,0,47,.18)!important;
}
.answer-box small{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:12px!important;
  color:#ff315b!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.09em!important;
}
.answer-box small::before{
  content:"";width:22px;height:1px;background:#e6002f;
}
.answer-box h2{
  position:relative!important;z-index:2!important;
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:clamp(26px,2.6vw,38px)!important;
  line-height:1.08!important;
  letter-spacing:-1.2px!important;
}
.answer-box p{
  position:relative!important;z-index:2!important;
  max-width:1120px!important;
  margin:0!important;
  color:#c7c8cd!important;
  font-size:16px!important;
  line-height:1.72!important;
}
.answer-box .answer-actions{
  position:relative!important;z-index:2!important;
  display:flex!important;flex-wrap:wrap!important;gap:10px!important;
  margin-top:22px!important;
}
.answer-box .answer-actions a{
  display:inline-flex!important;align-items:center!important;
  min-height:38px!important;padding:0 13px!important;
  border-radius:6px!important;border:1px solid #3b3b41!important;
  color:#fff!important;background:#1c1c1f!important;
  font-size:11px!important;font-weight:600!important;text-decoration:none!important;
}
.answer-box .answer-actions a:hover{
  background:#e6002f!important;border-color:#e6002f!important;
}

/* more orderly global content rhythm */
.article{max-width:940px!important}
.article h2{font-size:32px!important;line-height:1.15!important}
.article h3{font-size:22px!important}
.article p,.article li{font-size:15.5px!important;line-height:1.8!important}
.page-section .inner > *:last-child{margin-bottom:0!important}

/* No empty-looking cards */
.service-list a p:empty,.blog-card p:empty,.work-card p:empty{display:none!important}

@media(max-width:620px){
  .answer-box{padding:28px 24px 28px 28px!important}
  .answer-box p{font-size:14.5px!important}
}

/* ===== V22 ART DIRECTION SYSTEM ===== */
:root{--paper:#f4f1eb;--ink:#111113;--red:#e6002f}
.art-hero{min-height:560px;padding:126px 0 84px;display:flex;align-items:flex-end;background:#111113;color:#fff;border-bottom:1px solid #29292e}
.art-hero .inner,.art-section .inner{width:min(calc(100% - 56px),1180px);margin:auto}
.art-hero .breadcrumb{margin-bottom:42px}.art-kicker{display:block;color:#ff315b;font-size:10px;font-weight:700;letter-spacing:.1em;margin-bottom:14px}
.art-hero h1{max-width:980px;font-size:clamp(54px,6vw,86px);line-height:.94;letter-spacing:-4.8px;margin:0;color:#fff}
.art-hero p{max-width:720px;margin:26px 0 0;color:#b7b8be;font-size:16px;line-height:1.72}
.art-section{padding:92px 0}.art-section.light{background:var(--paper);color:var(--ink)}.art-section.dark{background:#111113;color:#fff}.art-section.red{background:var(--red);color:#fff}
.art-heading{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:end;margin-bottom:36px}.art-heading h2{font-size:clamp(36px,4vw,54px);line-height:1.03;letter-spacing:-2.2px;margin:0}.art-heading p{font-size:15px;line-height:1.75;margin:0}
.light .art-heading h2{color:#111}.light .art-heading p{color:#616269}.dark .art-heading h2,.red .art-heading h2{color:#fff}.dark .art-heading p{color:#b8b9bf}.red .art-heading p{color:#fff}
.editorial-card{border-radius:10px;padding:26px;min-height:230px;border:1px solid #d9d5ce;background:#fff;color:#111;display:flex;flex-direction:column;justify-content:space-between}.editorial-card small{font-size:9.5px;letter-spacing:.08em;color:#e6002f;font-weight:700}.editorial-card h3{font-size:25px;line-height:1.08;margin:24px 0 10px;color:inherit}.editorial-card p{font-size:14px;line-height:1.7;color:#65666c}
.art-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.big-quote{font-size:clamp(42px,5vw,72px);line-height:1.01;letter-spacing:-3.4px;max-width:1050px;margin:0}.dark .big-quote,.red .big-quote{color:#fff}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.kpi{min-height:165px;padding:22px;border-radius:9px;background:#fff;border:1px solid #dedad3;color:#111}.kpi small{font-size:9px;color:#e6002f;letter-spacing:.08em}.kpi strong{display:block;font-size:30px;margin:28px 0 5px;color:inherit}.kpi span{font-size:11px;color:#77787e}
.browser-frame{border-radius:12px;background:#141416;padding:12px;border:1px solid #303035}.browser-top{height:34px;display:flex;align-items:center;gap:6px;padding:0 8px}.browser-top i{width:8px;height:8px;border-radius:50%;background:#555;display:block}.browser-frame img{display:block;width:100%;border-radius:7px}
.ads-board{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.ads-console{min-height:430px;border-radius:12px;background:#111113;border:1px solid #303035;padding:28px;color:#fff}.ads-console h3{font-size:28px;color:#fff}.ads-console p{font-size:14px;color:#b9bac0;line-height:1.72}.ads-side{display:grid;gap:16px}.ads-mini{min-height:207px;border-radius:12px;background:#fff;border:1px solid #dedad3;padding:24px}.ads-mini small{font-size:9px;color:#e6002f}.ads-mini strong{display:block;font-size:34px;margin:34px 0 6px}.ads-mini span{font-size:11px;color:#777}
.social-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.social-wall figure{margin:0;height:390px;border-radius:10px;overflow:hidden;background:#1b1b1e}.social-wall img{width:100%;height:100%;object-fit:cover;filter:grayscale(.35)}
.video-strip{display:grid;grid-template-columns:1.4fr .8fr;gap:16px}.video-main{min-height:500px;border-radius:12px;overflow:hidden;position:relative;background:#111}.video-main img,.video-side img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2)}.play-badge{position:absolute;left:30px;bottom:30px;width:56px;height:56px;border-radius:50%;background:#e6002f;color:#fff;display:grid;place-items:center}.video-side{display:grid;gap:16px}.video-side figure{margin:0;min-height:240px;border-radius:12px;overflow:hidden;background:#1a1a1d}
.reference-cases{display:grid;gap:18px}.reference-case{display:grid;grid-template-columns:1fr 1fr;min-height:330px;border-radius:12px;overflow:hidden;border:1px solid #d8d4cd;background:#fff}.reference-case .visual{min-height:330px;background:#17171a}.reference-case .visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(.3)}.reference-case .copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.reference-case small{font-size:9px;color:#e6002f;letter-spacing:.08em;font-weight:700}.reference-case h3{font-size:30px;margin:12px 0;color:#111}.reference-case p{font-size:14px;line-height:1.72;color:#62636a}.reference-case .tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.reference-case .tags span{font-size:9px;border:1px solid #d6d2cb;border-radius:999px;padding:6px 9px;color:#555}
@media(max-width:900px){.art-grid-3,.kpi-grid{grid-template-columns:1fr 1fr}.art-heading,.ads-board,.video-strip,.reference-case{grid-template-columns:1fr}.social-wall{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.art-hero .inner,.art-section .inner{width:calc(100% - 28px)}.art-grid-3,.kpi-grid,.social-wall{grid-template-columns:1fr}.social-wall figure{height:320px}.reference-case .copy{padding:24px}}

/* ===== V23 READABILITY + REFERENCES REDESIGN ===== */

/* Stop using red highlight as text background; keep red as accent */
.contact-trust b,
.contact-location .map-placeholder span,
.contact-location .info-panel small,
.reference-case small,
.art-kicker,
.page-kicker,
.overline{
  background:transparent!important;
  color:#e6002f!important;
  padding:0!important;
}

/* Contact process cards: stronger contrast, bigger typography */
.contact-trust article{
  background:#17171a!important;
  border:1px solid #303035!important;
  color:#fff!important;
  min-height:210px!important;
  padding:28px!important;
}
.contact-trust article b{
  color:#ff315b!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
}
.contact-trust article h3{
  color:#fff!important;
  font-size:24px!important;
  line-height:1.12!important;
  margin:24px 0 10px!important;
}
.contact-trust article p{
  color:#c6c7cc!important;
  font-size:15px!important;
  line-height:1.65!important;
}

/* Contact location: remove red text blocks, use clean readable hierarchy */
.contact-location .map-placeholder{
  background:
    linear-gradient(rgba(15,15,17,.82),rgba(15,15,17,.82)),
    repeating-linear-gradient(45deg,#222 0,#222 1px,#1a1a1d 1px,#1a1a1d 18px)!important;
  border:1px solid #2c2c31!important;
}
.contact-location .map-placeholder h3{
  color:#fff!important;
  font-size:36px!important;
  line-height:1.05!important;
  letter-spacing:-1.6px!important;
}
.contact-location .map-placeholder p{
  color:#c6c7cc!important;
  font-size:14px!important;
}
.contact-location .info-panel{
  background:#e6002f!important;
  color:#fff!important;
}
.contact-location .info-panel small{
  color:#fff!important;
  opacity:.78!important;
}
.contact-location .info-panel h3{
  color:#fff!important;
  font-size:31px!important;
  line-height:1.08!important;
}
.contact-location .info-panel p{
  color:#fff!important;
  opacity:.9!important;
  font-size:14.5px!important;
}

/* Reference page editorial redesign */
.references-wrap{
  background:#f4f1eb!important;
  padding:88px 0 100px!important;
}
.references-wrap .inner{
  width:min(calc(100% - 56px),1180px)!important;
  margin:auto!important;
}
.references-intro{
  display:grid!important;
  grid-template-columns:.8fr 1.2fr!important;
  gap:64px!important;
  align-items:end!important;
  margin-bottom:44px!important;
}
.references-intro h2{
  margin:0!important;
  color:#111113!important;
  font-size:clamp(38px,4.3vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-2.5px!important;
}
.references-intro p{
  margin:0!important;
  color:#62636a!important;
  font-size:15.5px!important;
  line-height:1.75!important;
}
.references-grid{
  display:grid!important;
  grid-template-columns:repeat(12,1fr)!important;
  gap:18px!important;
}
.project-card{
  position:relative!important;
  min-height:360px!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#111113!important;
  color:#fff!important;
  border:1px solid #2e2e33!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  padding:30px!important;
}
.project-card.large{grid-column:span 7!important}
.project-card.small{grid-column:span 5!important}
.project-card::before{
  content:"";
  position:absolute!important;inset:0!important;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78))!important;
  z-index:1!important;
}
.project-card img{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
  object-fit:cover!important;filter:grayscale(.25) contrast(1.02)!important;
}
.project-card:hover img{filter:grayscale(0) contrast(1.02)!important;transform:scale(1.025)!important}
.project-card img{transition:transform .35s ease,filter .35s ease!important}
.project-card .content{
  position:relative!important;z-index:2!important;
}
.project-card .eyebrow{
  color:#ff315b!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  margin-bottom:10px!important;
}
.project-card h3{
  color:#fff!important;
  font-size:32px!important;
  line-height:1.05!important;
  margin:0 0 12px!important;
  letter-spacing:-1.2px!important;
}
.project-card p{
  color:#d1d2d6!important;
  font-size:14px!important;
  line-height:1.65!important;
  max-width:560px!important;
  margin:0!important;
}
.project-card .tags{
  display:flex!important;flex-wrap:wrap!important;gap:7px!important;
  margin-top:18px!important;
}
.project-card .tags span{
  display:inline-flex!important;
  padding:6px 9px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:999px!important;
  color:#fff!important;
  background:rgba(10,10,12,.35)!important;
  font-size:9px!important;
}
.references-statement{
  background:#111113!important;
  color:#fff!important;
  padding:82px 0!important;
}
.references-statement .inner{
  width:min(calc(100% - 56px),1180px)!important;margin:auto!important;
}
.references-statement h2{
  max-width:1000px!important;
  color:#fff!important;
  font-size:clamp(42px,5vw,70px)!important;
  line-height:1.01!important;
  letter-spacing:-3.4px!important;
  margin:0!important;
}
.references-statement p{
  max-width:720px!important;color:#b9bac0!important;font-size:15px!important;line-height:1.75!important;margin:24px 0 0!important;
}

@media(max-width:900px){
  .references-intro{grid-template-columns:1fr!important;gap:20px!important}
  .project-card.large,.project-card.small{grid-column:span 12!important}
}
@media(max-width:620px){
  .references-wrap .inner,.references-statement .inner{width:calc(100% - 28px)!important}
  .project-card{min-height:310px!important;padding:24px!important}
  .project-card h3{font-size:27px!important}
}

/* V23 FINAL CONTRAST SAFETY */
.contact-trust article *, .project-card *, .page-section.alt *, .footer *{color-scheme:dark}
.contact-trust article h1,.contact-trust article h2,.contact-trust article h3,
.project-card h1,.project-card h2,.project-card h3{color:#fff!important}
.contact-trust article p,.project-card p{color:#c8c9ce!important}
/* ===== V24 DEFINITIVE CONTRAST / CONTACT / REFERENCES ===== */
::selection{background:#e6002f;color:#fff}
.page-section.alt{background:#111113!important;color:#fff!important}
.page-section.alt .section-head h2{color:#fff!important}
.page-section.alt .section-head p{color:#bfc0c5!important}
.contact-trust{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important}
.contact-trust article{background:#f6f3ed!important;border:0!important;border-top:4px solid #e6002f!important;border-radius:10px!important;padding:30px!important;min-height:220px!important;box-shadow:none!important}
.contact-trust article b{display:block!important;background:transparent!important;color:#e6002f!important;font-size:11px!important;letter-spacing:.08em!important;margin-bottom:34px!important}
.contact-trust article h3{background:transparent!important;color:#111113!important;font-size:25px!important;line-height:1.08!important;margin:0 0 12px!important;letter-spacing:-.7px!important}
.contact-trust article p{background:transparent!important;color:#5e6066!important;font-size:15px!important;line-height:1.65!important;margin:0!important}
.contact-location{gap:18px!important}
.contact-location .map-placeholder{border-radius:12px!important;padding:42px!important;min-height:330px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;background:#111113!important}
.contact-location .map-placeholder span{background:transparent!important;color:#ff315b!important;font-weight:700!important}
.contact-location .map-placeholder h3{background:transparent!important;color:#fff!important;font-size:38px!important;max-width:600px!important;letter-spacing:-1.7px!important}
.contact-location .map-placeholder p{background:transparent!important;color:#c8c9ce!important;font-size:15px!important}
.contact-location .info-panel{border-radius:12px!important;padding:42px!important;min-height:330px!important;background:#e6002f!important}
.contact-location .info-panel small,.contact-location .info-panel h3,.contact-location .info-panel p{background:transparent!important;color:#fff!important}
.contact-location .info-panel h3{font-size:34px!important;letter-spacing:-1.3px!important}
.contact-location .info-panel a{background:#111113!important;color:#fff!important;border-radius:7px!important;padding:14px 18px!important;font-size:12px!important;font-weight:700!important}

/* reference work wall: agency portfolio, not generic cards */
.references-wrap{padding:96px 0 110px!important;background:#f3f0ea!important}
.references-intro{border-bottom:1px solid #d5d1ca!important;padding-bottom:36px!important;margin-bottom:26px!important}
.references-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.project-card,.project-card.large,.project-card.small{grid-column:auto!important;min-height:470px!important;border:0!important;border-radius:12px!important;padding:0!important;background:#111113!important;box-shadow:none!important}
.project-card:nth-child(1),.project-card:nth-child(4){grid-column:span 2!important;min-height:540px!important}
.project-card::before{background:linear-gradient(180deg,rgba(8,8,10,.05) 20%,rgba(8,8,10,.9) 100%)!important}
.project-card .content{padding:34px!important;width:min(680px,90%)!important}
.project-card .eyebrow{background:transparent!important;color:#ff315b!important;font-size:10px!important}
.project-card h3{background:transparent!important;color:#fff!important;font-size:clamp(30px,3vw,43px)!important;letter-spacing:-1.8px!important}
.project-card p{background:transparent!important;color:#d4d5d8!important;font-size:15px!important;line-height:1.65!important}
.project-card .tags span{color:#fff!important;background:rgba(17,17,19,.72)!important;border-color:rgba(255,255,255,.25)!important;font-size:10px!important}
.references-statement{border-top:1px solid #29292d!important}
@media(max-width:900px){.contact-trust{grid-template-columns:1fr!important}.references-grid{grid-template-columns:1fr!important}.project-card:nth-child(1),.project-card:nth-child(4){grid-column:auto!important}.project-card,.project-card.large,.project-card.small{min-height:390px!important}}


/* =========================================================
   GEM MEDYA V25 — premium local authority / SEO-AEO-GEO UI
   ========================================================= */
:root{--radius:18px;--space:clamp(20px,3vw,48px);--surface:#151518;--surface-2:#1b1b1f;--cream:#f5f2ec}
::selection{background:var(--red);color:#fff}
body{overflow-x:hidden}
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px;transform:translateY(-160%);transition:.2s}.skip-link:focus{transform:none}
.site-header{height:104px}.header-inner{height:104px}
.nav-left,.nav-right{font-size:13px;gap:30px}.nav-left a,.nav-right a{opacity:.82}.nav-left a:hover,.nav-right a:hover{opacity:1}
.gem-logo{letter-spacing:-2px}
.hero{background:linear-gradient(135deg,#ed123b 0%,#d8002d 72%,#c70029 100%);min-height:780px}
.hero-watermark{opacity:.34;filter:blur(.2px)}
.hero-copy{max-width:900px}.hero .eyebrow{font-size:11px;letter-spacing:.12em;opacity:.92}
.hero h1{font-size:clamp(52px,6.5vw,88px);line-height:.98;letter-spacing:-.055em;max-width:980px;margin:22px 0 24px}
.hero-lead{font-size:clamp(16px,1.5vw,21px);line-height:1.55;max-width:690px;margin:0;color:rgba(255,255,255,.86)}
.hero-actions{display:flex;gap:14px;margin-top:34px;align-items:center}.primary-cta,.secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-size:12px;font-weight:800}.primary-cta{background:#111;color:#fff}.primary-cta:hover{background:#fff;color:#111}.secondary-cta{border:1px solid rgba(255,255,255,.4);color:#fff}.secondary-cta:hover{background:rgba(255,255,255,.1)}
.hero-play{display:none}.social-rail{opacity:.65}
.work-shell{gap:18px;grid-auto-rows:320px}.service-card{border-radius:16px;box-shadow:none;border:1px solid rgba(255,255,255,.07)}.service-card img{filter:grayscale(.28) brightness(.86)}.service-card:hover img{filter:grayscale(0) brightness(.96);transform:scale(1.025)}.service-card:after{background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72))}.service-label{left:22px;right:22px;bottom:20px;padding:0;background:none;backdrop-filter:none}.service-label b{font-size:17px}.service-label small{font-size:10px;opacity:.7}
.copy-row{padding-bottom:105px}.copy-row h2,.trust-title h2{font-size:clamp(26px,3vw,40px);line-height:1.08;letter-spacing:-.035em}.copy-row p,.trust-content>p{font-size:16px;line-height:1.8}
.reference-grid{gap:14px}.ref-card{height:210px;border-radius:16px;align-items:flex-start;justify-content:flex-end;flex-direction:column;padding:26px;background:#18181b!important;border:1px solid rgba(255,255,255,.08)}.ref-card:after{background:radial-gradient(circle at 100% 0%,rgba(230,0,47,.22),transparent 44%)}.ref-card strong{font-size:24px;text-align:left}.ref-card span{display:block;position:relative;z-index:1;margin-top:9px;color:#aaaab0;font-size:12px;line-height:1.45}.ref-card:hover{box-shadow:none;border-color:rgba(230,0,47,.45)}
.trust-row{gap:90px;padding:120px 0}.authority-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:38px}.authority-card{border:1px solid #303034;border-radius:14px;padding:22px;background:#151518}.authority-card small{color:var(--red);font-weight:800}.authority-card h3{font-size:18px;margin:14px 0 8px}.authority-card p{font-size:12px!important;line-height:1.55!important;color:#a9a9ae!important}
.page-section{padding:110px 0!important}.page-section .section-head h2{font-size:clamp(34px,4vw,54px)!important;line-height:1.04!important;letter-spacing:-.045em!important}.local-seo-grid{gap:16px!important}.local-seo-card{border-radius:16px!important;padding:28px!important;box-shadow:none!important;border:1px solid #dedbd5!important}.local-seo-card h3{font-size:23px!important}.local-seo-card p{font-size:14px!important;line-height:1.65!important}
.answer-section{background:#fff;color:#111;padding:120px 0}.answer-inner{width:min(calc(100% - 72px),var(--container));margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:90px}.answer-section .overline{color:var(--red)}.answer-section h2{font-size:clamp(30px,3.6vw,50px);line-height:1.06;letter-spacing:-.045em;margin:18px 0 22px}.answer-intro>p{font-size:17px;line-height:1.8;color:#4a4b50}.answer-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.answer-links a{padding:11px 15px;border:1px solid #ddd;border-radius:999px;font-size:12px;font-weight:700}.answer-links a:hover{border-color:#111}.faq-block h2{font-size:34px}.faq-item{border-top:1px solid #ddd}.faq-item:last-child{border-bottom:1px solid #ddd}.faq-item summary{cursor:pointer;list-style:none;padding:21px 38px 21px 0;font-size:15px;font-weight:800;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:'+';position:absolute;right:4px;top:19px;font-size:22px;font-weight:400}.faq-item[open] summary:after{content:'−'}.faq-item p{margin:0 0 21px;color:#58595e;font-size:14px;line-height:1.7}
.manifesto{min-height:650px}.manifesto-copy{padding:clamp(54px,6vw,100px)}.manifesto-copy h2{font-size:clamp(27px,3vw,42px);line-height:1.1;letter-spacing:-.04em}.manifesto-copy p{font-size:15px}
.footer{padding-top:100px}.footer-main{gap:52px}.footer h4{font-size:11px;letter-spacing:.04em}.footer p{font-size:11px}.footer-contact-line{grid-column:1/-1;margin-top:30px;padding-top:34px;border-top:1px solid #303034;display:flex;justify-content:space-between;font-size:clamp(22px,3vw,42px);font-weight:800;letter-spacing:-.04em}.footer-contact-line a{color:var(--red)}
@media(max-width:840px){.answer-inner{grid-template-columns:1fr;gap:55px}.authority-grid{grid-template-columns:1fr 1fr}.hero-actions{flex-wrap:wrap}.footer-contact-line{flex-direction:column;gap:8px}}
@media(max-width:580px){.hero h1{font-size:46px}.hero-lead{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.primary-cta,.secondary-cta{width:100%}.work-shell{grid-auto-rows:280px}.authority-grid{grid-template-columns:1fr}.answer-inner{width:calc(100% - 28px)}.answer-section{padding:80px 0}.reference-grid{gap:12px}.ref-card{height:180px}.footer-contact-line{font-size:26px}}

/* ===== V26 FINAL CONTRAST GUARDRAILS =====
   Rule: light surfaces use dark copy; dark/brand surfaces always use light copy.
   Component-level rules come last so section inheritance can never invert contrast. */

/* Light surfaces */
body.subpage-body .page-section:not(.alt),
.art-section.light,
.local-seo-card,
.editorial-card,
.ads-mini,
.kpi,
.contact-channel{
  color:#111113!important;
}
body.subpage-body .page-section:not(.alt) h1,
body.subpage-body .page-section:not(.alt) h2,
body.subpage-body .page-section:not(.alt) h3,
body.subpage-body .page-section:not(.alt) h4,
body.subpage-body .page-section:not(.alt) h5,
body.subpage-body .page-section:not(.alt) h6,
.art-section.light h1,.art-section.light h2,.art-section.light h3,.art-section.light h4,
.local-seo-card h1,.local-seo-card h2,.local-seo-card h3,
.editorial-card h1,.editorial-card h2,.editorial-card h3,
.ads-mini h1,.ads-mini h2,.ads-mini h3,
.kpi h1,.kpi h2,.kpi h3,
.contact-channel strong{
  color:#111113!important;
}
body.subpage-body .page-section:not(.alt) > .inner > p,
body.subpage-body .page-section:not(.alt) .section-head p,
body.subpage-body .page-section:not(.alt) .content-media p,
body.subpage-body .page-section:not(.alt) .content-media li,
.art-section.light .art-heading p,
.local-seo-card p,.editorial-card p,.ads-mini span,.kpi span{
  color:#5f6066!important;
}

/* Dark / red surfaces: base text */
.hero,
.dark-section,
.page-section.alt,
.big-statement,
.services-page-statement,
.references-statement,
.answer-box,
.performance-board,
.contact-form-wrap,
.ads-console,
.browser-frame,
.art-hero,
.art-section.dark,
.art-section.red,
.footer,
.menu-overlay,
.mobile-panel,
.service-list a,
.ref-card,
.project-card{
  color:#f7f7f8!important;
}

/* Dark / red surfaces: headings and strong copy */
.hero h1,.hero h2,.hero h3,.hero h4,.hero strong,
.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4,.dark-section strong,
.page-section.alt h1,.page-section.alt h2,.page-section.alt h3,.page-section.alt h4,.page-section.alt strong,
.big-statement h1,.big-statement h2,.big-statement h3,.big-statement h4,.big-statement strong,
.services-page-statement h1,.services-page-statement h2,.services-page-statement h3,.services-page-statement strong,
.references-statement h1,.references-statement h2,.references-statement h3,.references-statement strong,
.answer-box h1,.answer-box h2,.answer-box h3,.answer-box h4,.answer-box strong,
.performance-board h1,.performance-board h2,.performance-board h3,.performance-board strong,
.contact-form-wrap h1,.contact-form-wrap h2,.contact-form-wrap h3,.contact-form-wrap strong,
.ads-console h1,.ads-console h2,.ads-console h3,.ads-console strong,
.art-hero h1,.art-hero h2,.art-hero h3,.art-hero strong,
.art-section.dark h1,.art-section.dark h2,.art-section.dark h3,.art-section.dark h4,.art-section.dark strong,
.art-section.red h1,.art-section.red h2,.art-section.red h3,.art-section.red h4,.art-section.red strong,
.footer h1,.footer h2,.footer h3,.footer h4,.footer strong,
.menu-overlay h1,.menu-overlay h2,.menu-overlay h3,.menu-overlay strong,
.mobile-panel h1,.mobile-panel h2,.mobile-panel h3,.mobile-panel strong,
.service-list a h1,.service-list a h2,.service-list a h3,.service-list a h4,.service-list a strong,
.ref-card h1,.ref-card h2,.ref-card h3,.ref-card strong,
.project-card h1,.project-card h2,.project-card h3,.project-card strong{
  color:#fff!important;
}

/* Dark / red surfaces: paragraphs, lists and secondary copy */
.dark-section p,.dark-section li,
.page-section.alt p,.page-section.alt li,
.big-statement p,.big-statement li,
.services-page-statement p,.services-page-statement li,
.references-statement p,.references-statement li,
.answer-box p,.answer-box li,
.performance-board p,.performance-board li,.performance-board span,
.contact-form-wrap p,.contact-form-wrap li,
.ads-console p,.ads-console li,
.art-hero p,.art-hero li,
.art-section.dark p,.art-section.dark li,
.footer p,.footer li,
.service-list a p,
.project-card p{
  color:#c7c8cd!important;
}
.art-section.red p,.art-section.red li{color:#fff!important}

/* Critical nested dark components inside light sections.
   These selectors intentionally outrank section-level light rules. */
body.subpage-body .page-section:not(.alt) .answer-box,
body.subpage-body .page-section:not(.alt) .answer-box h1,
body.subpage-body .page-section:not(.alt) .answer-box h2,
body.subpage-body .page-section:not(.alt) .answer-box h3,
body.subpage-body .page-section:not(.alt) .answer-box strong,
body.subpage-body .page-section:not(.alt) .answer-box a,
body.subpage-body .page-section:not(.alt) .answer-box a:link,
body.subpage-body .page-section:not(.alt) .answer-box a:visited,
body.subpage-body .page-section:not(.alt) .answer-box a:active,
body.subpage-body .page-section:not(.alt) .related-links a,
body.subpage-body .page-section:not(.alt) .related-links a *,
body.subpage-body .page-section:not(.alt) .service-list a,
body.subpage-body .page-section:not(.alt) .service-list a h3,
body.subpage-body .page-section:not(.alt) .service-list a strong,
body.subpage-body .page-section:not(.alt) .contact-form-wrap,
body.subpage-body .page-section:not(.alt) .contact-form-wrap h2,
body.subpage-body .page-section:not(.alt) .contact-form-wrap h3{
  color:#fff!important;
}
body.subpage-body .page-section:not(.alt) .answer-box p,
body.subpage-body .page-section:not(.alt) .answer-box li,
body.subpage-body .page-section:not(.alt) .service-list a p,
body.subpage-body .page-section:not(.alt) .contact-form-wrap p{
  color:#c7c8cd!important;
}

/* CTA/link contrast on dark components */
.answer-box .answer-actions a,
.big-statement a,
.services-page-statement a,
.references-statement a,
.page-section.alt .related-links a,
.contact-form-wrap button,
.footer a,
.menu-overlay a,
.mobile-panel a{
  color:#fff!important;
}
.answer-box .answer-actions a:hover,
.answer-box .answer-actions a:focus,
.related-links a:hover,.related-links a:focus{
  color:#fff!important;
}

/* Form controls on dark form panels */
.contact-form-wrap label{color:#c8c9ce!important}
.contact-form-wrap input,.contact-form-wrap textarea,.contact-form-wrap select{
  color:#fff!important;background:#18181b!important;
}
.contact-form-wrap input::placeholder,.contact-form-wrap textarea::placeholder{color:#8f9096!important}

/* Keep accent labels intentionally red/pink without sacrificing contrast */
.answer-box small,
.answer-box .overline,
.performance-board b,
.art-kicker,
.contact-form-wrap .form-head span{
  color:#ff315b!important;
}

/* Keyboard focus must remain visible on both surface types */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid #ff315b!important;
  outline-offset:3px!important;
}

/* ===== V28 CONTRAST CONTRACT =====
   Fixes dark-on-dark regressions caused by broad light-section inheritance.
   Default subpage .page-section surfaces are dark in this design system. */

/* Default dark subpage sections */
body.subpage-body .page-section:not(.alt){
  background:#111113!important;
  color:#f7f7f8!important;
}
body.subpage-body .page-section:not(.alt) h1,
body.subpage-body .page-section:not(.alt) h2,
body.subpage-body .page-section:not(.alt) h3,
body.subpage-body .page-section:not(.alt) h4,
body.subpage-body .page-section:not(.alt) h5,
body.subpage-body .page-section:not(.alt) h6,
body.subpage-body .page-section:not(.alt) strong,
body.subpage-body .page-section:not(.alt) b{
  color:#fff!important;
}
body.subpage-body .page-section:not(.alt) p,
body.subpage-body .page-section:not(.alt) li,
body.subpage-body .page-section:not(.alt) span:not(.page-kicker):not(.art-kicker),
body.subpage-body .page-section:not(.alt) .section-head p,
body.subpage-body .page-section:not(.alt) .content-media p,
body.subpage-body .page-section:not(.alt) .content-media li{
  color:#c7c8cd!important;
}

/* Light cards intentionally nested in dark page sections */
body.subpage-body .page-section .contact-trust article,
body.subpage-body .page-section .ads-mini,
body.subpage-body .page-section .kpi.light,
body.subpage-body .page-section .local-seo-card.light,
body.subpage-body .page-section .editorial-card.light{
  color:#111113!important;
}
body.subpage-body .page-section .contact-trust article h1,
body.subpage-body .page-section .contact-trust article h2,
body.subpage-body .page-section .contact-trust article h3,
body.subpage-body .page-section .contact-trust article strong,
body.subpage-body .page-section .ads-mini h1,
body.subpage-body .page-section .ads-mini h2,
body.subpage-body .page-section .ads-mini h3,
body.subpage-body .page-section .ads-mini strong{
  color:#111113!important;
}
body.subpage-body .page-section .contact-trust article p,
body.subpage-body .page-section .ads-mini p,
body.subpage-body .page-section .ads-mini span{
  color:#5f6066!important;
}

/* Dark components nested inside light art sections */
.art-section.light .ads-console,
.art-section.light .ads-console *,
.art-section.light .answer-box,
.art-section.light .answer-box *,
.art-section.light .performance-board,
.art-section.light .performance-board *,
.art-section.light .browser-frame,
.art-section.light .browser-frame *{
  color:#fff!important;
}
.art-section.light .ads-console p,
.art-section.light .ads-console li,
.art-section.light .ads-console span,
.art-section.light .ads-console .case-row p,
.art-section.light .answer-box p,
.art-section.light .answer-box li,
.art-section.light .performance-board p,
.art-section.light .performance-board li,
.art-section.light .performance-board span,
.art-section.light .browser-frame p,
.art-section.light .browser-frame li,
.art-section.light .browser-frame span{
  color:#c7c8cd!important;
}
.art-section.light .ads-console small,
.art-section.light .ads-console .case-row small,
.art-section.light .answer-box small,
.art-section.light .performance-board b{
  color:#ff315b!important;
}
.art-section.light .ads-console h1,
.art-section.light .ads-console h2,
.art-section.light .ads-console h3,
.art-section.light .ads-console h4,
.art-section.light .ads-console strong,
.art-section.light .ads-console .case-row h3,
.art-section.light .answer-box h1,
.art-section.light .answer-box h2,
.art-section.light .answer-box h3,
.art-section.light .performance-board h1,
.art-section.light .performance-board h2,
.art-section.light .performance-board h3,
.art-section.light .performance-board strong,
.art-section.light .browser-frame h1,
.art-section.light .browser-frame h2,
.art-section.light .browser-frame h3,
.art-section.light .browser-frame strong{
  color:#fff!important;
}

/* Other known dark cards/panels across the site */
.contact-card h1,.contact-card h2,.contact-card h3,.contact-card strong,
.work-card h1,.work-card h2,.work-card h3,.work-card strong,
.blog-card h1,.blog-card h2,.blog-card h3,.blog-card strong,
.page-metrics article h1,.page-metrics article h2,.page-metrics article h3,.page-metrics article strong,
.authority-card h1,.authority-card h2,.authority-card h3,.authority-card strong,
.video-box h1,.video-box h2,.video-box h3,.video-box strong,
.legal-page h1,.legal-page h2,.legal-page h3,.legal-page h4,.legal-page strong{
  color:#fff!important;
}
.contact-card p,.contact-card li,
.work-card p,.work-card li,
.blog-card p,.blog-card li,
.page-metrics article p,.page-metrics article span,
.authority-card p,
.video-box p,
.legal-page p,.legal-page li{
  color:#c7c8cd!important;
}

/* Red/brand surfaces always use white copy */
.page-hero,.page-hero *,
.cta-strip,.cta-strip *,
.contact-location .info-panel,.contact-location .info-panel *{
  color:#fff!important;
}

/* Preserve readable links on dark surfaces */
.ads-console a,.answer-box a,.performance-board a,.browser-frame a,
.page-section:not(.alt) .service-list a,
.contact-card a,.work-card a,.blog-card a,.legal-page a{
  color:#fff!important;
}

/* ===== V29 DETERMINISTIC SURFACE CONTRAST ===== */
/* Light cards: never allow inherited white/light text on white surfaces */
body.subpage-body .page-section:not(.alt) .feature-card,
body.subpage-body .page-section:not(.alt) .editorial-card,
body.subpage-body .page-section:not(.alt) .kpi,
body.subpage-body .page-section:not(.alt) .ads-mini,
.art-section.light .editorial-card,
.art-section.light .kpi,
.art-section.light .ads-mini,
.reference-case .copy{
  background:#fff!important;
  color:#111113!important;
}
body.subpage-body .page-section:not(.alt) .feature-card h1,
body.subpage-body .page-section:not(.alt) .feature-card h2,
body.subpage-body .page-section:not(.alt) .feature-card h3,
body.subpage-body .page-section:not(.alt) .feature-card h4,
.art-section.light .editorial-card h3,
.art-section.light .kpi strong,
.art-section.light .ads-mini strong,
.reference-case .copy h3{
  color:#111113!important;
  background:transparent!important;
}
body.subpage-body .page-section:not(.alt) .feature-card p,
.art-section.light .editorial-card p,
.art-section.light .kpi span,
.art-section.light .ads-mini span,
.reference-case .copy p{
  color:#55575e!important;
  background:transparent!important;
}
body.subpage-body .page-section:not(.alt) .feature-card span,
.art-section.light .editorial-card small,
.art-section.light .kpi small,
.art-section.light .ads-mini small,
.reference-case .copy small{
  color:#e6002f!important;
  background:transparent!important;
}

/* Dark cards: never allow inherited dark text on dark surfaces */
body.subpage-body .page-section.alt .feature-card h1,
body.subpage-body .page-section.alt .feature-card h2,
body.subpage-body .page-section.alt .feature-card h3,
body.subpage-body .page-section.alt .feature-card h4,
.art-section.dark .editorial-card h3,
.art-section.red .editorial-card h3,
.services-page-statement h1,
.services-page-statement h2,
.services-page-statement h3{
  color:#fff!important;
}
body.subpage-body .page-section.alt .feature-card p,
.art-section.dark .editorial-card p{
  color:#c6c7cc!important;
}

/* About page strategy cards - explicit premium readability */
.feature-grid .feature-card{
  min-height:360px!important;
  padding:40px!important;
}
body.subpage-body .page-section:not(.alt) .feature-grid .feature-card > span{
  color:#e6002f!important;
  font-weight:700!important;
}
body.subpage-body .page-section:not(.alt) .feature-grid .feature-card h3{
  color:#111113!important;
  font-size:32px!important;
  line-height:1.05!important;
  letter-spacing:-1.1px!important;
}
body.subpage-body .page-section:not(.alt) .feature-grid .feature-card p{
  color:#56585f!important;
  font-size:15.5px!important;
  line-height:1.65!important;
}

/* Neler Yaptik - representative case studies */
.sample-projects{background:#f4f1eb!important;padding:96px 0 110px!important;color:#111113!important}
.sample-projects .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important}
.sample-projects-head{display:grid!important;grid-template-columns:.85fr 1.15fr!important;gap:64px!important;align-items:end!important;margin-bottom:42px!important}
.sample-projects-head .overline{color:#e6002f!important}
.sample-projects-head h2{margin:10px 0 0!important;color:#111113!important;font-size:clamp(38px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-2.4px!important}
.sample-projects-head p{margin:0!important;color:#5f6167!important;font-size:15.5px!important;line-height:1.75!important}
.sample-project-grid{display:grid!important;grid-template-columns:repeat(12,1fr)!important;gap:16px!important}
.sample-project{position:relative!important;min-height:300px!important;border-radius:12px!important;padding:28px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;border:1px solid #2e2e33!important;background:#111113!important;color:#fff!important}
.sample-project:nth-child(1),.sample-project:nth-child(4){grid-column:span 7!important}
.sample-project:nth-child(2),.sample-project:nth-child(3),.sample-project:nth-child(5),.sample-project:nth-child(6){grid-column:span 5!important}
.sample-project:before{content:"";position:absolute!important;inset:0!important;background:radial-gradient(circle at 80% 10%,rgba(230,0,47,.25),transparent 38%),linear-gradient(140deg,#17171a,#0f0f11)!important;z-index:0!important}
.sample-project > *{position:relative!important;z-index:1!important}
.sample-project .sample-meta{display:flex!important;justify-content:space-between!important;gap:14px!important;align-items:center!important}
.sample-project .sample-meta span{font-size:9px!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#ff315b!important;font-weight:700!important}
.sample-project .sample-meta b{font-size:9px!important;letter-spacing:.08em!important;color:#9d9ea4!important;font-weight:600!important}
.sample-project h3{font-size:clamp(26px,2.8vw,39px)!important;line-height:1.02!important;letter-spacing:-1.5px!important;color:#fff!important;margin:56px 0 12px!important}
.sample-project p{max-width:520px!important;color:#c6c7cc!important;font-size:14px!important;line-height:1.7!important;margin:0!important}
.sample-tags{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:22px!important}
.sample-tags span{border:1px solid #38383e!important;border-radius:999px!important;padding:7px 10px!important;color:#d0d1d5!important;font-size:9px!important;background:#1b1b1e!important}
.sample-project-note{margin-top:18px!important;color:#777980!important;font-size:11px!important;line-height:1.6!important}
@media(max-width:900px){.sample-projects-head{grid-template-columns:1fr!important;gap:20px!important}.sample-project{grid-column:span 12!important}.sample-project:nth-child(n){grid-column:span 12!important}}
@media(max-width:600px){.feature-grid .feature-card{min-height:280px!important;padding:28px!important}.sample-projects .inner{width:calc(100% - 28px)!important}.sample-projects{padding:70px 0!important}}

/* ===== V30 VISUAL CONTRAST & PALETTE NORMALIZATION =====
   Final authority layer: every component gets a deterministic surface/text pair. */
:root{
  --v30-ink:#101114;
  --v30-copy:#4f5158;
  --v30-muted:#74767e;
  --v30-paper:#f6f3ed;
  --v30-white:#ffffff;
  --v30-dark:#111214;
  --v30-dark2:#191a1e;
  --v30-line:#d9d6cf;
  --v30-red:#e6002f;
  --v30-red-dark:#c90029;
}

/* Universal light section hierarchy */
body.subpage-body .page-section:not(.alt){background:var(--v30-paper)!important;color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .section-head h1,
body.subpage-body .page-section:not(.alt) .section-head h2,
body.subpage-body .page-section:not(.alt) .section-head h3,
body.subpage-body .page-section:not(.alt) .content-media h1,
body.subpage-body .page-section:not(.alt) .content-media h2,
body.subpage-body .page-section:not(.alt) .content-media h3{color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .section-head p,
body.subpage-body .page-section:not(.alt) .content-media p,
body.subpage-body .page-section:not(.alt) .content-media li{color:var(--v30-copy)!important}
body.subpage-body .page-section:not(.alt) .overline{color:var(--v30-red)!important}

/* Universal dark section hierarchy */
body.subpage-body .page-section.alt{background:var(--v30-dark)!important;color:#fff!important}
body.subpage-body .page-section.alt .section-head h1,
body.subpage-body .page-section.alt .section-head h2,
body.subpage-body .page-section.alt .section-head h3,
body.subpage-body .page-section.alt .content-media h1,
body.subpage-body .page-section.alt .content-media h2,
body.subpage-body .page-section.alt .content-media h3{color:#fff!important}
body.subpage-body .page-section.alt .section-head p,
body.subpage-body .page-section.alt .content-media p,
body.subpage-body .page-section.alt .content-media li{color:#c7c9cf!important}
body.subpage-body .page-section.alt .overline{color:#ff4568!important}

/* Contact channels: white card / dark text / strong red cue */
.contact-channel{background:#fff!important;border-color:#dedbd5!important;color:var(--v30-ink)!important;box-shadow:0 8px 24px rgba(17,18,20,.05)!important}
.contact-channel small{color:#6d6f76!important;background:transparent!important}
.contact-channel strong{color:var(--v30-ink)!important;background:transparent!important}
.contact-channel > span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:var(--v30-red)!important;color:#fff!important;font-size:17px!important;line-height:1!important}
.contact-channel:hover{border-color:#c8c4bc!important;transform:translateY(-1px)!important}

/* Contact location: explicit contrast on both halves */
.contact-location .map-placeholder{background:var(--v30-dark)!important;color:#fff!important}
.contact-location .map-placeholder span{color:#ff4568!important;background:transparent!important}
.contact-location .map-placeholder h3{color:#fff!important;background:transparent!important}
.contact-location .map-placeholder p{color:#d5d6da!important;background:transparent!important}
.contact-location .info-panel{background:var(--v30-red)!important;color:#fff!important}
.contact-location .info-panel small{color:#fff!important;opacity:.86!important;background:transparent!important}
.contact-location .info-panel h3{color:#fff!important;background:transparent!important}
.contact-location .info-panel p{color:#fff!important;opacity:.9!important;background:transparent!important}
.contact-location .info-panel a{background:var(--v30-dark)!important;color:#fff!important;border-color:var(--v30-dark)!important}
.contact-location .info-panel a:hover{background:#fff!important;color:var(--v30-ink)!important}

/* Brand board: four deliberately separated tonal surfaces */
.brand-board div:nth-child(1){background:var(--v30-red)!important;color:#fff!important}
.brand-board div:nth-child(2){background:#f0eee9!important;color:var(--v30-ink)!important;border:1px solid #dedbd5!important}
.brand-board div:nth-child(3){background:#202126!important;color:#fff!important}
.brand-board div:nth-child(4){background:var(--v30-red-dark)!important;color:#fff!important}
.brand-board div:nth-child(1) strong,
.brand-board div:nth-child(3) strong,
.brand-board div:nth-child(4) strong{color:#fff!important}
.brand-board div:nth-child(2) strong{color:var(--v30-ink)!important}

/* Process cards on light sections */
body.subpage-body .page-section:not(.alt) .process-grid{border-color:#d8d5ce!important;background:#e8e5de!important}
body.subpage-body .page-section:not(.alt) .process-grid article{background:#fff!important;border-color:#dedbd5!important;color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .process-grid article b{color:var(--v30-red)!important}
body.subpage-body .page-section:not(.alt) .process-grid article h3{color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .process-grid article p{color:#565860!important}

/* Process cards on dark sections */
body.subpage-body .page-section.alt .process-grid{border-color:#34353a!important}
body.subpage-body .page-section.alt .process-grid article{background:#18191d!important;border-color:#34353a!important;color:#fff!important}
body.subpage-body .page-section.alt .process-grid article b{color:#ff4568!important}
body.subpage-body .page-section.alt .process-grid article h3{color:#fff!important}
body.subpage-body .page-section.alt .process-grid article p{color:#c3c5ca!important}

/* FAQ: no grey-on-black ambiguity */
body.subpage-body .page-section:not(.alt) .faq-list details{border-color:#cbc8c1!important}
body.subpage-body .page-section:not(.alt) .faq-list summary{color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .faq-list p{color:#55575e!important}
body.subpage-body .page-section.alt .faq-list details{border-color:#34353a!important}
body.subpage-body .page-section.alt .faq-list summary{color:#fff!important}
body.subpage-body .page-section.alt .faq-list p{color:#c7c9cf!important}
.faq-list summary:after{color:var(--v30-red)!important}

/* Feature cards on light sections: stronger information hierarchy */
body.subpage-body .page-section:not(.alt) .feature-card{background:#fff!important;border:1px solid #dedbd5!important;color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .feature-card > span{color:var(--v30-red)!important}
body.subpage-body .page-section:not(.alt) .feature-card h3{color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .feature-card p{color:#565860!important}

/* Metric strip and light cards */
body.subpage-body .page-section:not(.alt) .metric-strip article{background:#fff!important;border-color:#dedbd5!important;color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .metric-strip strong{color:var(--v30-ink)!important}
body.subpage-body .page-section:not(.alt) .metric-strip span{color:#666870!important}

/* Prevent accidental browser-selection-like red backgrounds from component styling */
.contact-channel small,.contact-channel strong,.map-placeholder span,.map-placeholder h3,.map-placeholder p,
.info-panel small,.info-panel h3,.info-panel p,.brand-board strong,.process-grid h3,.process-grid p,.faq-list summary,.faq-list p{box-decoration-break:clone;-webkit-box-decoration-break:clone}

/* Slightly richer dark copy where earlier greys were too close to the surface */
.page-section.alt p,.big-statement p,.footer p{color:#c7c9cf!important}

@media(max-width:760px){
  .contact-channel > span{width:30px!important;height:30px!important;font-size:15px!important}
}

/* ===== V31 ABSOLUTE CONTRAST SYSTEM =====
   Rule: light surfaces = dark copy, dark/red surfaces = light copy.
   This layer intentionally overrides all earlier decorative colour rules. */
:root{
  --contrast-ink:#0d0e10;
  --contrast-copy:#303238;
  --contrast-white:#ffffff;
  --contrast-light:#f2f2f4;
  --contrast-dark:#111113;
  --contrast-red:#e6002f;
}

/* LIGHT SURFACES */
body.subpage-body .page-section:not(.alt),
.art-section.light,
.answer-section,
.sample-projects{
  color:var(--contrast-ink)!important;
}
body.subpage-body .page-section:not(.alt) .section-head h1,
body.subpage-body .page-section:not(.alt) .section-head h2,
body.subpage-body .page-section:not(.alt) .section-head h3,
body.subpage-body .page-section:not(.alt) .section-head h4,
body.subpage-body .page-section:not(.alt) .content-media h1,
body.subpage-body .page-section:not(.alt) .content-media h2,
body.subpage-body .page-section:not(.alt) .content-media h3,
body.subpage-body .page-section:not(.alt) .content-media h4,
.art-section.light .art-heading h1,
.art-section.light .art-heading h2,
.art-section.light .art-heading h3,
.answer-section h1,.answer-section h2,.answer-section h3,.answer-section h4,
.sample-projects h1,.sample-projects h2{
  color:var(--contrast-ink)!important;
}
body.subpage-body .page-section:not(.alt) .section-head p,
body.subpage-body .page-section:not(.alt) .content-media p,
body.subpage-body .page-section:not(.alt) .content-media li,
.art-section.light .art-heading p,
.answer-section p,
.sample-projects-head p{
  color:var(--contrast-copy)!important;
}

/* Every white/light card gets black headings and dark body copy */
.contact-channel,
.contact-trust article,
body.subpage-body .page-section:not(.alt) .feature-card,
body.subpage-body .page-section:not(.alt) .process-grid article,
body.subpage-body .page-section:not(.alt) .metric-strip article,
body.subpage-body .page-section:not(.alt) .editorial-card,
body.subpage-body .page-section:not(.alt) .kpi,
body.subpage-body .page-section:not(.alt) .ads-mini,
.art-section.light .editorial-card,
.art-section.light .kpi,
.art-section.light .ads-mini,
.reference-case .copy,
.brand-board div:nth-child(2){
  background:#fff!important;
  color:var(--contrast-ink)!important;
}
.contact-channel strong,.contact-channel h1,.contact-channel h2,.contact-channel h3,
.contact-trust article h1,.contact-trust article h2,.contact-trust article h3,
body.subpage-body .page-section:not(.alt) .feature-card h1,
body.subpage-body .page-section:not(.alt) .feature-card h2,
body.subpage-body .page-section:not(.alt) .feature-card h3,
body.subpage-body .page-section:not(.alt) .process-grid article h1,
body.subpage-body .page-section:not(.alt) .process-grid article h2,
body.subpage-body .page-section:not(.alt) .process-grid article h3,
body.subpage-body .page-section:not(.alt) .metric-strip article strong,
.art-section.light .editorial-card h1,.art-section.light .editorial-card h2,.art-section.light .editorial-card h3,
.reference-case .copy h1,.reference-case .copy h2,.reference-case .copy h3,
.brand-board div:nth-child(2) strong{
  color:var(--contrast-ink)!important;
  background:transparent!important;
}
.contact-channel small,.contact-trust article p,
body.subpage-body .page-section:not(.alt) .feature-card p,
body.subpage-body .page-section:not(.alt) .process-grid article p,
body.subpage-body .page-section:not(.alt) .metric-strip article span,
.art-section.light .editorial-card p,
.reference-case .copy p{
  color:var(--contrast-copy)!important;
  background:transparent!important;
}

/* FAQ on light surfaces */
body.subpage-body .page-section:not(.alt) .faq-list summary,
.answer-section .faq-item summary{color:var(--contrast-ink)!important}
body.subpage-body .page-section:not(.alt) .faq-list p,
.answer-section .faq-item p{color:var(--contrast-copy)!important}

/* DARK SURFACES */
body.subpage-body .page-section.alt,
.art-section.dark,
.dark-section,
.footer,
.services-page-statement,
.big-statement,
.contact-location .map-placeholder,
.ads-console,
.answer-box,
.performance-board,
.browser-frame{
  color:var(--contrast-white)!important;
}
body.subpage-body .page-section.alt .section-head h1,
body.subpage-body .page-section.alt .section-head h2,
body.subpage-body .page-section.alt .section-head h3,
body.subpage-body .page-section.alt .section-head h4,
body.subpage-body .page-section.alt .content-media h1,
body.subpage-body .page-section.alt .content-media h2,
body.subpage-body .page-section.alt .content-media h3,
body.subpage-body .page-section.alt .content-media h4,
.art-section.dark h1,.art-section.dark h2,.art-section.dark h3,.art-section.dark h4,
.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4,
.footer h1,.footer h2,.footer h3,.footer h4,.footer strong,.footer b,
.services-page-statement h1,.services-page-statement h2,.services-page-statement h3,
.big-statement h1,.big-statement h2,.big-statement h3,
.contact-location .map-placeholder h1,.contact-location .map-placeholder h2,.contact-location .map-placeholder h3,
.ads-console h1,.ads-console h2,.ads-console h3,.ads-console strong,
.answer-box h1,.answer-box h2,.answer-box h3,.answer-box strong,
.performance-board h1,.performance-board h2,.performance-board h3,.performance-board strong,
.browser-frame h1,.browser-frame h2,.browser-frame h3,.browser-frame strong{
  color:var(--contrast-white)!important;
  background:transparent!important;
}
body.subpage-body .page-section.alt .section-head p,
body.subpage-body .page-section.alt .content-media p,
body.subpage-body .page-section.alt .content-media li,
.art-section.dark p,.art-section.dark li,
.dark-section p,.dark-section li,
.footer p,.footer li,.footer span,
.services-page-statement p,
.big-statement p,
.contact-location .map-placeholder p,
.ads-console p,.ads-console li,
.answer-box p,.answer-box li,
.performance-board p,.performance-board li,
.browser-frame p,.browser-frame li{
  color:var(--contrast-light)!important;
  background:transparent!important;
}
body.subpage-body .page-section.alt .faq-list summary{color:#fff!important}
body.subpage-body .page-section.alt .faq-list p{color:var(--contrast-light)!important}

/* Dark cards nested inside light sections */
.service-list a,
.related-links a,
.sample-project,
.project-card,
.ref-card,
.authority-card,
.blog-card,
.work-card,
.video-box,
.contact-form-wrap{
  color:#fff!important;
}
.service-list a h1,.service-list a h2,.service-list a h3,.service-list a strong,.service-list a b,
.related-links a h1,.related-links a h2,.related-links a h3,.related-links a strong,
.sample-project h1,.sample-project h2,.sample-project h3,.sample-project strong,
.project-card h1,.project-card h2,.project-card h3,.project-card strong,
.ref-card h1,.ref-card h2,.ref-card h3,.ref-card strong,
.authority-card h1,.authority-card h2,.authority-card h3,.authority-card strong,
.blog-card h1,.blog-card h2,.blog-card h3,.blog-card strong,
.work-card h1,.work-card h2,.work-card h3,.work-card strong,
.video-box h1,.video-box h2,.video-box h3,.video-box strong,
.contact-form-wrap h1,.contact-form-wrap h2,.contact-form-wrap h3,.contact-form-wrap strong{
  color:#fff!important;
}
.service-list a p,.related-links a p,.sample-project p,.project-card p,.ref-card p,
.authority-card p,.blog-card p,.work-card p,.video-box p,.contact-form-wrap p,.contact-form-wrap label{
  color:var(--contrast-light)!important;
}

/* RED SURFACES: always white/light copy */
.page-hero,.cta-strip,.manifesto-copy,.art-section.red,.contact-location .info-panel,
.brand-board div:nth-child(1),.brand-board div:nth-child(4),
.red,.deepred{
  color:#fff!important;
}
.page-hero h1,.page-hero h2,.page-hero h3,.page-hero p,.page-hero span,.page-hero b,.page-hero a,
.cta-strip h1,.cta-strip h2,.cta-strip h3,.cta-strip p,.cta-strip span,.cta-strip b,.cta-strip a,
.manifesto-copy h1,.manifesto-copy h2,.manifesto-copy h3,.manifesto-copy p,.manifesto-copy span,.manifesto-copy b,.manifesto-copy a,
.art-section.red h1,.art-section.red h2,.art-section.red h3,.art-section.red h4,.art-section.red p,.art-section.red li,.art-section.red span,
.contact-location .info-panel h1,.contact-location .info-panel h2,.contact-location .info-panel h3,.contact-location .info-panel p,.contact-location .info-panel small,
.brand-board div:nth-child(1) strong,.brand-board div:nth-child(4) strong,
.red h1,.red h2,.red h3,.red h4,.red p,.red strong,.red span,
.deepred h1,.deepred h2,.deepred h3,.deepred h4,.deepred p,.deepred strong,.deepred span{
  color:#fff!important;
}

/* Brand board: make every tile unequivocally readable */
.brand-board div:nth-child(1){background:var(--contrast-red)!important}
.brand-board div:nth-child(2){background:#fff!important}
.brand-board div:nth-child(3){background:#1b1c20!important;color:#fff!important}
.brand-board div:nth-child(4){background:#c90029!important}
.brand-board div:nth-child(3) strong{color:#fff!important}

/* Contact cards: explicit values, no inherited red/white text on white */
.contact-channel small{color:#55585f!important}
.contact-channel strong{color:#0d0e10!important}
.contact-channel > span{background:var(--contrast-red)!important;color:#fff!important}

/* Remove low-contrast selection appearance from screenshots/user selection */
::selection{background:#1e5eff!important;color:#fff!important}
::-moz-selection{background:#1e5eff!important;color:#fff!important}

/* V32 - answer box hard contrast fix */
body.subpage-body .page-section .answer-box,
body.subpage-body .page-section:not(.alt) .answer-box,
body.subpage-body .page-section.alt .answer-box{
  background:#151517!important;
  color:#fff!important;
}
body.subpage-body .page-section .answer-box small,
body.subpage-body .page-section .answer-box .overline,
body.subpage-body .page-section .answer-box .page-kicker{
  color:#fff!important;
  background:transparent!important;
}
body.subpage-body .page-section .answer-box h1,
body.subpage-body .page-section .answer-box h2,
body.subpage-body .page-section .answer-box h3,
body.subpage-body .page-section .answer-box h4,
body.subpage-body .page-section .answer-box strong,
body.subpage-body .page-section .answer-box b{
  color:#fff!important;
  background:transparent!important;
}
body.subpage-body .page-section .answer-box p,
body.subpage-body .page-section .answer-box li,
body.subpage-body .page-section .answer-box span:not(.answer-actions *){
  color:#ededf0!important;
  background:transparent!important;
}
body.subpage-body .page-section .answer-box .answer-actions a{
  color:#fff!important;
  background:#1c1c1f!important;
  border-color:#45454b!important;
}

/* V33 - Agency portfolio / concept case studies */
.sample-project{cursor:pointer!important}
.sample-project a.project-link{position:absolute!important;inset:0!important;z-index:4!important;text-indent:-9999px!important;overflow:hidden!important}
.sample-project .sample-tags{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:18px!important}
.sample-project .sample-tags span{font-size:9px!important;border:1px solid #3b3c42!important;border-radius:999px!important;padding:6px 9px!important;color:#d8d9dd!important}
.sample-project .project-arrow{display:inline-block!important;margin-top:24px!important;color:#fff!important;font-size:12px!important;font-weight:700!important}
.sample-project:hover{transform:translateY(-3px)!important;border-color:#e6002f!important;transition:.25s ease!important}

.case-page{background:#f4f1eb;color:#111113}
.case-page .page-hero{background:#111113!important;color:#fff!important}
.case-page .page-hero h1{color:#fff!important;max-width:980px!important}
.case-page .page-hero p{color:#c9cbd1!important;max-width:820px!important}
.case-page .page-kicker,.case-page .breadcrumb a,.case-page .breadcrumb span{color:#ff315b!important}
.case-page .breadcrumb b{color:#fff!important}
.case-summary{padding:72px 0!important;background:#f4f1eb!important}
.case-summary .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important;display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:70px!important}
.case-summary h2,.case-section h2{color:#111113!important;font-size:clamp(32px,4vw,54px)!important;line-height:1.04!important;letter-spacing:-2px!important;margin:0 0 22px!important}
.case-summary p,.case-section p{color:#555860!important;font-size:15px!important;line-height:1.8!important}
.case-facts{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
.case-fact{background:#fff!important;border:1px solid #ddd8d1!important;border-radius:10px!important;padding:22px!important}
.case-fact small{display:block!important;color:#8a8b90!important;font-size:9px!important;letter-spacing:.1em!important;text-transform:uppercase!important;margin-bottom:8px!important}
.case-fact strong{color:#111113!important;font-size:16px!important}
.case-visual{padding:0 0 82px!important;background:#f4f1eb!important}
.case-visual .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important}
.case-visual-board{min-height:520px!important;border-radius:16px!important;background:linear-gradient(135deg,#111113 0 58%,#e6002f 58% 100%)!important;position:relative!important;overflow:hidden!important;padding:48px!important;display:flex!important;align-items:flex-end!important;color:#fff!important}
.case-visual-board:before{content:"";position:absolute!important;width:320px!important;height:320px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;right:7%!important;top:-70px!important}
.case-visual-board:after{content:"";position:absolute!important;width:180px!important;height:180px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:50%!important;right:23%!important;top:90px!important}
.case-visual-copy{position:relative!important;z-index:1!important;max-width:720px!important}
.case-visual-copy small{font-size:10px!important;letter-spacing:.12em!important;color:#ff8ba4!important;font-weight:800!important}
.case-visual-copy h2{color:#fff!important;font-size:clamp(44px,6vw,78px)!important;line-height:.95!important;letter-spacing:-4px!important;margin:14px 0 0!important}
.case-section{padding:84px 0!important;background:#fff!important}
.case-section.alt{background:#111113!important;color:#fff!important}
.case-section .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important;display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:70px!important}
.case-section.alt h2{color:#fff!important}.case-section.alt p{color:#c8c9ce!important}
.case-list{display:grid!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important}
.case-list li{padding:18px 20px!important;border:1px solid #ddd8d1!important;border-radius:8px!important;background:#f7f5f1!important;color:#222!important;font-size:14px!important;line-height:1.55!important}
.case-section.alt .case-list li{background:#17171a!important;border-color:#303036!important;color:#f4f4f5!important}
.case-process{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin-top:28px!important}
.case-step{background:#fff!important;border:1px solid #ddd8d1!important;border-radius:10px!important;padding:24px!important}
.case-step b{display:block!important;color:#e6002f!important;font-size:12px!important;margin-bottom:24px!important}.case-step h3{color:#111!important;font-size:20px!important;margin:0 0 10px!important}.case-step p{font-size:12px!important;line-height:1.65!important;margin:0!important}
.case-cta{padding:84px 0!important;background:#e6002f!important}.case-cta .inner{width:min(calc(100% - 56px),1180px)!important;margin:auto!important;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:30px!important}.case-cta h2{color:#fff!important;font-size:clamp(38px,5vw,66px)!important;line-height:1!important;letter-spacing:-3px!important;margin:0!important;max-width:760px!important}.case-cta a{background:#111113!important;color:#fff!important;padding:16px 22px!important;border-radius:8px!important;font-weight:800!important;white-space:nowrap!important}
@media(max-width:900px){.case-summary .inner,.case-section .inner{grid-template-columns:1fr!important;gap:30px!important}.case-process{grid-template-columns:1fr 1fr!important}.case-cta .inner{align-items:flex-start!important;flex-direction:column!important}}
@media(max-width:600px){.case-summary .inner,.case-section .inner,.case-visual .inner,.case-cta .inner{width:calc(100% - 28px)!important}.case-facts,.case-process{grid-template-columns:1fr!important}.case-visual-board{min-height:390px!important;padding:28px!important}.case-visual-copy h2{letter-spacing:-2.4px!important}}

/* V34 PORTFOLIO ARCHITECTURE */
.portfolio-hero{padding:90px 0 58px}.portfolio-hero h1{max-width:980px;font-size:clamp(46px,6vw,92px);line-height:.95;margin:18px 0 24px}.portfolio-intro{max-width:760px;font-size:20px;line-height:1.65;color:#555}.portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.firm-card{position:relative;min-height:300px;background:#111114;color:#fff;border-radius:18px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;overflow:hidden}.firm-card:after{content:'↗';position:absolute;right:28px;top:28px;width:44px;height:44px;border:1px solid #45454b;border-radius:50%;display:grid;place-items:center}.firm-card small,.case-kicker{font-weight:800;letter-spacing:.08em;color:#ff003c}.firm-card h2{color:#fff!important;font-size:34px;margin:0 0 12px}.firm-card p{color:#d8d8dc!important;max-width:560px;line-height:1.55}.firm-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.firm-tags span{border:1px solid #39393f;border-radius:999px;padding:8px 11px;font-size:12px;color:#fff}.disclosure{margin:30px 0;padding:18px 20px;background:#f1eee8;border-radius:12px;color:#333;font-size:14px}.case-hero{background:#111114;color:#fff;padding:90px 0 80px}.case-hero h1{color:#fff!important;font-size:clamp(52px,7vw,104px);line-height:.92;margin:18px 0}.case-hero p{color:#d8d8dc!important;max-width:780px;font-size:21px;line-height:1.6}.case-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;margin-top:50px}.case-meta div{background:#fff;color:#111;padding:22px}.case-meta small{display:block;color:#777;margin-bottom:8px}.case-section{padding:80px 0}.case-section h2{font-size:clamp(38px,4vw,64px);max-width:900px}.case-columns{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;margin-top:42px}.case-columns p,.case-columns li{font-size:18px;line-height:1.7;color:#3c3c42}.deliverables{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.deliverable{background:#111114;border-radius:14px;padding:26px;color:#fff}.deliverable b{display:block;font-size:19px;margin-bottom:10px}.deliverable span{color:#cfcfd3;line-height:1.5}.backlink{display:inline-block;margin-top:30px;font-weight:800;color:#111}.portfolio-filter-note{font-size:14px;color:#777;margin-top:12px}@media(max-width:800px){.portfolio-grid,.case-columns,.deliverables,.case-meta{grid-template-columns:1fr}.firm-card{min-height:260px}.case-columns{gap:24px}.case-meta{gap:1px}}

/* V35 - PORTFOLIO CASE TEMPLATE HARD FIX */
body.case-detail-page,
body.portfolio-category-page{
  margin:0!important;
  background:#f4f1eb!important;
  color:#111113!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
body.case-detail-page .site-header,
body.portfolio-category-page .site-header{
  position:relative!important;
  inset:auto!important;
  height:88px!important;
  background:#111114!important;
  border-bottom:1px solid #2c2c31!important;
  z-index:20!important;
}
body.case-detail-page .nav-wrap,
body.portfolio-category-page .nav-wrap{
  width:min(calc(100% - 72px),1280px)!important;
  height:88px!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:32px!important;
}
body.case-detail-page .nav-wrap .brand,
body.portfolio-category-page .nav-wrap .brand{
  color:#fff!important;
  font-size:26px!important;
  line-height:1!important;
  letter-spacing:-1.3px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.case-detail-page .nav-wrap nav,
body.portfolio-category-page .nav-wrap nav{
  display:flex!important;
  align-items:center!important;
  gap:30px!important;
}
body.case-detail-page .nav-wrap nav a,
body.portfolio-category-page .nav-wrap nav a{
  color:#d9d9de!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
  transition:color .2s ease!important;
}
body.case-detail-page .nav-wrap nav a:hover,
body.portfolio-category-page .nav-wrap nav a:hover{color:#fff!important}

body.case-detail-page main{display:block!important;width:100%!important;overflow:hidden!important}
body.case-detail-page .case-hero{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  align-items:initial!important;
  width:100%!important;
  background:#111114!important;
  color:#fff!important;
  padding:96px 0 82px!important;
}
body.case-detail-page .case-hero>.inner{
  width:min(calc(100% - 72px),1280px)!important;
  margin:0 auto!important;
  display:block!important;
}
body.case-detail-page .case-kicker{
  display:inline-block!important;
  color:#ff315b!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  margin:0 0 28px!important;
}
body.case-detail-page .case-hero h1{
  color:#fff!important;
  font-size:clamp(58px,8vw,122px)!important;
  line-height:.88!important;
  letter-spacing:-.065em!important;
  font-weight:850!important;
  margin:0 0 32px!important;
  max-width:1080px!important;
}
body.case-detail-page .case-hero> .inner > p{
  color:#cfd0d5!important;
  font-size:clamp(18px,1.65vw,23px)!important;
  line-height:1.65!important;
  max-width:860px!important;
  margin:0!important;
}
body.case-detail-page .case-meta{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:1px!important;
  background:#34343a!important;
  border:1px solid #34343a!important;
  border-radius:14px!important;
  overflow:hidden!important;
  margin:58px 0 0!important;
  max-width:100%!important;
}
body.case-detail-page .case-meta>div{
  background:#fff!important;
  color:#111113!important;
  min-height:126px!important;
  padding:28px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
body.case-detail-page .case-meta small{
  display:block!important;
  color:#777981!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
  margin:0 0 10px!important;
}
body.case-detail-page .case-meta b{
  color:#111113!important;
  font-size:18px!important;
  line-height:1.2!important;
  font-weight:850!important;
}

body.case-detail-page .case-section{
  display:block!important;
  width:100%!important;
  padding:96px 0!important;
  background:#fff!important;
  color:#111113!important;
}
body.case-detail-page .case-section[style]{background:#f3f0ea!important}
body.case-detail-page .case-section>.inner{
  width:min(calc(100% - 72px),1280px)!important;
  margin:0 auto!important;
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
}
body.case-detail-page .case-section .overline{
  display:block!important;
  color:#e6002f!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  margin:0 0 22px!important;
}
body.case-detail-page .case-section h2{
  color:#111113!important;
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
  max-width:980px!important;
  margin:0!important;
}
body.case-detail-page .case-columns{
  display:grid!important;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;
  gap:86px!important;
  margin-top:62px!important;
  align-items:start!important;
}
body.case-detail-page .case-columns>div{
  min-width:0!important;
}
body.case-detail-page .case-columns h3{
  color:#111113!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:850!important;
  margin:0 0 16px!important;
}
body.case-detail-page .case-columns p{
  color:#4d5058!important;
  font-size:17px!important;
  line-height:1.78!important;
  margin:0 0 18px!important;
}
body.case-detail-page .deliverables{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin-top:48px!important;
}
body.case-detail-page .deliverable{
  min-height:190px!important;
  background:#111114!important;
  color:#fff!important;
  border:1px solid #2c2c32!important;
  border-radius:14px!important;
  padding:28px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
}
body.case-detail-page .deliverable b{
  color:#fff!important;
  font-size:19px!important;
  line-height:1.25!important;
  margin:0 0 11px!important;
}
body.case-detail-page .deliverable span{
  color:#c9cbd0!important;
  font-size:13px!important;
  line-height:1.6!important;
}
body.case-detail-page .backlink{
  display:inline-flex!important;
  margin:38px 0 0!important;
  color:#111113!important;
  font-size:13px!important;
  font-weight:850!important;
  text-decoration:none!important;
}
body.case-detail-page .disclosure{
  margin:34px 0 0!important;
  padding:20px 22px!important;
  background:#e8e4dd!important;
  color:#45464d!important;
  border:1px solid #d7d2ca!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1.6!important;
}
body.case-detail-page .disclosure b{color:#111113!important}

body.case-detail-page .footer,
body.portfolio-category-page .footer{
  background:#111114!important;
  color:#fff!important;
  padding:64px 0!important;
}
body.case-detail-page .footer-main,
body.portfolio-category-page .footer-main{
  width:min(calc(100% - 72px),1280px)!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:32px!important;
}
body.case-detail-page .footer-main strong,
body.portfolio-category-page .footer-main strong{
  color:#fff!important;
  font-size:42px!important;
  letter-spacing:-.05em!important;
}
body.case-detail-page .footer-main p,
body.portfolio-category-page .footer-main p{
  color:#aeb0b6!important;
  margin:0!important;
  font-size:13px!important;
}

/* category pages generated in V34 */
body.portfolio-category-page main{background:#f4f1eb!important;color:#111113!important}
body.portfolio-category-page .portfolio-hero{padding:90px 0 62px!important;background:#f4f1eb!important}
body.portfolio-category-page .portfolio-hero>.inner,
body.portfolio-category-page .page-section>.inner{
  width:min(calc(100% - 72px),1280px)!important;
  margin:0 auto!important;
}
body.portfolio-category-page .portfolio-hero .overline{color:#e6002f!important;font-size:11px!important;font-weight:850!important;letter-spacing:.1em!important}
body.portfolio-category-page .portfolio-hero h1{color:#111113!important;font-weight:850!important;letter-spacing:-.055em!important}
body.portfolio-category-page .portfolio-intro{color:#4d5058!important}
body.portfolio-category-page .portfolio-filter-note{color:#74767d!important}
body.portfolio-category-page .page-section{padding:0 0 96px!important;background:#f4f1eb!important}
body.portfolio-category-page .firm-card{border:1px solid #26262b!important}
body.portfolio-category-page .firm-card:hover{transform:translateY(-3px)!important;border-color:#e6002f!important;transition:.22s ease!important}

@media(max-width:900px){
  body.case-detail-page .nav-wrap,
  body.portfolio-category-page .nav-wrap{width:calc(100% - 36px)!important}
  body.case-detail-page .case-hero>.inner,
  body.case-detail-page .case-section>.inner,
  body.portfolio-category-page .portfolio-hero>.inner,
  body.portfolio-category-page .page-section>.inner,
  body.case-detail-page .footer-main,
  body.portfolio-category-page .footer-main{width:calc(100% - 36px)!important}
  body.case-detail-page .case-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.case-detail-page .case-columns{grid-template-columns:1fr!important;gap:34px!important}
  body.case-detail-page .deliverables{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  body.case-detail-page .site-header,
  body.portfolio-category-page .site-header{height:auto!important}
  body.case-detail-page .nav-wrap,
  body.portfolio-category-page .nav-wrap{height:auto!important;padding:20px 0!important;align-items:flex-start!important}
  body.case-detail-page .nav-wrap nav,
  body.portfolio-category-page .nav-wrap nav{gap:14px!important;flex-wrap:wrap!important;justify-content:flex-end!important}
  body.case-detail-page .nav-wrap nav a,
  body.portfolio-category-page .nav-wrap nav a{font-size:11px!important}
  body.case-detail-page .case-hero{padding:70px 0 58px!important}
  body.case-detail-page .case-hero>.inner,
  body.case-detail-page .case-section>.inner,
  body.portfolio-category-page .portfolio-hero>.inner,
  body.portfolio-category-page .page-section>.inner,
  body.case-detail-page .footer-main,
  body.portfolio-category-page .footer-main{width:calc(100% - 28px)!important}
  body.case-detail-page .case-hero h1{font-size:clamp(50px,17vw,82px)!important}
  body.case-detail-page .case-meta{grid-template-columns:1fr!important;margin-top:40px!important}
  body.case-detail-page .case-meta>div{min-height:100px!important}
  body.case-detail-page .case-section{padding:68px 0!important}
  body.case-detail-page .case-section h2{font-size:42px!important}
  body.case-detail-page .deliverables{grid-template-columns:1fr!important}
  body.case-detail-page .footer-main,
  body.portfolio-category-page .footer-main{flex-direction:column!important;align-items:flex-start!important}
}
\n\n/* V36 WORK STREAM */
.work-stream{background:#0f0f11;color:#fff;padding:72px 0;overflow:hidden;border-top:1px solid #242427;border-bottom:1px solid #242427}
.work-stream .work-stream-head{max-width:1180px;margin:0 auto 34px;padding:0 28px;display:flex;align-items:end;justify-content:space-between;gap:32px}
.work-stream .work-stream-head .overline{display:block;color:#f1003b;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.work-stream .work-stream-head h2{margin:0;color:#fff;font-size:clamp(30px,4vw,56px);line-height:.98;letter-spacing:-.035em;max-width:720px}
.work-stream .work-stream-head p{margin:0;color:#bfc0c5;max-width:420px;line-height:1.65;font-size:15px}
.work-marquee{width:100%;overflow:hidden;position:relative;padding:10px 0}
.work-marquee:before,.work-marquee:after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:100px;pointer-events:none}
.work-marquee:before{left:0;background:linear-gradient(90deg,#0f0f11,transparent)}
.work-marquee:after{right:0;background:linear-gradient(270deg,#0f0f11,transparent)}
.work-track{display:flex;width:max-content;gap:14px;animation:gemWorkFlow 55s linear infinite;will-change:transform}
.work-marquee:hover .work-track{animation-play-state:paused}
.work-item{display:flex;align-items:center;gap:18px;min-width:300px;padding:20px 22px;border:1px solid #2d2d31;border-radius:18px;background:#17171a;color:#fff;text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.work-item:hover{transform:translateY(-3px);border-color:#f1003b;background:#1d1d20}
.work-item .work-no{font-size:11px;font-weight:800;letter-spacing:.12em;color:#f1003b}
.work-item .work-copy{display:flex;flex-direction:column;gap:5px}
.work-item strong{font-size:18px;line-height:1.1;color:#fff}
.work-item span{font-size:12px;color:#aeb0b6}
.work-item .work-arrow{margin-left:auto;width:32px;height:32px;border:1px solid #3a3a40;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 auto}
@keyframes gemWorkFlow{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.work-stream{padding:52px 0}.work-stream .work-stream-head{padding:0 18px;display:block}.work-stream .work-stream-head p{margin-top:16px}.work-item{min-width:260px}.work-marquee:before,.work-marquee:after{width:38px}}
@media(prefers-reduced-motion:reduce){.work-track{animation:none;overflow-x:auto}.work-marquee{overflow-x:auto}}

/* V37 - Other works section top breathing room */
.work-stream{padding-top:104px}
@media(max-width:700px){.work-stream{padding-top:76px}}

/* V38 - Global menu consistency + reference portfolio */
.portfolio-category-page .site-header,.case-detail-page .site-header{background:#111113;color:#fff;}
.portfolio-category-page .site-header .header-inner,.case-detail-page .site-header .header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;max-width:1440px;margin:0 auto;padding:26px 40px;}
.portfolio-category-page .site-header a,.case-detail-page .site-header a{color:#fff;text-decoration:none;}
.portfolio-category-page .site-header .nav-left,.portfolio-category-page .site-header .nav-right,.case-detail-page .site-header .nav-left,.case-detail-page .site-header .nav-right{display:flex;align-items:center;gap:28px;}
.portfolio-category-page .site-header .nav-right,.case-detail-page .site-header .nav-right{justify-content:flex-end;}
.portfolio-category-page .site-header .gem-logo,.case-detail-page .site-header .gem-logo{justify-self:center;font-weight:800;line-height:.82;font-size:25px;display:flex;flex-direction:column;}
.references-grid a.project-card{display:block;color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;}
.references-grid a.project-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(0,0,0,.12);}
.reference-disclosure{margin:8px 0 34px;padding:20px 24px;border:1px solid rgba(17,17,19,.16);border-radius:16px;background:#f3f0ea;color:#111113;}
.reference-disclosure strong{display:block;font-size:14px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.reference-disclosure p{margin:0;max-width:900px;color:#4c4c4f;line-height:1.65;}
@media(max-width:900px){.portfolio-category-page .site-header .header-inner,.case-detail-page .site-header .header-inner{grid-template-columns:auto 1fr auto;padding:18px 20px}.portfolio-category-page .site-header .nav-left,.portfolio-category-page .site-header .nav-right,.case-detail-page .site-header .nav-left,.case-detail-page .site-header .nav-right{display:none}.portfolio-category-page .site-header .gem-logo,.case-detail-page .site-header .gem-logo{justify-self:center}.portfolio-category-page .site-header .circle-menu,.case-detail-page .site-header .circle-menu{display:flex}}


/* V39 PREMIUM CASE SYSTEM PANEL */
.case-visual{padding:28px 0 86px!important;background:#f4f1eb!important}
.case-system-panel{min-height:460px!important;border-radius:18px!important;background:#111113!important;color:#fff!important;padding:clamp(30px,4vw,56px)!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr)!important;gap:48px!important;align-items:end!important;position:relative!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.07)!important;box-shadow:0 24px 70px rgba(17,17,19,.12)!important}
.case-system-panel:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 82% 12%,rgba(230,0,47,.16),transparent 31%),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:auto,44px 44px,44px 44px!important;pointer-events:none!important}
.case-system-panel:after{content:"GEM / CASE SYSTEM"!important;position:absolute!important;right:34px!important;top:26px!important;font-size:10px!important;letter-spacing:.15em!important;font-weight:800!important;color:rgba(255,255,255,.34)!important}
.case-system-intro,.case-system-grid{position:relative!important;z-index:1!important}
.case-system-intro small{display:inline-block!important;color:#ff476b!important;font-size:11px!important;letter-spacing:.12em!important;font-weight:900!important;margin-bottom:20px!important}
.case-system-intro h2{color:#fff!important;font-size:clamp(44px,5vw,76px)!important;line-height:.94!important;letter-spacing:-.055em!important;margin:0 0 24px!important;max-width:780px!important}
.case-system-intro p{color:#d5d5da!important;font-size:17px!important;line-height:1.65!important;max-width:620px!important;margin:0!important}
.case-system-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
.case-system-card{min-height:150px!important;border-radius:14px!important;background:#18181c!important;border:1px solid #2b2b31!important;padding:22px!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;transition:transform .25s ease,border-color .25s ease!important}
.case-system-card:hover{transform:translateY(-3px)!important;border-color:#e6002f!important}
.case-system-card b{color:#ff3159!important;font-size:12px!important;letter-spacing:.08em!important;margin-bottom:auto!important}
.case-system-card h3{color:#fff!important;font-size:21px!important;line-height:1.1!important;margin:20px 0 8px!important}
.case-system-card p{color:#bfc0c7!important;font-size:13px!important;line-height:1.5!important;margin:0!important}
.case-visual-board{display:none!important}
@media(max-width:980px){.case-system-panel{grid-template-columns:1fr!important;min-height:auto!important}.case-system-grid{grid-template-columns:1fr 1fr!important}.case-system-panel:after{display:none!important}}
@media(max-width:600px){.case-visual{padding:18px 0 60px!important}.case-system-panel{padding:28px!important;gap:34px!important}.case-system-grid{grid-template-columns:1fr!important}.case-system-intro h2{font-size:clamp(38px,12vw,58px)!important}.case-system-card{min-height:132px!important}}

/* ===== V40 GLOBAL RED NAVIGATION — reference-aligned system ===== */
:root{--gem-header-red:#dd002c;--gem-header-red-deep:#c50028;}
.site-header.gem-global-header,
body.subpage-body .site-header.gem-global-header,
.portfolio-category-page .site-header.gem-global-header,
.case-detail-page .site-header.gem-global-header{
  position:sticky!important;
  top:0!important;
  inset:auto!important;
  z-index:1000!important;
  width:100%!important;
  height:132px!important;
  background:var(--gem-header-red)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.site-header.gem-global-header:before{
  content:"";
  position:absolute;
  z-index:-2;
  width:460px;height:460px;
  border:82px solid rgba(91,0,22,.10);
  border-radius:50%;
  left:-105px;top:-292px;
}
.site-header.gem-global-header:after{
  content:"";
  position:absolute;
  z-index:-2;
  width:470px;height:470px;
  border:76px solid rgba(91,0,22,.09);
  border-radius:50%;
  right:55px;top:-315px;
}
.site-header.gem-global-header .header-inner,
body.subpage-body .site-header.gem-global-header .header-inner,
.portfolio-category-page .site-header.gem-global-header .header-inner,
.case-detail-page .site-header.gem-global-header .header-inner{
  width:min(calc(100% - 96px),1580px)!important;
  max-width:1580px!important;
  height:132px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr)!important;
  align-items:center!important;
  gap:42px!important;
  position:relative!important;
}
.site-header.gem-global-header .header-inner:before{
  content:"";position:absolute;z-index:-1;width:210px;height:210px;
  background:rgba(91,0,22,.07);transform:rotate(-28deg);
  left:-92px;bottom:-145px;border-radius:5px;
}
.site-header.gem-global-header .header-inner:after{
  content:"";position:absolute;z-index:-1;width:240px;height:240px;
  background:rgba(91,0,22,.07);transform:rotate(-29deg);
  right:-76px;bottom:-178px;border-radius:5px;
}
.site-header.gem-global-header .nav-left,
.site-header.gem-global-header .nav-right,
body.subpage-body .site-header.gem-global-header .nav-left,
body.subpage-body .site-header.gem-global-header .nav-right{
  display:flex!important;align-items:center!important;gap:42px!important;
  font-size:15px!important;font-weight:750!important;letter-spacing:-.02em!important;
  min-width:0!important;
}
.site-header.gem-global-header .nav-left{justify-content:flex-end!important;padding-left:72px!important;}
.site-header.gem-global-header .nav-right{justify-content:flex-start!important;}
.site-header.gem-global-header .nav-left a,
.site-header.gem-global-header .nav-right a,
body.subpage-body .site-header.gem-global-header .nav-left a,
body.subpage-body .site-header.gem-global-header .nav-right a{
  color:#fff!important;opacity:1!important;text-decoration:none!important;
  padding:12px 0!important;white-space:nowrap!important;position:relative!important;
}
.site-header.gem-global-header .nav-left a:not(.blog-pill):after,
.site-header.gem-global-header .nav-right a:not(.blog-pill):after{
  content:""!important;position:absolute!important;left:0!important;bottom:5px!important;
  width:0!important;height:2px!important;background:#fff!important;transition:width .2s ease!important;
}
.site-header.gem-global-header .nav-left a:hover:after,
.site-header.gem-global-header .nav-right a:hover:after{width:100%!important;}
.site-header.gem-global-header .gem-logo,
body.subpage-body .site-header.gem-global-header .gem-logo,
.portfolio-category-page .site-header.gem-global-header .gem-logo,
.case-detail-page .site-header.gem-global-header .gem-logo{
  justify-self:center!important;display:flex!important;flex-direction:column!important;
  align-items:flex-start!important;justify-content:center!important;
  color:#fff!important;font-size:42px!important;line-height:.67!important;
  font-weight:950!important;letter-spacing:-3.3px!important;text-transform:lowercase!important;
  padding:0!important;
}
.site-header.gem-global-header .blog-pill,
body.subpage-body .site-header.gem-global-header .blog-pill{
  margin-left:auto!important;background:#111217!important;color:#fff!important;
  border:0!important;border-radius:18px!important;padding:13px 25px!important;
  line-height:1!important;min-width:82px!important;text-align:center!important;
  box-shadow:none!important;backdrop-filter:none!important;
}
.site-header.gem-global-header .blog-pill:hover{background:#fff!important;color:#111217!important;}
.site-header.gem-global-header .blog-pill:after{display:none!important;}
.site-header.gem-global-header .circle-menu,
body.subpage-body .site-header.gem-global-header .circle-menu{
  position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;
  width:62px!important;height:62px!important;border:0!important;border-radius:50%!important;
  background:rgba(180,0,38,.34)!important;display:grid!important;place-content:center!important;
  gap:7px!important;cursor:pointer!important;backdrop-filter:none!important;
  transition:background .2s ease,transform .2s ease!important;
}
.site-header.gem-global-header .circle-menu:hover{background:rgba(120,0,28,.35)!important;transform:translateY(-50%) scale(1.04)!important;}
.site-header.gem-global-header .circle-menu i{width:24px!important;height:2px!important;background:#fff!important;border-radius:2px!important;display:block!important;}

@media(max-width:1180px){
  .site-header.gem-global-header .header-inner,
  body.subpage-body .site-header.gem-global-header .header-inner{width:calc(100% - 48px)!important;grid-template-columns:1fr 128px 1fr!important;gap:24px!important;}
  .site-header.gem-global-header .nav-left,.site-header.gem-global-header .nav-right{gap:24px!important;font-size:13px!important;}
  .site-header.gem-global-header .nav-left{padding-left:58px!important;}
  .site-header.gem-global-header .gem-logo{font-size:36px!important;}
  .site-header.gem-global-header .circle-menu{width:50px!important;height:50px!important;}
}
@media(max-width:900px){
  .site-header.gem-global-header,
  body.subpage-body .site-header.gem-global-header,
  .portfolio-category-page .site-header.gem-global-header,
  .case-detail-page .site-header.gem-global-header{height:88px!important;}
  .site-header.gem-global-header .header-inner,
  body.subpage-body .site-header.gem-global-header .header-inner,
  .portfolio-category-page .site-header.gem-global-header .header-inner,
  .case-detail-page .site-header.gem-global-header .header-inner{
    width:calc(100% - 30px)!important;height:88px!important;grid-template-columns:1fr auto 1fr!important;gap:0!important;
  }
  .site-header.gem-global-header .nav-left,.site-header.gem-global-header .nav-right,
  body.subpage-body .site-header.gem-global-header .nav-left,body.subpage-body .site-header.gem-global-header .nav-right{display:none!important;}
  .site-header.gem-global-header .gem-logo{grid-column:2!important;font-size:30px!important;letter-spacing:-2.3px!important;}
  .site-header.gem-global-header .circle-menu{left:0!important;width:46px!important;height:46px!important;display:grid!important;}
  .site-header.gem-global-header:before{width:250px;height:250px;border-width:48px;left:-95px;top:-180px;}
  .site-header.gem-global-header:after{width:250px;height:250px;border-width:48px;right:-80px;top:-190px;}
}

/* ===== V41 HERO-INTEGRATED HEADER + STICKY ON SCROLL ===== */
/* At page top the navigation belongs visually to the hero. After scrolling it becomes a compact fixed bar. */
.site-header.gem-global-header,
body.subpage-body .site-header.gem-global-header,
.portfolio-category-page .site-header.gem-global-header,
.case-detail-page .site-header.gem-global-header{
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  inset:0 0 auto 0!important;
  z-index:1000!important;
  height:132px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:visible!important;
  transition:height .28s ease,background .28s ease,box-shadow .28s ease,backdrop-filter .28s ease!important;
}
/* Remove the separate decorative header layer: hero itself carries the visual identity. */
.site-header.gem-global-header:before,
.site-header.gem-global-header:after,
.site-header.gem-global-header .header-inner:before,
.site-header.gem-global-header .header-inner:after{display:none!important;}

/* Header over a light hero/page: same structure, dark type for contrast. */
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .nav-left a,
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .nav-right a,
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .gem-logo{color:#111217!important;}
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .nav-left a:not(.blog-pill):after,
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .nav-right a:not(.blog-pill):after{background:#111217!important;}
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .circle-menu{
  background:rgba(17,18,23,.07)!important;
  border:1px solid rgba(17,18,23,.10)!important;
}
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .circle-menu i{background:#111217!important;}
.site-header.gem-global-header.on-light-hero:not(.is-scrolled) .blog-pill{
  background:#111217!important;color:#fff!important;
}

/* Once scrolling begins: compact, fixed and always visible. */
.site-header.gem-global-header.is-scrolled,
body.subpage-body .site-header.gem-global-header.is-scrolled,
.portfolio-category-page .site-header.gem-global-header.is-scrolled,
.case-detail-page .site-header.gem-global-header.is-scrolled{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:88px!important;
  background:rgba(221,0,44,.96)!important;
  color:#fff!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  box-shadow:0 10px 34px rgba(17,18,23,.16)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
}
.site-header.gem-global-header.is-scrolled .header-inner,
body.subpage-body .site-header.gem-global-header.is-scrolled .header-inner,
.portfolio-category-page .site-header.gem-global-header.is-scrolled .header-inner,
.case-detail-page .site-header.gem-global-header.is-scrolled .header-inner{
  height:88px!important;
}
.site-header.gem-global-header.is-scrolled .nav-left a,
.site-header.gem-global-header.is-scrolled .nav-right a,
.site-header.gem-global-header.is-scrolled .gem-logo{color:#fff!important;}
.site-header.gem-global-header.is-scrolled .nav-left a:not(.blog-pill):after,
.site-header.gem-global-header.is-scrolled .nav-right a:not(.blog-pill):after{background:#fff!important;}
.site-header.gem-global-header.is-scrolled .gem-logo{font-size:32px!important;letter-spacing:-2.5px!important;}
.site-header.gem-global-header.is-scrolled .circle-menu{
  width:48px!important;height:48px!important;background:rgba(122,0,27,.26)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.site-header.gem-global-header.is-scrolled .circle-menu i{background:#fff!important;}
.site-header.gem-global-header.is-scrolled .blog-pill{background:#111217!important;color:#fff!important;}

/* Give overlay navigation enough breathing room where the first hero is compact/light. */
body.portfolio-category-page .portfolio-hero{padding-top:178px!important;}
body.case-detail-page .case-detail-hero{padding-top:168px!important;}
body:has(main.legal-page) .legal-page{padding-top:170px!important;}

@media(max-width:900px){
  .site-header.gem-global-header,
  body.subpage-body .site-header.gem-global-header,
  .portfolio-category-page .site-header.gem-global-header,
  .case-detail-page .site-header.gem-global-header{height:88px!important;}
  .site-header.gem-global-header.is-scrolled,
  body.subpage-body .site-header.gem-global-header.is-scrolled,
  .portfolio-category-page .site-header.gem-global-header.is-scrolled,
  .case-detail-page .site-header.gem-global-header.is-scrolled{height:74px!important;}
  .site-header.gem-global-header.is-scrolled .header-inner,
  body.subpage-body .site-header.gem-global-header.is-scrolled .header-inner,
  .portfolio-category-page .site-header.gem-global-header.is-scrolled .header-inner,
  .case-detail-page .site-header.gem-global-header.is-scrolled .header-inner{height:74px!important;}
  .site-header.gem-global-header.is-scrolled .gem-logo{font-size:27px!important;}
  .site-header.gem-global-header.is-scrolled .circle-menu{width:42px!important;height:42px!important;}
  body.portfolio-category-page .portfolio-hero{padding-top:132px!important;}
  body.case-detail-page .case-detail-hero{padding-top:126px!important;}
  body:has(main.legal-page) .legal-page{padding-top:128px!important;}
}


/* ===== V42 CROSS-BROWSER + MOBILE PRODUCTION HARDENING ===== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{min-width:320px;overflow-x:hidden}
img,svg,video,canvas{max-width:100%;height:auto}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
button{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(230,0,47,.55);outline-offset:3px}
@supports not (backdrop-filter:blur(10px)){
 .site-header.gem-global-header.is-scrolled{background:#dd002c!important}
 .service-label{background:rgba(13,13,15,.92)}
}
@supports not (height:100svh){.hero{min-height:100vh}.hero-inner{height:100vh}}
.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:54px}
.capability-grid article{min-height:210px;border:1px solid #303034;border-radius:10px;padding:24px;background:#151517;display:flex;flex-direction:column}
.capability-grid article>span{font-size:10px;font-weight:900;color:#e6002f;letter-spacing:.08em}
.capability-grid h3{font-size:20px;line-height:1.15;margin:auto 0 10px;color:#fff}
.capability-grid p{font-size:12px;line-height:1.65;color:#aaa;margin:0}
.article-cta{display:inline-flex;background:#e6002f;color:#fff!important;padding:14px 18px;border-radius:6px;font-weight:800}
body.menu-open{overflow:hidden;touch-action:none}
.mobile-panel{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:max(24px,env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) max(30px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left))}
.mobile-panel-head{position:sticky;top:0;z-index:2;background:#e6002f;padding:4px 0 14px}
.mobile-links a{display:flex;align-items:center;min-height:68px}
@media(max-width:1180px){
 .page-hero h1{font-size:clamp(42px,6vw,62px)}
 .page-hero .inner,.page-section .inner,.legal-page .inner,.cta-strip .inner{width:min(calc(100% - 44px),1280px)}
}
@media(max-width:900px){
 .page-hero{min-height:auto;padding:126px 0 62px}
 .page-hero h1{font-size:clamp(38px,8vw,54px);letter-spacing:-2.2px}
 .page-hero p{font-size:14px}
 .service-list,.blog-grid,.work-grid{grid-template-columns:1fr 1fr}
 .service-list a{min-height:190px}
 .capability-grid{grid-template-columns:1fr 1fr}
 .footer-contact-line{grid-column:1/-1}
}
@media(max-width:640px){
 body{font-size:16px}
 .header-inner,.hero-inner,.work-shell,.copy-row,.reference-grid,.trust-row,.footer-main,.footer-bottom{width:calc(100% - 28px)!important}
 .site-header.gem-global-header .header-inner{width:calc(100% - 28px)!important}
 .hero{min-height:100svh}.hero-inner{min-height:640px}
 .hero-copy{left:0;right:0;top:48%;transform:translateY(-36%)}
 .hero h1{font-size:clamp(38px,12vw,48px);line-height:1;letter-spacing:-2.4px;margin-top:16px}
 .hero-play{display:none}
 .page-hero .inner,.page-section .inner,.legal-page .inner,.cta-strip .inner{width:calc(100% - 28px)}
 .page-hero{padding:116px 0 52px}
 .page-hero h1{font-size:clamp(36px,11vw,48px);letter-spacing:-2px}
 .page-lead-grid,.contact-grid{grid-template-columns:1fr;gap:34px}
 .service-list,.blog-grid,.work-grid,.capability-grid{grid-template-columns:1fr}
 .service-list a,.blog-card{min-height:auto}
 .blog-card{padding:22px}
 .blog-card h2,.blog-card h3{font-size:20px}
 .article{width:100%}
 .article h2{font-size:26px}.article p,.article li{font-size:15px;line-height:1.78}
 .cta-strip .inner{flex-direction:column;align-items:flex-start}
 .cta-strip h2{font-size:26px}
 .contact-form{grid-template-columns:1fr}.contact-form label.full,.contact-form button{grid-column:1}
 .footer-main{grid-template-columns:1fr!important}.footer-bottom{align-items:flex-start}
 .work-stream-head{grid-template-columns:1fr!important;gap:18px!important}
 .mobile-links{margin-top:30px}.mobile-links a{font-size:clamp(28px,9vw,38px)}
}
@media(max-width:380px){
 .site-header.gem-global-header .gem-logo{font-size:26px!important}
 .site-header.gem-global-header .circle-menu{width:42px!important;height:42px!important}
 .hero h1{font-size:36px}.page-hero h1{font-size:34px}
}
@media(orientation:landscape) and (max-height:520px) and (max-width:900px){
 .site-header.gem-global-header{height:70px!important}.site-header.gem-global-header .header-inner{height:70px!important}
 .hero{min-height:560px}.hero-inner{min-height:560px}.hero-copy{top:52%}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
/* V42 fallback: do not rely on :has() for legal page header spacing */
.legal-page{padding-top:170px!important}
@media(max-width:900px){.legal-page{padding-top:128px!important}}

/* ===== V43 PREMIUM DRAWER NAVIGATION ===== */
.mobile-panel{
  position:fixed!important;inset:0!important;z-index:1000!important;
  display:block!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;
  padding:0!important;background:rgba(8,8,10,.62)!important;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
  transition:opacity .32s ease,visibility .32s ease!important;overflow:hidden!important;
}
.mobile-panel.open{visibility:visible!important;opacity:1!important;pointer-events:auto!important}
.mobile-panel:before{display:none!important}
.mobile-drawer{
  width:min(460px,92vw);height:100%;background:#101012;color:#fff;
  border-right:1px solid rgba(255,255,255,.08);box-shadow:24px 0 70px rgba(0,0,0,.34);
  transform:translateX(-102%);transition:transform .36s cubic-bezier(.22,.8,.25,1);
  padding:max(26px,env(safe-area-inset-top)) 34px max(28px,env(safe-area-inset-bottom));
  display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;
}
.mobile-panel.open .mobile-drawer{transform:translateX(0)}
.mobile-panel-head{
  position:relative!important;top:auto!important;width:100%!important;height:auto!important;margin:0!important;
  padding:0 0 26px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.1)!important;
  display:flex!important;align-items:flex-start!important;justify-content:space-between!important;
}
.mobile-panel .gem-logo{
  font-family:var(--gem-display);font-size:29px!important;line-height:.78!important;letter-spacing:-.075em!important;
  color:#fff!important;text-decoration:none!important;display:flex!important;flex-direction:column!important;
}
.mobile-close{
  width:44px!important;height:44px!important;min-width:44px;border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.04)!important;border-radius:50%!important;color:#fff!important;
  position:relative!important;transition:background .2s,border-color .2s,transform .2s!important;
}
.mobile-close:hover,.mobile-close:focus-visible{background:#e6002f!important;border-color:#e6002f!important;transform:rotate(90deg)!important}
.mobile-close:before,.mobile-close:after{left:12px!important;top:21px!important;width:18px!important;height:1.5px!important}
.mobile-menu-eyebrow{margin:34px 0 12px;color:#e6002f;font-size:10px;font-weight:900;letter-spacing:.18em}
.mobile-links{
  width:100%!important;margin:0!important;padding:0!important;display:block!important;counter-reset:gemmenu!important;
}
.mobile-links a{
  position:relative!important;display:flex!important;align-items:center!important;min-height:68px!important;
  padding:0 34px 0 38px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.085)!important;
  color:#f6f6f7!important;font-family:var(--gem-display);font-size:clamp(27px,2.2vw,35px)!important;
  line-height:1!important;font-weight:650!important;letter-spacing:-.035em!important;text-decoration:none!important;
  transition:color .2s,padding .22s,background .22s!important;counter-increment:gemmenu!important;
}
.mobile-links a:first-child{border-top:1px solid rgba(255,255,255,.085)!important}
.mobile-links a:before{
  content:"0" counter(gemmenu)!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;
  font-family:Arial,sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:.08em!important;color:#707078!important;
}
.mobile-links a:after{
  content:"↗"!important;position:absolute!important;right:2px!important;top:50%!important;transform:translate(-7px,-50%)!important;
  margin:0!important;padding:0!important;font-size:16px!important;color:#e6002f!important;opacity:0!important;transition:.2s!important;
}
.mobile-links a:hover,.mobile-links a:focus-visible{padding-left:48px!important;color:#fff!important;background:linear-gradient(90deg,rgba(230,0,47,.09),transparent)!important}
.mobile-links a:hover:after,.mobile-links a:focus-visible:after{opacity:1!important;transform:translate(0,-50%)!important}
.mobile-links:after{display:none!important;content:none!important}
.mobile-menu-footer{margin-top:auto;padding-top:30px;display:grid;gap:22px}
.mobile-menu-contact{display:flex;flex-direction:column;gap:7px;color:#77777f;font-size:11px;line-height:1.35}
.mobile-menu-contact a{color:#aaaab0!important;text-decoration:none!important;width:max-content}
.mobile-menu-contact a:hover{color:#fff!important}
.mobile-menu-cta{
  display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 18px;
  background:#e6002f;color:#fff!important;border-radius:6px;text-decoration:none!important;
  font-size:13px;font-weight:850;letter-spacing:-.01em;transition:transform .2s,background .2s!important;
}
.mobile-menu-cta:hover{background:#f00036!important;transform:translateY(-2px)}
.mobile-menu-cta span{font-size:16px}
@supports not (backdrop-filter:blur(8px)){.mobile-panel{background:rgba(8,8,10,.88)!important}}
@media(max-width:640px){
  .mobile-panel{background:#101012!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  .mobile-drawer{width:100%;max-width:none;padding:max(22px,env(safe-area-inset-top)) 22px max(24px,env(safe-area-inset-bottom));box-shadow:none}
  .mobile-panel-head{padding-bottom:22px!important}
  .mobile-menu-eyebrow{margin-top:28px}
  .mobile-links a{min-height:64px!important;font-size:clamp(25px,8.5vw,32px)!important;padding-left:34px!important}
  .mobile-links a:hover,.mobile-links a:focus-visible{padding-left:42px!important}
  .mobile-menu-footer{padding-top:28px;gap:18px}
}

/* ===== V44 PREMIUM BRAND STORY ===== */
.brand-story{
  background:#111114;
  color:#fff;
  padding:clamp(88px,8vw,132px) 0;
  position:relative;
  overflow:hidden;
}
.brand-story:after{
  content:"";
  position:absolute;
  width:520px;height:520px;
  right:-230px;top:-260px;
  border:1px solid rgba(230,0,47,.28);
  border-radius:50%;
  pointer-events:none;
}
.brand-story-inner{
  width:min(calc(100% - 72px),1180px);
  margin:auto;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(64px,8vw,118px);
  align-items:start;
  position:relative;
  z-index:1;
}
.brand-story-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#f0003c;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.11em;
  margin-bottom:28px;
}
.brand-story-kicker:before{content:"";width:30px;height:2px;background:#f0003c}
.brand-story-intro h2{
  font-size:clamp(46px,5.6vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:0 0 30px;
  max-width:660px;
}
.brand-story-intro h2 em{font-style:normal;color:#f0003c}
.brand-story-intro>p{
  max-width:590px;
  margin:0;
  color:#b9bac0;
  font-size:clamp(15px,1.25vw,18px);
  line-height:1.75;
}
.brand-story-cta{
  display:inline-flex;
  align-items:center;
  gap:18px;
  margin-top:38px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  border-bottom:1px solid #3b3b40;
  padding-bottom:12px;
  transition:border-color .25s ease,color .25s ease;
}
.brand-story-cta span{color:#f0003c;font-size:18px}
.brand-story-cta:hover{border-color:#f0003c;color:#fff}
.brand-story-grid{border-top:1px solid #303034}
.brand-principle{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:22px;
  padding:28px 0 30px;
  border-bottom:1px solid #303034;
  transition:padding-left .25s ease,border-color .25s ease;
}
.brand-principle:hover{padding-left:8px;border-bottom-color:#f0003c}
.brand-principle>span{
  color:#f0003c;
  font-size:11px;
  line-height:1.5;
  font-weight:900;
  letter-spacing:.08em;
  padding-top:5px;
}
.brand-principle h3{
  color:#fff;
  font-size:clamp(19px,1.7vw,25px);
  line-height:1.18;
  letter-spacing:-.025em;
  margin:0 0 9px;
}
.brand-principle p{
  color:#92939a;
  font-size:13px;
  line-height:1.65;
  margin:0;
  max-width:570px;
}
@media(max-width:900px){
  .brand-story-inner{grid-template-columns:1fr;gap:58px}
  .brand-story-intro{max-width:760px}
}
@media(max-width:580px){
  .brand-story{padding:76px 0}
  .brand-story-inner{width:calc(100% - 32px);gap:48px}
  .brand-story-intro h2{font-size:48px}
  .brand-principle{grid-template-columns:40px 1fr;gap:14px;padding:24px 0}
  .brand-principle:hover{padding-left:0}
}

/* V45 footer CTA collision fix */
.footer-contact-line{
  font-size:initial!important;
  font-weight:400!important;
  letter-spacing:normal!important;
}
.footer-contact-line span{
  flex:0 0 auto!important;
  line-height:1.3!important;
}
.footer-contact-line a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:100%!important;
  white-space:nowrap!important;
  font-size:clamp(24px,2.25vw,34px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  text-decoration:none!important;
}
@media(max-width:840px){
  .footer-contact-line{align-items:flex-start!important;gap:14px!important}
  .footer-contact-line a{font-size:28px!important;white-space:normal!important;justify-content:flex-start!important}
}


/* V46 — Gerçek logo kullanımı / kontrollü ölçek */
.gem-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  text-decoration:none!important;
  font-size:0!important;
  letter-spacing:0!important;
}
.gem-logo .brand-logo-img{
  display:block!important;
  width:88px!important;
  max-width:100%!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none;
  transition:transform .25s ease,filter .25s ease,opacity .25s ease;
}
.site-header.gem-global-header .gem-logo .brand-logo-img{
  width:86px!important;
}
.site-header.gem-global-header.is-scrolled .gem-logo .brand-logo-img,
.site-header.gem-global-header.scrolled .gem-logo .brand-logo-img{
  width:76px!important;
}
.site-header.gem-global-header.header-on-light:not(.is-scrolled):not(.scrolled) .gem-logo .brand-logo-img{
  filter:brightness(0) saturate(100%)!important;
}
.gem-logo:hover .brand-logo-img{transform:scale(1.025)}
.mobile-panel .gem-logo{
  justify-content:flex-start!important;
}
.mobile-panel .gem-logo .brand-logo-img{
  width:96px!important;
  filter:none!important;
}
.foot-logo{
  justify-content:flex-start!important;
  width:max-content!important;
}
.foot-logo .brand-logo-img{
  width:94px!important;
  filter:none!important;
}
@media (max-width:900px){
  .site-header.gem-global-header .gem-logo .brand-logo-img{width:74px!important;}
  .site-header.gem-global-header.is-scrolled .gem-logo .brand-logo-img,
  .site-header.gem-global-header.scrolled .gem-logo .brand-logo-img{width:68px!important;}
  .mobile-panel .gem-logo .brand-logo-img{width:86px!important;}
  .foot-logo .brand-logo-img{width:86px!important;}
}
@media (max-width:420px){
  .site-header.gem-global-header .gem-logo .brand-logo-img{width:68px!important;}
}

/* V48 — Contact channels + in-page KVKK reading flow */
.contact-channels .contact-channel{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) 36px!important;
  gap:14px!important;
  align-items:center!important;
  min-height:78px!important;
  padding:12px 16px!important;
}
.contact-channels .contact-channel:not(a){grid-template-columns:44px minmax(0,1fr)!important}
.contact-channel-icon{
  width:42px!important;height:42px!important;border-radius:12px!important;
  display:grid!important;place-items:center!important;
  background:#f3f1ed!important;color:#111113!important;
  border:1px solid #e2ded7!important;
}
.contact-channel-icon svg{width:21px!important;height:21px!important;display:block!important}
.contact-channel-copy{min-width:0!important}
.contact-channel-copy small{margin:0 0 5px!important;color:#777980!important;font-size:9px!important;letter-spacing:.08em!important}
.contact-channel-copy strong{display:block!important;color:#111113!important;font-size:14px!important;line-height:1.25!important;overflow-wrap:anywhere!important}
.contact-channel-arrow{
  width:34px!important;height:34px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;background:#e6002f!important;color:#fff!important;
}
.contact-channel-arrow svg{width:17px!important;height:17px!important}
a.contact-channel:hover .contact-channel-icon{background:#111113!important;color:#fff!important;border-color:#111113!important}
a.contact-channel:hover .contact-channel-arrow{transform:translateX(2px)!important}

.contact-kvkk{position:relative!important}
.contact-kvkk input:disabled{opacity:.42!important;cursor:not-allowed!important}
.contact-kvkk .kvkk-open{
  display:inline!important;padding:0!important;margin:0!important;min-height:0!important;
  border:0!important;background:transparent!important;color:#fff!important;
  font:inherit!important;font-weight:650!important;text-decoration:underline!important;text-underline-offset:3px!important;
  cursor:pointer!important;grid-column:auto!important;
}
.contact-form #contact-submit:disabled{background:#4b4b50!important;color:#92939a!important;cursor:not-allowed!important;opacity:.75!important}

.kvkk-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:24px}
.kvkk-modal.open{display:flex}
.kvkk-modal-backdrop{position:absolute;inset:0;background:rgba(8,8,10,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.kvkk-dialog{position:relative;width:min(820px,100%);max-height:min(90vh,820px);background:#fff;color:#111113;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.35);display:flex;flex-direction:column;overflow:hidden}
.kvkk-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 28px 20px;border-bottom:1px solid #ebe7e0}
.kvkk-dialog-head span{display:block;color:#e6002f;font-size:9px;font-weight:750;letter-spacing:.1em;margin-bottom:7px}
.kvkk-dialog-head h2{margin:0;color:#111113!important;font-size:27px;letter-spacing:-.7px;line-height:1.05}
.kvkk-close{width:38px;height:38px;flex:0 0 38px;border:1px solid #dedad2;border-radius:50%;background:#fff;color:#111;font-size:24px;line-height:1;cursor:pointer}
.kvkk-close:hover{background:#111113;color:#fff;border-color:#111113}
.kvkk-read-note{display:flex;gap:10px;align-items:center;padding:12px 28px;background:#f7f4ef;border-bottom:1px solid #ebe7e0}
.kvkk-read-note p{margin:0!important;color:#55575e!important;font-size:11px!important;line-height:1.45!important}
.kvkk-read-dot{width:8px;height:8px;border-radius:50%;background:#e6002f;flex:0 0 8px}
.kvkk-scroll{padding:24px 28px;height:min(48vh,430px);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c7c4be #f1efeb}
.kvkk-scroll h3{font-size:15px!important;color:#111113!important;margin:0 0 8px!important}
.kvkk-scroll p{font-size:12.5px!important;line-height:1.75!important;color:#55575e!important;margin:0 0 22px!important}
.kvkk-scroll a{color:#c80029;text-decoration:underline;text-underline-offset:3px}
.kvkk-scroll-end{padding:16px;border-radius:10px;background:#f1f7f3;border:1px solid #d7e6dc;display:flex;flex-direction:column;gap:4px;margin-top:8px}
.kvkk-scroll-end strong{font-size:12px;color:#163b26}.kvkk-scroll-end span{font-size:11px;color:#4d6758}
.kvkk-dialog-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 28px 20px;border-top:1px solid #ebe7e0;background:#fff}
.kvkk-status{font-size:10.5px;color:#777980}.kvkk-status.complete{color:#1c6c3d;font-weight:700}
.kvkk-finish{min-height:42px;padding:0 18px;border:0;border-radius:8px;background:#111113;color:#fff;font-size:11px;font-weight:700;cursor:pointer}
.kvkk-finish:disabled{background:#dedbd5;color:#8a8b90;cursor:not-allowed}
body.kvkk-opened{overflow:hidden}

@media (max-width:700px){
  .contact-channels .contact-channel{grid-template-columns:40px minmax(0,1fr) 32px!important;gap:11px!important;min-height:72px!important;padding:11px 13px!important}
  .contact-channels .contact-channel:not(a){grid-template-columns:40px minmax(0,1fr)!important}
  .contact-channel-icon{width:38px!important;height:38px!important;border-radius:10px!important}.contact-channel-icon svg{width:19px!important;height:19px!important}
  .contact-channel-arrow{width:31px!important;height:31px!important}.contact-channel-arrow svg{width:15px!important;height:15px!important}
  .contact-channel-copy strong{font-size:13px!important}
  .kvkk-modal{padding:0!important;align-items:flex-end!important}
  .kvkk-dialog{width:100%!important;max-height:94svh!important;border-radius:18px 18px 0 0!important}
  .kvkk-dialog-head{padding:20px 18px 16px!important}.kvkk-dialog-head h2{font-size:23px!important}
  .kvkk-read-note{padding:10px 18px!important}.kvkk-scroll{padding:20px 18px!important;height:52svh!important}
  .kvkk-dialog-foot{padding:13px 18px calc(14px + env(safe-area-inset-bottom))!important;flex-direction:column!important;align-items:stretch!important}
  .kvkk-finish{width:100%!important}.kvkk-status{text-align:center!important}
}

/* V49 - Contact cards: remove decorative arrow controls */
.contact-channel-arrow{display:none!important;}

/* V55 — proje detaylarında gerçek, işe uygun fotoğraf sistemi */
.case-photo-story{padding:72px 0;background:#0b0b0d;color:#fff}.case-photo-story .inner{display:block!important}.case-photo-heading{max-width:780px;margin-bottom:28px}.case-photo-heading h2{color:#fff!important;margin:8px 0 12px;font-size:clamp(30px,4vw,54px);line-height:1.02}.case-photo-heading p{color:#b9b9bd!important;max-width:680px}.case-photo-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:240px 240px;gap:14px}.case-photo-grid figure{margin:0;overflow:hidden;border-radius:24px;background:#161619;min-height:0}.case-photo-grid .case-photo-main{grid-row:1/3}.case-photo-grid img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04);transition:transform .55s ease,filter .55s ease}.case-photo-grid figure:hover img{transform:scale(1.025);filter:saturate(1) contrast(1.02)}.case-photo-note{font-size:12px!important;color:#777!important;margin:14px 2px 0!important}@media(max-width:760px){.case-photo-story{padding:48px 0}.case-photo-grid{grid-template-columns:1fr;grid-template-rows:330px 210px 210px}.case-photo-grid .case-photo-main{grid-row:auto}.case-photo-grid figure{border-radius:18px}}


/* V56 REAL WORK PHOTOS */
.service-real-visual{padding:0 0 64px;background:#f3f0ea}
.service-real-visual .inner{display:block!important}
.service-real-visual figure{margin:0;overflow:hidden;border-radius:28px;background:#111;aspect-ratio:16/7}
.service-real-visual img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.88) contrast(1.02)}
.case-detail-page .case-real-work{padding-top:58px;padding-bottom:58px}
.case-detail-page .case-real-work .case-photo-grid{grid-template-rows:220px 220px}
@media(max-width:760px){.service-real-visual{padding-bottom:40px}.service-real-visual figure{border-radius:18px;aspect-ratio:4/3}.case-detail-page .case-real-work{padding-top:42px;padding-bottom:42px}.case-detail-page .case-real-work .case-photo-grid{grid-template-rows:300px 190px 190px}}

/* V57 SINGLE SERVICE WORK VISUAL */
.case-work-visual{padding:64px 0;background:#0b0b0d}.case-work-visual .inner{display:block!important}.case-work-visual figure{margin:0;border-radius:26px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 70px rgba(0,0,0,.24)}.case-work-visual img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.service-work-visual figure{margin:0;border-radius:24px;overflow:hidden;background:#111;border:1px solid rgba(17,17,17,.08);box-shadow:0 22px 55px rgba(0,0,0,.12)}.service-work-visual img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}@media(max-width:760px){.case-work-visual{padding:38px 0}.case-work-visual figure,.service-work-visual figure{border-radius:18px}}


/* V58 — GEO + AEO authority layer */
.geo-article{max-width:980px!important}.geo-definition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}.geo-definition-grid article{padding:28px;border:1px solid #303034;border-radius:12px;background:#151517}.geo-definition-grid article>span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#e6002f;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}.geo-definition-grid h2{font-size:21px!important;margin:16px 0 10px!important}.geo-definition-grid p{margin:0!important}.geo-capabilities article p{font-size:13px!important;line-height:1.72!important}.geo-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.geo-links a{display:flex;min-height:132px;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;border:1px solid #303034;border-radius:12px;background:#151517;text-decoration:none!important}.geo-links strong{font-size:16px;color:#fff}.geo-links span{font-size:11px;line-height:1.55;color:#b8b8bd}.geo-links a:hover{border-color:#e6002f;transform:translateY(-2px)}.geo-faq{max-width:980px!important}.geo-answer-intro .answer-box strong{color:#fff}@media(max-width:900px){.geo-definition-grid,.geo-links{grid-template-columns:1fr}.geo-definition-grid article{padding:22px}.geo-links a{min-height:110px}}

/* V61 — premium project visual story, editorial composition */
.case-photo-story{
  position:relative!important;
  overflow:hidden!important;
  padding:92px 0 86px!important;
  background:
    radial-gradient(circle at 66% 42%,rgba(35,39,43,.72) 0,rgba(18,20,23,.32) 34%,rgba(8,9,11,0) 66%),
    linear-gradient(135deg,#08090a 0%,#0d0f11 48%,#090a0b 100%)!important;
  color:#fff!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}
.case-photo-story::before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#e6002f 0 18%,rgba(230,0,47,.18) 44%,transparent 76%);
}
.case-photo-story .inner{
  width:min(calc(100% - 64px),1320px)!important;
  margin:auto!important;
  display:grid!important;
  grid-template-columns:minmax(290px,.72fr) minmax(0,1.72fr)!important;
  grid-template-areas:"copy gallery" "copy note"!important;
  column-gap:clamp(38px,5vw,76px)!important;
  row-gap:14px!important;
  align-items:start!important;
}
.case-photo-heading{
  grid-area:copy!important;
  max-width:430px!important;
  margin:0!important;
  padding-top:8px!important;
}
.case-photo-heading .overline{
  display:flex!important;align-items:center!important;gap:14px!important;
  color:#aeb0b5!important;font-size:11px!important;font-weight:800!important;
  letter-spacing:.14em!important;margin-bottom:25px!important;
}
.case-photo-heading .overline::before{
  content:"";width:28px;height:2px;background:#e6002f;flex:0 0 28px;
}
.case-photo-heading h2{
  max-width:420px!important;
  margin:0 0 24px!important;
  color:#fff!important;
  font-size:clamp(38px,4.2vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-2.8px!important;
  text-wrap:balance;
}
.case-photo-heading p{
  max-width:390px!important;
  margin:0!important;
  color:#b8bbc1!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.case-visual-points{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  margin-top:34px!important;
  padding-top:24px!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
}
.case-visual-point{
  min-width:0!important;
  padding-right:14px!important;
}
.case-visual-point+ .case-visual-point{
  padding-left:14px!important;
  border-left:1px solid rgba(255,255,255,.10)!important;
}
.case-visual-point span{
  display:block!important;margin-bottom:10px!important;
  color:#e6002f!important;font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;
}
.case-visual-point strong{
  display:block!important;color:#fff!important;
  font-size:11px!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.06em!important;
}
.case-visual-point small{
  display:block!important;margin-top:7px!important;
  color:#7f838a!important;font-size:10px!important;line-height:1.45!important;
}
.case-visual-link{
  display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;
  min-width:250px!important;margin-top:34px!important;padding:15px 18px!important;
  border:1px solid rgba(255,255,255,.28)!important;border-radius:6px!important;
  color:#fff!important;text-decoration:none!important;
  font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  transition:border-color .25s ease,background .25s ease,transform .25s ease!important;
}
.case-visual-link span{color:#e6002f!important;font-size:18px!important;line-height:1!important;transition:transform .25s ease!important}
.case-visual-link:hover{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.54)!important;transform:translateY(-2px)!important}
.case-visual-link:hover span{transform:translateY(3px)!important}
.case-photo-grid{
  grid-area:gallery!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.62fr) minmax(220px,.86fr)!important;
  grid-template-rows:232px 232px!important;
  gap:16px!important;
  min-width:0!important;
}
.case-photo-grid figure{
  position:relative!important;margin:0!important;min-height:0!important;overflow:hidden!important;
  border-radius:16px!important;background:#15171a!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.32)!important;
}
.case-photo-grid .case-photo-main{grid-row:1/3!important}
.case-photo-grid figure::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
}
.case-photo-grid img{
  display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;
  filter:saturate(.78) contrast(1.04) brightness(.96)!important;
  transform:scale(1.001);transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .45s ease!important;
}
.case-photo-grid figure:hover img{transform:scale(1.026)!important;filter:saturate(.96) contrast(1.03) brightness(1)!important}
.case-photo-note{
  grid-area:note!important;
  margin:0!important;padding:2px 0 0 16px!important;
  border-left:2px solid rgba(230,0,47,.75)!important;
  color:#777b82!important;font-size:11px!important;line-height:1.55!important;
  max-width:660px!important;
}
@media(max-width:1040px){
  .case-photo-story{padding:72px 0!important}
  .case-photo-story .inner{grid-template-columns:1fr!important;grid-template-areas:"copy" "gallery" "note"!important;gap:30px!important}
  .case-photo-heading{max-width:760px!important}.case-photo-heading h2{max-width:720px!important}.case-photo-heading p{max-width:650px!important}
  .case-visual-points{max-width:650px!important}.case-visual-link{margin-top:28px!important}
  .case-photo-grid{grid-template-rows:260px 260px!important}
}
@media(max-width:680px){
  .case-photo-story{padding:54px 0 50px!important}
  .case-photo-story .inner{width:calc(100% - 28px)!important;gap:24px!important}
  .case-photo-heading .overline{margin-bottom:18px!important}
  .case-photo-heading h2{font-size:clamp(34px,11vw,46px)!important;letter-spacing:-2px!important;margin-bottom:18px!important}
  .case-photo-heading p{font-size:14px!important;line-height:1.65!important}
  .case-visual-points{grid-template-columns:1fr!important;margin-top:26px!important;padding-top:8px!important}
  .case-visual-point{padding:14px 0!important;border-bottom:1px solid rgba(255,255,255,.09)!important}
  .case-visual-point+ .case-visual-point{padding-left:0!important;border-left:0!important}
  .case-visual-point small{margin-top:4px!important}
  .case-visual-link{width:100%!important;min-width:0!important;margin-top:24px!important}
  .case-photo-grid{grid-template-columns:1fr 1fr!important;grid-template-rows:330px 170px!important;gap:10px!important}
  .case-photo-grid .case-photo-main{grid-column:1/3!important;grid-row:1!important}
  .case-photo-grid figure{border-radius:12px!important}
  .case-photo-note{padding-left:12px!important;font-size:10.5px!important}
}

/* ===== V61.1 SERVICE / CASE VISUAL POLISH ===== */
/* Professionalize the repeated visual showcase used inside service case pages. */
.case-page .case-work-visual{
  padding:76px 0!important;
  background:#0d0d0f!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
}
.case-page .case-work-visual .inner{
  width:min(calc(100% - 80px),1320px)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important;
  align-items:center!important;
  gap:64px!important;
}
.case-page .case-work-visual .case-photo-heading{
  max-width:430px!important;
  padding:6px 0 6px 22px!important;
  border-left:2px solid var(--gem-red)!important;
}
.case-page .case-work-visual .case-photo-heading .overline{
  display:block!important;
  margin:0 0 18px!important;
  color:#ff174a!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.16em!important;
  line-height:1.2!important;
}
.case-page .case-work-visual .case-photo-heading h2{
  margin:0 0 20px!important;
  max-width:420px!important;
  color:#fff!important;
  font-size:clamp(36px,3.2vw,54px)!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
}
.case-page .case-work-visual .case-photo-heading p{
  margin:0!important;
  max-width:410px!important;
  color:#aeb0b8!important;
  font-size:16px!important;
  line-height:1.7!important;
}
.case-page .case-work-visual figure{
  position:relative!important;
  margin:0!important;
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:18px!important;
  background:#151518!important;
  box-shadow:0 22px 60px rgba(0,0,0,.28)!important;
  aspect-ratio:16/10!important;
}
.case-page .case-work-visual figure:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
  border-radius:inherit!important;
}
.case-page .case-work-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  aspect-ratio:auto!important;
  filter:none!important;
}

/* The service category preview should feel like a framed portfolio piece, not a full-width banner. */
body.portfolio-category-page .service-real-visual{
  padding:0 0 66px!important;
  background:#f4f1eb!important;
}
body.portfolio-category-page .service-real-visual .inner{
  width:min(calc(100% - 80px),1320px)!important;
  margin:0 auto!important;
}
body.portfolio-category-page .service-real-visual figure{
  margin:0!important;
  border-radius:20px!important;
  aspect-ratio:16/8!important;
  border:1px solid rgba(17,17,19,.10)!important;
  background:#111113!important;
  box-shadow:0 18px 48px rgba(17,17,19,.10)!important;
}
body.portfolio-category-page .service-real-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:none!important;
}

/* Service category navigation: keep the white logo legible and visually stable on the light page hero. */
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled){
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:104px!important;
  background:rgba(13,13,15,.97)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .header-inner{
  height:104px!important;
}
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .nav-left a,
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .nav-right a{
  color:#fff!important;
}
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .nav-left a:not(.blog-pill):after,
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .nav-right a:not(.blog-pill):after{
  background:#fff!important;
}
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .circle-menu{
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}
body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .circle-menu i{
  background:#fff!important;
}
body.portfolio-category-page .site-header.gem-global-header .brand-logo-img{
  display:block!important;
  width:112px!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  filter:none!important;
  opacity:1!important;
}
body.portfolio-category-page .site-header.gem-global-header .gem-logo{
  width:112px!important;
  height:auto!important;
  align-items:center!important;
  justify-content:center!important;
}
body.portfolio-category-page .portfolio-hero{
  padding-top:158px!important;
}

@media(max-width:900px){
  .case-page .case-work-visual{padding:58px 0!important;}
  .case-page .case-work-visual .inner{
    width:calc(100% - 36px)!important;
    grid-template-columns:1fr!important;
    gap:34px!important;
  }
  .case-page .case-work-visual .case-photo-heading{
    max-width:650px!important;
    padding-left:18px!important;
  }
  .case-page .case-work-visual .case-photo-heading h2{max-width:620px!important;}
  .case-page .case-work-visual figure{aspect-ratio:16/10!important;border-radius:16px!important;}
  body.portfolio-category-page .service-real-visual .inner{width:calc(100% - 36px)!important;}
  body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled),
  body.portfolio-category-page .site-header.gem-global-header:not(.is-scrolled) .header-inner{height:88px!important;}
  body.portfolio-category-page .site-header.gem-global-header .brand-logo-img{width:96px!important;max-height:46px!important;}
  body.portfolio-category-page .site-header.gem-global-header .gem-logo{width:96px!important;}
  body.portfolio-category-page .portfolio-hero{padding-top:124px!important;}
}

@media(max-width:600px){
  .case-page .case-work-visual{padding:46px 0!important;}
  .case-page .case-work-visual .inner{width:calc(100% - 28px)!important;gap:26px!important;}
  .case-page .case-work-visual .case-photo-heading h2{font-size:34px!important;letter-spacing:-.035em!important;}
  .case-page .case-work-visual .case-photo-heading p{font-size:15px!important;line-height:1.62!important;}
  .case-page .case-work-visual figure{aspect-ratio:4/3!important;border-radius:14px!important;}
  body.portfolio-category-page .service-real-visual .inner{width:calc(100% - 28px)!important;}
  body.portfolio-category-page .service-real-visual figure{aspect-ratio:4/3!important;border-radius:16px!important;}
}

/* ===== V65 PROFESSIONAL CASE SHOWCASE ===== */
.case-showcase-pro{
  position:relative;
  padding:88px 0;
  background:
    radial-gradient(circle at 12% 18%,rgba(229,0,55,.10),transparent 32%),
    linear-gradient(180deg,#0b0b0d 0%,#101014 100%);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  overflow:hidden;
}
.case-showcase-pro:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:84px 100%;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent 74%);
}
.case-showcase-pro__inner{
  position:relative;
  z-index:1;
  width:min(calc(100% - 80px),1320px);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);
  gap:76px;
  align-items:center;
}
.case-showcase-pro__media{
  min-width:0;
}
.case-showcase-pro__media figure{
  position:relative;
  width:100%;
  margin:0;
  overflow:hidden;
  aspect-ratio:16/10;
  border-radius:22px;
  background:#09090b;
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 30px 80px rgba(0,0,0,.42);
}
.case-showcase-pro__media figure:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),inset 0 -80px 100px rgba(0,0,0,.10);
  pointer-events:none;
}
.case-showcase-pro__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transform:none;
  filter:none;
}
.case-showcase-pro__media-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:16px;
  color:#777a82;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}
.case-showcase-pro__copy{
  max-width:500px;
}
.case-showcase-pro__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#ff174a;
  font-size:11px;
  line-height:1.2;
  letter-spacing:.18em;
  font-weight:850;
}
.case-showcase-pro__kicker:before{
  content:"";
  width:30px;
  height:2px;
  background:#ff174a;
  flex:0 0 auto;
}
.case-showcase-pro__copy h2{
  margin:0 0 20px;
  color:#fff;
  max-width:500px;
  font-size:clamp(38px,4vw,58px);
  line-height:.98;
  letter-spacing:-.05em;
  font-weight:850;
}
.case-showcase-pro__copy>p{
  margin:0;
  max-width:470px;
  color:#b7bac2;
  font-size:16px;
  line-height:1.72;
}
.case-showcase-pro__points{
  margin:34px 0 0;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.10);
  display:grid;
  gap:0;
}
.case-showcase-pro__points>div{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:16px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.case-showcase-pro__points b{
  color:#ff174a;
  font-size:11px;
  letter-spacing:.08em;
  padding-top:3px;
}
.case-showcase-pro__points span{
  display:grid;
  gap:4px;
}
.case-showcase-pro__points strong{
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.10em;
}
.case-showcase-pro__points small{
  color:#8f929b;
  font-size:13px;
  line-height:1.5;
}
.case-showcase-pro__cta{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-width:250px;
  margin-top:30px;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.case-showcase-pro__cta span{color:#ff174a;font-size:16px}
.case-showcase-pro__cta:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.40);
  transform:translateY(-1px);
}
@media(max-width:980px){
  .case-showcase-pro{padding:68px 0}
  .case-showcase-pro__inner{width:calc(100% - 44px);grid-template-columns:1fr;gap:42px}
  .case-showcase-pro__copy{max-width:760px}
  .case-showcase-pro__copy h2{max-width:680px}
  .case-showcase-pro__copy>p{max-width:650px}
  .case-showcase-pro__media figure{aspect-ratio:16/9}
}
@media(max-width:600px){
  .case-showcase-pro{padding:48px 0}
  .case-showcase-pro__inner{width:calc(100% - 28px);gap:30px}
  .case-showcase-pro__media figure{aspect-ratio:4/3;border-radius:15px}
  .case-showcase-pro__media-meta{font-size:9px;letter-spacing:.12em}
  .case-showcase-pro__kicker{margin-bottom:16px}
  .case-showcase-pro__copy h2{font-size:36px;line-height:1.01;margin-bottom:16px}
  .case-showcase-pro__copy>p{font-size:15px;line-height:1.64}
  .case-showcase-pro__points{margin-top:26px;padding-top:18px}
  .case-showcase-pro__cta{width:100%;min-width:0}
}

/* ===== V66 CASE SECTION LABEL SPACING ===== */
/* Keep section labels visually separated from large headings on all case/project pages. */
body.case-page .case-section .overline{
  display:block!important;
  margin:0 0 18px!important;
  transform:translateY(-4px);
}
body.case-page .case-section h2{
  margin-top:0!important;
}
@media(max-width:700px){
  body.case-page .case-section .overline{
    margin-bottom:15px!important;
    transform:translateY(-2px);
  }
}

/* ===== V68 PROFESSIONAL SECTION-HEAD SYSTEM =====
   Scope: section heading blocks only. No content, card, navigation or media changes. */
body.subpage-body .page-section .section-head{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;
  grid-template-areas:"title copy"!important;
  column-gap:clamp(48px,7vw,112px)!important;
  row-gap:24px!important;
  align-items:start!important;
  margin:0 0 48px!important;
  padding:0!important;
  direction:ltr!important;
}
body.subpage-body .page-section .section-head > div:first-child{
  grid-area:title!important;
  min-width:0!important;
  max-width:760px!important;
}
body.subpage-body .page-section .section-head > p{
  grid-area:copy!important;
  align-self:end!important;
  max-width:470px!important;
  margin:0 0 4px!important;
  padding:0 0 0 24px!important;
  border-left:1px solid rgba(13,14,16,.16)!important;
  font-size:15.5px!important;
  line-height:1.72!important;
}
body.subpage-body .page-section .section-head > div:only-child{
  grid-column:1 / -1!important;
  max-width:820px!important;
}
body.subpage-body .page-section .section-head .overline{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:max-content!important;
  margin:0 0 18px!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  font-weight:800!important;
}
body.subpage-body .page-section .section-head .overline:before{
  content:""!important;
  display:block!important;
  width:30px!important;
  height:2px!important;
  flex:0 0 30px!important;
  background:var(--gem-red,#e6002f)!important;
}
body.subpage-body .page-section .section-head h2{
  max-width:760px!important;
  margin:0!important;
  font-size:clamp(36px,4.15vw,58px)!important;
  line-height:1.01!important;
  letter-spacing:-.048em!important;
  text-wrap:balance!important;
}
/* Remove older decorative rule so only one intentional red accent is shown. */
body.subpage-body main>.page-section:nth-of-type(3n+2) .section-head:before{
  content:none!important;
  display:none!important;
}
/* Dark sections keep the same geometry with correct contrast. */
body.subpage-body .page-section.alt .section-head > p{
  border-left-color:rgba(255,255,255,.16)!important;
}
body.subpage-body .page-section.alt .section-head .overline:before{
  background:#ff174a!important;
}
@media(max-width:900px){
  body.subpage-body .page-section .section-head{
    grid-template-columns:1fr!important;
    grid-template-areas:"title" "copy"!important;
    gap:22px!important;
    margin-bottom:38px!important;
  }
  body.subpage-body .page-section .section-head > div:first-child,
  body.subpage-body .page-section .section-head > p{
    max-width:720px!important;
  }
  body.subpage-body .page-section .section-head > p{
    align-self:auto!important;
    padding-left:18px!important;
    margin:0!important;
  }
}
@media(max-width:600px){
  body.subpage-body .page-section .section-head{
    gap:18px!important;
    margin-bottom:32px!important;
  }
  body.subpage-body .page-section .section-head .overline{
    margin-bottom:14px!important;
  }
  body.subpage-body .page-section .section-head .overline:before{
    width:24px!important;
    flex-basis:24px!important;
  }
  body.subpage-body .page-section .section-head h2{
    font-size:clamp(31px,10vw,42px)!important;
    line-height:1.03!important;
  }
  body.subpage-body .page-section .section-head > p{
    font-size:14.5px!important;
    line-height:1.68!important;
  }
}

/* ========================================================================
   V73 — MOBILE DESIGN SYSTEM
   Desktop is intentionally untouched. This layer only normalizes tablet/mobile.
   ======================================================================== */
@media (max-width:760px){
  :root{--mobile-gutter:18px;--mobile-radius:16px;}
  html{font-size:16px;overflow-x:hidden;scroll-padding-top:86px;}
  body{
    overflow-x:hidden;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;
    font-size:16px;
    line-height:1.55;
    letter-spacing:0;
    -webkit-text-size-adjust:100%;
  }
  img,svg,video,canvas,iframe{max-width:100%;height:auto;}
  button,a,input,select,textarea{-webkit-tap-highlight-color:transparent;}
  button,a{touch-action:manipulation;}

  /* Global mobile container rhythm */
  .header-inner,
  .hero-inner,
  .work-shell,
  .copy-row,
  .reference-grid,
  .trust-row,
  .footer-main,
  .footer-bottom,
  .page-hero .inner,
  .page-section .inner,
  .legal-page .inner,
  .cta-strip .inner,
  .case-summary .inner,
  .case-section .inner,
  .case-cta .inner,
  .case-showcase-pro__inner,
  .case-photo-story .inner,
  .service-real-visual .inner{
    width:calc(100% - (var(--mobile-gutter) * 2))!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  /* Header: compact, clean, consistent */
  .site-header,
  .site-header.gem-global-header,
  .sub-header{
    height:76px!important;
    min-height:76px!important;
  }
  .site-header.gem-global-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:100!important;
  }
  .site-header.gem-global-header.is-scrolled,
  .site-header.gem-global-header.scrolled,
  .sub-header{
    position:fixed!important;
    background:rgba(17,17,19,.94)!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }
  .header-inner,
  .site-header.gem-global-header .header-inner,
  .sub-header .header-inner{
    height:76px!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:44px 1fr 44px!important;
    align-items:center!important;
    gap:8px!important;
  }
  .nav-left,.nav-right{display:none!important;}
  .site-header .gem-logo{justify-self:center!important;width:auto!important;}
  .site-header.gem-global-header .gem-logo .brand-logo-img,
  .site-header.gem-global-header.is-scrolled .gem-logo .brand-logo-img,
  .site-header.gem-global-header.scrolled .gem-logo .brand-logo-img{
    width:72px!important;
    max-height:38px!important;
  }
  .circle-menu,
  .site-header .circle-menu{
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    display:flex!important;
    justify-self:start!important;
    border-color:rgba(255,255,255,.20)!important;
    background:rgba(255,255,255,.04)!important;
  }

  /* Mobile navigation overlay */
  .mobile-panel{
    padding:18px var(--mobile-gutter) calc(24px + env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
  }
  .mobile-panel-head{min-height:58px!important;}
  .mobile-panel nav,
  .mobile-panel .mobile-nav{
    padding-top:34px!important;
    gap:0!important;
  }
  .mobile-panel nav a,
  .mobile-panel .mobile-nav a{
    display:flex!important;
    align-items:center!important;
    min-height:58px!important;
    padding:12px 0!important;
    border-bottom:1px solid rgba(255,255,255,.18)!important;
    font-size:clamp(25px,7vw,34px)!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
    font-weight:760!important;
  }

  /* Home hero: remove visual noise, improve hierarchy */
  .hero{min-height:720px!important;height:auto!important;}
  .hero-inner{height:720px!important;min-height:720px!important;}
  .hero-copy{
    top:0!important;
    bottom:auto!important;
    padding-top:170px!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
  }
  .hero h1{
    max-width:330px!important;
    margin:0!important;
    font-size:clamp(42px,12.5vw,56px)!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
    text-wrap:balance!important;
  }
  .hero-copy p,
  .hero .hero-copy>p{
    max-width:310px!important;
    margin-top:22px!important;
    font-size:15px!important;
    line-height:1.65!important;
    letter-spacing:-.01em!important;
  }
  .hero-watermark{font-size:105px!important;opacity:.07!important;right:-28px!important;bottom:38px!important;}
  .hero-play{
    width:72px!important;height:72px!important;
    top:auto!important;right:var(--mobile-gutter)!important;bottom:68px!important;
    transform:none!important;
  }
  .social-rail{display:none!important;}

  /* Home content */
  .work-shell{top:-44px!important;grid-template-columns:1fr!important;grid-auto-rows:auto!important;gap:12px!important;}
  .service-card{min-height:220px!important;padding:24px!important;border-radius:var(--mobile-radius)!important;}
  .service-card h3{font-size:24px!important;line-height:1.08!important;letter-spacing:-.035em!important;}
  .service-card p{font-size:13.5px!important;line-height:1.62!important;}
  .copy-row{margin-top:-10px!important;padding:32px 0 68px!important;grid-template-columns:1fr!important;gap:22px!important;}
  .copy-row h2{font-size:26px!important;line-height:1.08!important;letter-spacing:-.035em!important;}
  .copy-row p{font-size:15px!important;line-height:1.7!important;}
  .reference-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .ref-card{height:auto!important;min-height:180px!important;border-radius:var(--mobile-radius)!important;}
  .trust-row{padding:64px 0 72px!important;gap:28px!important;}
  .logo-cloud{grid-template-columns:1fr 1fr!important;gap:22px 18px!important;}
  .manifesto-visual{min-height:280px!important;}
  .manifesto-copy{padding:44px var(--mobile-gutter)!important;}
  .manifesto-copy h2{font-size:27px!important;line-height:1.08!important;letter-spacing:-.04em!important;}

  /* Generic subpage hero */
  .page-hero,
  body.portfolio-category-page .portfolio-hero{
    min-height:auto!important;
    padding:126px 0 58px!important;
  }
  .page-hero:before{font-size:112px!important;right:-62px!important;top:14px!important;letter-spacing:-8px!important;opacity:.55!important;}
  .breadcrumb{
    margin-bottom:18px!important;
    gap:7px!important;
    font-size:10px!important;
    line-height:1.4!important;
    flex-wrap:wrap!important;
  }
  .page-kicker,.eyebrow,.overline{
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.10em!important;
  }
  .page-hero h1,
  .portfolio-hero h1,
  .case-hero h1{
    max-width:100%!important;
    margin:12px 0 18px!important;
    font-size:clamp(38px,11vw,50px)!important;
    line-height:1.01!important;
    letter-spacing:-.05em!important;
    text-wrap:balance!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  .page-hero p,
  .portfolio-intro,
  .case-hero p{
    max-width:100%!important;
    font-size:15px!important;
    line-height:1.7!important;
    letter-spacing:-.01em!important;
  }

  /* Section rhythm */
  .page-section,.case-section{padding:58px 0!important;}
  .page-section.alt,.case-section.alt{padding:58px 0!important;}
  .page-lead-grid,.case-columns,.contact-grid{
    grid-template-columns:1fr!important;
    gap:28px!important;
  }
  .page-lead-grid h2,.content-block h2,.case-section h2,
  .article h2,.content-prose h2{
    max-width:100%!important;
    font-size:clamp(28px,8.5vw,38px)!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
    text-wrap:balance!important;
  }
  .page-lead-grid p,.content-block p,.content-block li,
  .case-columns p,.case-columns li,.article p,.article li,.content-prose p,.content-prose li{
    font-size:15px!important;
    line-height:1.72!important;
  }

  /* Professional section-heading stack */
  body.subpage-body .page-section .section-head{
    display:block!important;
    margin:0 0 30px!important;
  }
  body.subpage-body .page-section .section-head>div:first-child{max-width:100%!important;}
  body.subpage-body .page-section .section-head h2{
    font-size:clamp(30px,9vw,40px)!important;
    line-height:1.05!important;
    letter-spacing:-.045em!important;
  }
  body.subpage-body .page-section .section-head>p{
    max-width:100%!important;
    margin:18px 0 0!important;
    padding:0!important;
    border-left:0!important;
    font-size:14.5px!important;
    line-height:1.68!important;
  }
  body.subpage-body .page-section .section-head .overline{margin-bottom:13px!important;}

  /* Grids/cards: one confident column instead of compressed mosaics */
  .page-metrics,.service-list,.work-grid,.blog-grid,.feature-grid,.portfolio-grid,
  .deliverables,.geo-definition-grid,.geo-links,.local-seo-grid,.process-grid,.capability-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .page-metrics{margin-top:28px!important;}
  .page-metrics article,.feature-card,.blog-card,.firm-card,.deliverable,.local-seo-card{
    border-radius:14px!important;
  }
  .page-metrics article{padding:18px!important;}
  .page-metrics strong{font-size:27px!important;}
  .service-list a{min-height:0!important;padding:22px!important;border-radius:14px!important;}
  .service-list h3{font-size:22px!important;line-height:1.12!important;}
  .service-list p{font-size:14px!important;line-height:1.62!important;}
  .work-card img{height:auto!important;aspect-ratio:16/10!important;}
  .work-card div{padding:17px!important;}
  .blog-card{min-height:0!important;padding:20px!important;}
  .blog-card h2,.blog-card h3{font-size:22px!important;line-height:1.18!important;letter-spacing:-.025em!important;}
  .blog-card p{font-size:14px!important;line-height:1.65!important;}
  .firm-card{min-height:240px!important;padding:24px!important;}
  .firm-card h2{font-size:29px!important;line-height:1.04!important;letter-spacing:-.035em!important;}
  .firm-card p{font-size:14px!important;line-height:1.62!important;}
  .firm-card:after{width:40px!important;height:40px!important;right:20px!important;top:20px!important;}

  /* Case/project pages */
  .case-summary{padding:44px 0!important;}
  .case-facts,.case-process,.case-meta{grid-template-columns:1fr!important;gap:10px!important;}
  .case-fact,.case-step,.case-meta div{padding:18px!important;}
  .case-showcase-pro{padding:48px 0!important;}
  .case-showcase-pro__inner{grid-template-columns:1fr!important;gap:28px!important;}
  .case-showcase-pro__media figure{aspect-ratio:4/3!important;border-radius:16px!important;}
  .case-showcase-pro__media-meta{font-size:9px!important;line-height:1.4!important;letter-spacing:.09em!important;}
  .case-showcase-pro__copy{max-width:100%!important;}
  .case-showcase-pro__kicker{font-size:10px!important;margin-bottom:14px!important;}
  .case-showcase-pro__copy h2{font-size:clamp(30px,9vw,40px)!important;line-height:1.03!important;letter-spacing:-.045em!important;margin-bottom:16px!important;}
  .case-showcase-pro__copy>p{font-size:14.5px!important;line-height:1.68!important;}
  .case-showcase-pro__points{margin-top:24px!important;padding-top:12px!important;}
  .case-showcase-pro__points>div{grid-template-columns:30px 1fr!important;gap:11px!important;padding:13px 0!important;}
  .case-showcase-pro__points strong{font-size:12px!important;letter-spacing:.06em!important;}
  .case-showcase-pro__points small{font-size:13px!important;}
  .case-showcase-pro__cta{width:100%!important;min-width:0!important;min-height:48px!important;margin-top:22px!important;}
  .case-photo-story{padding:48px 0!important;}
  .case-photo-heading h2{font-size:clamp(29px,8.5vw,38px)!important;line-height:1.05!important;letter-spacing:-.04em!important;}
  .case-photo-heading p{font-size:14.5px!important;line-height:1.66!important;}
  .case-photo-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:10px!important;}
  .case-photo-grid figure{height:auto!important;aspect-ratio:4/3!important;border-radius:15px!important;}
  .case-photo-grid .case-photo-main{grid-row:auto!important;}
  .case-photo-note{font-size:11px!important;line-height:1.5!important;}
  .case-work-visual,.service-real-visual{padding:42px 0!important;}
  .case-work-visual figure,.service-work-visual figure,.service-real-visual figure{border-radius:15px!important;}

  /* Article / GEO / AEO reading */
  .article,.geo-article,.geo-faq,.content-prose{max-width:100%!important;}
  .article h3,.content-prose h3{font-size:22px!important;line-height:1.18!important;letter-spacing:-.025em!important;}
  .answer-box{padding:18px!important;margin-bottom:26px!important;border-left-width:2px!important;border-radius:0 12px 12px 0!important;}
  .answer-box h2{font-size:21px!important;line-height:1.18!important;}
  .geo-definition-grid article,.geo-links a{padding:19px!important;border-radius:13px!important;}
  .geo-links a{min-height:0!important;}

  /* Contact form */
  .contact-form{grid-template-columns:1fr!important;gap:14px!important;}
  .contact-form label,.contact-form label.full{grid-column:1!important;font-size:11px!important;}
  .contact-form input,.contact-form textarea,.contact-form select{
    min-height:48px!important;
    margin-top:7px!important;
    padding:13px 14px!important;
    border-radius:10px!important;
    font-size:16px!important; /* prevents iOS zoom */
  }
  .contact-form textarea{min-height:132px!important;}
  .contact-form button{grid-column:1!important;min-height:50px!important;border-radius:10px!important;font-size:14px!important;}
  .contact-card{padding:20px!important;border-radius:14px!important;}

  /* CTA */
  .cta-strip{padding:42px 0!important;}
  .cta-strip .inner{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;align-items:start!important;}
  .cta-strip h2{font-size:29px!important;line-height:1.08!important;letter-spacing:-.04em!important;}
  .cta-strip a{width:100%!important;min-height:48px!important;justify-content:center!important;font-size:12px!important;border-radius:9px!important;}

  /* Work carousel/stream */
  .work-stream{padding:54px 0!important;}
  .work-stream .work-stream-head{padding:0 var(--mobile-gutter)!important;display:block!important;}
  .work-stream .work-stream-head h2{font-size:31px!important;line-height:1.05!important;letter-spacing:-.04em!important;}
  .work-stream .work-stream-head p{font-size:14px!important;line-height:1.65!important;margin-top:14px!important;}
  .work-item{min-width:78vw!important;max-width:78vw!important;border-radius:14px!important;}
  .work-marquee:before,.work-marquee:after{width:16px!important;}

  /* Footer: calm and readable */
  .footer{padding:58px 0 calc(28px + env(safe-area-inset-bottom))!important;}
  .footer-main{grid-template-columns:1fr!important;gap:32px!important;}
  .foot-brand{max-width:100%!important;}
  .foot-logo .brand-logo-img{width:82px!important;}
  .footer-main h3,.footer-main h4{font-size:13px!important;letter-spacing:.02em!important;}
  .footer-main p,.footer-main li,.footer-main a{font-size:13px!important;line-height:1.65!important;}
  .footer-contact-line{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:9px!important;
  }
  .footer-contact-line a{
    font-size:clamp(22px,7vw,28px)!important;
    line-height:1.12!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .footer-bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
    margin-top:38px!important;
    padding-top:20px!important;
    font-size:10px!important;
    line-height:1.5!important;
  }

  /* Legal pages */
  .legal-page{padding:116px 0 58px!important;}
  .legal-page h1{font-size:clamp(36px,10vw,46px)!important;line-height:1.05!important;letter-spacing:-.045em!important;}
  .legal-page h2{font-size:24px!important;line-height:1.15!important;}
  .legal-page p,.legal-page li{font-size:14.5px!important;line-height:1.72!important;}

  /* Remove desktop-only hover movement that feels unstable on touch */
  .service-card:hover,.service-list a:hover,.firm-card:hover,.brand-principle:hover,.geo-links a:hover{transform:none!important;}
}

@media (max-width:420px){
  :root{--mobile-gutter:16px;}
  .site-header,.site-header.gem-global-header,.sub-header{height:72px!important;min-height:72px!important;}
  .header-inner,.site-header.gem-global-header .header-inner,.sub-header .header-inner{height:72px!important;grid-template-columns:42px 1fr 42px!important;}
  .circle-menu,.site-header .circle-menu{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;}
  .site-header.gem-global-header .gem-logo .brand-logo-img{width:68px!important;}
  .hero{min-height:680px!important;}.hero-inner{height:680px!important;min-height:680px!important;}
  .hero-copy{padding-top:150px!important;}
  .hero h1{font-size:clamp(38px,11.8vw,49px)!important;}
  .page-hero,body.portfolio-category-page .portfolio-hero{padding:112px 0 50px!important;}
  .page-hero h1,.portfolio-hero h1,.case-hero h1{font-size:clamp(35px,10.6vw,45px)!important;}
  .page-section,.case-section{padding:50px 0!important;}
  body.subpage-body .page-section .section-head h2,
  .case-showcase-pro__copy h2{font-size:clamp(29px,9vw,37px)!important;}
  .work-item{min-width:84vw!important;max-width:84vw!important;}
}

/* ========================================================================
   V74 — MOBILE TYPOGRAPHY WEIGHT REFINEMENT
   Corporate mobile heading weight; desktop intentionally untouched.
   ======================================================================== */
@media (max-width:760px){
  .hero h1,
  .page-hero h1,
  .portfolio-hero h1,
  .case-hero h1,
  .page-lead-grid h2,
  .content-block h2,
  .case-section h2,
  .article h2,
  .content-prose h2,
  body.subpage-body .page-section .section-head h2,
  .case-showcase-pro__copy h2,
  .case-photo-heading h2,
  .manifesto-copy h2,
  .copy-row h2{
    font-weight:500!important;
  }

  .service-card h3,
  .service-list h3,
  .blog-card h2,
  .blog-card h3,
  .firm-card h2,
  .article h3,
  .content-prose h3,
  .answer-box h2{
    font-weight:500!important;
  }

  .mobile-panel nav a,
  .mobile-panel .mobile-nav a,
  .mobile-links a{
    font-weight:500!important;
  }
}


/* V85 - CP managed image popup */
.gem-popup-open{overflow:hidden}
.gem-site-popup{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;background:rgba(6,8,12,.78);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.gem-site-popup.is-visible{opacity:1;visibility:visible}
.gem-site-popup__frame{position:relative;display:grid;place-items:center;max-width:min(980px,92vw);max-height:86vh;border-radius:20px;box-shadow:0 34px 90px rgba(0,0,0,.44);transform:translateY(10px) scale(.985);transition:transform .22s ease}
.gem-site-popup.is-visible .gem-site-popup__frame{transform:none}
.gem-site-popup__frame img{display:block;max-width:100%;max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:20px;background:#fff}
.gem-site-popup__close{position:absolute;right:-12px;top:-12px;z-index:2;width:38px;height:38px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#0d1117;color:#fff;font:500 25px/1 Arial,sans-serif;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 28px rgba(0,0,0,.28)}
.gem-site-popup__close:hover{background:#171d26}
@media(max-width:640px){.gem-site-popup{padding:16px}.gem-site-popup__frame,.gem-site-popup__frame img{max-height:82vh;border-radius:14px}.gem-site-popup__close{right:-7px;top:-14px;width:36px;height:36px}}
@media(prefers-reduced-motion:reduce){.gem-site-popup,.gem-site-popup__frame{transition:none}}
