:root {
  --black: #050505;
  --black-soft: #101114;
  --panel: #17191f;
  --white: #ffffff;
  --paper: #f5f4f1;
  --text: #f8f8f8;
  --muted: #b9bec8;
  --ink: #121318;
  --ink-soft: #50545d;
  --cyan: #21d6f3;
  --magenta: #ff3ca8;
  --amber: #f4bc35;
  --green: #4dd560;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--black);
  line-height: 1.6;
}

img,
input,
textarea,
button {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(5, 5, 5, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.95rem;
}

.main-nav a:hover,
.footer-links a:hover,
.contact-details a:hover,
.legal-section a:hover {
  color: var(--cyan);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.header-cta,
.button.primary {
  color: #061015;
  background: linear-gradient(135deg, var(--cyan), #ffffff 48%, var(--amber));
}

.button.dark {
  color: var(--white);
  background: var(--black);
}

.button.ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.button.full {
  width: 100%;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-dark {
  color: var(--text);
  background: var(--black);
}

.section-light {
  color: var(--ink);
  background: var(--paper);
}

.section-accent {
  color: #061015;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.7)),
    url("assets/soundwave.png") center / cover;
}

.hero {
  position: relative;
  min-height: calc(100vh - 77px);
  overflow: hidden;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}


.hero-bg {
  z-index: -3;
  background: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1800&q=82") center / cover no-repeat;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.75) 50%, rgba(5, 5, 5, 0.35) 100%),
    radial-gradient(circle at 76% 22%, rgba(33, 214, 243, 0.24), transparent 30%),
    radial-gradient(circle at 58% 85%, rgba(255, 60, 168, 0.2), transparent 34%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 77px);
  margin: 0 auto;
  padding: 70px 0;
}

.hero-copy {
  max-width: 780px;
}

.hero-logo {
  width: 132px;
  height: 132px;
  margin-bottom: 26px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 24px 70px rgba(0, 0, 0, 0.4);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-light .eyebrow {
  color: #007f9a;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(3.5rem, 8vw, 7.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 680px;
  margin-bottom: 30px;
  color: #e2e6ed;
  font-size: clamp(1.05rem, 1.8vw, 1.26rem);
}

.hero-actions,
.contact-pills,
.rental-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-pills {
  margin-top: 28px;
}

.contact-pills a {
  padding: 8px 12px;
  color: #eaf4f8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.contact-card,
.contact-form {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 17, 20, 0.92);
  box-shadow: var(--shadow);
}

.contact-card h2 {
  font-size: 1.7rem;
}

.contact-card p {
  color: var(--muted);
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: #e1e6ee;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  outline: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(235, 242, 250, 0.58);
}

input:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(33, 214, 243, 0.16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.brand-wave {
  padding: 28px 0;
  background: var(--white);
}

.brand-wave img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.about,
.services,
.repertoire,
.rental,
.gallery,
.review,
.contact,
.legal-section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.about-grid,
.split-grid,
.rental-grid,
.review-grid,
.contact-grid,
.legal-grid,
.strip-grid,
.footer-grid {
  display: grid;
  gap: clamp(28px, 4vw, 60px);
}

.about-grid {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  align-items: center;
}

.portrait-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--black);
  box-shadow: var(--shadow);
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.about-copy p,
.section-heading p,
.repertoire p,
.rental-copy p,
.contact-copy p {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.fact-grid span {
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 38px;
}

.services .section-heading p,
.rental-copy p,
.review p,
.legal-section p {
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.equipment-list article,
.review-card {
  border-radius: var(--radius);
}

.service-card {
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--panel);
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 44px;
  border-radius: 50%;
  color: var(--black);
  background: var(--amber);
  font-weight: 900;
}

.service-card p,
.equipment-list p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--cyan);
  font-weight: 900;
}

.split-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  align-items: center;
}

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

.check-list li {
  position: relative;
  padding: 15px 16px 15px 46px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink-soft);
  box-shadow: 0 14px 34px rgba(18, 19, 24, 0.08);
}

.check-list li::before {
  position: absolute;
  left: 16px;
  top: 17px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--magenta), var(--amber));
}

.rental-grid {
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  align-items: center;
}

.equipment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.equipment-list article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-strip {
  padding: 38px 0;
}

.strip-grid {
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  align-items: center;
}

.section-accent .eyebrow {
  color: #24404a;
}

.contact-strip h2 {
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.inline-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.inline-form input {
  color: var(--ink);
  border-color: rgba(6, 16, 24, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

.inline-form input::placeholder {
  color: rgba(16, 23, 32, 0.62);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 250px;
  gap: 16px;
}

.gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: 0 18px 45px rgba(18, 19, 24, 0.12);
}

.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.66);
  font-size: 0.86rem;
  font-weight: 900;
}

.review-grid {
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 0.7fr);
  align-items: center;
}

.review-card {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(33, 214, 243, 0.16), rgba(255, 60, 168, 0.12)), var(--panel);
}

.review-card span {
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.review-card strong {
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.contact-grid {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.1fr);
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(18, 19, 24, 0.08);
}

.contact-details p {
  margin: 0;
  color: var(--ink);
}

.contact-form label {
  color: #eef3f8;
}

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

.legal-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #030303;
}

.footer-grid {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.footer-brand span {
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 1040px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero-inner,
  .about-grid,
  .split-grid,
  .rental-grid,
  .strip-grid,
  .review-grid,
  .contact-grid,
  .legal-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 56px 0;
  }

  .card-grid,
  .equipment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inline-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    padding: 12px 16px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 4px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.82) 54%, rgba(5, 5, 5, 0.96) 100%),
      radial-gradient(circle at 72% 18%, rgba(33, 214, 243, 0.22), transparent 30%);
  }

  .hero-logo {
    width: 104px;
    height: 104px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .section-inner,
  .hero-inner {
    width: min(100% - 28px, 1180px);
  }

  .form-grid,
  .card-grid,
  .equipment-list,
  .fact-grid,
  .inline-form {
    grid-template-columns: 1fr;
  }

  .contact-card,
  .contact-form,
  .service-card,
  .equipment-list article,
  .review-card {
    padding: 22px;
  }

  .brand-wave {
    padding: 16px 0;
  }

  .brand-wave .section-inner {
    width: calc(100% - 16px);
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .gallery-large {
    grid-column: auto;
    grid-row: auto;
  }
}

.legal-hero {
  padding: clamp(64px, 9vw, 110px) 0 clamp(44px, 7vw, 82px);
}

.legal-page h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.3rem);
}

.legal-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.legal-content {
  padding: clamp(54px, 8vw, 96px) 0;
}

.legal-document {
  max-width: 920px;
}

.legal-document article + article {
  margin-top: clamp(42px, 6vw, 70px);
  padding-top: clamp(34px, 5vw, 56px);
  border-top: 1px solid rgba(18, 19, 24, 0.14);
}

.legal-document h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.legal-document h3 {
  margin-top: 32px;
  color: var(--ink);
  font-size: 1.35rem;
}

.legal-document h4 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 1.05rem;
}

.legal-document p {
  color: var(--ink-soft);
}

.legal-document a {
  color: #007f9a;
  font-weight: 800;
}