@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg-body: #fbf7f0;
  --bg-alt: #f2ece1;
  --bg-card: #fffdf9;
  --bg-dark: #152b24;
  --bg-dark-soft: #203a31;
  --primary: #19554a;
  --primary-dark: #123e36;
  --primary-light: #2f7969;
  --accent: #c17355;
  --accent-dark: #9b4f37;
  --gold: #c6a671;
  --ink: #1d2925;
  --ink-soft: #465650;
  --white: #ffffff;
  --line: #e5dfd2;
  --line-soft: #eee9dd;
  --bs-primary: #19554a;
  --bs-primary-rgb: 25, 85, 74;
  --bs-secondary: #c17355;
  --bs-secondary-rgb: 193, 115, 85;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 60px;
  --shadow-sm: 0 6px 18px rgba(21, 43, 36, 0.07);
  --shadow-md: 0 14px 34px rgba(21, 43, 36, 0.1);
  --shadow-lg: 0 24px 55px rgba(21, 43, 36, 0.16);
  --gutter: clamp(1rem, 3vw, 3rem);
  --nav-height: 78px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background-color: var(--bg-body);
  line-height: 1.65;
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;

  line-height: 1.18;
  letter-spacing: -0.4px;
}

p {
  margin-bottom: 1.15rem;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: var(--accent-dark);
}

img {
  max-width: 100%;
  height: auto;
}

section {
  scroll-margin-top: var(--nav-height);
}

.container-fluid {
  max-width: 1500px;
}

.btn {
  border-radius: var(--radius-pill);
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 0.9rem 1.9rem;
  border-width: 1.5px;
  transition: background ease 0.3s, color ease 0.3s, border-color ease 0.3s, transform ease 0.15s, box-shadow ease 0.3s;
}

.btn:active {
  transform: translateY(1px) scale(0.99);
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-active-bg: var(--primary-dark);
  --bs-btn-active-border-color: var(--primary-dark);
  box-shadow: 0 10px 20px -8px rgba(25, 85, 74, 0.4);
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-active-bg: var(--primary-dark);
  --bs-btn-active-border-color: var(--primary-dark);
}

.btn-outline-light {
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.12);
  --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
}

.btn-accent {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background-color: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--white);
}

.text-primary {
  color: var(--primary) !important;
}

.text-accent {
  color: var(--accent-dark) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-dark-soft {
  background-color: var(--bg-dark-soft) !important;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-dark);
  margin-bottom: 1rem;
}

.eyebrow.glassy {
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  background-color: rgba(255, 255, 255, 0.1);
  color: #f5d7cc;
  backdrop-filter: blur(6px);
}

.lead {
  font-size: 1.16rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.navbar {
  min-height: var(--nav-height);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(251, 247, 240, 0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229, 223, 210, 0.8);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.navbar.is-scrolled {
  background-color: rgba(251, 247, 240, 0.97);
  box-shadow: 0 6px 20px rgba(21, 43, 36, 0.06);
}

.navbar .navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
}

.navbar .navbar-brand span {
  color: var(--accent);
}

.navbar .nav-link {
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: 0.2px;
  color: var(--ink-soft);
  padding: 0.55rem 1rem;
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--accent);
  position: absolute;
  bottom: 6px;
  left: 1rem;
  transition: width 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--primary);
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: calc(100% - 2rem);
}

.navbar .nav-cta {
  border-left: 1px solid var(--line);
  padding-left: 1.2rem;
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-dark-soft);
  background-size: cover;
  background-position: center;
}

.hero__badge {
  background-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
  padding: 0.45rem 1.2rem;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero__title {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  color: var(--white);
  line-height: 1.05;
  text-shadow: 0 3px 20px rgba(15, 33, 27, 0.3);
}

.hero__lead {
  color: rgba(255, 255, 255, 0.86);
  max-width: 650px;
}

.hero-divider {
  width: 70px;
  height: 4px;
  border-radius: 40px;
  background-color: var(--accent);
}

.section-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-inner--sm {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section-title {
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  max-width: 780px;
}

.section-title--light {
  color: var(--white);
}

.section-dark {
  background-color: var(--bg-dark);
  color: #e6efeb;
}

.section-dark .eyebrow {
  color: #ecb7a4;
}

.section-dark p {
  color: #c2d1cb;
}

.section-alt {
  background-color: var(--bg-alt);
  color: var(--ink);
}

.divider-ornament {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.divider-ornament::before,
.divider-ornament::after {
  content: "";
  height: 1px;
  width: 48px;
  background-color: var(--line);
}

.divider-ornament i {
  color: var(--accent);
}

.card {
  border: 0;
  border-radius: var(--radius-md);
  background-color: var(--bg-card);
  box-shadow: var(--shadow-sm);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

.card-body {
  border-radius: var(--radius-md);
}

.card-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 10px 24px -10px var(--primary);
}

.card-icon--soft {
  background-color: rgba(193, 115, 85, 0.14);
  color: var(--accent-dark);
  box-shadow: none;
}

.card-image {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.stat-number {
  font-family: var(--font-display);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary);
}

.stat-label {
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: 0.3px;
}

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 2px;
  margin-right: -10px;
  background: var(--white);
  border: 2px solid var(--bg-body);
}

.avatar-stack .avatar img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quote-mark {
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 0;
  color: var(--gold);
  user-select: none;
}

.rating i {
  color: var(--gold);
  font-size: 0.85rem;
}

.testimonial-card {
  background-color: var(--white);
  border-left: 5px solid var(--accent);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.lead-wrap {
  border-radius: var(--radius-lg);
}

.lead-wrap .container {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.google-map {
  width: 100%;
  height: 460px;
  min-height: 380px;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  display: block;
  filter: grayscale(0.2);
}

.contact-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(193, 115, 85, 0.12);
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.form-control {
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background-color: var(--white);
  padding: 0.85rem 1.2rem;
  font-size: 1rem;
  color: var(--ink);
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.22rem rgba(25, 85, 74, 0.14);
}

.form-control::placeholder {
  color: #9aa49e;
}

.form-control:focus-within::placeholder {
  color: var(--ink-soft);
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

.form-label {
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  color: var(--ink);
}

.newsletter-form .form-control {
  border-radius: var(--radius-pill);
  padding-left: 1.5rem;
  border: 0;
}

.input-group-icon {
  right: 8px;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}

.accordion {
  --bs-accordion-border-radius: var(--radius-sm);
  --bs-accordion-inner-border-radius: var(--radius-sm);
  --bs-accordion-bg: var(--white);
  --bs-accordion-border-color: var(--line-soft);
}

.accordion-button {
  font-weight: 700;
  padding: 1.4rem 1.5rem;
  background-color: var(--white);
  color: var(--ink);
}

.accordion-button:not(.collapsed) {
  color: var(--primary-dark);
  background-color: rgba(25, 85, 74, 0.06);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 0.9rem;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
}

.badge {
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 0.55em 1.1em;
  border-radius: 100px;
}

.partner-logo {
  opacity: 0.55;
  transition: opacity 0.3s ease;
  filter: grayscale(1);
}

.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0);
}

.timeline {
  position: relative;
  padding-left: 0.5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: var(--line);
}

.timeline-step {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2rem;
}

.timeline-step__dot {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--primary);
  border: 5px solid #e5e0d3;
}

.timeline-step h5 {
  font-weight: 700;
}

.price-card {
  border-radius: var(--radius-lg);
  background-color: var(--white);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.price-card.is-featured {
  background: var(--bg-dark);
  color: var(--white);
}

.price-card.is-featured .price-card__value {
  color: var(--gold);
}

.price-card.is-featured .price-list-item {
  color: #cae1da;
}

.price-card__value {
  font-family: var(--font-display);
  font-size: 3.1rem;
  color: var(--primary);
}

.price-card .check-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.8rem;
}

.price-card .check-list i {
  color: var(--accent);
}

.footer {
  background-color: var(--bg-dark);
  color: #c3d0cb;
  padding-top: 4.5rem;
  padding-bottom: 2.2rem;
}

.footer h5, .footer .h5 {
  color: var(--white);
  font-family: var(--font-display);
}

.footer a {
  color: #b9cbc4;
}

.footer a:hover {
  color: var(--white);
}

.footer-link {
  color: #b9cbc4;
}

.footer-link i {
  color: var(--gold);
}

.footer-contact {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  font-size: 0.9rem;
  color: #93a59d;
}

.social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.09);
  color: var(--white);
  margin-right: 0.55rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  background-color: var(--accent);
  color: var(--white);
  transform: translateY(-3px);
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 560px;
  margin: 0 auto;
  background-color: var(--bg-dark);
  color: var(--white);
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  z-index: 2000;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner__link {
  color: var(--gold);
  font-weight: 700;
}

.cookie-banner__link:hover {
  color: #e7cf9e;
}

.cookie-banner__text {
  font-size: 0.92rem;
  margin: 0;
  color: #d8e5df;
}

.cookie-banner__actions {
  display: inline-flex;
  gap: 0.7rem;
  flex-shrink: 0;
}

.toast-root {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 420px;
  width: calc(100% - 48px);
}

.toast-message {
  background-color: var(--white);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-sm);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-left: 5px solid var(--primary);
  animation: toast-in 0.4s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.toast-message--error {
  border-left-color: var(--accent-dark);
}

.toast-message i {
  font-size: 1.3rem;
  color: var(--primary);
}

.toast-message--error i {
  color: var(--accent-dark);
}

@keyframes toast-in {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  70% {
    transform: translateX(-6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1500;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  border: 0;
  font-size: 1.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(25, 85, 74, 0.4);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: var(--primary-dark);
}

.dropdown-toggle::after {
  display: none;
}

.clip-text {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text {
  background-image: linear-gradient(92deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.min-h-75 {
  min-height: 75vh;
}

.min-h-50 {
  min-height: 50vh;
}

.object-fit-cover {
  object-fit: cover;
}

.img-hover-scale {
  overflow: hidden;
}

.img-hover-scale img {
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.img-hover-scale:hover img {
  transform: scale(1.06);
}

.divider-gradient {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.section-anchor {
  border-bottom: 3px solid var(--accent);
  padding-bottom: 0.2rem;
}

.section-anchor:hover {
  color: var(--accent-dark);
  border-bottom-color: var(--accent-dark);
}

p:last-child {
  margin-bottom: 0;
}

.mulberry-bg {
  background-color: var(--bg-body);
}

.cta-tile {
  background: linear-gradient(126deg, var(--primary), var(--bg-dark-soft));
}

.cta-tile ::selection {
  background-color: var(--accent);
  color: var(--white);
}

.wave-divider svg {
  display: block;
  margin-bottom: -1px;
}

.main-wrap {
  min-height: 55vh;
}

:focus-visible {
  outline: 3px dashed rgba(193, 115, 85, 0.65);
  outline-offset: 4px;
}

.icon-box {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.icon-box--solid {
  background-color: var(--accent);
  color: var(--white);
}

.img-ratio-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.img-ratio-1-1 {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .navbar .navbar-collapse {
    background-color: rgba(251, 247, 240, 0.97);
    padding: 1rem;
    border-radius: var(--radius-sm);
  }

  .iframe-map {
    height: 350px;
  }

  .footer-contact .icon-box,
  .nav-cta {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}
/* Legal hero solid dark background for reliable text contrast */
.legal-hero{background-color:#0e1114 !important;color:#fff !important}
.legal-hero .eyebrow,.legal-hero span{color:#e7cf9e}

/* ===== Price page: contrast overrides ===== */
/* Hero section sits on a photographic background, so give it a solid dark
   colour that guarantees white text passes contrast checks. */
[data-photo-slug="price-hero-main"]{background-color:#0c0f13 !important;}
[data-photo-slug="price-hero-main"] .rounded-pill.mb-4{background:rgba(0,0,0,.55) !important;border-color:rgba(255,255,255,.4) !important;}
/* Corporate band: ensure a dark backdrop behind light text. */
[data-photo-slug="price-corporate-bg"]{background-color:#0a0c0f !important;}
/* CTA banner: replace the light tan wash with a dark gradient so white text pops. */
[data-photo-slug="price-cta"]{background:#221407 !important;background-image:linear-gradient(135deg,#3a2410,#1b1105) !important;}
/* Gold "Most loved" / "Bestseller" badges: use a darker bronze so white labels pass. */
.card .badge.position-absolute.text-white{background:#5b3316 !important;}
/* Section overlines in #9a7a45 on white fall short of 4.5:1 - darken them. */
.section-overline[style*="color: #9a7a45"]{color:#463012 !important;}
/* Article tags in #a9845a on near-white fall short - darken them. */
.tag[style*="color:#a9845a"]{color:#5a3b16 !important;}
