* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f6f1ea;
  line-height: 1.6;
}

a {
  color: #1b1b1b;
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 32px 6vw 80px;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 6vw;
  background-color: #fff4e5;
  border-bottom: 1px solid #e1d6c7;
}

.brand-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ad-label {
  font-size: 13px;
  color: #5c4833;
  max-width: 520px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  background-color: #fff;
  padding: 24px;
  border-radius: 18px;
}

.hero-copy {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1 1 320px;
  min-height: 320px;
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d6c3a5;
  border-radius: 16px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  background-color: #c4572a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 24px;
  font-size: 15px;
}

.btn-secondary {
  background-color: #2f3a2f;
}

.magazine-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.col-main {
  flex: 2 1 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.col-side {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-frame {
  background-color: #e8dac8;
  border-radius: 16px;
  overflow: hidden;
}

.note-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #eee2d1;
}

.section-band {
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 220px;
  background-color: #fef8f2;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #eadccc;
}

.service-card h3 {
  margin: 0;
}

.price-tag {
  font-weight: 700;
  color: #c4572a;
}

.wide-highlight {
  background-image: url("https://images.unsplash.com/photo-1528712306091-ed0763094c98?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #d4c2a5;
  border-radius: 20px;
  padding: 32px;
  color: #fff;
}

.wide-highlight .note-card {
  background-color: rgba(255, 255, 255, 0.92);
  color: #1b1b1b;
}

.form-wrap {
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-grid label {
  font-size: 14px;
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8c9b7;
  background-color: #fbf7f2;
  font-size: 14px;
}

.form-status {
  font-size: 14px;
  color: #5b2b1a;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.split-section .split-left {
  flex: 1 1 320px;
}

.split-section .split-right {
  flex: 1 1 260px;
}

.testimonial {
  border-left: 3px solid #c4572a;
  padding-left: 12px;
}

.footer {
  background-color: #fff4e5;
  padding: 32px 6vw 80px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #e1d6c7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
}

.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #2f3a2f;
  padding: 12px 18px;
  border-radius: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.sticky-cta button {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e1d6c7;
  padding: 16px 6vw;
  display: none;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  z-index: 12;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-hero {
  background-color: #fff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.simple-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
}

.taglist span {
  background-color: #f3e6d8;
  padding: 6px 10px;
  border-radius: 12px;
}

.full-image {
  min-height: 280px;
  border-radius: 18px;
  background-color: #d9cbb7;
  background-size: cover;
  background-position: center;
}

.about-image {
  background-image: url("https://images.unsplash.com/photo-1512621776951-a57141f2eefd?w=1400&q=80");
}
