*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  background: #f2ebe2;
  border-bottom: 1px solid #e1d8cd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.brand {
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  color: #5b4b3a;
  background: #fef1d6;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  padding: 56px 0 24px;
  background: #fdfbf7;
}

.hero-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.hero-copy {
  flex: 1 1 420px;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 18px;
  line-height: 1.2;
}

.hero-copy p {
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #232323;
  color: #fff;
  font-weight: 600;
  border: none;
}

.btn.secondary {
  background: #f2ebe2;
  color: #1b1b1b;
  border: 1px solid #d9cfc2;
}

.image-frame {
  background: #dcd1c2;
  border-radius: 10px;
  overflow: hidden;
}

.image-frame.tall {
  height: 420px;
}

.section {
  padding: 48px 0;
}

.section.alt {
  background: #fff;
}

.section.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1487014679447-9f8336841d58?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section.bg-insight .panel {
  background: rgba(20, 20, 20, 0.72);
  border-radius: 12px;
  padding: 28px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.col {
  flex: 1 1 280px;
}

.mag-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.mag-columns .col.narrow {
  flex: 1 1 260px;
}

.mag-columns .col.wide {
  flex: 2 1 420px;
}

.quote {
  font-style: italic;
  border-left: 3px solid #d9cfc2;
  padding-left: 16px;
  margin: 20px 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: #f9f5ef;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card h3 {
  margin: 0;
}

.price {
  font-weight: 700;
  color: #3a2e22;
}

.form-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

form {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #efe5d7;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #d9cfc2;
  font-size: 1rem;
}

.form-note {
  font-size: 0.9rem;
  color: #4f4031;
}

.sticky-cta {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #232323;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 10;
}

.sticky-cta a {
  color: #fff;
  font-weight: 600;
}

.footer {
  background: #1c1b1a;
  color: #f5efe7;
  padding: 32px 0;
}

.footer .columns {
  gap: 32px;
}

.footer p,
.footer li {
  color: #e6ddd2;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fef1d6;
  border-top: 1px solid #e1d8cd;
  padding: 16px;
  display: none;
  z-index: 20;
}

.cookie-banner .container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2ebe2;
  font-size: 0.85rem;
}

.subtle {
  color: #5b4b3a;
}

.bg-lab {
  background-image: url("https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bg-lab .panel {
  background: rgba(24, 22, 20, 0.7);
  padding: 24px;
  border-radius: 12px;
}
