* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1f21;
  background: #f4f2ee;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #2b554f;
  outline-offset: 2px;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 6vw;
  background: #ede8e1;
  border-bottom: 1px solid #d5cfc6;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tagline {
  font-size: 14px;
  color: #4b4742;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.site-nav a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.site-nav a:hover {
  border-bottom: 1px solid #2b554f;
}

.ad-disclosure {
  max-width: 260px;
  font-size: 12px;
  line-height: 1.4;
  color: #5f5a53;
}

.hero {
  position: relative;
  padding: 80px 6vw 70px;
  color: #fdfaf5;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 30, 28, 0.65);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 620px;
}

.hero h1 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0;
}

.hero p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 22px;
  border-radius: 24px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  background: #f5e5c3;
  color: #1d1f21;
}

.btn:hover {
  background: #f0dba7;
}

.btn-outline {
  background: transparent;
  border: 1px solid #f5e5c3;
  color: #f5e5c3;
}

.btn-outline:hover {
  background: rgba(245, 229, 195, 0.2);
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.section-subtitle {
  font-size: 16px;
  color: #4b4742;
  max-width: 680px;
  line-height: 1.6;
}

.feature-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.feature-column {
  flex: 1;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #ddd5c9;
}

.feature-column h3 {
  margin: 0;
  font-size: 18px;
}

.feature-column p {
  margin: 0;
  line-height: 1.5;
}

.image-frame {
  background: #dcd7cf;
  display: flex;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: center;
}

.story-text {
  flex: 1.2;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-media {
  flex: 1;
  min-width: 240px;
}

.story-media .image-frame {
  height: 320px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.service-card {
  flex: 1;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid #e0d7cb;
  display: flex;
  flex-direction: column;
}

.service-card .image-frame {
  height: 180px;
}

.service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-body h4 {
  margin: 0;
  font-size: 18px;
}

.price {
  font-weight: 700;
  color: #2b554f;
}

.layout-split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.panel {
  flex: 1;
  min-width: 260px;
  background: #fdf8f0;
  padding: 24px;
  border: 1px solid #e3d9cc;
}

.panel strong {
  display: block;
  margin-bottom: 8px;
}

.callout {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf5;
  position: relative;
}

.callout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 39, 45, 0.7);
}

.callout-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 620px;
}

.callout-alt {
  background-image: url("https://images.unsplash.com/photo-1473181488821-2d23949a045a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf5;
  position: relative;
}

.callout-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 26, 24, 0.72);
}

.callout-alt .callout-content {
  position: relative;
}

.callout-secondary {
  background-image: url("https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #fdfaf5;
  position: relative;
}

.callout-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 34, 38, 0.7);
}

.callout-secondary .callout-content {
  position: relative;
}

.form-section {
  background: #ffffff;
  border: 1px solid #e0d7cb;
  padding: 30px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-field {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #cfc7bc;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-note {
  font-size: 12px;
  color: #5f5a53;
}

.inline-link {
  color: #2b554f;
  font-weight: 600;
  text-decoration: underline;
}

.inline-link:hover {
  color: #1e3a35;
}

.footer {
  padding: 40px 6vw;
  background: #ede8e1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 13px;
  color: #5f5a53;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border: 1px solid #d5cfc6;
  padding: 18px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: #2b554f;
  color: #fdfaf5;
  padding: 12px 18px;
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  z-index: 10;
}

.sticky-cta:hover {
  background: #24443f;
}

.legal-layout {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 820px;
}

.page-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.page-hero .image-frame {
  flex: 1;
  min-width: 260px;
  height: 240px;
}

.page-hero-text {
  flex: 1.2;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #ddd5c9;
  padding-bottom: 16px;
}

.service-row-title {
  flex: 1.2;
  min-width: 240px;
}

.service-row-detail {
  flex: 2;
  min-width: 260px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e0d7cb;
}

.reference-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
