:root {
  --ink:#0d0f13;
  --paper:#f4f0e7;
  --cream:#ded5c4;
  --orange:#ef5a35;
  --purple:#7b49ff;
  --pink:#ed3b8f;
  --green:#1dba83;
  --yellow:#ffc83f;
  --line:rgba(13,15,19,.17);
  --max:1380px;
  --header-h:100px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow:hidden}
a{color:inherit}
button{font:inherit}
.noise{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.025;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='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}

.site-header{
  position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:30;
  width:min(calc(100% - 56px),var(--max));height:var(--header-h);
  display:flex;align-items:center;justify-content:space-between;
  color:#fff;border-bottom:1px solid rgba(255,255,255,.28)
}
.wordmark{font:700 15px/1 "Manrope";letter-spacing:.12em;text-decoration:none}
nav{display:flex;align-items:center;gap:30px}
nav a{text-decoration:none;font-size:14px}
.nav-cta{padding:11px 18px;border:1px solid rgba(255,255,255,.6);border-radius:999px}
.menu-button{display:none;color:#fff;background:none;border:0}

.snap-shell{
  height:100svh;
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  overscroll-behavior-y:contain;
}
.panel{
  position:relative;
  height:100svh;
  min-height:700px;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  overflow:hidden;
}
.panel-inner{
  width:min(calc(100% - 56px),var(--max));
  height:100%;
  margin:0 auto;
}
.compact-inner{padding:clamp(105px,12vh,130px) 0 48px}
.section-label,.eyebrow{
  margin:0 0 16px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase
}
.light{color:rgba(255,255,255,.6)}

.hero{color:#fff}
.hero-media{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(12,8,18,.78) 0%,rgba(12,8,18,.52) 45%,rgba(12,8,18,.18) 72%,rgba(12,8,18,.08) 100%),
    url("images/hero-flamingo.jpg") 54% center/cover no-repeat
}
.hero-media::before{content:none}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,14,.42),transparent 70%)}
.hero-inner{
  position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;
  padding-top:70px;padding-bottom:70px
}
.hero h1{
  max-width:1180px;margin:0;
  font:600 clamp(54px,7.4vw,108px)/.99 "Manrope";
  letter-spacing:-.055em
}
.hero-copy{
  max-width:760px;margin:24px 0 0;
  font-size:clamp(18px,1.65vw,26px);line-height:1.55;color:rgba(255,255,255,.82)
}
.hero-actions{display:flex;gap:14px;margin-top:34px}
.button{padding:14px 24px;border-radius:999px;text-decoration:none;font-weight:700}
.button-primary{background:#fff;color:#101217}
.button-secondary{border:1px solid rgba(255,255,255,.6)}
.hero-credit{position:absolute;right:28px;bottom:55px;z-index:2;font-size:11px;color:rgba(255,255,255,.55)}
.marquee{position:absolute;left:0;right:0;bottom:0;z-index:3;height:39px;overflow:hidden;border-top:1px solid rgba(255,255,255,.22);background:rgba(7,8,12,.14);backdrop-filter:blur(8px)}
.marquee-track{display:flex;width:max-content;align-items:center;gap:24px;padding:12px 0;animation:scroll 84s linear infinite;font:700 10px/1 "Manrope";letter-spacing:.15em}
.marquee i{color:var(--orange)}@keyframes scroll{to{transform:translateX(-50%)}}

.statement{background:var(--paper)}
.statement-inner{display:flex;flex-direction:column;justify-content:center;max-width:1100px}
.statement h2{
  margin:0;max-width:1080px;
  font:650 clamp(42px,5.4vw,78px)/1.03 "Manrope";letter-spacing:-.052em
}
.statement-footer{
  display:flex;justify-content:space-between;gap:40px;align-items:flex-end;
  margin-top:34px;padding-top:24px;border-top:1px solid var(--line)
}
.statement-footer p{max-width:650px;margin:0;font-size:17px;color:#69655e}
.statement-footer a{font-weight:700;text-decoration:none}

.worlds{background:#090a0c;color:#fff}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:26px}
.section-heading h2{
  margin:0;max-width:760px;
  font:650 clamp(40px,4.7vw,68px)/1 "Manrope";letter-spacing:-.05em
}
.section-heading>p{max-width:410px;margin:0;font-size:14px;color:rgba(255,255,255,.56)}
.section-heading.dark-copy>p{color:#6e6a63}
.project-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;height:calc(100% - 145px)}
.project-feature{display:grid;grid-template-columns:1.22fr .78fr;border-radius:22px;overflow:hidden;background:#fff;color:#111}
.project-art{position:relative;padding:24px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.blast-art{background:url("images/jen-02.jpg") left center/cover no-repeat}
.blast-art strong{display:none}
.blast-art span{color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.6)}
.project-art span,.project-mini span{font-size:10px;letter-spacing:.17em;text-transform:uppercase}
.project-art strong{font:700 clamp(42px,6vw,82px)/.79 "Manrope";letter-spacing:-.065em}
.project-copy{padding:30px;display:flex;flex-direction:column;justify-content:center}
.status{margin:0;color:#e1512e;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.project-copy h3{margin:6px 0 14px;font:650 clamp(28px,3.1vw,46px)/1 "Manrope";letter-spacing:-.04em}
.project-copy>p:not(.status){margin:0 0 22px;font-size:15px;color:#605c55}
.project-copy a{font-size:13px;font-weight:700}
.project-mini-grid{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}
.project-mini{position:relative;padding:20px;border-radius:18px;overflow:hidden;color:#111;display:flex;flex-direction:column;justify-content:space-between}
.project-mini strong{font:700 clamp(25px,3vw,40px)/.83 "Manrope";letter-spacing:-.055em}
.project-mini p{margin:0;font-size:12px}
.yellow{background:#b1d5bb url("images/world-dede.jpg") right center/contain no-repeat;
  background-size: contain;
  padding: 28px;color:#1d2a22}
.purple{background:url("images/world-wote-v2.jpg") center/contain no-repeat;
  background-size: contain;
  padding: 28px;color:#fff}
.purple p{max-width:64%}
.yellow p{max-width:64%}
.green p{max-width:62%;font-size:11.5px;line-height:1.45}
.green{background:url("images/world-ornamental.jpg") center/contain no-repeat;
  background-size: contain;
  padding: 28px;color:#fff}

.films{background:var(--paper)}
.films-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;height:calc(100% - 220px)}
.film-card{display:grid;grid-template-rows:1fr auto;min-height:0}
.film-image{position:relative;display:grid;place-items:center;border-radius:20px;overflow:hidden}
.rally{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/review-rrr-three.jpg") center/cover no-repeat}
.charming{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/card-charming.jpg") center/cover no-repeat}
.film-image button{width:62px;height:62px;border:0;border-radius:50%;background:#fff;cursor:pointer}
.film-image>span{position:absolute;left:18px;top:16px;color:#fff;font-size:10px}
.film-meta{display:flex;justify-content:space-between;gap:22px;padding:14px 3px 0}
.film-meta p{margin:0 0 3px;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#77716a}
.film-meta h3{margin:0;font:650 clamp(24px,2.7vw,38px)/1 "Manrope";letter-spacing:-.04em}
.film-meta strong{font-size:11px;align-self:flex-end}
.logo-band{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;font-size:9px;font-weight:700}

.manifesto{display:grid;grid-template-columns:1fr;background:#ece6dc;color:var(--ink)}
.manifesto-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(52px,7vw,110px)}
.manifesto h2{max-width:780px;margin:0 0 25px;font:650 clamp(44px,5.4vw,78px)/1 "Manrope";letter-spacing:-.05em}
.manifesto-copy>p:last-child{max-width:650px;margin:0;font-size:17px;color:#625f59}
.manifesto-art{display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:radial-gradient(circle at 55% 50%,rgba(255,215,70,.9),transparent 24%),linear-gradient(145deg,var(--purple),var(--pink))}
.manifesto-art span{margin-left:-25px;font:700 clamp(72px,8vw,120px)/.76 "Manrope";letter-spacing:-.07em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.45);transform:rotate(-8deg)}

.about{background:var(--paper)}
.about-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}
.about-title h2{margin:0;font:650 clamp(46px,5.7vw,82px)/.96 "Manrope";letter-spacing:-.055em}
.about-copy .lead{font-size:22px;color:#15171b}
.about-copy p{font-size:16px;color:#666159}
.about-links{display:flex;gap:24px;margin-top:28px}
.about-links a{font-size:13px;font-weight:700}

.reviews{background:linear-gradient(135deg,#261246 0%,#4a1645 42%,#1a3463 100%);color:#fff}
.reviews::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 18%,rgba(255,142,73,.26),transparent 30%),radial-gradient(circle at 84% 70%,rgba(65,200,255,.18),transparent 34%);pointer-events:none}
.reviews-inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(102px,11vh,122px) 0 38px}
.reviews-heading{display:grid;grid-template-columns:1.45fr .55fr;gap:clamp(34px,5vw,80px);align-items:end;margin-bottom:clamp(20px,2.6vh,30px)}
.reviews-heading h2{margin:0;max-width:940px;font:650 clamp(38px,4.65vw,66px)/.98 "Manrope";letter-spacing:-.05em}
.reviews-heading>p{max-width:390px;margin:0;color:rgba(255,255,255,.7);font-size:13px;line-height:1.55}
.press-layout{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}
.review-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;min-height:0;flex:1}
.review-card{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:clamp(18px,2.1vw,30px);border-radius:20px;background:#30203f;box-shadow:0 18px 42px rgba(6,5,18,.2),inset 0 0 0 1px rgba(255,255,255,.16)}
.review-card::before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--card-image);background-size:cover;background-position:var(--card-position,center);transform:scale(1.025);transition:transform .45s ease}
.review-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(14,8,24,.04) 0%,rgba(14,8,24,.22) 40%,rgba(14,8,24,.91) 100%),linear-gradient(135deg,var(--wash,rgba(239,90,53,.18)),transparent 58%)}
.review-card:hover::before{transform:scale(1.065)}
.review-card.featured{grid-row:1 / span 2;padding:clamp(24px,2.7vw,38px)}
.review-card blockquote{position:relative;z-index:1;margin:0;max-width:95%;font:600 clamp(18px,1.72vw,26px)/1.18 "Playfair Display";letter-spacing:-.02em;text-shadow:0 2px 18px rgba(0,0,0,.38)}
.review-card.featured blockquote{font-size:clamp(25px,2.5vw,37px);line-height:1.11}
.review-source{position:relative;z-index:1;margin-top:16px}
.review-source strong{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase}
.review-source span{display:block;margin-top:5px;color:rgba(255,255,255,.66);font-size:9px;letter-spacing:.1em;text-transform:uppercase}
.review-card.rrr-one{--card-image:url("images/hero-still.jpg");--card-position:center;--wash:rgba(255,76,117,.24)}
.review-card.rrr-two{--card-image:url("images/review-rrr-two.jpg");--card-position:center 35%;--wash:rgba(22,170,255,.28)}
.review-card.rrr-three{--card-image:url("images/review-joyride.jpg");--card-position:center 25%;--wash:rgba(255,181,44,.24)}
.review-card.rrr-four{--card-image:url("images/review-family-crew.jpg");--card-position:center 30%;--wash:rgba(255,144,62,.18)}
.review-card.charming-card{--card-image:url("images/review-charming-card.jpg");--card-position:center center;--wash:rgba(146,77,255,.28)}
.press-featured{display:flex;align-items:center;gap:18px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.press-featured h3{flex:0 0 auto;margin:0;font:650 11px/1.2 "Manrope";letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.press-names{display:flex;flex-wrap:wrap;gap:7px}
.press-names span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.press-note{display:none}

.contact{background:var(--cream)}
.contact-inner{display:flex;flex-direction:column;justify-content:center}
.contact h2{max-width:1320px;margin:0;font:650 clamp(46px,6vw,84px)/1 "Manrope";letter-spacing:-.055em}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;margin-top:50px;padding-top:26px;border-top:1px solid rgba(13,15,19,.22)}
.contact-block p{margin:0 0 10px;font-size:12px;letter-spacing:.14em;text-transform:uppercase}
.contact-email{font:650 clamp(28px,3.4vw,50px)/1 "Playfair Display";text-underline-offset:7px}
.contact-links{display:flex;gap:24px;margin-top:42px}
.contact-links a{font-size:14px}

@media(max-height:800px) and (min-width:901px){
  :root{--header-h:82px}
  .compact-inner{padding:92px 0 34px}
  .hero-inner{padding-top:75px}
  .hero h1{font-size:clamp(48px,6.7vw,92px)}
  .hero-copy{font-size:20px}
  .statement h2{font-size:clamp(38px,4.8vw,66px)}
  .section-heading h2{font-size:clamp(36px,4.1vw,58px)}
  .manifesto h2{font-size:clamp(38px,4.8vw,66px)}
  .about-title h2{font-size:clamp(40px,5vw,68px)}
  .reviews-heading h2{font-size:clamp(36px,4.3vw,58px)}
  .review-card blockquote{font-size:clamp(17px,1.7vw,25px)}
  .review-card.featured blockquote{font-size:clamp(23px,2.35vw,34px)}
  .contact h2{font-size:clamp(40px,5.2vw,72px)}
}

@media(max-width:900px){
  body{overflow:auto}
  .snap-shell{height:auto;overflow:visible;scroll-snap-type:none}
  .panel{height:auto;min-height:100svh;overflow:visible}
  nav{display:none}
  .menu-button{display:block}
  .site-header.open nav{display:flex;position:absolute;top:78px;left:0;right:0;flex-direction:column;align-items:stretch;background:#111;padding:16px;border-radius:16px}
  .hero-inner{padding-top:145px;padding-bottom:110px}
  .statement-inner,.contact-inner{padding:110px 0}
  .project-layout,.project-feature,.films-grid,.manifesto,.about-inner,.contact-grid{grid-template-columns:1fr}
  .project-layout{height:auto}
  .project-feature{min-height:620px}
  .project-mini-grid{grid-template-rows:none;grid-template-columns:1fr}
  .project-mini{min-height:220px}
  .films-grid{height:auto}
  .film-image{min-height:380px}
  .manifesto-art{min-height:430px}
  .logo-band{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .site-header,.panel-inner{width:calc(100% - 32px)}
  .hero h1{font-size:52px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-credit{display:none}
  .section-heading,.statement-footer{flex-direction:column;align-items:flex-start}
  .compact-inner{padding:100px 0 60px}
  .project-feature{grid-template-columns:1fr}
  .project-art{min-height:360px}
  .reviews-inner{padding:88px 0 26px}
  .reviews-heading{display:block;margin-bottom:18px}
  .reviews-heading>p{margin-top:12px}
  .review-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .review-card.featured{grid-row:auto;grid-column:1 / -1}
  .review-card{padding:18px;border-radius:14px}
  .review-card blockquote{font-size:19px}
  .review-card.featured blockquote{font-size:25px}
  .review-source{margin-top:14px}
  .logo-band{grid-template-columns:repeat(2,1fr)}
  .contact-grid{gap:32px}
  .contact-email{font-size:27px}
}

/* V4 focused revisions */
.wordmark{
  font-family:"Playfair Display", Georgia, serif;
  font-size:20px;
  font-weight:700;
  letter-spacing:.075em;
}
.wordmark span{color:var(--orange)}

.statement-inner{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:clamp(42px,5vw,82px);
  align-items:center;
}
.statement-copy{min-width:0}
.statement h2{
  max-width:920px;
  font-size:clamp(38px,4.65vw,68px);
}
.statement-footer{
  max-width:920px;
}
.statement-photo{
  margin:0;
  height:min(66vh,620px);
  min-height:430px;
  border-radius:24px;
  overflow:hidden;
  background:#d6c9b6;
}
.statement-photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 34%;
}

.project-copy{justify-content:flex-start}
.project-copy>p:not(.status){margin-bottom:0}
.project-details{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:16px;
}
.project-tags span{
  padding:6px 9px;
  border-radius:999px;
  background:#eee9df;
  font-size:10px;
}

.logo-band{
  grid-template-columns:repeat(6,1fr);
  gap:0;
  margin-top:14px;
  padding:0;
  border:1px solid rgba(13,15,19,.09);
  background:rgba(255,255,255,.16);
}
.logo-band span{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 8px;
  border-right:1px solid rgba(13,15,19,.07);
  border-bottom:1px solid rgba(13,15,19,.07);
  color:rgba(13,15,19,.46);
  font-family:"Manrope",sans-serif;
  font-size:8px;
  font-weight:600;
  letter-spacing:.035em;
  text-align:center;
  filter:grayscale(1);
}
.logo-band span:nth-child(6n){border-right:0}
.logo-band span:nth-last-child(-n+6){border-bottom:0}

@media(max-height:820px) and (min-width:901px){
  .statement-photo{height:min(62vh,520px);min-height:390px}
  .statement h2{font-size:clamp(34px,4.25vw,60px)}
  .statement-footer{margin-top:24px;padding-top:18px}
  .statement-footer p{font-size:15px}
  .project-copy{padding:25px}
  .project-copy h3{font-size:clamp(26px,2.65vw,40px)}
  .project-copy>p:not(.status){font-size:14px}
  .logo-band span{min-height:29px;font-size:7px}
}

@media(max-width:900px){
  .statement-inner{grid-template-columns:1fr;padding:110px 0}
  .statement-photo{height:560px;min-height:0}
  .logo-band{grid-template-columns:repeat(3,1fr)}
  .logo-band span:nth-child(6n){border-right:1px solid rgba(13,15,19,.07)}
  .logo-band span:nth-child(3n){border-right:0}
  .logo-band span:nth-last-child(-n+6){border-bottom:1px solid rgba(13,15,19,.07)}
  .logo-band span:nth-last-child(-n+3){border-bottom:0}
}

@media(max-width:600px){
  .wordmark{font-size:17px}
  .statement-photo{height:430px}
  .logo-band{grid-template-columns:repeat(2,1fr)}
  .logo-band span:nth-child(3n){border-right:1px solid rgba(13,15,19,.07)}
  .logo-band span:nth-child(2n){border-right:0}
  .logo-band span:nth-last-child(-n+3){border-bottom:1px solid rgba(13,15,19,.07)}
  .logo-band span:nth-last-child(-n+2){border-bottom:0}
}


/* V5 focused revisions */
.selected-heading{margin-bottom:20px}
.selected-heading h2{max-width:860px}
.work-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:16px;
  height:calc(100% - 150px);
}
.work-card{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  min-height:0;
}
.work-visual{
  position:relative;
  display:grid;
  place-items:center;
  min-height:0;
  border-radius:17px;
  overflow:hidden;
}
.work-visual button{
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.93);
  color:#111;
  cursor:pointer;
}
.work-number{
  position:absolute;
  left:15px;
  top:13px;
  color:#fff;
  font-size:9px;
  font-weight:700;
}
.acorns{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/card-acorns.jpg") center/cover no-repeat}
.game-over{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/card-pakapaka.jpg") center/cover no-repeat}
.ocean-explorers{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/card-ocean.jpg") center/cover no-repeat}
.scribble-scrubbies{background:linear-gradient(180deg,rgba(10,11,16,.18) 0%,rgba(10,11,16,.42) 100%),url("images/card-scribble.jpg") center/cover no-repeat}
.work-info{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 2px 0;
}
.work-info p{
  margin:0 0 3px;
  color:#77716a;
  font-size:8px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.work-info h3{
  margin:0;
  font:650 clamp(18px,1.6vw,25px)/1 "Manrope";
  letter-spacing:-.035em;
}
.work-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-end;
  gap:4px;
  text-align:right;
}
.work-actions span{font-size:9px;color:#625f59}
.work-actions a{font-size:10px;font-weight:700}

.clients{background:#ece6dc}
.clients-inner{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:clamp(50px,7vw,110px);
  align-items:center;
}
.clients-copy h2{
  max-width:650px;
  margin:0 0 25px;
  font:650 clamp(38px,4.8vw,68px)/1.02 "Manrope";
  letter-spacing:-.05em;
}
.clients-copy>p:last-child{
  max-width:650px;
  margin:0;
  color:#625f59;
  font-size:17px;
  line-height:1.55;
}
.clients .logo-band{
  margin:0;
  align-self:center;
  background:rgba(255,255,255,.18);
}
.clients .logo-band span{
  min-height:58px;
  color:rgba(13,15,19,.39);
  font-size:9px;
  letter-spacing:.05em;
}

.manifesto-art.movie-art{
  position:relative;
  background:
    linear-gradient(0deg,rgba(8,9,12,.18),rgba(8,9,12,.05)),
    url("images/jen-04.jpg") center/contain no-repeat;
  background-size: contain;
  padding: 28px;
}
.artwork-label{
  position:absolute;
  left:28px;
  bottom:24px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.87);
  color:#111;
  font:700 10px/1 "Manrope";
  letter-spacing:.11em;
  text-transform:uppercase;
}

.about-copy p{margin-top:0;margin-bottom:15px}
.about-copy .lead{margin-bottom:18px}

@media(max-height:820px) and (min-width:901px){
  .selected-heading{margin-bottom:14px}
  .work-grid{gap:12px;height:calc(100% - 132px)}
  .work-info{padding-top:8px}
  .work-info h3{font-size:clamp(16px,1.42vw,22px)}
  .work-actions span{font-size:8px}
  .work-actions a{font-size:9px}
  .clients-copy h2{font-size:clamp(34px,4.25vw,58px)}
  .clients-copy>p:last-child{font-size:15px}
  .clients .logo-band span{min-height:48px;font-size:8px}
  .about-copy p{font-size:14px;margin-bottom:10px}
  .about-copy .lead{font-size:19px}
}

@media(max-width:900px){
  .work-grid{grid-template-columns:1fr 1fr;grid-template-rows:none;height:auto}
  .work-visual{min-height:260px}
  .clients-inner{grid-template-columns:1fr;padding:110px 0}
  .clients .logo-band{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .work-grid{grid-template-columns:1fr}
  .work-visual{min-height:300px}
  .work-info{flex-direction:column}
  .work-actions{align-items:flex-start;text-align:left}
  .clients .logo-band{grid-template-columns:repeat(2,1fr)}
}


/* V6 */
.premium-logos{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:28px;
  background:rgba(255,255,255,.22);
  border-radius:20px;
}
.premium-logos img{
  width:100%;
  max-width:120px;
  justify-self:center;
  opacity:.42;
  filter:grayscale(100%);
}
.manifesto-art.movie-art{
  background-position:center 35%;
}

@media(max-width:900px){
  .premium-logos{grid-template-columns:repeat(3,1fr)}
}


/* V7 focused revisions */
.premium-logos{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(13,15,19,.08);
  border-radius:18px;
  background:rgba(255,255,255,.18);
}
.premium-logos img{
  width:100%;
  max-width:none;
  height:72px;
  padding:22px 24px;
  object-fit:contain;
  opacity:.66;
  filter:none;
  border-right:1px solid rgba(13,15,19,.07);
  border-bottom:1px solid rgba(13,15,19,.07);
}
.premium-logos img:nth-child(6n){border-right:0}
.premium-logos img:nth-last-child(-n+6){border-bottom:0}

.manifesto-art.movie-art{
  background:
    linear-gradient(0deg,rgba(8,9,12,.06),rgba(8,9,12,0)),
    url("images/jen-04.jpg") center 43%/cover no-repeat;
}

@media(max-height:820px) and (min-width:901px){
  .premium-logos img{
    height:58px;
    padding:17px 20px;
  }
}
@media(max-width:900px){
  .premium-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .premium-logos img:nth-child(6n){border-right:1px solid rgba(13,15,19,.07)}
  .premium-logos img:nth-child(3n){border-right:0}
  .premium-logos img:nth-last-child(-n+6){border-bottom:1px solid rgba(13,15,19,.07)}
  .premium-logos img:nth-last-child(-n+3){border-bottom:0}
}
@media(max-width:600px){
  .premium-logos{grid-template-columns:repeat(2,minmax(0,1fr))}
  .premium-logos img:nth-child(3n){border-right:1px solid rgba(13,15,19,.07)}
  .premium-logos img:nth-child(2n){border-right:0}
  .premium-logos img:nth-last-child(-n+3){border-bottom:1px solid rgba(13,15,19,.07)}
  .premium-logos img:nth-last-child(-n+2){border-bottom:0}
}

.artwork-label{display:none !important;}


/* V9 premium refinements */
.premium-logos{
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(13,15,19,.05)!important;
}
.premium-logos img{
  height:64px !important;
  width:100%;
  object-fit:contain;
  padding:20px 28px !important;
  opacity:.38 !important;
  filter: grayscale(100%) brightness(.82);
  border-right:1px solid rgba(13,15,19,.045)!important;
  border-bottom:1px solid rgba(13,15,19,.045)!important;
}

.contact-email{
  font-size:clamp(18px,2vw,32px) !important;
  font-weight:600 !important;
  letter-spacing:-0.02em;
}

.contact-block p{
  margin-bottom:14px !important;
  opacity:.7;
}

@media(max-height:820px) and (min-width:901px){
  .premium-logos img{height:52px !important;padding:15px 24px !important;}
  .contact-email{font-size:clamp(16px,1.5vw,26px)!important;}
}


/* V10 logo refinement */
.premium-logos{
  background: rgba(255,255,255,.08) !important;
}

.premium-logos img{
  opacity: .24 !important;
  filter: grayscale(100%) brightness(1.12) contrast(.78) !important;
  border-right: 1px solid rgba(13,15,19,.03) !important;
  border-bottom: 1px solid rgba(13,15,19,.03) !important;
}

.clients .logo-band{
  border-color: rgba(13,15,19,.03) !important;
}



/* ==== Added at launch: trailer lightbox (no design changes above) ==== */
.no-trailer{display:none}
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(8,9,12,.92);display:flex;align-items:center;justify-content:center;padding:4vw;opacity:0;pointer-events:none;transition:opacity .25s}
.lightbox.open{opacity:1;pointer-events:auto}
.lightbox .lb-frame{position:relative;width:min(1100px,100%);aspect-ratio:16/9;background:#000}
.lightbox iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.lightbox .lb-close{position:absolute;top:-44px;right:0;background:none;border:0;color:#fff;font-size:28px;cursor:pointer;font-family:inherit}





@media(max-width:900px){
  .reviews-heading{grid-template-columns:1fr;gap:14px}
  .press-layout{gap:14px;overflow-y:auto;padding-bottom:18px}
  .review-grid{grid-template-columns:1fr}
  .review-card.featured{grid-column:auto}
  .review-card{padding:18px}
  .press-featured{align-items:flex-start;flex-direction:column;padding:14px}
}

/* Restructured page flow and cinematic Selected Work treatment */
.films{
  background:linear-gradient(145deg,#11141b 0%,#191d27 55%,#10131a 100%);
  color:#fff;
}
.films::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 82% 14%,rgba(123,73,255,.13),transparent 31%),radial-gradient(circle at 13% 84%,rgba(239,90,53,.10),transparent 32%);
}
.films .panel-inner{position:relative;z-index:1}
.films .section-label{color:rgba(255,255,255,.58)}
.films .selected-heading>p{color:rgba(255,255,255,.65)}
.films .work-info p{color:rgba(255,255,255,.52)}
.films .work-info h3,.films .work-actions span,.films .work-actions a{color:#fff}
.films .work-actions a{border-color:rgba(255,255,255,.38)}
.films .logo-band{border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.72)}

/* Original Worlds — deeper, more imaginative visual treatment */
.worlds{
  background:
    radial-gradient(circle at 18% 22%, rgba(123,73,255,.34), transparent 34%),
    radial-gradient(circle at 82% 68%, rgba(237,59,143,.24), transparent 38%),
    linear-gradient(135deg, #171322 0%, #211634 48%, #10131d 100%);
  color:#fff;
}
.worlds::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.42;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.65) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 22%, rgba(255,255,255,.45) 0 1px, transparent 1.8px),
    radial-gradient(circle at 64% 78%, rgba(255,255,255,.34) 0 1px, transparent 1.8px),
    radial-gradient(circle at 28% 72%, rgba(255,255,255,.30) 0 1px, transparent 1.8px);
  background-size: 190px 190px, 240px 240px, 280px 280px, 320px 320px;
}
.worlds .section-label{
  color:rgba(255,255,255,.64);
}
.worlds h2,
.worlds h3,
.worlds p{
  color:inherit;
}
.worlds .world-card,
.worlds .worlds-card,
.worlds article{
  border-color:rgba(255,255,255,.16);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.worlds img{
  filter:saturate(1.12) contrast(1.03);
}


/* Final palette refinement */
.statement{
  background:#f4f0e7;
}

.about{
  background:#e8dfcf;
}

.clients{
  background:#f8f5ee;
}

.manifesto{
  background:#c86a3c;
}

.manifesto-art{
  background:
    radial-gradient(circle at 55% 50%, rgba(255,215,70,.68), transparent 26%),
    linear-gradient(145deg, #6f46db, #c74683);
}

.contact{
  background:#11141b;
  color:#f4f0e7;
}

.contact .section-label,
.contact .contact-block p{
  color:rgba(244,240,231,.62);
}

.contact-grid{
  border-top-color:rgba(244,240,231,.24);
}

.contact a{
  color:#f4f0e7;
}


/* Moonlight palette experiment */

.statement{
  background:#edf1f5 !important;
}

.about{
  background:#e7ebf1 !important;
}

.clients{
  background:#f3f5f8 !important;
}

.statement::before,
.about::before,
.clients::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 20%, rgba(120,145,185,.08), transparent 32%),
    radial-gradient(circle at 85% 75%, rgba(140,120,200,.06), transparent 36%);
}


/* Creative Point of View — richer burnt orange treatment */

.manifesto{
  background:
    radial-gradient(circle at 15% 20%, rgba(244,240,231,.12), transparent 32%),
    radial-gradient(circle at 85% 75%, rgba(138,67,48,.28), transparent 38%),
    linear-gradient(145deg, #cf7445 0%, #c86a3c 55%, #b85b35 100%) !important;
}

.manifesto::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(138,67,48,.08) 50%, transparent 100%);
}

.manifesto .section-label{
  color: #0d0f13 !important;
}

.manifesto h2{
  color:#f4f0e7;
}

.manifesto p{
  color:rgba(244,240,231,.86);
}

.manifesto-art{
  background:
    radial-gradient(circle at 50% 35%, rgba(244,240,231,.45), transparent 24%),
    radial-gradient(circle at 75% 70%, rgba(138,67,48,.55), transparent 42%),
    linear-gradient(145deg, #8a4330 0%, #b85b35 45%, #cf7445 100%) !important;
  border:1px solid rgba(244,240,231,.18);
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}


/* Updated Creative Point of View collage — seamlessly blended */
.manifesto{
  grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);
  background:
    radial-gradient(circle at 16% 22%,rgba(244,240,231,.10),transparent 34%),
    linear-gradient(90deg,#c46f46 0%,#c46f46 48%,#c46f46 100%) !important;
}
.manifesto::before{
  background:linear-gradient(90deg,rgba(138,67,48,.08),transparent 48%,transparent 100%) !important;
  z-index:1;
}
.manifesto-copy{
  position:relative;
  z-index:3;
}
.manifesto-art.movie-art{
  position:relative;
  z-index:2;
  align-self:stretch;
  min-width:0;
  margin:0;
  border:0 !important;
  box-shadow:none !important;
  background-color:#c46f46 !important;
  background-image:url("images/jen-05.jpg") !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  background-size:cover !important;
  -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 5%,#000 16%,#000 100%);
  mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.35) 5%,#000 16%,#000 100%);
}
.manifesto-art.movie-art::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,#c46f46 0%,rgba(196,111,70,.56) 7%,transparent 18%),
    linear-gradient(0deg,rgba(138,67,48,.10),transparent 22%,transparent 78%,rgba(244,240,231,.04));
}
@media(max-width:900px){
  .manifesto{grid-template-columns:1fr;}
  .manifesto-art.movie-art{
    min-height:48svh;
    -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.45) 7%,#000 18%,#000 100%);
    mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.45) 7%,#000 18%,#000 100%);
  }
  .manifesto-art.movie-art::after{
    background:linear-gradient(180deg,#c46f46 0%,rgba(196,111,70,.52) 8%,transparent 20%);
  }
}


/* Final requested corrections */
.manifesto{
  background:#f3f5f8 !important;
  color:var(--ink) !important;
}
.manifesto::before{
  display:none !important;
}
.manifesto .section-label{
  color: #0d0f13 !important;
}
.manifesto h2{
  color:var(--ink) !important;
}
.manifesto p,
.manifesto-copy>p:last-child{
  color:#625f59 !important;
}
.project-mini.purple{
  background-color:#6f46db !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}


/* ==== Post-Jen launch deltas (Ross-approved) ==== */
/* V11: restore logo visibility (V10 made them near-invisible) */
.premium-logos{background:rgba(255,255,255,.16)!important}
.premium-logos img{opacity:.74!important;filter:grayscale(100%) brightness(.52) contrast(1.15)!important;border-right:1px solid rgba(13,15,19,.05)!important;border-bottom:1px solid rgba(13,15,19,.05)!important}

/* New Blast Radius poster (v2 art from Ross) */
.blast-art{background:url("images/world-blast.jpg") left center/cover no-repeat}

/* Clients panel may exceed one viewport: let it grow instead of clipping */
.clients{height:auto;min-height:max(100svh,700px)}
.clients .panel-inner{height:auto;min-height:max(100svh,700px)}

/* Case studies hidden until content is ready - delete this rule to turn them back on */
a[href^="case-study"]{display:none !important}

/* Press pills fill the bar evenly on desktop */
.press-featured{gap:clamp(18px,2vw,28px);padding:14px 20px}
.press-names{gap:8px;flex:1;justify-content:space-between}
.press-names span{flex:0 0 auto;text-align:center;padding:9px 14px;font-size:clamp(8px,.66vw,9.5px);white-space:nowrap}
@media(min-width:901px){
  .press-names{flex-wrap:nowrap;gap:0}
}
