:root {
  --ink: #193127;
  --muted: #5e6a62;
  --paper: #fff7e6;
  --night: #fff7e6;
  --forest: #dcebd6;
  --leaf: #2f8b5f;
  --gold: #f4b946;
  --coral: #ef6848;
  --blue: #29a7c7;
  --line: rgba(25, 49, 39, 0.16);
  --shadow: 0 24px 70px rgba(25, 49, 39, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 247, 230, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}

.brand span {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  gap: clamp(12px, 2.2vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 110px clamp(20px, 5vw, 72px) 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 247, 230, 0.78) 0%, rgba(255, 247, 230, 0.48) 42%, rgba(255, 247, 230, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 247, 230, 0.04) 0%, rgba(255, 247, 230, 0.42) 100%);
}

.hero-inner {
  position: relative;
  width: min(760px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.hero-copy {
  width: min(640px, 100%);
  color: #193127;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: #1b1206;
}

.button-secondary {
  border-color: rgba(25, 49, 39, 0.28);
  background: rgba(255, 247, 230, 0.62);
}

.intro-section,
.video-section,
.live-section,
.media-section,
.booking-section,
.proof-section,
.contact-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.intro-text p:not(.section-kicker):not(.bio-meta),
.section-heading p,
.booking-copy p,
.contact-content p {
  color: var(--muted);
  font-size: 18px;
}

.bio-meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--leaf) !important;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.portrait {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.statement-title {
  max-width: 100%;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.92;
  letter-spacing: 0;
}

.video-section {
  background: #f4f0df;
}

.section-heading {
  width: min(850px, 100%);
  margin-bottom: 28px;
}

.video-frame {
  background: #193127;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-frame video,
.video-frame img {
  width: 100%;
  max-height: 78vh;
  display: block;
  object-fit: cover;
  background: #193127;
}

.video-feature {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 420px) minmax(180px, 1fr);
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(25, 49, 39, 0.94), rgba(25, 49, 39, 0.72)),
    url("/assets/aselva-visuel-jungle-hero.png") center / cover;
}

.vertical-video {
  display: grid;
  place-items: center;
  padding: clamp(14px, 2vw, 24px);
  background: rgba(9, 20, 16, 0.62);
}

.vertical-video video,
.vertical-video img {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  max-height: min(78vh, 780px);
  object-fit: cover;
  border: 1px solid rgba(255, 247, 230, 0.22);
  border-radius: 6px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.video-side {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(22px, 3vw, 40px);
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(25, 49, 39, 0.1), rgba(25, 49, 39, 0.86)),
    rgba(25, 49, 39, 0.36);
}

.video-side span,
.video-side strong {
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 247, 230, 0.22);
  border-radius: 999px;
  background: rgba(255, 247, 230, 0.1);
  backdrop-filter: blur(8px);
}

.video-side span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-side strong {
  padding: 12px 15px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
}

.video-side-right {
  align-items: flex-end;
  text-align: right;
  background:
    linear-gradient(180deg, rgba(25, 49, 39, 0.06), rgba(25, 49, 39, 0.88)),
    url("/assets/aselva-samba-tech-setup-machines-percussions.png") center / cover;
}

.video-side-left {
  background:
    linear-gradient(180deg, rgba(25, 49, 39, 0.1), rgba(25, 49, 39, 0.9)),
    url("/assets/nyllo-canela-capture-2026-08-23-130907.png") center / cover;
}

.live-section {
  background:
    linear-gradient(135deg, rgba(47, 139, 95, 0.22), rgba(41, 167, 199, 0.16)),
    var(--forest);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-grid article {
  min-height: 240px;
  padding: 28px;
  background: rgba(255, 247, 230, 0.88);
}

.feature-grid span {
  display: block;
  margin-bottom: 48px;
  color: var(--coral);
  font-weight: 800;
}

.feature-grid p {
  color: var(--muted);
}

.media-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
}

figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e6eadc;
}

figure.wide {
  grid-row: span 2;
}

figure img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

figure.wide img {
  min-height: 660px;
}

figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(255, 247, 230, 0.86);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #193127;
  font-size: 14px;
  font-weight: 700;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--paper);
  color: #111816;
}

.booking-section .section-kicker {
  color: #1f7a55;
}

.booking-copy p {
  color: #4d5651;
}

.booking-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-list li {
  padding: 15px 16px;
  border-left: 4px solid var(--coral);
  background: #ffffff;
  border-radius: 4px;
  font-weight: 700;
}

.proof-section {
  background: #eaf2df;
}

.entity-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.press-section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background: #f4f0df;
}

.section-intro {
  color: var(--muted);
  font-size: 18px;
  margin-top: 8px;
}

.press-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.press-list li a {
  display: block;
  min-height: 100px;
  padding: 22px 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--leaf);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.press-list li a:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.press-list li a strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--ink);
}

.press-list li a span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 760px) {
  .press-list {
    grid-template-columns: 1fr;
  }
}

.entity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.entity-grid > div {
  min-height: 190px;
  padding: 28px;
  background: #fff7e6;
}

.entity-grid p {
  margin: 0;
  color: var(--muted);
}

.entity-grid a {
  color: #1f7a55;
  font-weight: 800;
}

.proof-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.proof-links a {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #193127;
  text-decoration: none;
  font-weight: 800;
}

.proof-links a:hover {
  border-color: var(--gold);
}

.contact-section {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 247, 230, 0.94), rgba(255, 247, 230, 0.6));
}

.contact-content {
  position: relative;
  z-index: 1;
  width: min(700px, 100%);
}

.contact-note {
  display: inline-flex;
  max-width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(244, 185, 70, 0.62);
  border-radius: 4px;
  background: rgba(244, 185, 70, 0.12);
  color: #193127 !important;
  font-weight: 800;
}

.whatsapp-line {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 150px;
  }

  .intro-grid,
  .booking-section,
  .media-grid,
  .entity-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .proof-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  figure.wide img {
    min-height: 380px;
  }
}

@media (max-width: 560px) {
  .nav {
    font-size: 13px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .button {
    width: 100%;
  }

  .feature-grid,
  .proof-links {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: 190px;
  }
}





.video-stack {
  display: grid;
  gap: 24px;
}

.video-frame h3 {
  margin: 0;
  padding: 18px 20px 0;
  color: var(--paper);
}

.artist-presentation {
  width: min(980px, 100%);
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border-left: 5px solid var(--coral);
  background: rgba(255, 247, 230, 0.74);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.artist-presentation p {
  margin: 0;
  color: #193127;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
}

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

  .video-side {
    display: none;
  }

  .vertical-video {
    padding: 14px;
  }
}

.single-line-title {
  white-space: nowrap;
  font-size: clamp(30px, 3.4vw, 54px);
}

@media (max-width: 760px) {
  .single-line-title {
    white-space: normal;
  }
}

.social-icons {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.proof-links.social-icons {
  display: flex;
  grid-template-columns: none;
}

.social-title {
  margin: 0 0 clamp(34px, 5vw, 64px);
  color: #193127;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 6.5vw, 92px);
  font-weight: 800;
  line-height: 0.92;
  text-align: center;
  letter-spacing: 0;
}

.social-icon {
  width: 68px;
  height: 68px;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  border: 0;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.proof-links.social-icons .social-icon {
  min-height: 68px;
  padding: 0;
  border-radius: 50%;
}

.social-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.social-icon.facebook svg {
  fill: #ffffff;
  stroke: none;
}

.social-icon.youtube svg {
  fill: #ffffff;
  stroke: none;
}

.social-icon.youtube svg path:first-child {
  fill: #ff0000;
}

.social-icon.youtube svg path:last-child {
  fill: #ffffff;
}

.social-icon.instagram {
  background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 28%, #d62976 52%, #962fbf 75%, #4f5bd5 100%);
}

.social-icon.facebook {
  background: #1877f2;
}

.social-icon.youtube {
  width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  background: #ffffff !important;
  border: 0 !important;
  overflow: hidden;
}

.proof-links.social-icons .social-icon.youtube {
  min-height: 68px !important;
  padding: 0;
}

.social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(25, 49, 39, 0.24);
}
