@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500&family=Manrope:wght@400;500;600;700&display=swap");
@import url("/css/custom.min.dc904edca36543b9da4f25b3df92cdcce9e6ea90fc8e2d77d32988d8e388a5b4.css");
@import url("/css/hero-slider.css");

/* Hide the original Hugo rendering only after the fully themed replacement exists. */
.ridgeback-lovable .page-body > .blox-lovable-page ~ * {
  display: none !important;
}

.ridgeback-lovable .lr-page-shell + .page-body {
  display: none !important;
}

.lr-page .lr-section--compact {
  padding-block: clamp(3.75rem, 7vw, 5.5rem);
}

.lr-page .lr-prose {
  color: var(--lr-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.lr-page .lr-prose p {
  margin: 1rem 0 0;
}

.lr-page .lr-prose p:first-child {
  margin-top: 0;
}

.lr-tone-dark .lr-prose {
  color: color-mix(in oklch, var(--lr-cream) 74%, transparent);
}

.lr-page .lr-prose a,
.lr-page .lr-detail a,
.lr-page .lr-policy-card a,
.lr-page .lr-contact-card a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: color-mix(in oklch, var(--lr-terracotta) 58%, transparent);
  text-underline-offset: 0.22em;
}

.lr-page .lr-prose a:hover,
.lr-page .lr-detail a:hover,
.lr-page .lr-policy-card a:hover,
.lr-page .lr-contact-card a:hover {
  color: var(--lr-terracotta);
}

.lr-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2.75rem, 7vw, 5.5rem);
}

.lr-story-grid--reverse .lr-story-media {
  order: 2;
}

.lr-story-grid--reverse .lr-story-copy {
  order: 1;
}

.lr-story-media {
  position: relative;
}

.lr-story-media::after {
  content: "";
  position: absolute;
  right: -0.9rem;
  bottom: -0.9rem;
  width: 42%;
  height: 42%;
  border: 1px solid color-mix(in oklch, var(--lr-terracotta) 56%, transparent);
  border-radius: 1rem;
  pointer-events: none;
}

.lr-story-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  object-fit: cover;
}

.lr-story-copy h2 {
  margin-top: 0.85rem;
  color: inherit;
  font-size: clamp(2.25rem, 5vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.lr-story-copy .lr-prose {
  margin-top: 1.4rem;
}

.lr-promise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.lr-promise-card {
  padding: clamp(2rem, 4vw, 2.8rem);
  border: 1px solid color-mix(in oklch, var(--lr-cream) 14%, transparent);
  border-radius: 1rem;
  background: color-mix(in oklch, var(--lr-cream) 5%, transparent);
}

.lr-promise-card h2 {
  color: inherit;
  font-size: clamp(1.8rem, 3.5vw, 2.45rem);
  line-height: 1.08;
}

.lr-promise-card p {
  margin: 1rem 0 0;
  color: color-mix(in oklch, var(--lr-cream) 72%, transparent);
  line-height: 1.8;
}

.lr-content-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.27fr) minmax(0, 0.73fr);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.lr-content-nav {
  position: sticky;
  top: 7rem;
  padding: 1.5rem;
  border: 1px solid var(--lr-border);
  border-radius: 1rem;
  background: var(--lr-card);
}

.lr-content-nav strong {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--lr-foreground);
  font-family: fraunces, ui-serif, Georgia, serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.lr-content-nav a {
  display: block;
  padding: 0.48rem 0;
  color: var(--lr-muted);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.2s ease;
}

.lr-content-nav a:hover,
.lr-content-nav a:focus-visible {
  color: var(--lr-terracotta);
}

.lr-faq-group + .lr-faq-group,
.lr-policy-group + .lr-policy-group {
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}

.lr-content-layout .lr-book-banner {
  margin-block: clamp(3rem, 6vw, 4.5rem);
  border-radius: 1rem;
}

.lr-faq-group > h2,
.lr-policy-group > h2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--lr-border);
  color: var(--lr-foreground);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.lr-detail {
  border-bottom: 1px solid var(--lr-border);
}

.lr-detail summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--lr-foreground);
  cursor: pointer;
  font-family: fraunces, ui-serif, Georgia, serif;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.35;
  list-style: none;
}

.lr-detail summary::-webkit-details-marker {
  display: none;
}

.lr-detail summary::after {
  content: "+";
  position: absolute;
  top: 1.12rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--lr-border);
  border-radius: 50%;
  color: var(--lr-terracotta);
  font-family: manrope, sans-serif;
  font-size: 1.15rem;
  line-height: 1;
}

.lr-detail[open] summary::after {
  content: "−";
}

.lr-detail__body {
  padding: 0 3rem 1.5rem 0;
  color: var(--lr-muted);
  font-size: 0.96rem;
  line-height: 1.8;
}

.lr-detail__body p,
.lr-detail__body ul {
  margin: 0;
}

.lr-detail__body p + p,
.lr-detail__body p + ul,
.lr-detail__body ul + p,
.lr-detail__body ul + ul {
  margin-top: 1rem;
}

.lr-detail__body ul,
.lr-policy-card ul {
  padding-left: 1.2rem;
}

.lr-detail__body li + li,
.lr-policy-card li + li {
  margin-top: 0.55rem;
}

.lr-faq-image {
  width: 100%;
  max-height: 24rem;
  margin: 1.25rem 0 1.5rem;
  border-radius: 0.8rem;
  object-fit: cover;
}

.lr-policy-group {
  scroll-margin-top: 7rem;
}

.lr-policy-card {
  margin-top: 1.25rem;
  padding: clamp(1.6rem, 3vw, 2.25rem);
  border: 1px solid var(--lr-border);
  border-radius: 1rem;
  background: var(--lr-card);
  color: var(--lr-muted);
  font-size: 0.96rem;
  line-height: 1.82;
}

.lr-tone-sand .lr-policy-card {
  margin-top: 0;
}

.lr-policy-card h2 {
  margin: 0.7rem 0 0;
  color: var(--lr-foreground);
  font-size: clamp(2rem, 4vw, 3rem);
}

.lr-policy-card h3 {
  margin: 2rem 0 0;
  color: var(--lr-foreground);
  font-size: 1.42rem;
  line-height: 1.25;
}

.lr-policy-card h3:first-child {
  margin-top: 0;
}

.lr-policy-card h4 {
  margin: 1.6rem 0 0;
  color: var(--lr-foreground);
  font-size: 0.98rem;
  font-weight: 700;
}

.lr-policy-card p,
.lr-policy-card ul {
  margin: 0.9rem 0 0;
}

.lr-policy-card > :first-child {
  margin-top: 0;
}

.lr-policy-card strong {
  color: var(--lr-foreground);
}

.lr-policy-meta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lr-policy-card--contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--lr-charcoal);
  color: color-mix(in oklch, var(--lr-cream) 72%, transparent);
}

.lr-policy-card--contact h3 {
  color: var(--lr-cream);
}

.lr-policy-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lr-button--ghost-dark {
  border: 1px solid color-mix(in oklch, var(--lr-cream) 38%, transparent);
  background: transparent;
  color: var(--lr-cream);
}

.lr-button--ghost-dark:hover {
  border-color: var(--lr-cream);
  background: var(--lr-cream);
  color: var(--lr-charcoal);
}

.lr-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.lr-contact-card {
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--lr-border);
  border-radius: 1rem;
  background: var(--lr-card);
}

.lr-contact-card__number {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: var(--lr-secondary);
  color: var(--lr-terracotta);
  font-size: 0.74rem;
  font-weight: 700;
}

.lr-contact-card h2 {
  color: var(--lr-foreground);
  font-size: 1.45rem;
}

.lr-contact-card address,
.lr-contact-card p {
  margin: 0.85rem 0 0;
  color: var(--lr-muted);
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.75;
}

.lr-directions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.lr-directions-copy h2 {
  margin-top: 0.85rem;
  color: inherit;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.lr-directions-copy p {
  margin: 1.25rem 0 0;
  color: var(--lr-muted);
  line-height: 1.8;
}

.lr-map-frame {
  overflow: hidden;
  border-radius: 1rem;
  background: var(--lr-secondary);
}

.lr-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 31rem;
  border: 0;
}

.lr-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.25rem, 6vw, 4rem);
  border-radius: 1.35rem;
  background: var(--lr-terracotta);
  color: var(--lr-white);
}

.lr-contact-cta h2 {
  color: inherit;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.05;
}

.lr-contact-cta p {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: color-mix(in oklch, var(--lr-white) 82%, transparent);
  line-height: 1.75;
}

.lr-contact-cta .lr-button {
  flex: none;
  border-color: color-mix(in oklch, var(--lr-white) 65%, transparent);
  background: var(--lr-white);
  color: var(--lr-terracotta) !important;
  box-shadow: none;
}

@media (max-width: 1023px) {
  .lr-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .lr-story-grid,
  .lr-content-layout,
  .lr-directions-grid {
    grid-template-columns: 1fr;
  }

  .lr-story-grid--reverse .lr-story-media,
  .lr-story-grid--reverse .lr-story-copy {
    order: 0;
  }

  .lr-content-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .lr-policy-card--contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .lr-content-nav strong {
    grid-column: 1 / -1;
  }

  .lr-contact-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 639px) {
  .lr-promise-grid,
  .lr-contact-grid,
  .lr-content-nav {
    grid-template-columns: 1fr;
  }

  .lr-story-media::after {
    right: -0.45rem;
    bottom: -0.45rem;
  }

  .lr-detail summary {
    padding-right: 2.7rem;
  }

  .lr-detail__body {
    padding-right: 0;
  }

  .lr-map-frame iframe {
    min-height: 24rem;
  }
}
