* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1b1b;
  background-color: #f8f4ef;
  line-height: 1.6;
}

a {
  color: #1b1b1b;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 6vw;
  background-color: #f1e9de;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-label {
  padding: 6px 12px;
  border: 1px solid #1b1b1b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 60px 6vw 20px;
  gap: 24px;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-visual .img-frame {
  width: 100%;
  height: 360px;
  background-color: #e0d3c7;
}

.hero-text {
  max-width: 620px;
}

.hero-text h1 {
  font-size: 40px;
  margin: 0 0 12px;
}

.hero-text p {
  margin: 0 0 18px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border: 1px solid #1b1b1b;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}

.btn.secondary {
  background-color: #1b1b1b;
  color: #ffffff;
}

.offset-block {
  display: flex;
  gap: 24px;
  padding: 40px 6vw;
  align-items: stretch;
  flex-wrap: wrap;
}

.offset-block.reverse {
  flex-direction: row-reverse;
}

.offset-block .text-panel {
  flex: 1 1 320px;
  background-color: #ffffff;
  padding: 24px;
  border-left: 6px solid #1b1b1b;
}

.offset-block .img-panel {
  flex: 1 1 280px;
  background-color: #d8c5b8;
  min-height: 280px;
}

.floating-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 24px;
  max-width: 320px;
  margin: -60px 6vw 30px auto;
  border: 1px solid #1b1b1b;
}

.floating-card strong {
  font-size: 18px;
}

.service-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px 6vw 40px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border: 1px solid #d0c2b5;
  display: flex;
  flex-direction: column;
}

.service-card .img-frame {
  height: 160px;
  background-color: #d8c5b8;
}

.service-card .content {
  padding: 18px;
}

.highlight-strip {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px 6vw;
  background-color: #1b1b1b;
  color: #ffffff;
}

.highlight-strip a {
  color: #ffffff;
  text-decoration: underline;
}

.testimonial-line {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 30px 6vw;
}

.testimonial {
  flex: 1 1 240px;
  background-color: #f1e9de;
  padding: 18px;
  border: 1px solid #1b1b1b;
}

.form-section {
  display: flex;
  flex-direction: column;
  padding: 50px 6vw;
  gap: 20px;
}

.form-wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-wrapper form {
  flex: 1 1 320px;
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #1b1b1b;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #1b1b1b;
  font-size: 14px;
}

.form-note {
  flex: 1 1 260px;
  background-color: #f1e9de;
  padding: 24px;
  border-left: 4px solid #1b1b1b;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 12px 16px;
  cursor: pointer;
  border: 1px solid #1b1b1b;
  z-index: 50;
}

.page-footer {
  margin-top: auto;
  padding: 30px 6vw 40px;
  background-color: #f1e9de;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #1b1b1b;
  padding: 14px;
  max-width: 320px;
  display: none;
  z-index: 60;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.wide-section {
  padding: 40px 6vw;
  background-color: #e9ded2;
}

.bg-recipe {
  background-image: url("https://images.unsplash.com/photo-1502741338009-cac2772e18bc?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #cbb9a9;
  color: #ffffff;
}

.bg-recipe .text-panel {
  background-color: rgba(27, 27, 27, 0.75);
  border-left: 6px solid #ffffff;
}

.wide-section .split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.wide-section .img-frame {
  flex: 1 1 260px;
  height: 220px;
  background-color: #d8c5b8;
}

.wide-section .text {
  flex: 1 1 280px;
}

.legal {
  padding: 40px 6vw;
  max-width: 820px;
}

.contact-card {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #1b1b1b;
  max-width: 520px;
}

.list-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px 6vw 40px;
}

.list-item {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 18px;
  border-left: 4px solid #1b1b1b;
}

.notice {
  font-size: 12px;
  color: #353535;
}
