:root {
  --ink: #1a1a1a;
  --ink-2: #2c2c2c;
  --muted: #4b4b4b;
  --cream: #f9f3ee;
  --paper: #fffdf9;
  --line: #e7dcd0;
  --pink: #d46aab;
  --pink-rgb: 212, 106, 171;
  --violet: #6172cb;
  --cyan: #62d0ea;
  --white: #fffdfb;
  --font-display: "Teko", sans-serif;
  --font-ui: "Kanit", "Montserrat", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.body-overflow { overflow: hidden; }

.pxl-slider { opacity: 0; }
body.is-ready .pxl-slider { opacity: 1; transition: opacity 0.45s ease; }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-ui);
  font-weight: 400;
  line-height: 1.5;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 80;
  background: var(--paper);
  padding: 0.5rem 0.8rem;
}

/* Mouno loader-style1 */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: auto;
}
.preloader.loader-style1 { overflow: hidden; }
.preloader.loader-style1 .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  transform: translateY(-50%);
  background: #fff;
  opacity: 1;
  transition: width 1.5s ease, opacity 0.25s linear 1.25s;
  z-index: 9;
}
.preloader.loader-style1 .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background: #000;
  transition: transform 1.5s ease 1.5s;
  z-index: 1;
}
.preloader.loader-style1 .split.top { top: 0; }
.preloader.loader-style1 .split.bottom { bottom: 0; }
.preloader.loader-style1.loading { opacity: 1; visibility: visible; }
.preloader.loader-style1.loading .line { width: 100%; opacity: 0; }
.preloader.loader-style1.loading .split.top,
.preloader.loader-style1.loaded .split.top { transform: translateY(-100%); }
.preloader.loader-style1.loading .split.bottom,
.preloader.loader-style1.loaded .split.bottom { transform: translateY(100%); }
.preloader.loader-style1.loaded .line { width: 100%; opacity: 0; }
.preloader.loader-style1.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.visibility-hidden { visibility: hidden; }
.split-text .pxl-char,
.split-text .pxl-word { display: inline-block; }
.pxl-heading-title .pxl-line-wrap { display: block; overflow: hidden; }
.pxl-heading-title .pxl-line { display: block; }
.wow { visibility: hidden; }
.wow.animated { visibility: visible; }

@keyframes textUnderlineSlide {
  0% { background-size: 0% 4px; }
  100% { background-size: 100% 4px; }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 100%, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeOutUp {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translate3d(0, -100%, 0); }
}
@keyframes fadeOutDown {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translate3d(0, 100%, 0); }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 25px 15px 0 30px;
  background: transparent;
  transition: transform 0.3s cubic-bezier(0.24, 0.74, 0.58, 1), background 0.25s linear;
}
@media (max-width: 1399px) {
  .site-header { padding: 29px 15px 0 89px; }
}
.site-header.is-stuck {
  position: fixed;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter: blur(10px);
}
.site-header.is-hidden { transform: translateY(-100%); }
.page-inner .site-header { padding: 20px 22px 0 30px; }
.page-home .site-header.is-stuck { padding-left: 30px; }

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo img { height: 36px; width: auto; }
.site-header.is-stuck .logo img { height: 20px; }
/* Default / light surfaces: dark mark */
.logo .logo-white { display: none; }
.logo .logo-black { display: block; }
/* Dark heroes (home slider, dark page titles): light mark until sticky cream bar */
.page-home .site-header:not(.is-stuck) .logo-white,
.page-inner-dark .site-header:not(.is-stuck) .logo-white { display: block; }
.page-home .site-header:not(.is-stuck) .logo-black,
.page-inner-dark .site-header:not(.is-stuck) .logo-black { display: none; }
/* Home hero already has the vertical rail mark; hide header logo until sticky */
.page-home .site-header:not(.is-stuck) .logo { visibility: hidden; }
/* Sticky cream header always uses the dark mark */
.site-header.is-stuck .logo-white { display: none !important; }
.site-header.is-stuck .logo-black { display: block !important; }
.page-home .site-header.is-stuck .logo { visibility: visible; }
@media (max-width: 991px) {
  .page-home .site-header:not(.is-stuck) { padding-left: 15px; }
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.pxl-menu-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-menu-primary li > a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}
.pxl-menu-primary .pxl-menu-text {
  display: block;
  position: relative;
  z-index: 2;
  transition: transform 0.3s linear;
}
.pxl-menu-primary li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s linear;
}
.pxl-menu-primary li > a:hover .pxl-menu-text { transform: translateY(-2px); }
.pxl-menu-primary li > a:hover::after { transform: scaleX(1); }
.page-home .site-header:not(.is-stuck) .pxl-menu-primary a { color: #fff; }
.page-home .site-header:not(.is-stuck) .pxl-search-button { color: #fff; }

.pxl-search-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
}
.pxl-search-button:hover .pxl-btn-icon { animation: spin 5s linear infinite; }
.pxl-btn-icon { display: flex; }

.header-tools {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.lang a {
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.2rem 0.15rem;
}
.lang a[aria-current="true"] {
  color: var(--ink);
  border-bottom: 2px solid var(--pink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.btn-primary {
  background: var(--ink);
  color: var(--white);
}
.btn-primary:hover { background: #000; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
}
.btn-pink {
  background: var(--pink);
  color: #1a1016;
}

.menu-toggle {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-toggle svg {
  width: 40px;
  height: 40px;
  display: block;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  width: 100%;
  overflow: hidden;
  background: transparent;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s linear, visibility 0.25s linear;
}
.nav-overlay.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.nav-overlay a { text-decoration: none; color: inherit; }

.nav-cols {
  display: flex;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.nav-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  flex-shrink: 0;
}
.nav-col-dark {
  width: 35%;
  background: #121212;
  color: #fff;
  padding: 85px 50px;
  animation: fadeOutUp 0.75s linear forwards;
}
.nav-col-pink {
  width: 65%;
  background: var(--pink);
  color: #010101;
  padding: 100px 90px 80px 80px;
  position: relative;
  animation: fadeOutDown 0.75s linear forwards;
}
.nav-overlay.active .nav-col-dark { animation: fadeInDown 0.75s linear forwards; }
.nav-overlay.active .nav-col-pink { animation: fadeInUp 0.75s linear forwards; }

.nav-logo { height: 35px; width: auto; }
.nav-hello {
  margin: 2rem 0 2.4rem;
  font-size: 22px;
  font-weight: 400;
  max-width: 28rem;
  line-height: 1.4;
  color: #fff;
}
.nav-copy {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.nav-meta h3 {
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
}
.nav-meta p,
.nav-meta a {
  margin: 0 0 1.6rem;
  text-transform: uppercase;
  color: #fff;
}
.nav-meta a:hover { opacity: 0.75; }

.nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.nav-close::before,
.nav-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s linear;
}
.nav-close::before { transform: translate(-50%, -50%) rotate(-45deg); }
.nav-close::after { transform: translate(-50%, -50%) rotate(45deg); }
.nav-close:hover::before { transform: translate(-50%, -50%) rotate(0deg); }
.nav-close:hover::after { transform: translate(-50%, -50%) rotate(0deg); }

.nav-col-pink .overlay-search {
  max-width: 22rem;
  margin: 0 0 2.4rem;
}
.nav-col-pink .overlay-search input {
  color: #010101;
  border-bottom-color: rgba(1,1,1,.35);
}
.nav-col-pink .overlay-search input::placeholder { color: rgba(1,1,1,.45); }

.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.nav-links a,
.nav-links .pxl-link-text {
  font-family: "Montserrat", var(--font-ui);
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: inline;
  color: #010101;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 4px;
}
.nav-overlay.active .nav-links .pxl-link-text.text-underline-slide,
.pxl-link-text.text-underline-slide {
  animation: textUnderlineSlide 0.75s ease-in-out 0.75s forwards;
}
.nav-links a:hover .pxl-link-text { background-size: 100% 4px; }

@media (max-width: 640px) {
  .header-tools .btn { display: none; }
  .pxl-slide-content {
    flex-direction: column;
    padding-inline: 0;
    gap: 1.2rem;
  }
}
@media (max-width: 899px) {
  .site-header { padding: 16px 15px 0; }
  .header-nav { display: none; }
  .pxl-search-button { display: none; }
  .menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .menu-toggle svg { width: 32px; height: 32px; }
  .nav-cols { flex-direction: column; overflow: hidden; }
  .nav-overlay.active .nav-cols { overflow: auto; }
  .nav-col-dark,
  .nav-col-pink { width: 100%; min-height: 50vh; padding: 2rem 1.4rem; }
  .nav-col-pink { min-height: 55vh; padding-top: 4.5rem; padding-right: 5.5rem; }
}

.nav-top { display: none; }
.nav-foot { display: none; }

main { overflow: hidden; }

.hero {
  padding: 7.2rem 1.4rem 3.6rem;
  display: grid;
  gap: 1.5rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 12vw, 7.2rem);
  line-height: 0.88;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0;
  max-width: 12ch;
}
.hero .lead {
  max-width: 34rem;
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.4rem; }
.hero-visual {
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f3ebe3;
  min-height: 16rem;
}
.hero-visual img { width: 100%; height: 100%; object-fit: contain; min-height: 18rem; }

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    padding: 8.2rem 2.2rem 4.5rem;
  }
}

.band {
  padding: 3.2rem 1.4rem;
}
@media (min-width: 900px) {
  .band { padding: 4.2rem 2.2rem; }
}

.band-ink {
  background: var(--ink);
  color: var(--cream);
}
.band-violet { background: var(--violet); color: var(--white); }
.band-paper { background: var(--cream); }

.kicker {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 600;
}
.band-ink .kicker,
.band-violet .kicker { color: var(--cyan); }

h2 {
  font-family: var(--font-display);
  /* Fluid section titles: phone → tablet → desktop. Long FI uppercase lines wrap. */
  font-size: clamp(1.55rem, 0.85rem + 3.6vw, 4rem);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.js-split { overflow: hidden; }
.js-split .char,
.js-split .word { display: inline-block; }
.split-text .pxl-word,
.split-text .pxl-char {
  max-width: 100%;
}

.pxl-text-marquee-wrapper {
  --pxl-spacing: 30px;
  --pxl-duration: 20s;
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: clip;
  background: #fff;
  /* A bit taller than the glyph box so the white band reads fuller */
  padding-block: clamp(16px, 1.8vw, 36px);
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item {
  flex: none;
  white-space: nowrap;
  color: #010101;
  font-family: var(--font-display);
  font-size: 125px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: none;
  --pxl-translate-x: calc(-100% - (var(--pxl-spacing) / 2));
  --pxl-translate-y: 0;
  --pxl-duration: 20s;
  -webkit-animation: marquee-animation var(--pxl-duration) linear infinite;
  animation: marquee-animation var(--pxl-duration) linear infinite;
  will-change: transform;
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item p {
  margin: 0;
  width: 100%;
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item.main {
  padding-right: calc(var(--pxl-spacing) / 2);
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item.duplicated {
  padding-left: calc(var(--pxl-spacing) / 2);
}
.pxl-text-marquee-wrapper .pxl-text-marquee-item .pxl-text-highlight {
  color: transparent;
  -webkit-text-stroke: 2px #010101;
}
.pxl-text-marquee-wrapper.ltr {
  justify-content: end;
}
.pxl-text-marquee-wrapper.ltr .pxl-text-marquee-item {
  --pxl-translate-x: calc(100% + (var(--pxl-spacing) / 2));
}
@keyframes marquee-animation {
  from { transform: translateX(0) translateY(0); }
  to { transform: translateX(var(--pxl-translate-x)) translateY(var(--pxl-translate-y)); }
}
@media screen and (max-width: 1399px) {
  .pxl-text-marquee-wrapper .pxl-text-marquee-item { font-size: 115px; }
}
@media screen and (max-width: 1199px) {
  .pxl-text-marquee-wrapper .pxl-text-marquee-item { font-size: 105px; }
}
@media screen and (max-width: 991px) {
  .pxl-text-marquee-wrapper .pxl-text-marquee-item { font-size: 95px; }
}
@media screen and (max-width: 767px) {
  .pxl-text-marquee-wrapper .pxl-text-marquee-item { font-size: 80px; }
}
@media screen and (max-width: 575px) {
  .pxl-text-marquee-wrapper .pxl-text-marquee-item { font-size: 70px; }
}

.svc-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.pxl-nav-carousel {
  display: flex;
  gap: 35px;
  flex-shrink: 0;
}
.pxl-nav-carousel button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  color: var(--ink);
}
.pxl-nav-carousel button:hover { background: var(--ink); color: #fff; }
.svc-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.4rem;
}
.svc-track::-webkit-scrollbar { display: none; }
.svc-card {
  flex: 0 0 min(86vw, 390px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 76px 30px 69px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 31px 105px rgba(170, 194, 186, 0.17);
  min-height: 24rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.svc-card em {
  display: block;
  font-style: normal;
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 1.4rem;
}
.svc-card h3 {
  font-family: var(--font-ui);
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0.7rem;
  line-height: 1.2;
}
.svc-card p {
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-weight: 300;
  font-size: 17px;
  flex: 1;
}
.svc-card .svc-more {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: auto;
}
.svc-card:hover { background: #000; }
.svc-card:hover h3,
.svc-card:hover p,
.svc-card:hover .svc-more,
.svc-card:hover em { color: #fff; }

.pxl-index-boxes {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .pxl-index-boxes { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .pxl-index-boxes { grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
}
.pxl-index-box {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
}
.pxl-index-number {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-ui);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pxl-index-box h3 {
  font-family: var(--font-ui);
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0.45rem;
}
.pxl-index-box p { margin: 0; color: rgba(255,255,255,.82); font-weight: 300; font-size: 15px; max-width: none; }
.proc-band .lead { max-width: 36rem; }

.quote-band {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 4.4rem 1.4rem;
}
.quote-track { position: relative; min-height: 10rem; max-width: 1110px; margin: 0 auto; }
.quote-swiper { max-width: 1110px; margin: 0 auto; overflow: hidden; }
.quote-item {
  display: none;
  padding-inline: 1rem;
}
.quote-item.is-on,
.quote-swiper .quote-item { display: block; }
.quote-item p {
  font-family: var(--font-ui);
  font-size: clamp(1.3rem, 3vw, 30px);
  font-weight: 600;
  margin: 0 0 1.2rem;
}
.quote-item cite { font-style: normal; font-size: 18px; font-weight: 500; }
.quote-dots { display: flex; gap: 10px; justify-content: center; margin-top: 1.8rem; }
.quote-dots button,
.quote-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}
.quote-dots button.is-on,
.quote-dots .swiper-pagination-bullet-active { background: #fff; }

.pxl-link-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pxl-link-box {
  flex: 1 1 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 33px 42px 40px 40px;
  border-radius: 86.5px;
  border: 1px solid #4b4b4b;
  color: #fff;
  text-decoration: none;
}
.pxl-link-box:hover { background: rgba(255,255,255,.07); }
.pxl-link-box strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 1.15rem;
}
.pxl-link-box span {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 12px;
  border: 1px solid currentColor;
  border-radius: 13.5px;
  padding: 2px 10px;
  color: #d5d5d5;
}

.work-card { position: relative; }
.work-card .work-chip {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  background: #fff;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.svc-list { display: grid; gap: 0; }
.svc-row {
  display: grid;
  gap: 0.4rem 1.5rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.svc-row:last-child { border-bottom: 1px solid var(--line); }
.svc-row em {
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--violet);
}
.svc-row strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  text-transform: uppercase;
  line-height: 0.95;
}
.svc-row p { margin: 0; color: var(--muted); max-width: 38rem; }
.svc-row:nth-child(3n) em { color: var(--pink); }
.svc-row:hover strong { color: var(--pink); }
@media (min-width: 800px) {
  .svc-row { grid-template-columns: 8rem 1.1fr 1.4fr; align-items: baseline; }
}

.steps { display: grid; gap: 1.2rem; }
@media (min-width: 800px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
}
.step h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0.3rem 0 0.5rem;
}
.step p { margin: 0; color: #d9d0c7; }
.step i {
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}

.work-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .work-grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: auto auto;
  }
  .work-grid a:first-child { grid-row: 1 / span 2; }
}
.work-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #ddd4cb;
  min-height: 14rem;
}
.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 14rem;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.work-card:hover img { transform: scale(1.06); }
.work-card span {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  background: var(--paper);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.portfolio-hero {
  min-height: 78vh;
  padding: 11rem 1.9rem 4rem;
  background: #111;
  color: var(--cream);
}
.portfolio-hero-inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
.portfolio-hero .crumb {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.portfolio-masthead {
  display: grid;
  grid-template-columns: 12rem 1fr 12rem;
  align-items: end;
  gap: 1.5rem;
  padding: 1.4rem 0 1rem;
  border-bottom: 5px solid var(--cream);
}
.portfolio-masthead h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 1.2rem + 14vw, 17rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.72;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}
.portfolio-edition,
.portfolio-count {
  margin: 0;
  padding-bottom: 0.55rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.portfolio-count { text-align: right; }
.portfolio-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
  gap: 4rem;
  padding-top: 2rem;
}
.portfolio-hero-copy p { margin: 0; }
.portfolio-deck {
  max-width: 42rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  line-height: 1.12;
}
.portfolio-hero-copy p:last-child {
  max-width: 30rem;
  color: rgba(249, 243, 238, 0.72);
  font-size: 0.95rem;
}

.portfolio-edition-wrap {
  padding: 0 1.9rem 6rem;
  background: var(--cream);
}
.portfolio-controls {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  width: min(100%, 1360px);
  margin: 0 auto 2rem;
  padding: 1.4rem 0 1.1rem;
  border-bottom: 1px solid var(--ink);
}
.portfolio-controls .pxl-post-filter { margin: 0; }
.portfolio-controls button:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 4px;
}
.portfolio-view-toggle {
  display: flex;
  flex: 0 0 auto;
  gap: 0.35rem;
  align-items: center;
}
.portfolio-view-toggle button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(18, 18, 18, 0.16);
  border-radius: 0.55rem;
  background: transparent;
  color: var(--muted);
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.portfolio-view-toggle button.is-on {
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(18, 18, 18, 0.04);
}
.portfolio-view-toggle button:hover { color: var(--ink); }
.view-icon {
  display: grid;
  width: 18px;
  height: 14px;
  border: 1px solid currentColor;
}
.view-icon-magazine {
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2px;
  padding: 2px;
}
.view-icon-magazine::before,
.view-icon-magazine::after,
.view-icon-grid::before {
  content: "";
  display: block;
  background: currentColor;
}
.view-icon-grid {
  background:
    linear-gradient(90deg, transparent 45%, currentColor 45%, currentColor 55%, transparent 55%),
    linear-gradient(transparent 42%, currentColor 42%, currentColor 58%, transparent 58%);
}
.view-icon-list {
  border: 0;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 100% 22% no-repeat,
    linear-gradient(currentColor, currentColor) 0 39% / 100% 22% no-repeat,
    linear-gradient(currentColor, currentColor) 0 78% / 100% 22% no-repeat;
}

.portfolio-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4.5rem 1.5rem;
  width: min(100%, 1360px);
  margin: 0 auto;
}
.work-story {
  grid-column: span 4;
  min-width: 0;
  opacity: 0;
  transform: translateY(44px);
  transition:
    opacity 0.7s ease calc(var(--story-order) * 70ms),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--story-order) * 70ms);
}
.work-story.is-visible {
  opacity: 1;
  transform: none;
}
.work-story:nth-child(7n + 1) { grid-column: span 8; }
.work-story:nth-child(7n + 1) .work-story-visual { aspect-ratio: 16 / 9; }
.work-story:nth-child(7n + 2) {
  grid-column: span 4;
  padding-top: 7rem;
}
.work-story:nth-child(7n + 3) { grid-column: 2 / span 4; }
.work-story:nth-child(7n + 4) {
  grid-column: 7 / span 6;
  padding-top: 3rem;
}
.work-story:nth-child(7n + 5) { grid-column: span 5; }
.work-story:nth-child(7n + 6) {
  grid-column: span 3;
  padding-top: 5rem;
}
.work-story:nth-child(7n) { grid-column: span 4; }
.work-story[hidden] { display: none; }
.work-story > a,
.work-story-linkbox {
  display: block;
  color: inherit;
  text-decoration: none;
}
.work-story-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #d9d0c7;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.18, 1) calc(var(--story-order) * 60ms);
  transform-style: preserve-3d;
}
.work-story.is-visible .work-story-visual { clip-path: inset(0); }
.work-story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.38));
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.work-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
  will-change: transform;
}
.work-story a:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}
.work-story a:hover .work-story-visual::after { opacity: 1; }
.work-story-number {
  position: absolute;
  z-index: 1;
  right: 0.8rem;
  bottom: 0.5rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.45s ease;
}
.work-story-order {
  display: none;
}
.work-story a:hover .work-story-number {
  opacity: 1;
  transform: none;
}
.work-story-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem 1.25rem;
  padding-top: 0.9rem;
  border-top: 4px solid var(--ink);
}
.work-story-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.work-story-copy h2,
.work-story-title {
  margin: 0;
  font-size: clamp(1.45rem, 0.95rem + 2.6vw, 3.8rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}
.work-story-title-text { display: inline-block; }
.work-story-excerpt,
.work-story-copy > p:not(.work-story-meta) {
  grid-column: 1;
  margin: 0.15rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.35;
}
.work-story-link {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: end;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.work-story a:hover .work-story-link { color: var(--pink); }

/* Mouno-style cube flip on titles (grid + list) */
.hover-3d-cube-flip {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  perspective: 800px;
}
.hover-3d-cube-flip::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  opacity: 0;
  color: var(--pink);
  pointer-events: none;
}
.hover-3d-cube-flip .work-story-title-text {
  display: inline-block;
  transform-origin: top;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}
.hover-parent:hover .hover-3d-cube-flip .work-story-title-text,
.work-story:hover .hover-3d-cube-flip .work-story-title-text {
  transform: rotateX(90deg);
  opacity: 0;
}
.hover-parent:hover .hover-3d-cube-flip::after,
.work-story:hover .hover-3d-cube-flip::after {
  animation: lafu-cube-flip-in 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes lafu-cube-flip-in {
  from { transform: rotateX(-90deg); opacity: 0; }
  to { transform: rotateX(0deg); opacity: 1; }
}

.portfolio-layout.is-grid-view {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.25rem;
}
.portfolio-layout.is-grid-view .work-story {
  grid-column: auto;
  padding-top: 0;
  perspective: 900px;
}
.portfolio-layout.is-grid-view .work-story-linkbox {
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}
.portfolio-layout.is-grid-view .work-story-visual { aspect-ratio: 4 / 3; }
.portfolio-layout.is-grid-view .work-story-copy {
  border-top: 0;
  padding-top: 1rem;
  grid-template-columns: 1fr;
}
.portfolio-layout.is-grid-view .work-story-copy h2,
.portfolio-layout.is-grid-view .work-story-title {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}
.portfolio-layout.is-grid-view .work-story-excerpt { display: none; }
.portfolio-layout.is-grid-view .work-story-link {
  grid-column: 1;
  grid-row: auto;
  justify-self: start;
  margin-top: 0.55rem;
}
.portfolio-layout.is-grid-view .work-story-number { display: none; }
.portfolio-layout.is-grid-view .work-story-index { display: inline; }

/* Mouno portfolio-2 style: full-width alternating list rows */
.portfolio-layout.is-list-view {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, 1360px);
}
.portfolio-layout.is-list-view .work-story {
  grid-column: auto;
  padding: 0;
  opacity: 1;
  transform: none;
  border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}
.portfolio-layout.is-list-view .work-story-linkbox {
  display: flex;
  align-items: stretch;
  min-height: clamp(280px, 42vw, 520px);
}
.portfolio-layout.is-list-view .work-story:nth-child(even) .work-story-linkbox {
  flex-direction: row-reverse;
}
.portfolio-layout.is-list-view .work-story-visual {
  flex: 0 0 58%;
  aspect-ratio: auto;
  clip-path: none;
  border-radius: 0;
}
.portfolio-layout.is-list-view .work-story-copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border-top: 0;
  position: relative;
  background: #121212;
  color: #f4efe8;
}
.portfolio-layout.is-list-view .work-story-meta {
  color: rgba(244, 239, 232, 0.62);
}
.portfolio-layout.is-list-view .work-story-title {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
}
.portfolio-layout.is-list-view .work-story-excerpt {
  max-width: 28rem;
  color: rgba(244, 239, 232, 0.72);
  margin: 0;
}
.portfolio-layout.is-list-view .work-story-link {
  grid-column: auto;
  grid-row: auto;
  align-self: flex-start;
  color: #fff;
  margin-top: 0.5rem;
}
.portfolio-layout.is-list-view .work-story-number { display: none; }
.portfolio-layout.is-list-view .work-story-order {
  display: block;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-display);
  font-size: clamp(6rem, 18vw, 14rem);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.04em;
}
.portfolio-layout.is-list-view .work-story:nth-child(even) .work-story-order {
  right: auto;
  left: 0.4rem;
}
.portfolio-layout.is-list-view .hover-3d-cube-flip::after { color: #c9f31d; }
.portfolio-layout.is-list-view .work-story a:hover .work-story-link { color: #c9f31d; }

.portfolio-layout.is-filtered .work-story {
  grid-column: span 4;
  padding-top: 0;
}
.portfolio-layout.is-filtered.is-list-view .work-story { grid-column: auto; }
.portfolio-layout.is-filtered .work-story-visual { aspect-ratio: 4 / 3; }
.portfolio-layout.is-filtered.is-list-view .work-story-visual { aspect-ratio: auto; }
.portfolio-close { border-top: 1px solid var(--ink); }

.work-detail-hero {
  padding: 11rem 1.9rem 4.5rem;
  background: #111;
  color: var(--cream);
}
.work-detail-hero-inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
.work-detail-hero .crumb {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.work-detail-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.4rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.work-detail-hero h1 {
  margin: 1.4rem 0 0;
  max-width: 12ch;
  font-size: clamp(2.8rem, 1.2rem + 11vw, 13rem);
  line-height: 0.82;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
.work-detail-deck {
  max-width: 44rem;
  margin: 2rem 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 0.85rem + 1.6vw, 2.5rem);
  line-height: 1.18;
}
.work-scroll-hero {
  background: #111;
  color: #f4efe8;
  padding: 2.5rem 1.25rem 3.25rem;
}
.work-scroll-hero-inner {
  max-width: 28rem;
  margin: 0 auto;
}
.work-scroll-hero .kicker {
  color: rgba(244, 239, 232, 0.72);
}
.work-scroll-hero-hint {
  margin: 0.35rem 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.35;
  color: rgba(244, 239, 232, 0.88);
}
.work-scroll-hero-frame {
  position: relative;
  height: min(82vh, 780px);
  overflow: hidden;
  border-radius: 1.15rem;
  background: #1a1a1a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.work-scroll-hero-img {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 720px) {
  .work-scroll-hero {
    padding: 1.75rem 1rem 2.25rem;
  }
  .work-scroll-hero-frame {
    height: min(70vh, 640px);
    border-radius: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work-scroll-hero-img {
    will-change: auto;
  }
}

/* Service page special heroes (web-design scroll + branding mockups) */
.svc-scroll-hero {
  position: relative;
  overflow: hidden;
}
.svc-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.svc-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.85);
}
.svc-scroll-hero .work-scroll-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}
.svc-scroll-cols {
  display: grid;
  gap: 0.85rem;
}
.svc-scroll-hero.is-dual .svc-scroll-cols {
  grid-template-columns: 1fr 1fr;
}
.svc-scroll-hero .work-scroll-hero-frame {
  background: rgba(12, 12, 12, 0.72);
  backdrop-filter: blur(2px);
}

/* Web design hero: dark field matching strip frames (#101010), distinct from cream page */
.svc-landing-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #101010;
  color: #f4efe8;
}
.svc-landing-hero .svc-hero-video {
  z-index: 0;
}
.svc-landing-hero .svc-hero-video video {
  opacity: 0.38;
  filter: saturate(0.85) brightness(0.65);
  object-fit: cover;
}
.svc-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(16, 16, 16, 0.92) 0%,
      rgba(16, 16, 16, 0.72) 42%,
      rgba(16, 16, 16, 0.28) 100%
    );
}
.svc-landing-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  padding: 5.5rem 0 2.5rem;
}
@media (min-width: 960px) {
  .svc-landing-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    padding: 4.5rem 0 2rem;
    min-height: 99vh;
  }
}
.svc-landing-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.svc-landing-hero-copy .crumb {
  margin-bottom: 1rem;
  color: rgba(244, 239, 232, 0.55);
  border-bottom-color: rgba(244, 239, 232, 0.22);
}
.svc-landing-hero-copy .crumb a {
  color: rgba(244, 239, 232, 0.7);
}
.svc-landing-hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 1.1rem + 4.5vw, 5.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0 0 0.75rem;
  text-transform: none;
  color: #f4efe8;
  max-width: 100%;
  overflow-wrap: break-word;
}
.svc-landing-hero-sub {
  font-size: clamp(1.05rem, 0.85rem + 1.4vw, 1.85rem);
  margin: 0 0 1rem;
  font-weight: 400;
  color: rgba(244, 239, 232, 0.88);
}
.svc-landing-hero-lead,
.svc-landing-hero-extra {
  max-width: 34rem;
  margin: 0 0 0.85rem;
  color: rgba(244, 239, 232, 0.7);
  line-height: 1.55;
}
.svc-landing-hero-extra {
  font-size: 0.95rem;
  color: rgba(244, 239, 232, 0.55);
}
.svc-landing-hero-copy .btn {
  margin-top: 0.5rem;
}
.svc-landing-hero-copy .btn-primary {
  background: #f4efe8;
  color: #101010;
}
.svc-landing-hero-copy .btn-primary:hover {
  background: #fff;
  color: #000;
}
.svc-landing-hero-marquees {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  height: 99vh;
  max-height: 99vh;
  min-height: 420px;
  align-self: stretch;
}
.svc-vmarquee {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #101010;
}
.svc-vmarquee-track {
  display: flex;
  flex-direction: column;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.svc-vmarquee-img {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  user-select: none;
  pointer-events: none;
}
.svc-vmarquee[data-marquee-dir="up"] .svc-vmarquee-track {
  animation: svc-vmarquee-up 50s linear infinite;
}
.svc-vmarquee[data-marquee-dir="down"] .svc-vmarquee-track {
  animation: svc-vmarquee-down 50s linear infinite;
}
.svc-vmarquee.is-js-driven .svc-vmarquee-track {
  animation: none !important;
}
@keyframes svc-vmarquee-up {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -50%, 0); }
}
@keyframes svc-vmarquee-down {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(0, 0, 0); }
}
/* Keep marquees moving like new.lafu Qi (core hero motion, not optional chrome) */
@media (max-width: 959px) {
  .svc-landing-hero-marquees {
    height: 58vh;
    min-height: 300px;
    max-height: none;
  }
}

.svc-landing-hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 0;
  align-self: center;
}
.svc-landing-hero--visual .svc-landing-hero-visual {
  align-items: center;
  position: relative;
}
.svc-landing-hero-illu {
  display: block;
  width: min(100%, 28rem);
  height: auto;
  max-height: min(70vh, 32rem);
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
}
.svc-landing-hero-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
  z-index: 1;
}
.svc-landing-hero-visual-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 232, 0.55);
}
.svc-landing-hero--brand .svc-brand-mockups,
.svc-landing-hero--brand .svc-brand-guides {
  margin-top: 0;
}
.svc-landing-hero--brand .svc-brand-mockup img {
  height: 8.5rem;
}
@media (max-width: 959px) {
  .svc-landing-hero--brand .svc-landing-hero-visual,
  .svc-landing-hero--visual .svc-landing-hero-visual {
    order: -1;
  }
  .svc-landing-hero--brand .svc-brand-mockup img {
    height: 7.2rem;
  }
  .svc-landing-hero-illu {
    max-height: 16rem;
    width: min(100%, 18rem);
  }
}

.svc-brand-hero {
  position: relative;
  background: #121212;
  color: #f4efe8;
  padding: 2.5rem 1.25rem 3.25rem;
  overflow: hidden;
}
.svc-brand-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 64rem;
  margin: 0 auto;
}
.svc-brand-hero .kicker {
  color: rgba(244, 239, 232, 0.72);
}
.svc-brand-mockups {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.svc-brand-mockup {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.svc-brand-mockup img {
  display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;
}
.svc-brand-mockup:nth-child(2),
.svc-brand-mockup:nth-child(4) {
  transform: translateY(1.1rem);
}
.svc-brand-guides {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.75rem;
}
.svc-brand-guide {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1f1a1c;
}
.svc-brand-guide img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .svc-brand-mockups,
  .svc-brand-guides {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .svc-brand-mockup:nth-child(n) {
    transform: none;
  }
}
@media (max-width: 720px) {
  .svc-scroll-hero.is-dual .svc-scroll-cols {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }
  .svc-brand-mockups,
  .svc-brand-guides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .svc-brand-mockup img {
    height: 9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .svc-hero-video video {
    display: none;
  }
  .svc-brand-mockup:nth-child(n) {
    transform: none;
  }
}
.work-detail-spread {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.65fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 1.9rem 6rem;
  background: var(--cream);
}
.work-detail-image {
  position: sticky;
  top: 1.5rem;
  margin: 0;
}
.work-detail-image img {
  width: 100%;
  min-height: 60vh;
  object-fit: cover;
  background: #d9d0c7;
}
.work-detail-image figcaption {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--ink);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-detail-copy {
  padding: 2.5rem 1.5rem 0;
}
.work-detail-copy h2 {
  margin: 0.2rem 0 1rem;
  font-size: clamp(1.85rem, 1rem + 4.2vw, 5.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}
.work-detail-copy > p:not(.kicker) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.work-detail-scope {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}
.work-detail-scope li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.work-detail-stack {
  margin-top: 2.2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #111;
}
.work-detail-stack ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}
.work-detail-stack li {
  padding: 0.5rem 0.7rem;
  background: #111;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 600;
}
.work-live {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.1rem;
  margin-top: 1.5rem;
}
.work-live-link {
  display: inline-flex;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid var(--pink);
  font-weight: 700;
  text-decoration: none;
}
.work-live-host {
  color: var(--muted);
  font-size: 0.85rem;
}
.work-gallery {
  padding: clamp(4rem, 8vw, 8rem) 1.4rem;
  background: #111;
  color: var(--cream);
}
.work-gallery > header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}
.work-gallery > header .kicker { grid-column: 1 / span 3; }
.work-gallery > header h2 {
  grid-column: 4 / span 6;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 1.1rem + 6vw, 9rem);
  font-weight: 600;
  line-height: 0.88;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}
.work-gallery > header > p:last-child {
  grid-column: 10 / -1;
  align-self: end;
  margin: 0;
}
.work-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: start;
}
.work-gallery-item {
  margin: 0;
}
.work-gallery-item-1 { grid-column: 1 / span 7; }
.work-gallery-item-2 {
  grid-column: 8 / -1;
  padding-top: clamp(3rem, 9vw, 9rem);
}
.work-gallery-item-3 { grid-column: 2 / span 10; }
.work-gallery-item:nth-child(n + 4) { grid-column: span 6; }
.work-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  background: #222;
}
.work-gallery-item figcaption {
  padding-top: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}
.work-similar-cta {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(4rem, 8vw, 8rem) 1.4rem;
  background: var(--pink);
  color: #111;
}
.work-similar-cta .kicker { grid-column: 1 / span 3; }
.work-similar-cta h2 {
  grid-column: 4 / span 7;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 1rem + 5.5vw, 8rem);
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}
.work-similar-cta > p:not(.kicker) {
  grid-column: 4 / span 5;
  margin: 1rem 0 0;
}
.work-similar-cta .btn {
  grid-column: 4 / span 3;
  justify-self: start;
}
.work-detail-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #111;
  color: var(--cream);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.work-detail-nav a {
  display: grid;
  gap: 0.35rem;
  min-height: 15rem;
  padding: 2rem 1.9rem;
  align-content: end;
  text-decoration: none;
  transition: background 0.35s ease, color 0.35s ease;
}
.work-detail-nav a + a {
  text-align: right;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.work-detail-nav a:hover {
  background: var(--pink);
  color: #111;
}
.work-detail-nav span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.work-detail-nav strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 0.9rem + 3.8vw, 5.5rem);
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

@media (max-width: 899px) {
  .portfolio-hero {
    min-height: 0;
    padding: 8.5rem 1.4rem 3.2rem;
  }
  .portfolio-masthead {
    grid-template-columns: 1fr auto;
    padding-top: 1rem;
  }
  .portfolio-masthead h1 {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: clamp(2.8rem, 1rem + 12vw, 6.5rem);
    line-height: 0.8;
    text-align: left;
  }
  .portfolio-edition,
  .portfolio-count { grid-row: 2; }
  .portfolio-hero-copy {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .portfolio-edition-wrap { padding: 0 1.4rem 4rem; }
  .portfolio-controls {
    align-items: flex-start;
    flex-direction: column;
  }
  .portfolio-view-toggle {
    display: flex;
    align-self: flex-end;
  }
  .portfolio-layout,
  .portfolio-layout.is-grid-view {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .portfolio-layout.is-list-view {
    gap: 0;
  }
  .portfolio-layout .work-story,
  .portfolio-layout.is-grid-view .work-story {
    grid-column: 1;
    padding-top: 0;
  }
  .portfolio-layout .work-story-visual,
  .portfolio-layout.is-grid-view .work-story-visual { aspect-ratio: 4 / 3; }
  .portfolio-layout.is-list-view .work-story-linkbox {
    flex-direction: column;
    min-height: 0;
  }
  .portfolio-layout.is-list-view .work-story:nth-child(even) .work-story-linkbox {
    flex-direction: column;
  }
  .portfolio-layout.is-list-view .work-story-visual {
    flex-basis: auto;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .portfolio-layout.is-list-view .work-story-order {
    font-size: clamp(2.4rem, 12vw, 5.5rem);
  }
  .work-story-copy { grid-template-columns: 1fr; }
  .work-story-link {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 0.5rem;
  }
  .work-detail-hero { padding: 8.5rem 1.4rem 3.2rem; }
  .work-detail-hero h1 { font-size: clamp(2.6rem, 1rem + 12vw, 6rem); }
  .work-detail-deck { margin-left: 0; }
  .work-detail-spread {
    grid-template-columns: 1fr;
    padding: 1.4rem 1.4rem 4rem;
  }
  .work-detail-image { position: static; }
  .work-detail-image img { min-height: 0; aspect-ratio: 4 / 3; }
  .work-detail-copy { padding: 1.5rem 0 0; }
  .work-gallery > header { display: block; }
  .work-gallery > header h2 { margin: 1rem 0; }
  .work-gallery-grid { display: block; }
  .work-gallery-item,
  .work-gallery-item-2 {
    margin-top: 1.5rem;
    padding-top: 0;
  }
  .work-similar-cta { display: block; }
  .work-similar-cta h2 { margin: 1rem 0; }
  .work-similar-cta .btn { margin-top: 1rem; }
  .work-detail-nav { grid-template-columns: 1fr; }
  .work-detail-nav a { min-height: 10rem; padding: 1.5rem 1.4rem; }
  .work-detail-nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }
}

.page-hero { padding-top: 7.2rem; max-width: 44rem; }
.prose { max-width: 40rem; }
.prose p { font-size: 1.05rem; color: var(--muted); }
.prose-center {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.prose-center .feature-list {
  display: inline-block;
  text-align: left;
  margin-inline: auto;
}
.lead { max-width: 40rem; color: var(--muted); font-size: 1.1rem; line-height: 1.5; }
.band-ink .lead { color: rgba(249, 243, 238, 0.82); }

.pxl-page-title {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: 200px 30px 88px;
  background: #121212 url("/assets/hero/slide-bg.webp") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.pxl-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.74);
}
.page-title-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1755px;
  margin: 0 auto;
}
.crumb {
  display: flex;
  gap: 0.5rem;
  font-size: 14px;
  margin: 0 0 18px;
  opacity: 0.72;
}
.crumb a { text-decoration: none; }
.pxl-page-title h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 1.2rem + 8vw, 9.2rem);
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  max-width: 100%;
  overflow-wrap: break-word;
}
.pxl-page-title .lead {
  max-width: 36rem;
  margin: 1.2rem 0 0;
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 300;
  color: rgba(255,255,255,.86);
}
.who-hero {
  min-height: 72vh;
  padding: 180px 30px 48px;
  background: var(--cream);
}
.who-stack {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 1rem + 12vw, 13rem);
  line-height: 0.82;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
.who-stack span { display: block; }
.who-stack span:nth-child(2) { color: var(--pink); }

.text-hl { font-weight: 300; }
.band-ink .text-hl { color: var(--pink); }

.mission-grid,
.about-split,
.contact-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .mission-grid,
  .about-split,
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
}
.mission-grid h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 0.9rem + 2.2vw, 2.4rem);
  text-transform: uppercase;
  margin: 0 0 0.6rem;
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero-tagline {
  margin: 0.35rem 0 1rem;
  color: var(--pink);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.capabilities-grid {
  display: grid;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 900px) {
  .capabilities-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.capabilities-grid article {
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}
.capabilities-grid h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 0.9rem + 1.8vw, 2rem);
  text-transform: uppercase;
  margin: 0 0 1rem;
  max-width: 100%;
  overflow-wrap: break-word;
}
.feature-list {
  margin: 0 0 1.2rem;
  padding-left: 1.1rem;
  color: var(--muted);
}
.feature-list li { margin: 0.35rem 0; }

.svc-intro-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .svc-intro-grid { grid-template-columns: 1.2fr 0.8fr; gap: 3rem; }
}
.svc-intro.is-text-only .svc-intro-grid {
  grid-template-columns: 1fr;
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
}
.svc-intro.is-text-only .svc-intro-copy {
  max-width: 40rem;
  margin-inline: auto;
}
.svc-intro-sub {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--pink, #ba2547);
  margin: 0 0 0.75rem;
}
.svc-intro-media {
  margin: 0;
}
.svc-intro-media img {
  width: 100%;
  height: auto;
  display: block;
}
.svc-feature-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
@media (min-width: 700px) {
  .svc-feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .svc-feature-grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
}
.svc-card-tile {
  background: #fff;
  border-radius: 16px;
  padding: 1.4rem 1.2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(8, 15, 39, 0.06);
  height: 100%;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.svc-card-tile h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}
.svc-card-tile p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  flex: 1;
}

.svc-problems-inner {
  max-width: 68rem;
  margin-inline: auto;
  text-align: center;
}
.svc-problems-inner .lead {
  max-width: 36rem;
  margin-inline: auto;
  color: rgba(244, 239, 232, 0.78);
}
.svc-problems-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  text-align: left;
}
@media (min-width: 720px) {
  .svc-problems-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.svc-problem-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(244, 239, 232, 0.12);
  border-radius: 1rem;
  padding: 1.35rem 1.2rem;
  min-height: 10rem;
}
.svc-problem-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #fff;
}
.svc-problem-card p {
  margin: 0;
  color: rgba(244, 239, 232, 0.72);
  line-height: 1.45;
}
.svc-problems-resolve {
  margin: 1.75rem auto 0;
  max-width: 34rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  color: #fff;
}

.svc-process > h2,
.svc-process > .lead {
  text-align: center;
}
.svc-process > .lead {
  max-width: 36rem;
  margin-inline: auto;
}
.svc-process-list {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  max-width: 48rem;
  display: grid;
  gap: 1rem;
}
.svc-process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(8, 15, 39, 0.08);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.svc-process-n {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--pink, #ba2547);
  min-width: 2.2rem;
}
.svc-process-step h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  text-transform: uppercase;
}
.svc-process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.svc-mid-cta {
  background: #121212;
  color: #f4efe8;
  text-align: center;
}
.svc-mid-cta-inner {
  max-width: 38rem;
  margin-inline: auto;
}
.svc-mid-cta h2 {
  margin: 0 0 0.75rem;
  color: #fff;
}
.svc-mid-cta p {
  margin: 0 0 1.25rem;
  color: rgba(244, 239, 232, 0.78);
  line-height: 1.5;
}
.svc-mid-cta .btn {
  margin: 0;
}

.svc-faq > h2 {
  text-align: center;
}
.svc-faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
  max-width: 52rem;
  margin-inline: auto;
}
.svc-faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(8, 15, 39, 0.08);
  padding: 0.85rem 1rem;
}
.svc-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.svc-faq-item summary::-webkit-details-marker { display: none; }
.svc-faq-item p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}
.svc-related-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .svc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .svc-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.svc-related-grid .svc-related-card,
.svc-related-grid .work-card {
  grid-row: auto !important;
  grid-column: auto !important;
  min-height: 0;
  height: 100%;
  aspect-ratio: 3 / 4;
}
.svc-related-grid .svc-related-card img,
.svc-related-grid .work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.svc-related-grid .svc-related-card {
  position: relative;
}

.partners {
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .partners { grid-template-columns: 1fr 1fr; }
}
.partner {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.partner strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 0.85rem + 2vw, 2.2rem);
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: break-word;
}

.faq-cols {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 900px) {
  .faq-cols { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.faq-acc { border-top: 1px solid var(--line); }
.faq-acc + .faq-acc { margin-top: 0; }
.faq-acc summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 0;
  font-weight: 500;
  font-size: 1.05rem;
}
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc p { margin: 0 0 1.1rem; color: var(--muted); }

.contact-facts h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 0.85rem + 1.6vw, 1.8rem);
  text-transform: uppercase;
  margin: 1.4rem 0 0.3rem;
}
.contact-facts p { margin: 0; }
.contact-facts a { text-decoration: none; }
.about-visual { position: relative; }
.about-visual img { width: 100%; height: auto; }

@media (max-width: 799px) {
  .pxl-page-title { padding: 140px 18px 56px; min-height: 42vh; }
  .who-hero { padding: 140px 18px 36px; }
}

.detail {
  display: grid;
  gap: 1.4rem;
  padding-top: 7.2rem;
}
@media (min-width: 900px) {
  .detail { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
}
.detail img { border-radius: 1.2rem; }

.form {
  display: grid;
  gap: 0.85rem;
  max-width: 34rem;
}
.form label { display: grid; gap: 0.3rem; font-size: 0.92rem; }
.form input,
.form select,
.form textarea {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.7rem 0.8rem;
  border-radius: 0.7rem;
}
.form textarea { min-height: 8rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-msg { min-height: 1.3rem; font-size: 0.95rem; }
.form-msg.ok { color: #1f6b3a; }
.form-msg.err { color: #9b1c2e; }

.site-footer {
  padding: 0;
  background: #121212;
  color: #fff;
  display: block;
  border-top: 4px solid var(--pink);
}

.footer-cta {
  position: relative;
  min-height: 470px;
  padding: 5.5rem 1.4rem 4.5rem;
  overflow: hidden;
  isolation: isolate;
}
.footer-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 0 48%;
  background: url("/assets/hero/footer-abs.webp") right top / cover no-repeat;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  min-height: 330px;
  max-width: var(--max, 1200px);
  margin: 0 auto;
}
.footer-cta-copy {
  width: min(48%, 38rem);
}
.footer-cta-copy h2 {
  font-size: clamp(1.85rem, 1rem + 4.5vw, 5.5rem);
  margin: 0.2rem 0 0.8rem;
  max-width: 14ch;
  line-height: 1.02;
  overflow-wrap: break-word;
}
.footer-cta-copy p {
  max-width: 32rem;
  margin: 0 0 1.2rem;
  color: rgba(255, 255, 255, 0.82);
}
.footer-cta-copy .btn { margin-top: 0.2rem; }
@media (max-width: 899px) {
  .footer-cta {
    min-height: 520px;
    padding: 4.5rem 1.4rem 15rem;
  }
  .footer-cta::after {
    inset: auto -15% -12% 24%;
    height: 330px;
    background-size: cover;
  }
  .footer-cta-inner { min-height: 0; }
  .footer-cta-copy { width: 100%; }
}

.footer-main {
  display: grid;
  gap: 2.4rem;
  padding: 3.2rem 1.4rem 2.8rem;
  border-top: 1px solid #363636;
  max-width: var(--max, 1200px);
  margin: 0 auto;
}
@media (min-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: start;
  }
}
.footer-wordmark img { height: 35px; width: auto; }
.footer-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding: 1.2rem 1.4rem 1.6rem;
  background: #000;
  border-top: 1px solid #363636;
}
.footer-hello {
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 28rem;
  margin: 1.6rem 0 0;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
.footer-meta {
  display: grid;
  gap: 0.2rem 2rem;
}
@media (min-width: 600px) {
  .footer-meta { grid-template-columns: repeat(3, 1fr); }
}
.footer-meta h3 {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.footer-meta p,
.footer-meta a {
  margin: 0 0 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}
.fine { color: rgba(255,255,255,.55); font-size: 0.88rem; }
.site-footer a { color: inherit; }

.js-split .ch { display: inline-block; }

.rise { will-change: transform, opacity; }

.pxl-cursor {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled { visibility: visible; }
.pxl-cursor-wrapper {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper { transform: scale(0) !important; }
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper { transform: scale(0.8); }
.pxl-cursor--follower {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 1px solid var(--ink);
  border-radius: 100%;
  background: transparent;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor--follower::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--pink);
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 6px;
}
.pxl-cursor--label {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: translate(-50%, -50%) scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor--drap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -43.5px 0 0 -43.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  background: var(--pink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 87px;
  transform: scale(0);
  will-change: transform, opacity;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor--drap::before,
.pxl-cursor--drap::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.pxl-cursor--drap::before {
  border-right: 6px solid #fff;
  margin-right: 8px;
}
.pxl-cursor--drap::after {
  border-left: 6px solid #fff;
  margin-left: 8px;
}
.pxl-cursor--icon { display: none; }
.pxl-cursor.is-active .pxl-cursor--follower {
  background: rgba(var(--pink-rgb), 0.25);
  transform: scale(3);
  border: none;
}
.pxl-cursor.is-active .pxl-cursor--follower::before { display: none; }
.pxl-cursor.is-active.has-label .pxl-cursor--follower {
  background: var(--pink);
  opacity: 1;
}
.pxl-cursor.is-active.has-label .pxl-cursor--label {
  transform: translate(-50%, -50%) scale(1);
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap { transform: scale(1); }
.pxl-cursor.is-active.has-drap .pxl-cursor--follower { opacity: 0; }
html.is-cursor-on,
html.is-cursor-on * { cursor: none !important; }
html.is-cursor-on input,
html.is-cursor-on textarea,
html.is-cursor-on select { cursor: text !important; }
.hover-parallax {
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 991px) {
  .pxl-cursor { display: none !important; }
}

.page-home .site-header:not(.is-stuck) .lang a,
.page-inner-dark .site-header:not(.is-stuck) .lang a { color: rgba(255,255,255,.7); }
.page-home .site-header:not(.is-stuck) .lang a[aria-current="true"],
.page-inner-dark .site-header:not(.is-stuck) .lang a[aria-current="true"] { color: #fff; border-bottom-color: var(--pink); }
.page-home .site-header:not(.is-stuck) .btn-primary,
.page-inner-dark .site-header:not(.is-stuck) .btn-primary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}
.page-home .site-header:not(.is-stuck) .menu-toggle,
.page-inner-dark .site-header:not(.is-stuck) .menu-toggle { color: #fff; }
.page-inner-dark .site-header:not(.is-stuck) .pxl-menu-primary a,
.page-inner-dark .site-header:not(.is-stuck) .pxl-search-button { color: #fff; }

.pxl-slider {
  position: relative;
  overflow: hidden;
  background: #1a1014 url("/assets/hero/slide-bg.webp") center / cover no-repeat;
  min-height: 100vh;
  color: #fff;
}
.pxl-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.45s ease-in-out, visibility 1.45s ease-in-out;
}
.pxl-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.pxl-slide-layer {
  display: block;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.pxl-slide-layer img { width: 100%; height: auto; display: block; }
.layer-moon { top: 25%; left: 52.8%; width: min(602px, 42vw); }
.layer-blur { top: 0; right: 0; width: min(1200px, 70vw); }
.layer-blur img { height: 100vh; object-fit: cover; }
.layer-jet { top: 28.5%; left: 59.8%; width: min(500px, 38vw); }
.layer-energy { top: 13.9%; left: 41%; width: min(1039px, 70vw); }
.layer-blur2 { top: 0; right: 0; width: min(741px, 50vw); }
.layer-vr { top: 14.5%; left: 55.8%; width: min(644px, 44vw); }
.layer-atomic { top: 22%; left: 54%; width: min(590px, 40vw); }
.layer-blur3 { top: 0; right: 0; width: min(741px, 50vw); }
.layer-robot { top: 19.5%; left: 61%; width: min(560px, 40vw); }

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-40px, 0, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(40px, 0, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes revealInLeft {
  from { clip-path: inset(0 100% 0 0); opacity: 1; }
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}
@keyframes bounceInRight {
  0% { opacity: 0; transform: translate3d(80px, 0, 0) scale(0.92); }
  60% { opacity: 1; transform: translate3d(-12px, 0, 0) scale(1.02); }
  100% { opacity: 1; transform: none; }
}
@keyframes zoomInUp {
  from { opacity: 0; transform: scale(0.72) translate3d(0, 48px, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes zoomInUpRight {
  from { opacity: 0; transform: scale(0.62) translate3d(48px, 48px, 0); }
  to { opacity: 1; transform: none; }
}

.pxl-slide.is-active .layer-moon { animation: fadeIn 1.1s ease both; }
.pxl-slide.is-active .layer-blur { animation: revealInLeft 1.2s ease both; }
.pxl-slide.is-active .layer-jet { animation: bounceInRight 1s 1s both; }
.pxl-slide.is-active .layer-energy { animation: fadeIn 1.1s ease both; }
.pxl-slide.is-active .layer-blur2 { animation: fadeInRight 1.1s ease both; }
.pxl-slide.is-active .layer-vr { animation: zoomInUp 1s 0.35s both; }
.pxl-slide.is-active .layer-atomic { animation: fadeIn 1.1s ease both; }
.pxl-slide.is-active .layer-blur3 { animation: revealInLeft 1.2s ease both; }
.pxl-slide.is-active .layer-robot { animation: zoomInUpRight 1s 0.35s both; }
.pxl-slide.is-active .wow { visibility: visible; }

@keyframes floating2 {
  0%, 100% { transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1); }
  25% { transform: translateX(0) translateY(30px) translateZ(-10px) scale(0.95); }
  75% { transform: translateX(0) translateY(-30px) translateZ(10px) scale(1); }
}
.floating2 { animation: floating2 10s linear infinite; }

.pxl-slide-item {
  position: relative;
  z-index: 3;
  max-width: 1755px;
  margin: 0 auto;
  padding: 268px 15px 166px 119px;
  min-height: 100vh;
}
.pxl-slide-inner { position: relative; max-width: 855px; z-index: 99; }
.pxl-heading-subtitle {
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(14px, 2.8vw, 20px);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: clamp(18px, 3vw, 37px);
}
.pxl-heading-title {
  color: #fff;
  font-family: var(--font-ui);
  font-size: clamp(1.7rem, 1rem + 4.8vw, 80px);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 clamp(1.4rem, 3vw, 48px);
  text-transform: none;
  max-width: 100%;
  overflow-wrap: break-word;
}
.pxl-heading-title .pxl-text-highlight { font-weight: 300; }
.pxl-slide-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(16px, 3vw, 30px);
  padding-inline: 4px clamp(12px, 4vw, 51px);
}
.pxl-slide-icon {
  color: #fff;
  padding-top: 8px;
  flex-shrink: 0;
}
.pxl-slide-icon svg { width: 117px; height: 115px; display: block; }
.pxl-slide-description {
  color: #fff;
  font-size: clamp(15px, 2.4vw, 22px);
  font-weight: 300;
  line-height: 1.36;
  max-width: 503px;
  margin: 0;
}
.pxl-slide-copy {
  display: grid;
  gap: 1.1rem;
  max-width: 503px;
}
.pxl-slide-cta {
  justify-self: start;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.pxl-slide-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-rail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  max-width: 74px;
  min-height: 100%;
  padding: 58px 0 35px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInLeft 1s ease both;
}
.rail-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 148px;
  padding: 0 6px 65px 0;
  border-bottom: 1px solid #363636;
  margin-bottom: 18px;
  overflow: visible;
}
.rail-logo {
  width: 128px;
  height: auto;
  max-width: none;
  transform: rotate(-90deg);
}
.hero-rail .text-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 18px 0 22px;
}
.hero-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.hero-socials a {
  width: 52px;
  height: 52px;
  border: 1px solid #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.53);
  text-decoration: none;
}
.hero-socials a:hover { color: #fff; }
.hero-socials svg { width: 16px; height: 16px; display: block; }

.hero-bullets {
  position: absolute;
  right: 59px;
  top: 49%;
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hero-bullets button {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #fff;
}
.hero-bullets button::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: currentColor;
}
.hero-bullets button.is-on { border-color: currentColor; }

.about-studio {
  background: var(--cream);
  padding: 130px 15px;
}
.about-studio-grid {
  max-width: 1438px;
  margin: 0 auto;
  display: grid;
  gap: 3.2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-studio-grid { grid-template-columns: 1.05fr 0.95fr; gap: 4rem; }
}
.about-studio-visual { position: relative; }
.about-studio-visual img { width: 100%; height: auto; }
.about-kicker {
  margin: 0 0 1rem;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink);
}
.about-studio-copy h2 {
  text-transform: none;
  font-family: var(--font-ui);
  font-weight: 800;
  font-size: clamp(1.45rem, 0.95rem + 2.4vw, 42px);
  line-height: 1.2;
  margin: 0 0 1.4rem;
  max-width: 100%;
  overflow-wrap: break-word;
}
.about-explore {
  display: inline-flex;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid var(--pink);
  padding-bottom: 2px;
}
.about-studio-lead {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.why-band .lead { max-width: 36rem; }
.why-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.2rem;
}
@media (min-width: 900px) {
  .why-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.why-card {
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.why-num {
  display: block;
  margin-bottom: 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem);
  line-height: 1;
  color: var(--pink);
  letter-spacing: 0.04em;
}
.why-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.1rem, 0.95rem + 0.8vw, 1.35rem);
  text-transform: none;
}
.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.home-faq .faq-acc-list {
  margin-top: 1.6rem;
  max-width: 48rem;
}
.home-faq .faq-acc {
  border-color: rgba(17, 17, 17, 0.12);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.overlay-search {
  display: block;
  margin: 0 0 1.6rem;
  max-width: 22rem;
}
.overlay-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.4);
  background: transparent;
  color: #fff;
  padding: 0.4rem 0;
}
.overlay-search input::placeholder { color: rgba(255,255,255,.55); }
.nav-links li.is-miss { display: none; }

.swiper { width: 100%; overflow: hidden; }
.swiper-wrapper { display: flex; box-sizing: content-box; }
.swiper-slide { flex-shrink: 0; width: 100%; height: auto; }
.svc-swiper .swiper-slide { width: min(86vw, 390px); }
.svc-swiper .svc-card { width: 100%; flex: none; }
.proc-swiper .pxl-index-box { height: 100%; }

.pxl-circular-text-wrapper {
  position: absolute;
  right: 4%;
  bottom: 8%;
  z-index: 2;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pxl-circular-text-item {
  margin: 0;
  width: 148px;
  height: 148px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
  animation: pxl-spin 18s linear infinite;
}
@keyframes pxl-spin {
  to { transform: rotate(360deg); }
}

.pxl-counters {
  display: grid;
  gap: 2rem;
  text-align: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .pxl-counters { grid-template-columns: repeat(3, 1fr); }
}
.home-stats {
  padding-block: clamp(2.4rem, 4vw, 3.6rem);
}
.home-stats-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 800px) {
  .home-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.home-stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 2rem + 3vw, 4.2rem);
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.home-stat-label {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.pxl-counter-ring {
  position: relative;
  width: 148px;
  height: 148px;
  margin: 0 auto 1rem;
}
.pxl-counter-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.pxl-counter-track {
  fill: none;
  stroke: #eadfd4;
  stroke-width: 3;
}
.pxl-counter-stroke {
  fill: none;
  stroke: var(--pink);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 276;
  stroke-dashoffset: 276;
  transition: stroke-dashoffset 1.2s ease;
}
.pxl-counter.is-on .pxl-counter-stroke { stroke-dashoffset: 40; }
.pxl-counter-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1;
}
.pxl-counter h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pxl-post-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin: 0 0 1.8rem;
}
.pxl-post-filter button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.pxl-post-filter button.is-on {
  color: var(--ink);
  border-bottom-color: var(--pink);
}
.work-card.is-off { display: none; }

.team-card {
  max-width: 420px;
}
.team-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 700px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
}
.team-card img {
  width: 100%;
  border-radius: 10px;
}
.team-card h3 {
  margin: 1rem 0 0.2rem;
  font-size: 22px;
}
.team-card .team-role {
  margin: 0 0 0.5rem;
  color: var(--pink);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.team-card p { margin: 0; color: var(--muted); }

.pillars-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media (min-width: 700px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .pillars-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.pillar-card {
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.45);
}
.band-ink .pillar-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.pillar-card h3 {
  margin: 0 0 0.45rem;
  font-size: 18px;
}
.pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.pricing-block {
  margin: 1.75rem 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.pricing-block h3 {
  margin: 0 0 0.85rem;
  font-size: 18px;
}
.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  font-size: 15px;
}
.pricing-list li:last-child { border-bottom: 0; }
.pricing-list span {
  color: var(--muted);
  white-space: nowrap;
}
.pricing-note {
  margin: 0.85rem 0 0;
  font-size: 13px;
  color: var(--muted);
}

.pxl-scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--pink);
  color: #111;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.pxl-scroll-top.pxl-off {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
.pxl-scroll-top.pxl-on { opacity: 1; }

.hover-3d-cube-flip {
  transform-style: preserve-3d;
  transition: transform 0.35s ease, background 0.35s ease;
}
.hover-3d-cube-flip.is-tilt {
  transition: transform 0.08s ease-out;
}

@media (max-width: 991px) {
  .pxl-slide-layer { display: none; }
  .pxl-slide-item { padding: 150px 1.2rem 8rem; min-height: 70vh; }
  .pxl-slide-content {
    flex-direction: column;
    padding-inline: 0;
    gap: 1.1rem;
  }
  .pxl-slide-icon { display: none; }
  .hero-rail { display: none; }
  .hero-bullets {
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
  }
  .pxl-slide-icon svg { width: 72px; height: 71px; }
  .pxl-circular-text-wrapper { width: 120px; height: 120px; }
  .pxl-circular-text-item { width: 108px; height: 108px; font-size: 11px; }
  .pxl-scroll-top { right: 14px; bottom: 14px; }

  /* Section / page headers: tablet steps */
  h2 {
    font-size: clamp(1.7rem, 1.05rem + 2.4vw, 2.75rem);
    line-height: 1.06;
  }
  .pxl-heading-title {
    font-size: clamp(1.55rem, 0.85rem + 3.4vw, 2.65rem);
    line-height: 1.15;
  }
  .pxl-heading-title .pxl-line-wrap {
    overflow: visible;
    display: inline;
  }
  .pxl-heading-title .pxl-line {
    display: inline;
  }
  .about-studio-copy h2 {
    font-size: clamp(1.5rem, 1rem + 1.8vw, 2.1rem);
  }
  .work-gallery > header h2,
  .work-similar-cta h2 {
    font-size: clamp(2rem, 1.1rem + 4vw, 3.6rem);
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: clamp(1.5rem, 0.95rem + 3.2vw, 2.15rem);
    line-height: 1.08;
  }
  .pxl-heading-title {
    font-size: clamp(1.4rem, 0.8rem + 4vw, 2.05rem);
    margin-bottom: 1.25rem;
  }
  .pxl-page-title h1 {
    font-size: clamp(2.2rem, 1rem + 7vw, 3.6rem);
  }
  .who-stack {
    font-size: clamp(2.4rem, 1rem + 10vw, 4.2rem);
  }
  .footer-cta-copy h2 {
    font-size: clamp(1.7rem, 1rem + 4vw, 2.6rem);
    max-width: none;
  }
  .svc-landing-hero-copy h1 {
    font-size: clamp(1.85rem, 1rem + 4vw, 2.8rem);
  }
  .work-detail-copy h2 {
    font-size: clamp(1.7rem, 1rem + 3.5vw, 2.6rem);
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: clamp(1.4rem, 0.9rem + 3.8vw, 1.85rem);
    line-height: 1.1;
  }
  .pxl-heading-title {
    font-size: clamp(1.3rem, 0.75rem + 4.4vw, 1.75rem);
  }
  .portfolio-masthead h1,
  .work-detail-hero h1 {
    font-size: clamp(2.35rem, 1rem + 11vw, 3.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-split .ch,
  .js-split .char { display: inline; }
  .rise { transform: none !important; opacity: 1 !important; }
  .nav-col-dark,
  .nav-col-pink,
  .nav-links li,
  .pxl-slide-layer,
  .hero-rail { animation: none !important; transition: none !important; }
  .pxl-slide.is-active .pxl-slide-layer { opacity: 1; }
  .work-card img { transition: none; }
  .work-story,
  .work-story-visual,
  .work-story img,
  .work-story-number {
    opacity: 1;
    transform: none;
    clip-path: none;
    transition: none;
  }
  .pxl-cursor { display: none; }
  html.is-cursor-on,
  html.is-cursor-on * { cursor: auto !important; }
  .hover-parallax { transform: none !important; }
  .pxl-circular-text-item { animation: none !important; }
  .hover-3d-cube-flip { transform: none !important; }
}
