/* BRANDING PAGE */
.branding-page {
  --brand-gold: #E2A850;
  --brand-rose: #E66D53;
  --brand-ink: #C58AFF;
  --brand-soft: rgba(226,168,80,.13);
  --brand-glow: rgba(226,168,80,.28);
}

.branding-page .section {
  overflow: hidden;
}

.branding-page .display em,
.brand-hero h1 em {
  color: var(--brand-gold);
}

.branding-page .section-head.centered {
  max-width: 900px;
  margin: 0 auto 4rem;
  text-align: center;
}

.branding-page .section-head.centered .section-label {
  justify-content: center;
}

.brand-hero {
  min-height: 94vh;
  padding: 140px 0 96px;
}

.brand-hero::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(226,168,80,.19), transparent 31%),
    radial-gradient(circle at 18% 80%, rgba(200,50,28,.15), transparent 34%),
    radial-gradient(circle at 62% 62%, rgba(197,138,255,.08), transparent 36%);
}

.brand-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.brand-hero-copy {
  max-width: 800px;
}

.brand-hero h1 {
  max-width: 9ch;
}

.brand-hero h1 em {
  display: block;
  font-style: italic;
}

.brand-hero-copy p {
  max-width: 780px;
}

.brand-prism {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.brand-prism::before {
  content: "";
  position: absolute;
  inset: 8% 6% 4%;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 48%, var(--brand-soft), transparent 58%),
    linear-gradient(135deg, transparent 0 25%, rgba(226,168,80,.14) 25% 26%, transparent 26% 100%);
  filter: blur(2px);
}

.brand-sheet {
  position: absolute;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.014)),
    rgba(8,7,6,.74);
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  backdrop-filter: blur(16px);
}

.brand-sheet span {
  display: block;
  color: var(--brand-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.brand-sheet strong {
  display: block;
  color: var(--white);
  font-family: var(--font-d);
  font-weight: 500;
}

.sheet-main {
  left: 50%;
  top: 50%;
  width: min(370px, 76vw);
  min-height: 300px;
  padding: 2rem;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.sheet-main strong {
  margin-top: 4.5rem;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .82;
}

.palette-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .65rem;
  margin-top: 2rem;
}

.palette-row i {
  height: 44px;
  border: 1px solid rgba(255,255,255,.1);
}

.palette-row i:nth-child(1) { background: var(--red); }
.palette-row i:nth-child(2) { background: var(--brand-gold); }
.palette-row i:nth-child(3) { background: var(--brand-ink); }
.palette-row i:nth-child(4) { background: var(--white); }

.sheet-logo {
  left: 2%;
  top: 12%;
  width: 170px;
  min-height: 170px;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  text-align: center;
  transform: rotate(7deg);
}

.sheet-logo img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.sheet-type {
  right: 2%;
  top: 8%;
  width: 180px;
  min-height: 170px;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  text-align: center;
  transform: rotate(-8deg);
}

.sheet-type strong {
  font-size: 5rem;
  line-height: .9;
}

.sheet-message {
  right: 6%;
  bottom: 8%;
  width: 250px;
  padding: 1.4rem;
  transform: rotate(5deg);
}

.sheet-message p {
  margin-top: .85rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.brand-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(226,168,80,.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-one {
  width: min(520px, 92vw);
  aspect-ratio: 1;
}

.orbit-two {
  width: min(340px, 70vw);
  aspect-ratio: 1;
  border-color: rgba(200,50,28,.16);
}

.brand-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: end;
}

.brand-intro-copy {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(226,168,80,.08), rgba(255,255,255,.014)),
    rgba(255,255,255,.024);
}

.brand-intro-copy::before {
  content: "";
  position: absolute;
  inset: 1rem auto 1rem 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand-gold), var(--red2));
}

.brand-intro-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.brand-intro-copy p + p {
  margin-top: 1rem;
}

.brand-axis {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
}

.brand-axis::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  bottom: 2rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(226,168,80,.35), transparent);
}

.axis-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  min-height: 250px;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(226,168,80,.07), transparent 42%),
    rgba(255,255,255,.024);
}

.axis-item:nth-child(even) {
  margin-top: 4rem;
}

.axis-icon {
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.04);
}

.axis-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.axis-item span {
  color: var(--brand-gold);
  font-family: var(--font-d);
  font-size: 1.45rem;
}

.axis-item h3 {
  margin-top: .4rem;
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.55rem;
  font-weight: 500;
}

.axis-item p {
  margin-top: .8rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.75;
}

.extended-branding {
  background:
    radial-gradient(circle at 72% 34%, rgba(226,168,80,.10), transparent 34%),
    var(--bg2);
}

.extended-branding-grid {
  display: grid;
  grid-template-columns: minmax(520px, .86fr) minmax(560px, 1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.extended-copy {
  position: sticky;
  top: 112px;
  align-self: start;
  justify-self: start;
  max-width: 520px;
}

.extended-copy .display {
  max-width: 8.8ch;
  font-size: clamp(4.2rem, 4.8vw, 5.8rem);
  line-height: .86;
  text-wrap: balance;
}

.extended-copy p {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

.touchpoint-map {
  position: relative;
  min-height: 720px;
  border: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 50% 50%, rgba(226,168,80,.08), transparent 34%),
    linear-gradient(90deg, rgba(255,255,255,.025), transparent);
  overflow: visible;
}

.touchpoint-map::before,
.touchpoint-map::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(226,168,80,.16);
  border-radius: 50%;
}

.touchpoint-map::after {
  inset: 29%;
  border-color: rgba(200,50,28,.16);
}

.touchpoint {
  position: absolute;
  width: 250px;
  min-height: 230px;
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(8,7,6,.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0,0,0,.36);
  transition:
    opacity .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .25s ease,
    background .25s ease;
}

.touchpoint:focus-visible {
  outline: 2px solid rgba(226,168,80,.72);
  outline-offset: 4px;
}

.touchpoint img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.touchpoint h3 {
  margin-top: .85rem;
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.touchpoint p {
  margin-top: .65rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65;
}

.touchpoint-1 { left: 6%; top: 7%; }
.touchpoint-2 { right: 6%; top: 10%; }
.touchpoint-3 { left: 36%; top: 35%; }
.touchpoint-4 { left: 7%; bottom: 8%; }
.touchpoint-5 { right: 8%; bottom: 10%; }

@media (min-width: 901px) {
  .touchpoint {
    z-index: 2;
    cursor: pointer;
    opacity: .68;
  }

  .touchpoint:hover {
    opacity: .88;
    border-color: rgba(226,168,80,.22);
  }

  .touchpoint.is-active {
    z-index: 12;
    opacity: 1;
    border-color: rgba(226,168,80,.36);
    background:
      linear-gradient(145deg, rgba(226,168,80,.10), rgba(255,255,255,.018)),
      rgba(8,7,6,.94);
    box-shadow:
      0 34px 96px rgba(0,0,0,.66),
      0 0 0 1px rgba(226,168,80,.08),
      0 0 58px rgba(226,168,80,.10);
    transform: translateY(-18px) scale(1.045);
  }

  .touchpoint.is-active h3,
  .touchpoint.is-active p {
    color: var(--white);
  }
}

.brand-why {
  background: var(--bg);
}

.brand-compass {
  position: relative;
  min-height: 720px;
  margin-top: 4rem;
}

.brand-compass::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(226,168,80,.15);
  border-radius: 50%;
}

.compass-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle, rgba(226,168,80,.12), rgba(8,7,6,.88) 68%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.compass-core::before {
  content: "";
  position: absolute;
  inset: 20%;
  background: url("/assets/images/site-logo.webp") center / contain no-repeat;
  opacity: .08;
  filter: grayscale(1) contrast(1.2);
  pointer-events: none;
}

.compass-core span {
  position: relative;
  z-index: 1;
  color: var(--brand-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.compass-core strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
  font-family: var(--font-d);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: .95;
}

.compass-point {
  position: absolute;
  width: min(340px, 42vw);
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(226,168,80,.075), rgba(255,255,255,.014)),
    rgba(8,7,6,.72);
}

.compass-point span {
  color: var(--brand-gold);
  font-family: var(--font-d);
  font-size: 1.7rem;
}

.compass-point h3 {
  margin-top: .6rem;
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.15;
}

.compass-point p {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.72;
}

.point-1 { left: 0; top: 8%; }
.point-2 { right: 0; top: 12%; }
.point-3 { left: 0; bottom: 10%; }
.point-4 { right: 0; bottom: 7%; }

.brand-section-cta {
  margin-top: 1rem;
}

.brand-newsletter {
  background:
    radial-gradient(circle at 80% 30%, rgba(226,168,80,.13), transparent 32%),
    var(--bg2);
}

.brand-newsletter-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(135deg, rgba(226,168,80,.10), rgba(200,50,28,.05)),
    rgba(255,255,255,.025);
}

.brand-newsletter h2 {
  color: var(--white);
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: .95;
}

.brand-newsletter p {
  max-width: 620px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.brand-newsletter-form {
  padding-left: 2rem;
  border-left: 1px solid rgba(226,168,80,.26);
}

.brand-newsletter-form label {
  display: block;
  margin-bottom: .7rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brand-input-row {
  display: flex;
  gap: .75rem;
}

.brand-input-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(8,7,6,.72);
  color: var(--white);
  font: inherit;
  outline: none;
}

.brand-input-row input:focus {
  border-color: rgba(226,168,80,.48);
  box-shadow: 0 0 0 3px rgba(226,168,80,.12);
}

@media (max-width: 1180px) {
  .brand-hero-grid,
  .brand-intro-grid,
  .extended-branding-grid {
    grid-template-columns: 1fr;
  }

  .extended-copy {
    position: relative;
    top: auto;
    max-width: min(100%, 920px);
  }

  .extended-copy .display {
    max-width: min(100%, 920px);
    font-size: clamp(3rem, 6.2vw, 4.75rem);
    line-height: .9;
  }
}

@media (max-width: 900px) {
  .brand-hero {
    padding: 120px 0 78px;
  }

  .brand-prism {
    min-height: 620px;
  }

  .brand-axis {
    grid-template-columns: 1fr;
  }

  .brand-axis::before {
    display: none;
  }

  .axis-item:nth-child(even) {
    margin-top: 0;
  }

  .touchpoint-map {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    border: 0;
    background: transparent;
  }

  .touchpoint-map::before,
  .touchpoint-map::after {
    display: none;
  }

  .touchpoint {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
  }

  .brand-compass {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .brand-compass::before,
  .compass-core {
    display: none;
  }

  .compass-point {
    position: relative;
    inset: auto;
    width: auto;
  }

  .brand-newsletter-shell {
    grid-template-columns: 1fr;
  }

  .brand-newsletter-form {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .brand-hero h1 {
    font-size: clamp(4rem, 21vw, 6.2rem);
  }

  .brand-prism {
    min-height: 680px;
  }

  .sheet-main,
  .sheet-logo,
  .sheet-type,
  .sheet-message {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: auto;
    margin-bottom: 1rem;
    transform: none;
  }

  .sheet-main strong {
    margin-top: 2rem;
  }

  .brand-orbit {
    display: none;
  }

  .axis-item {
    grid-template-columns: 1fr;
  }

  .touchpoint-map {
    grid-template-columns: 1fr;
  }

  .brand-input-row {
    flex-direction: column;
  }
}
