
/* Pajic Studios / Web Design
   Deliberately scoped: this department is its own visual world.
   Pajic's global header/button geometry stays; the content surface does not. */

body[data-route^="/studio/web-design/"]{
  --wd-bg:#08080d;
  --wd-paper:#f5f0e8;
  --wd-ink:#09090d;
  --wd-acid:#d8ff3e;
  --wd-violet:#8b63ff;
  --wd-pink:#ff56b7;
  --wd-coral:#ff715b;
  --wd-cyan:#77f4ff;
  --wd-line:rgba(255,255,255,.15);
  background:var(--wd-bg)!important;
  color:#fff;
}
body[data-route^="/studio/web-design/"] .site-bg,
body[data-route^="/studio/web-design/"] .site-light-overlay,
body[data-route^="/studio/web-design/"] .site-dark-overlay,
body[data-route^="/studio/web-design/"] #pageBg,
body[data-route^="/studio/web-design/"] #pageBgOverlay{display:none!important}
body[data-route^="/studio/web-design/"] .page-scroll{
  background:var(--wd-bg);
  scroll-snap-type:none!important;
  overflow-x:hidden;
}
body[data-route^="/studio/web-design/"] #siteContent{background:var(--wd-bg)}
body[data-route^="/studio/web-design/"] footer.footer{display:none!important}
body[data-route^="/studio/web-design/"] .product-native--webdesign{
  min-height:0!important;
  scroll-snap-align:none!important;
  overflow:hidden;
  background:var(--wd-bg);
  color:#fff;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign + .product-native--webdesign{border-top:0!important}
body[data-route^="/studio/web-design/"] .product-native--webdesign::before,
body[data-route^="/studio/web-design/"] .product-native--webdesign::after{display:none!important}
body[data-route^="/studio/web-design/"] .product-native--webdesign{
  padding-top:0!important;
  padding-bottom:0!important;
  scroll-margin-top:0!important;
  scroll-snap-stop:normal!important;
}
html:has(body[data-route^="/studio/web-design/"]){scroll-snap-type:none!important;scroll-padding-top:0!important}
body[data-route^="/studio/web-design/"] .topbar{z-index:1000}
body[data-route^="/studio/web-design/"] a{text-decoration:none}

.wd{
  width:100%;
  max-width:none;
  margin:0;
  padding-top:clamp(84px,10vw,160px);
  padding-bottom:clamp(84px,10vw,160px);
  padding-left:max(clamp(22px,5vw,84px),calc((100vw - 1500px)/2 + 84px));
  padding-right:max(clamp(22px,5vw,84px),calc((100vw - 1500px)/2 + 84px));
  box-sizing:border-box;
  position:relative;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.wd *{box-sizing:border-box}
.wd h1,.wd h2,.wd h3,.wd p{margin:0}
.wd h1,.wd h2,.wd h3{letter-spacing:-.05em;line-height:.92}
.wd em{font-style:normal}
.wd-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.wd-kicker:before{
  content:"";
  width:9px;height:9px;border-radius:50%;
  background:var(--wd-acid);
  box-shadow:0 0 0 5px rgba(216,255,62,.1);
}
.wd-section-head{max-width:980px;margin-bottom:64px}
.wd-section-head>span{
  display:block;
  margin-bottom:18px;
  color:var(--wd-acid);
  font-size:11px;font-weight:900;letter-spacing:.15em;
}
.wd-section-head h2{
  font-size:clamp(48px,7.4vw,112px);
  text-transform:uppercase;
  font-weight:950;
}
.wd-section-head h2 em{color:var(--wd-pink)}
.wd-section-head p{max-width:720px;margin-top:26px;color:rgba(255,255,255,.67);font-size:clamp(16px,1.5vw,21px);line-height:1.55}

.wd-pill{
  appearance:none;border:0;cursor:pointer;
  min-height:50px;padding:13px 22px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  font:800 14px/1 Inter,ui-sans-serif,system-ui;
  transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .25s,color .25s;
}
.wd-pill:hover{transform:translateY(-3px) scale(1.02)}
.wd-pill span{font-size:18px;line-height:0}
.wd-pill--acid{background:var(--wd-acid);color:#0b0b0d;box-shadow:0 12px 40px rgba(216,255,62,.16)}
.wd-pill--ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px)}
.wd-pill--dark{background:#0c0c0f;color:#fff;border:1px solid rgba(0,0,0,.2);width:100%}

[data-wd-reveal]{
  opacity:0;
  transform:translateY(36px) scale(.985);
  transition:opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);
}
[data-wd-reveal].is-in{opacity:1;transform:none}

/* Hero */
.wd-hero{
  min-height:calc(100svh - 24px);
  max-width:none;
  padding-top:clamp(130px,14vh,200px);
  padding-bottom:120px;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(220px,.32fr);
  gap:42px;
  align-items:center;
  background:
    radial-gradient(circle at 16% 12%,rgba(139,99,255,.25),transparent 36%),
    radial-gradient(circle at 89% 45%,rgba(255,86,183,.18),transparent 31%),
    linear-gradient(145deg,#08080d 0%,#101019 60%,#08080d 100%);
}
.wd-hero__noise{
  position:absolute;inset:0;z-index:-1;opacity:.23;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}
.wd-hero__orb{
  position:absolute;border-radius:50%;filter:blur(2px);z-index:-1;pointer-events:none;
  animation:wdDrift 8s ease-in-out infinite alternate;
}
.wd-hero__orb--one{width:32vw;height:32vw;min-width:280px;min-height:280px;right:-8vw;top:7vh;background:radial-gradient(circle at 30% 28%,#ff8bd0,#8b63ff 40%,transparent 68%);opacity:.38}
.wd-hero__orb--two{width:21vw;height:21vw;left:51%;bottom:-7vw;background:radial-gradient(circle at 30% 30%,#d8ff3e,#78f4ff 44%,transparent 70%);opacity:.2;animation-delay:-3s}
@keyframes wdDrift{to{transform:translate3d(30px,-22px,0) rotate(9deg) scale(1.08)}}
.wd-hero__copy{position:relative;z-index:2;max-width:1080px}
.wd-hero__copy .wd-kicker{justify-content:space-between;width:min(620px,100%);margin-bottom:32px;color:rgba(255,255,255,.65)}
.wd-hero__copy .wd-kicker:before{display:none}
.wd-hero__copy .wd-kicker b{color:var(--wd-acid);font-size:10px}
.wd-hero h1{
  font-size:clamp(62px,10.2vw,174px);
  font-weight:1000;
  text-transform:uppercase;
  line-height:.78;
  letter-spacing:-.075em;
  max-width:1150px;
}
.wd-hero h1>span{
  display:inline-block;color:var(--wd-acid);
  transform:rotate(-1.5deg);
  text-shadow:0 10px 45px rgba(216,255,62,.11);
}
.wd-hero h1 em{color:transparent;-webkit-text-stroke:2px var(--wd-pink);text-stroke:2px var(--wd-pink)}
.wd-hero__copy>p{max-width:640px;margin-top:34px;color:rgba(255,255,255,.7);font-size:clamp(18px,1.8vw,25px);line-height:1.45}
.wd-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.wd-hero__sticker{
  align-self:end;justify-self:end;
  width:clamp(180px,16vw,250px);aspect-ratio:1;
  border-radius:50%;background:var(--wd-paper);color:var(--wd-ink);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  transform:rotate(8deg);
  box-shadow:0 30px 100px rgba(0,0,0,.4);
}
.wd-hero__sticker span{font:950 clamp(16px,1.4vw,23px)/.95 Inter,sans-serif;letter-spacing:-.04em}
.wd-hero__sticker i{margin-top:14px;font-size:28px;font-style:normal}
.wd-hero__rotate{
  position:absolute;right:5vw;top:36%;writing-mode:vertical-rl;
  font-size:11px;font-weight:900;letter-spacing:.14em;color:rgba(255,255,255,.45)
}
.wd-hero__rotate strong{color:var(--wd-cyan)}
.wd-hero__ticker{
  position:absolute;left:0;right:0;bottom:0;height:54px;
  display:flex;align-items:center;overflow:hidden;
  background:var(--wd-acid);color:#0a0a0d;
  transform:rotate(-1deg) scale(1.02);
  font-size:14px;font-weight:1000;white-space:nowrap;letter-spacing:.06em;
}
.wd-hero__ticker div{min-width:max-content;animation:wdTicker 22s linear infinite}
@keyframes wdTicker{to{transform:translateX(-100%)}}

/* Work */
.wd-work{max-width:none;background:#f1ede4;color:#0a0a0d}
.wd-work .wd-section-head>span{color:#6d45ff}
.wd-work .wd-section-head h2 em{color:#6d45ff}
.wd-work .wd-section-head p{color:rgba(10,10,13,.62)}
.wd-demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2vw,32px)}
.wd-demo-card{
  color:inherit;
  border-radius:34px;
  padding:14px 14px 25px;
  background:#fff;
  box-shadow:0 16px 50px rgba(22,18,32,.08);
  transform-style:preserve-3d;
  transition:box-shadow .35s,transform .18s;
}
.wd-demo-card:hover{box-shadow:0 28px 80px rgba(22,18,32,.16)}
.wd-demo-browser{border-radius:23px;overflow:hidden;aspect-ratio:16/10;background:#111}
.wd-demo-browser__bar{height:37px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#1d1d23;color:#fff}
.wd-demo-browser__bar>span{width:7px;height:7px;border-radius:50%;background:#5b5b65}
.wd-demo-browser__bar small{margin-left:auto;margin-right:auto;font-size:9px;opacity:.5}
.wd-demo-browser__stage{height:calc(100% - 37px);position:relative;overflow:hidden}
.wd-demo-meta{padding:23px 9px 0}
.wd-demo-meta>span{font-size:10px;font-weight:900;letter-spacing:.13em;color:#777}
.wd-demo-meta h3{font-size:clamp(34px,3vw,54px);margin-top:8px}
.wd-demo-meta p{max-width:540px;margin:13px 0 20px;font-size:15px;line-height:1.5;color:#62626b}
.wd-demo-meta b{font-size:13px}
.wd-demo-meta b i{font-style:normal;color:#6d45ff;font-size:17px}
.wd-demo-food{height:100%;padding:8%;background:radial-gradient(circle at 74% 35%,rgba(246,175,92,.4),transparent 26%),linear-gradient(120deg,#691920,#180b0b);color:#fff;display:flex;flex-direction:column;justify-content:center}
.wd-demo-food span{font:900 10px/1 sans-serif;letter-spacing:.25em}
.wd-demo-food strong{font:950 clamp(26px,4vw,65px)/.88 sans-serif;letter-spacing:-.06em;margin:8px 0 18px}
.wd-demo-food i{font:800 9px/1 sans-serif;font-style:normal;color:#ffd49b}
.wd-demo-oleta{height:100%;padding:8%;background:linear-gradient(135deg,#ebe3d4,#c8b197);color:#24180e;position:relative}
.wd-demo-oleta b{font:1000 16px/1 sans-serif;letter-spacing:.18em}
.wd-demo-oleta span{display:block;margin-top:13%;font:1000 clamp(32px,5vw,74px)/.82 sans-serif;letter-spacing:-.07em}
.wd-demo-oleta i{position:absolute;bottom:9%;left:8%;font:800 9px/1 sans-serif;font-style:normal;letter-spacing:.14em}
.wd-demo-krila{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-align:center;padding:8%;background:radial-gradient(circle at 50% 70%,#d9f7ff,transparent 33%),linear-gradient(#77bde9,#dff4ff);color:#032642;position:relative}
.wd-demo-krila b{position:absolute;top:8%;left:8%;letter-spacing:.2em}
.wd-demo-krila span{font:1000 clamp(35px,5.5vw,80px)/1 sans-serif;letter-spacing:-.07em}.wd-demo-krila em{font-size:30px;font-style:normal}.wd-demo-krila i{position:absolute;bottom:8%;right:8%;font-size:9px;font-style:normal;font-weight:900;letter-spacing:.12em}
.wd-demo-doll{height:100%;padding:8%;background:linear-gradient(135deg,#042ca8,#0059ff 50%,#69a3ff);color:#fff;display:flex;flex-direction:column}
.wd-demo-doll b{font:1000 18px/1 sans-serif;letter-spacing:.12em}.wd-demo-doll span{margin:auto 0;font:1000 clamp(33px,5vw,72px)/.83 sans-serif;letter-spacing:-.06em}.wd-demo-doll i{font:900 9px/1 sans-serif;font-style:normal;letter-spacing:.12em}

/* Services */
.wd-services{max-width:none;background:#0a0a0f}
.wd-service-stack{border-top:1px solid var(--wd-line)}
.wd-service-stack article{
  min-height:190px;display:grid;grid-template-columns:90px minmax(220px,.8fr) minmax(280px,1fr) 120px;gap:20px;align-items:center;
  border-bottom:1px solid var(--wd-line);padding:28px 0;
  transition:padding .3s,background .3s;
}
.wd-service-stack article:hover{padding-left:20px;padding-right:20px;background:rgba(255,255,255,.035)}
.wd-service-stack article>b{font-size:12px;color:var(--wd-acid);font-family:monospace}
.wd-service-stack h3{font-size:clamp(35px,4.3vw,70px)}
.wd-service-stack p{font-size:16px;line-height:1.55;color:rgba(255,255,255,.6)}
.wd-service-stack article>span{font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--wd-pink);text-align:right}

/* Industries */
.wd-industries{max-width:none;background:var(--wd-acid);color:#0a0a0d}
.wd-industries__intro{max-width:1000px;margin-bottom:70px}
.wd-industries .wd-kicker:before{background:#0a0a0d;box-shadow:none}
.wd-industries__intro h2{font-size:clamp(60px,9vw,140px);font-weight:1000;text-transform:uppercase;margin:20px 0}
.wd-industries__intro p{max-width:700px;font-size:18px;line-height:1.6;color:rgba(10,10,13,.66)}
.wd-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.wd-industry{
  min-height:530px;border-radius:28px;padding:30px;display:flex;flex-direction:column;color:#fff;position:relative;overflow:hidden;
  transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.wd-industry:hover{transform:translateY(-8px) rotate(-1deg)}
.wd-industry:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-70px;bottom:-70px;background:rgba(255,255,255,.13);filter:blur(2px)}
.wd-industry--barber{background:linear-gradient(150deg,#24150b,#b88357)}
.wd-industry--food{background:linear-gradient(150deg,#6c1520,#ef6f57)}
.wd-industry--local{background:linear-gradient(150deg,#17278f,#7548e7)}
.wd-industry small{font-size:10px;font-weight:900;letter-spacing:.15em;opacity:.7}
.wd-industry h3{font-size:clamp(44px,4.5vw,72px);margin:60px 0 18px}
.wd-industry p{font-size:16px;line-height:1.55;opacity:.75}
.wd-industry>span{margin-top:auto;font-size:13px;font-weight:900;position:relative;z-index:2}

/* Pricing */
.wd-pricing{max-width:none;background:#ebe7df;color:#0a0a0d}
.wd-pricing .wd-section-head>span{color:#704bff}
.wd-pricing .wd-section-head h2 em{color:#704bff}
.wd-pricing .wd-section-head p{color:rgba(10,10,13,.6)}
.wd-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:stretch}
.wd-price{position:relative;border-radius:26px;padding:26px;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;min-height:610px}
.wd-price--hot{background:#7650ff;color:#fff;transform:translateY(-10px)}
.wd-price__flag{position:absolute;right:18px;top:17px;border-radius:999px;padding:8px 10px;background:var(--wd-acid);color:#0a0a0d;font-size:8px;font-weight:1000;letter-spacing:.12em}
.wd-price__top small{display:block;font-family:monospace;font-size:10px;opacity:.5}.wd-price__top h3{font-size:42px;margin-top:22px}
.wd-price>p{font-size:14px;line-height:1.5;margin:18px 0;color:#6c6c74}.wd-price--hot>p{color:rgba(255,255,255,.7)}
.wd-price__number{padding:24px 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);margin:10px 0 22px}.wd-price--hot .wd-price__number{border-color:rgba(255,255,255,.2)}
.wd-price__number span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;opacity:.55;margin-bottom:4px}.wd-price__number strong{font-size:clamp(31px,3vw,47px);letter-spacing:-.05em}
.wd-price ul{list-style:none;margin:0 0 24px;padding:0}.wd-price li{padding:9px 0;font-size:13px;border-bottom:1px solid rgba(0,0,0,.06)}.wd-price li:before{content:"↗";margin-right:9px;font-weight:900}.wd-price--hot li{border-color:rgba(255,255,255,.13)}
.wd-price .wd-pill{margin-top:auto}
.wd-price--hot .wd-pill--dark{background:#fff;color:#111}
.wd-care{margin-top:18px;padding:24px 28px;border-radius:22px;background:#141419;color:#fff;display:flex;gap:30px;align-items:center}.wd-care b{white-space:nowrap;color:var(--wd-acid);font-size:10px;letter-spacing:.15em}.wd-care p{color:rgba(255,255,255,.67);line-height:1.5}.wd-care strong{color:#fff}

/* Process */
.wd-process{max-width:none;background:#ff5cac;color:#170710}
.wd-process .wd-section-head>span{color:#170710}.wd-process .wd-section-head h2{max-width:1100px}
.wd-process-list{list-style:none;margin:0;padding:0;border-top:2px solid rgba(23,7,16,.35)}
.wd-process-list li{display:grid;grid-template-columns:120px 1fr;padding:45px 0;border-bottom:1px solid rgba(23,7,16,.25)}
.wd-process-list li>b{font:900 13px/1 monospace}.wd-process-list li span{font-size:10px;font-weight:1000;letter-spacing:.14em}.wd-process-list li h3{font-size:clamp(35px,4.5vw,70px);margin:7px 0 14px}.wd-process-list li p{max-width:700px;line-height:1.55;color:rgba(23,7,16,.67)}

/* Search */
.wd-search{max-width:none;background:#0b0b10;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}
.wd-search__copy h2{font-size:clamp(65px,9vw,145px);font-weight:1000;text-transform:uppercase;margin:20px 0}.wd-search__copy h2 em{color:var(--wd-cyan)}
.wd-search__copy p{max-width:720px;color:rgba(255,255,255,.65);font-size:18px;line-height:1.6}
.wd-search__terminal{border:1px solid rgba(255,255,255,.17);border-radius:26px;background:#111119;box-shadow:0 30px 100px rgba(0,0,0,.35);overflow:hidden}
.wd-search__terminal:before{content:"pajic-studios://search-readiness";display:block;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.12);font:10px/1 monospace;color:rgba(255,255,255,.45)}
.wd-search__terminal div{display:grid;grid-template-columns:100px 1fr auto;gap:14px;padding:18px;border-bottom:1px solid rgba(255,255,255,.08);align-items:center}.wd-search__terminal div:last-child{border:0}.wd-search__terminal span{font:10px/1 monospace;color:#9a9aa7}.wd-search__terminal b{font-size:15px}.wd-search__terminal i{font-style:normal;color:var(--wd-acid)}

/* FAQ */
.wd-faq{max-width:none;background:#18141f}
.wd-faq-list{max-width:1120px}
.wd-faq details{border-top:1px solid rgba(255,255,255,.15)}
.wd-faq details:last-child{border-bottom:1px solid rgba(255,255,255,.15)}
.wd-faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 0;font-size:clamp(22px,2.7vw,38px);font-weight:850;letter-spacing:-.035em}
.wd-faq summary::-webkit-details-marker{display:none}.wd-faq summary i{font-style:normal;font-size:30px;color:var(--wd-acid);transition:transform .25s}.wd-faq details[open] summary i{transform:rotate(45deg)}
.wd-faq details p{max-width:780px;padding:0 0 32px;color:rgba(255,255,255,.62);font-size:17px;line-height:1.6}

/* Lead */
.wd-lead-wrap{max-width:none;background:linear-gradient(145deg,#6a43ff,#8e66ff 55%,#ff5cac)}
.wd-lead{display:grid;grid-template-columns:.78fr 1.22fr;gap:8vw}
.wd-lead__copy h2{font-size:clamp(60px,7.5vw,116px);font-weight:1000;text-transform:uppercase;margin:24px 0}.wd-lead__copy h2 em{color:var(--wd-acid)}
.wd-lead__copy>p{max-width:560px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.75)}
.wd-lead__signals{margin-top:35px;display:grid;gap:8px}.wd-lead__signals span{font-size:11px;font-weight:850;letter-spacing:.04em}
.wd-form{background:#f4f0e8;color:#0b0b0e;border-radius:30px;padding:clamp(22px,3vw,42px);box-shadow:0 30px 100px rgba(33,12,80,.26)}
.wd-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.wd-form label{display:grid;gap:7px}.wd-form label>span{font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.wd-form label small{font-weight:600;opacity:.5}
.wd-form input,.wd-form select,.wd-form textarea{width:100%;border:1px solid rgba(0,0,0,.13);background:#fff;color:#111;border-radius:16px;padding:15px 14px;font:600 14px/1.35 Inter,sans-serif;outline:none;transition:border-color .2s,box-shadow .2s}.wd-form textarea{resize:vertical;min-height:130px}.wd-form input:focus,.wd-form select:focus,.wd-form textarea:focus{border-color:#7650ff;box-shadow:0 0 0 3px rgba(118,80,255,.13)}
.wd-form__wide{grid-column:1/-1}.wd-form__bottom{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:18px}.wd-form__profile{max-width:250px}.wd-form__status{min-height:24px;margin-top:14px;font-size:13px;font-weight:700}.wd-form__status.is-error{color:#b40028}.wd-form__status.is-success{color:#0a7a45}
.wd-form__legal{margin:13px 0 0;font-size:10px;line-height:1.45;color:#76767d}.wd-form__legal a{color:#4e31c8;text-decoration:underline;font-weight:800}
.wd-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.wd-footer{background:#08080d;color:#fff;padding:30px clamp(22px,5vw,84px);display:flex;align-items:center;gap:24px;border-top:1px solid rgba(255,255,255,.12);font-family:Inter,sans-serif}.wd-footer span{font-size:10px;font-weight:1000;letter-spacing:.14em;color:var(--wd-acid)}.wd-footer p{font-size:12px;color:rgba(255,255,255,.45)}.wd-footer nav{margin-left:auto;display:flex;gap:16px;align-items:center}.wd-footer a{color:#fff;font-size:12px;font-weight:800}

/* Vertical landing pages */
.wd-vhero{max-width:none;min-height:92svh;padding-top:150px;display:grid;grid-template-columns:1fr .6fr;gap:8vw;align-items:center;overflow:hidden}
.wd-vhero--barber{background:radial-gradient(circle at 80% 40%,rgba(189,142,100,.35),transparent 27%),linear-gradient(140deg,#0b0908,#21150f)}
.wd-vhero--food{background:radial-gradient(circle at 82% 35%,rgba(255,132,86,.35),transparent 27%),linear-gradient(140deg,#120808,#50151a)}
.wd-vhero--local{background:radial-gradient(circle at 83% 35%,rgba(119,244,255,.25),transparent 27%),linear-gradient(140deg,#080a17,#171b59)}
.wd-vhero__copy{position:relative;z-index:2}.wd-vhero__copy h1{font-size:clamp(70px,10vw,170px);font-weight:1000;text-transform:uppercase;margin:24px 0}.wd-vhero__copy h1 em{color:var(--wd-acid)}.wd-vhero__copy p{max-width:700px;font-size:clamp(18px,1.7vw,25px);line-height:1.5;color:rgba(255,255,255,.69);margin-bottom:30px}.wd-vhero__copy>div{display:flex;gap:10px;flex-wrap:wrap}
.wd-vhero__phone{justify-self:center;width:min(350px,70vw);aspect-ratio:9/18;border:10px solid #020205;border-radius:55px;background:linear-gradient(155deg,#f1efe9,#c9c2b5);color:#0b0b0d;padding:24px;display:flex;flex-direction:column;box-shadow:0 50px 130px rgba(0,0,0,.45);transform:rotate(6deg)}.wd-vhero__phone>span{font-size:10px;font-weight:900}.wd-vhero__phone div{margin:auto 0}.wd-vhero__phone small{font-size:9px;font-weight:900;letter-spacing:.1em}.wd-vhero__phone strong{display:block;font-size:56px;line-height:.82;letter-spacing:-.07em;margin-top:10px}.wd-vhero__phone i{width:52px;height:52px;border-radius:50%;background:#0b0b0d;color:#fff;display:grid;place-items:center;font-style:normal;font-size:22px;margin-left:auto}
.wd-vservices{max-width:none;background:#f0ece4;color:#101015}.wd-vservices .wd-section-head>span{color:#7650ff}.wd-vservices .wd-section-head h2 em{color:#7650ff}
.wd-vservice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.wd-vservice-grid article{min-height:330px;border-radius:26px;padding:28px;background:#fff;display:flex;flex-direction:column}.wd-vservice-grid article>b{font:800 11px/1 monospace;color:#7650ff}.wd-vservice-grid article>span{margin-top:auto;font-size:9px;font-weight:1000;letter-spacing:.14em}.wd-vservice-grid h3{font-size:clamp(37px,4vw,62px);margin:10px 0 17px}.wd-vservice-grid p{line-height:1.55;color:#686870;max-width:580px}
.wd-vpackage{max-width:none;background:var(--wd-acid);color:#0b0b0d;display:grid;grid-template-columns:1fr .75fr;gap:8vw;align-items:center}.wd-vpackage .wd-kicker:before{background:#0b0b0d;box-shadow:none}.wd-vpackage h2{font-size:clamp(60px,8vw,125px);font-weight:1000;text-transform:uppercase;margin:20px 0}.wd-vpackage p{max-width:680px;font-size:18px;line-height:1.6;color:rgba(11,11,13,.66);margin-bottom:25px}.wd-vpackage .wd-pill--acid{background:#0b0b0d;color:#fff}.wd-vpackage ul{list-style:none;padding:0;margin:0;border-top:2px solid #0b0b0d}.wd-vpackage li{padding:19px 0;border-bottom:1px solid rgba(0,0,0,.22);font-size:15px;font-weight:750}.wd-vpackage li:before{content:"↗";margin-right:12px}
.wd-vproof{max-width:none;background:#0a0a0f}.wd-vproof h2{font-size:clamp(56px,8vw,126px);font-weight:1000;text-transform:uppercase;max-width:1250px;margin:24px 0}.wd-vproof h2 em{color:var(--wd-pink)}.wd-vproof>p{max-width:840px;font-size:19px;line-height:1.6;color:rgba(255,255,255,.64)}
.wd-demo-inline{margin-top:55px;min-height:170px;border-radius:28px;padding:26px;display:grid;grid-template-columns:1fr auto;align-items:end;color:#fff;position:relative;overflow:hidden}.wd-demo-inline span{font-size:9px;font-weight:900;letter-spacing:.15em;align-self:start}.wd-demo-inline strong{font-size:clamp(52px,7vw,100px);letter-spacing:-.06em}.wd-demo-inline i{grid-row:1/3;grid-column:2;font-style:normal;font-size:50px}.wd-demo-inline--barber{background:linear-gradient(135deg,#593a27,#b88962)}.wd-demo-inline--food{background:linear-gradient(135deg,#62131b,#f07457)}.wd-demo-inline--local{background:linear-gradient(135deg,#1730ac,#7848e8)}

@media (max-width:1050px){
  .wd-price-grid{grid-template-columns:repeat(2,1fr)}.wd-price--hot{transform:none}
  .wd-industry-grid{grid-template-columns:1fr}.wd-industry{min-height:380px}
  .wd-search,.wd-lead,.wd-vpackage{grid-template-columns:1fr;gap:60px}
  .wd-service-stack article{grid-template-columns:50px 1fr}.wd-service-stack article p{grid-column:2}.wd-service-stack article>span{grid-column:2;text-align:left}
}
@media (max-width:760px){
  .wd{padding:78px 18px}
  .wd-hero{padding-top:120px;padding-bottom:100px;display:block;min-height:92svh}
  .wd-hero h1{font-size:clamp(56px,18vw,92px);line-height:.8}
  .wd-hero__copy .wd-kicker b{display:none}
  .wd-hero__sticker{width:145px;margin:35px 0 0 auto}.wd-hero__rotate{display:none}.wd-hero__ticker{height:45px;font-size:11px}
  .wd-demo-grid,.wd-price-grid,.wd-vservice-grid{grid-template-columns:1fr}
  .wd-demo-card{border-radius:24px}.wd-demo-browser{border-radius:17px}
  .wd-service-stack article{grid-template-columns:38px 1fr;gap:12px;padding:26px 0}.wd-service-stack article h3{font-size:36px}
  .wd-price{min-height:0}.wd-care{align-items:flex-start;flex-direction:column;gap:8px}
  .wd-process-list li{grid-template-columns:54px 1fr}.wd-process-list li h3{font-size:36px}
  .wd-search__terminal div{grid-template-columns:70px 1fr auto;padding:15px 12px}.wd-search__terminal b{font-size:13px}
  .wd-form__grid{grid-template-columns:1fr}.wd-form__wide{grid-column:auto}.wd-form__bottom{align-items:stretch;flex-direction:column}.wd-form__profile{max-width:none}.wd-form__bottom .wd-pill{width:100%}
  .wd-footer{align-items:flex-start;flex-direction:column}.wd-footer nav{margin-left:0;flex-wrap:wrap}
  .wd-vhero{padding-top:130px;grid-template-columns:1fr;gap:50px}.wd-vhero__phone{width:230px;border-radius:40px;border-width:7px}.wd-vhero__phone strong{font-size:40px}
}
@media (prefers-reduced-motion:reduce){
  .wd *, .wd *:before, .wd *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}
  [data-wd-reveal]{opacity:1!important;transform:none!important}
  .wd-demo-card{transform:none!important}
}


/* ── Web Design chrome + microsite isolation polish ───────────────────── */
body[data-route^="/studio/web-design/"]{
  --wd-chrome-ease:cubic-bezier(.22,1,.36,1);
}
body[data-route^="/studio/web-design/"] #siteContent,
body[data-route^="/studio/web-design/"] .page-scroll{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-height:0!important;
  display:block!important;
  justify-content:initial!important;
  background:transparent;
}
body[data-route^="/studio/web-design/"] .chapter::before,
body[data-route^="/studio/web-design/"] .chapter::after{display:none!important}

/* Keep the Pajic header, but let it get out of the way after the first scroll. */
body[data-route^="/studio/web-design/"] .topbar{
  width:min(1120px,calc(100% - 32px));
  min-height:68px;
  padding:8px 10px 8px 14px;
  border-radius:34px;
  transition:
    width .42s var(--wd-chrome-ease),
    min-height .42s var(--wd-chrome-ease),
    padding .42s var(--wd-chrome-ease),
    border-radius .42s var(--wd-chrome-ease),
    background .34s ease,
    box-shadow .34s ease,
    opacity .32s ease,
    transform .32s var(--wd-chrome-ease);
}
body[data-route^="/studio/web-design/"] .topbar .brand-logo-stack{
  width:136px;
  height:29px;
  transition:width .42s var(--wd-chrome-ease),height .42s var(--wd-chrome-ease);
}
body[data-route^="/studio/web-design/"].wd-scrolled .topbar{
  width:min(900px,calc(100% - 48px));
  min-height:52px;
  padding:5px 7px 5px 11px;
  border-radius:27px;
  background:rgba(8,8,13,.58);
  box-shadow:0 12px 36px rgba(0,0,0,.18);
}
body[data-route^="/studio/web-design/"].wd-scrolled .topbar .brand-logo-stack{
  width:108px;
  height:23px;
}
body[data-route^="/studio/web-design/"].wd-scrolled .topbar .site-switcher{gap:13px;transform:scale(.93)}
body[data-route^="/studio/web-design/"].wd-scrolled .topbar .site-link{font-size:12px}
body[data-route^="/studio/web-design/"].wd-scrolled .topbar:not(.is-search-primed):not(.is-searching):not(:hover):not(:focus-within) .topbar-search{
  width:40px;
  max-width:40px;
  min-height:40px;
}

/* Department dock: a quiet pill until somebody actually wants to use it. */
@media(min-width:981px){
  body[data-route^="/studio/web-design/"] .desktop-nav{
    min-height:54px;
    max-width:154px;
    width:154px;
    padding:5px;
    gap:5px;
    border-radius:28px;
    overflow:hidden;
    transition:max-width .42s var(--wd-chrome-ease),width .42s var(--wd-chrome-ease),min-height .42s var(--wd-chrome-ease),background .28s ease,box-shadow .28s ease;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:hover,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within,
  body[data-route^="/studio/web-design/"].wd-nav-open .desktop-nav{
    width:min(920px,calc(100vw - 40px));
    max-width:min(920px,calc(100vw - 40px));
    min-height:62px;
    overflow-x:auto;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav__link{
    min-width:0;
    width:0;
    max-width:0;
    min-height:44px;
    padding:0;
    gap:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:scale(.9);
    transition:opacity .18s ease,transform .28s var(--wd-chrome-ease),width .36s var(--wd-chrome-ease),max-width .36s var(--wd-chrome-ease),padding .36s var(--wd-chrome-ease);
  }
  body[data-route^="/studio/web-design/"] .desktop-nav__link.active,
  body[data-route^="/studio/web-design/"] .desktop-nav__link:first-of-type{
    width:144px;
    max-width:144px;
    padding:0 12px;
    gap:7px;
    opacity:1;
    pointer-events:auto;
    transform:none;
    flex-direction:row;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:hover .desktop-nav__link,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within .desktop-nav__link,
  body[data-route^="/studio/web-design/"].wd-nav-open .desktop-nav__link{
    width:auto;
    max-width:150px;
    min-width:72px;
    padding:0 11px;
    gap:5px;
    opacity:1;
    pointer-events:auto;
    transform:none;
    flex-direction:column;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .desktop-nav__link:first-of-type:not(.active){
    display:flex;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .desktop-nav__link.active ~ .desktop-nav__link:first-of-type{display:none}
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .nav-icon,
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .nav-icon svg{
    width:22px;height:22px;flex-basis:22px;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .nav-selection{opacity:0}
  body[data-route^="/studio/web-design/"] .desktop-nav:hover .nav-selection,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within .nav-selection,
  body[data-route^="/studio/web-design/"].wd-nav-open .nav-selection{opacity:1}
  body[data-route^="/studio/web-design/"] .desktop-nav:has(.desktop-nav__link.active:not(:first-of-type)):not(:hover):not(:focus-within) .desktop-nav__link:first-of-type{
    width:0;max-width:0;padding:0;opacity:0;pointer-events:none;
  }
}
@media(max-width:980px){
  body[data-route^="/studio/web-design/"] .mobile-dock{--dock-fab-size:48px;--dock-gap:7px}
  body[data-route^="/studio/web-design/"] #desktopNav{
    max-width:128px!important;
    min-height:50px!important;
    padding:4px!important;
    overflow:hidden!important;
    transition:max-width .36s var(--wd-chrome-ease),width .36s var(--wd-chrome-ease);
  }
  body[data-route^="/studio/web-design/"].wd-nav-open #desktopNav{
    max-width:calc(100vw - 132px)!important;
    overflow-x:auto!important;
  }
  body[data-route^="/studio/web-design/"] #desktopNav .desktop-nav__link{
    min-width:0!important;width:0!important;max-width:0!important;padding:0!important;opacity:0;pointer-events:none;overflow:hidden;
  }
  body[data-route^="/studio/web-design/"] #desktopNav .desktop-nav__link.active,
  body[data-route^="/studio/web-design/"] #desktopNav .desktop-nav__link:first-of-type{
    width:120px!important;max-width:120px!important;padding:0 10px!important;opacity:1;pointer-events:auto;flex-direction:row!important;gap:6px!important;
  }
  body[data-route^="/studio/web-design/"].wd-nav-open #desktopNav .desktop-nav__link{
    width:auto!important;max-width:132px!important;min-width:66px!important;padding:0 8px!important;opacity:1;pointer-events:auto;flex-direction:column!important;
  }
}

/* Route-specific visual systems: same studio craft, different customer world. */
body[data-route="/studio/web-design/barbershops/"]{
  --wd-bg:#0d0907;--wd-paper:#f2e6d4;--wd-ink:#1e130b;--wd-acid:#e7c18c;--wd-violet:#7a5234;--wd-pink:#c98f5a;--wd-coral:#a9623d;--wd-cyan:#f7e7cf;--wd-line:rgba(231,193,140,.18);
}
body[data-route="/studio/web-design/barbershops/"] .wd-vservices{background:#efe4d2}
body[data-route="/studio/web-design/barbershops/"] .wd-vservices .wd-section-head>span,
body[data-route="/studio/web-design/barbershops/"] .wd-vservices .wd-section-head h2 em{color:#825533}
body[data-route="/studio/web-design/barbershops/"] .wd-vpackage{background:#d9b27b}
body[data-route="/studio/web-design/barbershops/"] .wd-lead-wrap{background:linear-gradient(145deg,#2b1b11,#7d5537 58%,#c58c59)}
body[data-route="/studio/web-design/barbershops/"] .wd-vproof{background:#100b08}

body[data-route="/studio/web-design/restaurants/"]{
  --wd-bg:#160909;--wd-paper:#fff0dc;--wd-ink:#26100b;--wd-acid:#ffc274;--wd-violet:#862438;--wd-pink:#ff704f;--wd-coral:#ff5f45;--wd-cyan:#ffe0a8;--wd-line:rgba(255,194,116,.18);
}
body[data-route="/studio/web-design/restaurants/"] .wd-vservices{background:#fff0dc}
body[data-route="/studio/web-design/restaurants/"] .wd-vservices .wd-section-head>span,
body[data-route="/studio/web-design/restaurants/"] .wd-vservices .wd-section-head h2 em{color:#a22f27}
body[data-route="/studio/web-design/restaurants/"] .wd-vpackage{background:#ffb85f}
body[data-route="/studio/web-design/restaurants/"] .wd-lead-wrap{background:linear-gradient(145deg,#681623,#b7312f 56%,#f27a4f)}
body[data-route="/studio/web-design/restaurants/"] .wd-vproof{background:#190a0b}

body[data-route="/studio/web-design/small-business/"]{
  --wd-bg:#071020;--wd-paper:#eef8ff;--wd-ink:#071426;--wd-acid:#72efff;--wd-violet:#3767ff;--wd-pink:#5f7cff;--wd-coral:#59bfff;--wd-cyan:#72efff;--wd-line:rgba(114,239,255,.18);
}
body[data-route="/studio/web-design/small-business/"] .wd-vservices{background:#eef7ff}
body[data-route="/studio/web-design/small-business/"] .wd-vservices .wd-section-head>span,
body[data-route="/studio/web-design/small-business/"] .wd-vservices .wd-section-head h2 em{color:#3159d8}
body[data-route="/studio/web-design/small-business/"] .wd-vpackage{background:#72efff}
body[data-route="/studio/web-design/small-business/"] .wd-lead-wrap{background:linear-gradient(145deg,#163ac6,#356ef4 58%,#66dff2)}
body[data-route="/studio/web-design/small-business/"] .wd-vproof{background:#08152c}

/* Remove the old fake 'SEO terminal' presentation entirely if stale HTML is cached. */
body[data-route^="/studio/web-design/"] .product-native--search{display:none!important}


/* ── Glitch cleanup pass 2 ───────────────────────────────────────────────
   The section color belongs to a full-bleed surface. Keep content centered
   with .wd padding, never by shrinking the colored surface itself. */
body[data-route^="/studio/web-design/"] #siteContent{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  overflow-x:clip;
  overflow-y:visible;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign > .wd{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign + .product-native--webdesign{
  border:0!important;
  margin-top:0!important;
}
body[data-route^="/studio/web-design/"] .product-native--webdesign::before,
body[data-route^="/studio/web-design/"] .product-native--webdesign::after{
  content:none!important;
  display:none!important;
}

/* A compact header should temporarily return to its normal size on hover. */
@media(min-width:981px){
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:hover,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:focus-within{
    width:min(1120px,calc(100% - 32px));
    min-height:68px;
    padding:8px 10px 8px 14px;
    border-radius:34px;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:hover .brand-logo-stack,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:focus-within .brand-logo-stack{
    width:136px;
    height:29px;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:hover .site-switcher,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:focus-within .site-switcher{
    gap:18px;
    transform:none;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:hover .site-link,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:focus-within .site-link{
    font-size:inherit;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:not(.is-search-primed):not(.is-searching):hover .topbar-search,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar:not(.is-search-primed):not(.is-searching):focus-within .topbar-search{
    width:46px;
    max-width:46px;
    min-height:46px;
  }

  /* Search owns its own geometry. Never let the compact Web Design chrome
     pin the search field to icon size while primed/open. */
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-search-primed,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-searching{
    width:min(1120px,calc(100% - 32px));
    min-height:68px;
    padding:8px 10px 8px 14px;
    border-radius:34px;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-search-primed .brand-logo-stack,
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-searching .brand-logo-stack{
    width:136px;
    height:29px;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-search-primed .topbar-search{
    width:min(300px,34vw);
    max-width:min(300px,34vw);
    min-height:46px;
  }
  body[data-route^="/studio/web-design/"].wd-scrolled .topbar.is-searching .topbar-search{
    width:100%;
    max-width:none;
    min-height:46px;
  }

  /* Rebuild the department dock presentation without the moving inherited
     selection pill. The behavior stays: tiny until hover/focus, then opens. */
  body[data-route^="/studio/web-design/"] .desktop-nav .nav-selection{
    display:none!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav{
    --glass-edge:0!important;
    border:1px solid rgba(255,255,255,.10)!important;
    background:rgba(10,10,15,.72)!important;
    box-shadow:0 12px 34px rgba(0,0,0,.24)!important;
    backdrop-filter:blur(18px) saturate(1.25)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.25)!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav::before,
  body[data-route^="/studio/web-design/"] .desktop-nav::after{
    display:none!important;
    content:none!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav{
    width:154px!important;
    max-width:154px!important;
    min-height:54px!important;
    padding:5px!important;
    gap:4px!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .desktop-nav__link{
    display:none!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .desktop-nav__link.active{
    display:inline-flex!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within):not(:has(.desktop-nav__link.active)) .desktop-nav__link:first-of-type{
    display:inline-flex!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within) .desktop-nav__link.active,
  body[data-route^="/studio/web-design/"] .desktop-nav:not(:hover):not(:focus-within):not(:has(.desktop-nav__link.active)) .desktop-nav__link:first-of-type{
    width:144px!important;
    max-width:144px!important;
    min-width:144px!important;
    min-height:44px!important;
    padding:0 13px!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border-radius:23px!important;
    background:rgba(255,255,255,.075);
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:hover,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within{
    width:max-content!important;
    max-width:calc(100vw - 40px)!important;
    min-height:58px!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    padding:5px!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:hover .desktop-nav__link,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within .desktop-nav__link{
    display:inline-flex!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    min-height:48px!important;
    padding:0 14px!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border-radius:24px!important;
    white-space:nowrap!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav:hover .desktop-nav__link.active,
  body[data-route^="/studio/web-design/"] .desktop-nav:focus-within .desktop-nav__link.active{
    background:rgba(255,255,255,.09);
  }
  body[data-route^="/studio/web-design/"] .desktop-nav .nav-icon,
  body[data-route^="/studio/web-design/"] .desktop-nav .nav-icon svg{
    width:20px!important;
    height:20px!important;
    flex:0 0 20px!important;
  }
  body[data-route^="/studio/web-design/"] .desktop-nav .desktop-nav__link > span:last-child{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    line-height:1!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
  }
}

/* Keep the touch dock tidy too; only its expansion behavior differs. */
@media(max-width:980px){
  body[data-route^="/studio/web-design/"] #desktopNav .nav-selection{display:none!important}
  body[data-route^="/studio/web-design/"] #desktopNav .desktop-nav__link{
    align-items:center!important;
    justify-content:center!important;
  }
  body[data-route^="/studio/web-design/"] #desktopNav .desktop-nav__link > span:last-child{
    line-height:1!important;
    margin:0!important;
    text-align:center!important;
  }
  body[data-route^="/studio/web-design/"] #desktopNav .nav-icon,
  body[data-route^="/studio/web-design/"] #desktopNav .nav-icon svg{
    width:20px!important;
    height:20px!important;
    flex:0 0 20px!important;
  }
}
