.creative-page {
  --ink: #071126;
  --ink-soft: #183758;
  --navy: #031224;
  --navy-2: #071b32;
  --cyan: #20c4f4;
  --cyan-soft: #bcebf4;
  --violet: #8b72f6;
  --magenta: #ec4b8b;
  --paper: #ffffff;
  --mist: #f5f8fa;
  --line: #dce3e9;
  --muted: #64748b;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(7, 17, 38, 0.12);
}

.creative-page,
.creative-page *,
.creative-page *::before,
.creative-page *::after {
  box-sizing: border-box;
}
.creative-page {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--orby-font-family);
  line-height: 1.5;
  overflow: hidden;
}
.creative-page a { color: inherit; text-decoration: none; }
.creative-page .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.hero {
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 130px 20px 80px;
  background: var(--navy);
  color: white;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  z-index: -2;
  background: url("../assets/images/creative/originals/creative-hero.jpg") center center / cover no-repeat;
  transform: scale(1.02);
  animation: heroAtmosphere 18s ease-in-out infinite alternate;
}
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(1, 9, 20, .44), rgba(1, 9, 20, .24) 48%, rgba(1, 9, 20, .76)),
    radial-gradient(circle at center, transparent 25%, rgba(1, 8, 18, .35) 100%);
}
.button--primary {
  background: var(--cyan);
  color: #041527;
  box-shadow: 0 0 28px rgba(32,196,244,.34);
}
.hero__content { width: min(680px, 100%); text-align: center; text-shadow: 0 2px 25px rgba(1,8,18,.5); }
.hero__content.reveal {
  opacity: 1;
  transform: none;
}
.creative-page.motion-ready .hero__content > .eyebrow,
.creative-page.motion-ready .hero__content > h1,
.creative-page.motion-ready .hero__content > p:not(.eyebrow),
.creative-page.motion-ready .hero__content .button {
  opacity: 0;
  transform: translateY(12px);
  animation: heroReveal .78s cubic-bezier(.22, .61, .36, 1) forwards;
}
.creative-page.motion-ready .hero__content > .eyebrow { animation-delay: .08s; }
.creative-page.motion-ready .hero__content > h1 { animation-delay: .16s; }
.creative-page.motion-ready .hero__content > p:not(.eyebrow) { animation-delay: .28s; }
.creative-page.motion-ready .hero__content .button:first-child { animation-delay: .4s; }
.creative-page.motion-ready .hero__content .button:last-child { animation-delay: .48s; }
.hero h1 {
  margin: 0;
  color: #fff !important;
  font-size: var(--orby-h1-desktop);
  line-height: 1;
  letter-spacing: -.045em;
  font-weight: 760;
}
.hero__content > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.eyebrow {
  margin: 0 0 16px;
  color: #168ab4;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow--light { color: var(--cyan); }
.actions { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.creative-page a.button {
  min-height: var(--orby-button-height) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px !important;
  border-radius: var(--orby-button-radius) !important;
  font-size: var(--orby-button-font-size) !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.creative-page a.button:hover,
.creative-page a.button:focus {
  text-decoration: none !important;
  transform: translateY(-2px);
}
.creative-page a.button--primary,
.creative-page a.button--primary:hover,
.creative-page a.button--primary:focus {
  border: 0 !important;
  background: var(--cyan) !important;
  color: #041527 !important;
  box-shadow: 0 0 28px rgba(32,196,244,.34) !important;
}
.creative-page a.button--primary:hover,
.creative-page a.button--primary:focus {
  box-shadow: 0 8px 34px rgba(32,196,244,.46) !important;
}
.creative-page a.button--glass,
.creative-page a.button--glass:hover,
.creative-page a.button--glass:focus {
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}
.creative-page a.button--glass:hover,
.creative-page a.button--glass:focus {
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.34) !important;
}
.hero__scroll {
  position: relative;
  bottom: auto;
  width: 20px;
  height: 32px;
  display: block;
  margin: 26px auto 0;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 999px;
}
.hero__scroll span {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 2px;
  height: 6px;
  border-radius: 99px;
  background: white;
  transform: translateX(-50%);
  animation: scroll 1.8s infinite;
}

.section { padding: 112px 0; }
.intro { background: linear-gradient(180deg, #dff5ff 0, #fff 42%); }
.section-heading { max-width: 760px; }
.section-heading--center { margin: 0 auto; text-align: center; }
.section-heading h2, .department-copy h2, .contact-card h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.section-heading > p:not(.eyebrow) { max-width: 690px; margin: 20px 0 0; color: var(--muted); }
.section-heading--center > p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 78px; }
.line-card { padding-top: 20px; border-top: 1px solid var(--line); }
.line-card span { color: var(--muted); font-size: .72rem; }
.line-card h3 { margin: 8px 0; color: #1a4a72; font-size: 1.7rem; letter-spacing: -.03em; }
.line-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.services { background: #fafbfc; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 54px; }
.service-card {
  min-height: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.service-card--feature {
  background:
    radial-gradient(circle at 85% 10%, rgba(32,196,244,.18), transparent 15rem),
    linear-gradient(145deg, var(--navy), #10233d);
  color: white;
}
.service-card__number { align-self: flex-end; color: rgba(7,17,38,.12); font-size: 5rem; font-weight: 800; line-height: 1; }
.service-card--feature .service-card__number { color: #fff; }
.service-card__tag { margin: 0 0 8px; color: var(--cyan); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: 1.75rem; letter-spacing: -.035em; }
.creative-page .service-card--feature h3 { color: #fff !important; }
.service-card div > p:last-child { max-width: 500px; margin: 10px 0 0; color: var(--muted); }
.service-card--feature div > p:last-child { color: rgba(255,255,255,.64); }

.wonder-section {
  padding: 0;
  color: white;
  background:
    radial-gradient(circle at 80% 0%, rgba(32,196,244,.14), transparent 28rem),
    linear-gradient(180deg, #050b18 0%, #08182b 100%);
}
.wonder-stage {
  min-height: 880px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.wonder-stage picture {
  display: contents;
}
.wonder-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.01);
}
.wonder-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 56% 34%, transparent 0%, rgba(2,8,18,.12) 46%, rgba(2,8,18,.74) 100%),
    linear-gradient(180deg, rgba(2,8,18,.08) 0%, rgba(2,8,18,.2) 44%, rgba(2,8,18,.9) 100%);
}
.wonder-copy {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  padding-bottom: 52px;
}
.wonder-copy--minimal {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(300px, .28fr);
  gap: 28px;
  align-items: end;
}
.wonder-copy--minimal .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 4px;
}
.wonder-copy h2,
.dino-content h2,
.dream-panel h2,
.cinema-box h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5.7vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.creative-page .wonder-section h2,
.creative-page .dino-section h2,
.creative-page .dream-section h2,
.creative-page .department-section h2,
.creative-page .final-section h2 {
  color: #fff !important;
}
.wonder-copy--minimal h2 {
  max-width: 760px;
}
.wonder-copy p:last-child {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  color: rgba(255,255,255,.78);
  background: rgba(3,14,27,.42);
  backdrop-filter: blur(16px);
  font-size: .98rem;
}

.dino-section {
  min-height: 860px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 130px 0;
  color: white;
  background:
    radial-gradient(circle at 72% 34%, rgba(32,196,244,.13), transparent 24rem),
    radial-gradient(circle at 26% 76%, rgba(236,75,139,.11), transparent 24rem),
    #010204;
  overflow: hidden;
}
.dino-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #010204 0%, rgba(1,2,4,.9) 30%, rgba(1,2,4,.24) 72%, #010204 100%);
}
.dino-media {
  position: absolute;
  inset: 0;
}
.dino-media picture {
  display: contents;
}
.dino-media img {
  position: absolute;
  right: -7vw;
  top: 50%;
  width: min(1180px, 82vw);
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 40px rgba(32,196,244,.12));
}
.dino-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-left: max(20px, calc((100vw - 1160px) / 2));
}
.creative-page .dino-content {
  margin-right: auto;
  margin-left: max(20px, calc((100vw - 1160px) / 2));
}
.dino-content p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 1.06rem;
}
.dino-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.dino-pills span {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.8);
  font-size: .76rem;
}

.studio-section {
  padding: 118px 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(32,196,244,.09), transparent 24rem),
    #fafbfc;
}
.studio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 54px;
}
.studio-card {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 16px 44px rgba(7,17,38,.07);
  overflow: hidden;
}
.studio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
.studio-card.is-visible::before {
  background-image: var(--creative-glow-image);
  opacity: .13;
  transition: opacity .6s ease;
}
.studio-card span,
.studio-card h3,
.studio-card p {
  position: relative;
}
.studio-card span {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(7,17,38,.12);
  font-size: 3.6rem;
  font-weight: 850;
  line-height: 1;
}
.studio-card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -.03em;
}
.studio-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}
.studio-layout {
  display: block;
}
.studio-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.studio-heading h2 {
  max-width: 900px;
  margin-inline: auto;
}
.studio-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin-inline: auto;
}
.studio-section .studio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3.2vw, 54px);
  margin-top: 70px;
}
.studio-section .studio-card {
  min-height: 0;
  display: block;
  justify-content: initial;
  padding: 34px 0 0;
  border: 0;
  border-top: 1px solid #dce4ec;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.studio-section .studio-card::before {
  display: none;
}
.studio-section .studio-card span {
  position: absolute;
  top: 34px;
  right: 0;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
}
.studio-section .studio-card h3 {
  max-width: calc(100% - 42px);
  margin: 0 0 12px;
  color: #102238;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}
.studio-section .studio-card p {
  max-width: 320px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.studio-section .studio-card:hover {
  transform: none;
  border-color: #dce4ec;
  box-shadow: none;
}
@media (max-width: 1080px) {
  .studio-heading {
    max-width: 760px;
  }
  .studio-heading h2,
  .studio-heading > p:not(.eyebrow) {
    max-width: 760px;
  }
  .studio-section .studio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 42px;
  }
}
@media (max-width: 640px) {
  .studio-section .studio-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 42px;
  }
  .studio-section .studio-card {
    padding: 24px 0 26px;
  }
  .studio-section .studio-card span {
    top: 24px;
    font-size: 12px;
  }
  .studio-section .studio-card p {
    font-size: 15px;
  }
}

.dream-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 720px;
  background: #090602;
  color: white;
}
.dream-image {
  min-height: 0;
  overflow: hidden;
}
.dream-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.dream-image img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  display: block;
  object-fit: cover;
  object-position: center 62%;
}
.dream-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 68px);
  background:
    radial-gradient(circle at 0% 24%, rgba(255,184,77,.18), transparent 22rem),
    linear-gradient(180deg, #140d06, #060606);
}
.dream-panel h2 {
  font-size: clamp(2.6rem, 4.3vw, 4.5rem);
}
.dream-panel p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 1.05rem;
}
.dream-panel ul {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.dream-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.8);
  font-size: .95rem;
}
.dream-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
}

.cinema-section {
  padding: 110px 0;
  background: white;
}
.cinema-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 54px;
  border-radius: 24px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.cinema-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 42px;
  align-items: end;
  padding: 0;
}
.cinema-copy .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: -22px;
}
.cinema-copy h2 {
  grid-column: 1;
  grid-row: 2;
  max-width: 760px;
  font-size: clamp(3rem, 4.3vw, 4.7rem);
}
.cinema-copy p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}
.cinema-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #061829;
}
.cinema-image picture {
  display: block;
  width: 100%;
}
.cinema-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
}
.cinema-image figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: min(360px, calc(100% - 44px));
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  color: rgba(255,255,255,.82);
  background: rgba(3,14,27,.48);
  backdrop-filter: blur(14px);
  font-size: .82rem;
}
.cinema-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0;
}
.cinema-steps article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
}
.cinema-steps span {
  color: var(--cyan);
  font-size: .72rem;
  font-weight: 800;
}
.cinema-steps strong {
  display: block;
  margin-top: 14px;
  font-size: 1.05rem;
}
.cinema-steps p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .84rem;
}

.department-section {
  padding: 120px 0;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(32,196,244,.15), transparent 30rem),
    radial-gradient(circle at 85% 15%, rgba(139,114,246,.18), transparent 30rem),
    linear-gradient(135deg, #061829, #05091a 70%);
}
.department-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.department-copy p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.55); }
.case-list { display: grid; gap: 14px; }
.case-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(125,211,252,.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(34,211,238,.2), transparent 13rem),
    linear-gradient(105deg, rgba(10,46,70,.94), rgba(13,18,42,.96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 18px 46px rgba(0,0,0,.16);
  transition: transform .2s ease;
}
.case-item:nth-child(2) {
  border-color: rgba(167,139,250,.22);
  background:
    radial-gradient(circle at 8% 50%, rgba(139,92,246,.24), transparent 13rem),
    linear-gradient(105deg, rgba(31,25,72,.96), rgba(17,13,39,.97));
}
.case-item:nth-child(3) {
  border-color: rgba(244,114,182,.2);
  background:
    radial-gradient(circle at 8% 50%, rgba(236,72,153,.2), transparent 13rem),
    linear-gradient(105deg, rgba(58,20,60,.94), rgba(19,13,39,.97));
}
.case-item:nth-child(4) {
  border-color: rgba(45,212,191,.2);
  background:
    radial-gradient(circle at 8% 50%, rgba(20,184,166,.22), transparent 13rem),
    linear-gradient(105deg, rgba(10,54,62,.94), rgba(10,22,41,.97));
}
.case-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 24px 58px rgba(0,0,0,.24);
}
.case-icon {
  width: 52px;
  height: 52px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(34,211,238,.9), rgba(37,99,235,.78));
  box-shadow: 0 12px 28px rgba(14,165,233,.2);
}
.case-item:nth-child(2) .case-icon {
  background: linear-gradient(145deg, #8b5cf6, #4f46e5);
  box-shadow: 0 12px 28px rgba(139,92,246,.22);
}
.case-item:nth-child(3) .case-icon {
  background: linear-gradient(145deg, #ec4899, #8b5cf6);
  box-shadow: 0 12px 28px rgba(236,72,153,.2);
}
.case-item:nth-child(4) .case-icon {
  background: linear-gradient(145deg, #14b8a6, #0891b2);
  box-shadow: 0 12px 28px rgba(20,184,166,.2);
}
.case-icon::before,
.case-icon::after {
  content: "";
  position: absolute;
}
.case-icon--launch::before {
  width: 14px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50% 50% 42% 42%;
  transform: rotate(42deg);
}
.case-icon--launch::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: translate(4px, -4px);
}
.case-icon--content::before,
.case-icon--content::after {
  width: 20px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 4px;
}
.case-icon--content::before { transform: translate(-4px, -4px); }
.case-icon--content::after { transform: translate(4px, 4px); opacity: .68; }
.case-icon--prototype::before {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.18);
}
.case-icon--prototype::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.case-icon--team::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -10px 9px 0 rgba(255,255,255,.75), 10px 9px 0 rgba(255,255,255,.75);
  transform: translateY(-5px);
}
.case-icon--team::after {
  width: 30px;
  height: 15px;
  border: 2px solid rgba(255,255,255,.86);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  transform: translateY(7px);
}
.case-item h3 { margin: 0; font-size: 1.15rem; }
.creative-page .case-item h3 { color: #fff !important; }
.case-item p { margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: .88rem; }

.outcomes { background: #fafbfc; }
.outcomes > .container {
  width: min(1480px, calc(100% - 80px));
}
.creative-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}
.creative-outcome-grid .strategy-problem-card {
  position: relative;
  min-height: 190px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #ced6e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .06);
}
.creative-outcome-grid .orby-puntos-dolor-num {
  position: absolute;
  top: -8px;
  left: 1px;
  z-index: 0;
  color: rgba(15, 23, 42, .05);
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}
.creative-outcome-grid .strategy-problem-card h3,
.creative-outcome-grid .strategy-problem-card p {
  position: relative;
  z-index: 1;
}
.creative-outcome-grid .strategy-problem-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.creative-outcome-grid .strategy-problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.final-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(32,196,244,.12), transparent 24rem),
    radial-gradient(circle at 85% 45%, rgba(139,114,246,.16), transparent 26rem),
    linear-gradient(135deg, #061829, #05091a 72%);
}
.final-section::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: -1;
  background: radial-gradient(circle at 72% 45%, rgba(34,211,238,.13), transparent 24%);
  opacity: .45;
  transform: scale(.96);
  animation: ctaBreath 7s ease-in-out infinite;
  pointer-events: none;
}
.final-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; }
.final-steps div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.final-steps div:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.final-steps span { display: block; color: rgba(255,255,255,.52); font-size: .75rem; }
.final-steps strong { display: block; margin-top: 4px; color: #d9f7ff; font-size: 1.65rem; letter-spacing: -.03em; }
.contact-card {
  padding: 48px;
  border-radius: var(--radius);
  color: white;
  background:
    radial-gradient(circle at 90% 5%, rgba(32,196,244,.24), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
  backdrop-filter: blur(18px);
}
.contact-card h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.contact-card > p:not(.eyebrow) { margin: 18px 0 26px; color: rgba(255,255,255,.66); }
.final-section .button--primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.final-section .button--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.34) 50%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
  pointer-events: none;
}

.faq-section { background: #f5f5f5; }
.faq-section .section-heading {
  margin: 0 auto;
  text-align: center;
}
.creative-page .faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px;
  width: min(1080px, 100%);
  margin: 38px auto 0;
}
.faq { border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 10px 28px rgba(7,17,38,.05); }
.faq summary { position: relative; cursor: pointer; list-style: none; padding: 20px 52px 20px 20px; font-size: 16px; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 14px; right: 14px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: #f2f6fa; color: #315676; }
.faq[open] summary::after { content: "−"; }
.faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 16px; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .72s cubic-bezier(.22, .61, .36, 1) var(--reveal-delay, 0ms),
    transform .72s cubic-bezier(.22, .61, .36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.is-visible { will-change: auto; }
@keyframes scroll { 0%,100% { transform: translate(-50%,0); opacity: .3; } 50% { transform: translate(-50%,10px); opacity: 1; } }
@keyframes heroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroAtmosphere {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.055) translate3d(-.35%, -.25%, 0); }
}
@keyframes ctaBreath {
  0%, 100% { opacity: .34; transform: scale(.96); }
  50% { opacity: .58; transform: scale(1.035); }
}

.service-card,
.studio-card,
.outcome-card,
.case-item,
.cinema-steps article,
.contact-card {
  transition: transform .28s cubic-bezier(.22, .61, .36, 1);
}
.wonder-stage img,
.dream-image img,
.cinema-image img {
  transition: transform 1.1s cubic-bezier(.22, .61, .36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .studio-card:hover,
  .outcome-card:hover,
  .cinema-steps article:hover,
  .contact-card:hover {
    transform: translateY(-3px);
    border-color: rgba(91,155,190,.28);
    box-shadow: 0 22px 54px rgba(7,17,38,.12);
  }
  .case-item:hover { transform: translateY(-3px); }
  .wonder-stage:hover img { transform: scale(1.022); }
  .dream-image:hover img { transform: scale(1.018); }
  .cinema-image:hover img { transform: scale(1.012); }
  .final-section .button--primary:hover::after { transform: translateX(130%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .creative-page.motion-ready .hero__content > .eyebrow,
  .creative-page.motion-ready .hero__content > h1,
  .creative-page.motion-ready .hero__content > p:not(.eyebrow),
  .creative-page.motion-ready .hero__content .button {
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
  }
  .hero::before,
  .final-section::before,
  .hero__scroll span {
    animation: none;
  }
  .service-card,
  .studio-card,
  .outcome-card,
  .case-item,
  .cinema-steps article,
  .contact-card,
  .wonder-stage img,
  .dream-image img,
  .cinema-image img,
  .final-section .button--primary::after {
    transition: none;
  }
}
@media (max-width: 1080px) {
  .hero {
    padding: 112px 24px 64px;
  }
  .hero h1 {
    font-size: var(--orby-h1-tablet-large);
  }
  .section {
    padding: 96px 0;
  }
  .studio-section,
  .department-section,
  .cinema-section {
    padding: 96px 0;
  }
  .studio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .studio-card {
    min-height: 270px;
  }
  .department-layout {
    gap: 56px;
  }
  .cinema-box {
    padding: 42px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: 100svh;
    min-height: 100svh;
    padding:
      calc(92px + env(safe-area-inset-top))
      24px
      calc(46px + env(safe-area-inset-bottom));
  }
  .hero::before {
    background-position: 52% center;
  }
  .hero h1 {
    font-size: var(--orby-h1-tablet);
    line-height: 1.01;
  }
  .hero__content {
    max-width: 650px;
  }
  .hero__scroll {
    bottom: auto;
  }
  .section,
  .studio-section,
  .department-section,
  .cinema-section {
    padding: 88px 0;
  }
  .benefit-grid,
  .department-layout,
  .final-layout,
  .cinema-box {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    gap: 28px;
    margin-top: 56px;
  }
  .department-layout,
  .final-layout {
    gap: 44px;
  }
  .service-grid,
  .studio-grid,
  .outcome-grid,
  .cinema-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wonder-stage {
    min-height: 680px;
  }
  .wonder-stage img {
    object-position: 53% center;
  }
  .wonder-copy {
    padding-bottom: 38px;
  }
  .wonder-copy--minimal {
    grid-template-columns: 1fr;
  }
  .wonder-copy--minimal h2 {
    max-width: 640px;
  }
  .wonder-copy p:last-child {
    max-width: 460px;
  }
  .dino-section {
    min-height: 720px;
    align-items: flex-start;
    padding: 84px 0 56px;
  }
  .dino-content {
    width: min(100% - 40px, 720px);
    margin: 0 auto;
  }
  .dino-media img {
    top: auto;
    right: -18%;
    bottom: -4%;
    width: 90%;
    transform: none;
  }
  .dream-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .dream-image {
    height: 520px;
    min-height: 0;
  }
  .dream-image img {
    min-height: 0;
    object-position: center 66%;
  }
  .dream-panel {
    padding: 64px 40px;
  }
  .cinema-copy {
    grid-template-columns: 1fr;
  }
  .cinema-copy .eyebrow,
  .cinema-copy h2,
  .cinema-copy p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }
  .cinema-copy .eyebrow {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .creative-page .container {
    width: min(
      calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)),
      1160px
    );
  }
  .hero {
    height: 100svh;
    min-height: 100svh;
    padding:
      calc(76px + env(safe-area-inset-top))
      14px
      calc(30px + env(safe-area-inset-bottom));
  }
  .hero::before {
    background-position: 51% center;
    animation: none;
    transform: scale(1.025);
  }
  .button--glass { backdrop-filter: blur(8px); }
  .contact-card { backdrop-filter: blur(10px); }
  .final-section::before {
    animation: none;
    opacity: .44;
    transform: scale(1);
  }
  .hero__shade {
    background:
      linear-gradient(180deg, rgba(1,9,20,.38), rgba(1,9,20,.2) 38%, rgba(1,9,20,.84)),
      radial-gradient(circle at center, transparent 18%, rgba(1,8,18,.42) 100%);
  }
  .hero__content {
    width: min(100%, 430px);
    padding-top: 0;
  }
  .hero h1 {
    font-size: 2.85rem;
    line-height: 1.02;
  }
  .hero__content > p:not(.eyebrow) {
    max-width: 360px;
    margin-top: 18px;
    font-size: .96rem;
    line-height: 1.55;
  }
  .hero .eyebrow {
    margin-bottom: 12px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 24px;
  }
  .actions .button {
    width: 100%;
    min-height: 50px;
  }
  .hero__scroll {
    bottom: auto;
    width: 18px;
    height: 28px;
    margin-top: 16px;
  }
  .section,
  .studio-section,
  .department-section,
  .cinema-section {
    padding: 72px 0;
  }
  .wonder-section {
    padding: 0;
  }
  .section-heading h2,
  .department-copy h2,
  .wonder-copy h2,
  .dino-content h2,
  .dream-panel h2,
  .cinema-box h2 {
    font-size: 2.35rem;
    line-height: 1.04;
  }
  .section-heading > p:not(.eyebrow),
  .department-copy p:last-child,
  .dino-content p:not(.eyebrow),
  .dream-panel p:not(.eyebrow),
  .cinema-copy p:not(.eyebrow),
  .contact-card > p:not(.eyebrow) {
    font-size: .98rem;
    line-height: 1.6;
  }
  .eyebrow {
    font-size: .68rem;
    line-height: 1.4;
  }
  .benefit-grid,
  .service-grid,
  .studio-grid,
  .outcome-grid,
  .faq-grid,
  .cinema-steps {
    grid-template-columns: 1fr;
  }
  .benefit-grid {
    gap: 26px;
    margin-top: 44px;
  }
  .line-card {
    text-align: center;
  }
  .line-card h3 {
    font-size: 1.45rem;
  }
  .line-card p {
    font-size: .94rem;
  }
  .service-grid,
  .studio-grid {
    gap: 14px;
    margin-top: 38px;
  }
  .service-card {
    min-height: 240px;
    padding: 24px;
  }
  .service-card__number {
    font-size: 4.25rem;
  }
  .service-card h3 {
    font-size: 1.55rem;
  }
  .studio-card {
    min-height: 235px;
    padding: 24px;
  }
  .studio-card p,
  .service-card div > p:last-child,
  .outcome-card p,
  .case-item p,
  .cinema-steps p {
    font-size: .9rem;
    line-height: 1.55;
  }
  .wonder-stage {
    min-height: 610px;
  }
  .wonder-stage img {
    object-position: 54% center;
  }
  .wonder-copy {
    padding-bottom: 26px;
  }
  .wonder-copy p:last-child {
    max-width: 100%;
    padding: 14px 16px;
    font-size: .9rem;
    line-height: 1.5;
  }
  .dino-section {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 64px;
  }
  .dino-section::after {
    inset: 0 0 auto;
    z-index: 1;
    height: 320px;
    background: linear-gradient(180deg, rgba(1,2,4,.08) 0%, rgba(1,2,4,.08) 58%, #010204 100%);
    pointer-events: none;
  }
  .dino-media {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
  .dino-content {
    order: 2;
    width: min(
      calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)),
      720px
    );
    margin-top: 18px;
  }
  .creative-page .dino-content {
    margin-right: auto;
    margin-left: auto;
  }
  .dino-content p:not(.eyebrow) {
    margin-top: 18px;
  }
  .dino-pills {
    gap: 8px;
    margin-top: 22px;
  }
  .dino-pills span {
    padding: 8px 11px;
    font-size: .72rem;
  }
  .dino-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center 42%;
    opacity: 1;
  }
  .dream-image {
    height: 420px;
  }
  .dream-image img {
    min-height: 0;
    object-position: center 68%;
  }
  .dream-panel {
    padding: 44px 22px;
  }
  .dream-panel ul {
    gap: 10px;
    margin-top: 26px;
  }
  .cinema-box {
    gap: 22px;
    padding: 22px 14px;
    border-radius: 18px;
  }
  .cinema-image {
    border-radius: 14px;
  }
  .cinema-image figcaption {
    position: static;
    width: auto;
    margin: 12px;
    font-size: .78rem;
  }
  .cinema-steps {
    gap: 10px;
  }
  .cinema-steps article {
    padding: 17px;
  }
  .case-list {
    gap: 12px;
  }
  .case-item {
    grid-template-columns: 48px 1fr;
    min-height: 0;
    padding: 20px;
  }
  .case-icon {
    width: 48px;
    height: 48px;
  }
  .outcome-grid {
    gap: 14px;
    margin-top: 42px;
  }
  .outcome-card {
    min-height: 175px;
    padding: 24px;
  }
  .contact-card {
    padding: 30px 22px;
  }
  .contact-card .button {
    width: 100%;
    min-height: 50px;
  }
  .faq summary {
    min-height: 58px;
    padding: 18px 50px 18px 18px;
    line-height: 1.4;
  }
  .faq p {
    padding: 0 18px 18px;
    line-height: 1.6;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 2.7rem;
  }
  .hero__content > p:not(.eyebrow) {
    max-width: 330px;
    font-size: .93rem;
  }
  .section-heading h2,
  .department-copy h2,
  .wonder-copy h2,
  .dino-content h2,
  .dream-panel h2,
  .cinema-box h2 {
    font-size: 2.25rem;
  }
  .wonder-stage {
    min-height: 580px;
  }
  .dream-image {
    height: 390px;
  }
  .dino-section {
    min-height: 0;
  }
  .dino-media,
  .dino-section::after {
    height: 280px;
  }
}

@media (max-width: 375px) {
  .creative-page .container {
    width: min(
      calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)),
      1160px
    );
  }
  .hero {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero__content > p:not(.eyebrow) {
    max-width: 310px;
    font-size: .9rem;
  }
  .section-heading h2,
  .department-copy h2,
  .wonder-copy h2,
  .dino-content h2,
  .dream-panel h2,
  .cinema-box h2 {
    font-size: 2.12rem;
  }
  .section,
  .studio-section,
  .department-section,
  .cinema-section {
    padding: 64px 0;
  }
  .wonder-section {
    padding: 0;
  }
  .wonder-stage {
    min-height: 560px;
  }
  .dino-content {
    width: calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }
  .dino-media,
  .dino-section::after {
    height: 250px;
  }
  .dream-image {
    height: 360px;
  }
  .case-item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px;
  }
  .case-icon {
    width: 44px;
    height: 44px;
  }
}

/* Final typography scale */
@media (min-width: 641px) {
  .creative-page p:not(.eyebrow):not(.service-card__tag) {
    font-size: var(--orby-copy-desktop) !important;
  }

  .creative-page .hero__content > p:not(.eyebrow) {
    font-size: 17px !important;
  }

  .creative-page h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 640px) {
  .creative-page h1 {
    font-size: var(--orby-h1-mobile) !important;
  }

  .creative-page h2 {
    font-size: var(--orby-h2-mobile) !important;
  }

  .creative-page p:not(.eyebrow):not(.service-card__tag) {
    font-size: var(--orby-copy-mobile) !important;
  }

  .creative-page .faq p {
    font-size: var(--orby-copy-mobile) !important;
  }

  .creative-page h3 {
    font-size: 19px !important;
  }

  .creative-page .line-card h3,
  .creative-page .service-card h3 {
    font-size: 21px !important;
  }

  .creative-page .studio-card h3 {
    font-size: 19px !important;
  }

  .creative-page .case-item h3 {
    font-size: 17px !important;
  }

  .creative-page .outcome-card h3 {
    font-size: 16px !important;
  }

  .creative-page .eyebrow,
  .creative-page .service-card__tag,
  .creative-page figcaption,
  .creative-page .line-card span,
  .creative-page .dino-pills span,
  .creative-page .cinema-steps span,
  .creative-page .final-steps span {
    font-size: 12px !important;
  }
}
