:root {
  --black: #080808;
  --graphite: #151515;
  --graphite-soft: #1d1d1d;
  --white: #f7f3ea;
  --cream: #efe7d7;
  --gold: #c9a45c;
  --gold-light: #e7cf91;
  --gold-dark: #8a6a2f;
  --muted: #b8ad9c;
  --ink: #11110f;
  --ink-muted: #6d675d;
  --line-dark: rgba(247, 243, 234, 0.13);
  --line-light: rgba(17, 17, 15, 0.14);
  --gold-line: rgba(201, 164, 92, 0.58);
  --font-sans: "Manrope", "Inter", "Montserrat", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", "Playfair Display", "Georgia", serif;
  --shell: min(1240px, calc(100% - 64px));
  --header-height: 78px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.34);
  --shadow-light: 0 24px 60px rgba(32, 25, 13, 0.1);
  --shimmer-highlight: rgba(255, 236, 176, 0.34);
  --shimmer-tail: rgba(255, 236, 176, 0.16);
  --laser-core: rgba(255, 255, 240, 1);
  --laser-mid: rgba(255, 241, 190, 0.95);
  --laser-tail: rgba(255, 205, 86, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  color: inherit;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.brand-title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: 0.02em;
}

h1 {
  margin-bottom: 14px;
  font-size: clamp(4.6rem, 9vw, 8.8rem);
  line-height: 0.83;
}

h2 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5.4vw, 5.5rem);
  line-height: 0.98;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.26rem;
  line-height: 1.25;
}

p {
  color: var(--ink-muted);
}

::selection {
  background: var(--gold);
  color: var(--black);
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  border: 1px solid var(--gold);
  background: var(--black);
  color: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(88px, 10vw, 150px);
}

.section-tight {
  padding-block: clamp(64px, 7vw, 104px);
}

.section-soft {
  background: var(--white);
  color: var(--ink);
}

.section-dark {
  overflow: hidden;
  --laser-track-top: 0%;
  --laser-track-left: calc(92% - 9px);
  --laser-track-height: 180%;
  --laser-track-angle: 24deg;
  --laser-track-line: linear-gradient(var(--gold), transparent 72%);
  --laser-track-opacity-static: 0.36;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: var(--black);
  color: var(--white);
}

.section-dark p {
  color: var(--muted);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--gold-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: var(--gold-light);
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(42px, 6vw, 74px);
}

.section-heading.compact {
  max-width: 840px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.6fr);
  gap: 64px;
  align-items: end;
}

.section-heading.split h2 {
  margin-bottom: 0;
}

.section-heading.split > p {
  max-width: 440px;
  margin-bottom: 4px;
}

.section-aside {
  max-width: 440px;
  align-self: end;
}

.section-aside p {
  margin: 16px 0 4px;
}

.data-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(138, 106, 47, 0.38);
  background: rgba(201, 164, 92, 0.07);
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.data-badge i {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: var(--gold);
  box-shadow: 0 0 12px rgba(201, 164, 92, 0.5);
}

:is(
    .brand-mark,
    .button,
    .brand-card-stage,
    .platform-card,
    .brand-card,
    .case-card,
    .package-card,
    .contact-panel,
    .data-badge
  ) {
  position: relative;
  isolation: isolate;
}

:is(
    .brand-mark,
    .button,
    .brand-card-stage,
    .platform-card,
    .brand-card,
    .case-card,
    .package-card,
    .contact-panel,
    .data-badge
  )::after {
  position: absolute;
  z-index: 5;
  inset: -1px;
  padding: 1px;
  opacity: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 236, 176, 0) 38%,
    var(--shimmer-highlight) 50%,
    rgba(255, 236, 176, 0.12) 56%,
    var(--shimmer-tail) 62%,
    transparent 100%
  );
  background-size: 240% 100%;
  background-position: 160% 0;
  pointer-events: none;
  will-change: background-position, opacity;
  content: "";
  mix-blend-mode: screen;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

:is(
    .brand-mark,
    .button,
    .brand-card-stage,
    .platform-card,
    .brand-card,
    .case-card,
    .package-card,
    .contact-panel,
    .data-badge
  ).is-shimmer-visible::after {
  animation: goldShimmer var(--shimmer-duration, 5.8s) cubic-bezier(0.2, 0.75, 0.2, 1) var(--shimmer-delay, 0.35s) 1 both;
}

.gold-laser-line,
.gold-laser-surface {
  position: relative;
  overflow: hidden;
  --laser-progress: 0;
  --laser-opacity: 0;
}

.gold-laser-surface > * {
  position: relative;
  z-index: 1;
}

.hero-diagonal-line {
  overflow: visible;
}

.hero-diagonal-line::after {
  position: absolute;
  top: calc(-8% + (var(--laser-progress, 0) * 116%));
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  opacity: var(--laser-opacity, 0);
  background: radial-gradient(
    circle,
    rgba(255, 255, 248, 1) 0%,
    rgba(255, 235, 160, 0.96) 34%,
    rgba(255, 194, 70, 0.42) 62%,
    rgba(255, 194, 70, 0) 82%
  );
  box-shadow:
    0 0 8px rgba(255, 245, 190, 0.95),
    0 0 18px rgba(255, 205, 90, 0.78),
    0 -12px 10px rgba(255, 242, 180, 0.54),
    0 -24px 16px rgba(255, 194, 70, 0.24);
  mix-blend-mode: screen;
  pointer-events: none;
  content: "";
}

.gold-laser-surface::before {
  position: absolute;
  top: var(--laser-track-top, 0%);
  left: var(--laser-track-left, 50%);
  width: 1px;
  height: var(--laser-track-height, 100%);
  transform: rotate(var(--laser-track-angle, 24deg));
  transform-origin: top;
  background: var(--laser-track-line, var(--gold-line));
  opacity: var(--laser-track-opacity-static, 0.7);
  pointer-events: none;
  content: "";
}

.gold-laser-surface::after {
  position: absolute;
  top: calc(var(--laser-track-top, 0%) + (var(--laser-progress, 0) * var(--laser-track-height, 100%)));
  left: var(--laser-track-left, 50%);
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(var(--laser-track-angle, 24deg));
  border-radius: 999px;
  opacity: var(--laser-opacity, 0);
  background: radial-gradient(
    circle,
    rgba(255, 255, 248, 1) 0%,
    rgba(255, 235, 160, 0.96) 34%,
    rgba(255, 194, 70, 0.42) 62%,
    rgba(255, 194, 70, 0) 82%
  );
  box-shadow:
    0 0 8px rgba(255, 245, 190, 0.9),
    0 0 16px rgba(255, 205, 90, 0.64),
    0 -10px 9px rgba(255, 242, 180, 0.48),
    0 -22px 15px rgba(255, 194, 70, 0.2);
  mix-blend-mode: screen;
  pointer-events: none;
  content: "";
}

@keyframes goldShimmer {
  0% {
    background-position: -160% 0;
    opacity: 0;
  }

  18% {
    opacity: 0.34;
  }

  56% {
    opacity: 0.14;
  }

  100% {
    background-position: 160% 0;
    opacity: 0;
  }
}


.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--gold);
  border-radius: 0;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(201, 164, 92, 0.16);
}

.button-dark {
  background: var(--gold);
  color: var(--black);
}

.button-dark:hover {
  background: var(--gold-light);
}

.button-ghost {
  background: transparent;
  color: currentColor;
}

.button-ghost:hover,
.button-light:hover {
  background: var(--gold);
  color: var(--black);
}

.button-light {
  border-color: var(--gold);
  background: transparent;
  color: var(--white);
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 0.68rem;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(201, 164, 92, 0.36);
  background: rgba(8, 8, 8, 0.9);
  color: var(--white);
  transition: background-color 220ms ease, box-shadow 220ms ease;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.97);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.header-inner {
  display: grid;
  height: 100%;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--gold-light);
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.primary-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.primary-navigation a {
  position: relative;
  color: rgba(247, 243, 234, 0.78);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  content: "";
  transition: transform 200ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.hero {
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 46px);
  background:
    linear-gradient(116deg, transparent 0 69%, rgba(201, 164, 92, 0.06) 69.1% 69.25%, transparent 69.35%),
    radial-gradient(circle at 76% 48%, rgba(201, 164, 92, 0.09), transparent 34%),
    var(--black);
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.hero::before {
  top: var(--header-height);
  right: -12%;
  width: 52%;
  height: calc(100% - var(--header-height));
  transform: skewX(-22deg);
  border-left: 1px solid rgba(201, 164, 92, 0.38);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.035), transparent 60%);
}

.hero::after {
  bottom: 6%;
  left: 0;
  width: 35%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(470px, 1.07fr);
  gap: clamp(46px, 6vw, 92px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
}

.hero .eyebrow {
  color: var(--gold-light);
}

.hero h1 {
  color: var(--white);
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--gold-light);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.hero-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero-platforms i {
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: var(--gold);
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.17rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.hero .button-ghost {
  color: var(--white);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  list-style: none;
}

.hero-benefits li {
  position: relative;
  padding-left: 14px;
}

.hero-benefits li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: var(--gold);
  content: "";
}

.hero-visual {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 570px;
  place-items: center;
}

.hero-diagonal-line {
  position: absolute;
  z-index: 0;
  width: 2px;
  height: 82%;
  transform: rotate(27deg);
  background: linear-gradient(180deg, rgba(201, 164, 92, 0) 0%, rgba(231, 207, 145, 0.86) 50%, rgba(201, 164, 92, 0) 100%);
  box-shadow: 0 0 12px rgba(231, 207, 145, 0.34);
  opacity: 0.72;
}

.line-one {
  top: 0;
  left: 28%;
}

.line-two {
  right: 22%;
  bottom: 0;
  opacity: 0.42;
}

.brand-card-stage {
  position: relative;
  z-index: 2;
  width: min(640px, 94%);
  margin: 0;
  padding: 8px;
  transform: perspective(1200px) rotateY(-7deg) rotateZ(1.4deg);
  border: 1px solid var(--gold);
  background: rgba(8, 8, 8, 0.88);
  box-shadow: 0 46px 100px rgba(0, 0, 0, 0.58), 0 0 38px rgba(201, 164, 92, 0.12);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1), box-shadow 500ms ease;
}

.brand-card-stage::before,
.brand-card-stage::after {
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  content: "";
  pointer-events: none;
}

.brand-card-stage::before {
  top: -7px;
  left: -7px;
  border-top: 2px solid var(--gold-light);
  border-left: 2px solid var(--gold-light);
}

.brand-card-stage::after {
  right: -7px;
  bottom: -7px;
  border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
}

.hero-visual:hover .brand-card-stage {
  transform: perspective(1200px) rotateY(-2deg) rotateZ(0deg) translateY(-7px);
  box-shadow: 0 58px 120px rgba(0, 0, 0, 0.66), 0 0 48px rgba(201, 164, 92, 0.17);
}

.brand-card-stage img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1559 / 1009;
  background: var(--graphite);
  object-fit: cover;
}

.brand-card-stage figcaption {
  padding: 12px 8px 5px;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.brand-card-fallback {
  position: absolute;
  z-index: 1;
  inset: 8px 8px 34px;
  display: grid;
  align-content: center;
  justify-items: center;
  border: 1px solid var(--gold-line);
  background: linear-gradient(116deg, var(--white) 0 51%, var(--black) 51.2%);
  color: var(--ink);
}

.brand-card-fallback span {
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: 3.4rem;
}

.brand-card-fallback strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.brand-card-fallback small {
  color: var(--gold-dark);
}

.brand-card-stage.is-fallback img {
  visibility: hidden;
}

.floating-note {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 160px;
  padding: 13px 15px;
  border: 1px solid var(--gold-line);
  background: rgba(8, 8, 8, 0.9);
  box-shadow: var(--shadow-dark);
  color: var(--white);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.floating-note span {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.floating-note strong {
  margin-top: 3px;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
}

.note-top {
  top: 8%;
  left: -2%;
}

.note-bottom {
  right: -1%;
  bottom: 8%;
}

.trust-strip {
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: var(--white);
  color: var(--ink);
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.34);
}

.number-card {
  position: relative;
  min-height: 224px;
  padding: 30px 26px;
  border-right: 1px solid var(--line-light);
  transition: background-color 240ms ease;
}

.number-card::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 14px;
  height: 14px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
}

.number-card:hover {
  background: rgba(201, 164, 92, 0.07);
}

.number-card:last-child {
  border-right: 0;
}

.number-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
}

.number-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--ink);
  font-weight: 650;
}

.number-card small {
  display: block;
  max-width: 210px;
  color: var(--ink-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.data-note {
  max-width: 690px;
  margin: 22px 0 0 auto;
  font-size: 0.72rem;
  text-align: right;
}

.about {
  overflow: hidden;
  --laser-track-top: -28%;
  --laser-track-left: calc(91% - 9px);
  --laser-track-height: 156%;
  --laser-track-angle: 27deg;
  --laser-track-line: var(--gold-line);
  --laser-track-opacity-static: 1;
  background: var(--cream);
  color: var(--ink);
}

.editorial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(58px, 9vw, 140px);
  align-items: start;
}

.editorial-grid .section-heading {
  margin-bottom: 0;
}

.editorial-copy {
  padding-top: 48px;
}

.lead-paragraph {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  line-height: 1.22;
}

.editorial-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.editorial-points span,
.status-pill {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(138, 106, 47, 0.4);
  color: var(--gold-dark);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.platforms {
  background: var(--white);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.platform-card {
  position: relative;
  display: flex;
  min-height: 290px;
  flex-direction: column;
  grid-column: span 2;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.42);
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.platform-card::before,
.format-card::before,
.why-card::before,
.package-card::before {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 17px;
  height: 17px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
}

.platform-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-line);
  box-shadow: var(--shadow-light);
}

.platform-primary {
  grid-column: span 4;
  background: var(--graphite);
  color: var(--white);
}

.platform-primary p,
.platform-primary small {
  color: var(--muted);
}

.platform-number {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: auto;
  place-items: center;
  border: 1px solid var(--gold-line);
  color: var(--gold-dark);
  font-size: 0.64rem;
}

.platform-primary .platform-number {
  color: var(--gold-light);
}

.platform-card h3 {
  margin-top: 46px;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 500;
}

.platform-card p {
  margin-bottom: 20px;
}

.platform-card small {
  margin-top: auto;
  color: var(--ink-muted);
  font-size: 0.7rem;
}

.audience {
  overflow: hidden;
  --laser-track-top: -35%;
  --laser-track-left: calc(55% - 9px);
  --laser-track-height: 185%;
  --laser-track-angle: 28deg;
  --laser-track-line: var(--gold-line);
  --laser-track-opacity-static: 1;
  border-top: 1px solid var(--gold-line);
  background: var(--graphite);
  color: var(--white);
}

.audience-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.audience-panel > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.03rem;
}

.status-pill {
  margin-top: 22px;
  color: var(--gold-light);
}

.interest-cloud {
  display: flex;
  min-height: 440px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 10px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--gold-line);
  background: rgba(8, 8, 8, 0.45);
  box-shadow: inset 0 0 50px rgba(201, 164, 92, 0.04);
}

.interest-cloud span {
  padding: 10px 15px;
  border: 1px solid var(--line-dark);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.interest-cloud p {
  flex-basis: 100%;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.formats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.format-card {
  position: relative;
  min-height: 250px;
  padding: 30px 26px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: background-color 240ms ease;
}

.format-card:hover {
  background: rgba(201, 164, 92, 0.055);
}

.format-card > span {
  display: block;
  margin-bottom: 56px;
  color: var(--gold);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.format-card h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 500;
}

.format-card p {
  margin-bottom: 0;
}

.brands-overview {
  border-top: 1px solid var(--gold-line);
  background: var(--white);
  color: var(--ink);
}

.brands-summary {
  max-width: 780px;
  margin: -18px 0 34px;
  color: var(--ink-muted);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-card {
  position: relative;
  min-height: 220px;
  padding: 28px 26px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.55);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.brand-card::before {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 17px;
  height: 17px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
}

.brand-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-line);
  box-shadow: var(--shadow-light);
}

.brand-card-accent {
  background: var(--graphite);
  color: var(--white);
}

.brand-card-accent p {
  color: var(--muted);
}

.brand-card-label {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--gold-dark);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-card-accent .brand-card-label {
  color: var(--gold-light);
}

.brand-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.brand-card p {
  max-width: 280px;
  margin-bottom: 0;
  color: var(--ink-muted);
}

.cases {
  border-top: 1px solid var(--gold-line);
  background: var(--cream);
  color: var(--ink);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 520px;
  grid-template-columns: minmax(170px, 0.38fr) minmax(0, 0.62fr);
  overflow: hidden;
  border: 1px solid rgba(201, 164, 92, 0.36);
  background: var(--graphite);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(26, 20, 12, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.case-card::before,
.case-card::after {
  position: absolute;
  z-index: 3;
  width: 19px;
  height: 19px;
  content: "";
  pointer-events: none;
}

.case-card::before {
  top: 9px;
  left: 9px;
  border-top: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
}

.case-card::after {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 26px 60px rgba(26, 20, 12, 0.17);
}

.case-art {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--gold-line);
}

.case-art figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  color: rgba(247, 243, 234, 0.45);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-cover-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  --laser-track-top: -12%;
  --laser-track-left: calc(52% - 9px);
  --laser-track-height: 128%;
  --laser-track-angle: 19deg;
  --laser-track-line: var(--gold);
  --laser-track-opacity-static: 0.7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 18px 54px;
  background:
    linear-gradient(117deg, rgba(247, 243, 234, 0.94) 0 43%, transparent 43.2%),
    linear-gradient(145deg, var(--graphite-soft), var(--black));
}

.art-two,
.art-six {
  background:
    linear-gradient(63deg, rgba(247, 243, 234, 0.94) 0 38%, transparent 38.2%),
    linear-gradient(145deg, #1d1d1d, #060606);
}

.art-three,
.art-seven {
  background:
    linear-gradient(125deg, rgba(239, 231, 215, 0.94) 0 51%, transparent 51.2%),
    linear-gradient(145deg, #121212, #050505);
}

.art-four,
.art-eight {
  background:
    linear-gradient(75deg, rgba(247, 243, 234, 0.94) 0 47%, transparent 47.2%),
    linear-gradient(145deg, #1a1a1a, #080808);
}

.case-art-number {
  position: relative;
  z-index: 1;
  color: var(--gold-dark);
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
}

.case-art-label {
  position: relative;
  z-index: 1;
  max-width: 100px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
}

.case-meta {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 22px;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.case-brand-slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(247, 243, 234, 0.5);
  font-size: 0.59rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-brand-slot small {
  font-size: 0.55rem;
  text-align: right;
}

.case-body h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 500;
}

.case-category {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 0.68rem;
}

.case-review-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.case-status {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 4px 7px;
  border: 1px solid rgba(201, 164, 92, 0.26);
  color: var(--muted);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status-updating,
.status-history {
  color: var(--gold-light);
}

.case-body > p:not(.case-category) {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.82rem;
}

.metric {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
}

.metric > strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.metric-caption {
  display: grid;
  gap: 5px;
}

.metric-caption small {
  color: rgba(247, 243, 234, 0.44);
  font-size: 0.58rem;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.case-actions a {
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  text-decoration-color: var(--gold);
}

.why {
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.why-card {
  position: relative;
  min-height: 250px;
  padding: 28px 26px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.why-card > span {
  display: block;
  margin-bottom: 50px;
  color: var(--gold-dark);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.why-card h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
}

.why-card p {
  margin-bottom: 0;
}

.workflow {
  overflow: hidden;
  --laser-track-top: -30%;
  --laser-track-left: calc(88% - 9px);
  --laser-track-height: 170%;
  --laser-track-angle: 24deg;
  --laser-track-line: var(--gold-line);
  --laser-track-opacity-static: 1;
  border-top: 1px solid var(--gold-line);
  background: var(--graphite);
  color: var(--white);
}

.workflow .section-heading,
.workflow-list {
  position: relative;
  z-index: 1;
}

.workflow .section-heading p,
.workflow-list p {
  color: var(--muted);
}

.workflow-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

.workflow-list > li > span {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.workflow-list h3 {
  margin-bottom: 4px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
}

.workflow-list p {
  margin: 0;
}

.package-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.package-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
}

.package-accent {
  border-color: var(--gold);
  box-shadow: inset 0 0 46px rgba(201, 164, 92, 0.05);
}

.package-label {
  margin-bottom: 60px;
  color: var(--gold-light) !important;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card h3 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.package-card ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 30px;
  padding: 0;
  color: var(--muted);
  font-size: 0.8rem;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 15px;
}

.package-card li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: var(--gold);
  content: "";
}

.package-card .button {
  margin-top: auto;
}

.contact {
  overflow: hidden;
  --laser-track-top: -40%;
  --laser-track-left: calc(58% - 9px);
  --laser-track-height: 185%;
  --laser-track-angle: 27deg;
  --laser-track-line: var(--gold-line);
  --laser-track-opacity-static: 1;
  background: var(--cream);
  color: var(--ink);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(46px, 7vw, 96px);
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid var(--gold);
  background: var(--white);
  box-shadow: var(--shadow-light);
}

.contact-panel::before,
.contact-panel::after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
}

.contact-panel::before {
  top: 11px;
  left: 11px;
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}

.contact-panel::after {
  right: 11px;
  bottom: 11px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.contact-copy h2 {
  color: var(--gold-dark);
}

.contact-copy > p:not(.eyebrow, .action-status) {
  max-width: 620px;
  color: var(--ink-muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.action-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--gold-dark);
  font-size: 0.7rem;
}

.contact-details {
  display: grid;
  align-content: center;
  margin: 0;
  border-top: 1px solid var(--line-light);
  font-style: normal;
}

.contact-details div {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}

.contact-details span {
  color: var(--gold-dark);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details strong {
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 500;
}

.site-footer {
  padding-block: 34px;
  border-top: 1px solid var(--gold-line);
  background: var(--black);
  color: var(--white);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 32px;
  align-items: end;
}

.footer-inner strong {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
}

.footer-inner p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.footer-inner > p {
  max-width: 360px;
}

.footer-inner a {
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 700;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  :root {
    --shell: min(100% - 48px, 1040px);
  }

  .primary-navigation {
    gap: 17px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .case-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }

  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    align-items: center;
    justify-self: end;
    gap: 10px;
    padding: 10px;
  }

  .menu-toggle-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before {
    display: block;
    width: 21px;
    height: 1px;
    background: var(--gold-light);
    content: "";
    transition: transform 220ms ease;
  }

  .menu-toggle-icon::before {
    transform: translateY(6px);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
    transform: rotate(-90deg);
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .primary-navigation {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 42px 24px;
    transform: translateY(-12px);
    background: var(--black);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .primary-navigation.is-open {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .primary-navigation a {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid var(--line-dark);
    color: var(--white);
    font-family: var(--font-display);
    font-size: 1.8rem;
  }

  .primary-navigation a::after {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 78px);
  }

  .hero-grid,
  .editorial-grid,
  .audience-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 570px;
  }

  .brand-card-stage {
    width: min(650px, 88%);
  }

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

  .number-card:nth-child(2) {
    border-right: 0;
  }

  .number-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .editorial-copy {
    max-width: 700px;
    padding-top: 0;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-aside {
    max-width: 620px;
  }

  .platform-card,
  .platform-primary {
    grid-column: span 3;
  }

  .interest-cloud {
    width: min(560px, 100%);
    min-height: 400px;
    margin-inline: auto;
  }

  .formats-grid,
  .brand-grid,
  .why-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    min-height: 350px;
    grid-template-columns: minmax(190px, 0.36fr) minmax(0, 0.64fr);
  }

  .package-card:last-child {
    grid-column: 1 / -1;
    min-height: 400px;
  }

  .contact-details {
    margin-top: 4px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner a {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 768px) {
  :is(
      .brand-mark,
      .button,
      .brand-card-stage,
      .platform-card,
      .brand-card,
      .case-card,
      .package-card,
      .contact-panel,
      .data-badge
    ) {
    --shimmer-duration: 7.1s;
  }

  :is(
      .brand-mark,
      .button,
      .brand-card-stage,
      .platform-card,
      .brand-card,
      .case-card,
      .package-card,
      .contact-panel,
      .data-badge
    )::after {
    inset: 0;
    opacity: 0;
  }

  .hero-diagonal-line {
    opacity: 0.6;
    box-shadow: 0 0 9px rgba(231, 207, 145, 0.22);
  }

  .hero-diagonal-line::after {
    width: 8px;
    height: 8px;
    box-shadow:
      0 0 6px rgba(255, 245, 190, 0.84),
      0 0 12px rgba(255, 205, 90, 0.56),
      0 -10px 8px rgba(255, 242, 180, 0.4),
      0 -18px 12px rgba(255, 194, 70, 0.18);
  }

  .gold-laser-surface::after {
    width: 8px;
    height: 8px;
    box-shadow:
      0 0 6px rgba(255, 245, 190, 0.78),
      0 0 12px rgba(255, 205, 90, 0.48),
      0 -9px 7px rgba(255, 242, 180, 0.36),
      0 -16px 10px rgba(255, 194, 70, 0.14);
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 32px);
    --radius-lg: 20px;
    --radius-md: 14px;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 6rem);
  }

  h2 {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
  }

  .section-heading h2 {
    overflow-wrap: break-word;
  }

  .section {
    padding-block: 80px;
  }

  .header-inner {
    gap: 8px;
  }

  .brand-copy {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.6rem;
  }

  .menu-toggle-label {
    display: none;
  }

  .hero {
    padding-top: calc(var(--header-height) + 40px);
  }

  .hero .eyebrow {
    max-width: 290px;
  }

  .hero-platforms {
    gap: 7px 9px;
    font-size: 0.68rem;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-visual {
    min-height: 390px;
    margin-top: 10px;
  }

  .brand-card-stage {
    width: 96%;
    transform: perspective(900px) rotateY(-4deg) rotateZ(1deg);
  }

  .brand-card-stage figcaption {
    font-size: 0.49rem;
    letter-spacing: 0.11em;
  }

  .floating-note {
    min-width: 132px;
    padding: 10px 11px;
  }

  .floating-note strong {
    font-size: 1rem;
  }

  .note-top {
    top: 2%;
    left: -1%;
  }

  .note-bottom {
    right: -1%;
    bottom: 2%;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
  }

  .number-card,
  .number-card:nth-child(2) {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .number-card:last-child {
    border-bottom: 0;
  }

  .data-note {
    text-align: left;
  }

  .platform-grid,
  .formats-grid,
  .brand-grid,
  .why-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .brand-card {
    min-height: 200px;
  }

  .platform-card,
  .platform-primary {
    min-height: 260px;
    grid-column: span 1;
  }

  .interest-cloud {
    min-height: 360px;
    padding-inline: 22px;
  }

  .format-card {
    min-height: 210px;
  }

  .format-card > span {
    margin-bottom: 38px;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-art {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--gold-line);
  }

  .case-body {
    min-height: 400px;
    padding: 22px;
  }

  .case-meta {
    align-items: center;
  }

  .why-card {
    min-height: 220px;
  }

  .why-card > span {
    margin-bottom: 38px;
  }

  .workflow-list li {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .package-card,
  .package-card:last-child {
    min-height: 430px;
    grid-column: auto;
    padding: 26px;
  }

  .contact-panel {
    padding: 38px 22px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner a {
    grid-column: auto;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  :is(
      .brand-mark,
      .button,
      .brand-card-stage,
      .platform-card,
      .brand-card,
      .case-card,
      .package-card,
      .contact-panel,
      .data-badge
    )::after,
  .hero-diagonal-line::after,
  .gold-laser-surface::after {
    opacity: 0 !important;
  }

  .gold-laser-line,
  .gold-laser-surface {
    --laser-opacity: 0 !important;
  }
}
