:root {
  --black:#090909;
  --black-2:#111;
  --white:#fff;
  --paper:#f2f0ea;
  --red:#ec1c24;
  --muted:rgba(255,255,255,.57);
  --muted-dark:rgba(0,0,0,.56);
  --line:rgba(255,255,255,.13);
  --line-dark:rgba(0,0,0,.13);
  --container:1380px;
  --ease:cubic-bezier(.22,.8,.22,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black);overflow-x:hidden}
body{
  margin:0;background:var(--black);color:#f4f4f0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
::selection{background:var(--red);color:#fff}
.container{width:min(calc(100% - 50px),var(--container));margin:auto}
.eyebrow{margin:0;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}
.section-title{margin-top:18px}
.eyebrow-dark{color:rgba(0,0,0,.44)}
.eyebrow-light{color:rgba(255,255,255,.65)}
.display{
  margin:0;font-size:clamp(68px,11vw,175px);font-weight:900;
  letter-spacing:-.075em;line-height:.82;text-transform:uppercase;
}
.display-small{font-size:clamp(50px,7vw,110px)}
.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.visible{opacity:1;transform:none}

body::before{
  content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
}

.cursor{
  position:fixed;width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.8);
  z-index:10000;pointer-events:none;left:0;top:0;
  transform:translate(-50%,-50%) translate3d(var(--cx,-100px),var(--cy,-100px),0);
  transition:width .25s ease,height .25s ease,background .25s ease;
}
body.cursor-big .cursor{width:55px;height:55px;background:rgba(255,255,255,.08);backdrop-filter:blur(5px)}

header{
  position:fixed;left:0;right:0;top:0;z-index:1000;padding:24px 0;mix-blend-mode:difference;
}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.brand img{width:142px;height:auto;filter:brightness(0) invert(1)}
nav{display:flex;gap:28px}
nav a{font-size:10px;letter-spacing:.16em;font-weight:700;text-transform:uppercase;opacity:.68;transition:opacity .2s ease}
nav a:hover{opacity:1}

.hero{
  min-height:100svh;position:relative;display:flex;align-items:flex-end;overflow:hidden;
  background:
    radial-gradient(circle at 80% 18%,rgba(236,28,36,.22),transparent 30%),
    radial-gradient(circle at 18% 80%,rgba(255,255,255,.04),transparent 28%),
    var(--black);
}
.hero-grid{
  position:absolute;inset:0;opacity:.14;
  background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(to bottom,transparent 3%,black 42%,transparent 100%);
}
.orb{
  position:absolute;width:min(56vw,800px);aspect-ratio:1;right:-15vw;top:-8vw;border-radius:50%;
  border:1px solid rgba(255,255,255,.07);
}
.orb::before,.orb::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.06)}
.orb::before{inset:17%} .orb::after{inset:34%}
.hero-inner{position:relative;z-index:2;width:100%;padding:160px 0 52px}
.hero-title{max-width:1300px}
.hero-title .outline{display:block;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.78);margin-left:12vw}
.hero-bottom{
  margin-top:55px;padding-top:28px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:end;
}
.hero-copy{max-width:590px;margin:0;font-size:clamp(17px,1.7vw,23px);line-height:1.5;color:rgba(255,255,255,.66)}
.hero-copy strong{color:#fff}
.hero-index{justify-self:end;text-align:right;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);line-height:1.8}

.taxonomy{background:var(--paper);color:#0b0b0b;padding:145px 0 120px}
.taxonomy-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:9vw;align-items:end;margin-bottom:70px}
.taxonomy-copy{margin:0;max-width:560px;font-size:17px;line-height:1.8;color:var(--muted-dark)}
.taxonomy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}
.tax{
  min-height:270px;padding:28px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);
  display:flex;flex-direction:column;justify-content:space-between;transition:background .35s ease,color .35s ease;
}
.tax-num{font-size:10px;opacity:.45}
.tax h3{margin:0;font-size:clamp(34px,4.2vw,62px);letter-spacing:-.055em;line-height:.94;text-transform:uppercase}
.tax p{margin:18px 0 0;max-width:320px;font-size:13px;line-height:1.65;color:inherit;opacity:.62}
.tax:hover{background:var(--red);color:#fff}

.section-head{padding:150px 0 70px;background:#050505}
.section-head.paper{background:var(--paper);color:#0b0b0b}
.section-head .sub{margin-top:24px;max-width:570px;font-size:15px;line-height:1.75;color:var(--muted)}
.section-head.paper .eyebrow{color:rgba(0,0,0,.44)}
.section-head.paper .sub{color:var(--muted-dark)}

.work-list{background:#050505}
.project{
  position:relative;min-height:76svh;display:flex;align-items:stretch;overflow:hidden;border-top:1px solid var(--line);
}
.project:nth-child(even){background:#0d0d0d}
.project-number{
  position:absolute;right:2vw;top:50%;transform:translateY(-50%);font-size:clamp(190px,30vw,520px);
  font-weight:900;letter-spacing:-.1em;line-height:1;color:rgba(255,255,255,.025);z-index:0;pointer-events:none;
}
.project-inner{
  position:relative;z-index:2;width:calc(100% - 50px);max-width:var(--container);margin:auto;padding:80px 0;flex-shrink:0;
  display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:8vw;align-items:center;
}
.logo-stage{
  min-height:360px;display:grid;place-items:center;padding:48px;border:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 45%,rgba(236,28,36,.13),transparent 37%),
    rgba(255,255,255,.018);
  position:relative;overflow:hidden;
}
.logo-stage::after{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.055);pointer-events:none}
.logo-stage img{max-width:min(82%,440px);max-height:260px;width:auto;height:auto;object-fit:contain;filter:saturate(.95)}
.logo-stage.light-logo img{filter:none}
.logo-stage.white-card{background:#fff}
.logo-stage.white-card::after{border-color:rgba(0,0,0,.06)}
.logo-stage.figsa img{max-width:92%;max-height:230px}
.logo-stage.sandbar img{max-height:300px}
.logo-stage.hoppy img{max-height:330px}
.tap-stage{background:radial-gradient(circle at 50% 45%,rgba(236,28,36,.14),transparent 37%),rgba(255,255,255,.018)}
.tap-wordmark{font-size:clamp(64px,9vw,130px);font-weight:900;letter-spacing:-.07em;text-transform:lowercase}
.project-meta{display:flex;justify-content:space-between;gap:24px;margin-bottom:20px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
.project h3{margin:0;font-size:clamp(54px,7vw,112px);font-weight:900;letter-spacing:-.07em;line-height:.87;text-transform:uppercase}
.project-lead{margin:28px 0 0;max-width:650px;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:clamp(22px,2.5vw,38px);line-height:1.22;color:#fff}
.project-desc{margin:26px 0 0;max-width:620px;font-size:14px;line-height:1.8;color:var(--muted)}
.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:30px}
.tag{border:1px solid rgba(255,255,255,.2);border-radius:99px;padding:8px 13px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.65)}

.products{background:var(--paper);color:#0b0b0b;padding-bottom:120px}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}
.product-card{
  min-height:520px;padding:36px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);
  display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;
}
.product-card::before{
  content:"";position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(0,0,0,.08);right:-130px;top:-140px;
}
.product-top{display:flex;justify-content:space-between;gap:24px;font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:rgba(0,0,0,.48)}
.product-name{margin:0;font-size:clamp(62px,8vw,125px);font-weight:900;letter-spacing:-.075em;line-height:.83;text-transform:uppercase}
.product-card p{margin:26px 0 0;max-width:520px;font-size:15px;line-height:1.75;color:var(--muted-dark)}
.product-card .tags .tag{border-color:rgba(0,0,0,.18);color:rgba(0,0,0,.58)}
.product-seal{margin-top:36px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-weight:700}

.lab{background:#070707;padding-bottom:130px}
.lab-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.lab-card{
  min-height:540px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);
  display:flex;flex-direction:column;position:relative;overflow:hidden;container-type:inline-size;
}
.lab-card .visual{height:250px;display:grid;place-items:center;margin-bottom:40px;border:1px solid var(--line);background:rgba(255,255,255,.018);overflow:hidden}
.lab-card .visual img{max-height:220px;max-width:82%;object-fit:contain}
.lab-card .visual.symbol{font-size:clamp(90px,10vw,150px);font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.12)}
.lab-index{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}
.lab-card h3{margin:auto 0 0;max-width:100%;font-size:clamp(28px,11.5cqi,54px);letter-spacing:-.055em;line-height:.96;text-transform:uppercase;overflow-wrap:anywhere}
.lab-card p{margin:20px 0 0;font-size:13px;line-height:1.7;color:var(--muted)}

.statement{
  min-height:92svh;position:relative;display:grid;place-items:center;background:var(--red);overflow:hidden;text-align:center;
}
.statement::before{
  content:"";position:absolute;width:min(78vw,1000px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.22)
}
.statement-inner{position:relative;z-index:2;width:min(1120px,90vw)}
.statement h2{margin:22px 0 0;font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;font-size:clamp(44px,7vw,104px);line-height:1.03;letter-spacing:-.045em}
.statement h2 strong{font-weight:inherit;color:#111}

.cta{min-height:100svh;display:flex;align-items:center;background:var(--black);overflow:hidden}
.cta-inner{width:100%;padding:135px 0 70px}
.cta-title{font-size:clamp(65px,12.5vw,190px)}
.cta-title span{display:block}
.cta-title .outline{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.75);margin-left:11vw}
.cta-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:60px;padding-top:30px;border-top:1px solid var(--line)}
.cta-button{display:inline-flex;align-items:center;gap:15px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.07em}
.cta-icon{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.7);display:grid;place-items:center;transition:.3s ease}
.cta-button:hover .cta-icon{background:#fff;color:var(--red);transform:rotate(45deg)}
.cta-copy{max-width:420px;margin:0;font-size:13px;line-height:1.6;color:var(--muted);text-align:right}

footer{padding:40px 0;background:#050505;color:rgba(255,255,255,.45)}
.footer-inner{display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.14em;text-transform:uppercase}

.hero-bottom>*,.taxonomy-head>*,.taxonomy-grid>*,.project-inner>*,.product-grid>*,.lab-grid>*,.cta-bottom>*{min-width:0}

@media(min-width:1440px){
  .container{width:min(calc(100% - 80px),var(--container))}
}

@media(max-width:1023px){
  .taxonomy-grid{grid-template-columns:1fr}
  .tax{min-height:190px}
  .project-inner{grid-template-columns:1fr;gap:45px;padding:70px 0}
  .logo-stage{min-height:300px}
  .product-grid{grid-template-columns:1fr}
  .lab-grid{grid-template-columns:1fr}
  .lab-card{min-height:430px}
}

@media(min-width:768px) and (max-width:1023px){
  .container,.project-inner{width:calc(100% - 48px)}
}

@media(max-width:767px){
  :root{--mobile-header-height:72px}
  .container{width:calc(100% - 30px)}
  header{height:var(--mobile-header-height);padding:0;display:flex;align-items:center;mix-blend-mode:normal;background:var(--black)}
  .brand img{width:115px}
  nav{display:none}
  .cursor{display:none}
  .hero-inner{padding:110px 0 32px}
  .display{font-size:clamp(45px,15vw,88px);line-height:.86}
  .hero-title{max-width:100%;font-size:clamp(44px,15.5vw,94px);overflow-wrap:anywhere}
  .hero-title .outline{margin-left:0}
  .hero-bottom{grid-template-columns:1fr;gap:28px;margin-top:36px}
  .hero-index{justify-self:start;text-align:left}
  .taxonomy{padding:90px 0 75px}
  .taxonomy-head{grid-template-columns:1fr;gap:34px;margin-bottom:48px}
  .section-head{padding:95px 0 50px}
  .section-head .display{font-size:clamp(40px,12.5vw,62px)}
  .project{min-height:auto}
  .project-inner{width:calc(100% - 30px);padding:55px 0}
  .logo-stage{min-height:235px;padding:30px}
  .logo-stage img{max-height:180px}
  .project-meta{flex-direction:column;gap:7px}
  .project h3{font-size:clamp(44px,13vw,76px)}
  .project-lead{font-size:clamp(24px,7vw,34px)}
  .project-number{font-size:clamp(140px,58vw,300px);right:-3vw}
  .product-card{min-height:430px;padding:26px}
  .lab-card{min-height:410px;padding:24px}
  .lab-card .visual{height:220px}
  .statement{min-height:auto;padding:110px 0}
  .cta-inner{padding:100px 0 48px}
  .cta-title{font-size:clamp(48px,15.5vw,92px)}
  .cta-title .outline{margin-left:0}
  .cta-bottom{flex-direction:column;align-items:flex-start;margin-top:45px}
  .cta-copy{text-align:left}
  .footer-inner{flex-direction:column;line-height:1.6}
}

@media(min-width:481px) and (max-width:767px){
  .container,.project-inner{width:calc(100% - 40px)}
}

.back-to-top{
  position:fixed;right:clamp(15px,2vw,32px);bottom:clamp(15px,2vw,32px);
  width:52px;height:52px;padding:0;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.65);border-radius:50%;
  background:rgba(9,9,9,.78);color:#fff;font:inherit;font-size:20px;line-height:1;
  cursor:pointer;z-index:900;opacity:0;visibility:hidden;pointer-events:none;
  transform:translateY(12px);
  transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .3s ease,border-color .3s ease;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.back-to-top:hover{background:var(--red);border-color:var(--red)}
.back-to-top:focus-visible{outline:2px solid #fff;outline-offset:4px}

@media(max-width:767px){
  .back-to-top{width:46px;height:46px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}
