*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1f1b1a;
  background: #f7f3f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.site-header {
  padding: 24px 0;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom-color: #1f1b1a;
}

.split-section {
  padding: 48px 0;
}

.split-section.alt {
  background: #fff;
}

.split-section.textured {
  background: #f4e7e1 url("../img/hero-styling.svg") no-repeat right -60px top -40px / 360px auto;
}

.split-section.deep {
  background: #1f1b1a;
  color: #f7f3f1;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split .text-block {
  flex: 1;
}

.split .media-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a6b60;
}

.headline {
  font-size: clamp(2rem, 3.8vw, 3rem);
  margin: 8px 0 16px;
}

.subhead {
  font-size: 1.1rem;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid #1f1b1a;
  background: #1f1b1a;
  color: #f7f3f1;
}

.button.outline {
  background: transparent;
  color: inherit;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(31, 27, 26, 0.08);
}

.card img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.deep .card {
  background: rgba(247, 243, 241, 0.08);
  box-shadow: none;
  border: 1px solid rgba(247, 243, 241, 0.2);
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid rgba(31, 27, 26, 0.1);
  padding-bottom: 14px;
}

.price {
  font-weight: 700;
  font-size: 1.2rem;
}

.highlight {
  background: #f4e7e1;
  padding: 12px 16px;
  border-radius: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.inline-cta {
  color: #8a6b60;
  font-weight: 600;
  border-bottom: 1px solid #8a6b60;
}

.form-panel {
  background: #fff;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(31, 27, 26, 0.08);
}

.form-panel label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #d9c8c0;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #8a6b60;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(31, 27, 26, 0.2);
  z-index: 20;
}

.site-footer {
  padding: 32px 0 48px;
  font-size: 0.9rem;
  color: #5c4b46;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(31, 27, 26, 0.2);
  display: none;
  z-index: 30;
}

.cookie-banner.show {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-actions button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #1f1b1a;
  background: #1f1b1a;
  color: #f7f3f1;
  font-weight: 600;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #1f1b1a;
}

.tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  background: #1f1b1a;
  color: #f7f3f1;
  font-size: 0.82rem;
}

.hero-image {
  border-radius: 24px;
  overflow: hidden;
}

.overlay-panel {
  padding: 14px 18px;
  border-radius: 14px;
  background: #fff;
  align-self: flex-start;
}

.deep .overlay-panel {
  background: rgba(247, 243, 241, 0.1);
}

@media (min-width: 900px) {
  .split {
    flex-direction: row;
    align-items: stretch;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }
}
