* {
  box-sizing: border-box;
}

:root {
  --ink: #1f1d1a;
  --muted: #5f5a53;
  --accent: #d3643b;
  --accent-dark: #b3532f;
  --soft: #f6f1ea;
  --panel: #eef0f5;
  --deep: #111114;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent-dark);
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 20px 0;
  border-bottom: 1px solid #eee6da;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  color: #6b4f3f;
  background: #f7e7da;
  padding: 6px 10px;
  border-radius: 20px;
}

.section {
  padding: 64px 0;
}

.section.soft {
  background: var(--soft);
}

.section.panel {
  background: var(--panel);
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content {
  flex: 1;
}

.split .media {
  flex: 1;
}

.img-frame {
  background-color: #e6dcd2;
  padding: 12px;
  border-radius: 16px;
}

.img-frame img {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  object-fit: cover;
}

.hero {
  padding: 72px 0;
}

.hero .headline {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  margin-bottom: 12px;
}

.hero .subhead {
  font-size: 1.1rem;
  color: var(--muted);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.button:hover,
.button:focus {
  background: var(--accent-dark);
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus {
  background: var(--accent);
  color: #ffffff;
}

.taglist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background: #f1e8dd;
  color: #5a463b;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.9rem;
}

.cards {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  border: 1px solid #efe6dc;
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #e9e2da;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.highlight-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #efe6dc;
}

.form-panel {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #efe6dc;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8d0c7;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.footer {
  background: var(--deep);
  color: #f5f1eb;
  padding: 32px 0 40px;
}

.footer a {
  color: #f0c9b6;
}

.footer .footer-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer small {
  color: #c7b9ad;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  border: 1px solid #e7ded3;
  padding: 16px;
  border-radius: 12px;
  max-width: 320px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  z-index: 25;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.bg-hero {
  background: #f6f1ea;
}

.bg-testimonial {
  background-color: #2a2724;
  background-image: url("https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-testimonial .highlight-box {
  background: rgba(17, 17, 20, 0.7);
  border: none;
  color: #ffffff;
}

.bg-studio {
  background-color: #e7ded3;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-studio .highlight-box {
  background: rgba(255, 255, 255, 0.9);
}

.legal-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.legal-list a {
  color: #f0c9b6;
}

.info-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.info-card {
  flex: 1 1 240px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #efe6dc;
}

@media (max-width: 900px) {
  .split {
    flex-direction: column;
  }

  .split.reverse {
    flex-direction: column;
  }

  .sticky-cta {
    right: 12px;
    left: 12px;
  }
}
