:root {
  --black: #050505;
  --charcoal: #0c0c0c;
  --white: #f8f4ec;
  --muted: #aaa49a;
  --gold: #e1a744;
  --gold-light: #f1c36f;
  --line: rgba(255,255,255,.14);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; width: 100%; }
h1, h2, h3, p { margin-top: 0; }
section[id] { scroll-margin-top: 90px; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 100; left: 18px; top: 12px; padding: 12px 18px;
  border-radius: 999px; background: var(--gold-light); color: #171109; font-weight: 800;
  transform: translateY(-160%); transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 86px;
  padding: 0 clamp(24px,6vw,96px); display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; background: rgba(5,5,5,.86); border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold);
  color: var(--gold-light); font-family: Georgia,serif; font-size: 16px; transform: rotate(45deg);
}
.brand-mark b { transform: rotate(-45deg); }
.brand-text {
  display: flex; flex-direction: column; text-transform: uppercase; letter-spacing: .13em;
  font-size: 13px; line-height: 1.1; font-weight: 700;
}
.brand-text small { margin-top: 5px; color: var(--gold); font-size: 9px; letter-spacing: .42em; }
.nav { display: flex; align-items: center; gap: clamp(18px,2.2vw,34px); }
.nav a { color: #cac5bc; font-size: 13px; transition: color 180ms ease; }
.nav a:hover, .nav a:focus-visible { color: var(--gold-light); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.button {
  min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center;
  gap: 18px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold {
  background: linear-gradient(135deg,var(--gold-light),var(--gold)); color: #171109;
  box-shadow: 0 12px 38px rgba(225,167,68,.18);
}
.button-outline { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.02); }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.button-dark { background: var(--black); color: var(--white); }

.hero {
  min-height: 760px; padding: 130px clamp(24px,6vw,96px) 64px; display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(440px,1.08fr); align-items: center;
  gap: clamp(48px,7vw,110px); overflow: hidden;
  background: radial-gradient(circle at 22% 34%,rgba(225,167,68,.08),transparent 28%),var(--black);
}
.hero-copy { position: relative; z-index: 2; padding-left: clamp(0px,2vw,30px); }
.eyebrow {
  margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--gold-light);
  font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow > span { width: 34px; height: 1px; background: var(--gold); }
h1 {
  max-width: 760px; margin-bottom: 26px; font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(48px,5.5vw,86px); font-weight: 400; line-height: .99; letter-spacing: -.045em;
}
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-description { max-width: 610px; margin-bottom: 34px; color: #cbc5ba; font-size: clamp(16px,1.35vw,20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.video-link { display: inline-flex; align-items: center; gap: 12px; color: #ddd7cd; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.play, .song-play { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 9px; }
.play { width: 44px; height: 44px; }
.hero-note { margin: 34px 0 0; color: #817c74; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual { position: relative; height: min(650px,72vh); min-height: 560px; }
.hero-visual::before { content: ""; position: absolute; inset: -22px 44px 22px -22px; border: 1px solid rgba(225,167,68,.23); }
.hero-visual img { position: relative; height: 100%; object-fit: cover; object-position: center 20%; filter: contrast(1.04) saturate(.92); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,5,.5),transparent 30%),linear-gradient(0deg,rgba(5,5,5,.4),transparent 35%); pointer-events: none; }
.hero-stamp {
  position: absolute; z-index: 2; left: -58px; bottom: 56px; width: 152px; height: 152px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  border-radius: 50%; background: var(--gold); color: #171109;
}
.hero-stamp strong { font-family: Georgia,serif; font-size: 40px; }
.hero-stamp span { font-size: 9px; line-height: 1.35; letter-spacing: .1em; text-transform: uppercase; }

.trust-strip {
  padding: 34px clamp(24px,6vw,96px); display: grid; grid-template-columns: 1.5fr repeat(4,1fr);
  align-items: center; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.trust-intro p { max-width: 220px; margin: 7px 0 0; color: #c3bdb3; font-size: 13px; line-height: 1.5; }
.mini-label { color: #6f6a63; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.trust-item { min-height: 72px; padding-left: 26px; display: flex; flex-direction: column; justify-content: center; gap: 11px; border-left: 1px solid var(--line); }
.trust-item strong { font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.line-icon { color: var(--gold-light); font-family: Georgia,serif; font-size: 24px; }
.section-shell { padding-left: clamp(24px,8vw,130px); padding-right: clamp(24px,8vw,130px); }

.artist-section {
  padding-top: 130px; padding-bottom: 130px; display: grid;
  grid-template-columns: minmax(320px,.9fr) minmax(380px,1.1fr); align-items: center;
  gap: clamp(60px,9vw,150px);
}
.image-frame { position: relative; }
.artist-image { height: 650px; }
.artist-image::before { content: ""; position: absolute; inset: 32px -30px -30px 32px; border: 1px solid rgba(225,167,68,.28); }
.artist-image img { position: relative; height: 100%; object-fit: cover; object-position: 48% center; }
.image-index { position: absolute; right: -68px; top: 120px; color: var(--gold-light); font-size: 9px; letter-spacing: .2em; transform: rotate(90deg); }
.artist-copy h2, .section-heading h2, .advisor-banner h2, .live-content h2, .contact-copy h2 {
  font-family: Georgia,"Times New Roman",serif; font-weight: 400; letter-spacing: -.03em;
}
.artist-copy h2 { max-width: 680px; margin-bottom: 28px; font-size: clamp(40px,4.2vw,66px); line-height: 1.05; }
.artist-copy > p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.artist-facts { max-width: 540px; margin: 36px 0; padding: 24px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.artist-facts div { display: flex; align-items: center; gap: 14px; }
.artist-facts div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.artist-facts strong { color: var(--gold-light); font-family: Georgia,serif; font-size: 26px; }
.artist-facts span { color: #beb8ae; font-size: 11px; line-height: 1.4; }

.shows-section {
  padding-top: 120px; padding-bottom: 130px;
  background:
    radial-gradient(circle at 50% 12%,rgba(225,167,68,.13),transparent 30%),
    var(--charcoal);
  border-top: 1px solid rgba(225,167,68,.22);
  border-bottom: 1px solid rgba(225,167,68,.18);
}
.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; font-size: clamp(42px,5vw,72px); line-height: 1.02; }
.split-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.formats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.format-card { position: relative; overflow: hidden; background: #11110f; border: 1px solid var(--line); transition: transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease; }
.format-card:hover { transform: translateY(-7px); border-color: rgba(225,167,68,.45); }
.format-card.featured {
  border-color: var(--gold);
  box-shadow: 0 18px 70px rgba(225,167,68,.16);
  transform: translateY(-12px);
}
.format-card.featured:hover { transform: translateY(-19px); }
.format-image { position: relative; height: 390px; overflow: hidden; }
.format-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,5,5,.55),transparent 45%); }
.format-image img { height: 100%; object-fit: cover; object-position: center 20%; transition: transform 600ms ease; }
.format-card:nth-child(3) .format-image img {
  object-position: center 12%;
  filter: brightness(.8) contrast(1.08) saturate(.92);
}
.format-card:nth-child(3) .format-image::before {
  content: ""; position: absolute; z-index: 1; inset: 0;
  background:
    linear-gradient(90deg,rgba(5,5,5,.24),transparent 55%),
    linear-gradient(0deg,rgba(5,5,5,.4),transparent 58%);
  pointer-events: none;
}
.format-card:hover img { transform: scale(1.035); }
.format-image > span { position: absolute; z-index: 2; left: 24px; bottom: 20px; color: var(--gold-light); font-family: Georgia,serif; font-size: 32px; }
.format-content { position: relative; padding: 30px; }
.featured-badge {
  position: absolute; top: -18px; right: 18px; z-index: 3; padding: 9px 14px;
  border-radius: 999px; background: var(--gold); color: #171109; font-size: 9px;
  font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}
.format-name { margin-bottom: 12px; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.format-content h3 { min-height: 86px; margin-bottom: 18px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; line-height: 1.12; }
.format-content > p:not(.format-name) { min-height: 130px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.ideal-for {
  display: block; min-height: 34px; margin-top: 18px; color: #c8c1b6;
  font-size: 9px; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase;
}
.text-link { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 18px; }

.advisor-banner {
  padding-top: 62px; padding-bottom: 62px; display: grid; grid-template-columns: 1.2fr .9fr auto;
  align-items: center; gap: 58px; background: linear-gradient(110deg,var(--gold-light),#c78a2d); color: #171109;
}
.advisor-banner .eyebrow { color: #4f3615; }
.advisor-banner .eyebrow > span { background: #4f3615; }
.advisor-banner h2 { margin: 0; font-size: clamp(34px,3.4vw,54px); line-height: 1; }
.advisor-banner > p { margin: 0; color: #463116; font-size: 14px; line-height: 1.7; }

.music-section { padding-top: 130px; padding-bottom: 130px; }
.centered-heading { text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading h2, .centered-heading > p:last-child { margin-left: auto; margin-right: auto; }
.centered-heading h2 { max-width: 900px; }
.centered-heading > p:last-child { max-width: 600px; margin-top: 20px; color: var(--muted); line-height: 1.7; }
.music-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.song-card { position: relative; height: 310px; overflow: hidden; }
.song-card img { height: 100%; object-fit: cover; object-position: center 20%; transition: transform 600ms ease; }
.song-card:hover img { transform: scale(1.06); }
.song-overlay { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.08) 68%); }
.song-play { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; color: white; background: rgba(0,0,0,.25); backdrop-filter: blur(8px); transform: translate(-50%,-50%); transition: background 180ms ease,border-color 180ms ease; }
.song-card:hover .song-play { background: var(--gold); border-color: var(--gold); color: #111; }
.song-meta { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: end; }
.song-meta strong { font-family: Georgia,serif; font-size: 21px; font-weight: 400; }
.song-meta small { color: var(--gold-light); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.center-action { margin-top: 42px; text-align: center; }

.process-section {
  padding-top: 120px; padding-bottom: 120px; background: var(--charcoal);
  border-top: 1px solid var(--line);
}
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.process-card { min-height: 270px; padding: 34px; background: #11110f; border: 1px solid var(--line); }
.process-card > span { color: var(--gold-light); font-family: Georgia,serif; font-size: 28px; }
.process-card h3 { margin: 54px 0 16px; font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.process-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.faq-section {
  padding-top: 120px; padding-bottom: 120px; background: #090909;
  border-top: 1px solid var(--line);
}
.faq-grid { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); }
.faq-grid summary {
  position: relative; padding: 28px 56px 28px 0; display: flex; align-items: center;
  gap: 24px; list-style: none; cursor: pointer; font-family: Georgia,serif;
  font-size: 22px; line-height: 1.3;
}
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after {
  content: "+"; position: absolute; right: 8px; color: var(--gold-light);
  font-family: Arial,sans-serif; font-size: 26px; font-weight: 300;
}
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid summary span {
  flex: 0 0 auto; color: var(--gold); font-family: Arial,sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: .12em;
}
.faq-grid details > p { margin: 0 60px 18px 44px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-grid details > a {
  margin: 0 60px 28px 44px; display: inline-flex; align-items: center; gap: 12px;
  color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
}

.live-feature { position: relative; min-height: 640px; padding-top: 110px; padding-bottom: 110px; display: flex; align-items: center; overflow: hidden; }
.live-feature > img, .live-overlay { position: absolute; inset: 0; height: 100%; }
.live-feature > img { object-fit: cover; }
.live-overlay { background: linear-gradient(90deg,rgba(5,5,5,.94) 5%,rgba(5,5,5,.72) 48%,rgba(5,5,5,.16)); }
.live-content { position: relative; z-index: 2; max-width: 720px; }
.live-content h2 { margin-bottom: 34px; font-size: clamp(48px,5vw,76px); line-height: 1.02; }

.contact-section {
  padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px,9vw,150px); background: var(--charcoal);
}
.contact-copy h2 { margin-bottom: 26px; font-size: clamp(44px,4.7vw,72px); line-height: 1.02; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.contact-details { margin-top: 44px; display: flex; flex-direction: column; gap: 12px; color: var(--gold-light); font-size: 14px; }
.contact-form { padding: 42px; background: #121210; border: 1px solid var(--line); }
.contact-form label { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; color: #cfc9bf; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22);
  border-radius: 0; outline: 0; background: transparent; color: var(--white);
  font-size: 14px; text-transform: none; letter-spacing: normal;
}
.contact-form select option { background: #171715; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.submit-button { width: 100%; border: 0; }
.form-privacy { margin: 16px 0 0; color: #77726b; font-size: 10px; line-height: 1.55; text-align: center; }

.footer {
  padding: 64px clamp(24px,8vw,130px) 34px; display: grid; grid-template-columns: 1fr 1.2fr auto auto;
  align-items: start; gap: 60px; border-top: 1px solid var(--line);
}
.footer > p { max-width: 440px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.socials { display: flex; flex-direction: column; gap: 13px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.socials a:hover { color: var(--gold-light); }
.footer-links { display: flex; flex-direction: column; gap: 13px; color: #b9b3a9; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }
.footer > small { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid var(--line); color: #69655f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-float {
  position: fixed; z-index: 60; right: 24px; bottom: 24px; min-height: 54px; padding: 0 22px 0 17px;
  display: flex; align-items: center; gap: 11px; border-radius: 999px; background: #25d366;
  color: #061f0f; box-shadow: 0 14px 45px rgba(0,0,0,.38); font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
}
.wa-icon { display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid currentColor; border-radius: 50%; font-size: 17px; }

.simple-page { min-height: 100vh; padding: 130px clamp(24px,12vw,180px); background: radial-gradient(circle at 20% 18%,rgba(225,167,68,.1),transparent 32%),var(--black); }
.simple-page h1 { max-width: 900px; }
.simple-page > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.simple-page h2 { max-width: 760px; margin: 42px 0 12px; font-family: Georgia,"Times New Roman",serif; font-size: 32px; font-weight: 400; }
.simple-page .button { margin-top: 28px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { position: fixed; top: 86px; left: 0; right: 0; padding: 30px; display: none; flex-direction: column; background: #090909; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 0; background: transparent; }
  .menu-toggle span { width: 23px; height: 1px; background: var(--white); }
  .hero { grid-template-columns: 1fr .9fr; gap: 50px; }
  .trust-strip { grid-template-columns: repeat(4,1fr); }
  .trust-intro { grid-column: 1/-1; }
  .trust-intro p { max-width: none; }
  .formats-grid { grid-template-columns: 1fr; }
  .format-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .format-card.featured { transform: none; }
  .format-card.featured:hover { transform: translateY(-7px); }
  .format-image { height: 440px; }
  .format-content { align-self: center; }
  .format-content h3, .format-content > p:not(.format-name) { min-height: 0; }
  .advisor-banner { grid-template-columns: 1fr 1fr; }
  .advisor-banner .button { grid-column: 2; justify-self: start; }
  .footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; font-size: 13px; }
  .brand-text { font-size: 11px; }
  .nav { top: 74px; }
  .hero { min-height: auto; padding: 118px 20px 70px; display: flex; flex-direction: column; align-items: stretch; gap: 58px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 9px; line-height: 1.5; }
  h1 { font-size: clamp(44px,13vw,62px); }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 520px; min-height: 0; margin-left: 18px; }
  .hero-stamp { left: -20px; bottom: 24px; width: 116px; height: 116px; }
  .hero-stamp strong { font-size: 31px; }
  .trust-strip { padding: 34px 20px; grid-template-columns: 1fr 1fr; gap: 0; }
  .trust-intro { margin-bottom: 26px; }
  .trust-item { min-height: 110px; padding: 18px; border-top: 1px solid var(--line); border-left: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--line); }
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .artist-section { padding-top: 86px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 72px; }
  .artist-image { height: 510px; margin-right: 20px; }
  .image-index { display: none; }
  .artist-copy h2 { font-size: 44px; }
  .artist-facts { grid-template-columns: 1fr; gap: 18px; }
  .artist-facts div + div { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .artist-copy .button { width: 100%; }
  .shows-section, .music-section, .process-section, .faq-section, .contact-section { padding-top: 86px; padding-bottom: 90px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: 43px; }
  .formats-grid { gap: 20px; }
  .format-card { display: block; }
  .format-card.featured { border-width: 2px; }
  .format-image { height: 390px; }
  .format-content { padding: 26px 22px 30px; }
  .format-content h3 { font-size: 29px; }
  .advisor-banner { padding-top: 56px; padding-bottom: 56px; grid-template-columns: 1fr; gap: 24px; }
  .advisor-banner .button { grid-column: auto; width: 100%; }
  .music-grid { grid-template-columns: 1fr; }
  .song-card { height: 340px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; padding: 28px 24px; }
  .process-card h3 { margin-top: 34px; }
  .faq-grid summary { padding: 24px 40px 24px 0; gap: 14px; font-size: 19px; }
  .faq-grid details > p, .faq-grid details > a { margin-left: 28px; margin-right: 20px; }
  .live-feature { min-height: 600px; padding-top: 80px; padding-bottom: 80px; }
  .live-overlay { background: linear-gradient(0deg,rgba(5,5,5,.96),rgba(5,5,5,.35)); }
  .live-content { align-self: flex-end; }
  .live-content h2 { font-size: 48px; }
  .live-content .button { width: 100%; }
  .contact-section { grid-template-columns: 1fr; gap: 48px; }
  .contact-copy h2 { font-size: 48px; }
  .contact-details { font-size: 12px; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer { padding: 58px 20px 100px; grid-template-columns: 1fr; gap: 30px; }
  .footer > small { grid-column: auto; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 50px; padding: 0 16px; }
  .simple-page { padding: 100px 20px 72px; }
  .simple-page h1 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
