:root {
  --red: #f1322f;
  --black: #000;
  --gray: #ababab;
  --white: #fff;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font: 17px/1.6 "Segoe UI", Helvetica, Arial, sans-serif;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; color: inherit; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
h1, h2, h3 { font-weight: 560; letter-spacing: -0.03em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(42px, 6.4vw, 84px); }
h2 { font-size: clamp(28px, 3.4vw, 46px); }
p { margin: 0; }

.pace {
  position: fixed;
  top: 0; left: 0;
  z-index: 90;
  height: 3px;
  width: 0;
  background: var(--red);
}
html.booting .pace, html.leaving .pace { animation: pace 0.7s ease forwards; }
@keyframes pace { to { width: 92%; } }

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  overflow: hidden;
  transform-origin: center center;
  transition: opacity 1s ease, transform 1.15s cubic-bezier(.22, .7, .2, 1);
}
.intro-lockup {
  position: relative;
  width: min(920px, 88vw);
  aspect-ratio: 1982 / 600;
}
.intro-lockup img { position: absolute; display: block; object-fit: fill; }
.intro-g { animation: intro-g .7s cubic-bezier(.2, .7, .2, 1) both; }
.intro-word { animation: intro-word .75s cubic-bezier(.2, .7, .2, 1) .28s both; }
.intro-slogan { animation: intro-slogan .6s ease .7s both; }
.intro-line { animation: intro-line .7s cubic-bezier(.2, .7, .2, 1) 1.05s both; transform-origin: left center; }
@keyframes intro-g { from { opacity: 0; transform: translateX(-30%); } }
@keyframes intro-word { from { opacity: 0; transform: translateX(16%); } }
@keyframes intro-slogan { from { opacity: 0; transform: translateY(50%); } }
@keyframes intro-line { from { transform: scaleX(0); } }
.site-gefco .intro-g { left: 1.766%; top: 5.833%; width: 26.539%; height: 88.5%; }
.site-gefco .intro-word { left: 36.63%; top: 24.167%; width: 56.559%; height: 38.5%; }
.site-gefco .intro-slogan { left: 33.602%; top: 75.333%; width: 62.664%; height: 10.5%; }
.site-gefco .intro-line { left: 31.584%; top: 91%; width: 66.7%; height: 3.333%; }
.site-gefline .intro-g { left: 1.766%; top: 5.833%; width: 26.539%; height: 88.5%; }
.site-gefline .intro-word { left: 31.937%; top: 23.5%; width: 65.893%; height: 36.333%; }
.site-gefline .intro-slogan { left: 31.887%; top: 75.333%; width: 66.095%; height: 10.5%; }
.site-gefline .intro-line { left: 31.584%; top: 91%; width: 66.7%; height: 3.333%; }
.intro.done { opacity: 0; transform: scale(1.08); pointer-events: none; }
html.intro-seen .intro { display: none; }
html:not(.intro-seen):not(.revealed) .bar,
html:not(.intro-seen):not(.revealed) .stage-copy,
html:not(.intro-seen):not(.revealed) .dock { opacity: 0; }
html.revealed .bar,
html.revealed .stage-copy,
html.revealed .dock { transition: opacity .8s ease .15s; }

.bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 0 28px;
  color: var(--black);
  background: transparent;
  border-bottom: 0;
}
.menu-scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.bar[data-surface="white"] .menu-scrim { background: rgba(255, 255, 255, 0.82); }
.bar[data-surface="gray"] .menu-scrim { background: rgba(255, 255, 255, 0.74); }
.bar[data-surface="red"] .menu-scrim { background: rgba(241, 50, 47, 0.82); }
.bar[data-surface="black"] .menu-scrim { background: rgba(0, 0, 0, 0.55); }
.bar > :not(.menu-scrim) { position: relative; z-index: 1; }
.bar[data-surface="black"],
.bar[data-surface="red"] { color: var(--white); }
.bar[data-surface="white"],
.bar[data-surface="gray"] { color: var(--black); }
.bar .brand { position: relative; height: 52px; width: 176px; display: block; flex: none; }
.bar .brand img {
  position: absolute; left: 0; top: 50%;
  height: 52px; width: auto;
  max-width: none;
  transform: translateY(-50%);
  display: none;
}
.bar[data-surface="black"] .logo-black,
.bar[data-surface="white"] .logo-white,
.bar[data-surface="red"] .logo-red,
.bar[data-surface="gray"] .logo-gray { display: block; }
.brand { display: flex; align-items: center; text-decoration: none; }
.foot-brand img { height: 36px; width: auto; display: block; }
.bar-panel { display: flex; align-items: center; gap: 28px; margin-left: auto; min-width: 0; }
.nav { display: flex; gap: 22px; margin-left: 0; }
.nav a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 0;
}
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--red); }
.tile-ico, .nav-web, .auth-row { display: none; }
.tools { display: flex; align-items: center; gap: 8px; margin-left: 0; flex: none; }
.langbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 4px;
  margin-right: 4px;
  border: 0;
  text-decoration: none;
  color: inherit;
}
.lang-word { display: none; }
.lang-swap { width: 15px; height: 15px; display: block; flex: none; }
.lang-code { font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1; }
.flag { width: 32px; height: auto; display: block; }
.bar[data-surface="white"] .flag,
.bar[data-surface="gray"] .flag { outline: 1px solid rgba(0,0,0,.25); outline-offset: -1px; }
.sister-btn, .gumruk {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.sister-btn { background: var(--black); color: var(--white); }
.bar[data-surface="black"] .sister-btn,
.bar[data-surface="red"] .sister-btn { box-shadow: inset 0 0 0 1px var(--white); }
.gumruk { background: var(--red); color: var(--white); }
.menu {
  display: none;
  width: 42px; height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  flex: none;
  margin-left: auto;
}
.menu span:not(.sr) {
  position: absolute; left: 10px; right: 10px; height: 1px; background: currentColor;
}
.menu span:nth-child(1) { top: 14px; }
.menu span:nth-child(2) { top: 20px; }
.menu span:nth-child(3) { top: 26px; }
.menu span:not(.sr) { transition: transform .2s ease, opacity .2s ease, top .2s ease; }
.menu.open span:nth-child(1) { top: 20px; transform: rotate(40deg); }
.menu.open span:nth-child(2) { opacity: 0; }
.menu.open span:nth-child(3) { top: 20px; transform: rotate(-40deg); }
.dock { display: none; }
.nav-blur {
  position: fixed; inset: 0; z-index: 58;
  border: 0; padding: 0; margin: 0;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .38s ease, visibility 0s linear .38s;
}
.nav-blur.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .38s ease, visibility 0s;
}

.hero { position: relative; display: flex; align-items: flex-end; padding: 140px 0 64px; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero.dark::after, .photo-band::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
}
.hero.dark::after {
  background: linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.28) 42%, rgba(0,0,0,.78) 100%);
}
.photo-band::after {
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.08) 50%, rgba(0,0,0,.32) 100%);
}
.site-gefline.page-home .hero.dark,
.site-gefline.page-home .hero.dark .lead { color: var(--black); }
.site-gefline.page-home .hero.dark::after {
  background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.55) 34%, rgba(255,255,255,.82) 100%);
}
.hero .wrap, .photo-band { position: relative; z-index: 1; }
.photo-band { position: relative; margin: 0; height: 68vh; min-height: 360px; overflow: hidden; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; }
.hop-scrim {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.hop-scrim.run { animation: hopwash 1.45s ease forwards; }
@keyframes hopwash {
  0% { background: rgba(0, 0, 0, .08); }
  100% { background: rgba(0, 0, 0, .5); }
}
.hop {
  position: fixed; z-index: 120; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  width: auto; padding: 0;
  background: transparent; color: var(--white); text-align: center;
}
.hop-stage { position: relative; width: 148px; height: 148px; }
.hop.run .hop-stage { animation: hopin .55s cubic-bezier(.16, .84, .28, 1) both; }
@keyframes hopin { from { opacity: 0; transform: scale(.82); } to { opacity: 1; transform: none; } }
.hop-ring { width: 148px; height: 148px; display: block; }
.hop-ring .orbit,
.hop-ring .comet {
  fill: none;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
}
.hop-ring .orbit {
  stroke: rgba(255, 255, 255, .55);
  stroke-width: 1.15;
  stroke-dasharray: 339;
  stroke-dashoffset: 339;
}
.hop-ring .comet {
  stroke: var(--red);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-dasharray: 42 297;
}
.hop.run .orbit { animation: hopdraw .7s cubic-bezier(.22, .8, .24, 1) forwards; }
.hop.run .comet { animation: hopspin 1.45s cubic-bezier(.4, 0, .15, 1) forwards; }
@keyframes hopdraw { to { stroke-dashoffset: 0; } }
@keyframes hopspin { to { stroke-dashoffset: -339; } }
.hop-line {
  position: absolute; left: 50%; top: 50%;
  width: 0; height: 2px; background: var(--red);
  transform: translate(-50%, -50%);
}
.hop.run .hop-line { animation: hopline .5s .28s ease forwards; }
@keyframes hopline { to { width: 28px; } }
.hop p {
  margin: 0;
  max-width: 240px;
  color: var(--white);
  font-size: 15px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 10px #000;
  opacity: 0;
  transform: translateY(8px);
}
.hop.run p { animation: hoptext .4s .22s ease forwards; }
@keyframes hoptext { to { opacity: 1; transform: none; } }
.hop[hidden], .hop-scrim[hidden] { display: none; }
.stage { height: 155vh; background: var(--black); }
.stage-hero { height: 240vh; }
.stage-pin {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  display: flex; align-items: flex-end;
}
.stage-media, .beat-media {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(.78);
  transition: filter 1.25s ease, transform 1.1s ease, opacity .8s ease;
}
.stage.lit .stage-media:not(.stage-bw), .beat.lit .beat-media { filter: none; }
.stage-color { filter: none; z-index: 0; }
.stage-bw {
  z-index: 1;
  filter: grayscale(1) contrast(1.05) brightness(.86);
  -webkit-mask-image: linear-gradient(90deg, transparent calc(var(--wipe, 0%) - 18%), #000 var(--wipe, 0%));
  mask-image: linear-gradient(90deg, transparent calc(var(--wipe, 0%) - 18%), #000 var(--wipe, 0%));
  transition: none;
  pointer-events: none;
}
.beat:hover .beat-media { filter: none; transform: scale(1.045); }
html.js .beat { opacity: 0; transform: translateY(48px); transition: opacity .7s ease, transform .7s ease; transition-delay: calc(var(--i) * .12s); }
html.js .beat.lit { opacity: 1; transform: none; }
.stage-copy .line { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.stage-copy .line.on { opacity: 1; transform: none; }
.scrub-bar {
  position: absolute; z-index: 2; left: 22px; right: 132px; bottom: 20px;
  height: 3px; background: rgba(255,255,255,.28);
}
.scrub-fill { display: block; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left center; }
.stage-shade, .beat-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.72) 100%);
}
.stage-copy, .beat-copy {
  position: relative; z-index: 1;
  width: min(620px, calc(100% - 48px));
  margin-bottom: 84px;
  padding: 28px 28px 32px;
  background: rgba(0,0,0,.62);
  color: var(--white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.stage-copy .kicker,
.stage-copy h1,
.stage-copy h2,
.stage-copy .lead,
.stage-copy .more { color: var(--white); font-weight: 700; }
.stage-copy .lead, .beat-copy p { color: var(--white); }
.stage-copy h1 { max-width: 11ch; }
.hero-copy {
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: min(680px, calc(100% - 56px));
  margin-bottom: 96px;
  padding: 22px 22px 24px 18px;
  border-left: 3px solid var(--red);
}
.hero-copy .kicker { color: var(--white); font-weight: 700; margin-bottom: 12px; }
.hero-copy h1 {
  max-width: 16ch;
  font-weight: 650;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}
.hero-copy .lead {
  max-width: 40ch;
  margin-top: 14px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .6);
}
.hero-copy .actions { margin-top: 22px; }
.stage-copy h2 { max-width: 16ch; }
.beat-copy h2 { max-width: 12ch; }
.cell h3 { transition: color .2s ease; }
.cell:hover h3 { color: var(--red); }
.beats { background: var(--black); }
.beat { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
.work { height: 190vh; background: var(--black); color: var(--white); }
.work-pin { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; }
.work h2 { margin-bottom: 28px; }
.work-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; }
.work-card {
  --mix: 0;
  position: relative;
  height: calc(260px + var(--mix) * 220px);
  overflow: hidden;
  display: flex; align-items: flex-end; color: var(--white);
}
.work-card video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  --mix: 0;
  transform: scale(calc(1 + var(--mix) * .18), calc(1 + var(--mix) * .34));
  transform-origin: center 42%;
  filter: grayscale(calc(1 - var(--mix))) brightness(calc(0.38 + var(--mix) * 0.62));
}
.work-shade { position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.35)); pointer-events: none; }
.work-copy {
  position: relative; z-index: 1; margin: 16px; padding: 18px 18px 16px;
  background: rgba(0,0,0,.62); color: var(--white);
  opacity: var(--mix, 0);
  transform: translateY(calc((1 - var(--mix, 0)) * 22px));
}
.work-copy span,
.work-copy h3,
.work-copy p { color: var(--white); font-weight: 700; }
.work-copy span { letter-spacing: .14em; font-size: 16px; }
.work-copy h3 { font-size: clamp(32px, 2.6vw, 46px); margin: 10px 0; }
.work-copy p {
  font-size: 18px; font-weight: 700; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc-box {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 280px; overflow: hidden; text-decoration: none;
  background: var(--black); color: var(--white);
  transition: opacity .55s ease, transform .55s ease;
}
.svc-box video, .svc-box img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.svc-box:hover video, .svc-box:hover img { transform: scale(1.06); }
.svc-copy {
  position: relative; z-index: 1; display: flex; flex-direction: column;
  margin: 12px; padding: 14px 14px 12px; background: rgba(0,0,0,.62); color: var(--white);
}
.svc-box .svc-copy > span,
.svc-box h3,
.svc-box p { color: var(--white); font-weight: 700; }
.svc-box .svc-copy > span { font-size: 13px; letter-spacing: .08em; margin-bottom: 8px; }
.svc-box h3 { font-size: 24px; margin-bottom: 8px; }
.svc-box p { font-size: 15px; }
.svc-box:hover { transform: translateY(-6px); }
html.js .svc-box {
  opacity: 0;
  transform: scale(.9);
  clip-path: inset(18% 6% 18% 6%);
  transition: opacity .8s ease, transform .8s cubic-bezier(.16, .84, .28, 1), clip-path .8s cubic-bezier(.16, .84, .28, 1);
  transition-delay: calc(var(--i) * 150ms);
}
html.js .svc-box.in { opacity: 1; transform: none; clip-path: inset(0); }
html.js .svc-box.in:hover { transform: translateY(-6px); transition-delay: 0s; }
.logos { background: var(--black); color: var(--white); padding: 88px 0 64px; overflow: hidden; }
.logos h2 { margin-bottom: 8px; }
.logos .more { color: var(--white); }
.logo-marquee { overflow: hidden; margin-top: 36px; }
.logo-track {
  display: flex; width: max-content;
  animation: logos calc(var(--n, 6) * 3.4s) linear infinite;
}
.logo-set { display: flex; gap: 56px; padding-right: 56px; }
.logos:hover .logo-track { animation-play-state: paused; }
@keyframes logos { to { transform: translateX(-50%); } }
.logo-item { width: 280px; margin: 0; display: grid; justify-items: center; align-content: center; gap: 10px; }
.logo-item img {
  width: 250px; height: 47px; max-width: none; object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  transition: filter .35s ease;
}
.logo-item:hover img, .logo-item.hot img { filter: none; }
.logo-item figcaption {
  color: var(--white); font-size: 13px; font-weight: 650; letter-spacing: 0;
  text-transform: none; text-align: center; line-height: 1.3;
}
.spread { width: min(1440px, calc(100% - 48px)); }
.team-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px 12px; }
.person img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; display: block; background: var(--gray); }
.person strong { display: block; margin-top: 10px; font-size: 15px; letter-spacing: -0.02em; }
.person span { display: block; margin-top: 4px; color: var(--red); font-size: 12px; }
.person.extra { display: none; }
html.js .person img {
  clip-path: inset(48% 6% 48% 6%);
  transform: scale(1.06);
  transition: clip-path 1.15s cubic-bezier(.16, .84, .28, 1), transform 1.25s cubic-bezier(.16, .84, .28, 1);
}
html.js .person strong,
html.js .person span {
  opacity: 0;
  transition: opacity .55s ease .45s;
}
html.js .person.in img { clip-path: inset(0); transform: none; }
html.js .person.in strong,
html.js .person.in span { opacity: 1; }
.team.open .person.extra { display: block; }
.team .btn { margin-top: 28px; }
.scroll-hint {
  position: absolute; z-index: 3; left: auto; right: 18px; bottom: 10px; transform: none;
  display: flex; flex-direction: row; align-items: center; gap: 8px;
  padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: 11px;
  transition: opacity .35s ease;
}
.scroll-hint i {
  width: 18px; height: 28px; border: 2px solid var(--white); border-radius: 10px; position: relative;
}
.scroll-hint i::after {
  content: ""; position: absolute; left: 50%; top: 6px; width: 3px; height: 7px; margin-left: -1.5px;
  background: var(--white); border-radius: 2px; animation: wheel 1.15s ease infinite;
}
@keyframes wheel { to { transform: translateY(8px); opacity: 0; } }
.scroll-hint.hide { opacity: 0; pointer-events: none; }
.call-now {
  position: fixed; left: 18px; bottom: 18px; z-index: 45;
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 14px 0 12px;
  background: var(--black); color: var(--white); text-decoration: none;
  font-size: 13px; font-weight: 650; letter-spacing: .02em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}
.call-now svg { width: 16px; height: 16px; display: block; }
.call-now:hover { background: var(--red); }
.cookie {
  position: fixed; z-index: 55; left: 50%; bottom: 28px; transform: translateX(-50%);
  width: min(520px, calc(100% - 160px));
  display: flex; align-items: center; gap: 16px;
  padding: 18px 18px 18px 20px;
  background: var(--red); color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}
.cookie[hidden] { display: none; }
.entry-pop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 24px; background: rgba(0, 0, 0, .55); }
.entry-pop[hidden] { display: none; }
.entry-card { position: relative; max-width: min(920px, 100%); }
.entry-card img { display: block; max-width: 100%; max-height: 78vh; }
.entry-card button { position: absolute; top: 8px; right: 8px; width: 36px; height: 36px; border: 0; background: #fff; color: #111; font-size: 22px; line-height: 1; cursor: pointer; }
.landing { padding: 48px 0 72px; }
.landing h1 { margin: 0 0 20px; font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.03em; }
.landing-html { font-size: 17px; line-height: 1.6; }
.landing-html img, .landing-html iframe, .landing-html video { max-width: 100%; }
.cookie p { margin: 0; font-size: 14px; line-height: 1.45; color: #fff; }
.cookie-actions { display: flex; gap: 8px; flex: none; }
.cookie-actions button {
  height: 40px; padding: 0 14px; border: 0; cursor: pointer;
  background: transparent; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  font: inherit; font-size: 13px; white-space: nowrap;
}
.cookie-actions button[data-consent="all"] { background: #fff; color: var(--red); box-shadow: none; }
.to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 45;
  width: 46px; height: 46px; border: 0; cursor: pointer;
  background: var(--black); color: var(--white); font-size: 22px; line-height: 1;
  box-shadow: inset 0 0 0 1px var(--white);
  opacity: 0; pointer-events: none; transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--red); }
.page-home .hero { min-height: 100vh; padding-bottom: 72px; }
.hero.dark { background: var(--black); color: var(--white); }
.hero.light { background: var(--white); color: var(--black); min-height: auto; padding: 72px 0 28px; align-items: flex-start; }
.kicker { margin: 0 0 16px; color: var(--red); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero.dark .lead { color: var(--white); }
.lead { max-width: 640px; margin-top: 18px; font-size: 19px; }
.actions { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; height: 46px; padding: 0 18px;
  background: var(--white); color: var(--black); text-decoration: none; border: 0; cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.btn:hover { background: var(--red); color: var(--white); }
.btn.ghost { background: transparent; color: inherit; box-shadow: inset 0 0 0 1px currentColor; }
.btn.ghost:hover { background: var(--white); color: var(--black); }
.nav a, .more, .foot a, .sister-btn, .gumruk, .langbox { transition: color .2s ease, background .2s ease, border-color .2s ease; }
.nav a:hover, .more:hover, .foot a:hover { color: var(--red); }
.sister-btn:hover, .gumruk:hover { background: var(--white); color: var(--black); }
.bar[data-surface="white"] .sister-btn:hover,
.bar[data-surface="gray"] .sister-btn:hover { background: var(--red); color: var(--white); }
.btn.red { background: var(--red); color: var(--white); }
.btn.black { background: var(--black); color: var(--white); }

.band { padding: 88px 0; }
.band.white { background: var(--white); color: var(--black); }
.band.black { background: var(--black); color: var(--white); }
.band.red { background: var(--red); color: var(--white); }
.band.gray { background: var(--gray); color: var(--black); }
.band .lead, .band.black p, .hero.light .lead { color: inherit; }
.band.black .kicker, .band.red .kicker { color: var(--white); }
.band h2 { max-width: 16ch; margin-bottom: 28px; }

.grid3, .grid2 { display: grid; gap: 0; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid2 { grid-template-columns: repeat(2, 1fr); }
.cell {
  min-height: 180px;
  padding: 28px 24px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.cell span { display: block; color: var(--red); font-size: 13px; letter-spacing: 0.08em; margin-bottom: 16px; }
.band.red .cell span { color: var(--white); }
.cell h3 { font-size: 24px; margin-bottom: 8px; }
.cell p { font-size: 16px; }
.band.white .cell p { color: var(--black); }
.more { display: inline-block; margin-top: 22px; color: inherit; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 18px; }
.page-home .cards, .page-blog .cards { grid-template-columns: repeat(3, 1fr); gap: 22px 18px; }
.page-blog .cards h3 { font-size: 22px; }
.cards a { text-decoration: none; display: block; }
.cards a:hover h3 { color: var(--red); }
.shot {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--black);
  margin-bottom: 14px;
  overflow: hidden;
}
.shot-date {
  position: absolute; top: 8px; right: 8px; z-index: 1;
  padding: 3px 6px; background: rgba(17, 17, 17, .78); color: #fff;
  font-size: 11px; letter-spacing: .02em; line-height: 1.3;
}
.post-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.post-date { color: #fff; font-size: 14px; white-space: nowrap; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cards a:hover .shot img { transform: scale(1.06); }
.shot.plain { background: var(--red); }
.cards h3 { font-size: 16px; margin-bottom: 6px; }
.cards p { font-size: 13px; }
.blog-home { background: var(--black); color: var(--white); }
.blog-home .cards h3, .blog-home .cards a { color: var(--white); }
.blog-home .cards p { color: rgba(255,255,255,.78); }
.blog-home .cards a:hover h3 { color: var(--red); }
.blog-more {
  display: inline-flex; align-items: center; margin-top: 28px; height: 42px; padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .45); color: var(--white); text-decoration: none;
  font-size: 13px; letter-spacing: .04em;
}
.blog-more:hover { background: var(--red); border-color: var(--red); }
.ask-call { margin-top: 16px; }
@media (min-width: 901px) {
  .blog-home .cards article:nth-child(n + 4) { display: none; }
}

.page-grid { margin-top: 12px; }
.prose { margin-top: 18px; font-size: 18px; max-width: 68ch; }
.richtext p { margin: 0 0 14px; }
.richtext ul { margin: 0 0 16px; padding-left: 18px; }
.richtext li { margin: 0 0 6px; }
.unsub { max-width: 640px; }
.unsub h1 { font-size: 40px; margin-bottom: 12px; }
.unsub p { margin-bottom: 18px; }
.unsub form { display: block; }
.about-values { margin-top: 0; }
.sister-line { margin-top: 28px; }
.sister-line a { color: inherit; }

.ask-band { background: var(--white); color: var(--black); padding: 48px 0 56px; }
.ask-page { padding-top: 112px; }
.ask-head { margin-bottom: 16px; }
.ask-band h1, .ask-band h2 { font-size: 32px; max-width: none; margin: 0 0 8px; }
.ask-band .lead { margin: 0; max-width: 62ch; font-size: 15px; }
.ask-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 12px 0 0; font-size: 14px; }
.ask-meta a { color: inherit; }
.ask {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: end;
}
.ask label {
  display: grid;
  gap: 5px;
  min-width: 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ask input,
.ask select,
.ask textarea {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: var(--white);
  color: var(--black);
  padding: 0 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}
.pick { position: relative; }
.pick-face {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: var(--white);
  color: var(--black);
  font: inherit;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
.pick-face span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pick-face svg { width: 12px; height: 12px; flex: none; }
.pick-face[aria-expanded="true"] { border-color: var(--black); }
.pick-menu {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  max-height: 240px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--black);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .14);
}
.pick-menu button {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
}
.pick-menu button:hover,
.pick-menu button.on { background: var(--black); color: var(--white); }
.pick select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.ask .phone, .sub-dialog .phone {
  display: flex; align-items: center; height: 40px;
  border: 1px solid rgba(0,0,0,.2); background: #fff;
}
.ask .phone > span, .sub-dialog .phone > span {
  padding: 0 10px; font-size: 14px; font-weight: 650; letter-spacing: 0; text-transform: none;
  border-right: 1px solid rgba(0,0,0,.2); line-height: 40px;
}
.ask .phone input, .sub-dialog .phone input { border: 0; height: 38px; padding: 0 10px; }
.ask textarea { height: 72px; padding: 8px 10px; resize: vertical; }
.ask-msg, .ask .btn { grid-column: 1 / -1; }
.ask .btn { width: auto; justify-self: start; height: 40px; }
.ask [hidden] { display: none; }
.form-note { margin: 0 0 12px; }
.cell h2 { font-size: 26px; margin-bottom: 8px; max-width: none; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-size: 14px; }
input, textarea {
  width: 100%; border: 0; border-bottom: 1px solid currentColor;
  padding: 12px 0; background: transparent; color: inherit;
}
input:focus, textarea:focus { outline: none; }
.hp { position: absolute; left: -9999px; }
.ok { font-size: 22px; }
.cover { margin: 28px 0; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--black); }

.sub-launch { background: var(--white); color: var(--black); padding: 22px 0; border-top: 1px solid rgba(0,0,0,.08); }
.sub-launch-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sub-launch-row p { margin: 0; font-size: 15px; }
.sub-dialog {
  width: min(420px, calc(100% - 32px));
  max-height: min(640px, calc(100% - 32px));
  border: 0; padding: 22px 22px 18px; color: var(--black); background: #fff;
}
.sub-dialog::backdrop { background: rgba(0,0,0,.55); }
.sub-dialog form { display: grid; gap: 10px; }
.sub-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sub-dialog h2 { font-size: 26px; }
.sub-x { border: 0; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; padding: 0 4px; }
.sub-lead, .sub-note { margin: 0; font-size: 14px; }
.sub-dialog label { display: grid; gap: 5px; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.sub-dialog input { height: 40px; border: 1px solid rgba(0,0,0,.2); padding: 0 10px; font: inherit; font-size: 14px; letter-spacing: 0; text-transform: none; font-weight: 450; }
.sub-band { background: var(--white); color: var(--black); padding: 36px 0 40px; border-top: 1px solid rgba(0,0,0,.08); }
.sub-copy h2 { font-size: 28px; margin: 0 0 6px; }
.sub-copy p { margin: 0 0 14px; max-width: 46ch; }
.sub-fields { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 10px; }
.sub-band label { display: grid; gap: 5px; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.sub-band input[type="text"], .sub-band input[type="email"], .sub-band input[type="tel"], .sub-band input:not([type="checkbox"]) {
  height: 40px;
  border: 1px solid rgba(0,0,0,.2);
  background: #fff;
  padding: 0 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: 0;
  text-transform: none;
}
.sub-groups { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 14px 0; }
.sub-groups fieldset { border: 0; margin: 0; padding: 0; min-width: 180px; }
.sub-groups legend { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.sub-band label.sub-check { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 450; letter-spacing: 0; text-transform: none; margin: 0 0 6px; }
.sub-check input { width: auto; height: auto; border: 0; padding: 0; }
.sub-ok { margin: 0 0 12px; }
.sub-band .btn { margin-top: 4px; }
.foot { background: var(--black); color: var(--white); padding: 56px 0 24px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 32px; }
.foot h2 { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; }
.foot a, .foot p { display: block; text-decoration: none; margin: 0 0 8px; font-size: 15px; }
.foot-brand img { height: 36px; }
.foot-name { display: block; margin: 12px 0; }
.addr { white-space: pre-line; }
.foot-meta span { display: block; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.45; }
.foot-map {
  position: relative;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.foot-map iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}
.foot-map > a {
  display: block;
  width: fit-content;
  margin: 0 0 10px auto;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-size: 13px;
  text-decoration: none;
}
.foot-map > a:hover { color: var(--red); }
.office-logo { height: 42px; width: auto; display: block; margin: 22px 0 16px; }
.reach strong { display: block; margin: 0 0 10px; }
.reach p { margin: 0 0 6px; }
.reach .fine { color: #5c5c5c; font-size: 14px; }
.legal {
  display: flex; justify-content: space-between; gap: 12px;
  margin-top: 36px; padding-top: 16px; border-top: 1px solid var(--white); font-size: 13px;
}
.auth-screen { min-height: 0; display: flex; align-items: flex-start; padding: 112px 0 36px; }
.auth-card { width: min(440px, calc(100% - 40px)); margin: 0 auto; }
.auth-card h1 { font-size: clamp(36px, 5vw, 52px); margin-bottom: 10px; }
.auth-card .lead { font-size: 16px; margin-bottom: 28px; }
.auth-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; }
.auth-methods button {
  height: 72px;
  border: 0;
  background: rgba(0, 0, 0, .04);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.auth-methods button.on { background: var(--black); color: var(--white); box-shadow: none; }
.auth-methods svg { width: 22px; height: 22px; }
.auth-pane { display: grid; gap: 14px; }
.auth-pane[hidden] { display: none; }
.auth-pane .btn { justify-content: center; width: 100%; }
.auth-switch { margin-top: 22px; font-size: 14px; }
.auth-switch a { color: var(--red); font-weight: 700; text-decoration: none; }
.page-signin .foot,
.page-signup .foot { background: var(--white); color: var(--black); padding: 0 0 28px; }
.page-signin .foot-grid,
.page-signup .foot-grid { display: none; }
.page-signin .legal,
.page-signup .legal {
  margin: 0; padding: 0; border: 0; justify-content: center; color: var(--gray);
}
.page-signin .legal span:last-child,
.page-signup .legal span:last-child { display: none; }

html.js .reveal { opacity: 0; transform: translateY(28px); animation: rise 0.7s ease forwards; animation-play-state: paused; }
html.js .reveal.in { animation-play-state: running; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal, .intro, .pace, .stage-media, .beat img, .svc-box, .intro-video { animation: none; transition: none; }
  .reveal, .svc-box, .work-card, .person img, .person strong, .person span { opacity: 1; transform: none; clip-path: none; }
  .work-card { height: 420px; }
  .work-card video { transform: none; }
  .bar > .bar-panel, .nav-blur, .hop-stage, .hop p, .hop-line { transition: none; animation: none; }
  .stage-media, .beat-media, .work-card video, .intro-video { filter: none; }
  .stage-bw { display: none; }
  .beat, .stage-copy .line { opacity: 1; transform: none; }
  .intro { display: none; }
  .logo-track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
  .logo-set[aria-hidden="true"] { display: none; }
}

@media (max-width: 900px) {
  .bar { padding: 0 16px; gap: 12px; min-height: 64px; }
  .bar .brand { height: 40px; width: 136px; }
  .bar .brand img { height: 40px; width: auto; max-width: none; }
  .bar > .menu { display: none; }
  .bar > .bar-panel {
    display: flex;
    position: fixed;
    top: auto;
    bottom: 14px;
    left: 16px;
    right: 16px;
    width: auto;
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    margin: 0;
    max-height: min(70vh, 520px);
    overflow: auto;
    padding: 16px 16px 88px;
    border-radius: 24px;
    background: rgba(0, 0, 0, .42);
    color: var(--white);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 1px 0 0 rgba(255, 255, 255, .18), inset -1px 0 0 rgba(255, 255, 255, .18);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: clip-path .42s cubic-bezier(.22, .8, .24, 1), opacity .32s ease, visibility 0s linear .42s;
  }
  .bar > .bar-panel.open {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: clip-path .42s cubic-bezier(.22, .8, .24, 1), opacity .28s ease, visibility 0s;
  }
  .bar:has(.bar-panel.open) { z-index: 65; }
  .nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 8px;
    width: 100%;
    min-width: 0;
  }
  .nav a {
    min-width: 0;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.15;
    color: var(--white);
  }
  .nav a.nav-docked { display: none; }
  .nav a[aria-current="page"] { color: var(--white); box-shadow: none; }
  .nav a[aria-current="page"] span:last-child { box-shadow: inset 0 -1px 0 var(--red); }
  .tile-ico, .nav-web { display: grid; }
  .tile-ico {
    width: auto;
    height: auto;
    place-items: center;
    color: var(--white);
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .tile-ico svg, .tile-ico img { width: 26px; height: 26px; display: block; }
  .bar-panel .tools { order: 1; }
  .bar-panel .nav { order: 2; }
  .bar-panel .auth-row { order: 3; }
  .tools { flex-direction: row; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 8px; }
  .lang-code { font-size: 12px; color: var(--white); }
  .langbox { height: auto; padding: 0; margin: 0; color: var(--white); }
  .bar[data-surface] .bar-panel .sister-btn {
    height: auto; padding: 0; font-size: 12px; letter-spacing: .08em;
    background: transparent; color: var(--white); box-shadow: none;
  }
  .bar[data-surface] .bar-panel .sister-btn:hover { background: transparent; color: var(--white); }
  .tools .gumruk { display: none; }
  .auth-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; width: 100%; }
  .auth-row a {
    height: 40px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: transparent;
    box-shadow: none;
  }
  .auth-row .in { color: var(--white); }
  .auth-row .up { color: var(--red); }
  .page-signin .foot, .page-signup .foot { padding-bottom: 108px; }
  .dock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    position: fixed;
    z-index: 70;
    left: 16px;
    right: 16px;
    bottom: 14px;
    height: 78px;
    padding: 8px 4px 10px;
    background: rgba(0, 0, 0, .42);
    color: var(--white);
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(255, 255, 255, .18);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    transition: border-radius .42s cubic-bezier(.22, .8, .24, 1);
  }
  .dock.raised {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .dock-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    font: inherit;
    cursor: pointer;
  }
  .dock-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: none;
    box-shadow: none;
  }
  .dock-item svg { width: 24px; height: 24px; display: block; }
  .dock-mark img { width: 26px; height: 26px; display: block; object-fit: contain; }
  .dock-g { background: none; box-shadow: none; }
  .dock-menu.open .dock-g img { opacity: .55; }
  .dock-word {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-left: .12em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--white);
    text-align: center;
    white-space: nowrap;
  }
  .call-now { display: none; }
  .cookie { bottom: 128px; width: min(520px, calc(100% - 28px)); flex-direction: column; align-items: stretch; padding: 16px; }
  .cookie-actions button { flex: 1; }
  .to-top { bottom: 112px; }
  .blog-home .cards { grid-template-columns: repeat(3, 1fr); gap: 14px 8px; }
  .blog-home .cards h3 { font-size: 12px; line-height: 1.25; }
  .blog-home .cards p { display: none; }
  .blog-home .shot { margin-bottom: 6px; aspect-ratio: 1 / 1; }
  .foot { padding-bottom: 120px; }
  .grid3, .grid2, .ask, .sub-fields { grid-template-columns: 1fr; }
  .ask-page { padding-top: 96px; }
  .ask-band h1, .ask-band h2 { font-size: 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .foot-map iframe { height: 200px; }
  .foot h2 { font-size: 11px; letter-spacing: .1em; margin-bottom: 8px; }
  .foot a, .foot p { font-size: 13px; line-height: 1.35; }
  .foot-brand img { height: 28px; }
  .foot-name { font-size: 13px; margin: 8px 0; }
  .legal { margin-top: 20px; font-size: 11px; }
  .work-row, .svc-grid { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .work { height: 160vh; padding: 0; }
  .work-card { height: calc(132px + var(--mix) * 96px); }
  .work-copy { margin: 8px; padding: 10px; }
  .work-copy h3 { font-size: 18px; }
  .work-copy p { font-size: 12px; -webkit-line-clamp: 3; }
  .svc-box { min-height: 168px; }
  .svc-box h3 { font-size: 13px; }
  .svc-box p { display: none; }
  .svc-copy { padding: 12px 8px; }
  .spread { width: min(1440px, calc(100% - 24px)); }
  .team-grid { grid-template-columns: repeat(3, 1fr); gap: 12px 8px; }
  .cards, .page-home .cards, .page-blog .cards { grid-template-columns: 1fr; gap: 16px; }
  .cards p { display: block; }
  .sub-launch-row { align-items: stretch; flex-direction: column; }
  .sub-dialog { width: min(420px, calc(100% - 24px)); padding: 18px; }
  .person strong { font-size: 12px; }
  .person span { font-size: 11px; }
  .cards h3 { font-size: 18px; }
  .cards p { display: block; font-size: 14px; }
  .page-home .blog-home .cards { grid-template-columns: repeat(3, 1fr); gap: 14px 8px; }
  .blog-home .shot-date { top: 4px; right: 4px; padding: 2px 4px; font-size: 8px; }
  .page-home .blog-home .cards h3 { font-size: 12px; line-height: 1.25; }
  .page-home .blog-home .cards p { display: none; }
  .logo-item { width: 210px; }
  .logo-item img { width: 190px; height: 36px; }
  .logo-item figcaption { font-size: 11px; }
  .logo-item:hover img { filter: grayscale(1) brightness(0) invert(1); }
  .logo-item.hot img { filter: none; }
  .logos:hover .logo-track { animation-play-state: running; }
  .stage { height: 135vh; }
  .stage-hero { height: 210vh; }
  .beat { min-height: 88vh; }
  .stage-copy, .beat-copy { margin-bottom: 196px; padding: 16px; width: calc(100% - 32px); }
  .hero-copy { margin-bottom: 168px; padding: 16px 16px 18px 14px; width: calc(100% - 40px); }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy .lead { font-size: 15px; }
  .scrub-bar { left: 16px; right: 118px; bottom: 156px; }
  .scroll-hint { right: 16px; bottom: 148px; font-size: 10px; letter-spacing: .1em; }
  .scroll-hint i { width: 12px; height: 18px; }
  .page-home .hero { min-height: 88vh; }
  .hero { padding: 110px 0 48px; }
  .band { padding: 56px 0; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
}
