:root {
  --cca-blush: #e9cfc7;
  --cca-blush-soft: #f7eeea;
  --cca-sand: #f4e6de;
  --cca-taupe: #8e7269;
  --cca-ink: #111111;
  --cca-white: #ffffff;
}

html {
  font-size: 14px;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #fcf8f6;
  color: var(--cca-ink);
  font-family: "Inter", "Segoe UI", sans-serif;
}

main {
  padding-top: 6rem;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(17, 17, 17, 0.12), 0 0 0 0.3rem rgba(233, 207, 199, 0.9);
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.home-page {
  padding: 1rem 0 4rem;
}

.hero-section {
  padding: 6rem 0 4.5rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.hero-eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cca-taupe);
}

.hero-title {
  max-width: 10ch;
  margin-bottom: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  /*line-height: 0.88;*/
  /*letter-spacing: -0.06em;*/
}

.nowrap {
  white-space: nowrap;
}

.hero-copy,
.section-heading p,
.cta-panel p {
  max-width: 38rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.75);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.hero-actions .btn {
  min-width: 15rem;
  padding: 0.95rem 1.5rem;
  border-radius: 0.55rem;
  font-weight: 700;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-highlights span {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background-color: var(--cca-white);
  font-weight: 600;
}

.hero-visual {
  position: relative;
  padding-top: 1rem;
}

.hero-visual-frame {
  padding: 0.6rem;
  border: 4px solid rgba(255, 255, 255, 0.95);
  border-radius: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 7px rgba(233, 207, 199, 0.5), 0 22px 50px rgba(17, 17, 17, 0.1);
}

.hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1.25rem;
  background-color: var(--cca-white);
}

.hero-note {
  position: relative;
  width: max-content;
  margin: -1.25rem 0 0 auto;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background-color: var(--cca-ink);
  color: var(--cca-white);
  font-weight: 600;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.18);
}

.trust-strip {
  padding: 1.5rem 0 3.5rem;
}

.trust-strip-card,
.differentiator-panel,
.about-panel,
.testimonial-card,
.client-callout,
.packages-note {
  padding: 2rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.75rem;
  background-color: var(--cca-white);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
}

.trust-strip-card {
  background: linear-gradient(135deg, #DE7C63 0%, var(--cca-blush-soft) 100%);
}

.trust-strip-card h2,
.differentiator-panel h2,
.about-panel h2,
.testimonial-card h3,
.packages-note p,
.client-callout p {
  margin-bottom: 1rem;
}

.trust-strip-card h2 {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 800;
}

.trust-strip-card p {
  margin-bottom: 0;
  max-width: 52rem;
  color: rgba(17, 17, 17, 0.78);
}

.content-section,
.cta-section {
  padding-top: 4rem;
  scroll-margin-top: 6rem;
}

.section-heading {
  margin-bottom: 2.75rem;
}

.section-heading h2,
.cta-panel h2 {
  /*max-width: 16ch;*/
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
}

.service-card,
.package-card,
.cta-panel {
  padding: 2rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.75rem;
  background-color: var(--cca-white);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
}

.service-card h3 {
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.service-card ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
  line-height: 1.75;
  color: rgba(17, 17, 17, 0.78);
}

.differentiator-section,
.ideal-client-section,
.about-section,
.testimonials-section {
  scroll-margin-top: 6rem;
}

.differentiator-panel {
  background: linear-gradient(180deg, #de7c63, var(--cca-blush-soft));
}

.checklist-grid,
.client-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-grid li,
.client-list li {
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.75;
}

.checklist-grid li + li,
.client-list li + li {
  margin-top: 0.75rem;
}

.checklist-grid li::before,
.client-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cca-taupe);
  font-size: 1.4rem;
  line-height: 1.2;
}

.packages-note {
  margin-top: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #de7c63 0%, var(--cca-white) 100%);
}

.packages-note p {
  font-size: 1.05rem;
  font-weight: 600;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.client-callout {
  background: linear-gradient(135deg, #de7c63 0%, var(--cca-blush-soft) 100%);
}

.client-callout p {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.testimonial-quote {
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.8;
  font-style: italic;
}

.packages-section {
  padding-bottom: 0.5rem;
}

.package-card {
  text-align: center;
}

.package-card-featured {
  border-color: rgba(142, 114, 105, 0.3);
  background: linear-gradient(180deg, #de7c63, var(--cca-white));
  transform: translateY(-0.25rem);
}

.package-name {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cca-taupe);
}

.package-hours {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.package-price {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, #de7c63 0%, var(--cca-blush-soft) 100%);
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 2.5rem;
  }

  .hero-title,
  .section-heading h2,
  .cta-panel h2 {
    max-width: none;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-actions {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .home-page {
    padding-top: 1rem;
  }

  .hero-title {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .hero-actions,
  .hero-highlights {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }
/* Hide designer-only kickers from the UI (they were for design reference) */
.section-kicker {
  display: none !important;
}

  .hero-note {
    width: 100%;
    margin-top: 1rem;
  }

  .cta-actions .btn {
    width: 100%;
  }
}
