* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f6f5f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: #1f1f1f;
  text-decoration: underline;
}

button {
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
  background-color: #efece6;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.nav-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  padding: 4px 10px;
  background-color: #1f1f1f;
  color: #f6f5f2;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 54px 0 40px;
}

.hero-copy {
  flex: 1 1 360px;
}

.hero-visual {
  flex: 1 1 360px;
  min-height: 340px;
  background-color: #d7d2c8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
}

.tagline {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 0.8rem;
  color: #4d4d4d;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn-primary {
  background-color: #1f1f1f;
  color: #f6f5f2;
  padding: 12px 18px;
  border-radius: 6px;
}

.btn-secondary {
  background-color: #d0c7b7;
  color: #1f1f1f;
  padding: 12px 18px;
  border-radius: 6px;
}

.section {
  padding: 48px 0;
}

.section-alt {
  background-color: #ffffff;
}

.section-dark {
  background-color: #1f1f1f;
  color: #f6f5f2;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.split > div {
  flex: 1 1 320px;
}

.image-card {
  background-color: #d7d2c8;
  padding: 12px;
}

.image-card img {
  width: 100%;
  height: 260px;
}

.story-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.story-block {
  flex: 1 1 260px;
  background-color: #efece6;
  padding: 18px;
  border-radius: 10px;
}

.quote {
  padding: 20px;
  background-color: #dfe4ea;
  border-left: 4px solid #1f1f1f;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-weight: 700;
  color: #1f1f1f;
}

.form-wrap {
  background-color: #efece6;
  padding: 24px;
  border-radius: 12px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
}

.form-row label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #bcb6ab;
  background-color: #ffffff;
  font-size: 1rem;
}

.form-row .field {
  flex: 1 1 240px;
}

.inline-cta {
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background-color: #1f1f1f;
  color: #f6f5f2;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 100;
}

.footer {
  background-color: #111111;
  color: #e8e5df;
  padding: 36px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.footer a {
  color: #e8e5df;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1f1f1f;
  color: #f6f5f2;
  padding: 16px 0;
  z-index: 200;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  padding: 10px 14px;
  border-radius: 6px;
}

.cookie-accept {
  background-color: #f6f5f2;
  color: #1f1f1f;
}

.cookie-reject {
  background-color: #7d7260;
  color: #f6f5f2;
}

.reference-list {
  font-size: 0.85rem;
}

.legal-page {
  padding: 48px 0 64px;
}
