:root{
  --ink:#f7f7f2;
  --muted:#c6c3b2;
  --line:rgba(255,255,255,.14);
  --paper:#0b0b0a;
  --white:#ffffff;
  --accent:#ffe400;
  --accent-dark:#c9a900;
  --blue:#101010;
  --green:#ffe400;
  --steel:#070707;
  --soft:#11110f;
  --glass:rgba(8,8,8,.72);
  --glass-strong:rgba(12,12,11,.86);
  --glass-line:rgba(255,255,255,.13);
  --glow:rgba(255,228,0,.34);
  --max:1180px;
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  background:var(--paper);
  color:var(--ink);
  line-height:1.5;
  overflow-x:hidden;
  position:relative;
}

/* Background */
body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-10;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,228,0,.18), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(255,228,0,.14), transparent 26%),
    radial-gradient(circle at 72% 78%, rgba(0,0,0,.88), transparent 30%),
    linear-gradient(180deg,#030303 0%,#0b0b0a 48%,#11110f 100%);
}

body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-9;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size:23vw 100%, 100% 23vh;
  transform:translateY(calc(var(--scroll-y, 0px) * -.035));
}

/* Floating motion system */
.motion-stage{
  position:fixed;
  inset:0;
  z-index:-8;
  pointer-events:none;
  overflow:hidden;
  contain:layout paint;
}

.motion-stage:before{
  content:"";
  position:absolute;
  inset:-10%;
  opacity:.46;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,228,0,.34), transparent 18%),
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.09), transparent 16%),
    radial-gradient(circle at 66% 72%, rgba(255,228,0,.18), transparent 22%);
  filter:blur(42px);
  animation:ambientShift 14s ease-in-out infinite alternate;
}

.motion-shape{
  position:absolute;
  left:0;
  top:0;
  display:block;
  will-change:transform;
  transition:transform .08s linear;
}

.orb{
  border-radius:50%;
  background:var(--accent);
  opacity:.50;
  filter:drop-shadow(0 20px 40px rgba(255,228,0,.18));
  animation:floatPulse 9s ease-in-out infinite alternate;
}

.orb-large{
  width:180px;
  height:180px;
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,.16), transparent 18%),
    linear-gradient(135deg, rgba(255,228,0,.60), rgba(10,10,9,.96));
}

.orb-small{
  width:46px;
  height:46px;
  background:transparent;
  border:8px solid rgba(255,228,0,.54);
}

.orb-half{
  width:210px;
  height:210px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(255,228,0,.54), rgba(7,7,7,.96));
  clip-path:polygon(0 0,50% 0,50% 100%,0 100%);
}

.ring{
  border-radius:50%;
  border:8px solid rgba(255,228,0,.60);
  animation:spinSlow 22s linear infinite;
}

.ring-one{
  width:64px;
  height:64px;
}

.ring-two{
  width:42px;
  height:32px !important;
  border-color:rgba(255,255,255,.13);
}

.xmark{
  width:44px;
  height:44px;
  opacity:.55;
  animation:spinSoft 18s linear infinite;
}

.xmark:before,
.xmark:after{
  content:"";
  position:absolute;
  left:19px;
  top:0;
  width:7px;
  height:44px;
  background:rgba(255,228,0,.64);
}

.xmark:before{transform:rotate(45deg)}
.xmark:after{transform:rotate(-45deg)}

.x-two:before,
.x-two:after{
  background:rgba(255,255,255,.11);
}

.square{
  width:42px;
  height:32px !important;
  border:7px solid rgba(255,228,0,.58);
  animation:floatRotate 16s ease-in-out infinite alternate;
}

.square-two{
  width:36px;
  height:36px;
  border-color:rgba(255,255,255,.11);
}

.triangle{
  width:0;
  height:0;
  opacity:.42;
  filter:drop-shadow(0 14px 25px rgba(0,0,0,.36));
  animation:floatRotate 19s ease-in-out infinite alternate;
}

.triangle-one{
  border-left:32px solid transparent;
  border-right:32px solid transparent;
  border-bottom:58px solid rgba(255,255,255,.09);
}

.triangle-two{
  border-left:28px solid transparent;
  border-right:28px solid transparent;
  border-bottom:50px solid rgba(255,228,0,.36);
}

.shard{
  width:260px;
  height:145px;
  clip-path:polygon(8% 12%, 100% 0, 72% 82%, 0 100%);
  opacity:.46;
  filter:
    blur(.1px)
    drop-shadow(0 24px 40px rgba(0,0,0,.42));
  background:
    radial-gradient(circle at 28% 68%, rgba(0,0,0,.94), transparent 19%),
    radial-gradient(circle at 72% 36%, rgba(255,228,0,.54), transparent 21%),
    linear-gradient(135deg, rgba(38,38,36,.86), rgba(1,1,1,.94) 58%, rgba(255,228,0,.20));
  animation:shardFloat 11s ease-in-out infinite alternate;
}

.shard-two{
  width:300px;
  height:170px;
  opacity:.40;
  clip-path:polygon(0 25%, 88% 0, 100% 74%, 18% 100%);
  background:
    radial-gradient(circle at 45% 58%, rgba(0,0,0,.97), transparent 18%),
    radial-gradient(circle at 78% 42%, rgba(255,228,0,.38), transparent 19%),
    linear-gradient(125deg, rgba(30,30,28,.84), rgba(3,3,3,.94) 60%, rgba(255,228,0,.18));
}

.shard-three{
  width:330px;
  height:175px;
  opacity:.38;
  clip-path:polygon(12% 0, 100% 34%, 74% 100%, 0 70%);
  background:
    radial-gradient(circle at 24% 34%, rgba(0,0,0,.94), transparent 18%),
    radial-gradient(circle at 64% 68%, rgba(255,228,0,.34), transparent 20%),
    linear-gradient(145deg, rgba(35,35,33,.78), rgba(1,1,1,.94) 62%, rgba(255,228,0,.16));
}

.shard-four{
  width:220px;
  height:130px;
  opacity:.34;
  clip-path:polygon(0 0, 92% 16%, 78% 100%, 14% 72%);
  background:
    radial-gradient(circle at 55% 50%, rgba(0,0,0,.96), transparent 20%),
    linear-gradient(145deg, rgba(38,38,36,.72), rgba(255,228,0,.36));
}

@keyframes ambientShift{
  from{transform:translate3d(-30px,-20px,0) scale(1)}
  to{transform:translate3d(34px,24px,0) scale(1.08)}
}

@keyframes floatPulse{
  from{translate:0 0;scale:1}
  to{translate:14px -22px;scale:1.06}
}

@keyframes shardFloat{
  from{rotate:-8deg;scale:1}
  to{rotate:9deg;scale:1.08}
}

@keyframes floatRotate{
  from{rotate:-12deg;translate:0 0}
  to{rotate:16deg;translate:12px -18px}
}

@keyframes spinSlow{
  from{rotate:0deg}
  to{rotate:360deg}
}

@keyframes spinSoft{
  from{rotate:0deg}
  to{rotate:180deg}
}

/* Readability overlay */
main{
  position:relative;
}

main:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(4,4,4,.82), rgba(10,10,9,.64), rgba(4,4,4,.82));
  backdrop-filter:blur(.3px);
}

/* Base */
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.wrap{
  width:min(1040px, calc(100% - 80px));
  margin:auto;
}

.skip{
  position:absolute;
  left:-999px;
}

.skip:focus{
  left:16px;
  top:16px;
  background:#fff;
  color:#111;
  padding:10px;
  z-index:999;
}

/* Header - sleek modern update with tighter menu sizing */
.site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:
    linear-gradient(180deg, rgba(8,8,8,.82), rgba(8,8,8,.62));
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px) saturate(120%);
  -webkit-backdrop-filter:blur(18px) saturate(120%);
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,228,0,.12), transparent 30%),
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 45%, rgba(255,228,0,.05));
  opacity:.75;
}

.nav{
  position:relative;
  z-index:2;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  letter-spacing:-.04em;
  color:#fff;
  transition:transform .2s ease, opacity .2s ease;
}

.brand:hover{
  transform:translateY(-1px);
  opacity:.96;
}

.brand-logo{
  display:block;
  height:52px !important;
  width:auto !important;
  max-width:165px;
  max-height:52px !important;
  object-fit:contain;
}

.site-header .brand img{
  height:52px !important;
  width:auto !important;
  max-height:52px !important;
  object-fit:contain;
}

.menu{
  display:flex;
  align-items:center;
  gap:16px;
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.065em;
  white-space:nowrap;
}

.menu a{
  position:relative;
  color:#d8d6c7;
  opacity:.86;
  padding:8px 0;
  transition:color .2s ease, opacity .2s ease, transform .2s ease;
}

.menu a:hover{
  color:#fff;
  opacity:1;
  transform:translateY(-1px);
}

.menu a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:1px;
  width:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, var(--accent), rgba(255,228,0,0));
  box-shadow:0 0 14px rgba(255,228,0,.26);
  transition:width .24s ease;
}

.menu a:hover:after,
.menu a.active:after{
  width:100%;
}

.menu a.active{
  color:#fff;
  opacity:1;
}

.nav-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,228,0,.52);
  font-weight:900;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.065em;
  background:linear-gradient(135deg, var(--accent), #fff04a);
  color:#050505;
  box-shadow:
    0 8px 24px rgba(255,228,0,.18),
    inset 0 1px 0 rgba(255,255,255,.42);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
  white-space:nowrap;
}

.nav-cta:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
  box-shadow:
    0 14px 34px rgba(255,228,0,.28),
    inset 0 1px 0 rgba(255,255,255,.5);
}

/* General buttons */
.btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:2px solid rgba(255,255,255,.66);
  padding:13px 18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:var(--accent);
  color:#050505;
  transition:.2s;
  cursor:pointer;
}

.btn:before{
  content:"";
  position:absolute;
  top:-42%;
  left:-72%;
  width:45%;
  height:190%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform:rotate(18deg);
  transition:left .48s ease;
  pointer-events:none;
}

.btn:hover:before{
  left:126%;
}

.btn:hover{
  transform:translate(-3px,-3px);
  box-shadow:6px 6px 0 rgba(255,255,255,.20);
  background:#fff04a;
  color:#050505;
}

.btn.light{
  background:#fff04a;
  color:#050505;
}

.btn.ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.46);
}

.mobile-toggle{
  display:none;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  width:44px;
  height:44px;
  font-size:24px;
  color:#fff;
  line-height:1;
}

/* Sharp glass panels */
.card,
.product,
.design-showcase-card,
.home-visual-panel,
.home-work-card,
.split>div,
.signal-panel,
.contact-strip,
.step{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 0 0 1px rgba(255,228,0,.08),
    0 22px 70px rgba(0,0,0,.34);
}

.card:before,
.product:before,
.design-showcase-card:before,
.home-visual-panel:before,
.home-work-card:before,
.split>div:before,
.signal-panel:before,
.contact-strip:before,
.step:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(
      circle at var(--glow-x, 50%) var(--glow-y, 0%),
      rgba(255,255,255,.10),
      rgba(255,228,0,.045) 22%,
      rgba(0,0,0,.30) 52%,
      transparent 78%
    ),
    linear-gradient(
      145deg,
      rgba(255,255,255,.045),
      rgba(0,0,0,.30) 42%,
      rgba(255,228,0,.035)
    );
  opacity:.95;
  transition:opacity .25s ease;
}

.card:hover,
.product:hover,
.design-showcase-card:hover,
.home-visual-panel:hover,
.home-work-card:hover,
.split>div:hover,
.signal-panel:hover,
.contact-strip:hover,
.step:hover{
  border-color:rgba(255,228,0,.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 0 0 1px rgba(255,228,0,.28),
    0 0 34px rgba(255,228,0,.18),
    0 28px 80px rgba(0,0,0,.42);
}

/* Branded accent system */
.card:after,
.product:after,
.design-showcase-card:after,
.home-visual-panel:after,
.home-work-card:after,
.split>div:after,
.contact-strip:after,
.step:after{
  content:"";
  position:absolute;
  top:14px;
  right:14px;
  z-index:3;
  width:34px;
  height:34px;
  border-top:2px solid rgba(255,228,0,.72);
  border-right:2px solid rgba(255,228,0,.72);
  opacity:.42;
  pointer-events:none;
  transition:opacity .25s ease, transform .25s ease;
}

.card:hover:after,
.product:hover:after,
.design-showcase-card:hover:after,
.home-visual-panel:hover:after,
.home-work-card:hover:after,
.split>div:hover:after,
.contact-strip:hover:after,
.step:hover:after{
  opacity:1;
  transform:translate(-3px,3px);
}

.kicker{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.kicker:before{
  content:"";
  width:9px;
  height:9px;
  flex:0 0 auto;
  background:var(--accent);
  box-shadow:
    14px 0 0 rgba(255,228,0,.45),
    28px 0 0 rgba(255,228,0,.18);
}

/* Hero */
.hero{
  padding:120px 0 90px;
  border-bottom:1px solid rgba(255,255,255,.12);
  position:relative;
  overflow:hidden;
}

.hero:before{
  content:"";
  position:absolute;
  width:420px;
  height:180px;
  left:-120px;
  top:110px;
  z-index:0;
  background:linear-gradient(135deg, rgba(255,228,0,.34), rgba(255,228,0,0) 65%);
  clip-path:polygon(0 18%, 100% 0, 82% 78%, 8% 100%);
  filter:blur(.2px);
  opacity:.9;
  pointer-events:none;
}

.hero:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:40px;
  z-index:0;
  width:300px;
  height:300px;
  border:1px solid rgba(255,228,0,.28);
  border-radius:50%;
  box-shadow:0 0 80px rgba(255,228,0,.12);
  opacity:.8;
  pointer-events:none;
}

.hero .wrap{
  position:relative;
  z-index:2;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:end;
}

.eyebrow{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  color:var(--accent);
  margin:0 0 18px;
}

.hero h1,
.page-hero h1{
  font-size:clamp(48px,7.5vw,98px);
  line-height:.92;
  letter-spacing:-.075em;
  margin:0 0 24px;
  max-width:900px;
  color:#fff;
  text-shadow:0 8px 40px rgba(0,0,0,.36);
}

.hero-copy{
  font-size:clamp(18px,2vw,23px);
  color:#d6d4c7;
  max-width:760px;
  margin:0 0 32px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}


.signal-panel{
  border-left:3px solid rgba(255,228,0,.72);
  padding:28px 28px 28px 30px;
  background:rgba(7,7,7,.70);
  backdrop-filter:blur(18px);
}

.signal-panel:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-42%;
  z-index:1;
  height:38%;
  background:linear-gradient(180deg, transparent, rgba(255,228,0,.11), transparent);
  animation:panelScan 5.5s ease-in-out infinite;
  opacity:.72;
  pointer-events:none;
}

.signal-panel h2,
.signal-panel .signal-list{
  position:relative;
  z-index:2;
}

@keyframes panelScan{
  0%,22%{transform:translateY(0);opacity:0}
  38%{opacity:.72}
  70%{transform:translateY(365%);opacity:0}
  100%{transform:translateY(365%);opacity:0}
}

.signal-panel h2{
  font-size:28px;
  line-height:1.05;
  margin:0 0 18px;
  letter-spacing:-.04em;
  color:#fff;
}

.signal-list{
  display:grid;
  gap:14px;
}

.signal{
  padding:16px 0;
  border-top:1px solid rgba(255,255,255,.13);
}

.signal strong{
  display:block;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#fff;
}

.signal span{
  color:#c9c6b8;
}


/* Home page visual polish */
.home-hero .hero-grid{
  align-items:center;
}

.home-visual-panel{
  padding:22px;
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
}

.home-visual-panel-head{
  position:relative;
  z-index:2;
  margin-bottom:18px;
}

.home-visual-panel-head .kicker{
  margin:0 0 12px;
}

.home-visual-panel h2{
  color:#fff;
  font-size:clamp(26px,3.2vw,36px);
  line-height:1;
  letter-spacing:-.055em;
  margin:0;
}

.home-visual-feature,
.home-visual-thumb{
  position:relative;
  z-index:2;
  display:block;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 24% 18%, rgba(255,228,0,.16), transparent 24%),
    radial-gradient(circle at 76% 82%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(0,0,0,.70));
}

.home-visual-feature{
  aspect-ratio:1 / 1;
  box-shadow:0 22px 60px rgba(0,0,0,.36);
}

.home-visual-feature:before,
.home-visual-thumb:before,
.home-work-media:before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
  z-index:3;
}

.home-visual-feature img,
.home-visual-thumb img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:16px;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.48));
  transition:transform .28s ease, filter .28s ease;
}

.home-visual-feature:hover img,
.home-visual-thumb:hover img{
  transform:scale(1.035);
  filter:drop-shadow(0 24px 44px rgba(0,0,0,.58));
}

.home-visual-caption{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:4;
  display:grid;
  gap:4px;
  padding:13px 14px;
  border:1px solid rgba(255,228,0,.40);
  background:linear-gradient(135deg, rgba(0,0,0,.86), rgba(18,18,16,.72));
  backdrop-filter:blur(12px);
  box-shadow:0 16px 30px rgba(0,0,0,.34);
}

.home-visual-caption span,
.home-visual-thumb span,
.home-work-type{
  color:var(--accent);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-visual-caption strong{
  color:#fff;
  font-size:18px;
  line-height:1.05;
  letter-spacing:-.035em;
}

.home-visual-thumbs{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}

.home-visual-thumb{
  aspect-ratio:1 / 1;
}

.home-visual-thumb img{
  padding:18px;
}

.home-visual-thumb span{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:4;
  display:inline-flex;
  justify-content:center;
  padding:7px 8px;
  border:1px solid rgba(255,228,0,.34);
  background:rgba(0,0,0,.70);
  color:#fff;
  text-align:center;
}

.home-work-section{
  background:rgba(4,4,4,.70);
}

.section-head h2 + .lead{
  margin-top:18px;
}

.home-work-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:20px;
}

.home-work-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.home-work-card:hover{
  transform:translateY(-7px);
  background:rgba(12,12,11,.88);
}

.home-work-media{
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  aspect-ratio:4 / 3;
  min-height:190px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,228,0,.14), transparent 24%),
    radial-gradient(circle at 78% 76%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(0,0,0,.58));
  border-bottom:1px solid rgba(255,255,255,.10);
}

.home-work-media:after{
  content:"Open ↗";
  position:absolute;
  right:12px;
  bottom:12px;
  z-index:4;
  padding:7px 9px;
  border:1px solid rgba(255,228,0,.48);
  background:rgba(0,0,0,.68);
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .22s ease, transform .22s ease;
}

.home-work-card:hover .home-work-media:after{
  opacity:1;
  transform:none;
}

.home-work-media img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:15px;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.48));
  transition:transform .28s ease, filter .28s ease;
}

.home-work-card:hover .home-work-media img{
  transform:scale(1.035);
  filter:drop-shadow(0 24px 44px rgba(0,0,0,.56));
}

.home-work-body{
  position:relative;
  z-index:2;
  display:grid;
  gap:10px;
  padding:21px;
}

.home-work-body strong{
  color:#fff;
  font-size:21px;
  line-height:1.05;
  letter-spacing:-.04em;
}

.home-work-body span:last-child{
  color:#c9c6b8;
  font-size:14px;
  line-height:1.5;
}

.home-work-actions{
  display:flex;
  justify-content:center;
  margin-top:30px;
}

/* Sections */
.section{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.section:before{
  content:"";
  position:absolute;
  right:5vw;
  top:48px;
  width:110px;
  height:110px;
  pointer-events:none;
  opacity:.22;
  background-image:radial-gradient(rgba(255,228,0,.85) 2px, transparent 2px);
  background-size:18px 18px;
  -webkit-mask-image:linear-gradient(135deg, #000, transparent 75%);
  mask-image:linear-gradient(135deg, #000, transparent 75%);
}

.section:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:180px;
  height:2px;
  background:linear-gradient(90deg, var(--accent), transparent);
  transform:skewX(-28deg);
  opacity:.65;
  pointer-events:none;
}

.section:nth-of-type(even):after{
  left:auto;
  right:0;
  background:linear-gradient(270deg, var(--accent), transparent);
}

.section .wrap{
  position:relative;
  z-index:2;
}

.section-head{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:50px;
  align-items:start;
  margin-bottom:44px;
}

.kicker{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--accent);
  font-size:12px;
}

.section h2{
  font-size:clamp(34px,5vw,62px);
  line-height:.98;
  letter-spacing:-.06em;
  margin:0;
  color:#fff;
}

.lead{
  font-size:20px;
  color:#d6d4c7;
  margin:0;
  max-width:720px;
}

/* Grids and cards */
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  background:transparent;
  border:0;
}

.card{
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
  padding:34px;
  min-height:280px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:.25s ease;
}

.card:hover{
  background:rgba(11,11,10,.82);
  transform:translateY(-6px);
}

.card h3{
  font-size:27px;
  line-height:1.05;
  margin:0 0 14px;
  letter-spacing:-.04em;
  color:#fff;
}

.card p{
  color:#c9c6b8;
  margin:0 0 24px;
}

.link-arrow{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#fff;
}

.link-arrow:after{
  content:" →";
  color:var(--accent);
}


/* Design services gallery */
.design-page-hero{
  position:relative;
  overflow:hidden;
}

.design-page-hero:before{
  content:"";
  position:absolute;
  right:-130px;
  top:34px;
  width:360px;
  height:360px;
  border:1px solid rgba(255,228,0,.24);
  border-radius:50%;
  box-shadow:0 0 90px rgba(255,228,0,.12);
  pointer-events:none;
}

.design-page-hero:after{
  content:"";
  position:absolute;
  left:-110px;
  bottom:-60px;
  width:350px;
  height:150px;
  background:linear-gradient(135deg, rgba(255,228,0,.28), rgba(255,228,0,0) 68%);
  clip-path:polygon(0 20%, 100% 0, 82% 78%, 8% 100%);
  pointer-events:none;
}

.design-page-hero .wrap{
  position:relative;
  z-index:2;
}

.design-hero-actions{
  margin-top:30px;
}

.design-showcase-section{
  overflow:hidden;
}

.design-showcase-section:before{
  opacity:.32;
}

.design-showcase-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.design-showcase-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  background:rgba(7,7,7,.74);
  backdrop-filter:blur(18px);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.design-showcase-card:hover{
  transform:translateY(-7px);
  background:rgba(12,12,11,.88);
}

.design-showcase-media{
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  aspect-ratio:4 / 3;
  min-height:230px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255,228,0,.14), transparent 24%),
    radial-gradient(circle at 78% 76%, rgba(255,255,255,.08), transparent 26%),
    linear-gradient(145deg, rgba(255,255,255,.04), rgba(0,0,0,.58));
  border-bottom:1px solid rgba(255,255,255,.10);
}

.design-showcase-media:before{
  content:"";
  position:absolute;
  inset:12px;
  border:1px solid rgba(255,255,255,.08);
  pointer-events:none;
}

.design-showcase-media:after{
  content:"View";
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:3;
  padding:7px 10px;
  border:1px solid rgba(255,228,0,.54);
  background:rgba(0,0,0,.64);
  color:#fff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .22s ease, transform .22s ease;
}

.design-showcase-card:hover .design-showcase-media:after{
  opacity:1;
  transform:none;
}

.design-showcase-media img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  padding:18px;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.48));
  transition:transform .28s ease, filter .28s ease;
}

.design-showcase-card:hover .design-showcase-media img{
  transform:scale(1.035);
  filter:drop-shadow(0 24px 44px rgba(0,0,0,.56));
}

.design-showcase-card[data-layout="wide"] .design-showcase-media{
  aspect-ratio:16 / 10;
}

.design-showcase-card[data-layout="wide"] .design-showcase-media img{
  padding:14px;
}

.design-showcase-card[data-layout="poster"] .design-showcase-media{
  aspect-ratio:3 / 4;
}

.design-showcase-card[data-layout="poster"] .design-showcase-media img{
  padding:16px;
}

.design-showcase-card[data-layout="mark"] .design-showcase-media img{
  padding:34px;
}

.design-showcase-body{
  position:relative;
  z-index:2;
  display:flex;
  flex:1;
  flex-direction:column;
  gap:13px;
  padding:24px;
}

.design-showcase-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--accent);
  font-size:11px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.design-showcase-meta span:last-child{
  color:#fff;
  opacity:.72;
}

.design-showcase-title{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.04em;
}

.design-showcase-desc{
  display:block;
  color:#c9c6b8;
  font-size:15px;
  line-height:1.55;
}

/* Split */
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  background:transparent;
  border:0;
}

.split>div{
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
  padding:46px;
}

.feature-title{
  font-size:42px;
  line-height:1;
  letter-spacing:-.055em;
  margin:0 0 16px;
  color:#fff;
}

.checklist{
  padding:0;
  margin:24px 0 0;
  list-style:none;
}

.checklist li{
  border-top:1px solid rgba(255,255,255,.12);
  padding:14px 0;
  font-weight:750;
  color:#e8e5d4;
}

.checklist li:before{
  content:"■";
  color:var(--accent);
  margin-right:10px;
}

/* Process */
.process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  border-top:2px solid rgba(255,228,0,.55);
  padding-top:22px;
}

.step{
  padding:26px 24px;
  border-right:0;
  background:rgba(7,7,7,.68);
  backdrop-filter:blur(16px);
}

.step b{
  font-size:13px;
  color:var(--accent);
}

.step h3{
  font-size:24px;
  line-height:1.05;
  margin:12px 0;
  color:#fff;
}

.step p{
  color:#c9c6b8;
}

/* Dark areas */
.dark{
  background:rgba(4,4,4,.92);
  color:#fff;
}

.dark .lead,
.dark p{
  color:#d6d4c7;
}

.dark .section-head,
.dark .card{
  background:transparent;
}

/* CTA */
.cta-band{
  padding:86px 0;
  background:rgba(2,2,2,.97);
  color:#fff;
}

.cta-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:40px;
  align-items:center;
}

.cta-band h2{
  font-size:clamp(40px,6vw,76px);
  line-height:.95;
  letter-spacing:-.07em;
  margin:0;
  color:#fff;
}

.cta-band p{
  color:#d6d4c7;
  font-size:20px;
}

/* Footer */
.footer{
  padding:38px 0;
  color:#c9c6b8;
  background:rgba(5,5,5,.88);
  backdrop-filter:blur(12px);
}

.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:28px;
}

/* Inner pages */
.page-hero{
  padding:84px 0 54px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.page-hero p{
  font-size:22px;
  color:#d6d4c7;
  max-width:760px;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  background:transparent;
  border:0;
}

.product{
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
  padding:36px;
  display:grid;
  gap:26px;
}

.product-top{
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:20px;
}

.price{
  font-size:28px;
  font-weight:950;
  letter-spacing:-.04em;
  color:#fff;
}

.tag{
  font-size:12px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--accent);
}

.product h2{
  font-size:36px;
  line-height:1;
  letter-spacing:-.055em;
  margin:0;
  color:#fff;
}

.product p{
  color:#c9c6b8;
}

.meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.meta span{
  border:1px solid rgba(255,255,255,.14);
  padding:6px 9px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  background:rgba(255,255,255,.09);
  color:#f1efd9;
}

.contact-strip{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  border:1px solid rgba(255,255,255,.14);
  padding:28px;
  background:rgba(7,7,7,.72);
  backdrop-filter:blur(18px);
}

.contact-strip h2,
.contact-strip h3{
  color:#fff;
}

.contact-strip p{
  color:#d6d4c7;
}

.form{
  display:grid;
  gap:14px;
}

.form input,
.form textarea,
.form select{
  width:100%;
  border:2px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.07);
  color:#fff;
  padding:14px;
  font:inherit;
}

.form input::placeholder,
.form textarea::placeholder{
  color:#aaa797;
}

.form textarea{
  min-height:140px;
}

.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.mini-note{
  font-size:13px;
  color:#bbb7a5;
}

/* Reveal */
.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .55s ease, transform .55s ease;
}

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

@media(prefers-reduced-motion:reduce){
  *,
  *:before,
  *:after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}


@media(max-width:1100px){
  .design-showcase-grid,
  .home-work-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* Responsive */
@media(max-width:900px){
  .motion-stage{
    opacity:.54;
  }

  .shard{
    width:190px;
    height:112px;
  }

  .orb-large,
  .orb-half{
    width:120px;
    height:120px;
  }

  .mobile-toggle{
    display:block;
  }

  .menu{
    position:absolute;
    left:0;
    right:0;
    top:72px;
    background:rgba(6,6,6,.96);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(255,255,255,.08);
    display:none;
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
    gap:16px;
    font-size:12px;
  }

  .menu.open{
    display:flex;
  }

  .nav-cta{
    display:none;
  }

  .hero-grid,
  .section-head,
  .split,
  .cta-grid,
  .product-grid,
  .contact-strip{
    grid-template-columns:1fr;
  }

  .grid-3{
    grid-template-columns:1fr;
  }

  .design-showcase-grid,
  .home-work-grid{
    grid-template-columns:1fr;
  }

  .home-visual-panel{
    padding:20px;
  }

  .home-visual-feature{
    aspect-ratio:4 / 3;
  }

  .home-work-media,
  .design-showcase-media{
    min-height:210px;
  }

  .process{
    grid-template-columns:1fr;
  }

  .step{
    border-right:0;
    border-bottom:0;
  }

  .hero{
    padding-top:60px;
  }

  .hero:before{
    width:310px;
    height:140px;
    left:-90px;
    top:72px;
    opacity:1;
  }

  .hero:after{
    right:-150px;
    top:220px;
    bottom:auto;
    width:260px;
    height:260px;
  }

  .hero h1{
    position:relative;
  }

  .hero h1:after{
    content:"";
    display:block;
    width:76px;
    height:7px;
    margin-top:18px;
    background:var(--accent);
    box-shadow:18px 0 0 rgba(255,228,0,.35), 36px 0 0 rgba(255,228,0,.16);
  }

  .section:before{
    right:-20px;
    top:28px;
    opacity:.28;
  }

  .section-head h2,
  .feature-title{
    position:relative;
  }

  .section-head h2:before,
  .feature-title:before{
    content:"";
    position:absolute;
    left:-18px;
    top:.12em;
    width:6px;
    height:.85em;
    background:var(--accent);
    box-shadow:0 0 22px rgba(255,228,0,.38);
  }

  .two{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .home-work-grid,
  .home-visual-thumbs{
    grid-template-columns:1fr;
  }

  .home-work-actions{
    justify-content:flex-start;
  }
}
