* {
  box-sizing: border-box;
}

:root {
  color: #1c1c1c;
  background-color: #f7f4ef;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

body {
  margin: 0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  background: #f7f4ef;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 24px 7%;
  background: #fdfaf6;
  border-bottom: 1px solid #e6dfd4;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.75rem;
  padding: 6px 10px;
  background: #e7dfd1;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 72px 7%;
  align-items: center;
  justify-content: space-between;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-content {
  flex: 1 1 320px;
  min-width: 280px;
}

.split-visual {
  flex: 1 1 320px;
  min-width: 280px;
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: #6a5c4d;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #3d2f25;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
}

.button.outline {
  background: transparent;
  color: #3d2f25;
  border-color: #3d2f25;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.card {
  flex: 1 1 230px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(22, 18, 12, 0.08);
}

.card h3 {
  margin-top: 12px;
  margin-bottom: 10px;
}

.img-frame {
  background: #e8dfd4;
  border-radius: 18px;
  overflow: hidden;
}

.img-frame.small {
  border-radius: 14px;
}

.highlight {
  background: #efe6db;
}

.bg-texture {
  background: linear-gradient(rgba(247, 244, 239, 0.9), rgba(247, 244, 239, 0.9)),
    url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.quiet {
  color: #5d544b;
}

.form-shell {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(22, 18, 12, 0.1);
}

.form-shell label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc6bb;
  margin-bottom: 14px;
  font-size: 1rem;
}

.form-shell button {
  cursor: pointer;
}

.inline-cta {
  text-decoration: underline;
  font-weight: 600;
}

.testimonial {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(25, 19, 14, 0.08);
}

.footer {
  background: #1f1914;
  color: #f3ece3;
  padding: 40px 7%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer a {
  color: inherit;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  background: #3d2f25;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(20, 15, 10, 0.3);
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background: #fff;
  color: #1c1c1c;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(20, 15, 10, 0.2);
  max-width: 320px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border-radius: 999px;
  border: 1px solid #3d2f25;
  padding: 8px 14px;
  background: #3d2f25;
  color: #fff;
  cursor: pointer;
}

.cookie-actions button.secondary {
  background: transparent;
  color: #3d2f25;
}

.page-header {
  padding: 56px 7% 24px;
}

.page-header h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.simple-section {
  padding: 32px 7%;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-item {
  flex: 1 1 260px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(25, 19, 14, 0.08);
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-block {
  flex: 1 1 240px;
  background: #fff;
  padding: 18px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(25, 19, 14, 0.08);
}

.thanks-card {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(22, 18, 12, 0.12);
  max-width: 640px;
  margin: 24px auto 0;
}

.reference-list {
  font-size: 0.9rem;
  margin-top: 16px;
}

.hidden {
  display: none;
}
