
:root{
  --bg:#f4f2ed;
  --bg-soft:#ece9e2;
  --paper:#fbfaf7;
  --ink:#111318;
  --ink-soft:#282c34;
  --muted:#6e737c;
  --line:rgba(17,19,24,.11);
  --blue:#146df7;
  --blue2:#52b7ff;
  --lime:#8de42c;
  --orange:#ff7a18;
  --dark:#0b0d11;
  --dark2:#141820;
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 14% 3%,rgba(20,109,247,.08),transparent 27%),
    radial-gradient(circle at 88% 10%,rgba(141,228,44,.07),transparent 22%),
    var(--bg);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
.noise{
  pointer-events:none;position:fixed;inset:0;z-index:99;opacity:.02;
  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='.65'/%3E%3C/svg%3E")
}
.site-header{
  position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:50;
  width:min(1400px,calc(100% - 40px));height:76px;padding:10px 14px 10px 10px;
  border:1px solid var(--line);border-radius:24px;
  background:rgba(250,249,246,.78);backdrop-filter:blur(20px);
  display:flex;align-items:center;gap:30px;transition:.3s ease;
  box-shadow:0 10px 30px rgba(17,19,24,.045)
}
.site-header.scrolled{
  top:10px;background:rgba(250,249,246,.94);
  box-shadow:0 16px 44px rgba(17,19,24,.08)
}
.brand{display:flex;align-items:center;gap:12px;min-width:325px}
.brand-mark{
  width:54px;height:54px;border-radius:15px;
  background:#000;display:flex;align-items:center;justify-content:center;
  padding:3px;overflow:visible
}
.brand-mark img{
  display:block;width:100%;height:100%;object-fit:contain;
  border-radius:12px
}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font-size:14px;letter-spacing:.13em}
.brand-copy small{margin-top:7px;color:#747a84;font-size:10px;letter-spacing:.04em}
.nav{display:flex;gap:30px;margin:auto}
.nav a{font-size:13px;color:#555b65;transition:.2s;font-weight:600}
.nav a:hover{color:var(--ink)}
.header-cta{
  font-size:13px;font-weight:800;padding:14px 18px;border-radius:14px;
  background:var(--ink);color:#fff;white-space:nowrap
}
.header-cta span,.btn span,.text-link span,.whatsapp span{display:inline-block;margin-left:8px}
.menu-btn{display:none;background:transparent;border:0;color:var(--ink)}

.hero{
  min-height:100svh;position:relative;display:grid;grid-template-columns:1.03fr .97fr;
  align-items:center;gap:46px;
  padding:165px max(28px,calc((100vw - 1360px)/2)) 90px;
  overflow:hidden
}
.hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--line),transparent)
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}
.hero-glow-a{width:430px;height:430px;background:rgba(20,109,247,.10);left:-170px;top:12%}
.hero-glow-b{width:360px;height:360px;background:rgba(141,228,44,.08);right:-140px;bottom:2%}
.eyebrow{
  margin:0 0 24px;text-transform:uppercase;color:#747a84;font-size:11px;
  letter-spacing:.19em;font-weight:800
}
.hero h1,.section-head h2,.contact h2{
  margin:0;font-size:clamp(56px,7.2vw,118px);
  letter-spacing:-.067em;line-height:.87;font-weight:760
}
.hero h1 span{display:block}
.accent{
  background:linear-gradient(100deg,var(--blue),var(--blue2) 55%,#45b88d);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-sub{
  max-width:560px;color:#6e737c;font-size:18px;line-height:1.6;margin:32px 0 0
}
.hero-actions{display:flex;gap:12px;margin-top:38px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--line);min-height:54px;padding:0 21px;border-radius:16px;
  font-size:13px;font-weight:800;letter-spacing:.01em;transition:.25s;cursor:pointer
}
.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(17,19,24,.18)}
.btn.ghost{background:rgba(255,255,255,.52)}
.btn.ghost:hover{background:#fff}
.hero-visual{
  position:relative;height:min(650px,65vw);max-height:650px;min-height:470px;
  display:grid;place-items:center;perspective:1000px
}
.logo-stage{
  width:min(590px,44vw);aspect-ratio:1.16;
  display:flex;align-items:center;justify-content:center;
  position:relative;z-index:3;transform:rotate(-2deg);
  border-radius:42px;background:#000;padding:22px;
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 35px 90px rgba(17,19,24,.22)
}
.logo-stage::before{
  content:"";position:absolute;width:62%;height:25%;bottom:-6%;
  border-radius:50%;background:rgba(20,109,247,.24);filter:blur(48px)
}
.logo-stage img{
  display:block;width:100%;height:100%;object-fit:contain;
  filter:drop-shadow(0 24px 54px rgba(0,0,0,.35));position:relative
}
.orbital-ring{
  position:absolute;border:1px solid rgba(17,19,24,.12);border-radius:50%;z-index:1
}
.ring-one{width:82%;height:58%;transform:rotate(-24deg)}
.ring-two{width:92%;height:46%;transform:rotate(32deg);border-color:rgba(20,109,247,.2)}
.floating-tag{
  position:absolute;z-index:5;padding:10px 14px;border:1px solid rgba(17,19,24,.09);
  background:rgba(255,255,255,.78);backdrop-filter:blur(12px);
  border-radius:999px;font-size:9px;letter-spacing:.16em;font-weight:800;color:#424851;
  box-shadow:0 10px 24px rgba(17,19,24,.06)
}
.tag-a{top:17%;left:4%}.tag-b{top:29%;right:2%}.tag-c{bottom:19%;left:8%}.tag-d{bottom:10%;right:10%}
.scroll-note{
  position:absolute;left:max(28px,calc((100vw - 1360px)/2));bottom:27px;
  color:#888d95;font-size:10px;letter-spacing:.12em;text-transform:uppercase
}
.scroll-note span{margin-left:7px}

.section{width:min(1360px,calc(100% - 56px));margin:0 auto;padding:140px 0}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:62px}
.section-head h2{font-size:clamp(48px,6.2vw,96px)}
.text-link{font-size:13px;color:#4d535c;padding-bottom:9px;border-bottom:1px solid var(--line)}

.work{
  position:relative
}
.project-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.project{
  min-height:520px;border-radius:var(--radius);
  border:1px solid rgba(17,19,24,.08);overflow:hidden;
  background:#fff;position:relative;box-shadow:0 16px 42px rgba(17,19,24,.055)
}
.project-large{grid-row:span 2;min-height:1058px}
.project-wide{grid-column:2;min-height:520px}
.project-ui{position:absolute;inset:0;overflow:hidden}
.project-meta{
  position:absolute;left:26px;right:26px;bottom:24px;z-index:5;
  display:flex;justify-content:space-between;align-items:flex-end;
  color:#fff
}
.project-meta h3{margin:0;font-size:19px;letter-spacing:-.02em}
.project-meta p{margin:7px 0 0;color:#b5bdc9;font-size:12px}
.project-index{color:#8a93a1;font-size:11px}
.ui-ebook{
  background:
    radial-gradient(circle at 70% 30%,rgba(81,211,255,.18),transparent 25%),
    linear-gradient(145deg,#101a2b,#090d14 75%)
}
.ui-top{height:40px;border-bottom:1px solid rgba(255,255,255,.07);display:flex;gap:6px;align-items:center;padding:0 15px}
.ui-top i,.browser-top i{width:6px;height:6px;border-radius:50%;background:#354153}
.book-layout{
  position:absolute;inset:14% 7% 13%;background:#0d1119;border:1px solid rgba(255,255,255,.1);
  border-radius:20px;display:grid;grid-template-columns:20% 80%;
  box-shadow:0 45px 90px rgba(0,0,0,.3);transform:rotate(-2deg)
}
.book-sidebar{border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(#101620,#0c1118)}
.book-page{padding:8%;position:relative}
.book-page span{display:block;height:7px;border-radius:5px;background:#293448;margin-bottom:14px}
.book-page span:nth-child(1){width:46%;background:#5d7196}.book-page span:nth-child(2){width:80%}.book-page span:nth-child(3){width:68%}
.book-art{margin-top:13%;height:45%;border-radius:20px;background:linear-gradient(135deg,#107bd9,#22c8ed 55%,#8cf51b);box-shadow:0 20px 60px rgba(22,139,255,.2)}
.ui-tg{background:linear-gradient(145deg,#14161c,#0b0c10);display:flex;padding:12% 10% 17%;gap:20px}
.tg-side{width:24%;border-radius:16px;background:#181c25;padding:18px}
.tg-side i{display:block;height:8px;background:#333a48;border-radius:4px;margin-bottom:16px}
.tg-main{flex:1;border-radius:18px;background:#f6f7f8;padding:22px}
.tg-bar{height:14px;width:45%;background:#1c222d;border-radius:5px;margin-bottom:24px}
.tg-card{height:90px;background:#e6e8eb;border-radius:12px;margin-bottom:14px}.tg-card.short{height:56px}
.tg-btns{display:flex;gap:10px;margin-top:18px}.tg-btns b{height:28px;flex:1;border-radius:8px;background:#168bff}.tg-btns b:last-child{background:#111722}
.ui-web{padding:10% 8% 17%;background:radial-gradient(circle at 60% 35%,rgba(140,245,27,.09),transparent 30%),#0a0d12}
.browser{height:75%;margin-top:4%;border:1px solid rgba(255,255,255,.14);border-radius:18px;overflow:hidden;background:#11151b;transform:rotate(2deg);box-shadow:0 35px 80px rgba(0,0,0,.4)}
.browser-top{height:32px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;gap:5px;align-items:center;padding-left:12px}
.browser-hero{height:calc(100% - 32px);display:grid;grid-template-columns:1fr 1fr;padding:12%;gap:8%;align-items:center}
.browser-copy b,.browser-copy i{display:block;border-radius:5px;background:#4e5b70;height:8px;margin-bottom:13px}.browser-copy b:first-child{height:14px;background:#e7ebf1;width:86%}.browser-copy i{width:55%;background:#168bff;height:24px;border-radius:8px;margin-top:22px}
.browser-object{aspect-ratio:1;border-radius:34% 66% 60% 40%;background:linear-gradient(135deg,#168bff,#51d3ff 58%,#8cf51b);filter:drop-shadow(0 20px 40px rgba(22,139,255,.25));transform:rotate(18deg)}
.ui-app{background:radial-gradient(circle at 50% 45%,rgba(255,122,24,.12),transparent 26%),linear-gradient(145deg,#141118,#0a0b0e)}
.phone{position:absolute;width:25%;height:58%;border:3px solid #343a45;border-radius:28px;background:#0d1117;padding:9px;box-shadow:0 35px 70px rgba(0,0,0,.45)}
.phone::before{content:"";position:absolute;width:34%;height:5px;background:#1d222b;border-radius:4px;left:33%;top:10px}
.phone-a{left:30%;top:17%;transform:rotate(-8deg)}.phone-b{right:23%;top:24%;transform:rotate(10deg)}
.phone span{display:block;height:35%;border-radius:18px;margin-top:16px;background:linear-gradient(150deg,#168bff,#51d3ff)}
.phone b{display:block;height:8px;background:#dce2eb;border-radius:5px;width:75%;margin:14px 4px 10px}.phone i{display:block;height:6px;background:#303743;border-radius:4px;margin:8px 4px}
.app-orb{position:absolute;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#ff7a18,#ffb55e);right:12%;top:10%;filter:blur(.2px);box-shadow:0 0 60px rgba(255,122,24,.16)}

.services{
  width:100%;background:var(--ink);color:#fff;
  padding:120px max(28px,calc((100vw - 1360px)/2))
}
.services .eyebrow,.services .section-kicker{color:#8f98a5}
.services .section-head{margin-bottom:58px}
.services-head{align-items:flex-end}
.section-kicker{max-width:330px;color:#777d86;font-size:14px;line-height:1.7;margin:0}
.service-list{border-top:1px solid rgba(255,255,255,.12)}
.service-row{
  min-height:118px;display:grid;grid-template-columns:70px 1.2fr 1fr 40px;
  gap:25px;align-items:center;border-bottom:1px solid rgba(255,255,255,.11);
  position:relative;overflow:hidden;transition:.3s
}
.service-row::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(20,109,247,.20),transparent 43%);
  transform:translateX(-100%);transition:.45s ease
}
.service-row:hover::before{transform:translateX(0)}
.service-row:hover{padding-left:12px}
.service-no{font-size:10px;color:#69717f}
.service-row h3{font-size:30px;margin:0;letter-spacing:-.035em;position:relative}
.service-row p{color:#8e97a6;font-size:12px;margin:0;position:relative}
.service-arrow{justify-self:end;color:#707988}

.clients{padding-top:120px}
.logo-marquee{
  overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:35px 0
}
.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite}
.marquee-track span{
  min-width:260px;text-align:center;font-size:16px;font-weight:800;
  letter-spacing:.15em;color:#9ca1aa
}
.placeholder-note{text-align:center;color:#8d929a;font-size:10px;margin-top:20px}
@keyframes marquee{to{transform:translateX(-50%)}}

.about{padding-top:70px}
.about-card{
  min-height:390px;border-radius:36px;border:1px solid var(--line);padding:56px;
  background:
    radial-gradient(circle at 18% 50%,rgba(20,109,247,.08),transparent 23%),
    linear-gradient(145deg,#ffffff,#eeeae3);
  display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;
  box-shadow:0 18px 50px rgba(17,19,24,.05)
}
.about-brand{display:flex;align-items:center;gap:30px}
.about-brand img{
  width:180px;height:150px;object-fit:contain;object-position:center;
  background:#000;border-radius:25px;padding:8px
}
.about-brand h2{font-size:52px;margin:0;letter-spacing:-.05em}
.about-brand h3{font-size:13px;color:#747b86;margin:10px 0 0;font-weight:500}
.about-line{font-size:27px;line-height:1.3;letter-spacing:-.025em;max-width:430px;margin:0 0 44px}
.about-facts{display:flex;gap:50px}
.about-facts div{display:flex;flex-direction:column;gap:9px}
.about-facts span{font-size:9px;color:#7a818b;letter-spacing:.15em}
.about-facts b{font-size:14px}

.contact{padding-top:70px}
.contact-shell{
  border-radius:38px;padding:70px;
  background:
    radial-gradient(circle at 15% 10%,rgba(20,109,247,.22),transparent 30%),
    radial-gradient(circle at 90% 90%,rgba(141,228,44,.08),transparent 23%),
    var(--dark);
  color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;
  border:1px solid rgba(255,255,255,.08)
}
.contact .eyebrow{color:#8e98a6}
.contact h2{font-size:clamp(52px,6vw,92px)}
.contact-copy>p:not(.eyebrow){color:#8e98a6;margin:28px 0}
.whatsapp{display:inline-flex;padding:14px 0;border-bottom:1px solid #5d6674;font-size:13px;font-weight:750}
.project-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.project-form label{display:flex;flex-direction:column;gap:9px}
.project-form label span{font-size:10px;color:#7b8594;text-transform:uppercase;letter-spacing:.1em}
.project-form input,.project-form textarea,.project-form select{
  width:100%;border:1px solid rgba(255,255,255,.1);background:#10141a;color:#fff;
  border-radius:15px;padding:16px;outline:0
}
.project-form input:focus,.project-form textarea:focus,.project-form select:focus{border-color:rgba(81,183,255,.6)}
.project-form textarea{resize:vertical}.wide{grid-column:1/-1}
.contact .btn.primary{background:#fff;color:#090b0e;border-color:#fff}
.form-note{font-size:9px;color:#6f7886;margin:0}

.footer{
  width:min(1360px,calc(100% - 56px));margin:0 auto;padding:34px 0 48px;
  border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr 1fr;
  align-items:end;color:#7a8088;font-size:10px
}
.footer div{display:flex;flex-direction:column}.footer b{color:#1b1e23;letter-spacing:.12em}.footer small{margin-top:6px}
.footer p{text-align:center;margin:0}.footer>span{text-align:right}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1000px){
  .site-header{width:calc(100% - 24px);top:10px}
  .brand{min-width:0}.brand-copy small{display:none}
  .nav{
    position:absolute;top:84px;left:0;right:0;background:#fbfaf7;border:1px solid var(--line);
    border-radius:18px;padding:22px;display:none;flex-direction:column;
    box-shadow:0 18px 50px rgba(17,19,24,.12)
  }
  .nav.open{display:flex}.menu-btn{display:block;margin-left:auto}.header-cta{display:none}
  .hero{grid-template-columns:1fr;padding-left:28px;padding-right:28px;padding-top:135px}
  .hero-copy{padding-top:30px}.hero-visual{height:520px;min-height:0}
  .logo-stage{width:min(610px,82vw)}
  .section{width:calc(100% - 40px);padding:100px 0}
  .services{width:100%;padding:100px 20px}
  .project-grid{grid-template-columns:1fr}.project-large,.project-wide{grid-column:auto;grid-row:auto;min-height:620px}.project{min-height:620px}
  .about-card,.contact-shell{grid-template-columns:1fr}
  .contact-shell{gap:50px}
}
@media (max-width:640px){
  .site-header{height:66px}.brand-mark{width:44px;height:44px}.brand-copy b{font-size:12px}
  .hero{min-height:auto;padding-top:125px;padding-bottom:70px}
  .hero h1{font-size:54px}.hero-sub{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}
  .hero-visual{height:370px}.logo-stage{width:min(94vw,470px);border-radius:30px;padding:12px}
  .floating-tag{font-size:7px;padding:8px 10px}.scroll-note{display:none}
  .section{width:calc(100% - 28px);padding:82px 0}
  .services{width:100%;padding:82px 14px}
  .section-head{align-items:flex-start;flex-direction:column;margin-bottom:38px}.section-head h2{font-size:52px}
  .project,.project-large,.project-wide{min-height:470px;border-radius:22px}
  .project-meta{left:19px;right:19px;bottom:18px}
  .service-row{grid-template-columns:38px 1fr 24px;gap:12px;min-height:96px}.service-row p{display:none}.service-row h3{font-size:23px}
  .about-card{padding:28px;border-radius:26px;gap:45px}.about-brand{align-items:flex-start;flex-direction:column}
  .about-brand img{width:150px;height:120px}.about-brand h2{font-size:40px}.about-facts{flex-direction:column;gap:24px}.about-line{font-size:22px}
  .contact-shell{padding:30px;border-radius:26px}.contact h2{font-size:53px}
  .project-form{grid-template-columns:1fr}.project-form>*{grid-column:1!important}
  .footer{width:calc(100% - 28px);grid-template-columns:1fr;gap:18px}.footer p,.footer>span{text-align:left}
}


/* ---------------- V3 refinements ---------------- */

/* Transparent logo: never crop the artwork. */
.brand{
  min-width:340px;
}
.brand-mark{
  width:76px;
  height:52px;
  padding:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  flex:0 0 76px;
}
.brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:0;
}

.logo-stage{
  width:min(660px,48vw);
  height:min(500px,38vw);
  min-height:390px;
  aspect-ratio:auto;
  padding:32px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.logo-stage::before{
  width:70%;
  height:28%;
  bottom:4%;
  background:rgba(20,109,247,.18);
  filter:blur(58px);
}
.logo-stage img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 28px 50px rgba(17,19,24,.17));
}

/* Floating labels orbit around the logo continuously; JS controls their ellipse. */
.hero-visual{
  overflow:visible;
}
.floating-tag{
  left:50%;
  top:50%;
  right:auto;
  bottom:auto;
  margin:0;
  will-change:transform;
  pointer-events:none;
  transform:translate3d(0,0,0);
  transition:box-shadow .25s ease, background .25s ease;
}
.tag-a,.tag-b,.tag-c,.tag-d{
  left:50%;
  top:50%;
  right:auto;
  bottom:auto;
}

/* Selected Work now has visible motion instead of static mockups. */
.project{
  isolation:isolate;
  transition:transform .45s cubic-bezier(.2,.75,.25,1), box-shadow .45s ease;
}
.project::before{
  content:"";
  position:absolute;
  inset:-35%;
  z-index:3;
  pointer-events:none;
  background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.12) 48%,transparent 61%);
  transform:translateX(-55%) rotate(8deg);
  animation:projectSheen 9s ease-in-out infinite;
}
.project:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 68px rgba(17,19,24,.13);
}
.project:hover .project-ui{
  transform:scale(1.025);
}
.project-ui{
  transition:transform .7s cubic-bezier(.2,.75,.25,1);
}
.project-view{
  position:absolute;
  right:22px;
  top:22px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border-radius:999px;
  color:#fff;
  background:rgba(10,13,18,.70);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  opacity:.30;
  transform:translateY(-5px);
  transition:.35s ease;
}
.project:hover .project-view{
  opacity:1;
  transform:translateY(0);
}
.project-view span{
  display:inline-block;
  animation:viewArrow 1.4s ease-in-out infinite;
}
.book-layout{animation:ebookFloat 6.2s ease-in-out infinite;}
.book-art{
  background-size:180% 180%;
  animation:gradientFlow 6.5s ease-in-out infinite;
}
.tg-side{animation:tgSideFloat 5.6s ease-in-out infinite;}
.tg-main{animation:tgMainFloat 5s ease-in-out infinite;}
.tg-btns b:first-child{animation:buttonPulse 2.4s ease-in-out infinite;}
.browser{animation:webFloat 6.4s ease-in-out infinite;}
.browser-object{
  background-size:180% 180%;
  animation:blobMove 5.8s ease-in-out infinite, gradientFlow 7s ease-in-out infinite;
}
.phone-a{animation:phoneA 5.2s ease-in-out infinite;}
.phone-b{animation:phoneB 5.7s ease-in-out infinite;}
.app-orb{animation:orbPulse 3.2s ease-in-out infinite;}

@keyframes projectSheen{
  0%,58%{transform:translateX(-62%) rotate(8deg);opacity:0}
  66%{opacity:.75}
  82%{transform:translateX(68%) rotate(8deg);opacity:0}
  100%{transform:translateX(68%) rotate(8deg);opacity:0}
}
@keyframes viewArrow{
  0%,100%{transform:translate(0,0)}
  50%{transform:translate(3px,-3px)}
}
@keyframes ebookFloat{
  0%,100%{transform:rotate(-2deg) translate3d(0,0,0)}
  50%{transform:rotate(-1deg) translate3d(0,-13px,0)}
}
@keyframes gradientFlow{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}
@keyframes tgSideFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(8px)}
}
@keyframes tgMainFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes buttonPulse{
  0%,100%{transform:scaleX(1);filter:brightness(1)}
  50%{transform:scaleX(.92);filter:brightness(1.2)}
}
@keyframes webFloat{
  0%,100%{transform:rotate(2deg) translateY(0)}
  50%{transform:rotate(1deg) translateY(-12px)}
}
@keyframes blobMove{
  0%,100%{transform:rotate(18deg) scale(1)}
  50%{transform:rotate(29deg) scale(1.08)}
}
@keyframes phoneA{
  0%,100%{transform:rotate(-8deg) translateY(0)}
  50%{transform:rotate(-5deg) translateY(-13px)}
}
@keyframes phoneB{
  0%,100%{transform:rotate(10deg) translateY(0)}
  50%{transform:rotate(7deg) translateY(10px)}
}
@keyframes orbPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 60px rgba(255,122,24,.16)}
  50%{transform:scale(1.14);box-shadow:0 0 95px rgba(255,122,24,.24)}
}

/* About logo also uses the transparent version and keeps its entire aspect ratio. */
.about-brand img{
  width:210px;
  height:160px;
  object-fit:contain;
  object-position:center;
  background:transparent;
  border-radius:0;
  padding:0;
}

/* Footer now includes Privacy Policy. */
.footer{
  grid-template-columns:1fr 1fr auto auto;
  gap:34px;
}
.footer-link{
  justify-self:end;
  color:#525963;
  font-size:10px;
  border-bottom:1px solid rgba(17,19,24,.18);
  padding-bottom:4px;
  transition:.2s ease;
}
.footer-link:hover{color:#111318;border-color:#111318}

/* Privacy page */
.privacy-main{
  width:min(1040px,calc(100% - 44px));
  margin:0 auto;
  padding:160px 0 100px;
}
.privacy-main h1{
  margin:0;
  max-width:900px;
  font-size:clamp(58px,9vw,116px);
  line-height:.88;
  letter-spacing:-.065em;
}
.privacy-intro{
  max-width:720px;
  margin:36px 0 70px;
  color:#686f79;
  font-size:17px;
  line-height:1.65;
}
.privacy-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.privacy-block{
  padding:30px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.55);
}
.privacy-block h2{
  margin:0 0 14px;
  font-size:21px;
  letter-spacing:-.025em;
}
.privacy-block p{
  margin:0;
  color:#707680;
  font-size:13px;
  line-height:1.65;
}

@media (max-width:1000px){
  .brand{min-width:0}
  .logo-stage{
    width:min(680px,88vw);
    height:500px;
  }
  .footer{grid-template-columns:1fr 1fr;gap:22px}
  .footer-link{justify-self:start}
  .footer>span{text-align:right}
}
@media (max-width:640px){
  .brand-mark{width:62px;height:42px;flex-basis:62px}
  .hero-visual{height:410px}
  .logo-stage{
    width:100%;
    height:360px;
    min-height:0;
    padding:18px;
  }
  .project-view{
    opacity:1;
    top:16px;
    right:16px;
    padding:9px 11px;
  }
  .about-brand img{width:180px;height:135px}
  .footer{grid-template-columns:1fr;gap:17px}
  .footer-link{justify-self:start}
  .footer>span{text-align:left}
  .privacy-main{padding-top:125px}
  .privacy-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  .book-layout,.book-art,.tg-side,.tg-main,.tg-btns b:first-child,.browser,.browser-object,
  .phone-a,.phone-b,.app-orb,.project::before,.project-view span{
    animation:none!important;
  }
}


/* ================= V4: Full site + shuffled portfolio ================= */

.footer-nav{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}
.footer-nav a{
  color:#727983;
  font-size:10px;
  transition:.2s ease;
}
.footer-nav a:hover{color:#111318}

/* Shuffle-safe project sizing: cards remain visually varied regardless of order. */
.project-grid{
  grid-auto-flow:dense;
}
.project[data-project-card]{
  min-height:520px;
}
.project[data-project-card]:nth-child(1){
  grid-row:span 2;
  min-height:1058px;
}
.project[data-project-card]:nth-child(4){
  grid-row:span 2;
  min-height:1058px;
}
.project[data-project-card]:nth-child(5){
  grid-column:1 / -1;
  min-height:560px;
}
.project[data-project-card]:nth-child(6){
  grid-column:auto;
  min-height:520px;
}

/* Animation portfolio card */
.ui-animation{
  background:
    radial-gradient(circle at 50% 40%,rgba(20,109,247,.19),transparent 33%),
    radial-gradient(circle at 76% 63%,rgba(141,228,44,.13),transparent 22%),
    linear-gradient(145deg,#10141d,#07090d 72%);
}
.anim-stage{
  position:absolute;
  inset:7% 7% 17%;
  display:grid;
  place-items:center;
  perspective:900px;
  overflow:hidden;
  border-radius:24px;
}
.anim-stage::before{
  content:"";
  position:absolute;
  width:50%;
  height:50%;
  border-radius:50%;
  background:rgba(20,109,247,.14);
  filter:blur(45px);
  animation:animGlow 4.8s ease-in-out infinite;
}
.anim-ring{
  position:absolute;
  width:55%;
  aspect-ratio:1;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.16);
  box-shadow:inset 0 0 40px rgba(81,183,255,.05);
}
.anim-ring-a{
  transform:rotateX(68deg) rotateZ(14deg);
  animation:ringA 7.2s linear infinite;
}
.anim-ring-b{
  width:42%;
  border-color:rgba(141,228,44,.26);
  transform:rotateY(64deg) rotateZ(-22deg);
  animation:ringB 6.4s linear infinite reverse;
}
.anim-cube{
  width:104px;
  height:104px;
  position:relative;
  transform-style:preserve-3d;
  animation:cubeSpin 8s linear infinite;
  z-index:3;
}
.cube-face{
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.25);
  background:linear-gradient(135deg,rgba(20,109,247,.92),rgba(81,183,255,.55));
  box-shadow:0 25px 70px rgba(20,109,247,.25);
}
.face-a{transform:translateZ(52px)}
.face-b{transform:rotateY(90deg) translateZ(52px);background:linear-gradient(135deg,#56d5ff,#8de42c)}
.face-c{transform:rotateX(90deg) translateZ(52px);background:linear-gradient(135deg,#ff7a18,#ffbd79)}
.anim-dot{
  position:absolute;
  width:15px;
  height:15px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 30px rgba(255,255,255,.4);
}
.dot-a{animation:orbitDotA 4.4s linear infinite}
.dot-b{animation:orbitDotB 5.7s linear infinite reverse;background:#8de42c}
.dot-c{animation:orbitDotC 6.3s linear infinite;background:#ff8d31}
.anim-labels{
  position:absolute;
  left:8%;
  bottom:7%;
  display:flex;
  gap:8px;
}
.anim-labels b{
  min-width:42px;
  padding:9px 10px;
  text-align:center;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:9px;
  letter-spacing:.12em;
  backdrop-filter:blur(12px);
}
@keyframes cubeSpin{
  to{transform:rotateX(360deg) rotateY(360deg) rotateZ(180deg)}
}
@keyframes ringA{
  to{transform:rotateX(68deg) rotateZ(374deg)}
}
@keyframes ringB{
  to{transform:rotateY(64deg) rotateZ(338deg)}
}
@keyframes animGlow{
  0%,100%{transform:scale(.92);opacity:.55}
  50%{transform:scale(1.2);opacity:1}
}
@keyframes orbitDotA{
  0%{transform:translate(-170px,-45px)}
  25%{transform:translate(30px,-135px)}
  50%{transform:translate(175px,25px)}
  75%{transform:translate(-10px,138px)}
  100%{transform:translate(-170px,-45px)}
}
@keyframes orbitDotB{
  0%{transform:translate(115px,-120px)}
  25%{transform:translate(170px,65px)}
  50%{transform:translate(-75px,130px)}
  75%{transform:translate(-165px,-20px)}
  100%{transform:translate(115px,-120px)}
}
@keyframes orbitDotC{
  0%{transform:translate(-85px,125px)}
  25%{transform:translate(-180px,-30px)}
  50%{transform:translate(40px,-140px)}
  75%{transform:translate(180px,30px)}
  100%{transform:translate(-85px,125px)}
}

/* General internal pages */
.page-shell{
  width:min(1360px,calc(100% - 56px));
  margin:0 auto;
  padding:160px 0 100px;
}
.page-hero{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:end;
  padding-bottom:70px;
  border-bottom:1px solid var(--line);
}
.page-hero h1{
  margin:0;
  font-size:clamp(62px,9vw,132px);
  line-height:.83;
  letter-spacing:-.07em;
}
.page-hero-copy{
  max-width:520px;
  justify-self:end;
  color:#6f757f;
  font-size:16px;
  line-height:1.65;
}
.page-section{
  padding:90px 0;
}
.page-section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:35px;
  margin-bottom:38px;
}
.page-section-head h2{
  margin:0;
  font-size:clamp(44px,6vw,84px);
  letter-spacing:-.055em;
  line-height:.92;
}

/* Work page */
.work-filter{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:35px 0 45px;
}
.work-filter button{
  border:1px solid var(--line);
  background:rgba(255,255,255,.55);
  color:#555c67;
  border-radius:999px;
  padding:11px 15px;
  cursor:pointer;
  font-size:11px;
  font-weight:750;
}
.work-filter button.active{
  background:#111318;
  color:#fff;
}
.full-work-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.work-item{
  grid-column:span 6;
  min-height:460px;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#0d1016;
  border:1px solid rgba(17,19,24,.08);
}
.work-item:nth-child(3n+1){grid-column:span 7}
.work-item:nth-child(3n+2){grid-column:span 5}
.work-item:nth-child(3n){grid-column:span 12;min-height:520px}
.work-item-visual{
  position:absolute;
  inset:0;
  overflow:hidden;
}
.work-item-meta{
  position:absolute;
  z-index:8;
  left:24px;
  right:24px;
  bottom:22px;
  color:#fff;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
}
.work-item-meta h3{margin:0;font-size:20px}
.work-item-meta p{margin:7px 0 0;color:#aeb6c1;font-size:11px}
.work-item-meta span{font-size:10px;color:#808997}

/* Services page */
.service-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.service-card{
  min-height:430px;
  border-radius:30px;
  padding:34px;
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  background:rgba(255,255,255,.62);
}
.service-card.dark{
  color:#fff;
  background:linear-gradient(145deg,#12161e,#090b0f);
  border-color:rgba(255,255,255,.08);
}
.service-card-no{
  color:#8a9099;
  font-size:10px;
  letter-spacing:.12em;
}
.service-card h2{
  margin:95px 0 16px;
  font-size:48px;
  letter-spacing:-.05em;
}
.service-card p{
  max-width:410px;
  color:#747b85;
  line-height:1.7;
  font-size:13px;
}
.service-card.dark p{color:#8e97a5}
.service-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.service-pills span{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  font-size:10px;
  color:#555d68;
}
.service-card.dark .service-pills span{
  border-color:rgba(255,255,255,.13);
  color:#b8c0cb;
}

/* About */
.about-story{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
}
.about-big-logo{
  min-height:460px;
  border-radius:34px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 40% 45%,rgba(20,109,247,.14),transparent 28%),
    rgba(255,255,255,.5);
  border:1px solid var(--line);
}
.about-big-logo img{
  width:82%;
  height:82%;
  object-fit:contain;
}
.about-copy-block{
  align-self:center;
}
.about-copy-block h2{
  font-size:clamp(48px,6vw,86px);
  line-height:.9;
  letter-spacing:-.055em;
  margin:0 0 30px;
}
.about-copy-block p{
  max-width:680px;
  color:#707680;
  line-height:1.75;
  font-size:15px;
}
.about-fact-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:34px;
}
.about-fact{
  padding:24px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.5);
  border-radius:22px;
}
.about-fact span{
  display:block;
  color:#7a818a;
  font-size:9px;
  letter-spacing:.14em;
  margin-bottom:9px;
}
.about-fact b{font-size:16px}

/* Contact */
.contact-page-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:25px;
}
.contact-panel,
.contact-form-panel{
  border-radius:30px;
  padding:38px;
  border:1px solid var(--line);
}
.contact-panel{
  color:#fff;
  background:
    radial-gradient(circle at 20% 15%,rgba(20,109,247,.24),transparent 30%),
    #0b0d11;
}
.contact-panel h2{
  margin:0 0 24px;
  font-size:50px;
  letter-spacing:-.05em;
}
.contact-panel p{
  color:#929ba8;
  line-height:1.7;
  font-size:13px;
}
.contact-placeholders{
  margin-top:40px;
  display:grid;
  gap:10px;
}
.contact-line{
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  color:#bdc5d0;
  font-size:12px;
}
.contact-form-panel{
  background:rgba(255,255,255,.58);
}
.contact-form-panel .project-form input,
.contact-form-panel .project-form textarea,
.contact-form-panel .project-form select{
  background:#fff;
  color:#111318;
  border-color:var(--line);
}
.contact-form-panel .project-form label span{color:#747b85}

/* Simple button */
.back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:#656c76;
  margin-top:28px;
}

@media(max-width:1000px){
  .project[data-project-card]:nth-child(n){
    grid-column:auto;
    grid-row:auto;
    min-height:620px;
  }
  .page-hero{grid-template-columns:1fr}
  .page-hero-copy{justify-self:start}
  .service-cards{grid-template-columns:1fr}
  .about-story,.contact-page-grid{grid-template-columns:1fr}
  .full-work-grid{grid-template-columns:1fr}
  .work-item,.work-item:nth-child(n){grid-column:auto;min-height:520px}
}
@media(max-width:640px){
  .page-shell{width:calc(100% - 28px);padding-top:125px}
  .page-hero h1{font-size:62px}
  .page-section{padding:70px 0}
  .project[data-project-card]:nth-child(n){min-height:470px}
  .anim-cube{width:76px;height:76px}
  .face-a{transform:translateZ(38px)}
  .face-b{transform:rotateY(90deg) translateZ(38px)}
  .face-c{transform:rotateX(90deg) translateZ(38px)}
  .service-card{min-height:360px;padding:26px}
  .service-card h2{font-size:38px;margin-top:70px}
  .about-fact-grid{grid-template-columns:1fr}
  .contact-panel,.contact-form-panel{padding:26px}
}


/* Final V4 shuffle normalization */
.project[data-project-card]{
  grid-column:auto;
  grid-row:auto;
}
.project[data-project-card]:nth-child(1){
  grid-row:span 2;
  min-height:1058px;
}
.project[data-project-card]:nth-child(4){
  grid-row:span 2;
  min-height:1058px;
}
.project[data-project-card]:nth-child(5){
  grid-column:1 / -1;
  grid-row:auto;
  min-height:560px;
}
.form-success{
  margin:8px 0 0;
  color:#2d8a55;
  font-size:11px;
  line-height:1.5;
}


/* =================== V5 COHERENCE + CLIPPING FIXES =================== */

/* Prevent giant display text from clipping ascenders/descenders anywhere. */
.hero h1,
.section-head h2,
.contact h2,
.page-hero h1,
.service-detail-copy h1,
.about-copy-block h2,
.contact-panel h2,
.service-showcase h2{
  line-height:.96 !important;
  overflow:visible !important;
  padding-top:.05em;
  padding-bottom:.08em;
}
.hero-copy,
.section-head,
.page-hero,
.page-hero > div,
.contact-copy,
.service-detail-copy{
  overflow:visible !important;
}
.page-hero-safe{
  padding-top:8px;
}
.section-head{
  padding-top:6px;
}

/* Hero: one real orbit track, labels stay on it and move front/back */
.orbit-track{
  position:absolute;
  left:50%;
  top:50%;
  width:84%;
  height:58%;
  transform:translate(-50%,-50%) rotate(-12deg);
  border:1.5px solid rgba(20,109,247,.22);
  border-radius:50%;
  z-index:2;
  pointer-events:none;
  box-shadow:0 0 36px rgba(20,109,247,.035);
}
.logo-stage{z-index:4}
.floating-tag{
  z-index:6;
  transform-origin:center;
  will-change:transform,opacity,filter;
}
.floating-tag.is-back{
  filter:saturate(.7) blur(.15px);
}

/* Selected work: fixed premium editorial slots. Shuffle changes content order, not structure. */
.featured-work-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.featured-work-card{
  grid-column:span 6;
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  background:#0d1117;
  position:relative;
  border:1px solid rgba(17,19,24,.08);
  box-shadow:0 16px 42px rgba(17,19,24,.055);
}
.featured-work-card:nth-child(1),
.featured-work-card:nth-child(4){
  grid-column:span 7;
  min-height:610px;
}
.featured-work-card:nth-child(2),
.featured-work-card:nth-child(3){
  grid-column:span 5;
  min-height:610px;
}
.featured-work-card:nth-child(5),
.featured-work-card:nth-child(6){
  grid-column:span 6;
  min-height:500px;
}
.featured-visual{
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden;
}
.featured-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(3,5,8,.78) 100%);
}
.featured-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s cubic-bezier(.2,.75,.25,1), filter .7s ease;
}
.featured-work-card:hover img{
  transform:scale(1.035);
}
.featured-view{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  padding:10px 13px;
  border-radius:999px;
  background:rgba(8,10,14,.58);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  font-size:10px;
  font-weight:800;
  opacity:.72;
  transition:.25s ease;
}
.featured-work-card:hover .featured-view{
  opacity:1;
  transform:translateY(-2px);
}
.featured-meta{
  position:absolute;
  z-index:4;
  left:24px;
  right:24px;
  bottom:22px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  color:#fff;
  pointer-events:none;
}
.featured-meta h3{
  margin:0;
  font-size:20px;
  letter-spacing:-.025em;
}
.featured-meta p{
  margin:7px 0 0;
  color:#b4bdc8;
  font-size:11px;
}
.featured-meta > span{
  color:#8a94a2;
  font-size:10px;
}

/* Home service rows are actual links */
.service-row{
  text-decoration:none;
  color:inherit;
  cursor:pointer;
}
.service-row:hover h3{
  color:#75c5ff;
}

/* Services page: full visual showpieces instead of empty boxes */
.service-showcase-list{
  display:grid;
  gap:22px;
}
.service-showcase{
  min-height:470px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:stretch;
  gap:0;
  overflow:hidden;
  border-radius:32px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.64);
  color:var(--ink);
  box-shadow:0 16px 45px rgba(17,19,24,.045);
  transition:.35s ease;
}
.service-showcase.reverse{
  grid-template-columns:1.1fr .9fr;
}
.service-showcase.reverse .service-showcase-copy{order:2}
.service-showcase.reverse .service-showcase-visual{order:1}
.service-showcase:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 60px rgba(17,19,24,.08);
}
.service-showcase-copy{
  padding:44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.service-showcase-copy h2{
  margin:34px 0 16px;
  font-size:clamp(40px,4.5vw,68px);
  letter-spacing:-.055em;
}
.service-showcase-copy p{
  max-width:520px;
  color:#707680;
  font-size:14px;
  line-height:1.7;
}
.service-open{
  margin-top:34px;
  font-size:11px;
  font-weight:800;
  color:#2d333c;
}
.service-showcase-visual{
  min-height:470px;
  background:#0b0f15;
}
.service-showcase-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Service detail pages */
.service-detail-page{
  padding-top:150px;
}
.service-detail-hero{
  min-height:640px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  border:1px solid var(--line);
  border-radius:36px;
  overflow:hidden;
  background:rgba(255,255,255,.62);
  box-shadow:0 18px 55px rgba(17,19,24,.06);
}
.service-detail-copy{
  padding:64px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.service-detail-copy h1{
  margin:0;
  font-size:clamp(58px,7vw,104px);
  letter-spacing:-.065em;
}
.service-detail-copy > p:not(.eyebrow){
  color:#6f7680;
  font-size:16px;
  line-height:1.7;
  max-width:560px;
  margin:28px 0;
}
.service-detail-actions{
  display:flex;
  gap:12px;
  margin-top:30px;
}
.service-detail-visual{
  min-height:640px;
  background:#0b0f15;
}
.service-detail-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.service-detail-strip{
  margin-top:20px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,255,255,.48);
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.service-detail-strip div{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.service-detail-strip span{
  font-size:9px;
  color:#7a818b;
  letter-spacing:.14em;
}
.service-detail-strip b{
  font-size:14px;
}

/* Work page */
.work-tile-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}
.work-tile{
  grid-column:span 6;
  min-height:480px;
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#0c1016;
}
.work-tile:nth-child(3n){
  grid-column:span 12;
  min-height:540px;
}
.work-tile-visual{
  position:absolute;
  inset:0;
}
.work-tile-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 50%,rgba(3,5,8,.75));
}
.work-tile-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.65s ease;
}
.work-tile:hover img{transform:scale(1.035)}
.work-tile-meta{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:3;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:end;
}
.work-tile-meta h3{
  margin:0;
  font-size:22px;
}
.work-tile-meta p{
  margin:7px 0 0;
  color:#b3bcc8;
  font-size:11px;
}
.work-tile-meta > span{
  color:#85909f;
  font-size:10px;
}

/* Ensure all headers/content have enough top room below fixed nav */
.page-shell{
  padding-top:170px !important;
}
.privacy-main{
  padding-top:170px !important;
}

/* Mobile */
@media(max-width:1000px){
  .featured-work-card:nth-child(n){
    grid-column:span 6;
    min-height:500px;
  }
  .service-showcase,
  .service-showcase.reverse{
    grid-template-columns:1fr;
  }
  .service-showcase.reverse .service-showcase-copy,
  .service-showcase.reverse .service-showcase-visual{
    order:initial;
  }
  .service-showcase-visual{min-height:400px}
  .service-detail-hero{
    grid-template-columns:1fr;
  }
  .service-detail-visual{
    min-height:480px;
  }
  .work-tile:nth-child(n){
    grid-column:span 6;
  }
}
@media(max-width:640px){
  .featured-work-grid,
  .work-tile-grid{
    grid-template-columns:1fr;
  }
  .featured-work-card:nth-child(n),
  .work-tile:nth-child(n){
    grid-column:auto;
    min-height:420px;
  }
  .service-showcase{
    min-height:0;
  }
  .service-showcase-copy{
    padding:28px;
  }
  .service-showcase-copy h2{
    margin-top:24px;
    font-size:40px;
  }
  .service-showcase-visual{min-height:300px}
  .service-detail-page{padding-top:125px}
  .service-detail-copy{padding:30px}
  .service-detail-copy h1{font-size:52px}
  .service-detail-visual{min-height:330px}
  .service-detail-actions{flex-direction:column}
  .service-detail-strip{align-items:flex-start;flex-direction:column}
  .page-shell{padding-top:130px !important}
  .privacy-main{padding-top:130px !important}
}

/* =================== V6 GLOBAL DISPLAY-TEXT SAFETY =================== */
/*
   Large headings must never be cropped by grid columns, card boundaries,
   fixed headers or aggressive display line-height. These rules intentionally
   override older experimental typography rules site-wide.
*/

.hero-copy,
.section-head > div,
.page-hero > div,
.contact-copy,
.service-detail-copy,
.about-copy-block,
.contact-panel,
.service-showcase-copy,
.about-brand > div {
  min-width: 0;
  max-width: 100%;
}

.hero h1,
.section-head h2,
.contact h2,
.page-hero h1,
.service-detail-copy h1,
.about-copy-block h2,
.contact-panel h2,
.service-showcase h2,
.about-brand h2 {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.02 !important;
  letter-spacing: -0.052em !important;
  padding-top: .08em !important;
  padding-bottom: .12em !important;
  overflow: visible !important;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}

/* Safer sizes for each layout context. JS below provides final fit protection. */
.hero h1 {
  font-size: clamp(54px, 6.7vw, 106px) !important;
}
.section-head h2 {
  font-size: clamp(46px, 5.4vw, 82px) !important;
}
.contact h2 {
  font-size: clamp(46px, 5vw, 76px) !important;
}
.page-hero h1 {
  font-size: clamp(56px, 7.4vw, 112px) !important;
}
.service-detail-copy h1 {
  font-size: clamp(48px, 5vw, 76px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
}
.about-copy-block h2 {
  font-size: clamp(46px, 5vw, 74px) !important;
}
.contact-panel h2 {
  font-size: clamp(42px, 4.4vw, 64px) !important;
}
.service-showcase h2 {
  font-size: clamp(38px, 4vw, 62px) !important;
}
.about-brand h2 {
  font-size: clamp(38px, 4vw, 52px) !important;
}

/* Give headline zones actual breathing room instead of clipping them at section edges. */
.section-head {
  padding-top: 18px !important;
  padding-bottom: 8px !important;
}
.page-hero,
.page-hero-safe {
  padding-top: 22px !important;
}
.contact-copy {
  padding-top: 12px;
  padding-bottom: 10px;
}
.service-detail-copy {
  overflow: visible !important;
}
.service-detail-hero {
  overflow: clip;
}
.service-detail-copy {
  position: relative;
  z-index: 2;
}

/* The service visual may never cover headline text on long service names. */
@media (min-width: 1001px) {
  .service-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(520px, 1.05fr) !important;
  }
  .service-detail-copy {
    padding: 54px !important;
  }
}

@media (max-width: 1000px) {
  .service-detail-hero {
    grid-template-columns: 1fr !important;
  }
  .service-detail-copy h1 {
    font-size: clamp(48px, 9vw, 78px) !important;
  }
  .page-hero h1 {
    font-size: clamp(54px, 10vw, 92px) !important;
  }
  .section-head h2,
  .contact h2 {
    font-size: clamp(46px, 8vw, 70px) !important;
  }
}

@media (max-width: 640px) {
  .hero h1,
  .page-hero h1,
  .service-detail-copy h1,
  .section-head h2,
  .contact h2,
  .about-copy-block h2,
  .contact-panel h2,
  .service-showcase h2 {
    line-height: 1.06 !important;
    letter-spacing: -0.04em !important;
  }
  .hero h1 { font-size: clamp(46px, 13vw, 58px) !important; }
  .page-hero h1 { font-size: clamp(48px, 14vw, 66px) !important; }
  .service-detail-copy h1 { font-size: clamp(42px, 12vw, 58px) !important; }
  .section-head h2,
  .contact h2 { font-size: clamp(42px, 12vw, 56px) !important; }
}

@media (max-width: 390px) {
  .service-detail-copy h1 { font-size: 42px !important; }
  .page-hero h1 { font-size: 46px !important; }
  .hero h1 { font-size: 44px !important; }
}


/* =================== V7 ZERO-CLIP TYPOGRAPHY =================== */
/*
   Final global rule: large display text gets an internal safety gutter on
   the right and bottom so punctuation/glyph overhang can never touch a
   clipping boundary. Long service names are given a wider text column.
*/

.hero h1,
.section-head h2,
.contact h2,
.page-hero h1,
.service-detail-copy h1,
.about-copy-block h2,
.contact-panel h2,
.service-showcase h2,
.about-brand h2 {
  box-sizing: border-box !important;
  display: block !important;
  inline-size: 100% !important;
  max-inline-size: 100% !important;
  min-inline-size: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: pretty !important;
  line-height: 1.10 !important;
  letter-spacing: -0.035em !important;
  padding-block: .10em .22em !important;
  padding-inline: .02em .34em !important;
  margin-inline: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Accent spans must never become clipping boxes around punctuation. */
.hero h1 .accent,
.section-head h2 .accent,
.contact h2 .accent,
.page-hero h1 .accent,
.service-detail-copy h1 .accent,
.about-copy-block h2 .accent,
.contact-panel h2 .accent,
.service-showcase h2 .accent {
  display: inline !important;
  overflow: visible !important;
  padding-inline-end: .08em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Headline wrappers themselves must not clip glyph overhang. */
.hero-copy,
.section-head,
.section-head > div,
.contact-copy,
.page-hero,
.page-hero > div,
.service-detail-copy,
.about-copy-block,
.contact-panel,
.service-showcase-copy,
.about-brand,
.about-brand > div {
  min-width: 0 !important;
  overflow: visible !important;
}

/* Specific safe display sizes — still premium, but never oversized. */
.hero h1 { font-size: clamp(52px, 6.25vw, 100px) !important; }
.section-head h2 { font-size: clamp(44px, 5.05vw, 78px) !important; }
.contact h2 { font-size: clamp(44px, 4.65vw, 70px) !important; }
.page-hero h1 { font-size: clamp(54px, 6.8vw, 104px) !important; }
.service-detail-copy h1 { font-size: clamp(46px, 4.55vw, 70px) !important; }
.about-copy-block h2 { font-size: clamp(44px, 4.6vw, 70px) !important; }
.contact-panel h2 { font-size: clamp(40px, 4vw, 60px) !important; }
.service-showcase h2 { font-size: clamp(36px, 3.75vw, 58px) !important; }
.about-brand h2 { font-size: clamp(36px, 3.6vw, 50px) !important; }

/* Long service names need more text width than artwork width. */
@media (min-width: 1001px) {
  .service-detail-hero {
    grid-template-columns: minmax(0, 1.16fr) minmax(440px, .84fr) !important;
    overflow: visible !important;
    border-radius: 36px;
  }
  .service-detail-copy {
    padding: 58px 54px 58px 58px !important;
  }
  .service-detail-visual {
    overflow: hidden;
    border-radius: 0 36px 36px 0;
  }

  .contact-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 64px !important;
  }
}

/* More vertical room around hero/section display text. */
.section-head {
  padding-block: 26px 14px !important;
}
.page-hero,
.page-hero-safe {
  padding-block-start: 32px !important;
}
.contact-copy {
  padding-block: 18px 14px !important;
}

@media (max-width: 1000px) {
  .service-detail-hero {
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }
  .service-detail-visual {
    border-radius: 0 0 36px 36px;
  }
  .hero h1 { font-size: clamp(48px, 8vw, 72px) !important; }
  .page-hero h1 { font-size: clamp(50px, 9vw, 84px) !important; }
  .service-detail-copy h1 { font-size: clamp(44px, 8vw, 68px) !important; }
  .section-head h2,
  .contact h2 { font-size: clamp(42px, 7.5vw, 64px) !important; }
}

@media (max-width: 640px) {
  .hero h1,
  .section-head h2,
  .contact h2,
  .page-hero h1,
  .service-detail-copy h1,
  .about-copy-block h2,
  .contact-panel h2,
  .service-showcase h2,
  .about-brand h2 {
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    padding-inline-end: .30em !important;
    padding-bottom: .24em !important;
  }
  .hero h1 { font-size: clamp(44px, 12vw, 56px) !important; }
  .page-hero h1 { font-size: clamp(46px, 12.5vw, 62px) !important; }
  .service-detail-copy h1 { font-size: clamp(40px, 11vw, 54px) !important; }
  .section-head h2,
  .contact h2 { font-size: clamp(40px, 11vw, 52px) !important; }
  .service-detail-copy { padding: 32px 26px !important; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 42px !important; }
  .page-hero h1 { font-size: 44px !important; }
  .service-detail-copy h1 { font-size: 38px !important; }
  .section-head h2,
  .contact h2 { font-size: 39px !important; }
}


/* =========================================================
   V8 — HOMEPAGE CONTACT HEADING
   Direct manual sizing. Not controlled by JS auto-fit.
   ========================================================= */

.contact h2.contact-main-heading {
  font-size: clamp(68px, 6.2vw, 96px) !important;
  line-height: .94 !important;
  letter-spacing: -0.045em !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 .16em .10em 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  text-wrap: balance;
}

.contact h2.contact-main-heading .accent {
  display: inline-block;
  padding-right: .10em;
  padding-bottom: .04em;
  overflow: visible !important;
}

@media (max-width: 1000px) {
  .contact h2.contact-main-heading {
    font-size: clamp(62px, 8.2vw, 84px) !important;
  }
}

@media (max-width: 640px) {
  .contact h2.contact-main-heading {
    font-size: clamp(50px, 13vw, 62px) !important;
    line-height: .96 !important;
  }
}

@media (max-width: 390px) {
  .contact h2.contact-main-heading {
    font-size: 50px !important;
  }
}


/* ================= V9 SERVICE INTERACTION RULES ================= */

/* Services are informational only. */
.service-row{
  cursor:default !important;
}
.service-row:hover{
  padding-left:0 !important;
}
.service-row:hover h3{
  color:inherit !important;
}
.service-row::before{
  display:none !important;
}
.service-arrow{
  display:none !important;
}

.service-showcase{
  cursor:default !important;
}
.service-showcase:hover{
  transform:none !important;
  box-shadow:0 16px 45px rgba(17,19,24,.045) !important;
}
.service-open{
  display:none !important;
}

/* Work remains clickable. */
.featured-work-card,
.featured-visual,
.work-tile{
  cursor:pointer !important;
}


/* ================= V10 PROJECT VIDEO SYSTEM ================= */

.video-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:28px;
  background:rgba(4,6,10,.86);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease, visibility .28s ease;
}
.video-modal.open{
  opacity:1;
  visibility:visible;
}
.video-modal-panel{
  width:min(1120px,100%);
  max-height:calc(100vh - 56px);
  overflow:auto;
  border-radius:30px;
  background:#0c1016;
  color:#fff;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 35px 120px rgba(0,0,0,.5);
  transform:translateY(18px) scale(.985);
  transition:transform .32s cubic-bezier(.2,.75,.25,1);
}
.video-modal.open .video-modal-panel{
  transform:none;
}
.video-modal-frame{
  width:100%;
  aspect-ratio:16/9;
  background:#05070a;
  overflow:hidden;
  border-radius:30px 30px 0 0;
}
.video-modal-frame video{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#05070a;
}
.video-modal-info{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  padding:28px 30px 32px;
}
.video-modal-info .eyebrow{
  margin-bottom:12px;
}
.video-modal-info h2{
  margin:0;
  font-size:clamp(30px,4vw,52px);
  line-height:1;
  letter-spacing:-.045em;
}
.video-modal-info p:not(.eyebrow){
  margin:12px 0 0;
  color:#929dab;
  font-size:13px;
}
.video-modal-close{
  position:fixed;
  z-index:1002;
  top:22px;
  right:24px;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:50%;
  background:rgba(12,16,22,.72);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(12px);
}
body.video-modal-open{
  overflow:hidden;
}
.video-trigger{
  background:#146df7;
  color:#fff;
  border-color:#146df7;
}
.featured-visual[data-video],
.work-tile[data-video],
.video-trigger[data-video]{
  cursor:pointer !important;
}

@media(max-width:640px){
  .video-modal{padding:12px}
  .video-modal-panel{border-radius:20px;max-height:calc(100vh - 24px)}
  .video-modal-frame{border-radius:20px 20px 0 0}
  .video-modal-info{
    align-items:stretch;
    flex-direction:column;
    padding:22px;
  }
  .video-modal-info .btn{width:100%}
  .video-modal-close{
    top:14px;
    right:14px;
    width:42px;
    height:42px;
  }
}


/* ================= V12 VIDEO MODAL FIX ================= */

.video-modal-panel{
  position:relative !important;
  overflow:visible !important;
}

.video-modal-close{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  z-index:50 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:52px !important;
  height:52px !important;
  padding:0 0 4px !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:50% !important;
  background:rgba(5,8,13,.90) !important;
  color:#fff !important;
  font-size:34px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 14px 32px rgba(0,0,0,.42) !important;
  backdrop-filter:blur(14px) !important;
}

.video-modal-close:hover{
  background:#fff !important;
  color:#080b10 !important;
  transform:scale(1.06);
}

.video-modal-frame{
  aspect-ratio:16 / 9 !important;
}

.video-modal-frame video{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

@media(max-width:640px){
  .video-modal-close{
    top:10px !important;
    right:10px !important;
    width:44px !important;
    height:44px !important;
    font-size:29px !important;
  }
}


/* ================= V13 EXPLICIT CLOSE VIDEO BUTTON ================= */

.video-modal-info{
  position:sticky;
  bottom:0;
  z-index:10;
  background:#0c1016;
  border-top:1px solid rgba(255,255,255,.10);
}

.video-modal-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.video-close-button{
  background:#ffffff !important;
  color:#0a0d12 !important;
  border-color:#ffffff !important;
  min-width:150px;
}

.video-close-button:hover{
  background:#e9edf2 !important;
  transform:translateY(-2px);
}

.video-modal-close{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

@media(max-width:640px){
  .video-modal-actions{
    width:100%;
    flex-direction:column;
    align-items:stretch;
  }
  .video-modal-actions .btn{
    width:100%;
  }
}


/* ================= V14 CLOSE CROSS ON VIDEO ================= */

.video-modal-frame{
  position:relative !important;
  overflow:hidden !important;
}

.video-modal-frame video{
  position:relative !important;
  z-index:1 !important;
}

.video-modal-frame .video-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:9999 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:52px !important;
  height:52px !important;
  padding:0 0 4px 0 !important;
  margin:0 !important;

  border:2px solid rgba(255,255,255,.95) !important;
  border-radius:50% !important;
  background:rgba(0,0,0,.82) !important;
  color:#fff !important;

  font-size:34px !important;
  font-weight:500 !important;
  line-height:1 !important;

  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  cursor:pointer !important;

  box-shadow:0 8px 28px rgba(0,0,0,.55) !important;
  backdrop-filter:blur(10px) !important;
}

.video-modal-frame .video-modal-close:hover{
  background:#fff !important;
  color:#000 !important;
  transform:scale(1.06) !important;
}

@media(max-width:640px){
  .video-modal-frame .video-modal-close{
    top:10px !important;
    right:10px !important;
    width:44px !important;
    height:44px !important;
    font-size:29px !important;
  }
}


/* ================= V15 RELIABLE SAME-PAGE VIDEO MODAL ================= */

/* Video cards are buttons, not links, so direct MP4 navigation is impossible. */
button.featured-visual,
button.work-tile{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  padding:0;
  margin:0;
  width:auto;
  font:inherit;
  text-align:inherit;
  color:inherit;
}

button.featured-visual{
  width:100%;
  height:100%;
}

button.work-tile{
  width:auto;
}

/* Cross is physically inside the video frame, always above the video. */
.video-modal-frame{
  position:relative !important;
  overflow:hidden !important;
}

.video-modal-frame video{
  position:relative !important;
  z-index:1 !important;
}

.video-modal-frame .video-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:99999 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:54px !important;
  height:54px !important;
  padding:0 0 4px !important;
  margin:0 !important;

  border:2px solid rgba(255,255,255,.95) !important;
  border-radius:50% !important;
  background:rgba(0,0,0,.86) !important;
  color:#fff !important;

  font-size:35px !important;
  font-weight:500 !important;
  line-height:1 !important;

  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  cursor:pointer !important;

  box-shadow:0 10px 30px rgba(0,0,0,.58) !important;
  backdrop-filter:blur(10px) !important;
}

.video-modal-frame .video-modal-close:hover{
  background:#fff !important;
  color:#000 !important;
  transform:scale(1.06) !important;
}

@media(max-width:640px){
  .video-modal-frame .video-modal-close{
    top:10px !important;
    right:10px !important;
    width:46px !important;
    height:46px !important;
    font-size:30px !important;
  }
}


/* ================= V16 WHATSAPP CHATBOT ================= */

.wa-widget{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:760;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.wa-launcher{
  position:relative;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 20px;
  border:0;
  border-radius:999px;
  background:#20b85a;
  color:#fff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 18px 48px rgba(11,84,45,.28);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}

.wa-launcher:hover{
  transform:translateY(-3px);
  background:#17a951;
  box-shadow:0 23px 55px rgba(11,84,45,.34);
}

.wa-launcher svg{
  width:26px;
  height:26px;
  flex:0 0 auto;
}

.wa-notification-dot{
  position:absolute;
  top:0;
  right:3px;
  width:13px;
  height:13px;
  border:3px solid #f4f2ed;
  border-radius:50%;
  background:#ff5a55;
}

.wa-chat{
  position:absolute;
  right:0;
  bottom:76px;
  width:min(370px,calc(100vw - 28px));
  border:1px solid rgba(17,19,24,.12);
  border-radius:25px;
  overflow:hidden;
  background:#efeae2;
  box-shadow:0 28px 90px rgba(17,19,24,.24);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px) scale(.97);
  transform-origin:bottom right;
  transition:opacity .25s ease,visibility .25s ease,transform .25s ease;
}

.wa-chat.open{
  opacity:1;
  visibility:visible;
  transform:none;
}

.wa-chat-header{
  min-height:78px;
  padding:13px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  background:#075e54;
}

.wa-avatar{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  overflow:hidden;
  border-radius:50%;
  background:#fff;
}

.wa-avatar img{
  width:90%;
  height:90%;
  object-fit:contain;
}

.wa-chat-header>div:nth-child(2){
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
}

.wa-chat-header b{
  font-size:14px;
}

.wa-chat-header span{
  display:flex;
  align-items:center;
  gap:6px;
  color:rgba(255,255,255,.77);
  font-size:10px;
}

.wa-chat-header span i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#7cff90;
}

.wa-chat-close{
  width:36px;
  height:36px;
  margin-left:auto;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.wa-chat-body{
  height:min(410px,52vh);
  padding:20px 15px;
  overflow-y:auto;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.52),transparent 26%),
    #efeae2;
}

.wa-message{
  width:fit-content;
  max-width:88%;
  margin-bottom:11px;
  padding:11px 13px;
  border-radius:7px 14px 14px 14px;
  color:#252a31;
  background:#fff;
  box-shadow:0 3px 9px rgba(17,19,24,.07);
  font-size:12px;
  line-height:1.55;
  animation:waMessageIn .28s ease both;
}

.wa-message+.wa-message{
  margin-top:7px;
}

.wa-services-list{
  display:grid;
  gap:6px;
  margin-top:9px;
}

.wa-services-list span{
  padding:7px 9px;
  border-radius:8px;
  background:#f4f6f7;
  color:#4a515c;
  font-size:11px;
}

.wa-options{
  display:grid;
  gap:8px;
  margin:5px 0 12px;
  animation:waMessageIn .32s ease both;
}

.wa-options button,
.wa-continue{
  width:100%;
  min-height:43px;
  padding:10px 13px;
  border:1px solid rgba(7,94,84,.24);
  border-radius:11px;
  background:#fff;
  color:#075e54;
  font-size:11px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  transition:.2s ease;
}

.wa-options button:hover,
.wa-continue:hover{
  border-color:#075e54;
  background:#f3fffa;
}

.wa-continue{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:9px;
  text-decoration:none;
}

.wa-chat-footer{
  padding:10px 15px;
  text-align:center;
  background:#f7f4ee;
  border-top:1px solid rgba(17,19,24,.08);
}

.wa-chat-footer span{
  color:#838a94;
  font-size:9px;
  letter-spacing:.04em;
}

.whatsapp[data-open-whatsapp]{
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
}

.contact-line a,
.contact-line button{
  border:0;
  padding:0;
  background:transparent;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-align:right;
  cursor:pointer;
  text-decoration:none;
}

.contact-line a:hover,
.contact-line button:hover{
  color:#73ceff;
}

@keyframes waMessageIn{
  from{opacity:0;transform:translateY(7px)}
  to{opacity:1;transform:none}
}

@media(max-width:640px){
  .wa-widget{
    right:14px;
    bottom:14px;
  }

  .wa-launcher{
    width:58px;
    min-height:58px;
    padding:0;
  }

  .wa-launcher span{
    display:none;
  }

  .wa-chat{
    position:fixed;
    right:12px;
    left:12px;
    bottom:84px;
    width:auto;
    transform-origin:bottom center;
  }

  .wa-chat-body{
    height:min(440px,56vh);
  }
}


/* ================= V17 CLICKABLE WHATSAPP SERVICES ================= */

.wa-options.is-used{
  opacity:.56;
  pointer-events:none;
}

.wa-services-message{
  width:100%;
  max-width:100%;
}

.wa-services-list{
  gap:7px !important;
}

.wa-services-list .wa-service-option{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:9px 11px;
  border:1px solid transparent;
  border-radius:9px;
  background:#f1f3f4;
  color:#49515d;
  font:inherit;
  font-size:11px;
  text-align:left;
  cursor:pointer;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.wa-services-list .wa-service-option:hover{
  transform:translateX(2px);
  border-color:rgba(7,94,84,.24);
  background:#e8f8f2;
  color:#075e54;
}

.wa-services-list .wa-service-option.is-selected{
  border-color:#075e54;
  background:#def5eb;
  color:#075e54;
}

.wa-services-list .wa-service-option b{
  font-size:19px;
  line-height:1;
}

.wa-service-demo-card{
  margin:11px 0 13px;
  animation:waMessageIn .28s ease both;
}

.wa-service-demo-card .wa-message{
  width:100%;
  max-width:100%;
  margin-bottom:8px;
}

.wa-service-demo-card .wa-message span{
  display:block;
  margin-top:5px;
  color:#68717c;
  font-size:10px;
}

.wa-see-demo{
  width:100%;
  min-height:45px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 13px;
  border:1px solid #075e54;
  border-radius:11px;
  background:#075e54;
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  transition:
    transform .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.wa-see-demo:hover{
  transform:translateY(-2px);
  background:#064f47;
  box-shadow:0 9px 22px rgba(7,94,84,.20);
}

.wa-see-demo b{
  font-size:13px;
}

/* V17 no longer uses the generic Discuss a Service link. */
.wa-continue{
  display:none !important;
}


/* ================= V18 SCHEDULE AFTER DEMO ================= */

.wa-schedule-after-demo{
  width:100%;
  min-height:49px;
  margin-top:8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:9px 13px;
  border:1px dashed rgba(7,94,84,.28);
  border-radius:11px;
  background:#e3e5e6;
  color:#8b929a;
  text-align:left;
  cursor:not-allowed;
  transition:.22s ease;
}

.wa-schedule-after-demo span{
  font-size:11px;
  font-weight:800;
}

.wa-schedule-after-demo small{
  font-size:8px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.wa-schedule-after-demo.is-enabled{
  border-style:solid;
  border-color:#20b85a;
  background:#20b85a;
  color:#fff;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(32,184,90,.20);
  animation:waScheduleUnlock .45s ease both;
}

.wa-schedule-after-demo.is-enabled:hover{
  transform:translateY(-2px);
  background:#17a951;
  box-shadow:0 12px 26px rgba(32,184,90,.27);
}

@keyframes waScheduleUnlock{
  0%{transform:scale(.97);opacity:.55}
  65%{transform:scale(1.025)}
  100%{transform:scale(1);opacity:1}
}


/* ================= V19 ACTIVE DEMO + CALL OPTIONS ================= */

/* Initial chatbot options stay active after either one is selected. */
.wa-options.is-used{
  opacity:1 !important;
  pointer-events:auto !important;
}

.wa-options button:disabled{
  opacity:1 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

/* Both actions are available immediately for every service. */
.wa-service-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.wa-service-actions .wa-see-demo,
.wa-service-actions .wa-schedule-service{
  width:100%;
  min-height:47px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:11px;
  font-size:10px;
  font-weight:800;
  text-align:left;
  cursor:pointer;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.wa-service-actions .wa-see-demo{
  border:1px solid #075e54;
  background:#075e54;
  color:#fff;
}

.wa-service-actions .wa-schedule-service{
  border:1px solid #20b85a;
  background:#20b85a;
  color:#fff;
}

.wa-service-actions .wa-see-demo:hover,
.wa-service-actions .wa-schedule-service:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 23px rgba(7,94,84,.18);
}

.wa-service-actions .wa-see-demo:hover{
  background:#064f47;
}

.wa-service-actions .wa-schedule-service:hover{
  background:#17a951;
}

/* Remove V18's disabled schedule appearance. */
.wa-schedule-after-demo{
  display:none !important;
}

@media(max-width:390px){
  .wa-service-actions{
    grid-template-columns:1fr;
  }
}


/* ================= V20 CLIENT LOGOS ================= */

.clients .section-head{
  align-items:flex-end;
}

.clients-intro{
  width:min(340px,100%);
  margin:0 0 8px;
  color:#7f8793;
  font-size:11px;
  line-height:1.7;
}

.logo-marquee{
  padding:25px 0 !important;
  overflow:hidden;
}

.marquee-track{
  display:flex;
  align-items:center;
  gap:16px;
  width:max-content;
  animation:marquee 34s linear infinite !important;
  will-change:transform;
}

.client-logo-card{
  width:245px;
  height:130px;
  flex:0 0 245px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 22px;
  border:1px solid rgba(17,19,24,.09);
  border-radius:20px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 30px rgba(17,19,24,.035);
  cursor:default;
  user-select:none;
}

.client-logo-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  pointer-events:none;
}

.client-many-more{
  flex-direction:column;
  gap:3px;
  color:#17191e;
  background:
    radial-gradient(circle at 75% 20%,rgba(20,109,247,.13),transparent 35%),
    linear-gradient(145deg,#fff,#eeeae3);
}

.client-many-more span{
  color:#146df7;
  font-size:29px;
  font-weight:800;
  line-height:1;
}

.client-many-more strong{
  font-size:15px;
  letter-spacing:.02em;
}

.client-more-note{
  margin:20px 0 0;
  text-align:center;
  color:#8d929a;
  font-size:10px;
}

@media(max-width:800px){
  .clients .section-head{
    align-items:flex-start;
  }

  .clients-intro{
    margin-top:14px;
  }

  .client-logo-card{
    width:205px;
    height:112px;
    flex-basis:205px;
    padding:15px 18px;
    border-radius:17px;
  }
}



/* ================= V24 FEEDBACK REFINEMENT ================= */

:root{
  --v24-ease:cubic-bezier(.16,1,.3,1);
}

/* Header remains exactly centered and stable */
.site-header,
.site-header.scrolled,
.site-header.ecm-header-scrolled{
  left:50% !important;
  transform:translateX(-50%) !important;
  top:18px !important;
  transition:
    top .28s ease,
    background .28s ease,
    box-shadow .28s ease,
    backdrop-filter .28s ease !important;
}

.site-header.ecm-header-scrolled,
.site-header.scrolled{
  top:10px !important;
  background:rgba(250,249,246,.94) !important;
  backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:0 14px 42px rgba(17,19,24,.07);
}

/* No custom cursor / black dot */
.ecm-cursor,
.ecm-page-curtain{
  display:none !important;
}

/* ------------------------------------------------------------
   HERO INTRO: fast, one-time, no duplicate dark section
------------------------------------------------------------ */

.hero-intro{
  position:fixed;
  inset:0;
  z-index:15000;
  display:grid;
  place-items:center;
  background:#f6f5f1;
  pointer-events:none;
  opacity:1;
  visibility:visible;
  transition:
    opacity .42s ease,
    visibility .42s ease;
}

.hero-intro-stage{
  width:min(900px,88vw);
  min-height:420px;
  display:grid;
  place-items:center;
  position:relative;
}

.hero-intro-logo{
  position:absolute;
  width:min(300px,44vw);
  max-height:250px;
  object-fit:contain;
  opacity:0;
  transform:scale(.86);
  animation:v24LogoIn .48s .08s var(--v24-ease) forwards;
}

.hero-intro-lines{
  position:absolute;
  left:50%;
  top:50%;
  width:min(780px,90vw);
  transform:translate(-50%,-50%);
  text-align:center;
}

.hero-intro-lines span{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  display:block;
  opacity:0;
  transform:translateY(34px);
  font-size:clamp(54px,7vw,104px);
  line-height:1;
  letter-spacing:-.065em;
  font-weight:800;
  color:#11141a;
}

.hero-intro-lines span:nth-child(1){
  animation:v24Line  .5s .58s var(--v24-ease) forwards;
}

.hero-intro-lines span:nth-child(2){
  animation:v24Line  .5s 1.12s var(--v24-ease) forwards;
}

.hero-intro-lines span:nth-child(3){
  color:#1c9ef5;
  animation:v24LineLast .58s 1.66s var(--v24-ease) forwards;
}

@keyframes v24LogoIn{
  0%{opacity:0;transform:scale(.84)}
  55%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(.96)}
}

@keyframes v24Line{
  0%{opacity:0;transform:translateY(34px)}
  35%{opacity:1;transform:translateY(0)}
  72%{opacity:1;transform:translateY(0)}
  100%{opacity:0;transform:translateY(-24px)}
}

@keyframes v24LineLast{
  0%{opacity:0;transform:translateY(34px)}
  38%{opacity:1;transform:translateY(0)}
  100%{opacity:1;transform:translateY(0)}
}

body.hero-intro-done .hero-intro{
  opacity:0;
  visibility:hidden;
}

.hero-final{
  opacity:0;
  transform:translateY(18px);
}

body.hero-intro-done .hero-final{
  animation:v24HeroSettle .62s var(--v24-ease) forwards;
}

@keyframes v24HeroSettle{
  to{opacity:1;transform:none}
}

/* Original hero stays visually dominant */
.hero{
  min-height:auto !important;
  padding-top:clamp(105px,10vw,145px) !important;
  padding-bottom:clamp(70px,7vw,100px) !important;
}

.hero-copy{
  max-width:650px !important;
}

.hero h1{
  font-size:clamp(60px,6vw,94px) !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
  overflow:visible !important;
  padding:0 .16em .14em 0 !important;
}

.hero h1 > span{
  display:block !important;
  overflow:visible !important;
}

.hero .hero-sub,
.hero p{
  font-size:clamp(16px,1.25vw,20px) !important;
  line-height:1.55 !important;
}

.hero .eyebrow{
  font-size:11px !important;
}

/* 4) Restore strong, readable typography across site */
.section-head h2{
  font-size:clamp(52px,5.4vw,84px) !important;
  line-height:.98 !important;
  letter-spacing:-.055em !important;
}

.service-row h3{
  font-size:clamp(34px,3.3vw,54px) !important;
}

.featured-meta h3,
.work-tile h3{
  font-size:clamp(24px,2.2vw,34px) !important;
}

.about-brand h2{
  font-size:clamp(38px,4vw,62px) !important;
}

.contact h2.contact-main-heading{
  font-size:clamp(62px,6vw,92px) !important;
  line-height:.98 !important;
  padding:0 .18em .16em 0 !important;
}

/* Never clip punctuation/headlines */
.hero,
.hero-copy,
.section,
.section-head,
.section-head > div,
.page-hero,
.service-detail-hero,
.contact,
.contact-copy,
.about-card,
.location,
.location-copy{
  overflow:visible !important;
}

.hero h1,
.section-head h2,
.page-hero h1,
.service-detail-copy h1,
.contact h2,
.about-brand h2,
.location h2,
.location h3{
  overflow:visible !important;
  text-overflow:clip !important;
  clip-path:none !important;
  padding-right:.14em !important;
  padding-bottom:.12em !important;
}

/* 5) Remove excessive empty space */
.section{
  padding-top:clamp(72px,7vw,105px) !important;
  padding-bottom:clamp(72px,7vw,105px) !important;
}

.clients.section{
  padding-bottom:70px !important;
}

.about.section{
  padding-top:70px !important;
}

.clients + .about,
.clients + section{
  margin-top:0 !important;
}

.client-more-note{
  margin-bottom:0 !important;
}

.about-card{
  margin-top:0 !important;
}

.page-section{
  padding-top:clamp(65px,6vw,95px) !important;
  padding-bottom:clamp(65px,6vw,95px) !important;
}

/* Smooth, efficient reveal */
.v24-reveal{
  opacity:0;
  transform:translate3d(0,30px,0);
  transition:
    opacity .72s var(--v24-ease),
    transform .72s var(--v24-ease);
  transition-delay:var(--v24-delay,0ms);
}

.v24-reveal.v24-visible{
  opacity:1;
  transform:none;
}

/* Work/cards: subtle, premium only */
.featured-work-card,
.work-tile,
.service-showcase,
.client-logo-card{
  transition:
    transform .42s var(--v24-ease),
    box-shadow .42s ease !important;
}

.featured-work-card:hover,
.work-tile:hover,
.service-showcase:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 24px 62px rgba(17,19,24,.10) !important;
}

/* 6) Images fully responsive, no cropping */
.featured-visual,
.work-tile-visual,
.service-showcase-visual,
.service-detail-visual{
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.featured-visual img,
.work-tile-visual img,
.service-showcase-visual img,
.service-detail-visual img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:clamp(12px,1.8vw,26px) !important;
}

/* Footer aligned, privacy link normal */
.footer{
  display:grid !important;
  grid-template-columns:auto 1fr auto auto !important;
  align-items:center !important;
  gap:28px !important;
}

.footer-nav{
  justify-content:center !important;
  flex-wrap:nowrap !important;
}

.footer-link{
  justify-self:end !important;
  padding:0 !important;
  border:0 !important;
  text-decoration:none !important;
  transform:none !important;
}

.footer-link:hover{
  border:0 !important;
  text-decoration:none !important;
  transform:none !important;
}

/* 6) Location typography compact and balanced */
.location-intro{
  max-width:350px !important;
  font-size:12px !important;
  line-height:1.6 !important;
}

.location-shell{
  display:grid !important;
  grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr) !important;
  min-height:500px !important;
  border-radius:28px !important;
  overflow:hidden !important;
}

.location-copy{
  padding:clamp(34px,4vw,50px) !important;
}

.location-copy h3{
  margin:14px 0 16px !important;
  font-size:clamp(32px,3.2vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
}

.location-copy p{
  font-size:12px !important;
  line-height:1.65 !important;
}

.location-contact{
  margin:20px 0 24px !important;
}

.location-map{
  position:relative !important;
  min-height:500px !important;
  overflow:hidden !important;
  background:#e9e7e1;
}

.location-map iframe{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  border:0 !important;
  display:block !important;
  pointer-events:auto !important;
}

.map-interaction-hint{
  position:absolute;
  left:50%;
  top:18px;
  z-index:3;
  transform:translateX(-50%);
  padding:8px 12px;
  border-radius:999px;
  background:rgba(15,18,24,.82);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.04em;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}

.location-map:hover .map-interaction-hint{
  opacity:1;
}

.contact-map-shell{
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr) !important;
}

/* Responsive */
@media(max-width:1000px){
  .location-shell,
  .contact-map-shell{
    grid-template-columns:1fr !important;
  }

  .location-map{
    min-height:420px !important;
  }

  .footer{
    grid-template-columns:1fr auto !important;
  }

  .footer-nav{
    grid-column:1/-1;
    justify-content:flex-start !important;
  }
}

@media(max-width:640px){
  .hero-intro-stage{
    min-height:320px;
  }

  .hero-intro-logo{
    width:min(220px,58vw);
  }

  .hero-intro-lines span{
    font-size:clamp(44px,13vw,68px);
  }

  .hero{
    padding-top:105px !important;
  }

  .hero h1{
    font-size:clamp(50px,13vw,70px) !important;
  }

  .section-head h2{
    font-size:clamp(44px,11vw,62px) !important;
  }

  .location-copy h3{
    font-size:34px !important;
  }

  .location-map{
    min-height:360px !important;
  }

  .footer{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .footer-nav{
    grid-column:auto;
    flex-wrap:wrap !important;
  }

  .footer-link{
    justify-self:start !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .hero-intro{
    display:none !important;
  }

  .hero-final,
  .v24-reveal{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
    transition:none !important;
  }
}




/* ================= V25 TYPOGRAPHY + PAGE TRANSITION ================= */

/* ------------------------------------------------------------
   1) GLOBAL TYPOGRAPHY SCALE — intentionally larger everywhere
------------------------------------------------------------ */

body{
  font-size:17px !important;
}

.nav a,
.site-header nav a{
  font-size:13px !important;
}

.header-cta{
  font-size:12px !important;
}

.eyebrow{
  font-size:13px !important;
  letter-spacing:.14em !important;
}

.hero h1{
  font-size:clamp(68px,7vw,108px) !important;
  line-height:.94 !important;
}

.hero .hero-sub,
.hero p{
  font-size:clamp(18px,1.45vw,22px) !important;
  line-height:1.58 !important;
}

.btn{
  font-size:13px !important;
}

.section-head h2{
  font-size:clamp(64px,6.4vw,100px) !important;
  line-height:.96 !important;
}

.section-head > p,
.clients-intro,
.location-intro,
.about-copy-block p,
.page-hero-copy,
.service-detail-copy p,
.service-showcase p,
.contact-copy p,
.contact-panel p{
  font-size:clamp(15px,1.25vw,18px) !important;
  line-height:1.65 !important;
}

.service-row .service-no{
  font-size:13px !important;
}

.service-row h3{
  font-size:clamp(42px,4vw,40px) !important;
}

.service-row p{
  font-size:15px !important;
  line-height:1.6 !important;
}

.featured-meta h3,
.work-tile h3{
  font-size:clamp(28px,2.6vw,40px) !important;
}

.featured-meta p,
.work-tile p,
.featured-meta > span,
.work-meta,
.work-category{
  font-size:13px !important;
}

.featured-view{
  font-size:12px !important;
}

.client-more-note{
  font-size:12px !important;
}

.client-many-more strong{
  font-size:18px !important;
}

.about-brand h2{
  font-size:clamp(48px,4.8vw,74px) !important;
}

.about-brand p,
.about-card p{
  font-size:16px !important;
  line-height:1.65 !important;
}

.about-stat strong{
  font-size:clamp(34px,3vw,48px) !important;
}

.about-stat span{
  font-size:12px !important;
}

.page-hero h1,
.service-detail-copy h1{
  font-size:clamp(66px,6.5vw,104px) !important;
  line-height:.95 !important;
}

.page-hero p,
.service-detail-copy p{
  font-size:clamp(17px,1.35vw,21px) !important;
}

.service-showcase h2{
  font-size:clamp(38px,3.4vw,54px) !important;
}

.service-showcase .service-tags span,
.service-detail-strip span{
  font-size:12px !important;
}

.contact h2.contact-main-heading,
.contact-panel h2{
  font-size:clamp(68px,6.7vw,90px) !important;
  line-height:.96 !important;
}

.contact-line span{
  font-size:11px !important;
}

.contact-line b,
.contact-line a,
.contact-line button{
  font-size:14px !important;
}

.project-form label{
  font-size:12px !important;
}

.project-form input,
.project-form textarea,
.project-form select{
  font-size:15px !important;
}

.footer,
.footer a,
.footer span,
.footer-link{
  font-size:12px !important;
}

.wa-launcher{
  font-size:14px !important;
}

.wa-message{
  font-size:13px !important;
}

.wa-options button,
.wa-service-option,
.wa-see-demo,
.wa-schedule-service{
  font-size:12px !important;
}

.location-kicker{
  font-size:12px !important;
}

.location-copy h3{
  font-size:clamp(38px,3.7vw,56px) !important;
}

.location-copy p{
  font-size:15px !important;
}

.location-contact a{
  font-size:14px !important;
}

/* Mobile still readable rather than tiny */
@media(max-width:640px){
  body{
    font-size:16px !important;
  }

  .nav a,
  .site-header nav a{
    font-size:12px !important;
  }

  .hero h1{
    font-size:clamp(56px,14vw,78px) !important;
  }

  .section-head h2{
    font-size:clamp(50px,12vw,68px) !important;
  }

  .service-row h3{
    font-size:clamp(34px,8vw,48px) !important;
  }

  .page-hero h1,
  .service-detail-copy h1{
    font-size:clamp(52px,13vw,76px) !important;
  }
}

/* ------------------------------------------------------------
   2) V22-STYLE PAGE SWITCH TRANSITION — restored
------------------------------------------------------------ */

.ecm-page-transition{
  position:fixed;
  inset:0;
  z-index:30000;
  display:grid;
  place-items:center;
  background:#0b0e13;
  color:#fff;
  transform:translateY(-102%);
  pointer-events:none;
  transition:transform .52s cubic-bezier(.16,1,.3,1);
}

.ecm-page-transition span{
  font-size:12px;
  font-weight:800;
  letter-spacing:.30em;
  opacity:.84;
}

body.ecm-page-leaving .ecm-page-transition{
  transform:translateY(0);
}

body.ecm-page-enter .ecm-page-transition{
  animation:v25PageEnter .58s cubic-bezier(.16,1,.3,1) both;
}

@keyframes v25PageEnter{
  0%{transform:translateY(0)}
  100%{transform:translateY(-102%)}
}

/* ------------------------------------------------------------
   3) REMOVE BLACK OUTLINES / HEAVY BORDERS FROM WORK CARDS
------------------------------------------------------------ */

.featured-work-card,
.work-tile,
button.featured-visual,
button.work-tile,
.featured-visual,
.work-tile-visual{
  outline:none !important;
  border:0 !important;
}

.featured-work-card,
.work-tile{
  box-shadow:none !important;
  background:transparent !important;
}

.featured-visual,
.work-tile-visual{
  border-radius:24px !important;
  background:
    radial-gradient(circle at 50% 45%,rgba(20,109,247,.08),transparent 50%),
    #0d1118 !important;
}

.featured-work-card:hover,
.work-tile:hover{
  box-shadow:none !important;
}

button.featured-visual:focus,
button.featured-visual:focus-visible,
button.work-tile:focus,
button.work-tile:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}

/* Keep accessible focus only on keyboard at the content level */
.featured-work-card:focus-within .featured-meta h3,
.work-tile:focus-within h3{
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:5px;
}

/* Remove any legacy pseudo-outline */
.featured-work-card::before,
.featured-work-card::after,
.work-tile::before,
.work-tile::after{
  border:0 !important;
}

/* Preserve clean responsive cards */
.featured-visual img,
.work-tile-visual img{
  object-fit:contain !important;
  border:0 !important;
  outline:0 !important;
}


/* =========================================================
   FINAL V25 BASE — ONLY 10 REQUESTED HEADINGS
   Font-size values copied exactly from V20.
   No other typography/layout property is changed.
   ========================================================= */

.v20-size-hero{
  font-size:clamp(52px, 6.25vw, 100px) !important;
}

.v20-size-section{
  font-size:clamp(44px, 5.05vw, 78px) !important;
}

.v20-size-page{
  font-size:clamp(54px, 6.8vw, 104px) !important;
}

@media (max-width:1000px){
  .v20-size-hero{
    font-size:clamp(48px, 8vw, 72px) !important;
  }
  .v20-size-section{
    font-size:clamp(42px, 7.5vw, 64px) !important;
  }
  .v20-size-page{
    font-size:clamp(50px, 9vw, 84px) !important;
  }
}

@media (max-width:640px){
  .v20-size-hero{
    font-size:clamp(44px, 12vw, 56px) !important;
  }
  .v20-size-section{
    font-size:clamp(40px, 11vw, 52px) !important;
  }
  .v20-size-page{
    font-size:clamp(46px, 12.5vw, 62px) !important;
  }
}

@media (max-width:390px){
  .v20-size-hero{
    font-size:42px !important;
  }
  .v20-size-section{
    font-size:39px !important;
  }
  .v20-size-page{
    font-size:44px !important;
  }
}



/* =========================================================
   FINAL HEADING SIZE OVERRIDE — ONLY USER-LISTED HEADINGS
   ========================================================= */

/* 1. We Design. We Build. We Grow. */
.hero h1.v20-size-hero{
  font-size:100px !important;
}

/* 2,3,4,5,10 */
.section-head h2.v20-size-section,
.contact-location-section .section-head h2.v20-size-section{
  font-size:78px !important;
}

/* 6,7,8,9 */
.page-hero h1.v20-size-page{
  font-size:104px !important;
}

@media (max-width:1000px){
  .hero h1.v20-size-hero{font-size:72px !important;}
  .section-head h2.v20-size-section,
  .contact-location-section .section-head h2.v20-size-section{font-size:64px !important;}
  .page-hero h1.v20-size-page{font-size:84px !important;}
}

@media (max-width:640px){
  .hero h1.v20-size-hero{font-size:56px !important;}
  .section-head h2.v20-size-section,
  .contact-location-section .section-head h2.v20-size-section{font-size:52px !important;}
  .page-hero h1.v20-size-page{font-size:62px !important;}
}

@media (max-width:390px){
  .hero h1.v20-size-hero{font-size:50px !important;}
  .section-head h2.v20-size-section,
  .contact-location-section .section-head h2.v20-size-section{font-size:46px !important;}
  .page-hero h1.v20-size-page{font-size:56px !important;}
}



/* =========================================================
   FINAL FEEDBACK LOCK
   Heading 1 = 100px
   Heading 2-10 = 78px
   ========================================================= */

/* 1. We Design. We Build. We Grow. */
.hero h1.v20-size-hero{
  font-size:100px !important;
}

/* 2,3,4,5,10 */
.section-head h2.v20-size-section,
.contact-location-section .section-head h2.v20-size-section{
  font-size:78px !important;
}

/* 6,7,8,9 */
.page-hero h1.v20-size-page{
  font-size:78px !important;
}
