@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #1f1d1a;
  background: #fbf7f2;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #1f1d1a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
}

.skip-link:focus {
  left: 12px;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 6vw 12px;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 0.95rem;
  color: #6b5f54;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  align-self: flex-start;
  box-shadow: 0 10px 25px rgba(40, 26, 10, 0.08);
}

.site-nav a {
  font-size: 0.95rem;
}

.nav-cta {
  font-weight: 600;
}

.asym-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 6vw;
  position: relative;
}

.hero {
  background: linear-gradient(135deg, #f7ede1, #fffaf5);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #8b6a54;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
}

.btn.primary {
  background: #1f1d1a;
  color: #fff;
}

.btn.ghost {
  border-color: #1f1d1a;
  color: #1f1d1a;
  background: transparent;
}

.btn.accent {
  background: #d27846;
  color: #fff;
}

.btn.text {
  padding: 0;
  border: none;
  background: transparent;
  font-weight: 600;
  color: #d27846;
}

.inline-link a {
  text-decoration: underline;
  color: #d27846;
}

.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-card {
  background: #1f1d1a;
  color: #fff;
  padding: 18px;
  border-radius: 16px;
  align-self: flex-end;
  max-width: 220px;
}

.story {
  background: #fff;
}

.offset-panel {
  background: #f5e7d8;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 20px 35px rgba(50, 30, 12, 0.08);
}

.labor {
  background: #1f1d1a;
  color: #fff;
}

.labor-copy .btn.accent {
  align-self: flex-start;
}

.key-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.signature {
  background: #fffaf4;
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.image-card.small {
  width: 70%;
  align-self: flex-end;
}

.services {
  background: #fff;
}

.services-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card {
  background: #f7efe5;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: 700;
}

.process {
  background: #f1ded1;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
}

.process-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.note-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
}

.note-card.muted {
  background: #f8f4f0;
}

.booking {
  background: #fff;
  border-top: 1px solid #eee1d3;
  border-bottom: 1px solid #eee1d3;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f8f1e9;
  padding: 24px;
  border-radius: 18px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

input,
select,
textarea {
  border: 1px solid #d9c8b8;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 1rem;
  background: #fff;
}

.insight {
  background: #fffaf4;
}

.site-footer {
  padding: 32px 6vw 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #6b5f54;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 18px 35px rgba(40, 26, 10, 0.18);
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 90px;
  background: #d27846;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(210, 120, 70, 0.35);
  z-index: 10;
}

.page-hero {
  background: linear-gradient(135deg, #f5e2d4, #fff);
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.content-block {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .site-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .asym-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero-copy,
  .hero-visual,
  .labor-copy,
  .labor-visual,
  .signature-copy,
  .signature-visual,
  .process-copy,
  .process-visual,
  .booking-copy,
  .booking-form,
  .insight-copy,
  .insight-visual {
    flex: 1;
  }

  .hero-visual {
    margin-left: 40px;
  }

  .story-image {
    flex: 1;
  }

  .story .offset-panel {
    flex: 1;
    margin-right: -40px;
  }

  .signature-visual {
    margin-left: 40px;
  }

  .service-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    flex: 1 1 220px;
  }

  .process-visual {
    margin-left: 30px;
  }

  .booking-form {
    max-width: 420px;
  }

  .contact-grid {
    flex-direction: row;
  }

  .contact-grid > div {
    flex: 1;
  }
}
