* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: #1d1d1f;
  text-decoration: none;
}

.container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #f0ece4;
  border-bottom: 1px solid #e2ddd4;
  padding: 18px 0;
}

.topbar-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.ad-label {
  font-size: 12px;
  color: #6b5d4b;
  max-width: 320px;
}

.hero {
  padding: 40px 0 60px;
}

.hero-layout {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-media {
  flex: 1 1 420px;
  background: #d7cfc4;
  padding: 10px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6a5a48;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #1d1d1f;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

.btn-outline {
  background: transparent;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid #1d1d1f;
}

.section {
  padding: 60px 0;
}

.section-alt {
  background: #fff;
}

.section-contrast {
  background: #efe6da;
}

.section-bg {
  background: #ede7df;
}

.mag-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.mag-columns > div {
  flex: 1 1 240px;
  min-width: 220px;
}

.image-frame {
  background: #cfc3b6;
  padding: 8px;
}

.image-frame img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border: 1px solid #e4ddd2;
  padding: 18px;
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.card .price {
  font-weight: 700;
  color: #2f2f2f;
}

.split {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.split .text {
  flex: 1 1 320px;
}

.split .media {
  flex: 1 1 320px;
  background: #dcd2c6;
  padding: 8px;
}

.split .media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote {
  border-left: 3px solid #1d1d1f;
  padding-left: 14px;
  font-style: italic;
  color: #4d4033;
}

.form-wrap {
  background: #fff;
  padding: 24px;
  border: 1px solid #e4ddd2;
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #cfc3b6;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
  background: #fff;
}

.footer {
  background: #1d1d1f;
  color: #f7f4ef;
  padding: 40px 0;
}

.footer a {
  color: #f7f4ef;
}

.footer-columns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-columns > div {
  flex: 1 1 200px;
}

.small {
  font-size: 13px;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1d1d1f;
  color: #fff;
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 8px;
  z-index: 5;
}

.sticky-cta .btn {
  background: #f7f4ef;
  color: #1d1d1f;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f0ece4;
  border-top: 1px solid #d8cec0;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 6;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #1d1d1f;
  background: #1d1d1f;
  color: #fff;
  cursor: pointer;
}

.cookie-actions .secondary {
  background: transparent;
  color: #1d1d1f;
}

.page-hero {
  padding: 40px 0;
}

.page-hero .media {
  background: #dcd2c6;
  padding: 8px;
}

.page-hero img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.legal-block {
  background: #fff;
  padding: 22px;
  border: 1px solid #e4ddd2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #efe6da;
  font-size: 12px;
}
