* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1d1d1f;
  background-color: #f6f4f1;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 4%;
  gap: 20px;
  background-color: #f6f4f1;
}

.brand {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ad-note {
  font-size: 0.85rem;
  color: #4b4b4f;
  max-width: 260px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.95rem;
}

.nav-links.open {
  display: flex;
}

.nav-toggle {
  border: 1px solid #1d1d1f;
  background-color: transparent;
  padding: 8px 14px;
  font-size: 0.9rem;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: #2a2f2f;
  color: #ffffff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 4% 80px 4%;
  max-width: 640px;
}

.hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.cta-primary,
.cta-secondary,
.sticky-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1d1d1f;
  font-size: 0.95rem;
  cursor: pointer;
}

.cta-primary {
  background-color: #f4d4a6;
  color: #1d1d1f;
  border-color: #f4d4a6;
}

.cta-secondary {
  background-color: transparent;
  color: #1d1d1f;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1d1d1f;
  color: #ffffff;
  border-color: #1d1d1f;
  z-index: 20;
}

.section {
  padding: 70px 0;
}

.section.alt {
  background-color: #ffffff;
}

.offset {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}

.offset.reverse {
  flex-direction: row-reverse;
}

.offset .text {
  flex: 1 1 320px;
}

.offset .visual {
  flex: 1 1 320px;
}

.image-frame {
  background-color: #d7ded7;
  border-radius: 16px;
  overflow: hidden;
  height: 320px;
}

.image-frame.small {
  height: 240px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
}

.card h3 {
  margin: 0;
}

.card-price {
  font-weight: 600;
}

.story-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  border-radius: 20px;
  background-color: #f0ebe4;
}

.split-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

.split-banner .panel {
  flex: 1 1 320px;
  padding: 28px;
  border-radius: 18px;
  background-color: #ffffff;
}

.service-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background-color: #ffffff;
  border-radius: 14px;
}

.service-row span {
  font-weight: 600;
}

.form-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 20px 40px rgba(30, 30, 30, 0.08);
}

.form-card label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
}

.form-card input,
.form-card select {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  font-size: 0.95rem;
}

.form-card button {
  border: none;
  background-color: #1d1d1f;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
}

.footer {
  background-color: #1d1d1f;
  color: #ffffff;
  padding: 48px 4%;
}

.footer a {
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d6d6d6;
  max-width: 820px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: none;
  gap: 16px;
  align-items: center;
  box-shadow: 0 20px 40px rgba(20, 20, 20, 0.18);
  z-index: 30;
}

.cookie-banner.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  border: 1px solid #1d1d1f;
  background-color: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.page-hero {
  min-height: 45vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  background-color: #364048;
  padding: 60px 4%;
}

.page-hero .content {
  max-width: 620px;
  background-color: rgba(18, 18, 20, 0.55);
  padding: 24px;
  border-radius: 16px;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-card {
  flex: 1 1 280px;
  padding: 22px;
  border-radius: 16px;
  background-color: #ffffff;
}

.home .hero {
  background-image: url("https://images.unsplash.com/photo-1507146426996-ef05306b995a?w=1400&q=80");
}

.about .page-hero {
  background-image: url("https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=1400&q=80");
}

.services .page-hero {
  background-image: url("https://images.unsplash.com/photo-1525253086316-d0c936c814f8?w=1400&q=80");
}

.services .service-backdrop {
  background-image: url("https://images.unsplash.com/photo-1494253109108-2e30c049369b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: rgba(24, 24, 24, 0.6);
  background-blend-mode: multiply;
  color: #ffffff;
}

@media (max-width: 860px) {
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
    width: 100%;
    justify-content: flex-start;
  }

  .nav-links.open {
    display: flex;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
