* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  color: #1a1a1a;
  background-color: #f6f2ee;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: #3b2f24;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #1a1a1a;
  color: #f6f2ee;
  font-size: 0.9rem;
  padding: 0.6rem 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  align-items: center;
}

.nav a {
  font-size: 0.95rem;
}

.disclosure {
  font-size: 0.8rem;
  opacity: 0.9;
}

.hero {
  padding: 3.8rem 0 2.6rem;
  background: #efe7df;
}

.split {
  display: flex;
  gap: 2.8rem;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  color: #6d5c4b;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2.3rem, 3vw, 3.2rem);
}

h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
}

h3 {
  font-size: 1.3rem;
}

.lede {
  font-size: 1.1rem;
  color: #3b2f24;
}

.cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #3b2f24;
  background: #3b2f24;
  color: #f6f2ee;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: transparent;
  color: #3b2f24;
}

.link-pill {
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid #b8a998;
  font-size: 0.9rem;
  background: #f6f2ee;
}

.image-frame {
  background-color: #cdbdad;
  border-radius: 1.1rem;
  overflow: hidden;
  min-height: 320px;
  display: flex;
}

.section {
  padding: 3.2rem 0;
}

.section.light {
  background: #fdfbf9;
}

.section.deep {
  background: #ece2d9;
}

.pill-list {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.pill {
  border: 1px solid #b8a998;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  background: #fff;
}

.service-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-card {
  display: flex;
  gap: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  align-items: center;
  box-shadow: 0 10px 30px rgba(58, 47, 36, 0.08);
}

.service-card img {
  width: 120px;
  height: 100px;
  border-radius: 0.8rem;
}

.service-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.price {
  font-weight: 600;
  color: #2d2218;
}

.blockquote {
  font-style: italic;
  background: #fff;
  padding: 1.2rem;
  border-left: 4px solid #3b2f24;
}

.form-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 10px 30px rgba(58, 47, 36, 0.08);
}

.form-card label {
  font-weight: 600;
  font-size: 0.95rem;
}

.form-card input,
.form-card select,
.form-card textarea {
  padding: 0.65rem 0.8rem;
  border-radius: 0.6rem;
  border: 1px solid #d6c8b9;
  font-family: inherit;
  font-size: 0.95rem;
}

.form-card textarea {
  min-height: 110px;
  resize: vertical;
}

.form-hint {
  font-size: 0.85rem;
  color: #6d5c4b;
}

.footer {
  background: #1a1a1a;
  color: #f6f2ee;
  padding: 2.2rem 0;
  margin-top: auto;
}

.footer a {
  color: #f6f2ee;
}

.footer-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d7c8ba;
}

.sticky-cta {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  background: #3b2f24;
  color: #f6f2ee;
  border-radius: 999px;
  padding: 0.65rem 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 12px 30px rgba(58, 47, 36, 0.3);
  z-index: 6;
}

.sticky-cta button {
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.2rem 1.4rem;
  width: min(320px, 90%);
  box-shadow: 0 12px 30px rgba(58, 47, 36, 0.2);
  display: none;
  z-index: 5;
}

.cookie-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.cookie-actions button {
  flex: 1;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.plain-section {
  padding: 3rem 0 2rem;
}

.two-column {
  display: flex;
  gap: 2.4rem;
}

.two-column > div {
  flex: 1;
}

.notice {
  background: #fff5ea;
  border-radius: 0.9rem;
  padding: 1.1rem;
  border: 1px solid #e3d2c0;
}

@media (max-width: 900px) {
  .split,
  .two-column {
    flex-direction: column;
  }

  .sticky-cta {
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
