
:root {
  --bg: #08070d;
  --bg-alt: #12111a;
  --card: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.12);
  --text: #f4f3f8;
  --muted: #c2bed1;
  --accent: #ff2f6d;
  --accent-2: #6f8cff;
  --accent-3: #8c52ff;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 47, 109, 0.13), transparent 28%),
    radial-gradient(circle at top right, rgba(111, 140, 255, 0.10), transparent 25%),
    linear-gradient(180deg, #08070d 0%, #0c0b12 100%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.72; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.section { padding: 84px 0; }
.section-alt { background: rgba(255, 255, 255, 0.025); }
.eyebrow {
  color: #ff8db0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(8, 7, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.logo span { color: #ff8db0; }
.site-nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.site-nav a {
  color: var(--muted);
  font-weight: 600;
}
.site-nav a:hover { color: var(--text); }
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--text);
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/hero-main.webp') center 22% / cover no-repeat;
  transform: scale(1.02);
  filter: saturate(1.05);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 13, 0.82) 0%, rgba(8, 7, 13, 0.42) 55%, rgba(8, 7, 13, 0.68) 100%),
    linear-gradient(180deg, rgba(8, 7, 13, 0.18), rgba(8, 7, 13, 0.82));
}
.hero-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(8,7,13,0), rgba(8,7,13,0.95));
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: end;
}
.hero-copy { max-width: 760px; }
.hero h1 {
  font-size: clamp(2.7rem, 8vw, 5.6rem);
  margin-bottom: 1rem;
}
.hero-text {
  font-size: 1.05rem;
  max-width: 540px;
  margin-bottom: 0;
}
.hero-link {
  display: inline-flex;
  margin-top: 0.95rem;
  color: #f7d1de;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.hero-link:hover { color: #fff; }
.hero-actions,
.hero-pills,
.pill-row,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.hero-actions { margin-top: 1.55rem; }
.hero-pills { margin-top: 1rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.98rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: white;
  box-shadow: 0 16px 36px rgba(255, 47, 109, 0.25);
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
}
.btn-full { width: 100%; border: 0; cursor: pointer; }
.pill {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  padding: 0.58rem 0.84rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}
.pill-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.pill-link:hover,
.pill-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.11);
}
.card {
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 1.4rem;
}
.glass-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05));
}
.feature-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}
.split-grid,
.booking-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}
.about-grid { align-items: center; }
.about-image-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: var(--shadow);
}
.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.section-intro { max-width: 780px; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.music-card {
  min-height: 185px;
  background: linear-gradient(180deg, rgba(140,82,255,0.12), rgba(255,47,109,0.06));
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gallery-item-featured {
  grid-column: span 2;
}
.gallery-item-featured img {
  aspect-ratio: 16 / 10;
}
.booking-form {
  display: grid;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  padding: 1.5rem;
  border-radius: var(--radius);
}
.booking-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
  font-weight: 600;
}
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
}
.booking-form option { color: #111; }
.form-note { margin: 0; font-size: 0.92rem; }
.info-card p { margin-bottom: 0; }
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.1rem 0 2rem;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-links { color: var(--muted); }
.legal-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 4rem 0;
}
.legal-card {
  max-width: 820px;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .booking-grid,
  .contact-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-item-featured {
    grid-column: span 2;
  }
  .about-image-wrap { aspect-ratio: 4 / 3; }
}

@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    min-width: 220px;
    padding: 0.8rem;
    background: rgba(10,10,15,0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .hero {
    min-height: auto;
    padding: 6.6rem 0 2.75rem;
  }
  .hero::after {
    background:
      linear-gradient(180deg, rgba(8, 7, 13, 0.32), rgba(8, 7, 13, 0.92));
  }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 4rem); margin-bottom: 0.8rem; }
  .hero-copy { max-width: none; }
  .hero-text { font-size: 1rem; line-height: 1.58; max-width: none; }
  .hero-card { padding: 1.15rem; }
  .hero-card h2 { font-size: 1.9rem; margin-bottom: 0.85rem; }
  .hero-pills { gap: 0.55rem; }
  .hero-pills .pill {
    padding: 0.5rem 0.78rem;
    font-size: 0.86rem;
  }
  .gallery-grid { grid-template-columns: 1fr; gap: 0.8rem; }
  .gallery-item,
  .gallery-item-featured { grid-column: auto; }
  .gallery-item img,
  .gallery-item-featured img { aspect-ratio: 5 / 4; }
  .music-card,
  .process-card { min-height: 0; }
  .booking-form,
  .card { padding: 1.1rem; }
  .about-image-wrap { aspect-ratio: 5 / 4; }
}

.repertoire-card {
  margin-top: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.04));
}
.references-pills {
  margin-top: 1rem;
}
.soft-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 1rem 0;
}
.booking-checklist {
  margin: 1rem 0 1.2rem;
  padding-left: 1.15rem;
  color: var(--text);
  line-height: 1.7;
}
.booking-checklist li + li {
  margin-top: 0.3rem;
}
.booking-info-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
}
.info-card strong {
  display: block;
  margin-bottom: 0.35rem;
}

.hero-claim {
  font-size: clamp(1.18rem, 3vw, 1.8rem);
  color: #fff;
  font-weight: 800;
  max-width: 700px;
  margin-bottom: 1rem;
}
.process-grid {
  align-items: stretch;
}
.process-card {
  position: relative;
  min-height: 220px;
  padding-top: 3.7rem;
}
.process-step {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
}
.process-card-highlight {
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(111,140,255,0.08));
}
.legal-card-wide {
  max-width: 920px;
}
.legal-card h2 {
  margin-top: 2rem;
  font-size: 1.2rem;
}
.legal-list {
  color: var(--muted);
  line-height: 1.8;
}


.reference-card-featured {
  grid-column: span 2;
  min-height: 0;
  background: linear-gradient(135deg, rgba(255,47,109,0.16), rgba(111,140,255,0.10));
}
.reference-card-compact {
  min-height: 140px;
  opacity: 0.92;
}
.references-highlight-grid {
  margin-top: 1rem;
}
@media (max-width: 980px) {
  .reference-card-featured {
    grid-column: span 1;
  }
}


.cta-section {
  padding-top: 0;
}
.cta-card {
  background: linear-gradient(135deg, rgba(255,47,109,0.18), rgba(111,140,255,0.16));
  text-align: center;
}
.cta-card p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cta-actions {
  justify-content: center;
}
.form-note {
  opacity: 0.92;
}
.booking-form textarea {
  min-height: 152px;
}
@media (max-width: 760px) {
  .hero-actions,
  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
  .hero-actions { margin-top: 1.35rem; }
  .hero-link {
    display: block;
    width: 100%;
    margin-top: 0.85rem;
    text-align: center;
  }
  .site-header { background: rgba(8, 7, 13, 0.9); }
  .nav-wrap { min-height: 68px; }
  .footer-wrap {
    align-items: flex-start;
  }
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.site-version {
  margin: 0;
  font-size: 0.78rem;
  opacity: 0.72;
}


.text-link {
  color: #f7d1de;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.text-link:hover { color: #fff; }
.offer-card,
.faq-card { min-height: 0; }
.service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.subpage-hero {
  min-height: auto;
  padding: 7rem 0 3.5rem;
}
.subpage-hero::before {
  background-position: center 24%;
}
.subpage-hero .hero-grid {
  align-items: center;
}
.breadcrumb {
  margin: 0 0 1rem;
  color: #f7d1de;
  font-weight: 700;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.page-content p strong {
  color: var(--text);
}
@media (max-width: 760px) {
  .subpage-hero {
    padding: 6rem 0 2.5rem;
  }
}


.mobile-contact-cta {
  display: none;
}
@media (max-width: 760px) {
  body { padding-bottom: 4.75rem; }
  .mobile-contact-cta {
    display: inline-flex;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 0.85rem;
    z-index: 1200;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: #d91f59;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.36);
  }
}

/* v1.3.2 — visual relaunch aligned with the DJ Egid Schwemmer logo */
:root {
  --bg: #080809;
  --bg-alt: #101011;
  --surface: #151516;
  --surface-2: #1b1b1d;
  --card: rgba(255, 255, 255, 0.045);
  --card-border: rgba(214, 219, 224, 0.12);
  --text: #f4f2ef;
  --muted: #c0bdba;
  --steel: #d8dadd;
  --accent: #d52218;
  --accent-2: #8c130f;
  --accent-3: #f14a2f;
  --ember: #54100d;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
}

body {
  background:
    radial-gradient(circle at 14% -8%, rgba(213, 34, 24, 0.14), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(120, 23, 18, 0.10), transparent 26%),
    linear-gradient(180deg, #080809 0%, #0d0d0e 48%, #09090a 100%);
}

::selection { background: rgba(213,34,24,.82); color: #fff; }

.eyebrow {
  color: #ef5a45;
  letter-spacing: 0.18em;
}

.site-header {
  background: rgba(7, 7, 8, 0.84);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.nav-wrap { min-height: 78px; }
.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-width: max-content;
}
.brand-logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.35));
}
.brand-wordmark {
  display: grid;
  line-height: 1;
  font-size: .76rem;
  color: #bbb8b4;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.brand-wordmark strong {
  margin-top: .22rem;
  color: #f3f1ee;
  font-size: .95rem;
  letter-spacing: .035em;
}
.site-nav { gap: 1.1rem; }
.site-nav a {
  color: #c6c3bf;
  font-size: .92rem;
  position: relative;
}
.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.5rem;
  height: 2px;
  background: var(--accent);
  transition: right .18s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after,
.site-nav a:focus-visible::after { right: 0; }

.hero {
  min-height: 82svh;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.hero::before {
  background-position: center 25%;
  filter: saturate(.88) contrast(1.05) brightness(.9);
}
.hero::after {
  background:
    radial-gradient(circle at 64% 45%, rgba(160, 25, 16, .16), transparent 34%),
    linear-gradient(90deg, rgba(5,5,6,.86) 0%, rgba(5,5,6,.50) 47%, rgba(5,5,6,.68) 100%),
    linear-gradient(180deg, rgba(5,5,6,.12), rgba(5,5,6,.91));
}
.hero-grid { grid-template-columns: minmax(0,1.24fr) minmax(0,.76fr); gap: 2rem; min-width:0; }
.hero-copy,.hero-card,.hero-title,.hero-title-top,.hero-title-bottom{min-width:0;max-width:100%;}
.hero-copy { padding: 2.6rem 0; }
.hero-title {
  display: grid;
  width: fit-content;
  margin-bottom: .72rem !important;
  text-transform: uppercase;
  letter-spacing: -.045em;
  text-shadow: 0 8px 28px rgba(0,0,0,.5);
}
.hero-title-top {
  color: #e8e6e2;
  font-size: .78em;
  font-weight: 900;
  letter-spacing: -.03em;
}
.hero-title-bottom {
  color: #e03022;
  font-weight: 950;
  letter-spacing: -.055em;
  text-shadow: 0 2px 0 #6f100b, 0 9px 26px rgba(0,0,0,.52);
}
.hero-claim {
  color: #f8f7f4;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: clamp(1.05rem, 2.5vw, 1.48rem);
}
.hero-text { color: #d1ceca; max-width: 620px; }
.hero-link,
.text-link,
.breadcrumb { color: #f0998f; }
.hero-link:hover,
.text-link:hover { color: #fff; }

.btn { border-radius: 10px; text-transform: uppercase; letter-spacing: .035em; }
.btn-primary {
  background: linear-gradient(135deg, #e02c1f, #aa1711);
  box-shadow: 0 14px 34px rgba(213,34,24,.30), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-primary:hover { box-shadow: 0 18px 38px rgba(213,34,24,.38); }
.btn-secondary {
  border-color: rgba(216,218,221,.22);
  background: rgba(18,18,19,.66);
}
.pill {
  background: rgba(15,15,16,.68);
  border-color: rgba(216,218,221,.16);
  color: #e2dfdb;
}
.pill-link:hover,
.pill-link:focus-visible { border-color: rgba(224,44,31,.55); background: rgba(111,16,11,.22); }

.card,
.booking-form {
  background: linear-gradient(180deg, rgba(30,30,31,.88), rgba(18,18,19,.92));
  border-color: rgba(216,218,221,.11);
}
.glass-card {
  background: linear-gradient(180deg, rgba(27,27,29,.88), rgba(12,12,13,.78));
  border-left: 3px solid rgba(224,44,31,.72);
}
.music-card {
  background:
    linear-gradient(180deg, rgba(213,34,24,.075), transparent 46%),
    linear-gradient(180deg, rgba(31,31,32,.94), rgba(17,17,18,.94));
}
.music-card h3,
.card h3 { color: #f1efeb; }
.section-alt { background: rgba(255,255,255,.018); }
.section h2 { letter-spacing: -.025em; }

.trust-strip {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #0d0d0e, #09090a);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.trust-item {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.35rem 1rem;
  border-right: 1px solid rgba(255,255,255,.07);
}
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.trust-icon {
  flex: 0 0 2.35rem;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  color: #ef392a;
  font-size: 1.6rem;
  font-weight: 900;
}
.trust-item strong {
  display: block;
  color: #f1efeb;
  font-size: .96rem;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.trust-item span:last-child {
  display: block;
  margin-top: .28rem;
  color: #aaa7a3;
  font-size: .78rem;
  line-height: 1.35;
}

.about-image-wrap,
.gallery-item { border-color: rgba(216,218,221,.10); }
.about-image { filter: saturate(.92) contrast(1.03); }
.repertoire-card,
.booking-info-card,
.process-card-highlight,
.reference-card-featured,
.cta-card {
  background:
    linear-gradient(135deg, rgba(213,34,24,.11), rgba(255,255,255,.025) 48%, rgba(95,15,11,.10)),
    linear-gradient(180deg, rgba(29,29,30,.94), rgba(15,15,16,.94));
}
.process-step { background: linear-gradient(135deg, #e02c1f, #8e120d); }
.booking-form input,
.booking-form select,
.booking-form textarea {
  background: #111112;
  border-color: rgba(216,218,221,.14);
}
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(224,44,31,.72);
  outline-offset: 1px;
  border-color: transparent;
}
.site-footer { background: #080809; }
.mobile-contact-cta {
  background: linear-gradient(135deg, #d6291d, #9d150f) !important;
}

/* v1.3.4 — consolidated responsive refinement */
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.15rem;
  }
  .hero-grid,
  .hero-copy,
  .hero-card,
  .hero-title,
  .hero-title-top,
  .hero-title-bottom {
    min-width: 0;
    max-width: 100%;
  }
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  body { padding-bottom: 4.35rem; }

  .site-header {
    background: rgba(8, 8, 9, .96);
    box-shadow: 0 5px 18px rgba(0,0,0,.16);
  }
  .nav-wrap { min-height: 62px; }
  .brand-logo img {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.28));
  }
  .brand-wordmark { display: none; }
  .site-nav {
    background: rgba(14,14,15,.985);
    border-color: rgba(224,44,31,.13);
  }

  .hero {
    min-height: auto;
    padding: 1.55rem 0 1.65rem;
    border-bottom-color: rgba(255,255,255,.045);
  }
  .hero::before {
    background-position: 47% 19%;
    filter: saturate(.78) contrast(1.03) brightness(.82);
  }
  .hero::after {
    background:
      linear-gradient(180deg, rgba(6,6,7,.48) 0%, rgba(9,9,10,.62) 46%, rgba(10,10,11,.93) 100%);
  }
  .hero-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
  }
  .hero-copy {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hero-copy > .eyebrow {
    margin: 0 0 .65rem;
    font-size: .69rem;
    line-height: 1.35;
    letter-spacing: .145em;
    color: #e95a4b;
  }
  .hero-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto .62rem !important;
    justify-items: center;
    overflow-wrap: normal;
  }
  .hero-title-top {
    font-size: clamp(1.78rem, 8.1vw, 2.35rem);
    line-height: 1;
  }
  .hero-title-bottom {
    font-size: clamp(2.25rem, 10.9vw, 3.25rem);
    line-height: .99;
    letter-spacing: -.055em;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-claim {
    max-width: 34rem;
    margin: 0 auto .75rem;
    font-size: clamp(.92rem, 4.25vw, 1.12rem);
    line-height: 1.34;
    letter-spacing: .04em;
  }
  .hero-text {
    max-width: 36rem;
    margin: 0 auto;
    font-size: .94rem;
    line-height: 1.53;
    color: #c8c5c1;
  }
  .hero-actions,
  .hero-pills {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .hero-actions-secondary {
    margin-top: 1rem;
    align-items: center;
  }
  .hero-actions-secondary .btn {
    width: auto;
    min-width: min(100%, 17rem);
    max-width: 100%;
    padding: .72rem 1.05rem;
    border-radius: 9px;
    background: rgba(20,20,21,.58);
    border-color: rgba(216,218,221,.15);
    box-shadow: none;
    font-size: .84rem;
    letter-spacing: .025em;
  }
  .hero-link {
    display: inline-flex;
    width: auto;
    margin-top: .72rem;
    font-size: .86rem;
    font-weight: 650;
    color: #d89b94;
  }
  .hero-pills {
    gap: .42rem;
    margin-top: .75rem;
  }
  .hero-pills .pill {
    padding: .4rem .62rem;
    font-size: .74rem;
    font-weight: 650;
    background: rgba(22,22,23,.6);
    border-color: rgba(216,218,221,.10);
  }
  .hero-card { display: none; }

  .trust-strip {
    background: #101011;
    border-color: rgba(255,255,255,.045);
  }
  .trust-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trust-item {
    min-height: 66px;
    gap: .5rem;
    padding: .7rem .65rem;
    border-color: rgba(255,255,255,.045);
  }
  .trust-item:first-child,
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-icon {
    flex-basis: 1.55rem;
    width: 1.55rem;
    height: 1.55rem;
    font-size: 1.05rem;
    color: #df4437;
  }
  .trust-item strong {
    font-size: .72rem;
    letter-spacing: .018em;
  }
  .trust-item span:last-child { display: none; }

  .card,
  .booking-form {
    background: linear-gradient(180deg, rgba(25,25,27,.91), rgba(18,18,20,.94));
    border-color: rgba(216,218,221,.075);
    box-shadow: 0 12px 30px rgba(0,0,0,.20);
  }
  .repertoire-card,
  .booking-info-card,
  .process-card-highlight,
  .reference-card-featured,
  .cta-card {
    background:
      linear-gradient(180deg, rgba(31,31,33,.94), rgba(18,18,20,.95));
  }

  .mobile-contact-cta {
    left: 50%;
    right: auto;
    width: min(calc(100% - 2rem), 340px);
    min-height: 3rem;
    bottom: max(.65rem, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    padding: .72rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #cf2b20, #a81b14) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.30);
    font-size: .93rem;
  }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 1.4rem), var(--max)); }
  .hero { padding-top: 1.3rem; }
  .hero-copy > .eyebrow { font-size: .65rem; letter-spacing: .125em; }
  .hero-title-top { font-size: clamp(1.7rem, 8vw, 2.15rem); }
  .hero-title-bottom { font-size: clamp(2.08rem, 10.5vw, 2.85rem); }
  .hero-text { font-size: .91rem; }
  .hero-pills .pill { font-size: .71rem; padding-inline: .54rem; }
  .mobile-contact-cta { width: min(calc(100% - 1.4rem), 330px); }
}



/* v1.3.5 content refinement */
@media (max-width: 760px) {
  .cta-section {
    display: none;
  }

  .hero-pills {
    justify-content: center;
    gap: .55rem;
  }

  .hero-pills .pill {
    padding: .5rem .82rem;
  }
}
