/* SOCIAL MEDIA MARKETING PAGE */
.social-page {
  --social-pink: #E84772;
  --social-coral: #FF6B4A;
  --social-blue: #69C7FF;
  --social-soft: rgba(232,71,114,.13);
  --social-glow: rgba(232,71,114,.28);
}

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

.social-page .display em,
.social-hero h1 em {
  color: var(--social-pink);
}

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

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

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

.social-hero::before {
  background:
    radial-gradient(circle at 82% 24%, rgba(232,71,114,.20), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(255,107,74,.14), transparent 34%),
    radial-gradient(circle at 62% 62%, rgba(105,199,255,.09), transparent 36%);
}

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

.social-hero-copy {
  max-width: 820px;
}

.social-hero h1 {
  max-width: 10ch;
}

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

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

.social-studio {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.social-studio::before {
  content: "";
  position: absolute;
  inset: 5% 0 0 5%;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 48%, var(--social-soft), transparent 58%),
    linear-gradient(135deg, transparent 0 18%, rgba(232,71,114,.16) 18% 19%, transparent 19% 100%);
  filter: blur(2px);
}

.studio-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(330px, 72vw);
  min-height: 520px;
  padding: 1.2rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.012)),
    rgba(7,6,5,.88);
  box-shadow: 0 34px 90px rgba(0,0,0,.55);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.phone-top {
  display: grid;
  place-items: center;
  height: 28px;
}

.phone-top span {
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
}

.post-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
}

.hero-post {
  margin-top: 1rem;
  min-height: 150px;
  align-items: start;
  background:
    linear-gradient(145deg, rgba(232,71,114,.15), rgba(255,255,255,.025)),
    rgba(255,255,255,.025);
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, var(--social-blue), transparent 32%),
    linear-gradient(135deg, var(--social-pink), var(--social-coral));
  box-shadow: 0 0 24px var(--social-glow);
}

.post-card strong {
  display: block;
  color: var(--white);
  font-size: .95rem;
}

.post-card p {
  margin-top: .45rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.6;
}

.engagement-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: .85rem;
}

.engagement-row span {
  min-height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.08);
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.35rem;
  background: rgba(255,255,255,.025);
}

.mini-feed {
  display: grid;
  gap: .75rem;
  margin-top: .85rem;
}

.mini-feed span {
  height: 50px;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(232,71,114,.18), transparent 44%),
    rgba(255,255,255,.02);
}

.orbit-badge {
  position: absolute;
  display: grid;
  place-items: center;
  width: 128px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(245,240,235,.76);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(8,7,6,.8);
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
}

.badge-one {
  left: 0;
  top: 14%;
}

.badge-two {
  right: 0;
  top: 28%;
}

.badge-three {
  left: 7%;
  bottom: 7%;
}

.content-calendar {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: 270px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(8,7,6,.72);
}

.content-calendar span {
  color: var(--muted);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.content-calendar i {
  min-height: 48px;
  background: rgba(255,255,255,.035);
}

.content-calendar i:nth-of-type(2),
.content-calendar i:nth-of-type(4) {
  background: linear-gradient(135deg, rgba(232,71,114,.42), rgba(105,199,255,.14));
}

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

.social-intro-copy {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(232,71,114,.08), rgba(255,255,255,.015)),
    rgba(255,255,255,.025);
}

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

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

.solution-stream {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.solution-panel {
  position: relative;
  min-height: 330px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(232,71,114,.08), transparent 34%),
    rgba(255,255,255,.024);
  overflow: hidden;
  transition: border-color .25s, transform .25s, background .25s;
}

.solution-panel:nth-child(1),
.solution-panel:nth-child(2),
.solution-panel:nth-child(3) {
  grid-column: span 2;
}

.solution-panel:nth-child(4),
.solution-panel:nth-child(5),
.solution-panel:nth-child(6),
.solution-panel:nth-child(7) {
  grid-column: span 3;
}

.solution-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(232,71,114,.26);
}

.solution-panel:hover {
  border-color: rgba(232,71,114,.34);
  background:
    linear-gradient(180deg, rgba(232,71,114,.12), rgba(105,199,255,.035)),
    rgba(255,255,255,.03);
  transform: translateY(-4px);
}

.solution-media {
  width: 74px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
}

.solution-media img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.solution-panel span {
  margin-top: 1.4rem;
  color: var(--social-pink);
  font-family: var(--font-d);
  font-size: 1.45rem;
}

.solution-panel h3 {
  margin-top: .45rem;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.solution-panel p {
  margin-top: .85rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.75;
}

.social-platforms {
  background:
    radial-gradient(circle at 72% 30%, rgba(105,199,255,.09), transparent 34%),
    var(--bg2);
}

.platforms-header {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: 4rem;
}

.platforms-header p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.platform-radar {
  position: relative;
  min-height: 640px;
  border: 1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 50% 50%, rgba(232,71,114,.08), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,.025), transparent);
}

.platform-radar::before,
.platform-radar::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(232,71,114,.16);
  border-radius: 50%;
}

.platform-radar::after {
  inset: 30%;
  border-color: rgba(105,199,255,.14);
}

.platform-card {
  position: absolute;
  width: 220px;
  min-height: 210px;
  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);
  color: inherit;
  text-decoration: none;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}

.platform-card:hover,
.platform-card:focus-visible {
  border-color: rgba(232,71,114,.45);
  box-shadow: 0 22px 68px rgba(0,0,0,.48), 0 0 34px rgba(232,71,114,.12);
  transform: translateY(-4px);
}

.platform-card:focus-visible {
  outline: 2px solid rgba(232,71,114,.7);
  outline-offset: 4px;
}

.platform-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.platform-card h3 {
  margin-top: .8rem;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

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

.platform-1 { left: 7%; top: 10%; }
.platform-2 { left: 40%; top: 4%; }
.platform-3 { right: 7%; top: 16%; }
.platform-4 { left: 11%; bottom: 10%; }
.platform-5 { left: 40%; bottom: 4%; }
.platform-6 { right: 8%; bottom: 13%; }

.conversation-thread {
  position: relative;
  display: grid;
  gap: 1.4rem;
  max-width: 980px;
  margin: 0 auto;
}

.conversation-message {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  width: min(680px, 100%);
}

.conversation-message:nth-child(even) {
  justify-self: end;
  grid-template-columns: minmax(0, 1fr) 86px;
}

.conversation-message:nth-child(even) .message-avatar {
  grid-column: 2;
}

.conversation-message:nth-child(even) .message-bubble {
  grid-column: 1;
  grid-row: 1;
}

.message-avatar {
  position: relative;
  z-index: 1;
  width: 86px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle, rgba(232,71,114,.16), rgba(255,255,255,.025));
  box-shadow: 0 18px 40px rgba(0,0,0,.36);
}

.message-avatar::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(232,71,114,.18);
  border-radius: 50%;
}

.message-avatar img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.message-bubble {
  position: relative;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(232,71,114,.075), rgba(105,199,255,.025)),
    rgba(255,255,255,.025);
  box-shadow: 0 18px 52px rgba(0,0,0,.26);
}

.message-bubble::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 30px;
  width: 16px;
  height: 16px;
  background: rgba(18,15,15,.96);
  border-left: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transform: rotate(45deg);
}

.conversation-message:nth-child(even) .message-bubble::before {
  left: auto;
  right: -9px;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid rgba(255,255,255,.08);
  border-top: 1px solid rgba(255,255,255,.08);
}

.message-bubble span {
  color: var(--social-pink);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.message-bubble h3 {
  margin-top: .5rem;
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.55rem;
  font-weight: 500;
}

.message-bubble p {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.78;
}

.message-meta {
  display: flex;
  gap: .5rem;
  margin-top: 1rem;
}

.message-meta i {
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: rgba(245,240,235,.12);
}

.message-meta i:first-child {
  width: 46px;
  background: rgba(232,71,114,.38);
}

.social-why {
  background: var(--bg2);
}

.brand-signal-board {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: 4rem;
  align-items: stretch;
}

.signal-console {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 50% 58%, rgba(232,71,114,.15), transparent 48%),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    rgba(8,7,6,.78);
  overflow: hidden;
}

.signal-console::before,
.signal-console::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(232,71,114,.18);
  border-radius: 50%;
}

.signal-console::after {
  inset: 31%;
  border-color: rgba(105,199,255,.14);
}

.signal-console span {
  position: relative;
  z-index: 1;
  color: var(--social-pink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.signal-console strong {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  color: var(--white);
  font-family: var(--font-d);
  font-size: clamp(2.7rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: .86;
}

.signal-pulse {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .7rem;
}

.signal-pulse i {
  height: 78px;
  align-self: end;
  background: linear-gradient(180deg, var(--social-pink), rgba(105,199,255,.2));
  box-shadow: 0 0 24px var(--social-glow);
}

.signal-pulse i:nth-child(1) { height: 38px; }
.signal-pulse i:nth-child(2) { height: 62px; }
.signal-pulse i:nth-child(3) { height: 48px; }
.signal-pulse i:nth-child(4) { height: 86px; }

.signal-list {
  display: grid;
  gap: 1rem;
}

.brand-signal {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 116px;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(232,71,114,.08), transparent 42%),
    rgba(255,255,255,.023);
  overflow: hidden;
}

.brand-signal span {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(232,71,114,.35);
  color: var(--social-pink);
  font-family: var(--font-d);
  font-size: 1.35rem;
  box-shadow: 0 0 24px rgba(232,71,114,.12);
}

.brand-signal h3 {
  color: var(--white);
  font-family: var(--font-d);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.brand-signal p {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.7;
}

.social-section-cta {
  margin-top: 3rem;
}

.social-newsletter {
  background:
    radial-gradient(circle at 80% 30%, rgba(232,71,114,.14), transparent 32%),
    var(--bg);
}

.social-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(232,71,114,.10), rgba(105,199,255,.05)),
    rgba(255,255,255,.025);
}

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

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

.social-newsletter-form {
  padding-left: 2rem;
  border-left: 1px solid rgba(232,71,114,.26);
}

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

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

.social-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;
}

.social-input-row input:focus {
  border-color: rgba(232,71,114,.48);
  box-shadow: 0 0 0 3px rgba(232,71,114,.12);
}

@media (max-width: 1180px) {
  .social-hero-grid,
  .social-intro-grid,
  .platforms-header {
    grid-template-columns: 1fr;
  }

  .social-studio {
    min-height: 560px;
  }

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

  .solution-panel:nth-child(n) {
    grid-column: auto;
  }

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

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

  .social-studio {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .studio-phone,
  .content-calendar,
  .orbit-badge {
    position: relative;
    inset: auto;
    transform: none;
  }

  .studio-phone {
    left: auto;
    top: auto;
    width: min(360px, 100%);
    justify-self: center;
  }

  .orbit-badge {
    width: auto;
    min-height: 54px;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .content-calendar {
    width: 100%;
  }

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

  .platform-radar::before,
  .platform-radar::after {
    display: none;
  }

  .platform-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: auto;
    display: block;
  }

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

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

@media (max-width: 620px) {
  .social-hero h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .solution-stream,
  .platform-radar {
    grid-template-columns: 1fr;
  }

  .solution-panel,
  .brand-signal {
    min-height: auto;
  }

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

  .conversation-message,
  .conversation-message:nth-child(even) {
    grid-template-columns: 1fr;
    justify-self: stretch;
    width: 100%;
  }

  .conversation-message .message-avatar,
  .conversation-message:nth-child(even) .message-avatar {
    grid-column: 1;
  }

  .conversation-message .message-bubble,
  .conversation-message:nth-child(even) .message-bubble {
    grid-column: 1;
    grid-row: auto;
  }

  .message-bubble::before,
  .conversation-message:nth-child(even) .message-bubble::before {
    display: none;
  }

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