* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1c1a;
  background: #f6f3ef;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8vw 8px;
  gap: 24px;
}

.brand {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.nav-links a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-color: #1d1c1a;
}

.story-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8vw 80px;
  gap: 64px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding-top: 40px;
  max-width: 820px;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.hero p {
  font-size: 1.05rem;
  max-width: 680px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1d1c1a;
  color: #f6f3ef;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
}

.hero-image {
  margin-top: 28px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.story-section {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-section h2 {
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
}

.story-section p,
.story-section li {
  font-size: 1rem;
}

.story-inline {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #efeae4;
  border-radius: 18px;
  padding: 20px;
}

.story-inline img {
  border-radius: 12px;
}

.story-columns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-columns .column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.note {
  font-size: 0.95rem;
  color: #4d463e;
}

.cta-inline {
  font-weight: 600;
  text-decoration: underline;
}

.story-pull {
  background: #1d1c1a;
  color: #f6f3ef;
  padding: 24px;
  border-radius: 16px;
}

.testimonial {
  border-left: 3px solid #1d1c1a;
  padding-left: 16px;
  font-style: italic;
}

.reveal-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.service-card .price {
  font-weight: 600;
  font-size: 1.05rem;
}

.service-card .card-cta {
  align-self: flex-start;
  margin-top: 6px;
  background: #1d1c1a;
  color: #f6f3ef;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.form-wrapper {
  background: #efeae4;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #cfc6bc;
  background: #fff;
  font-size: 1rem;
}

button {
  border: none;
  background: #1d1c1a;
  color: #f6f3ef;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.footer {
  margin-top: auto;
  padding: 40px 8vw;
  background: #1d1c1a;
  color: #f6f3ef;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.85rem;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 10px;
  font-size: 0.85rem;
}

.cookie-actions .ghost {
  background: transparent;
  color: #1d1c1a;
  border: 1px solid #1d1c1a;
}

.sticky-cta {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #1d1c1a;
  color: #f6f3ef;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  z-index: 20;
}

.split-image {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.meta-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.meta-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d0c6;
  padding-bottom: 6px;
  font-size: 0.95rem;
}

.page-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-top: 24px;
}

@media (min-width: 860px) {
  .story-columns {
    flex-direction: row;
  }

  .story-columns .column {
    flex: 1;
  }

  .reveal-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 45%;
  }
}
