* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1e1e;
  background: #f6f3ee;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
}

.top-bar {
  background: #f6f3ee;
  padding: 24px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: #1e1e1e;
}

.hero {
  padding: 40px 6% 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 18px 40px rgba(30, 30, 30, 0.08);
}

.hero-title {
  font-size: 2.4rem;
  line-height: 1.15;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #4a4a4a;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #1e1e1e;
  color: #fefaf4;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline {
  border: 1px solid #1e1e1e;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  background: transparent;
}

.hero-image {
  border-radius: 20px;
  overflow: hidden;
}

.section {
  padding: 64px 6%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.alt {
  background: #ffffff;
}

.section.deep {
  background: #161616;
  color: #fefaf4;
}

.section .eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #7a7a7a;
}

.section.deep .eyebrow {
  color: #e4dcd0;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.split .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-card {
  background: #f0ebe4;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(30, 30, 30, 0.08);
}

.highlight {
  background: #fff0d6;
  padding: 24px;
  border-radius: 18px;
  font-size: 1.05rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  background: #ffffff;
  border-left: 4px solid #1e1e1e;
  padding: 18px;
  border-radius: 8px;
}

.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(30, 30, 30, 0.1);
}

.testimonial small {
  color: #555;
  display: block;
  margin-top: 10px;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(30, 30, 30, 0.08);
}

.service-card h3 {
  font-size: 1.2rem;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #1e1e1e;
}

.form-wrap {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 30px rgba(30, 30, 30, 0.08);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #cfc8bb;
  font-size: 1rem;
  font-family: inherit;
  background: #fffaf1;
}

button {
  cursor: pointer;
  border: none;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #d84a2b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(216, 74, 43, 0.3);
  z-index: 20;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gallery img {
  border-radius: 16px;
  border: 1px solid rgba(30, 30, 30, 0.08);
}

.footer {
  padding: 32px 6%;
  background: #1e1e1e;
  color: #fefaf4;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer a {
  color: #fefaf4;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 30px rgba(30, 30, 30, 0.18);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff4e7;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (min-width: 860px) {
  .hero {
    flex-direction: row;
    align-items: stretch;
  }

  .hero-card,
  .hero-image {
    flex: 1;
  }

  .split {
    flex-direction: row;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .service-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 220px;
  }

  .gallery {
    flex-direction: row;
  }

  .gallery img {
    flex: 1;
  }

  .cookie-banner {
    max-width: 720px;
    margin: 0 auto;
  }
}
