:root {
  --bg: #090b10;
  --bg-soft: #10141d;
  --panel: rgba(255,255,255,.055);
  --line: rgba(255,255,255,.12);
  --text: #f7f8fb;
  --muted: #a4a9b4;
  --cyan: #5be7ff;
  --coral: #ff765f;
  --lime: #b8ff6a;
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(91,231,255,.08), transparent 34rem),
    radial-gradient(circle at 92% 15%, rgba(255,118,95,.08), transparent 28rem),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  z-index: -2;
}
.noise {
  position: fixed;
  inset: 0;
  opacity: .14;
  pointer-events: none;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
.section { width: min(100% - 40px, var(--max)); margin: 0 auto; }
.eyebrow {
  font: 700 12px/1 Inter, sans-serif;
  letter-spacing: .22em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 18px;
}
h1,h2,h3 { margin: 0; font-family: "Barlow Condensed", Inter, sans-serif; letter-spacing: -.02em; }
h2 { font-size: clamp(42px, 7vw, 78px); line-height: .95; }
p { color: var(--muted); line-height: 1.75; }
.muted { color: var(--muted); }

.site-header {
  position: fixed;
  z-index: 50;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: min(calc(100% - 28px), 1180px);
  height: 66px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(9,11,16,.66);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  font: 800 14px/1 "Barlow Condensed";
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #d7fbff);
  box-shadow: 0 0 30px rgba(91,231,255,.22);
}
.brand-name {
  font: 800 18px/1 "Barlow Condensed";
  letter-spacing: .12em;
}
.nav { display: flex; gap: 28px; }
.nav a {
  font-size: 13px;
  color: #c8cbd3;
  transition: color .2s ease;
}
.nav a:hover { color: white; }
.menu-btn { display: none; }

.hero {
  min-height: 100svh;
  padding: 155px 0 80px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  position: relative;
}
.hero-copy { position: relative; z-index: 3; }
.hero h1 {
  font-size: clamp(92px, 15vw, 190px);
  line-height: .72;
  letter-spacing: -.055em;
}
.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--coral);
  text-shadow: 0 0 38px rgba(255,118,95,.16);
}
.hero-tag {
  max-width: 650px;
  font-size: clamp(18px, 2.1vw, 25px);
  margin: 34px 0 32px;
  color: #d9dce4;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.btn-primary {
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #aaf4ff);
  box-shadow: 0 12px 32px rgba(91,231,255,.16);
}
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.035); }

.hero-art { display: flex; justify-content: flex-end; position: relative; z-index: 2; }
.art-shell {
  width: min(100%, 475px);
  aspect-ratio: .8;
  padding: 1px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(91,231,255,.65), rgba(255,255,255,.07), rgba(255,118,95,.35));
  box-shadow: 0 38px 120px rgba(0,0,0,.55);
  transform: rotate(3deg);
}
.art-card {
  width: 100%; height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 33px;
  padding: 28px;
  background:
    radial-gradient(circle at 65% 35%, rgba(91,231,255,.18), transparent 20%),
    radial-gradient(circle at 30% 70%, rgba(255,118,95,.13), transparent 30%),
    linear-gradient(150deg, #10141c, #050609 68%);
}
.art-card::before {
  content:"";
  position:absolute;
  left:-20%; right:-20%; top:46%;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--cyan), white, var(--coral), transparent);
  box-shadow:0 0 40px rgba(91,231,255,.5);
  transform: rotate(-7deg);
}
.art-card::after {
  content:"";
  position:absolute;
  width:70%; aspect-ratio:1;
  left:15%; top:18%;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  box-shadow:
    0 0 0 30px rgba(255,255,255,.02),
    0 0 0 70px rgba(255,255,255,.012);
}
.art-top,.art-bottom { position:absolute; left:28px; right:28px; z-index:2; font:700 12px Inter; letter-spacing:.22em; }
.art-top { top:28px; color:var(--cyan); }
.art-bottom { bottom:28px; color:#b4b8c2; text-align:right; }
.art-title {
  position:absolute; left:28px; right:28px; bottom:80px; z-index:2;
  font:600 clamp(26px,3.3vw,44px)/.95 "Barlow Condensed";
}
.art-title span,.art-title strong { display:block; }
.art-title strong { font-size:1.24em; color:white; }

.hero-glow { position:absolute; filter:blur(100px); border-radius:50%; pointer-events:none; }
.hero-glow-one { width:340px; height:340px; background:rgba(91,231,255,.10); right:12%; top:18%; }
.hero-glow-two { width:280px; height:280px; background:rgba(255,118,95,.09); right:4%; bottom:10%; }
.scroll-cue {
  position:absolute; bottom:24px; left:0;
  display:flex; align-items:center; gap:12px;
  color:#767b87; font-size:10px; letter-spacing:.22em;
}
.scroll-cue i { width:70px; height:1px; background:linear-gradient(90deg,#777,transparent); }

.release { padding: 140px 0; }
.section-head { max-width: 820px; margin-bottom: 56px; }
.section-head p { font-size: 18px; max-width: 680px; }
.release-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:64px; align-items:center; }
.release-visual { display:flex; justify-content:center; }
.cover {
  width:min(100%,480px); aspect-ratio:1;
  padding:28px;
  display:flex; flex-direction:column;
  position:relative; overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 70% 30%, rgba(91,231,255,.18), transparent 20%),
    radial-gradient(circle at 35% 74%, rgba(255,118,95,.15), transparent 28%),
    linear-gradient(155deg,#151a25,#06070a 70%);
  box-shadow:0 30px 90px rgba(0,0,0,.42);
}
.cover::after {
  content:"";
  position:absolute; inset:14%;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  box-shadow:0 0 0 36px rgba(255,255,255,.018), 0 0 0 76px rgba(255,255,255,.009);
}
.cover-label,.cover-date { position:relative; z-index:2; font:700 11px Inter; letter-spacing:.19em; color:#b7bbc5; }
.cover-line {
  position:absolute; left:-10%; right:-10%; top:48%; height:1px; z-index:1;
  background:linear-gradient(90deg,transparent,var(--cyan),white,var(--coral),transparent);
  transform:rotate(-9deg);
  box-shadow:0 0 30px rgba(91,231,255,.5);
}
.cover-title {
  margin-top:auto; margin-bottom:18px; z-index:2;
  font:600 clamp(31px,4vw,48px)/.9 "Barlow Condensed";
}
.cover-title strong { color:white; }
.release-meta { display:flex; gap:10px; margin-bottom:22px; }
.release-meta span {
  padding:8px 10px; border:1px solid var(--line); border-radius:999px;
  font-size:10px; letter-spacing:.16em; color:#b9bdc6;
}
.release-info h3 { font-size:clamp(38px,5vw,64px); }
.platform-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:32px 0; }
.platform,.social {
  min-height:68px; padding:0 18px;
  border:1px solid var(--line); border-radius:16px;
  background:var(--panel);
  display:flex; align-items:center; justify-content:space-between;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.platform span,.social span { font-weight:700; }
.platform b,.social b { font-size:11px; color:#767b86; font-weight:600; }
.platform:not(.disabled):hover,.social:not(.disabled):hover {
  transform:translateY(-2px); border-color:rgba(91,231,255,.45); background:rgba(91,231,255,.07);
}
.disabled { cursor:not-allowed; opacity:.62; }
.countdown-wrap { margin-top:34px; padding-top:26px; border-top:1px solid var(--line); }
.countdown-label { font-size:10px; letter-spacing:.18em; color:#777c87; margin-bottom:14px; }
.countdown { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.countdown div {
  border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.025);
  padding:16px 12px;
}
.countdown strong { display:block; font:700 30px/1 "Barlow Condensed"; }
.countdown span { display:block; margin-top:6px; color:#777c87; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }

.statement { padding:120px 0; }
.statement-inner {
  padding:72px clamp(24px,6vw,72px);
  border:1px solid var(--line); border-radius:var(--radius);
  background:
    linear-gradient(120deg,rgba(91,231,255,.07),transparent 35%),
    linear-gradient(310deg,rgba(255,118,95,.06),transparent 35%),
    rgba(255,255,255,.02);
}
blockquote {
  margin:0;
  max-width:1000px;
  font:700 clamp(42px,7vw,86px)/.94 "Barlow Condensed";
  letter-spacing:-.03em;
}

.about { padding:110px 0 150px; }
.about-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:center; }
.about-copy p { font-size:17px; max-width:700px; }
.about-card {
  min-height:420px; padding:26px;
  display:flex; flex-direction:column; justify-content:space-between;
  border:1px solid var(--line); border-radius:28px;
  background:linear-gradient(155deg,#151a25,#080a0e);
}
.about-card-top,.about-card-bottom { display:flex; justify-content:space-between; color:#8c919c; font-size:10px; letter-spacing:.18em; }
.signal { height:170px; display:flex; gap:7px; align-items:center; justify-content:center; }
.signal span { width:7px; border-radius:999px; background:linear-gradient(to top,var(--coral),var(--cyan)); box-shadow:0 0 22px rgba(91,231,255,.18); }
.signal span:nth-child(1),.signal span:nth-child(15){height:18%}
.signal span:nth-child(2),.signal span:nth-child(14){height:34%}
.signal span:nth-child(3),.signal span:nth-child(13){height:58%}
.signal span:nth-child(4),.signal span:nth-child(12){height:40%}
.signal span:nth-child(5),.signal span:nth-child(11){height:75%}
.signal span:nth-child(6),.signal span:nth-child(10){height:48%}
.signal span:nth-child(7),.signal span:nth-child(9){height:92%}
.signal span:nth-child(8){height:64%}

.connect { padding:110px 0 140px; }
.social-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.social { min-height:92px; border-radius:20px; }
.social span { font-family:"Barlow Condensed"; font-size:24px; }

.merch { padding:0 0 140px; }
.merch-panel {
  display:grid; grid-template-columns:1fr auto; gap:40px; align-items:center;
  padding:clamp(28px,5vw,58px);
  border:1px solid var(--line); border-radius:var(--radius);
  background:
    radial-gradient(circle at 85% 30%,rgba(255,118,95,.12),transparent 25%),
    linear-gradient(135deg,rgba(91,231,255,.05),rgba(255,255,255,.02));
}
.merch-panel p { max-width:700px; font-size:16px; }
.merch-badge {
  width:150px; aspect-ratio:1; border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  display:grid; place-items:center; align-content:center;
  background:rgba(255,255,255,.025);
  transform:rotate(8deg);
}
.merch-badge span { font-size:10px; letter-spacing:.2em; color:#8d929d; }
.merch-badge strong { font:800 34px "Barlow Condensed"; color:var(--coral); }

footer {
  width:min(calc(100% - 40px),var(--max)); margin:0 auto;
  padding:38px 0 48px;
  border-top:1px solid var(--line);
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px;
}
footer p { margin:0; font-size:11px; color:#727782; }
.footer-note { text-align:right; letter-spacing:.14em; text-transform:uppercase; }

.reveal {
  opacity:0; transform:translateY(18px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .hero { grid-template-columns:1fr; gap:70px; padding-top:140px; }
  .hero-art { justify-content:center; }
  .art-shell { width:min(82vw,470px); }
  .release-grid,.about-grid { grid-template-columns:1fr; gap:48px; }
  .social-grid { grid-template-columns:1fr 1fr; }
  .merch-panel { grid-template-columns:1fr; }
  .merch-badge { width:120px; }
}

@media (max-width: 720px) {
  .site-header { height:58px; }
  .brand-mark { width:34px; height:34px; }
  .menu-btn {
    display:flex; width:38px; height:38px; border:0; background:transparent;
    flex-direction:column; justify-content:center; gap:6px; padding:8px;
  }
  .menu-btn span { display:block; height:1px; width:100%; background:#fff; }
  .nav {
    position:absolute; top:68px; left:0; right:0;
    display:none; flex-direction:column; gap:0;
    padding:10px;
    border:1px solid var(--line); border-radius:20px;
    background:rgba(9,11,16,.96); backdrop-filter:blur(16px);
  }
  .nav.open { display:flex; }
  .nav a { padding:15px 12px; border-bottom:1px solid rgba(255,255,255,.07); }
  .nav a:last-child { border-bottom:0; }
  .hero h1 { font-size:clamp(88px,30vw,140px); }
  .hero-tag { font-size:18px; }
  .section { width:min(100% - 28px,var(--max)); }
  .release,.statement,.about,.connect { padding-top:90px; padding-bottom:90px; }
  .platform-grid,.social-grid { grid-template-columns:1fr; }
  .countdown { gap:6px; }
  .countdown div { padding:13px 8px; }
  .countdown strong { font-size:25px; }
  .statement-inner { padding:44px 24px; }
  footer { width:min(calc(100% - 28px),var(--max)); grid-template-columns:1fr; }
  .footer-note { text-align:left; }
}


/* ===== Official Rebel J branding ===== */
.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 201, 82, .45);
  box-shadow: 0 0 24px rgba(255, 183, 45, .15);
}

.real-cover-shell {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 192, 73, .55), rgba(255,255,255,.08), rgba(255,118,95,.30));
}

.hero-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 33px;
}

.real-release-cover {
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1;
  background: none;
}

.real-release-cover::after,
.real-release-cover::before {
  display: none;
}

.real-release-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.release-cta {
  margin-top: 8px;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 36px;
    height: 36px;
  }
  .art-shell {
    width: min(88vw, 470px);
    transform: rotate(1.5deg);
  }
}


/* ===== V3 MOBILE POLISH ===== */
#music, #about, #connect, #merch {
  scroll-margin-top: 92px;
}

@media (max-width: 720px) {
  /* Keep the artist bar in the document flow so it doesn't cover section copy. */
  .site-header {
    position: sticky;
    top: 8px;
    left: auto;
    transform: none;
    width: calc(100% - 28px);
    margin: 8px 14px 0;
    height: 58px;
    background: rgba(9, 11, 16, .92);
    box-shadow: 0 10px 34px rgba(0, 0, 0, .35);
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
    gap: 48px;
  }

  .hero h1 {
    line-height: .76;
  }

  .hero-tag {
    margin-top: 26px;
    margin-bottom: 26px;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-cue {
    display: none;
  }

  .release,
  .statement,
  .about,
  .connect {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .section-head p,
  .about-copy p,
  .merch-panel p {
    font-size: 16px;
    line-height: 1.62;
  }

  .release-grid,
  .about-grid {
    gap: 38px;
  }

  .platform,
  .social {
    min-height: 76px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .social span {
    font-size: 22px;
  }

  .countdown {
    gap: 7px;
  }

  .countdown div {
    padding: 13px 7px;
  }

  .countdown strong {
    font-size: 24px;
  }

  .countdown span {
    font-size: 9px;
  }

  .statement-inner {
    padding: 38px 24px;
  }

  blockquote {
    font-size: clamp(42px, 12vw, 60px);
    line-height: .96;
  }

  .about-card {
    min-height: 350px;
    padding: 22px;
  }

  .signal {
    height: 130px;
    gap: 6px;
  }

  .merch {
    padding-bottom: 72px;
  }

  .merch-panel {
    padding: 30px 24px;
    gap: 24px;
  }

  .merch-badge {
    width: 108px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 34px;
    gap: 14px;
  }

  footer p {
    line-height: 1.5;
  }
}


/* ===== V4 PREMIUM POLISH ===== */
:root {
  --gold: #f4c15d;
  --gold-soft: #ffd98d;
  --gold-deep: #b9781f;
}

/* Give the real brand a little more visual ownership */
.brand-logo {
  border-color: rgba(244, 193, 93, .62);
  box-shadow:
    0 0 0 1px rgba(244, 193, 93, .12),
    0 0 28px rgba(244, 193, 93, .16);
}

.brand-name {
  letter-spacing: .14em;
}

/* Make the primary action feel like Rebel J instead of a generic template */
.btn-primary {
  color: #15100a;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 58%, #e9a93d);
  box-shadow:
    0 12px 34px rgba(244, 193, 93, .15),
    inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 16px 42px rgba(244, 193, 93, .20),
    inset 0 1px 0 rgba(255,255,255,.38);
}

/* Keep cyan as a secondary accent, but make the brand feel warmer overall */
.eyebrow {
  color: var(--gold-soft);
}

.hero h1 span {
  -webkit-text-stroke-color: var(--gold);
  text-shadow: 0 0 36px rgba(244, 193, 93, .12);
}

.hero-tag {
  color: #e3e5ea;
}

/* Cover should read like a featured release, not just an image in a frame */
.real-cover-shell {
  background: linear-gradient(
    135deg,
    rgba(244, 193, 93, .75),
    rgba(255,255,255,.08) 45%,
    rgba(255,118,95,.30)
  );
  box-shadow:
    0 34px 110px rgba(0,0,0,.58),
    0 0 42px rgba(244, 193, 93, .08);
}

.hero-cover,
.real-release-cover img {
  filter: saturate(1.03) contrast(1.02);
}

.real-release-cover {
  border-color: rgba(244, 193, 93, .22);
  box-shadow:
    0 28px 84px rgba(0,0,0,.38),
    0 0 36px rgba(244, 193, 93, .06);
}

/* More premium cards */
.platform,
.social,
.about-card,
.statement-inner,
.merch-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)),
    rgba(8, 10, 15, .28);
}

.platform,
.social {
  border-color: rgba(255,255,255,.11);
}

.platform:not(.disabled):hover,
.social:not(.disabled):hover {
  border-color: rgba(244, 193, 93, .42);
  background: rgba(244, 193, 93, .05);
}

/* Slightly more elegant waveform using the Rebel J palette */
.signal span {
  background: linear-gradient(to top, #f07b5d, #f4c15d 48%, #7be3f7);
  box-shadow: 0 0 20px rgba(244, 193, 93, .12);
}

/* Stronger hierarchy in release metadata */
.release-meta span {
  border-color: rgba(244, 193, 93, .20);
  color: #c9cdd5;
}

.countdown-wrap {
  border-top-color: rgba(244, 193, 93, .16);
}

.countdown div {
  border-color: rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(244,193,93,.025), rgba(255,255,255,.015));
}

.countdown strong {
  color: #fff7e8;
}

/* Footer branding */
footer {
  border-top-color: rgba(244, 193, 93, .16);
}

.footer-note {
  color: #8d8374;
}

/* Slightly tighter social cards for faster mobile scanning */
@media (max-width: 720px) {
  .social {
    min-height: 68px;
  }

  .social span {
    font-size: 21px;
  }

  .platform {
    min-height: 72px;
  }

  .hero-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn:first-child {
    flex: 1.08 1 0;
  }

  .statement-inner {
    background:
      radial-gradient(circle at 15% 10%, rgba(244,193,93,.06), transparent 35%),
      linear-gradient(120deg,rgba(91,231,255,.035),transparent 40%),
      rgba(255,255,255,.018);
  }

  .about-card {
    min-height: 320px;
  }

  .merch-panel {
    padding-bottom: 26px;
  }
}


/* ===== V5 BRAND CLEANUP ===== */

/* Connect section is now three high-value channels only */
.social-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* Replace abstract waveform with official Rebel J branding */
.branded-about-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(244,193,93,.08), transparent 34%),
    linear-gradient(155deg, #151a25, #080a0e);
}

.branded-about-card::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(244,193,93,.08);
  box-shadow:
    0 0 0 30px rgba(244,193,93,.025),
    0 0 70px rgba(244,193,93,.05);
  pointer-events: none;
}

.about-logo-wrap {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 230px;
  position: relative;
  z-index: 1;
}

.about-logo {
  width: min(68%, 260px);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 14px 34px rgba(0,0,0,.42));
}

.branded-about-card .about-card-top,
.branded-about-card .about-card-bottom {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .social-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .social-grid {
    grid-template-columns: 1fr;
  }

  .about-logo-wrap {
    min-height: 210px;
  }

  .about-logo {
    width: min(62%, 220px);
  }
}
