
/*global css */
/* CSS extracted from the second code file. */

/* =========================================================
   GLOBAL CSS & DESIGN SYSTEM
========================================================= */
:root {
  --pw-yellow: #f1e91c;
  --pw-black: #090909;
  --pw-white: #f5f5f2;
  --pw-gray: #161618;
  --pw-gray-border: rgba(245, 245, 242, 0.12);
  --font: Arial, Helvetica, sans-serif;
  --side: clamp(18px, 3.5vw, 54px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  margin: 0;
  background: var(--pw-black);
  color: var(--pw-white);
  font-family: var(--font);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--pw-yellow);
  color: var(--pw-black);
}

/* 75% */
.g-recaptcha {
    transform: scale(0.75);
    transform-origin: left top;
}


.creative-profile-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.creative-profile-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #aaa;
}

.creative-profile-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #aaa;
}

@media (max-width: 767px) {
    .creative-profile-list li {
        padding-left: 24px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .creative-profile-list li::before {
        left: 3px;
    }
}

/* =========================================================
   HEADER & NAVIGATION
========================================================= */
.pw-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px var(--side);
  background: rgba(9, 9, 9, 0.65);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--pw-gray-border);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease;
}

.pw-site-header.is-hidden {
  transform: translateY(-100%);
}

.pw-brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.pw-brand-logo img {
  height: 50px;
  width: auto;
  display: block;
}

.pw-nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.pw-nav-link {
  color: rgba(245, 245, 242, 0.7);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
}

.pw-nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--pw-yellow);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-nav-link:hover, .pw-nav-link.is-active {
  color: var(--pw-white);
}

.pw-nav-link:hover::after, .pw-nav-link.is-active::after {
  width: 100%;
}

.pw-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--pw-gray-border);
  color: var(--pw-white);
  padding: 10px 18px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.pw-nav-toggle:hover {
  background: var(--pw-yellow);
  color: var(--pw-black);
  border-color: var(--pw-yellow);
}

/* Mobile Menu Overlay */
.pw-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: var(--pw-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.pw-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pw-mobile-link {
  color: var(--pw-white);
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(28px, 7vw, 42px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.pw-mobile-link:hover {
  color: var(--pw-yellow);
}

.nav-links a {
  text-decoration: none !important;
  color: inherit;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a:active {
  text-decoration: none !important;
}

@media(max-width: 850px) {
  .pw-nav-links { display: none; }
  .pw-nav-toggle { display: block; }
}

/* =========================================================
/* =========================================================
   HERO / BANNER — REPLACED WITH SECOND FILE'S BANNER
   ========================================================= */
/* ============ HERO — TRUE PROJECT SPHERE ============ */
.hero{height:100vh;min-height:680px;background:#050505;color:#fff;position:relative;overflow:hidden;isolation:isolate}.hero-stage{position:relative;width:100%;height:100%;overflow:hidden;background:#050505;}.hero-top{position:absolute;z-index:50;left:var(--pad);right:var(--pad);top:20px;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#888}.hero-top .yl{color:var(--yl)}#globeCanvas{display:none}.hero-glow{position:absolute;z-index:2;left:50%;top:50%;width:min(78vw,760px);height:min(78vw,760px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.045),rgba(255,255,255,.015) 44%,transparent 70%);filter:blur(12px);pointer-events:none}.hero-vignette{position:absolute;inset:0;z-index:8;pointer-events:none;background:radial-gradient(circle at 50% 50%,transparent 28%,rgba(0,0,0,.12) 58%,rgba(0,0,0,.62) 100%)}.hero-center{position:absolute;z-index:30;left:50%;top:50%;width:min(640px,62vw);transform:translate(-50%,-50%);text-align:center;pointer-events:none}.hero-center:before{content:"";position:absolute;z-index:-1;left:50%;top:50%;width:120%;height:112%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(5,5,5,.95),rgba(5,5,5,.80) 42%,rgba(5,5,5,.30) 66%,transparent 79%);filter:blur(3px)}.hero-small{display:block;margin-bottom:12px;font-size:7px;letter-spacing:.28em;text-transform:uppercase;color:#8b8b8b}.hero-title{margin:0;font-size:clamp(56px,7.1vw,112px);line-height:.79;letter-spacing:-.078em;font-weight:600}.hero-title em{font-family:var(--serif);font-style:italic;font-weight:400}.hero-title .yellow{color:var(--yl)}.hero-sub{margin:18px auto 0;max-width:420px;font-size:12px;line-height:1.55;color:#aaa}.globe-meta{position:absolute;z-index:40;left:var(--pad);bottom:28px;font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:#777}.globe-meta strong{color:#fff;font-weight:500}.hero-scroll{position:absolute;z-index:40;right:var(--pad);bottom:28px;display:flex;align-items:center;gap:11px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:#888}.hero-scroll i{width:38px;height:1px;background:var(--yl);display:block}.hero-hint{position:absolute;z-index:40;left:50%;bottom:27px;transform:translateX(-50%);font-size:7px;letter-spacing:.18em;text-transform:uppercase;color:#666}.hero-hint b{font-weight:500;color:#aaa}

.globe-projects{position:absolute;inset:0;z-index:18;pointer-events:auto;overflow:hidden;clip-path:ellipse(41% 41% at 50% 50%);}
.globe-project{position:absolute;left:50%;top:50%;width:clamp(52px,5.1vw,78px);aspect-ratio:1.48/1;display:block;border:1px solid rgba(255,255,255,.16);background:#090909;box-shadow:0 8px 22px rgba(0,0,0,.48);overflow:hidden;text-decoration:none;will-change:transform,opacity,filter;backface-visibility:hidden;transform-origin:center;transition:border-color .28s,box-shadow .28s;}
.globe-project img,.globe-project video{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.56) contrast(1.16);transition:filter .35s ease;}
.globe-project:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.10),transparent 40%,rgba(0,0,0,.42));pointer-events:none;}
.globe-project span{position:absolute;left:5px;bottom:4px;z-index:2;color:rgba(255,255,255,.56);font:500 4.5px/1 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 1px 5px #000;white-space:nowrap;}
.globe-project.is-front{border-color:rgba(255,255,255,.30);box-shadow:0 10px 26px rgba(0,0,0,.56);}
.globe-project:hover{border-color:#fff!important;box-shadow:0 14px 32px rgba(0,0,0,.72);}.globe-project:hover img,.globe-project:hover video{filter:grayscale(1) brightness(.82) contrast(1.08);}
.hero-center{z-index:60;}
.hero-center:before{width:135%;height:125%;background:radial-gradient(ellipse,rgba(5,5,5,.97) 0%,rgba(5,5,5,.91) 36%,rgba(5,5,5,.66) 58%,rgba(5,5,5,0) 77%);}
.work{position:relative;z-index:200;background:#fff;color:var(--bk);padding:5vw 3vw 12vw}.work-head{padding:0 1vw 3.2vw;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.work-head h2{margin:0;font-size:clamp(44px,6.6vw,100px);line-height:.84;letter-spacing:-.08em;font-weight:500}.work-head h2 em{font-family:var(--serif);font-style:italic;font-weight:400}.work-note{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#777;text-align:right}.masonry{columns:5 190px;column-gap:10px}.project{display:block;break-inside:avoid;margin:0 0 10px;position:relative;overflow:hidden;background:#e4e4e4}.project-media{display:block;width:100%;height:auto;transition:transform 1s cubic-bezier(.16,1,.3,1)}.project:hover .project-media{transform:scale(1.045)}.project-overlay{position:absolute;inset:auto 0 0;height:46%;background:linear-gradient(transparent,rgba(0,0,0,.78));opacity:0;transition:opacity .4s}.project:hover .project-overlay{opacity:1}.project-info{position:absolute;z-index:2;left:12px;right:12px;bottom:11px;display:flex;justify-content:space-between;gap:10px;color:#fff;font-size:8px;text-transform:uppercase;letter-spacing:.08em;opacity:0;transform:translateY(10px);transition:.4s}.project:hover .project-info{opacity:1;transform:none}@media(max-width:1200px){.masonry{columns:4 190px}}@media(max-width:900px){.hero,.hero-stage{height:100svh;min-height:620px}.hero-center{width:84vw}.hero-title{font-size:clamp(48px,10vw,88px)}.hero-hint{display:none}.masonry{columns:3 170px}}@media(max-width:700px){.masonry{columns:2 150px}}@media(max-width:560px){.hero-center{width:92vw}.hero-title{font-size:clamp(40px,12.8vw,66px)}.hero-sub{font-size:8px;max-width:280px}.globe-meta,.hero-hint{display:none}}


/* ============ GLOBE ARROWS ============ */
.globe-controls{position:absolute;inset:0;z-index:70;pointer-events:none}
.globe-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:52px;height:52px;border:1px solid rgba(255,255,255,.48);
  border-radius:50%;background:rgba(5,5,5,.58);color:#fff;
  display:grid;place-items:center;pointer-events:auto;cursor:pointer;
  font-family:Arial,Helvetica,sans-serif !important;font-size:25px !important;
  line-height:1;backdrop-filter:blur(5px);
  transition:all .3s cubic-bezier(.16,1,.3,1);
}
.globe-arrow-left{left:var(--pad)}
.globe-arrow-right{right:var(--pad)}
.globe-arrow:hover{background:var(--yl);border-color:var(--yl);color:#050505;transform:translateY(-50%) scale(1.1)}
.globe-arrow:active{transform:translateY(-50%) scale(.94)}
@media(max-width:700px){.globe-arrow{width:42px;height:42px;font-size:21px !important}}

   MARQUEE TICKER SECTION
========================================================= */
.pw-ticker-wrap {
  position: relative;
  width: 100%;
  background: var(--pw-yellow);
  color: var(--pw-black);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pw-ticker-track {
  display: inline-flex;
  gap: 40px;
  animation: pwTickerScroll 25s linear infinite;
}

.pw-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}

.pw-ticker-track span::after {
  content: "✦";
  font-size: 10px;
  opacity: 0.6;
}

@keyframes pwTickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   WORK SECTION & TRUE COLUMN-BASED PINTEREST MASONRY GRID
========================================================= */
.pw-work-section {
  position: relative;
  padding: 120px var(--side);
  background: var(--pw-black);
  overflow: hidden;
}

.pw-work-bg-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  opacity: 0.03;
}

.pw-work-bg-word {
  font-size: 22vw;
  font-weight: 900;
  line-height: 1;
}

.pw-work-intro {
  margin-bottom: 60px;
}

.pw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pw-yellow);
  margin-bottom: 16px;
}

.pw-eyebrow .dash {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--pw-yellow);
}

.pw-section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}

.pw-section-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.pw-section-title span {
  color: var(--pw-yellow);
}

.pw-project-count {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 245, 242, 0.5);
  border: 1px solid var(--pw-gray-border);
  padding: 10px 20px;
  border-radius: 30px;
}

/* True Pinterest Masonry Grid using CSS Columns */
.pw-pinterest-board {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
}

@media(max-width: 1024px) {
  .pw-pinterest-board { column-count: 2; }
}
@media(max-width: 650px) {
  .pw-pinterest-board { column-count: 1; }
}

.pw-pin-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--pw-gray);
  border: 1px solid var(--pw-gray-border);
  cursor: pointer;
  margin-bottom: 24px;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  will-change: transform, opacity;
}

.pw-pin-item:hover {
  border-color: rgba(241, 233, 28, 0.4);
}

.pw-pin-media-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pw-pin-item img, .pw-pin-item video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pw-pin-item:hover img, .pw-pin-item:hover video {
  transform: scale(1.04);
}

.pw-pin-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9,9,9,0.88) 0%, rgba(9,9,9,0.3) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.pw-pin-item:hover .pw-pin-overlay {
  opacity: 1;
}

.pw-pin-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pw-yellow);
  margin-bottom: 6px;
}

.pw-pin-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pw-white);
}

/* =========================================================
   ABOUT SECTION
========================================================= */
.pw-about-section {
  position: relative;
  padding: 140px var(--side);
  background: #0d0d10;
  border-top: 1px solid var(--pw-gray-border);
  overflow: hidden;
}

.pw-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

@media(max-width: 900px) {
  .pw-about-grid { grid-template-columns: 1fr; gap: 50px; }
}

.pw-about-copy h3 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 24px 0;
}

.pw-about-copy h3 em {
  font-style: normal;
  color: var(--pw-yellow);
}

.pw-about-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(245, 245, 242, 0.7);
  margin-bottom: 32px;
}

.pw-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--pw-white);
  color: var(--pw-black);
  padding: 16px 32px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.pw-about-btn:hover {
  background: var(--pw-yellow);
  transform: translateY(-3px);
}

.pw-about-visual {
  position: relative;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--pw-gray-border);
}

.pw-about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Section Image */
.pw-about-visual {
  position: relative;
  overflow: hidden;
}

.pw-about-visual img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

  filter: grayscale(100%) !important;

  transition: none !important;
}

/* Remove Yellow Overlay */
.pw-about-visual::after {
  display: none !important;
}

/* No Hover Effect */
.pw-about-visual:hover img {
  filter: grayscale(100%) !important;
  transform: none !important;
}
/* =========================================================
   SERVICES SECTION (WHAT WE DO) WITH HOVER IMAGE POPUP
========================================================= */
.pw-services-section {
  position: relative;
  padding: 140px var(--side);
  background: var(--pw-black);
  border-top: 1px solid var(--pw-gray-border);
}

.pw-service-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}

.pw-service-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--pw-gray-border);
  cursor: pointer;
  transition: padding 0.3s ease;
}

.pw-service-row:hover {
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.02);
}

.pw-service-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.pw-service-num {
  font-size: 14px;
  font-weight: 700;
  color: rgba(245, 245, 242, 0.4);
  letter-spacing: 0.1em;
}

.pw-service-title-wrap h3 {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 400;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.pw-service-row:hover .pw-service-title-wrap h3 {
  color: var(--pw-yellow);
}

.pw-service-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 245, 242, 0.5);
  display: block;
  margin-bottom: 6px;
}

.pw-service-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--pw-gray-border);
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.pw-service-row:hover .pw-service-arrow {
  background: var(--pw-yellow);
  color: var(--pw-black);
  border-color: var(--pw-yellow);
  transform: rotate(45deg);
}

/* Floating Hover Image Popup */
.pw-hover-popup {
  position: fixed !important;

  top: 0;
  left: 0;

  width: 240px !important;
  height: 320px !important;

  overflow: hidden;

  pointer-events: none;

  opacity: 0;
  visibility: hidden;

  z-index: 99999;

  border-radius: 12px;

  background: transparent;

  padding: 0 !important;

  box-sizing: border-box;

  transform-origin: center center;
}

.pw-hover-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.pw-hover-popup video {
  position: absolute !important;

  top: 0;
  left: 0;

  width: 100% !important;
  height: 100% !important;

  max-width: none !important;
  max-height: none !important;

  object-fit: contain !important;

  object-position: center center !important;

  display: block;

  margin: 0 !important;

  padding: 0 !important;

  transform: none !important;
}

/* =========================================================
   AI LAB SECTION
========================================================= */
.pw-ai-section {
  position: relative;
  padding: 140px var(--side);
  background: #060608;
  border-top: 1px solid var(--pw-gray-border);
  overflow: hidden;
}

.pw-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

@media(max-width: 900px) {
  .pw-ai-grid { grid-template-columns: 1fr; }
}

.pw-ai-content h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 20px 0;
}

.pw-ai-content h2 em {
  font-style: normal;
  color: var(--pw-yellow);
}

.pw-ai-interactive-box {
  position: relative;
  height: 400px;
  background: var(--pw-gray);
  border-radius: 20px;
  border: 1px solid var(--pw-gray-border);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pw-ai-node {
  position: absolute;
  padding: 16px 24px;
  background: rgba(9, 9, 9, 0.85);
  border: 1px solid var(--pw-gray-border);
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.pw-ai-node.one { top: 15%; left: 10%; }
.pw-ai-node.two { top: 50%; right: 12%; transform: translateY(-50%); border-color: var(--pw-yellow); color: var(--pw-yellow); }
.pw-ai-node.three { bottom: 15%; left: 20%; }

/* =========================================================
   STUDIO SECTION
========================================================= */
.pw-studio-section {
  position: relative;
  padding: 140px var(--side);
  background: var(--pw-black);
  border-top: 1px solid var(--pw-gray-border);
}

.pw-studio-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

@media(max-width: 900px) {
  .pw-studio-cards { grid-template-columns: 1fr; }
}

.pw-studio-card {
  background: var(--pw-gray);
  border: 1px solid var(--pw-gray-border);
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.pw-studio-card:hover {
  border-color: var(--pw-yellow);
  transform: translateY(-6px);
}

.pw-studio-card span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--pw-yellow);
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.pw-studio-card h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.pw-studio-card p {
  font-size: 15px;
  color: rgba(245, 245, 242, 0.6);
  line-height: 1.6;
}

/* =========================================================
   CONTACT SECTION
========================================================= */
.pw-contact-section {
  position: relative;
  padding: 160px var(--side);
  background: #070709;
  border-top: 1px solid var(--pw-gray-border);
  text-align: center;
}

.pw-contact-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pw-contact-title {
  font-size: clamp(36px, 6vw, 42px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 30px 0 50px;
}

.pw-contact-title .hl {
  color: var(--pw-yellow);
}

.pw-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--pw-yellow);
  color: var(--pw-black);
  padding: 20px 44px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(241, 233, 28, 0.2);
}

.pw-contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(241, 233, 28, 0.4);
}

.pw-contact-meta {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(245, 245, 242, 0.6);
}

.pw-contact-meta a {
  color: var(--pw-white);
  text-decoration: none;
}

/* =========================================================
   FOOTER
========================================================= */
.pw-site-footer {
  padding: 60px var(--side);
  background: var(--pw-black);
  border-top: 1px solid var(--pw-gray-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  color: rgba(245, 245, 242, 0.5);
}

.pw-footer-links {
  display: flex;
  gap: 24px;
}

.pw-footer-links a {
  color: rgba(245, 245, 242, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pw-footer-links a:hover {
  color: var(--pw-yellow);
}

/* =========================================================
   CREATIVE REVAMP — NON-HERO SECTIONS ONLY
   The banner CSS above is intentionally untouched.
========================================================= */
:root{
  --pw-paper:#f4f1ea;
  --pw-paper-2:#ebe7de;
  --pw-ink:#151515;
  --pw-muted:#68665f;
  --pw-line:rgba(21,21,21,.14);
  --pw-yellow:#f1e91c;
  --pw-lilac:#dcd6f4;
  --pw-blue:#d9e9e6;
}

html,body{
  background:var(--pw-paper);
  color:var(--pw-ink);
}

body{
  background:
    radial-gradient(circle at 12% 18%, rgba(220,214,244,.45), transparent 24%),
    radial-gradient(circle at 88% 42%, rgba(217,233,230,.42), transparent 22%),
    var(--pw-paper);
}

.pw-site-header{
  background:rgba(244,241,234,.78);
  border-bottom:1px solid var(--pw-line);
}
.pw-nav-link{color:rgba(21,21,21,.68)}
.pw-nav-link:hover,.pw-nav-link.is-active{color:var(--pw-ink)}
.pw-nav-toggle{color:var(--pw-ink);border-color:var(--pw-line)}
.pw-mobile-menu{background:var(--pw-paper)}
.pw-mobile-link{color:var(--pw-ink)}

.pw-work-section{
  background:var(--pw-paper);
  color:var(--pw-ink);
}
.pw-work-bg-wrap{opacity:.035;color:var(--pw-ink)}
.pw-section-title{color:var(--pw-ink)}
.pw-project-count{color:var(--pw-muted);border-color:var(--pw-line)}
.pw-eyebrow{color:#6d5ed0}
.pw-eyebrow .dash{background:#6d5ed0}

.pw-pinterest-board{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:start;
}
.pw-pin-column{
  display:flex;
  flex-direction:column;
  gap:22px;
  min-width:0;
}
.pw-pin-item{
  margin:0;
  width:100%;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:0 10px 35px rgba(21,21,21,.07);
  overflow:hidden;
  transform:translateZ(0);
}
.pw-pin-item::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(21,21,21,.08);
  pointer-events:none;
}
.pw-pin-item:hover{
  border-color:transparent;
  transform:translateY(-7px) rotate(-.25deg);
  box-shadow:0 22px 55px rgba(21,21,21,.14);
}
.pw-pin-media-wrap{background:#e8e4dc}
.pw-pin-item img,.pw-pin-item video{
  transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s ease;
}
.pw-pin-item:hover img,.pw-pin-item:hover video{
  transform:scale(1.055);
  filter:saturate(1.06);
}
.pw-pin-overlay{
  background:linear-gradient(0deg,rgba(10,10,10,.82),transparent 72%);
  padding:24px 22px;
}
.pw-pin-title{color:#fff}
.pw-pin-tag{color:var(--pw-yellow)}

.pw-about-section{
  background:var(--pw-lilac);
  color:var(--pw-ink);
  border-top:1px solid var(--pw-line);
}
.pw-about-copy h3{color:var(--pw-ink)}
.pw-about-copy h3 em{color:#5d50bb}
.pw-about-text{color:rgba(21,21,21,.68)}
.pw-about-visual{
  border:0;
  border-radius:2px;
  box-shadow:18px 18px 0 rgba(21,21,21,.10);
  transform:rotate(1.2deg);
}
.pw-about-visual::after{
  content:"PERSPECTIWITTY / STUDIO NOTE";
  position:absolute;
  left:18px;
  bottom:16px;
  padding:8px 10px;
  background:var(--pw-yellow);
  color:#111;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}
.pw-about-btn{
  background:var(--pw-ink);
  color:#fff;
}
.pw-about-btn:hover{background:var(--pw-yellow);color:var(--pw-ink)}

.pw-services-section{
  background:#fffdf8;
  color:var(--pw-ink);
  border-top:1px solid var(--pw-line);
}
.pw-service-row{border-bottom:1px solid var(--pw-line)}
.pw-service-row:hover{
  background:rgba(220,214,244,.38);
  padding-left:26px;
  padding-right:26px;
}
.pw-service-num{color:rgba(21,21,21,.38)}
.pw-service-title-wrap h3{color:var(--pw-ink)}
.pw-service-row:hover .pw-service-title-wrap h3{color:#5d50bb}
.pw-service-tag{color:var(--pw-muted)}
.pw-service-arrow{border-color:var(--pw-line)}
.pw-service-row:hover .pw-service-arrow{
  background:var(--pw-yellow);
  color:var(--pw-ink);
  border-color:var(--pw-yellow);
}
.pw-hover-popup{
  border:6px solid #fff;
  box-shadow:0 24px 70px rgba(21,21,21,.22);
}

.pw-ai-section{
  background:var(--pw-blue);
  color:var(--pw-ink);
  border-top:1px solid var(--pw-line);
}
.pw-ai-content h2{color:var(--pw-ink)}
.pw-ai-content h2 em{color:#4f7770}
.pw-ai-text{color:rgba(21,21,21,.68)!important}
.pw-ai-interactive-box{
  background:#f8f7f2;
  border:1px solid var(--pw-line);
  box-shadow:18px 18px 0 rgba(21,21,21,.08);
}
.pw-ai-node{
  background:rgba(255,255,255,.72);
  color:var(--pw-ink);
  border-color:var(--pw-line);
}
.pw-ai-node.two{border-color:#4f7770;color:#4f7770}

.pw-studio-section{
  background:#fffdf8;
  color:var(--pw-ink);
  border-top:1px solid var(--pw-line);
  overflow:hidden;
}
.pw-studio-section::before{
  content:"STUDIO";
  position:absolute;
  right:-3vw;
  top:30px;
  font-size:18vw;
  line-height:1;
  font-weight:900;
  letter-spacing:-.08em;
  color:rgba(21,21,21,.035);
  pointer-events:none;
}
.pw-studio-intro{
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:60px;
  align-items:end;
  position:relative;
  z-index:1;
}
.pw-studio-lead{
  max-width:720px;
  font-size:clamp(18px,2vw,27px);
  line-height:1.45;
  color:rgba(21,21,21,.62);
}
.pw-studio-manifesto{
  justify-self:end;
  max-width:330px;
  padding:24px;
  border-left:2px solid var(--pw-yellow);
  font-size:12px;
  line-height:1.6;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pw-studio-cards{
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  gap:0;
  margin-top:72px;
  position:relative;
  z-index:1;
}
.pw-studio-card{
  min-height:310px;
  border:0;
  border-top:1px solid var(--pw-ink);
  border-radius:0;
  background:transparent;
  padding:28px 28px 35px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .6s cubic-bezier(.16,1,.3,1),background .5s ease;
}
.pw-studio-card + .pw-studio-card{border-left:1px solid var(--pw-line)}
.pw-studio-card:nth-child(1){background:var(--pw-lilac)}
.pw-studio-card:nth-child(2){background:var(--pw-yellow)}
.pw-studio-card:nth-child(3){background:var(--pw-blue)}
.pw-studio-card:hover{
  transform:translateY(-12px);
  border-color:var(--pw-ink);
}
.pw-studio-card span{
  color:var(--pw-ink);
  font-size:11px;
}
.pw-studio-card h4{
  font-size:clamp(34px,4vw,58px);
  letter-spacing:-.05em;
  margin:0 0 20px;
}
.pw-studio-card p{
  max-width:300px;
  color:rgba(21,21,21,.65);
  margin:0;
}
.pw-studio-card::after{
  content:"↗";
  align-self:flex-end;
  font-size:28px;
  transition:transform .35s ease;
}
.pw-studio-card:hover::after{transform:translate(5px,-5px)}

.pw-contact-section{
  background:var(--pw-ink);
  color:#fff;
  border-top:0;
}
.pw-contact-title{color:#fff}
.pw-contact-title .hl{color:var(--pw-yellow)}
.pw-contact-meta{color:rgba(255,255,255,.55)}
.pw-contact-meta a{color:#fff}
.pw-contact-btn{box-shadow:none}
.pw-site-footer{
  background:#111;
  color:rgba(255,255,255,.5);
  border-top:1px solid rgba(255,255,255,.12);
}
.pw-footer-links a{color:rgba(255,255,255,.65)}

@media(max-width:900px){
  .pw-pinterest-board{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pw-studio-intro{grid-template-columns:1fr;gap:28px}
  .pw-studio-manifesto{justify-self:start}
  .pw-studio-cards{grid-template-columns:1fr}
  .pw-studio-card + .pw-studio-card{border-left:0;border-top:1px solid var(--pw-line)}
}
@media(max-width:650px){
  .pw-pinterest-board{grid-template-columns:1fr}
}

/* Section reveal helpers */
.pw-reveal,.pw-reveal-stagger>*{
  will-change:transform,opacity;
}


/* =========================================================
   FINAL PALETTE — BLACK / WHITE / YELLOW ACCENT
   Yellow is intentionally used only as a small accent.
========================================================= */
:root{
  --pw-paper:#f7f7f5;
  --pw-paper-2:#eeeeeb;
  --pw-ink:#111111;
  --pw-muted:#686868;
  --pw-line:rgba(17,17,17,.14);
  --pw-yellow:#f1e91c;
  --pw-soft:#e5e5e1;
}

/* Override only the redesign layer below the preserved banner. */
body{
  background:var(--pw-paper);
  color:var(--pw-ink);
  background-image:none;
}
.pw-site-header{
  background:rgba(247,247,245,.82);
  border-bottom-color:var(--pw-line);
}
.pw-nav-link{color:rgba(17,17,17,.65)}
.pw-nav-link:hover,.pw-nav-link.is-active{color:var(--pw-ink)}
.pw-mobile-menu{background:var(--pw-paper)}
.pw-mobile-link{color:var(--pw-ink)}

.pw-work-section{
  background:var(--pw-paper);
  color:var(--pw-ink);
}
.pw-work-bg-wrap{color:var(--pw-ink);opacity:.025}
.pw-section-title{color:var(--pw-ink)}
.pw-project-count{color:var(--pw-muted);border-color:var(--pw-line)}
.pw-eyebrow{color:var(--pw-ink)}
.pw-eyebrow .dash{background:var(--pw-ink)}
.pw-section-title span{color:var(--pw-ink)}

.pw-pin-item{
  background:#fff;
  box-shadow:0 9px 30px rgba(0,0,0,.065);
}
.pw-pin-item:hover{
  box-shadow:0 22px 55px rgba(0,0,0,.13);
}
.pw-pin-tag{color:var(--pw-yellow)}

.pw-about-section{
  background:#e9e9e6;
  color:var(--pw-ink);
  border-top-color:var(--pw-line);
}
.pw-about-copy h3{color:var(--pw-ink)}
.pw-about-copy h3 em{color:var(--pw-ink)}
.pw-about-text{color:rgba(17,17,17,.66)}
.pw-about-visual{box-shadow:18px 18px 0 rgba(0,0,0,.09)}
.pw-about-visual::after{
  background:var(--pw-yellow);
}
.pw-about-btn{
  background:var(--pw-ink);
  color:#fff;
}
.pw-about-btn:hover{
  background:var(--pw-yellow);
  color:var(--pw-ink);
}

.pw-services-section{
  background:#fff;
  color:var(--pw-ink);
  border-top-color:var(--pw-line);
}
.pw-service-row{border-bottom-color:var(--pw-line)}
.pw-service-row:hover{
  background:#f1f1ee;
}
.pw-service-title-wrap h3{color:var(--pw-ink)}
.pw-service-row:hover .pw-service-title-wrap h3{color:var(--pw-ink)}
.pw-service-arrow{border-color:var(--pw-line)}
.pw-service-row:hover .pw-service-arrow{
  background:var(--pw-yellow);
  color:var(--pw-ink);
  border-color:var(--pw-yellow);
}

/* Floating service preview — large, editorial and cursor-following. */
.pw-hover-popup{
  position:fixed;
  width:min(24vw,330px);
  height:min(31vw,420px);
  min-width:220px;
  min-height:285px;
  border:7px solid #fff;
  border-radius:2px;
  overflow:hidden;
  pointer-events:none;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transform:translate3d(-50%,-50%,0) scale(.82) rotate(3deg);
  transform-origin:center;
  transition:
    opacity .28s ease,
    visibility .28s ease,
    transform .5s cubic-bezier(.16,1,.3,1);
  box-shadow:0 28px 75px rgba(0,0,0,.22);
}
.pw-hover-popup.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate3d(-50%,-50%,0) scale(1) rotate(-2deg);
}
.pw-hover-popup::after{
  /*content:"VIEW";*/
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 9px;
  background:rgba(255,255,255,.92);
  color:#111;
  font:800 9px/1 var(--pw-font);
  letter-spacing:.16em;
}
.pw-hover-popup img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s cubic-bezier(.16,1,.3,1);
}
.pw-hover-popup.is-visible img{transform:scale(1.045)}

.pw-ai-section{
  background:#dededb;
  color:var(--pw-ink);
  border-top-color:var(--pw-line);
}
.pw-ai-content h2{color:var(--pw-ink)}
.pw-ai-content h2 em{color:var(--pw-ink)}
.pw-ai-text{color:rgba(17,17,17,.66)!important}
.pw-ai-interactive-box{
  background:#f7f7f5;
  border-color:var(--pw-line);
  box-shadow:18px 18px 0 rgba(0,0,0,.08);
}
.pw-ai-node{
  background:rgba(255,255,255,.84);
  color:var(--pw-ink);
  border-color:var(--pw-line);
}
.pw-ai-node.two{
  border-color:var(--pw-ink);
  color:var(--pw-ink);
}

.pw-studio-section{
  background:#fff;
  color:var(--pw-ink);
  border-top-color:var(--pw-line);
}
.pw-studio-section::before{color:rgba(17,17,17,.028)}
.pw-studio-manifesto{
  border-left-color:var(--pw-ink);
  color:var(--pw-ink);
}
.pw-studio-lead{color:rgba(17,17,17,.58)}
.pw-studio-card{
  background:#fff!important;
  border-top-color:var(--pw-ink);
}
.pw-studio-card + .pw-studio-card{border-left-color:var(--pw-line)}
.pw-studio-card:hover{background:#f2f2ef!important}
.pw-studio-card span{color:var(--pw-muted)}
.pw-studio-card p{color:rgba(17,17,17,.62)}

.pw-contact-section{
  background:#111;
  color:#fff;
}
.pw-contact-title{color:#fff}
.pw-contact-title .hl{color:var(--pw-yellow)}
.pw-contact-meta{color:rgba(255,255,255,.55)}
.pw-contact-meta a{color:#fff}

.pw-site-footer{
  background:#111;
  color:rgba(255,255,255,.5);
  border-top-color:rgba(255,255,255,.12);
}

/* Keep floating preview off touch screens where hover doesn't exist. */
@media(max-width:900px){
  .pw-hover-popup{display:none}
}


/* FINAL HERO ARROWS */
.hero .globe-controls{
  position:absolute;
  inset:0;
  z-index:100;
  pointer-events:none;
}
.hero .globe-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(5,5,5,.72);
  color:#fff;
  display:grid;
  place-items:center;
  pointer-events:auto;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:25px!important;
  line-height:1;
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
  transition:all .3s cubic-bezier(.16,1,.3,1);
}
.hero .globe-arrow-left{left:var(--pad)}
.hero .globe-arrow-right{right:var(--pad)}
.hero .globe-arrow:hover{
  background:var(--yl);
  border-color:var(--yl);
  color:#050505;
  transform:translateY(-50%) scale(1.1);
}
.hero .globe-arrow:active{
  transform:translateY(-50%) scale(.94);
}
.hero .hero-title .yellow{
  color:var(--yl)!important;
}
@media(max-width:700px){
  .hero .globe-arrow{
    width:44px;
    height:44px;
    font-size:21px!important;
  }
}



/* =========================================================
   PERSPECTIWITTY — GLOBE SCALE OPENING
   The actual project globe starts tiny and grows into its
   existing final composition. No extra graphics.
========================================================= */

#hero{
  overflow:hidden;
}

#globeProjects{
  transform-origin:50% 50%;
  will-change:transform,opacity;
}

.pw-globe-intro{
  position:absolute;
  inset:0;
  z-index:19;
  pointer-events:none;
  background:transparent;
}

.hero.is-opening .hero-center,
.hero.is-opening .hero-top,
.hero.is-opening .hero-hint,
.hero.is-opening .hero-scroll{
  opacity:0;
}

.hero.is-open .pw-globe-intro{
  display:none;
}

@media(prefers-reduced-motion:reduce){
  .pw-globe-intro{display:none;}
  .hero.is-opening .hero-center,
  .hero.is-opening .hero-top,
  .hero.is-opening .hero-hint,
  .hero.is-opening .hero-scroll{
    opacity:1;
  }
}

/* =========================================================
   V3 — DARKER EDITORIAL BALANCE
   Banner intentionally untouched.
========================================================= */

/* Bring the site back toward black / charcoal / white.
   Yellow remains a small accent only. */
body{
  background:#090909 !important;
  color:#f5f5f2 !important;
}
.pw-about-section{
  background:#111112 !important;
  color:#f5f5f2 !important;
}
.pw-work-section{
  background:#090909 !important;
  color:#f5f5f2 !important;
}
.pw-services-section{
  background:#0d0d0e !important;
  color:#f5f5f2 !important;
}
.pw-ai-section{
  background:#111112 !important;
  color:#f5f5f2 !important;
}
.pw-studio-section{
  background:#080808 !important;
  color:#f5f5f2 !important;
}
.pw-contact-section,
.pw-footer{
  background:#050505 !important;
  color:#f5f5f2 !important;
}

/* Keep only content surfaces light — not whole sections. */
.pw-about-card,
.pw-service-row,
.pw-studio-card{
  background:#141415 !important;
  color:#f5f5f2 !important;
  border-color:rgba(245,245,242,.13) !important;
}
.pw-about-card:hover,
.pw-service-row:hover,
.pw-studio-card:hover{
  border-color:rgba(241,233,28,.55) !important;
}
.pw-section-title,
.pw-section-title span,
.pw-studio-manifesto,
.pw-studio-lead,
.pw-studio-card h4,
.pw-studio-card p,
.pw-service-row h3,
.pw-service-row p{
  color:#f5f5f2 !important;
}
.pw-studio-card p,
.pw-studio-manifesto,
.pw-studio-lead{
  color:rgba(245,245,242,.62) !important;
}

/* =========================================================
   STUDIO — completely new asymmetric editorial layout
========================================================= */
.pw-studio-section{
  padding:clamp(90px,10vw,155px) var(--side) !important;
  overflow:hidden;
  position:relative;
  border-top:1px solid rgba(245,245,242,.13) !important;
}

/* oversized background index */
.pw-studio-section::before{
  content:"STUDIO";
  position:absolute;
  right:-4vw;
  top:5%;
  font-size:clamp(100px,19vw,290px);
  line-height:.8;
  font-weight:800;
  letter-spacing:-.09em;
  color:rgba(245,245,242,.035);
  pointer-events:none;
  white-space:nowrap;
}

/* thin yellow editorial marker */
.pw-studio-section::after{
  content:"";
  position:absolute;
  left:var(--side);
  top:0;
  width:min(120px,18vw);
  height:3px;
  background:#f1e91c;
}

/* intro becomes a strong two-column composition */
.pw-studio-intro{
  position:relative;
  z-index:2;
  display:grid !important;
  grid-template-columns:minmax(0,1.55fr) minmax(230px,.45fr) !important;
  gap:clamp(35px,8vw,140px) !important;
  align-items:end;
  margin-bottom:0 !important;
}
.pw-studio-intro > div{
  max-width:900px;
}
.pw-studio-intro .pw-section-title{
  font-size:clamp(52px,8.6vw,128px) !important;
  line-height:.87 !important;
  letter-spacing:-.075em !important;
  margin:0 !important;
}
.pw-studio-intro .pw-section-title span{
  display:block;
  color:rgba(245,245,242,.34) !important;
}
.pw-studio-manifesto{
  max-width:290px;
  margin:0 0 7px auto;
  padding-left:22px;
  border-left:1px solid rgba(245,245,242,.28);
  font-size:14px !important;
  line-height:1.7 !important;
}

/* Lead becomes a horizontal statement */
.pw-studio-lead{
  position:relative;
  z-index:2;
  max-width:720px !important;
  margin:clamp(60px,8vw,105px) 0 0 !important;
  padding-top:24px;
  border-top:1px solid rgba(245,245,242,.16);
  font-size:clamp(18px,2vw,26px) !important;
  line-height:1.35 !important;
  letter-spacing:-.025em;
}

/* Cards are no longer three equal boxes */
.pw-studio-cards{
  position:relative;
  z-index:3;
  display:grid !important;
  grid-template-columns:1fr 1fr 1fr !important;
  gap:0 !important;
  margin-top:clamp(70px,9vw,125px) !important;
  border-top:1px solid rgba(245,245,242,.16);
  border-bottom:1px solid rgba(245,245,242,.16);
}
.pw-studio-card{
  min-height:330px;
  border:0 !important;
  border-right:1px solid rgba(245,245,242,.16) !important;
  border-radius:0 !important;
  padding:30px clamp(22px,3vw,48px) 36px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  overflow:hidden !important;
  background:#0d0d0e !important;
  transform:none !important;
  transition:background .35s ease, padding .35s ease !important;
}
.pw-studio-card:first-child{
  background:#141415 !important;
}
.pw-studio-card:last-child{
  border-right:0 !important;
}
.pw-studio-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:0;
  height:3px;
  background:#f1e91c;
  transition:width .45s cubic-bezier(.2,.8,.2,1);
}
.pw-studio-card:hover{
  background:#181819 !important;
  padding-top:42px !important;
}
.pw-studio-card:hover::before{
  width:100%;
}
.pw-studio-card span{
  color:rgba(245,245,242,.5) !important;
  font-size:10px !important;
  letter-spacing:.18em !important;
  margin:0 !important;
}
.pw-studio-card h4{
  font-size:clamp(42px,5vw,72px) !important;
  line-height:.9 !important;
  letter-spacing:-.06em !important;
  margin:0 0 20px !important;
}
.pw-studio-card p{
  max-width:300px;
  font-size:13px !important;
  line-height:1.65 !important;
  margin:0 !important;
}

/* Add a giant index to each card without touching HTML */
.pw-studio-card:nth-child(1)::after,
.pw-studio-card:nth-child(2)::after,
.pw-studio-card:nth-child(3)::after{
  position:absolute;
  right:22px;
  bottom:18px;
  font-size:100px;
  line-height:.7;
  font-weight:800;
  letter-spacing:-.09em;
  color:rgba(245,245,242,.045);
  pointer-events:none;
}
.pw-studio-card:nth-child(1)::after{content:"01";}
.pw-studio-card:nth-child(2)::after{content:"02";}
.pw-studio-card:nth-child(3)::after{content:"03";}

/* Section eyebrows stay restrained */
.pw-studio-section .pw-eyebrow{
  color:rgba(245,245,242,.58) !important;
}
.pw-studio-section .pw-eyebrow .dash{
  background:#f1e91c !important;
}

/* Mobile: retain the editorial feel */
@media(max-width:900px){
  .pw-studio-intro{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  .pw-studio-manifesto{
    margin-left:0;
    margin-right:0;
  }
  .pw-studio-cards{
    grid-template-columns:1fr !important;
  }
  .pw-studio-card{
    min-height:250px;
    border-right:0 !important;
    border-bottom:1px solid rgba(245,245,242,.16) !important;
  }
  .pw-studio-card:last-child{
    border-bottom:0 !important;
  }
}

/* Slightly more dark breathing room in the rest of the site */
.pw-about-grid,
.pw-ai-grid,
.pw-contact-inner{
  position:relative;
}

/* =========================================================
   V4 — DARK EDITORIAL SYSTEM
   IMPORTANT: HERO/BANNER RULES ABOVE THIS BLOCK ARE UNTOUCHED.
========================================================= */
:root{
  --pw-yellow:#f1e91c;
  --pw-black:#080808;
  --pw-white:#f4f3ed;
  --pw-dark:#101010;
  --pw-dark-2:#151515;
  --pw-line:rgba(244,243,237,.14);
}

/* ---------- GLOBAL / HEADER ---------- */
html,body{
  background:#080808 !important;
  color:var(--pw-white) !important;
}
.pw-site-header{
  background:#050505 !important;
  border-bottom:1px solid rgba(244,243,237,.16) !important;
  box-shadow:none !important;
}
.pw-site-header .pw-nav-link,
.pw-site-header .pw-nav-toggle{
  color:rgba(244,243,237,.78) !important;
}
.pw-site-header .pw-nav-link:hover,
.pw-site-header .pw-nav-link.is-active{
  color:#fff !important;
}
.pw-nav-toggle{
  border-color:rgba(244,243,237,.22) !important;
}
.pw-mobile-menu{
  background:#050505 !important;
}
.pw-mobile-link{
  color:#fff !important;
}

/* ---------- WORK / PINTEREST ---------- */
.pw-work-section{
  background:#080808 !important;
  color:var(--pw-white) !important;
  border-top:1px solid var(--pw-line) !important;
}
.pw-work-intro,
.pw-pinterest-board{
  position:relative;
  z-index:2;
}
.pw-section-title{
  color:#fff !important;
}
.pw-section-title span{
  color:rgba(244,243,237,.38) !important;
}
.pw-project-count{
  color:rgba(244,243,237,.52) !important;
  border-color:var(--pw-line) !important;
}
.pw-eyebrow{
  color:rgba(244,243,237,.62) !important;
}
.pw-eyebrow .dash{
  background:var(--pw-yellow) !important;
}

/* EXACTLY 4 PIN COLUMNS ON DESKTOP */
.pw-pinterest-board{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}
.pw-pin-column{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  min-width:0;
}
.pw-pin-item{
  background:#121212 !important;
  border:1px solid rgba(244,243,237,.10) !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.pw-pin-item:hover{
  border-color:rgba(241,233,28,.45) !important;
  box-shadow:0 24px 55px rgba(0,0,0,.42) !important;
}
.pw-pin-media-wrap{
  background:#161616 !important;
}
.pw-pin-overlay{
  background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 78%) !important;
}
.pw-pin-title{color:#fff !important}
.pw-pin-tag{color:var(--pw-yellow) !important}

@media(max-width:1100px){
  .pw-pinterest-board{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:650px){
  .pw-pinterest-board{grid-template-columns:1fr !important}
}

/* ---------- ABOUT: DARK + IMAGE ENTERS FROM LEFT ---------- */
.pw-about-section{
  background:#111 !important;
  color:#fff !important;
  border-top:1px solid var(--pw-line) !important;
  overflow:hidden !important;
}
.pw-about-grid{
  position:relative;
  display:grid !important;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr) !important;
  gap:clamp(45px,8vw,130px) !important;
  align-items:center !important;
}
.pw-about-copy{
  position:relative;
  z-index:3;
}
.pw-about-copy h3{
  color:#fff !important;
  font-size:clamp(42px,5.5vw,82px) !important;
  line-height:.94 !important;
  letter-spacing:-.065em !important;
}
.pw-about-copy h3 em{
  color:rgba(244,243,237,.35) !important;
}
.pw-about-text{
  color:rgba(244,243,237,.62) !important;
}
.pw-about-visual{
  position:relative;
  overflow:hidden;
  transform:translateX(-130px) rotate(-2deg) scale(.96);
  opacity:0;
  clip-path:inset(0 100% 0 0);
  box-shadow:28px 28px 0 var(--pw-yellow) !important;
  border:1px solid rgba(244,243,237,.15) !important;
  border-radius:0 !important;
}
.pw-about-visual img{
  display:block;
  width:100%;
  height:clamp(420px,52vw,720px) !important;
  object-fit:cover;
  filter:saturate(.78) contrast(1.06);
  transform:scale(1.08);
}
.pw-about-visual::before{
  content:"01 — THE STUDIO";
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  padding:8px 10px;
  background:#080808;
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.pw-about-visual::after{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.18);
  pointer-events:none;
}
.pw-about-btn{
  background:#fff !important;
  color:#080808 !important;
}
.pw-about-btn:hover{
  background:var(--pw-yellow) !important;
  color:#080808 !important;
}

/* ---------- WHAT WE DO ---------- */
.pw-services-section{
  background:#080808 !important;
  color:#fff !important;
  border-top:1px solid var(--pw-line) !important;
  overflow:visible !important;
}
.pw-services-intro .pw-section-title{
  /*max-width:1000px;*/
  max-width: 100%;
}
.pw-service-list{
  position:relative;
  z-index:4;
}
.pw-service-row{
  background:#080808 !important;
  color:#fff !important;
  border-bottom:1px solid rgba(244,243,237,.15) !important;
  min-height:112px !important;
  transition:padding .45s cubic-bezier(.16,1,.3,1),background .35s ease !important;
}
.pw-service-row:hover{
  background:#151515 !important;
  padding-left:22px !important;
  padding-right:22px !important;
}
.pw-service-num{
  color:rgba(244,243,237,.35) !important;
}
.pw-service-tag{
  color:rgba(244,243,237,.45) !important;
}
.pw-service-title-wrap h3{
  color:#fff !important;
  transition:transform .4s cubic-bezier(.16,1,.3,1) !important;
}
.pw-service-row:hover .pw-service-title-wrap h3{
  transform:translateX(12px);
  color:#fff !important;
}
.pw-service-arrow{
  border-color:rgba(244,243,237,.2) !important;
  color:#fff !important;
}
.pw-service-row:hover .pw-service-arrow{
  background:var(--pw-yellow) !important;
  color:#080808 !important;
  border-color:var(--pw-yellow) !important;
}

/* Screenshot-like floating preview: fixed on the RIGHT,
   vertically aligned to whichever service is being hovered. */
.pw-hover-popup{
  position:fixed !important;
  left:auto !important;
  right:clamp(28px,5.5vw,90px) !important;
  top:50% !important;
  width:min(28vw,410px) !important;
  height:min(39vw,560px) !important;
  min-width:260px !important;
  min-height:360px !important;
  border:0 !important;
  border-radius:28px 28px 12px 12px !important;
  overflow:hidden !important;
  pointer-events:none !important;
  z-index:9999 !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translate3d(0,-50%,0) scale(.84) rotate(2deg) !important;
  box-shadow:0 35px 100px rgba(0,0,0,.55) !important;
  transition:opacity .22s ease,visibility .22s ease,transform .55s cubic-bezier(.16,1,.3,1) !important;
}
.pw-hover-popup.is-visible{
  opacity:1 !important;
  visibility:visible !important;
  transform:translate3d(0,-50%,0) scale(1) rotate(-1.5deg) !important;
}
.pw-hover-popup::after{
  /*content:"PREVIEW";*/
  right:16px !important;
  bottom:16px !important;
  padding:9px 11px !important;
  background:#fff !important;
  color:#080808 !important;
}
.pw-hover-popup img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
@media(max-width:900px){
  .pw-hover-popup{display:none !important}
}

/* ---------- AI ---------- */
.pw-ai-section{
  background:#121212 !important;
  color:#fff !important;
  border-top:1px solid var(--pw-line) !important;
}
.pw-ai-content h2,
.pw-ai-content h2 em{
  color:#fff !important;
}
.pw-ai-text{color:rgba(244,243,237,.62) !important}
.pw-ai-interactive-box{
  background:#080808 !important;
  border-color:rgba(244,243,237,.13) !important;
  box-shadow:20px 20px 0 rgba(241,233,28,.16) !important;
}
.pw-ai-node{
  background:#141414 !important;
  color:#fff !important;
  border-color:rgba(244,243,237,.16) !important;
}
.pw-ai-node.two{
  color:var(--pw-yellow) !important;
  border-color:var(--pw-yellow) !important;
}

/* =========================================================
   STUDIO — NEW LAYOUT
   One giant statement + three full-width editorial rows.
========================================================= */
.pw-studio-section{
  background:#050505 !important;
  color:#fff !important;
  padding:clamp(100px,12vw,180px) var(--side) !important;
  border-top:1px solid rgba(244,243,237,.14) !important;
  overflow:hidden !important;
}
.pw-studio-section::before{
  content:"03" !important;
  right:-2vw !important;
  top:2vw !important;
  font-size:clamp(180px,30vw,460px) !important;
  line-height:.7 !important;
  color:rgba(244,243,237,.035) !important;
}
.pw-studio-section::after{
  content:"" !important;
  position:absolute !important;
  left:var(--side) !important;
  top:0 !important;
  width:90px !important;
  height:3px !important;
  background:var(--pw-yellow) !important;
}
.pw-studio-intro{
  display:block !important;
  position:relative !important;
  z-index:2 !important;
  margin:0 !important;
}
.pw-studio-intro .pw-section-title{
  font-size:clamp(62px,11vw,170px) !important;
  line-height:.78 !important;
  letter-spacing:-.085em !important;
  margin-top:26px !important;
  max-width:1100px !important;
}
.pw-studio-intro .pw-section-title span{
  color:rgba(244,243,237,.3) !important;
}
.pw-studio-manifesto{
  position:absolute !important;
  right:0 !important;
  bottom:0 !important;
  max-width:270px !important;
  padding:0 0 0 20px !important;
  border-left:1px solid var(--pw-yellow) !important;
  color:rgba(244,243,237,.62) !important;
  font-size:11px !important;
  line-height:1.7 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.pw-studio-lead{
  position:relative !important;
  z-index:2 !important;
  max-width:650px !important;
  margin:clamp(75px,10vw,135px) 0 0 !important;
  padding-top:24px !important;
  border-top:1px solid rgba(244,243,237,.18) !important;
  color:rgba(244,243,237,.65) !important;
  font-size:clamp(18px,2.1vw,28px) !important;
  line-height:1.4 !important;
}

/* Full-width rows instead of boxed cards */
.pw-studio-cards{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  margin-top:clamp(75px,9vw,120px) !important;
  border-top:1px solid rgba(244,243,237,.18) !important;
  position:relative !important;
  z-index:3 !important;
}
.pw-studio-card{
  position:relative !important;
  min-height:clamp(180px,19vw,270px) !important;
  display:grid !important;
  grid-template-columns:90px 1fr 330px !important;
  gap:30px !important;
  align-items:center !important;
  padding:28px 0 !important;
  border:0 !important;
  border-bottom:1px solid rgba(244,243,237,.18) !important;
  border-radius:0 !important;
  background:transparent !important;
  transform:none !important;
  transition:padding .5s cubic-bezier(.16,1,.3,1),background .35s ease !important;
}
.pw-studio-card::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:0 !important;
  height:2px !important;
  background:var(--pw-yellow) !important;
  transition:width .55s cubic-bezier(.16,1,.3,1) !important;
}
.pw-studio-card:hover{
  padding-left:18px !important;
  padding-right:18px !important;
  background:#101010 !important;
}
.pw-studio-card:hover::before{width:100% !important}
.pw-studio-card span{
  color:rgba(244,243,237,.42) !important;
  font-size:10px !important;
  letter-spacing:.15em !important;
  margin:0 !important;
}
.pw-studio-card > div{
  display:contents;
}
.pw-studio-card h4{
  font-size:clamp(54px,8vw,118px) !important;
  line-height:.8 !important;
  letter-spacing:-.075em !important;
  color:#fff !important;
  margin:0 !important;
}
.pw-studio-card p{
  max-width:310px !important;
  color:rgba(244,243,237,.55) !important;
  font-size:12px !important;
  line-height:1.7 !important;
  margin:0 !important;
}
.pw-studio-card:nth-child(1)::after{content:"01" !important}
.pw-studio-card:nth-child(2)::after{content:"02" !important}
.pw-studio-card:nth-child(3)::after{content:"03" !important}
.pw-studio-card::after{
  position:absolute !important;
  right:10px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  font-size:110px !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:rgba(244,243,237,.025) !important;
  pointer-events:none !important;
}
@media(max-width:900px){
  .pw-about-grid{grid-template-columns:1fr !important}
  .pw-about-visual{
    order:-1;
    transform:translateX(-80px) scale(.96);
  }
  .pw-studio-manifesto{
    position:relative !important;
    right:auto !important;
    bottom:auto !important;
    margin-top:40px !important;
  }
  .pw-studio-card{
    grid-template-columns:55px 1fr !important;
    min-height:220px !important;
  }
  .pw-studio-card p{
    grid-column:2;
    max-width:500px !important;
  }
}

/* =========================================================
   V5 — FIXED 4-COLUMN PINTEREST + SEQUENCED ABOUT
   + NEW STUDIO POSTER LAYOUT
   Banner remains untouched.
========================================================= */

/* ---- Pinterest: JS was still creating 3 columns.
   Force the actual board and its generated columns to 4. ---- */
.pw-pinterest-board{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
}
.pw-pin-column{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  width:auto !important;
  min-width:0 !important;
}
@media(max-width:1100px){
  .pw-pinterest-board{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:650px){
  .pw-pinterest-board{grid-template-columns:1fr !important}
}

/* ---- About: image enters left -> right FIRST, then text appears ---- */
.pw-about-grid{
  overflow:visible !important;
}
.pw-about-visual{
  order:1 !important;
  opacity:0;
  transform:translateX(-180px) scale(.94);
  clip-path:inset(0 100% 0 0);
}
.pw-about-copy{
  order:2 !important;
  opacity:0;
  transform:translateX(60px);
}
.pw-about-visual img{
  transform:scale(1.08) !important;
}
.pw-about-visual.is-about-in{
  opacity:1 !important;
  transform:translateX(0) scale(1) rotate(-2deg) !important;
  clip-path:inset(0 0 0 0) !important;
}
.pw-about-copy.is-about-in{
  opacity:1 !important;
  transform:translateX(0) !important;
}
@media(max-width:900px){
  .pw-about-visual{order:1 !important}
  .pw-about-copy{order:2 !important}
}

/* =========================================================
   STUDIO — POSTER / EDITORIAL COMPOSITION
========================================================= */
.pw-studio-section{
  background:#070707 !important;
  color:#f4f3ed !important;
  padding:clamp(90px,10vw,155px) var(--side) clamp(110px,13vw,190px) !important;
  border-top:1px solid rgba(244,243,237,.15) !important;
  overflow:hidden !important;
}
.pw-studio-section::before{
  content:"POINT OF VIEW" !important;
  top:13% !important;
  right:-7vw !important;
  font-size:clamp(80px,14vw,210px) !important;
  line-height:.72 !important;
  letter-spacing:-.09em !important;
  color:rgba(244,243,237,.028) !important;
  white-space:nowrap !important;
}
.pw-studio-section::after{
  content:"" !important;
  left:var(--side) !important;
  top:0 !important;
  width:120px !important;
  height:2px !important;
  background:#f1e91c !important;
}

/* Huge top statement */
.pw-studio-intro{
  display:flex !important;
  justify-content:space-between !important;
  align-items:flex-end !important;
  gap:50px !important;
  margin:0 !important;
  position:relative !important;
  z-index:3 !important;
}
.pw-studio-intro .pw-section-title{
  font-size:clamp(68px,11.2vw,170px) !important;
  line-height:.76 !important;
  letter-spacing:-.09em !important;
  margin-top:28px !important;
}
.pw-studio-intro .pw-section-title span{
  color:rgba(244,243,237,.30) !important;
}
.pw-studio-manifesto{
  width:min(290px,28vw) !important;
  margin:0 0 7px !important;
  padding:0 0 0 20px !important;
  border-left:2px solid #f1e91c !important;
  color:rgba(244,243,237,.62) !important;
  font-size:11px !important;
  line-height:1.8 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
}

/* Middle statement */
.pw-studio-split{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:30px !important;
  align-items:end !important;
  margin-top:clamp(80px,11vw,150px) !important;
  padding-top:25px !important;
  border-top:1px solid rgba(244,243,237,.17) !important;
  position:relative !important;
  z-index:3 !important;
}
.pw-studio-lead{
  margin:0 !important;
  max-width:690px !important;
  color:#f4f3ed !important;
  font-size:clamp(22px,3vw,42px) !important;
  line-height:1.05 !important;
  letter-spacing:-.045em !important;
}
.pw-studio-side-note{
  justify-self:end;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  color:rgba(244,243,237,.42);
  font-size:9px;
  letter-spacing:.2em;
}
.pw-studio-side-note b{
  color:#f4f3ed;
  font-size:16px;
  letter-spacing:.04em;
}

/* Three deliberately different editorial panels */
.pw-studio-cards{
  display:grid !important;
  grid-template-columns:1.1fr .9fr 1.15fr !important;
  gap:0 !important;
  margin-top:clamp(65px,8vw,110px) !important;
  border-top:1px solid rgba(244,243,237,.18) !important;
  position:relative !important;
  z-index:3 !important;
}
.pw-studio-card{
  position:relative !important;
  min-height:clamp(330px,34vw,500px) !important;
  padding:25px 28px 28px !important;
  border:0 !important;
  border-right:1px solid rgba(244,243,237,.18) !important;
  border-bottom:1px solid rgba(244,243,237,.18) !important;
  border-radius:0 !important;
  background:#0a0a0a !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  overflow:hidden !important;
  transition:transform .6s cubic-bezier(.16,1,.3,1),background .35s ease !important;
}
.pw-studio-card:nth-child(1){
  min-height:clamp(360px,38vw,540px) !important;
  transform:translateY(34px) !important;
}
.pw-studio-card:nth-child(2){
  background:#f4f3ed !important;
  color:#080808 !important;
}
.pw-studio-card:nth-child(3){
  min-height:clamp(390px,41vw,570px) !important;
  transform:translateY(70px) !important;
}
.pw-studio-card:last-child{border-right:0 !important}

.pw-studio-card > span{
  color:rgba(244,243,237,.42) !important;
  font-size:9px !important;
  font-weight:800 !important;
  letter-spacing:.18em !important;
  margin:0 !important;
}
.pw-studio-card:nth-child(2) > span{
  color:rgba(8,8,8,.42) !important;
}
.pw-studio-card h4{
  margin:0 0 18px !important;
  font-size:clamp(58px,7vw,110px) !important;
  line-height:.76 !important;
  letter-spacing:-.085em !important;
  color:#fff !important;
}
.pw-studio-card:nth-child(2) h4{
  color:#080808 !important;
}
.pw-studio-card h4 span{
  color:#f1e91c !important;
}
.pw-studio-card:nth-child(2) h4 span{
  color:#080808 !important;
}
.pw-studio-card p{
  max-width:300px !important;
  color:rgba(244,243,237,.55) !important;
  font-size:11px !important;
  line-height:1.75 !important;
  margin:0 !important;
}
.pw-studio-card:nth-child(2) p{
  color:rgba(8,8,8,.58) !important;
}
.pw-studio-card i{
  position:absolute !important;
  right:24px !important;
  bottom:21px !important;
  font-style:normal !important;
  font-size:28px !important;
  color:#f1e91c !important;
  transition:transform .4s ease !important;
}
.pw-studio-card:nth-child(2) i{color:#080808 !important}
.pw-studio-card:hover{
  transform:translateY(12px) !important;
  background:#111 !important;
}
.pw-studio-card:nth-child(1):hover,
.pw-studio-card:nth-child(3):hover{
  transform:translateY(0) !important;
}
.pw-studio-card:nth-child(2):hover{
  background:#f1e91c !important;
  color:#080808 !important;
}
.pw-studio-card:hover i{
  transform:translate(7px,7px) !important;
}

/* Responsive */
@media(max-width:900px){
  .pw-studio-intro{
    display:block !important;
  }
  .pw-studio-manifesto{
    width:auto !important;
    max-width:310px !important;
    margin-top:40px !important;
  }
  .pw-studio-split{
    grid-template-columns:1fr !important;
  }
  .pw-studio-side-note{
    justify-self:start !important;
    align-items:flex-start !important;
  }
  .pw-studio-cards{
    grid-template-columns:1fr !important;
  }
  .pw-studio-card,
  .pw-studio-card:nth-child(1),
  .pw-studio-card:nth-child(3){
    min-height:300px !important;
    transform:none !important;
    border-right:0 !important;
  }
}

/* Keep service preview clearly visible */
.pw-hover-popup{
  right:clamp(20px,5vw,80px) !important;
  width:min(29vw,410px) !important;
  height:min(40vw,560px) !important;
}

/* =========================================================
   V6 — ABOUT MOTION / NEW AI LAB / NEW STUDIO
   Banner is untouched.
========================================================= */

/* ABOUT — cinematic entrance + image depth + stagger */
.pw-about-section{
  background:#111 !important;
  overflow:hidden !important;
}
.pw-about-grid{
  position:relative !important;
  isolation:isolate;
}
.pw-about-visual{
  will-change:transform,clip-path,opacity;
  box-shadow:24px 24px 0 #f1e91c !important;
}
.pw-about-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(241,233,28,.13),transparent 35%,rgba(0,0,0,.12));
  mix-blend-mode:screen;
  pointer-events:none;
  opacity:0;
  transition:opacity .6s ease;
}
.pw-about-visual.is-about-in::after{opacity:1}
.pw-about-copy > *{
  will-change:transform,opacity;
}
.pw-about-copy .pw-eyebrow{
  transform:translateY(25px);
  opacity:0;
}
.pw-about-copy h3{
  transform:translateY(45px);
  opacity:0;
}
.pw-about-copy .pw-about-text{
  transform:translateY(30px);
  opacity:0;
}
.pw-about-copy .pw-about-btn{
  transform:translateY(25px);
  opacity:0;
}
.pw-about-copy.is-about-in .pw-eyebrow,
.pw-about-copy.is-about-in h3,
.pw-about-copy.is-about-in .pw-about-text,
.pw-about-copy.is-about-in .pw-about-btn{
  opacity:1;
  transform:translateY(0);
}
.pw-about-copy.is-about-in .pw-eyebrow{transition:all .7s .05s cubic-bezier(.16,1,.3,1)}
.pw-about-copy.is-about-in h3{transition:all .85s .14s cubic-bezier(.16,1,.3,1)}
.pw-about-copy.is-about-in .pw-about-text{transition:all .75s .28s cubic-bezier(.16,1,.3,1)}
.pw-about-copy.is-about-in .pw-about-btn{transition:all .7s .4s cubic-bezier(.16,1,.3,1)}
.pw-about-visual:hover img{
  transform:scale(1.035) !important;
  transition:transform 1s cubic-bezier(.16,1,.3,1);
}

/* =========================================================
   AI LAB — black "machine room", no generic cards
========================================================= */
.pw-ai-section{
  background:#070707 !important;
  color:#f4f3ed !important;
  padding:clamp(100px,11vw,170px) var(--side) !important;
  overflow:hidden !important;
  border-top:1px solid rgba(244,243,237,.15) !important;
}
.pw-ai-grid{display:block !important}
.pw-ai-content{display:none !important}
.pw-ai-lab{position:relative;max-width:1450px;margin:auto}
.pw-ai-heading{
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:40px;
  align-items:end;
  position:relative;
  z-index:3;
}
.pw-ai-heading .pw-eyebrow{margin:0 0 15px}
.pw-ai-heading h2{
  grid-column:1 / -1;
  font-size:clamp(100px,20vw,290px) !important;
  line-height:.67 !important;
  letter-spacing:-.11em !important;
  font-weight:800 !important;
  margin:10px 0 0 !important;
  color:#f4f3ed !important;
}
.pw-ai-heading h2 span{color:rgba(244,243,237,.25)}
.pw-ai-intro{
  grid-column:2;
  max-width:490px;
  justify-self:end;
  margin:0 !important;
  color:rgba(244,243,237,.62) !important;
  font-size:clamp(16px,1.7vw,23px) !important;
  line-height:1.35 !important;
  letter-spacing:-.025em;
}
.pw-ai-intro em{color:#f1e91c;font-style:normal}

.pw-ai-machine{
  position:relative;
  height:min(60vw,700px);
  min-height:470px;
  margin-top:clamp(65px,9vw,125px);
  background:#0d0d0d;
  border:1px solid rgba(244,243,237,.17);
  overflow:hidden;
  cursor:crosshair;
}
.pw-ai-machine::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(244,243,237,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(244,243,237,.035) 1px,transparent 1px);
  background-size:60px 60px;
  mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);
}
.pw-ai-machine::after{
  content:"";
  position:absolute;
  width:38vw;
  height:38vw;
  max-width:570px;
  max-height:570px;
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(241,233,28,.13);
  box-shadow:0 0 100px rgba(241,233,28,.045),inset 0 0 100px rgba(241,233,28,.025);
  pointer-events:none;
}
.pw-ai-machine-top,
.pw-ai-machine-bottom{
  position:absolute;
  left:22px;
  right:22px;
  z-index:5;
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.18em;
  color:rgba(244,243,237,.43);
}
.pw-ai-machine-top{top:20px}
.pw-ai-machine-bottom{bottom:20px}
.pw-ai-machine-bottom b{color:#f1e91c}
.pw-ai-status i{
  display:inline-block;
  width:6px;height:6px;border-radius:50%;
  background:#f1e91c;
  margin-right:7px;
  animation:pwAiBlink 1.5s infinite;
}
@keyframes pwAiBlink{50%{opacity:.25;transform:scale(.65)}}

.pw-ai-orbit{
  position:absolute;
  width:min(42vw,560px);
  height:min(42vw,560px);
  min-width:360px;
  min-height:360px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(244,243,237,.11);
  border-radius:50%;
  animation:pwAiSpin 24s linear infinite;
}
@keyframes pwAiSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.pw-ai-orbit::before,
.pw-ai-orbit::after{
  content:"";
  position:absolute;
  inset:12%;
  border:1px solid rgba(244,243,237,.08);
  border-radius:50%;
}
.pw-ai-orbit::after{
  inset:27%;
  border-color:rgba(241,233,28,.18);
}
.pw-ai-core{
  position:absolute;
  left:50%;top:50%;
  width:135px;height:135px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f1e91c;
  color:#080808;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  box-shadow:0 0 0 18px rgba(241,233,28,.035),0 0 70px rgba(241,233,28,.12);
  animation:pwAiPulse 3s ease-in-out infinite;
}
@keyframes pwAiPulse{50%{box-shadow:0 0 0 30px rgba(241,233,28,.02),0 0 100px rgba(241,233,28,.18);transform:translate(-50%,-50%) scale(1.035)}}
.pw-ai-orbit-word{
  position:absolute;
  padding:7px 9px;
  background:#0d0d0d;
  border:1px solid rgba(244,243,237,.15);
  color:#f4f3ed;
  font-size:9px;
  letter-spacing:.16em;
  animation:pwAiCounter 24s linear infinite;
}
@keyframes pwAiCounter{to{transform:rotate(-360deg)}}
.w1{top:5%;left:50%;transform:translateX(-50%)}
.w2{right:3%;top:50%;transform:translateY(-50%)}
.w3{bottom:5%;left:50%;transform:translateX(-50%)}
.w4{left:3%;top:50%;transform:translateY(-50%)}
.pw-ai-footerline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid rgba(244,243,237,.16);
}
.pw-ai-footerline span{
  padding:16px 0;
  border-right:1px solid rgba(244,243,237,.16);
  color:rgba(244,243,237,.38);
  font-size:9px;
  letter-spacing:.16em;
}
.pw-ai-footerline span:not(:first-child){padding-left:18px}
@media(max-width:800px){
  .pw-ai-heading{display:block}
  .pw-ai-intro{margin-top:35px !important}
  .pw-ai-machine{min-height:390px;height:105vw}
  .pw-ai-orbit{min-width:290px;min-height:290px}
  .pw-ai-core{width:100px;height:100px}
  .pw-ai-footerline{grid-template-columns:1fr 1fr}
  .pw-ai-footerline span:nth-child(2n){border-right:0}
}

/* =========================================================
   STUDIO — minimal, tactile, art-directed
========================================================= */
.pw-studio-section{
  background:#f1f0eb !important;
  color:#080808 !important;
  padding:clamp(80px,9vw,135px) var(--side) clamp(70px,8vw,120px) !important;
  overflow:hidden !important;
  border-top:0 !important;
}
.pw-studio-section::before,
.pw-studio-section::after{display:none !important}
.pw-studio-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:20px;
  border-bottom:1px solid rgba(8,8,8,.18);
}
.pw-studio-topline .pw-eyebrow{
  color:#080808 !important;
  margin:0 !important;
}
.pw-studio-topline .dash{background:#080808 !important}
.pw-studio-topline > span{
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.pw-studio-wall{
  min-height:clamp(560px,58vw,820px);
  position:relative;
  border-bottom:1px solid rgba(8,8,8,.18);
  overflow:hidden;
}
.pw-studio-copy{
  position:absolute;
  left:0;
  bottom:clamp(50px,7vw,105px);
  z-index:4;
}
.pw-studio-copy h2{
  font-size:clamp(100px,17vw,250px) !important;
  line-height:.68 !important;
  letter-spacing:-.105em !important;
  color:#080808 !important;
  margin:0 !important;
}
.pw-studio-copy h2 span{
  color:transparent !important;
  -webkit-text-stroke:2px #080808;
}
.pw-studio-copy-bottom{
  display:flex;
  align-items:flex-end;
  gap:50px;
  margin-top:45px;
}
.pw-studio-copy-bottom p{
  max-width:330px;
  color:rgba(8,8,8,.58);
  font-size:12px;
  line-height:1.7;
}
.pw-studio-copy-bottom span{
  font-size:9px;
  letter-spacing:.18em;
  font-weight:800;
}
.pw-studio-wheel{
  position:absolute;
  width:min(43vw,570px);
  height:min(43vw,570px);
  min-width:350px;
  min-height:350px;
  right:4vw;
  top:50%;
  transform:translateY(-50%) rotate(-12deg);
  border-radius:50%;
}
.pw-wheel-ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(8,8,8,.24);
}
.ring-one{animation:pwWheelOne 18s linear infinite}
.ring-two{
  inset:13%;
  border-width:2px;
  border-style:dashed;
  animation:pwWheelTwo 12s linear infinite reverse;
}
@keyframes pwWheelOne{to{transform:rotate(360deg)}}
@keyframes pwWheelTwo{to{transform:rotate(360deg)}}
.pw-wheel-dot{
  position:absolute;
  width:32px;height:32px;
  border-radius:50%;
  background:#f1e91c;
  left:50%;top:0;
  transform:translate(-50%,-50%);
  box-shadow:0 0 0 12px rgba(241,233,28,.16);
}
.pw-wheel-label{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%) rotate(12deg);
  text-align:center;
  font-size:clamp(18px,2vw,28px);
  font-weight:800;
  line-height:.85;
  letter-spacing:-.07em;
}
.pw-studio-marker{
  position:absolute;
  z-index:5;
  padding:10px 12px;
  background:#080808;
  color:#f4f3ed;
  font-size:8px;
  font-weight:800;
  letter-spacing:.16em;
  line-height:1.3;
}
.marker-a{right:8%;top:18%;transform:rotate(4deg)}
.marker-b{right:36%;top:10%;transform:rotate(-5deg);background:#f1e91c;color:#080808}
.pw-studio-bottom{
  display:grid;
  grid-template-columns:repeat(4,1fr) 1.5fr;
  gap:0;
}
.pw-studio-bottom > div,
.pw-studio-bottom > strong{
  min-height:90px;
  padding:18px 20px 18px 0;
  border-right:1px solid rgba(8,8,8,.18);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.pw-studio-bottom > div:not(:first-child){padding-left:20px}
.pw-studio-bottom b{font-size:10px}
.pw-studio-bottom span{font-size:9px;letter-spacing:.15em}
.pw-studio-bottom strong{
  padding-left:25px;
  padding-right:0;
  border:0;
  justify-content:center;
  font-size:clamp(13px,1.4vw,18px);
  line-height:1.1;
  letter-spacing:-.02em;
}
@media(max-width:800px){
  .pw-studio-topline > span{display:none}
  .pw-studio-wall{min-height:650px}
  .pw-studio-wheel{
    right:-25vw;
    top:36%;
    opacity:.65;
  }
  .pw-studio-copy{bottom:55px}
  .pw-studio-copy-bottom{display:block;margin-top:30px}
  .pw-studio-copy-bottom span{display:block;margin-top:20px}
  .pw-studio-bottom{grid-template-columns:1fr 1fr}
  .pw-studio-bottom > strong{grid-column:1/-1;border-top:1px solid rgba(8,8,8,.18);padding:22px 0}
}

.pw-ai-section,.pw-studio-section{position:relative;overflow:hidden}
.pw-ai-section{background:#fff;color:#080808;min-height:100vh;display:flex;align-items:center;padding:110px 5vw}
.pw-ai-v8{width:100%;max-width:1500px;margin:0 auto}
.pw-ai-v8-top,.pw-studio-v8-top{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #080808;padding-bottom:18px}
.pw-ai-v8-index,.pw-studio-v8-top>span{font:500 10px/1 Arial,sans-serif;letter-spacing:.18em}
.pw-ai-v8-stage{min-height:670px;position:relative;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(430px,1.28fr);align-items:center;gap:clamp(30px,7vw,120px);padding:65px 0 45px}
.pw-ai-v8-copy{position:relative;z-index:3;max-width:600px}
.pw-ai-v8-kicker{display:block;font:700 11px/1 Arial,sans-serif;letter-spacing:.22em;margin-bottom:25px}
.pw-ai-v8-copy h2{margin:0;font:900 clamp(64px,9.2vw,145px)/.78 Arial Black,Arial,sans-serif;letter-spacing:-.075em;text-transform:uppercase}
.pw-ai-v8-copy h2 i{font-family:Georgia,serif;font-weight:400;letter-spacing:-.09em}
.pw-ai-v8-copy p{max-width:390px;margin:42px 0 0 5px;font:400 15px/1.55 Arial,sans-serif}
.pw-ai-v8-visual{position:relative;height:min(68vh,650px);min-height:500px;overflow:hidden;background:#080808;cursor:crosshair;transform:rotate(1.2deg);transition:transform .7s cubic-bezier(.16,1,.3,1)}
.pw-ai-v8-visual:hover{transform:rotate(0deg) scale(1.015)}
.pw-ai-v8-image-wrap{position:absolute;inset:0;overflow:hidden}
.pw-ai-v8-image-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.12);transform:scale(1.08);transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter .7s ease}
.pw-ai-v8-visual:hover .pw-ai-v8-image-wrap img{transform:scale(1.01);filter:grayscale(.35) contrast(1.08)}
.pw-ai-v8-scan{position:absolute;left:0;right:0;top:-5%;height:2px;background:#f2d400;box-shadow:0 0 25px rgba(242,212,0,.55);animation:pwScan 4.5s ease-in-out infinite;z-index:4}
@keyframes pwScan{0%,100%{top:4%}50%{top:94%}}
.pw-ai-v8-label{position:absolute;z-index:5;font:700 10px/1 Arial,sans-serif;letter-spacing:.18em;background:#fff;padding:8px 10px}
.label-a{left:22px;top:24px}.label-b{right:22px;top:48%}.label-c{left:28%;bottom:25px;background:#f2d400}
.pw-ai-v8-cursor{position:absolute;right:25px;bottom:23px;z-index:5;width:75px;height:75px;border:1px solid #fff;border-radius:50%;color:#fff;display:grid;place-items:center;text-align:center;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.12em;mix-blend-mode:difference}
.pw-ai-v8-footer{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;border-top:1px solid #080808;padding-top:18px;font:600 10px/1 Arial,sans-serif;letter-spacing:.18em}
.pw-ai-v8-line{height:1px;background:#080808;position:relative}.pw-ai-v8-line span{position:absolute;left:0;top:-2px;width:22%;height:5px;background:#f2d400}

.pw-studio-section{background:#080808;color:#fff;min-height:100vh;padding:105px 5vw 80px}
.pw-studio-v8{width:100%;max-width:1500px;margin:0 auto}
.pw-studio-v8-top{border-color:#555}
.pw-studio-v8-frame{height:min(76vh,790px);min-height:570px;position:relative;margin-top:42px;overflow:hidden}
.pw-studio-v8-image{position:absolute;left:18%;right:0;top:0;bottom:0;overflow:hidden}
.pw-studio-v8-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.82),rgba(8,8,8,.05) 45%,rgba(8,8,8,.18))}
.pw-studio-v8-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08);transform:scale(1.12);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}
.pw-studio-v8-frame:hover .pw-studio-v8-image img{transform:scale(1.02)}
.pw-studio-v8-title{position:absolute;left:0;top:8%;z-index:4}
.pw-studio-v8-title .title-small{display:block;margin:0 0 20px 6px;font:700 11px/1 Arial,sans-serif;letter-spacing:.25em}
.pw-studio-v8-title h2{margin:0;font:900 clamp(74px,10vw,155px)/.78 Arial Black,Arial,sans-serif;letter-spacing:-.075em;text-transform:uppercase}
.pw-studio-v8-title h2 i{font-family:Georgia,serif;font-weight:400;letter-spacing:-.09em}
.pw-studio-v8-caption{position:absolute;z-index:6;right:0;bottom:8%;width:min(330px,30vw);display:grid;grid-template-columns:32px 1fr;gap:15px;border-top:1px solid #fff;padding-top:12px}
.pw-studio-v8-caption span{font:700 10px/1 Arial,sans-serif;color:#f2d400}.pw-studio-v8-caption p{margin:0;font:400 13px/1.5 Arial,sans-serif}
.pw-studio-v8-image-meta{position:absolute;z-index:5;left:18px;right:18px;bottom:18px;display:flex;justify-content:space-between;font:700 9px/1 Arial,sans-serif;letter-spacing:.16em;color:#fff}
.pw-studio-v8-bottom{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid #555;margin-top:25px;padding-top:20px}
.pw-studio-v8-bottom p{margin:0;max-width:450px;font:400 15px/1.55 Arial,sans-serif}
.pw-studio-v8-tags{display:flex;flex-wrap:wrap;gap:8px;align-content:start;justify-content:flex-end}
.pw-studio-v8-tags span{border:1px solid #555;padding:8px 11px;font:700 9px/1 Arial,sans-serif;letter-spacing:.15em}.pw-studio-v8-tags span:last-child{border-color:#f2d400;color:#f2d400}
@media(max-width:900px){.pw-ai-section{padding:80px 6vw}.pw-ai-v8-stage{grid-template-columns:1fr;min-height:auto;padding-top:55px}.pw-ai-v8-copy{order:1}.pw-ai-v8-visual{order:2;height:62vh;min-height:430px}.pw-ai-v8-footer{grid-template-columns:1fr;gap:10px}.pw-ai-v8-line{display:none}.pw-studio-section{padding:80px 6vw 60px}.pw-studio-v8-frame{height:680px;min-height:0}.pw-studio-v8-image{left:8%;top:22%;bottom:0}.pw-studio-v8-title{top:4%}.pw-studio-v8-caption{right:4%;bottom:4%;width:270px}.pw-studio-v8-bottom{grid-template-columns:1fr;gap:25px}.pw-studio-v8-tags{justify-content:flex-start}}
@media(max-width:600px){.pw-ai-v8-copy h2{font-size:20vw}.pw-ai-v8-visual{height:58vh;min-height:390px}.pw-ai-v8-cursor{display:none}.pw-studio-v8-frame{height:650px}.pw-studio-v8-image{left:0;top:27%}.pw-studio-v8-title h2{font-size:19vw}.pw-studio-v8-caption{left:18px;right:18px;bottom:18px;width:auto}.pw-studio-v8-image-meta{font-size:7px}}

/* =========================================================
   GLOBAL TYPOGRAPHY — same type system as AI LAB + STUDIO
   ========================================================= */
html, body,
button, input, textarea, select,
.pw-site-header,
.pw-site-header *,
.pw-about-section,
.pw-about-section *,
.pw-services-section,
.pw-services-section *,
.pw-work-section,
.pw-work-section *,
.pw-ai-section,
.pw-ai-section *,
.pw-studio-section,
.pw-studio-section *,
footer, footer * {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Keep the expressive italic treatment used in AI + Studio */
.pw-ai-v8-copy h2 i,
.pw-studio-v8-title h2 i,
.pw-about-section em {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic;
}

/* Strong/display typography follows the AI + Studio treatment */
.pw-ai-v8-copy h2,
.pw-studio-v8-title h2,
.pw-section-title {
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

/* ===== ONE TYPE SYSTEM FOR THE WHOLE SITE ===== */
body,
body * {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* AI / Studio style: heavy display text */
h1, h2, h3, h4, h5, h6,
.pw-ai-v8-copy h2,
.pw-studio-v8-title h2,
.pw-section-title {
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

/* Editorial italic words — same Georgia treatment everywhere.
   This is deliberately AFTER the global rule so it visibly changes
   the actual italic/emphasis text. */
em, i,
.pw-about-section em,
.pw-about-section i,
.pw-services-section em,
.pw-services-section i,
.pw-work-section em,
.pw-work-section i,
.pw-ai-section em,
.pw-ai-section i,
.pw-studio-section em,
.pw-studio-section i,
.pw-site-header em,
.pw-site-header i,
footer em,
footer i {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Keep the AI/Studio intentional italic display words visually larger/bolder
   where their existing design calls for it. */
.pw-ai-v8-copy h2 i,
.pw-studio-v8-title h2 i {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Make common text elements inherit the same system rather than
   retaining an old font stack from the original page. */
p, a, span, li, button, input, textarea, select,
label, small, strong, b, nav {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Re-apply Georgia after the generic inline-text rule. */
p em, p i, a em, a i, span em, span i,
strong em, strong i, b em, b i,
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i,
h4 em, h4 i, h5 em, h5 i, h6 em, h6 i {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* =========================================================
   FINAL GLOBAL TYPE — AI / STUDIO TYPE SYSTEM EVERYWHERE
   Applies to Hero, Header, Projects, About, What We Do,
   AI Lab, Studio, Contact and Footer.
   ========================================================= */

/* Every text node inherits the same primary typeface */
html,
body,
body *,
body *::before,
body *::after {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* The bold/display treatment used by AI + Studio */
h1, h2, h3, h4, h5, h6,
.hero-title,
.hero-heading,
.pw-section-title,
.pw-project-title,
.pw-contact-title {
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight:400 !important;
}

/* Make sure common components don't retain their old font stacks */
header, nav, main, section, article, aside, footer,
a, button, p, span, div, li, label, small, strong, b,
input, textarea, select, option {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* =========================================================
   EDITORIAL ITALIC — SAME GEORGIA TREATMENT EVERYWHERE
   ========================================================= */
i, em,
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em,
h4 i, h4 em, h5 i, h5 em, h6 i, h6 em,
a i, a em, p i, p em, span i, span em,
strong i, strong em, b i, b em {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Explicitly cover the major page areas */
.pw-site-header *,
.pw-about-section *,
.pw-services-section *,
.pw-work-section *,
.pw-ai-section *,
.pw-studio-section *,
.pw-contact-section *,
.contact-section *,
footer *,
.hero-section *,
.hero *,
.banner *,
[class*="hero"] *,
[class*="banner"] *,
[class*="project"] *,
[class*="contact"] * {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Re-apply Georgia after the section-wide selectors above */
.pw-site-header i, .pw-site-header em,
.pw-about-section i, .pw-about-section em,
.pw-services-section i, .pw-services-section em,
.pw-work-section i, .pw-work-section em,
.pw-ai-section i, .pw-ai-section em,
.pw-studio-section i, .pw-studio-section em,
.pw-contact-section i, .pw-contact-section em,
.contact-section i, .contact-section em,
footer i, footer em,
.hero-section i, .hero-section em,
.hero i, .hero em,
.banner i, .banner em,
[class*="hero"] i, [class*="hero"] em,
[class*="banner"] i, [class*="banner"] em,
[class*="project"] i, [class*="project"] em,
[class*="contact"] i, [class*="contact"] em {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* =========================================================
   BANNER / HERO — SAME FONT AS AI + STUDIO
   Typography only. Existing banner visuals + animation untouched.
   ========================================================= */

.hero-section-new,
.hero-section-new *,
.pw-hero,
.pw-hero *,
.hero,
.hero *,
.banner,
.banner * {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Main banner headline */
.hero-section-new h1,
.hero-section-new h2,
.pw-hero h1,
.pw-hero h2,
.hero h1,
.hero h2,
.banner h1,
.banner h2 {
  font-family: Arial Black, Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
}

/* IMPORTANT: the yellow text is part of the banner typography too.
   Target spans/strong/emphasis so it cannot retain the old font. */
.hero-section-new span,
.hero-section-new strong,
.hero-section-new b,
.pw-hero span,
.pw-hero strong,
.pw-hero b,
.hero span,
.hero strong,
.hero b,
.banner span,
.banner strong,
.banner b {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
}

/* If the yellow phrase is italic/emphasis, keep the same editorial
   Georgia treatment used everywhere else. */
.hero-section-new i,
.hero-section-new em,
.pw-hero i,
.pw-hero em,
.hero i,
.hero em,
.banner i,
.banner em {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* =========================================================
   YELLOW TYPE = GEORGIA ITALIC
   Every yellow text fragment gets the editorial treatment,
   even when it sits inside a line with white/black text.
   ========================================================= */

/* Common explicit yellow text selectors */
[style*="color:#f2d400"],
[style*="color: #f2d400"],
[style*="color:#F2D400"],
[style*="color: #F2D400"],
[style*="color:yellow"],
[style*="color: yellow"],
.yellow,
.yellow-text,
.yellow-word,
.text-yellow,
.accent-yellow,
.highlight-yellow,
.pw-yellow,
.pw-accent,
[style*="color: rgb(242, 212, 0)"] {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Yellow descendants inside mixed-color headlines/lines */
.yellow *,
.yellow-text *,
.yellow-word *,
.text-yellow *,
.accent-yellow *,
.highlight-yellow *,
.pw-yellow *,
.pw-accent * {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Banner yellow accent specifically */
.hero-section-new .yellow,
.hero-section-new .yellow-text,
.hero-section-new .yellow-word,
.hero-section-new .text-yellow,
.hero-section-new .accent-yellow,
.pw-hero .yellow,
.pw-hero .yellow-text,
.pw-hero .yellow-word,
.pw-hero .text-yellow,
.pw-hero .accent-yellow,
.hero .yellow,
.hero .yellow-text,
.hero .yellow-word,
.hero .text-yellow,
.hero .accent-yellow,
.banner .yellow,
.banner .yellow-text,
.banner .yellow-word,
.banner .text-yellow,
.banner .accent-yellow {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* Keep the existing visual yellow; this rule changes typography only. */

/* =========================================================
   YELLOW TEXT = GEORGIA ITALIC — EVERYWHERE
   White/black text remains the AI + Studio Arial system.
   ========================================================= */
.pw-hero-kicker span,
.pw-line:nth-child(2) .pw-word,
.pw-section-title span,
.pw-pin-tag,
.pw-about-copy h3 em,
.pw-service-row:hover .pw-service-title-wrap h3,
.pw-service-row:hover .pw-service-arrow,
.pw-ai-content h2 em,
.pw-ai-node.two,
.pw-studio-card span,
.pw-contact-title .hl,
.pw-ai-intro em,
.pw-ai-machine-bottom b,
.pw-studio-v8-caption span,
.pw-studio-v8-tags span:last-child,
.pw-studio-card h4 span,
.pw-studio-card i {
  font-family: Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* PROJECT MEDIA — Pinterest masonry with fixed media ratios */
.pw-pinterest-board{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
  align-items:start !important;
}
.pw-pin-column{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  min-width:0 !important;
  width:100% !important;
}
.pw-pin-item{
  position:relative;
  width:100%;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden;
  background:#121212;
  border:1px solid rgba(244,243,237,.10);
  border-radius:0;
  cursor:pointer;
  box-shadow:none;
  break-inside:avoid;
  transform:translateZ(0);
  transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .45s ease;
}
.pw-pin-media-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#161616;
}
/* Every project image is exactly 4:5 */
.pw-pin-item img{
  display:block;
  width:100% !important;
  height:auto !important;
  aspect-ratio:4 / 5 !important;
  object-fit:cover;
  object-position:center;
  transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s ease;
}
/* Every project video is exactly Instagram Reels 9:16 */
.pw-pin-item video{
  display:block;
  width:100% !important;
  height:auto !important;
  aspect-ratio:9 / 16 !important;
  object-fit:cover;
  object-position:center;
  transition:transform .8s cubic-bezier(.16,1,.3,1),filter .5s ease;
}
.pw-pin-item:hover{
  border-color:rgba(241,233,28,.45) !important;
  box-shadow:0 24px 55px rgba(0,0,0,.42);
  transform:translateY(-5px);
}
.pw-pin-item:hover img,.pw-pin-item:hover video{
  transform:scale(1.045);
  filter:saturate(1.06);
}
.pw-pin-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:22px;
  background:linear-gradient(0deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.42) 38%,transparent 75%);
  opacity:0;
  transition:opacity .35s ease;
}
.pw-pin-item:hover .pw-pin-overlay{opacity:1}
.pw-pin-tag{
  display:inline-block;
  margin-bottom:7px;
  color:#f1e91c !important;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.pw-pin-title{
  color:#fff !important;
  font-size:18px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.02em;
}
@media(max-width:1100px){
  .pw-pinterest-board{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:650px){
  .pw-pinterest-board{grid-template-columns:1fr !important;gap:16px !important}
  .pw-pin-column{gap:16px !important}
}

/* =========================================================
   HERO FINAL FIX V2
   Self-contained values so the banner works independently
   from the original site's CSS variables.
========================================================= */

.hero,
.hero-stage{
  --hero-yellow:#ffe000;
  --hero-pad:clamp(20px,3.8vw,60px);
  --hero-serif:'DM Serif Display', Georgia, serif;
  --hero-sans:'DM Sans', Arial, Helvetica, sans-serif;
}

/* Header text inside hero */
.hero .hero-top{
  left:var(--hero-pad) !important;
  right:var(--hero-pad) !important;
}
.hero .hero-top .yl{
  color:#ffe000 !important;
}

/* Make BOTH arrows independently positioned and visible */
.hero .globe-controls{
  position:absolute !important;
  inset:0 !important;
  z-index:999 !important;
  pointer-events:none !important;
}

.hero .globe-arrow{
  position:absolute !important;
  top:50% !important;
  width:54px !important;
  height:54px !important;
  margin:0 !important;
  padding:0 !important;
  transform:translateY(-50%) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  border-radius:50% !important;
  background:rgba(0,0,0,.78) !important;
  color:#fff !important;
  display:grid !important;
  place-items:center !important;
  pointer-events:auto !important;
  visibility:visible !important;
  opacity:1 !important;
  z-index:1000 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:25px !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 0 0 1px rgba(255,255,255,.04),0 8px 24px rgba(0,0,0,.35) !important;
}

.hero .globe-arrow-left{
  left:24px !important;
  right:auto !important;
}

.hero .globe-arrow-right{
  right:24px !important;
  left:auto !important;
}

.hero .globe-arrow:hover{
  background:#ffe000 !important;
  border-color:#ffe000 !important;
  color:#050505 !important;
  transform:translateY(-50%) scale(1.08) !important;
}

.hero .globe-arrow:active{
  transform:translateY(-50%) scale(.94) !important;
}

/* BOTH "Lives" AND "Here." must be yellow */
.hero .hero-title em.yellow,
.hero .hero-title span.yellow,
.hero .hero-title .yellow{
  color:#ffe000 !important;
}

/* Keep the intended serif treatment on "Lives" */
.hero .hero-title em{
  font-family:var(--hero-serif) !important;
  font-style:italic !important;
}

/* Explicit hero typography */
.hero .hero-title{
  font-family:var(--hero-sans) !important;
}
.hero .hero-title em{
  font-family:var(--hero-serif) !important;
}

/* Keep project thumbnails clearly above the background/glow */
.hero .globe-projects{
  z-index:18 !important;
}

/* The center text sits above the thumbnails */
.hero .hero-center{
  z-index:60 !important;
}

@media(max-width:700px){
  .hero .globe-arrow{
    width:46px !important;
    height:46px !important;
    font-size:21px !important;
  }
  .hero .globe-arrow-left{
    left:12px !important;
  }
  .hero .globe-arrow-right{
    right:12px !important;
  }
}

/* =========================================================
   GLASS HEADER
   Transparent dark glass that lets the hero show through.
========================================================= */

.pw-site-header{
  position:fixed !important;
  top:14px !important;
  left:14px !important;
  right:14px !important;
  width:auto !important;
  z-index:1000 !important;

  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;

  padding:13px 20px !important;

  background:rgba(12,12,12,.34) !important;
  background-image:linear-gradient(
    180deg,
    rgba(255,255,255,.075),
    rgba(255,255,255,.025)
  ) !important;

  border:1px solid rgba(255,255,255,.16) !important;
  border-bottom-color:rgba(255,255,255,.12) !important;
  border-radius:18px !important;

  -webkit-backdrop-filter:blur(18px) saturate(135%) !important;
  backdrop-filter:blur(18px) saturate(135%) !important;

  box-shadow:
    0 10px 35px rgba(0,0,0,.20),
    inset 0 1px 0 rgba(255,255,255,.08) !important;

  transition:
    transform .4s cubic-bezier(.16,1,.3,1),
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease !important;
}

/* subtle glass highlight */
.pw-site-header::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  pointer-events:none !important;
  background:linear-gradient(
    105deg,
    rgba(255,255,255,.055),
    transparent 32%,
    transparent 68%,
    rgba(255,255,255,.025)
  ) !important;
}

/* Keep header content above the glass layer */
.pw-site-header > *{
  position:relative !important;
  z-index:1 !important;
}

.pw-brand-logo img{
  height:44px !important;
}

.pw-nav-links{
  gap:28px !important;
}

.pw-nav-link{
  color:rgba(255,255,255,.78) !important;
  text-shadow:0 1px 8px rgba(0,0,0,.35);
}

.pw-nav-link:hover,
.pw-nav-link.is-active{
  color:#fff !important;
}

.pw-nav-toggle{
  color:#fff !important;
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.18) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  backdrop-filter:blur(10px) !important;
}

.pw-nav-toggle:hover{
  background:#f1e91c !important;
  color:#090909 !important;
  border-color:#f1e91c !important;
}

/* Slightly stronger glass after scrolling */
.pw-site-header.is-scrolled{
  background:rgba(8,8,8,.58) !important;
  border-color:rgba(255,255,255,.20) !important;
  box-shadow:
    0 12px 40px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
}

@media(max-width:850px){
  .pw-site-header{
    top:10px !important;
    left:10px !important;
    right:10px !important;
    padding:11px 15px !important;
    border-radius:15px !important;
  }

  .pw-brand-logo img{
    height:38px !important;
  }
}

@media(max-width:480px){
  .pw-site-header{
    top:8px !important;
    left:8px !important;
    right:8px !important;
    padding:9px 12px !important;
  }
}

/* =========================================================
   FINAL FOOTER
========================================================= */

.pw-site-footer{
  padding: 80px var(--side) 28px !important;
  background:#050505 !important;
  color:#f5f5f2 !important;
  border-top:1px solid rgba(245,245,242,.12) !important;
  display:block !important;
}

.pw-footer-main{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  padding-bottom:80px;
}

.pw-footer-tagline{
  font-size:clamp(42px,7vw,42px);
  line-height:.9;
  letter-spacing:-.065em;
  font-weight:500;
  max-width:850px;
}

.pw-footer-tagline .h1{
    font-style: italic !important;
    color: var(--pw-yellow) !important;
}

.pw-footer-social{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-width:150px;
}

.pw-footer-social a{
  color:rgba(245,245,242,.72) !important;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:color .3s ease, transform .3s ease;
}

.pw-footer-social a:hover{
  color:#f1e91c !important;
  transform:translateX(5px);
}

.pw-footer-bottom{
  padding-top:22px;
  border-top:1px solid rgba(245,245,242,.12);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:rgba(245,245,242,.4);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

@media(max-width:700px){
  .pw-site-footer{
    padding:60px 20px 24px !important;
  }

  .pw-footer-main{
    flex-direction:column;
    align-items:flex-start;
    gap:40px;
    padding-bottom:55px;
  }

  .pw-footer-tagline{
    font-size:clamp(42px,13vw,70px);
  }

  .pw-footer-social{
    flex-direction:row;
    gap:24px;
  }

  .pw-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    line-height:1.5;
  }
}

/* =========================================================
   FINAL PROJECT GRID FIX
   Pinterest masonry: preserve the original card/media sizing
   and keep the works array order without shortest-column sorting.
========================================================= */

.pw-pinterest-board {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  align-items: start !important;
}

.pw-pin-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.pw-pin-item {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  break-inside: avoid !important;
}

.pw-pin-media-wrap {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* Keep the original project card proportions exactly. */
.pw-pin-item img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.pw-pin-item video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 1100px) {
  .pw-pinterest-board {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 650px) {
  .pw-pinterest-board {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .pw-pin-column {
    gap: 16px !important;
  }
}

/* =========================================================
   INSTAGRAM / SOCIAL — BLACK EDITORIAL VIDEO PORTAL
   One real screen-recording. No cards. No fake feed.
   ========================================================= */
.pw-ig-section{
  position:relative;
  min-height:100svh;
  padding:clamp(90px,9vw,150px) var(--side) clamp(70px,7vw,110px);
  background:#050505;
  color:#f5f5f2;
  overflow:hidden;
  isolation:isolate;
  border-top:1px solid rgba(255,255,255,.12);
}
.pw-ig-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 75% 48%,rgba(241,233,28,.07),transparent 22%),
    radial-gradient(circle at 15% 85%,rgba(255,255,255,.035),transparent 25%),
    #050505;
}
.pw-ig-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:20;
  pointer-events:none;
  opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  mix-blend-mode:screen;
}
.pw-ig-topline{
  position:relative;
  z-index:5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.16);
  font:700 9px/1 Arial,sans-serif;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(245,245,242,.52);
}
.pw-ig-topline strong{color:#f1e91c;font-weight:700}
.pw-ig-stage{
  position:relative;
  min-height:calc(100svh - 190px);
  max-width:1500px;
  margin:0 auto;
}
.pw-ig-title{
  position:absolute;
  z-index:8;
  left:0;
  top:clamp(70px,10vh,130px);
  width:min(66vw,900px);
  pointer-events:none;
}
.pw-ig-title .small{
  display:block;
  margin:0 0 22px 7px;
  font:700 10px/1 Arial,sans-serif;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(245,245,242,.55);
}
.pw-ig-title h2{
  margin:0;
  font:900 clamp(70px,10.6vw,170px)/.78 Arial Black,Arial,sans-serif;
  letter-spacing:-.085em;
  text-transform:uppercase;
}
.pw-ig-title h2 .serif{
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:400;
  letter-spacing:-.08em;
}
.pw-ig-title h2 .yellow{color:#f1e91c}
.pw-ig-title-note{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:min(390px,36vw);
  margin:30px 0 0 7px;
  font:400 12px/1.55 Arial,sans-serif;
  color:rgba(245,245,242,.56);
}
.pw-ig-title-note i{display:block;width:35px;height:1px;background:#f1e91c;margin-top:8px;flex:0 0 auto}

/* VIDEO: the video itself stays visible, while a black editorial veil sits over it. */
.pw-ig-video-portal{
  position:absolute;
  z-index:5;
  right:8%;
  top:50%;
  width:clamp(260px,25vw,390px);
  aspect-ratio:9/16;
  transform:translateY(-47%) rotate(3deg);
  background:#000;
  overflow:hidden;
  box-shadow:35px 45px 90px rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.18);
  transition:transform .8s cubic-bezier(.16,1,.3,1),border-color .5s ease;
}
.pw-ig-video-portal::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.03) 18%,rgba(0,0,0,.08) 62%,rgba(0,0,0,.92) 100%),
    linear-gradient(90deg,rgba(0,0,0,.76) 0%,transparent 30%,transparent 72%,rgba(0,0,0,.32) 100%);
  mix-blend-mode:multiply;
}
.pw-ig-video-portal::after{
  content:"";
  position:absolute;
  z-index:4;
  inset:10px;
  border:1px solid rgba(255,255,255,.11);
  pointer-events:none;
}
.pw-ig-video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#000;
  filter:brightness(.72) contrast(1.06) saturate(.9);
  transform:scale(1.015);
  transition:filter .6s ease,transform .8s cubic-bezier(.16,1,.3,1);
}
.pw-ig-video-portal:hover{
  transform:translateY(-47%) rotate(1.5deg) scale(1.015);
  border-color:rgba(241,233,28,.55);
}
.pw-ig-video-portal:hover .pw-ig-video{filter:brightness(.84) contrast(1.04) saturate(1)}
.pw-ig-video-index{
  position:absolute;
  z-index:7;
  left:16px;
  bottom:16px;
  color:#fff;
  font:700 8px/1 Arial,sans-serif;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.pw-ig-video-index b{color:#f1e91c;font-weight:700}
.pw-ig-video-side{
  position:absolute;
  z-index:7;
  right:-1px;
  top:26px;
  writing-mode:vertical-rl;
  color:rgba(255,255,255,.62);
  background:#050505;
  padding:12px 9px;
  font:700 7px/1 Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.pw-ig-cursor-line{
  position:absolute;
  z-index:7;
  left:43%;
  top:49%;
  width:110px;
  height:110px;
  border:1px solid rgba(241,233,28,.8);
  border-radius:50%;
  pointer-events:none;
  mix-blend-mode:screen;
  animation:pwIgPulse 2.8s ease-in-out infinite;
}
.pw-ig-cursor-line::before,.pw-ig-cursor-line::after{
  content:"";
  position:absolute;
  background:#f1e91c;
}
.pw-ig-cursor-line::before{left:50%;top:-8px;width:1px;height:126px}
.pw-ig-cursor-line::after{top:50%;left:-8px;width:126px;height:1px}
@keyframes pwIgPulse{0%,100%{transform:scale(.92);opacity:.28}50%{transform:scale(1.08);opacity:.8}}

.pw-ig-bottom{
  position:absolute;
  z-index:8;
  left:0;
  right:0;
  bottom:25px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  pointer-events:none;
}
.pw-ig-bottom .handle{
  font:800 10px/1 Arial,sans-serif;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.pw-ig-bottom .handle span{color:#f1e91c}
.pw-ig-cta{
  pointer-events:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:132px;
  height:132px;
  border-radius:50%;
  background:#f1e91c;
  color:#050505;
  text-decoration:none;
  text-align:center;
  font:900 10px/1.25 Arial,sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
  transform:rotate(-8deg);
  transition:transform .55s cubic-bezier(.16,1,.3,1),background .3s ease;
}
.pw-ig-cta:hover{transform:rotate(0) scale(1.08);background:#fff}
.pw-ig-cta em{display:block;font:400 24px/1 Georgia,serif;margin-top:5px}

@media(max-width:900px){
  .pw-ig-section{min-height:auto;padding-top:80px}
  .pw-ig-stage{min-height:900px}
  .pw-ig-title{top:65px;width:75vw}
  .pw-ig-title h2{font-size:clamp(60px,12vw,105px)}
  .pw-ig-video-portal{right:6%;top:57%;width:min(47vw,330px)}
  .pw-ig-cursor-line{left:35%;top:49%;width:80px;height:80px}
  .pw-ig-cursor-line::before{height:94px}.pw-ig-cursor-line::after{width:94px}
}
@media(max-width:600px){
  .pw-ig-topline span:last-child{display:none}
  .pw-ig-stage{min-height:820px}
  .pw-ig-title{top:55px;width:92vw}
  .pw-ig-title h2{font-size:clamp(58px,17vw,92px);line-height:.8}
  .pw-ig-title-note{width:260px;font-size:10px;margin-top:22px}
  .pw-ig-video-portal{top:58%;right:7%;width:55vw;max-width:280px;transform:translateY(-50%) rotate(3deg)}
  .pw-ig-video-portal:hover{transform:translateY(-50%) rotate(1deg) scale(1.01)}
  .pw-ig-bottom{bottom:12px;align-items:center}
  .pw-ig-bottom .handle{font-size:8px}
  .pw-ig-cta{width:96px;height:96px;font-size:8px}
  .pw-ig-cta em{font-size:18px}
  .pw-ig-cursor-line{display:none}
}
@media(prefers-reduced-motion:reduce){
  .pw-ig-cursor-line{animation:none}
}

<style id="pw-opening-final-tweak">
/* Final hero opening tweaks: centered banner title + faster globe growth */
.hero .hero-center{
  left:50% !important;
  top:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
  text-align:center !important;
}
.hero .hero-title,
.hero .hero-sub,
.hero .hero-small{
  text-align:center !important;
}

.pw-work-section,
.pw-about-section,
.pw-services-section,
.pw-ai-section,
.pw-studio-section,
.pw-contact-section,
.pw-ig-section{
  content-visibility:auto;
  contain-intrinsic-size:800px;
}

/* ===== BANNER TEXT — EXACT CENTER ===== */
#hero {
  position: relative;
}

#hero .hero-center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;

  transform: translate(-50%, -50%) !important;
  z-index: 50 !important;
}

#hero .hero-title {
  margin: 0 auto !important;
  text-align: center !important;
}

#hero .hero-center > * {
  margin-left: auto;
  margin-right: auto;
}

html { scroll-behavior: auto !important; }
  body { overflow-anchor: none; }
  .pw-work-section, #work, .pw-pinterest-board { overflow-anchor: none; }
  .pw-pin-media-wrap { contain: layout paint; }
  .pw-pin-item img, .pw-pin-item video { display:block; width:100%; height:auto; }

.pw-pin-item, .pw-pin-media-wrap { content-visibility: auto; contain-intrinsic-size: 420px 560px; }
  .pw-project-image, .pw-project-video { content-visibility: auto; }
  .globe-project { will-change: transform, opacity; }
  @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }


/* =====================================================
   HEADER — PRESERVED FROM FIRST CSS FILE
===================================================== */

/* =====================================================
   HEADER
===================================================== */

.site-nav{
  position:fixed;

  z-index:1000;

  top:0;
  left:0;
  right:0;

  height:76px;

  padding:
    0 var(--side);

  display:flex;
  align-items:center;
  justify-content:space-between;

  color:#fff;

  background:
    rgba(10,10,10,.7);

  border-bottom:
    1px solid
    rgba(255,255,255,.1);

  backdrop-filter:
    blur(18px);

  -webkit-backdrop-filter:
    blur(18px);

  transition:
    background .3s,
    border-color .3s;
}

.site-nav.scrolled{
  background:
    rgba(10,10,10,.94);

  border-color:
    rgba(255,255,255,.2);
}

.logo{
  font-family:var(--font-display);
  font-weight:800;
  font-size:24px;
  letter-spacing:-.02em;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 100px; /* adjust size */
  height: auto;
  display: block;
}

.logo .dot{
  color:var(--yellow);
}

.nav-links{
  display:flex;
  align-items:center;
  gap:32px;
}

.nav-links a{
  font:
    600 14px/1 var(--font);

  letter-spacing:.01em;

  color:
    rgba(255,255,255,.75);

  transition:
    color .25s;
}

.nav-links a:hover{
  color:var(--yellow);
}

.nav-links a:last-child{
  padding:10px 16px;

  border-radius:999px;

  background:var(--yellow);
  color:var(--black);
}

.nav-toggle{
  display:none;

  color:#fff;

  font:
    700 11px/1 var(--font);

  text-transform:uppercase;
  letter-spacing:.06em;
}

.mobile-menu{
  position:fixed;

  inset:0;

  z-index:999;

  background:var(--black);

  display:flex;
  flex-direction:column;
  justify-content:center;

  gap:18px;

  padding:30px;

  transform:
    translateY(-100%);

  transition:
    transform .55s var(--ease);
}

.mobile-menu.open{
  transform:none;
}

.mobile-menu a{
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(44px,11vw,68px);
  letter-spacing:-.02em;

  color:#fff;
}


/* =====================================================
   FOOTER — PRESERVED FROM FIRST CSS FILE
===================================================== */

/* =====================================================
   FOOTER
===================================================== */

footer{
  background:var(--black);

  color:#fff;

  padding:
    48px 0 25px;
}

.footer-top{
  display:flex;

  justify-content:space-between;

  align-items:flex-end;

  gap:30px;

  padding-bottom:32px;

  border-bottom:
    1px solid var(--line-inv);
}

.footer-top p{
  margin-top:7px;

  color:
    rgba(255,255,255,.4);

  font-size:13px;
}

.footer-nav{
  display:flex;

  gap:20px;

  flex-wrap:wrap;
}

.footer-nav a{
  font-size:12px;

  font-weight:600;

  color:
    rgba(255,255,255,.6);
}

.footer-nav a:hover{
  color:var(--yellow);
}

.footer-bottom{
  display:flex;

  justify-content:space-between;

  gap:15px;

  padding-top:18px;

  color:
    rgba(255,255,255,.35);

  font-size:11px;
}


/* =====================================================
   HEADER / FOOTER RESPONSIVE RULES — FIRST CSS FILE
===================================================== */

@media(max-width:800px){
  .nav-links{display:none;}
  .nav-toggle{display:block;}
  .site-nav{height:60px;}
  .footer-top{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:520px){
  .footer-nav{gap:14px;}
}

/* =========================================================
   PERFORMANCE SAFETY — VISUAL DESIGN PRESERVED
   ========================================================= */
html, body { overscroll-behavior-x: none; }
.pw-pin-item img, .pw-pin-item video { content-visibility: auto; contain-intrinsic-size: 420px 560px; }
.pw-pin-media-wrap { contain: layout paint; }
.globe-project, .pw-ai-v8-visual, .pw-studio-v8-image, .pw-ig-video-portal { backface-visibility: hidden; }
@media (max-width: 700px) {
  .pw-pin-item img, .pw-pin-item video { content-visibility: visible; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* =========================================================
   POST-WORK RENDERING FIX
   Keep all below-project sections laid out normally so ScrollTrigger
   and iOS Safari do not defer their paint until too late. Images/videos
   are lazy-loaded separately, so this does not force their media to download.
========================================================= */
.pw-about-section,
.pw-services-section,
.pw-ai-section,
.pw-studio-section,
.pw-contact-section,
.pw-ig-section,
.pw-pin-item,
.pw-pin-media-wrap,
.pw-project-image,
.pw-project-video {
  content-visibility: visible !important;
}

.pw-about-visual img,
.pw-ai-v8-image-wrap img,
.pw-studio-v8-image img {
  display:block;
  width:100%;
  height:100%;
}

@media (max-width: 700px) {
  .pw-about-section,
  .pw-services-section,
  .pw-ai-section,
  .pw-studio-section,
  .pw-contact-section,
  .pw-ig-section {
    content-visibility: visible !important;
  }
}


/* =========================================================
   ABOUT SECTION — LOAD / VISIBILITY FIX
   The About image intentionally uses a normal lazy src.
   This keeps the section available to Safari/iOS while still
   preventing the image from loading until it is near the viewport.
========================================================= */
.pw-about-section {
  content-visibility: visible !important;
  contain: none !important;
  visibility: visible !important;
}

.pw-about-grid,
.pw-about-copy,
.pw-about-visual {
  visibility: visible;
}

.pw-about-visual {
  min-height: 480px;
}

.pw-about-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .pw-about-visual {
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .pw-about-visual {
    min-height: 360px;
  }
}


/* =========================================================
   FINAL ABOUT LAYOUT FIX
   Desktop: copy on the left, image on the right.
   This intentionally overrides the earlier experimental
   "image first" About rules without changing other sections.
========================================================= */
.pw-about-section {
  overflow: hidden !important;
}

.pw-about-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr) !important;
  gap: clamp(45px, 8vw, 130px) !important;
  align-items: center !important;
  overflow: visible !important;
}

.pw-about-copy {
  order: 1 !important;
  position: relative !important;
  z-index: 3 !important;
  opacity: 1 !important;
  transform: none !important;
  min-width: 0;
}

.pw-about-visual {
  order: 2 !important;
  position: relative !important;
  z-index: 2 !important;
  min-width: 0;
  min-height: 480px;
  opacity: 0;
  transform: translateX(180px) scale(.94) rotate(-2deg) !important;
  clip-path: inset(0 0 0 100%) !important;
}

.pw-about-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(420px, 52vw, 720px) !important;
  min-height: 420px;
  object-fit: cover !important;
  transform: scale(1.08) !important;
}

@media (max-width: 900px) {
  .pw-about-grid {
    grid-template-columns: 1fr !important;
    gap: 50px !important;
  }

  .pw-about-copy {
    order: 1 !important;
  }

  .pw-about-visual {
    order: 2 !important;
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .pw-about-visual {
    min-height: 360px;
  }

  .pw-about-visual img {
    height: 360px !important;
    min-height: 360px;
  }
}


/* =========================================================
   FINAL ABOUT FIX — RESTORE ORIGINAL LAYOUT + FAIL-SAFE VISIBILITY
   Desktop: text LEFT / image RIGHT.
   The image is never CSS-clipped or hidden, so Safari/ScrollTrigger
   cannot leave the About image invisible.
========================================================= */
.pw-about-section{
  position:relative !important;
  display:block !important;
  padding:140px var(--side) !important;
  background:#0d0d10 !important;
  border-top:1px solid var(--pw-gray-border) !important;
  overflow:hidden !important;
  visibility:visible !important;
  content-visibility:visible !important;
  contain:none !important;
}

.pw-about-grid{
  display:grid !important;
  grid-template-columns:1.2fr 1fr !important;
  gap:80px !important;
  align-items:center !important;
  position:relative !important;
  overflow:visible !important;
  visibility:visible !important;
}

.pw-about-copy{
  order:1 !important;
  position:relative !important;
  z-index:3 !important;
  min-width:0 !important;
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
}

.pw-about-visual{
  order:2 !important;
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  height:480px !important;
  min-height:0 !important;
  min-width:0 !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid var(--pw-gray-border) !important;
  box-shadow:none !important;
  opacity:1 !important;
  transform:translateX(0) !important;
  clip-path:none !important;
  visibility:visible !important;
  will-change:transform !important;
}

.pw-about-visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  object-position:center !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:scale(1) !important;
  clip-path:none !important;
}

/* Keep the original simple image treatment; remove the later overlay. */
.pw-about-visual::before,
.pw-about-visual::after{
  pointer-events:none !important;
}

.pw-about-copy > .pw-eyebrow,
.pw-about-copy > h3,
.pw-about-copy > .pw-about-text,
.pw-about-copy > .pw-about-btn{
  visibility:visible !important;
}

@media(max-width:900px){
  .pw-about-section{
    padding:100px var(--side) !important;
  }

  .pw-about-grid{
    grid-template-columns:1fr !important;
    gap:50px !important;
  }

  .pw-about-copy{
    order:1 !important;
  }

  .pw-about-visual{
    order:2 !important;
    height:420px !important;
  }
}

@media(max-width:600px){
  .pw-about-section{
    padding:80px var(--side) !important;
  }

  .pw-about-grid{
    gap:35px !important;
  }

  .pw-about-visual{
    height:360px !important;
    border-radius:18px !important;
  }
}


/* =========================================================
   FINAL PERSPECTIWITTY MEDIA + ABOUT FIX
   These rules are intentionally last so older duplicate
   animation rules cannot hide the About image.
========================================================= */
.pw-about-section {
  visibility: visible !important;
  content-visibility: visible !important;
  contain: none !important;
  overflow: hidden !important;
}
.pw-about-grid {
  visibility: visible !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr) !important;
  align-items: center !important;
}
.pw-about-copy {
  order: 1 !important;
  visibility: visible !important;
}
.pw-about-visual {
  order: 2 !important;
  position: relative !important;
  visibility: visible !important;
  min-width: 0 !important;
  min-height: 480px !important;
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  overflow: hidden !important;
}
.pw-about-visual img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 480px !important;
  object-fit: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.pw-project-video, .pw-project-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 900px) {
  .pw-about-grid {
    grid-template-columns: 1fr !important;
  }
  .pw-about-copy { order: 1 !important; }
  .pw-about-visual {
    order: 2 !important;
    min-height: 420px !important;
  }
  .pw-about-visual img {
    min-height: 420px !important;
  }
}
@media (max-width: 600px) {
  .pw-about-visual { min-height: 360px !important; }
  .pw-about-visual img { min-height: 360px !important; }
}


/* =========================================================
   MOBILE HEADER — FINAL FIX
   Yellow menu button + working full-screen menu
========================================================= */

@media (max-width: 800px) {

  body.menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .site-nav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    padding: 8px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(8, 8, 8, .82) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(241, 233, 28, .20) !important;
    border-radius: 0 !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    box-shadow: 0 8px 28px rgba(0,0,0,.22) !important;
  }

  .site-nav .logo {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
  }

  .site-nav .logo img {
    width: 108px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
  }

  .site-nav .nav-links {
    display: none !important;
  }

  .site-nav .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 70px !important;
    height: 38px !important;
    padding: 0 15px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f1e91c !important;
    color: #090909 !important;
    font: 800 11px/1 Arial, Helvetica, sans-serif !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 2002 !important;
    transition: transform .25s ease, background .25s ease, color .25s ease !important;
  }

  .site-nav .nav-toggle:hover,
  .site-nav .nav-toggle:focus-visible {
    background: #fff !important;
    color: #090909 !important;
    outline: none !important;
  }

  .site-nav .nav-toggle:active {
    transform: scale(.95) !important;
  }

  .site-nav .nav-toggle.is-open {
    background: #f1e91c !important;
    color: #090909 !important;
  }

  .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    z-index: 2000 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 4px !important;
    padding: 92px 24px 40px !important;
    margin: 0 !important;
    background: #090909 !important;
    transform: translateY(-105%) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow-y: auto !important;
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .3s ease, visibility 0s linear .45s !important;
  }

  .mobile-menu.is-open,
  .mobile-menu.open {
    transform: translateY(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: transform .45s cubic-bezier(.16,1,.3,1), opacity .3s ease, visibility 0s linear 0s !important;
  }

  .mobile-menu::before {
    content: 'MENU' !important;
    position: absolute !important;
    top: 90px !important;
    left: 24px !important;
    color: #f1e91c !important;
    font: 800 10px/1 Arial, Helvetica, sans-serif !important;
    letter-spacing: .20em !important;
  }

  .mobile-menu a {
    display: block !important;
    width: 100% !important;
    padding: 7px 0 !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(38px, 11vw, 58px) !important;
    font-weight: 800 !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    transition: color .2s ease, transform .2s ease !important;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: #f1e91c !important;
    transform: translateX(6px) !important;
    outline: none !important;
  }

}

@media (max-width: 480px) {

  .site-nav {
    height: 64px !important;
    min-height: 64px !important;
    padding: 7px 12px !important;
  }

  .site-nav .logo img {
    width: 102px !important;
    max-height: 48px !important;
  }

  .site-nav .nav-toggle {
    min-width: 68px !important;
    height: 36px !important;
    padding: 0 14px !important;
    font-size: 10px !important;
  }

  .mobile-menu {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .mobile-menu::before {
    left: 22px !important;
  }

}


/* =========================================================
   FOOTER — FINAL PREMIUM LAYOUT
   Footer-specific classes prevent the global .logo styles
   from breaking the footer.
========================================================= */

footer {
  position: relative;
  width: 100%;
  background: #090909 !important;
  color: #f5f5f2;
  padding: 72px var(--side) 24px !important;
  border-top: 1px solid rgba(245,245,242,.12);
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--side);
  width: 46px;
  height: 3px;
  background: var(--pw-yellow);
}

.footer-top {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 54px !important;
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: end !important;
  gap: 60px;
  border-bottom: 1px solid rgba(245,245,242,.12) !important;
}

.footer-logo {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.055em;
}

.footer-logo span {
  color: var(--pw-yellow);
}

.footer-top p {
  margin: 14px 0 0 !important;
  color: rgba(245,245,242,.48) !important;
  font-size: 13px !important;
  line-height: 1.5;
  letter-spacing: .01em;
}

.footer-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 2.5vw, 38px) !important;
  flex-wrap: wrap;
}

.footer-nav a {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  color: rgba(245,245,242,.68) !important;
  font-size: 12px !important;
  line-height: 1;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .25s ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--pw-yellow);
  transition: width .3s ease;
}

.footer-nav a:hover {
  color: #fff !important;
}

.footer-nav a:hover::after {
  width: 100%;
}

.footer-bottom {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 0 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(245,245,242,.35) !important;
  font-size: 10px !important;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-bottom span:last-child {
  color: rgba(245,245,242,.5) !important;
}

@media (max-width: 800px) {
  footer {
    padding: 56px 20px 22px !important;
  }

  footer::before {
    left: 20px;
    width: 38px;
  }

  .footer-top {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 38px !important;
    padding-bottom: 38px !important;
  }

  .footer-logo {
    font-size: 34px;
  }

  .footer-top p {
    max-width: 240px;
    margin-top: 12px !important;
  }

  .footer-nav {
    justify-content: flex-start !important;
    gap: 12px 24px !important;
  }

  .footer-nav a {
    font-size: 11px !important;
  }

  .footer-bottom {
    padding-top: 16px !important;
    flex-direction: row !important;
    align-items: center !important;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 48px 18px 20px !important;
  }

  footer::before {
    left: 18px;
  }

  .footer-logo {
    font-size: 30px;
  }

  .footer-nav {
    display: grid !important;
    grid-template-columns: repeat(2, max-content);
    gap: 18px 30px !important;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 7px !important;
  }
}




/*about page css*/
/* =========================================================
   ABOUT PAGE
   Uses the SAME typography + visual variables as HOME
   ========================================================= */

/* =========================================================
   ABOUT PAGE
   SAME TYPOGRAPHY SYSTEM AS HOME PAGE
   ========================================================= */

:root{
  --black:#0b0b0b;
  --white:#fff;
  --off:#f5f5f2;
  --yellow:#f1e91c;
  --gray:#777;

  --line:rgba(11,11,11,.13);
  --line-inv:rgba(255,255,255,.14);

  --font:'Manrope',sans-serif;
  --font-display:'Bricolage Grotesque',sans-serif;

  --side:clamp(18px,3.5vw,54px);
  --content:1360px;

  --section:clamp(72px,8vw,118px);

  --title:clamp(38px,4.7vw,64px);
  --lead:clamp(15px,1.15vw,17px);

  --ease:cubic-bezier(.16,1,.3,1);

  /* Compatibility variables for existing About CSS */
  --about-black:var(--black);
  --about-white:var(--off);
  --about-yellow:var(--yellow);
  --about-grey:var(--yellow);
  --about-border:var(--line-inv);
  --about-display:var(--font-display);
  --about-body:var(--font);
  --about-mono:var(--font);
  --about-ease:var(--ease);
}


/* =========================================================
   GLOBAL
   ========================================================= */

.about-hero,
.about-hero *,
.intro-section,
.intro-section *,
.manifesto-section,
.manifesto-section *,
.founders-section,
.founders-section *,
.mvt-wall,
.mvt-wall *,
.journey-section,
.journey-section *,
.city-section,
.city-section *,
.about-final,
.about-final *{
  box-sizing:border-box;
}

body{
  background:var(--black);
}


/* Normal text = Manrope */
.about-hero,
.about-hero *,
.intro-section,
.intro-section *,
.manifesto-section,
.manifesto-section *,
.founders-section,
.founders-section *,
.mvt-wall,
.mvt-wall *,
.journey-section,
.journey-section *,
.city-section,
.city-section *,
.about-final,
.about-final *{
  font-family:var(--font);
}


/* Display text = Bricolage Grotesque */
.about-hero h1,
.about-hero h2,
.about-hero h3,
.intro-section h1,
.intro-section h2,
.intro-section h3,
.manifesto-word,
.founders-heading h2,
.founder-info h3,
.mvt-wall h2,
.mvt-cell-caption strong,
.mvt-wall-count strong,
.journey-header h2,
.fragment-copy h3,
.fragment-year,
.city-title,
.city-copy,
.city-coordinate,
.about-final h2{
  font-family:var(--font-display);
}


/* Main sections */
.about-hero,
.intro-section,
.manifesto-section,
.founders-section,
.journey-section,
.city-section,
.about-final{
  position:relative;
  overflow:hidden;
}


/* =========================================================
   SECTION META
   ========================================================= */

.section-meta{
  display:flex;
  gap:14px;

  font-family:var(--font);
  font-size:10px;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase;

  color:var(--yellow);
}


/* =========================================================
   PROGRESS
   ========================================================= */

.about-progress{
  position:fixed;
  z-index:999;

  left:28px;
  top:50%;

  transform:translateY(-50%);

  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;

  mix-blend-mode:difference;
  pointer-events:none;
}

.about-progress-track{
  width:1px;
  height:80px;

  background:rgba(255,255,255,.2);
}

.about-progress-fill{
  width:100%;
  height:0;

  background:var(--yellow);
}

.about-progress-number{
  color:#fff;

  font-family:var(--font);
  font-size:10px;
}


/* =========================================================
   HERO

   Diptych layout on a real grid instead of stacked
   absolute-position layers: heading + copy sit in their
   own column, the portrait sits in its own column. Nothing
   here needs to fight anything else for space.
   ========================================================= */

.about-hero{
  min-height:118vh;

  display:flex;
  align-items:center;

  padding:150px 0 110px;

  background:#050505;
  color:#fff;
}

.hero-grid{
  position:relative;

  z-index:2;

  width:100%;
  max-width:1520px;

  margin:0 auto;
  padding:0 7vw;

  display:grid;
  grid-template-columns:1fr .82fr;

  align-items:center;

  gap:6vw;
}


/* =========================================================
   HERO TOP
   ========================================================= */

.hero-top{
  position:absolute;

  left:48px;
  right:48px;
  top:108px;

  z-index:5;

  display:flex;
  justify-content:space-between;

  font-family:var(--font);

  font-size:10px;
  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.hero-content{
  position:relative;
}

.hero-kicker{
  font-family:var(--font);

  font-size:11px;
  line-height:1;

  letter-spacing:.12em;

  color:var(--yellow);

  margin-bottom:24px;
}

.hero-content h1{
  margin:0;

  font-family:var(--font-display);

  font-size:clamp(44px,5vw,80px);

  line-height:1;

  letter-spacing:-.03em;

  font-weight:800;

  color:#fff;
}

/* Yellow punctuation */
.yellow{
  color:var(--yellow)!important;
}


/* =========================================================
   HERO DESCRIPTION

   Sits in normal flow directly under the heading — no
   absolute positioning, so it can never land on top of
   anything else at any viewport width.
   ========================================================= */

.hero-copy{
  display:flex;

  align-items:flex-start;

  gap:14px;

  max-width:340px;

  margin-top:36px;
}

.hero-index{
  flex:0 0 auto;

  margin-top:3px;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.08em;

  color:var(--yellow);
}

.hero-copy p{
  margin:0;

  font-family:var(--font);

  font-size:15px;

  font-weight:400;

  line-height:1.55;

  letter-spacing:-.01em;

  color:#fff;
}


/* =========================================================
   HERO IMAGE WINDOW

   One deliberate treatment carries the whole hero: a
   yellow duotone portrait in a clean rectangular frame,
   instead of a plain grayscale photo behind the type.
   ========================================================= */

.hero-image-window{
  position:relative;

  isolation:isolate;

  width:100%;
  aspect-ratio:3/4;

  overflow:hidden;

  border:1px solid rgba(255,255,255,.14);
}

.hero-image-window::before{
  content:"";

  position:absolute;
  inset:0;

  z-index:2;

  background:
    linear-gradient(
      165deg,
      rgba(241,233,28,.55),
      rgba(11,11,11,.7) 72%
    );

  mix-blend-mode:multiply;

  pointer-events:none;
}

.hero-bg{
  position:absolute;
  inset:0;

  overflow:hidden;
}

.hero-bg img{
  width:100%;
  height:100%;

  object-fit:cover;

  filter:grayscale(100%) contrast(1.05);

  transform:scale(1.12);
}

.hero-image-window span{
  position:absolute;

  z-index:3;

  bottom:20px;
  left:20px;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.08em;

  color:#fff;
}


/* =========================================================
   HERO BOTTOM
   ========================================================= */

.hero-bottom{
  position:absolute;

  bottom:30px;
  left:50%;

  transform:translateX(-50%);

  display:flex;

  gap:15px;

  align-items:center;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}


/* =========================================================
   INTRO
   ========================================================= */

.intro-section{
  min-height:135vh;

  padding:150px 8vw;

  background:var(--off);

  color:#111;
}

.intro-layout{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:8vw;

  margin-top:100px;
}

.intro-left{
  padding-top:40px;
}

.eyebrow{
  font-family:var(--font);

  font-size:10px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);

  margin-bottom:35px;
}

.intro-left h2{
  font-family:var(--font-display);

  font-size:clamp(55px,6.5vw,105px);

  line-height:.88;

  letter-spacing:-.065em;

  font-weight:900;

  margin:0;
}

.intro-left h2 span{
  color:var(--yellow);
}

.intro-image{
  width:100%;
  height:56vh;

  overflow:hidden;
}

.intro-image img{
  width:100%;
  height:120%;

  object-fit:cover;

  filter:grayscale(100%);
}

.intro-text{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:35px;

  margin-top:35px;
}

.intro-text p{
  margin:0;

  font-family:var(--font);

  font-size:14px;

  line-height:1.65;

  color:#555;
}


/* =========================================================
   MANIFESTO
   ========================================================= */

.manifesto-section{
  height:350vh;

  background:#0c0c0c;

  color:#fff;
}

.manifesto-pin{
  height:100vh;

  position:sticky;

  top:0;

  overflow:hidden;
}

.manifesto-meta{
  position:absolute;

  top:110px;
  left:7vw;

  font-family:var(--font);

  font-size:10px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}

.manifesto-word{
  position:absolute;

  left:9vw;
  top:50%;

  transform:translateY(-50%);

  font-family:var(--font-display);

  font-size:clamp(60px,8vw,130px);

  line-height:.8;

  font-weight:900;

  letter-spacing:-.065em;

  opacity:0;
}

.word-one{
  color:#fff;
}

.word-two{
  color:var(--yellow);
}

.word-three{
  color:#fff;
}

.word-four{
  color:transparent;

  -webkit-text-stroke:1px #fff;
}

.manifesto-copy{
  position:absolute;

  right:8vw;
  bottom:12vh;

  width:250px;

  font-family:var(--font);

  font-size:14px;

  line-height:1.5;

  color:var(--yellow);
}


/* =========================================================
   FOUNDERS
   ========================================================= */

.founders-section{
  padding:16vh 8vw;

  background:#151515;

  color:#fff;
}

.founders-heading{
  margin-bottom:8vh;

  opacity:0;
}

.founders-heading h2{
  margin-top:30px;

  font-family:var(--font-display);

  font-size:clamp(65px,8vw,125px);

  line-height:.8;

  letter-spacing:-.065em;
}

.founders-heading h2 span{
  color:transparent;

  -webkit-text-stroke:1px #fff;
}

.founders-pin{
  position:relative;

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:6vw;
}

.founders-line{
  position:absolute;

  left:50%;
  top:0;
  bottom:0;

  width:1px;

  background:rgba(255,255,255,.14);

  transform:scaleY(0);

  transform-origin:top;
}

.founder{
  opacity:0;
}

.founder-photo{
  position:relative;

  width:100%;
  height:52vh;

  overflow:hidden;
}

.founder-photo img{
  width:100%;
  height:100%;

  object-fit:contain;

  filter:grayscale(100%);
}

.founder-info{
  padding-top:26px;
}

.founder-info>span{
  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}

.founder-info h3{
  margin:15px 0;

  font-family:var(--font-display);

  font-size:clamp(38px,4vw,64px);

  line-height:.8;

  letter-spacing:-.06em;
}

.founder-info p{
  font-family:var(--font);

  font-size:14px;

  line-height:1.6;

  color:#aaa;
}


/* =========================================================
   MVT / PERSPECTIVE WALL
   ========================================================= */

.mvt-wall{
  position:relative;

  padding:15vh 6vw 16vh;

  background:#0a0a0a;

  color:#fff;

  isolation:isolate;

  overflow:visible;
}

.mvt-wall::before{
  content:"";

  position:absolute;

  inset:0;

  pointer-events:none;

  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(241,233,28,.10),
      transparent 24%
    );
}

.mvt-wall-top{
  position:relative;

  z-index:5;

  min-height:34vh;

  margin-bottom:7vh;

  display:grid;

  grid-template-columns:1fr auto;

  align-items:end;
}

.mvt-wall-top .section-meta{
  grid-column:1/-1;

  align-self:start;
}

.mvt-wall-intro{
  margin-top:25px;

  max-width:1000px;
}

.mvt-wall-intro>span{
  display:block;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.14em;

  color:var(--yellow);
}

.mvt-wall-intro h2{
  margin:18px 0 0;

  font-family:var(--font-display);

  font-size:clamp(52px,7vw,112px);

  line-height:.82;

  letter-spacing:-.07em;

  font-weight:900;
}

.mvt-wall-intro h2 span{
  color:transparent;

  -webkit-text-stroke:1px #fff;
}

.mvt-wall-count{
  position:relative;

  align-self:end;

  text-align:right;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);

  padding-bottom:7px;
}

.mvt-wall-count strong{
  display:block;

  margin-top:5px;

  font-family:var(--font-display);

  font-size:clamp(42px,5vw,76px);

  line-height:.8;

  color:var(--yellow);

  letter-spacing:-.06em;
}

.mvt-grid{
  position:relative;

  z-index:3;

  display:grid;

  grid-template-columns:repeat(12,1fr);

  grid-auto-rows:6vw;

  gap:12px;
}

.mvt-cell{
  position:relative;

  grid-column:span 3;

  grid-row:span 4;

  overflow:hidden;

  background:#151515;

  opacity:0;

  transform:
    translate3d(0,50px,0)
    scale(.97);

  will-change:transform,opacity;
}

.mvt-cell:nth-child(2){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:3vw;
}

.mvt-cell:nth-child(3){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(4){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:-2vw;
}

.mvt-cell:nth-child(5){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(6){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:3vw;
}

.mvt-cell:nth-child(7){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(8){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:-2vw;
}

.mvt-cell:nth-child(9){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(10){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:3vw;
}

.mvt-cell:nth-child(11){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(12){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:-2vw;
}

.mvt-cell:nth-child(13){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(14){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:3vw;
}

.mvt-cell:nth-child(15){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(16){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:-2vw;
}

.mvt-cell:nth-child(17){
  grid-column:span 3;

  grid-row:span 4;
}

.mvt-cell:nth-child(18){
  grid-column:span 3;

  grid-row:span 5;

  margin-top:3vw;
}

.mvt-cell-image{
  position:absolute;

  inset:0;

  overflow:hidden;
}

.mvt-cell-image::after{
  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.82),
      rgba(0,0,0,.08) 60%,
      rgba(0,0,0,.12)
    );

  z-index:1;
}

.mvt-cell-image img{
  width:100%;
  height:100%;

  object-fit:cover;

  filter:grayscale(100%);

  transform:scale(1.08);

  transition:
    transform .9s var(--ease),
    filter .7s var(--ease);
}

.mvt-cell:hover .mvt-cell-image img{
  transform:scale(1.15);

  filter:grayscale(0%);
}

.mvt-cell-caption{
  position:absolute;

  left:0;
  right:0;
  bottom:0;

  z-index:3;

  padding:20px;

  display:flex;

  align-items:flex-end;

  justify-content:space-between;

  gap:12px;

  opacity:1;

  transform:none;

  background:none;
}

.mvt-cell-caption-text{
  display:flex;

  flex-direction:column;

  gap:6px;
}

.mvt-cell-caption strong{
  font-family:var(--font-display);

  font-size:clamp(18px,1.7vw,27px);

  line-height:.9;

  letter-spacing:-.04em;

  color:#fff;
}

.mvt-cell-caption em{
  font-family:var(--font);

  font-size:9px;

  font-style:normal;

  line-height:1;

  letter-spacing:.09em;

  text-transform:uppercase;

  color:rgba(255,255,255,.62);
}

.mvt-cell-number{
  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.08em;

  color:var(--yellow);
}

.mvt-cell::before{
  content:"";

  position:absolute;

  z-index:4;

  left:18px;
  top:18px;

  width:7px;
  height:7px;

  border-radius:50%;

  background:var(--yellow);

  box-shadow:
    0 0 0 5px rgba(241,233,28,.12);
}

.mvt-cell:nth-child(3n)::before{
  background:#fff;

  box-shadow:
    0 0 0 5px rgba(255,255,255,.10);
}


/* =========================================================
   JOURNEY
   ========================================================= */

.journey-section{
  height:390vh;

  background:#080808;

  color:#fff;

  overflow:visible;

  position:relative;
}

.journey-pin{
  position:relative;

  height:100vh;

  overflow:hidden;

  isolation:isolate;
}

.journey-bg{
  position:absolute;

  inset:0;

  background:
    radial-gradient(
      circle at 72% 28%,
      rgba(241,233,28,.12),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #0a0a0a,
      #080808
    );

  z-index:0;
}

.journey-header{
  position:absolute;

  left:7vw;
  top:11vh;

  z-index:30;

  color:#fff;

  pointer-events:none;
}

.journey-header .section-meta{
  color:var(--yellow);
}

.journey-header h2{
  margin-top:25px;

  font-family:var(--font-display);

  font-size:clamp(65px,8vw,125px);

  line-height:.8;

  letter-spacing:-.07em;

  font-weight:900;

  color:#fff;
}

.journey-header h2 span{
  color:transparent;

  -webkit-text-stroke:1.5px var(--yellow);

  text-shadow:
    0 0 30px rgba(241,233,28,.08);
}

.journey-header p{
  width:230px;

  margin-top:24px;

  font-family:var(--font);

  font-size:12px;

  line-height:1.55;

  color:var(--yellow);
}

.journey-stamp{
  position:absolute;

  right:7vw;
  top:13vh;

  z-index:30;

  font-family:var(--font);

  font-size:9px;

  line-height:1.5;

  letter-spacing:.1em;

  color:var(--yellow);
}

.journey-thread{
  position:absolute;

  left:10vw;
  right:8vw;

  top:19vh;
  bottom:10vh;

  z-index:3;

  pointer-events:none;
}

.journey-thread svg{
  width:100%;
  height:100%;

  overflow:visible;
}

.journey-thread path{
  fill:none;

  stroke-linecap:round;
}

.journey-thread-base{
  stroke:rgba(255,255,255,.12);

  stroke-width:.45;
}

.journey-thread-progress{
  stroke:var(--yellow);

  stroke-width:1;

  filter:
    drop-shadow(
      0 0 5px rgba(241,233,28,.3)
    );
}

.journey-fragments{
  position:absolute;

  inset:0;

  z-index:10;
}

.journey-fragment{
  position:absolute;

  left:50%;
  top:55%;

  width:68vw;
  height:62vh;

  transform:translate(-50%,-50%);

  display:grid;

  grid-template-columns:58% 42%;

  align-items:end;

  opacity:0;

  visibility:hidden;

  z-index:10;
}

.fragment-image{
  height:100%;

  overflow:hidden;

  position:relative;

  z-index:2;

  border:1px solid rgba(255,255,255,.08);
}

.fragment-image::after{
  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.02),
      rgba(0,0,0,.18)
    );

  pointer-events:none;
}

.fragment-image img{
  width:100%;
  height:115%;

  object-fit:cover;

  filter:grayscale(100%);

  transform:scale(1.08);
}

.fragment-copy{
  position:relative;

  z-index:4;

  margin-left:-45px;

  margin-bottom:35px;

  padding:35px;

  background:#151515;

  color:#fff;

  border:1px solid rgba(255,255,255,.10);

  box-shadow:
    0 18px 55px rgba(0,0,0,.35);
}

.fragment-copy span{
  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}

.fragment-copy h3{
  margin:18px 0;

  font-family:var(--font-display);

  font-size:clamp(40px,5vw,75px);

  line-height:.82;

  letter-spacing:-.06em;

  color:#fff;
}

.fragment-copy h3 b{
  color:transparent;

  -webkit-text-stroke:1px #fff;
}

.fragment-copy p{
  max-width:240px;

  font-family:var(--font);

  font-size:12px;

  line-height:1.5;

  color:#aaa;
}

.fragment-year{
  position:absolute;

  right:-2vw;
  top:-5vh;

  z-index:1;

  font-family:var(--font-display);

  font-size:clamp(70px,10vw,150px);

  line-height:.8;

  letter-spacing:-.08em;

  font-weight:900;

  color:transparent;

  -webkit-text-stroke:1px rgba(255,255,255,.10);

  pointer-events:none;
}

.fragment-index{
  position:absolute;

  left:-3vw;
  bottom:2vh;

  font-family:var(--font);

  font-size:10px;

  line-height:1;

  color:var(--yellow);
}

.journey-side-note{
  position:absolute;

  left:30px;
  bottom:10vh;

  z-index:30;

  display:flex;

  align-items:center;

  gap:9px;

  writing-mode:vertical-rl;

  transform:rotate(180deg);

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}

.journey-side-note i{
  width:1px;
  height:45px;

  background:var(--yellow);
}

.journey-bottom{
  position:absolute;

  z-index:30;

  left:7vw;
  right:7vw;
  bottom:28px;

  display:flex;

  align-items:center;

  justify-content:space-between;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  color:var(--yellow);
}

.journey-progress-dots{
  display:flex;

  gap:8px;
}

.journey-progress-dots i{
  width:4px;
  height:4px;

  border-radius:50%;

  border:1px solid #555;
}

.journey-progress-dots i.active{
  background:var(--yellow);

  border-color:var(--yellow);

  box-shadow:
    0 0 9px rgba(241,233,28,.5);
}


/* =========================================================
   CITY
   ========================================================= */

.city-section{
  height:220vh;

  background:#000;

  color:#fff;
}

.city-pin{
  height:100vh;

  position:sticky;

  top:0;

  overflow:hidden;
}

.city-background{
  position:absolute;

  inset:-10%;
}

.city-background img{
  width:100%;
  height:100%;

  object-fit:cover;

  filter:grayscale(100%);

  transform:scale(1.15);
}

.city-overlay{
  position:absolute;

  inset:0;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.8),
      rgba(0,0,0,.15),
      rgba(0,0,0,.8)
    );
}

.city-grid{
  position:absolute;

  inset:0;

  opacity:.18;

  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:100px 100px;
}

.city-top{
  position:absolute;

  left:48px;
  right:48px;
  top:108px;

  display:flex;

  justify-content:space-between;

  font-family:var(--font);

  font-size:10px;

  line-height:1;

  letter-spacing:.1em;

  color:var(--yellow);
}

.city-title{
  position:absolute;

  left:50%;
  top:50%;

  transform:translate(-50%,-50%);

  white-space:nowrap;

  font-family:var(--font-display);

  font-size:clamp(75px,11vw,170px);

  font-weight:900;

  letter-spacing:-.07em;

  color:transparent;

  -webkit-text-stroke:1px #fff;
}

.city-title span{
  color:var(--yellow);
}

.city-copy{
  position:absolute;

  left:8vw;
  bottom:12vh;

  font-family:var(--font-display);

  font-size:28px;

  line-height:.95;

  letter-spacing:-.04em;

  color:#fff;
}

.city-coordinate{
  position:absolute;

  right:-2vw;
  bottom:-5vh;

  font-family:var(--font-display);

  font-size:22vw;

  line-height:.7;

  font-weight:900;

  color:var(--yellow);

  opacity:.8;
}


/* =========================================================
   FINAL SECTION
   ========================================================= */

.about-final{
  min-height:100vh;

  padding:14vh 8vw 40px;

  background:var(--yellow);

  color:#111;

  display:flex;

  flex-direction:column;

  justify-content:center;
}

.final-grid{
  position:absolute;

  inset:0;

  opacity:.2;

  background-image:
    linear-gradient(
      rgba(0,0,0,.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0,0,0,.12) 1px,
      transparent 1px
    );

  background-size:70px 70px;
}

.final-kicker{
  position:relative;

  z-index:2;

  font-family:var(--font);

  font-size:10px;

  line-height:1;

  letter-spacing:.1em;
}

.about-final h2{
  position:relative;

  z-index:2;

  margin:30px 0;

  font-family:var(--font-display);

  font-size:clamp(70px,10vw,155px);

  line-height:.78;

  letter-spacing:-.07em;

  font-weight:900;
}

.about-final h2 span{
  display:inline-block;
}

.about-final>p{
  position:relative;

  z-index:2;

  max-width:300px;

  font-family:var(--font);

  font-size:14px;

  line-height:1.55;
}

.final-button{
  position:relative;

  z-index:2;

  margin-top:35px;

  width:max-content;

  display:flex;

  align-items:center;

  gap:25px;

  padding:14px 0;

  color:#111;

  text-decoration:none;

  border-bottom:1px solid #111;

  font-family:var(--font);

  font-size:10px;

  line-height:1;

  letter-spacing:.08em;
}

.final-button strong{
  font-family:var(--font);

  font-size:18px;
}

.final-footer{
  position:absolute;

  left:8vw;
  right:8vw;
  bottom:30px;

  z-index:2;

  display:flex;

  justify-content:space-between;

  font-family:var(--font);

  font-size:9px;

  line-height:1;

  letter-spacing:.08em;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:768px){

  .about-progress{
    left:12px;
  }


  /* Top labels */
  .hero-top,
  .city-top{
    left:22px;
    right:22px;
    top:88px;
  }


  /* =======================================================
     MOBILE HERO
     ======================================================= */

  .about-hero{
    min-height:auto;

    padding:118px 0 90px;
  }

  .hero-grid{
    grid-template-columns:1fr;

    gap:44px;

    padding:0 22px;
  }

  .hero-content h1{
    font-size:11vw;
  }

  .hero-copy{
    max-width:none;
  }

  .hero-image-window{
    aspect-ratio:4/5;
  }


  /* =======================================================
     INTRO
     ======================================================= */

  .intro-section{
    padding:100px 22px;
  }

  .intro-layout{
    grid-template-columns:1fr;

    gap:60px;

    margin-top:70px;
  }

  .intro-left h2{
    font-size:15vw;
  }

  .intro-image{
    height:48vh;
  }

  .intro-text{
    grid-template-columns:1fr;
  }


  /* =======================================================
     MANIFESTO
     ======================================================= */

  .manifesto-section{
    height:300vh;
  }

  .manifesto-meta{
    left:22px;

    top:88px;
  }

  .manifesto-word{
    left:22px;

    font-size:16vw;
  }

  .manifesto-copy{
    right:22px;

    bottom:10vh;
  }


  /* =======================================================
     FOUNDERS
     ======================================================= */

  .founders-section{
    padding:10vh 22px;
  }

  .founders-pin{
    grid-template-columns:1fr;

    gap:70px;
  }

  .founders-line{
    left:0;
    right:0;

    top:50%;

    bottom:auto;

    width:auto;

    height:1px;

    transform:scaleX(0);

    transform-origin:left;
  }

  .founder-photo{
    height:42vh;
  }


  /* =======================================================
     JOURNEY
     ======================================================= */

  .journey-section{
    height:390vh;
  }

  .journey-header{
    left:22px;

    top:88px;
  }

  .journey-header h2{
    font-size:14vw;
  }

  .journey-header p{
    width:190px;

    margin-top:18px;

    color:var(--yellow);
  }

  .journey-stamp{
    right:22px;

    top:92px;
  }

  .journey-thread{
    left:12vw;
    right:5vw;

    top:20vh;
    bottom:9vh;
  }

  .journey-fragment{
    width:82vw;

    height:58vh;

    top:53%;

    grid-template-columns:55% 45%;
  }

  .fragment-copy{
    margin-left:-18px;

    margin-bottom:18px;

    padding:18px 16px;
  }

  .fragment-copy h3{
    font-size:8vw;
  }

  .fragment-copy p{
    font-size:11px;
  }

  .fragment-year{
    right:-3vw;

    top:-4vh;

    font-size:23vw;
  }

  .fragment-index{
    left:0;

    bottom:-28px;
  }

  .journey-side-note{
    left:12px;
  }

  .journey-bottom{
    left:22px;
    right:22px;
  }


  /* =======================================================
     CITY
     ======================================================= */

  .city-title{
    font-size:20vw;
  }

  .city-copy{
    left:22px;

    bottom:12vh;
  }

  .city-coordinate{
    font-size:28vw;
  }


  /* =======================================================
     FINAL
     ======================================================= */

  .about-final{
    padding-left:22px;
    padding-right:22px;
  }

  .about-final h2{
    font-size:15vw;
  }

  .final-footer{
    left:22px;
    right:22px;
  }
}


/* =========================================================
   MEDIUM DESKTOP
   769px → 1150px

   This is particularly important for laptop screens
   like the screenshot you sent.
   ========================================================= */

@media (min-width:769px) and (max-width:1150px){

  .hero-grid{
    grid-template-columns:1fr .9fr;

    gap:5vw;

    padding:0 6vw;
  }

  .hero-content h1{
    font-size:clamp(42px,6vw,60px);
  }
}

/*thinking page css*/

/* ============================================================
   THINKING PAGE
============================================================ */
/* ============================================================
   PERSPECTIWITTY — THINKING PAGE
   Uses the SAME global design system as homepage
   ============================================================ */


/* ============================================================
   THINKING VARIABLES
   ============================================================ */

:root{

  --think-black:var(--black);
  --think-white:var(--white);
  --think-off:var(--off);
  --think-yellow:var(--yellow);
  --think-grey:var(--gray);

  --think-line:var(--line);
  --think-line-light:var(--line-light);

  /* SAME HOMEPAGE FONT */
  --think-font:var(--font);

  --think-ease:var(--ease);
}


/* ============================================================
   PAGE BASE
   ============================================================ */

body{
  font-family:var(--font);
  background:var(--off);
  color:var(--black);
}

main{
  width:100%;
  overflow:hidden;
}


/* ============================================================
   IMPORTANT:
   HEADER IS CONTROLLED BY style.css

   Do NOT recreate the homepage header here.
   ============================================================ */

.site-nav{
  font-family:var(--font)!important;
}

.site-nav .logo{
  font-family:var(--font)!important;
}

.site-nav .nav-links a,
.site-nav .nav-toggle{
  font-family:var(--font)!important;
}

.mobile-menu,
.mobile-menu a{
  font-family:var(--font)!important;
}


/* ============================================================
   PAGE PROGRESS
   ============================================================ */

.thinking-progress{

  position:fixed;

  z-index:999;

  left:28px;

  top:50%;

  transform:translateY(-50%);

  display:flex;

  flex-direction:column;

  align-items:center;

  gap:12px;

  pointer-events:none;

  mix-blend-mode:difference;
}


.thinking-progress-track{

  width:1px;

  height:80px;

  background:rgba(255,255,255,.25);
}


.thinking-progress-track span{

  display:block;

  width:100%;

  height:0;

  background:var(--yellow);
}


.thinking-progress b{

  color:#fff;

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

}


/* ============================================================
   SECTION META
   ============================================================ */

.think-section-meta{

  display:flex;

  align-items:center;

  gap:14px;

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.13em;

  text-transform:uppercase;

  color:#777;
}


.think-section-meta span:first-child{

  color:var(--yellow);

}


/* ============================================================
   HERO
   ============================================================ */

.think-hero{

  position:relative;

  min-height:145vh;

  overflow:hidden;

  background:#080808;

  color:#fff;
}


/* subtle texture */

.think-noise{

  position:absolute;

  inset:0;

  z-index:1;

  pointer-events:none;

  opacity:.055;

  background-image:url(
    "data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"
  );
}


/* ------------------------------------------------------------
   HERO TOP
   ------------------------------------------------------------ */

.think-hero-top{

  position:absolute;

  z-index:5;

  top:105px;

  left:var(--side);

  right:var(--side);

  display:flex;

  align-items:center;

  justify-content:space-between;

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.12em;

  text-transform:uppercase;

  color:rgba(255,255,255,.45);
}


/* ------------------------------------------------------------
   HERO CONTENT
   ------------------------------------------------------------ */

.think-hero-content{

  position:absolute;

  z-index:5;

  left:var(--side);

  top:46%;

  width:min(
    900px,
    calc(100vw - 2 * var(--side))
  );
}


.think-kicker{

  margin:0 0 28px;

  color:var(--yellow);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.14em;

  text-transform:uppercase;
}


/* ------------------------------------------------------------
   HERO TITLE

   SAME SORA AS HOMEPAGE
   ------------------------------------------------------------ */

.think-hero h1{

  margin:0;

  font-family:var(--font);

  font-size:
    clamp(
      100px,
      16vw,
      235px
    );

  font-weight:700;

  line-height:.78;

  letter-spacing:-.085em;
}


.think-hero h1 span{

  color:var(--yellow);
}


/* ------------------------------------------------------------
   HERO DESCRIPTION
   ------------------------------------------------------------ */

.think-hero-copy{

  width:310px;

  margin:42px 0 0 8px;

  color:rgba(255,255,255,.65);

  font-family:var(--font);

  font-size:13px;

  font-weight:400;

  line-height:1.65;
}


/* ------------------------------------------------------------
   HERO SCROLL
   ------------------------------------------------------------ */

.think-scroll{

  position:absolute;

  z-index:5;

  left:50%;

  bottom:35px;

  transform:translateX(-50%);

  display:flex;

  align-items:center;

  gap:14px;

  color:rgba(255,255,255,.45);

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.13em;

  white-space:nowrap;
}


.think-scroll i{

  color:var(--yellow);

  font-size:16px;

  font-style:normal;
}


/* ============================================================
   HERO ORBIT
   ============================================================ */

.think-orbit{

  position:absolute;

  z-index:2;

  right:7vw;

  top:28%;

  width:38vw;

  height:38vw;

  max-width:570px;

  max-height:570px;

  border:
    1px solid
    rgba(255,255,255,.09);

  border-radius:50%;
}


.think-orbit::before,
.think-orbit::after{

  content:"";

  position:absolute;

  border:
    1px solid
    rgba(255,255,255,.07);

  border-radius:50%;
}


.think-orbit::before{

  inset:12%;
}


.think-orbit::after{

  inset:30%;

  border-color:
    rgba(243,235,25,.14);
}


.orbit-word{

  position:absolute;

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.1em;

  color:rgba(255,255,255,.55);

  white-space:nowrap;
}


.orbit-a{
  left:9%;
  top:48%;
}


.orbit-b{

  right:5%;

  top:20%;

  color:var(--yellow);
}


.orbit-c{

  right:20%;

  bottom:4%;
}


.orbit-d{

  left:27%;

  bottom:10%;

  color:rgba(255,255,255,.25);
}


/* ============================================================
   FEATURED THOUGHT
   ============================================================ */

.featured-thought{

  position:relative;

  min-height:115vh;

  padding:
    var(--section)
    var(--side);

  background:var(--off);

  color:var(--black);
}


.featured-grid{

  display:grid;

  grid-template-columns:
    1.15fr
    .85fr;

  align-items:center;

  gap:7vw;

  margin-top:10vh;
}


/* ------------------------------------------------------------
   FEATURE IMAGE
   ------------------------------------------------------------ */

.featured-image-wrap{

  position:relative;

  min-width:0;
}


.featured-image{

  position:relative;

  height:65vh;

  overflow:hidden;
}


.featured-image img{

  width:100%;

  height:120%;

  object-fit:cover;

  filter:grayscale(100%);

  transition:
    filter .6s ease,
    transform 1s var(--ease);
}


.featured-image-wrap:hover
.featured-image img{

  filter:grayscale(0%);

  transform:scale(1.03);
}


.image-note{

  position:absolute;

  z-index:2;

  left:16px;

  bottom:16px;

  color:#fff;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.1em;

}


/* ------------------------------------------------------------
   FEATURE COPY
   ------------------------------------------------------------ */

.featured-copy{

  padding-bottom:4vh;
}


.article-label{

  color:#777;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.12em;

  text-transform:uppercase;
}


.featured-copy h2{

  margin:28px 0 35px;

  max-width:600px;

  font-family:var(--font);

  font-size:
    clamp(
      58px,
      7vw,
      108px
    );

  font-weight:700;

  line-height:.82;

  letter-spacing:-.075em;
}


.featured-copy h2 em{

  color:#888;

  font-style:normal;
}


.featured-copy p{

  max-width:360px;

  color:#555;

  font-family:var(--font);

  font-size:13px;

  font-weight:400;

  line-height:1.7;
}


.read-link{

  display:inline-flex;

  align-items:center;

  gap:30px;

  margin-top:35px;

  padding-bottom:12px;

  border-bottom:
    1px solid
    var(--black);

  color:var(--black);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.1em;

  text-decoration:none;

  transition:
    gap .4s var(--ease);
}


.read-link:hover{

  gap:45px;
}


.read-link strong{

  font-size:17px;

  font-weight:500;
}


/* ============================================================
   IDEA MARQUEE
   ============================================================ */

.idea-marquee{

  position:relative;

  overflow:hidden;

  padding:26px 0;

  background:var(--yellow);

  color:var(--black);
}


.marquee-line{

  display:flex;

  align-items:center;

  width:max-content;

  gap:38px;

  white-space:nowrap;

  font-family:var(--font);

  font-size:
    clamp(
      30px,
      4vw,
      64px
    );

  font-weight:700;

  line-height:1;

  letter-spacing:-.055em;

  animation:
    thinkingMarquee
    24s
    linear
    infinite;
}


.marquee-line i{

  font-family:var(--font);

  font-size:20px;

  font-style:normal;

  font-weight:400;
}


@keyframes thinkingMarquee{

  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-35%);
  }

}


/* ============================================================
   RECENT THINKING
   ============================================================ */

.thoughts-section{

  padding:
    var(--section)
    var(--side);

  background:#101010;

  color:#fff;
}


.thoughts-heading{

  margin-bottom:12vh;
}


.thoughts-heading h2{

  margin:35px 0 0;

  max-width:950px;

  font-family:var(--font);

  font-size:
    clamp(
      70px,
      9vw,
      135px
    );

  font-weight:700;

  line-height:.8;

  letter-spacing:-.075em;
}


.thoughts-heading h2 span{

  color:transparent;

  -webkit-text-stroke:
    1px #fff;

  text-stroke:
    1px #fff;
}


/* ============================================================
   THOUGHT LIST
   ============================================================ */

.thought-list{

  display:flex;

  flex-direction:column;

  gap:12vh;
}


.thought-card{

  position:relative;

  display:grid;

  grid-template-columns:
    55%
    45%;

  align-items:center;

  width:100%;

  max-width:1100px;
}


.thought-card-offset{

  margin-left:auto;
}


/* ------------------------------------------------------------
   CARD IMAGE
   ------------------------------------------------------------ */

.thought-card-image{

  position:relative;

  height:55vh;

  overflow:hidden;
}


.thought-card-image::after{

  content:"";

  position:absolute;

  inset:0;

  pointer-events:none;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.35),
      transparent 50%
    );
}


.thought-card-image img{

  width:110%;

  height:110%;

  object-fit:cover;

  filter:grayscale(100%);

  transition:
    filter .7s ease,
    transform 1s var(--ease);
}


.thought-card:hover
.thought-card-image img{

  filter:grayscale(0%);

  transform:scale(1.04);
}


/* ------------------------------------------------------------
   CARD COPY
   ------------------------------------------------------------ */

.thought-card-copy{

  position:relative;

  z-index:2;

  margin-left:-45px;

  padding:45px;

  background:#171717;
}


.thought-card-copy > span{

  color:var(--yellow);

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.12em;

  text-transform:uppercase;
}


.thought-card-copy h3{

  margin:20px 0;

  max-width:500px;

  font-family:var(--font);

  font-size:
    clamp(
      34px,
      4vw,
      58px
    );

  font-weight:700;

  line-height:.87;

  letter-spacing:-.06em;
}


.thought-card-copy p{

  max-width:280px;

  margin:0;

  color:#888;

  font-family:var(--font);

  font-size:12px;

  font-weight:400;

  line-height:1.6;
}


.thought-card-copy a{

  display:inline-flex;

  align-items:center;

  gap:25px;

  margin-top:28px;

  color:#fff;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.11em;

  text-decoration:none;
}


.thought-card-copy a b{

  color:var(--yellow);

  font-size:16px;

  font-weight:500;
}


/* ------------------------------------------------------------
   CARD NUMBER
   ------------------------------------------------------------ */

.thought-number{

  position:absolute;

  z-index:4;

  left:-35px;

  top:-35px;

  color:var(--yellow);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;
}


/* ============================================================
   HOW WE THINK
   ============================================================ */

.thinking-process{

  position:relative;

  height:500vh;

  background:#f0eee7;

  color:var(--black);
}


.process-sticky{

  position:sticky;

  top:0;

  height:100vh;

  overflow:hidden;

  padding:
    12vh
    var(--side);
}


/* ------------------------------------------------------------
   PROCESS INTRO
   ------------------------------------------------------------ */

.process-intro{

  position:absolute;

  z-index:5;

  left:var(--side);

  top:27vh;
}


.process-intro > p{

  margin:0 0 20px;

  color:#777;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.13em;

  text-transform:uppercase;
}


.process-intro h2{

  margin:0;

  max-width:650px;

  font-family:var(--font);

  font-size:
    clamp(
      55px,
      7vw,
      105px
    );

  font-weight:700;

  line-height:.82;

  letter-spacing:-.07em;
}


.process-intro h2 span{

  color:#888;
}


/* ============================================================
   PROCESS CIRCLE
   ============================================================ */

.process-stage{

  position:absolute;

  right:5vw;

  top:50%;

  width:48vw;

  height:48vw;

  max-width:620px;

  max-height:620px;

  transform:translateY(-50%);

  border:
    1px solid
    rgba(0,0,0,.12);

  border-radius:50%;
}


.process-stage::before{

  content:"";

  position:absolute;

  inset:14%;

  border:
    1px solid
    rgba(0,0,0,.08);

  border-radius:50%;
}


.process-stage::after{

  content:"";

  position:absolute;

  inset:30%;

  border:
    1px solid
    rgba(243,235,25,.35);

  border-radius:50%;
}


.process-circle{

  position:absolute;

  left:50%;

  top:50%;

  width:20%;

  height:20%;

  transform:
    translate(-50%,-50%);

  border-radius:50%;

  background:var(--yellow);
}


/* ============================================================
   PROCESS WORDS
   ============================================================ */

.process-word{

  position:absolute;

  z-index:4;

  font-family:var(--font);

  font-size:
    clamp(
      24px,
      3vw,
      50px
    );

  font-weight:700;

  line-height:.85;

  letter-spacing:-.06em;

  white-space:nowrap;
}


.process-word small{

  margin-right:8px;

  vertical-align:top;

  color:#777;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  letter-spacing:.05em;
}


.process-word-1{
  left:4%;
  top:48%;
}


.process-word-2{
  left:35%;
  top:3%;
}


.process-word-3{
  right:1%;
  top:30%;
}


.process-word-4{
  right:8%;
  bottom:14%;
}


.process-word-5{
  left:30%;
  bottom:2%;
}


/* ============================================================
   PROCESS CAPTION
   ============================================================ */

.process-caption{

  position:absolute;

  left:var(--side);

  bottom:8vh;

  display:flex;

  align-items:center;

  gap:25px;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.1em;

  text-transform:uppercase;
}


.process-caption span{

  color:var(--black);
}


.process-caption p{

  margin:0;

  color:#777;

  font-size:9px;

  font-weight:400;

  text-transform:none;

  letter-spacing:0;
}


/* ============================================================
   TOPICS
   ============================================================ */

.topics-section{

  min-height:115vh;

  padding:
    var(--section)
    var(--side);

  background:#0b0b0b;

  color:#fff;
}


/* ------------------------------------------------------------
   TOPICS HEADING
   ------------------------------------------------------------ */

.topics-heading h2{

  margin:
    70px
    0
    100px;

  max-width:1000px;

  font-family:var(--font);

  font-size:
    clamp(
      65px,
      9vw,
      135px
    );

  font-weight:700;

  line-height:.8;

  letter-spacing:-.075em;
}


.topics-heading h2 span{

  color:transparent;

  -webkit-text-stroke:
    1px #fff;

  text-stroke:
    1px #fff;
}


/* ============================================================
   TOPIC LIST
   ============================================================ */

.topic-list{

  border-top:
    1px solid
    rgba(255,255,255,.14);
}


.topic-list a{

  display:grid;

  grid-template-columns:
    60px
    1fr
    40px;

  align-items:center;

  min-height:90px;

  border-bottom:
    1px solid
    rgba(255,255,255,.14);

  color:#fff;

  font-family:var(--font);

  font-size:
    clamp(
      28px,
      4vw,
      58px
    );

  font-weight:700;

  line-height:1;

  letter-spacing:-.055em;

  text-decoration:none;

  transition:
    padding .5s var(--ease),
    color .35s ease;
}


.topic-list a span{

  color:#666;

  font-family:var(--font);

  font-size:8px;

  font-weight:600;

  line-height:1;

  letter-spacing:.08em;
}


.topic-list a b{

  color:var(--yellow);

  font-family:var(--font);

  font-size:18px;

  font-weight:500;
}


.topic-list a:hover{

  padding-left:25px;

  color:var(--yellow);
}


/* ============================================================
   FINAL CTA
   ============================================================ */

.thinking-final{

  position:relative;

  min-height:100vh;

  display:flex;

  align-items:center;

  overflow:hidden;

  padding:
    14vh
    var(--side)
    100px;

  background:var(--yellow);

  color:var(--black);
}


/* ------------------------------------------------------------
   GRID
   ------------------------------------------------------------ */

.final-grid{

  position:absolute;

  inset:0;

  z-index:0;

  pointer-events:none;

  opacity:.14;

  background-image:
    linear-gradient(
      rgba(0,0,0,.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0,0,0,.12) 1px,
      transparent 1px
    );

  background-size:
    70px 70px;
}


/* ------------------------------------------------------------
   CTA INNER
   ------------------------------------------------------------ */

.thinking-final-inner{

  position:relative;

  z-index:2;

  width:
    min(
      100%,
      var(--max)
    );

  margin:0 auto;
}


/* ------------------------------------------------------------
   CTA KICKER
   ------------------------------------------------------------ */

.final-kicker{

  display:block;

  margin-bottom:35px;

  color:var(--black);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.11em;

  text-transform:uppercase;
}


/* ------------------------------------------------------------
   CTA TITLE
   ------------------------------------------------------------ */

.thinking-final h2{

  margin:0;

  max-width:1100px;

  font-family:var(--font);

  font-size:
    clamp(
      80px,
      11vw,
      165px
    );

  font-weight:700;

  line-height:.78;

  letter-spacing:-.08em;
}


.thinking-final h2 span{

  color:transparent;

  -webkit-text-stroke:
    1.5px
    var(--black);

  text-stroke:
    1.5px
    var(--black);
}


/* ------------------------------------------------------------
   CTA DESCRIPTION
   ------------------------------------------------------------ */

.thinking-final-inner > p{

  max-width:360px;

  margin-top:45px;

  color:rgba(8,8,8,.68);

  font-family:var(--font);

  font-size:14px;

  font-weight:400;

  line-height:1.65;
}


/* ------------------------------------------------------------
   CTA LINK
   ------------------------------------------------------------ */

.think-final-link{

  display:inline-flex;

  align-items:center;

  gap:30px;

  width:max-content;

  margin-top:35px;

  padding-bottom:13px;

  border-bottom:
    1px solid
    var(--black);

  color:var(--black);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  letter-spacing:.1em;

  text-decoration:none;

  transition:
    gap .4s var(--ease);
}


.think-final-link:hover{

  gap:45px;
}


.think-final-link strong{

  font-size:18px;

  font-weight:500;
}


/* ============================================================
   HOMEPAGE FOOTER
   ============================================================

   IMPORTANT:
   This is the REAL footer.

   It must be OUTSIDE .thinking-final in your HTML.
   ============================================================ */

.thinking-final + footer{

  width:100%;

  padding:
    55px
    0
    25px;

  background:var(--black);

  color:#fff;

  border-top:
    1px solid
    rgba(255,255,255,.08);
}


/* ------------------------------------------------------------
   FOOTER MAIN
   ------------------------------------------------------------ */

.thinking-final + footer .footer-main{

  display:flex;

  align-items:flex-end;

  justify-content:space-between;

  gap:40px;

  padding-bottom:40px;

  border-bottom:
    1px solid
    rgba(255,255,255,.1);
}


/* ------------------------------------------------------------
   FOOTER LOGO
   ------------------------------------------------------------ */

.thinking-final + footer .footer-logo{

  font-family:var(--font);

  font-size:20px;

  font-weight:800;

  line-height:1;

  letter-spacing:-.06em;
}


.thinking-final + footer .footer-logo span{

  color:var(--yellow);
}


/* ------------------------------------------------------------
   FOOTER TAGLINE
   ------------------------------------------------------------ */

.thinking-final + footer .footer-main p{

  margin-top:8px;

  color:
    rgba(255,255,255,.35);

  font-family:var(--font);

  font-size:11px;

  font-weight:400;

  line-height:1.4;
}


/* ------------------------------------------------------------
   FOOTER NAV
   ------------------------------------------------------------ */

.thinking-final + footer .footer-main nav{

  display:flex;

  align-items:center;

  gap:25px;

  flex-wrap:wrap;
}


.thinking-final + footer .footer-main nav a{

  color:
    rgba(255,255,255,.5);

  font-family:var(--font);

  font-size:9px;

  font-weight:600;

  line-height:1;

  text-decoration:none;

  transition:
    color .25s ease;
}


.thinking-final + footer .footer-main nav a:hover{

  color:var(--yellow);
}


/* ------------------------------------------------------------
   FOOTER BOTTOM
   ------------------------------------------------------------ */

.thinking-final + footer .footer-bottom{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  padding-top:20px;

  color:
    rgba(255,255,255,.24);

  font-family:var(--font);

  font-size:8px;

  font-weight:500;

  line-height:1.4;
}


/* ============================================================
   REMOVE OLD INNER FOOTER
   ============================================================

   If the old .think-footer is still in your HTML,
   don't allow it to create another footer-like element.
   ============================================================ */

.thinking-final .think-footer{

  display:none!important;
}


/* ============================================================
   TABLET
   ============================================================ */

@media(max-width:1100px){

  .think-hero-content{

    width:
      calc(
        100vw - 2 * var(--side)
      );
  }


  .think-hero h1{

    font-size:
      clamp(
        90px,
        15vw,
        190px
      );
  }


  .think-orbit{

    right:2vw;

    width:43vw;

    height:43vw;
  }


  .featured-grid{

    gap:5vw;
  }


  .featured-copy h2{

    font-size:
      clamp(
        52px,
        6.5vw,
        90px
      );
  }


  .thought-card{

    max-width:950px;
  }


  .thought-card-copy{

    margin-left:-30px;

    padding:35px;
  }


  .process-stage{

    right:-2vw;

    width:50vw;

    height:50vw;
  }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width:800px){

  /* ----------------------------------------------------------
     PROGRESS
     ---------------------------------------------------------- */

  .thinking-progress{

    left:12px;

  }


  /* ----------------------------------------------------------
     HERO
     ---------------------------------------------------------- */

  .think-hero{

    min-height:120vh;
  }


  .think-hero-top{

    top:88px;

    left:22px;

    right:22px;

    font-size:8px;
  }


  .think-hero-content{

    left:22px;

    top:38%;

    width:
      calc(
        100vw - 44px
      );
  }


  .think-kicker{

    margin-bottom:22px;

    font-size:8px;

    line-height:1.4;
  }


  .think-hero h1{

    font-size:27vw;

    line-height:.8;
  }


  .think-hero-copy{

    width:260px;

    margin:
      35px
      0
      0
      4px;

    font-size:12px;

    line-height:1.6;
  }


  .think-orbit{

    right:-18vw;

    top:48%;

    width:78vw;

    height:78vw;
  }


  .think-scroll{

    bottom:25px;

    font-size:7px;
  }


  /* ----------------------------------------------------------
     FEATURED
     ---------------------------------------------------------- */

  .featured-thought{

    min-height:auto;

    padding:
      100px
      22px;
  }


  .featured-grid{

    grid-template-columns:1fr;

    gap:50px;

    margin-top:70px;
  }


  .featured-image{

    height:50vh;
  }


  .featured-copy{

    padding-bottom:0;
  }


  .featured-copy h2{

    font-size:17vw;

    line-height:.82;
  }


  .featured-copy p{

    max-width:310px;

    font-size:13px;
  }


  /* ----------------------------------------------------------
     MARQUEE
     ---------------------------------------------------------- */

  .idea-marquee{

    padding:22px 0;
  }


  .marquee-line{

    gap:28px;

    font-size:11vw;
  }


  /* ----------------------------------------------------------
     THOUGHTS
     ---------------------------------------------------------- */

  .thoughts-section{

    padding:
      100px
      22px;
  }


  .thoughts-heading{

    margin-bottom:80px;
  }


  .thoughts-heading h2{

    font-size:16vw;

    line-height:.8;
  }


  .thought-list{

    gap:90px;
  }


  .thought-card,
  .thought-card-offset{

    display:block;

    margin:0;

    max-width:none;
  }


  .thought-card-image{

    height:50vh;
  }


  .thought-card-copy{

    margin:
      -30px
      12px
      0;

    padding:
      28px
      24px;
  }


  .thought-card-copy h3{

    font-size:10vw;

    line-height:.86;
  }


  .thought-card-copy p{

    max-width:270px;
  }


  .thought-number{

    left:8px;

    top:-25px;
  }


  /* ----------------------------------------------------------
     PROCESS
     ---------------------------------------------------------- */

  .thinking-process{

    height:420vh;
  }


  .process-sticky{

    padding:
      90px
      22px;
  }


  .process-intro{

    left:22px;

    top:20vh;

    max-width:
      calc(
        100vw - 44px
      );
  }


  .process-intro h2{

    font-size:14vw;

    line-height:.82;
  }


  .process-stage{

    right:-24vw;

    top:60%;

    width:85vw;

    height:85vw;
  }


  .process-word{

    font-size:7vw;
  }


  .process-caption{

    left:22px;

    right:22px;

    bottom:35px;

    gap:15px;

    flex-wrap:wrap;
  }


  /* ----------------------------------------------------------
     TOPICS
     ---------------------------------------------------------- */

  .topics-section{

    min-height:auto;

    padding:
      100px
      22px;
  }


  .topics-heading h2{

    margin:
      60px
      0
      70px;

    font-size:15vw;

    line-height:.8;
  }


  .topic-list a{

    min-height:75px;

    grid-template-columns:
      35px
      1fr
      25px;

    font-size:8vw;
  }


  .topic-list a:hover{

    padding-left:10px;
  }


  /* ----------------------------------------------------------
     FINAL CTA
     ---------------------------------------------------------- */

  .thinking-final{

    min-height:90vh;

    padding:
      100px
      22px
      80px;
  }


  .thinking-final-inner{

    width:100%;

    padding:0;
  }


  .final-kicker{

    margin-bottom:28px;

    font-size:8px;

    line-height:1.4;
  }


  .thinking-final h2{

    font-size:18vw;

    line-height:.8;
  }


  .thinking-final h2 span{

    -webkit-text-stroke:1px var(--black);
  }


  .thinking-final-inner > p{

    max-width:300px;

    margin-top:35px;

    font-size:13px;

    line-height:1.6;
  }


  .think-final-link{

    margin-top:30px;
  }


  /* ----------------------------------------------------------
     FOOTER
     ---------------------------------------------------------- */

  .thinking-final + footer{

    padding:
      45px
      20px
      25px;
  }


  .thinking-final + footer .footer-main{

    flex-direction:column;

    align-items:flex-start;

    gap:35px;

    padding-bottom:30px;
  }


  .thinking-final + footer .footer-main nav{

    gap:
      18px
      25px;
  }


  .thinking-final + footer .footer-bottom{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;

    padding-top:18px;
  }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media(max-width:520px){

  .think-hero h1{

    font-size:28vw;
  }


  .think-hero-copy{

    width:230px;

    font-size:11px;
  }


  .featured-copy h2{

    font-size:18vw;
  }


  .thoughts-heading h2{

    font-size:17vw;
  }


  .thought-card-image{

    height:42vh;
  }


  .thought-card-copy{

    padding:
      25px
      20px;
  }


  .thinking-final h2{

    font-size:19vw;
  }


  .topic-list a{

    font-size:8.5vw;
  }


  .thinking-final + footer .footer-main nav{

    display:grid;

    grid-template-columns:
      1fr
      1fr;

    width:100%;

    gap:18px;
  }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media(prefers-reduced-motion:reduce){

  html{

    scroll-behavior:auto;
  }


  .marquee-line{

    animation:none;
  }


  *,
  *::before,
  *::after{

    transition-duration:0.01ms!important;

    animation-duration:0.01ms!important;

    animation-iteration-count:1!important;
  }

}

/*ai page css*/

/* =========================================================
   PERSPECTIWITTY — AI LAB
   ISOLATED PAGE STYLES
   Font: Manrope
========================================================= */

.ai-lab-page {
  --font-display: 'Manrope', sans-serif;
  --display: 'Manrope', sans-serif;
  --mono: 'Manrope', sans-serif;

  --ailab-black: #090909;
  --ailab-black-2: #111111;
  --ailab-white: #ffffff;
  --ailab-paper: #f1f0e9;
  --ailab-yellow: #f1e91c;
  --ailab-grey: #777770;
  --ailab-light-grey: #aaa9a2;

  --ailab-line: rgba(0, 0, 0, .14);
  --ailab-line-light: rgba(255, 255, 255, .14);

  --ailab-side: clamp(22px, 5vw, 76px);

  width: 100%;
  overflow: clip;

  background: var(--ailab-paper);
  color: var(--ailab-black);

  font-family: var(--font-display);
}


/* =========================================================
   RESET — AI LAB ONLY
========================================================= */

.ai-lab-page *,
.ai-lab-page *::before,
.ai-lab-page *::after {
  box-sizing: border-box;
}

.ai-lab-page img {
  display: block;
  max-width: 100%;
}

.ai-lab-page a {
  color: inherit;
  text-decoration: none;
}

.ai-lab-page button {
  font-family: var(--font-display);
}


/* =========================================================
   HEADER
========================================================= */

.lab-header {
  position: fixed;
  z-index: 9999;

  top: 0;
  left: 0;
  right: 0;

  height: 82px;

  padding: 0 var(--ailab-side);

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;

  mix-blend-mode: difference;

  font-family: 'Manrope', sans-serif;
}

.lab-logo {
  color: #fff;

  font-family: 'Manrope', sans-serif;

  font-size: 18px;
  font-weight: 800;

  line-height: 1;

  letter-spacing: -.055em;
}

.lab-logo span {
  color: var(--ailab-yellow);
}

.lab-nav {
  display: flex;
  align-items: center;

  gap: clamp(18px, 2.4vw, 38px);
}

.lab-nav a {
  position: relative;

  color: #fff;

  font-size: 12px;
  font-weight: 600;

  opacity: .68;

  transition:
    opacity .3s ease,
    transform .3s ease;
}

.lab-nav a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.lab-nav a.active {
  opacity: 1;
}

.lab-nav a.active::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -7px;

  height: 1px;

  background: #fff;
}

.lab-menu {
  display: none;

  padding: 0;

  border: 0;

  background: transparent;

  color: #fff;

  font-size: 11px;
  font-weight: 700;

  cursor: pointer;
}

.lab-mobile-menu {
  display: none;
}


/* =========================================================
   HERO
========================================================= */

.ai-lab-page .ailab-hero {
  position: relative;

  width: 100%;
  height: 100svh;
  min-height: 700px;

  overflow: hidden;

  background: #090909;
  color: #fff;
}


/* background grid */

.ai-lab-page .ailab-hero-grid {
  position: absolute;
  inset: 0;

  opacity: .42;

  background-image:
    linear-gradient(
      rgba(255,255,255,.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.055) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  pointer-events: none;
}


/* diagonal light detail */

.ai-lab-page .ailab-hero::after {
  content: "";

  position: absolute;

  width: 70vw;
  height: 70vw;

  right: -30vw;
  top: -20vw;

  border-radius: 50%;

  border: 1px solid rgba(255,255,255,.055);

  pointer-events: none;
}


/* top labels */

.ai-lab-page .ailab-hero-top {
  position: absolute;

  z-index: 10;

  top: 112px;

  left: var(--ailab-side);
  right: var(--ailab-side);

  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .1em;

  color: #666660;
}


/* hero copy */

.ai-lab-page .ailab-hero-copy {
  position: absolute;

  z-index: 8;

  left: var(--ailab-side);

  top: 50%;

  width: min(650px, 50vw);

  transform: translateY(-45%);
}


/* kicker */

.ai-lab-page .ailab-hero-kicker {
  width: max-content;

  max-width: 100%;

  margin-bottom: 34px;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #777770;
}


/* main title */

.ai-lab-page .ailab-hero-copy h1 {
  margin: 0;

  font-family: var(--font-display);

  font-size: clamp(125px, 17vw, 275px);

  font-weight: 800;

  line-height: .7;

  letter-spacing: -.11em;

  color: #fff;
}

.ai-lab-page .ailab-hero-copy h1 span {
  display: block;

  margin-left: 5vw;

  color: transparent;

  -webkit-text-stroke: 1.5px #fff;
}


/* description */

.ai-lab-page .ailab-hero-copy > p {
  width: 330px;

  margin:
    60px
    0
    0
    5.5vw;

  font-family: var(--font-display);

  font-size: 15px;
  font-weight: 500;

  line-height: 1.6;

  color: #92928c;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.ai-lab-page .ailab-hero-visual {
  position: absolute;

  z-index: 3;

  right: var(--ailab-side);

  top: 50%;

  width: min(42vw, 640px);

  aspect-ratio: 1;

  transform: translateY(-50%);

  border: 1px solid rgba(255,255,255,.16);

  overflow: hidden;
}


/* visual grid */

.ai-lab-page .ailab-visual-grid {
  position: absolute;
  inset: 0;

  opacity: .55;

  background-image:
    linear-gradient(
      rgba(255,255,255,.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.055) 1px,
      transparent 1px
    );

  background-size: 20% 20%;
}


/* circles */

.ai-lab-page .ailab-orbit {
  position: absolute;

  left: 50%;
  top: 50%;

  aspect-ratio: 1;

  border: 1px solid rgba(255,255,255,.35);

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.ai-lab-page .orbit-01 {
  width: 27%;
}

.ai-lab-page .orbit-02 {
  width: 52%;
}

.ai-lab-page .orbit-03 {
  width: 78%;
}


/* square */

.ai-lab-page .ailab-orbit-square {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 39%;

  aspect-ratio: 1;

  border: 1px solid rgba(255,255,255,.75);

  transform:
    translate(-50%, -50%)
    rotate(45deg);
}


/* central yellow core */

.ai-lab-page .ailab-hero-core {
  position: absolute;

  z-index: 4;

  left: 50%;
  top: 50%;

  width: 18%;

  aspect-ratio: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--ailab-yellow);

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.ai-lab-page .ailab-hero-core span {
  width: 21%;

  aspect-ratio: 1;

  border-radius: 50%;

  background: #090909;
}


/* cross */

.ai-lab-page .ailab-hero-cross {
  position: absolute;

  left: 50%;
  top: 50%;

  background: rgba(255,255,255,.18);
}

.ai-lab-page .cross-x {
  width: 100%;
  height: 1px;
}

.ai-lab-page .cross-y {
  width: 1px;
  height: 100%;
}


/* visual labels */

.ai-lab-page .ailab-visual-label,
.ai-lab-page .ailab-visual-code {
  position: absolute;

  z-index: 5;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #666660;
}

.ai-lab-page .ailab-visual-label {
  left: 18px;
  bottom: 17px;
}

.ai-lab-page .ailab-visual-code {
  top: 17px;
  right: 18px;
}


/* hero bottom */

.ai-lab-page .ailab-hero-bottom {
  position: absolute;

  z-index: 10;

  left: var(--ailab-side);
  right: var(--ailab-side);

  bottom: 27px;

  display: grid;

  grid-template-columns: 1fr auto 1fr;

  align-items: center;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .1em;

  color: #65655f;
}

.ai-lab-page .ailab-hero-bottom span:last-child {
  text-align: right;
}

.ai-lab-page .ailab-hero-bottom b {
  margin-left: 8px;

  color: var(--ailab-yellow);

  font-size: 13px;
}


/* =========================================================
   MANIFESTO
========================================================= */

.ai-lab-page .ailab-manifesto {
  position: relative;

  min-height: 115vh;

  padding:
    14vh
    var(--ailab-side)
    100px;

  overflow: hidden;

  background: #090909;

  color: #fff;
}

.ai-lab-page .ailab-section-label {
  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .1em;

  color: #666660;
}

.ai-lab-page .ailab-manifesto-content {
  margin-top: 14vh;
}

.ai-lab-page .ailab-manifesto-kicker {
  margin: 0 0 32px;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #777770;
}

.ai-lab-page .ailab-manifesto-content h2 {
  margin: 0;

  font-family: var(--font-display);

  font-size: clamp(88px, 11.5vw, 180px);

  font-weight: 800;

  line-height: .77;

  letter-spacing: -.11em;
}

.ai-lab-page .ailab-manifesto-content h2 em {
  font-style: normal;

  color: var(--ailab-yellow);
}

.ai-lab-page .ailab-manifesto-copy {
  width: 370px;

  margin:
    100px
    0
    0
    34vw;
}

.ai-lab-page .ailab-manifesto-copy p {
  margin: 0 0 20px;

  font-family: var(--font-display);

  font-size: 15px;
  font-weight: 500;

  line-height: 1.65;

  color: #85857f;
}

.ai-lab-page .ailab-manifesto-mark {
  position: absolute;

  right: var(--ailab-side);
  bottom: 50px;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #555550;
}

.ai-lab-page .ailab-manifesto-mark span {
  margin: 0 7px;

  color: var(--ailab-yellow);
}


/* =========================================================
   EXPERIMENT ARCHIVE
========================================================= */

.ai-lab-page .ailab-experiments {
  position: relative;

  min-height: 115vh;

  padding:
    14vh
    0
    90px;

  overflow: hidden;

  background: var(--ailab-paper);

  color: #111;
}

.ai-lab-page .ailab-experiments-header {
  padding: 0 var(--ailab-side);

  display: flex;

  align-items: flex-end;
  justify-content: space-between;
}

.ai-lab-page .ailab-small-label {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .1em;

  color: #777770;
}

.ai-lab-page .ailab-experiments-header h2 {
  margin: 65px 0 0;

  font-family: var(--font-display);

  font-size: clamp(88px, 10vw, 155px);

  font-weight: 800;

  line-height: .72;

  letter-spacing: -.11em;
}

.ai-lab-page .ailab-experiments-header h2 em {
  font-style: normal;

  color: #a1a19a;
}

.ai-lab-page .ailab-experiments-header > p {
  width: 280px;

  margin: 0;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.65;

  color: #595953;
}


/* experiment track */

.ai-lab-page .ailab-experiment-track {
  display: flex;

  gap: 20px;

  width: max-content;

  margin-top: 12vh;

  padding-left: var(--ailab-side);
}


/* cards */

.ai-lab-page .ailab-experiment-card {
  position: relative;

  width: min(31vw, 455px);

  min-width: 410px;

  min-height: 650px;

  padding: 20px;

  flex-shrink: 0;

  overflow: hidden;
}

.ai-lab-page .ailab-card-dark {
  background: #111;
  color: #fff;
}

.ai-lab-page .ailab-card-paper {
  background: #ddd9d0;
  color: #111;
}

.ai-lab-page .ailab-card-yellow {
  background: var(--ailab-yellow);
  color: #111;
}

.ai-lab-page .ailab-card-grey {
  background: #aaa9a2;
  color: #111;
}


/* card top */

.ai-lab-page .ailab-card-top {
  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .1em;

  opacity: .6;
}


/* card artwork */

.ai-lab-page .ailab-card-art {
  position: relative;

  width: 100%;

  aspect-ratio: 1;

  margin-top: 32px;

  overflow: hidden;
}


/* =========================================================
   VISION ART
========================================================= */

.ai-lab-page .ailab-art-vision {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #080808;
}

.ai-lab-page .ailab-vision-ring {
  position: absolute;

  left: 50%;
  top: 50%;

  aspect-ratio: 1;

  border: 1px solid #4a4a45;

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.ai-lab-page .ring-a {
  width: 30%;
}

.ai-lab-page .ring-b {
  width: 55%;
}

.ai-lab-page .ring-c {
  width: 82%;
}

.ai-lab-page .ailab-vision-eye {
  position: relative;

  z-index: 3;

  font-size: 37px;
  font-weight: 800;

  letter-spacing: -.08em;

  color: var(--ailab-yellow);
}

.ai-lab-page .ailab-art-number {
  position: absolute;

  right: 15px;
  bottom: 15px;

  font-family: var(--mono);

  font-size: 8px;

  color: #666;
}


/* =========================================================
   LANGUAGE ART
========================================================= */

.ai-lab-page .ailab-art-language {
  background: #e8e5dc;
}

.ai-lab-page .ailab-language-word {
  position: absolute;

  font-size: clamp(38px, 5vw, 70px);
  font-weight: 800;

  letter-spacing: -.09em;

  color: transparent;

  -webkit-text-stroke: 1px #111;
}

.ai-lab-page .word-01 {
  left: 8%;
  top: 24%;

  transform: rotate(-7deg);
}

.ai-lab-page .word-02 {
  left: 22%;
  top: 49%;

  opacity: .38;

  transform: rotate(5deg);
}

.ai-lab-page .ailab-language-question {
  position: absolute;

  right: 12%;
  bottom: 8%;

  font-size: 105px;
  font-weight: 800;

  line-height: 1;

  transform: rotate(-10deg);
}


/* =========================================================
   ADAPTIVE ART
========================================================= */

.ai-lab-page .ailab-art-adaptive {
  display: flex;

  align-items: center;
  justify-content: center;
}

.ai-lab-page .ailab-pulse {
  position: absolute;

  left: 50%;
  top: 50%;

  aspect-ratio: 1;

  border: 1px solid #111;

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.ai-lab-page .pulse-a {
  width: 30%;
}

.ai-lab-page .pulse-b {
  width: 55%;
}

.ai-lab-page .pulse-c {
  width: 82%;
}

.ai-lab-page .ailab-pulse-core {
  position: relative;

  z-index: 3;

  width: 12%;

  aspect-ratio: 1;

  border-radius: 50%;

  background: #111;
}


/* =========================================================
   IDENTITY ART
========================================================= */

.ai-lab-page .ailab-art-identity {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #b9b7af;
}

.ai-lab-page .ailab-identity-letter {
  position: absolute;

  font-size: 15vw;
  font-weight: 800;

  line-height: 1;

  color: transparent;

  -webkit-text-stroke: 1px #111;
}

.ai-lab-page .identity-two {
  transform: translate(40px, 28px);
}

.ai-lab-page .identity-three {
  transform: translate(80px, 56px);
}


/* card content */

.ai-lab-page .ailab-card-content {
  margin-top: 27px;
}

.ai-lab-page .ailab-card-content > span {
  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;
}

.ai-lab-page .ailab-card-content h3 {
  margin: 18px 0;

  font-size: 38px;
  font-weight: 800;

  line-height: .82;

  letter-spacing: -.08em;
}

.ai-lab-page .ailab-card-content p {
  width: 270px;

  margin: 0;

  font-size: 12px;
  font-weight: 500;

  line-height: 1.6;

  opacity: .6;
}


/* archive footer */

.ai-lab-page .ailab-archive-footer {
  position: absolute;

  left: var(--ailab-side);
  right: var(--ailab-side);

  bottom: 28px;

  display: flex;

  align-items: center;

  gap: 14px;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #777770;
}

.ai-lab-page .ailab-archive-footer i {
  width: 100px;
  height: 1px;

  background: #777770;
}


/* =========================================================
   FEATURE
========================================================= */

.ai-lab-page .ailab-feature {
  position: relative;

  min-height: 140vh;

  padding:
    13vh
    var(--ailab-side)
    80px;

  overflow: hidden;

  background: #080808;

  color: #fff;
}

.ai-lab-page .ailab-feature-top {
  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #62625d;
}

.ai-lab-page .ailab-feature-layout {
  position: relative;

  min-height: 105vh;

  display: flex;

  align-items: center;
}

.ai-lab-page .ailab-feature-copy {
  position: relative;

  z-index: 5;

  width: 40%;
}

.ai-lab-page .ailab-feature-number {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .1em;

  color: var(--ailab-yellow);
}

.ai-lab-page .ailab-feature-copy h2 {
  margin: 32px 0 48px;

  font-size: clamp(95px, 11vw, 175px);

  font-weight: 800;

  line-height: .7;

  letter-spacing: -.11em;
}

.ai-lab-page .ailab-feature-copy h2 em {
  font-style: normal;

  color: transparent;

  -webkit-text-stroke: 1px #fff;
}

.ai-lab-page .ailab-feature-text {
  width: 350px;
}

.ai-lab-page .ailab-feature-text p {
  margin: 0 0 18px;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.65;

  color: #85857f;
}


/* feature visual */

.ai-lab-page .ailab-feature-visual {
  position: absolute;

  right: 0;

  width: min(53vw, 760px);

  aspect-ratio: 1;
}

.ai-lab-page .ailab-feature-visual::before {
  content: "";

  position: absolute;
  inset: 0;

  border: 1px solid #292926;

  border-radius: 50%;
}

.ai-lab-page .ailab-feature-grid {
  position: absolute;

  left: 15%;
  top: 15%;

  width: 70%;
  height: 70%;

  opacity: .6;

  background-image:
    linear-gradient(#20201e 1px, transparent 1px),
    linear-gradient(90deg, #20201e 1px, transparent 1px);

  background-size: 20% 20%;
}


/* feature rings */

.ai-lab-page .ailab-feature-ring {
  position: absolute;

  left: 50%;
  top: 50%;

  aspect-ratio: 1;

  border: 1px solid #363632;

  border-radius: 50%;

  transform: translate(-50%, -50%);
}

.ai-lab-page .feature-ring-01 {
  width: 40%;
}

.ai-lab-page .feature-ring-02 {
  width: 68%;
}

.ai-lab-page .feature-ring-03 {
  width: 94%;
}


/* feature system */

.ai-lab-page .ailab-feature-system {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 56%;

  aspect-ratio: 1;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 7px;

  transform: translate(-50%, -50%);
}

.ai-lab-page .ailab-feature-system > div {
  border: 1px solid #41413d;

  transition:
    background .3s ease,
    border-color .3s ease;
}

.ai-lab-page .ailab-feature-system > div:nth-child(2),
.ai-lab-page .ailab-feature-system > div:nth-child(6) {
  background: rgba(241,233,28,.06);

  border-color: #54511b;
}

.ai-lab-page .ailab-feature-center {
  display: flex;

  align-items: center;
  justify-content: center;

  border-color: var(--ailab-yellow) !important;
}

.ai-lab-page .ailab-feature-center span {
  width: 38%;

  aspect-ratio: 1;

  border-radius: 50%;

  background: var(--ailab-yellow);
}


/* feature labels */

.ai-lab-page .ailab-feature-tag {
  position: absolute;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #555550;
}

.ai-lab-page .tag-input {
  top: 6%;
  left: 50%;

  transform: translateX(-50%);
}

.ai-lab-page .tag-response {
  top: 50%;
  right: 3%;

  transform: translateY(-50%);
}

.ai-lab-page .tag-change {
  left: 50%;
  bottom: 6%;

  transform: translateX(-50%);
}


/* feature bottom */

.ai-lab-page .ailab-feature-bottom {
  position: absolute;

  left: var(--ailab-side);
  right: var(--ailab-side);

  bottom: 30px;

  display: flex;

  justify-content: center;
  align-items: center;

  gap: 14px;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #555550;
}

.ai-lab-page .ailab-feature-bottom i {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--ailab-yellow);
}


/* =========================================================
   WORK
========================================================= */

.ai-lab-page .ailab-work {
  min-height: 110vh;

  padding:
    14vh
    var(--ailab-side)
    110px;

  background: var(--ailab-paper);

  color: #111;
}

.ai-lab-page .ailab-work-heading {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;
}

.ai-lab-page .ailab-work-heading > span {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #777770;
}

.ai-lab-page .ailab-work-heading h2 {
  margin: 0;

  font-size: clamp(88px, 10vw, 155px);

  font-weight: 800;

  line-height: .72;

  letter-spacing: -.11em;
}

.ai-lab-page .ailab-work-heading h2 em {
  font-style: normal;

  color: #999992;
}


/* work list */

.ai-lab-page .ailab-work-list {
  margin-top: 13vh;

  border-top: 1px solid #aaa9a2;
}

.ai-lab-page .ailab-work-item {
  display: grid;

  grid-template-columns:
    220px
    1fr
    30px;

  align-items: center;

  gap: 45px;

  padding: 22px 0;

  border-bottom: 1px solid #aaa9a2;

  transition:
    padding .4s ease;
}

.ai-lab-page .ailab-work-item:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.ai-lab-page .ailab-work-image {
  position: relative;

  width: 220px;
  height: 145px;

  overflow: hidden;
}

.ai-lab-page .ailab-work-image > span {
  position: absolute;

  z-index: 2;

  top: 12px;
  left: 12px;

  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;
}

.ai-lab-page .work-image-one {
  background: #151515;
}

.ai-lab-page .work-image-two {
  background: #b4b3ac;
}

.ai-lab-page .work-image-three {
  background: var(--ailab-yellow);
}


/* symbols */

.ai-lab-page .ailab-work-symbol {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 45%;

  aspect-ratio: 1;

  border: 1px solid #111;

  transform:
    translate(-50%, -50%)
    rotate(45deg);
}

.ai-lab-page .work-image-one .ailab-work-symbol {
  border-color: var(--ailab-yellow);

  box-shadow:
    0 0 0 18px transparent,
    0 0 0 19px rgba(241,233,28,.25);
}

.ai-lab-page .work-image-two .ailab-work-symbol {
  border-radius: 0;
}

.ai-lab-page .work-image-three .ailab-work-symbol {
  border-radius: 0;
}


/* work details */

.ai-lab-page .ailab-work-details > span {
  font-family: var(--mono);

  font-size: 8px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #777770;
}

.ai-lab-page .ailab-work-details h3 {
  margin: 12px 0 0;

  font-size: 37px;
  font-weight: 800;

  letter-spacing: -.075em;
}

.ai-lab-page .ailab-work-item > strong {
  font-size: 21px;

  transition:
    transform .3s ease;
}

.ai-lab-page .ailab-work-item:hover > strong {
  transform:
    translate(5px, -5px);
}


/* =========================================================
   PROCESS
========================================================= */

.ai-lab-page .ailab-process {
  min-height: 105vh;

  padding:
    14vh
    var(--ailab-side)
    110px;

  background: #111;

  color: #fff;
}

.ai-lab-page .ailab-process-heading {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;
}

.ai-lab-page .ailab-process-heading > span {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  color: #62625d;
}

.ai-lab-page .ailab-process-heading h2 {
  margin: 0;

  font-size: clamp(88px, 10vw, 155px);

  font-weight: 800;

  line-height: .72;

  letter-spacing: -.11em;
}

.ai-lab-page .ailab-process-heading h2 em {
  font-style: normal;

  color: transparent;

  -webkit-text-stroke: 1px #fff;
}


/* process grid */

.ai-lab-page .ailab-process-grid {
  margin-top: 15vh;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #393936;
}

.ai-lab-page .ailab-process-step {
  min-height: 330px;

  padding:
    25px
    25px
    0
    0;

  border-right: 1px solid #333330;
}

.ai-lab-page .ailab-process-step:not(:first-child) {
  padding-left: 25px;
}

.ai-lab-page .ailab-process-step > span {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  color: var(--ailab-yellow);
}

.ai-lab-page .ailab-process-step h3 {
  margin:
    75px
    0
    20px;

  font-size: 33px;
  font-weight: 800;

  letter-spacing: -.065em;
}

.ai-lab-page .ailab-process-step p {
  max-width: 190px;

  margin: 0;

  font-size: 13px;
  font-weight: 500;

  line-height: 1.6;

  color: #777770;
}


/* =========================================================
   CTA
========================================================= */

.ai-lab-page .ailab-cta {
  position: relative;

  min-height: 100svh;

  padding:
    15vh
    var(--ailab-side)
    100px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: var(--ailab-yellow);

  color: #111;
}

.ai-lab-page .ailab-cta-grid {
  position: absolute;
  inset: 0;

  opacity: .11;

  background-image:
    linear-gradient(#111 1px, transparent 1px),
    linear-gradient(90deg, #111 1px, transparent 1px);

  background-size: 80px 80px;
}

.ai-lab-page .ailab-cta-top {
  position: absolute;

  z-index: 2;

  top: 110px;

  left: var(--ailab-side);
  right: var(--ailab-side);

  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;
}

.ai-lab-page .ailab-cta-content {
  position: relative;

  z-index: 3;
}

.ai-lab-page .ailab-cta-content > span {
  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;
}

.ai-lab-page .ailab-cta-content h2 {
  margin:
    36px
    0
    58px;

  font-size: clamp(115px, 14vw, 220px);

  font-weight: 800;

  line-height: .68;

  letter-spacing: -.115em;
}

.ai-lab-page .ailab-cta-content h2 em {
  font-style: normal;

  color: transparent;

  -webkit-text-stroke: 1px #111;
}

.ai-lab-page .ailab-cta-content a {
  display: inline-flex;

  align-items: center;

  gap: 18px;

  padding-bottom: 10px;

  border-bottom: 1px solid #111;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .09em;

  transition:
    gap .3s ease;
}

.ai-lab-page .ailab-cta-content a:hover {
  gap: 30px;
}

.ai-lab-page .ailab-cta-content a b {
  font-size: 18px;
}

.ai-lab-page .ailab-cta-bottom {
  position: absolute;

  z-index: 3;

  left: var(--ailab-side);
  right: var(--ailab-side);

  bottom: 28px;

  display: flex;
  justify-content: space-between;

  font-family: var(--mono);

  font-size: 9px;
  font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .ai-lab-page .ailab-hero-copy {
    width: 52vw;
  }

  .ai-lab-page .ailab-hero-copy h1 {
    font-size: 15vw;
  }

  .ai-lab-page .ailab-hero-visual {
    width: 42vw;
  }

  .ai-lab-page .ailab-feature-copy {
    width: 45%;
  }

  .ai-lab-page .ailab-feature-visual {
    width: 55vw;
  }

  .ai-lab-page .ailab-work-item {
    grid-template-columns:
      170px
      1fr
      25px;

    gap: 25px;
  }

  .ai-lab-page .ailab-work-image {
    width: 170px;
    height: 120px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {


  /* -------------------------------------------------------
     HEADER
  ------------------------------------------------------- */

  .lab-header {
    height: 72px;

    padding:
      0
      22px;

    mix-blend-mode: normal;

    color: #fff;
  }

  .lab-logo {
    color: #fff;
  }

  .lab-nav {
    display: none;
  }

  .lab-menu {
    display: block;

    color: #fff;
  }


  /* mobile menu */

  .lab-mobile-menu {
    position: fixed;

    z-index: 9998;

    inset: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 25px;

    padding: 90px 22px;

    background: var(--ailab-yellow);

    transform: translateY(-100%);

    transition:
      transform .55s
      cubic-bezier(.77,0,.18,1);
  }

  .lab-mobile-menu.open {
    transform: translateY(0);
  }

  .lab-mobile-menu a {
    font-family: var(--font-display);

    font-size: 14vw;
    font-weight: 800;

    line-height: .72;

    letter-spacing: -.08em;
  }


  /* -------------------------------------------------------
     HERO
  ------------------------------------------------------- */

  .ai-lab-page .ailab-hero {
    min-height: 100svh;
    height: 100svh;
  }

  .ai-lab-page .ailab-hero-grid {
    background-size: 50px 50px;
  }

  .ai-lab-page .ailab-hero-top {
    top: 94px;

    left: 22px;
    right: 22px;

    font-size: 7px;
  }

  .ai-lab-page .ailab-hero-copy {
    left: 22px;

    top: 38%;

    width: calc(100% - 44px);

    transform: none;
  }

  .ai-lab-page .ailab-hero-kicker {
    width: 250px;

    margin-bottom: 26px;

    font-size: 7px;

    line-height: 1.5;
  }

  .ai-lab-page .ailab-hero-copy h1 {
    font-size: 25vw;

    line-height: .73;
  }

  .ai-lab-page .ailab-hero-copy h1 span {
    margin-left: 8vw;
  }

  .ai-lab-page .ailab-hero-copy > p {
    width: 245px;

    margin:
      42px
      0
      0
      8vw;

    font-size: 13px;

    line-height: 1.6;

    color: #92928c;
  }

  .ai-lab-page .ailab-hero-visual {
    right: -28vw;

    top: 19%;

    width: 68vw;

    opacity: .62;
  }

  .ai-lab-page .ailab-hero-bottom {
    left: 22px;
    right: 22px;

    bottom: 22px;

    font-size: 7px;
  }

  .ai-lab-page .ailab-hero-bottom span:first-child {
    display: none;
  }


  /* -------------------------------------------------------
     MANIFESTO
  ------------------------------------------------------- */

  .ai-lab-page .ailab-manifesto {
    min-height: 100svh;

    padding:
      90px
      22px
      100px;
  }

  .ai-lab-page .ailab-section-label {
    font-size: 7px;
  }

  .ai-lab-page .ailab-manifesto-content {
    margin-top: 85px;
  }

  .ai-lab-page .ailab-manifesto-kicker {
    width: 230px;

    font-size: 7px;

    line-height: 1.5;
  }

  .ai-lab-page .ailab-manifesto-content h2 {
    font-size: 18vw;

    line-height: .76;
  }

  .ai-lab-page .ailab-manifesto-copy {
    width: 260px;

    margin:
      75px
      0
      0
      7vw;
  }

  .ai-lab-page .ailab-manifesto-copy p {
    font-size: 13px;
  }

  .ai-lab-page .ailab-manifesto-mark {
    right: 22px;
    bottom: 30px;

    font-size: 7px;
  }


  /* -------------------------------------------------------
     EXPERIMENTS
  ------------------------------------------------------- */

  .ai-lab-page .ailab-experiments {
    min-height: auto;

    padding:
      90px
      0
      80px;
  }

  .ai-lab-page .ailab-experiments-header {
    display: block;

    padding:
      0
      22px;
  }

  .ai-lab-page .ailab-small-label {
    font-size: 7px;
  }

  .ai-lab-page .ailab-experiments-header h2 {
    margin-top: 60px;

    font-size: 18vw;
  }

  .ai-lab-page .ailab-experiments-header > p {
    width: 250px;

    margin-top: 50px;

    font-size: 13px;
  }

  .ai-lab-page .ailab-experiment-track {
    gap: 14px;

    margin-top: 70px;

    padding-left: 22px;

    overflow: visible;
  }

  .ai-lab-page .ailab-experiment-card {
    width: 78vw;

    min-width: 78vw;

    min-height: 570px;

    padding: 15px;
  }

  .ai-lab-page .ailab-card-art {
    margin-top: 24px;
  }

  .ai-lab-page .ailab-card-content h3 {
    font-size: 34px;
  }

  .ai-lab-page .ailab-card-content p {
    width: 235px;

    font-size: 11px;
  }

  .ai-lab-page .ailab-archive-footer {
    position: relative;

    left: 22px;
    right: auto;

    bottom: auto;

    margin-top: 38px;
  }


  /* -------------------------------------------------------
     FEATURE
  ------------------------------------------------------- */

  .ai-lab-page .ailab-feature {
    min-height: 120svh;

    padding:
      90px
      22px
      80px;
  }

  .ai-lab-page .ailab-feature-top {
    display: block;

    font-size: 7px;
  }

  .ai-lab-page .ailab-feature-top span:last-child {
    display: block;

    margin-top: 8px;
  }

  .ai-lab-page .ailab-feature-layout {
    min-height: 1000px;

    display: block;
  }

  .ai-lab-page .ailab-feature-copy {
    width: 100%;

    padding-top: 80px;
  }

  .ai-lab-page .ailab-feature-copy h2 {
    margin:
      28px
      0
      40px;

    font-size: 19vw;

    line-height: .72;
  }

  .ai-lab-page .ailab-feature-text {
    width: 260px;
  }

  .ai-lab-page .ailab-feature-text p {
    font-size: 13px;
  }

  .ai-lab-page .ailab-feature-visual {
    right: -21vw;

    top: 53%;

    width: 90vw;
  }

  .ai-lab-page .ailab-feature-bottom {
    left: 22px;
    right: 22px;

    justify-content: flex-start;

    gap: 8px;

    font-size: 7px;
  }


  /* -------------------------------------------------------
     WORK
  ------------------------------------------------------- */

  .ai-lab-page .ailab-work {
    min-height: auto;

    padding:
      90px
      22px
      100px;
  }

  .ai-lab-page .ailab-work-heading {
    display: block;
  }

  .ai-lab-page .ailab-work-heading > span {
    font-size: 7px;
  }

  .ai-lab-page .ailab-work-heading h2 {
    margin-top: 65px;

    font-size: 18vw;
  }

  .ai-lab-page .ailab-work-list {
    margin-top: 75px;
  }

  .ai-lab-page .ailab-work-item {
    grid-template-columns:
      85px
      1fr
      18px;

    gap: 13px;

    padding: 16px 0;
  }

  .ai-lab-page .ailab-work-image {
    width: 85px;
    height: 72px;
  }

  .ai-lab-page .ailab-work-details > span {
    font-size: 6px;
  }

  .ai-lab-page .ailab-work-details h3 {
    margin-top: 8px;

    font-size: 17px;
  }

  .ai-lab-page .ailab-work-item > strong {
    font-size: 16px;
  }


  /* -------------------------------------------------------
     PROCESS
  ------------------------------------------------------- */

  .ai-lab-page .ailab-process {
    min-height: auto;

    padding:
      90px
      22px
      100px;
  }

  .ai-lab-page .ailab-process-heading {
    display: block;
  }

  .ai-lab-page .ailab-process-heading > span {
    font-size: 7px;
  }

  .ai-lab-page .ailab-process-heading h2 {
    margin-top: 65px;

    font-size: 18vw;
  }

  .ai-lab-page .ailab-process-grid {
    display: block;

    margin-top: 75px;
  }

  .ai-lab-page .ailab-process-step {
    min-height: 210px;

    padding:
      24px
      0;

    border-right: 0;

    border-bottom: 1px solid #333330;
  }

  .ai-lab-page .ailab-process-step:not(:first-child) {
    padding-left: 0;
  }

  .ai-lab-page .ailab-process-step h3 {
    margin:
      38px
      0
      14px;

    font-size: 28px;
  }

  .ai-lab-page .ailab-process-step p {
    font-size: 12px;
  }


  /* -------------------------------------------------------
     CTA
  ------------------------------------------------------- */

  .ai-lab-page .ailab-cta {
    min-height: 100svh;

    padding:
      110px
      22px
      90px;
  }

  .ai-lab-page .ailab-cta-top {
    top: 84px;

    left: 22px;
    right: 22px;

    font-size: 7px;
  }

  .ai-lab-page .ailab-cta-content > span {
    font-size: 7px;
  }

  .ai-lab-page .ailab-cta-content h2 {
    margin:
      30px
      0
      50px;

    font-size: 21vw;
  }

  .ai-lab-page .ailab-cta-content a {
    font-size: 7px;
  }

  .ai-lab-page .ailab-cta-bottom {
    left: 22px;
    right: 22px;

    bottom: 25px;

    font-size: 7px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

  .ai-lab-page .ailab-hero-copy {
    top: 40%;
  }

  .ai-lab-page .ailab-hero-copy h1 {
    font-size: 24vw;
  }

  .ai-lab-page .ailab-hero-visual {
    right: -34vw;

    width: 72vw;
  }

  .ai-lab-page .ailab-hero-copy > p {
    width: 220px;

    margin-top: 36px;

    font-size: 12px;
  }

  .ai-lab-page .ailab-experiment-card {
    width: 82vw;

    min-width: 82vw;
  }

}


/* =========================================================================
   TYPOGRAPHY UNIFICATION — FINAL
   Paste this at the very END of your combined stylesheet (after every
   other block, including the V8/FINAL sections). It follows the same
   "last block wins" pattern the rest of this file already uses.

   Goal: one font (Arial/Helvetica) and one consistent type scale for
   the equivalent element on every page — Home, About, Thinking, AI Lab.
   ========================================================================= */


/* -------------------------------------------------------------------------
   1. KILL EVERY OTHER FONT VARIABLE
   Manrope / Bricolage Grotesque / DM Serif / DM Sans / Georgia all get
   routed to Arial here, at the variable level, so nothing can reintroduce
   them through var(--font), var(--font-display), var(--mono), etc.
   ------------------------------------------------------------------------- */
:root{
  --font: Arial, Helvetica, sans-serif !important;
  --font-display: Arial, Helvetica, sans-serif !important;
  --display: Arial, Helvetica, sans-serif !important;
  --mono: Arial, Helvetica, sans-serif !important;
  --think-font: Arial, Helvetica, sans-serif !important;
  --about-display: Arial, Helvetica, sans-serif !important;
  --about-body: Arial, Helvetica, sans-serif !important;
  --about-mono: Arial, Helvetica, sans-serif !important;
}
.hero, .hero-stage{
  --hero-serif: Arial, Helvetica, sans-serif !important;
  --hero-sans: Arial, Helvetica, sans-serif !important;
}
.ai-lab-page{
  --font-display: Arial, Helvetica, sans-serif !important;
  --display: Arial, Helvetica, sans-serif !important;
  --mono: Arial, Helvetica, sans-serif !important;
}


/* -------------------------------------------------------------------------
   2. FORCE ARIAL EVERYWHERE — belt-and-suspenders for anything that set
   font-family directly instead of through a variable.
   ------------------------------------------------------------------------- */
html, body,
body *,
body *::before,
body *::after{
  font-family: Arial, Helvetica, sans-serif !important;
}


/* -------------------------------------------------------------------------
   3. NEUTRALIZE THE GEORGIA / ITALIC ACCENT TREATMENTS
   These selectors are copied verbatim from the blocks earlier in the file
   that switch specific words to Georgia italic. Re-declaring them here
   (same or higher specificity, later in the cascade) removes the italic
   serif accent so every word — including yellow accent words — renders
   in the same Arial system as the rest of the copy.
   ------------------------------------------------------------------------- */
.pw-ai-v8-copy h2 i,
.pw-studio-v8-title h2 i,
.pw-about-section em,

i, em,
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em,
h4 i, h4 em, h5 i, h5 em, h6 i, h6 em,
a i, a em, p i, p em, span i, span em,
strong i, strong em, b i, b em,

.pw-site-header i, .pw-site-header em,
.pw-about-section i,
.pw-services-section i, .pw-services-section em,
.pw-work-section i, .pw-work-section em,
.pw-ai-section i, .pw-ai-section em,
.pw-studio-section i, .pw-studio-section em,
.pw-contact-section i, .pw-contact-section em,
.contact-section i, .contact-section em,
footer i, footer em,
.hero-section i, .hero-section em,
.hero i, .hero em,
.banner i, .banner em,
[class*="hero"] i, [class*="hero"] em,
[class*="banner"] i, [class*="banner"] em,
[class*="project"] i, [class*="project"] em,
[class*="contact"] i, [class*="contact"] em,

.hero-section-new i, .hero-section-new em,
.pw-hero i, .pw-hero em,

[style*="color:#f2d400"], [style*="color: #f2d400"],
[style*="color:#F2D400"], [style*="color: #F2D400"],
[style*="color:yellow"], [style*="color: yellow"],
.yellow, .yellow-text, .yellow-word, .text-yellow,
.accent-yellow, .highlight-yellow, .pw-yellow, .pw-accent,
[style*="color: rgb(242, 212, 0)"],
.yellow *, .yellow-text *, .yellow-word *, .text-yellow *,
.accent-yellow *, .highlight-yellow *, .pw-yellow *, .pw-accent *,
.hero-section-new .yellow, .hero-section-new .yellow-text,
.hero-section-new .yellow-word, .hero-section-new .text-yellow,
.hero-section-new .accent-yellow,
.pw-hero .yellow, .pw-hero .yellow-text, .pw-hero .yellow-word,
.pw-hero .text-yellow, .pw-hero .accent-yellow,
.hero .yellow, .hero .yellow-text, .hero .yellow-word,
.hero .text-yellow, .hero .accent-yellow,
.banner .yellow, .banner .yellow-text, .banner .yellow-word,
.banner .text-yellow, .banner .accent-yellow,

.pw-hero-kicker span,
.pw-line:nth-child(2) .pw-word,
.pw-section-title span,
.pw-pin-tag,
.pw-about-copy h3 em,
.pw-service-row:hover .pw-service-title-wrap h3,
.pw-service-row:hover .pw-service-arrow,
.pw-ai-content h2 em,
.pw-ai-node.two,
.pw-studio-card span,
.pw-contact-title .hl,
.pw-ai-intro em,
.pw-ai-machine-bottom b,
.pw-studio-v8-caption span,
.pw-studio-v8-tags span:last-child,
.pw-studio-card h4 span,
.pw-studio-card i{
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  -webkit-text-stroke: 0 !important;
}


/* -------------------------------------------------------------------------
   4. ONE TYPE SCALE, APPLIED TO THE EQUIVALENT ELEMENT ON EVERY PAGE
   clamp()/vw values scale fluidly, so these also govern mobile — no need
   to duplicate inside @media blocks.
   ------------------------------------------------------------------------- */

/* TIER 1 — HERO TITLE (Home / About / Thinking / AI Lab) */
.hero-title,
.hero-content h1,
.think-hero h1,
.ailab-hero-copy h1{
  font-size: clamp(56px, 7vw, 112px) !important;
  line-height: .82 !important;
  letter-spacing: -.065em !important;
  font-weight: 800 !important;
}

/* TIER 1b — HERO SUBTEXT under the title */
.hero-sub,
.hero-copy p,
.about-hero > .hero-copy p,
.think-hero-copy,
.ailab-hero-copy > p{
  font-size: 15px !important;
  line-height: 1.6 !important;
  letter-spacing: normal !important;
}

/* TIER 1c — HERO KICKER / EYEBROW above the title */
.hero-small,
.hero-kicker,
.about-hero .hero-kicker,
.think-kicker,
.ailab-hero-kicker{
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* TIER 2 — SECTION TITLES (Work, About, Studio, AI Lab, Manifesto,
   Founders, Journey, Thoughts, Topics, Process, Final CTA, etc.) */
.pw-section-title,
.pw-studio-intro .pw-section-title,
.work-head h2,

.founders-heading h2,
.mvt-wall-intro h2,
.journey-header h2,
.about-final h2,
.featured-copy h2,
.thoughts-heading h2,
.process-intro h2,
.topics-heading h2,
.thinking-final h2,
.ailab-manifesto-content h2,
.ailab-experiments-header h2,
.ailab-feature-copy h2,
.ailab-work-heading h2,
.ailab-process-heading h2,
.ailab-cta-content h2,
.pw-ai-heading h2,
.pw-ai-v8-copy h2,
.pw-studio-v8-title h2{
  font-size: clamp(36px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
  font-weight: 400 !important;
}
.intro-left h2, {
     font-size: clamp(36px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.03em !important;
  font-weight: 800 !important;
}
/* TIER 3 — CARD / LIST ITEM TITLES */
.pw-pin-title,
.pw-service-title-wrap h3,
.pw-studio-card h4,
.founder-info h3,
.fragment-copy h3,
.thought-card-copy h3,
.ailab-card-content h3,
.ailab-work-details h3{
  font-size: clamp(20px, 2.4vw, 32px) !important;
  line-height: 1.1 !important;
  letter-spacing: -.02em !important;
  font-weight: 700 !important;
}

/* TIER 4 — BODY / PARAGRAPH COPY */
.pw-about-text,
.intro-text p,
.thought-card-copy p,
.pw-studio-card p,
.pw-studio-lead,
.process-caption p,
.ailab-manifesto-copy p,
.ailab-feature-text p{
  font-size: 15px !important;
  line-height: 1.65 !important;
}

/* TIER 5 — SMALL EYEBROW / LABEL TEXT (body sections, not just hero) */
.pw-eyebrow,
.eyebrow,
.section-meta,
.think-section-meta,
.article-label,
.ailab-small-label,
.ailab-section-label,
.ailab-manifesto-kicker{
  font-size: 11px !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* TIER 6 — CTA / BUTTON LABELS */
.pw-about-btn,
.pw-contact-btn,
.final-button,
.think-final-link,
.read-link,
.ailab-cta-content a,
.thought-card-copy a{
  font-size: 12px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}


.footer-logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .footer-logo img {
    width: 150px;
  }
}



