@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root{
  --bg:#001020;
  --bg-deep:#000b17;
  --bg-soft:#03192b;
  --glass:rgba(4,25,43,.72);
  --glass-strong:rgba(4,24,41,.88);
  --line:rgba(83,171,215,.32);
  --line-hi:rgba(87,206,255,.72);
  --cyan:#45bfe9;
  --cyan-hi:#58d0ff;
  --gold:#b98d4e;
  --gold-hi:#d4a25d;
  --gold-pale:#e7bc76;
  --text:#e9eef3;
  --muted:#a9b8c6;
  --muted2:#7f95a7;
  --radius:12px;
  --shell:1480px;
  --shadow:0 18px 48px rgba(0,0,0,.3);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px;background:var(--bg-deep)}
body.dev2-page{
  min-height:100vh;
  margin:0!important;
  color:var(--text)!important;
  font-family:Inter,Arial,sans-serif!important;
  line-height:1.65;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 20% 2%,rgba(20,105,155,.2),transparent 29%),
    radial-gradient(circle at 84% 8%,rgba(198,145,68,.08),transparent 24%),
    linear-gradient(180deg,#000b18 0%,#001426 42%,#000d1a 100%)!important;
}
body.dev2-page::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-5;
  pointer-events:none;
  opacity:.32;
  background-image:
    linear-gradient(rgba(65,141,181,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(65,141,181,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 86%);
}
body.dev2-page::after{
  content:"";
  position:fixed;
  inset:3px;
  z-index:999;
  pointer-events:none;
  border:1px solid rgba(74,184,229,.27);
  border-radius:8px;
  box-shadow:inset 0 0 16px rgba(53,188,239,.035);
}
a{color:var(--cyan-hi);text-decoration:none;transition:color .22s ease}
a:hover{color:var(--gold-pale)}
img{max-width:100%;height:auto}
.clear{display:block!important;clear:both;width:100%}
.clear:not(:has(.comment-section)):not(:has(.grids_of_2)):not(:has(.grid1_of_2)){height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.wrap{width:min(calc(100% - 48px),var(--shell))!important;max-width:var(--shell)!important;min-width:0!important;margin-inline:auto!important}

/* Ambient layers */
.dev2-network{position:fixed;inset:0;width:100%;height:100%;z-index:-3;pointer-events:none;opacity:.45}
.dev2-aura{position:fixed;width:420px;height:420px;z-index:-2;pointer-events:none;border-radius:50%;transform:translate(-50%,-50%);filter:blur(12px);background:radial-gradient(circle,rgba(53,170,220,.09),transparent 68%)}

/* Root-site-inspired glass system */
.dev2-glass,
.dev2-page .single-page-artical,
.dev2-page .comment-section>.grids_of_2,
.dev2-page .contact-info,
.dev2-page #tiles>.row>li{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid var(--line)!important;
  border-radius:var(--radius)!important;
  background:linear-gradient(145deg,rgba(7,38,61,.78),rgba(2,19,34,.84))!important;
  -webkit-backdrop-filter:blur(16px) saturate(138%);
  backdrop-filter:blur(16px) saturate(138%);
  box-shadow:var(--shadow),inset 1px 1px 0 rgba(255,255,255,.045)!important;
}
.dev2-glass::before,
.dev2-page .single-page-artical::before,
.dev2-page .comment-section>.grids_of_2::before,
.dev2-page .contact-info::before,
.dev2-page #tiles>.row>li::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  border-radius:inherit;
  padding:1px;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(134,228,255,.62),rgba(92,204,247,.06) 25%,rgba(233,185,111,.28) 55%,rgba(80,192,237,.07) 76%,rgba(100,218,255,.42));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

/* Header */
.header{
  position:sticky!important;
  top:0;
  z-index:90;
  width:100%!important;
  height:auto!important;
  min-height:68px;
  padding:0!important;
  border-bottom:1px solid rgba(74,151,189,.28);
  background:rgba(0,12,24,.86)!important;
  -webkit-backdrop-filter:blur(18px) saturate(128%);
  backdrop-filter:blur(18px) saturate(128%);
  box-shadow:0 10px 28px rgba(0,0,0,.2);
}
.header>.wrap{
  min-height:68px;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) minmax(190px,300px) auto;
  align-items:center;
  gap:22px;
}
.header>.wrap>*{min-width:0}
.logo{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.logo a{display:flex;align-items:center;gap:11px;color:#dce5eb!important;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;white-space:nowrap}
.logo a::before{content:"B";width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(212,162,93,.9);border-radius:5px;color:var(--gold-pale);font-size:24px;line-height:1;box-shadow:inset 0 0 15px rgba(211,160,91,.06)}
.logo a::after{content:"dev.baawans.com"}
.logo img{display:none!important}
.nav-icon,.boxclose{display:none!important}
.box{position:static!important;top:auto!important;left:auto!important;width:auto!important;max-width:100%!important;height:auto!important;background:none!important;box-shadow:none!important}
.box_content,.box_content_center,.form_content,.menu_box_list{display:contents!important}
.menu_box_list ul{display:flex!important;align-items:center;justify-content:center;gap:20px;margin:0!important;padding:0!important;list-style:none}
.menu_box_list li{float:none!important;display:block!important;margin:0!important;padding:0!important;border:0!important}
.menu_box_list a{position:relative;display:block;padding:24px 0 20px!important;color:#c4ced6!important;font-size:10px!important;font-weight:500;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.menu_box_list a::after{content:"";position:absolute;left:50%;right:50%;bottom:13px;height:1px;background:var(--gold-hi);transition:left .24s ease,right .24s ease}
.menu_box_list a:hover,.menu_box_list a.dev2-active{color:#fff!important}
.menu_box_list a:hover::after,.menu_box_list a.dev2-active::after{left:0;right:0}
.top-searchbar{float:none!important;width:auto!important;margin:0!important;padding:0!important;position:relative!important}
.top-searchbar form{margin:0!important;padding:0!important}
.top-searchbar input[type="text"]{
  width:100%!important;
  height:38px!important;
  margin:0!important;
  padding:0 38px 0 14px!important;
  border:1px solid rgba(75,161,202,.38)!important;
  border-radius:7px!important;
  outline:0!important;
  color:#e8eef2!important;
  font:11px Inter,Arial,sans-serif!important;
  background:rgba(3,24,41,.72)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025)!important;
}
.top-searchbar input[type="text"]:focus{border-color:rgba(91,205,248,.7)!important;box-shadow:0 0 0 3px rgba(76,193,238,.08)!important}
.top-searchbar input[type="submit"]{display:none!important}
.userinfo{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.userinfo ul{margin:0!important;padding:0!important;list-style:none}
.userinfo li{display:block!important;margin:0!important}
.userinfo a{display:flex!important;align-items:center;gap:9px;padding:6px 10px!important;border:1px solid rgba(76,158,197,.3);border-radius:8px;background:rgba(4,29,48,.58);color:#d7e1e8!important;font-size:10px!important}
.userinfo img{width:30px!important;height:30px!important;margin:0!important;border:1px solid rgba(210,160,88,.65);border-radius:50%;object-fit:cover}
.userinfo span{font-size:10px!important}

/* Page shell and generated hero */
.content{width:100%!important;margin:0!important;padding:22px 0 42px!important;background:none!important}
.content>.wrap{min-height:calc(100vh - 178px)}
.dev2-page-hero{width:100%!important;max-width:100%!important;min-width:0;min-height:230px;margin:0 0 18px;padding:30px 32px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px}
.dev2-page-hero>div{min-width:0}
.dev2-eyebrow{display:block;margin-bottom:7px;color:var(--gold-hi);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}
.dev2-page-hero h1{max-width:100%;margin:0;color:#f1f5f8;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(46px,5vw,76px);font-weight:600;line-height:.93;letter-spacing:-.025em;overflow-wrap:anywhere}
.dev2-page-hero h1 span{color:var(--gold-hi)}
.dev2-page-hero p{max-width:880px;margin:14px 0 0;color:#b8c6d0;font-size:14px;line-height:1.7;overflow-wrap:anywhere}
.dev2-hero-chips{display:grid;grid-template-columns:repeat(3,minmax(105px,1fr));gap:9px}
.dev2-hero-chip{min-height:92px;padding:13px 11px;display:flex;flex-direction:column;justify-content:center;text-align:center;border:1px solid rgba(83,179,221,.3);border-radius:10px;background:linear-gradient(155deg,rgba(7,40,65,.75),rgba(2,19,35,.82));transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.dev2-hero-chip:hover{transform:translateY(-4px);border-color:rgba(91,205,248,.66);box-shadow:0 14px 26px rgba(0,0,0,.25),0 0 20px rgba(65,193,240,.09)}
.dev2-hero-chip strong{display:block;color:var(--gold-pale);font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;line-height:1.05}
.dev2-hero-chip span{display:block;margin-top:7px;color:#8fa5b5;font-size:8.5px;text-transform:uppercase;letter-spacing:.07em}
.dev2-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#8da2b1;font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.dev2-breadcrumb b{color:var(--gold-pale)}

/* Category highlights */
.dev2-key-highlights{margin:0 0 18px;padding:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.dev2-highlight{min-height:112px;padding:17px;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;border:1px solid rgba(82,176,217,.3);border-radius:10px;color:inherit!important;background:linear-gradient(145deg,rgba(8,42,67,.72),rgba(2,21,37,.8));transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.dev2-highlight:hover{transform:translateY(-5px);border-color:rgba(92,205,248,.66);box-shadow:0 17px 30px rgba(0,0,0,.27),0 0 22px rgba(63,194,241,.1)}
.dev2-highlight-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(99,200,242,.42);border-radius:15px;color:var(--gold-pale);background:radial-gradient(circle at 30% 20%,rgba(98,208,249,.18),rgba(5,31,52,.78))}
.dev2-highlight-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .35s cubic-bezier(.175,.885,.32,1.6),color .3s ease}
.dev2-highlight:hover svg{transform:translateY(-3px) rotate(-5deg) scale(1.12);color:var(--cyan-hi)}
.dev2-highlight-copy strong,.dev2-highlight-copy span{display:block}.dev2-highlight-copy strong{color:#eef3f7;font-family:'Cormorant Garamond',Georgia,serif;font-size:21px;line-height:1.05}.dev2-highlight-copy span{margin-top:5px;color:#8fa4b4;font-size:9px;line-height:1.4}.dev2-highlight-arrow{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(211,162,91,.48);border-radius:50%;color:var(--gold-pale);font-size:16px}
.dev2-category-heading{grid-column:1/-1;scroll-margin-top:95px;margin:8px 0 0;padding:20px 22px;display:flex;align-items:center;gap:14px;border:1px solid rgba(82,174,215,.3);border-radius:11px;background:linear-gradient(100deg,rgba(7,39,63,.88),rgba(2,20,36,.58))}
.dev2-category-heading-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;border:1px solid rgba(97,198,240,.4);border-radius:14px;color:var(--gold-pale);background:rgba(5,32,52,.74)}
.dev2-category-heading-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.dev2-category-heading h2{margin:0;color:#f0f4f7;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;line-height:1}.dev2-category-heading p{margin:5px 0 0;color:#8fa4b4;font-size:10px;line-height:1.4}.dev2-category-heading b{color:var(--gold-hi);font:600 10px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.dev2-category-meta{margin-left:auto;display:flex;align-items:center;gap:13px}.dev2-category-meta a{padding:9px 12px;border:1px solid rgba(208,158,84,.54);border-radius:6px;color:var(--gold-pale)!important;font:650 8.5px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em;transition:transform .25s ease,border-color .25s ease,background .25s ease}.dev2-category-meta a:hover{transform:translateY(-2px);border-color:var(--gold-pale);background:rgba(189,135,59,.08)}
.dev2-resource-card .dev2-resource-icon{width:100%!important;height:205px!important;display:grid;place-items:center;color:var(--gold-pale);background:radial-gradient(circle at 50% 36%,rgba(31,117,163,.35),rgba(2,20,36,.92) 68%)}
.dev2-resource-icon svg{width:78px;height:78px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 14px rgba(226,176,96,.14));transition:transform .4s cubic-bezier(.175,.885,.32,1.6),color .3s ease}
.dev2-resource-card:hover .dev2-resource-icon svg{transform:translateY(-6px) rotate(-4deg) scale(1.08);color:var(--cyan-hi)}

/* Home portfolio grid */
#main{width:100%!important;margin:0!important;padding:0!important}
#tiles{
  position:static!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  list-style:none!important;
}
#tiles>.row{position:static!important;display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important}
#tiles>.row>li{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-height:360px;
  margin:0!important;
  padding:0 0 20px!important;
  display:flex!important;
  flex-direction:column;
  cursor:pointer;
  transition:transform .35s cubic-bezier(.2,.75,.2,1),border-color .3s ease,box-shadow .3s ease!important;
}
#tiles>.row>li:hover{transform:translateY(-6px)!important;border-color:rgba(95,205,248,.65)!important;box-shadow:0 22px 42px rgba(0,0,0,.34),0 0 24px rgba(62,193,240,.1)!important}
#tiles>.row>li::after{content:"›";position:absolute;right:15px;bottom:15px;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(211,162,91,.52);border-radius:50%;color:var(--gold-pale);background:rgba(1,19,33,.8);font-size:19px;transition:transform .25s ease,border-color .25s ease}
#tiles>.row>li:hover::after{transform:translateX(3px);border-color:var(--gold-pale)}
#tiles>.row>li>img{width:100%!important;height:205px!important;margin:0!important;object-fit:cover;border-radius:11px 11px 0 0;filter:saturate(.96) contrast(1.02)}
#tiles .post-info{padding:0!important;margin:0!important;background:none!important;box-shadow:none!important}
#tiles .post-basic-info{padding:18px 18px 36px!important}
#tiles h3{margin:0 0 8px!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:25px!important;line-height:1.05!important}
#tiles h3 a{color:#eef3f7!important}
#tiles span,#tiles span a,#tiles span b{color:var(--gold-hi)!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.055em}
#tiles span label{display:none!important}
#tiles p{margin:12px 0 0!important;color:#aabac6!important;font-size:12px!important;line-height:1.58!important}
#tiles p b{color:#dce6ec}
.dev2-no-results{grid-column:1/-1;padding:34px;text-align:center;color:#aebdca}

/* Article and detail pages */
.single-page{width:100%!important;margin:0!important;padding:0!important;background:none!important}
.single-page-artical{width:100%!important;margin:0 0 16px!important;padding:24px!important}
.artical-content{width:100%!important;margin:0!important;padding:0!important;background:none!important}
.artical-content>img:first-child{width:100%!important;max-height:520px;object-fit:cover;border:1px solid rgba(90,190,233,.25);border-radius:10px;box-shadow:0 18px 34px rgba(0,0,0,.28)}
.artical-content h3{margin:24px 0 10px!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:30px!important;line-height:1.1!important}
.artical-content h3 a{color:var(--gold-pale)!important}
.artical-content p{margin:10px 0!important;color:#bbc8d2!important;font:13px/1.75 Inter,Arial,sans-serif!important}
.artical-links,.share-artical{float:none!important;width:auto!important;margin:14px 0 0!important;padding:0!important}
.artical-links ul,.share-artical ul{margin:0!important;padding:0!important;list-style:none!important}
.artical-links li,.share-artical li{display:inline-flex!important;align-items:center;gap:8px;margin:0!important;padding:8px 12px!important;border:1px solid rgba(73,161,201,.3);border-radius:7px;background:rgba(4,29,48,.58);color:#b9c6cf!important;font-size:10px!important}
.artical-links img,.share-artical img{width:20px!important;height:20px!important;margin:0 7px 0 0!important;vertical-align:middle}
.comment-section{width:100%!important;margin:0!important;padding:0!important;background:none!important}
.comment-section>.grids_of_2{width:100%!important;margin:0 0 16px!important;padding:24px!important}
.comment-section .comment-section>.grids_of_2{margin-top:18px!important;box-shadow:none!important;background:rgba(4,28,47,.62)!important}
.grids_of_2>h2{margin:0 0 18px!important;color:#f0f4f7!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:clamp(28px,3vw,40px)!important;font-weight:600!important;line-height:1.08!important;border-bottom:1px solid rgba(77,166,206,.22);padding-bottom:12px!important}
.grid1_of_2{width:100%!important;min-height:0!important;margin:0 0 14px!important;padding:17px!important;display:grid!important;grid-template-columns:78px minmax(0,1fr);gap:18px;border:1px solid rgba(75,157,197,.24);border-radius:10px;background:rgba(3,24,41,.5)!important;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.grid1_of_2>.clear:has(.comment-section){grid-column:1/-1;width:100%!important;height:auto!important;margin:18px 0 0!important;overflow:visible!important}
.grid1_of_2:hover{transform:translateY(-3px);border-color:rgba(91,196,239,.48);box-shadow:0 14px 26px rgba(0,0,0,.22)}
.grid_img{float:none!important;width:64px!important;margin:0!important}
.grid_img img{width:58px!important;height:58px!important;object-fit:contain!important;border:1px solid rgba(83,180,221,.34);border-radius:13px;background:radial-gradient(circle at 30% 20%,rgba(89,205,248,.15),rgba(4,29,48,.78));padding:8px!important}
.grid_text{float:none!important;width:auto!important;margin:0!important;padding:0!important;min-width:0}
.grid_text h4{margin:0 0 4px!important;font:600 18px/1.25 'Cormorant Garamond',Georgia,serif!important}
.grid_text h4 a{color:var(--gold-pale)!important}
.grid_text h3.style{margin:4px 0 10px!important;color:#87a0b2!important;font:500 10px/1.5 Inter,Arial,sans-serif!important;text-transform:none!important}
.grid_text p,.grid_text .para{margin:8px 0!important;color:#b5c3ce!important;font:12.5px/1.7 Inter,Arial,sans-serif!important}
.grid_text span[style*="background-color"]{display:inline;padding:2px 5px;color:#f3dfbc!important;background:rgba(195,140,67,.16)!important;border-radius:4px}
.grid_text img:not(.grid_img img){display:inline-block;max-width:100%;height:auto;vertical-align:middle}
.grid_text p>img[src*="watches/smaller"]{display:block!important;max-height:480px;margin:16px auto 0;border-radius:12px;box-shadow:0 18px 32px rgba(0,0,0,.3)}
.video-container{position:relative!important;width:min(100%,920px)!important;height:auto!important;aspect-ratio:16/9;margin:18px auto 0!important;overflow:hidden;border:1px solid rgba(83,180,221,.3);border-radius:12px;background:#000;box-shadow:0 18px 34px rgba(0,0,0,.32)}
.video-container iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important}
embed{display:block;max-width:100%;margin:18px auto;border-radius:10px}
.wrapzoom,.zoom{max-width:100%!important}
.zoom img,.wrapzoom img{max-width:100%!important;height:auto!important}

/* Download links */
.dev2-download{
  display:inline-flex!important;
  align-items:center;
  gap:7px;
  min-height:36px;
  margin:2px 3px;
  padding:7px 12px!important;
  border:1px solid rgba(206,151,74,.6);
  border-radius:6px;
  color:var(--gold-pale)!important;
  background:rgba(184,131,59,.035);
  font-size:10px!important;
  font-weight:650;
  text-transform:uppercase;
  letter-spacing:.035em;
  transition:transform .24s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease;
}
.dev2-download:hover{transform:translateY(-2px);border-color:rgba(216,166,94,.78);background:rgba(8,42,66,.8);box-shadow:0 7px 16px rgba(0,0,0,.2)}
.dev2-download img{width:20px!important;height:20px!important;margin:0!important;padding:0!important;border:0!important;background:none!important}

/* Contact and templates */
.contact-info{width:100%!important;margin:0!important;padding:30px!important}
.contact-grids{width:100%!important;margin:0!important;padding:0!important}
.span_1_of_first1{float:none!important;width:100%!important;margin:0!important;padding:0!important}
.span_1_of_first1 h5{margin:0 0 18px!important;color:#f0f4f7!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:34px!important}
.list3{margin:0!important;padding:0!important;list-style:none!important}
.list3 li{display:flex!important;align-items:center;gap:15px;padding:18px!important;border:1px solid rgba(79,171,211,.28);border-radius:10px;background:rgba(4,29,48,.58)}
.list3 img{width:48px!important;height:48px!important;padding:11px;border:1px solid rgba(90,196,239,.42);border-radius:13px;background:radial-gradient(circle at 30% 20%,rgba(89,205,248,.18),rgba(4,29,48,.75))}
.extra-wrap{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.extra-wrap p{margin:0!important}
.mail a{color:var(--gold-pale)!important;font-size:16px!important}

/* Footer */
html body.dev2-page>.footer{position:static!important;inset:auto!important;transform:none!important;z-index:1!important;width:100%!important;height:auto!important;margin:36px 0 0!important;padding:22px 24px!important;clear:both!important;border-top:1px solid rgba(67,129,160,.25);background:rgba(0,10,18,.62)!important;box-shadow:inset 0 1px rgba(84,192,237,.03)}
.footer p{margin:0!important;color:#758b9b!important;font:10px/1.5 Inter,Arial,sans-serif!important;text-align:center!important}
.footer a{color:var(--gold-pale)!important}
.dev2-to-top{position:fixed;right:20px;bottom:20px;z-index:80;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(203,151,75,.58);border-radius:50%;color:var(--gold-pale);background:rgba(1,17,30,.82);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(8px);transition:.28s;cursor:pointer}
.dev2-to-top.show{opacity:1;visibility:visible;transform:none}
.dev2-to-top:hover{transform:translateY(-3px);border-color:var(--gold-pale)}

/* Samsung Watch Faces collection */
.watch-collection{display:block;width:100%}
.watch-collection-intro{margin-bottom:14px;padding:26px 28px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.65fr);align-items:center;gap:34px}
.watch-collection-intro h2,.watch-project-links h2{margin:0;color:#f2f5f7;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(31px,3vw,48px);font-weight:600;line-height:1}
.watch-collection-intro p,.watch-project-links p{max-width:820px;margin:11px 0 0;color:#aebec9;font:12.5px/1.7 Inter,Arial,sans-serif}
.watch-collection-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.watch-collection-metrics span{min-height:91px;padding:13px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(82,178,219,.3);border-radius:10px;color:#8fa5b5;font:600 8px/1.35 Inter,Arial,sans-serif;text-align:center;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(155deg,rgba(7,40,65,.74),rgba(2,19,35,.82))}
.watch-collection-metrics strong{margin-bottom:6px;color:var(--gold-pale);font:600 23px/1 'Cormorant Garamond',Georgia,serif}
.watch-filter{position:sticky;top:86px;z-index:12;margin:0 0 18px;padding:9px;display:flex;align-items:center;justify-content:center;gap:7px;background:rgba(2,20,35,.88)!important;backdrop-filter:blur(18px)}
.watch-filter button{min-height:38px;padding:8px 15px;border:1px solid transparent;border-radius:7px;color:#91a6b5;background:transparent;font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.055em;cursor:pointer;transition:transform .25s ease,color .25s ease,border-color .25s ease,background .25s ease}
.watch-filter button span{margin-left:5px;color:var(--gold-hi)}
.watch-filter button:hover{transform:translateY(-2px);color:#e6eef3;border-color:rgba(83,181,222,.32)}
.watch-filter button.is-active{color:#f2dfbc;border-color:rgba(207,156,81,.58);background:rgba(190,136,59,.08)}
.watch-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.watch-design-card{min-width:0;overflow:hidden;border:1px solid rgba(80,173,214,.34);border-radius:13px;background:linear-gradient(145deg,rgba(6,38,61,.88),rgba(2,19,34,.94));box-shadow:inset 0 1px rgba(119,211,248,.04),0 18px 36px rgba(0,0,0,.2);transition:transform .35s cubic-bezier(.2,.75,.2,1),border-color .3s ease,box-shadow .3s ease}
.watch-design-card:hover{transform:translateY(-6px);border-color:rgba(95,205,248,.66);box-shadow:0 24px 44px rgba(0,0,0,.34),0 0 25px rgba(65,194,240,.08)}
.watch-design-card[hidden]{display:none!important}
.watch-gallery-trigger{position:relative;width:100%;padding:0;display:block;overflow:hidden;border:0;border-bottom:1px solid rgba(79,166,207,.25);background:#020d17;cursor:zoom-in}
.watch-gallery-trigger::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,15,27,.88),transparent 34%);opacity:.58;transition:opacity .3s ease}
.watch-gallery-trigger img{width:100%;aspect-ratio:778/476;display:block;object-fit:cover;transition:transform .65s cubic-bezier(.2,.75,.2,1),filter .4s ease}
.watch-design-card:hover .watch-gallery-trigger img{transform:scale(1.035);filter:saturate(1.08) contrast(1.03)}
.watch-card-index{position:absolute;left:14px;top:14px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(227,181,109,.55);border-radius:50%;color:#f1d79f;background:rgba(1,16,28,.78);backdrop-filter:blur(8px);font:600 10px/1 Inter,Arial,sans-serif}
.watch-card-overlay{position:absolute;right:16px;bottom:14px;z-index:2;color:#f3deb8;font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em;transform:translateY(5px);opacity:.72;transition:.3s ease}
.watch-design-card:hover .watch-card-overlay{transform:none;opacity:1}
.watch-card-copy{min-height:178px;padding:21px 22px 20px;display:flex;flex-direction:column}
.watch-card-copy>span{color:var(--cyan-hi);font:650 8.5px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.09em}
.watch-card-copy h3{margin:8px 0 7px;color:#f1f4f7;font:600 29px/1 'Cormorant Garamond',Georgia,serif}
.watch-card-copy p{margin:0 0 18px;color:#a9bac6;font:12px/1.6 Inter,Arial,sans-serif}
.watch-card-copy a{margin-top:auto;align-self:flex-start;color:var(--gold-pale)!important;font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em}
.watch-card-copy a b{display:inline-grid;width:22px;height:22px;margin-left:6px;place-items:center;border:1px solid rgba(211,162,91,.48);border-radius:50%;font-size:16px;transition:transform .25s ease}
.watch-card-copy a:hover b{transform:translateX(4px)}
.watch-project-links{margin-top:18px;padding:28px;display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:35px}
.watch-project-links nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.watch-project-links nav a{min-height:48px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(78,168,208,.3);border-radius:8px;color:#dbe6ec!important;background:rgba(4,29,48,.56);font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.05em;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.watch-project-links nav a:hover{transform:translateY(-3px);border-color:rgba(91,198,240,.58);background:rgba(7,43,68,.78)}
.watch-project-links nav b{color:var(--gold-pale);font-size:17px}
.watch-lightbox[hidden]{display:none!important}
.watch-lightbox{position:fixed;inset:0;z-index:999;padding:64px 86px;display:grid;grid-template-columns:48px minmax(0,1160px) 48px;align-items:center;justify-content:center;gap:20px;background:rgba(0,8,15,.94);backdrop-filter:blur(18px);animation:watchLightboxIn .28s ease both}
.watch-lightbox figure{max-width:1160px;margin:0;overflow:hidden;border:1px solid rgba(91,195,238,.48);border-radius:13px;background:#020d17;box-shadow:0 36px 80px rgba(0,0,0,.6)}
.watch-lightbox figure img{width:100%;max-height:calc(100vh - 150px);display:block;object-fit:contain;background:#020d17}
.watch-lightbox figcaption{padding:13px 18px;color:#c5d1d9;font:600 11px/1.4 Inter,Arial,sans-serif;text-align:center}
.watch-lightbox button{display:grid;place-items:center;border:1px solid rgba(207,157,84,.58);border-radius:50%;color:var(--gold-pale);background:rgba(2,24,41,.88);cursor:pointer;transition:transform .25s ease,border-color .25s ease}
.watch-lightbox-prev,.watch-lightbox-next{width:48px;height:48px;font:300 32px/1 Georgia,serif}
.watch-lightbox button:hover{transform:scale(1.08);border-color:var(--gold-pale)}
.watch-lightbox-close{position:absolute;right:28px;top:24px;width:42px;height:42px;font:300 28px/1 Arial,sans-serif}
body.watch-lightbox-open{overflow:hidden}
@keyframes watchLightboxIn{from{opacity:0}to{opacity:1}}

/* Modern portfolio home */
.home-portfolio,.qnap-showcase{display:block;width:100%}
.home-domain-nav{margin:0 0 18px;padding:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.home-domain-nav a{min-height:78px;padding:14px 16px;display:flex;align-items:center;gap:13px;border:1px solid rgba(76,164,205,.25);border-radius:9px;color:#e4edf2!important;background:linear-gradient(145deg,rgba(6,39,62,.7),rgba(2,21,37,.75));transition:.28s ease}
.home-domain-nav a:hover{transform:translateY(-4px);border-color:rgba(91,197,239,.58);background:rgba(7,43,68,.88)}
.home-domain-nav b{color:var(--gold-hi);font:600 13px/1 'Cormorant Garamond',Georgia,serif}.home-domain-nav span{font:650 11px/1.25 Inter,Arial,sans-serif}.home-domain-nav small{margin-top:6px;display:block;color:#8299a9;font:500 8.5px/1.35 Inter,Arial,sans-serif}
.home-section{scroll-margin-top:100px;margin:0 0 18px;padding:28px;border:1px solid rgba(76,164,205,.33);border-radius:13px;background:linear-gradient(145deg,rgba(5,34,55,.88),rgba(2,18,32,.94));box-shadow:inset 0 1px rgba(116,210,247,.05),0 18px 38px rgba(0,0,0,.18)}
.home-section-head{margin-bottom:21px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.65fr);align-items:end;gap:30px}.home-section-head span,.home-split-copy>span,.home-cta span{color:var(--gold-hi);font:700 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.11em}.home-section-head h2,.home-split h2,.home-cta h2{margin:7px 0 0;color:#f1f5f7;font:600 clamp(30px,3vw,45px)/.98 'Cormorant Garamond',Georgia,serif}.home-section-head p{margin:0;color:#9eb0bc;font:11.5px/1.65 Inter,Arial,sans-serif;text-align:right}
.home-feature-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:13px}.home-feature-card{position:relative;min-height:370px;overflow:hidden;border:1px solid rgba(78,168,208,.33);border-radius:11px;color:#fff!important;background:#031828;box-shadow:0 15px 30px rgba(0,0,0,.26);transition:.36s cubic-bezier(.2,.75,.2,1)}.home-feature-card:hover{transform:translateY(-6px);border-color:rgba(93,203,244,.65);box-shadow:0 25px 48px rgba(0,0,0,.36)}.home-feature-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.65s ease}.home-feature-card:hover>img{transform:scale(1.045);filter:saturate(1.08)}.home-card-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,12,22,.98) 5%,rgba(0,17,29,.75) 44%,rgba(0,14,24,.1) 78%)}.home-feature-card>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:25px}.home-feature-card small,.home-game-grid small{color:#f0bd68;font:650 8px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.home-feature-card h3{margin:9px 0 7px;color:#f5f7f8;font:600 29px/1 'Cormorant Garamond',Georgia,serif}.home-feature-card p{margin:0 0 15px;color:#b7c5cd;font:11px/1.55 Inter,Arial,sans-serif}.home-feature-card b,.home-game-grid b{color:#f2d39c;font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em}.home-feature-card i{margin-left:5px;font:normal 18px/1 Georgia}
.home-capability-grid,.home-upcoming-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.home-capability-card,.home-upcoming-grid article{position:relative;min-height:226px;padding:22px;overflow:hidden;border:1px solid rgba(76,164,205,.31);border-radius:10px;background:linear-gradient(150deg,rgba(8,45,70,.72),rgba(2,22,38,.78));transition:.3s ease}.home-capability-card:hover,.home-upcoming-grid article:hover{transform:translateY(-5px);border-color:rgba(91,197,239,.58);box-shadow:0 20px 35px rgba(0,0,0,.25)}.home-capability-card>b{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(90,194,237,.4);border-radius:13px;color:var(--gold-pale);background:rgba(4,34,55,.76);font:600 18px/1 'Cormorant Garamond',Georgia,serif}.home-capability-card small{margin-top:18px;display:block;color:var(--cyan-hi);font:650 8px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.09em}.home-capability-card h3,.home-upcoming-grid h3{margin:8px 0;color:#f0f4f6;font:600 26px/1 'Cormorant Garamond',Georgia,serif}.home-capability-card p,.home-upcoming-grid p{margin:0;color:#a6b8c3;font:11px/1.6 Inter,Arial,sans-serif}.home-capability-card>span{position:absolute;left:22px;right:22px;bottom:19px;color:#7992a2;font:650 7.5px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.07em}
.home-split{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:42px}.home-split-copy p{max-width:600px;margin:15px 0 22px;color:#a8bac5;font:12px/1.7 Inter,Arial,sans-serif}.home-action{min-height:40px;padding:10px 14px;display:inline-flex;align-items:center;gap:16px;border:1px solid rgba(207,157,84,.58);border-radius:7px;color:#f3d9a9!important;background:rgba(186,130,49,.04);font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.055em;transition:.26s ease}.home-action:hover{transform:translateY(-3px);border-color:#e0b166;background:rgba(194,138,57,.1)}.home-action b{font-size:18px}.home-mobile-showcase{min-height:275px;padding:24px;display:flex;align-items:center;justify-content:center;gap:15px;overflow:hidden;border:1px solid rgba(80,170,210,.28);border-radius:12px;background:radial-gradient(circle at 50% 45%,rgba(38,123,161,.21),transparent 55%),rgba(1,17,30,.62)}.home-mobile-showcase img{width:31%;max-width:225px;aspect-ratio:1;object-fit:cover;border-radius:50%;filter:drop-shadow(0 18px 22px rgba(0,0,0,.5));transition:.35s ease}.home-mobile-showcase img:nth-child(2){transform:translateY(-10px) scale(1.08)}
.home-game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-game-grid>a{min-height:220px;display:grid;grid-template-columns:42% minmax(0,1fr);overflow:hidden;border:1px solid rgba(77,167,207,.3);border-radius:11px;color:#fff!important;background:rgba(3,27,46,.72);transition:.3s ease}.home-game-grid>a:hover{transform:translateY(-5px);border-color:rgba(92,201,243,.6)}.home-game-grid img{width:100%;height:100%;object-fit:cover}.home-game-grid div{padding:24px}.home-game-grid h3{margin:10px 0 8px;color:#f3f5f7;font:600 29px/1 'Cormorant Garamond',Georgia,serif}.home-game-grid p{margin:0 0 22px;color:#a8bac5;font:11px/1.6 Inter,Arial,sans-serif}.home-upcoming-grid article>span{color:var(--gold-hi);font:650 8px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.home-upcoming-grid article>b{position:absolute;right:18px;top:15px;color:rgba(93,187,226,.15);font:600 55px/1 'Cormorant Garamond',Georgia,serif}.home-upcoming-grid h3{margin-top:45px}.home-cta{margin-top:18px;padding:27px 30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.home-cta h2{font-size:32px}.home-cta p{margin:8px 0 0;color:#99adba;font:11px/1.5 Inter,Arial,sans-serif}.dev2-no-results{margin:18px 0;padding:30px;color:#c4d1d9;text-align:center;font:600 13px/1.5 Inter,Arial,sans-serif}.dev2-no-results[hidden]{display:none!important}

/* QNAP case studies */
.qnap-overview{margin-bottom:18px;padding:30px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:center}.qnap-brand{min-height:220px;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(78,168,208,.28);border-radius:12px;background:radial-gradient(circle,rgba(61,157,198,.16),transparent 62%)}.qnap-brand img{width:100%;max-width:180px;object-fit:contain}.qnap-brand span{margin-top:20px;color:#83a0b1;font:650 8px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.09em}.qnap-overview h2,.qnap-interview h2,.qnap-project header h2{margin:8px 0 12px;color:#f1f5f7;font:600 clamp(31px,3vw,45px)/1 'Cormorant Garamond',Georgia,serif}.qnap-overview p,.qnap-interview p,.qnap-project-copy p,.qnap-prize p{margin:0 0 11px;color:#a9bac5;font:11.5px/1.7 Inter,Arial,sans-serif}.qnap-inline-links,.qnap-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.qnap-inline-links a,.qnap-actions a,.qnap-prize a{padding:9px 11px;border:1px solid rgba(202,151,76,.45);border-radius:6px;color:#f0d39f!important;font:650 8px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.05em;transition:.25s}.qnap-inline-links a:hover,.qnap-actions a:hover,.qnap-prize a:hover{transform:translateY(-2px);border-color:#ddb064;background:rgba(192,137,58,.08)}
.qnap-interview{margin-bottom:18px;padding:28px;display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:26px;overflow:hidden;border:1px solid rgba(78,168,208,.32);border-radius:12px;background:linear-gradient(145deg,rgba(5,35,56,.87),rgba(2,19,34,.93))}.qnap-interview>img{width:80px;height:80px;padding:10px;object-fit:contain;border:1px solid rgba(85,180,221,.35);border-radius:18px;background:rgba(235,242,246,.94);box-shadow:0 14px 28px rgba(0,0,0,.26)}.qnap-interview>div{padding:0}.qnap-interview span,.qnap-project header span,.qnap-prize span{color:var(--gold-hi);font:650 8.5px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.1em}
.qnap-project{margin-bottom:18px;padding:30px;border:1px solid rgba(77,167,207,.34);border-radius:13px;background:linear-gradient(145deg,rgba(5,34,55,.9),rgba(2,18,32,.95));box-shadow:0 19px 40px rgba(0,0,0,.2)}.qnap-project header{padding-bottom:22px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(73,144,176,.24)}.qnap-project header h2{margin-bottom:5px}.qnap-project header p{margin:0;color:#62c9f1;font:650 9px/1 Inter,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.qnap-project-number{color:rgba(82,184,226,.15);font:600 76px/.8 'Cormorant Garamond',Georgia,serif}.qnap-project-grid{padding:27px 0;display:grid;grid-template-columns:minmax(240px,.4fr) minmax(0,1.6fr);gap:30px}.qnap-evidence{padding:10px;align-self:start;border:1px solid rgba(78,168,208,.28);border-radius:10px;background:rgba(1,17,29,.62)}.qnap-evidence img{width:100%;display:block;border-radius:6px}.qnap-evidence small{padding:12px 4px 3px;display:block;color:#849dac;font:650 8px/1 Inter,Arial,sans-serif;text-align:center;text-transform:uppercase;letter-spacing:.07em}.qnap-facts{margin:18px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.qnap-facts span{min-height:82px;padding:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(77,166,207,.28);border-radius:8px;color:#8299a9;font:600 7.5px/1.35 Inter,Arial,sans-serif;text-align:center;text-transform:uppercase}.qnap-facts b{margin-bottom:6px;color:#f0d099;font:600 18px/1 'Cormorant Garamond',Georgia,serif;text-transform:none}.qnap-prize{padding:18px;display:grid;grid-template-columns:170px minmax(0,1fr);gap:22px;align-items:center;border:1px solid rgba(201,149,73,.27);border-radius:10px;background:linear-gradient(110deg,rgba(185,129,50,.07),rgba(5,35,56,.56))}.qnap-prize img{width:100%;max-height:140px;object-fit:contain;border-radius:7px}.qnap-prize h3{margin:7px 0;color:#f0f4f6;font:600 27px/1 'Cormorant Garamond',Georgia,serif}

/* Reveal motion */
.dev2-reveal{opacity:0;transform:translateY(38px)}
.dev2-reveal.dev2-in{animation:dev2PanelRise .82s cubic-bezier(.18,.78,.2,1) both}
.dev2-reveal-item{opacity:0;transform:translateY(25px)}
.dev2-in>.dev2-reveal-item,.dev2-in .dev2-reveal-item{animation:dev2TextRise .7s cubic-bezier(.18,.78,.2,1) var(--dev2-delay,80ms) both}
@keyframes dev2PanelRise{from{opacity:0;transform:translateY(38px)}to{opacity:1;transform:none}}
@keyframes dev2TextRise{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}

@media(max-width:1180px){
  .header>.wrap{grid-template-columns:auto 1fr auto;gap:14px;padding:8px 0}
  .box{grid-column:1/-1;grid-row:2}
  .menu_box_list ul{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
  .top-searchbar{grid-column:2}
  #tiles{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dev2-page-hero{grid-template-columns:1fr}
  .dev2-hero-chips{max-width:520px}
  .dev2-key-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}
  .watch-collection-intro{grid-template-columns:1fr}.watch-collection-metrics{max-width:620px}.watch-filter{top:72px}
  .home-feature-grid{grid-template-columns:1fr 1fr}.home-feature-card--wide{grid-column:1/-1}.home-domain-nav{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .wrap{width:min(calc(100% - 22px),var(--shell))!important}
  .header>.wrap{grid-template-columns:1fr auto}
  .logo{grid-column:1}.userinfo{display:none!important}.nav-icon{position:static!important;display:block!important;float:none!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;grid-column:2}.nav-icon a{position:static!important;inset:auto!important;width:38px!important;height:38px!important;display:grid!important;place-items:center;border:1px solid rgba(83,177,218,.38);border-radius:7px;background:rgba(4,29,48,.68)!important}.nav-icon a::before{content:"☰";color:var(--gold-pale);font:18px/1 Inter,Arial,sans-serif}.nav-icon span{display:none!important}
  .box{display:none!important;grid-column:1/-1;grid-row:2}.header.dev2-menu-open .box{display:block!important}
  .top-searchbar{grid-column:1/-1;grid-row:3}
  .menu_box_list ul{width:100%;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 14px!important;overflow:visible!important;padding:6px 0!important}
  .menu_box_list a{padding:10px 3px!important}.menu_box_list a::after{bottom:4px}
  .content{padding-top:12px!important}
  .dev2-page-hero{min-height:0;padding:25px 22px}.dev2-page-hero h1{font-size:48px}
  #tiles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .single-page-artical,.comment-section>.grids_of_2,.contact-info{padding:18px!important}
  .watch-gallery{grid-template-columns:1fr}.watch-project-links{grid-template-columns:1fr}.watch-filter{position:static;justify-content:flex-start;overflow-x:auto}.watch-filter button{flex:0 0 auto}.watch-lightbox{padding:65px 16px 20px;grid-template-columns:36px minmax(0,1fr) 36px;gap:8px}.watch-lightbox-prev,.watch-lightbox-next{width:36px;height:36px}.watch-lightbox-close{right:16px;top:14px}
  .grid1_of_2{grid-template-columns:60px minmax(0,1fr);padding:14px!important;gap:13px}.grid_img{width:52px!important}.grid_img img{width:50px!important;height:50px!important}
  .home-section{padding:20px}.home-section-head{grid-template-columns:1fr}.home-section-head p{text-align:left}.home-feature-grid,.home-capability-grid,.home-upcoming-grid,.home-game-grid{grid-template-columns:1fr}.home-split,.qnap-overview,.qnap-project-grid{grid-template-columns:1fr}.qnap-facts{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .logo a::after{content:"dev.baawans"}.userinfo{display:none!important}
  .wrap{width:calc(100vw - 22px)!important;max-width:calc(100vw - 22px)!important}
  .top-searchbar{width:100%!important;max-width:100%!important}
  .dev2-page-hero{display:block!important;width:100%!important;max-width:100%!important;padding:22px 17px}.dev2-page-hero h1{width:100%;font-size:36px;line-height:.95}.dev2-page-hero p{width:100%!important;max-width:100%!important;font-size:12px}
  .dev2-hero-chips{width:100%;max-width:100%;margin-top:27px}
  .dev2-key-highlights{grid-template-columns:1fr;padding:13px}.dev2-highlight{min-height:88px;padding:13px}.dev2-category-heading{align-items:flex-start;padding:16px}.dev2-category-heading b{display:none}.dev2-category-heading h2{font-size:26px}
  .dev2-hero-chips{grid-template-columns:1fr}.dev2-hero-chip{min-height:72px}
  #tiles{grid-template-columns:1fr}#tiles>.row>li{min-height:0}#tiles>.row>li>img{height:230px!important}
  .grid1_of_2{grid-template-columns:1fr}.grid_img{width:52px!important}
  .grids_of_2>h2{font-size:27px!important}.artical-content h3{font-size:25px!important}
  .watch-collection-intro{padding:21px}.watch-collection-metrics{grid-template-columns:1fr}.watch-collection-metrics span{min-height:64px}.watch-card-copy{min-height:0;padding:18px}.watch-project-links{padding:21px}.watch-project-links nav{grid-template-columns:1fr}
  .home-domain-nav{grid-template-columns:1fr}.home-feature-card{min-height:330px}.home-game-grid>a{grid-template-columns:1fr}.home-game-grid img{height:190px}.home-cta{align-items:flex-start;flex-direction:column}.home-mobile-showcase{min-height:200px;padding:15px;gap:5px}.qnap-overview,.qnap-project{padding:20px}.qnap-interview{padding:20px;grid-template-columns:72px 1fr;gap:16px}.qnap-interview>img{width:64px;height:64px}.qnap-prize{grid-template-columns:1fr}.qnap-prize img{max-height:220px}.qnap-project-number{font-size:54px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.dev2-aura{display:none}.dev2-reveal{opacity:1;transform:none;transition:none}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
