:root {
  --black: #050403;
  --cream: #ede5d7;
  --muted: #a59a8b;
  --soft: rgba(237, 229, 215, 0.74);
  --gold: #c79b59;
  --gold-2: #e4c98f;
  --line: rgba(228, 201, 143, 0.22);
  --line-soft: rgba(237, 229, 215, 0.11);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  overflow: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  z-index: 100;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.08) 0 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  mix-blend-mode: overlay;
}

.side-rail {
  position: fixed;
  inset: 0 auto 0 0;
  width: 152px;
  z-index: 20;
  background: linear-gradient(90deg, rgba(0,0,0,0.98), rgba(5,4,3,0.88));
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 0 18px;
}

.signature-mark {
  width: 132px;
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 52px;
}

.signature-mark img {
  max-width: 132px;
  max-height: 82px;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 0 12px rgba(228,201,143,0.10))
    brightness(1.06);
}

.rail-nav {
  width: 100%;
  display: grid;
  gap: 0;
}

.rail-nav a {
  position: relative;
  display: block;
  padding: 12px 0 12px 28px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.25s ease, transform 0.25s ease;
}

.rail-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--gold-2);
  transform: translateY(-50%);
  transition: width 0.25s ease;
}

.rail-nav a.active,
.rail-nav a:hover {
  color: var(--cream);
  transform: translateX(4px);
}

.rail-nav a.active::before,
.rail-nav a:hover::before {
  width: 22px;
}

.social-stack {
  margin-top: auto;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.one-page {
  width: calc(100vw - 152px);
  height: 100vh;
  margin-left: 152px;
  display: grid;
  grid-template-rows: 47vh 30vh 23vh;
  background:
    radial-gradient(circle at 45% 16%, rgba(199,155,89,0.10), transparent 35%),
    radial-gradient(circle at 86% 74%, rgba(199,155,89,0.07), transparent 34%),
    linear-gradient(180deg, #050403, #090806 55%, #050403);
}

.hero-row,
.chapter-row,
.bottom-row {
  min-height: 0;
  display: grid;
}

.hero-row {
  grid-template-columns: 1.08fr 1.55fr 1.04fr;
}

.chapter-row {
  grid-template-columns: repeat(6, 1fr);
}

.bottom-row {
  grid-template-columns: 1.35fr 1fr;
}

.intro-panel,
.portrait-panel,
.operate-panel,
.chapter,
.journey-panel,
.podcast-feature {
  min-width: 0;
  min-height: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.intro-panel {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.52), rgba(5,4,3,0.58)),
    radial-gradient(circle at 70% 25%, rgba(199,155,89,0.06), transparent 42%),
    url("assets/backgrounds/backgrounds-webp/builder.webp") center center / cover no-repeat;
}

.intro-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    radial-gradient(circle at 20% 50%, transparent 0 38%, rgba(0,0,0,0.14) 72%);
  pointer-events: none;
  z-index: 0;
}

.intro-panel > * {
  position: relative;
  z-index: 1;
}

.intro-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.30), rgba(0,0,0,0.06));
  backdrop-filter: blur(2px);
  z-index: 0;
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 9px;
  font-weight: 800;
}

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

h1 {
  margin-bottom: 16px;
  font-size: clamp(46px, 4.7vw, 86px);
  line-height: 0.86;
  font-weight: 400;
  letter-spacing: -0.065em;
}

h1 em {
  color: inherit;
  font-style: normal;
  font-weight: inherit;
}

.intro-copy {
  max-width: 390px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.52;
  margin-bottom: 20px;
}

.text-link,
.chapter a {
  width: fit-content;
  color: var(--gold-2);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 9px;
  font-weight: 900;
}

.text-link span,
.chapter a span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.text-link:hover span,
.chapter a:hover span {
  transform: translateX(5px);
}

.portrait-panel {
  background: #0a0908;
}

.portrait-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.25), rgba(5,4,3,0.12) 48%, rgba(5,4,3,0.45)),
    url("assets/backgrounds/backgrounds-webp/hero.webp") center 42% / cover no-repeat;
  filter: contrast(1.04) brightness(1.22) saturate(1.06);
  transform: scale(1.03);
}

.portrait-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.01) 0%, rgba(5,4,3,0.05) 56%, rgba(5,4,3,0.26) 100%),
    radial-gradient(circle at 72% 48%, transparent 0 52%, rgba(0,0,0,0.12) 82%);
}

.portrait-signature {
  position: absolute;
  right: 36px;
  bottom: 18px;
  width: 320px;
  height: 180px;
  z-index: 999;
  background-image: url('assets/signature/signature.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-6deg);
  opacity: 1;
  filter:
    drop-shadow(0 0 18px rgba(228,201,143,0.35))
    brightness(1.12);
  font-size: 0;
  color: transparent;
  pointer-events: none;
}

.portrait-signature::after {
  display: none;
}

.operate-panel {
  padding: 32px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 18%, rgba(199,155,89,0.08), transparent 32%),
    #070604;
}

.operate-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.icon-line {
  color: var(--gold-2);
  font-size: 20px;
  line-height: 1;
}

.operate-item h2 {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  margin-bottom: 5px;
}

.operate-item p {
  color: var(--muted);
  line-height: 1.38;
  font-size: 11px;
  margin-bottom: 0;
}

.chapter {
  padding: 22px 22px 20px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.86)),
    radial-gradient(circle at 28% 12%, rgba(199,155,89,0.12), transparent 42%),
    #080706;
  transition: transform 0.18s ease, border-color 0.25s ease;
}

.chapter:hover {
  border-color: rgba(228, 201, 143, 0.48);
}

.chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(135deg, transparent, rgba(255,255,255,0.08)),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(255,255,255,0.05) 27px, transparent 28px);
}

.chapter > * {
  position: relative;
  z-index: 1;
}

.chapter-number {
  color: var(--gold-2);
  font-size: 29px;
  line-height: 0.9;
  margin: 0 0 9px;
}

.chapter h2 {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.chapter p {
  color: var(--soft);
  line-height: 1.36;
  max-width: 260px;
  font-size: 11px;
  margin: 0 0 12px;
}

.chapter a {
  align-self: end;
}

.journey-panel {
  padding: 24px 36px;
  background:
    radial-gradient(circle at 20% 50%, rgba(199,155,89,0.07), transparent 35%),
    #060503;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 18px;
}

.metrics div {
  border-right: 1px solid var(--line-soft);
  padding-right: 20px;
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  font-size: clamp(26px, 2.45vw, 42px);
  font-weight: 400;
  color: var(--gold-2);
  margin-bottom: 8px;
}

.metrics span {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
}

.podcast-feature {
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background:
    radial-gradient(circle at 84% 50%, rgba(199,155,89,0.18), transparent 24%),
    linear-gradient(90deg, #080705, #0d0a07);
}

.podcast-feature h2 {
  max-width: 420px;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.04;
  margin-bottom: 14px;
}

.play-button {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid var(--gold-2);
  background: rgba(0,0,0,0.32);
  color: var(--cream);
  font-size: 19px;
  box-shadow: 0 0 44px rgba(199,155,89,0.18);
  cursor: pointer;
  flex: 0 0 auto;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .side-rail {
    width: 116px;
    padding-top: 18px;
  }

  .signature-mark {
    margin-bottom: 40px;
  }

  .rail-nav a {
    padding: 9px 0 9px 24px;
    font-size: 10px;
  }

  .one-page {
    width: calc(100vw - 116px);
    margin-left: 116px;
    grid-template-rows: 46vh 31vh 23vh;
  }

  .intro-panel {
    padding: 24px 40px;
  }

  h1 {
    font-size: clamp(40px, 4vw, 72px);
    margin-bottom: 12px;
  }

  .intro-copy {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 15px;
  }

  .operate-panel {
    padding: 24px 32px;
  }

  .operate-item {
    margin-bottom: 10px;
  }

  .chapter {
    padding: 16px 20px;
  }

  .chapter-number {
    font-size: 24px;
  }

  .chapter h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .chapter p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .journey-panel,
  .podcast-feature {
    padding: 18px 30px;
  }

  .metrics {
    margin-top: 12px;
  }

  .metrics strong {
    font-size: 28px;
  }

  .podcast-feature h2 {
    font-size: 24px;
  }
}

@media (max-width: 1180px) {
  html,
  body {
    overflow: auto;
  }

  .side-rail {
    position: relative;
    width: 100%;
    height: auto;
    padding: 18px 22px;
    flex-direction: row;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signature-mark {
    margin-bottom: 0;
  }

  .rail-nav {
    width: auto;
    display: flex;
    gap: 16px;
    overflow-x: auto;
  }

  .rail-nav a {
    padding: 8px 0;
    white-space: nowrap;
  }

  .rail-nav a::before,
  .social-stack {
    display: none;
  }

  .one-page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin-left: 0;
    display: block;
  }

  .hero-row,
  .chapter-row,
  .bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .operate-panel,
  .journey-panel,
  .podcast-feature {
    grid-column: span 2;
  }

  .intro-panel,
  .portrait-panel,
  .operate-panel,
  .chapter,
  .journey-panel,
  .podcast-feature {
    min-height: 260px;
  }

  .portrait-panel {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .hero-row,
  .chapter-row,
  .bottom-row {
    display: block;
  }

  .intro-panel,
  .operate-panel,
  .journey-panel,
  .podcast-feature,
  .chapter {
    min-height: auto;
    padding: 38px 24px;
  }

  .portrait-panel {
    height: 420px;
  }

  h1 {
    font-size: 58px;
  }

  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .metrics div {
    border-right: 0;
  }
}







/* =========================================================
   V14 PNG SIGNATURE
   ========================================================= */

.portrait-signature-png {
  position: absolute;
  right: 38px;
  bottom: 18px;
  width: clamp(180px, 14vw, 300px);
  height: auto;
  z-index: 9999;
  display: block;
  pointer-events: none;
  transform: rotate(-5deg);
  opacity: 0.92;

  /* turn black signature into gold */
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(34%)
    saturate(541%)
    hue-rotate(357deg)
    brightness(104%)
    contrast(94%)
    drop-shadow(0 0 12px rgba(228,201,143,0.18))
    drop-shadow(0 8px 18px rgba(0,0,0,0.45));
}

@media (max-height: 800px) and (min-width: 1181px) {
  .portrait-signature-png {
    width: clamp(150px, 12vw, 240px);
    right: 30px;
    bottom: 12px;
  }
}

@media (max-width: 760px) {
  .portrait-signature-png {
    width: 190px;
    right: 20px;
    bottom: 16px;
  }
}






/* =========================================================
   V17 WHAT I DO REFINED
   ========================================================= */

.operate-panel {
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.10), rgba(5,4,3,0.20)),
    radial-gradient(circle at 22% 18%, rgba(199,155,89,0.04), transparent 42%),
    url("assets/backgrounds/backgrounds-webp/ido.webp") center center / cover no-repeat !important;
}

.operate-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.08), rgba(5,4,3,0.24)),
    radial-gradient(circle at 74% 48%, rgba(0,0,0,0.02), rgba(0,0,0,0.18) 74%);
  z-index: 0;
  pointer-events: none;
}

.operate-panel > * {
  position: relative;
  z-index: 1;
}

.ido-list {
  display: grid;
  gap: 16px;
  margin: 14px 0 24px;
}

.ido-item {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(228, 201, 143, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 22px;
  font-weight: 400;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.ido-item:hover {
  transform: translateX(6px);
  color: var(--gold-2);
  border-color: rgba(228, 201, 143, 0.42);
}

.ido-icon {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-2);
  font-size: 21px;
  line-height: 1;
  opacity: 0.92;
  text-shadow: 0 0 14px rgba(228, 201, 143, 0.12);
}

@media (max-height: 800px) and (min-width: 1181px) {
  .operate-panel {
    padding: 24px 32px;
  }

  .ido-list {
    gap: 10px;
    margin: 10px 0 18px;
  }

  .ido-item {
    min-height: 34px;
    font-size: 18px;
  }

  .ido-icon {
    width: 28px;
    font-size: 17px;
  }
}


/* =========================================================
   V21 SIDEBAR + WHAT I CAN DO
   ========================================================= */

.rail-nav {
  margin-top: 6px;
}

.chapter-row {
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.section-heading {
  position: absolute;
  left: 26px;
  top: 16px;
  z-index: 5;
}

.chapter {
  padding-top: 56px !important;
}

.chapter h2 {
  font-size: 18px !important;
  line-height: 1.1 !important;
}

.chapter p {
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.chapter a {
  font-size: 8px !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .chapter {
    padding-top: 48px !important;
  }

  .chapter h2 {
    font-size: 16px !important;
  }
}


/* =========================================================
   V22 INTRO COLOUR FIX
   ========================================================= */

.gold-word {
  color: var(--gold-2);
}

.intro-copy {
  color: #ffffff !important;
  opacity: 1 !important;
}


/* =========================================================
   V23 CARD SEPARATION FIX
   ========================================================= */

.chapter-row {
  gap: 0 !important;
  background: #050403;
}

.chapter {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,7,6,0.96), rgba(4,3,2,0.98)) !important;
  border-right: 1px solid rgba(228, 201, 143, 0.20) !important;
  border-left: 1px solid rgba(228, 201, 143, 0.05) !important;
}

.chapter::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(199,155,89,0.16), transparent 52%),
    repeating-linear-gradient(
      90deg,
      transparent 0 32px,
      rgba(255,255,255,0.03) 33px,
      transparent 34px
    ) !important;
  z-index: 0;
}

.chapter::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.01),
      rgba(0,0,0,0.12)
    );
  z-index: 0;
}

.chapter > * {
  position: relative;
  z-index: 1;
}

.chapter:hover {
  background:
    linear-gradient(180deg, rgba(14,12,10,0.98), rgba(5,4,3,1)) !important;
  border-right-color: rgba(228, 201, 143, 0.42) !important;
  border-left-color: rgba(228, 201, 143, 0.18) !important;
}


/* =========================================================
   V24 CARD BACKGROUND IMAGES
   Required files in assets/backgrounds:
   startup.png / build.png / sales.png / automate.png / platform.png / crypto.png
   ========================================================= */

.chapter {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.card-startup {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.54)),
    url("assets/backgrounds/backgrounds-webp/startup.webp") center center / cover no-repeat !important;
}

.card-brand {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.54)),
    url("assets/backgrounds/backgrounds-webp/build.webp") center center / cover no-repeat !important;
}

.card-sales {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.54)),
    url("assets/backgrounds/backgrounds-webp/sales.webp") center center / cover no-repeat !important;
}

.card-automate {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.54)),
    url("assets/backgrounds/backgrounds-webp/automate.webp") center center / cover no-repeat !important;
}

.card-platform {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.54)),
    url("assets/backgrounds/backgrounds-webp/platform.webp") center center / cover no-repeat !important;
}

.card-crypto {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.20), rgba(5,4,3,0.52)),
    url("assets/backgrounds/backgrounds-webp/crypto.webp") center center / cover no-repeat !important;
}

.chapter::before {
  opacity: 0.025 !important;
}

.chapter::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.16)) !important;
}

.card-startup:hover,
.card-brand:hover,
.card-sales:hover,
.card-automate:hover,
.card-platform:hover,
.card-crypto:hover {
  filter: brightness(1.18) contrast(1.04);
}


/* =========================================================
   V25 LIGHTER CARD IMAGES
   ========================================================= */

.chapter h2,
.chapter p,
.chapter a {
  text-shadow:
    0 2px 12px rgba(0,0,0,0.95),
    0 0 20px rgba(0,0,0,0.55);
}

.chapter-number {
  text-shadow:
    0 2px 12px rgba(0,0,0,0.95),
    0 0 18px rgba(228,201,143,0.12);
}


/* =========================================================
   V27 MUSIC ROOTS SECTION
   ========================================================= */

.music-roots-row {
  grid-template-columns: 1.45fr 0.9fr !important;
  background: #050403 !important;
}

.music-roots-panel,
.music-shop-panel {
  min-width: 0;
  min-height: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.music-roots-panel {
  padding: 24px 38px;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.42), rgba(5,4,3,0.18)),
    radial-gradient(circle at 18% 50%, rgba(199,155,89,0.04), transparent 42%),
    url("assets/backgrounds/backgrounds-webp/roots.webp") center center / cover no-repeat !important;
}

.music-roots-panel h2,
.music-shop-panel h2 {
  margin: 0 0 10px;
  color: var(--cream);
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.02;
}

.music-roots-panel p {
  max-width: 980px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  margin: 0 0 7px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.music-roots-panel .thank-you {
  color: var(--gold-2);
  margin-top: 8px;
}

.music-shop-panel {
  padding: 24px 36px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.24), rgba(5,4,3,0.08)),
    radial-gradient(circle at 80% 50%, rgba(199,155,89,0.08), transparent 34%);
}

@media (max-height: 800px) and (min-width: 1181px) {
  .music-roots-panel,
  .music-shop-panel {
    padding: 18px 30px;
  }

  .music-roots-panel h2,
  .music-shop-panel h2 {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .music-roots-panel p {
    font-size: 10px;
    line-height: 1.34;
    margin-bottom: 5px;
  }
}

@media (max-width: 1180px) {
  .music-roots-row {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .music-roots-panel,
  .music-shop-panel {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .music-roots-panel,
  .music-shop-panel {
    padding: 38px 24px;
    min-height: auto;
  }
}


/* =========================================================
   V28 ROOTS VISIBILITY + TITLE COLOUR
   ========================================================= */

.music-roots-row {
  background-blend-mode: normal !important;
}

.music-roots-panel,
.music-shop-panel {
  backdrop-filter: none !important;
}

.music-roots-panel .kicker,
.music-shop-panel .kicker {
  color: var(--gold-2) !important;
}

.music-roots-panel h2,
.music-shop-panel h2 {
  text-shadow:
    0 2px 14px rgba(0,0,0,0.9),
    0 0 18px rgba(0,0,0,0.55);
}

.music-roots-panel p {
  text-shadow:
    0 2px 14px rgba(0,0,0,0.95),
    0 0 20px rgba(0,0,0,0.65);
}

.music-roots-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.24), rgba(0,0,0,0.04) 64%, rgba(0,0,0,0.12));
  z-index: 0;
  pointer-events: none;
}

.music-shop-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.10), rgba(0,0,0,0.02));
  z-index: 0;
  pointer-events: none;
}

.music-roots-panel > *,
.music-shop-panel > * {
  position: relative;
  z-index: 1;
}


/* =========================================================
   V29 BUSINESS HELP PANEL
   ========================================================= */

.music-roots-row {
  grid-template-columns: 1.18fr 0.82fr !important;
}

.music-roots-panel {
  border-right: 1px solid rgba(228, 201, 143, 0.18) !important;
}

.business-help-panel {
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(8,7,6,0.92), rgba(5,4,3,0.96)),
    radial-gradient(circle at 82% 48%, rgba(199,155,89,0.05), transparent 42%);
}

.business-help-panel > div {
  width: 100%;
}

.business-mention {
  padding: 14px 0;
  border-top: 1px solid rgba(228, 201, 143, 0.10);
}

.business-mention:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.business-mention h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.business-mention p {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 12px;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.95),
    0 0 20px rgba(0,0,0,0.55);
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-mention {
    padding: 10px 0;
  }

  .business-mention h2 {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .business-mention p {
    font-size: 10px;
    line-height: 1.35;
    margin-bottom: 8px;
  }
}


/* =========================================================
   V30 BOTTOM PANEL FIX
   ========================================================= */

.business-help-panel .kicker {
  margin-bottom: 16px;
}

.business-mention {
  padding: 16px 0;
}

.business-mention h2 {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
}

.business-mention p {
  max-width: 460px;
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  line-height: 1.52;
  margin-bottom: 12px;
}

.music-roots-panel p {
  max-width: 940px;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-mention h2 {
    font-size: 22px;
  }

  .business-mention p {
    font-size: 10px;
    line-height: 1.4;
  }
}


/* =========================================================
   V31 RIGHT PANEL CLEANUP
   ========================================================= */

.business-help-panel {
  padding: 28px 34px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

.business-help-panel > div {
  width: 100%;
  max-width: 100%;
}

.business-help-panel .kicker {
  margin-bottom: 18px !important;
}

.business-mention {
  width: 100%;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(228, 201, 143, 0.12);
}

.business-mention:first-of-type {
  border-top: 0;
  padding-top: 0 !important;
}

.business-mention h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  color: var(--cream);
  overflow-wrap: break-word;
}

.business-mention p {
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px !important;
  color: rgba(255,255,255,0.92);
  font-size: 11px !important;
  line-height: 1.5 !important;
  overflow-wrap: break-word;
}

.business-help-panel .text-link {
  font-size: 8px !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-help-panel {
    padding: 22px 28px !important;
  }

  .business-mention {
    padding: 14px 0 !important;
  }

  .business-mention h2 {
    font-size: 18px !important;
  }

  .business-mention p {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
}


/* =========================================================
   V32 BUSINESS PANEL COMPACT FIX
   ========================================================= */

.business-help-panel {
  padding: 20px 30px !important;
  align-items: center !important;
}

.business-help-panel .kicker {
  margin: 0 0 14px !important;
  font-size: 9px !important;
  letter-spacing: 0.28em !important;
}

.business-mentions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}

.business-mention {
  padding: 0 !important;
  border-top: 0 !important;
  border-left: 1px solid rgba(228, 201, 143, 0.16);
  padding-left: 18px !important;
}

.business-mention:first-child {
  border-left: 0 !important;
  padding-left: 0 !important;
}

.business-mention h2 {
  font-size: 22px !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
}

.business-mention p {
  font-size: 10px !important;
  line-height: 1.38 !important;
  margin: 0 0 10px !important;
  max-width: 260px !important;
}

.business-help-panel .text-link {
  font-size: 8px !important;
  letter-spacing: 0.18em !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-help-panel {
    padding: 16px 24px !important;
  }

  .business-help-panel .kicker {
    margin-bottom: 10px !important;
    font-size: 8px !important;
  }

  .business-mentions-grid {
    gap: 14px;
  }

  .business-mention {
    padding-left: 14px !important;
  }

  .business-mention h2 {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .business-mention p {
    font-size: 9px !important;
    line-height: 1.28 !important;
    margin-bottom: 8px !important;
  }
}

@media (max-width: 760px) {
  .business-mentions-grid {
    grid-template-columns: 1fr;
  }

  .business-mention,
  .business-mention:first-child {
    border-left: 0 !important;
    border-top: 1px solid rgba(228, 201, 143, 0.16) !important;
    padding-left: 0 !important;
    padding-top: 18px !important;
  }

  .business-mention:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}


/* =========================================================
   V33 FRIENDS BACKGROUND
   ========================================================= */

.business-help-panel {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.36)),
    url("assets/backgrounds/backgrounds-webp/friends.webp") center center / cover no-repeat !important;
  position: relative;
}

.business-help-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.08)),
    radial-gradient(circle at 82% 50%, rgba(228,201,143,0.08), transparent 36%);
  z-index: 0;
  pointer-events: none;
}

.business-help-panel > * {
  position: relative;
  z-index: 1;
}

.business-mention {
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(2px);
  border-radius: 4px;
}


/* =========================================================
   V34 BRAND CARD LIGHTEN + SOCIAL REMOVAL
   ========================================================= */

.card-brand {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.12), rgba(5,4,3,0.42)),
    url("assets/backgrounds/backgrounds-webp/build.webp") center center / cover no-repeat !important;
  filter: brightness(1.16) contrast(1.04);
}

.card-brand::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.12)) !important;
}

/* remove social links bottom left for now */

.social-stack {
  display: none !important;
}


/* =========================================================
   V35 SIDEBAR CLOCK + SIDEBAR CLEANUP
   ========================================================= */

.side-rail {
  justify-content: flex-start;
}

.signature-mark {
  margin-bottom: 46px !important;
}

.rail-nav {
  gap: 4px !important;
}

.rail-nav a {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.sidebar-clock {
  margin-top: auto;
  margin-bottom: 4px;
  width: 100%;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 0 12px 4px;
}

.watch-face {
  width: 86px;
  height: 86px;
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.12), transparent 24%),
    radial-gradient(circle at center, #10100d 0%, #050403 63%, #020201 100%);
  border: 2px solid rgba(228,201,143,0.76);
  box-shadow:
    0 0 24px rgba(228,201,143,0.08),
    inset 0 0 24px rgba(0,0,0,0.95),
    inset 0 0 0 5px rgba(228,201,143,0.05);
}

.watch-face::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(228,201,143,0.28);
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(228,201,143,0.34) 0deg 1deg,
      transparent 1deg 6deg
    );
  mask: radial-gradient(circle, transparent 0 74%, black 75%);
}

.watch-face::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.08);
  pointer-events: none;
}

.watch-brand {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-shadow: 0 0 10px rgba(228,201,143,0.18);
}

.watch-marker {
  position: absolute;
  background: var(--gold-2);
  box-shadow: 0 0 8px rgba(228,201,143,0.18);
}

.marker-12 {
  width: 4px;
  height: 10px;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  border-radius: 3px;
}

.marker-6 {
  width: 4px;
  height: 10px;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  border-radius: 3px;
}

.marker-3 {
  width: 10px;
  height: 4px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.marker-9 {
  width: 10px;
  height: 4px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
}

.watch-hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(0deg);
  border-radius: 999px;
  z-index: 3;
}

.hour-hand {
  width: 5px;
  height: 24px;
  background: linear-gradient(180deg, #f7ecd0, #c79b59);
}

.minute-hand {
  width: 3px;
  height: 32px;
  background: linear-gradient(180deg, #fff6dc, #d7ad65);
}

.second-hand {
  width: 1px;
  height: 36px;
  background: #f5d27d;
  box-shadow: 0 0 8px rgba(245,210,125,0.25);
}

.watch-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--gold-2);
  z-index: 4;
  box-shadow:
    0 0 12px rgba(228,201,143,0.18),
    inset 0 0 3px rgba(0,0,0,0.55);
}

.clock-time {
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.clock-place {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.20em;
}

.social-stack {
  display: none !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .signature-mark {
    margin-bottom: 30px !important;
  }

  .rail-nav a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .watch-face {
    width: 72px;
    height: 72px;
  }

  .watch-brand {
    top: 20px;
    font-size: 7px;
  }

  .hour-hand {
    height: 20px;
  }

  .minute-hand {
    height: 27px;
  }

  .second-hand {
    height: 30px;
  }

  .clock-time {
    font-size: 14px;
  }
}


/* =========================================================
   V36 FACE ONLY WATCH
   ========================================================= */

.sidebar-clock {
  margin-top: auto;
  margin-bottom: 12px;
}

.watch-face {
  width: 96px !important;
  height: 96px !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.16), transparent 24%),
    radial-gradient(circle at center, #0d0d0b 0%, #040403 72%, #000000 100%) !important;
  border: 2px solid rgba(228,201,143,0.85) !important;
  box-shadow:
    0 0 28px rgba(228,201,143,0.08),
    inset 0 0 24px rgba(0,0,0,0.95),
    inset 0 0 0 5px rgba(228,201,143,0.04);
  overflow: hidden;
}

.watch-face::before {
  inset: 5px !important;
  border-radius: 50%;
  border: 1px solid rgba(228,201,143,0.18);
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(228,201,143,0.24) 0deg 1deg,
      transparent 1deg 7deg
    ) !important;
  mask: radial-gradient(circle, transparent 0 78%, black 79%);
}

.watch-face::after {
  display: none !important;
}

.watch-brand {
  top: 28px !important;
  font-size: 7px !important;
  letter-spacing: 0.22em !important;
}

.marker-12,
.marker-6 {
  width: 3px !important;
  height: 9px !important;
}

.marker-3,
.marker-9 {
  width: 9px !important;
  height: 3px !important;
}

.hour-hand {
  width: 4px !important;
  height: 24px !important;
}

.minute-hand {
  width: 2px !important;
  height: 32px !important;
}

.second-hand {
  width: 1px !important;
  height: 36px !important;
}

.watch-pin {
  width: 7px !important;
  height: 7px !important;
}

.clock-time {
  margin-top: 2px;
}

.clock-place {
  opacity: 0.72;
}

/* remove any accidental strap styling */

.strap,
.watch-strap,
.watch-band {
  display: none !important;
}


/* =========================================================
   V37 WORLD CLOCKS
   ========================================================= */

.sidebar-clocks {
  margin-top: auto;
  width: 100%;
  display: grid;
  gap: 14px;
  padding: 0 10px 10px;
}

.world-clock {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.small-watch {
  width: 62px !important;
  height: 62px !important;
  border-width: 1px !important;
  box-shadow:
    0 0 18px rgba(228,201,143,0.06),
    inset 0 0 18px rgba(0,0,0,0.92) !important;
}

.small-watch::before {
  inset: 4px !important;
}

.small-watch .hour-hand {
  height: 15px !important;
  width: 3px !important;
}

.small-watch .minute-hand {
  height: 22px !important;
  width: 2px !important;
}

.small-watch .second-hand {
  height: 25px !important;
}

.small-watch .watch-pin {
  width: 5px !important;
  height: 5px !important;
}

.clock-place {
  color: rgba(255,255,255,0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.clock-time {
  display: none !important;
}


/* =========================================================
   V38 BIGGER WORLD CLOCKS
   ========================================================= */

.sidebar-clocks {
  gap: 20px !important;
  padding: 0 8px 18px !important;
}

.world-clock {
  gap: 8px !important;
}

.small-watch {
  width: 88px !important;
  height: 88px !important;
  border-width: 2px !important;
  box-shadow:
    0 0 24px rgba(228,201,143,0.10),
    inset 0 0 24px rgba(0,0,0,0.94),
    inset 0 0 0 5px rgba(228,201,143,0.04) !important;
}

.small-watch::before {
  inset: 5px !important;
}

.small-watch .marker-12,
.small-watch .marker-6 {
  width: 4px !important;
  height: 11px !important;
}

.small-watch .marker-3,
.small-watch .marker-9 {
  width: 11px !important;
  height: 4px !important;
}

.small-watch .hour-hand {
  width: 5px !important;
  height: 24px !important;
}

.small-watch .minute-hand {
  width: 3px !important;
  height: 32px !important;
}

.small-watch .second-hand {
  width: 1px !important;
  height: 36px !important;
}

.small-watch .watch-pin {
  width: 8px !important;
  height: 8px !important;
}

.clock-place {
  font-size: 9px !important;
  letter-spacing: 0.20em !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .sidebar-clocks {
    gap: 13px !important;
    padding-bottom: 10px !important;
  }

  .small-watch {
    width: 72px !important;
    height: 72px !important;
  }

  .small-watch .hour-hand {
    height: 20px !important;
  }

  .small-watch .minute-hand {
    height: 26px !important;
  }

  .small-watch .second-hand {
    height: 30px !important;
  }

  .clock-place {
    font-size: 8px !important;
  }
}


/* =========================================================
   V39 MARKET SIDEBAR
   ========================================================= */

.side-rail {
  padding-top: 22px !important;
}

.signature-mark {
  width: 146px !important;
  height: 82px !important;
  margin-bottom: 26px !important;
}

.signature-mark img {
  max-width: 142px !important;
  max-height: 78px !important;
}

.rail-nav {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

.rail-nav a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.market-pulse {
  width: calc(100% - 22px);
  margin: 0 auto 24px;
  padding: 14px 12px;
  border-top: 1px solid rgba(228, 201, 143, 0.18);
  border-bottom: 1px solid rgba(228, 201, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.02));
}

.market-title {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.market-group {
  display: grid;
  gap: 7px;
}

.market-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  min-height: 18px;
}

.market-row span {
  color: rgba(237,229,215,0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.market-row strong {
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
}

.market-divider {
  height: 1px;
  margin: 11px 0;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.20), transparent);
}

.sidebar-clocks {
  margin-top: auto !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .signature-mark {
    margin-bottom: 18px !important;
  }

  .rail-nav {
    margin-bottom: 16px !important;
  }

  .rail-nav a {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .market-pulse {
    margin-bottom: 16px;
    padding: 10px 10px;
  }

  .market-title {
    margin-bottom: 8px;
  }

  .market-group {
    gap: 5px;
  }

  .market-row strong {
    font-size: 11px;
  }

  .sidebar-clocks {
    gap: 12px !important;
  }
}

@media (max-height: 780px) and (min-width: 1181px) {
  .market-pulse {
    display: none;
  }
}


/* =========================================================
   V41 MARKET WATCH + BUSINESS PANEL FIX
   ========================================================= */

.market-title {
  color: var(--gold-2) !important;
}

.business-help-panel {
  padding: 24px 38px !important;
  align-items: flex-start !important;
}

.business-help-panel .kicker {
  margin: 0 0 14px !important;
  color: var(--gold-2) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: 0.28em !important;
}

.business-mentions-grid {
  margin-top: 0 !important;
  align-items: stretch !important;
}

.business-mention,
.business-mention:first-child {
  padding-top: 0 !important;
}

.business-mention h2,
.business-mention:first-child h2,
.business-mention:nth-child(2) h2 {
  font-size: 24px !important;
  line-height: 1 !important;
  margin: 0 0 9px !important;
  font-weight: 400 !important;
  color: var(--cream) !important;
}

.business-mention p,
.business-mention:first-child p,
.business-mention:nth-child(2) p {
  font-size: 10px !important;
  line-height: 1.38 !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  max-width: 260px !important;
}

.business-help-panel .text-link {
  font-size: 8px !important;
  letter-spacing: 0.18em !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-help-panel {
    padding: 18px 30px !important;
  }

  .business-help-panel .kicker {
    font-size: 8px !important;
    margin-bottom: 10px !important;
  }

  .business-mention h2,
  .business-mention:first-child h2,
  .business-mention:nth-child(2) h2 {
    font-size: 20px !important;
  }

  .business-mention p,
  .business-mention:first-child p,
  .business-mention:nth-child(2) p {
    font-size: 9px !important;
  }
}


/* =========================================================
   V42 BOTTOM BUSINESS PANEL FIX
   ========================================================= */

.business-help-panel {
  padding: 24px 38px !important;
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
}

.business-help-panel > div {
  width: 100% !important;
  height: 100% !important;
}

.business-help-panel .kicker {
  margin: 0 0 10px !important;
  color: var(--gold-2) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: 0.28em !important;
}

.business-help-title {
  margin: 0 0 18px !important;
  color: var(--cream) !important;
  font-size: clamp(24px, 2.2vw, 38px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.9),
    0 0 18px rgba(0,0,0,0.55);
}

.business-mentions-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: start !important;
}

.business-mention,
.business-mention:first-child,
.business-mention:first-of-type {
  min-height: 92px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(228, 201, 143, 0.16) !important;
  border-radius: 4px !important;
  background: rgba(0,0,0,0.24) !important;
  backdrop-filter: blur(2px) !important;
}

.business-mention h2,
.business-mention:first-child h2,
.business-mention:nth-child(2) h2 {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--cream) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.business-mention p,
.business-mention:first-child p,
.business-mention:nth-child(2) p {
  display: block !important;
  max-width: none !important;
  margin: 0 0 10px !important;
  color: #ffffff !important;
  font-size: 10px !important;
  line-height: 1.38 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.95),
    0 0 20px rgba(0,0,0,0.55);
}

.business-help-panel .text-link {
  font-size: 8px !important;
  letter-spacing: 0.18em !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .business-help-panel {
    padding: 18px 30px !important;
  }

  .business-help-panel .kicker {
    font-size: 8px !important;
    margin-bottom: 7px !important;
  }

  .business-help-title {
    font-size: 23px !important;
    margin-bottom: 12px !important;
  }

  .business-mentions-grid {
    gap: 14px !important;
  }

  .business-mention,
  .business-mention:first-child,
  .business-mention:first-of-type {
    min-height: 76px !important;
    padding: 10px 12px !important;
  }

  .business-mention h2,
  .business-mention:first-child h2,
  .business-mention:nth-child(2) h2 {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .business-mention p,
  .business-mention:first-child p,
  .business-mention:nth-child(2) p {
    font-size: 9px !important;
    line-height: 1.28 !important;
    margin-bottom: 8px !important;
  }
}


/* =========================================================
   V43 BOTTOM SECTION ALIGNMENT FIX
   - aligns both bottom panel headings
   - stops the right panel title floating awkwardly
   - keeps roots.png only on the left panel
   ========================================================= */

.music-roots-row {
  display: grid !important;
  grid-template-columns: 1.18fr 0.82fr !important;
  align-items: stretch !important;
  background: #050403 !important;
}

.music-roots-panel,
.business-help-panel {
  min-height: 100% !important;
  height: 100% !important;
  padding-top: 26px !important;
  padding-bottom: 24px !important;
  box-sizing: border-box !important;
}

.music-roots-panel {
  padding-left: 38px !important;
  padding-right: 38px !important;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.42), rgba(5,4,3,0.18)),
    radial-gradient(circle at 18% 50%, rgba(199,155,89,0.04), transparent 42%),
    url("assets/backgrounds/backgrounds-webp/roots.webp") center center / cover no-repeat !important;
}

.business-help-panel {
  padding-left: 38px !important;
  padding-right: 38px !important;
  display: block !important;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.34)),
    url("assets/backgrounds/backgrounds-webp/friends.webp") center center / cover no-repeat !important;
}

.music-roots-panel .kicker,
.business-help-panel .kicker {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--gold-2) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
}

.business-help-title {
  margin: 0 0 14px !important;
  font-size: 28px !important;
  line-height: 1.02 !important;
}

.business-mentions-grid {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.business-mention,
.business-mention:first-child,
.business-mention:first-of-type {
  min-height: 78px !important;
  padding: 12px 14px !important;
  background: rgba(0,0,0,0.30) !important;
  border: 1px solid rgba(228,201,143,0.16) !important;
  border-radius: 4px !important;
  backdrop-filter: blur(2px) !important;
}

.business-mention h2,
.business-mention:first-child h2,
.business-mention:nth-child(2) h2 {
  font-size: 20px !important;
  margin: 0 0 7px !important;
}

.business-mention p,
.business-mention:first-child p,
.business-mention:nth-child(2) p {
  font-size: 9px !important;
  line-height: 1.3 !important;
  margin: 0 0 8px !important;
}

@media (max-height: 800px) and (min-width: 1181px) {
  .music-roots-panel,
  .business-help-panel {
    padding-top: 20px !important;
    padding-bottom: 18px !important;
  }

  .music-roots-panel {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .business-help-panel {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .music-roots-panel .kicker,
  .business-help-panel .kicker {
    font-size: 8px !important;
    margin-bottom: 10px !important;
  }

  .business-help-title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }

  .business-mentions-grid {
    gap: 12px !important;
  }

  .business-mention,
  .business-mention:first-child,
  .business-mention:first-of-type {
    min-height: 64px !important;
    padding: 9px 10px !important;
  }

  .business-mention h2,
  .business-mention:first-child h2,
  .business-mention:nth-child(2) h2 {
    font-size: 17px !important;
  }

  .business-mention p,
  .business-mention:first-child p,
  .business-mention:nth-child(2) p {
    font-size: 8px !important;
    line-height: 1.25 !important;
  }
}


/* =========================================================
   V46 SECTION PAGE UI
   ========================================================= */

.page-shell {
  min-height: 100vh;
  margin-left: 152px;
  padding: 48px;
  background:
    radial-gradient(circle at 20% 12%, rgba(199,155,89,0.10), transparent 32%),
    radial-gradient(circle at 80% 80%, rgba(199,155,89,0.08), transparent 32%),
    linear-gradient(180deg, #050403, #090806 55%, #050403);
  overflow: auto;
}

.page-hero {
  min-height: 330px;
  padding: 46px;
  border: 1px solid rgba(228,201,143,0.20);
  background:
    linear-gradient(90deg, rgba(5,4,3,0.76), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/builder.webp") center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.32), rgba(0,0,0,0.08)),
    radial-gradient(circle at 75% 55%, rgba(228,201,143,0.08), transparent 38%);
  pointer-events: none;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  margin: 0 0 18px;
  font-size: clamp(54px, 6vw, 116px);
  line-height: 0.86;
  letter-spacing: -0.07em;
  font-weight: 400;
}

.page-hero p:not(.kicker) {
  max-width: 780px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0,0,0,0.9);
}

.page-info-grid,
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(228,201,143,0.16);
  border-top: 1px solid rgba(228,201,143,0.16);
}

.page-info-card,
.page-feature-card {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(8,7,6,0.86), rgba(5,4,3,0.96)),
    radial-gradient(circle at 20% 15%, rgba(199,155,89,0.08), transparent 38%);
}

.page-info-card h2,
.page-feature-card h2 {
  margin: 0 0 14px;
  color: var(--cream);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.02;
}

.page-info-card p,
.page-feature-card p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.contact-panel {
  padding: 38px;
  border: 1px solid rgba(228,201,143,0.18);
  background:
    linear-gradient(180deg, rgba(8,7,6,0.90), rgba(5,4,3,0.98));
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-grid label {
  display: grid;
  gap: 8px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 9px;
  font-weight: 900;
}

.contact-grid input,
.contact-grid select,
.contact-grid textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(228,201,143,0.20);
  background: rgba(0,0,0,0.34);
  color: #fff;
  padding: 12px 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  outline: none;
}

.contact-grid textarea {
  min-height: 150px;
  grid-column: span 2;
}

.contact-grid label:has(textarea) {
  grid-column: span 2;
}

.page-button {
  margin-top: 20px;
  padding: 14px 22px;
  border: 1px solid var(--gold-2);
  background: rgba(0,0,0,0.32);
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .page-shell {
    margin-left: 0;
    padding: 28px;
  }

  .page-info-grid,
  .page-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero h1 {
    font-size: 64px;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 18px;
  }

  .page-hero {
    padding: 30px 24px;
  }

  .page-info-grid,
  .page-card-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid textarea,
  .contact-grid label:has(textarea) {
    grid-column: span 1;
  }
}


/* =========================================================
   V48 ABOUT PAGE REFINEMENT
   ========================================================= */

.about-page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 46vh 1fr;
}

.about-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(228,201,143,0.18);
  background:
    linear-gradient(180deg, rgba(5,4,3,0.58), rgba(5,4,3,0.24)),
    url("assets/backgrounds/backgrounds-webp/builder.webp") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(228,201,143,0.06), transparent 42%),
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.34));
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding: 40px;
}

.about-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(72px, 8vw, 150px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 400;
}

.about-hero p:not(.kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0,0,0,0.9);
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 100%;
  border-left: 1px solid rgba(228,201,143,0.16);
  border-right: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.about-info-card {
  min-height: 100%;
  padding: 40px 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(8,7,6,0.88), rgba(5,4,3,0.98)),
    radial-gradient(circle at 20% 15%, rgba(199,155,89,0.08), transparent 38%);
}

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

.about-info-card h2 {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: 44px;
  line-height: 0.96;
  font-weight: 400;
}

.about-info-card p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .about-page-shell {
    grid-template-rows: auto auto;
  }

  .about-info-grid {
    grid-template-columns: 1fr;
  }

  .about-info-card {
    border-right: 0;
    border-bottom: 1px solid rgba(228,201,143,0.16);
  }
}


/* =========================================================
   V49 ABOUT PAGE TEXT CONTAINMENT FIX
   - keeps the hero copy inside the hero panel
   - keeps the three lower panels stretched to the bottom
   - prevents the headline from crashing into the lower grid
   ========================================================= */

.about-page-shell {
  height: calc(100vh - 96px) !important;
  min-height: calc(100vh - 96px) !important;
  display: grid !important;
  grid-template-rows: minmax(315px, 46%) minmax(0, 1fr) !important;
  overflow: hidden !important;
}

.about-hero {
  min-height: 0 !important;
  overflow: hidden !important;
  align-items: center !important;
  justify-content: center !important;
}

.about-hero-inner {
  width: 100% !important;
  max-width: 920px !important;
  padding: clamp(22px, 3vh, 34px) 34px !important;
  margin: 0 auto !important;
}

.about-hero .kicker {
  margin-bottom: 10px !important;
}

.about-hero h1 {
  max-width: 830px !important;
  margin: 0 auto 14px !important;
  font-size: clamp(62px, 5.35vw, 106px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.075em !important;
}

.about-hero p:not(.kicker) {
  max-width: 720px !important;
  margin: 0 auto !important;
  font-size: clamp(13px, 0.92vw, 16px) !important;
  line-height: 1.48 !important;
}

.about-info-grid {
  min-height: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

.about-info-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(30px, 3.6vh, 44px) 36px !important;
  overflow: hidden !important;
}

.about-info-card h2 {
  font-size: clamp(34px, 2.45vw, 46px) !important;
  line-height: 0.98 !important;
  margin-bottom: 18px !important;
}

.about-info-card p {
  font-size: clamp(13px, 0.88vw, 15px) !important;
  line-height: 1.65 !important;
}

@media (max-height: 850px) and (min-width: 1181px) {
  .about-page-shell {
    grid-template-rows: minmax(290px, 45%) minmax(0, 1fr) !important;
  }

  .about-hero-inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .about-hero h1 {
    font-size: clamp(54px, 4.7vw, 88px) !important;
    margin-bottom: 10px !important;
  }

  .about-hero p:not(.kicker) {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .about-info-card {
    padding: 28px 32px !important;
  }

  .about-info-card h2 {
    font-size: 38px !important;
  }

  .about-info-card p {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 1180px) {
  .about-page-shell {
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
    grid-template-rows: auto auto !important;
  }

  .about-hero {
    min-height: 360px !important;
  }

  .about-hero h1 {
    font-size: clamp(58px, 9vw, 86px) !important;
  }

  .about-info-grid {
    height: auto !important;
    overflow: visible !important;
  }

  .about-info-card {
    height: auto !important;
    min-height: 260px !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 420px !important;
  }

  .about-hero-inner {
    padding: 32px 22px !important;
  }

  .about-hero h1 {
    font-size: clamp(48px, 14vw, 64px) !important;
    letter-spacing: -0.06em !important;
  }

  .about-info-card {
    padding: 34px 24px !important;
  }
}


/* =========================================================
   V50 ABOUT PAGE FULL-HEIGHT LOWER PANELS
   - restores the three lower cards so they stretch to the bottom
   - keeps the hero contained without shrinking the bottom section
   ========================================================= */

@media (min-width: 1181px) {
  .about-page-shell {
    height: 100vh !important;
    min-height: 100vh !important;
    padding: 22px 44px 0 !important;
    display: grid !important;
    grid-template-rows: minmax(300px, 38vh) minmax(0, 1fr) !important;
    overflow: hidden !important;
  }

  .about-hero {
    min-height: 0 !important;
    height: 100% !important;
  }

  .about-hero-inner {
    max-width: 900px !important;
    padding: 20px 34px !important;
  }

  .about-hero h1 {
    max-width: 820px !important;
    font-size: clamp(58px, 5.15vw, 104px) !important;
    line-height: 0.86 !important;
    margin-bottom: 14px !important;
  }

  .about-hero p:not(.kicker) {
    max-width: 720px !important;
    font-size: clamp(13px, 0.9vw, 16px) !important;
    line-height: 1.42 !important;
  }

  .about-info-grid {
    height: 100% !important;
    min-height: 0 !important;
    align-self: stretch !important;
    overflow: hidden !important;
  }

  .about-info-card {
    height: 100% !important;
    min-height: 0 !important;
    padding: clamp(34px, 4vh, 50px) 38px !important;
    overflow: hidden !important;
  }
}

@media (max-height: 850px) and (min-width: 1181px) {
  .about-page-shell {
    padding-top: 20px !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
    grid-template-rows: minmax(295px, 37vh) minmax(0, 1fr) !important;
  }

  .about-info-card {
    padding: 34px 36px !important;
  }
}


/* =========================================================
   V51 ABOUT PAGE FULL TEXT FIT
   - adds room for Wayne's full section copy
   - keeps the three lower cards stretched to the bottom
   ========================================================= */

@media (min-width: 1181px) {
  .about-page-shell {
    grid-template-rows: minmax(270px, 36vh) minmax(0, 1fr) !important;
  }

  .about-info-card {
    padding: clamp(28px, 3.2vh, 42px) 38px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .about-info-card h2 {
    font-size: clamp(34px, 2.85vw, 48px) !important;
    line-height: 0.96 !important;
    margin-bottom: 20px !important;
  }

  .about-info-card p {
    font-size: clamp(12px, 0.82vw, 15px) !important;
    line-height: 1.55 !important;
    margin: 0 0 15px !important;
    max-width: 620px !important;
  }

  .about-info-card p:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-height: 850px) and (min-width: 1181px) {
  .about-page-shell {
    grid-template-rows: minmax(250px, 34vh) minmax(0, 1fr) !important;
  }

  .about-hero h1 {
    font-size: clamp(54px, 4.8vw, 92px) !important;
  }

  .about-hero p:not(.kicker) {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .about-info-card {
    padding: 26px 34px !important;
  }

  .about-info-card h2 {
    font-size: clamp(31px, 2.55vw, 42px) !important;
    margin-bottom: 15px !important;
  }

  .about-info-card p {
    font-size: clamp(11px, 0.72vw, 13px) !important;
    line-height: 1.42 !important;
    margin-bottom: 11px !important;
  }
}


/* =========================================================
   V52 ABOUT PAGE TEXT WHITE FIX
   - forces the About page card descriptions to solid white
   - keeps section titles and body copy visually consistent
   ========================================================= */

.about-info-card p,
.about-info-card p:last-child {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.52) !important;
}

.about-info-card h2 {
  color: #ffffff !important;
  opacity: 1 !important;
}


/* =========================================================
   V53 ABOUT CARD COLOUR BALANCE
   - card headings return to the softer faded editorial tone
   - body descriptions stay solid white for readability
   ========================================================= */

.about-info-card h2 {
  color: rgba(237, 229, 215, 0.82) !important;
}

.about-info-card p {
  color: #ffffff !important;
}


/* =========================================================
   V59 PROJECTS CLEAN ONE-PAGE REBUILD
   ========================================================= */

.projects-page-shell {
  width: calc(100vw - 152px) !important;
  height: 100vh !important;
  margin-left: 152px !important;
  display: grid !important;
  grid-template-rows: 34vh 66vh !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 52% 10%, rgba(199,155,89,0.08), transparent 34%),
    linear-gradient(180deg, #050403, #070604 48%, #050403) !important;
}

.projects-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(228, 201, 143, 0.22);
  border-bottom: 0;
  margin: 24px 28px 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.54)),
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.08), rgba(0,0,0,0.30)),
    url("assets/backgrounds/backgrounds-webp/projects.webp") center center / cover no-repeat !important;
}

.projects-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(228,201,143,0.10), transparent 26%),
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.30));
  pointer-events: none;
  z-index: 0;
}

.projects-hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 42px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.projects-hero .kicker {
  margin: 0 0 10px !important;
  color: var(--gold-2) !important;
}

.projects-hero h1 {
  max-width: 1040px;
  margin: 0 0 12px !important;
  color: var(--cream);
  font-size: clamp(54px, 5.7vw, 105px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.07em !important;
  font-weight: 400 !important;
  text-shadow:
    0 3px 22px rgba(0,0,0,0.96),
    0 0 34px rgba(0,0,0,0.70);
}

.projects-hero p:not(.kicker) {
  max-width: 760px;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.95),
    0 0 22px rgba(0,0,0,0.66);
}

.projects-discipline-grid {
  min-height: 0;
  margin: 0 28px 24px;
  border: 1px solid rgba(228, 201, 143, 0.22);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(199,155,89,0.045), transparent 34%),
    #050403;
}

.project-discipline-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 24px 30px 20px;
  overflow: hidden;
  border-right: 1px solid rgba(228, 201, 143, 0.18);
  border-bottom: 1px solid rgba(228, 201, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.16)),
    radial-gradient(circle at 18% 0%, rgba(199,155,89,0.055), transparent 34%);
}

.project-discipline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.035), transparent 34%),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(255,255,255,0.018) 37px, transparent 38px);
  opacity: 0.28;
  pointer-events: none;
}

.project-discipline-card > * {
  position: relative;
  z-index: 1;
}

.business-card,
.technology-card,
.markets-card {
  grid-column: span 2;
}

.media-card,
.music-card {
  grid-column: span 3;
  border-bottom: 0;
}

.markets-card,
.music-card {
  border-right: 0;
}

.project-discipline-card h2 {
  margin: 0 0 12px !important;
  color: rgba(237,229,215,0.82) !important;
  font-size: clamp(30px, 2.55vw, 48px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
  font-weight: 400 !important;
  text-shadow:
    0 3px 16px rgba(0,0,0,0.95),
    0 0 18px rgba(0,0,0,0.62);
}

.project-discipline-card p {
  max-width: none !important;
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(10px, 0.72vw, 13px) !important;
  line-height: 1.34 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

@media (max-height: 820px) and (min-width: 1181px) {
  .projects-page-shell {
    grid-template-rows: 31vh 69vh !important;
  }

  .projects-hero {
    margin: 18px 24px 0;
  }

  .projects-hero-inner {
    padding: 16px 36px 20px;
  }

  .projects-hero h1 {
    font-size: clamp(48px, 5.1vw, 88px) !important;
    margin-bottom: 8px !important;
  }

  .projects-hero p:not(.kicker) {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .projects-discipline-grid {
    margin: 0 24px 18px;
  }

  .project-discipline-card {
    padding: 19px 26px 16px;
  }

  .project-discipline-card h2 {
    font-size: clamp(28px, 2.25vw, 40px) !important;
    margin-bottom: 9px !important;
  }

  .project-discipline-card p {
    font-size: clamp(9px, 0.66vw, 11px) !important;
    line-height: 1.28 !important;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 1180px) {
  .projects-page-shell {
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    margin-left: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  .projects-hero {
    margin: 22px;
    min-height: 360px;
  }

  .projects-discipline-grid {
    margin: 0 22px 22px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    overflow: visible;
  }

  .business-card,
  .technology-card,
  .markets-card,
  .media-card,
  .music-card {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(228, 201, 143, 0.18);
  }

  .music-card {
    border-bottom: 0;
  }

  .project-discipline-card {
    min-height: auto;
    padding: 34px 28px;
  }
}


/* =========================================================
   V60 DEDICATED WORLD PAGES
   - Projects removed from primary sidebar
   - Homepage What I Do links route into dedicated pages
   ========================================================= */

.world-page {
  width: calc(100vw - 152px);
  height: 100vh;
  margin-left: 152px;
  display: grid;
  grid-template-rows: 43vh 57vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 18%, rgba(199,155,89,0.10), transparent 34%),
    linear-gradient(180deg, #050403, #090806 54%, #050403);
}

.world-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 42px 7vw 34px;
  border: 1px solid rgba(228, 201, 143, 0.20);
  border-left: 0;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.20), rgba(5,4,3,0.64)),
    url("assets/backgrounds/backgrounds-webp/projects.webp") center center / cover no-repeat;
}

.world-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(0,0,0,0.04), rgba(0,0,0,0.45) 78%),
    linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.02) 45%, rgba(0,0,0,0.28));
  pointer-events: none;
}

.world-hero > * {
  position: relative;
  z-index: 1;
}

.world-hero .kicker {
  color: var(--gold-2);
  margin-bottom: 14px;
}

.world-hero h1 {
  max-width: 1050px;
  margin: 0 0 18px;
  font-size: clamp(64px, 6.2vw, 126px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  color: var(--cream);
  text-shadow:
    0 3px 22px rgba(0,0,0,0.90),
    0 0 30px rgba(0,0,0,0.55);
}

.world-hero p:last-child {
  max-width: 740px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.95),
    0 0 22px rgba(0,0,0,0.55);
}

.world-detail-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 0;
  border-right: 1px solid rgba(228, 201, 143, 0.20);
  border-bottom: 1px solid rgba(228, 201, 143, 0.20);
}

.world-detail-card {
  min-width: 0;
  min-height: 0;
  padding: 46px 42px;
  border-right: 1px solid rgba(228, 201, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.18)),
    radial-gradient(circle at 22% 0%, rgba(199,155,89,0.055), transparent 44%),
    #060503;
  overflow: hidden;
}

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

.world-detail-card h2 {
  margin: 0 0 18px;
  color: rgba(237,229,215,0.78);
  font-size: clamp(34px, 3vw, 58px);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.90),
    0 0 18px rgba(0,0,0,0.55);
}

.world-detail-card p {
  margin: 0;
  color: #ffffff;
  font-size: clamp(13px, 0.82vw, 16px);
  line-height: 1.55;
  font-weight: 700;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.95),
    0 0 22px rgba(0,0,0,0.60);
}

@media (max-height: 820px) and (min-width: 1181px) {
  .world-page {
    grid-template-rows: 40vh 60vh;
  }

  .world-hero {
    padding: 30px 7vw 28px;
  }

  .world-hero h1 {
    font-size: clamp(54px, 5.4vw, 104px);
    margin-bottom: 14px;
  }

  .world-hero p:last-child {
    font-size: 14px;
    line-height: 1.38;
  }

  .world-detail-card {
    padding: 32px 34px;
  }

  .world-detail-card h2 {
    font-size: clamp(30px, 2.6vw, 46px);
    margin-bottom: 14px;
  }

  .world-detail-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 1180px) {
  .world-page {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .world-hero {
    min-height: 440px;
    border-left: 1px solid rgba(228, 201, 143, 0.20);
  }

  .world-detail-grid {
    grid-template-columns: 1fr;
    border-left: 1px solid rgba(228, 201, 143, 0.20);
  }

  .world-detail-card {
    border-right: 0;
    border-bottom: 1px solid rgba(228, 201, 143, 0.18);
  }
}

@media (max-width: 760px) {
  .world-hero {
    min-height: 380px;
    padding: 44px 24px;
  }

  .world-hero h1 {
    font-size: 54px;
  }

  .world-detail-card {
    padding: 38px 24px;
  }
}


/* =========================================================
   V61 WORLD PAGE BACKGROUNDS + SIDEBAR CLEANUP
   - Dedicated world pages now use their own supplied backgrounds
   - business.png / tech.png / markets.png / content.png / music.png
   - Projects remains removed from all files included in this ZIP
   ========================================================= */

.world-business .world-hero {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.66)),
    url("assets/backgrounds/backgrounds-webp/business.webp") center center / cover no-repeat !important;
}

.world-technology .world-hero {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.66)),
    url("assets/backgrounds/backgrounds-webp/tech.webp") center center / cover no-repeat !important;
}

.world-markets .world-hero {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.66)),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat !important;
}

.world-content-media .world-hero {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.66)),
    url("assets/backgrounds/backgrounds-webp/content.webp") center center / cover no-repeat !important;
}

.world-music .world-hero {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.22), rgba(5,4,3,0.66)),
    url("assets/backgrounds/backgrounds-webp/music.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V62 DEDICATED WORLD PAGE FIX
   - locks each world page to its own background file
   - reduces dark overlay so the backgrounds actually show
   - removes dependency on the generic projects background
   ========================================================= */

.world-hero {
  background-blend-mode: normal !important;
}

.world-hero::before {
  background:
    radial-gradient(circle at 50% 40%, rgba(0,0,0,0.00), rgba(0,0,0,0.22) 80%),
    linear-gradient(90deg, rgba(0,0,0,0.12), rgba(0,0,0,0.00) 45%, rgba(0,0,0,0.12)) !important;
}

.world-business .world-hero,
.world-hero-business {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    url("assets/backgrounds/backgrounds-webp/business.webp") center center / cover no-repeat !important;
}

.world-technology .world-hero,
.world-hero-technology {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    url("assets/backgrounds/backgrounds-webp/tech.webp") center center / cover no-repeat !important;
}

.world-markets .world-hero,
.world-hero-markets {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat !important;
}

.world-content-media .world-hero,
.world-hero-content {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    url("assets/backgrounds/backgrounds-webp/content.webp") center center / cover no-repeat !important;
}

.world-music .world-hero,
.world-hero-music {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.06), rgba(5,4,3,0.28)),
    url("assets/backgrounds/backgrounds-webp/music.webp") center center / cover no-repeat !important;
}

.world-hero h1,
.world-hero p:last-child {
  text-shadow:
    0 3px 18px rgba(0,0,0,0.88),
    0 0 24px rgba(0,0,0,0.52) !important;
}


/* =========================================================
   V63 WORLD BACKGROUND DIM + BUSINESS COPY FIX
   - keeps each world page locked to its own background image
   - dims hero backgrounds by roughly 15% for readability
   ========================================================= */

.world-hero::before {
  background:
    radial-gradient(circle at 50% 40%, rgba(0,0,0,0.06), rgba(0,0,0,0.34) 80%),
    linear-gradient(90deg, rgba(0,0,0,0.20), rgba(0,0,0,0.04) 45%, rgba(0,0,0,0.20)) !important;
}

.world-business .world-hero,
.world-hero-business {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/business.webp") center center / cover no-repeat !important;
}

.world-technology .world-hero,
.world-hero-technology {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/tech.webp") center center / cover no-repeat !important;
}

.world-markets .world-hero,
.world-hero-markets {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat !important;
}

.world-content-media .world-hero,
.world-hero-content {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/content.webp") center center / cover no-repeat !important;
}

.world-music .world-hero,
.world-hero-music {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.18), rgba(5,4,3,0.40)),
    url("assets/backgrounds/backgrounds-webp/music.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V65 BUSINESS PAGE VISUAL POLISH - SAFE OVERRIDES
   - keeps full existing site styling intact
   - only polishes the dedicated Business page
   ========================================================= */

.world-business {
  grid-template-rows: 42vh 58vh;
}

.world-business .world-hero {
  padding: 34px 7vw 30px !important;
}

.world-business .world-hero::before {
  background:
    radial-gradient(circle at 50% 42%, rgba(0,0,0,0.04), rgba(0,0,0,0.30) 80%),
    linear-gradient(90deg, rgba(0,0,0,0.17), rgba(0,0,0,0.03) 46%, rgba(0,0,0,0.17)) !important;
}

.world-business .world-hero h1 {
  max-width: 1120px;
  margin-bottom: 20px !important;
  font-size: clamp(60px, 5.85vw, 116px) !important;
  line-height: 0.84 !important;
  letter-spacing: -0.072em !important;
}

.world-business .world-hero p:last-child {
  max-width: 820px !important;
  font-size: clamp(14px, 0.92vw, 17px) !important;
  line-height: 1.48 !important;
  font-weight: 700 !important;
}

.world-business .world-detail-grid {
  align-items: stretch;
}

.world-business .world-detail-card {
  padding: 42px 44px 38px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.14)),
    radial-gradient(circle at 22% 0%, rgba(199,155,89,0.045), transparent 44%),
    #060503 !important;
}

.world-business .world-detail-card h2 {
  margin-bottom: 22px !important;
  color: rgba(237,229,215,0.76) !important;
  font-size: clamp(36px, 2.65vw, 52px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
}

.world-business .world-detail-card p {
  max-width: 640px;
  color: rgba(255,255,255,0.94) !important;
  font-size: clamp(12px, 0.78vw, 15px) !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.50) !important;
}

@media (max-height: 820px) and (min-width: 1181px) {
  .world-business {
    grid-template-rows: 41vh 59vh;
  }

  .world-business .world-hero {
    padding: 28px 7vw 24px !important;
  }

  .world-business .world-hero h1 {
    font-size: clamp(52px, 5.3vw, 102px) !important;
    margin-bottom: 15px !important;
  }

  .world-business .world-hero p:last-child {
    font-size: 13px !important;
    line-height: 1.38 !important;
  }

  .world-business .world-detail-card {
    padding: 30px 36px 28px !important;
  }

  .world-business .world-detail-card h2 {
    font-size: clamp(30px, 2.35vw, 44px) !important;
    margin-bottom: 14px !important;
  }

  .world-business .world-detail-card p {
    font-size: 11px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {
  .world-business {
    display: block;
  }

  .world-business .world-hero {
    min-height: 440px;
  }

  .world-business .world-detail-card h2 {
    font-size: 42px !important;
  }

  .world-business .world-detail-card p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }
}


/* =========================================================
   V66 BUSINESS UNIFORM LAYOUT FIX
   - reduces dead space
   - keeps the structure suitable for all 5 world pages
   - only overrides the dedicated Business page classes
   ========================================================= */

.world-business {
  grid-template-rows: 39vh 61vh !important;
}

.world-business .world-hero {
  min-height: 0 !important;
  padding: 24px 6vw 22px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.world-business .world-hero::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,0.02), rgba(0,0,0,0.24) 82%),
    linear-gradient(90deg, rgba(0,0,0,0.13), rgba(0,0,0,0.01) 48%, rgba(0,0,0,0.13)) !important;
}

.world-business .world-hero h1 {
  max-width: 1180px !important;
  margin: 0 auto 18px !important;
  font-size: clamp(56px, 5.45vw, 106px) !important;
  line-height: 0.84 !important;
  letter-spacing: -0.074em !important;
  text-align: center !important;
}

.world-business .world-hero .kicker {
  text-align: center !important;
  margin: 0 0 12px !important;
}

.world-business .world-hero p:last-child {
  max-width: 820px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: clamp(13px, 0.86vw, 16px) !important;
  line-height: 1.42 !important;
  font-weight: 700 !important;
}

.world-business .world-detail-grid {
  min-height: 0 !important;
  height: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: stretch !important;
}

.world-business .world-detail-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: 34px 42px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.12)),
    radial-gradient(circle at 24% 0%, rgba(199,155,89,0.045), transparent 42%),
    #060503 !important;
}

.world-business .world-detail-card h2 {
  margin: 0 0 20px !important;
  color: rgba(237,229,215,0.78) !important;
  font-size: clamp(34px, 2.35vw, 48px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.046em !important;
  text-transform: none !important;
}

.world-business .world-detail-card p {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.94) !important;
  font-size: clamp(12px, 0.76vw, 14px) !important;
  line-height: 1.52 !important;
  font-weight: 500 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.50) !important;
}

.world-business .world-detail-card::after {
  content: "";
  margin-top: auto;
  display: block;
  height: 1px;
  width: 42%;
  background: linear-gradient(90deg, rgba(228,201,143,0.34), transparent);
  opacity: 0.62;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-business {
    grid-template-rows: 37vh 63vh !important;
  }

  .world-business .world-hero {
    padding: 20px 6vw 18px !important;
  }

  .world-business .world-hero h1 {
    font-size: clamp(48px, 5vw, 96px) !important;
    margin-bottom: 12px !important;
  }

  .world-business .world-hero .kicker {
    margin-bottom: 8px !important;
  }

  .world-business .world-hero p:last-child {
    font-size: 13px !important;
    line-height: 1.34 !important;
  }

  .world-business .world-detail-card {
    padding: 26px 34px 24px !important;
  }

  .world-business .world-detail-card h2 {
    font-size: clamp(28px, 2.15vw, 40px) !important;
    margin-bottom: 13px !important;
  }

  .world-business .world-detail-card p {
    font-size: 11px !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 1180px) {
  .world-business {
    display: block !important;
  }

  .world-business .world-hero {
    min-height: 430px !important;
  }

  .world-business .world-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .world-business .world-detail-card {
    min-height: auto !important;
    padding: 38px 28px !important;
  }

  .world-business .world-detail-card h2 {
    font-size: 42px !important;
  }

  .world-business .world-detail-card p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }
}


/* =========================================================
   V67 BUSINESS PAGE DENSITY FIX
   - reduces empty black space
   - gives the page a tighter editorial spread
   - keeps this structure suitable for the other 4 world pages
   ========================================================= */

.world-business {
  grid-template-rows: 45vh 55vh !important;
}

.world-business .world-hero {
  padding: 28px 6vw 24px !important;
  justify-content: center !important;
}

.world-business .world-hero h1 {
  max-width: 1180px !important;
  margin: 0 auto 16px !important;
  font-size: clamp(58px, 5.6vw, 110px) !important;
  line-height: 0.84 !important;
  letter-spacing: -0.074em !important;
}

.world-business .world-hero p:last-child {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: clamp(13px, 0.82vw, 15px) !important;
  line-height: 1.38 !important;
}

.world-business .world-detail-grid {
  height: 100% !important;
  min-height: 0 !important;
}

.world-business .world-detail-card {
  height: 100% !important;
  min-height: 0 !important;
  padding: 30px 42px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.20)),
    radial-gradient(circle at 20% 8%, rgba(199,155,89,0.055), transparent 42%),
    linear-gradient(180deg, #070604, #030302) !important;
}

.world-business .world-detail-card h2 {
  max-width: 620px !important;
  margin: 0 0 18px !important;
  color: rgba(237,229,215,0.80) !important;
  font-size: clamp(34px, 2.25vw, 46px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.044em !important;
}

.world-business .world-detail-card p {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(255,255,255,0.94) !important;
  font-size: clamp(12px, 0.72vw, 13.5px) !important;
  line-height: 1.48 !important;
  font-weight: 500 !important;
}

.world-business .world-detail-card::after {
  content: "";
  display: block;
  width: 46%;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, rgba(228,201,143,0.42), transparent);
  opacity: 0.7;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-business {
    grid-template-rows: 43vh 57vh !important;
  }

  .world-business .world-hero {
    padding: 22px 6vw 18px !important;
  }

  .world-business .world-hero h1 {
    font-size: clamp(50px, 5.1vw, 98px) !important;
    margin-bottom: 10px !important;
  }

  .world-business .world-hero p:last-child {
    font-size: 12.5px !important;
    line-height: 1.32 !important;
  }

  .world-business .world-detail-card {
    padding: 24px 34px 22px !important;
  }

  .world-business .world-detail-card h2 {
    font-size: clamp(30px, 2vw, 39px) !important;
    margin-bottom: 12px !important;
  }

  .world-business .world-detail-card p {
    font-size: 10.8px !important;
    line-height: 1.34 !important;
  }

  .world-business .world-detail-card::after {
    margin-top: 16px;
  }
}

@media (max-width: 1180px) {
  .world-business {
    display: block !important;
  }

  .world-business .world-hero {
    min-height: 430px !important;
  }

  .world-business .world-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .world-business .world-detail-card {
    min-height: auto !important;
    justify-content: flex-start !important;
    padding: 38px 28px !important;
  }

  .world-business .world-detail-card h2 {
    font-size: 42px !important;
  }

  .world-business .world-detail-card p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }
}


/* =========================================================
   V68 TECHNOLOGY PAGE
   ========================================================= */

.world-technology .world-hero {
  background:
    linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)),
    url("assets/backgrounds/backgrounds-webp/tech.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V69 CRYPTO & STOCKS PAGE
   ========================================================= */

.world-markets .world-hero {
  background:
    linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V72 CONTENT & MEDIA PAGE
   ========================================================= */

.world-content-media .world-hero {
  background:
    linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)),
    url("assets/backgrounds/backgrounds-webp/content.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V73 CONTENT MEDIA ALIGNMENT FIX
   - aligns all three section headings properly
   - stops short cards dropping lower than long cards
   - keeps the same world-page structure
   ========================================================= */

.world-content-media .world-detail-card {
  justify-content: flex-start !important;
  padding-top: 44px !important;
}

.world-content-media .world-detail-card h2 {
  margin-bottom: 20px !important;
  font-size: clamp(34px, 2.35vw, 46px) !important;
  line-height: 0.96 !important;
}

.world-content-media .world-detail-card p {
  font-size: clamp(12px, 0.74vw, 13.5px) !important;
  line-height: 1.48 !important;
}

.world-content-media .world-detail-card::after {
  margin-top: 24px !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-content-media .world-detail-card {
    padding-top: 34px !important;
  }

  .world-content-media .world-detail-card h2 {
    font-size: clamp(30px, 2.05vw, 39px) !important;
    margin-bottom: 13px !important;
  }

  .world-content-media .world-detail-card p {
    font-size: 10.8px !important;
    line-height: 1.34 !important;
  }
}


/* =========================================================
   V74 CONTENT PAGE DENSITY FIX
   ========================================================= */

.world-content-media {
  grid-template-rows: 43vh 57vh !important;
}

.world-content-media .world-hero {
  padding: 22px 6vw 18px !important;
}

.world-content-media .world-hero h1 {
  font-size: clamp(54px, 5.15vw, 100px) !important;
  line-height: 0.84 !important;
}

.world-content-media .world-hero p:last-child {
  max-width: 760px !important;
  font-size: clamp(13px, 0.78vw, 15px) !important;
}

.world-content-media .world-detail-card {
  padding: 30px 40px 24px !important;
  justify-content: flex-start !important;
}

.world-content-media .world-detail-card h2 {
  margin-bottom: 18px !important;
}

.world-content-media .world-detail-card p {
  line-height: 1.46 !important;
}


/* =========================================================
   V75 CONTENT MEDIA VERTICAL BALANCE FIX
   ========================================================= */

.world-content-media .world-detail-card {
  justify-content: center !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.world-content-media .world-detail-card h2 {
  margin-bottom: 14px !important;
}

.world-content-media .world-detail-card p {
  margin-bottom: 10px !important;
}

.world-content-media .world-detail-card::after {
  margin-top: 18px !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-content-media .world-detail-card {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .world-content-media .world-detail-card h2 {
    margin-bottom: 10px !important;
  }

  .world-content-media .world-detail-card p {
    margin-bottom: 8px !important;
  }
}


/* =========================================================
   V76 CONTENT MEDIA PERFECT ALIGNMENT FIX
   ========================================================= */

.world-content-media .world-detail-card:nth-child(3) {
  padding-top: 28px !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-content-media .world-detail-card:nth-child(3) {
    padding-top: 24px !important;
  }
}


/* =========================================================
   V77 WIDER ECOSYSTEM ALIGN FIX
   ========================================================= */

.world-content-media .world-detail-card:nth-child(3) h2 {
  margin-top: 22px !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .world-content-media .world-detail-card:nth-child(3) h2 {
    margin-top: 18px !important;
  }
}


/* =========================================================
   V78 MUSIC PAGE
   ========================================================= */

.world-music .world-hero {
  background:
    linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)),
    url("assets/backgrounds/backgrounds-webp/music.webp") center center / cover no-repeat !important;
}

.world-music .world-detail-card {
  justify-content: center !important;
}


/* =========================================================
   V82 START BUSINESS SALES PAGE
   ========================================================= */

html,
body {
  overflow: auto !important;
}

.sales-page {
  width: calc(100vw - 152px);
  min-height: 100vh;
  margin-left: 152px;
  background:
    radial-gradient(circle at 50% 12%, rgba(199,155,89,0.08), transparent 34%),
    linear-gradient(180deg, #050403, #080705 44%, #040302);
}

.sales-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 72px 7vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.start-business-hero {
  background:
    linear-gradient(90deg, rgba(5,4,3,0.42), rgba(5,4,3,0.26)),
    radial-gradient(circle at 60% 42%, rgba(0,0,0,0.04), rgba(0,0,0,0.42) 76%),
    url("assets/backgrounds/backgrounds-webp/startup.webp") center center / cover no-repeat;
}

.sales-hero-inner {
  max-width: 1050px;
  position: relative;
  z-index: 2;
}

.sales-hero h1 {
  max-width: 1060px;
  margin: 0 0 24px;
  font-size: clamp(68px, 7.2vw, 142px);
  line-height: 0.84;
  letter-spacing: -0.075em;
  font-weight: 400;
}

.sales-hero p {
  max-width: 800px;
  color: #ffffff;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.52;
  font-weight: 700;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.95),
    0 0 24px rgba(0,0,0,0.62);
}

.sales-intro-section,
.sales-split-section,
.sales-process-section,
.sales-confidence-section,
.sales-final-section {
  padding: 76px 7vw;
  border-bottom: 1px solid var(--line);
}

.sales-intro-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 64px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.10)),
    #060503;
}

.sales-intro-copy h2,
.sales-split-section h2,
.sales-process-section h2,
.sales-confidence-section h2,
.sales-final-section h2 {
  max-width: 920px;
  margin: 0 0 26px;
  color: rgba(237,229,215,0.88);
  font-size: clamp(44px, 4.2vw, 84px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 400;
}

.sales-intro-copy p,
.sales-confidence-section p,
.sales-final-section p {
  max-width: 850px;
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 2px 14px rgba(0,0,0,0.72);
}

.sales-intro-panel {
  padding: 38px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    radial-gradient(circle at 20% 0%, rgba(199,155,89,0.12), transparent 42%),
    rgba(0,0,0,0.28);
}

.sales-intro-panel h3,
.sales-service-list h3,
.sales-process-grid h3 {
  margin: 0 0 14px;
  color: rgba(237,229,215,0.88);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}

.sales-intro-panel p,
.sales-service-list p,
.sales-process-grid p {
  color: rgba(255,255,255,0.86);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  font-weight: 500;
}

.sales-block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.sales-block {
  min-height: 310px;
  padding: 48px 42px;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 0%, rgba(199,155,89,0.06), transparent 44%),
    #050403;
}

.sales-block:last-child {
  border-right: 0;
}

.sales-block span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 900;
}

.sales-block h2 {
  margin: 0 0 20px;
  color: rgba(237,229,215,0.86);
  font-size: clamp(34px, 2.8vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.052em;
  font-weight: 400;
}

.sales-block p {
  max-width: 480px;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 500;
}

.sales-split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 68px;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(0,0,0,0.16)),
    #070604;
}

.sales-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 34px;
}

.sales-service-list div {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(228,201,143,0.18);
}

.sales-process-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(199,155,89,0.08), transparent 36%),
    #050403;
}

.sales-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  border: 1px solid rgba(228,201,143,0.18);
}

.sales-process-grid article {
  padding: 34px;
  border-right: 1px solid rgba(228,201,143,0.18);
  background: rgba(0,0,0,0.18);
}

.sales-process-grid article:last-child {
  border-right: 0;
}

.sales-confidence-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 46px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.28), rgba(0,0,0,0.10)),
    #070604;
}

.sales-confidence-section h2 {
  font-size: clamp(38px, 3.4vw, 68px);
}

.sales-final-section {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(5,4,3,0.78), rgba(5,4,3,0.42)),
    radial-gradient(circle at 82% 45%, rgba(199,155,89,0.16), transparent 34%),
    #040302;
}

@media (max-width: 1180px) {
  .sales-page {
    width: 100%;
    margin-left: 0;
  }

  .sales-intro-section,
  .sales-split-section,
  .sales-confidence-section,
  .sales-process-grid,
  .sales-block-grid {
    grid-template-columns: 1fr;
  }

  .sales-service-list {
    grid-template-columns: 1fr;
  }

  .sales-block,
  .sales-process-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .sales-hero,
  .sales-intro-section,
  .sales-split-section,
  .sales-process-section,
  .sales-confidence-section,
  .sales-final-section {
    padding: 52px 26px;
  }

  .sales-hero h1 {
    font-size: 64px;
  }
}


/* =========================================================
   V83 START BUSINESS HERO REFINEMENT
   ========================================================= */

.sales-hero {
  min-height: 66vh !important;
  padding: 54px 7vw 48px !important;
}

.sales-hero-inner {
  max-width: 980px !important;
}

.sales-hero h1 {
  max-width: 980px !important;
  margin-bottom: 18px !important;
  font-size: clamp(64px, 6.4vw, 128px) !important;
  line-height: 0.80 !important;
  letter-spacing: -0.078em !important;
}

.sales-hero p {
  max-width: 760px !important;
  font-size: clamp(15px, 0.94vw, 18px) !important;
  line-height: 1.48 !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero {
    min-height: 62vh !important;
    padding: 42px 7vw 38px !important;
  }

  .sales-hero h1 {
    font-size: clamp(56px, 5.8vw, 112px) !important;
    margin-bottom: 14px !important;
  }

  .sales-hero p {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }
}


/* =========================================================
   V84 START BUSINESS HERO STRUCTURE FIX
   ========================================================= */

.sales-hero h1 {
  display: flex !important;
  flex-direction: column !important;
}

.sales-hero .hero-line-top {
  display: block;
}

.sales-hero .hero-line-bottom {
  display: block;
  margin-left: 210px;
  margin-top: -10px;
}

.sales-hero-quote {
  margin: 0 0 18px !important;
  color: rgba(228,201,143,0.92) !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-style: italic;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
}

.sales-hero p:last-child {
  max-width: 760px !important;
}

@media (max-width: 1180px) {
  .sales-hero .hero-line-bottom {
    margin-left: 0;
    margin-top: 0;
  }

  .sales-hero-quote {
    font-size: 16px !important;
  }
}


/* =========================================================
   V85 START BUSINESS HERO QUOTE IMAGE FIX
   ========================================================= */

.sales-hero {
  min-height: 72vh !important;
  padding: 62px 7vw 54px !important;
}

.sales-hero h1 {
  max-width: 1040px !important;
  margin-bottom: 22px !important;
  font-size: clamp(70px, 6.95vw, 138px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.078em !important;
}

.sales-hero .hero-line-top,
.sales-hero .hero-line-bottom {
  display: block !important;
}

.sales-hero .hero-line-bottom {
  margin-left: 132px !important;
  margin-top: -8px !important;
  white-space: nowrap !important;
}

.sales-hero-quote-image {
  width: clamp(300px, 31vw, 560px);
  height: clamp(48px, 5.2vw, 92px);
  margin: 26px 0 24px 10px;
  background-image: url("assets/signature/sig2.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(34%)
    saturate(541%)
    hue-rotate(357deg)
    brightness(104%)
    contrast(94%)
    drop-shadow(0 0 14px rgba(228,201,143,0.16))
    drop-shadow(0 6px 12px rgba(0,0,0,0.42));
  opacity: 0.96;
}

.sales-hero p {
  max-width: 760px !important;
  font-size: clamp(15px, 0.92vw, 18px) !important;
  line-height: 1.46 !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero {
    min-height: 68vh !important;
    padding: 48px 7vw 42px !important;
  }

  .sales-hero h1 {
    font-size: clamp(60px, 6.2vw, 122px) !important;
    margin-bottom: 18px !important;
  }

  .sales-hero .hero-line-bottom {
    margin-left: 110px !important;
    margin-top: -6px !important;
  }

  .sales-hero-quote-image {
    width: clamp(260px, 27vw, 480px);
    height: clamp(42px, 4.5vw, 78px);
    margin: 20px 0 18px 8px;
  }
}

@media (max-width: 1180px) {
  .sales-hero .hero-line-bottom {
    margin-left: 0 !important;
    margin-top: 0 !important;
    white-space: normal !important;
  }

  .sales-hero-quote-image {
    width: 320px;
    height: 58px;
    margin-left: 0;
  }
}


/* =========================================================
   V86 START BUSINESS HERO POSITION FIX
   - centres sub text under main hero headline
   - keeps "clear route forward?" together
   - moves sig2 quote towards the lamp and increases size
   ========================================================= */

.sales-hero-inner {
  width: 100% !important;
  max-width: 1240px !important;
}

.sales-hero h1 {
  max-width: 1120px !important;
  margin: 0 0 24px 0 !important;
  font-size: clamp(72px, 7.05vw, 138px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.078em !important;
}

.sales-hero .hero-line-top,
.sales-hero .hero-line-bottom {
  display: block !important;
}

.sales-hero .hero-line-bottom {
  margin-left: 144px !important;
  margin-top: -8px !important;
  white-space: nowrap !important;
}

.sales-hero p:not(.kicker) {
  max-width: 760px !important;
  margin-left: 146px !important;
  margin-right: 0 !important;
  font-size: clamp(15px, 0.92vw, 18px) !important;
  line-height: 1.46 !important;
}

.sales-hero-quote-image {
  width: clamp(430px, 38vw, 720px) !important;
  height: clamp(72px, 7.4vw, 130px) !important;
  margin: 22px 0 28px auto !important;
  transform: translateX(-7vw) !important;
  background-image: url("assets/signature/sig2.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(34%)
    saturate(541%)
    hue-rotate(357deg)
    brightness(104%)
    contrast(94%)
    drop-shadow(0 0 16px rgba(228,201,143,0.18))
    drop-shadow(0 8px 16px rgba(0,0,0,0.48)) !important;
  opacity: 0.96 !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero h1 {
    font-size: clamp(62px, 6.35vw, 124px) !important;
    margin-bottom: 18px !important;
  }

  .sales-hero .hero-line-bottom {
    margin-left: 126px !important;
    margin-top: -6px !important;
  }

  .sales-hero p:not(.kicker) {
    margin-left: 128px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .sales-hero-quote-image {
    width: clamp(380px, 34vw, 640px) !important;
    height: clamp(62px, 6.5vw, 112px) !important;
    margin-top: 18px !important;
    margin-bottom: 22px !important;
    transform: translateX(-6vw) !important;
  }
}

@media (max-width: 1180px) {
  .sales-hero .hero-line-bottom {
    margin-left: 0 !important;
    margin-top: 0 !important;
    white-space: normal !important;
  }

  .sales-hero p:not(.kicker) {
    margin-left: 0 !important;
  }

  .sales-hero-quote-image {
    width: 360px !important;
    height: 70px !important;
    margin: 22px 0 !important;
    transform: none !important;
  }
}


/* =========================================================
   V87 START BUSINESS HERO TYPO FIX
   ========================================================= */

.sales-hero {
  min-height: 70vh !important;
  padding: 58px 7vw 48px !important;
}

.sales-hero-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  max-width: 1280px !important;
}

.sales-hero h1 {
  max-width: 1180px !important;
  margin: 0 0 18px 0 !important;
  font-size: clamp(74px, 7vw, 138px) !important;
  line-height: 0.81 !important;
  letter-spacing: -0.078em !important;
}

.sales-hero .hero-line-top,
.sales-hero .hero-line-bottom {
  display: block !important;
}

.sales-hero .hero-line-bottom {
  margin-left: 122px !important;
  margin-top: -6px !important;
  white-space: nowrap !important;
}

.sales-hero p:not(.kicker) {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: clamp(15px, 0.94vw, 18px) !important;
  line-height: 1.44 !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero {
    min-height: 66vh !important;
    padding: 46px 7vw 40px !important;
  }

  .sales-hero h1 {
    font-size: clamp(64px, 6.25vw, 124px) !important;
    margin-bottom: 14px !important;
  }

  .sales-hero .hero-line-bottom {
    margin-left: 108px !important;
    margin-top: -4px !important;
  }

  .sales-hero p:not(.kicker) {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 1180px) {
  .sales-hero .hero-line-bottom {
    margin-left: 0 !important;
    margin-top: 0 !important;
    white-space: normal !important;
  }
}


/* =========================================================
   V90 START BUSINESS QUOTE IMG FIX
   ========================================================= */

.sales-hero {
  position: relative !important;
  overflow: hidden !important;
}

.sales-hero-quote-wrap {
  position: absolute !important;
  left: 42px !important;
  bottom: 38px !important;
  z-index: 80 !important;
  width: clamp(260px, 24vw, 430px) !important;
  pointer-events: none !important;
  display: block !important;
}

.sales-hero-quote-wrap img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transform: rotate(-10deg) !important;
  opacity: 0.92 !important;
  filter:
    drop-shadow(0 0 10px rgba(228,201,143,0.12))
    drop-shadow(0 6px 12px rgba(0,0,0,0.45)) !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero-quote-wrap {
    left: 34px !important;
    bottom: 28px !important;
    width: clamp(230px, 21vw, 360px) !important;
  }
}

@media (max-width: 1180px) {
  .sales-hero-quote-wrap {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 270px !important;
    margin-top: 22px !important;
  }

  .sales-hero-quote-wrap img {
    transform: rotate(-6deg) !important;
  }
}


/* =========================================================
   V91 START BUSINESS QUOTE ANCHOR FIX
   - keeps quote out of the hero text flow
   - anchors it to the hero section bottom-left
   ========================================================= */

.sales-hero {
  position: relative !important;
  overflow: hidden !important;
}

.sales-hero-inner {
  position: static !important;
  z-index: auto !important;
}

.sales-hero .kicker,
.sales-hero h1,
.sales-hero p {
  position: relative !important;
  z-index: 5 !important;
}

.sales-hero-quote-wrap {
  position: absolute !important;
  left: 42px !important;
  bottom: 34px !important;
  z-index: 2 !important;
  width: clamp(210px, 18vw, 320px) !important;
  margin: 0 !important;
  display: block !important;
  pointer-events: none !important;
}

.sales-hero-quote-wrap img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  transform: rotate(-10deg) !important;
  opacity: 0.82 !important;
  filter:
    drop-shadow(0 0 8px rgba(228,201,143,0.10))
    drop-shadow(0 5px 10px rgba(0,0,0,0.45)) !important;
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-hero-quote-wrap {
    left: 34px !important;
    bottom: 28px !important;
    width: clamp(190px, 16vw, 280px) !important;
  }
}

@media (max-width: 1180px) {
  .sales-hero-quote-wrap {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    width: 250px !important;
    margin: 24px auto 0 !important;
    z-index: 5 !important;
  }

  .sales-hero-quote-wrap img {
    transform: rotate(-6deg) !important;
  }
}


/* =========================================================
   V94 SALES BLOCKS REFINEMENT
   ========================================================= */

.sales-block-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  border-top: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.sales-block {
  position: relative;
  min-height: 420px;
  padding: 68px 44px 58px !important;
  border-right: 1px solid rgba(228,201,143,0.16);
  overflow: hidden;
  background-color: #050403 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.sales-block:last-child {
  border-right: 0 !important;
}

.sales-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.72)),
    linear-gradient(90deg, rgba(0,0,0,0.44), rgba(0,0,0,0.16));
  z-index: 0;
}

.sales-block > * {
  position: relative;
  z-index: 1;
}

.sales-block h2 {
  max-width: 520px;
  margin: 0 0 26px !important;
  color: rgba(237,229,215,0.90) !important;
  font-size: clamp(42px, 3.4vw, 64px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.06em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 16px rgba(0,0,0,0.82),
    0 0 24px rgba(228,201,143,0.04);
}

.sales-block p {
  max-width: 560px;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(14px, 0.88vw, 16px) !important;
  line-height: 1.64 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

.sales-block-shape {
  background:
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/shapeidea.webp") center center / cover no-repeat !important;
}

.sales-block-model {
  background:
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/buildbusiness.webp") center center / cover no-repeat !important;
}

.sales-block-foundation {
  background:
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/planfoundations.webp") center center / cover no-repeat !important;
}

.sales-block:hover {
  filter: brightness(1.05);
}

@media (max-width: 1180px) {
  .sales-block-grid {
    grid-template-columns: 1fr !important;
  }

  .sales-block {
    min-height: 320px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.16);
  }

  .sales-block:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 760px) {
  .sales-block {
    min-height: auto;
    padding: 52px 24px !important;
  }

  .sales-block h2 {
    font-size: clamp(38px, 12vw, 54px) !important;
  }

  .sales-block p {
    font-size: 14px !important;
    line-height: 1.56 !important;
  }
}

/* =========================================================
   V95 SERVICES SECTION SWAP + ENERGY
   ========================================================= */

.services-showcase-section {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(560px, 1.08fr) minmax(420px, 0.92fr) !important;
  gap: clamp(58px, 6vw, 112px) !important;
  align-items: stretch !important;
  padding: 86px 7vw !important;
  border-top: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
  background:
    radial-gradient(circle at 16% 22%, rgba(199,155,89,0.075), transparent 34%),
    radial-gradient(circle at 82% 56%, rgba(199,155,89,0.055), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.16)),
    #050403 !important;
  overflow: hidden;
}

.services-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.05), transparent 20%, transparent 78%, rgba(228,201,143,0.035)),
    repeating-linear-gradient(
      90deg,
      transparent 0 46px,
      rgba(255,255,255,0.018) 47px,
      transparent 48px
    );
  opacity: 0.20;
  pointer-events: none;
}

.services-showcase-section > * {
  position: relative;
  z-index: 1;
}

.services-showcase-section .sales-service-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-content: center;
  padding: 4px 0;
}

.services-showcase-section .service-item {
  position: relative;
  min-height: 104px;
  padding: 22px 52px 22px 0 !important;
  border-bottom: 1px solid rgba(228,201,143,0.18);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    padding-left 0.24s ease,
    background 0.24s ease;
}

.services-showcase-section .service-item:first-child {
  border-top: 1px solid rgba(228,201,143,0.18);
}

.services-showcase-section .service-item::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(228,201,143,0.72), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.services-showcase-section .service-item::after {
  content: "→";
  position: absolute;
  right: 4px;
  top: 28px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.62;
  transform: translateX(0);
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
}

.services-showcase-section .service-item:hover {
  transform: translateX(8px);
  padding-left: 18px !important;
  border-color: rgba(228,201,143,0.36);
  background:
    linear-gradient(90deg, rgba(228,201,143,0.045), transparent 62%);
}

.services-showcase-section .service-item:hover::before {
  opacity: 1;
}

.services-showcase-section .service-item:hover::after {
  opacity: 1;
  transform: translateX(6px);
}

.services-showcase-section .service-item h3 {
  margin: 0 0 8px !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(28px, 2.05vw, 38px) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.78),
    0 0 20px rgba(228,201,143,0.035);
}

.services-showcase-section .service-item p {
  max-width: 560px;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(13px, 0.82vw, 15px) !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.9),
    0 0 18px rgba(0,0,0,0.55);
}

.services-heading-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: clamp(34px, 4vw, 72px) !important;
  overflow: hidden;
  border-left: 1px solid rgba(228,201,143,0.12);
  background:
    radial-gradient(circle at 72% 48%, rgba(228,201,143,0.08), transparent 42%),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.025), transparent 32%);
}

.services-heading-panel::before {
  content: "";
  position: absolute;
  right: -34%;
  top: 50%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.20);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.services-heading-panel::after {
  content: "";
  position: absolute;
  left: clamp(34px, 4vw, 72px);
  bottom: clamp(42px, 5vw, 80px);
  width: min(420px, 62%);
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.74), rgba(228,201,143,0.16), transparent);
}

.services-heading-panel .kicker {
  margin: 0 0 20px !important;
  color: var(--gold-2) !important;
}

.services-heading-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 620px !important;
  margin: 0 !important;
  color: rgba(237,229,215,0.88) !important;
  font-size: clamp(54px, 5vw, 92px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.066em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 18px rgba(0,0,0,0.72),
    0 0 32px rgba(228,201,143,0.035);
}

@media (max-height: 860px) and (min-width: 1181px) {
  .services-showcase-section {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .services-showcase-section .service-item {
    min-height: 88px;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .services-showcase-section .service-item h3 {
    font-size: 28px !important;
  }

  .services-showcase-section .service-item p {
    font-size: 13px !important;
    line-height: 1.44 !important;
  }

  .services-heading-panel {
    min-height: 480px;
  }

  .services-heading-panel h2 {
    font-size: clamp(48px, 4.45vw, 78px) !important;
  }
}

@media (max-width: 1180px) {
  .services-showcase-section {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
    padding: 66px 7vw !important;
  }

  .services-heading-panel {
    order: -1;
    min-height: auto;
    border-left: 0;
    padding: 0 0 28px !important;
  }

  .services-heading-panel::before,
  .services-heading-panel::after {
    display: none !important;
  }

  .services-showcase-section .sales-service-list {
    padding: 0;
  }
}

@media (max-width: 760px) {
  .services-showcase-section {
    padding: 52px 24px !important;
  }

  .services-heading-panel h2 {
    font-size: clamp(42px, 12vw, 62px) !important;
    line-height: 0.94 !important;
  }

  .services-showcase-section .service-item {
    min-height: auto;
    padding: 20px 34px 20px 0 !important;
  }

  .services-showcase-section .service-item:hover {
    transform: none;
    padding-left: 0 !important;
  }

  .services-showcase-section .service-item h3 {
    font-size: 28px !important;
  }

  .services-showcase-section .service-item p {
    font-size: 14px !important;
    line-height: 1.54 !important;
  }
}



/* =========================================================
   V96 REMOVE SERVICE ARROWS + WHITE SUBTEXT
   ========================================================= */

.services-showcase-section .service-item::after {
  display: none !important;
  content: none !important;
}

.services-showcase-section .service-item {
  padding-right: 0 !important;
}

.services-showcase-section .service-item p,
.services-showcase-section .service-item p *,
.services-showcase-section .service-item h3 + p {
  color: #ffffff !important;
  opacity: 1 !important;
}


/* =========================================================
   V97 HOW WE WORK SECTION FIX
   ========================================================= */

.sales-process-section {
  position: relative;
  overflow: hidden;
  padding: 86px 7vw !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.44), rgba(0,0,0,0.72)),
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/wework.webp") center center / cover no-repeat !important;
}

.sales-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.32), rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.24)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    );
  opacity: 0.34;
  pointer-events: none;
}

.sales-process-section > * {
  position: relative;
  z-index: 1;
}

.sales-process-section .kicker {
  color: var(--gold-2) !important;
  margin-bottom: 16px !important;
}

.sales-process-section h2 {
  max-width: 980px;
  margin: 0 0 54px !important;
  color: rgba(237,229,215,0.90) !important;
  font-size: clamp(54px, 5vw, 92px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.066em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 18px rgba(0,0,0,0.78),
    0 0 30px rgba(228,201,143,0.035);
}

.sales-process-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  border: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.38));
  backdrop-filter: blur(2px);
}

.sales-process-grid article {
  position: relative;
  min-height: 210px;
  padding: 34px 36px !important;
  border-right: 1px solid rgba(228,201,143,0.14);
  transition:
    background 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease;
}

.sales-process-grid article:last-child {
  border-right: 0 !important;
}

.sales-process-grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(228,201,143,0.72), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.sales-process-grid article:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.18));
  border-color: rgba(228,201,143,0.28);
}

.sales-process-grid article:hover::before {
  opacity: 1;
}

.sales-process-grid h3 {
  margin: 0 0 18px !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(28px, 2vw, 38px) !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.82),
    0 0 20px rgba(228,201,143,0.035);
}

.sales-process-grid p {
  color: #ffffff !important;
  font-size: clamp(13px, 0.82vw, 15px) !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

@media (max-width: 1180px) {
  .sales-process-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .sales-process-grid article:nth-child(2) {
    border-right: 0 !important;
  }

  .sales-process-grid article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(228,201,143,0.14);
  }
}

@media (max-width: 760px) {
  .sales-process-section {
    padding: 52px 24px !important;
  }

  .sales-process-section h2 {
    font-size: clamp(42px, 12vw, 62px) !important;
    line-height: 0.94 !important;
    margin-bottom: 38px !important;
  }

  .sales-process-grid {
    grid-template-columns: 1fr !important;
  }

  .sales-process-grid article {
    min-height: auto;
    padding: 28px 24px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.14);
  }

  .sales-process-grid article:last-child {
    border-bottom: 0 !important;
  }

  .sales-process-grid h3 {
    font-size: 30px !important;
  }

  .sales-process-grid p {
    font-size: 14px !important;
  }
}


/* =========================================================
   V98 WEWORK IMAGE INSIDE PROCESS BLOCKS
   ========================================================= */

.sales-process-section {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.24)),
    #050403 !important;
}

.sales-process-grid {
  background: transparent !important;
  backdrop-filter: none !important;
}

.sales-process-grid article {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.72)),
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.06), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/wework.webp") center center / cover no-repeat !important;
}

.sales-process-grid article:hover {
  background:
    linear-gradient(180deg, rgba(228,201,143,0.05), rgba(0,0,0,0.24)),
    url("assets/backgrounds/backgrounds-webp/wework.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V99 SINGLE WEWORK IMAGE ACROSS ALL 4 BLOCKS
   ========================================================= */

.sales-process-grid {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.38), rgba(0,0,0,0.66)),
    url("assets/backgrounds/backgrounds-webp/wework.webp") center center / cover no-repeat !important;
}

.sales-process-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.18), rgba(0,0,0,0.04) 42%, rgba(0,0,0,0.18)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    );
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.sales-process-grid article {
  background: transparent !important;
  position: relative;
  z-index: 1;
}

.sales-process-grid article:hover {
  background:
    linear-gradient(180deg, rgba(228,201,143,0.04), rgba(0,0,0,0.12)) !important;
}


/* =========================================================
   V100 SIG3 TOP RIGHT
   ========================================================= */

.sales-process-section {
  position: relative;
}

.sales-process-signature {
  position: absolute;
  top: 82px;
  right: 7vw;
  width: clamp(180px, 18vw, 420px);
  z-index: 3;
  pointer-events: none;
  opacity: 0.88;
}

.sales-process-signature img {
  width: 100%;
  height: auto;
  display: block;
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(34%)
    saturate(541%)
    hue-rotate(357deg)
    brightness(104%)
    contrast(94%)
    drop-shadow(0 0 12px rgba(228,201,143,0.18))
    drop-shadow(0 8px 18px rgba(0,0,0,0.45));
}

@media (max-width: 1180px) {
  .sales-process-signature {
    top: 44px;
    right: 7vw;
    width: 220px;
    opacity: 0.72;
  }
}

@media (max-width: 760px) {
  .sales-process-signature {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 28px auto;
    width: 180px;
  }
}


/* =========================================================
   V101 SIG3 COLOUR + POSITION FIX
   ========================================================= */

.sales-process-signature {
  top: 112px !important;
  right: 7vw !important;
  opacity: 0.86 !important;
}

.sales-process-signature img {
  filter:
    brightness(0)
    saturate(100%)
    invert(82%)
    sepia(34%)
    saturate(541%)
    hue-rotate(357deg)
    brightness(104%)
    contrast(94%)
    drop-shadow(0 0 12px rgba(228,201,143,0.18))
    drop-shadow(0 8px 18px rgba(0,0,0,0.45)) !important;
}

@media (max-width: 1180px) {
  .sales-process-signature {
    top: 70px !important;
  }
}

@media (max-width: 760px) {
  .sales-process-signature {
    top: auto !important;
  }
}


/* =========================================================
   V102 WHY THIS HELPS POLISH
   ========================================================= */

.sales-confidence-section {
  position: relative;
  overflow: hidden;
  display: grid !important;
  grid-template-columns: minmax(420px, 0.82fr) minmax(560px, 1.18fr) !important;
  gap: clamp(58px, 6vw, 120px) !important;
  align-items: center !important;
  padding: 96px 7vw 104px !important;
  border-top: 1px solid rgba(228,201,143,0.14);
  border-bottom: 1px solid rgba(228,201,143,0.14);
  background:
    radial-gradient(circle at 18% 26%, rgba(199,155,89,0.070), transparent 34%),
    radial-gradient(circle at 82% 52%, rgba(199,155,89,0.045), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(0,0,0,0.16)),
    #050403 !important;
}

.sales-confidence-section::before {
  content: "";
  position: absolute;
  right: -18%;
  top: 50%;
  width: 46%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.14);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.75;
  pointer-events: none;
}

.sales-confidence-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.012) 55px,
      transparent 56px
    );
  opacity: 0.18;
  pointer-events: none;
}

.sales-confidence-section > * {
  position: relative;
  z-index: 1;
}

.confidence-heading .kicker {
  color: var(--gold-2) !important;
  margin-bottom: 18px !important;
}

.confidence-heading h2 {
  max-width: 560px !important;
  margin: 0 !important;
  color: rgba(237,229,215,0.90) !important;
  font-size: clamp(48px, 4.4vw, 82px) !important;
  line-height: 0.91 !important;
  letter-spacing: -0.064em !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 18px rgba(0,0,0,0.78),
    0 0 30px rgba(228,201,143,0.035);
}

.confidence-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 3.6vw, 64px);
  align-items: start;
}

.confidence-copy > p {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(15px, 0.92vw, 17px) !important;
  line-height: 1.68 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

.confidence-note {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 30px 34px;
  border: 1px solid rgba(228,201,143,0.24);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.18)),
    rgba(0,0,0,0.26);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.24),
    0 0 30px rgba(199,155,89,0.025);
}

.confidence-note span {
  display: block;
  margin: 0 0 10px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 9px;
  font-weight: 900;
}

.confidence-note p {
  max-width: 780px;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(17px, 1.25vw, 24px) !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.88),
    0 0 22px rgba(0,0,0,0.52);
}

@media (max-height: 860px) and (min-width: 1181px) {
  .sales-confidence-section {
    padding-top: 72px !important;
    padding-bottom: 76px !important;
  }

  .confidence-heading h2 {
    font-size: clamp(44px, 4vw, 72px) !important;
  }

  .confidence-copy > p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .confidence-note {
    padding: 24px 28px;
  }

  .confidence-note p {
    font-size: 18px !important;
  }
}

@media (max-width: 1180px) {
  .sales-confidence-section {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    padding: 66px 7vw !important;
  }

  .confidence-heading h2 {
    max-width: 900px !important;
  }

  .confidence-copy {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .confidence-note {
    margin-top: 6px;
  }
}

@media (max-width: 760px) {
  .sales-confidence-section {
    padding: 52px 24px !important;
  }

  .confidence-heading h2 {
    font-size: clamp(40px, 12vw, 58px) !important;
    line-height: 0.94 !important;
  }

  .confidence-copy > p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  .confidence-note {
    padding: 24px;
  }

  .confidence-note p {
    font-size: 17px !important;
  }
}


/* =========================================================
   V103 FINAL CTA CENTRAL + BACKGROUND
   ========================================================= */

.sales-final-section {
  position: relative;
  overflow: hidden;
  min-height: 72vh;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 100px 7vw !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.72)),
    radial-gradient(circle at 50% 42%, rgba(199,155,89,0.10), transparent 38%),
    url("assets/backgrounds/backgrounds-webp/bringidea.webp") center center / cover no-repeat !important;
}

.sales-final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.012) 55px,
      transparent 56px
    );
  opacity: 0.22;
  pointer-events: none;
}

.sales-final-section > * {
  position: relative;
  z-index: 1;
}

.sales-final-section .kicker {
  color: var(--gold-2) !important;
  margin-bottom: 18px !important;
  text-align: center !important;
}

.sales-final-section h2 {
  max-width: 1180px !important;
  margin: 0 auto 30px !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(58px, 6vw, 108px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.068em !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-shadow:
    0 2px 20px rgba(0,0,0,0.82),
    0 0 34px rgba(228,201,143,0.04);
}

.sales-final-section p {
  max-width: 940px !important;
  margin: 0 auto 34px !important;
  color: #ffffff !important;
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.68 !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

.sales-final-section .text-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border: 1px solid rgba(228,201,143,0.24);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.04), rgba(0,0,0,0.18));
  box-shadow:
    0 16px 40px rgba(0,0,0,0.22),
    0 0 28px rgba(199,155,89,0.025);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.sales-final-section .text-link:hover {
  transform: translateY(-3px);
  border-color: rgba(228,201,143,0.42);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.08), rgba(0,0,0,0.18));
}

@media (max-width: 1180px) {
  .sales-final-section {
    min-height: 60vh;
    padding: 80px 7vw !important;
  }

  .sales-final-section h2 {
    font-size: clamp(48px, 7vw, 82px) !important;
  }
}

@media (max-width: 760px) {
  .sales-final-section {
    min-height: auto;
    padding: 72px 24px !important;
  }

  .sales-final-section h2 {
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.94 !important;
  }

  .sales-final-section p {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .sales-final-section .text-link {
    width: 100%;
    justify-content: center;
  }
}


/* =========================================================
   V104 GLOBAL SUBTEXT WHITE AUDIT
   ========================================================= */

.start-business-page p,
.start-business-page .sales-hero p,
.start-business-page .sales-intro-copy p,
.start-business-page .sales-intro-panel p,
.start-business-page .sales-block p,
.start-business-page .service-item p,
.start-business-page .sales-process-grid p,
.start-business-page .confidence-copy p,
.start-business-page .confidence-note p,
.start-business-page .sales-final-section p {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Keep headings editorial cream */
.start-business-page h1,
.start-business-page h2,
.start-business-page h3 {
  color: rgba(237,229,215,0.90);
}

/* Ensure quote/signature remains gold */
.sales-process-signature img,
.sales-hero-quote-wrap img {
  opacity: 0.88;
}

/* Final polish spacing consistency */
.sales-block p,
.service-item p,
.sales-process-grid p,
.confidence-copy p,
.sales-final-section p {
  text-wrap: pretty;
}

/* Slight readability polish across page */
.start-business-page p {
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}


/* =========================================================
   V105 FULL PAGE SUBTEXT PURE WHITE LOCK
   ========================================================= */

/* Every paragraph / supporting copy inside Start A Business page */
.start-business-page p:not(.kicker),
.start-business-page article p,
.start-business-page section p:not(.kicker),
.start-business-page div p:not(.kicker),
.start-business-page .sales-hero-inner > p,
.start-business-page .sales-intro-copy > p,
.start-business-page .sales-intro-panel > p,
.start-business-page .sales-block > p,
.start-business-page .sales-service-list p,
.start-business-page .service-item p,
.start-business-page .sales-process-grid p,
.start-business-page .confidence-copy > p,
.start-business-page .confidence-note p,
.start-business-page .sales-final-section > p {
  color: rgb(255,255,255) !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

/* Override older muted/soft text rules still sitting earlier in the CSS */
.start-business-page p:not(.kicker),
.start-business-page p:not(.kicker) *,
.start-business-page article p,
.start-business-page article p *,
.start-business-page div p:not(.kicker),
.start-business-page div p:not(.kicker) * {
  color: #ffffff !important;
}

/* Keep only kickers gold and headings cream */
.start-business-page .kicker {
  color: var(--gold-2) !important;
}

.start-business-page h1,
.start-business-page h2,
.start-business-page h3 {
  color: rgba(237,229,215,0.90) !important;
}

/* Hero, final CTA and button text remain controlled */
.start-business-page .text-link,
.start-business-page .text-link span {
  color: var(--gold-2) !important;
}

html,body{overflow-x:hidden;overflow-y:auto;}
.brand-page{margin-left:152px;background:#050403;}
.brand-page section{position:relative;overflow:hidden;}
.brand-hero{min-height:88vh;display:flex;align-items:center;padding:100px 7vw;background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.72)),url("assets/backgrounds/backgrounds-webp/buildbrandhero.webp") center center/cover no-repeat;}
.brand-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 24% 28%,rgba(199,155,89,.08),transparent 34%),linear-gradient(90deg,rgba(0,0,0,.26),rgba(0,0,0,.08));}
.brand-hero-content{position:relative;z-index:2;max-width:1200px;}
.brand-hero h1,.brand-reality h2,.brand-services-right h2,.brand-process h2,.brand-final h2{color:rgba(237,229,215,.92);font-size:clamp(58px,6vw,112px);line-height:.88;letter-spacing:-.07em;font-weight:400;margin:0 0 28px;text-shadow:0 2px 18px rgba(0,0,0,.85);}
.brand-subtext,.brand-reality p,.brand-reality-panel p,.brand-service p,.brand-process p,.brand-final p{color:#fff;font-size:16px;line-height:1.7;text-shadow:0 2px 12px rgba(0,0,0,.9);}
.brand-subtext{max-width:980px;}
.brand-reality,.brand-services,.brand-process,.brand-final{padding:96px 7vw;}
.brand-reality{display:grid;grid-template-columns:1.15fr .65fr;gap:90px;align-items:center;}
.brand-reality-panel{padding:42px;border:1px solid rgba(228,201,143,.22);background:linear-gradient(180deg,rgba(228,201,143,.04),rgba(0,0,0,.18));}
.brand-reality-panel h3,.brand-service h3,.brand-process h3{color:rgba(237,229,215,.92);font-size:42px;font-weight:400;margin:0 0 18px;}
.brand-services{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;}
.brand-services-left{border-top:1px solid rgba(228,201,143,.16);}
.brand-service{padding:34px 0;border-bottom:1px solid rgba(228,201,143,.16);transition:all .25s ease;}
.brand-service:hover{transform:translateX(8px);}
.brand-process-grid{margin-top:50px;display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.66)),url("assets/backgrounds/backgrounds-webp/brandprocess.webp") center center/cover no-repeat;border:1px solid rgba(228,201,143,.16);}
.brand-process-grid article{padding:42px 34px;min-height:240px;border-right:1px solid rgba(228,201,143,.16);background:rgba(0,0,0,.22);}
.brand-process-grid article:last-child{border-right:0;}
.brand-final{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.72)),url("assets/backgrounds/backgrounds-webp/brandfinal.webp") center center/cover no-repeat;}
.brand-final p{max-width:900px;}
@media (max-width:1180px){.brand-page{margin-left:0}.brand-reality,.brand-services{grid-template-columns:1fr}.brand-process-grid{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.brand-hero,.brand-reality,.brand-services,.brand-process,.brand-final{padding:60px 24px}.brand-hero h1,.brand-reality h2,.brand-services-right h2,.brand-process h2,.brand-final h2{font-size:56px;line-height:.94}.brand-process-grid{grid-template-columns:1fr}.brand-process-grid article{border-right:0;border-bottom:1px solid rgba(228,201,143,.16)}}


/* =========================================================
   V2 BUILD BRAND HERO + WHITE TEXT FIX
   ========================================================= */

.brand-hero {
  justify-content: center !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.72)),
    url("assets/backgrounds/backgrounds-webp/buildbrand.webp") center center / cover no-repeat !important;
}

.brand-hero-content {
  width: 100%;
  max-width: 1400px !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}

.brand-hero h1 {
  max-width: 1200px !important;
  text-align: center !important;
}

.brand-subtext {
  max-width: 980px !important;
  text-align: center !important;
  color: #ffffff !important;
}

/* FULL PAGE PURE WHITE SUBTEXT */

.brand-page p:not(.kicker),
.brand-page article p,
.brand-page section p:not(.kicker),
.brand-page div p:not(.kicker),
.brand-page .brand-subtext,
.brand-page .brand-reality p,
.brand-page .brand-reality-panel p,
.brand-page .brand-service p,
.brand-page .brand-process p,
.brand-page .brand-final p {
  color: rgb(255,255,255) !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

/* keep headings cream */

.brand-page h1,
.brand-page h2,
.brand-page h3 {
  color: rgba(237,229,215,0.92) !important;
}

/* keep kickers gold */

.brand-page .kicker {
  color: var(--gold-2) !important;
}


/* =========================================================
   V3 BRAND FIRST IMPRESSIONS LAYOUT
   ========================================================= */

.brand-impression-section {
  display: block !important;
  padding: 100px 7vw 108px !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(199,155,89,0.07), transparent 34%),
    radial-gradient(circle at 86% 55%, rgba(199,155,89,0.045), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(0,0,0,0.14)),
    #050403 !important;
  border-top: 1px solid rgba(228,201,143,0.13);
  border-bottom: 1px solid rgba(228,201,143,0.13);
}

.brand-impression-section::before {
  content: "";
  position: absolute;
  right: -12%;
  top: 10%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.10);
  border-radius: 50%;
  pointer-events: none;
}

.brand-impression-top {
  max-width: 1320px;
  margin: 0 0 58px;
}

.brand-impression-top .kicker {
  margin-bottom: 18px !important;
}

.brand-impression-top h2 {
  max-width: 1220px !important;
  margin: 0 !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(60px, 5.8vw, 112px) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.07em !important;
}

.brand-impression-bottom {
  display: grid;
  grid-template-columns: 1.25fr 0.86fr 0.86fr;
  gap: 0;
  border-top: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.brand-impression-panel {
  min-height: 260px;
  padding: 40px 42px;
  border-right: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.18));
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.brand-impression-panel:last-child {
  border-right: 0;
}

.brand-impression-panel:hover {
  background:
    linear-gradient(180deg, rgba(228,201,143,0.065), rgba(0,0,0,0.20));
  transform: translateY(-4px);
}

.main-impression-copy {
  display: flex;
  align-items: center;
}

.brand-impression-panel h3 {
  margin: 0 0 18px !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(30px, 2.15vw, 44px) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  font-weight: 400 !important;
}

.brand-impression-panel p {
  margin: 0 !important;
  max-width: 720px;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: clamp(14px, 0.9vw, 17px) !important;
  line-height: 1.66 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

@media (max-width: 1180px) {
  .brand-impression-bottom {
    grid-template-columns: 1fr;
  }

  .brand-impression-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(228,201,143,0.16);
  }

  .brand-impression-panel:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .brand-impression-section {
    padding: 60px 24px !important;
  }

  .brand-impression-top h2 {
    font-size: 56px !important;
    line-height: 0.94 !important;
  }

  .brand-impression-panel {
    min-height: auto;
    padding: 30px 24px;
  }
}


/* =========================================================
   V3.1 BRAND SERVICES HEIGHT FIX
   ========================================================= */

.brand-services {
  min-height: 100vh !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  align-items: center !important;
}

.brand-services-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-service {
  padding: 20px 0 !important;
}

.brand-service h3 {
  font-size: clamp(26px, 1.9vw, 38px) !important;
  margin: 0 0 10px !important;
  line-height: 1 !important;
}

.brand-service p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  max-width: 620px !important;
}

.brand-services-right h2 {
  font-size: clamp(52px, 5vw, 92px) !important;
  line-height: 0.88 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .brand-services {
    min-height: 92vh !important;
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .brand-service {
    padding: 16px 0 !important;
  }

  .brand-service h3 {
    font-size: 30px !important;
    margin-bottom: 7px !important;
  }

  .brand-service p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .brand-services-right h2 {
    font-size: clamp(46px, 4.4vw, 76px) !important;
  }
}

@media (max-width: 1180px) {

  .brand-services {
    min-height: auto !important;
  }
}


/* =========================================================
   V3.2 IHELP BACKGROUND
   ========================================================= */

.brand-services {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.68)),
    radial-gradient(circle at 18% 26%, rgba(199,155,89,0.06), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/ihelp.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V3.3 BRAND SERVICES COMPLETE LAYOUT CHANGE
   ========================================================= */

.brand-services {
  position: relative;
  display: block !important;
  min-height: auto !important;
  padding: 100px 7vw 110px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 18% 26%, rgba(199,155,89,0.04), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/ihelp.webp") center center / cover no-repeat !important;
}

.brand-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.01) 53px,
      transparent 54px
    );
  opacity: 0.24;
  pointer-events: none;
}

.brand-services > * {
  position: relative;
  z-index: 1;
}

.brand-services-right {
  max-width: 1240px;
  margin: 0 auto 60px;
  text-align: center;
}

.brand-services-right .kicker {
  margin-bottom: 18px !important;
}

.brand-services-right h2 {
  max-width: 1180px;
  margin: 0 auto !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(56px, 5.5vw, 104px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  text-align: center !important;
}

.brand-services-left {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border-top: 0 !important;
}

.brand-service {
  min-height: 240px;
  padding: 34px 30px !important;
  border: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.56));
  backdrop-filter: blur(2px);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.brand-service:hover {
  transform: translateY(-6px);
  border-color: rgba(228,201,143,0.34);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.05), rgba(0,0,0,0.22));
}

.brand-service h3 {
  margin: 0 0 16px !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(30px, 2vw, 42px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
}

.brand-service p {
  max-width: 360px;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

@media (max-width: 1180px) {

  .brand-services-left {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {

  .brand-services {
    padding: 60px 24px 70px !important;
  }

  .brand-services-right h2 {
    font-size: 56px !important;
    line-height: 0.94 !important;
  }

  .brand-services-left {
    grid-template-columns: 1fr;
  }

  .brand-service {
    min-height: auto;
    padding: 28px 24px !important;
  }
}


/* =========================================================
   V3.4 BRAND SERVICES ORDER + HEIGHT FIX
   ========================================================= */

.brand-services {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.brand-services-right {
  order: -1;
  margin: 0 auto 38px !important;
  max-width: 1200px !important;
}

.brand-services-right h2 {
  max-width: 1080px !important;
  font-size: clamp(48px, 4.6vw, 82px) !important;
  line-height: 0.90 !important;
}

.brand-services-left {
  max-width: 1520px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}

.brand-service {
  min-height: 180px !important;
  padding: 26px 24px !important;
}

.brand-service h3 {
  font-size: clamp(26px, 1.7vw, 34px) !important;
  margin-bottom: 12px !important;
}

.brand-service p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-height: 920px) and (min-width: 1181px) {

  .brand-services {
    min-height: 92vh !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .brand-services-right {
    margin-bottom: 26px !important;
  }

  .brand-services-right h2 {
    font-size: clamp(42px, 4vw, 70px) !important;
  }

  .brand-service {
    min-height: 150px !important;
    padding: 22px 20px !important;
  }

  .brand-service h3 {
    font-size: 28px !important;
    margin-bottom: 9px !important;
  }

  .brand-service p {
    font-size: 12px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {

  .brand-services {
    min-height: auto !important;
  }

  .brand-services-left {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {

  .brand-services {
    padding: 60px 24px !important;
  }

  .brand-services-right h2 {
    font-size: 56px !important;
    line-height: 0.94 !important;
  }

  .brand-services-left {
    grid-template-columns: 1fr !important;
  }

  .brand-service {
    min-height: auto !important;
  }
}


/* =========================================================
   V3.5 SERVICE BOX CENTRE TEXT + FULLER COPY
   ========================================================= */

.brand-services-left {
  align-items: stretch !important;
}

.brand-service {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 190px !important;
  padding: 28px 34px !important;
}

.brand-service h3 {
  width: 100%;
  text-align: center !important;
  margin: 0 0 14px !important;
}

.brand-service p {
  width: 100%;
  max-width: 440px !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 13.5px !important;
  line-height: 1.54 !important;
}

@media (max-height: 920px) and (min-width: 1181px) {

  .brand-service {
    min-height: 160px !important;
    padding: 22px 28px !important;
  }

  .brand-service p {
    font-size: 12.5px !important;
    line-height: 1.44 !important;
  }
}


/* =========================================================
   V3.6 PROCESS BOX EFFECTS
   ========================================================= */

.brand-process-grid {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.68)),
    radial-gradient(circle at 18% 26%, rgba(199,155,89,0.05), transparent 34%),
    #050403 !important;
}

.brand-process-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.012) 55px,
      transparent 56px
    );
  opacity: 0.18;
  pointer-events: none;
}

.brand-process-grid article {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.02), rgba(0,0,0,0.12));
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.brand-process-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(228,201,143,0.08), transparent 42%);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.brand-process-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(228,201,143,0.72), transparent);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.brand-process-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(228,201,143,0.28);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.05), rgba(0,0,0,0.16));
  box-shadow:
    inset 0 0 0 1px rgba(228,201,143,0.06),
    0 18px 40px rgba(0,0,0,0.28);
}

.brand-process-grid article:hover::before,
.brand-process-grid article:hover::after {
  opacity: 1;
}


/* =========================================================
   V3.7 PROCESS SECTION ATMOSPHERE
   ========================================================= */

.brand-process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(199,155,89,0.06), transparent 32%),
    radial-gradient(circle at 82% 56%, rgba(199,155,89,0.045), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.008), rgba(0,0,0,0.12)),
    #050403 !important;
}

.brand-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.010) 55px,
      transparent 56px
    );
  opacity: 0.16;
  pointer-events: none;
}

.brand-process::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 50%;
  width: 36%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.10);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.55;
  pointer-events: none;
}

.brand-process > * {
  position: relative;
  z-index: 1;
}

.brand-process-heading {
  position: relative;
}

.brand-process-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.72), rgba(228,201,143,0.12), transparent);
  opacity: 0.85;
}


/* =========================================================
   V3.8 STRONGER PROCESS ATMOSPHERE
   ========================================================= */

.brand-process {
  background:
    radial-gradient(circle at 14% 20%, rgba(199,155,89,0.10), transparent 28%),
    radial-gradient(circle at 82% 52%, rgba(199,155,89,0.08), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.18)),
    #050403 !important;
}

.brand-process::before {
  opacity: 0.28 !important;
}

.brand-process::after {
  right: -8% !important;
  width: 44% !important;
  border-color: rgba(228,201,143,0.16) !important;
  opacity: 0.82 !important;
}

.brand-process-heading::before {
  content: "";
  position: absolute;
  right: 4%;
  top: -40px;
  width: 180px;
  height: 180px;
  background:
    radial-gradient(circle, rgba(228,201,143,0.10), transparent 68%);
  filter: blur(12px);
  opacity: 0.7;
  pointer-events: none;
}

.brand-process-grid {
  box-shadow:
    0 30px 80px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.04);
}

.brand-process-grid article {
  backdrop-filter: blur(3px);
}

.brand-process-grid article::before {
  background:
    radial-gradient(circle at top right, rgba(228,201,143,0.12), transparent 38%) !important;
}

.brand-process-grid article::after {
  width: 3px !important;
  background: linear-gradient(180deg, transparent, rgba(228,201,143,0.95), transparent) !important;
}


/* =========================================================
   V3.9 STRONG ATMOSPHERE BOOST
   ========================================================= */

.brand-process {
  background:
    radial-gradient(circle at 14% 20%, rgba(199,155,89,0.16), transparent 26%),
    radial-gradient(circle at 82% 52%, rgba(199,155,89,0.14), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.22)),
    #050403 !important;
}

.brand-process::before {
  opacity: 0.42 !important;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 48px,
      rgba(255,255,255,0.018) 49px,
      transparent 50px
    ) !important;
}

.brand-process::after {
  right: -4% !important;
  width: 54% !important;
  border-width: 2px !important;
  border-color: rgba(228,201,143,0.22) !important;
  opacity: 1 !important;
}

.brand-process-heading::before {
  width: 260px !important;
  height: 260px !important;
  background:
    radial-gradient(circle, rgba(228,201,143,0.18), transparent 68%) !important;
  filter: blur(18px) !important;
  opacity: 0.95 !important;
}

.brand-process-heading::after {
  width: 340px !important;
  height: 2px !important;
  background:
    linear-gradient(90deg, rgba(228,201,143,1), rgba(228,201,143,0.18), transparent) !important;
  opacity: 1 !important;
}

.brand-process-grid {
  box-shadow:
    0 40px 100px rgba(0,0,0,0.42),
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 0 40px rgba(228,201,143,0.06) !important;
}

.brand-process-grid article {
  background:
    linear-gradient(180deg, rgba(228,201,143,0.04), rgba(0,0,0,0.18)) !important;
}

.brand-process-grid article::before {
  opacity: 1 !important;
  background:
    radial-gradient(circle at top right, rgba(228,201,143,0.18), transparent 34%) !important;
}

.brand-process-grid article::after {
  opacity: 1 !important;
  width: 3px !important;
  background:
    linear-gradient(180deg, transparent, rgba(228,201,143,1), transparent) !important;
}


/* =========================================================
   V3.10 BRAND FINAL BTP BACKGROUND
   ========================================================= */

.brand-final {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.48), rgba(0,0,0,0.74)),
    radial-gradient(circle at 50% 42%, rgba(199,155,89,0.08), transparent 38%),
    url("assets/backgrounds/backgrounds-webp/btp.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V3.11 FINAL CTA POSITION + IMAGE FADE POLISH
   ========================================================= */

.brand-final {
  min-height: 78vh !important;
  justify-content: flex-start !important;
  padding-top: 118px !important;
  padding-bottom: 90px !important;
  background:
    linear-gradient(180deg, #050403 0%, rgba(5,4,3,0.88) 9%, rgba(0,0,0,0.50) 28%, rgba(0,0,0,0.76) 100%),
    radial-gradient(circle at 50% 42%, rgba(199,155,89,0.10), transparent 38%),
    url("assets/backgrounds/backgrounds-webp/btp.webp") center center / cover no-repeat !important;
}

.brand-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #050403 0%, rgba(5,4,3,0.74) 8%, transparent 24%),
    linear-gradient(90deg, rgba(0,0,0,0.24), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.24));
  pointer-events: none;
  z-index: 0;
}

.brand-final::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 92px;
  width: min(520px, 50vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.62), transparent);
  opacity: 0.72;
  pointer-events: none;
  z-index: 0;
}

.brand-final > * {
  position: relative;
  z-index: 1;
}

.brand-final .kicker {
  margin-bottom: 18px !important;
}

.brand-final h2 {
  max-width: 1420px !important;
  margin-bottom: 28px !important;
  text-shadow:
    0 3px 22px rgba(0,0,0,0.92),
    0 0 34px rgba(0,0,0,0.58);
}

.brand-final p {
  max-width: 900px !important;
  margin-bottom: 28px !important;
}

.brand-final .text-link {
  padding: 14px 28px;
  border: 1px solid rgba(228,201,143,0.24);
  background: rgba(0,0,0,0.18);
}

@media (max-height: 900px) and (min-width: 1181px) {
  .brand-final {
    min-height: 74vh !important;
    padding-top: 90px !important;
    padding-bottom: 70px !important;
  }

  .brand-final h2 {
    font-size: clamp(54px, 5.3vw, 96px) !important;
  }
}

@media (max-width: 760px) {
  .brand-final {
    min-height: auto !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}


/* =========================================================
   V3.12 FINAL CTA TOP SPACE FIX
   ========================================================= */

.brand-final {
  min-height: 100vh !important;
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(5,4,3,0.78) 0%, rgba(0,0,0,0.46) 16%, rgba(0,0,0,0.72) 100%),
    radial-gradient(circle at 50% 42%, rgba(199,155,89,0.10), transparent 38%),
    url("assets/backgrounds/backgrounds-webp/btp.webp") center top / cover no-repeat !important;
}

.brand-final::before {
  background:
    linear-gradient(180deg, rgba(5,4,3,0.82) 0%, rgba(5,4,3,0.38) 10%, transparent 22%),
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.22)) !important;
}

.brand-final h2 {
  max-width: 1400px !important;
  font-size: clamp(58px, 5.8vw, 112px) !important;
  line-height: 0.88 !important;
  margin-bottom: 24px !important;
}

.brand-final p {
  margin-bottom: 26px !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .brand-final {
    min-height: 100vh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .brand-final h2 {
    font-size: clamp(52px, 5.2vw, 96px) !important;
  }
}


/* =========================================================
   V3.13 FIRST IMPRESSIONS SECTION EFFECTS
   ========================================================= */

.brand-impression-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(199,155,89,0.12), transparent 28%),
    radial-gradient(circle at 86% 55%, rgba(199,155,89,0.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.20)),
    #050403 !important;
}

.brand-impression-section::before {
  right: -6% !important;
  top: 12% !important;
  width: 48% !important;
  border-width: 2px !important;
  border-color: rgba(228,201,143,0.18) !important;
  opacity: 0.9 !important;
}

.brand-impression-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    );
  opacity: 0.24;
  pointer-events: none;
}

.brand-impression-top {
  position: relative;
  z-index: 2;
}

.brand-impression-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 340px;
  height: 2px;
  background: linear-gradient(90deg, rgba(228,201,143,0.92), rgba(228,201,143,0.16), transparent);
  opacity: 0.9;
}

.brand-impression-bottom {
  position: relative;
  z-index: 2;
  box-shadow:
    0 34px 90px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.05),
    0 0 42px rgba(228,201,143,0.035);
}

.brand-impression-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.18)) !important;
  backdrop-filter: blur(2px);
}

.brand-impression-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(228,201,143,0.14), transparent 38%);
  opacity: 0.75;
  pointer-events: none;
}

.brand-impression-panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(228,201,143,0.86), transparent);
  opacity: 0.75;
  pointer-events: none;
}

.brand-impression-panel > * {
  position: relative;
  z-index: 1;
}

.brand-impression-panel:hover {
  background:
    linear-gradient(180deg, rgba(228,201,143,0.075), rgba(0,0,0,0.18)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 18px 40px rgba(0,0,0,0.26);
}

.main-impression-copy::before {
  background:
    radial-gradient(circle at top left, rgba(228,201,143,0.13), transparent 40%) !important;
}


/* =========================================================
   V3.14 FIRST IMPRESSIONS DIFFERENT EFFECT STYLE
   - removes copied circle/left-bar style
   - uses editorial spotlight panels + corner accents
   ========================================================= */

.brand-impression-section {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.010), rgba(0,0,0,0.18)),
    radial-gradient(ellipse at 38% 18%, rgba(228,201,143,0.10), transparent 36%),
    radial-gradient(ellipse at 70% 72%, rgba(228,201,143,0.055), transparent 34%),
    #050403 !important;
}

.brand-impression-section::before {
  content: "";
  position: absolute;
  left: 7vw !important;
  right: 7vw !important;
  top: 70px !important;
  width: auto !important;
  height: 1px !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  background: linear-gradient(90deg, rgba(228,201,143,0.58), transparent 34%, transparent 66%, rgba(228,201,143,0.22));
  opacity: 0.9 !important;
  pointer-events: none;
}

.brand-impression-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.032) 50%, transparent 58%),
    linear-gradient(45deg, transparent 0 46%, rgba(255,255,255,0.018) 50%, transparent 54%);
  opacity: 0.75;
  pointer-events: none;
}

.brand-impression-top::after {
  display: none !important;
}

.brand-impression-bottom {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(228,201,143,0.17) !important;
  background: rgba(0,0,0,0.20);
  box-shadow:
    0 28px 80px rgba(0,0,0,0.32),
    inset 0 0 0 1px rgba(255,255,255,0.018) !important;
}

.brand-impression-bottom::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.52), transparent);
  pointer-events: none;
}

.brand-impression-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.20)) !important;
  backdrop-filter: blur(1px);
  border-right-color: rgba(228,201,143,0.14) !important;
}

.brand-impression-panel::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(228,201,143,0.42);
  border-right: 1px solid rgba(228,201,143,0.42);
  background: none !important;
  opacity: 0.7;
  pointer-events: none;
}

.brand-impression-panel::after {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 30px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.66), transparent);
  opacity: 0.68;
  pointer-events: none;
}

.brand-impression-panel:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.20)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 18px 44px rgba(0,0,0,0.24);
}

.brand-impression-panel:hover::before {
  width: 54px;
  height: 54px;
  border-color: rgba(228,201,143,0.72);
}

.main-impression-copy::before {
  top: 22px !important;
  right: 22px !important;
  width: 42px !important;
  height: 42px !important;
  border-top: 1px solid rgba(228,201,143,0.42) !important;
  border-right: 1px solid rgba(228,201,143,0.42) !important;
  background: none !important;
}


/* =========================================================
   V3.15 FIRST IMPRESSIONS CLEAN REWORK
   ========================================================= */

.brand-impression-section {
  background:
    radial-gradient(circle at 24% 18%, rgba(228,201,143,0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.01), rgba(0,0,0,0.18)),
    #050403 !important;
}

.brand-impression-section::before {
  display: none !important;
}

.brand-impression-section::after {
  opacity: 0.12 !important;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 56px,
      rgba(255,255,255,0.010) 57px,
      transparent 58px
    ) !important;
}

.brand-impression-top {
  margin-bottom: 42px !important;
}

.brand-impression-top::after {
  display: block !important;
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 180px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.85), transparent);
  opacity: 0.9;
}

.brand-impression-bottom {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  gap: 18px !important;
}

.brand-impression-panel {
  min-height: 250px;
  padding: 42px 42px 38px !important;
  border: 1px solid rgba(228,201,143,0.16) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.18)) !important;
  backdrop-filter: blur(2px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.brand-impression-panel::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.82), transparent);
  opacity: 0.9;
}

.brand-impression-panel::after {
  display: none !important;
}

.brand-impression-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.32) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.05), rgba(0,0,0,0.20)) !important;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(228,201,143,0.05);
}

.brand-impression-panel h3 {
  margin-top: 18px !important;
  font-size: clamp(34px, 2.4vw, 50px) !important;
}

.main-impression-copy {
  justify-content: center;
}

.main-impression-copy p {
  font-size: 16px !important;
  line-height: 1.72 !important;
}

@media (max-width:1180px){

  .brand-impression-bottom {
    gap: 0 !important;
  }

  .brand-impression-panel {
    border-bottom: 1px solid rgba(228,201,143,0.16) !important;
  }
}


/* =========================================================
   V3.16 FIRST IMPRESSIONS FULL SECTION BALANCE
   ========================================================= */

.brand-impression-section {
  position: relative;
  overflow: hidden;
  padding-top: 84px !important;
  padding-bottom: 96px !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(228,201,143,0.10), transparent 26%),
    radial-gradient(circle at 78% 74%, rgba(228,201,143,0.05), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.18)),
    #050403 !important;
}

.brand-impression-section::before {
  display: none !important;
}

.brand-impression-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.02), transparent 16%, transparent 84%, rgba(228,201,143,0.02)),
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.010) 55px,
      transparent 56px
    );
  opacity: 0.22;
  pointer-events: none;
}

.brand-impression-top {
  position: relative;
  max-width: 1220px !important;
  margin-bottom: 52px !important;
}

.brand-impression-top::before {
  content: "";
  position: absolute;
  right: -140px;
  top: 34px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(228,201,143,0.12);
  border-radius: 50%;
  opacity: 0.8;
}

.brand-impression-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 260px;
  height: 2px;
  background: linear-gradient(90deg, rgba(228,201,143,0.9), rgba(228,201,143,0.12), transparent);
}

.brand-impression-bottom {
  display: grid !important;
  grid-template-columns: 1.25fr 0.82fr 0.82fr !important;
  gap: 18px !important;
  align-items: stretch !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-impression-panel {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 300px !important;
  padding: 42px 42px 40px !important;
  border: 1px solid rgba(228,201,143,0.16) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.20)) !important;
  backdrop-filter: blur(2px);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.brand-impression-panel::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 28px;
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.92), transparent);
  opacity: 0.95;
}

.brand-impression-panel::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 34px;
  height: 34px;
  border-right: 1px solid rgba(228,201,143,0.32);
  border-bottom: 1px solid rgba(228,201,143,0.32);
  opacity: 0.7;
}

.brand-impression-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.32) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.05), rgba(0,0,0,0.22)) !important;
  box-shadow:
    0 22px 50px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(228,201,143,0.06);
}

.brand-impression-panel h3 {
  margin: 18px 0 18px !important;
  font-size: clamp(32px, 2.2vw, 46px) !important;
  line-height: 0.98 !important;
}

.brand-impression-panel p {
  margin: 0 !important;
  max-width: 520px;
  color: #ffffff !important;
  line-height: 1.66 !important;
}

.main-impression-copy {
  align-items: flex-start !important;
}

.main-impression-copy p {
  font-size: 17px !important;
  line-height: 1.76 !important;
}

@media (max-width:1180px){

  .brand-impression-bottom {
    grid-template-columns: 1fr !important;
  }

  .brand-impression-panel {
    min-height: auto !important;
  }

  .brand-impression-top::before {
    display: none;
  }
}


/* =========================================================
   V3.17 FIRST IMPRESSIONS QUALITY FIX
   - removes broken corner/square marks
   - aligns all three cards properly
   - makes section atmosphere visible
   - keeps it premium and clean
   ========================================================= */

.brand-impression-section {
  position: relative;
  padding-top: 82px !important;
  padding-bottom: 92px !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(228,201,143,0.15), transparent 28%),
    radial-gradient(circle at 78% 45%, rgba(228,201,143,0.13), transparent 30%),
    radial-gradient(circle at 50% 86%, rgba(228,201,143,0.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(0,0,0,0.20)),
    #050403 !important;
}

.brand-impression-section::before {
  content: "";
  display: block !important;
  position: absolute;
  left: 7vw !important;
  right: 7vw !important;
  top: 48px !important;
  width: auto !important;
  height: 1px !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.72), rgba(228,201,143,0.16), transparent 42%, rgba(228,201,143,0.18), rgba(228,201,143,0.52));
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
}

.brand-impression-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 34%, rgba(228,201,143,0.045) 50%, transparent 66%),
    repeating-linear-gradient(
      90deg,
      transparent 0 46px,
      rgba(255,255,255,0.018) 47px,
      transparent 48px
    );
  opacity: 0.34 !important;
  pointer-events: none;
}

.brand-impression-top {
  position: relative;
  z-index: 2;
  max-width: 1180px !important;
  margin-bottom: 44px !important;
}

.brand-impression-top::before {
  content: "";
  position: absolute;
  right: -220px;
  top: 42px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(228,201,143,0.18);
  border-radius: 50%;
  opacity: 0.85;
  pointer-events: none;
}

.brand-impression-top::after {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 300px;
  height: 2px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.16), transparent);
  opacity: 1;
}

.brand-impression-bottom {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 1.22fr 0.89fr 0.89fr !important;
  gap: 18px !important;
  align-items: stretch !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-impression-panel {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 280px !important;
  padding: 42px 42px !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.28)) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.018),
    0 0 28px rgba(228,201,143,0.035);
  backdrop-filter: blur(2px);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

/* remove all previous broken corner / square decorations */
.brand-impression-panel::before,
.brand-impression-panel::after,
.main-impression-copy::before {
  display: none !important;
  content: none !important;
}

.brand-impression-panel h3 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: rgba(237,229,215,0.92) !important;
  font-size: clamp(34px, 2.3vw, 48px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  font-weight: 400 !important;
}

.brand-impression-panel p {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 580px !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: clamp(14px, 0.9vw, 17px) !important;
  line-height: 1.64 !important;
  font-weight: 400 !important;
  text-shadow:
    0 2px 12px rgba(0,0,0,0.92),
    0 0 18px rgba(0,0,0,0.58);
}

.main-impression-copy {
  align-items: flex-start !important;
}

.main-impression-copy p {
  max-width: 650px !important;
  font-size: clamp(15px, 0.95vw, 18px) !important;
  line-height: 1.72 !important;
}

/* clean card accent that aligns consistently */
.brand-impression-panel .card-accent {
  display: none;
}

.brand-impression-panel:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.40) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.075), rgba(0,0,0,0.28)) !important;
  box-shadow:
    0 28px 80px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 0 42px rgba(228,201,143,0.06);
}

@media (max-height: 900px) and (min-width: 1181px) {
  .brand-impression-section {
    padding-top: 62px !important;
    padding-bottom: 68px !important;
  }

  .brand-impression-top {
    margin-bottom: 34px !important;
  }

  .brand-impression-top h2 {
    font-size: clamp(52px, 5vw, 92px) !important;
  }

  .brand-impression-panel {
    min-height: 230px !important;
    padding: 34px 36px !important;
  }

  .brand-impression-panel h3 {
    font-size: 34px !important;
  }

  .brand-impression-panel p {
    font-size: 14px !important;
    line-height: 1.54 !important;
  }
}

@media (max-width: 1180px) {
  .brand-impression-bottom {
    grid-template-columns: 1fr !important;
  }

  .brand-impression-panel {
    min-height: auto !important;
  }

  .brand-impression-top::before {
    display: none !important;
  }
}


/* =========================================================
   GROW YOUR SALES PAGE V2 FIXED
   stable build from working page structure
   ========================================================= */

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.sales-growth-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
  position: relative;
}

.sales-growth-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.sales-growth-page p:not(.kicker),
.sales-growth-page article p,
.sales-growth-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.sales-growth-page h1,
.sales-growth-page h2,
.sales-growth-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.sales-growth-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.sales-growth-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  padding: 96px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.74)),
    radial-gradient(circle at 22% 30%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/grow-sales.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.sales-growth-hero-content {
  max-width: 1240px;
  position: relative;
  z-index: 2;
}

.sales-growth-hero h1,
.sales-growth-reality h2,
.sales-growth-system h2,
.sales-growth-process h2,
.sales-growth-proof h2,
.sales-growth-final h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 6vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-shadow:
    0 2px 18px rgba(0,0,0,0.86),
    0 0 26px rgba(0,0,0,0.50);
}

.sales-growth-hero p,
.sales-growth-final p {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* PROBLEM */

.sales-growth-reality {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px 7vw;
  background:
    radial-gradient(circle at 18% 18%, rgba(228,201,143,0.14), transparent 30%),
    radial-gradient(circle at 86% 62%, rgba(228,201,143,0.09), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.18)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.sales-growth-reality-heading {
  max-width: 1180px;
  margin-bottom: 44px;
}

.sales-growth-reality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sales-growth-reality-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.28));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

/* WHAT I CAN HELP WITH */

.sales-growth-system {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
  padding: 70px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.54), rgba(0,0,0,0.76)),
    url("assets/backgrounds/backgrounds-webp/sales-structure.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.sales-growth-system-left {
  max-width: 720px;
}

.sales-growth-system-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sales-growth-item {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(228,201,143,0.20);
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(2px);
  text-align: center;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.sales-growth-item:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.40);
  background: rgba(0,0,0,0.50);
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

/* SHARED CARD TEXT */

.sales-growth-reality-grid h3,
.sales-growth-item h3,
.sales-growth-process-grid h3 {
  margin: 0 0 16px;
  font-size: clamp(30px, 2.1vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.sales-growth-reality-grid p,
.sales-growth-item p,
.sales-growth-process-grid p,
.sales-growth-proof p {
  font-size: 15px;
  line-height: 1.62;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* PROCESS */

.sales-growth-process {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7vw;
  background:
    radial-gradient(circle at 16% 22%, rgba(199,155,89,0.12), transparent 28%),
    radial-gradient(circle at 86% 62%, rgba(199,155,89,0.09), transparent 32%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.sales-growth-process-heading {
  max-width: 1280px;
  margin-bottom: 46px;
}

.sales-growth-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(228,201,143,0.18);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.68));
}

.sales-growth-process-grid article {
  min-height: 250px;
  padding: 40px 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.16));
}

.sales-growth-process-grid article:last-child {
  border-right: 0;
}

/* WHY THIS HELPS */

.sales-growth-proof {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
  padding: 92px 7vw;
  background:
    radial-gradient(circle at 22% 18%, rgba(228,201,143,0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.20)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.sales-growth-proof-copy {
  display: grid;
  gap: 28px;
}

.sales-growth-proof-copy p {
  padding: 34px;
  border: 1px solid rgba(228,201,143,0.18);
  background: rgba(0,0,0,0.26);
}

/* FINAL */

.sales-growth-final {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.76)),
    url("assets/backgrounds/backgrounds-webp/grow-sales-final.webp") center center / cover no-repeat;
}

.sales-growth-final h2 {
  max-width: 1280px;
}

.sales-growth-final p {
  margin: 0 auto 30px;
}

/* FIT TO VIEWPORT */

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-reality,
  .sales-growth-system,
  .sales-growth-process {
    min-height: 92vh;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .sales-growth-hero h1,
  .sales-growth-reality h2,
  .sales-growth-system h2,
  .sales-growth-process h2,
  .sales-growth-proof h2,
  .sales-growth-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .sales-growth-reality-grid article,
  .sales-growth-process-grid article {
    min-height: 210px;
  }

  .sales-growth-item {
    min-height: 150px;
    padding: 24px;
  }
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .sales-growth-page {
    width: 100%;
    margin-left: 0;
  }

  .sales-growth-system,
  .sales-growth-proof {
    grid-template-columns: 1fr;
  }

  .sales-growth-reality-grid,
  .sales-growth-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .sales-growth-hero,
  .sales-growth-reality,
  .sales-growth-system,
  .sales-growth-process,
  .sales-growth-proof,
  .sales-growth-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .sales-growth-hero h1,
  .sales-growth-reality h2,
  .sales-growth-system h2,
  .sales-growth-process h2,
  .sales-growth-proof h2,
  .sales-growth-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .sales-growth-reality-grid,
  .sales-growth-system-right,
  .sales-growth-process-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   V2.1 GROW SALES HERO CENTRAL + BACKGROUND
   ========================================================= */

.sales-growth-hero {
  justify-content: center !important;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.74)),
    radial-gradient(circle at 22% 30%, rgba(199,155,89,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/growsales.webp") center center / cover no-repeat !important;
}

.sales-growth-hero-content {
  width: 100%;
  max-width: 1380px !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}

.sales-growth-hero h1 {
  max-width: 1280px !important;
  text-align: center !important;
}

.sales-growth-hero p {
  max-width: 940px !important;
  text-align: center !important;
}

.sales-growth-hero .text-link {
  margin-top: 8px;
}


/* =========================================================
   V2.2 SALES PROBLEM SECTION POLISH
   ========================================================= */

.sales-growth-reality {
  background:
    radial-gradient(circle at 18% 18%, rgba(228,201,143,0.15), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(228,201,143,0.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.20)),
    #050403 !important;
}

.sales-growth-reality::before {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 92px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(228,201,143,0.42), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.sales-growth-reality::after {
  content: "";
  position: absolute;
  left: 8vw;
  right: 8vw;
  bottom: 132px;
  height: 160px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.10) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.16;
  mask-image: linear-gradient(180deg, transparent, black 30%, black 72%, transparent);
  pointer-events: none;
}

.sales-growth-reality-heading {
  position: relative;
  z-index: 2;
}

.sales-growth-reality-heading::after {
  content: "";
  display: block;
  width: 280px;
  height: 2px;
  margin-top: 28px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.16), transparent);
}

.sales-growth-reality-grid {
  position: relative;
  z-index: 2;
}

.sales-growth-reality-grid article {
  min-height: 275px !important;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.sales-growth-reality-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.38) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.075), rgba(0,0,0,0.28)) !important;
  box-shadow:
    0 28px 78px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.07),
    0 0 38px rgba(228,201,143,0.05);
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-reality-grid article {
    min-height: 230px !important;
  }

  .sales-growth-reality::before {
    bottom: 62px;
  }

  .sales-growth-reality::after {
    bottom: 94px;
    height: 120px;
  }
}


/* =========================================================
   V2.3 WHAT I CAN HELP WITH - WICHW BACKGROUND POLISH
   ========================================================= */

.sales-growth-system {
  grid-template-columns: 0.78fr 1.22fr !important;
  gap: 64px !important;
  padding-top: 62px !important;
  padding-bottom: 62px !important;
  background:
    radial-gradient(circle at 18% 22%, rgba(228,201,143,0.10), transparent 30%),
    radial-gradient(circle at 78% 58%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403 !important;
}

.sales-growth-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.010) 55px,
      transparent 56px
    );
  opacity: 0.18;
  pointer-events: none;
}

.sales-growth-system > * {
  position: relative;
  z-index: 1;
}

.sales-growth-system-left h2 {
  font-size: clamp(52px, 5.1vw, 98px) !important;
  line-height: 0.88 !important;
}

.sales-growth-system-right {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, minmax(150px, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.24), rgba(0,0,0,0.46)),
    url("assets/backgrounds/backgrounds-webp/wichw.webp") center center / cover no-repeat !important;
  box-shadow:
    0 34px 88px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(255,255,255,0.016),
    0 0 42px rgba(228,201,143,0.035);
  overflow: hidden;
}

.sales-growth-system-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.42)),
    radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(0,0,0,0.16) 100%);
  pointer-events: none;
  z-index: 0;
}

.sales-growth-system-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(228,201,143,0.18) calc(50% - 1px), rgba(228,201,143,0.18) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(180deg, transparent calc(33.333% - 1px), rgba(228,201,143,0.16) calc(33.333% - 1px), rgba(228,201,143,0.16) calc(33.333% + 1px), transparent calc(33.333% + 1px)),
    linear-gradient(180deg, transparent calc(66.666% - 1px), rgba(228,201,143,0.16) calc(66.666% - 1px), rgba(228,201,143,0.16) calc(66.666% + 1px), transparent calc(66.666% + 1px));
  pointer-events: none;
  z-index: 1;
}

.sales-growth-item {
  position: relative;
  z-index: 2;
  min-height: 150px !important;
  padding: 26px 30px !important;
  border: 0 !important;
  background: rgba(0,0,0,0.30) !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.sales-growth-item:hover {
  transform: none !important;
  background: rgba(0,0,0,0.46) !important;
  box-shadow:
    inset 0 0 0 1px rgba(228,201,143,0.12),
    0 18px 44px rgba(0,0,0,0.22) !important;
}

.sales-growth-item h3 {
  font-size: clamp(28px, 1.85vw, 38px) !important;
  margin-bottom: 12px !important;
  text-align: center !important;
}

.sales-growth-item p {
  max-width: 390px;
  margin: 0 auto !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  color: #ffffff !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-system {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .sales-growth-system-left h2 {
    font-size: clamp(46px, 4.4vw, 78px) !important;
  }

  .sales-growth-system-right {
    grid-template-rows: repeat(3, minmax(128px, 1fr)) !important;
  }

  .sales-growth-item {
    min-height: 128px !important;
    padding: 20px 24px !important;
  }

  .sales-growth-item h3 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
  }

  .sales-growth-item p {
    font-size: 12.5px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {
  .sales-growth-system {
    grid-template-columns: 1fr !important;
  }

  .sales-growth-system-right {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 760px) {
  .sales-growth-system-right {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
  }

  .sales-growth-system-right::after {
    display: none !important;
  }

  .sales-growth-item {
    min-height: auto !important;
    border-bottom: 1px solid rgba(228,201,143,0.16) !important;
  }

  .sales-growth-item:last-child {
    border-bottom: 0 !important;
  }
}


/* =========================================================
   V2.4 WICHW SIX BOX CLEANUP
   ========================================================= */

.sales-growth-system {
  grid-template-columns: 0.72fr 1.28fr !important;
  gap: 72px !important;
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}

.sales-growth-system-left h2 {
  max-width: 650px !important;
  font-size: clamp(50px, 4.8vw, 88px) !important;
  line-height: 0.90 !important;
}

.sales-growth-system-right {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: repeat(3, 165px) !important;
  gap: 14px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.sales-growth-system-right::before,
.sales-growth-system-right::after {
  display: none !important;
  content: none !important;
}

.sales-growth-item {
  position: relative;
  min-height: 165px !important;
  padding: 28px 30px !important;
  border: 1px solid rgba(228,201,143,0.20) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.40), rgba(0,0,0,0.68)),
    url("assets/backgrounds/backgrounds-webp/wichw.webp") center center / cover no-repeat !important;
  box-shadow:
    0 22px 54px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.012);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden;
  isolation: isolate;
}

.sales-growth-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.62));
  z-index: 0;
  pointer-events: none;
}

.sales-growth-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  width: 74px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.75), transparent);
  z-index: 1;
  pointer-events: none;
}

.sales-growth-item > * {
  position: relative;
  z-index: 2;
}

.sales-growth-item h3 {
  max-width: 100%;
  margin: 0 0 12px !important;
  font-size: clamp(27px, 1.75vw, 34px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
  text-align: center !important;
  text-wrap: balance;
}

.sales-growth-item p {
  max-width: 360px !important;
  margin: 0 auto !important;
  font-size: 12.8px !important;
  line-height: 1.44 !important;
  text-align: center !important;
  color: #ffffff !important;
  text-wrap: pretty;
}

.sales-growth-item:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(228,201,143,0.42) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.34), rgba(0,0,0,0.58)),
    url("assets/backgrounds/backgrounds-webp/wichw.webp") center center / cover no-repeat !important;
  box-shadow:
    0 28px 70px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 0 34px rgba(228,201,143,0.05) !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-system {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    gap: 54px !important;
  }

  .sales-growth-system-left h2 {
    font-size: clamp(44px, 4.2vw, 74px) !important;
  }

  .sales-growth-system-right {
    grid-template-rows: repeat(3, 140px) !important;
    gap: 12px !important;
    max-width: 930px;
  }

  .sales-growth-item {
    min-height: 140px !important;
    padding: 24px 26px !important;
  }

  .sales-growth-item::after {
    top: 22px;
  }

  .sales-growth-item h3 {
    font-size: 27px !important;
    margin-bottom: 8px !important;
  }

  .sales-growth-item p {
    font-size: 12px !important;
    line-height: 1.36 !important;
    max-width: 330px !important;
  }
}

@media (max-width: 1180px) {
  .sales-growth-system {
    grid-template-columns: 1fr !important;
  }

  .sales-growth-system-right {
    max-width: none;
    margin-left: 0;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto !important;
  }

  .sales-growth-item {
    min-height: 170px !important;
  }
}

@media (max-width: 760px) {
  .sales-growth-system-right {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   V2.5 SINGLE WICHW IMAGE ACROSS ALL 6 BOXES
   ========================================================= */

.sales-growth-system-right {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.24), rgba(0,0,0,0.46)),
    url("assets/backgrounds/backgrounds-webp/wichw.webp") center center / cover no-repeat !important;
}

.sales-growth-item {
  background: rgba(0,0,0,0.34) !important;
}

.sales-growth-item:hover {
  background: rgba(0,0,0,0.48) !important;
}


/* =========================================================
   V2.6 WICHW GRID LOCK + PREMIUM CLEANUP
   ========================================================= */

.sales-growth-system {
  grid-template-columns: 0.70fr 1.30fr !important;
  gap: 76px !important;
}

.sales-growth-system-right {
  width: min(100%, 1060px) !important;
  max-width: 1060px !important;
  margin-left: auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-template-rows: repeat(3, 176px) !important;
  gap: 0 !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.30), rgba(0,0,0,0.52)),
    url("assets/backgrounds/backgrounds-webp/wichw.webp") center center / 100% 100% no-repeat !important;
  overflow: hidden !important;
  box-shadow:
    0 34px 90px rgba(0,0,0,0.38),
    inset 0 0 0 1px rgba(255,255,255,0.016),
    0 0 42px rgba(228,201,143,0.035) !important;
}

.sales-growth-system-right::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.36)),
    radial-gradient(circle at 50% 50%, transparent 0 44%, rgba(0,0,0,0.18) 100%) !important;
  pointer-events: none;
}

.sales-growth-system-right::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(228,201,143,0.25) calc(50% - 0.5px), rgba(228,201,143,0.25) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent calc(33.333% - 0.5px), rgba(228,201,143,0.22) calc(33.333% - 0.5px), rgba(228,201,143,0.22) calc(33.333% + 0.5px), transparent calc(33.333% + 0.5px)),
    linear-gradient(180deg, transparent calc(66.666% - 0.5px), rgba(228,201,143,0.22) calc(66.666% - 0.5px), rgba(228,201,143,0.22) calc(66.666% + 0.5px), transparent calc(66.666% + 0.5px)) !important;
  pointer-events: none;
}

.sales-growth-item {
  min-height: 176px !important;
  height: 176px !important;
  padding: 28px 34px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.sales-growth-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.34), rgba(0,0,0,0.58));
  opacity: 0.94;
  pointer-events: none;
}

.sales-growth-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 1;
  width: 86px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.78), transparent);
  pointer-events: none;
}

.sales-growth-item > * {
  position: relative;
  z-index: 2;
}

.sales-growth-item h3 {
  font-size: clamp(27px, 1.85vw, 36px) !important;
  line-height: 1 !important;
  margin: 0 0 12px !important;
  text-align: center !important;
}

.sales-growth-item p {
  max-width: 390px !important;
  font-size: 12.7px !important;
  line-height: 1.42 !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.sales-growth-item:hover {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sales-growth-item:hover::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.48));
  opacity: 0.98;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-system {
    gap: 58px !important;
  }

  .sales-growth-system-right {
    grid-template-rows: repeat(3, 148px) !important;
    max-width: 1000px !important;
  }

  .sales-growth-item {
    min-height: 148px !important;
    height: 148px !important;
    padding: 22px 30px !important;
  }

  .sales-growth-item::after {
    top: 24px;
  }

  .sales-growth-item h3 {
    font-size: 29px !important;
    margin-bottom: 8px !important;
  }

  .sales-growth-item p {
    font-size: 12px !important;
    line-height: 1.34 !important;
    max-width: 360px !important;
  }
}

@media (max-width: 1180px) {
  .sales-growth-system-right {
    width: 100% !important;
    max-width: none !important;
    grid-template-rows: repeat(3, 170px) !important;
  }

  .sales-growth-item {
    height: 170px !important;
    min-height: 170px !important;
  }
}

@media (max-width: 760px) {
  .sales-growth-system-right {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    background-size: cover !important;
  }

  .sales-growth-system-right::after {
    display: none !important;
  }

  .sales-growth-item {
    height: auto !important;
    min-height: 170px !important;
    border-bottom: 1px solid rgba(228,201,143,0.20) !important;
  }

  .sales-growth-item:last-child {
    border-bottom: 0 !important;
  }
}


/* =========================================================
   V2.7 WHAT I CAN HELP WITH - SECTION LIFE
   ========================================================= */

.sales-growth-system {
  background:
    radial-gradient(circle at 18% 24%, rgba(228,201,143,0.14), transparent 30%),
    radial-gradient(circle at 78% 58%, rgba(228,201,143,0.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.24)),
    #050403 !important;
}

.sales-growth-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.035) 50%, transparent 58%);
  opacity: 0.32 !important;
  pointer-events: none;
}

.sales-growth-system::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.58), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.sales-growth-system-left {
  position: relative;
}

.sales-growth-system-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 280px;
  height: 2px;
  background: linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
  opacity: 1;
}

.sales-growth-system-left::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 50%;
  width: 260px;
  height: 260px;
  transform: translateY(-50%);
  border: 1px solid rgba(228,201,143,0.16);
  border-radius: 50%;
  opacity: 0.75;
  pointer-events: none;
}

.sales-growth-system-right {
  transform: translateY(-2px);
  box-shadow:
    0 40px 100px rgba(0,0,0,0.44),
    inset 0 0 0 1px rgba(255,255,255,0.018),
    0 0 54px rgba(228,201,143,0.055) !important;
}

.sales-growth-system-right::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.34)),
    radial-gradient(circle at 50% 50%, transparent 0 42%, rgba(0,0,0,0.16) 100%) !important;
}

.sales-growth-item {
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease !important;
}

.sales-growth-item::after {
  width: 98px !important;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.92), transparent) !important;
  opacity: 0.92;
}

.sales-growth-item:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.12) contrast(1.04);
}

.sales-growth-item:hover::before {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.16), rgba(0,0,0,0.42)) !important;
}

.sales-growth-item:hover::after {
  width: 132px !important;
  opacity: 1;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-system::after {
    bottom: 38px;
  }

  .sales-growth-system-left::before {
    width: 210px;
    height: 210px;
    right: -90px;
  }
}


/* =========================================================
   V2.8 HOW WE IMPROVE IT - CODE ONLY POLISH
   ========================================================= */

.sales-growth-process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(228,201,143,0.15), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(228,201,143,0.11), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.24)),
    #050403 !important;
}

.sales-growth-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.034) 50%, transparent 58%);
  opacity: 0.34;
  pointer-events: none;
}

.sales-growth-process::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.60), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.sales-growth-process > * {
  position: relative;
  z-index: 1;
}

.sales-growth-process-heading {
  position: relative;
  margin-bottom: 54px !important;
}

.sales-growth-process-heading::after {
  content: "";
  display: block;
  width: 340px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.96), rgba(228,201,143,0.16), transparent);
}

.sales-growth-process-grid {
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
}

.sales-growth-process-grid article {
  position: relative;
  min-height: 300px !important;
  padding: 42px 36px 38px !important;
  border: 1px solid rgba(228,201,143,0.22) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 28px 76px rgba(0,0,0,0.32),
    inset 0 0 0 1px rgba(255,255,255,0.014),
    0 0 38px rgba(228,201,143,0.035);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.sales-growth-process-grid article::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 30px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.sales-growth-process-grid article::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(228,201,143,0.12);
  border-radius: 50%;
  pointer-events: none;
}

.sales-growth-process-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(228,201,143,0.42) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.075), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 34px 92px rgba(0,0,0,0.38),
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 0 48px rgba(228,201,143,0.065);
}

.sales-growth-process-grid h3 {
  margin-top: 28px !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-process-heading {
    margin-bottom: 38px !important;
  }

  .sales-growth-process-grid article {
    min-height: 235px !important;
    padding: 32px 30px !important;
  }

  .sales-growth-process-grid article::before {
    left: 30px;
    top: 24px;
  }

  .sales-growth-process-grid h3 {
    margin-top: 22px !important;
  }
}

@media (max-width: 760px) {
  .sales-growth-process-grid {
    gap: 14px !important;
  }
}


/* =========================================================
   V2.9 WHY THIS HELPS - BSBS BACKGROUND + POLISH
   ========================================================= */

.sales-growth-proof {
  position: relative;
  overflow: hidden;
  min-height: 92vh !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 20% 28%, rgba(228,201,143,0.12), transparent 32%),
    url("assets/backgrounds/backgrounds-webp/bsbs.webp") center center / cover no-repeat !important;
}

.sales-growth-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    );
  opacity: 0.26;
  pointer-events: none;
}

.sales-growth-proof::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 50%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.82;
  pointer-events: none;
}

.sales-growth-proof > * {
  position: relative;
  z-index: 1;
}

.sales-growth-proof h2 {
  max-width: 760px !important;
  text-shadow:
    0 3px 22px rgba(0,0,0,0.92),
    0 0 34px rgba(0,0,0,0.58);
}

.sales-growth-proof-copy {
  gap: 24px !important;
}

.sales-growth-proof-copy p {
  position: relative;
  padding: 34px 38px !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.62)) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.sales-growth-proof-copy p::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 24px;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.9;
}

.sales-growth-proof-copy p:hover {
  border-color: rgba(228,201,143,0.40) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.065), rgba(0,0,0,0.62)) !important;
  transform: translateY(-4px);
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-proof {
    min-height: 86vh !important;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .sales-growth-proof-copy p {
    padding: 28px 32px !important;
  }
}

@media (max-width: 1180px) {
  .sales-growth-proof {
    min-height: auto !important;
  }

  .sales-growth-proof::after {
    display: none;
  }
}


/* =========================================================
   V2.10 FINAL CTA WARMTH + ALIVE POLISH
   ========================================================= */

.sales-growth-final {
  position: relative;
  overflow: hidden;
  min-height: 88vh !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 32%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    radial-gradient(circle at 82% 28%, rgba(228,201,143,0.09), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(0,0,0,0.22)),
    #050403 !important;
}

.sales-growth-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.038) 50%, transparent 58%);
  opacity: 0.32;
  pointer-events: none;
}

.sales-growth-final::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 118px;
  width: min(680px, 56vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.82), transparent);
  opacity: 0.92;
  pointer-events: none;
}

.sales-growth-final > * {
  position: relative;
  z-index: 1;
}

.sales-growth-final .kicker {
  margin-bottom: 18px !important;
}

.sales-growth-final h2 {
  max-width: 1320px !important;
  margin-bottom: 28px !important;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.92),
    0 0 44px rgba(228,201,143,0.08);
}

.sales-growth-final p {
  max-width: 920px !important;
  margin-bottom: 30px !important;
  color: #ffffff !important;
}

.sales-growth-final .text-link {
  padding: 16px 32px !important;
  border: 1px solid rgba(228,201,143,0.28) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.06), rgba(0,0,0,0.22)) !important;
  box-shadow:
    0 18px 46px rgba(0,0,0,0.28),
    0 0 34px rgba(228,201,143,0.045);
}

.sales-growth-final .text-link:hover {
  transform: translateY(-3px);
  border-color: rgba(228,201,143,0.48) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.11), rgba(0,0,0,0.24)) !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .sales-growth-final {
    min-height: 82vh !important;
  }

  .sales-growth-final::after {
    bottom: 82px;
  }
}

@media (max-width: 760px) {
  .sales-growth-final {
    min-height: auto !important;
  }
}

/* =========================================================
   SHORT SERVICE PAGE V1
   completely different shorter scrollable layout
   ========================================================= */

.short-service-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
}

.short-service-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.short-service-page p:not(.kicker),
.short-service-page article p,
.short-service-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.short-service-page h1,
.short-service-page h2,
.short-service-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.short-service-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.short-service-hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    radial-gradient(circle at 50% 38%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 18% 78%, rgba(228,201,143,0.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.24)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.short-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.038) 50%, transparent 58%);
  opacity: 0.30;
  pointer-events: none;
}

.short-service-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.short-service-hero h1,
.short-service-core h2,
.short-service-split h2,
.short-service-final h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 6vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.92),
    0 0 42px rgba(228,201,143,0.08);
}

.short-service-hero p,
.short-service-final p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* CORE */

.short-service-core {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
  padding: 84px 7vw;
  background:
    radial-gradient(circle at 20% 30%, rgba(228,201,143,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.20)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.short-service-statement {
  max-width: 760px;
}

.short-service-points {
  display: grid;
  gap: 18px;
}

.short-service-points article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 30px 34px;
  border: 1px solid rgba(228,201,143,0.20);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.28));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.short-service-points span {
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.26em;
  font-weight: 900;
}

.short-service-points h3,
.short-service-list h3 {
  margin: 0 0 8px;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.short-service-points p,
.short-service-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* SPLIT */

.short-service-split {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 74px;
  align-items: center;
  padding: 84px 7vw;
  background:
    radial-gradient(circle at 78% 55%, rgba(228,201,143,0.12), transparent 32%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.short-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(228,201,143,0.20);
}

.short-service-list div {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-right: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.22));
}

.short-service-list div:nth-child(2),
.short-service-list div:nth-child(4) {
  border-right: 0;
}

.short-service-list div:nth-child(3),
.short-service-list div:nth-child(4) {
  border-bottom: 0;
}

/* FINAL */

.short-service-final {
  min-height: 76vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(0,0,0,0.22)),
    #050403;
}

.short-service-final::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 96px;
  width: min(680px, 56vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.82), transparent);
  opacity: 0.92;
  pointer-events: none;
}

.short-service-final > * {
  position: relative;
  z-index: 1;
}

.short-service-final h2 {
  max-width: 1300px;
}

.short-service-final p {
  margin-bottom: 30px;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .short-service-hero,
  .short-service-core,
  .short-service-split {
    min-height: 84vh;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .short-service-hero h1,
  .short-service-core h2,
  .short-service-split h2,
  .short-service-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .short-service-list div {
    min-height: 190px;
  }

  .short-service-points article {
    min-height: 132px;
  }
}

@media (max-width: 1180px) {
  .short-service-page {
    width: 100%;
    margin-left: 0;
  }

  .short-service-core,
  .short-service-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .short-service-hero,
  .short-service-core,
  .short-service-split,
  .short-service-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .short-service-hero h1,
  .short-service-core h2,
  .short-service-split h2,
  .short-service-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .short-service-points article {
    grid-template-columns: 1fr;
  }

  .short-service-list {
    grid-template-columns: 1fr;
  }

  .short-service-list div {
    min-height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.16) !important;
  }

  .short-service-list div:last-child {
    border-bottom: 0 !important;
  }
}


/* =========================================================
   AUTOMATE YOUR SYSTEMS PAGE V1
   shorter scrollable automation layout
   ========================================================= */

.automation-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
}

.automation-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.automation-page p:not(.kicker),
.automation-page article p,
.automation-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.automation-page h1,
.automation-page h2,
.automation-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.automation-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.automation-hero {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 52px 3vw 78px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.76)),
    radial-gradient(circle at 20% 32%, rgba(228,201,143,0.12), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/automation.webp") center center / cover no-repeat;
}

.automation-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04) 48%, rgba(0,0,0,0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(255,255,255,0.010) 55px,
      transparent 56px
    );
  opacity: 0.24;
  pointer-events: none;
}

.automation-hero-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 1280px;
  padding-left: 2.2vw;
}

.automation-hero h1,
.automation-reality h2,
.automation-build h2,
.automation-human h2,
.automation-final h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 6vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.92),
    0 0 42px rgba(228,201,143,0.06);
}

.automation-hero p {
  max-width: 960px;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.automation-hero-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(228,201,143,0.20);
  background: rgba(0,0,0,0.36);
}

.automation-hero-strip article {
  min-height: 210px;
  padding: 36px;
  border-right: 1px solid rgba(228,201,143,0.16);
}

.automation-hero-strip article:last-child {
  border-right: 0;
}

/* REALITY */

.automation-reality {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 74px;
  align-items: center;
  padding: 84px 7vw;
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.automation-reality-copy {
  max-width: 780px;
}

.automation-reality-cards {
  display: grid;
  gap: 18px;
}

.automation-reality-cards article {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding: 28px 34px;
  border: 1px solid rgba(228,201,143,0.20);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.28));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.automation-reality-cards span {
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.26em;
  font-weight: 900;
}

/* BUILD GRID */

.automation-build {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px 7vw;
  background:
    radial-gradient(circle at 82% 48%, rgba(228,201,143,0.12), transparent 34%),
    radial-gradient(circle at 18% 74%, rgba(228,201,143,0.07), transparent 34%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.automation-build-heading {
  max-width: 1260px;
  margin-bottom: 44px;
}

.automation-build-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.automation-build-grid article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  text-align: center;
  border: 1px solid rgba(228,201,143,0.20);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.040), rgba(0,0,0,0.26));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.automation-hero-strip h3,
.automation-reality-cards h3,
.automation-build-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.automation-hero-strip p,
.automation-reality-cards p,
.automation-build-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* HUMAN CONTROL */

.automation-human {
  min-height: 82vh;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: center;
  padding: 86px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.54), rgba(0,0,0,0.76)),
    radial-gradient(circle at 72% 52%, rgba(228,201,143,0.14), transparent 34%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.automation-human-panel {
  display: grid;
  gap: 24px;
}

.automation-human-panel p {
  padding: 34px 38px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.62));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

/* FINAL */

.automation-final {
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(0,0,0,0.22)),
    #050403;
}

.automation-final h2 {
  max-width: 1320px;
}

.automation-final p {
  max-width: 920px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* RESPONSIVE */

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-hero {
    min-height: 92vh;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .automation-reality,
  .automation-build,
  .automation-human {
    min-height: 84vh;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .automation-hero h1,
  .automation-reality h2,
  .automation-build h2,
  .automation-human h2,
  .automation-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .automation-hero-strip article {
    min-height: 170px;
  }

  .automation-build-grid article {
    min-height: 170px;
  }
}

@media (max-width: 1180px) {
  .automation-page {
    width: 100%;
    margin-left: 0;
  }

  .automation-reality,
  .automation-human {
    grid-template-columns: 1fr;
  }

  .automation-build-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .automation-hero,
  .automation-reality,
  .automation-build,
  .automation-human,
  .automation-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .automation-hero h1,
  .automation-reality h2,
  .automation-build h2,
  .automation-human h2,
  .automation-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .automation-hero-strip,
  .automation-build-grid {
    grid-template-columns: 1fr;
  }

  .automation-hero-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(228,201,143,0.16);
  }

  .automation-hero-strip article:last-child {
    border-bottom: 0;
  }

  .automation-reality-cards article {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   V2 AUTOMATE HERO AYS BACKGROUND + FIRST SECTION POLISH
   ========================================================= */

.automation-hero {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.48), rgba(0,0,0,0.78)),
    radial-gradient(circle at 24% 28%, rgba(228,201,143,0.14), transparent 34%),
    radial-gradient(circle at 82% 68%, rgba(228,201,143,0.08), transparent 32%),
    url("assets/backgrounds/backgrounds-webp/ays.webp") center center / cover no-repeat !important;
}

.automation-hero::before {
  opacity: 0.34 !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.20), rgba(0,0,0,0.02) 48%, rgba(0,0,0,0.22)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.040) 50%, transparent 58%) !important;
}

.automation-hero::after {
  content: "";
  position: absolute;
  left: 3vw;
  right: 3vw;
  bottom: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.62), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.automation-hero-inner {
  padding-left: 2.6vw !important;
}

.automation-hero h1 {
  max-width: 1120px !important;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.95),
    0 0 44px rgba(228,201,143,0.08);
}

.automation-hero p {
  max-width: 980px !important;
}

.automation-hero-strip {
  box-shadow:
    0 34px 90px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(255,255,255,0.016),
    0 0 42px rgba(228,201,143,0.035);
  backdrop-filter: blur(2px);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.56)) !important;
}

.automation-hero-strip article {
  position: relative;
  min-height: 235px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 40px !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.028), rgba(0,0,0,0.12));
  transition:
    transform 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.automation-hero-strip article::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 30px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.automation-hero-strip article:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.055), rgba(0,0,0,0.14));
  box-shadow:
    inset 0 0 0 1px rgba(228,201,143,0.06),
    0 22px 52px rgba(0,0,0,0.25);
}

.automation-hero-strip h3 {
  margin-top: 16px !important;
}

.automation-hero-strip p {
  max-width: 460px;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-hero-strip article {
    min-height: 190px !important;
    padding: 34px 36px !important;
  }

  .automation-hero-strip article::before {
    top: 24px;
    left: 36px;
  }

  .automation-hero-strip h3 {
    margin-top: 12px !important;
  }
}


/* =========================================================
   V3 AUTOMATE REALITY SECTION RESTRUCTURE
   fixes oversized layout and narrow text issue
   ========================================================= */

.automation-reality {
  min-height: 100vh !important;
  display: grid !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  gap: 68px !important;
  align-items: center !important;
  padding: 74px 7vw !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.12), transparent 30%),
    radial-gradient(circle at 82% 62%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403 !important;
}

.automation-reality-copy {
  max-width: 760px !important;
}

.automation-reality-copy h2 {
  font-size: clamp(52px, 5vw, 94px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  max-width: 760px !important;
}

.automation-reality-cards {
  display: grid !important;
  gap: 18px !important;
  align-self: center !important;
}

.automation-reality-cards article {
  display: grid !important;
  grid-template-columns: 78px 1fr !important;
  gap: 26px !important;
  align-items: center !important;
  min-height: 165px !important;
  padding: 30px 36px !important;
  border: 1px solid rgba(228,201,143,0.20) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014) !important;
}

.automation-reality-cards span {
  align-self: start !important;
  padding-top: 10px !important;
  color: var(--gold-2) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.26em !important;
  font-weight: 900 !important;
}

.automation-reality-cards h3 {
  margin: 0 0 12px !important;
  font-size: clamp(30px, 2.1vw, 42px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

.automation-reality-cards p {
  max-width: 620px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  text-align: left !important;
  text-wrap: pretty;
}

/* stop any inherited narrow wrapping */
.automation-reality-cards article > div,
.automation-reality-cards article p,
.automation-reality-cards article h3 {
  width: auto !important;
  min-width: 0 !important;
}

/* small section-level polish */
.automation-reality::before {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.55), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.automation-reality::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 50%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(228,201,143,0.13);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.70;
  pointer-events: none;
}

.automation-reality > * {
  position: relative;
  z-index: 1;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-reality {
    min-height: 92vh !important;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    gap: 54px !important;
  }

  .automation-reality-copy h2 {
    font-size: clamp(46px, 4.4vw, 78px) !important;
  }

  .automation-reality-cards article {
    min-height: 135px !important;
    padding: 24px 30px !important;
  }

  .automation-reality-cards h3 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
  }

  .automation-reality-cards p {
    font-size: 13.5px !important;
    line-height: 1.46 !important;
  }
}

@media (max-width: 1180px) {
  .automation-reality {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
  }

  .automation-reality::after {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .automation-reality {
    padding: 60px 24px !important;
  }

  .automation-reality-cards article {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   V4 AUTOMATE REALITY COMPACT FIX
   removes huge card issue and forced narrow text wrapping
   ========================================================= */

.automation-reality.automation-reality-compact {
  min-height: 92vh !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  gap: 68px !important;
  align-items: center !important;
  padding: 68px 7vw !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.12), transparent 30%),
    radial-gradient(circle at 86% 68%, rgba(228,201,143,0.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403 !important;
}

.automation-reality-compact .automation-reality-copy {
  max-width: 760px !important;
}

.automation-reality-compact .automation-reality-copy h2 {
  max-width: 760px !important;
  font-size: clamp(50px, 4.7vw, 86px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  margin: 0 !important;
}

.automation-reality-compact .automation-reality-cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-self: center !important;
}

.automation-reality-compact .automation-reality-cards article {
  min-height: 138px !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 62px 1fr !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 28px 34px !important;
  border: 1px solid rgba(228,201,143,0.22) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 22px 58px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014) !important;
}

.automation-reality-compact .automation-card-number {
  color: var(--gold-2) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.26em !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.automation-reality-compact .automation-card-copy {
  min-width: 0 !important;
  width: 100% !important;
}

.automation-reality-compact .automation-card-copy h3 {
  margin: 0 0 10px !important;
  font-size: clamp(28px, 2vw, 40px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  white-space: normal !important;
  text-align: left !important;
}

.automation-reality-compact .automation-card-copy p {
  margin: 0 !important;
  max-width: 680px !important;
  width: auto !important;
  color: #ffffff !important;
  font-size: 14.5px !important;
  line-height: 1.52 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Kill the previous giant/narrow-card rules hard */
.automation-reality-cards span,
.automation-reality-cards article > span {
  display: none !important;
}

.automation-reality-cards article > p,
.automation-reality-cards article > h3 {
  width: auto !important;
  max-width: none !important;
  white-space: normal !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-reality.automation-reality-compact {
    min-height: 84vh !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    gap: 54px !important;
  }

  .automation-reality-compact .automation-reality-copy h2 {
    font-size: clamp(44px, 4.1vw, 74px) !important;
  }

  .automation-reality-compact .automation-reality-cards article {
    min-height: 112px !important;
    padding: 22px 30px !important;
  }

  .automation-reality-compact .automation-card-copy h3 {
    font-size: 30px !important;
    margin-bottom: 7px !important;
  }

  .automation-reality-compact .automation-card-copy p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {
  .automation-reality.automation-reality-compact {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .automation-reality.automation-reality-compact {
    padding: 60px 24px !important;
  }

  .automation-reality-compact .automation-reality-cards article {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   V5 AUTOMATE REALITY BACKGROUND AI GRID POLISH
   ========================================================= */

.automation-reality.automation-reality-compact {
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.13), transparent 30%),
    radial-gradient(circle at 86% 68%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.22)),
    #050403 !important;
}

.automation-reality.automation-reality-compact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.028) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  mask-image:
    radial-gradient(circle at 50% 50%, black 0 45%, transparent 78%);
  pointer-events: none;
}

.automation-reality.automation-reality-compact::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 45%, rgba(228,201,143,0.12), transparent 12%),
    linear-gradient(135deg, transparent 0 39%, rgba(228,201,143,0.045) 50%, transparent 61%),
    repeating-linear-gradient(
      135deg,
      transparent 0 38px,
      rgba(255,255,255,0.012) 39px,
      transparent 40px
    );
  opacity: 0.52;
  pointer-events: none;
}

.automation-reality-compact .automation-reality-copy::after {
  content: "";
  display: block;
  width: 310px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
  opacity: 0.95;
}

.automation-reality-compact .automation-reality-cards {
  position: relative;
}

.automation-reality-compact .automation-reality-cards::before {
  content: "";
  position: absolute;
  right: -52px;
  top: 50%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(228,201,143,0.17);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.78;
  pointer-events: none;
}

.automation-reality-compact .automation-reality-cards article {
  position: relative;
  overflow: hidden;
}

.automation-reality-compact .automation-reality-cards article::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 28px;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.68));
  opacity: 0.85;
  pointer-events: none;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-reality-compact .automation-reality-copy::after {
    margin-top: 22px;
  }

  .automation-reality-compact .automation-reality-cards::before {
    width: 210px;
    height: 210px;
    right: -38px;
  }
}

@media (max-width: 1180px) {
  .automation-reality-compact .automation-reality-cards::before {
    display: none;
  }
}


/* =========================================================
   V6 AUTOMATE BUILD SECTION - WICBA BACKGROUND + LIFE
   ========================================================= */

.automation-build {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.78)),
    radial-gradient(circle at 18% 24%, rgba(228,201,143,0.13), transparent 32%),
    radial-gradient(circle at 84% 58%, rgba(228,201,143,0.09), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/wicba.webp") center center / cover no-repeat !important;
}

.automation-build::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.040) 50%, transparent 58%);
  opacity: 0.30;
  pointer-events: none;
}

.automation-build::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.62), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.automation-build > * {
  position: relative;
  z-index: 1;
}

.automation-build-heading {
  max-width: 1320px !important;
  margin-bottom: 46px !important;
}

.automation-build-heading h2 {
  max-width: 1260px !important;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.95),
    0 0 44px rgba(228,201,143,0.08);
}

.automation-build-heading::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
  opacity: 0.95;
}

.automation-build-grid {
  gap: 18px !important;
}

.automation-build-grid article {
  position: relative;
  overflow: hidden;
  min-height: 222px !important;
  padding: 38px 34px !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.66)) !important;
  backdrop-filter: blur(2px);
  box-shadow:
    0 26px 76px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.014),
    0 0 38px rgba(228,201,143,0.035) !important;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.automation-build-grid article::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 86px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.82), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.automation-build-grid article::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(228,201,143,0.13);
  border-radius: 50%;
  pointer-events: none;
}

.automation-build-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.42) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.070), rgba(0,0,0,0.64)) !important;
  box-shadow:
    0 34px 92px rgba(0,0,0,0.40),
    inset 0 0 0 1px rgba(228,201,143,0.08),
    0 0 48px rgba(228,201,143,0.06) !important;
}

.automation-build-grid h3 {
  margin-top: 22px !important;
  margin-bottom: 12px !important;
}

.automation-build-grid p {
  max-width: 420px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-build {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .automation-build-heading {
    margin-bottom: 34px !important;
  }

  .automation-build-grid article {
    min-height: 178px !important;
    padding: 30px 30px !important;
  }

  .automation-build-grid article::before {
    top: 24px;
  }

  .automation-build-grid h3 {
    margin-top: 18px !important;
  }
}


/* =========================================================
   V7 AUTOMATE HUMAN SECTION - COMPACT + POLISH
   ========================================================= */

.automation-human {
  min-height: 58vh !important;
  grid-template-columns: 0.82fr 1.18fr !important;
  gap: 58px !important;
  padding: 64px 7vw !important;
  background:
    radial-gradient(circle at 18% 35%, rgba(228,201,143,0.13), transparent 30%),
    radial-gradient(circle at 82% 60%, rgba(228,201,143,0.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403 !important;
}

.automation-human::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.036) 50%, transparent 58%);
  opacity: 0.30;
  pointer-events: none;
}

.automation-human::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.58), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.automation-human > * {
  position: relative;
  z-index: 1;
}

.automation-human h2 {
  font-size: clamp(46px, 4.4vw, 82px) !important;
  line-height: 0.90 !important;
  max-width: 680px !important;
  margin-bottom: 0 !important;
}

.automation-human-panel {
  gap: 18px !important;
}

.automation-human-panel p {
  position: relative;
  padding: 30px 36px !important;
  border: 1px solid rgba(228,201,143,0.22) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.62)) !important;
  box-shadow:
    0 22px 58px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.014) !important;
  line-height: 1.58 !important;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.automation-human-panel p::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 22px;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.85), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.automation-human-panel p:hover {
  transform: translateY(-4px);
  border-color: rgba(228,201,143,0.40) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.065), rgba(0,0,0,0.62)) !important;
  box-shadow:
    0 28px 72px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.07) !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .automation-human {
    min-height: 52vh !important;
    padding-top: 46px !important;
    padding-bottom: 54px !important;
  }

  .automation-human h2 {
    font-size: clamp(40px, 3.8vw, 68px) !important;
  }

  .automation-human-panel p {
    padding: 24px 32px !important;
    font-size: 13.5px !important;
    line-height: 1.46 !important;
  }

  .automation-human-panel p::before {
    top: 18px;
    left: 32px;
  }
}

@media (max-width: 1180px) {
  .automation-human {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  .automation-human {
    padding: 60px 24px !important;
  }
}


/* =========================================================
   V8 AUTOMATE HERO TEXT CENTRAL ALIGN
   ========================================================= */

.automation-hero {
  justify-items: center !important;
}

.automation-hero-inner {
  max-width: 1380px !important;
  width: 100%;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}

.automation-hero h1 {
  max-width: 1320px !important;
  text-align: center !important;
}

.automation-hero p {
  max-width: 980px !important;
  text-align: center !important;
}

.automation-hero .text-link {
  margin-top: 6px;
}


/* =========================================================
   V9 FINAL SECTION WMESS BACKGROUND
   ========================================================= */

.automation-final {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/wmess.webp") center center / cover no-repeat !important;
}


/* =========================================================
   BUILD YOUR PLATFORM PAGE V1
   redesigned layout - code only
   ========================================================= */

.platform-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
}

.platform-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.platform-page p:not(.kicker),
.platform-page article p,
.platform-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.platform-page h1,
.platform-page h2,
.platform-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.platform-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.platform-hero {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 48px 3vw 72px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.78)),
    radial-gradient(circle at 24% 28%, rgba(228,201,143,0.14), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/platform.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.platform-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.20), rgba(0,0,0,0.03) 48%, rgba(0,0,0,0.24)),
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.012) 53px,
      transparent 54px
    );
  opacity: 0.28;
  pointer-events: none;
}

.platform-hero-inner {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 1320px;
  padding-left: 2.2vw;
}

.platform-hero h1,
.platform-foundation h2,
.platform-build h2,
.platform-process h2,
.platform-final h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 6vw, 112px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.95),
    0 0 42px rgba(228,201,143,0.08);
}

.platform-hero p {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.platform-hero-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(228,201,143,0.20);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.56));
  backdrop-filter: blur(2px);
  box-shadow:
    0 34px 90px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(255,255,255,0.016);
}

.platform-hero-cards article {
  min-height: 220px;
  padding: 40px 38px;
  border-right: 1px solid rgba(228,201,143,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform-hero-cards article:last-child {
  border-right: 0;
}

/* FOUNDATION */

.platform-foundation {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 7vw;
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.13), transparent 30%),
    radial-gradient(circle at 84% 62%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.platform-foundation::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.20;
  mask-image: radial-gradient(circle at 50% 50%, black 0 45%, transparent 78%);
  pointer-events: none;
}

.platform-foundation-heading {
  position: relative;
  z-index: 1;
  max-width: 1250px;
  margin-bottom: 42px;
}

.platform-foundation-heading::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
}

.platform-foundation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.platform-foundation-grid article {
  min-height: 240px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

/* BUILD */

.platform-build {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
  align-items: center;
  padding: 74px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.78)),
    radial-gradient(circle at 80% 50%, rgba(228,201,143,0.13), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/platform-build.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.platform-build-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(228,201,143,0.22);
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(2px);
}

.platform-build-right div {
  min-height: 230px;
  padding: 38px;
  border-right: 1px solid rgba(228,201,143,0.16);
  border-bottom: 1px solid rgba(228,201,143,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform-build-right div:nth-child(2),
.platform-build-right div:nth-child(4) {
  border-right: 0;
}

.platform-build-right div:nth-child(3),
.platform-build-right div:nth-child(4) {
  border-bottom: 0;
}

/* PROCESS */

.platform-process {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 7vw;
  background:
    radial-gradient(circle at 22% 24%, rgba(228,201,143,0.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.platform-process-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 46px;
  border: 1px solid rgba(228,201,143,0.20);
}

.platform-process-row article {
  min-height: 240px;
  padding: 36px 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.22));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.platform-process-row article:last-child {
  border-right: 0;
}

/* FINAL */

.platform-final {
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(0,0,0,0.22)),
    #050403;
}

.platform-final h2 {
  max-width: 1320px;
}

.platform-final p {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.68;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* SHARED */

.platform-hero-cards h3,
.platform-foundation-grid h3,
.platform-build-right h3,
.platform-process-row h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.platform-hero-cards p,
.platform-foundation-grid p,
.platform-build-right p,
.platform-process-row p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.platform-hero-cards article,
.platform-foundation-grid article,
.platform-build-right div,
.platform-process-row article {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.platform-hero-cards article:hover,
.platform-foundation-grid article:hover,
.platform-build-right div:hover,
.platform-process-row article:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.060), rgba(0,0,0,0.30));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(228,201,143,0.07);
}

@media (max-height: 900px) and (min-width: 1181px) {
  .platform-hero {
    min-height: 92vh;
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .platform-foundation,
  .platform-build,
  .platform-process {
    min-height: 84vh;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .platform-hero h1,
  .platform-foundation h2,
  .platform-build h2,
  .platform-process h2,
  .platform-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .platform-hero-cards article,
  .platform-foundation-grid article,
  .platform-build-right div,
  .platform-process-row article {
    min-height: 180px;
  }
}

@media (max-width: 1180px) {
  .platform-page {
    width: 100%;
    margin-left: 0;
  }

  .platform-build {
    grid-template-columns: 1fr;
  }

  .platform-foundation-grid,
  .platform-process-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .platform-hero,
  .platform-foundation,
  .platform-build,
  .platform-process,
  .platform-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .platform-hero h1,
  .platform-foundation h2,
  .platform-build h2,
  .platform-process h2,
  .platform-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .platform-hero-cards,
  .platform-foundation-grid,
  .platform-build-right,
  .platform-process-row {
    grid-template-columns: 1fr;
  }

  .platform-hero-cards article,
  .platform-build-right div,
  .platform-process-row article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.16);
  }

  .platform-hero-cards article:last-child,
  .platform-build-right div:last-child,
  .platform-process-row article:last-child {
    border-bottom: 0 !important;
  }
}


/* =========================================================
   V1.1 PLATFORM HERO TEXT CENTRAL
   ========================================================= */

.platform-hero {
  justify-items: center !important;
}

.platform-hero-inner {
  max-width: 1380px !important;
  width: 100%;
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}

.platform-hero h1 {
  max-width: 1320px !important;
  text-align: center !important;
}

.platform-hero p {
  max-width: 980px !important;
  text-align: center !important;
}

.platform-hero .text-link {
  margin-top: 6px;
}


/* =========================================================
   V1.2 PLATFORM BUILD SECTION FIRSTTOWORK BACKGROUND
   ========================================================= */

.platform-build {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.78)),
    radial-gradient(circle at 80% 50%, rgba(228,201,143,0.13), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/firsttowork.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V1.3 PLATFORM PROCESS SECTION LIFE + STATIC EFFECT
   ========================================================= */

.platform-process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(228,201,143,0.14), transparent 30%),
    radial-gradient(circle at 82% 64%, rgba(228,201,143,0.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(0,0,0,0.24)),
    #050403 !important;
}

.platform-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 52px,
      rgba(255,255,255,0.014) 53px,
      transparent 54px
    ),
    linear-gradient(135deg, transparent 0 42%, rgba(228,201,143,0.040) 50%, transparent 58%);
  opacity: 0.30;
  pointer-events: none;
}

.platform-process::after {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,201,143,0.58), transparent);
  opacity: 0.9;
  pointer-events: none;
}

.platform-process > * {
  position: relative;
  z-index: 1;
}

.platform-process-row {
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
}

.platform-process-row article {
  position: relative;
  overflow: hidden;
  min-height: 250px !important;
  padding: 40px 36px !important;
  border: 1px solid rgba(228,201,143,0.22) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014),
    0 0 38px rgba(228,201,143,0.035);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.platform-process-row article::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 28px;
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.92;
  pointer-events: none;
}

.platform-process-row article::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(228,201,143,0.13);
  border-radius: 50%;
  opacity: 0.74;
  pointer-events: none;
}

.platform-process-row article:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.40) !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.070), rgba(0,0,0,0.30)) !important;
  box-shadow:
    0 32px 88px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(228,201,143,0.07),
    0 0 48px rgba(228,201,143,0.06) !important;
}

.platform-process-row h3 {
  margin-top: 22px !important;
  margin-bottom: 12px !important;
}

.platform-process h2 {
  max-width: 1380px !important;
  text-shadow:
    0 3px 24px rgba(0,0,0,0.95),
    0 0 44px rgba(228,201,143,0.08);
}

.platform-process .kicker {
  margin-bottom: 18px !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .platform-process {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .platform-process-row article {
    min-height: 190px !important;
    padding: 30px 30px !important;
  }

  .platform-process-row article::before {
    left: 30px;
    top: 22px;
  }

  .platform-process-row h3 {
    margin-top: 18px !important;
  }
}


/* =========================================================
   V1.4 PLATFORM FINAL SECTION BTI BACKGROUND
   ========================================================= */

.platform-final {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    radial-gradient(circle at 22% 68%, rgba(228,201,143,0.11), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/bti.webp") center center / cover no-repeat !important;
}


/* =========================================================
   MARKET FINAL PAGE V4 - FORCED FULL SCROLL REBUILD
   This class set is unique and does not reuse previous platform layouts.
   ========================================================= */

.marketfinal-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
}

.marketfinal-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.marketfinal-page p:not(.kicker),
.marketfinal-page article p,
.marketfinal-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.marketfinal-page h1,
.marketfinal-page h2,
.marketfinal-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.marketfinal-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.marketfinal-hero {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 52px;
  padding: 54px 5vw 70px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.82)),
    radial-gradient(circle at 18% 26%, rgba(228,201,143,0.14), transparent 34%),
    radial-gradient(circle at 84% 64%, rgba(228,201,143,0.10), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.marketfinal-hero::before,
.marketfinal-lenses::before,
.marketfinal-output::before,
.marketfinal-method::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.030) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.022) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.22;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}

.marketfinal-topbar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(228,201,143,0.18);
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(2px);
}

.marketfinal-topbar span {
  padding: 18px 16px;
  border-right: 1px solid rgba(228,201,143,0.14);
  text-align: center;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.marketfinal-topbar span:last-child {
  border-right: 0;
}

.marketfinal-hero-grid {
  position: relative;
  z-index: 1;
  align-self: center;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 58px;
  align-items: center;
}

.marketfinal-hero-main {
  max-width: 1060px;
}

.marketfinal-hero-main h1,
.marketfinal-boundary h2,
.marketfinal-lenses h2,
.marketfinal-output h2,
.marketfinal-method h2,
.marketfinal-final h2 {
  margin: 0 0 28px;
  font-size: clamp(62px, 6.3vw, 126px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-shadow:
    0 4px 28px rgba(0,0,0,0.96),
    0 0 46px rgba(228,201,143,0.08);
}

.marketfinal-hero-main p {
  max-width: 880px;
  font-size: 17px;
  line-height: 1.72;
}

.marketfinal-hero-main .text-link {
  margin-top: 28px;
}

.marketfinal-hero-panel {
  padding: 42px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.44), rgba(0,0,0,0.68));
  backdrop-filter: blur(2px);
  box-shadow:
    0 28px 84px rgba(0,0,0,0.36),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.marketfinal-hero-panel h3 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.marketfinal-hero-panel p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.6;
}

.marketfinal-hero-panel p:last-child {
  margin-bottom: 0;
}

/* BOUNDARY */

.marketfinal-boundary {
  min-height: 76vh;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 68px;
  align-items: center;
  padding: 72px 7vw;
  background:
    radial-gradient(circle at 20% 34%, rgba(228,201,143,0.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.marketfinal-boundary-right {
  display: grid;
  gap: 18px;
}

.marketfinal-boundary-right article {
  min-height: 138px;
  padding: 30px 34px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30));
  box-shadow:
    0 22px 58px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

/* LENSES */

.marketfinal-lenses {
  min-height: 98vh;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: center;
  padding: 78px 7vw;
  background:
    radial-gradient(circle at 76% 48%, rgba(228,201,143,0.13), transparent 34%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.marketfinal-lenses-title {
  position: relative;
  z-index: 1;
}

.marketfinal-lenses-title::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
}

.marketfinal-lens-wheel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.marketfinal-lens-wheel article {
  min-height: 245px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.34));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.marketfinal-lens-wheel article:nth-child(2),
.marketfinal-lens-wheel article:nth-child(4) {
  transform: translateY(34px);
}

.marketfinal-lens-wheel span {
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin-bottom: 14px;
}

/* OUTPUT */

.marketfinal-output {
  min-height: 100vh;
  padding: 78px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.54), rgba(0,0,0,0.80)),
    radial-gradient(circle at 78% 48%, rgba(228,201,143,0.13), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/market-intel.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.marketfinal-output-header {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-bottom: 44px;
}

.marketfinal-output-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.marketfinal-output-layout article {
  padding: 36px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.64));
  backdrop-filter: blur(2px);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.32),
    inset 0 0 0 1px rgba(255,255,255,0.014);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marketfinal-output-large {
  grid-row: span 2;
}

/* METHOD */

.marketfinal-method {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 7vw;
  background:
    radial-gradient(circle at 22% 40%, rgba(228,201,143,0.13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.marketfinal-method-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 46px;
  border: 1px solid rgba(228,201,143,0.20);
  background: rgba(0,0,0,0.32);
}

.marketfinal-method-strip div {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marketfinal-method-strip div:last-child {
  border-right: 0;
}

/* FINAL */

.marketfinal-final {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/markets-final.webp") center center / cover no-repeat;
}

.marketfinal-final-inner {
  max-width: 1320px;
}

.marketfinal-final p {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.68;
}

/* SHARED TYPOGRAPHY */

.marketfinal-boundary-right h3,
.marketfinal-lens-wheel h3,
.marketfinal-output-layout h3,
.marketfinal-method-strip h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.marketfinal-boundary-right p,
.marketfinal-lens-wheel p,
.marketfinal-output-layout p,
.marketfinal-method-strip p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

/* HOVER */

.marketfinal-boundary-right article,
.marketfinal-lens-wheel article,
.marketfinal-output-layout article,
.marketfinal-method-strip div {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.marketfinal-boundary-right article:hover,
.marketfinal-lens-wheel article:hover,
.marketfinal-output-layout article:hover,
.marketfinal-method-strip div:hover {
  transform: translateY(-4px);
  border-color: rgba(228,201,143,0.40);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.060), rgba(0,0,0,0.34));
  box-shadow:
    0 26px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.06);
}

/* RESPONSIVE */

@media (max-height: 900px) and (min-width: 1181px) {
  .marketfinal-hero,
  .marketfinal-lenses,
  .marketfinal-output {
    min-height: 92vh;
  }

  .marketfinal-hero-main h1,
  .marketfinal-boundary h2,
  .marketfinal-lenses h2,
  .marketfinal-output h2,
  .marketfinal-method h2,
  .marketfinal-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .marketfinal-lens-wheel article,
  .marketfinal-output-layout article,
  .marketfinal-method-strip div {
    min-height: 185px;
  }
}

@media (max-width: 1180px) {
  .marketfinal-page {
    width: 100%;
    margin-left: 0;
  }

  .marketfinal-hero-grid,
  .marketfinal-boundary,
  .marketfinal-lenses {
    grid-template-columns: 1fr;
  }

  .marketfinal-output-layout,
  .marketfinal-method-strip {
    grid-template-columns: 1fr 1fr;
  }

  .marketfinal-lens-wheel article:nth-child(2),
  .marketfinal-lens-wheel article:nth-child(4) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .marketfinal-hero,
  .marketfinal-boundary,
  .marketfinal-lenses,
  .marketfinal-output,
  .marketfinal-method,
  .marketfinal-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .marketfinal-topbar,
  .marketfinal-lens-wheel,
  .marketfinal-output-layout,
  .marketfinal-method-strip {
    grid-template-columns: 1fr;
  }

  .marketfinal-hero-main h1,
  .marketfinal-boundary h2,
  .marketfinal-lenses h2,
  .marketfinal-output h2,
  .marketfinal-method h2,
  .marketfinal-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .marketfinal-output-large {
    grid-row: auto;
  }
}


/* =========================================================
   MARKET ANALYSIS PAGE V6 - CORRECT SINGLE PAGE LAYOUT
   ========================================================= */

.market-analysis-page {
  width: calc(100vw - 152px);
  margin-left: 152px;
  min-height: 100vh;
  background: #050403;
  color: var(--cream);
}

.market-analysis-page section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.market-analysis-page p:not(.kicker),
.market-analysis-page article p,
.market-analysis-page div p:not(.kicker) {
  color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

.market-analysis-page h1,
.market-analysis-page h2,
.market-analysis-page h3 {
  color: rgba(237,229,215,0.92) !important;
  font-weight: 400 !important;
}

.market-analysis-page .kicker {
  color: var(--gold-2) !important;
}

/* HERO */

.ma-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
  padding: 66px 6vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.82)),
    radial-gradient(circle at 18% 26%, rgba(228,201,143,0.14), transparent 34%),
    radial-gradient(circle at 84% 64%, rgba(228,201,143,0.10), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/markets.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.16);
}

.ma-hero::before,
.ma-lens::before,
.ma-output::before,
.ma-method::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.030) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.022) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.24;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}

.ma-hero-left,
.ma-hero-right,
.ma-boundary-card,
.ma-boundary-list,
.ma-lens-heading,
.ma-lens-grid,
.ma-output-title,
.ma-output-grid,
.ma-method > *,
.ma-final > * {
  position: relative;
  z-index: 1;
}

.ma-hero h1,
.ma-boundary h2,
.ma-lens h2,
.ma-output h2,
.ma-method h2,
.ma-final h2 {
  margin: 0 0 28px;
  font-size: clamp(58px, 6vw, 118px);
  line-height: 0.86;
  letter-spacing: -0.075em;
  text-shadow:
    0 4px 28px rgba(0,0,0,0.96),
    0 0 46px rgba(228,201,143,0.08);
}

.ma-hero-left p {
  max-width: 860px;
  font-size: 17px;
  line-height: 1.72;
}

.ma-hero-left .text-link {
  margin-top: 28px;
}

.ma-hero-right {
  display: grid;
  gap: 18px;
}

.ma-hero-right div {
  min-height: 150px;
  padding: 30px 34px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.44), rgba(0,0,0,0.68));
  backdrop-filter: blur(2px);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.ma-hero-right span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

/* BOUNDARY */

.ma-boundary {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 62px;
  align-items: center;
  padding: 72px 7vw;
  background:
    radial-gradient(circle at 20% 34%, rgba(228,201,143,0.13), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.ma-boundary-card {
  padding: 46px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.64));
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
}

.ma-boundary-list {
  display: grid;
  gap: 18px;
}

.ma-boundary-list article {
  min-height: 130px;
  padding: 28px 32px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.30));
}

/* LENS */

.ma-lens {
  min-height: 98vh;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: center;
  padding: 78px 7vw;
  background:
    radial-gradient(circle at 76% 48%, rgba(228,201,143,0.13), transparent 34%),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.ma-lens-heading::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin-top: 30px;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.95), rgba(228,201,143,0.14), transparent);
}

.ma-lens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ma-lens-grid article {
  min-height: 245px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.34));
  box-shadow:
    0 24px 70px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.ma-lens-grid article:nth-child(2),
.ma-lens-grid article:nth-child(4) {
  transform: translateY(34px);
}

/* OUTPUT */

.ma-output {
  min-height: 100vh;
  padding: 78px 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.54), rgba(0,0,0,0.80)),
    radial-gradient(circle at 78% 48%, rgba(228,201,143,0.13), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/market-intel.webp") center center / cover no-repeat;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.ma-output-title {
  max-width: 1180px;
  margin-bottom: 44px;
}

.ma-output-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 18px;
}

.ma-output-grid article {
  padding: 36px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.64));
  backdrop-filter: blur(2px);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.32),
    inset 0 0 0 1px rgba(255,255,255,0.014);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ma-output-wide {
  grid-row: span 2;
}

/* METHOD */

.ma-method {
  min-height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 7vw;
  background:
    radial-gradient(circle at 22% 40%, rgba(228,201,143,0.13), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403;
  border-bottom: 1px solid rgba(228,201,143,0.14);
}

.ma-method-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 46px;
  border: 1px solid rgba(228,201,143,0.20);
  background: rgba(0,0,0,0.32);
}

.ma-method-row div {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(228,201,143,0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ma-method-row div:last-child {
  border-right: 0;
}

/* FINAL */

.ma-final {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 7vw;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.76)),
    radial-gradient(circle at 50% 42%, rgba(228,201,143,0.18), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/markets-final.webp") center center / cover no-repeat;
}

.ma-final > div {
  max-width: 1320px;
}

.ma-final p {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.68;
}

/* SHARED */

.ma-hero-right h3,
.ma-boundary-list h3,
.ma-lens-grid h3,
.ma-output-grid h3,
.ma-method-row h3 {
  margin: 0 0 12px;
  font-size: clamp(30px, 2.1vw, 44px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ma-hero-right p,
.ma-boundary-list p,
.ma-lens-grid p,
.ma-output-grid p,
.ma-method-row p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.ma-hero-right div,
.ma-boundary-list article,
.ma-lens-grid article,
.ma-output-grid article,
.ma-method-row div {
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.ma-hero-right div:hover,
.ma-boundary-list article:hover,
.ma-lens-grid article:hover,
.ma-output-grid article:hover,
.ma-method-row div:hover {
  transform: translateY(-4px);
  border-color: rgba(228,201,143,0.40);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.060), rgba(0,0,0,0.34));
  box-shadow:
    0 26px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.06);
}

/* RESPONSIVE */

@media (max-height: 900px) and (min-width: 1181px) {
  .ma-hero,
  .ma-lens,
  .ma-output {
    min-height: 92vh;
  }

  .ma-hero h1,
  .ma-boundary h2,
  .ma-lens h2,
  .ma-output h2,
  .ma-method h2,
  .ma-final h2 {
    font-size: clamp(52px, 5vw, 94px);
  }

  .ma-lens-grid article,
  .ma-output-grid article,
  .ma-method-row div {
    min-height: 185px;
  }
}

@media (max-width: 1180px) {
  .market-analysis-page {
    width: 100%;
    margin-left: 0;
  }

  .ma-hero,
  .ma-boundary,
  .ma-lens {
    grid-template-columns: 1fr;
  }

  .ma-output-grid,
  .ma-method-row {
    grid-template-columns: 1fr 1fr;
  }

  .ma-lens-grid article:nth-child(2),
  .ma-lens-grid article:nth-child(4) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .ma-hero,
  .ma-boundary,
  .ma-lens,
  .ma-output,
  .ma-method,
  .ma-final {
    min-height: auto;
    padding: 60px 24px;
  }

  .ma-lens-grid,
  .ma-output-grid,
  .ma-method-row {
    grid-template-columns: 1fr;
  }

  .ma-hero h1,
  .ma-boundary h2,
  .ma-lens h2,
  .ma-output h2,
  .ma-method h2,
  .ma-final h2 {
    font-size: 56px;
    line-height: 0.94;
  }

  .ma-output-wide {
    grid-row: auto;
  }
}


/* =========================================================
   V7 MARKET ANALYSIS HERO CENTER + CSMA BACKGROUND
   ========================================================= */

.ma-hero {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 54px !important;
  padding: 72px 5vw 76px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.80)),
    radial-gradient(circle at 50% 35%, rgba(228,201,143,0.12), transparent 36%),
    radial-gradient(circle at 82% 64%, rgba(228,201,143,0.09), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/csma.webp") center center / cover no-repeat !important;
}

.ma-hero-left {
  width: 100% !important;
  max-width: 1400px !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.ma-hero-left h1 {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.ma-hero-left p {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.ma-hero-left .text-link {
  margin-top: 28px !important;
}

.ma-hero-right {
  width: min(100%, 1500px) !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.ma-hero-right div {
  min-height: 210px !important;
  padding: 38px 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.66)) !important;
  backdrop-filter: blur(2px);
}

.ma-hero-right span {
  display: none !important;
}

.ma-hero-right h3 {
  margin: 0 0 14px !important;
  font-size: clamp(34px, 2.4vw, 50px) !important;
  text-align: center !important;
}

.ma-hero-right p {
  max-width: 420px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .ma-hero {
    gap: 38px !important;
    padding-top: 52px !important;
    padding-bottom: 54px !important;
  }

  .ma-hero h1 {
    font-size: clamp(52px, 5vw, 94px) !important;
  }

  .ma-hero-right div {
    min-height: 165px !important;
    padding: 30px !important;
  }

  .ma-hero-right h3 {
    font-size: 34px !important;
  }

  .ma-hero-right p {
    font-size: 13.5px !important;
    line-height: 1.46 !important;
  }
}

@media (max-width: 1180px) {
  .ma-hero-right {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   V8 MARKET ANALYSIS REFRAME
   Less defensive, more education / investing / crypto learning
   ========================================================= */

.ma-hero-left h1 {
  max-width: 1420px !important;
}

.ma-hero-left p {
  max-width: 1040px !important;
}

.ma-hero-right div {
  min-height: 230px !important;
}

.ma-hero-right h3 {
  margin-bottom: 16px !important;
}

.ma-hero-right p {
  max-width: 470px !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .ma-hero-right div {
    min-height: 178px !important;
  }
}


/* =========================================================
   V9 MARKET ANALYSIS BOUNDARY RESIZE + POLISH
   ========================================================= */

.ma-boundary {
  min-height: 66vh !important;
  gap: 54px !important;
  padding: 58px 7vw !important;
  align-items: center !important;
}

.ma-boundary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.020) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}

.ma-boundary > * {
  position: relative;
  z-index: 1;
}

.ma-boundary-card {
  padding: 38px 40px !important;
  min-height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.42), rgba(0,0,0,0.66)) !important;
  box-shadow:
    0 24px 72px rgba(0,0,0,0.32),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.ma-boundary-card h2 {
  font-size: clamp(44px, 4.2vw, 78px) !important;
  line-height: 0.90 !important;
  max-width: 760px !important;
  margin-bottom: 22px !important;
}

.ma-boundary-card p:not(.kicker) {
  max-width: 760px !important;
  font-size: 15px !important;
  line-height: 1.66 !important;
}

.ma-boundary-list {
  gap: 14px !important;
}

.ma-boundary-list article {
  min-height: 112px !important;
  padding: 24px 28px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.045), rgba(0,0,0,0.32)) !important;
  box-shadow:
    0 18px 52px rgba(0,0,0,0.24),
    inset 0 0 0 1px rgba(255,255,255,0.014);
}

.ma-boundary-list article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 18px;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.84), transparent);
  opacity: 0.92;
  pointer-events: none;
}

.ma-boundary-list h3 {
  margin-top: 14px !important;
  margin-bottom: 8px !important;
  font-size: clamp(28px, 1.9vw, 38px) !important;
}

.ma-boundary-list p {
  font-size: 14px !important;
  line-height: 1.52 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .ma-boundary {
    min-height: 58vh !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .ma-boundary-card {
    padding: 30px 34px !important;
  }

  .ma-boundary-card h2 {
    font-size: clamp(38px, 3.6vw, 64px) !important;
  }

  .ma-boundary-list article {
    min-height: 94px !important;
    padding: 20px 24px !important;
  }

  .ma-boundary-list article::before {
    left: 24px;
    top: 15px;
  }

  .ma-boundary-list h3 {
    margin-top: 12px !important;
    font-size: 28px !important;
  }

  .ma-boundary-list p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {

  .ma-boundary {
    min-height: auto !important;
  }
}


/* =========================================================
   V10 MARKET ANALYSIS INVESTOR UNDERSTANDING SECTION
   reframed away from tutor/education language
   ========================================================= */

.ma-investor-understanding {
  min-height: 68vh !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 54px !important;
  align-items: center !important;
  padding: 58px 7vw !important;
  background:
    radial-gradient(circle at 22% 32%, rgba(228,201,143,0.13), transparent 30%),
    radial-gradient(circle at 78% 66%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.22)),
    #050403 !important;
}

.ma-investor-understanding::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.028) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.020) 1px, transparent 1px),
    repeating-linear-gradient(
      135deg,
      transparent 0 42px,
      rgba(255,255,255,0.012) 43px,
      transparent 44px
    );
  background-size: 74px 74px, 74px 74px, auto;
  opacity: 0.24;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}

.ma-investor-understanding .ma-boundary-card {
  min-height: 470px !important;
  padding: 42px 44px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.46), rgba(0,0,0,0.68)) !important;
  border: 1px solid rgba(228,201,143,0.24) !important;
  box-shadow:
    0 26px 76px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.014) !important;
}

.ma-investor-understanding .ma-boundary-card h2 {
  max-width: 820px !important;
  font-size: clamp(44px, 4.4vw, 82px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  margin-bottom: 24px !important;
}

.ma-investor-understanding .ma-boundary-card p:not(.kicker) {
  max-width: 820px !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

.ma-investor-understanding .ma-boundary-list {
  display: grid !important;
  gap: 16px !important;
}

.ma-investor-understanding .ma-boundary-list article {
  position: relative;
  min-height: 140px !important;
  padding: 28px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background:
    linear-gradient(180deg, rgba(228,201,143,0.050), rgba(0,0,0,0.34)) !important;
  border: 1px solid rgba(228,201,143,0.23) !important;
  box-shadow:
    0 20px 58px rgba(0,0,0,0.26),
    inset 0 0 0 1px rgba(255,255,255,0.014) !important;
}

.ma-investor-understanding .ma-boundary-list article::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 22px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.94;
  pointer-events: none;
}

.ma-investor-understanding .ma-boundary-list h3 {
  margin: 18px 0 10px !important;
  font-size: clamp(30px, 2vw, 42px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

.ma-investor-understanding .ma-boundary-list p {
  max-width: 650px !important;
  font-size: 14px !important;
  line-height: 1.54 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .ma-investor-understanding {
    min-height: 60vh !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .ma-investor-understanding .ma-boundary-card {
    min-height: 390px !important;
    padding: 34px 38px !important;
  }

  .ma-investor-understanding .ma-boundary-card h2 {
    font-size: clamp(38px, 3.8vw, 68px) !important;
  }

  .ma-investor-understanding .ma-boundary-list article {
    min-height: 112px !important;
    padding: 23px 28px !important;
  }

  .ma-investor-understanding .ma-boundary-list article::before {
    left: 28px;
    top: 17px;
  }

  .ma-investor-understanding .ma-boundary-list h3 {
    margin-top: 14px !important;
    font-size: 30px !important;
  }

  .ma-investor-understanding .ma-boundary-list p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 1180px) {
  .ma-investor-understanding {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
  }

  .ma-investor-understanding .ma-boundary-card {
    min-height: auto !important;
  }
}


/* =========================================================
   V11 MARKET ANALYSIS HERO POLISH
   tighter spacing + cleaner investor narrative
   ========================================================= */

.ma-hero {
  padding-top: 58px !important;
}

.ma-hero-left h1 {
  max-width: 1500px !important;
  font-size: clamp(60px, 6vw, 118px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.068em !important;
  text-shadow:
    0 3px 22px rgba(0,0,0,0.96),
    0 0 38px rgba(228,201,143,0.07) !important;
}

.ma-hero-left p {
  max-width: 1120px !important;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.ma-hero-right {
  margin-top: 8px !important;
}

.ma-hero-right div {
  min-height: 220px !important;
  padding: 34px 32px !important;
}

.ma-hero-right h3 {
  font-size: clamp(32px, 2.2vw, 46px) !important;
  margin-bottom: 14px !important;
}

.ma-hero-right p {
  max-width: 460px !important;
  font-size: 14px !important;
  line-height: 1.56 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .ma-hero-left h1 {
    font-size: clamp(50px, 5vw, 92px) !important;
    line-height: 0.92 !important;
  }

  .ma-hero-right div {
    min-height: 176px !important;
    padding: 28px !important;
  }

  .ma-hero-right h3 {
    font-size: 30px !important;
  }

  .ma-hero-right p {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }
}


/* =========================================================
   V12 MARKET ORBIT SECTION REBUILD
   completely different centered/orbit layout
   ========================================================= */

.ma-market-orbit {
  min-height: 100vh !important;
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 90px 7vw !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(228,201,143,0.12), transparent 32%),
    radial-gradient(circle at 20% 30%, rgba(228,201,143,0.08), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(228,201,143,0.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.24)),
    #050403 !important;
}

.ma-market-orbit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.018) 1px, transparent 1px),
    repeating-linear-gradient(
      45deg,
      transparent 0 54px,
      rgba(255,255,255,0.010) 55px,
      transparent 56px
    );
  background-size: 72px 72px, 72px 72px, auto;
  opacity: 0.22;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 52%, transparent 84%);
}

.ma-market-centre,
.ma-orbit-card {
  position: relative;
  z-index: 1;
}

.ma-market-centre {
  width: min(100%, 860px);
  text-align: center;
}

.ma-market-centre h2 {
  font-size: clamp(60px, 5.4vw, 108px) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.075em !important;
  margin-bottom: 26px !important;
}

.ma-market-centre p:not(.kicker) {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px !important;
  line-height: 1.68 !important;
}

.ma-orbit-card {
  position: absolute;
  width: 420px;
  min-height: 210px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.44), rgba(0,0,0,0.68));
  backdrop-filter: blur(2px);
  box-shadow:
    0 24px 72px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.ma-orbit-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 22px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.92;
}

.ma-orbit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.40);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.060), rgba(0,0,0,0.34));
  box-shadow:
    0 30px 82px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.06);
}

.ma-orbit-card h3 {
  margin: 18px 0 12px !important;
  font-size: clamp(34px, 2.2vw, 48px) !important;
  line-height: 1 !important;
}

.ma-orbit-card p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.ma-orbit-top-left {
  top: 110px;
  left: 7vw;
}

.ma-orbit-top-right {
  top: 110px;
  right: 7vw;
}

.ma-orbit-bottom-left {
  bottom: 110px;
  left: 7vw;
}

.ma-orbit-bottom-right {
  bottom: 110px;
  right: 7vw;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .ma-market-orbit {
    min-height: 92vh !important;
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .ma-market-centre h2 {
    font-size: clamp(50px, 4.6vw, 86px) !important;
  }

  .ma-orbit-card {
    width: 360px;
    min-height: 170px;
    padding: 28px;
  }

  .ma-orbit-card::before {
    left: 28px;
    top: 18px;
  }

  .ma-orbit-card h3 {
    margin-top: 14px !important;
    font-size: 30px !important;
  }

  .ma-orbit-card p {
    font-size: 13px !important;
    line-height: 1.44 !important;
  }

  .ma-orbit-top-left,
  .ma-orbit-top-right {
    top: 82px;
  }

  .ma-orbit-bottom-left,
  .ma-orbit-bottom-right {
    bottom: 82px;
  }
}

@media (max-width: 1380px) {

  .ma-market-orbit {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .ma-market-centre {
    grid-column: span 2;
    margin-bottom: 24px;
  }

  .ma-orbit-card {
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}

@media (max-width: 760px) {

  .ma-market-orbit {
    grid-template-columns: 1fr !important;
    padding: 60px 24px !important;
  }

  .ma-market-centre {
    grid-column: auto !important;
  }

  .ma-market-centre h2 {
    font-size: 56px !important;
    line-height: 0.94 !important;
  }
}


/* =========================================================
   V13 MARKET ORBIT SECTION FIX
   clears centre text overlap + centralises cards
   ========================================================= */

.ma-market-orbit {
  min-height: 100vh !important;
  display: grid !important;
  grid-template-columns: minmax(310px, 390px) minmax(520px, 760px) minmax(310px, 390px) !important;
  grid-template-rows: auto auto !important;
  gap: 26px 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 78px 6vw !important;
}

.ma-market-centre {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  max-width: 760px !important;
  padding: 0 18px !important;
  text-align: center !important;
}

.ma-market-centre h2 {
  font-size: clamp(48px, 4.3vw, 82px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.065em !important;
  margin-bottom: 24px !important;
}

.ma-market-centre p:not(.kicker) {
  max-width: 660px !important;
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  text-align: center !important;
  text-shadow: 0 3px 18px rgba(0,0,0,0.98) !important;
}

.ma-orbit-card {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 225px !important;
  padding: 34px 30px !important;
  text-align: center !important;
  align-items: center !important;
}

.ma-orbit-top-left {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.ma-orbit-bottom-left {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.ma-orbit-top-right {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.ma-orbit-bottom-right {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.ma-orbit-card::before {
  left: 50% !important;
  top: 24px !important;
  transform: translateX(-50%) !important;
  width: 86px !important;
}

.ma-orbit-card h3 {
  width: 100% !important;
  margin: 20px 0 14px !important;
  text-align: center !important;
  font-size: clamp(32px, 2.1vw, 46px) !important;
}

.ma-orbit-card p {
  max-width: 360px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.54 !important;
}

@media (max-height: 900px) and (min-width: 1181px) {
  .ma-market-orbit {
    min-height: 92vh !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
    gap: 20px 30px !important;
  }

  .ma-market-centre h2 {
    font-size: clamp(42px, 3.7vw, 70px) !important;
    line-height: 0.95 !important;
  }

  .ma-market-centre p:not(.kicker) {
    font-size: 13.5px !important;
    line-height: 1.44 !important;
  }

  .ma-orbit-card {
    min-height: 176px !important;
    padding: 28px 24px !important;
  }

  .ma-orbit-card::before {
    top: 18px !important;
  }

  .ma-orbit-card h3 {
    margin-top: 14px !important;
    font-size: 30px !important;
  }

  .ma-orbit-card p {
    font-size: 13px !important;
    line-height: 1.40 !important;
  }
}

@media (max-width: 1380px) {
  .ma-market-orbit {
    grid-template-columns: 1fr 1fr !important;
  }

  .ma-market-centre {
    grid-column: 1 / span 2 !important;
    grid-row: 1 !important;
    max-width: 980px !important;
    margin-bottom: 14px !important;
  }

  .ma-orbit-top-left {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .ma-orbit-top-right {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .ma-orbit-bottom-left {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  .ma-orbit-bottom-right {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
}

@media (max-width: 760px) {
  .ma-market-orbit {
    grid-template-columns: 1fr !important;
    padding: 60px 24px !important;
  }

  .ma-market-centre,
  .ma-orbit-top-left,
  .ma-orbit-top-right,
  .ma-orbit-bottom-left,
  .ma-orbit-bottom-right {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ma-market-centre h2 {
    font-size: 52px !important;
    line-height: 0.96 !important;
  }
}


/* =========================================================
   V14 WICC BACKGROUND ADDITION
   ========================================================= */

.ma-market-orbit {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52), rgba(0,0,0,0.82)),
    radial-gradient(circle at 50% 50%, rgba(228,201,143,0.12), transparent 32%),
    radial-gradient(circle at 20% 30%, rgba(228,201,143,0.08), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(228,201,143,0.08), transparent 30%),
    url("assets/backgrounds/backgrounds-webp/wicc.webp") center center / cover no-repeat !important;
}


/* =========================================================
   V15 MARKET CONTENT SECTION REBUILD
   removes dead space + cleaner asymmetric structure
   ========================================================= */

.ma-market-content {
  min-height: 88vh !important;
  display: grid !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  gap: 58px !important;
  align-items: start !important;
  padding: 70px 7vw !important;
  background:
    radial-gradient(circle at 18% 28%, rgba(228,201,143,0.11), transparent 30%),
    radial-gradient(circle at 82% 66%, rgba(228,201,143,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(0,0,0,0.24)),
    #050403 !important;
}

.ma-market-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}

.ma-market-content > * {
  position: relative;
  z-index: 1;
}

.ma-market-content .ma-output-header {
  position: sticky;
  top: 80px;
}

.ma-market-content .ma-output-header h2 {
  font-size: clamp(54px, 5vw, 96px) !important;
  line-height: 0.90 !important;
  letter-spacing: -0.07em !important;
  margin-bottom: 24px !important;
}

.ma-market-content .ma-output-header p:not(.kicker) {
  max-width: 640px;
  font-size: 15px !important;
  line-height: 1.66 !important;
}

.ma-market-stream {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ma-market-stream article {
  position: relative;
  min-height: 230px;
  padding: 34px 32px;
  border: 1px solid rgba(228,201,143,0.22);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.44), rgba(0,0,0,0.68));
  backdrop-filter: blur(2px);
  box-shadow:
    0 24px 72px rgba(0,0,0,0.30),
    inset 0 0 0 1px rgba(255,255,255,0.014);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.24s ease;
}

.ma-market-stream article:hover {
  transform: translateY(-5px);
  border-color: rgba(228,201,143,0.40);
  background:
    linear-gradient(180deg, rgba(228,201,143,0.060), rgba(0,0,0,0.34));
  box-shadow:
    0 30px 82px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(228,201,143,0.06);
}

.ma-market-stream article::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 22px;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,201,143,0.86), transparent);
  opacity: 0.92;
}

.ma-market-stream span {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  color: var(--gold-2);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ma-market-stream h3 {
  margin: 0 0 14px !important;
  font-size: clamp(32px, 2vw, 44px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
}

.ma-market-stream p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.ma-stream-large {
  grid-column: span 2;
  min-height: 290px !important;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .ma-market-content {
    min-height: 78vh !important;
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .ma-market-content .ma-output-header h2 {
    font-size: clamp(46px, 4.1vw, 78px) !important;
  }

  .ma-market-stream article {
    min-height: 180px !important;
    padding: 28px !important;
  }

  .ma-stream-large {
    min-height: 220px !important;
  }

  .ma-market-stream article::before {
    left: 28px;
    top: 18px;
  }

  .ma-market-stream h3 {
    font-size: 28px !important;
  }

  .ma-market-stream p {
    font-size: 13px !important;
    line-height: 1.44 !important;
  }
}

@media (max-width: 1180px) {

  .ma-market-content {
    grid-template-columns: 1fr !important;
  }

  .ma-market-content .ma-output-header {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 760px) {

  .ma-market-content {
    padding: 60px 24px !important;
  }

  .ma-market-stream {
    grid-template-columns: 1fr !important;
  }

  .ma-stream-large {
    grid-column: auto !important;
  }

  .ma-market-content .ma-output-header h2 {
    font-size: 54px !important;
    line-height: 0.94 !important;
  }
}


/* =========================================================
   V16 MARKET CONTENT SECTION TIGHTEN
   cleaner fit + less vertical drag
   ========================================================= */

.ma-market-content {
  min-height: 78vh !important;
  grid-template-columns: 0.84fr 1.16fr !important;
  gap: 42px !important;
  padding: 54px 6vw !important;
  align-items: start !important;
}

.ma-market-content .ma-output-header {
  padding-top: 8px !important;
}

.ma-market-content .ma-output-header h2 {
  max-width: 620px !important;
  font-size: clamp(46px, 4.3vw, 82px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.065em !important;
  margin-bottom: 18px !important;
}

.ma-market-content .ma-output-header p:not(.kicker) {
  max-width: 520px !important;
  font-size: 14px !important;
  line-height: 1.56 !important;
}

.ma-market-stream {
  gap: 14px !important;
}

.ma-market-stream article {
  min-height: 176px !important;
  padding: 26px 28px !important;
}

.ma-market-stream article::before {
  left: 28px !important;
  top: 18px !important;
  width: 72px !important;
}

.ma-market-stream span {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
  font-size: 9px !important;
}

.ma-market-stream h3 {
  font-size: clamp(24px, 1.7vw, 34px) !important;
  line-height: 0.98 !important;
  margin-bottom: 10px !important;
}

.ma-market-stream p {
  font-size: 13px !important;
  line-height: 1.46 !important;
}

.ma-stream-large {
  min-height: 205px !important;
}

.ma-stream-large h3 {
  font-size: clamp(28px, 2vw, 40px) !important;
}

@media (max-height: 900px) and (min-width: 1181px) {

  .ma-market-content {
    min-height: 70vh !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .ma-market-content .ma-output-header h2 {
    font-size: clamp(40px, 3.6vw, 68px) !important;
  }

  .ma-market-stream article {
    min-height: 150px !important;
    padding: 22px 24px !important;
  }

  .ma-stream-large {
    min-height: 176px !important;
  }

  .ma-market-stream h3 {
    font-size: 24px !important;
  }

  .ma-market-stream p {
    font-size: 12px !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 1180px) {

  .ma-market-content {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .ma-market-content .ma-output-header {
    position: relative !important;
    top: auto !important;
    padding-top: 0 !important;
  }

  .ma-market-content .ma-output-header h2 {
    max-width: 900px !important;
  }
}

@media (max-width: 760px) {

  .ma-market-content {
    padding: 50px 24px !important;
  }

  .ma-market-content .ma-output-header h2 {
    font-size: 52px !important;
    line-height: 0.94 !important;
  }

  .ma-market-stream article,
  .ma-stream-large {
    min-height: auto !important;
  }
}


/* =========================================================
   V17 MOVEMENT SECTION BACKGROUND
   ========================================================= */

.ma-method {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.50), rgba(0,0,0,0.80)),
    radial-gradient(circle at 22% 40%, rgba(228,201,143,0.13), transparent 32%),
    radial-gradient(circle at 78% 60%, rgba(228,201,143,0.08), transparent 34%),
    url("assets/backgrounds/backgrounds-webp/movement.webp") center center / cover no-repeat !important;
}

.ma-method::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(228,201,143,0.024) 1px, transparent 1px),
    linear-gradient(180deg, rgba(228,201,143,0.018) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 0 48%, transparent 82%);
}


/* =========================================================
   SITE-WIDE ANTI-FLICKER / SMOOTH PAGE TRANSITIONS
   ========================================================= */

html {
  background: #050403 !important;
}

body {
  background: #050403 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

img,
.portrait-image,
.intro-panel,
.operate-panel,
.chapter,
.music-roots-panel,
.business-help-panel,
.page,
.contact-page,
.shop-page,
.legal-page {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

a {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  body,
  ::view-transition-old(root),
  ::view-transition-new(root) {
    transition: none !important;
    animation: none !important;
  }
}


/* =========================================================
   V3 SOFT NAV STABILITY
   Keeps current page visible while the next page is swapped in.
   ========================================================= */

html,
body {
  background: #050403 !important;
}

body {
  opacity: 1 !important;
}

.wsf-page-snapshot * {
  pointer-events: none !important;
}

/* =========================================================
   ANTI-FLICKER PATCH v2
   Replaces the previous patch. Paste at the bottom of
   style.css (remove the previous patch first if you added it).
   ========================================================= */

/* Lock the page background so it never flashes white. */
html {
  background: #050403;
}

body {
  background: #050403;
}

/* Hold the page hidden until the image-decode warmup
   completes. The .wsf-ready class is added by script.js
   once all images have decoded, or after an 800ms safety
   timeout, whichever comes first. */
html:not(.wsf-ready) body {
  opacity: 0;
}

html.wsf-ready body {
  opacity: 1;
  transition: opacity 120ms ease;
}

/* View transition crossfade tuning. */
::view-transition-group(root) {
  animation-duration: 200ms;
}

::view-transition-old(root) {
  animation: wsf-fade-out 200ms ease both;
}

::view-transition-new(root) {
  animation: wsf-fade-in 200ms ease both;
}

@keyframes wsf-fade-out {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@keyframes wsf-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Respect reduced-motion preference. */
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }

  html:not(.wsf-ready) body {
    opacity: 1;
  }
}
/* =========================================================
   V5 MOBILE / TABLET CLEANUP
   Keeps the finished desktop design intact, but stops the
   mobile view trying to squash the full desktop sidebar.
   ========================================================= */

@media (max-width: 1180px) {
  html,
  body {
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .side-rail {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 74px !important;
    z-index: 50 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 14px 22px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.24) !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.98), rgba(5,4,3,0.94)) !important;
    backdrop-filter: blur(12px) !important;
  }

  .signature-mark {
    flex: 0 0 auto !important;
    width: 138px !important;
    height: 42px !important;
    margin: 0 !important;
  }

  .signature-mark img {
    max-width: 138px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  .rail-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .rail-nav::-webkit-scrollbar {
    display: none !important;
  }

  .rail-nav a {
    flex: 0 0 auto !important;
    padding: 8px 0 !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .rail-nav a::before {
    display: none !important;
  }

  .market-pulse,
  .sidebar-clocks,
  .social-stack {
    display: none !important;
  }

  .one-page {
    width: 100% !important;
    min-height: 100vh !important;
    height: auto !important;
    margin-left: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  .hero-row,
  .chapter-row,
  .bottom-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .intro-panel,
  .portrait-panel,
  .operate-panel,
  .chapter,
  .journey-panel,
  .podcast-feature {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.20) !important;
  }

  .intro-panel {
    min-height: 560px !important;
    padding: 72px 8vw 56px !important;
    justify-content: flex-end !important;
    background-position: center center !important;
  }

  .intro-panel::before {
    width: 100% !important;
    background: linear-gradient(90deg, rgba(0,0,0,0.46), rgba(0,0,0,0.14)) !important;
  }

  .intro-panel h1 {
    max-width: 620px !important;
    font-size: clamp(58px, 11vw, 108px) !important;
    line-height: 0.88 !important;
    letter-spacing: -0.075em !important;
  }

  .intro-copy {
    max-width: 560px !important;
    font-size: 15px !important;
    line-height: 1.52 !important;
  }

  .portrait-panel {
    min-height: 620px !important;
    height: auto !important;
  }

  .portrait-image {
    background-position: center center !important;
  }

  .operate-panel {
    min-height: auto !important;
    padding: 58px 8vw !important;
  }

  .chapter {
    min-height: 260px !important;
    padding: 48px 8vw !important;
  }

  .journey-panel,
  .podcast-feature,
  .business-help-panel {
    min-height: auto !important;
    padding: 52px 8vw !important;
  }
}

@media (max-width: 760px) {
  .side-rail {
    min-height: 68px !important;
    padding: 12px 16px !important;
    gap: 12px !important;
  }

  .signature-mark {
    width: 116px !important;
    height: 36px !important;
  }

  .signature-mark img {
    max-width: 116px !important;
    max-height: 36px !important;
  }

  .rail-nav {
    justify-content: flex-end !important;
    gap: 14px !important;
  }

  .rail-nav a {
    font-size: 9px !important;
    letter-spacing: 0.15em !important;
  }

  .intro-panel {
    min-height: 560px !important;
    padding: 62px 24px 46px !important;
  }

  .intro-panel h1,
  h1 {
    font-size: clamp(56px, 17vw, 82px) !important;
    line-height: 0.88 !important;
  }

  .intro-copy {
    font-size: 14px !important;
    line-height: 1.48 !important;
  }

  .portrait-panel {
    min-height: 520px !important;
  }

  .portrait-signature-png {
    width: 170px !important;
    right: 18px !important;
    bottom: 18px !important;
  }

  .operate-panel,
  .chapter,
  .journey-panel,
  .podcast-feature,
  .business-help-panel {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 430px) {
  .side-rail {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .rail-nav {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .intro-panel {
    min-height: 540px !important;
  }

  .portrait-panel {
    min-height: 470px !important;
  }
}

/* =========================================================
   V6 MOBILE HEADER ORDER FIX
   Mobile/tablet only. Desktop layout untouched.
   ========================================================= */

@media (max-width: 1180px) {
  .side-rail {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 18px 7vw 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(228,201,143,0.22) !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.98), rgba(5,4,3,0.95)) !important;
  }

  .rail-nav {
    order: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 4vw, 38px) !important;
    overflow: visible !important;
  }

  .rail-nav a {
    flex: 0 0 auto !important;
    padding: 4px 0 !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .rail-nav a::before {
    display: none !important;
  }

  .signature-mark {
    order: 2 !important;
    width: 190px !important;
    height: 58px !important;
    margin: 2px 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .signature-mark img {
    max-width: 190px !important;
    max-height: 58px !important;
    object-fit: contain !important;
  }

  .market-pulse {
    display: none !important;
  }

  .sidebar-clocks {
    order: 3 !important;
    width: min(100%, 760px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .world-clock {
    min-height: 76px !important;
    padding: 12px 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(228,201,143,0.24) !important;
    background:
      linear-gradient(180deg, rgba(228,201,143,0.035), rgba(0,0,0,0.02)),
      rgba(0,0,0,0.22) !important;
  }

  .watch-face,
  .small-watch {
    display: none !important;
  }

  .clock-time {
    display: block !important;
    margin: 0 !important;
    color: var(--cream) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(18px, 3.4vw, 28px) !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
  }

  .clock-place {
    color: rgba(228,201,143,0.90) !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    letter-spacing: 0.24em !important;
    text-align: center !important;
  }

  .one-page {
    margin-left: 0 !important;
  }
}

@media (max-width: 760px) {
  .side-rail {
    padding: 16px 18px 18px !important;
    gap: 15px !important;
  }

  .rail-nav {
    justify-content: center !important;
    gap: 18px !important;
  }

  .rail-nav a {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
  }

  .signature-mark {
    width: 162px !important;
    height: 50px !important;
  }

  .signature-mark img {
    max-width: 162px !important;
    max-height: 50px !important;
  }

  .sidebar-clocks {
    gap: 8px !important;
  }

  .world-clock {
    min-height: 68px !important;
    padding: 10px 6px !important;
  }

  .clock-time {
    font-size: clamp(15px, 4.3vw, 22px) !important;
  }

  .clock-place {
    font-size: 7px !important;
    letter-spacing: 0.18em !important;
  }
}

@media (max-width: 430px) {
  .side-rail {
    align-items: center !important;
    padding: 14px 14px 16px !important;
  }

  .rail-nav {
    justify-content: center !important;
    gap: 14px !important;
  }

  .rail-nav a {
    font-size: 8px !important;
    letter-spacing: 0.14em !important;
  }

  .sidebar-clocks {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .world-clock {
    min-height: 58px !important;
  }
}

/* =========================================================
   V7 REAL PHONE HEADER + CACHE FIX
   Phone-only overrides. Desktop/tablet layout above this is untouched.
   ========================================================= */

@media (max-width: 480px) {
  .side-rail {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px 12px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .rail-nav {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .rail-nav a {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: 0.15em !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .signature-mark {
    order: 2 !important;
    width: 172px !important;
    height: 48px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .signature-mark img {
    width: 172px !important;
    max-width: 172px !important;
    height: auto !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .market-pulse,
  .social-stack {
    display: none !important;
  }

  .sidebar-clocks {
    order: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .world-clock {
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 8px 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    overflow: hidden !important;
  }

  .clock-time {
    font-size: clamp(12px, 4.3vw, 17px) !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
  }

  .clock-place {
    font-size: 6px !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
    white-space: nowrap !important;
  }

  .one-page {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .intro-panel {
    min-height: calc(100svh - 170px) !important;
    padding: 52px 24px 44px !important;
    justify-content: flex-end !important;
  }

  .intro-panel h1,
  h1 {
    font-size: clamp(52px, 16vw, 74px) !important;
    line-height: 0.88 !important;
    letter-spacing: -0.075em !important;
  }

  .intro-copy {
    font-size: 13px !important;
    line-height: 1.48 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 360px) {
  .rail-nav {
    gap: 11px !important;
  }

  .rail-nav a {
    font-size: 7px !important;
    letter-spacing: 0.13em !important;
  }

  .signature-mark,
  .signature-mark img {
    width: 154px !important;
  }

  .sidebar-clocks {
    gap: 5px !important;
  }

  .clock-time {
    font-size: 11px !important;
  }

  .clock-place {
    font-size: 5.5px !important;
    letter-spacing: 0.12em !important;
  }
}
