* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lora", "Times New Roman", serif;
  color: #1f1c1a;
  background: #f7f3ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

.brand {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ad-label {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  color: #6a4b3a;
  border: 1px solid #d3c5bb;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7f0;
}

.hero {
  min-height: 420px;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fdfbf9;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24, 17, 14, 0.85), rgba(24, 17, 14, 0.25));
}

.hero-content {
  position: relative;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.2;
}

.hero p {
  font-size: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #c96c43;
  color: #fffaf7;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.btn-light {
  background: #f7e3d6;
  color: #5a2d18;
}

.section {
  margin-top: 56px;
}

.section-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 28px;
  margin-bottom: 16px;
}

.magazine-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.col-60 {
  flex: 0 0 60%;
}

.col-40 {
  flex: 0 0 40%;
}

.col-50 {
  flex: 0 0 50%;
}

.col-33 {
  flex: 0 0 33.33%;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.img-frame {
  background-color: #d6c7bd;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
}

.highlight-box {
  border-left: 4px solid #c96c43;
  padding-left: 16px;
  font-style: italic;
  color: #3d2d25;
}

.stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stat {
  background: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  flex: 1 1 160px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card .content {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #5a2d18;
}

.form-section {
  background: #f2e5db;
  padding: 36px;
  border-radius: 18px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.form-panel {
  flex: 1;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 14px;
  color: #3c2c25;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #ccb9ad;
  background: #fff;
  font-family: inherit;
}

.form-note {
  font-size: 13px;
  color: #4a3a33;
}

.footer {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #dbcfc6;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  color: #4c3b33;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #5a2d18;
  color: #fff7f0;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 360px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 11;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.muted {
  color: #6b5a52;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1774619755413-7c31ab3aabc3?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-curtain {
  background-image: url("https://images.unsplash.com/photo-1767811556101-d4dacddc8cb6?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-auditorium {
  background-image: url("https://images.unsplash.com/photo-1767475048019-4cbf6d914472?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.tagline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-grid {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  flex: 1;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}

@media (max-width: 980px) {
  .magazine-row,
  .form-section,
  .contact-grid {
    flex-direction: column;
  }

  .col-60,
  .col-40,
  .col-50,
  .col-33 {
    flex: 1 1 auto;
  }

  .hero {
    padding: 48px 32px;
  }

  .sticky-cta {
    right: 16px;
    left: 16px;
    text-align: center;
  }
}
