:root {
  --gold: #c89b5e;
  --gold-soft: #d6b380;
  --cream: #f2efec;
  --light-bg: #f5f3f1;
  --dark: #0a0f10;
  --dark-2: #111719;
  --text: #171717;
  --muted: #606060;
  --white: #ffffff;
  --panel-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ece8e3;
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page {
  width: min(1024px, 100%);
  margin: 0 auto;
  background: transparent;
}

.dark-panel {
  background:
    linear-gradient(90deg, rgba(8,12,13,0.98) 0%, rgba(16,23,24,0.95) 50%, rgba(8,12,13,0.98) 100%),
    radial-gradient(circle at 50% 50%, rgba(200,155,94,0.16), transparent 36%);
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 504px;
  background:
    linear-gradient(90deg, rgba(10,15,16,0) 0%, rgba(10,15,16,0.28) 44%, rgba(10,15,16,1) 54%),
    linear-gradient(90deg, #0a0f10 0%, #111719 100%);
}

.hero-image {
  min-height: 504px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.08) 72%, rgba(10,15,16,0.95) 100%),
    url('/assets/hero-portrait.png') center center / cover no-repeat;
}

.hero-content {
  color: var(--white);
  padding: 72px 72px 68px 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-content h1 {
  margin: 0;
  font-size: 78px;
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.eyebrow {
  margin: 26px 0 20px;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.42em;
  font-size: 18px;
  font-weight: 500;
}

.divider {
  width: 262px;
  height: 1px;
  background: rgba(255,255,255,0.72);
  margin-bottom: 28px;
}

.hero-content h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  margin: 0;
  max-width: 420px;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 300;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f6f4f2;
  min-height: 146px;
  align-items: center;
  padding: 18px 24px;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.04), inset 0 -1px 0 rgba(0,0,0,0.04);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 26px;
  border-right: 1px solid rgba(0,0,0,0.24);
  min-height: 80px;
}

.stat-item:last-child { border-right: none; }

.stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #8f6c3f;
  color: #8f6c3f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  flex: 0 0 52px;
}

.stat-copy strong {
  display: block;
  color: #1f2326;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 7px;
}

.stat-copy span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #2d2d2d;
}

.platforms-section {
  color: var(--white);
  padding: 30px 35px 36px;
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.section-title-row h3,
.info-col h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 16px;
  font-weight: 500;
}

.section-title-row h3 {
  color: var(--gold);
}

.line {
  flex: 1;
  height: 1px;
  background: rgba(200,155,94,0.55);
}

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.platform {
  color: var(--white);
  text-align: center;
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,0.34);
}

.platform:last-child { border-right: none; }

.platform-logo {
  width: 64px;
  height: 64px;
  margin: 2px auto 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1;
}

.facebook {
  background: #1877f2;
  border-radius: 50%;
  font-size: 38px;
}
.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 8%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.tiktok {
  background: #0d0d0d;
}
.youtube {
  background: transparent;
  color: #ff2020;
  font-size: 60px;
}

.platform h4 {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 16px;
  font-weight: 500;
}

.platform strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.label {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: rgba(255,255,255,0.96);
}

.mini-divider {
  width: 26px;
  height: 1px;
  margin: 12px auto 16px;
  background: rgba(255,255,255,0.75);
}

.platform p {
  margin: 0 auto 22px;
  min-height: 96px;
  max-width: 176px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}

.platform .url {
  color: var(--gold-soft);
  font-size: 14px;
  line-height: 1.35;
}

.light-panel {
  background: #f7f5f3;
}

.info-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  padding: 34px 36px 34px;
}

.info-col {
  padding: 0 24px;
  border-right: 1px solid rgba(0,0,0,0.22);
}

.info-col:first-child { padding-left: 0; }
.info-col:last-child {
  border-right: none;
  padding-right: 0;
}

.info-col h3 {
  color: #1f2326;
  margin-bottom: 26px;
}

.audience-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 22px;
}

.no-margin { margin-bottom: 0; }

.circle-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1f2326;
}

.audience-item h4,
.content-item h4 {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.audience-item p,
.content-item p,
.partnership-text,
.partnership-list span {
  margin: 0;
  color: #404040;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}

.content-item {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.content-item img {
  width: 94px;
  height: 67px;
  object-fit: cover;
  border-radius: 3px;
}

.partnership-text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.75;
}

.partnership-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partnership-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

.partnership-list li:last-child { margin-bottom: 0; }

.partnership-list i {
  font-size: 21px;
  color: #1f2326;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px 34px;
  color: var(--white);
}

.footer-title {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--gold);
  font-size: 14px;
  font-weight: 500;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-weight: 300;
}

.footer-contact i {
  font-size: 22px;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  grid-column: span 3;
  border-left: 1px solid rgba(255,255,255,0.4);
  padding-left: 32px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 21px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-socials a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

.updated-status {
  padding: 8px 6px 24px;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  text-align: right;
}

@media (max-width: 980px) {
  .page {
    width: 100%;
  }

  .hero,
  .stats-row,
  .platforms-grid,
  .info-section,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 36px 24px 40px;
  }

  .hero-content h1 {
    font-size: 52px;
  }

  .hero-image {
    min-height: 380px;
  }

  .stats-row,
  .platforms-section,
  .info-section,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stat-item,
  .platform,
  .info-col,
  .footer-contact {
    border-right: none;
    border-left: none;
    padding: 18px 0;
  }

  .platform {
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .platform:last-child {
    border-bottom: none;
  }

  .info-col {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }

  .info-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer {
    gap: 0;
  }

  .footer-socials {
    grid-column: auto;
    justify-content: flex-start;
    border-left: none;
    padding-left: 0;
    padding-top: 18px;
  }

  .updated-status {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
}
