/* =========================================================
   BLACKWALL CREATIONS
   Division-specific presentation layer
   ========================================================= */

.creations-page {
  --creations-metal: #c8cbd0;
  --creations-warm: #b8aa9a;
  --creations-line: rgba(255, 255, 255, 0.09);
  --creations-line-strong: rgba(255, 255, 255, 0.16);
  --creations-panel: rgba(255, 255, 255, 0.025);
  --creations-panel-strong: rgba(255, 255, 255, 0.045);
}

.creations-page-bg {
  background:
    radial-gradient(
      circle at 20% 4%,
      rgba(150, 157, 170, 0.11),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 22%,
      rgba(130, 111, 94, 0.075),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      #050608 0%,
      #08090b 38%,
      #050608 100%
    );
}

.creations-page-grid {
  opacity: 0.15;
  background-size: 84px 84px;
  mask-image:
    linear-gradient(
      to bottom,
      black 0%,
      rgba(0, 0, 0, 0.72) 45%,
      transparent 92%
    );
}

.creations-glow {
  animation-duration: 22s;
  opacity: 0.08;
}

.creations-glow-a {
  width: 520px;
  height: 520px;
  top: 4%;
  left: -180px;
  background: rgba(196, 202, 212, 0.18);
}

.creations-glow-b {
  width: 440px;
  height: 440px;
  top: 32%;
  right: -160px;
  background: rgba(148, 128, 107, 0.15);
  animation-delay: -8s;
}

/* Header state */

.creations-page .nav a[aria-current="page"] {
  color: #ffffff;
}

.creations-page .nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translateY(0);
}

/* Hero */

.creations-hero {
  padding: 72px 0 34px;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

.creations-hero-shell {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(520px, 1.08fr);
  gap: 46px;
  align-items: center;
}

.creations-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 700px;
}

.creations-eyebrow {
  background: rgba(255, 255, 255, 0.018);
}

.creations-hero-index {
  margin: 0 0 20px;
  color: var(--muted-2);
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.creations-hero h1 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(4rem, 8.4vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.creations-hero h1 span {
  display: block;
  margin-top: 12px;
  color: #aeb3bc;
}

.creations-hero-subline {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.88;
}

.creations-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.creations-visual-frame {
  position: relative;
  width: min(660px, 100%);
  aspect-ratio: 1 / 1.08;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 6px;
  background:
    linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.035),
      transparent 45%
    ),
    rgba(5, 6, 8, 0.58);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  overflow: hidden;
  perspective: 1400px;
  transform-style: preserve-3d;
  --creation-rx: 0deg;
  --creation-ry: 0deg;
  transform:
    rotateX(var(--creation-rx))
    rotateY(var(--creation-ry));
  transition: transform 0.18s ease-out;
}

.creations-visual-frame::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  pointer-events: none;
}

.creations-visual-frame::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -120px;
  top: -120px;
  border-radius: 999px;
  background: rgba(190, 193, 202, 0.09);
  filter: blur(70px);
  pointer-events: none;
}

.creations-visual-number {
  position: absolute;
  top: 30px;
  left: 32px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.creations-visual-grid {
  position: absolute;
  inset: 0;
}

.visual-line {
  position: absolute;
  background: rgba(255, 255, 255, 0.055);
}

.visual-line-a,
.visual-line-b {
  top: 0;
  bottom: 0;
  width: 1px;
}

.visual-line-a {
  left: 33.33%;
}

.visual-line-b {
  left: 66.66%;
}

.visual-line-c,
.visual-line-d {
  left: 0;
  right: 0;
  height: 1px;
}

.visual-line-c {
  top: 33.33%;
}

.visual-line-d {
  top: 66.66%;
}

.creations-object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280px;
  height: 340px;
  transform-style: preserve-3d;
  transform:
    translate(-50%, -50%)
    rotateX(-8deg)
    rotateY(-28deg);
}

.creations-object-face {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.015) 52%
    ),
    #0b0c0f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 80px rgba(0, 0, 0, 0.42);
  backface-visibility: hidden;
}

.face-front {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  transform: translateZ(54px);
}

.face-front span {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.face-front small {
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 0.58rem;
  letter-spacing: 0.32em;
}

.face-side {
  top: 0;
  right: -108px;
  width: 108px;
  height: 100%;
  transform-origin: left center;
  transform:
    rotateY(90deg)
    translateZ(54px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.01)
    ),
    #08090b;
}

.face-top {
  left: 0;
  top: -108px;
  width: 100%;
  height: 108px;
  transform-origin: center bottom;
  transform:
    rotateX(90deg)
    translateZ(54px);
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.015)
    ),
    #0d0e11;
}

.creations-visual-caption {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Intro statement */

.creations-intro {
  padding: 36px 0 100px;
}

.creations-intro-shell {
  border-top: 1px solid var(--creations-line);
  padding-top: 54px;
}

.creations-intro p {
  margin: 0;
  max-width: 1160px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.5rem, 5.7vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.057em;
  text-transform: uppercase;
}

.creations-intro p span {
  color: #949aa4;
}

/* Shared division section headings */

.creations-section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

.creations-section-heading h2,
.creations-position-heading h2,
.creations-philosophy-copy h2,
.creations-showing-title h2,
.creations-beyond-copy h2,
.creations-hosting-copy h2,
.creations-contact-copy h2 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.creations-section-heading > p {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.86;
}

/* Position */

.creations-position {
  padding-top: 80px;
  padding-bottom: 110px;
}

.creations-position-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.78fr;
  gap: 90px;
  align-items: start;
}

.creations-position-copy {
  padding-top: 36px;
  border-top: 1px solid var(--creations-line);
}

.creations-position-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.creations-position-copy p + p {
  margin-top: 26px;
}

/* Philosophy */

.creations-philosophy-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 82px;
  padding: 54px;
  border-radius: 4px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.04),
      transparent 44%
    ),
    rgba(255, 255, 255, 0.016);
  border: 1px solid var(--creations-line);
}

.creations-philosophy-copy p {
  max-width: 580px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.86;
}

.creations-principles {
  display: grid;
}

.creation-principle {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--creations-line);
}

.creation-principle:first-child {
  padding-top: 0;
}

.creation-principle:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.creation-principle-number {
  color: var(--muted-2);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
}

.creation-principle h3 {
  margin: 0 0 10px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.creation-principle p {
  margin: 0;
  color: var(--muted);
  line-height: 1.78;
}

/* Capabilities */

.creations-capabilities {
  padding-top: 120px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.capability-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--creations-line);
  border-radius: 3px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.035),
      transparent 50%
    ),
    rgba(255, 255, 255, 0.014);
  overflow: hidden;
  transition:
    transform 0.3s var(--ease-soft),
    border-color 0.3s var(--ease-soft),
    background 0.3s var(--ease-soft);
}

.capability-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -130px;
  bottom: -130px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  filter: blur(54px);
  opacity: 0;
  transition: opacity 0.3s var(--ease-soft);
}

.capability-card:hover {
  transform: translateY(-4px);
  border-color: var(--creations-line-strong);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      transparent 52%
    ),
    rgba(255, 255, 255, 0.018);
}

.capability-card:hover::after {
  opacity: 1;
}

.capability-card-large {
  grid-row: span 2;
  min-height: 674px;
  display: flex;
  flex-direction: column;
}

.capability-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted-2);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.capability-card h3 {
  margin: auto 0 0;
  max-width: 620px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2rem, 3.7vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-transform: uppercase;
}

.capability-card:not(.capability-card-large) h3 {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
}

.capability-card p {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.84;
}

.capability-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--creations-line);
}

.capability-card li {
  padding: 16px 14px 16px 0;
  color: #d7dbe2;
  border-bottom: 1px solid var(--creations-line);
  font-size: 0.84rem;
}

/* Showing before telling */

.creations-showing {
  padding-top: 120px;
}

.creations-showing-shell {
  padding: 60px 0;
  border-top: 1px solid var(--creations-line);
  border-bottom: 1px solid var(--creations-line);
}

.creations-showing-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 80px;
  align-items: end;
  margin-top: 60px;
}

.showing-statement p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.showing-statement p + p {
  margin-top: 22px;
}

.showing-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--creations-line);
  border-bottom: 1px solid var(--creations-line);
}

.showing-metric {
  min-height: 160px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--creations-line);
}

.showing-metric:last-child {
  border-right: 0;
}

.showing-metric-label {
  color: var(--muted-2);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showing-metric strong {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

/* Process */

.creations-process {
  padding-top: 120px;
}

.process-list {
  border-top: 1px solid var(--creations-line);
}

.process-step {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 50px;
  padding: 44px 0;
  border-bottom: 1px solid var(--creations-line);
}

.process-number {
  color: rgba(255, 255, 255, 0.28);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.process-step-copy {
  display: grid;
  grid-template-columns: 160px minmax(250px, 0.75fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: start;
}

.process-label {
  color: var(--muted-2);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.process-step h3 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

/* Beyond launch */

.creations-beyond {
  padding-top: 120px;
}

.creations-beyond-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 80px;
  align-items: start;
}

.creations-beyond-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.88;
}

.creations-beyond-panel {
  border-top: 1px solid var(--creations-line);
}

.beyond-row {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--creations-line);
}

.beyond-row span {
  color: #dce0e6;
}

.beyond-row strong {
  color: var(--muted-2);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Hosting */

.creations-hosting {
  padding-top: 120px;
}

.creations-hosting-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  padding: 56px;
  border-radius: 4px;
  border: 1px solid var(--creations-line);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.048),
      transparent 48%
    ),
    #08090b;
  overflow: hidden;
}

.creations-hosting-shell::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -230px;
  top: -230px;
  border-radius: 999px;
  background: rgba(169, 156, 142, 0.1);
  filter: blur(90px);
}

.creations-hosting-copy {
  position: relative;
  z-index: 1;
}

.creations-hosting-copy p {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.88;
}

.creations-hosting-items {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  border-top: 1px solid var(--creations-line);
}

.creations-hosting-items span {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 16px 20px 16px 0;
  border-bottom: 1px solid var(--creations-line);
  color: #dce0e6;
  font-size: 0.86rem;
}

/* Selected work */

.creations-work {
  padding-top: 120px;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.825fr 0.825fr;
  gap: 14px;
}

.work-card {
  min-width: 0;
}

.work-preview {
  position: relative;
  min-height: 390px;
  border: 1px solid var(--creations-line);
  border-radius: 3px;
  overflow: hidden;
}

.work-card-featured .work-preview {
  min-height: 520px;
}

.work-preview-one {
  display: grid;
  place-items: center;
  padding: 44px;
  background:
    radial-gradient(
      circle at 70% 24%,
      rgba(188, 192, 200, 0.12),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #0d0f12,
      #060709 65%
    );
}

.work-preview-two {
  background:
    linear-gradient(
      45deg,
      transparent 49.7%,
      rgba(255, 255, 255, 0.065) 50%,
      transparent 50.3%
    ),
    linear-gradient(
      135deg,
      #0a0b0d,
      #111216
    );
}

.work-preview-three {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 44px
    ),
    linear-gradient(
      180deg,
      #0c0d10,
      #07080a
    );
}

.work-browser {
  width: min(620px, 100%);
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #08090b;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.48);
}

.work-browser-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid var(--creations-line);
}

.work-browser-bar span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.work-browser-content {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.work-browser-kicker {
  color: var(--muted-2);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.work-browser-content strong {
  margin-top: 18px;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.work-browser-content small {
  margin-top: 14px;
  color: var(--muted);
}

.work-placeholder-mark {
  position: absolute;
  left: 26px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.17);
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.08em;
}

.work-card-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 2px 0;
}

.work-type {
  color: var(--muted-2);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-card-copy h3 {
  margin: 8px 0 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.work-status {
  color: var(--muted-2);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Contact */

.creations-contact {
  padding-top: 140px;
  padding-bottom: 90px;
}

.creations-contact-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
  padding: 58px;
  border: 1px solid var(--creations-line);
  border-radius: 4px;
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.05),
      transparent 52%
    ),
    rgba(255, 255, 255, 0.014);
}

.creations-contact-copy {
  max-width: 800px;
}

.creations-contact-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.86;
}

.creations-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.creations-contact-actions .btn {
  min-width: 230px;
}

.creations-footer {
  padding-top: 0;
}

/* Responsive */

@media (max-width: 1180px) {
  .creations-hero-shell,
  .creations-position-grid,
  .creations-philosophy-shell,
  .creations-showing-grid,
  .creations-beyond-grid,
  .creations-hosting-shell,
  .creations-contact-shell {
    grid-template-columns: 1fr;
  }

  .creations-hero {
    min-height: auto;
  }

  .creations-hero-visual {
    margin-top: 22px;
  }

  .creations-position-grid,
  .creations-philosophy-shell,
  .creations-showing-grid,
  .creations-beyond-grid,
  .creations-hosting-shell {
    gap: 44px;
  }

  .process-step-copy {
    grid-template-columns: 130px minmax(0, 0.9fr) minmax(0, 1fr);
  }

  .work-grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-card-featured {
    grid-column: 1 / -1;
  }

  .creations-contact-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 860px) {
  .creations-hero {
    padding-top: 54px;
  }

  .creations-hero-shell {
    gap: 54px;
  }

  .creations-hero h1 {
    font-size: clamp(3.4rem, 15vw, 6rem);
  }

  .creations-intro {
    padding-bottom: 70px;
  }

  .creations-position,
  .creations-capabilities,
  .creations-showing,
  .creations-process,
  .creations-beyond,
  .creations-hosting,
  .creations-work {
    padding-top: 88px;
  }

  .creations-philosophy-shell,
  .creations-hosting-shell,
  .creations-contact-shell {
    padding: 34px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capability-card-large {
    grid-row: auto;
    min-height: 520px;
  }

  .showing-metrics {
    grid-template-columns: 1fr;
  }

  .showing-metric {
    min-height: 110px;
    border-right: 0;
    border-bottom: 1px solid var(--creations-line);
  }

  .showing-metric:last-child {
    border-bottom: 0;
  }

  .process-step {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 26px;
  }

  .process-step-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .creations-hosting-items {
    grid-template-columns: 1fr;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card-featured {
    grid-column: auto;
  }

  .work-preview,
  .work-card-featured .work-preview {
    min-height: 410px;
  }
}

@media (max-width: 560px) {
  .creations-hero {
    padding-top: 40px;
  }

  .creations-hero h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .creations-hero-subline {
    font-size: 0.96rem;
  }

  .creations-visual-frame {
    aspect-ratio: 0.9 / 1;
  }

  .creations-object {
    width: 190px;
    height: 250px;
  }

  .face-side {
    right: -76px;
    width: 76px;
  }

  .face-top {
    top: -76px;
    height: 76px;
  }

  .face-front {
    transform: translateZ(38px);
  }

  .face-side {
    transform:
      rotateY(90deg)
      translateZ(38px);
  }

  .face-top {
    transform:
      rotateX(90deg)
      translateZ(38px);
  }

  .creations-intro p {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .creations-philosophy-shell,
  .creations-hosting-shell,
  .creations-contact-shell,
  .capability-card {
    padding: 24px;
  }

  .capability-card,
  .capability-card-large {
    min-height: 420px;
  }

  .capability-card ul {
    grid-template-columns: 1fr;
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .process-number {
    font-size: 2.7rem;
  }

  .beyond-row {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .work-preview-one {
    padding: 20px;
  }

  .work-preview,
  .work-card-featured .work-preview {
    min-height: 340px;
  }

  .creations-contact {
    padding-top: 100px;
  }

  .creations-contact-actions,
  .creations-contact-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   COMPACT CREATIONS PAGE
   Simplified page structure
   ========================================================= */

/* Hero refinement */

.creations-hero h1 {
  max-width: 760px;
}

.creations-hero-subline {
  max-width: 600px;
}

/* Overview */

.creations-overview {
  padding-top: 90px;
  padding-bottom: 110px;
}

.creations-overview-shell {
  display: grid;
  grid-template-columns:
    minmax(0, 1.15fr)
    minmax(320px, 0.7fr);
  gap: 90px;
  align-items: start;
  padding-top: 56px;
  border-top: 1px solid var(--creations-line);
}

.creations-overview-heading {
  max-width: 850px;
}

.creations-overview-heading h2 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-transform: uppercase;
}

.creations-overview-copy {
  padding-top: 10px;
}

.creations-overview-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.creations-overview-copy p + p {
  margin-top: 24px;
}

/* Compact capabilities */

.creations-capabilities-compact {
  padding-top: 40px;
}

.capabilities-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.capability-card-compact {
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.capability-card-compact h3 {
  margin: auto 0 0;
  font-size: clamp(1.9rem, 2.7vw, 2.8rem);
}

.capability-card-compact p {
  margin-top: 22px;
}

/* Compact work section */

.creations-work-compact {
  padding-top: 120px;
}

.creations-work-layout {
  display: grid;
  grid-template-columns:
    minmax(300px, 0.68fr)
    minmax(0, 1.32fr);
  gap: 80px;
  align-items: start;
}

.creations-work-layout .creations-section-heading {
  position: sticky;
  top: 140px;
  margin-bottom: 0;
}

.work-card-showcase {
  min-width: 0;
}

.work-card-showcase .work-preview {
  min-height: 560px;
}

.work-card-showcase .work-browser {
  width: min(680px, 100%);
  min-height: 360px;
}

.work-card-showcase .work-browser-content {
  min-height: 318px;
}

/* Contact spacing after shorter page */

.creations-contact {
  padding-top: 120px;
}

/* Compact responsive layout */

@media (max-width: 1180px) {
  .creations-overview-shell,
  .creations-work-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .creations-work-layout .creations-section-heading {
    position: static;
  }

  .capabilities-grid-compact {
    grid-template-columns: 1fr;
  }

  .capability-card-compact {
    min-height: 340px;
  }
}

@media (max-width: 860px) {
  .creations-overview {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .creations-overview-shell {
    padding-top: 42px;
  }

  .creations-capabilities-compact {
    padding-top: 30px;
  }

  .creations-work-compact {
    padding-top: 88px;
  }

  .work-card-showcase .work-preview {
    min-height: 440px;
  }
}

@media (max-width: 560px) {
  .creations-overview-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .capability-card-compact {
    min-height: 360px;
  }

  .work-card-showcase .work-preview {
    min-height: 350px;
  }

  .work-card-showcase .work-browser {
    min-height: 290px;
  }

  .work-card-showcase .work-browser-content {
    min-height: 248px;
  }
}

/* =========================================================
   TWO-TONE TYPOGRAPHY
   Controlled white and greyscale heading hierarchy
   ========================================================= */

.creations-heading-muted {
  color: #aeb3bc;
}

.creations-heading-muted-block {
  display: block;
  margin-top: 8px;
  color: #aeb3bc;
}

/* Capability card headings use a slightly deeper grey */

.capability-card-compact h3 .creations-heading-muted,
.capability-card-compact h3 .creations-heading-muted-block {
  color: #969ca6;
}

/* Portfolio preview heading */

.work-browser-content strong .creations-heading-muted,
.work-browser-content strong .creations-heading-muted-block {
  color: #aeb3bc;
}

/* Keep line spacing controlled on small screens */

@media (max-width: 560px) {
  .creations-heading-muted-block {
    margin-top: 5px;
  }
}

/* =========================================================
   CREATIONS SURFACE REFINEMENT
   Softer Blackwall family resemblance without losing
   the division's sharper architectural identity
   ========================================================= */

/* Primary Creations surfaces */

.creations-visual-frame {
  border-radius: 10px;
}

.capability-card {
  border-radius: 8px;
}

.work-preview {
  border-radius: 8px;
}

.creations-contact-shell {
  border-radius: 10px;
}

/* Browser-style portfolio preview */

.work-browser {
  border-radius: 7px;
  overflow: hidden;
}

/* =========================================================
   CREATIONS — DIGITAL CONSTRUCTION HERO
   ========================================================= */

.creations-build-frame {
  position: relative;
  isolation: isolate;
  min-height: 530px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 68% 42%,
      rgba(255, 255, 255, 0.055),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.024),
      rgba(255, 255, 255, 0.006)
    ),
    #08090c;
}

.creations-build-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 6;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  mask-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      transparent 88%
    );
  opacity: 0.25;
}

.creations-build-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 15%,
      rgba(255, 255, 255, 0.025) 47%,
      transparent 67%
    );
  transform: translateX(-100%);
  animation: creationsFrameSweep 12s ease-in-out infinite;
}

.creations-build-frame .creations-visual-number {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 30;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.19em;
  color: rgba(255, 255, 255, 0.46);
}

.creations-build-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.creations-build-grid span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.055);
  opacity: 0;
}

.creations-build-grid span:nth-child(1),
.creations-build-grid span:nth-child(2),
.creations-build-grid span:nth-child(3) {
  top: 0;
  bottom: 0;
  width: 1px;
  transform: scaleY(0);
  transform-origin: top;
  animation: creationsGridVertical 12s ease-in-out infinite;
}

.creations-build-grid span:nth-child(1) {
  left: 23%;
  animation-delay: 0.1s;
}

.creations-build-grid span:nth-child(2) {
  left: 50%;
  animation-delay: 0.2s;
}

.creations-build-grid span:nth-child(3) {
  left: 77%;
  animation-delay: 0.3s;
}

.creations-build-grid span:nth-child(4),
.creations-build-grid span:nth-child(5),
.creations-build-grid span:nth-child(6) {
  left: 0;
  right: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsGridHorizontal 12s ease-in-out infinite;
}

.creations-build-grid span:nth-child(4) {
  top: 27%;
  animation-delay: 0.15s;
}

.creations-build-grid span:nth-child(5) {
  top: 52%;
  animation-delay: 0.25s;
}

.creations-build-grid span:nth-child(6) {
  top: 77%;
  animation-delay: 0.35s;
}

.creations-build-stage {
  position: absolute;
  inset: 72px 42px 72px;
  z-index: 10;
  display: grid;
  place-items: center;
  perspective: 1300px;
}

.creations-build-guides {
  position: absolute;
  inset: -18px;
  pointer-events: none;
}

.build-guide {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
}

.build-guide-horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsGuideHorizontal 12s ease-in-out infinite;
}

.build-guide-vertical {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  animation: creationsGuideVertical 12s ease-in-out infinite;
}

.creations-build-browser {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 1.26 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(7, 8, 11, 0.94);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  opacity: 0;
  transform:
    translateY(22px)
    rotateX(4deg)
    scale(0.965);
  transform-origin: center;
  animation: creationsBrowserAssembly 12s cubic-bezier(.2,.75,.2,1) infinite;
}

.build-browser-bar {
  position: relative;
  height: 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
  background: rgba(255, 255, 255, 0.02);
}

.build-browser-controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.build-browser-controls span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: scale(0);
  animation: creationsControlAppear 12s ease infinite;
}

.build-browser-controls span:nth-child(1) {
  animation-delay: 1.05s;
}

.build-browser-controls span:nth-child(2) {
  animation-delay: 1.15s;
}

.build-browser-controls span:nth-child(3) {
  animation-delay: 1.25s;
}

.build-browser-address {
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: rgba(255, 255, 255, 0.28);
  opacity: 0;
  transform: translateY(4px);
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 1.25s;
}

.build-browser-status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.44);
  opacity: 0;
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 4.5s;
}

.build-browser-status span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
}

.build-browser-page {
  position: relative;
  height: calc(100% - 36px);
  padding: 15px 17px 17px;
}

.build-site-header {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  min-height: 25px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.build-site-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  transform: translateX(-10px);
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 1.55s;
}

.build-site-mark {
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transform: rotate(45deg) scale(0);
  animation: creationsMarkBuild 12s ease infinite;
  animation-delay: 1.55s;
}

.build-site-brand-copy {
  display: grid;
  gap: 1px;
}

.build-site-brand-copy strong,
.build-site-brand-copy small {
  display: block;
  line-height: 1;
}

.build-site-brand-copy strong {
  font-size: 6px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.82);
}

.build-site-brand-copy small {
  font-size: 4px;
  letter-spacing: 0.17em;
  color: rgba(255, 255, 255, 0.34);
}

.build-site-nav {
  display: flex;
  gap: 7px;
}

.build-site-nav span {
  width: 22px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.23);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsLineBuild 12s ease infinite;
}

.build-site-nav span:nth-child(1) {
  animation-delay: 1.75s;
}

.build-site-nav span:nth-child(2) {
  animation-delay: 1.85s;
}

.build-site-nav span:nth-child(3) {
  animation-delay: 1.95s;
}

.build-site-action {
  width: 45px;
  height: 13px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  opacity: 0;
  transform: scaleX(0.5);
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 2.05s;
}

.build-site-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
  align-items: stretch;
  padding-top: 16px;
}

.build-site-copy {
  padding: 10px 0 5px;
}

.build-site-kicker {
  display: block;
  margin-bottom: 12px;
  font-size: 5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.37);
  opacity: 0;
  transform: translateY(6px);
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 2.15s;
}

.build-site-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 13px;
}

.build-site-heading span {
  display: block;
  height: 13px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.84);
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsHeadingBuild 12s cubic-bezier(.2,.75,.2,1) infinite;
}

.build-site-heading span:first-child {
  width: 90%;
  animation-delay: 2.3s;
}

.build-site-heading span:last-child {
  width: 65%;
  background: rgba(255, 255, 255, 0.34);
  animation-delay: 2.45s;
}

.build-site-paragraph {
  display: grid;
  gap: 5px;
  margin-bottom: 15px;
}

.build-site-paragraph span {
  display: block;
  height: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsLineBuild 12s ease infinite;
}

.build-site-paragraph span:nth-child(1) {
  width: 84%;
  animation-delay: 2.7s;
}

.build-site-paragraph span:nth-child(2) {
  width: 73%;
  animation-delay: 2.82s;
}

.build-site-paragraph span:nth-child(3) {
  width: 52%;
  animation-delay: 2.94s;
}

.build-site-buttons {
  display: flex;
  gap: 6px;
}

.build-site-buttons span {
  display: block;
  width: 49px;
  height: 14px;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(5px);
  animation: creationsElementAppear 12s ease infinite;
}

.build-site-buttons span:first-child {
  background: rgba(255, 255, 255, 0.8);
  animation-delay: 3.1s;
}

.build-site-buttons span:last-child {
  border: 1px solid rgba(255, 255, 255, 0.19);
  animation-delay: 3.2s;
}

.build-site-visual {
  position: relative;
  min-height: 153px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 3px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.008)
    );
  opacity: 0;
  transform: translateX(14px);
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 2.55s;
}

.build-visual-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 18px 18px;
  opacity: 0;
  animation: creationsVisualGridAppear 12s ease infinite;
  animation-delay: 3.05s;
}

.build-visual-object {
  position: absolute;
  inset: 20% 19%;
  transform: rotate(-7deg);
}

.build-visual-object span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.025);
  opacity: 0;
  transform: scale(0.6) rotate(8deg);
  animation: creationsObjectAssemble 12s cubic-bezier(.2,.75,.2,1) infinite;
}

.build-visual-object span:nth-child(1) {
  inset: 18% 26%;
  animation-delay: 3.15s;
}

.build-visual-object span:nth-child(2) {
  inset: 30% 14% 8% 38%;
  animation-delay: 3.35s;
}

.build-visual-object span:nth-child(3) {
  inset: 7% 41% 38% 5%;
  background: rgba(255, 255, 255, 0.07);
  animation-delay: 3.55s;
}

.build-site-visual small {
  position: absolute;
  right: 8px;
  bottom: 7px;
  font-size: 4px;
  letter-spacing: 0.13em;
  color: rgba(255, 255, 255, 0.28);
  opacity: 0;
  animation: creationsElementAppear 12s ease infinite;
  animation-delay: 3.8s;
}

.build-site-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.build-site-cards article {
  min-height: 58px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.012);
  opacity: 0;
  transform: translateY(12px);
  animation: creationsCardBuild 12s cubic-bezier(.2,.75,.2,1) infinite;
}

.build-site-cards article:nth-child(1) {
  animation-delay: 3.55s;
}

.build-site-cards article:nth-child(2) {
  animation-delay: 3.7s;
}

.build-site-cards article:nth-child(3) {
  animation-delay: 3.85s;
}

.build-site-cards small {
  display: block;
  margin-bottom: 13px;
  font-size: 5px;
  color: rgba(255, 255, 255, 0.32);
}

.build-site-cards article span {
  display: block;
  height: 3px;
  margin-top: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.17);
}

.build-site-cards article span:first-of-type {
  width: 70%;
}

.build-site-cards article span:last-of-type {
  width: 43%;
}

.creations-build-cursor {
  position: absolute;
  z-index: 20;
  width: 13px;
  height: 17px;
  opacity: 0;
  transform: translate(-45px, 32px);
  animation: creationsCursorMove 12s cubic-bezier(.3,.7,.25,1) infinite;
}

.creations-build-cursor::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 0 100%, 30% 72%, 48% 100%, 64% 90%, 46% 62%, 100% 62%);
  background: rgba(255, 255, 255, 0.9);
}

.creations-build-cursor span {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  animation: creationsCursorClick 12s ease infinite;
}

.creations-build-progress {
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

.creations-build-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  transform: scaleX(0);
  transform-origin: left;
  animation: creationsBuildProgress 12s linear infinite;
}

.creations-build-frame .creations-visual-caption {
  position: absolute;
  right: 26px;
  bottom: 22px;
  left: 26px;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.34);
}

/* Animation sequence */

@keyframes creationsFrameSweep {
  0%,
  61% {
    transform: translateX(-100%);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  82%,
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes creationsGridVertical {
  0%,
  2% {
    opacity: 0;
    transform: scaleY(0);
  }

  10%,
  72% {
    opacity: 1;
    transform: scaleY(1);
  }

  88%,
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes creationsGridHorizontal {
  0%,
  3% {
    opacity: 0;
    transform: scaleX(0);
  }

  11%,
  72% {
    opacity: 1;
    transform: scaleX(1);
  }

  88%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes creationsGuideHorizontal {
  0%,
  7% {
    opacity: 0;
    transform: scaleX(0);
  }

  14%,
  29% {
    opacity: 0.75;
    transform: scaleX(1);
  }

  40%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes creationsGuideVertical {
  0%,
  8% {
    opacity: 0;
    transform: scaleY(0);
  }

  15%,
  29% {
    opacity: 0.75;
    transform: scaleY(1);
  }

  40%,
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes creationsBrowserAssembly {
  0%,
  8% {
    opacity: 0;
    transform:
      translateY(22px)
      rotateX(4deg)
      scale(0.965);
  }

  15%,
  72% {
    opacity: 1;
    transform:
      translateY(0)
      rotateX(0)
      scale(1);
  }

  80% {
    opacity: 1;
    transform:
      translateY(0)
      rotateX(0)
      scale(1);
  }

  92%,
  100% {
    opacity: 0;
    transform:
      translateY(-9px)
      rotateX(-2deg)
      scale(0.985);
  }
}

@keyframes creationsControlAppear {
  0%,
  9% {
    opacity: 0;
    transform: scale(0);
  }

  15%,
  79% {
    opacity: 1;
    transform: scale(1);
  }

  91%,
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes creationsElementAppear {
  0%,
  11% {
    opacity: 0;
    transform: translateY(6px);
  }

  18%,
  79% {
    opacity: 1;
    transform: translate(0);
  }

  91%,
  100% {
    opacity: 0;
    transform: translateY(-3px);
  }
}

@keyframes creationsMarkBuild {
  0%,
  11% {
    opacity: 0;
    transform: rotate(0) scale(0);
  }

  18%,
  79% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }

  91%,
  100% {
    opacity: 0;
    transform: rotate(70deg) scale(0.7);
  }
}

@keyframes creationsLineBuild {
  0%,
  13% {
    opacity: 0;
    transform: scaleX(0);
  }

  21%,
  79% {
    opacity: 1;
    transform: scaleX(1);
  }

  91%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes creationsHeadingBuild {
  0%,
  16% {
    opacity: 0;
    transform: scaleX(0);
  }

  24%,
  79% {
    opacity: 1;
    transform: scaleX(1);
  }

  91%,
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes creationsVisualGridAppear {
  0%,
  21% {
    opacity: 0;
  }

  29%,
  79% {
    opacity: 0.7;
  }

  91%,
  100% {
    opacity: 0;
  }
}

@keyframes creationsObjectAssemble {
  0%,
  23% {
    opacity: 0;
    transform: scale(0.6) rotate(8deg);
  }

  32%,
  79% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }

  91%,
  100% {
    opacity: 0;
    transform: scale(0.85) rotate(-4deg);
  }
}

@keyframes creationsCardBuild {
  0%,
  25% {
    opacity: 0;
    transform: translateY(12px);
  }

  34%,
  79% {
    opacity: 1;
    transform: translateY(0);
  }

  91%,
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes creationsCursorMove {
  0%,
  27% {
    opacity: 0;
    transform: translate(-45px, 32px);
  }

  31% {
    opacity: 0.9;
  }

  42% {
    opacity: 0.9;
    transform: translate(120px, -30px);
  }

  50% {
    opacity: 0.9;
    transform: translate(105px, 76px);
  }

  58% {
    opacity: 0;
    transform: translate(105px, 76px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes creationsCursorClick {
  0%,
  46% {
    opacity: 0;
    transform: scale(0);
  }

  49% {
    opacity: 0.65;
    transform: scale(1);
  }

  53%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

@keyframes creationsBuildProgress {
  0% {
    transform: scaleX(0);
  }

  82% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(1);
  }
}

/* Responsive construction visual */

@media (max-width: 1100px) {
  .creations-build-frame {
    min-height: 480px;
  }

  .creations-build-stage {
    inset: 68px 30px 70px;
  }
}

@media (max-width: 760px) {
  .creations-build-frame {
    min-height: 440px;
  }

  .creations-build-stage {
    inset: 62px 22px 67px;
  }

  .build-site-nav {
    display: none;
  }

  .build-site-header {
    grid-template-columns: 1fr auto;
  }

  .build-site-hero {
    grid-template-columns: 1fr 0.8fr;
    gap: 10px;
  }

  .build-site-visual {
    min-height: 135px;
  }
}

@media (max-width: 500px) {
  .creations-build-frame {
    min-height: 390px;
  }

  .creations-build-stage {
    inset: 58px 15px 64px;
  }

  .build-browser-bar {
    height: 31px;
  }

  .build-browser-page {
    height: calc(100% - 31px);
    padding: 11px 12px 12px;
  }

  .build-site-header {
    min-height: 21px;
    padding-bottom: 8px;
  }

  .build-site-action {
    width: 35px;
    height: 11px;
  }

  .build-site-hero {
    padding-top: 11px;
  }

  .build-site-copy {
    padding-top: 4px;
  }

  .build-site-kicker {
    margin-bottom: 8px;
  }

  .build-site-heading {
    gap: 4px;
    margin-bottom: 9px;
  }

  .build-site-heading span {
    height: 9px;
  }

  .build-site-paragraph {
    gap: 3px;
    margin-bottom: 10px;
  }

  .build-site-buttons span {
    width: 37px;
    height: 11px;
  }

  .build-site-visual {
    min-height: 112px;
  }

  .build-site-cards {
    margin-top: 8px;
    gap: 5px;
  }

  .build-site-cards article {
    min-height: 43px;
    padding: 6px;
  }

  .build-site-cards small {
    margin-bottom: 8px;
  }

  .creations-build-frame .creations-visual-caption {
    right: 17px;
    bottom: 17px;
    left: 17px;
    font-size: 6px;
  }
}

/* Respect operating-system motion preferences */

@media (prefers-reduced-motion: reduce) {
  .creations-build-frame *,
  .creations-build-frame *::before,
  .creations-build-frame *::after {
    animation-delay: 0s !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .creations-build-browser,
  .build-site-brand,
  .build-site-kicker,
  .build-site-visual,
  .build-browser-address,
  .build-browser-status,
  .build-site-action,
  .build-site-cards article {
    opacity: 1;
    transform: none;
  }

  .build-site-heading span,
  .build-site-paragraph span,
  .build-site-nav span {
    opacity: 1;
    transform: scaleX(1);
  }

  .build-site-mark {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }

  .build-visual-grid {
    opacity: 0.7;
  }

  .build-visual-object span {
    opacity: 1;
    transform: none;
  }

  .creations-build-grid span,
  .creations-build-guides,
  .creations-build-cursor,
  .creations-build-progress {
    display: none;
  }
}