* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1c1e21;
  background: #f6f4f1;
  line-height: 1.6;
}

a {
  color: #1c1e21;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  overflow-x: hidden;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 7%;
  background: #f6f4f1;
  border-bottom: 1px solid #ded9d1;
}

.brand {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.ad-label {
  font-size: 0.8rem;
  color: #5b5f66;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.9rem;
}

.section {
  padding: 70px 7%;
}

.section.alt {
  background: #ece8e1;
}

.section.deep {
  background: #1c1e21;
  color: #f6f4f1;
}

.split {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}

.split--reverse {
  flex-direction: row-reverse;
}

.split__content {
  flex: 1 1 52%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.split__media {
  flex: 1 1 48%;
  background: #d8d1c8;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
}

.eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7a7f86;
}

.headline {
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0;
}

.copy {
  margin: 0;
  max-width: 540px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1c1e21;
  color: #f6f4f1;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #f6f4f1;
  color: #1c1e21;
  border: 1px solid #c7bfb5;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  width: fit-content;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.details-item {
  padding: 14px 18px;
  background: #f6f4f1;
  border-radius: 12px;
  border: 1px solid #e2dbd1;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #ded9d1;
  background: #fffefc;
}

.card-media {
  background: #ded9d1;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 160px;
}

.service-card strong {
  font-size: 1.1rem;
}

.price {
  font-weight: 600;
  color: #4a2f1a;
}

.quote {
  padding: 18px;
  border-left: 3px solid #1c1e21;
  background: #f6f4f1;
}

.floating-panel {
  padding: 26px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(12, 12, 12, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.selection-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.selection-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #c8c2b7;
  background: #f6f4f1;
  cursor: pointer;
  font-weight: 600;
}

.form-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #ded9d1;
  background: #fffefc;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c8c2b7;
  font-size: 1rem;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  padding: 50px 7% 70px;
  background: #111214;
  color: #f6f4f1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer small {
  color: #b6b6b6;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: #4a2f1a;
  color: #f6f4f1;
  border-radius: 999px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 20;
  box-shadow: 0 12px 30px rgba(12, 12, 12, 0.2);
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #c7bfb5;
  padding: 16px 20px;
  border-radius: 14px;
  display: none;
  gap: 12px;
  align-items: center;
  z-index: 30;
  box-shadow: 0 10px 25px rgba(12, 12, 12, 0.15);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.background-panel {
  background: #d6cfc6;
  padding: 60px 7%;
  border-radius: 24px;
  margin: 0 7%;
}

.background-panel.sound-bg {
  background-image: url("https://images.unsplash.com/photo-1640521843794-cb61ae396ddb?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.background-panel.deep-bg {
  background-image: url("https://images.unsplash.com/photo-1527261834078-9b37d35a4a32?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.background-panel .split__media {
  background: rgba(0, 0, 0, 0.15);
}

.note {
  font-size: 0.9rem;
  color: #6b7077;
}

.contact-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1 1 260px;
  padding: 20px;
  border-radius: 16px;
  background: #fffefc;
  border: 1px solid #ded9d1;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-list h2 {
  margin: 0;
}

@media (max-width: 900px) {
  .split,
  .split--reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
    justify-content: center;
  }

  .topbar {
    flex-direction: column;
    gap: 12px;
  }
}
