* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #241f1a;
  background: #f6f1ea;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  padding: 1.5rem 4vw 0.5rem 4vw;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  background: #f0e4d4;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 4vw;
  background-color: #3a2a1e;
  background-image: url("https://images.unsplash.com/photo-1558877385-81a1c7e67d72?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefaf4;
}

.hero-overlay {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(29, 22, 16, 0.7);
  padding: 2.5rem;
  max-width: 720px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 3.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  background: #f4c28c;
  border-radius: 999px;
  font-weight: 600;
}

.cta-outline {
  background: transparent;
  border: 1px solid #f4c28c;
  color: #fefaf4;
}

.section {
  padding: 3rem 4vw;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}

.story-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.story-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.media-frame {
  flex: 1 1 280px;
  background: #e7ddcf;
  padding: 0.6rem;
  border-radius: 1rem;
}

.media-frame img {
  width: 100%;
  height: 340px;
  border-radius: 0.8rem;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.card {
  flex: 1 1 220px;
  min-width: 220px;
  background: #fff8f0;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.card img {
  width: 100%;
  height: 180px;
  background-color: #e7ddcf;
  border-radius: 0.8rem;
}

.split-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.split-main {
  flex: 2 1 420px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.split-aside {
  flex: 1 1 220px;
  position: relative;
}

.sticky-cta {
  position: sticky;
  top: 1.2rem;
  background: #fef0de;
  padding: 1.3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.highlight-bg {
  background-color: #3a2a1e;
  background-image: url("https://images.unsplash.com/photo-1712772606302-3042b1f77b27?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff7ed;
}

.highlight-panel {
  background: rgba(40, 29, 20, 0.72);
  padding: 2rem;
  max-width: 720px;
}

.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.price-item {
  background: #fff;
  border-radius: 0.9rem;
  padding: 1rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.price-item span {
  font-weight: 600;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 560px;
}

.form-wrap label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #d7c8b5;
  border-radius: 0.6rem;
  background: #fffdf9;
  font-size: 1rem;
}

.form-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.note {
  font-size: 0.9rem;
  color: #4a3d2f;
}

.magazine-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.column {
  flex: 1 1 240px;
}

.secondary-image {
  width: 100%;
  height: 240px;
  border-radius: 1rem;
  background: #e7ddcf;
  padding: 0.6rem;
}

.secondary-image img {
  width: 100%;
  height: 220px;
  border-radius: 0.8rem;
}

.site-footer {
  margin-top: auto;
  padding: 2rem 4vw 3rem;
  background: #efe4d5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: #ffffff;
  border: 1px solid #d5c7b6;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.cookie-button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid #c8b8a6;
  background: #f6f1ea;
  font-weight: 600;
}

.simple-hero {
  background-color: #3a2a1e;
  background-image: url("https://images.unsplash.com/photo-1720206813374-f7a2f5636145?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefaf4;
  padding: 3rem 4vw;
}

.simple-hero .hero-overlay {
  background: rgba(30, 22, 16, 0.7);
}

.services-hero {
  background-color: #3a2a1e;
  background-image: url("https://images.unsplash.com/photo-1505003098838-83ce5356c228?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fefaf4;
  padding: 3rem 4vw;
}

.services-hero .hero-overlay {
  background: rgba(30, 22, 16, 0.7);
}

.inline-image {
  width: 100%;
  height: 260px;
  border-radius: 1rem;
  background: #e7ddcf;
  padding: 0.6rem;
}

.inline-image img {
  width: 100%;
  height: 240px;
  border-radius: 0.8rem;
}

.legal-content {
  max-width: 760px;
}
