.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 95px 0 85px;
  background: var(--surface-soft);
}
.inner-hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -120px;
  top: -180px;
  border: 70px solid rgba(43, 196, 155, 0.17);
  border-radius: 50%;
}
.inner-hero .container {
  position: relative;
  z-index: 2;
}
.inner-hero h1 {
  max-width: 900px;
  margin-bottom: 25px;
}
.inner-hero p {
  max-width: 690px;
  font-size: 1.16rem;
}
.service-section {
  scroll-margin-top: 100px;
}
.service-detail {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  padding: 70px 0;
  border-top: 1px solid var(--line);
}
.service-number {
  font: 700 1.1rem "Space Grotesk";
  color: var(--brand-dark);
}
.service-content h2 {
  margin-bottom: 22px;
}
.service-content > p {
  max-width: 720px;
  font-size: 1.08rem;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.feature-list div {
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--surface-soft);
  font-weight: 700;
}
.feature-list div::before {
  content: "✓";
  margin-right: 10px;
  color: var(--brand-dark);
}
.work-list {
  display: grid;
  gap: 28px;
}
.work-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  overflow: hidden;
}
.work-visual {
  position: relative;
  min-height: 360px;
  background: #202426;
}
.work-visual::before,
.work-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.work-visual::before {
  width: 310px;
  height: 310px;
  left: 15%;
  top: 15%;
  border: 45px solid var(--brand);
}
.work-visual::after {
  width: 180px;
  height: 180px;
  right: 8%;
  bottom: 5%;
  background: rgba(255, 255, 255, 0.12);
}
.work-visual.alt {
  background: #dff8ef;
}
.work-visual.alt::before {
  border-color: #fff;
}
.work-copy {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work-copy .project-tags {
  color: var(--muted);
  margin-bottom: 25px;
}
.work-copy .project-tags span {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.76rem;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  min-height: 560px;
  border-radius: 34px;
  background: linear-gradient(145deg, #202426 0%, #202426 65%, #2bc49b 65%);
  position: relative;
  overflow: hidden;
}
.about-visual::before {
  content: "LOGNOVA";
  position: absolute;
  left: 8%;
  top: 15%;
  font: 700 clamp(3rem, 7vw, 7rem) "Space Grotesk";
  color: rgba(255, 255, 255, 0.08);
  writing-mode: vertical-rl;
}
.about-visual::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -80px;
  bottom: -80px;
  border: 55px solid #fff;
  border-radius: 50%;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-card {
  padding: 30px;
}
.value-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-weight: 800;
}
.legal {
  max-width: 850px;
}
.legal h2 {
  font-size: 2rem;
  margin-top: 45px;
}
@media (max-width: 850px) {
  .service-detail,
  .work-item,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-detail {
    padding: 50px 0;
  }
  .work-item:nth-child(even) .work-visual {
    order: 0;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .feature-list {
    grid-template-columns: 1fr;
  }
  .work-copy {
    padding: 30px;
  }
  .about-visual {
    min-height: 400px;
  }
}
/* Expanded creative pages */
.creative-hero,
.design-page-hero,
.web-page-hero,
.marketing-hero,
.work-hero {
  background:
    radial-gradient(
      circle at 82% 20%,
      rgba(43, 196, 155, 0.2),
      transparent 24%
    ),
    linear-gradient(135deg, #f7faf9, #edf6f2);
}
.service-hub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.service-hub-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  transition: 0.3s;
}
.service-hub-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.service-hub-card > span {
  font-weight: 800;
  color: var(--brand-dark);
}
.service-hub-card h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-top: 30px;
}
.service-hub-card b {
  position: absolute;
  left: 34px;
  bottom: 30px;
}
.service-hub-art {
  height: 220px;
  margin-top: 24px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.web-art {
  background: #202426;
}
.web-art i {
  position: absolute;
  background: #fff;
  border-radius: 8px;
}
.web-art i:nth-child(1) {
  left: 8%;
  top: 14%;
  width: 70%;
  height: 18%;
}
.web-art i:nth-child(2) {
  left: 8%;
  top: 40%;
  width: 35%;
  height: 45%;
  background: var(--brand);
}
.web-art i:nth-child(3) {
  right: 8%;
  top: 40%;
  width: 42%;
  height: 45%;
  background: #dff8ef;
}
.design-art {
  background: #f2d7cc;
}
.design-art i {
  position: absolute;
}
.design-art i:nth-child(1) {
  width: 150px;
  height: 150px;
  border: 28px solid #222;
  border-radius: 50%;
  left: 10%;
  top: 18%;
}
.design-art i:nth-child(2) {
  width: 120px;
  height: 120px;
  background: var(--brand);
  right: 8%;
  bottom: -10%;
  transform: rotate(18deg);
}
.design-art i:nth-child(3) {
  width: 3px;
  height: 100%;
  background: #fff;
  left: 55%;
  transform: rotate(25deg);
}
.photo-art {
  background: linear-gradient(145deg, #d69d77, #2b2020);
}
.photo-art i {
  position: absolute;
  width: 115px;
  height: 115px;
  border: 22px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.2);
}
.market-art {
  background: #eaf5f1;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 25px;
}
.market-art i {
  flex: 1;
  background: var(--brand);
  border-radius: 8px 8px 0 0;
}
.market-art i:nth-child(1) {
  height: 30%;
}
.market-art i:nth-child(2) {
  height: 65%;
}
.market-art i:nth-child(3) {
  height: 45%;
}
.market-art i:nth-child(4) {
  height: 86%;
  background: #202426;
}
.design-hero-grid,
.web-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.design-canvas {
  min-height: 520px;
  border-radius: 34px;
  background: #202426;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.design-canvas span {
  position: absolute;
}
.shape-a {
  width: 290px;
  height: 290px;
  border: 55px solid var(--brand);
  border-radius: 50%;
  right: -50px;
  top: -40px;
}
.shape-b {
  width: 160px;
  height: 160px;
  background: #f1b7a0;
  left: 8%;
  bottom: 8%;
  transform: rotate(20deg);
}
.shape-c {
  width: 2px;
  height: 115%;
  background: #fff;
  left: 52%;
  top: -10%;
  transform: rotate(28deg);
}
.design-canvas b {
  position: absolute;
  left: 9%;
  top: 13%;
  font-size: clamp(4rem, 10vw, 8rem);
  letter-spacing: -0.09em;
}
.design-canvas em {
  position: absolute;
  right: 7%;
  bottom: 7%;
  font-style: normal;
  color: #b7c6c2;
}
.design-discipline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.design-discipline-grid article {
  padding: 34px;
  background: #fff;
  min-height: 310px;
}
.design-discipline-grid article > b {
  color: var(--brand-dark);
}
.design-discipline-grid h3 {
  margin-top: 70px;
}
.adobe-section {
  background: #11161a;
  color: #fff;
}
.adobe-section .section-head p {
  color: #aebbb8;
}
.adobe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.app-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: #181f24;
  display: flex;
  flex-direction: column;
}
.app-card strong {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 13px;
  font: 700 1.8rem "Space Grotesk";
}
.app-card span {
  margin-top: auto;
  font-weight: 800;
}
.app-card small {
  color: #9daaa7;
}
.app-card.ps {
  color: #48a8ff;
}
.app-card.ai {
  color: #ff9a27;
}
.app-card.pr {
  color: #ba87ff;
}
.app-card.ae {
  color: #999dff;
}
.app-card.au {
  color: #55dfcf;
}
.app-card.id {
  color: #ff5ba7;
}
.app-card.lr {
  color: #5ccbf4;
}
.app-card.me {
  color: #8bc7ff;
}
.mapping-section {
  background: #f2f6f4;
}
.map-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.map-visual {
  min-height: 560px;
  border-radius: 32px;
  background: #163d38;
  position: relative;
  overflow: hidden;
}
.map-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(
    ellipse at 35% 70%,
    transparent 0 22px,
    rgba(134, 235, 205, 0.18) 23px 24px
  );
}
.map-land {
  position: absolute;
  background: #7ee3c4;
  opacity: 0.8;
  filter: blur(0.2px);
}
.land-one {
  width: 280px;
  height: 210px;
  left: 8%;
  top: 17%;
  border-radius: 65% 35% 55% 45%;
}
.land-two {
  width: 180px;
  height: 250px;
  right: 5%;
  bottom: 8%;
  border-radius: 45% 55% 35% 65%;
}
.map-route {
  position: absolute;
  width: 68%;
  height: 45%;
  left: 15%;
  top: 28%;
  border: 4px dashed #ffd66b;
  border-color: #ffd66b transparent transparent #ffd66b;
  border-radius: 50%;
  transform: rotate(12deg);
}
.map-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #ff6c63;
}
.pin-one {
  left: 18%;
  top: 56%;
}
.pin-two {
  right: 18%;
  top: 28%;
}
.map-label {
  position: absolute;
  left: 25px;
  bottom: 22px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}
.map-grid .button {
  margin-top: 25px;
}
.photo-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: #161616;
  display: flex;
  align-items: flex-end;
}
.photo-hero-panel {
  position: absolute;
  inset: 0;
}
.photo-panel-one {
  background:
    radial-gradient(
      circle at 72% 34%,
      rgba(255, 255, 255, 0.65) 0 5%,
      transparent 6%
    ),
    linear-gradient(
      110deg,
      transparent 0 38%,
      rgba(215, 157, 117, 0.88) 39% 62%,
      transparent 63%
    ),
    linear-gradient(145deg, #171717, #5e463d);
}
.photo-panel-two {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78), transparent 55%);
}
.photo-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 90px;
  color: #fff;
}
.photo-hero-copy h1 {
  max-width: 850px;
}
.photo-hero-copy p {
  max-width: 640px;
  color: #d8dfdc;
  font-size: 1.15rem;
}
.photo-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.photo-services article {
  padding: 28px 0;
  border-top: 2px solid var(--ink);
}
.photo-services span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-dark);
  font-weight: 800;
}
.photo-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
}
.shot {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.shot span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 0.72rem;
}
.shot-a {
  grid-row: 1/3;
  background: linear-gradient(145deg, #211f1f, #d39b77);
}
.shot-a:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 240px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  border-radius: 48% 48% 30% 30%;
  background: rgba(255, 255, 255, 0.24);
}
.shot-b {
  background:
    radial-gradient(circle at 60% 45%, #f7d3a2 0 18%, transparent 19%),
    linear-gradient(135deg, #1c3432, #79c8ad);
}
.shot-c {
  background: linear-gradient(120deg, #d7d4ca 0 48%, #2d3231 49%);
}
.shot-d {
  grid-column: 2/4;
  background: linear-gradient(120deg, #2d2025, #9d5c6b 48%, #e6b191);
}
.shot-e {
  display: none;
}
.portfolio-note {
  text-align: center;
  margin-top: 24px;
}
.browser-stack {
  position: relative;
  min-height: 480px;
}
.browser-window {
  position: absolute;
  width: 72%;
  height: 58%;
  border: 10px solid #fff;
  border-radius: 20px;
  background: #202426;
  box-shadow: var(--shadow);
  padding: 24px;
}
.browser-window span {
  display: block;
  height: 35%;
  border-radius: 10px;
  background: var(--brand);
}
.browser-window i {
  display: block;
  height: 10px;
  margin-top: 22px;
  background: #fff;
  opacity: 0.8;
}
.browser-window i + i {
  width: 60%;
}
.bw-one {
  left: 0;
  top: 0;
  transform: rotate(-7deg);
}
.bw-two {
  right: 0;
  top: 18%;
  background: #dff8ef;
  transform: rotate(6deg);
}
.bw-two i {
  background: #202426;
}
.bw-three {
  left: 14%;
  bottom: 0;
  background: #f2d7cc;
  transform: rotate(-2deg);
}
.marketing-hero:after {
  border-color: rgba(43, 196, 155, 0.25);
}
.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.portfolio-piece {
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.piece-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}
.portfolio-visual {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 35px;
}
.portfolio-copy {
  padding: 34px;
}
.portfolio-copy > span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-dark);
  font-weight: 800;
}
.portfolio-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-top: 10px;
}
.piece-clean .portfolio-visual {
  background: #e9f5f2;
}
.mini-site {
  width: 86%;
  height: 82%;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(18, 40, 35, 0.18);
  overflow: hidden;
  background: #fff;
}
.clean-mini header {
  height: 13%;
  border-bottom: 1px solid var(--line);
}
.clean-mini section {
  height: 72%;
  padding: 35px;
  background: linear-gradient(120deg, #fff 0 58%, #019d99 58%);
}
.clean-mini section b {
  font-size: clamp(1.6rem, 4vw, 3.5rem);
}
.clean-mini section span {
  display: block;
  width: 120px;
  height: 34px;
  margin-top: 25px;
  border-radius: 20px;
  background: #202426;
}
.clean-mini footer {
  height: 15%;
  background: #202426;
}
.piece-music .portfolio-visual {
  background: linear-gradient(145deg, #c89b69, #2d1d19);
}
.music-poster {
  color: #fff;
}
.music-poster .note {
  font-size: 6rem;
  color: #f4d3a5;
}
.music-poster b {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.85;
}
.music-poster span {
  display: block;
  margin-top: 22px;
  letter-spacing: 0.28em;
}
.piece-editorial .portfolio-visual {
  background: #f2eee2;
}
.editorial-cover {
  width: 80%;
  height: 80%;
  border: 8px solid #18212a;
  padding: 25px;
}
.editorial-cover small {
  font-size: 0.6rem;
}
.editorial-cover b {
  display: block;
  font-size: 5rem;
  color: #049bce;
}
.editorial-cover i {
  font-style: normal;
  font-size: 1.8rem;
}
.editorial-cover div {
  height: 9px;
  background: #18212a;
  margin-top: 28px;
  box-shadow:
    0 20px #18212a,
    0 40px #18212a;
}
.piece-motion .portfolio-visual {
  background: #161318;
}
.motion-frame {
  position: relative;
  width: 80%;
  height: 80%;
  display: grid;
  place-items: center;
}
.motion-frame span {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 35px solid;
}
.motion-frame span:nth-child(1) {
  border-color: #b77cff;
  border-radius: 50%;
  left: 0;
}
.motion-frame span:nth-child(2) {
  border-color: #ff6f91;
  right: 0;
  transform: rotate(45deg);
}
.motion-frame span:nth-child(3) {
  width: 2px;
  height: 100%;
  border: 0;
  background: #fff;
}
.motion-frame b {
  position: relative;
  color: #fff;
  font-size: 3rem;
}
.piece-map .portfolio-visual {
  background: #173d37;
}
.map-project {
  position: relative;
  width: 100%;
  height: 100%;
  background: repeating-radial-gradient(
    ellipse at 30% 70%,
    transparent 0 20px,
    rgba(121, 225, 193, 0.17) 21px 22px
  );
}
.map-project b {
  position: absolute;
  right: 8%;
  top: 10%;
  font-size: 4rem;
  color: #fff;
}
.map-project .route {
  position: absolute;
  left: 12%;
  top: 42%;
  width: 62%;
  height: 32%;
  border: 4px dashed #ffd66b;
  border-radius: 50%;
  transform: rotate(-8deg);
}
.map-project i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #ff665e;
}
.d1 {
  left: 12%;
  top: 58%;
}
.d2 {
  left: 45%;
  top: 45%;
}
.d3 {
  right: 24%;
  top: 56%;
}
.piece-photo .portfolio-visual {
  background: linear-gradient(145deg, #d19b75, #211c1d);
}
.photo-project {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.focus-ring {
  width: 180px;
  height: 180px;
  border: 30px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.16);
}
.photo-project small {
  position: absolute;
  bottom: 10%;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (max-width: 980px) {
  .design-hero-grid,
  .web-hero-grid,
  .map-grid,
  .piece-wide {
    grid-template-columns: 1fr;
  }
  .design-discipline-grid,
  .photo-services {
    grid-template-columns: 1fr 1fr;
  }
  .adobe-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-hub {
    grid-template-columns: 1fr;
  }
  .piece-wide {
    display: block;
  }
}
@media (max-width: 650px) {
  .design-discipline-grid,
  .photo-services,
  .adobe-grid,
  .portfolio-gallery {
    grid-template-columns: 1fr;
  }
  .service-hub-card {
    min-height: 500px;
  }
  .design-canvas {
    min-height: 380px;
  }
  .map-visual {
    min-height: 420px;
  }
  .photo-hero {
    min-height: 650px;
  }
  .photo-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 220px 220px;
  }
  .shot-a {
    grid-row: auto;
  }
  .shot-d {
    grid-column: auto;
  }
  .portfolio-visual {
    min-height: 330px;
    padding: 20px;
  }
  .piece-wide {
    grid-column: auto;
  }
  .browser-stack {
    min-height: 380px;
  }
  .browser-window {
    width: 82%;
    height: 55%;
  }
}

/* GeoLayers command center */
.mapping-section {
  position: relative;
  overflow: hidden;
  background: #07110f;
  color: #fff;
  padding: 120px 0 90px;
}
.mapping-section:before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(43, 196, 155, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 70%,
      rgba(78, 118, 255, 0.14),
      transparent 25%
    );
  pointer-events: none;
}
.mapping-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.mapping-intro h2 {
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  line-height: 0.94;
  max-width: 980px;
  margin: 12px 0 0;
  letter-spacing: -0.055em;
}
.mapping-intro p {
  color: #a9bbb6;
  font-size: 1.08rem;
  max-width: 590px;
}
.geo-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: stretch;
}
.geo-stage {
  position: relative;
  min-height: 720px;
  border: 1px solid rgba(129, 255, 216, 0.22);
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(
    circle at 52% 45%,
    #163f37 0,
    #0c2420 32%,
    #07110f 72%
  );
  box-shadow:
    0 45px 120px rgba(0, 0, 0, 0.5),
    inset 0 0 80px rgba(80, 255, 200, 0.05);
}
.geo-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    transparent 49.6%,
    rgba(114, 255, 215, 0.06) 50%,
    transparent 50.4%
  );
  background-size: 100% 7px;
  mix-blend-mode: screen;
  pointer-events: none;
}
.geo-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(115, 255, 216, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 255, 216, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000 18%, transparent 78%);
}
.geo-globe {
  position: absolute;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(126, 255, 218, 0.52);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(60, 224, 176, 0.035),
    0 0 0 74px rgba(60, 224, 176, 0.022),
    0 0 100px rgba(45, 222, 168, 0.17);
}
.geo-globe:before,
.geo-globe:after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(126, 255, 218, 0.32);
  border-radius: 50%;
}
.geo-globe:before {
  transform: scaleX(0.42);
}
.geo-globe:after {
  transform: scaleY(0.42);
}
.geo-globe span {
  position: absolute;
  inset: 0;
  border-top: 2px solid #74ffd1;
  border-radius: 50%;
  transform: rotate(29deg);
  filter: drop-shadow(0 0 8px #74ffd1);
}
.geo-globe i,
.geo-globe b {
  position: absolute;
  background: #44cfa5;
  opacity: 0.72;
  filter: drop-shadow(0 0 10px rgba(68, 207, 165, 0.6));
}
.geo-globe i {
  width: 145px;
  height: 110px;
  left: 16%;
  top: 25%;
  border-radius: 70% 30% 52% 48%;
  transform: rotate(-15deg);
}
.geo-globe b {
  width: 115px;
  height: 165px;
  right: 12%;
  bottom: 10%;
  border-radius: 42% 58% 65% 35%;
  transform: rotate(12deg);
}
.geo-route {
  position: absolute;
  border: 2px solid transparent;
  border-top-color: #ffd66b;
  border-radius: 50%;
  filter: drop-shadow(0 0 6px rgba(255, 214, 107, 0.55));
}
.route-a {
  width: 58%;
  height: 27%;
  left: 19%;
  top: 35%;
  transform: rotate(14deg);
}
.route-b {
  width: 41%;
  height: 22%;
  left: 31%;
  top: 49%;
  transform: rotate(-27deg);
  border-top-color: #7eb5ff;
}
.geo-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid #07110f;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 3px #52e5b7,
    0 0 22px #52e5b7;
}
.node-a {
  left: 23%;
  top: 49%;
}
.node-b {
  right: 25%;
  top: 36%;
}
.node-c {
  right: 31%;
  bottom: 29%;
}
.geo-hud {
  position: absolute;
  padding: 14px 16px;
  border: 1px solid rgba(128, 255, 218, 0.22);
  background: rgba(4, 17, 14, 0.65);
  backdrop-filter: blur(10px);
  font-family: "Space Grotesk";
}
.geo-hud small {
  display: block;
  color: #7fa49a;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}
.geo-hud strong,
.geo-hud b {
  display: block;
  margin-top: 5px;
  color: #d8fff3;
  letter-spacing: 0.04em;
}
.hud-top {
  left: 24px;
  top: 24px;
}
.hud-left {
  left: 24px;
  bottom: 76px;
}
.hud-right {
  right: 24px;
  top: 24px;
  text-align: right;
}
.hud-right span {
  display: block;
  color: #7fa49a;
  font-size: 0.68rem;
  margin-top: 5px;
}
.geo-hud > span:not(.hud-right span) {
  display: block;
  width: 110px;
  height: 3px;
  margin-top: 9px;
  background: linear-gradient(
    90deg,
    #59edbd 72%,
    rgba(255, 255, 255, 0.12) 72%
  );
}
.geo-timeline {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6f9188;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.geo-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 1px;
  background: rgba(126, 255, 218, 0.22);
}
.geo-timeline i {
  position: absolute;
  left: 37%;
  top: -11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd66b;
  box-shadow: 0 0 14px #ffd66b;
}
.geo-coordinate {
  position: absolute;
  right: 24px;
  bottom: 76px;
  color: #8caf9f;
  font: 500 0.65rem "Space Grotesk";
  letter-spacing: 0.13em;
}
.geo-copy {
  padding: 46px 34px 38px;
  border: 1px solid rgba(129, 255, 216, 0.14);
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(20, 45, 39, 0.74),
    rgba(8, 20, 17, 0.9)
  );
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}
.geo-kicker {
  display: inline-block;
  padding: 8px 11px;
  border: 1px solid rgba(111, 255, 212, 0.25);
  border-radius: 999px;
  color: #74ffd1;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.geo-copy h3 {
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  line-height: 0.98;
  margin: 22px 0;
  letter-spacing: -0.045em;
}
.geo-copy > p {
  color: #a9bbb6;
}
.geo-capabilities {
  margin-top: 34px;
  border-top: 1px solid rgba(129, 255, 216, 0.15);
}
.geo-capabilities article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(129, 255, 216, 0.12);
}
.geo-capabilities article > b {
  color: #5ee8ba;
  font-family: "Space Grotesk";
}
.geo-capabilities strong {
  display: block;
  color: #fff;
}
.geo-capabilities span {
  display: block;
  color: #8da59e;
  font-size: 0.86rem;
  margin-top: 4px;
}
.button-geo {
  margin-top: 28px;
  background: #65efc1;
  color: #06100d;
  border-color: #65efc1;
}
.button-geo:hover {
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}
.geo-output-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.geo-output-strip span {
  padding: 10px 13px;
  border: 1px solid rgba(129, 255, 216, 0.18);
  color: #8eaaa2;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  border-radius: 999px;
}
@media (max-width: 1050px) {
  .mapping-intro,
  .geo-command-grid {
    grid-template-columns: 1fr;
  }
  .geo-stage {
    min-height: 650px;
  }
  .geo-copy {
    padding: 38px 28px;
  }
}
@media (max-width: 650px) {
  .mapping-section {
    padding: 84px 0 65px;
  }
  .mapping-intro {
    gap: 22px;
  }
  .geo-stage {
    min-height: 500px;
  }
  .geo-globe {
    width: 270px;
    height: 270px;
  }
  .hud-right {
    display: none;
  }
  .geo-coordinate {
    display: none;
  }
  .geo-copy {
    padding: 30px 20px;
  }
  .geo-copy h3 {
    font-size: 2.35rem;
  }
  .geo-output-strip {
    gap: 7px;
  }
  .geo-output-strip span {
    font-size: 0.58rem;
  }
  .hud-left {
    bottom: 66px;
  }
  .geo-hud {
    padding: 10px 12px;
  }
}

/* Professional photography command system */
.photo-hero-pro {
  min-height: 820px;
  background: #080d0c;
  align-items: center;
  color: #fff;
  isolation: isolate;
}
.photo-hero-gridlines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 255, 213, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 255, 213, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
}
.photo-hero-pro:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 73% 48%,
      rgba(55, 221, 169, 0.16),
      transparent 27%
    ),
    linear-gradient(
      90deg,
      rgba(4, 8, 7, 0.92) 0 36%,
      rgba(4, 8, 7, 0.15) 64%,
      rgba(4, 8, 7, 0.72)
    );
  z-index: -1;
}
.photo-beam {
  position: absolute;
  width: 42%;
  height: 140%;
  top: -20%;
  filter: blur(55px);
  opacity: 0.18;
  transform: rotate(18deg);
}
.photo-beam-a {
  right: 4%;
  background: #62ffd0;
}
.photo-beam-b {
  right: 25%;
  background: #446dff;
  opacity: 0.1;
}
.photo-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 55px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
}
.photo-hero-copy {
  padding: 0;
}
.photo-hero-copy h1 {
  font-size: clamp(3.4rem, 6.5vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 18px 0 24px;
}
.photo-hero-copy p {
  font-size: 1.08rem;
  color: #a8bbb5;
  max-width: 580px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.text-link-light {
  color: #d6fff3;
}
.text-link-light span {
  color: #6effd1;
}
.camera-command {
  position: relative;
  min-height: 640px;
  border: 1px solid rgba(116, 255, 213, 0.22);
  border-radius: 30px;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 47%,
    #21493f 0,
    #10231f 29%,
    #07100e 70%
  );
  box-shadow:
    0 55px 130px rgba(0, 0, 0, 0.55),
    inset 0 0 90px rgba(94, 255, 206, 0.04);
}
.camera-command:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    transparent 49.6%,
    rgba(104, 255, 211, 0.06) 50%,
    transparent 50.4%
  );
  background-size: 100% 7px;
  pointer-events: none;
}
.camera-body {
  position: absolute;
  width: 430px;
  height: 275px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -47%);
  border: 2px solid rgba(221, 255, 246, 0.8);
  border-radius: 38px 38px 25px 25px;
  background: linear-gradient(145deg, #28312f, #0a0e0d 58%);
  box-shadow:
    0 30px 80px #000,
    inset 0 0 0 8px rgba(255, 255, 255, 0.025);
}
.camera-grip {
  position: absolute;
  right: -38px;
  top: 68px;
  width: 78px;
  height: 165px;
  border: 2px solid rgba(221, 255, 246, 0.65);
  border-left: 0;
  border-radius: 0 34px 38px 0;
  background: #111715;
}
.camera-hotshoe {
  position: absolute;
  left: 165px;
  top: -38px;
  width: 96px;
  height: 38px;
  border: 2px solid rgba(221, 255, 246, 0.65);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #121816;
}
.camera-shutter {
  position: absolute;
  right: 58px;
  top: 27px;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background: #66f1c2;
  box-shadow: 0 0 18px rgba(102, 241, 194, 0.55);
}
.camera-lens {
  position: absolute;
  width: 238px;
  height: 238px;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  border: 16px solid #111615;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 33%,
    rgba(126, 255, 218, 0.65),
    rgba(36, 90, 78, 0.35) 18%,
    #050807 45%,
    #111 61%
  );
  box-shadow:
    0 0 0 3px #87928f,
    0 0 0 16px #202725,
    0 0 0 22px #090c0b,
    0 0 45px rgba(73, 255, 198, 0.24);
}
.camera-lens span,
.camera-lens i,
.camera-lens b {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(111, 255, 214, 0.3);
  border-radius: 50%;
}
.camera-lens i {
  inset: 29%;
  border-color: rgba(255, 255, 255, 0.18);
}
.camera-lens b {
  inset: 42%;
  background: #060807;
  border: 0;
}
.camera-brand-mark {
  position: absolute;
  left: 28px;
  bottom: 23px;
  font: 800 0.68rem "Space Grotesk";
  letter-spacing: 0.22em;
  color: #d4e2de;
}
.camera-focus-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 210px;
  transform: translate(-50%, -50%);
}
.camera-focus-box i {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: #65efc1;
  border-style: solid;
}
.camera-focus-box i:nth-child(1) {
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}
.camera-focus-box i:nth-child(2) {
  right: 0;
  top: 0;
  border-width: 2px 2px 0 0;
}
.camera-focus-box i:nth-child(3) {
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}
.camera-focus-box i:nth-child(4) {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}
.camera-reticle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(110, 255, 211, 0.55);
  border-radius: 50%;
}
.camera-reticle span,
.camera-reticle i {
  position: absolute;
  background: #74ffd1;
}
.camera-reticle span {
  width: 1px;
  height: 78px;
  left: 50%;
  top: -11px;
}
.camera-reticle i {
  height: 1px;
  width: 78px;
  left: -11px;
  top: 50%;
}
.camera-ui {
  position: absolute;
  z-index: 3;
  padding: 13px 15px;
  border: 1px solid rgba(116, 255, 213, 0.2);
  background: rgba(5, 17, 14, 0.72);
  backdrop-filter: blur(10px);
  font-family: "Space Grotesk";
}
.camera-ui small {
  display: block;
  color: #71968c;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}
.camera-ui strong {
  display: block;
  margin-top: 5px;
  color: #ddfff5;
  font-size: 0.82rem;
}
.camera-ui span {
  display: block;
  color: #78aa9c;
  font-size: 0.62rem;
  margin-top: 4px;
}
.camera-ui-top {
  left: 22px;
  top: 22px;
}
.camera-ui-right {
  right: 22px;
  top: 22px;
  text-align: right;
}
.camera-ui-left {
  left: 22px;
  bottom: 76px;
}
.camera-meter {
  position: absolute;
  right: 24px;
  bottom: 88px;
  display: flex;
  gap: 4px;
  align-items: end;
}
.camera-meter b {
  display: block;
  width: 5px;
  background: #69edc0;
}
.camera-meter b:nth-child(1) {
  height: 12px;
}
.camera-meter b:nth-child(2) {
  height: 20px;
}
.camera-meter b:nth-child(3) {
  height: 28px;
}
.camera-meter b:nth-child(4) {
  height: 39px;
}
.camera-meter b:nth-child(5) {
  height: 31px;
}
.camera-meter b:nth-child(6) {
  height: 22px;
}
.camera-meter b:nth-child(7) {
  height: 15px;
}
.camera-meter b:nth-child(8) {
  height: 8px;
}
.camera-status,
.dive-status {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.camera-status span,
.dive-status span {
  padding: 7px 9px;
  border: 1px solid rgba(113, 255, 214, 0.18);
  color: #7fa99d;
  font: 700 0.57rem "Space Grotesk";
  letter-spacing: 0.12em;
}
.camera-status span:last-child {
  margin-left: auto;
  color: #ff7c7c;
}
.photo-services-pro article {
  padding-right: 20px;
}
.photo-services-pro h3 {
  font-size: 1.35rem;
  margin: 14px 0 10px;
}

/* Underwater visual command center */
.underwater-command {
  position: relative;
  overflow: hidden;
  padding: 120px 0 95px;
  background: #020b11;
  color: #fff;
}
.underwater-command:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 23% 45%,
      rgba(0, 169, 219, 0.19),
      transparent 34%
    ),
    radial-gradient(circle at 79% 74%, rgba(67, 248, 198, 0.1), transparent 31%);
}
.underwater-caustics {
  position: absolute;
  inset: -30%;
  opacity: 0.13;
  background: repeating-radial-gradient(
    ellipse at 20% 0,
    transparent 0 22px,
    rgba(94, 224, 255, 0.75) 23px 25px,
    transparent 26px 47px
  );
  transform: rotate(-8deg);
  filter: blur(4px);
}
.underwater-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 36px;
  align-items: stretch;
}
.underwater-stage {
  position: relative;
  min-height: 700px;
  border: 1px solid rgba(90, 219, 255, 0.23);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #07344b 0, #062230 34%, #031016 77%);
  box-shadow:
    0 45px 120px rgba(0, 0, 0, 0.55),
    inset 0 -100px 150px rgba(0, 0, 0, 0.34);
}
.underwater-stage:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(91, 218, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 218, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.housing-body {
  position: absolute;
  width: 430px;
  height: 310px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  border: 2px solid rgba(201, 243, 255, 0.65);
  border-radius: 35px;
  background: linear-gradient(145deg, #263940, #081318 58%);
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.75),
    inset 0 0 0 9px rgba(255, 255, 255, 0.025);
}
.housing-top {
  position: absolute;
  width: 210px;
  height: 48px;
  left: 50%;
  top: -46px;
  transform: translateX(-50%);
  border: 2px solid rgba(201, 243, 255, 0.55);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #101e24;
}
.housing-handle {
  position: absolute;
  top: 30px;
  width: 55px;
  height: 230px;
  border: 8px solid #172a31;
}
.handle-left {
  left: -74px;
  border-right: 0;
  border-radius: 26px 0 0 26px;
}
.handle-right {
  right: -74px;
  border-left: 0;
  border-radius: 0 26px 26px 0;
}
.housing-port {
  position: absolute;
  width: 248px;
  height: 248px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 18px solid #121d21;
  border-radius: 50%;
  background: radial-gradient(
    circle at 37% 31%,
    rgba(57, 230, 255, 0.72),
    rgba(8, 82, 109, 0.45) 18%,
    #02080c 48%,
    #0b1519 67%
  );
  box-shadow:
    0 0 0 3px #6e8188,
    0 0 0 17px #1b2b31,
    0 0 50px rgba(47, 211, 255, 0.25);
}
.housing-port span,
.housing-port i,
.housing-port b {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(102, 227, 255, 0.32);
  border-radius: 50%;
}
.housing-port i {
  inset: 29%;
}
.housing-port b {
  inset: 43%;
  background: #020506;
  border: 0;
}
.housing-display {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(104, 226, 255, 0.25);
  background: #05161c;
}
.housing-display small,
.housing-display strong {
  display: block;
  font-family: "Space Grotesk";
}
.housing-display small {
  font-size: 0.48rem;
  color: #65bdd4;
}
.housing-display strong {
  font-size: 0.62rem;
  color: #baf3ff;
  margin-top: 3px;
}
.dive-hud {
  position: absolute;
  z-index: 4;
  padding: 13px 15px;
  border: 1px solid rgba(92, 219, 255, 0.21);
  background: rgba(2, 20, 28, 0.68);
  backdrop-filter: blur(10px);
  font-family: "Space Grotesk";
}
.dive-hud small {
  display: block;
  color: #6399aa;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}
.dive-hud strong {
  display: block;
  color: #d1f7ff;
  margin-top: 5px;
  font-size: 0.82rem;
}
.dive-hud span {
  display: block;
  color: #6d9daf;
  font-size: 0.62rem;
  margin-top: 4px;
}
.dive-hud-top {
  left: 22px;
  top: 22px;
}
.dive-hud-left {
  left: 22px;
  bottom: 78px;
}
.dive-hud-right {
  right: 22px;
  top: 22px;
  text-align: right;
}
.dive-reticle {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(104, 226, 255, 0.55);
  border-radius: 50%;
}
.dive-reticle span,
.dive-reticle i {
  position: absolute;
  background: #6de7ff;
}
.dive-reticle span {
  width: 1px;
  height: 100px;
  left: 50%;
  top: -13px;
}
.dive-reticle i {
  height: 1px;
  width: 100px;
  left: -13px;
  top: 50%;
}
.depth-scale {
  position: absolute;
  z-index: 4;
  right: 24px;
  top: 32%;
  display: grid;
  gap: 20px;
  color: #74a6b4;
  font: 600 0.58rem "Space Grotesk";
}
.depth-scale:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(102, 226, 255, 0.28);
}
.depth-scale span {
  padding-right: 29px;
}
.bubble {
  position: absolute;
  border: 1px solid rgba(180, 240, 255, 0.48);
  border-radius: 50%;
  box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.18);
}
.bubble-a {
  width: 26px;
  height: 26px;
  left: 15%;
  top: 27%;
}
.bubble-b {
  width: 13px;
  height: 13px;
  left: 19%;
  top: 20%;
}
.bubble-c {
  width: 38px;
  height: 38px;
  right: 17%;
  bottom: 25%;
}
.dive-route {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  height: 90px;
  border-top: 2px dashed rgba(104, 226, 255, 0.38);
  border-radius: 50%;
  transform: rotate(-5deg);
}
.underwater-copy {
  padding: 45px 34px 38px;
  border: 1px solid rgba(91, 219, 255, 0.14);
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(5, 35, 46, 0.78),
    rgba(2, 15, 21, 0.94)
  );
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.aqua-kicker {
  display: inline-block;
  padding: 8px 11px;
  border: 1px solid rgba(92, 219, 255, 0.25);
  border-radius: 999px;
  color: #6de7ff;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.underwater-copy h2 {
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
  margin: 22px 0;
}
.underwater-copy > p {
  color: #8eabb4;
}
.underwater-capabilities {
  margin-top: 30px;
  border-top: 1px solid rgba(91, 219, 255, 0.15);
}
.underwater-capabilities article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(91, 219, 255, 0.12);
}
.underwater-capabilities article > b {
  color: #6de7ff;
}
.underwater-capabilities strong {
  display: block;
  color: #fff;
}
.underwater-capabilities span {
  display: block;
  color: #78949d;
  font-size: 0.84rem;
  margin-top: 4px;
}
.button-aqua {
  margin-top: 28px;
  background: #71e8ff;
  color: #041117;
  border-color: #71e8ff;
}
.button-aqua:hover {
  background: #fff;
  border-color: #fff;
}
.production-console {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  align-items: start;
}
.production-track {
  position: relative;
  display: grid;
  gap: 0;
  border-left: 1px solid var(--line);
}
.production-track article {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  padding: 18px 0 18px 28px;
  border-bottom: 1px solid var(--line);
}
.production-track article:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(43, 196, 155, 0.14);
}
.production-track span {
  color: var(--brand-dark);
  font-weight: 800;
}
.production-track strong {
  font-size: 1.05rem;
}
.production-track small {
  grid-column: 2;
  color: var(--muted);
}
@media (max-width: 1050px) {
  .photo-hero-layout,
  .underwater-grid,
  .production-console {
    grid-template-columns: 1fr;
  }
  .photo-hero-layout {
    padding-top: 130px;
  }
  .camera-command {
    min-height: 610px;
  }
  .underwater-stage {
    min-height: 650px;
  }
}
@media (max-width: 700px) {
  .photo-hero-pro {
    min-height: auto;
  }
  .photo-hero-layout {
    padding-top: 115px;
    padding-bottom: 55px;
  }
  .photo-hero-copy h1 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .camera-command {
    min-height: 480px;
  }
  .camera-body {
    width: 270px;
    height: 185px;
  }
  .camera-grip {
    right: -24px;
    top: 45px;
    width: 48px;
    height: 110px;
  }
  .camera-hotshoe {
    left: 102px;
    top: -27px;
    width: 66px;
    height: 27px;
  }
  .camera-lens {
    width: 160px;
    height: 160px;
    border-width: 11px;
  }
  .camera-focus-box {
    width: 200px;
    height: 145px;
  }
  .camera-ui-right,
  .camera-ui-left,
  .camera-meter {
    display: none;
  }
  .camera-status span:nth-child(2),
  .camera-status span:nth-child(3) {
    display: none;
  }
  .underwater-command {
    padding: 85px 0 65px;
  }
  .underwater-stage {
    min-height: 500px;
  }
  .housing-body {
    width: 270px;
    height: 200px;
  }
  .housing-top {
    width: 145px;
    height: 34px;
    top: -32px;
  }
  .housing-handle {
    top: 21px;
    width: 37px;
    height: 150px;
    border-width: 6px;
  }
  .handle-left {
    left: -50px;
  }
  .handle-right {
    right: -50px;
  }
  .housing-port {
    width: 160px;
    height: 160px;
    border-width: 11px;
  }
  .dive-hud-right,
  .dive-hud-left,
  .depth-scale {
    display: none;
  }
  .underwater-copy {
    padding: 30px 21px;
  }
  .underwater-copy h2 {
    font-size: 2.75rem;
  }
  .production-track article {
    grid-template-columns: 42px 1fr;
    padding-left: 22px;
  }
}

/* Distinct, elegant heroes for every inner page */
.inner-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  background: #f5f8f7;
}
.inner-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 40, 34, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 40, 34, 0.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent, #000 48%, #000);
}
.inner-hero:after {
  width: 390px;
  height: 390px;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(43, 196, 155, 0.38);
  box-shadow:
    0 0 0 42px rgba(43, 196, 155, 0.06),
    0 0 0 84px rgba(43, 196, 155, 0.035);
}
.inner-hero h1 {
  font-size: clamp(3.8rem, 8vw, 7.7rem);
  line-height: 0.91;
  letter-spacing: -0.065em;
  max-width: 1050px;
}
.inner-hero p {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.studio-page-hero {
  background: linear-gradient(125deg, #f8f5ef 0 66%, #18201e 66%);
}
.studio-page-hero:after {
  border-radius: 42% 58% 56% 44%;
  border: 0;
  background: linear-gradient(145deg, #2bc49b, #12211d);
  box-shadow: -65px 55px 0 rgba(43, 196, 155, 0.16);
  transform: translateY(-50%) rotate(16deg);
}

.work-hero {
  background: linear-gradient(135deg, #fff 0 58%, #e7f5f0 58%);
}
.work-hero:after {
  border-radius: 28px;
  border: 12px solid #fff;
  background: linear-gradient(135deg, #151b19 0 48%, #2bc49b 48%);
  box-shadow: 0 35px 85px rgba(16, 42, 34, 0.2);
  transform: translateY(-50%) rotate(5deg);
}

.creative-hero {
  background:
    radial-gradient(
      circle at 82% 50%,
      rgba(43, 196, 155, 0.25),
      transparent 26%
    ),
    #f4f0ea;
}
.creative-hero:after {
  border: 36px solid #17201d;
  border-left-color: #2bc49b;
  border-bottom-color: #2bc49b;
  box-shadow: none;
  transform: translateY(-50%) rotate(45deg);
}

.design-page-hero {
  background: linear-gradient(115deg, #f8f4ed 0 60%, #ffddd1 60%);
}
.design-page-hero:after {
  border: 0;
  border-radius: 0;
  background: conic-gradient(
    from 20deg,
    #ff5f57,
    #ffbd2e,
    #2bc49b,
    #5f7cff,
    #ff5f57
  );
  filter: saturate(0.9);
  box-shadow: 30px 30px 0 rgba(17, 25, 23, 0.12);
  transform: translateY(-50%) rotate(-9deg);
}

.web-page-hero {
  background: linear-gradient(120deg, #f4f8f6 0 62%, #dff7ef 62%);
}
.web-page-hero:after {
  display: none;
}
.web-page-hero .browser-stack {
  filter: drop-shadow(0 35px 45px rgba(15, 47, 37, 0.14));
}

.marketing-hero {
  background: linear-gradient(120deg, #fbf5ee 0 64%, #f0d8ca 64%);
}
.marketing-hero:after {
  border: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    #1d2824 0 8deg,
    transparent 8deg 17deg
  );
  box-shadow:
    inset 0 0 0 80px #2bc49b,
    0 32px 70px rgba(29, 40, 36, 0.2);
  transform: translateY(-50%) rotate(8deg);
}

.contact-page-hero {
  background: linear-gradient(120deg, #f3f8f6 0 62%, #18312a 62%);
}
.contact-page-hero:after {
  border-radius: 50% 50% 8px 50%;
  border: 0;
  background: linear-gradient(145deg, #6ce1bf, #2bc49b);
  box-shadow: -40px 40px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-50%) rotate(-12deg);
}

/* Reduce the boxed feeling on supporting sections */
.design-discipline-grid article,
.feature-list div {
  border-radius: 0;
  background: transparent;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.design-discipline-grid {
  gap: 0;
  border-top: 1px solid var(--line);
}
.design-discipline-grid article {
  padding: 34px 28px;
  border-bottom: 1px solid var(--line);
}
.service-detail {
  gap: clamp(45px, 8vw, 120px);
}
.feature-list {
  gap: 0;
  border-top: 1px solid var(--line);
}
.feature-list div {
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
}
.portfolio-piece {
  border: 0;
  border-radius: 38px;
  box-shadow: 0 30px 75px rgba(18, 42, 35, 0.09);
}

@media (max-width: 900px) {
  .inner-hero {
    min-height: 470px;
    padding: 100px 0 80px;
  }
  .inner-hero:after {
    opacity: 0.28;
    right: -170px;
  }
  .inner-hero:before {
    opacity: 0.55;
  }
  .studio-page-hero,
  .work-hero,
  .creative-hero,
  .design-page-hero,
  .marketing-hero,
  .contact-page-hero {
    background: #f5f8f7;
  }
}

/* 2026 portfolio page rebuild */
.work-hero {
  background: linear-gradient(180deg, #f7faf8, #edf5f2);
}
.work-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 56px;
  align-items: center;
}
.work-hero-copy p {
  max-width: 660px;
}
.work-hero-visual {
  position: relative;
  min-height: 480px;
}
.hero-browser {
  position: absolute;
  border: 10px solid #fff;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(18, 42, 35, 0.12);
  overflow: hidden;
}
.hero-browser-top {
  height: 28px;
  background: linear-gradient(90deg, #edf2f0, #fff);
}
.hero-browser-screen {
  height: calc(100% - 28px);
  position: relative;
}
.hero-browser-back {
  width: 73%;
  height: 58%;
  right: 2%;
  top: 8%;
  transform: rotate(8deg);
}
.hero-browser-front {
  width: 78%;
  height: 64%;
  left: 2%;
  bottom: 5%;
  transform: rotate(-5deg);
}
.hero-screen-editorial {
  background: #0d151c;
  padding: 18px;
}
.hero-screen-editorial span {
  display: block;
  height: 18%;
  margin-bottom: 12px;
  border-radius: 12px;
  background: #1c2b37;
}
.hero-screen-editorial span:first-child {
  width: 72%;
  background: #049bce;
}
.hero-screen-editorial span:nth-child(2) {
  width: 95%;
}
.hero-screen-editorial span:nth-child(3) {
  width: 56%;
}
.hero-screen-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 26px 26px 32px;
  background: linear-gradient(135deg, #f7fffc 0 50%, #2bc49b 50%);
}
.hero-screen-brand b {
  font: 700 clamp(2rem, 4vw, 3.25rem) / 0.95 "Space Grotesk";
  letter-spacing: -0.06em;
}
.hero-screen-brand i {
  display: block;
  width: 76%;
  height: 16px;
  margin-top: 16px;
  border-radius: 999px;
  background: #202326;
}
.hero-screen-brand small {
  display: block;
  width: 42%;
  height: 52px;
  margin-top: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}
.hero-chip {
  position: absolute;
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 42, 35, 0.08);
  font: 800 0.76rem "Space Grotesk";
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.chip-one {
  left: 0;
  top: 14%;
}
.chip-two {
  right: 0;
  top: 2%;
}
.chip-three {
  left: 7%;
  bottom: 10%;
}
.chip-four {
  right: 11%;
  bottom: 0;
}
.work-overview-section {
  padding-top: 24px;
}
.work-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.work-overview-grid article {
  padding: 26px 26px 24px;
  border-top: 2px solid var(--ink);
  background: #fff;
}
.work-overview-grid strong {
  display: block;
  font: 700 1.05rem "Space Grotesk";
  margin-bottom: 10px;
}
.work-overview-grid p {
  margin: 0;
}
.portfolio-showcases {
  padding-top: 20px;
}
.showcase-stack {
  display: grid;
  gap: 34px;
}
.showcase-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: stretch;
  padding: 36px;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 26px 74px rgba(18, 42, 35, 0.08);
  overflow: hidden;
}
.nina-band {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}
.showcase-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 4px;
}
.showcase-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brand-dark);
  font: 800 0.72rem "Space Grotesk";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.showcase-info h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
  margin-bottom: 18px;
}
.showcase-info p {
  font-size: 1.05rem;
  max-width: 590px;
}
.showcase-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 12px;
}
.showcase-points li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-weight: 650;
}
.showcase-points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
}
.showcase-actions {
  margin-top: 28px;
}
.showcase-stage {
  position: relative;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
}
.maid-stage {
  background: linear-gradient(135deg, #ebf7f4, #d9f6ec 54%, #b9eedb);
}
.maid-browser {
  position: absolute;
  left: 6%;
  top: 10%;
  width: 78%;
  height: 76%;
  border: 10px solid #fff;
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(16, 64, 51, 0.14);
}
.stage-topbar {
  height: 30px;
  background: linear-gradient(90deg, #eff4f2, #fff);
}
.maid-layout {
  position: relative;
  height: calc(100% - 30px);
  padding: 26px;
  background: linear-gradient(135deg, #fff 0 58%, #019d99 58%);
}
.maid-copy-block {
  width: 44%;
  height: 34%;
  border-radius: 18px;
  background: #eef6f4;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.05);
}
.maid-photo-block {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 38%;
  height: 60%;
  border-radius: 22px;
  background: linear-gradient(145deg, #133831, #2bc49b);
}
.maid-badge {
  position: absolute;
  left: 26px;
  height: 12px;
  border-radius: 999px;
  background: #202326;
}
.badge-a {
  top: 46%;
  width: 28%;
}
.badge-b {
  top: 53%;
  width: 22%;
}
.badge-c {
  top: 60%;
  width: 16%;
}
.maid-phone {
  position: absolute;
  right: 3%;
  bottom: 7%;
  width: 165px;
  height: 315px;
  border: 8px solid #202326;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(18, 42, 35, 0.16);
  transform: rotate(8deg);
  overflow: hidden;
}
.phone-top {
  height: 24px;
  background: #202326;
}
.phone-card {
  margin: 14px;
  border-radius: 16px;
}
.phone-card-a {
  height: 94px;
  background: #dff8ef;
}
.phone-card-b {
  height: 56px;
  background: #eff4f2;
}
.phone-card-c {
  height: 56px;
  background: #202326;
}
.nina-stage {
  background: linear-gradient(145deg, #160f12, #4b3027 44%, #c28e61);
}
.nina-stage-panel {
  position: absolute;
  inset: 0;
  padding: 38px;
  color: #fff;
}
.nina-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -50px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 235, 188, 0.42),
    transparent 64%
  );
}
.nina-title {
  position: relative;
  z-index: 1;
  font: 700 clamp(2.8rem, 6vw, 5.8rem) / 0.86 "Space Grotesk";
  letter-spacing: -0.06em;
}
.nina-subtitle {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  letter-spacing: 0.28em;
  font-size: 0.9rem;
}
.piano-keys {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  height: 92px;
  border-radius: 20px;
  background: repeating-linear-gradient(
    90deg,
    #fff 0 32px,
    #fff 32px 34px,
    #1b1010 34px 49px
  );
}
.music-staff {
  position: absolute;
  left: 38px;
  right: 38px;
  top: 48%;
  height: 86px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.26) 0 2px,
    transparent 2px 17px
  );
}
.music-staff:after {
  content: "♪";
  position: absolute;
  right: 12%;
  top: -32px;
  font-size: 5rem;
  color: #f7d29d;
}
.video-strip {
  position: absolute;
  width: 140px;
  height: 210px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
.video-strip:before,
.video-strip:after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
}
.video-strip:before {
  top: 16px;
  height: 98px;
}
.video-strip:after {
  bottom: 18px;
  height: 42px;
  opacity: 0.45;
}
.strip-a {
  right: 34px;
  top: 76px;
}
.strip-b {
  right: 124px;
  top: 132px;
}
.afdes-band {
  background: linear-gradient(180deg, #fff, #f6f7f8);
}
.afdes-stage {
  background: linear-gradient(145deg, #eef1f3, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.afdes-sheet {
  position: absolute;
  background: #fff;
  border: 1px solid #dde4e7;
  box-shadow: 0 20px 50px rgba(18, 42, 35, 0.08);
}
.main-sheet {
  position: relative;
  width: 74%;
  height: 78%;
  padding: 26px;
  z-index: 2;
}
.afdes-name {
  font: 700 4rem/1 "Space Grotesk";
  color: #049bce;
  letter-spacing: -0.06em;
}
.afdes-headline {
  width: 84%;
  height: 74px;
  margin-top: 18px;
  border-radius: 12px;
  background: #1a252f;
}
.afdes-lines {
  width: 58%;
  height: 12px;
  margin-top: 18px;
  background: #c8d3d8;
  box-shadow:
    0 20px #c8d3d8,
    0 40px #c8d3d8,
    0 60px #c8d3d8,
    0 80px #c8d3d8;
}
.afdes-chart {
  position: absolute;
  right: 26px;
  bottom: 28px;
  width: 34%;
  height: 38%;
  background: linear-gradient(to top, #f0f3f5 0 100%);
  border-radius: 18px;
}
.afdes-chart:before,
.afdes-chart:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 22px;
  background: #049bce;
  border-radius: 8px 8px 0 0;
}
.afdes-chart:before {
  left: 26px;
  height: 42%;
}
.afdes-chart:after {
  left: 58px;
  height: 65%;
  box-shadow:
    34px -22px 0 0 #202326,
    68px -6px 0 0 #2bc49b;
}
.side-sheet {
  width: 33%;
  height: 54%;
  border-radius: 10px;
}
.side-sheet.one {
  left: 6%;
  top: 12%;
  transform: rotate(-8deg);
}
.side-sheet.two {
  right: 5%;
  bottom: 10%;
  transform: rotate(9deg);
}
.work-extensions {
  display: grid;
  gap: 16px;
}
.extension-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.extension-row:last-child {
  border-bottom: 1px solid var(--line);
}
.extension-row span {
  display: block;
  color: var(--brand-dark);
  font: 800 0.72rem "Space Grotesk";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.extension-row h3 {
  margin: 0;
}
.extension-row p {
  margin: 0;
}
.extension-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}
.motion-mark {
  background: linear-gradient(145deg, #171318, #c07cff);
}
.photo-mark {
  background: linear-gradient(145deg, #d79a76, #20191b);
}
.map-mark {
  background: linear-gradient(145deg, #173d37, #71e8ff);
}

@media (max-width: 980px) {
  .work-hero-layout,
  .showcase-band,
  .nina-band {
    grid-template-columns: 1fr;
  }
  .work-hero-visual {
    min-height: 420px;
  }
  .showcase-stage {
    min-height: 430px;
  }
  .showcase-band {
    padding: 28px;
  }
  .work-overview-grid {
    grid-template-columns: 1fr;
  }
  .extension-row {
    grid-template-columns: 56px 1fr;
    align-items: start;
  }
  .extension-row p {
    grid-column: 2;
  }
}
@media (max-width: 680px) {
  .work-hero {
    padding-top: 110px;
    padding-bottom: 76px;
  }
  .work-hero h1 {
    font-size: clamp(3.15rem, 15vw, 5.2rem);
  }
  .work-hero-visual {
    min-height: 330px;
  }
  .hero-browser-back {
    width: 70%;
    height: 52%;
  }
  .hero-browser-front {
    width: 82%;
    height: 58%;
  }
  .showcase-info h2 {
    font-size: clamp(2.3rem, 11vw, 3.6rem);
  }
  .showcase-stage {
    min-height: 350px;
  }
  .maid-browser {
    left: 4%;
    width: 82%;
    height: 70%;
  }
  .maid-phone {
    width: 122px;
    height: 240px;
  }
  .nina-title {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }
  .video-strip {
    width: 92px;
    height: 150px;
  }
  .strip-a {
    right: 18px;
    top: 78px;
  }
  .strip-b {
    right: 74px;
    top: 122px;
  }
  .piano-keys {
    height: 62px;
  }
  .main-sheet {
    width: 84%;
    height: 74%;
    padding: 18px;
  }
  .afdes-name {
    font-size: 2.7rem;
  }
  .afdes-headline {
    height: 48px;
  }
  .afdes-lines {
    width: 54%;
    height: 9px;
    box-shadow:
      0 16px #c8d3d8,
      0 32px #c8d3d8,
      0 48px #c8d3d8;
  }
  .side-sheet {
    display: none;
  }
  .extension-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .extension-row p {
    grid-column: auto;
  }
}

/* Flagship graphic design hero */
.graphic-design-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f2eee8;
}
.graphic-design-hero-art {
  position: absolute;
  inset: 0;
  background-image: url("../images/graphic-design-hero.png");
  background-image: image-set(
    url("../images/graphic-design-hero.webp") type("image/webp"),
    url("../images/graphic-design-hero.png") type("image/png")
  );
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}
.graphic-design-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(246, 241, 234, 0.98) 0%,
    rgba(246, 241, 234, 0.94) 28%,
    rgba(246, 241, 234, 0.68) 43%,
    rgba(246, 241, 234, 0.08) 62%,
    rgba(12, 18, 18, 0.08) 100%
  );
}
.graphic-design-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 84px;
  padding-bottom: 84px;
}
.graphic-design-hero-copy {
  max-width: 650px;
}
.graphic-design-hero-copy .eyebrow {
  margin-bottom: 24px;
  color: #0f8f70;
}
.graphic-design-hero-copy h1 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 6.7vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.graphic-design-hero-copy p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #46514e;
  font-size: 1.08rem;
}
.graphic-design-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.graphic-design-hero-actions .text-link {
  color: #202326;
}
.graphic-design-hero-actions .text-link span {
  font-size: 1.1rem;
}
@media (max-width: 900px) {
  .graphic-design-hero {
    min-height: 700px;
    align-items: flex-end;
  }
  .graphic-design-hero-art {
    background-position: 64% center;
  }
  .graphic-design-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(246, 241, 234, 0.14) 0%,
      rgba(246, 241, 234, 0.36) 36%,
      rgba(246, 241, 234, 0.96) 68%,
      #f6f1ea 100%
    );
  }
  .graphic-design-hero-inner {
    padding-top: 300px;
    padding-bottom: 64px;
  }
  .graphic-design-hero-copy {
    max-width: 720px;
  }
}
@media (max-width: 620px) {
  .graphic-design-hero {
    min-height: 760px;
  }
  .graphic-design-hero-art {
    background-size: auto 58%;
    background-repeat: no-repeat;
    background-position: 66% top;
    background-color: #f2eee8;
  }
  .graphic-design-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(246, 241, 234, 0.04) 0%,
      rgba(246, 241, 234, 0.12) 34%,
      rgba(246, 241, 234, 0.92) 54%,
      #f6f1ea 72%
    );
  }
  .graphic-design-hero-inner {
    padding-top: 330px;
    padding-bottom: 58px;
  }
  .graphic-design-hero-copy h1 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }
  .graphic-design-hero-copy p {
    font-size: 1rem;
  }
  .graphic-design-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .graphic-design-hero-actions .text-link {
    justify-content: center;
  }
}

/* Web development hero with responsive devices artwork */
.web-development-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1116;
}
.web-development-hero-art {
  position: absolute;
  inset: 0;
  background-image: url("../images/web-development-hero.png");
  background-image: image-set(
    url("../images/web-development-hero.webp") type("image/webp"),
    url("../images/web-development-hero.png") type("image/png")
  );
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}
.web-development-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 12, 17, 0.98) 0%,
    rgba(9, 12, 17, 0.92) 22%,
    rgba(9, 12, 17, 0.66) 40%,
    rgba(9, 12, 17, 0.18) 62%,
    rgba(9, 12, 17, 0.08) 100%
  );
}
.web-development-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 88px;
  padding-bottom: 88px;
}
.web-development-hero-copy {
  max-width: 620px;
  color: #fff;
}
.web-development-hero-copy .eyebrow {
  margin-bottom: 24px;
  color: #6de7c5;
}
.web-development-hero-copy h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.55rem, 6.6vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.web-development-hero-copy p {
  max-width: 560px;
  margin-bottom: 34px;
  color: #d4ddda;
  font-size: 1.08rem;
}
.web-development-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.web-development-hero-actions .text-link {
  color: #fff;
}
.web-development-hero-actions .text-link:hover {
  color: #6de7c5;
}
.web-development-hero-actions .text-link span {
  font-size: 1.1rem;
}

@media (max-width: 980px) {
  .web-development-hero {
    min-height: 760px;
    align-items: flex-end;
  }
  .web-development-hero-art {
    background-position: 62% center;
  }
  .web-development-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(9, 12, 17, 0.08) 0%,
      rgba(9, 12, 17, 0.28) 28%,
      rgba(9, 12, 17, 0.88) 62%,
      #090c11 100%
    );
  }
  .web-development-hero-inner {
    padding-top: 320px;
    padding-bottom: 68px;
  }
  .web-development-hero-copy {
    max-width: 720px;
  }
}
@media (max-width: 680px) {
  .web-development-hero {
    min-height: 760px;
  }
  .web-development-hero-art {
    background-size: auto 62%;
    background-repeat: no-repeat;
    background-position: 64% top;
    background-color: #0d1116;
  }
  .web-development-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(9, 12, 17, 0.02) 0%,
      rgba(9, 12, 17, 0.1) 32%,
      rgba(9, 12, 17, 0.92) 58%,
      #090c11 76%
    );
  }
  .web-development-hero-inner {
    padding-top: 340px;
    padding-bottom: 58px;
  }
  .web-development-hero-copy h1 {
    font-size: clamp(3rem, 14.8vw, 5rem);
  }
  .web-development-hero-copy p {
    font-size: 1rem;
  }
  .web-development-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .web-development-hero-actions .text-link {
    justify-content: center;
  }
}

/* Web development page: dynamic post-hero experience */
.web-intro {
  padding-bottom: 90px;
}
.web-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}
.web-intro-heading h2 {
  margin: 0;
  max-width: 760px;
}
.web-intro-copy > p {
  font-size: 1.1rem;
  max-width: 620px;
}
.web-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.web-metrics div {
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}
.web-metrics strong {
  display: block;
  font: 700 clamp(1.6rem, 3vw, 2.4rem) / 1 "Space Grotesk";
  color: var(--ink);
}
.web-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.web-lab-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #0b1114;
  color: #fff;
}
.web-lab-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 40%,
      rgba(43, 196, 155, 0.15),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(43, 196, 155, 0.08),
      transparent 28%
    );
}
.web-lab-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}
.web-lab-visual {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(105, 240, 199, 0.18);
  border-radius: 32px;
  background: linear-gradient(145deg, #10191d, #081014);
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.45);
}

.web-lab-immersive{
  position:relative;
  min-height:620px;
  overflow:hidden;
  isolation:isolate;
  perspective:1800px;
  background:
    radial-gradient(circle at 20% 18%, rgba(110,240,202,.16), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(110,240,202,.12), transparent 24%),
    linear-gradient(145deg,#10191d,#081014);
}

.web-lab-immersive::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.02), transparent 55%);
  pointer-events:none;
}

.immersive-grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(102,229,195,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(102,229,195,.05) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.35));
}

.immersive-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(35px);
  opacity:.7;
  pointer-events:none;
}

.immersive-glow-a{
  width:220px;
  height:220px;
  left:8%;
  top:14%;
  background:rgba(110,240,202,.16);
}

.immersive-glow-b{
  width:260px;
  height:260px;
  right:4%;
  bottom:8%;
  background:rgba(110,240,202,.12);
}

.immersive-tablet{
  position:absolute;
  left:50%;
  top:52%;
  width:min(76%,560px);
  aspect-ratio:1.28/1;
  transform:translate(-50%,-50%) rotate(-11deg) rotateX(12deg);
  z-index:2;
  animation:tabletFloat 7s ease-in-out infinite;
}

.immersive-tablet-bezel{
  width:100%;
  height:100%;
  padding:16px;
  border-radius:34px;
  background:
    linear-gradient(145deg,#20292d,#0e1519 58%,#263238);
  box-shadow:
    0 40px 80px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 0 3px rgba(255,255,255,.03) inset;
}

.immersive-tablet-screen{
  position:relative;
  width:100%;
  height:100%;
  border-radius:24px;
  overflow:hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(110,240,202,.18), transparent 28%),
    linear-gradient(135deg,#0f171b 0%,#131d21 42%,#16a982 110%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 20px 50px rgba(255,255,255,.04);
}

.tablet-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 22px;
}

.tablet-mark{
  width:86px;
  height:10px;
  border-radius:999px;
  background:#6ef0ca;
  box-shadow:0 0 18px rgba(110,240,202,.35);
}

.tablet-menu{
  width:128px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.32);
}

.tablet-main{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:28px;
  height:calc(100% - 58px);
  padding:16px 24px 24px;
}

.tablet-copy{
  position:relative;
  padding-top:26px;
}

.tablet-copy span{
  display:block;
  border-radius:999px;
}

.tablet-kicker{
  width:110px;
  height:10px;
  background:rgba(110,240,202,.8);
  margin-bottom:22px;
}

.tablet-title{
  width:92%;
  height:22px;
  background:#fff;
  margin-bottom:12px;
  border-radius:12px !important;
}

.tablet-title.short{
  width:70%;
}

.tablet-line{
  width:88%;
  height:10px;
  background:rgba(255,255,255,.42);
  margin-top:18px;
}

.tablet-line.small{
  width:62%;
  margin-top:12px;
  background:rgba(255,255,255,.28);
}

.tablet-cta{
  width:132px;
  height:38px;
  margin-top:28px;
  background:#6ef0ca;
  box-shadow:0 12px 30px rgba(110,240,202,.25);
}

.tablet-visual{
  position:relative;
  min-height:260px;
}

.tablet-orb{
  position:absolute;
  width:180px;
  height:180px;
  right:18px;
  top:24px;
  border-radius:50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255,255,255,.95), rgba(255,255,255,.18) 26%, transparent 27%),
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.02));
  box-shadow:
    0 25px 60px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(255,255,255,.2);
}

.tablet-ring{
  position:absolute;
  width:220px;
  height:220px;
  right:-8px;
  top:2px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
}

.tablet-panel{
  position:absolute;
  left:0;
  bottom:28px;
  width:150px;
  height:88px;
  border-radius:18px;
  background:rgba(7,14,16,.55);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 20px 40px rgba(0,0,0,.28);
}

.tablet-panel::before,
.tablet-panel::after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}

.tablet-panel::before{top:18px}
.tablet-panel::after{top:34px;width:58%}

.tablet-panel.small{
  left:auto;
  right:28px;
  bottom:10px;
  width:112px;
  height:72px;
  transform:translateY(18px);
}

.immersive-card{
  position:absolute;
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(12,19,22,.7);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  box-shadow:0 24px 44px rgba(0,0,0,.35);
  z-index:3;
}

.immersive-card small{
  display:block;
  margin-bottom:8px;
  color:#9eb0aa;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.immersive-card strong{
  display:block;
  font:700 1.05rem/1.1 "Space Grotesk";
  color:#fff;
}

.immersive-card-ux{
  left:7%;
  top:11%;
  width:210px;
  animation:floatCard 5.8s ease-in-out infinite;
}

.immersive-bars{
  display:flex;
  gap:8px;
  margin-top:18px;
  align-items:flex-end;
  height:58px;
}

.immersive-bars span{
  display:block;
  width:26px;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,#6ef0ca,#1a7f67);
}

.immersive-bars span:nth-child(1){height:34px}
.immersive-bars span:nth-child(2){height:54px}
.immersive-bars span:nth-child(3){height:42px}

.immersive-card-code{
  right:6%;
  top:14%;
  width:190px;
  animation:floatCard 6.5s ease-in-out infinite 1s;
}

.immersive-code{
  margin-top:16px;
}

.immersive-code span{
  display:block;
  height:8px;
  margin-top:10px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
}

.immersive-code span:nth-child(1){width:84%}
.immersive-code span:nth-child(2){width:62%}
.immersive-code span:nth-child(3){width:76%;background:#6ef0ca}
.immersive-code span:nth-child(4){width:48%}

.immersive-card-mobile{
  right:10%;
  bottom:12%;
  width:180px;
  animation:floatCard 6s ease-in-out infinite .6s;
}

.immersive-phone-frame{
  width:78px;
  height:138px;
  margin-top:14px;
  border-radius:22px;
  padding:7px;
  background:linear-gradient(145deg,#20292d,#0b1013);
  box-shadow:0 18px 36px rgba(0,0,0,.32);
}

.immersive-phone-ui{
  width:100%;
  height:100%;
  border-radius:16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 18%),
    linear-gradient(180deg,#10181c 0 54%,#f2efe6 54% 100%);
  position:relative;
}

.immersive-phone-ui::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:14px;
  height:44px;
  border-radius:12px;
  background:linear-gradient(135deg,#172327 0 55%,#16a982 55%);
}

.immersive-phone-ui::after{
  content:"";
  position:absolute;
  left:12px;
  right:26px;
  bottom:24px;
  height:8px;
  border-radius:999px;
  background:#1f2b2f;
  box-shadow:0 16px 0 #d6d2c6;
}

.immersive-label{
  position:absolute;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:#7ea094;
  font:700 .68rem/1 "Space Grotesk";
  letter-spacing:.14em;
  text-transform:uppercase;
  z-index:1;
}

.immersive-label-a{left:8%;bottom:8%}
.immersive-label-b{left:28%;bottom:8%}
.immersive-label-c{left:48%;bottom:8%}

@keyframes tabletFloat{
  0%,100%{transform:translate(-50%,-50%) rotate(-11deg) rotateX(12deg)}
  50%{transform:translate(-50%,-53%) rotate(-9deg) rotateX(12deg)}
}

@keyframes floatCard{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}

@media(max-width:980px){
  .web-lab-immersive{
    min-height:560px;
  }

  .immersive-tablet{
    width:min(82%,520px);
    top:54%;
  }

  .immersive-card-ux{
    left:5%;
    top:9%;
  }

  .immersive-card-code{
    right:4%;
    top:10%;
  }

  .immersive-card-mobile{
    right:6%;
    bottom:13%;
  }
}

@media(max-width:680px){
  .web-lab-immersive{
    min-height:460px;
  }

  .immersive-tablet{
    width:84%;
    top:56%;
    transform:translate(-50%,-50%) rotate(-8deg);
  }

  .tablet-main{
    grid-template-columns:1fr;
    gap:14px;
  }

  .tablet-visual{
    min-height:160px;
  }

  .tablet-orb{
    width:118px;
    height:118px;
    right:10px;
    top:8px;
  }

  .tablet-ring{
    width:146px;
    height:146px;
    right:-2px;
    top:-2px;
  }

  .tablet-panel{
    width:108px;
    height:62px;
    bottom:8px;
  }

  .tablet-panel.small{
    width:86px;
    height:54px;
    right:8px;
  }

  .immersive-card{
    transform:none !important;
    padding:14px;
    border-radius:18px;
  }

  .immersive-card-ux{
    width:154px;
    left:4%;
    top:7%;
  }

  .immersive-card-code{
    width:146px;
    right:4%;
    top:7%;
  }

  .immersive-card-mobile{
    width:130px;
    right:4%;
    bottom:14%;
  }

  .immersive-phone-frame{
    width:58px;
    height:102px;
  }

  .immersive-label{
    font-size:.58rem;
    padding:7px 10px;
  }

  .immersive-label-a{left:6%;bottom:5%}
  .immersive-label-b{left:30%;bottom:5%}
  .immersive-label-c{left:53%;bottom:5%}
}
.lab-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(102, 229, 195, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 229, 195, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}
.lab-screen {
  position: absolute;
  background: #0d1418;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.lab-desktop {
  left: 7%;
  top: 10%;
  width: 75%;
  height: 66%;
  border-radius: 18px;
}
.lab-tablet {
  right: 8%;
  bottom: 9%;
  width: 30%;
  height: 47%;
  border-radius: 18px;
  transform: rotate(4deg);
}
.lab-phone {
  left: 16%;
  bottom: 7%;
  width: 18%;
  height: 35%;
  border-radius: 22px;
  transform: rotate(-5deg);
}
.lab-browser-bar {
  height: 28px;
  background: #1c262b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lab-layout {
  position: relative;
  height: calc(100% - 28px);
  padding: 28px;
  background: linear-gradient(135deg, #11191d 0 57%, #16a982 57%);
}
.lab-layout span {
  display: block;
  position: absolute;
  border-radius: 999px;
}
.lab-logo {
  left: 28px;
  top: 24px;
  width: 78px;
  height: 9px;
  background: #6ef0ca;
}
.lab-nav {
  right: 28px;
  top: 24px;
  width: 120px;
  height: 8px;
  background: rgba(255, 255, 255, 0.34);
}
.lab-heading {
  left: 28px;
  top: 32%;
  width: 39%;
  height: 54px;
  border-radius: 12px !important;
  background: #fff;
}
.lab-copy {
  left: 28px;
  top: 52%;
  width: 34%;
  height: 10px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 18px rgba(255, 255, 255, 0.28),
    0 36px rgba(255, 255, 255, 0.2);
}
.lab-button {
  left: 28px;
  bottom: 24px;
  width: 108px;
  height: 32px;
  background: #6ef0ca;
}
.lab-art {
  right: 8%;
  top: 24%;
  width: 31%;
  height: 46%;
  border: 24px solid rgba(255, 255, 255, 0.72);
  border-radius: 50% !important;
}
.lab-mini-layout {
  position: absolute;
  inset: 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #121a1f 0 55%, #f5f2ea 55%);
}
.lab-mini-layout:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 18px;
  height: 45%;
  border-radius: 10px;
  background: linear-gradient(135deg, #182326 0 55%, #16a982 55%);
}
.lab-breakpoints {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 3%;
  display: flex;
  justify-content: space-between;
  color: #6f968c;
  font: 700 0.6rem "Space Grotesk";
  letter-spacing: 0.12em;
}
.web-lab-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  margin-bottom: 22px;
}
.web-lab-copy > p {
  color: #9eb0aa;
  font-size: 1.05rem;
}
.lab-points {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.lab-points article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lab-points b {
  color: #6ef0ca;
}
.lab-points strong {
  display: block;
  color: #fff;
}
.lab-points span {
  display: block;
  margin-top: 5px;
  color: #82938e;
  font-size: 0.9rem;
}
.web-capabilities-section {
  background: #f6f8f7;
}
.web-capability-list {
  display: grid;
}
.web-capability-list article {
  display: grid;
  grid-template-columns: 70px minmax(240px, 0.8fr) 1.4fr 40px;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  transition:
    padding 0.25s,
    background 0.25s;
}
.web-capability-list article:last-child {
  border-bottom: 1px solid var(--line);
}
.web-capability-list article:hover {
  padding-left: 18px;
  padding-right: 18px;
  background: #fff;
}
.web-capability-list span {
  color: var(--brand-dark);
  font-weight: 800;
}
.web-capability-list h3 {
  margin: 0;
}
.web-capability-list p {
  margin: 0;
}
.web-capability-list i {
  font-style: normal;
  font-size: 1.5rem;
  color: var(--brand-dark);
}
.web-performance-strip {
  background: var(--brand);
  color: #07130f;
}
.web-performance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.web-performance-grid div {
  padding: 34px 30px;
  border-right: 1px solid rgba(7, 19, 15, 0.18);
}
.web-performance-grid div:last-child {
  border-right: 0;
}
.web-performance-grid small {
  display: block;
  margin-bottom: 8px;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.65;
}
.web-performance-grid strong {
  font: 700 clamp(1.2rem, 2vw, 1.6rem) "Space Grotesk";
}
.web-process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.web-process-copy {
  position: sticky;
  top: 120px;
}
.web-process-copy p {
  max-width: 520px;
  margin-bottom: 28px;
}
.web-process-track {
  border-left: 1px solid var(--line);
}
.web-process-track article {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  padding: 24px 0 24px 34px;
  border-bottom: 1px solid var(--line);
}
.web-process-track article:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 32px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(43, 196, 155, 0.15);
}
.web-process-track b {
  color: var(--brand-dark);
}
.web-process-track strong {
  display: block;
  font: 700 1.3rem "Space Grotesk";
}
.web-process-track span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}
.web-closing {
  text-align: center;
  max-width: 980px;
}
.web-closing blockquote {
  font: 700 clamp(2.8rem, 6vw, 6rem) / 0.98 "Space Grotesk";
  letter-spacing: -0.06em;
  margin: 20px auto 34px;
}
.web-closing-link {
  color: #fff;
  justify-content: center;
}
.web-closing-link:hover {
  color: var(--brand);
}

/* Adobe apps: compact responsive marketplace-style grid */
@media (max-width: 700px) {
  .adobe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .app-card {
    min-height: 170px !important;
    padding: 15px !important;
    border-radius: 16px !important;
  }
  .app-card strong {
    width: 48px !important;
    height: 48px !important;
    border-radius: 10px !important;
    font-size: 1.35rem !important;
  }
  .app-card span {
    font-size: 0.9rem !important;
    line-height: 1.2;
  }
  .app-card small {
    font-size: 0.72rem !important;
    line-height: 1.35;
    margin-top: 5px;
  }
}
@media (max-width: 380px) {
  .adobe-grid {
    gap: 8px !important;
  }
  .app-card {
    min-height: 158px !important;
    padding: 13px !important;
  }
  .app-card strong {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.2rem !important;
  }
}

@media (max-width: 980px) {
  .web-intro-grid,
  .web-lab-grid,
  .web-process-grid {
    grid-template-columns: 1fr;
  }
  .web-lab-visual {
    min-height: 560px;
  }
  .web-process-copy {
    position: static;
  }
  .web-capability-list article {
    grid-template-columns: 55px 1fr 36px;
  }
  .web-capability-list article p {
    grid-column: 2;
  }
  .web-capability-list article i {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 680px) {
  .web-intro {
    padding-top: 72px;
  }
  .web-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .web-lab-section {
    padding: 80px 0;
  }
  .web-lab-visual {
    min-height: 430px;
    border-radius: 24px;
  }
  .lab-desktop {
    width: 82%;
    height: 58%;
    left: 5%;
  }
  .lab-tablet {
    width: 34%;
    height: 43%;
    right: 4%;
  }
  .lab-phone {
    width: 22%;
    height: 31%;
    left: 10%;
  }
  .lab-art {
    border-width: 14px;
  }
  .web-capability-list article {
    grid-template-columns: 42px 1fr 28px;
    gap: 12px;
  }
  .web-capability-list article p {
    font-size: 0.92rem;
  }
  .web-performance-grid {
    grid-template-columns: 1fr;
  }
  .web-performance-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 19, 15, 0.18);
  }
  .web-performance-grid div:last-child {
    border-bottom: 0;
  }
  .web-process-track article {
    grid-template-columns: 48px 1fr;
    padding-left: 24px;
  }
}

/* Marketing hero artwork section */
.marketing-hero-showcase {
  padding: 32px 0 28px;
  background: linear-gradient(180deg, #f8f7f3 0%, #fbfaf7 100%);
}
.marketing-hero-showcase-inner {
  position: relative;
}
.marketing-hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(28, 39, 36, 0.12);
}
.marketing-intro-section {
  padding-top: 36px;
}
.marketing-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: start;
}
.marketing-intro-grid h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 720px;
}
.marketing-intro-grid p {
  font-size: 1.08rem;
  max-width: 680px;
  padding-top: 42px;
}

@media (max-width: 900px) {
  .marketing-hero-showcase {
    padding-top: 20px;
  }
  .marketing-hero-image {
    border-radius: 26px;
  }
  .marketing-intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .marketing-intro-grid p {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .marketing-hero-showcase {
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .marketing-hero-image {
    border-radius: 18px;
  }
  .marketing-intro-grid h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}

/* Marketing hero with background artwork and overlay copy */
.marketing-page-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f6f3ed;
}
.marketing-page-hero-art {
  position: absolute;
  inset: 0;
  background-image: url("../images/marketing-hero.png");
  background-image: image-set(
    url("../images/marketing-hero.webp") type("image/webp"),
    url("../images/marketing-hero.png") type("image/png")
  );
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}
.marketing-page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(248, 246, 241, 0.98) 0%,
    rgba(248, 246, 241, 0.95) 26%,
    rgba(248, 246, 241, 0.72) 42%,
    rgba(248, 246, 241, 0.14) 64%,
    rgba(248, 246, 241, 0.04) 100%
  );
}
.marketing-page-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 86px;
  padding-bottom: 86px;
}
.marketing-page-hero-copy {
  max-width: 620px;
}
.marketing-page-hero-copy .eyebrow {
  margin-bottom: 24px;
  color: #0f8f70;
}
.marketing-page-hero-copy h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(3.55rem, 6.8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.marketing-page-hero-copy p {
  max-width: 560px;
  margin-bottom: 34px;
  color: #46514e;
  font-size: 1.08rem;
}
.marketing-page-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.marketing-page-hero-actions .text-link {
  color: #202326;
}
.marketing-page-hero-actions .text-link span {
  font-size: 1.1rem;
}

@media (max-width: 980px) {
  .marketing-page-hero {
    min-height: 720px;
    align-items: flex-end;
  }
  .marketing-page-hero-art {
    background-position: 62% center;
  }
  .marketing-page-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(248, 246, 241, 0.08) 0%,
      rgba(248, 246, 241, 0.26) 32%,
      rgba(248, 246, 241, 0.94) 66%,
      #f8f6f1 100%
    );
  }
  .marketing-page-hero-inner {
    padding-top: 300px;
    padding-bottom: 64px;
  }
  .marketing-page-hero-copy {
    max-width: 720px;
  }
}
@media (max-width: 680px) {
  .marketing-page-hero {
    min-height: 760px;
  }
  .marketing-page-hero-art {
    background-size: auto 58%;
    background-repeat: no-repeat;
    background-position: 66% top;
    background-color: #f6f3ed;
  }
  .marketing-page-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(248, 246, 241, 0.03) 0%,
      rgba(248, 246, 241, 0.1) 30%,
      rgba(248, 246, 241, 0.92) 56%,
      #f8f6f1 76%
    );
  }
  .marketing-page-hero-inner {
    padding-top: 336px;
    padding-bottom: 58px;
  }
  .marketing-page-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }
  .marketing-page-hero-copy p {
    font-size: 1rem;
  }
  .marketing-page-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
  .marketing-page-hero-actions .text-link {
    justify-content: center;
  }
}

/* Full marketing strategy page */
.marketing-bridge {
  padding-bottom: 86px;
}
.marketing-bridge-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
}
.marketing-bridge-head h2 {
  max-width: 840px;
}
.marketing-bridge-head p {
  margin: 0 0 8px;
}
.growth-journey {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 62px;
}
.growth-state {
  min-height: 360px;
  padding: 38px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.growth-state > span {
  font: 800 0.7rem "Space Grotesk";
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: auto;
}
.growth-state h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  max-width: 430px;
}
.growth-state ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.growth-state li {
  position: relative;
  padding-left: 18px;
}
.growth-state li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.growth-state-lost {
  background: #202326;
  color: #fff;
}
.growth-state-lost p,
.growth-state-lost li {
  color: #c0c9c6;
}
.growth-state-lost li:before {
  background: #777;
}
.growth-state-found {
  background: linear-gradient(145deg, #dff8ef, #bff1df);
  color: #10261f;
}
.growth-state-found li:before {
  background: #159b78;
}
.growth-path-line {
  position: relative;
  height: 8px;
  background: #dfe7e4;
  border-radius: 999px;
}
.growth-path-line span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #6e7673, #2bc49b);
  border-radius: inherit;
}
.growth-path-line i,
.growth-path-line b {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 6px solid;
}
.growth-path-line i {
  left: -4px;
  border-color: #6e7673;
}
.growth-path-line b {
  right: -4px;
  border-color: #2bc49b;
}
.marketing-system-section {
  padding-top: 90px;
}
.marketing-orbit {
  position: relative;
  min-height: 720px;
  max-width: 980px;
  margin: 30px auto 0;
  background: radial-gradient(
    circle at center,
    rgba(43, 196, 155, 0.12),
    transparent 35%
  );
}
.orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: #18201e;
  color: #fff;
  box-shadow: 0 30px 70px rgba(15, 42, 34, 0.22);
}
.orbit-center strong {
  font: 700 2.2rem/0.92 "Space Grotesk";
}
.orbit-center span {
  margin-top: 12px;
  color: #a8bbb5;
  font-size: 0.78rem;
}
.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(28, 47, 41, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-ring-one {
  width: 500px;
  height: 500px;
}
.orbit-ring-two {
  width: 690px;
  height: 690px;
}
.orbit-node {
  position: absolute;
  z-index: 5;
  width: 170px;
  padding: 20px;
  background: #fff;
  border-top: 3px solid var(--brand);
  box-shadow: 0 20px 50px rgba(18, 42, 35, 0.09);
}
.orbit-node b {
  color: var(--brand-dark);
  font-size: 0.72rem;
}
.orbit-node span {
  display: block;
  margin-top: 12px;
  font: 700 1.25rem "Space Grotesk";
}
.orbit-node small {
  display: block;
  color: var(--muted);
  margin-top: 5px;
}
.node-web {
  left: 4%;
  top: 17%;
}
.node-search {
  right: 5%;
  top: 13%;
}
.node-social {
  right: 0;
  top: 48%;
}
.node-email {
  right: 14%;
  bottom: 7%;
}
.node-local {
  left: 15%;
  bottom: 4%;
}
.node-content {
  left: 0;
  top: 50%;
}
.marketing-dashboard-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.dashboard-copy h2 {
  max-width: 580px;
}
.dashboard-copy > p {
  color: #aebbb8;
}
.metric-list {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.metric-list div {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.metric-list strong {
  display: block;
  color: #fff;
}
.metric-list span {
  color: #899a95;
  font-size: 0.86rem;
}
.growth-dashboard {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: linear-gradient(145deg, #18201e, #0e1312);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
}
.dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font: 700 0.7rem "Space Grotesk";
  letter-spacing: 0.14em;
}
.dashboard-top small {
  color: #71817c;
  letter-spacing: 0;
}
.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 22px 0;
}
.dashboard-metrics article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
}
.dashboard-metrics small,
.dashboard-metrics span {
  display: block;
  color: #82928d;
}
.dashboard-metrics strong {
  display: block;
  margin: 8px 0;
  color: #70e3c0;
  font-size: 1.8rem;
}
.dashboard-chart {
  position: relative;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.chart-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 54px;
}
.dashboard-chart svg {
  position: absolute;
  inset: 28px 20px 22px;
  width: calc(100% - 40px);
  height: calc(100% - 50px);
}
.chart-line {
  fill: none;
  stroke: #5de0b8;
  stroke-width: 7;
  stroke-linecap: round;
}
.chart-area {
  fill: rgba(43, 196, 155, 0.12);
}
.chart-label {
  position: absolute;
  bottom: 12px;
  color: #6e7f79;
  font-size: 0.68rem;
}
.label-start {
  left: 14px;
}
.label-end {
  right: 14px;
}
.dashboard-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  color: #6f817b;
  font: 700 0.62rem "Space Grotesk";
  letter-spacing: 0.12em;
}
.marketing-capability-list {
  border-top: 1px solid var(--line);
}
.marketing-capability {
  display: grid;
  grid-template-columns: 70px 1fr 130px;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.marketing-capability > span {
  color: var(--brand-dark);
  font: 800 0.8rem "Space Grotesk";
}
.marketing-capability h3 {
  margin-bottom: 8px;
}
.marketing-capability p {
  margin: 0;
  max-width: 760px;
}
.marketing-capability > b {
  text-align: right;
  color: #9daaa7;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}
.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.channel-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
}
.channel-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: #202326;
  color: #fff;
  font: 800 0.82rem "Space Grotesk";
}
.channel-grid strong {
  display: block;
  font: 700 1.2rem "Space Grotesk";
}
.channel-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}
.marketing-process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.marketing-process-copy {
  position: sticky;
  top: 120px;
}
.marketing-process-copy .button {
  margin-top: 24px;
}
.marketing-process {
  border-left: 1px solid var(--line);
}
.marketing-process article {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  padding: 30px 0 30px 32px;
  border-bottom: 1px solid var(--line);
}
.marketing-process article:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 38px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(43, 196, 155, 0.14);
}
.marketing-process span {
  color: var(--brand-dark);
  font-weight: 800;
}
.marketing-process strong {
  display: block;
  font: 700 1.4rem "Space Grotesk";
}
.marketing-process p {
  margin: 8px 0 0;
}
.marketing-closing-section {
  padding: 90px 0;
  background: #dff8ef;
}
.marketing-closing {
  display: grid;
  grid-template-columns: 0.45fr 1.2fr 0.45fr;
  gap: 28px;
  align-items: end;
}
.marketing-closing > span {
  color: var(--brand-dark);
  font-weight: 800;
}
.marketing-closing h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
}
.marketing-closing a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #1d3a31;
  border-bottom: 1px solid #1d3a31;
  font-weight: 800;
}
.marketing-closing a:hover {
  color: var(--brand-dark);
}
.marketing-closing b {
  font-size: 1.35rem;
}
@media (max-width: 980px) {
  .marketing-bridge-head,
  .marketing-dashboard-grid,
  .marketing-process-grid,
  .marketing-closing {
    grid-template-columns: 1fr;
  }
  .growth-journey {
    grid-template-columns: 1fr;
  }
  .growth-path-line {
    width: 8px;
    height: 90px;
    margin: auto;
  }
  .growth-path-line span {
    background: linear-gradient(#6e7673, #2bc49b);
  }
  .growth-path-line i {
    left: 50%;
    top: -3px;
    transform: translate(-50%, 0);
  }
  .growth-path-line b {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -3px;
    transform: translate(-50%, 0);
  }
  .marketing-orbit {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    background: none;
  }
  .orbit-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    height: auto;
    border-radius: 24px;
    grid-column: 1/-1;
    padding: 34px;
  }
  .orbit-ring {
    display: none;
  }
  .orbit-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto;
  }
  .marketing-process-copy {
    position: static;
  }
  .marketing-closing a {
    max-width: 320px;
  }
}
@media (max-width: 680px) {
  .growth-state {
    min-height: 320px;
    padding: 28px;
  }
  .marketing-orbit {
    grid-template-columns: 1fr;
  }
  .dashboard-metrics {
    grid-template-columns: 1fr;
  }
  .dashboard-chart {
    height: 220px;
  }
  .dashboard-bottom {
    flex-wrap: wrap;
  }
  .marketing-capability {
    grid-template-columns: 44px 1fr;
  }
  .marketing-capability > b {
    grid-column: 2;
    text-align: left;
  }
  .channel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .channel-grid article {
    padding: 18px;
  }
  .channel-icon {
    margin-bottom: 20px;
  }
  .marketing-process article {
    grid-template-columns: 48px 1fr;
    padding-left: 24px;
  }
  .marketing-closing-section {
    padding: 68px 0;
  }
}

/* 2026-07 marketing refinement */
.marketing-page-hero-art {
  background-image: url("../images/marketing-hero-clean.png");
  background-image: image-set(
    url("../images/marketing-hero-clean.webp") type("image/webp"),
    url("../images/marketing-hero-clean.png") type("image/png")
  );
}
.marketing-page-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(248, 246, 241, 0.97) 0%,
    rgba(248, 246, 241, 0.93) 24%,
    rgba(248, 246, 241, 0.72) 39%,
    rgba(248, 246, 241, 0.18) 58%,
    rgba(248, 246, 241, 0.03) 100%
  );
}
.marketing-page-hero-copy h1 {
  max-width: 760px;
}
.marketing-bridge {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(180deg, #f8faf9, #f2f6f4);
}
.marketing-bridge-title {
  margin-bottom: 44px;
}
.marketing-bridge-title h2 {
  max-width: 760px;
}
.bridge-diagram {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 260px minmax(280px, 1fr);
  gap: 28px;
  align-items: center;
}
.bridge-card {
  position: relative;
  padding: 34px 32px;
  border-radius: 28px;
  box-shadow: 0 22px 58px rgba(18, 42, 35, 0.08);
}
.bridge-card h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  margin-bottom: 16px;
  max-width: 420px;
}
.bridge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}
.bridge-card li {
  position: relative;
  padding-left: 18px;
}
.bridge-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.bridge-state-tag {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  font: 800 0.7rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bridge-card-left {
  background: #ffffff;
  color: #17211e;
  border: 1px solid #e1e9e6;
}
.bridge-card-left .bridge-state-tag {
  background: #eef3f1;
  color: #41514d;
}
.bridge-card-left li:before {
  background: #7d8986;
}
.bridge-card-right {
  background: linear-gradient(145deg, #dff8ef, #b8f1dc);
  color: #10261f;
}
.bridge-card-right .bridge-state-tag {
  background: rgba(16, 38, 31, 0.08);
  color: #0f6f58;
}
.bridge-card-right li:before {
  background: #159b78;
}
.bridge-track {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bridge-track-line {
  position: absolute;
  left: 50%;
  top: 34px;
  bottom: 34px;
  width: 6px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #d7e2de 0%, #9bd8c2 45%, #2bc49b 100%);
}
.bridge-step {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}
.bridge-step span {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid #d8e4e0;
  box-shadow: 0 18px 36px rgba(18, 42, 35, 0.08);
  font: 800 1rem "Space Grotesk";
  color: #17342c;
}
.bridge-step small {
  font: 800 0.72rem "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #52726b;
}
.step-one {
  top: 18px;
}
.step-two {
  top: 50%;
  transform: translate(-50%, -50%);
}
.step-three {
  bottom: 18px;
}

@media (max-width: 980px) {
  .marketing-page-hero-art {
    background-position: 68% center;
  }
  .bridge-diagram {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bridge-track {
    min-height: 190px;
    order: 2;
  }
  .bridge-card-left {
    order: 1;
  }
  .bridge-card-right {
    order: 3;
  }
  .bridge-track-line {
    left: 34px;
    right: 34px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 6px;
    transform: none;
    background: linear-gradient(90deg, #d7e2de 0%, #9bd8c2 45%, #2bc49b 100%);
  }
  .bridge-step {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .step-one {
    left: 12%;
  }
  .step-two {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .step-three {
    left: 88%;
    transform: translate(-100%, -50%);
  }
}
@media (max-width: 680px) {
  .marketing-page-hero-art {
    background-size: auto 58%;
    background-repeat: no-repeat;
    background-position: 76% top;
    background-color: #f6f3ed;
  }
  .marketing-page-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(248, 246, 241, 0.03) 0%,
      rgba(248, 246, 241, 0.08) 28%,
      rgba(248, 246, 241, 0.88) 52%,
      #f8f6f1 74%
    );
  }
  .marketing-bridge {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .bridge-card {
    padding: 28px 24px;
  }
  .bridge-track {
    min-height: 240px;
  }
  .bridge-track-line {
    left: 50%;
    top: 28px;
    bottom: 28px;
    right: auto;
    width: 6px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #d7e2de 0%, #9bd8c2 45%, #2bc49b 100%);
  }
  .bridge-step {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .step-one {
    top: 16px;
  }
  .step-two {
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .step-three {
    bottom: 16px;
    top: auto;
  }
  .bridge-step span {
    width: 64px;
    height: 64px;
  }
}

/* Marketing capabilities redesign */
.marketing-capabilities-section {
  padding-top: 92px;
}
.capability-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.capability-card {
  position: relative;
  padding: 26px 24px 24px;
  border: 1px solid #dfe7e4;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(18, 42, 35, 0.06);
  overflow: hidden;
}
.capability-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1b2724, #2bc49b 65%, #d7efe4);
}
.capability-card:nth-child(2),
.capability-card:nth-child(5) {
  transform: translateY(14px);
}
.capability-card:nth-child(3),
.capability-card:nth-child(6) {
  transform: translateY(28px);
}
.capability-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.capability-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef5f2;
  color: #15352d;
  font: 800 0.84rem "Space Grotesk";
}
.capability-card-top b {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f6f5;
  color: #5a6f69;
  font: 800 0.66rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.capability-card h3 {
  font-size: 1.42rem;
  line-height: 1.02;
  margin: 0 0 12px;
}
.capability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}
.capability-card-accent {
  background: linear-gradient(145deg, #ebfbf4, #ffffff);
}
.capability-card-soft {
  background: linear-gradient(145deg, #f7fbfa, #edf6f2);
}
.capability-card-dark {
  background: linear-gradient(145deg, #18201e, #101514);
  border-color: #1a2c27;
  box-shadow: 0 24px 54px rgba(10, 18, 16, 0.2);
}
.capability-card-dark:before {
  background: linear-gradient(90deg, #2bc49b, #88f0d2);
}
.capability-card-dark .capability-number {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.capability-card-dark .capability-card-top b {
  background: rgba(255, 255, 255, 0.08);
  color: #b8d7cd;
}
.capability-card-dark h3 {
  color: #fff;
}
.capability-card-dark p {
  color: #a7bbb4;
}
.capability-card-wide {
  grid-column: span 2;
  padding-right: 30px;
}
.capability-card-wide h3 {
  font-size: 1.6rem;
}

@media (max-width: 1100px) {
  .capability-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capability-card,
  .capability-card:nth-child(2),
  .capability-card:nth-child(3),
  .capability-card:nth-child(5),
  .capability-card:nth-child(6) {
    transform: none;
  }
  .capability-card-wide {
    grid-column: span 2;
  }
}
@media (max-width: 680px) {
  .marketing-capabilities-section {
    padding-top: 72px;
  }
  .capability-mosaic {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .capability-card-wide {
    grid-column: auto;
  }
  .capability-card {
    padding: 22px 20px 20px;
    border-radius: 22px;
  }
  .capability-card h3 {
    font-size: 1.28rem;
  }
  .capability-card p {
    font-size: 0.94rem;
  }
}

/* Ordered marketing capabilities matrix */
.capability-mosaic {
  display: none !important;
}
.marketing-capabilities-section {
  padding-top: 92px;
}
.capability-matrix {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.capability-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 150px;
  gap: 32px;
  align-items: center;
  min-height: 138px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  transition:
    background 0.25s,
    padding 0.25s;
}
.capability-row:last-child {
  border-bottom: 0;
}
.capability-row:hover {
  background: #f7faf9;
  padding-left: 18px;
  padding-right: 18px;
}
.capability-index {
  display: flex;
  align-items: center;
  gap: 14px;
}
.capability-index span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #edf5f2;
  color: #17372e;
  font: 800 0.8rem "Space Grotesk";
}
.capability-index b {
  color: #6d7c77;
  font: 800 0.66rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.capability-main h3 {
  margin: 0 0 8px;
  font-size: 1.42rem;
  letter-spacing: -0.025em;
}
.capability-main p {
  margin: 0;
  max-width: 760px;
  font-size: 0.96rem;
  line-height: 1.55;
}
.capability-signal {
  height: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
}
.capability-signal i {
  display: block;
  width: 12px;
  border-radius: 999px 999px 2px 2px;
  background: #d7e4df;
}
.capability-signal i:nth-child(1) {
  height: 18%;
}
.capability-signal i:nth-child(2) {
  height: 38%;
}
.capability-signal i:nth-child(3) {
  height: 62%;
}
.capability-signal i:nth-child(4) {
  height: 88%;
  background: var(--brand);
}
.capability-row-featured {
  position: relative;
  background: linear-gradient(90deg, #eefaf5, #fff);
}
.capability-row-featured:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--brand);
}
.capability-row-featured .capability-index span {
  background: var(--brand);
  color: #0b2b21;
}
.capability-row-featured .capability-main h3 {
  font-size: 1.58rem;
}
.capability-row-featured .capability-signal i {
  background: #a9dccb;
}
.capability-row-featured .capability-signal i:last-child {
  background: #17372e;
}

@media (max-width: 900px) {
  .capability-row {
    grid-template-columns: 145px 1fr;
    gap: 22px;
    min-height: 0;
    padding: 24px 0;
  }
  .capability-signal {
    display: none;
  }
}
@media (max-width: 620px) {
  .marketing-capabilities-section {
    padding-top: 72px;
  }
  .capability-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }
  .capability-row:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .capability-index {
    justify-content: space-between;
  }
  .capability-main h3,
  .capability-row-featured .capability-main h3 {
    font-size: 1.28rem;
  }
}

/* 2026 portfolio page redesign */
.portfolio-page-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f5f1ea;
}
.portfolio-page-hero-art {
  position: absolute;
  inset: 0;
  background-image: url("../images/portfolio-hero.png");
  background-image: image-set(
    url("../images/portfolio-hero.webp") type("image/webp"),
    url("../images/portfolio-hero.png") type("image/png")
  );
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}
.portfolio-page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(248, 245, 239, 0.98) 0%,
    rgba(248, 245, 239, 0.95) 25%,
    rgba(248, 245, 239, 0.76) 41%,
    rgba(248, 245, 239, 0.18) 61%,
    rgba(248, 245, 239, 0.02) 100%
  );
}
.portfolio-page-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 88px;
  padding-bottom: 88px;
}
.portfolio-page-hero-copy {
  max-width: 620px;
}
.portfolio-page-hero-copy .eyebrow {
  margin-bottom: 24px;
  color: #0f8f70;
}
.portfolio-page-hero-copy h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3.65rem, 6.8vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}
.portfolio-page-hero-copy p {
  max-width: 570px;
  margin-bottom: 34px;
  color: #46514e;
  font-size: 1.08rem;
}
.portfolio-page-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.portfolio-index-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.portfolio-index-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.portfolio-index-inner > span {
  color: var(--muted);
  font: 800 0.68rem "Space Grotesk";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.portfolio-index-inner nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.portfolio-index-inner a {
  position: relative;
  font-weight: 750;
}
.portfolio-index-inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--brand);
  transition: right 0.22s;
}
.portfolio-index-inner a:hover:after {
  right: 0;
}

/* Portfolio editorial experience */
.portfolio-manifesto {
  position: relative;
  overflow: hidden;
  padding: 130px 0 120px;
  background: #08100f;
  color: #fff;
}

.portfolio-manifesto::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -260px;
  top: -260px;
  border: 1px solid rgba(110, 240, 202, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(110, 240, 202, 0.025),
    0 0 0 160px rgba(110, 240, 202, 0.018);
}

.portfolio-manifesto-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 240, 202, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 240, 202, 0.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.portfolio-manifesto-inner {
  position: relative;
  z-index: 2;
}

.portfolio-manifesto-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #6ef0ca;
  font: 800 0.68rem "Space Grotesk";
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-manifesto-label b {
  color: #72837f;
  font-weight: 700;
}

.portfolio-manifesto-copy {
  padding: 70px 0 64px;
}

.portfolio-manifesto-copy p {
  margin: 0;
  font: 700 clamp(3.6rem, 8vw, 8.6rem) / 0.88 "Space Grotesk";
  letter-spacing: -0.075em;
}

.portfolio-manifesto-copy p:nth-child(2) {
  color: #6ef0ca;
  margin-left: 7vw;
}

.portfolio-manifesto-copy p:nth-child(3) {
  color: #9aa9a5;
  margin-left: 14vw;
}

.portfolio-manifesto-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.portfolio-manifesto-note span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #8fa09b;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-chapter {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.portfolio-chapter-number {
  position: absolute;
  z-index: -1;
  right: -0.02em;
  top: -0.1em;
  font: 700 clamp(13rem, 29vw, 34rem) / 0.8 "Space Grotesk";
  letter-spacing: -0.1em;
  pointer-events: none;
  user-select: none;
}

.portfolio-chapter-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 32px;
}

.portfolio-chapter-meta span {
  padding: 8px 11px;
  border: 1px solid rgba(13, 46, 38, 0.16);
  border-radius: 999px;
  color: #285f50;
  font: 800 0.62rem "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-chapter-meta-light span {
  border-color: rgba(255, 255, 255, 0.16);
  color: #b2c0bc;
}

.portfolio-facts {
  margin: 40px 0 36px;
  border-top: 1px solid rgba(14, 48, 40, 0.18);
}

.portfolio-facts div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(14, 48, 40, 0.14);
}

.portfolio-facts dt {
  color: #5d746d;
  font: 800 0.65rem "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-facts dd {
  margin: 0;
  color: #163c32;
  font-weight: 760;
}

.portfolio-facts-dark {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.portfolio-facts-dark div {
  border-bottom-color: rgba(255, 255, 255, 0.11);
}

.portfolio-facts-dark dt {
  color: #8da09a;
}

.portfolio-facts-dark dd {
  color: #f6f2e9;
}

.portfolio-project-link {
  color: #0c6f58;
}

/* Maid in Maryland */
.portfolio-chapter-maid {
  padding: 150px 0 140px;
  background:
    radial-gradient(circle at 87% 14%, rgba(43, 196, 155, 0.25), transparent 25%),
    linear-gradient(135deg, #f4fbf8, #dff4ec 70%, #c5eadc);
  color: #102d26;
}

.portfolio-chapter-maid .portfolio-chapter-number {
  color: rgba(14, 92, 70, 0.055);
}

.portfolio-chapter-orbit {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -330px;
  bottom: -360px;
  border: 1px solid rgba(19, 129, 98, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 85px rgba(19, 129, 98, 0.035),
    0 0 0 170px rgba(19, 129, 98, 0.02);
}

.portfolio-chapter-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  gap: 70px;
  align-items: center;
}

.portfolio-chapter-copy {
  position: relative;
  z-index: 4;
}

.portfolio-chapter-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 6.8vw, 7.5rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.portfolio-chapter-copy > p {
  max-width: 520px;
  color: #45655c;
  font-size: 1.04rem;
}

.maid-system-stage {
  position: relative;
  min-height: 690px;
  border: 1px solid rgba(110, 240, 202, 0.18);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(54, 235, 180, 0.18), transparent 25%),
    linear-gradient(145deg, #12201d, #07100e 76%);
  box-shadow:
    0 55px 120px rgba(22, 77, 61, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.06);
  perspective: 1600px;
}

.maid-stage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 240, 202, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 240, 202, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 55% 48%, #000 20%, transparent 82%);
}

.maid-stage-glow {
  position: absolute;
  width: 340px;
  height: 340px;
  right: 11%;
  top: 15%;
  border-radius: 50%;
  background: rgba(67, 255, 198, 0.12);
  filter: blur(55px);
}

.maid-browser-shell {
  position: absolute;
  width: 78%;
  height: 62%;
  left: 7%;
  top: 13%;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.5);
  transform: rotateY(-5deg) rotateX(2deg);
}

.maid-browser-toolbar {
  height: 39px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  background: #edf2f0;
  color: #75837f;
  font-size: 0.62rem;
}

.maid-browser-toolbar > span {
  justify-self: center;
}

.maid-browser-toolbar > b {
  padding: 4px 7px;
  border-radius: 999px;
  background: #d9f8ee;
  color: #11765c;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maid-browser-dots {
  display: flex;
  gap: 5px;
}

.maid-browser-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b8c3c0;
}

.maid-browser-page {
  height: calc(100% - 39px);
  background: #fff;
}

.maid-site-nav {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid #e7ecea;
}

.maid-site-logo {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #12a98d;
  color: #fff;
  font: 800 0.75rem "Space Grotesk";
}

.maid-site-nav > div {
  display: flex;
  gap: 13px;
}

.maid-site-nav i {
  display: block;
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: #d3ddda;
}

.maid-site-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  height: calc(100% - 90px);
}

.maid-site-copy {
  padding: 42px 30px 28px;
}

.maid-site-copy small {
  display: block;
  margin-bottom: 18px;
  color: #139476;
  font: 800 0.5rem "Space Grotesk";
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.maid-site-copy strong {
  display: block;
  max-width: 230px;
  color: #1a2824;
  font: 700 clamp(1.8rem, 3vw, 3.6rem) / 0.92 "Space Grotesk";
  letter-spacing: -0.06em;
}

.maid-site-copy > span {
  display: block;
  width: 80%;
  height: 7px;
  margin-top: 24px;
  border-radius: 999px;
  background: #d7e1de;
}

.maid-site-copy > span.short {
  width: 56%;
  margin-top: 10px;
}

.maid-site-copy button {
  margin-top: 28px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: #17231f;
  color: #fff;
  font: 800 0.56rem "Space Grotesk";
  letter-spacing: 0.05em;
}

.maid-site-scene {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #9bd5c2, #1c8e77);
}

.maid-room-wall {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.15), transparent 35%),
    linear-gradient(180deg, transparent 70%, rgba(4, 59, 48, 0.25) 70%);
}

.maid-room-window {
  position: absolute;
  width: 38%;
  height: 56%;
  right: 10%;
  top: 12%;
  border: 8px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(#cef6ef, #8ed9ca);
  box-shadow: inset 0 0 0 2px rgba(12, 92, 75, 0.2);
}

.maid-room-window::before,
.maid-room-window::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
}

.maid-room-window::before {
  width: 5px;
  top: 0;
  bottom: 0;
  left: 50%;
}

.maid-room-window::after {
  height: 5px;
  left: 0;
  right: 0;
  top: 50%;
}

.maid-room-sofa {
  position: absolute;
  width: 59%;
  height: 25%;
  left: 10%;
  bottom: 11%;
  border-radius: 18px 18px 5px 5px;
  background: #ecf1ed;
  box-shadow: 0 20px 30px rgba(8, 59, 48, 0.2);
}

.maid-room-sofa::before {
  content: "";
  position: absolute;
  width: 28%;
  height: 70%;
  left: 8%;
  top: -35%;
  border-radius: 12px;
  background: #f9fbfa;
  box-shadow: 100px 0 #dce7e3;
}

.maid-room-table {
  position: absolute;
  width: 29%;
  height: 8%;
  right: 8%;
  bottom: 9%;
  border-radius: 50%;
  background: #2d4a41;
  box-shadow: 0 12px 0 -8px #183c32;
}

.maid-room-plant {
  position: absolute;
  width: 9%;
  height: 21%;
  right: 16%;
  bottom: 16%;
  border-radius: 50% 50% 12px 12px;
  background: #145d4c;
  transform: rotate(-8deg);
}

.maid-site-trust {
  height: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1px;
  background: #e4ebe8;
}

.maid-site-trust span {
  height: 100%;
  display: grid;
  place-items: center;
  background: #f4f7f6;
  color: #71817c;
  font-size: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.maid-phone-shell {
  position: absolute;
  z-index: 4;
  width: 168px;
  height: 330px;
  right: 7%;
  bottom: 8%;
  padding: 9px;
  border-radius: 34px;
  background: linear-gradient(145deg, #2d3935, #070b0a 60%);
  box-shadow: 0 34px 68px rgba(0, 0, 0, 0.55);
  transform: rotate(7deg);
}

.maid-phone-speaker {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 5px;
  left: 50%;
  top: 16px;
  border-radius: 999px;
  background: #1b2723;
  transform: translateX(-50%);
}

.maid-phone-screen {
  height: 100%;
  padding: 34px 14px 15px;
  border-radius: 27px;
  background: #f6faf8;
}

.maid-mobile-mark {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-bottom: 27px;
  border-radius: 50%;
  background: #13a98d;
  color: #fff;
  font: 800 0.72rem "Space Grotesk";
}

.maid-phone-screen small {
  display: block;
  color: #687973;
  font-size: 0.58rem;
}

.maid-phone-screen strong {
  display: block;
  margin-top: 5px;
  color: #102e26;
  font: 700 1.55rem "Space Grotesk";
}

.maid-mobile-progress {
  display: flex;
  gap: 5px;
  margin: 20px 0;
}

.maid-mobile-progress i {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: #dce6e2;
}

.maid-mobile-progress i:first-child,
.maid-mobile-progress i:nth-child(2) {
  background: #17a988;
}

.maid-mobile-field {
  height: 39px;
  margin-top: 11px;
  border: 1px solid #dbe4e1;
  border-radius: 10px;
  background: #fff;
}

.maid-mobile-field.short {
  width: 70%;
}

.maid-mobile-button {
  height: 37px;
  margin-top: 19px;
  border-radius: 999px;
  background: #15251f;
}

.maid-floating-card {
  position: absolute;
  z-index: 5;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(10, 23, 19, 0.76);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.35);
}

.maid-floating-card small {
  color: #7f9991;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maid-floating-quote {
  left: 5%;
  bottom: 7%;
  width: 176px;
}

.maid-floating-quote strong {
  display: block;
  margin-top: 7px;
  color: #6ef0ca;
  font: 700 2rem "Space Grotesk";
}

.maid-floating-quote span {
  display: block;
  color: #a6b7b2;
  font-size: 0.68rem;
}

.maid-floating-quote i {
  display: block;
  width: 100%;
  height: 29px;
  margin-top: 12px;
  background: linear-gradient(135deg, transparent 0 10%, #6ef0ca 11% 13%, transparent 14% 26%, #6ef0ca 27% 29%, transparent 30% 45%, #6ef0ca 46% 48%, transparent 49% 62%, #6ef0ca 63% 65%, transparent 66% 100%);
  clip-path: polygon(0 75%, 14% 62%, 29% 68%, 47% 37%, 65% 50%, 82% 15%, 100% 4%, 100% 100%, 0 100%);
}

.maid-floating-status {
  right: 5%;
  top: 8%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.maid-floating-status > b {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6ef0ca;
  box-shadow: 0 0 16px #6ef0ca;
}

.maid-floating-status strong {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
}

/* Nina Loguinova Piano Academy */
.portfolio-chapter-nina {
  min-height: 1040px;
  padding: 155px 0 135px;
  background:
    radial-gradient(circle at 69% 35%, rgba(191, 129, 83, 0.18), transparent 23%),
    linear-gradient(145deg, #110c0b, #241714 60%, #130d0c);
  color: #f5eee2;
}

.portfolio-chapter-nina .portfolio-chapter-number {
  left: -0.05em;
  right: auto;
  top: 0.05em;
  color: rgba(255, 228, 193, 0.035);
}

.nina-light-beam {
  position: absolute;
  width: 30%;
  height: 140%;
  top: -20%;
  filter: blur(60px);
  opacity: 0.14;
  transform: rotate(18deg);
  pointer-events: none;
}

.nina-light-beam-a {
  right: 10%;
  background: #ffd29c;
}

.nina-light-beam-b {
  right: 35%;
  background: #9a6549;
  opacity: 0.09;
}

.nina-editorial-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1.45fr) minmax(240px, 0.62fr);
  gap: 42px;
  align-items: center;
}

.nina-editorial-head {
  position: relative;
  z-index: 4;
}

.nina-editorial-head h2 {
  margin: 0;
  color: #f7ede0;
  font-size: clamp(4rem, 7.4vw, 8rem);
  line-height: 0.8;
  letter-spacing: -0.075em;
}

.nina-editorial-head > p {
  margin-top: 17px;
  color: #c99b74;
  font: 700 0.72rem "Space Grotesk";
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nina-editorial-stage {
  position: relative;
  min-height: 780px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at 60% 38%, rgba(251, 211, 163, 0.13), transparent 30%),
    rgba(8, 6, 5, 0.55);
  box-shadow: 0 55px 130px rgba(0, 0, 0, 0.48);
}

.nina-performance-frame {
  position: absolute;
  width: 70%;
  height: 58%;
  right: 5%;
  top: 9%;
  overflow: hidden;
  border: 12px solid #efe4d5;
  background:
    radial-gradient(circle at 64% 24%, rgba(255, 226, 183, 0.72), transparent 13%),
    linear-gradient(145deg, #3b241c, #0d0908 70%);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.55);
  transform: rotate(3deg);
}

.nina-performance-light {
  position: absolute;
  width: 56%;
  height: 120%;
  right: -8%;
  top: -10%;
  background: linear-gradient(120deg, transparent, rgba(255, 218, 169, 0.18), transparent);
  transform: rotate(13deg);
}

.nina-silhouette {
  position: absolute;
  left: 19%;
  bottom: 8%;
  width: 31%;
  height: 66%;
}

.nina-silhouette i {
  position: absolute;
  display: block;
  background: #080605;
}

.nina-head {
  width: 32%;
  aspect-ratio: 1;
  left: 37%;
  top: 0;
  border-radius: 50%;
}

.nina-body {
  width: 64%;
  height: 74%;
  left: 20%;
  bottom: 0;
  border-radius: 45% 45% 18% 18%;
  transform: skew(-8deg);
}

.nina-arm {
  width: 62%;
  height: 8%;
  right: -30%;
  top: 43%;
  border-radius: 999px;
  transform: rotate(13deg);
  transform-origin: left center;
}

.nina-grand-piano {
  position: absolute;
  width: 58%;
  height: 44%;
  right: -4%;
  bottom: 7%;
}

.nina-grand-piano i {
  position: absolute;
  display: block;
  background: #060504;
}

.nina-piano-lid {
  width: 90%;
  height: 18%;
  right: 0;
  top: 5%;
  clip-path: polygon(0 70%, 88% 0, 100% 40%, 28% 100%);
}

.nina-piano-body {
  width: 83%;
  height: 41%;
  right: 0;
  top: 24%;
  border-radius: 4px 45% 18% 12px;
}

.nina-piano-leg {
  width: 3%;
  height: 45%;
  top: 58%;
}

.nina-piano-leg.leg-one {
  left: 26%;
  transform: rotate(5deg);
}

.nina-piano-leg.leg-two {
  right: 16%;
  transform: rotate(-5deg);
}

.nina-performance-frame > span {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.54rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nina-poster {
  position: absolute;
  z-index: 4;
  width: 34%;
  min-height: 44%;
  left: 3%;
  bottom: 6%;
  padding: 25px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #b57a55;
  color: #1a100d;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(-5deg);
}

.nina-poster small {
  display: block;
  font: 800 0.54rem "Space Grotesk";
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nina-poster strong {
  display: block;
  margin-top: 40px;
  font: 700 clamp(2rem, 3.4vw, 4rem) / 0.82 "Space Grotesk";
  letter-spacing: -0.07em;
}

.nina-poster > span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  right: 22px;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nina-site-window {
  position: absolute;
  z-index: 3;
  width: 47%;
  height: 31%;
  right: 2%;
  bottom: 5%;
  overflow: hidden;
  border: 7px solid #f6f0e8;
  border-radius: 16px;
  background: #f6f0e8;
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.45);
  transform: rotate(2deg);
}

.nina-site-bar {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  background: #e9e1d6;
  color: #4c3a33;
  font: 800 0.46rem "Space Grotesk";
  letter-spacing: 0.12em;
}

.nina-site-bar i {
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: #bcaea3;
}

.nina-site-body {
  height: calc(100% - 28px);
  padding: 19px;
  background: linear-gradient(110deg, #1c1210 0 57%, #a96f4e 57%);
}

.nina-site-body small {
  color: #ca9c78;
  font-size: 0.45rem;
  letter-spacing: 0.15em;
}

.nina-site-body strong {
  display: block;
  margin-top: 12px;
  color: #f9f0e4;
  font: 700 clamp(1.15rem, 2vw, 2rem) / 0.9 "Space Grotesk";
  letter-spacing: -0.05em;
}

.nina-site-body p {
  width: 42%;
  height: 5px;
  margin: 14px 0 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.nina-site-body p.short {
  width: 28%;
  margin-top: 7px;
}

.nina-site-body b {
  display: inline-block;
  margin-top: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #d6a980;
  color: #1d120f;
  font-size: 0.48rem;
}

.nina-sheet-music {
  position: absolute;
  z-index: 2;
  width: 30%;
  height: 25%;
  left: 7%;
  top: 8%;
  padding: 15px;
  background: #eee4d4;
  color: #2a1d18;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
  transform: rotate(-8deg);
}

.nina-sheet-music > span {
  font: 700 0.6rem "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nina-staff {
  height: 50px;
  margin-top: 20px;
  background: repeating-linear-gradient(180deg, #372720 0 1px, transparent 1px 10px);
}

.nina-sheet-music b {
  position: absolute;
  font-size: 1.3rem;
}

.nina-sheet-music b:nth-of-type(1) { left: 18%; top: 44%; }
.nina-sheet-music b:nth-of-type(2) { left: 39%; top: 55%; }
.nina-sheet-music b:nth-of-type(3) { left: 62%; top: 40%; }
.nina-sheet-music b:nth-of-type(4) { right: 10%; top: 59%; }

.nina-vertical-type {
  position: absolute;
  right: -46px;
  top: 40%;
  color: rgba(255, 255, 255, 0.35);
  font: 800 0.54rem "Space Grotesk";
  letter-spacing: 0.23em;
  writing-mode: vertical-rl;
}

.nina-editorial-copy {
  align-self: end;
  padding-bottom: 20px;
}

.nina-editorial-copy > p {
  color: #bca99d;
  font-size: 1rem;
}

/* AFDES */
.portfolio-chapter-afdes {
  padding: 145px 0 125px;
  background:
    radial-gradient(circle at 12% 30%, rgba(0, 151, 205, 0.14), transparent 24%),
    radial-gradient(circle at 85% 65%, rgba(44, 196, 155, 0.13), transparent 25%),
    #071017;
  color: #fff;
}

.portfolio-chapter-afdes .portfolio-chapter-number {
  color: rgba(84, 196, 235, 0.035);
}

.afdes-grid-field {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(93, 198, 232, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 198, 232, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000, transparent 85%);
}

.afdes-intro-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 65px;
}

.afdes-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(5rem, 12vw, 13rem);
  line-height: 0.72;
  letter-spacing: -0.09em;
}

.afdes-intro-copy p {
  max-width: 590px;
  color: #9eb4be;
  font-size: 1.06rem;
}

.afdes-command-stage {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(89, 203, 239, 0.22);
  border-radius: 28px;
  background: rgba(4, 12, 18, 0.86);
  box-shadow:
    0 60px 130px rgba(0, 0, 0, 0.55),
    inset 0 0 90px rgba(46, 180, 222, 0.03);
}

.afdes-command-topbar {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(105, 205, 236, 0.16);
  color: #73919c;
  font: 800 0.58rem "Space Grotesk";
  letter-spacing: 0.14em;
}

.afdes-command-topbar > div {
  display: flex;
  gap: 7px;
}

.afdes-command-topbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30505c;
}

.afdes-command-topbar b {
  justify-self: end;
  color: #63e5ba;
  font-size: 0.56rem;
}

.afdes-command-layout {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) 250px;
  min-height: 660px;
}

.afdes-command-sidebar {
  padding: 28px 20px;
  border-right: 1px solid rgba(105, 205, 236, 0.14);
  background: rgba(6, 18, 26, 0.8);
}

.afdes-command-sidebar > strong {
  display: block;
  margin-bottom: 24px;
  color: #f0f6f8;
  font: 700 1rem "Space Grotesk";
}

.afdes-command-sidebar > span {
  display: block;
  margin: 7px 0;
  padding: 10px 11px;
  border-left: 2px solid transparent;
  color: #718d98;
  font-size: 0.68rem;
  font-weight: 700;
}

.afdes-command-sidebar > span.active {
  border-left-color: #50d8ac;
  background: rgba(72, 211, 172, 0.08);
  color: #d8fff3;
}

.afdes-sidebar-meter {
  height: 4px;
  margin: 45px 0 11px;
  background: #132b35;
}

.afdes-sidebar-meter i {
  display: block;
  width: 86%;
  height: 100%;
  background: linear-gradient(90deg, #50d8ac, #55bde5);
  box-shadow: 0 0 14px rgba(80, 216, 172, 0.45);
}

.afdes-command-sidebar small {
  color: #607c87;
  font-size: 0.58rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.afdes-map-console {
  min-width: 0;
  border-right: 1px solid rgba(105, 205, 236, 0.14);
}

.afdes-map-toolbar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 19px;
  border-bottom: 1px solid rgba(105, 205, 236, 0.14);
  color: #7c99a4;
  font-size: 0.6rem;
}

.afdes-map-toolbar > div {
  display: flex;
  gap: 6px;
}

.afdes-map-toolbar i {
  display: block;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: #18323d;
}

.afdes-map-canvas {
  position: relative;
  min-height: 612px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 48%, rgba(20, 111, 141, 0.2), transparent 40%),
    linear-gradient(rgba(65, 173, 207, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 173, 207, 0.045) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
}

.afdes-map-canvas::before,
.afdes-map-canvas::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  border: 1px solid rgba(84, 193, 229, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.afdes-map-canvas::before {
  width: 540px;
  height: 540px;
}

.afdes-map-canvas::after {
  width: 390px;
  height: 390px;
}

.afdes-map-scan {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  background: linear-gradient(180deg, transparent, rgba(97, 222, 255, 0.08), transparent);
  animation: afdesScan 6s linear infinite;
}

.afdes-map-shape {
  position: absolute;
  z-index: 2;
  width: 74%;
  height: 48%;
  left: 13%;
  top: 25%;
  filter: drop-shadow(0 0 25px rgba(72, 201, 232, 0.16));
}

.afdes-map-shape::before {
  content: "";
  position: absolute;
  inset: 8% 4% 12% 5%;
  background: rgba(25, 129, 158, 0.22);
  clip-path: polygon(3% 18%, 19% 11%, 35% 16%, 45% 7%, 62% 14%, 72% 9%, 92% 22%, 97% 40%, 90% 54%, 82% 55%, 75% 71%, 57% 81%, 43% 72%, 31% 82%, 22% 68%, 10% 64%, 5% 44%);
  border: 1px solid rgba(92, 211, 238, 0.4);
}

.map-block {
  position: absolute;
  display: block;
  border: 1px solid rgba(126, 222, 245, 0.36);
  background: rgba(34, 132, 162, 0.27);
  clip-path: polygon(8% 0, 100% 9%, 92% 100%, 0 87%);
}

.map-block:nth-child(3n) {
  background: rgba(47, 196, 154, 0.25);
  border-color: rgba(83, 231, 188, 0.42);
}

.map-block:nth-child(4n) {
  background: rgba(194, 91, 101, 0.21);
  border-color: rgba(232, 119, 132, 0.38);
}

.block-a { left: 7%; top: 19%; width: 17%; height: 25%; }
.block-b { left: 21%; top: 14%; width: 15%; height: 28%; }
.block-c { left: 35%; top: 18%; width: 13%; height: 23%; }
.block-d { left: 47%; top: 12%; width: 15%; height: 30%; }
.block-e { left: 61%; top: 15%; width: 17%; height: 28%; }
.block-f { left: 77%; top: 22%; width: 14%; height: 24%; }
.block-g { left: 12%; top: 43%; width: 18%; height: 26%; }
.block-h { left: 28%; top: 42%; width: 15%; height: 29%; }
.block-i { left: 42%; top: 42%; width: 16%; height: 28%; }
.block-j { left: 57%; top: 43%; width: 16%; height: 28%; }
.block-k { left: 72%; top: 46%; width: 14%; height: 24%; }
.block-l { left: 30%; top: 68%; width: 19%; height: 20%; }
.block-m { left: 50%; top: 68%; width: 18%; height: 21%; }

.afdes-map-node {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  border: 2px solid #071017;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 0 3px #51d8ad,
    0 0 18px #51d8ad;
}

.afdes-map-node.node-one { left: 25%; top: 45%; }
.afdes-map-node.node-two { left: 48%; top: 38%; }
.afdes-map-node.node-three { right: 27%; top: 49%; }
.afdes-map-node.node-four { left: 56%; bottom: 29%; }

.afdes-map-route {
  position: absolute;
  z-index: 3;
  border: 2px solid transparent;
  border-top-color: #f2c865;
  border-radius: 50%;
  filter: drop-shadow(0 0 6px rgba(242, 200, 101, 0.55));
}

.afdes-map-route.route-one {
  width: 45%;
  height: 20%;
  left: 26%;
  top: 38%;
  transform: rotate(10deg);
}

.afdes-map-route.route-two {
  width: 31%;
  height: 16%;
  left: 43%;
  top: 52%;
  border-top-color: #66c8eb;
  transform: rotate(-21deg);
}

.afdes-map-legend {
  position: absolute;
  z-index: 5;
  left: 19px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #6f8e99;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.afdes-map-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.afdes-map-legend i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55c8e8;
}

.afdes-map-legend span:nth-child(2) i { background: #51d8ad; }
.afdes-map-legend span:nth-child(3) i { background: #e67987; }

.afdes-data-column {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 18px;
  background: rgba(4, 13, 19, 0.7);
}

.afdes-data-card {
  padding: 19px;
  border: 1px solid rgba(103, 197, 226, 0.14);
  background: rgba(11, 30, 40, 0.68);
}

.afdes-data-card small {
  display: block;
  color: #668590;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.afdes-data-card strong {
  display: block;
  margin-top: 9px;
  color: #eaf7fb;
  font: 700 1.05rem "Space Grotesk";
}

.afdes-data-card-primary strong {
  color: #63d7f7;
  font-size: 3rem;
  line-height: 1;
}

.afdes-data-card-primary > span {
  color: #78939d;
  font-size: 0.64rem;
}

.afdes-spark-bars {
  height: 64px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 18px;
}

.afdes-spark-bars i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(#55d3f5, #176984);
}

.afdes-spark-bars i:nth-child(1) { height: 28%; }
.afdes-spark-bars i:nth-child(2) { height: 48%; }
.afdes-spark-bars i:nth-child(3) { height: 38%; }
.afdes-spark-bars i:nth-child(4) { height: 70%; }
.afdes-spark-bars i:nth-child(5) { height: 56%; }
.afdes-spark-bars i:nth-child(6) { height: 91%; background: linear-gradient(#5fe1b7, #1c7d63); }

.afdes-data-lines {
  margin-top: 18px;
}

.afdes-data-lines i {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: #1a3a47;
}

.afdes-data-lines i:nth-child(2) { width: 70%; }
.afdes-data-lines i:nth-child(3) { width: 86%; }
.afdes-data-lines i:nth-child(4) { width: 48%; background: #286b75; }

.afdes-data-card-alert {
  display: flex;
  align-items: center;
  gap: 11px;
}

.afdes-data-card-alert > b {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #55dfb3;
  box-shadow: 0 0 17px #55dfb3;
}

.afdes-data-card-alert strong {
  margin-top: 3px;
  color: #9df8da;
  font-size: 0.76rem;
}

.afdes-command-footer {
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid rgba(105, 205, 236, 0.14);
  color: #607e89;
  font: 800 0.53rem "Space Grotesk";
  letter-spacing: 0.1em;
  text-align: center;
}

.afdes-command-footer span {
  padding: 10px;
  border-right: 1px solid rgba(105, 205, 236, 0.11);
}

.afdes-command-footer span:last-child {
  border-right: 0;
}

.afdes-project-summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
  margin-top: 65px;
}

.afdes-project-summary > p {
  color: #9bb0b9;
  font-size: 1.04rem;
}

.afdes-project-summary .portfolio-facts {
  margin: 0;
}

@keyframes afdesScan {
  from { transform: translateY(-100px); }
  to { transform: translateY(700px); }
}

/* Creative runway */
.portfolio-runway {
  padding: 135px 0 0;
  background: #f2efe8;
  color: #111916;
}

.portfolio-runway-head {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr 0.8fr;
  gap: 50px;
  align-items: end;
  padding-bottom: 75px;
}

.portfolio-runway-head h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.portfolio-runway-head > p {
  color: #62716c;
}

.portfolio-runway-list {
  border-top: 1px solid rgba(17, 25, 22, 0.18);
}

.portfolio-runway-row {
  position: relative;
  min-height: 270px;
  display: grid;
  grid-template-columns: 80px 0.85fr 0.95fr minmax(270px, 0.75fr) 42px;
  gap: 30px;
  align-items: center;
  padding: 34px max(5vw, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(17, 25, 22, 0.18);
  overflow: hidden;
  color: inherit;
  transition:
    color 0.35s,
    background 0.35s,
    padding-left 0.35s,
    padding-right 0.35s;
}

.portfolio-runway-row:hover {
  color: #fff;
  padding-left: max(6vw, calc((100vw - 1160px) / 2));
  padding-right: max(4vw, calc((100vw - 1240px) / 2));
}

.runway-photo:hover { background: #211717; }
.runway-motion:hover { background: #121017; }
.runway-map:hover { background: #0b2621; }
.runway-brand:hover { background: #12382f; }

.runway-index {
  position: relative;
  z-index: 3;
  color: #7b8984;
  font: 800 0.68rem "Space Grotesk";
  letter-spacing: 0.12em;
}

.portfolio-runway-row > strong {
  position: relative;
  z-index: 3;
  font: 700 clamp(2.3rem, 4.5vw, 5.4rem) / 0.9 "Space Grotesk";
  letter-spacing: -0.07em;
}

.portfolio-runway-row > p {
  position: relative;
  z-index: 3;
  max-width: 430px;
  margin: 0;
  color: #66756f;
  transition: color 0.35s;
}

.portfolio-runway-row:hover > p {
  color: #aabbb5;
}

.portfolio-runway-row > b {
  position: relative;
  z-index: 3;
  font-size: 1.7rem;
  transition: transform 0.25s;
}

.portfolio-runway-row:hover > b {
  transform: translate(5px, -5px);
}

.runway-art {
  position: relative;
  z-index: 2;
  height: 195px;
  opacity: 0.76;
  transform: scale(0.92) rotate(-2deg);
  transition:
    opacity 0.35s,
    transform 0.45s;
}

.portfolio-runway-row:hover .runway-art {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.runway-photo-art {
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 34%, rgba(255, 240, 215, 0.68), transparent 11%),
    linear-gradient(145deg, #d29b75, #2b1a1b 72%);
}

.runway-camera-frame {
  position: absolute;
  inset: 19px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.runway-camera-frame::before,
.runway-camera-frame::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.runway-camera-frame::before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
}

.runway-camera-frame::after {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
}

.runway-photo-subject {
  position: absolute;
  width: 29%;
  height: 72%;
  left: 47%;
  bottom: 0;
  border-radius: 46% 46% 12% 12%;
  background: rgba(17, 11, 12, 0.75);
}

.runway-photo-subject::before {
  content: "";
  position: absolute;
  width: 46%;
  aspect-ratio: 1;
  left: 27%;
  top: -20%;
  border-radius: 50%;
  background: #1c1213;
}

.runway-photo-flare {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -30px;
  top: -30px;
  border-radius: 50%;
  background: rgba(255, 221, 175, 0.25);
  filter: blur(18px);
}

.runway-motion-art {
  overflow: hidden;
  background: #18131d;
}

.runway-motion-art i {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 15px solid;
}

.runway-motion-art i:nth-child(1) {
  left: 10%;
  top: 20%;
  border-color: #c28cff;
  border-radius: 50%;
}

.runway-motion-art i:nth-child(2) {
  left: 37%;
  bottom: 14%;
  border-color: #ff7396;
  transform: rotate(45deg);
}

.runway-motion-art i:nth-child(3) {
  right: 10%;
  top: 17%;
  border-color: #6e8eff;
  border-radius: 50%;
}

.runway-motion-art i:nth-child(4) {
  width: 2px;
  height: 120%;
  left: 56%;
  top: -10%;
  border: 0;
  background: #fff;
  transform: rotate(25deg);
}

.runway-motion-art span {
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  font: 800 0.52rem "Space Grotesk";
  letter-spacing: 0.14em;
}

.runway-map-art {
  overflow: hidden;
  background: #133b34;
}

.runway-map-contour {
  position: absolute;
  inset: -20%;
  background: repeating-radial-gradient(ellipse at 35% 66%, transparent 0 17px, rgba(106, 240, 198, 0.19) 18px 19px);
}

.runway-map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #ff756a;
  box-shadow: 0 0 16px rgba(255, 117, 106, 0.6);
}

.runway-map-pin.pin-a { left: 19%; top: 62%; }
.runway-map-pin.pin-b { left: 52%; top: 35%; }
.runway-map-pin.pin-c { right: 15%; bottom: 24%; }

.runway-map-line {
  position: absolute;
  width: 65%;
  height: 38%;
  left: 17%;
  top: 29%;
  border: 2px dashed #ffd26e;
  border-color: #ffd26e transparent transparent #ffd26e;
  border-radius: 50%;
  transform: rotate(-7deg);
}

.runway-brand-art {
  overflow: hidden;
  background: linear-gradient(135deg, #dff8ef 0 52%, #2bc49b 52%);
  color: #12231e;
}

.runway-brand-art > span {
  position: absolute;
  left: 12%;
  top: 6%;
  font: 700 8rem/1 "Space Grotesk";
  letter-spacing: -0.1em;
}

.runway-brand-art i {
  position: absolute;
  width: 90px;
  height: 90px;
  right: 12%;
  top: 20%;
  border: 18px solid #fff;
  border-radius: 50%;
}

.runway-brand-art em {
  position: absolute;
  left: 14%;
  bottom: 13%;
  font: 800 0.62rem "Space Grotesk";
  letter-spacing: 0.26em;
  font-style: normal;
}

/* Archive wall */
.portfolio-archive {
  padding: 145px 0 155px;
  background: #0b100f;
  color: #fff;
}

.portfolio-archive-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.portfolio-archive-head h2 {
  max-width: 850px;
  margin: 13px 0 0;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.portfolio-archive-head > p {
  color: #8b9c97;
}

.portfolio-archive-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 95px;
  gap: 14px;
}

.archive-tile {
  position: relative;
  overflow: hidden;
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #151c1a;
}

.archive-tile > span {
  position: relative;
  z-index: 4;
  font: 800 0.6rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.archive-tile-interface {
  grid-column: span 7;
  grid-row: span 5;
  background: linear-gradient(145deg, #dff8ef, #b8ead9);
  color: #15372e;
}

.archive-interface-window {
  position: absolute;
  width: 76%;
  height: 72%;
  right: 6%;
  bottom: 6%;
  border: 8px solid #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, #13221e 0 52%, #18a985 52%);
  box-shadow: 0 25px 50px rgba(16, 65, 51, 0.2);
}

.archive-interface-window::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 37%;
  height: 44px;
  border-radius: 10px;
  background: #fff;
}

.archive-interface-window i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.archive-interface-window i:nth-child(1) { left: 20px; top: 83px; width: 31%; height: 7px; }
.archive-interface-window i:nth-child(2) { left: 20px; top: 104px; width: 24%; height: 7px; }
.archive-interface-window i:nth-child(3) { left: 20px; bottom: 23px; width: 90px; height: 28px; background: #6ef0ca; }
.archive-interface-window i:nth-child(4) { right: 12%; top: 25%; width: 110px; height: 110px; border: 20px solid rgba(255,255,255,.72); background: transparent; border-radius: 50%; }
.archive-interface-window i:nth-child(5) { right: 17%; bottom: 13%; width: 80px; height: 50px; background: rgba(8, 29, 24, 0.55); }

.archive-tile-type {
  grid-column: span 5;
  grid-row: span 3;
  background: #f0e8dc;
  color: #1a1815;
}

.archive-tile-type strong {
  position: absolute;
  left: 21px;
  bottom: 20px;
  font: 700 clamp(2rem, 4vw, 4.6rem) / 0.78 "Space Grotesk";
  letter-spacing: -0.08em;
}

.archive-tile-photo {
  grid-column: span 5;
  grid-row: span 4;
  background: linear-gradient(145deg, #d3a27f, #221819 72%);
}

.archive-photo-light {
  position: absolute;
  width: 60%;
  height: 120%;
  right: -5%;
  top: -12%;
  background: linear-gradient(120deg, transparent, rgba(255, 226, 186, 0.32), transparent);
  transform: rotate(18deg);
}

.archive-photo-figure {
  position: absolute;
  width: 33%;
  height: 72%;
  left: 48%;
  bottom: 0;
  border-radius: 48% 48% 12% 12%;
  background: #1b1213;
}

.archive-photo-figure::before {
  content: "";
  position: absolute;
  width: 47%;
  aspect-ratio: 1;
  left: 27%;
  top: -19%;
  border-radius: 50%;
  background: #201415;
}

.archive-tile-map {
  grid-column: span 4;
  grid-row: span 4;
  background: #123b34;
}

.archive-map-rings {
  position: absolute;
  inset: -18%;
  background: repeating-radial-gradient(ellipse at 42% 64%, transparent 0 18px, rgba(119, 235, 201, 0.2) 19px 20px);
}

.archive-pin {
  position: absolute;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #ff7468;
}

.archive-pin-a { left: 22%; top: 55%; }
.archive-pin-b { left: 52%; top: 31%; }
.archive-pin-c { right: 18%; bottom: 23%; }

.archive-tile-motion {
  grid-column: span 4;
  grid-row: span 3;
  background: #18131e;
}

.archive-motion-track {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 48%;
  height: 58px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.archive-motion-track i {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, #5c3f75, #be77e6);
}

.archive-motion-track i:nth-child(2) { background: linear-gradient(145deg, #7b4267, #fa7097); }
.archive-motion-track i:nth-child(3) { background: linear-gradient(145deg, #263d79, #7189ff); }
.archive-motion-track i:nth-child(4) { background: linear-gradient(145deg, #3b2861, #bd82ff); }
.archive-motion-track i:nth-child(5) { background: linear-gradient(145deg, #662d4b, #ff7195); }

.archive-tile-motion > b {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #9e85ae;
  font: 800 0.56rem "Space Grotesk";
  letter-spacing: 0.12em;
}

.archive-tile-identity {
  grid-column: span 4;
  grid-row: span 3;
  background: linear-gradient(135deg, #e6f6f0 0 58%, #2bc49b 58%);
  color: #162d26;
}

.archive-identity-mark {
  position: absolute;
  right: 18px;
  bottom: 8px;
  font: 700 clamp(4rem, 7vw, 8rem) / 1 "Space Grotesk";
  letter-spacing: -0.1em;
}

.archive-tile-identity small {
  position: absolute;
  left: 21px;
  bottom: 19px;
  max-width: 140px;
  color: #48675e;
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Closing */
.portfolio-closing-editorial {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 74% 30%, rgba(43, 196, 155, 0.2), transparent 25%),
    #07100e;
  color: #fff;
}

.portfolio-closing-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(110, 240, 202, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 240, 202, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}

.portfolio-closing-word {
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(110, 240, 202, 0.055);
  font: 700 clamp(15rem, 37vw, 42rem) / 0.72 "Space Grotesk";
  letter-spacing: -0.1em;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}

.portfolio-closing-editorial .portfolio-closing-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1020px;
  text-align: center;
}

.portfolio-closing-editorial .portfolio-closing-inner > span {
  color: #6ef0ca;
  font: 800 0.7rem "Space Grotesk";
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portfolio-closing-editorial .portfolio-closing-inner h2 {
  margin: 28px auto 42px;
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 9rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

/* Portfolio responsive */
@media (max-width: 1180px) {
  .portfolio-chapter-layout {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 44px;
  }

  .maid-system-stage {
    min-height: 620px;
  }

  .nina-editorial-layout {
    grid-template-columns: 0.68fr 1.32fr;
  }

  .nina-editorial-copy {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 65px;
    align-items: start;
    padding: 0;
  }

  .nina-editorial-copy .portfolio-facts {
    margin: 0;
  }

  .afdes-command-layout {
    grid-template-columns: 165px minmax(0, 1fr) 215px;
  }

  .portfolio-runway-row {
    grid-template-columns: 62px 0.85fr 0.8fr minmax(240px, 0.7fr) 35px;
    gap: 20px;
  }
}

@media (max-width: 980px) {
  .portfolio-manifesto {
    padding: 100px 0 90px;
  }

  .portfolio-manifesto-copy p:nth-child(2),
  .portfolio-manifesto-copy p:nth-child(3) {
    margin-left: 0;
  }

  .portfolio-chapter-maid,
  .portfolio-chapter-nina,
  .portfolio-chapter-afdes {
    padding-top: 110px;
    padding-bottom: 105px;
  }

  .portfolio-chapter-layout,
  .afdes-intro-layout,
  .afdes-project-summary {
    grid-template-columns: 1fr;
  }

  .portfolio-chapter-copy {
    max-width: 720px;
  }

  .maid-system-stage {
    min-height: 680px;
  }

  .nina-editorial-layout {
    grid-template-columns: 1fr;
  }

  .nina-editorial-head {
    max-width: 720px;
  }

  .nina-editorial-stage {
    min-height: 760px;
  }

  .nina-editorial-copy {
    grid-column: auto;
    grid-template-columns: 0.75fr 1.25fr;
  }

  .afdes-intro-layout {
    gap: 25px;
  }

  .afdes-command-layout {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .afdes-data-column {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(105, 205, 236, 0.14);
  }

  .afdes-map-console {
    border-right: 0;
  }

  .afdes-project-summary {
    gap: 35px;
  }

  .portfolio-runway-head {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-runway-head .eyebrow {
    grid-column: 1 / -1;
  }

  .portfolio-runway-row {
    min-height: 250px;
    grid-template-columns: 50px 0.8fr 0.8fr 240px 30px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .portfolio-archive-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .archive-tile-interface {
    grid-column: span 12;
  }

  .archive-tile-type,
  .archive-tile-photo {
    grid-column: span 6;
  }

  .archive-tile-map,
  .archive-tile-motion,
  .archive-tile-identity {
    grid-column: span 4;
  }
}

@media (max-width: 760px) {
  .portfolio-manifesto-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .portfolio-manifesto-copy {
    padding: 50px 0 45px;
  }

  .portfolio-manifesto-copy p {
    font-size: clamp(3rem, 15vw, 5.6rem);
  }

  .portfolio-chapter-number {
    font-size: 15rem;
  }

  .portfolio-chapter-layout {
    gap: 44px;
  }

  .maid-system-stage {
    min-height: 560px;
    border-radius: 27px;
  }

  .maid-browser-shell {
    width: 88%;
    height: 54%;
    left: 4%;
    top: 15%;
    border-width: 6px;
  }

  .maid-site-copy {
    padding: 27px 19px;
  }

  .maid-site-copy strong {
    font-size: 1.75rem;
  }

  .maid-site-copy > span,
  .maid-site-copy button,
  .maid-site-nav > div i:nth-child(2),
  .maid-site-nav > div i:nth-child(3) {
    display: none;
  }

  .maid-phone-shell {
    width: 128px;
    height: 255px;
    right: 5%;
    bottom: 6%;
  }

  .maid-mobile-mark {
    margin-bottom: 15px;
  }

  .maid-phone-screen strong {
    font-size: 1.15rem;
  }

  .maid-mobile-field {
    height: 29px;
  }

  .maid-floating-quote {
    left: 4%;
    bottom: 5%;
    width: 145px;
  }

  .maid-floating-status {
    right: 4%;
    top: 6%;
  }

  .nina-editorial-stage {
    min-height: 650px;
  }

  .nina-performance-frame {
    width: 79%;
    height: 50%;
    right: 3%;
    top: 12%;
    border-width: 8px;
  }

  .nina-poster {
    width: 43%;
    min-height: 41%;
    left: 2%;
    bottom: 4%;
  }

  .nina-site-window {
    width: 54%;
    right: 1%;
    bottom: 4%;
  }

  .nina-sheet-music {
    width: 38%;
    left: 4%;
    top: 5%;
  }

  .nina-editorial-copy {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .afdes-command-topbar {
    grid-template-columns: 1fr auto;
  }

  .afdes-command-topbar > div {
    display: none;
  }

  .afdes-command-layout {
    grid-template-columns: 1fr;
  }

  .afdes-command-sidebar {
    display: none;
  }

  .afdes-map-canvas {
    min-height: 520px;
  }

  .afdes-data-column {
    grid-template-columns: 1fr;
  }

  .afdes-command-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .afdes-command-footer span:nth-child(2) {
    border-right: 0;
  }

  .afdes-command-footer span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(105, 205, 236, 0.11);
  }

  .portfolio-runway {
    padding-top: 100px;
  }

  .portfolio-runway-head {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 50px;
  }

  .portfolio-runway-head .eyebrow {
    grid-column: auto;
  }

  .portfolio-runway-row {
    min-height: 390px;
    grid-template-columns: 42px 1fr 28px;
    grid-template-rows: auto auto 190px;
    gap: 14px;
    align-items: start;
    padding: 28px 5vw;
  }

  .portfolio-runway-row > strong {
    font-size: clamp(2.6rem, 12vw, 4.8rem);
  }

  .portfolio-runway-row > p {
    grid-column: 2 / 4;
  }

  .portfolio-runway-row > b {
    grid-column: 3;
    grid-row: 1;
  }

  .runway-art {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    height: 190px;
    opacity: 1;
    transform: none;
  }

  .portfolio-archive {
    padding: 105px 0;
  }

  .portfolio-archive-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
  }

  .archive-tile-interface,
  .archive-tile-type,
  .archive-tile-photo,
  .archive-tile-map,
  .archive-tile-motion,
  .archive-tile-identity {
    grid-column: span 1;
  }

  .archive-tile-interface {
    grid-column: span 2;
    grid-row: span 4;
  }

  .archive-tile-type,
  .archive-tile-photo,
  .archive-tile-map {
    grid-row: span 3;
  }

  .archive-tile-motion,
  .archive-tile-identity {
    grid-row: span 3;
  }

  .portfolio-closing-editorial {
    min-height: 650px;
  }
}

@media (max-width: 520px) {
  .portfolio-manifesto,
  .portfolio-chapter-maid,
  .portfolio-chapter-nina,
  .portfolio-chapter-afdes,
  .portfolio-archive {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .portfolio-chapter-copy h2,
  .nina-editorial-head h2,
  .afdes-heading h2 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  .portfolio-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .maid-system-stage {
    min-height: 480px;
  }

  .maid-browser-shell {
    height: 49%;
  }

  .maid-browser-toolbar {
    grid-template-columns: 45px 1fr;
  }

  .maid-browser-toolbar > b {
    display: none;
  }

  .maid-site-hero {
    grid-template-columns: 1fr 0.9fr;
  }

  .maid-site-copy small {
    display: none;
  }

  .maid-site-copy strong {
    font-size: 1.3rem;
  }

  .maid-phone-shell {
    width: 108px;
    height: 218px;
  }

  .maid-floating-status {
    display: none;
  }

  .maid-floating-quote {
    width: 132px;
    padding: 12px;
  }

  .maid-floating-quote strong {
    font-size: 1.5rem;
  }

  .nina-editorial-stage {
    min-height: 560px;
  }

  .nina-performance-frame {
    width: 84%;
    height: 43%;
  }

  .nina-poster {
    width: 51%;
    min-height: 39%;
    padding: 17px;
  }

  .nina-poster strong {
    margin-top: 28px;
    font-size: 2rem;
  }

  .nina-poster > span {
    left: 17px;
    right: 17px;
    bottom: 16px;
  }

  .nina-site-window {
    width: 59%;
    height: 28%;
  }

  .nina-site-body {
    padding: 12px;
  }

  .nina-site-body strong {
    font-size: 1rem;
  }

  .nina-sheet-music {
    width: 45%;
    height: 22%;
  }

  .nina-vertical-type {
    display: none;
  }

  .afdes-command-stage {
    border-radius: 18px;
  }

  .afdes-command-topbar {
    padding: 0 13px;
    font-size: 0.47rem;
  }

  .afdes-map-canvas {
    min-height: 400px;
  }

  .afdes-map-shape {
    width: 90%;
    left: 5%;
  }

  .afdes-map-canvas::before {
    width: 380px;
    height: 380px;
  }

  .afdes-map-canvas::after {
    width: 270px;
    height: 270px;
  }

  .afdes-map-legend {
    gap: 8px;
    font-size: 0.46rem;
  }

  .afdes-command-footer {
    font-size: 0.45rem;
  }

  .portfolio-runway-row {
    min-height: 360px;
  }

  .portfolio-archive-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 105px;
  }

  .archive-tile-interface,
  .archive-tile-type,
  .archive-tile-photo,
  .archive-tile-map,
  .archive-tile-motion,
  .archive-tile-identity {
    grid-column: 1;
  }

  .archive-tile-interface {
    grid-row: span 4;
  }

  .archive-tile-type,
  .archive-tile-photo,
  .archive-tile-map,
  .archive-tile-motion,
  .archive-tile-identity {
    grid-row: span 3;
  }

  .archive-interface-window {
    width: 84%;
  }

  .portfolio-closing-editorial {
    min-height: 570px;
    padding: 90px 0;
  }

  .portfolio-closing-editorial .portfolio-closing-inner h2 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .afdes-map-scan {
    animation: none;
  }

  .portfolio-runway-row,
  .runway-art,
  .portfolio-runway-row > b {
    transition: none;
  }
}

/* =========================================================
   STUDIO / FOUNDER PAGE — GRAPHIC-LED CREATIVE REDESIGN
   ========================================================= */

.studio-creative-hero {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: 142px 0 84px;
  background:
    linear-gradient(125deg, rgba(5, 10, 9, 0.98), rgba(10, 20, 17, 0.94) 58%, rgba(5, 9, 8, 0.98)),
    #07100e;
  color: #fff;
  isolation: isolate;
}

.studio-hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 5px 5px;
  pointer-events: none;
}

.studio-hero-word {
  position: absolute;
  left: -1.8vw;
  bottom: -0.12em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.027);
  font: 700 clamp(9rem, 24vw, 30rem) / 0.7 "Space Grotesk";
  letter-spacing: -0.095em;
  white-space: nowrap;
  pointer-events: none;
}

.studio-creative-hero::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  right: -18%;
  top: -20%;
  background: radial-gradient(ellipse, rgba(78, 235, 188, 0.14), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.studio-creative-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(520px, 1.17fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}

.studio-creative-copy {
  position: relative;
  z-index: 3;
  padding: 34px 0;
}

.studio-creative-copy h1 {
  max-width: 820px;
  margin: 22px 0 30px;
  color: #fff;
  font-size: clamp(4rem, 7.1vw, 8.25rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.studio-creative-copy h1 em {
  color: #6ef0ca;
  font-style: normal;
}

.studio-creative-intro {
  max-width: 680px;
  margin: 0;
  color: #a8bbb5;
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.76;
}

.studio-creative-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 38px;
}

.studio-creative-email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(232, 242, 239, 0.34);
  color: #e8f2ef;
  font-weight: 700;
}

.studio-creative-email:hover {
  color: #6ef0ca;
  border-color: #6ef0ca;
}

.studio-creative-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 54px;
}

.studio-creative-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #799088;
  font: 700 0.62rem / 1 "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-hero-canvas {
  position: relative;
  min-height: 690px;
  border: 1px solid rgba(117, 255, 213, 0.17);
  background:
    linear-gradient(rgba(113, 255, 215, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(113, 255, 215, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(21, 37, 32, 0.84), rgba(6, 15, 12, 0.96));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.48);
  isolation: isolate;
}

.studio-hero-canvas::before {
  content: "CREATIVE SYSTEM / 01";
  position: absolute;
  left: 22px;
  top: 18px;
  color: rgba(166, 208, 196, 0.58);
  font: 700 0.58rem / 1 "Space Grotesk";
  letter-spacing: 0.15em;
}

.studio-hero-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0 58%, rgba(108, 240, 202, 0.06) 58% 60%, transparent 60%),
    linear-gradient(16deg, transparent 0 68%, rgba(255, 255, 255, 0.035) 68% 70%, transparent 70%);
}

.studio-canvas-ruler {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  color: #61776f;
  font: 700 0.52rem / 1 "Space Grotesk";
  letter-spacing: 0.1em;
}

.studio-canvas-ruler::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 1px;
  background: rgba(126, 255, 218, 0.15);
}

.studio-canvas-browser {
  position: absolute;
  width: 70%;
  height: 52%;
  left: 7%;
  top: 15%;
  overflow: hidden;
  border: 8px solid #e9eeeb;
  background: #fff;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.48);
  transform: rotate(-3deg);
}

.studio-browser-toolbar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #e8edeb;
}

.studio-browser-toolbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aab5b1;
}

.studio-browser-toolbar span {
  margin-left: 12px;
  color: #6b7974;
  font-size: 0.52rem;
}

.studio-browser-layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  height: calc(100% - 34px);
}

.studio-browser-copy {
  padding: 34px 28px;
  background: #f6f3ec;
}

.studio-browser-copy small {
  display: block;
  margin-bottom: 18px;
  color: #148c6d;
  font: 800 0.48rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-browser-copy strong {
  display: block;
  max-width: 220px;
  color: #101715;
  font: 700 clamp(1.65rem, 2.6vw, 3.15rem) / 0.93 "Space Grotesk";
  letter-spacing: -0.06em;
}

.studio-browser-copy > span {
  display: block;
  width: 82%;
  height: 6px;
  margin-top: 22px;
  background: #c9d2ce;
}

.studio-browser-copy > span.short {
  width: 57%;
  margin-top: 9px;
}

.studio-browser-copy b {
  display: inline-block;
  margin-top: 24px;
  padding: 9px 14px;
  background: #16211e;
  color: #fff;
  font: 700 0.52rem "Space Grotesk";
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-browser-visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.15), transparent 50%),
    #19a17f;
}

.studio-browser-panel {
  position: absolute;
  width: 72%;
  height: 35%;
  left: 13%;
  top: 16%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(5, 45, 35, 0.26);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
}

.studio-browser-panel::before,
.studio-browser-panel::after {
  content: "";
  position: absolute;
  left: 16px;
  height: 5px;
  background: rgba(255, 255, 255, 0.72);
}

.studio-browser-panel::before {
  right: 24px;
  top: 18px;
}

.studio-browser-panel::after {
  width: 43%;
  top: 31px;
}

.studio-browser-panel.small {
  width: 48%;
  height: 26%;
  left: auto;
  right: 9%;
  top: auto;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.18);
}

.studio-browser-route {
  position: absolute;
  width: 68%;
  height: 38%;
  left: 7%;
  bottom: 5%;
  border-top: 2px dashed rgba(255, 234, 159, 0.85);
  transform: rotate(-14deg);
}

.studio-canvas-poster {
  position: absolute;
  width: 31%;
  min-height: 43%;
  right: 4%;
  top: 7%;
  z-index: 4;
  padding: 24px 20px;
  background: #d9b28d;
  color: #15110e;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(4deg);
}

.studio-canvas-poster small {
  display: block;
  margin-bottom: 34px;
  font: 800 0.48rem "Space Grotesk";
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.studio-canvas-poster strong {
  display: block;
  font: 700 clamp(1.65rem, 2.9vw, 3.3rem) / 0.84 "Space Grotesk";
  letter-spacing: -0.07em;
}

.studio-canvas-poster span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font: 700 0.43rem "Space Grotesk";
  letter-spacing: 0.1em;
}

.studio-canvas-map {
  position: absolute;
  width: 37%;
  height: 26%;
  left: 4%;
  bottom: 8%;
  z-index: 5;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(121, 255, 216, 0.3);
  background: rgba(5, 27, 21, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.studio-canvas-map small,
.studio-canvas-motion small {
  color: #73a99a;
  font: 700 0.45rem "Space Grotesk";
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-map-lines {
  position: absolute;
  inset: 40px 12px 14px;
  background:
    linear-gradient(122deg, transparent 0 28%, rgba(100, 239, 191, 0.72) 29% 30%, transparent 31% 56%, rgba(255, 214, 107, 0.8) 57% 58%, transparent 59%),
    repeating-radial-gradient(ellipse at 24% 70%, transparent 0 11px, rgba(103, 236, 193, 0.12) 12px 13px);
}

.studio-map-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px #52e5b7, 0 0 18px #52e5b7;
}

.studio-map-node.node-one { left: 18%; top: 58%; }
.studio-map-node.node-two { left: 49%; top: 39%; }
.studio-map-node.node-three { right: 14%; bottom: 25%; }

.studio-canvas-map b {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #a8c6bd;
  font: 700 0.48rem "Space Grotesk";
  letter-spacing: 0.09em;
}

.studio-canvas-motion {
  position: absolute;
  width: 32%;
  height: 20%;
  left: 43%;
  bottom: 9%;
  z-index: 4;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 22, 20, 0.86);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.studio-motion-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  height: 36px;
  margin-top: 18px;
}

.studio-motion-track i {
  display: block;
  background: linear-gradient(145deg, #16a982, #0b3f33);
}

.studio-motion-track i:nth-child(2),
.studio-motion-track i:nth-child(4) {
  background: linear-gradient(145deg, #b98969, #4e3326);
}

.studio-canvas-motion strong {
  display: block;
  margin-top: 10px;
  color: #dbe9e5;
  font: 700 0.62rem "Space Grotesk";
  letter-spacing: 0.12em;
}

.studio-founder-card {
  position: absolute;
  width: 178px;
  right: 5%;
  bottom: 6%;
  z-index: 7;
  margin: 0;
  padding: 8px;
  background: #f0eee7;
  color: #111715;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.48);
  transform: rotate(-2.5deg);
}

.studio-founder-card-image {
  height: 190px;
  overflow: hidden;
  background: #c6c7c1;
}

.studio-founder-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84) contrast(1.04);
}

.studio-founder-card figcaption {
  padding: 11px 4px 5px;
}

.studio-founder-card figcaption span,
.studio-founder-card figcaption strong {
  display: block;
}

.studio-founder-card figcaption span {
  color: #5c6965;
  font-size: 0.62rem;
}

.studio-founder-card figcaption strong {
  margin-top: 3px;
  font: 700 0.72rem "Space Grotesk";
}

.studio-canvas-caption {
  position: absolute;
  right: 22px;
  top: 55%;
  z-index: 3;
  color: rgba(217, 238, 231, 0.5);
  font: 700 0.52rem "Space Grotesk";
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
}

.studio-statement-section {
  padding: 130px 0;
  background: #f4f1ea;
}

.studio-statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: start;
}

.studio-statement-heading h2 {
  max-width: 990px;
  margin: 17px 0 0;
  color: #111817;
  font-size: clamp(3rem, 5.7vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.studio-statement-copy {
  padding-top: 48px;
}

.studio-statement-copy p {
  margin: 0 0 22px;
  color: #56625e;
  font-size: 1.08rem;
  line-height: 1.8;
}

.studio-practice-section {
  padding: 125px 0 110px;
  background: #09110f;
  color: #fff;
}

.studio-section-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: 58px;
  align-items: end;
  margin-bottom: 62px;
}

.studio-section-intro h2 {
  max-width: 940px;
  margin: 15px 0 0;
  color: #fff;
  font-size: clamp(3rem, 5.6vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.studio-section-intro p {
  margin: 0 0 9px;
  color: #8fa39d;
  line-height: 1.7;
}

.studio-practice-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.studio-practice-row {
  display: grid;
  grid-template-columns: 70px minmax(280px, 1.15fr) minmax(220px, 0.72fr) 42px;
  gap: 28px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  transition: padding 0.28s ease, background 0.28s ease;
}

.studio-practice-row:hover {
  padding-left: 22px;
  padding-right: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.studio-practice-index {
  color: #65efc1;
  font: 700 0.78rem "Space Grotesk";
  letter-spacing: 0.12em;
}

.studio-practice-row h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
}

.studio-practice-row p {
  max-width: 690px;
  margin: 8px 0 0;
  color: #8fa29c;
}

.studio-practice-row > strong {
  color: #a8bbb5;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.studio-practice-arrow {
  color: #65efc1;
  font-size: 1.65rem;
  transition: transform 0.25s ease;
}

.studio-practice-row:hover .studio-practice-arrow {
  transform: translate(5px, -5px);
}

.studio-leadership-section {
  padding: 130px 0;
  background: #e7e0d4;
}

.studio-leadership-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: clamp(60px, 9vw, 145px);
  align-items: center;
}

.studio-leadership-profile {
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(39, 28, 18, 0.17);
  transform: rotate(-1.2deg);
}

.studio-leadership-photo {
  height: 390px;
  overflow: hidden;
  background: #c9c2b6;
}

.studio-leadership-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.08) saturate(0.88) contrast(1.04);
}

.studio-leadership-profile-copy {
  padding: 14px 8px 8px;
}

.studio-leadership-profile-copy small,
.studio-leadership-profile-copy strong,
.studio-leadership-profile-copy span {
  display: block;
}

.studio-leadership-profile-copy small {
  color: #8a6c57;
  font: 700 0.58rem "Space Grotesk";
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-leadership-profile-copy strong {
  margin-top: 8px;
  color: #111817;
  font: 700 1.15rem "Space Grotesk";
}

.studio-leadership-profile-copy span {
  margin-top: 3px;
  color: #66736f;
  font-size: 0.82rem;
}

.studio-leadership-copy blockquote {
  max-width: 1000px;
  margin: 28px 0 35px;
  color: #111817;
  font: 700 clamp(3rem, 5.2vw, 6.2rem) / 0.96 "Space Grotesk";
  letter-spacing: -0.06em;
}

.studio-leadership-copy > p {
  max-width: 720px;
  color: #53605c;
  font-size: 1.08rem;
  line-height: 1.8;
}

.studio-method-section {
  padding: 130px 0;
  background: #fff;
}

.studio-method-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
}

.studio-method-heading {
  position: sticky;
  top: 120px;
}

.studio-method-heading h2 {
  margin: 15px 0 25px;
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.058em;
}

.studio-method-heading p {
  max-width: 520px;
  color: #65716d;
  line-height: 1.72;
}

.studio-method-steps {
  border-top: 1px solid #cfd7d4;
}

.studio-method-steps article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 24px;
  padding: 34px 0 38px;
  border-bottom: 1px solid #cfd7d4;
}

.studio-method-steps article > span {
  padding-top: 7px;
  color: #149b76;
  font: 700 0.78rem "Space Grotesk";
  letter-spacing: 0.13em;
}

.studio-method-steps h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.studio-method-steps p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #66736f;
  line-height: 1.7;
}

.studio-contact-section {
  position: relative;
  overflow: hidden;
  padding: 130px 0 115px;
  background:
    linear-gradient(130deg, rgba(22, 169, 130, 0.14), transparent 45%),
    #08100e;
  color: #fff;
}

.studio-contact-inner h2 {
  max-width: 1120px;
  margin: 24px 0 70px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 10.5rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.studio-contact-bottom {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: 60px;
  align-items: end;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.studio-contact-bottom > p {
  max-width: 540px;
  margin: 0;
  color: #9bada7;
  line-height: 1.72;
}

.studio-contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.studio-contact-actions > a:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 700;
}

.studio-contact-actions > a:last-child:hover {
  color: #6ef0ca;
  border-color: #6ef0ca;
}

@media (max-width: 1180px) {
  .studio-creative-hero-grid {
    grid-template-columns: minmax(0, 0.76fr) minmax(470px, 1.24fr);
    gap: 38px;
  }

  .studio-creative-copy h1 {
    font-size: clamp(3.7rem, 6.6vw, 6.8rem);
  }

  .studio-hero-canvas {
    min-height: 630px;
  }

  .studio-founder-card {
    width: 158px;
  }

  .studio-founder-card-image {
    height: 166px;
  }
}

@media (max-width: 980px) {
  .studio-creative-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .studio-creative-hero-grid,
  .studio-statement-grid,
  .studio-leadership-grid,
  .studio-method-grid {
    grid-template-columns: 1fr;
  }

  .studio-creative-copy {
    max-width: 850px;
  }

  .studio-hero-canvas {
    min-height: 680px;
  }

  .studio-statement-copy {
    max-width: 760px;
    padding-top: 24px;
  }

  .studio-practice-row {
    grid-template-columns: 56px 1fr 42px;
  }

  .studio-practice-row > strong {
    grid-column: 2;
  }

  .studio-practice-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .studio-leadership-profile {
    width: min(320px, 100%);
  }

  .studio-method-heading {
    position: static;
    max-width: 820px;
  }
}

@media (max-width: 700px) {
  .studio-creative-hero {
    padding: 104px 0 56px;
  }

  .studio-creative-copy h1 {
    font-size: clamp(3.25rem, 14.5vw, 5.5rem);
  }

  .studio-creative-meta {
    margin-top: 42px;
  }

  .studio-hero-canvas {
    min-height: 540px;
  }

  .studio-canvas-browser {
    width: 78%;
    height: 48%;
    left: 4%;
    top: 17%;
  }

  .studio-browser-copy {
    padding: 22px 17px;
  }

  .studio-browser-copy strong {
    font-size: 1.65rem;
  }

  .studio-canvas-poster {
    width: 36%;
    min-height: 39%;
    right: 2%;
    top: 8%;
    padding: 16px 13px;
  }

  .studio-canvas-poster small {
    margin-bottom: 22px;
  }

  .studio-canvas-poster strong {
    font-size: clamp(1.25rem, 5.5vw, 2.1rem);
  }

  .studio-canvas-map {
    width: 42%;
    height: 24%;
    left: 3%;
    bottom: 8%;
  }

  .studio-canvas-motion {
    display: none;
  }

  .studio-founder-card {
    width: 130px;
    right: 4%;
    bottom: 7%;
  }

  .studio-founder-card-image {
    height: 132px;
  }

  .studio-canvas-caption {
    display: none;
  }

  .studio-statement-section,
  .studio-practice-section,
  .studio-leadership-section,
  .studio-method-section,
  .studio-contact-section {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .studio-section-intro {
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .studio-practice-row {
    grid-template-columns: 38px 1fr 28px;
    gap: 14px;
    padding: 27px 0;
  }

  .studio-practice-row:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .studio-practice-row > strong {
    font-size: 0.64rem;
  }

  .studio-leadership-copy blockquote {
    font-size: clamp(2.6rem, 12vw, 4.6rem);
  }

  .studio-method-steps article {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .studio-contact-inner h2 {
    margin-bottom: 48px;
    font-size: clamp(3.8rem, 19vw, 7.4rem);
  }

  .studio-contact-bottom {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .studio-contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .studio-creative-actions,
  .studio-contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .studio-creative-email,
  .studio-contact-actions > a:last-child {
    overflow-wrap: anywhere;
  }

  .studio-hero-canvas {
    min-height: 480px;
  }

  .studio-canvas-browser {
    width: 84%;
    height: 46%;
    left: 2%;
  }

  .studio-browser-layout {
    grid-template-columns: 1fr;
  }

  .studio-browser-visual {
    display: none;
  }

  .studio-canvas-poster {
    width: 42%;
  }

  .studio-canvas-map {
    width: 50%;
  }

  .studio-founder-card {
    width: 116px;
  }

  .studio-founder-card-image {
    height: 116px;
  }

  .studio-practice-row {
    grid-template-columns: 32px 1fr;
  }

  .studio-practice-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-creative-hero *,
  .studio-practice-row,
  .studio-practice-arrow {
    transition: none !important;
    animation: none !important;
  }
}


/* =========================================================
   DEPLOYMENT RESPONSIVE HARDENING — 2026-07-20
   Keeps the current design while preventing narrow-screen drift.
   ========================================================= */
.marketing-page-hero,
.marketing-bridge,
.marketing-system-section,
.marketing-dashboard-section,
.marketing-capabilities-section,
.social-ecosystem-section,
.marketing-process-section,
.marketing-closing-section {
  max-width: 100%;
}

.marketing-dashboard-grid > *,
.marketing-process-grid > *,
.bridge-diagram > *,
.capability-row > *,
.channel-grid > *,
.marketing-orbit > * {
  min-width: 0;
}

.marketing-page-hero-copy,
.marketing-bridge-title,
.bridge-card,
.growth-dashboard,
.capability-matrix,
.marketing-process,
.marketing-closing {
  max-width: 100%;
}

.bridge-card,
.growth-dashboard,
.capability-main,
.channel-grid article,
.marketing-process article,
.dashboard-top,
.dashboard-bottom {
  overflow-wrap: anywhere;
}

@media (max-width: 680px) {
  .marketing-page-hero,
  .marketing-bridge,
  .marketing-system-section,
  .marketing-dashboard-section,
  .marketing-capabilities-section,
  .social-ecosystem-section,
  .marketing-process-section,
  .marketing-closing-section {
    overflow-x: clip;
  }

  .marketing-page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 13vw, 4.25rem);
    letter-spacing: -0.055em;
  }

  .marketing-page-hero-copy p {
    max-width: 100%;
  }

  .bridge-diagram,
  .marketing-orbit,
  .marketing-dashboard-grid,
  .capability-matrix,
  .channel-grid,
  .marketing-process-grid,
  .marketing-closing {
    width: 100%;
  }

  .growth-dashboard {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .dashboard-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .dashboard-chart svg {
    inset-inline: 12px;
    width: calc(100% - 24px);
  }

  .dashboard-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .capability-row-featured::before {
    left: 0;
  }

  .marketing-process {
    width: calc(100% - 6px);
    margin-left: 6px;
  }

  .marketing-process article {
    grid-template-columns: 40px minmax(0, 1fr);
    padding-right: 0;
  }

  .marketing-closing h2 {
    max-width: 100%;
    font-size: clamp(2.25rem, 12vw, 3.7rem);
  }
}

@media (max-width: 480px) {
  .channel-grid {
    grid-template-columns: 1fr;
  }

  .channel-grid article {
    width: 100%;
  }

  .dashboard-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bridge-card {
    padding-inline: 20px;
  }

  .capability-index {
    gap: 10px;
  }
}

/* Small-screen polish for rotated profile card */
@media (max-width: 620px) {
  .studio-leadership-profile {
    width: 100%;
    transform: none;
  }
}

.studio-founder-card-image picture,
.studio-leadership-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* =========================================================
   MARKETING MOBILE CENTERING + FLOW CORRECTION — 2026-07-20
   Keeps the desktop composition unchanged.
   ========================================================= */
@media (max-width: 680px) {
  /* Clarify / Connect / Convert: one centered horizontal sequence. */
  .bridge-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    min-height: 112px;
    padding: 0 4px;
    margin-inline: auto;
  }

  .bridge-track-line {
    left: 12%;
    right: 12%;
    top: 31px;
    bottom: auto;
    width: auto;
    height: 4px;
    transform: none;
    background: linear-gradient(90deg, #d7e2de 0%, #9bd8c2 45%, #2bc49b 100%);
  }

  .bridge-step,
  .bridge-step.step-one,
  .bridge-step.step-two,
  .bridge-step.step-three {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 2;
    width: 100%;
    transform: none !important;
    align-items: center;
    justify-self: center;
    text-align: center;
  }

  .bridge-step span {
    width: 62px;
    height: 62px;
  }

  .bridge-step small {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.08em;
  }

  /* Center the requested marketing headings and supporting copy. */
  .marketing-dashboard-section .dashboard-copy,
  .marketing-capabilities-section .section-head,
  .marketing-process-section .marketing-process-copy {
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    text-align: center;
  }

  .marketing-capabilities-section .section-head {
    align-items: center;
  }

  .marketing-dashboard-section .dashboard-copy .eyebrow,
  .marketing-capabilities-section .section-head .eyebrow,
  .marketing-process-section .marketing-process-copy .eyebrow {
    width: 100%;
    justify-content: center;
  }

  .marketing-dashboard-section .dashboard-copy h2,
  .marketing-dashboard-section .dashboard-copy > p,
  .marketing-capabilities-section .section-head > div,
  .marketing-capabilities-section .section-head h2,
  .marketing-capabilities-section .section-head > p,
  .marketing-process-section .marketing-process-copy h2,
  .marketing-process-section .marketing-process-copy > p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .marketing-dashboard-section .metric-list {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .marketing-dashboard-grid,
  .marketing-process-grid {
    justify-items: center;
  }

  .growth-dashboard {
    margin-inline: auto;
  }

  /* Center every mobile capability row instead of pinning its labels left/right. */
  .capability-matrix {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }

  .capability-row {
    justify-items: center;
    width: 100%;
    padding: 26px 18px;
    text-align: center;
  }

  .capability-row:hover {
    padding-left: 18px;
    padding-right: 18px;
  }

  .capability-index {
    justify-content: center !important;
    width: 100%;
  }

  .capability-main,
  .capability-main h3,
  .capability-main p {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .capability-row-featured::before {
    left: 18px;
    right: 18px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 4px;
  }

  /* Center the process introduction and its action without narrowing the timeline. */
  .marketing-process-section .marketing-process-copy .button {
    width: min(100%, 310px);
    margin: 26px auto 0;
  }

  .marketing-process {
    width: calc(100% - 16px);
    margin: 38px auto 0;
  }
}

@media (max-width: 420px) {
  .bridge-track {
    padding-inline: 0;
  }

  .bridge-step span {
    width: 58px;
    height: 58px;
  }

  .bridge-track-line {
    top: 29px;
  }

  .bridge-step small {
    font-size: 0.66rem;
    letter-spacing: 0.055em;
  }
}
