:root {
  --yellow: #ffd400;
  --yellow-soft: #fff7d6;
  --black: #000;
  --ink: #191815;
  --muted: #67625b;
  --line: #e9e2c7;
  --pink: #ff8ab3;
  --blue: #5ecfff;
  --mint: #7be3b1;
  --white: #fff;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 1.45rem;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -8px;
  bottom: -5px;
  height: 13px;
  z-index: -1;
  background: var(--yellow);
  border-radius: 999px 48px 999px 32px;
  transform: rotate(-2deg);
}

.main-nav,
.header-actions,
.language-switcher {
  display: flex;
  align-items: center;
  gap: 14px;
}

.main-nav a {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c2a27;
}

.main-nav a:hover {
  color: #000;
}

.language-switcher {
  gap: 4px;
  padding: 4px;
  background: #f6f2e1;
  border-radius: 999px;
}

.language-switcher a,
.language-switcher button {
  display: grid;
  width: 38px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher a.active,
.language-switcher button.active {
  background: var(--black);
  color: var(--yellow);
}

.icon-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
}

.section,
.section-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: clamp(68px, 8vw, 118px) 0;
}

#events {
  padding-top: 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  min-height: auto;
  padding: clamp(28px, 4vw, 52px) 0 clamp(28px, 4vw, 52px);
}

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

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #7a5c00;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 4.1vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--black);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
  color: var(--black);
}

h3 {
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: clamp(1.07rem, 1.8vw, 1.36rem);
  color: var(--muted);
}

.hero-actions,
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 2px solid var(--black);
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.button.primary {
  background: var(--yellow);
  color: var(--black);
}

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

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.trust-list li,
.tag-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf5;
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.hero-visual picture {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(1.3deg);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.paint-stroke {
  position: absolute;
  inset: auto 1% -5% 10%;
  height: 30%;
  background: var(--yellow);
  border-radius: 50% 18% 44% 15%;
  transform: rotate(-8deg);
}

.hero-note {
  position: absolute;
  right: 12px;
  bottom: 9%;
  width: min(190px, 44%);
  padding: 16px;
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  color: var(--yellow);
  font-size: 1.45rem;
  line-height: 1;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 520px;
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  font-size: 1.08rem;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 16px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
blockquote,
.price-card,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  min-height: 182px;
  padding: 24px;
}

.service-card h3 {
  margin-bottom: 10px;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card.yellow {
  border-top: 8px solid var(--yellow);
}

.service-card.pink {
  border-top: 8px solid var(--pink);
}

.service-card.blue {
  position: relative;
  overflow: hidden;
  border-top: 8px solid var(--blue);
}

.service-card.blue::before,
.service-card.blue::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.service-card.blue::before {
  inset: -16px -12px -20px auto;
  width: 138px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 212, 0, 0.9) 0 18px, transparent 20px),
    radial-gradient(circle at 67% 16%, rgba(255, 138, 179, 0.9) 0 11px, transparent 13px),
    radial-gradient(circle at 82% 44%, rgba(123, 227, 177, 0.9) 0 9px, transparent 11px),
    radial-gradient(circle at 44% 62%, rgba(255, 255, 255, 0.92) 0 8px, transparent 10px),
    radial-gradient(circle at 72% 72%, rgba(255, 212, 0, 0.9) 0 7px, transparent 9px),
    radial-gradient(circle at 24% 84%, rgba(255, 138, 179, 0.85) 0 12px, transparent 14px);
  transform: rotate(-10deg);
}

.service-card.blue::after {
  inset: auto auto -24px -18px;
  width: 124px;
  height: 108px;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.88) 0 10px, transparent 12px),
    radial-gradient(circle at 40% 58%, rgba(123, 227, 177, 0.92) 0 13px, transparent 15px),
    radial-gradient(circle at 66% 28%, rgba(255, 212, 0, 0.86) 0 10px, transparent 12px),
    radial-gradient(circle at 84% 72%, rgba(255, 138, 179, 0.9) 0 9px, transparent 11px),
    radial-gradient(circle at 20% 80%, rgba(123, 227, 177, 0.92) 0 8px, transparent 10px);
  transform: rotate(8deg);
}

.service-card.blue h3 {
  font-weight: 600;
}

.service-card.blue p {
  font-weight: 400;
}

.service-card.mint {
  border-top: 8px solid var(--mint);
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

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

.benefits div {
  padding: 20px;
  border-left: 6px solid var(--yellow);
  background: #fffdf4;
  border-radius: 8px;
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.benefits span {
  color: var(--muted);
}

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

.gallery figure {
  margin: 0;
}

.gallery picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--yellow-soft);
}

.gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 400ms ease;
}

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

.gallery figcaption {
  padding: 12px 2px 0;
  font-weight: 900;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.cream {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  background: var(--yellow-soft);
}

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

.price-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
}

.price-card.featured {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  transform: translateY(-10px);
}

.price-card.featured .package-label,
.price-card.featured .price {
  color: var(--yellow);
}

.package-label {
  margin-bottom: 12px;
  color: #806600;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 12px 0 18px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.price-card ul {
  padding-left: 18px;
  margin: 0 0 24px;
  color: inherit;
}

.price-card li {
  margin-bottom: 8px;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.price-note {
  max-width: 900px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  position: relative;
  padding: 22px;
  border-radius: 8px;
  background: #fffdf4;
  border: 1px solid var(--line);
}

.steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 950;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.black-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: min(1180px, calc(100% - 36px));
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
}

.black-offer h2 {
  color: var(--white);
}

.black-offer p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: #efe8c8;
}

.black-offer .eyebrow {
  color: var(--yellow);
}

blockquote {
  margin: 0;
  padding: 24px;
  color: #2b2925;
}

blockquote cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.booking-copy {
  position: sticky;
  top: 104px;
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.plain-link {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  border: 2px solid var(--black);
  border-radius: 8px;
  background: #fffdf4;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d0b3;
  border-radius: 8px;
  background: var(--white);
  padding: 12px 13px;
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(255, 212, 0, 0.5);
  border-color: var(--black);
}

.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.check-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
  color: var(--muted);
}

.check-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--yellow);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #1c6a38;
  font-weight: 800;
}

.form-status.is-error {
  color: #9d1b1b;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
}

.site-footer div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
}

.footer-links,
.legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 14px;
  font-weight: 800;
}

.legal-links a:first-child {
  font-size: 1.15rem;
  font-weight: 950;
}

.legal-links button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}

.policy-page {
  background: var(--yellow-soft);
}

.policy-wrap {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 80px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.policy-card {
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.policy-card h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.policy-card h2 {
  margin-top: 32px;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.policy-card li,
.policy-card p {
  color: var(--muted);
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  font-weight: 900;
}

.open-settings {
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid var(--black);
  border-radius: 8px;
  background: var(--yellow);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero,
  .split-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    max-width: 680px;
  }

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

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

  .booking-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
  }

  .brand-mark {
    font-size: 1.2rem;
  }

  .icon-link {
    display: none;
  }

  .language-switcher a,
  .language-switcher button {
    width: 34px;
    height: 30px;
    font-size: 0.8rem;
  }

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

  .hero {
    padding-top: 34px;
  }

  .hero-actions,
  .contact-buttons,
  .black-offer,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-note {
    right: 8px;
    width: 168px;
    padding: 13px;
  }

  .card-grid.three,
  .gallery,
  .pricing-grid,
  .benefits,
  .steps,
  .form-row {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .site-footer div:last-child,
  .footer-links,
  .legal-links,
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}
