*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color: #1b1a17;
  background-color: #f6f3ee;
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
  background-color: #f6f3ee;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 24px;
  background: #efe9df;
  width: 280px;
  border-right: 1px solid #e0d5c6;
}

.sidebar .brand {
  font-size: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-bottom-color: #1b1a17;
}

.sidebar .cta-primary {
  margin-top: auto;
  background: #1b1a17;
  color: #f6f3ee;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 999px;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section {
  padding: 64px 8vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section--hero {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), rgba(239, 233, 223, 0.7)),
    url("../images/texture.svg");
  background-size: cover;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-image {
  flex: 1 1 280px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1b1a17;
  text-decoration: none;
  font-weight: 600;
}

.button.primary {
  background: #1b1a17;
  color: #f6f3ee;
}

.button.ghost {
  background: transparent;
}

.section--split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  background: #ffffff;
}

.split-block {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section--cards {
  background: #f0ede8;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.card img {
  border-radius: 12px;
}

.section--band {
  background: #1b1a17;
  color: #f6f3ee;
}

.band-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.band-content p {
  max-width: 520px;
}

.section--story {
  background: #ffffff;
  border-left: 6px solid #1b1a17;
}

.story-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.story-columns div {
  flex: 1 1 260px;
}

.section--pricing {
  background: #f9f6f1;
}

.price {
  font-size: 20px;
  font-weight: 700;
}

.section--process {
  background: #ffffff;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.process-step {
  flex: 1 1 180px;
  padding: 18px;
  border: 1px solid #e1d8cb;
  border-radius: 16px;
  background: #fdfaf6;
}

.section--form {
  background: #efe9df;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfc6b9;
  font-size: 16px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.section--contact {
  background: #ffffff;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 260px;
  padding: 20px;
  border-radius: 16px;
  background: #f6f3ee;
  border: 1px solid #e4dbcf;
}

.footer {
  padding: 32px 8vw;
  background: #1b1a17;
  color: #f6f3ee;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a {
  color: #f6f3ee;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.footer-links a:hover {
  border-bottom-color: #f6f3ee;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ffde8f;
  color: #1b1a17;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #d8cfc1;
  padding: 16px;
  max-width: 320px;
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1b1a17;
  background: #1b1a17;
  color: #f6f3ee;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1b1a17;
}

.inline-cta {
  color: #1b1a17;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #1b1a17;
  display: inline-block;
  padding-bottom: 2px;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.muted {
  color: #5f5a53;
}

@media (max-width: 960px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .sidebar .cta-primary {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 48px 6vw;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
  }
}
