* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Tahoma, sans-serif;
  color: #1b1b1b;
  background: #f7f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 96px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 0 16px;
  gap: 20px;
}

.logo {
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 14px;
  background: #efe2d7;
  color: #4b3d30;
}

.hero {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin: 24px 0 64px;
}

.hero-text {
  flex: 1.1;
  background: #fff;
  padding: 40px;
  border-radius: 26px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hero-image {
  flex: 0.9;
  align-self: center;
  background: #eadfd6;
  border-radius: 30px;
  padding: 16px;
  transform: translateY(26px);
}

.hero-image img {
  border-radius: 22px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #6d5a45;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #2f4b44;
  color: #fff;
  font-weight: 600;
}

.button.secondary {
  background: #f2d9c9;
  color: #4b3d30;
}

.section {
  margin: 64px 0;
}

.section.alt {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.offset-block {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-text {
  flex: 1;
  min-width: 240px;
}

.offset-image {
  flex: 1;
  min-width: 260px;
  background: #dfe7e4;
  padding: 16px;
  border-radius: 24px;
  transform: translateY(-18px);
}

.offset-image img {
  border-radius: 18px;
}

.inline-note {
  background: #f2ede7;
  padding: 20px 24px;
  border-left: 4px solid #2f4b44;
  margin: 18px 0;
  border-radius: 12px;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
}

.card-image {
  background: #e6ded6;
  border-radius: 18px;
  overflow: hidden;
}

.card strong {
  font-size: 18px;
}

.testimonial {
  margin: 16px 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f5efe9;
}

.form-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-panel {
  flex: 1;
  min-width: 260px;
  background: #fff;
  padding: 28px;
  border-radius: 22px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.06);
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d2c8be;
  font-size: 14px;
}

.form-panel button {
  border: none;
  cursor: pointer;
}

.form-image {
  flex: 0.9;
  min-width: 240px;
  background: #e3e1dd;
  padding: 16px;
  border-radius: 24px;
  transform: translateY(18px);
}

.footer {
  margin-top: 80px;
  border-top: 1px solid #ddd2c7;
  padding-top: 24px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #2f4b44;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.legal-hero {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.legal-hero .image-frame {
  flex: 1;
  min-width: 240px;
  background: #e5ddd6;
  padding: 12px;
  border-radius: 20px;
}

.legal-hero .legal-text {
  flex: 1;
  min-width: 240px;
}

.image-frame img {
  border-radius: 14px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px 20px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cookie-actions .accept {
  background: #2f4b44;
  color: #fff;
}

.cookie-actions .reject {
  background: #f2d9c9;
  color: #4b3d30;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.hours-list li {
  padding: 4px 0;
}

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }

  .hero-image {
    transform: none;
  }

  .offset-image,
  .form-image {
    transform: none;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
