@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/assets/_vinext_fonts/cormorant-garamond-ff0b6567a197/cormorant-garamond-e99b45a2.woff2") format("woff2");
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/_vinext_fonts/manrope-35218281b57f/manrope-81401990.woff2") format("woff2");
}

body {
  --font-display: "Cormorant Garamond", serif;
  --font-body: Manrope, sans-serif;
}

.seo-split {
  background: var(--paper);
  gap: clamp(36px, 7vw, 100px);
  display: grid;
}

.seo-split > div > p:not(.section-kicker) {
  color: var(--muted);
  margin: 0 0 18px;
}

.seo-split > :only-child {
  grid-column: 1 / -1;
  max-width: 1000px;
}

.seo-split > :only-child {
  grid-column: 1 / -1;
  max-width: 1000px;
}

.highlight-card {
  --card-padding: clamp(28px, 5vw, 50px);
  background: var(--ink);
  color: #fff;
  border-radius: 28px;
  align-self: start;
  padding: var(--card-padding);
  box-shadow: var(--shadow);
}

.highlight-card > span {
  color: var(--sand);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
}

.highlight-card h3 {
  margin: 18px 0 28px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.highlight-card ol {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.highlight-card li {
  color: #d5e1df;
  border-top: 1px solid #ffffff29;
  padding: 16px 0;
}

.highlight-card li:last-child {
  border-bottom: 1px solid #ffffff29;
}

.highlight-card .text-link {
  color: var(--sand);
  border-bottom: 1px solid;
  font-size: .78rem;
  font-weight: 700;
}

.local-section {
  background: var(--ivory);
}

.local-section > h2 {
  max-width: 900px;
}

.local-grid {
  gap: 18px;
  margin-top: 38px;
  display: grid;
}

.local-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 38px);
}

.local-grid h3 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.local-grid p,
.faq-intro > p:last-child {
  color: var(--muted);
  margin: 0;
}

.context-strip {
  overflow-x: auto;
}

.context-strip span {
  white-space: nowrap;
}

.floating-whatsapp {
  font-family: var(--font-body);
  font-weight: 800;
  text-decoration: none;
}

.service-hero-copy strong {
  font-weight: 700;
}

.journey-image {
  width: calc(100% + 56px);
  max-width: none;
  height: 180px;
  margin: 22px -28px 0;
  object-fit: cover;
}

.journey-image + h3 {
  margin-top: 26px;
}

.highlight-image {
  width: calc(100% + var(--card-padding) + var(--card-padding));
  max-width: none;
  height: clamp(190px, 28vw, 260px);
  margin: calc(0px - var(--card-padding)) calc(0px - var(--card-padding)) 30px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
}

.journey-card {
  overflow: hidden;
}

@media (min-width: 760px) {
  .local-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 980px) {
  .seo-split {
    grid-template-columns: 1.15fr .85fr;
  }

  .highlight-card {
    position: sticky;
    top: 120px;
  }
}
