/* ===========================================================
   ABOUT US — page redesign (hero spacing, value cards, founder
   section, promise split, all matching the existing gold/black
   Fame Pulse theme)
   =========================================================== */

.about-hero .section-head {
  max-width: 760px;
  margin-bottom: 8px;
}
.about-hero .section-head p {
  margin-top: 18px;
  color: var(--bone-dim);
  font-size: 16.5px;
  line-height: 1.7;
}

.about-hero {
  position: relative;
  overflow: hidden;
}
.about-hero-glow {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 460px;
  max-width: 140%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(212, 175, 55, 0.10) 0%, rgba(212, 175, 55, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
.about-hero-glow--2,
.about-hero-glow--3,
.about-hero-grid {
  display: none;
}
.about-hero .container { position: relative; z-index: 1; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.06);
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 20px;
}

.about-hero-head {
  max-width: 760px;
  margin-bottom: 8px;
}
.about-hero-h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.15;
}
.about-hero .section-head p {
  margin-top: 18px;
  color: var(--bone-dim);
  font-size: 16.5px;
  line-height: 1.7;
}

.about-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 44px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-hero-stat {
  flex: 1 1 140px;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}
.about-hero-stat:last-child { border-right: none; }
.about-hero-stat:first-child { padding-left: 0; }
.about-hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 4px;
}
.about-hero-stat span {
  color: var(--bone-dim);
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .about-hero-stat { flex: 1 1 45%; border-right: none; border-bottom: 1px solid var(--line); padding: 14px 0; }
  .about-hero-stat:first-child { padding-left: 0; }
}

/* ---- Value / pillar cards ---- */
.about-values-grid {
  margin-top: 40px;
  margin-bottom: 15px !important;
}
.about-values-grid .card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0) 60%);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px 24px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.about-values-grid .card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.4);
  background: linear-gradient(180deg, rgba(212,175,55,0.06), rgba(255,255,255,0) 60%);
}
.about-values-grid .card .num {
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  opacity: .8;
}
.about-values-grid .card h3 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 19px;
}
.about-values-grid .card p {
  color: var(--bone-dim);
  font-size: 14.5px;
  line-height: 1.6;
}

/* ---- Founder section ---- */
.founder-section {
  padding-top: 45px;
  padding-bottom: 10px;
}
.founder-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.founder-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.founder-photo-wrap {
  position: relative;
}
.founder-photo-frame {
  position: relative;
  width: min(380px, 88vw);
  aspect-ratio: 3 / 4;
  border-radius: 190px 190px 18px 18px;
  overflow: hidden;
  background: radial-gradient(120% 120% at 30% 0%, #2a1810 0%, #0d0a08 70%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 30px 60px rgba(0,0,0,0.55);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.founder-photo-frame:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 40px rgba(212, 175, 55, 0.18);
}
.founder-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.founder-photo-frame:hover img {
  transform: scale(1.04);
}

/* ---- Floating gold particles around the frame ---- */
.founder-particles {
  position: absolute;
  inset: -40px;
  pointer-events: none;
  z-index: 1;
}
.founder-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.9), 0 0 16px rgba(212, 175, 55, 0.5);
  opacity: 0.85;
  animation: founderFloat 6s ease-in-out infinite;
}
.founder-particle:nth-child(1) { top: 4%;  left: -2%;  width: 5px; height: 5px; animation-duration: 7s;  animation-delay: 0s; }
.founder-particle:nth-child(2) { top: 18%; right: -4%; width: 7px; height: 7px; animation-duration: 5.5s; animation-delay: .6s; }
.founder-particle:nth-child(3) { top: 42%; left: -6%;  width: 4px; height: 4px; animation-duration: 6.5s; animation-delay: 1.2s; }
.founder-particle:nth-child(4) { top: 62%; right: -2%; width: 6px; height: 6px; animation-duration: 8s;  animation-delay: .3s; }
.founder-particle:nth-child(5) { bottom: 8%; left: 6%;  width: 5px; height: 5px; animation-duration: 6s;  animation-delay: 1.6s; }
.founder-particle:nth-child(6) { bottom: 18%; right: 10%; width: 4px; height: 4px; animation-duration: 7.2s; animation-delay: .9s; }
.founder-particle:nth-child(7) { top: 2%; left: 40%; width: 4px; height: 4px; animation-duration: 5.8s; animation-delay: 2s; }
@keyframes founderFloat {
  0%, 100% { transform: translate(0, 0); opacity: .5; }
  50% { transform: translate(6px, -14px); opacity: 1; }
}
.founder-social {
  position: absolute;
  right: -18px;
  top: 58%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(10, 8, 7, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  padding: 10px;
  z-index: 3;
}
.founder-social a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  color: var(--gold);
  transition: background .2s ease, color .2s ease;
}
.founder-social a:hover {
  background: var(--gold);
  color: #1a1206;
}
.founder-social svg {
  width: 16px;
  height: 16px;
}
.founder-caption {
  text-align: center;
  margin-top: 26px;
  width: min(380px, 88vw);
}
.founder-role {
  display: block;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.founder-name {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--bone);
  margin: 0;
}
@media (max-width: 600px) {
  .founder-social { right: -10px; }
}

/* ---- Celeb photos — 3-row auto-scrolling marquee (4 tiles visible) ---- */
.founder-celeb-marquee {
  flex: 1 1 380px;
  min-width: 300px;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}
.celeb-row {
  overflow: hidden;
  width: 100%;
}
.celeb-track {
  display: flex;
  gap: 14px;
  width: max-content;
}
.celeb-track--a { animation: celebScrollLeft 32s linear infinite; }
.celeb-track--b { animation: celebScrollRight 32s linear infinite; }
.celeb-row:hover .celeb-track { animation-play-state: paused; }
@keyframes celebScrollLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes celebScrollRight {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.celeb-tile {
  flex: 0 0 auto;
  width: 160px;
  background: #141110;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  padding: 8px 8px 8px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.45);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.celeb-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 18px 34px rgba(0,0,0,0.55), 0 0 18px rgba(212,175,55,0.2);
}
.celeb-tile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background: radial-gradient(120% 120% at 30% 0%, #2a1810 0%, #0d0a08 70%);
}
@media (max-width: 900px) {
  .founder-celeb-marquee { max-width: 100%; }
}
@media (max-width: 540px) {
  .celeb-tile { width: 120px; padding: 6px; }
}

/* ---- Founder's Note box ---- */
.founder-note-section {
  padding-top: 45px;
  padding-bottom: 50px;
}
.founder-note-section .section-head {
  margin-bottom: 24px;
}
.founder-note-section .eyebrow {
  margin-top: 30px;
}
.founder-note-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 32px 36px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.founder-note-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  opacity: 0.85;
}
.founder-note-icon svg {
  width: 32px;
  height: 32px;
}
.founder-note-content {
  flex: 1 1 auto;
}
.founder-note-label {
  display: block;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.founder-note-text {
  color: var(--bone-dim);
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0;
}
@media (max-width: 600px) {
  .founder-note-box {
    flex-direction: column;
    padding: 26px 22px;
    gap: 14px;
  }
}

.promise-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 60px;
}
.promise-split .section-head {
  margin-bottom: 0;
}
.promise-stat-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.promise-stat {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 24px 20px;
  background: rgba(255,255,255,0.02);
}
.promise-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 6px;
}
.promise-stat span {
  color: var(--bone-dim);
  font-size: 13.5px;
}
@media (max-width: 860px) {
  .promise-split { grid-template-columns: 1fr; }
}

/* ---- We Love The Entertainment Industry — feature section ---- */
.love-industry-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.love-industry-row {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.love-industry-content {
  flex: 1 1 420px;
}
.love-industry-heading {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.18;
  color: var(--bone);
  margin-bottom: 20px;
}
.love-industry-content p {
  color: var(--bone-dim);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 28px;
}
.love-industry-media {
  flex: 1 1 340px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}
/* ---- FAME PULSE globe (Universal-Studios-style rotating earth) ---- */
.fp-globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 0;
}

/* Outer shell holds the drop shadow + rim light so it doesn't rotate with the surface */
.fp-globe-shell {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    inset -22px -22px 55px rgba(0, 0, 0, 0.7),
    inset 16px 16px 34px rgba(255, 223, 140, 0.18),
    0 0 55px rgba(212, 175, 55, 0.22),
    0 25px 60px rgba(0, 0, 0, 0.55);
}

/* The rotating "earth" surface — deep blue ocean + gold/tan landmasses */
.fp-globe-sphere {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 70px 46px at 18% 30%, #d4af37 0%, #b8892f 55%, transparent 62%),
    radial-gradient(ellipse 55px 80px at 55% 18%, #c9a23a 0%, #a87d2c 55%, transparent 60%),
    radial-gradient(ellipse 90px 55px at 78% 55%, #d4af37 0%, #b8892f 55%, transparent 62%),
    radial-gradient(ellipse 50px 65px at 30% 72%, #c9a23a 0%, #a87d2c 55%, transparent 60%),
    radial-gradient(ellipse 40px 40px at 62% 85%, #d4af37 0%, #b8892f 55%, transparent 62%),
    radial-gradient(ellipse 35px 50px at 90% 20%, #c9a23a 0%, #a87d2c 55%, transparent 60%),
    radial-gradient(circle at 35% 30%, #204b73 0%, #123252 45%, #081a2c 100%);
  animation: fpGlobeSpin 16s linear infinite;
}
@keyframes fpGlobeSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* soft glass highlight, sits above the rotating surface, does not spin */
.fp-globe-shine {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 22%, rgba(255,255,255,0.35), rgba(255,255,255,0) 40%);
  pointer-events: none;
  z-index: 1;
}

/* "FAME PULSE" wrapping across the globe like the Universal logo band */
.fp-globe-banner {
  position: absolute;
  top: 54%;
  left: 50%;
  width: 116%;
  transform: translate(-50%, -50%) rotate(-4deg);
  text-align: center;
  z-index: 2;
  pointer-events: none;
}
.fp-globe-banner span {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: 1px;
  color: #f7f2e4;
  -webkit-text-stroke: 1px rgba(20, 15, 5, 0.35);
  text-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.5),
    0 2px 0 rgba(90, 65, 20, 0.55),
    0 5px 8px rgba(0, 0, 0, 0.55),
    0 0 22px rgba(212, 175, 55, 0.45);
}

@media (max-width: 540px) {
  .fp-globe { width: 230px; height: 230px; }
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 36px;
  margin-top: 72px;
}
.service-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.service-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.service-icon svg {
  width: 34px;
  height: 34px;
}
.service-item {
  align-items: flex-start;
}
.service-item-body {
  display: flex;
  flex-direction: column;
}
.service-item h3 {
  font-size: 17px;
  line-height: 1.3;
  color: var(--bone);
  margin: 0 0 8px;
}
.service-item p {
  color: var(--bone-dim);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 900px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .love-industry-row { flex-direction: column; }
}