.elementor-72 .elementor-element.elementor-element-9588a0a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-72 .elementor-element.elementor-element-5522f45{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-72 .elementor-element.elementor-element-c9252f4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5522f45 *//* ============================================
   ELENA FERRARI — SERVIZI CSS
   ============================================
   Autosufficiente. Il global.css fornisce solo
   tokens, reset, header, footer e WhatsApp.
   ============================================ */


/* ====== UTILITIES DI PAGINA ====== */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.section       { padding-block: var(--space-20); }
.section--lg   { padding-block: var(--space-32); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text);
  font-weight: 700;
}
h2 { font-size: var(--text-4xl); margin-bottom: var(--space-6); }
h3 { font-size: var(--text-2xl); margin-bottom: var(--space-4); }

p { margin-bottom: var(--space-4); max-width: 65ch; }
p:last-child { margin-bottom: 0; }

.text-center { text-align: center; }
.text-center p { margin-inline: auto; }

.pre-heading {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-full);
  transition: all var(--transition-base) var(--ease-out-quart);
  min-height: 48px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn--primary { background: var(--color-primary); color: var(--color-text-light); }
.btn--primary:hover { background: var(--color-primary-hover); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: transparent; color: var(--color-primary); border: 1.5px solid var(--color-primary); }
.btn--ghost:hover { background: var(--color-primary); color: var(--color-text-light); transform: translateY(-2px); }
.btn--ghost-light { background: transparent; color: var(--color-text-light); border: 1.5px solid rgba(255,255,255,0.3); }
.btn--ghost-light:hover { border-color: var(--color-text-light); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn--lg { padding: var(--space-5) var(--space-10); font-size: var(--text-base); min-height: 56px; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}
.breadcrumb a { color: var(--color-primary); transition: color var(--transition-fast); }
.breadcrumb a:hover { color: var(--color-primary-hover); }
.breadcrumb span[aria-current] { font-weight: 600; color: var(--color-text); }

/* Scroll Animations */
main [data-animate] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}
[data-animate="fade-left"]  { transform: translateX(-40px); }
[data-animate="fade-right"] { transform: translateX(40px); }
[data-animate="scale"]      { transform: scale(0.92); }
[data-animate="fade"]       { transform: none; }
main [data-animate].is-visible   { opacity: 1; transform: none; }

[data-delay="100"] { transition-delay: 100ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }

.img-zoom { overflow: hidden; border-radius: var(--radius-xl); }
.img-zoom img { transition: transform 0.6s var(--ease-out-expo); will-change: transform; }
.img-zoom:hover img { transform: scale(1.05); }


/* ====== HERO ====== */
.servizi__hero {
  position: relative;
  padding-top: calc(var(--header-height) + var(--space-16));
  padding-bottom: var(--space-16);
  min-height: 100vh;
  background-image:
    linear-gradient(105deg, rgba(18, 36, 31, 0.55) 0%, rgba(18, 36, 31, 0.42) 42%, rgba(18, 36, 31, 0.18) 68%, rgba(18, 36, 31, 0.35) 100%),
    url("https://elenaferrarinutrizionista.it/wp-content/uploads/2026/05/Servizi-1-scaled.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.servizi__hero-grid {
  display: block;
}

.servizi__hero-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.servizi__hero-content .servizi__breadcrumb {
  width: 100%;
  justify-content: flex-start;
  margin-inline: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}

.servizi__hero-content .breadcrumb {
  justify-content: flex-start !important;
}

.servizi__hero-content .breadcrumb a {
  color: rgba(255, 255, 255, 0.96);
}

.servizi__hero-content .breadcrumb span[aria-current] {
  color: #ffffff;
}

.servizi__hero-content .servizi__hero-pre {
  text-align: left;
  margin-inline: 0;
  color: #ffd6ec;
}

.servizi__hero-content .servizi__hero-pre,
.servizi__hero-content .servizi__hero-title,
.servizi__hero-content .servizi__hero-subtitle {
  margin-inline: 0 !important;
  text-align: left !important;
}

.servizi__hero-pre,
.servizi__hero-title,
.servizi__hero-subtitle,
.servizi__hero-actions {
  opacity: 0;
  transform: translateY(28px);
}

.servizi__hero.is-loaded .servizi__hero-pre      { opacity: 1; transform: none; transition: opacity 0.7s var(--ease-out-expo) 0.1s, transform 0.7s var(--ease-out-expo) 0.1s; }
.servizi__hero.is-loaded .servizi__hero-title     { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.2s, transform 0.8s var(--ease-out-expo) 0.2s; }
.servizi__hero.is-loaded .servizi__hero-subtitle  { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.35s, transform 0.8s var(--ease-out-expo) 0.35s; }
.servizi__hero.is-loaded .servizi__hero-actions   { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.5s, transform 0.8s var(--ease-out-expo) 0.5s; }

.servizi__hero-title {
  font-size: var(--text-5xl);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
  text-align: left;
  margin-inline: 0;
  color: #ffffff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.servizi__hero-subtitle {
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  color: #ffffff;
  line-height: 1.65;
  max-width: 54ch;
  text-align: left;
  margin-inline: 0;
  font-weight: 500;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.55);
}

.servizi__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-8);
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
}


/* ====== SECTION INTRO ====== */
.servizi__section-intro {
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: var(--space-12);
}

.servizi__section-title {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-4);
}

.servizi__section-title--left {
  text-align: left;
}

.servizi__section-copy {
  font-size: var(--text-md);
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 55ch;
  margin-inline: auto;
}

.servizi__section-copy--left {
  margin-inline: 0;
}


/* ====== AREAS GRID ====== */
.servizi__areas {
  background: var(--color-bg);
}

.servizi__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.servizi__card {
  position: relative;
  padding: var(--space-8) var(--space-6);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo), border-color 0.4s var(--ease-out-expo);
}

.servizi__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary);
}

.servizi__card.is-touch-hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary);
}

.servizi__card-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--color-primary-light);
  line-height: 1;
  margin-bottom: var(--space-4);
  pointer-events: none;
}

.servizi__card:hover .servizi__card-badge {
  color: var(--color-primary);
}

.servizi__card.is-touch-hover .servizi__card-badge {
  color: var(--color-primary);
}

.servizi__card-title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: var(--space-3);
}

.servizi__card-description {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}


/* ====== FEATURE SECTIONS (Prima visita / Follow-up) ====== */
.servizi__feature--alt {
  background: var(--color-bg-alt);
}

.servizi__feature-grid {
  display: block;
  max-width: 100%;
  margin-inline: 0;
}

.servizi__feature-grid--reverse {
  direction: ltr;
}

.servizi__feature-content {
  width: 100%;
  max-width: 1060px;
  margin-inline: auto;
}

#prima-visita .servizi__section-copy--left,
.servizi__feature[aria-labelledby="follow-up-heading"] .servizi__section-copy--left {
  max-width: 72ch;
}


/* ====== ACCORDION ====== */
.servizi__accordion {
  margin-bottom: var(--space-8);
}

.servizi__accordion-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-3);
  overflow: hidden;
  background: var(--color-bg);
  transition: border-color var(--transition-base);
}

.servizi__accordion-item:hover {
  border-color: var(--color-primary-light);
}

.servizi__accordion-item.is-open {
  border-color: var(--color-primary);
}

.servizi__accordion-trigger {
  width: 100%;
  padding: var(--space-6) var(--space-6);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color var(--transition-fast), background-color var(--transition-fast);
  border: none;
  background: none;
}

.servizi__accordion-trigger:hover {
  color: var(--color-text);
  background: var(--color-primary-light);
}

.servizi__accordion-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base) var(--ease-out-expo);
}

.servizi__accordion-icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.servizi__accordion-item.is-open .servizi__accordion-icon {
  transform: rotate(180deg);
}

.servizi__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out-expo);
}

.servizi__accordion-item.is-open .servizi__accordion-content {
  max-height: 300px;
}

.servizi__accordion-text {
  padding: 10px var(--space-5) var(--space-5);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

#prima-visita .servizi__accordion-text {
  padding: 10px var(--space-5) var(--space-5);
}

.servizi__accordion + .servizi__info-box {
  margin-top: var(--space-10);
}


/* ====== INFO BOX ====== */
.servizi__info-box {
  padding: var(--space-6);
  background: var(--color-bg);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-8);
}

.servizi__feature--alt .servizi__info-box {
  background: var(--color-bg-alt);
}

.servizi__info-box--compact {
  padding: var(--space-4) var(--space-5);
}

.servizi__info-box--hug {
  width: fit-content;
  margin-bottom: 0;
}

.servizi__info-item {
  font-size: var(--text-sm);
  color: var(--color-text);
  margin-bottom: var(--space-2);
}

.servizi__info-item:last-child {
  margin-bottom: 0;
}

.servizi__link {
  color: var(--color-primary);
  font-weight: 600;
  transition: color var(--transition-fast);
}

.servizi__link:hover {
  color: var(--color-primary-hover);
}

.servizi__prima-visita-cta-row {
  display: block;
  width: 100%;
}

.servizi__prima-visita-cta-row .servizi__info-box--hug {
  margin-left: 0;
  margin-right: auto;
}

.servizi__prima-visita-cta-row > .btn {
  display: flex;
  width: fit-content;
  margin: var(--space-5) auto 0;
}


/* ====== BENEFITS LIST ====== */
.servizi__benefits-list {
  list-style: none;
  margin-bottom: var(--space-8);
}

.servizi__benefit-item {
  position: relative;
  padding: var(--space-3) 0 var(--space-3) var(--space-8);
  font-size: var(--text-sm);
  line-height: 1.6;
  border-bottom: 1px solid var(--color-border-light);
}

.servizi__benefit-item:last-child {
  border-bottom: none;
}

.servizi__benefit-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: var(--radius-full);
  background: var(--color-primary-light);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23CF669F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}


/* ====== EXTRAS / COMPACT CARDS ====== */
.servizi__compact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.servizi__compact-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  height: 100%;
  padding: var(--space-8);
  background: var(--color-bg);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo);
}

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

.servizi__compact-card-kicker {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
}

.servizi__compact-card-title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-3);
}

.servizi__compact-card-description {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.servizi__quote-band {
  background: var(--color-bg-dark);
  padding-block: 56px;
  min-height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
}

.servizi__quote-text {
  margin: 0 auto;
  max-width: 66ch;
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-text-light);
}

.servizi__extras .pre-heading {
  font-size: var(--text-base);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.servizi__compact-card-price {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0;
}

.servizi__compact-card-price--note {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text-muted);
  line-height: 1.4;
}


/* ====== COME FUNZIONA (ONLINE) ====== */
.servizi__come-online {
  background: var(--color-bg);
  padding-block: var(--space-20);
  border-top: 1px solid var(--color-border-light);
}

.servizi__come-online-inner {
  max-width: 640px;
  margin-inline: auto;
}

.servizi__come-online-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.servizi__come-online-list li {
  position: relative;
  padding-left: var(--space-8);
  font-size: var(--text-md);
  color: var(--color-text);
  line-height: 1.65;
}

.servizi__come-online-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--color-secondary);
}


/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .servizi__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .servizi__feature-grid,
  .servizi__feature-grid--reverse {
    direction: ltr;
  }

  .servizi__compact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section { padding-block: var(--space-16); }

  .servizi__hero {
    padding-top: calc(var(--header-height) + var(--space-10));
    padding-bottom: var(--space-10);
    min-height: clamp(460px, 66vh, 680px);
    background-size: cover;
    background-position: center center;
  }

  .servizi__hero-title { font-size: var(--text-4xl); }
  .servizi__hero-actions { flex-direction: column; }
  .servizi__hero-actions .btn { width: 100%; }

  .servizi__cards-grid { grid-template-columns: 1fr; }

  .servizi__compact-cards { grid-template-columns: 1fr; }

  .servizi__quote-text {
    font-size: var(--text-xl);
  }

  #prima-visita .servizi__feature-content > .btn,
  .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__feature-content > .btn {
    display: flex;
    width: fit-content;
    margin-inline: auto;
  }

  .servizi__prima-visita-cta-row {
    display: block;
  }

  .servizi__info-box--hug {
    width: 100%;
    max-width: 520px;
  }
}

/* Final override for Elementor cascade conflicts */
.elementor-page-72 .servizi__hero {
  background:
    linear-gradient(105deg, rgba(18, 36, 31, 0.55) 0%, rgba(18, 36, 31, 0.42) 42%, rgba(18, 36, 31, 0.18) 68%, rgba(18, 36, 31, 0.35) 100%),
    url("https://elenaferrarinutrizionista.it/wp-content/uploads/2026/05/Servizi-1-scaled.png") center center / cover no-repeat !important;
}

@media (max-width: 768px) {
  .elementor-page-72 .servizi__hero {
    background-size: cover !important;
    background-position: center center !important;
  }
}

.elementor-page-72 .servizi__hero .servizi__hero-subtitle {
  color: rgba(255, 255, 255, 0.96) !important;
}

/* Final override: remove leftover empty photo column */
.elementor-page-72 #prima-visita .servizi__feature-grid,
.elementor-page-72 .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__feature-grid {
  display: block !important;
  max-width: 980px !important;
  margin-inline: auto !important;
}

.elementor-page-72 #prima-visita .servizi__feature-content,
.elementor-page-72 .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__feature-content {
  width: 100% !important;
  max-width: 980px !important;
  margin-inline: auto !important;
}

.elementor-page-72 #prima-visita .servizi__section-copy--left,
.elementor-page-72 .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__section-copy--left,
.elementor-page-72 #prima-visita .servizi__accordion,
.elementor-page-72 #prima-visita .servizi__info-box,
.elementor-page-72 .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__benefits-list,
.elementor-page-72 .servizi__feature[aria-labelledby="follow-up-heading"] .servizi__info-box {
  max-width: 980px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9252f4 *//* ============================================
   ELENA FERRARI — SERVIZI CSS
   ============================================
   Autosufficiente. Il global.css fornisce solo
   tokens, reset, header, footer e WhatsApp.
   ============================================ */


/* ====== UTILITIES DI PAGINA ====== */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}

.section       { padding-block: var(--space-20); }
.section--lg   { padding-block: var(--space-32); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text);
  font-weight: 700;
}
h2 { font-size: var(--text-4xl); margin-bottom: var(--space-6); }
h3 { font-size: var(--text-2xl); margin-bottom: var(--space-4); }

p { margin-bottom: var(--space-4); max-width: 65ch; }
p:last-child { margin-bottom: 0; }

.text-center { text-align: center; }
.text-center p { margin-inline: auto; }

.pre-heading {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  margin-bottom: var(--space-3);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: var(--radius-full);
  transition: all var(--transition-base) var(--ease-out-quart);
  min-height: 48px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn--primary { background: var(--color-primary); color: var(--color-text-light); }
.btn--primary:hover { background: var(--color-primary-hover); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: transparent; color: var(--color-primary); border: 1.5px solid var(--color-primary); }
.btn--ghost:hover { background: var(--color-primary); color: var(--color-text-light); transform: translateY(-2px); }
.btn--ghost-light { background: transparent; color: var(--color-text-light); border: 1.5px solid rgba(255,255,255,0.3); }
.btn--ghost-light:hover { border-color: var(--color-text-light); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn--lg { padding: var(--space-5) var(--space-10); font-size: var(--text-base); min-height: 56px; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
}
.breadcrumb a { color: var(--color-primary); transition: color var(--transition-fast); }
.breadcrumb a:hover { color: var(--color-primary-hover); }
.breadcrumb span[aria-current] { font-weight: 600; color: var(--color-text); }

/* Scroll Animations */
main [data-animate] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s var(--ease-out-expo), transform 0.7s var(--ease-out-expo);
}
[data-animate="fade-left"]  { transform: translateX(-40px); }
[data-animate="fade-right"] { transform: translateX(40px); }
[data-animate="scale"]      { transform: scale(0.92); }
[data-animate="fade"]       { transform: none; }
main [data-animate].is-visible   { opacity: 1; transform: none; }

[data-delay="100"] { transition-delay: 100ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }

.img-zoom { overflow: hidden; border-radius: var(--radius-xl); }
.img-zoom img { transition: transform 0.6s var(--ease-out-expo); will-change: transform; }
.img-zoom:hover img { transform: scale(1.05); }


/* ====== HERO ====== */
.servizi__hero {
  position: relative;
  padding-top: calc(var(--header-height) + var(--space-16));
  padding-bottom: var(--space-16);
  background:
    radial-gradient(circle at 20% 70%, rgba(207, 102, 159, 0.14), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(77, 139, 116, 0.10), transparent 36%),
    linear-gradient(180deg, #FFFFFF 0%, var(--color-bg-alt) 100%);
  overflow: hidden;
}

.servizi__hero-grid {
  display: grid;
  grid-template-columns: 1.1fr minmax(260px, 440px);
  gap: var(--space-16);
  align-items: center;
}

.servizi__hero-content {
  text-align: center;
}

.servizi__hero-content .breadcrumb {
  justify-content: center;
}

.servizi__hero-pre,
.servizi__hero-title,
.servizi__hero-subtitle {
  margin-inline: auto;
}

.servizi__hero-pre,
.servizi__hero-title,
.servizi__hero-subtitle,
.servizi__hero-actions,
.servizi__hero-visual {
  opacity: 0;
  transform: translateY(28px);
}

.servizi__hero.is-loaded .servizi__hero-pre      { opacity: 1; transform: none; transition: opacity 0.7s var(--ease-out-expo) 0.1s, transform 0.7s var(--ease-out-expo) 0.1s; }
.servizi__hero.is-loaded .servizi__hero-title     { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.2s, transform 0.8s var(--ease-out-expo) 0.2s; }
.servizi__hero.is-loaded .servizi__hero-subtitle  { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.35s, transform 0.8s var(--ease-out-expo) 0.35s; }
.servizi__hero.is-loaded .servizi__hero-actions   { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out-expo) 0.5s, transform 0.8s var(--ease-out-expo) 0.5s; }
.servizi__hero.is-loaded .servizi__hero-visual    { opacity: 1; transform: none; transition: opacity 0.9s var(--ease-out-expo) 0.45s, transform 0.9s var(--ease-out-expo) 0.45s; }

.servizi__hero-title {
  font-size: var(--text-5xl);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-4);
}

.servizi__hero-subtitle {
  font-size: var(--text-md);
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 54ch;
}

.servizi__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

.servizi__hero-visual {
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xl);
  max-height: min(88vh, 640px);
}

.servizi__hero-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: min(88vh, 640px);
  object-fit: cover;
  object-position: center 30%;
  display: block;
}


/* ====== SECTION INTRO ====== */
.servizi__section-intro {
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: var(--space-12);
}

.servizi__section-title {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-4);
}

.servizi__section-title--left {
  text-align: left;
}

.servizi__section-copy {
  font-size: var(--text-md);
  color: var(--color-text-muted);
  line-height: 1.65;
  max-width: 55ch;
  margin-inline: auto;
}

.servizi__section-copy--left {
  margin-inline: 0;
}


/* ====== AREAS GRID ====== */
.servizi__areas {
  background: var(--color-bg);
}

.servizi__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.servizi__card {
  position: relative;
  padding: var(--space-8) var(--space-6);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo), border-color 0.4s var(--ease-out-expo);
}

.servizi__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-primary);
}

.servizi__card-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: 700;
  color: var(--color-primary-light);
  line-height: 1;
  margin-bottom: var(--space-4);
  pointer-events: none;
}

.servizi__card:hover .servizi__card-badge {
  color: var(--color-primary);
}

.servizi__card-title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: var(--space-3);
}

.servizi__card-description {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}


/* ====== FEATURE SECTIONS (Prima visita / Follow-up) ====== */
.servizi__feature--alt {
  background: var(--color-bg-alt);
}

.servizi__feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.servizi__feature-grid--reverse {
  direction: rtl;
}

.servizi__feature-grid--reverse > * {
  direction: ltr;
}

.servizi__media-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.servizi__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.servizi__media-caption {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  max-width: 44ch;
}


/* ====== ACCORDION ====== */
.servizi__accordion {
  margin-bottom: var(--space-8);
}

.servizi__accordion-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-3);
  overflow: hidden;
  background: var(--color-bg);
  transition: border-color var(--transition-base);
}

.servizi__accordion-item.is-open {
  border-color: var(--color-primary);
}

.servizi__accordion-trigger {
  width: 100%;
  padding: var(--space-4) var(--space-5);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color var(--transition-fast);
  border: none;
  background: none;
}

.servizi__accordion-trigger:hover {
  color: var(--color-primary);
}

.servizi__accordion-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base) var(--ease-out-expo);
}

.servizi__accordion-icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.servizi__accordion-item.is-open .servizi__accordion-icon {
  transform: rotate(180deg);
}

.servizi__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-out-expo);
}

.servizi__accordion-item.is-open .servizi__accordion-content {
  max-height: 300px;
}

.servizi__accordion-text {
  padding: 0 var(--space-5) var(--space-5);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
}

.servizi__accordion + .servizi__info-box {
  margin-top: var(--space-10);
}


/* ====== INFO BOX ====== */
.servizi__info-box {
  padding: var(--space-6);
  background: var(--color-bg);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-8);
}

.servizi__feature--alt .servizi__info-box {
  background: var(--color-bg-alt);
}

.servizi__info-box--compact {
  padding: var(--space-4) var(--space-5);
}

.servizi__info-item {
  font-size: var(--text-sm);
  color: var(--color-text);
  margin-bottom: var(--space-2);
}

.servizi__info-item:last-child {
  margin-bottom: 0;
}

.servizi__link {
  color: var(--color-primary);
  font-weight: 600;
  transition: color var(--transition-fast);
}

.servizi__link:hover {
  color: var(--color-primary-hover);
}


/* ====== BENEFITS LIST ====== */
.servizi__benefits-list {
  list-style: none;
  margin-bottom: var(--space-8);
}

.servizi__benefit-item {
  position: relative;
  padding: var(--space-3) 0 var(--space-3) var(--space-8);
  font-size: var(--text-sm);
  line-height: 1.6;
  border-bottom: 1px solid var(--color-border-light);
}

.servizi__benefit-item:last-child {
  border-bottom: none;
}

.servizi__benefit-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: var(--radius-full);
  background: var(--color-primary-light);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23CF669F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}


/* ====== EXTRAS / COMPACT CARDS ====== */
.servizi__compact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.servizi__compact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-6);
  padding: var(--space-8);
  background: var(--color-bg);
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--ease-out-expo), box-shadow 0.4s var(--ease-out-expo);
}

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

.servizi__compact-card-kicker {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: var(--space-2);
}

.servizi__compact-card-title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-3);
}

.servizi__compact-card-description {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.servizi__compact-card-price {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0;
}

.servizi__compact-card-price--note {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-text-muted);
  line-height: 1.4;
}


/* ====== COME FUNZIONA (ONLINE) ====== */
.servizi__come-online {
  background: var(--color-bg);
  padding-block: var(--space-20);
  border-top: 1px solid var(--color-border-light);
}

.servizi__come-online-inner {
  max-width: 640px;
  margin-inline: auto;
}

.servizi__come-online-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.servizi__come-online-list li {
  position: relative;
  padding-left: var(--space-8);
  font-size: var(--text-md);
  color: var(--color-text);
  line-height: 1.65;
}

.servizi__come-online-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-full);
  background: var(--color-secondary);
}


/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .servizi__hero-grid {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .servizi__hero-visual {
    max-width: 480px;
    margin-inline: auto;
  }

  .servizi__cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .servizi__feature-grid,
  .servizi__feature-grid--reverse {
    grid-template-columns: 1fr;
    gap: var(--space-10);
    direction: ltr;
  }

  .servizi__compact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section { padding-block: var(--space-16); }

  .servizi__hero {
    padding-top: calc(var(--header-height) + var(--space-10));
    padding-bottom: var(--space-10);
  }

  .servizi__hero-title { font-size: var(--text-4xl); }
  .servizi__hero-actions { flex-direction: column; }
  .servizi__hero-actions .btn { width: 100%; }

  .servizi__cards-grid { grid-template-columns: 1fr; }

  .servizi__compact-cards { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9588a0a *//* Shared stylesheet for Elementor page snippets.
   Direction: refined editorial minimalism.
   No hard section borders; hierarchy comes from spacing, surfaces, and light.
*/

:where(.ef-page) {
  --ef-rose: #cf669f;
  --ef-rose-deep: #b45288;
  --ef-sage: #4d8b74;
  --ef-sage-deep: #3b6f5b;
  --ef-sand: #e2e2e2;
  --ef-cream: #fbf7f5;
  --ef-paper: #fffdfb;
  --ef-white: #ffffff;
  --ef-ink: #1f1a1c;
  --ef-muted: #6d6368;
  --ef-muted-soft: #94888e;
  --ef-line-soft: rgba(31, 26, 28, 0.08);
  --ef-shadow-sm: 0 10px 30px rgba(31, 26, 28, 0.05);
  --ef-shadow-md: 0 20px 50px rgba(31, 26, 28, 0.08);
  --ef-shadow-lg: 0 35px 80px rgba(31, 26, 28, 0.11);
  --ef-radius-sm: 18px;
  --ef-radius-md: 28px;
  --ef-radius-lg: 40px;
  --ef-wrap: min(1120px, calc(100vw - 2rem));
  --ef-wrap-wide: min(1240px, calc(100vw - 2rem));
  --ef-display: "Cormorant Garamond", Georgia, serif;
  --ef-ui: "Outfit", system-ui, sans-serif;
  --ef-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  font-family: var(--ef-ui);
  color: var(--ef-ink);
  background:
    radial-gradient(circle at top left, rgba(207, 102, 159, 0.14), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(77, 139, 116, 0.11), transparent 28%),
    linear-gradient(180deg, #fffaf7 0%, #f9f6f4 100%);
  line-height: 1.6;
  font-size: clamp(0.98rem, 0.95rem + 0.15vw, 1.04rem);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:where(.ef-page) *,
:where(.ef-page) *::before,
:where(.ef-page) *::after {
  box-sizing: border-box;
}

:where(.ef-page) a {
  color: inherit;
  text-decoration: none;
  transition:
    color 0.28s var(--ef-ease),
    background-color 0.28s var(--ef-ease),
    border-color 0.28s var(--ef-ease),
    box-shadow 0.28s var(--ef-ease),
    transform 0.28s var(--ef-ease);
}

:where(.ef-page) img {
  max-width: 100%;
}

:where(.ef-page) button,
:where(.ef-page) input,
:where(.ef-page) textarea {
  font: inherit;
}

.ef-main {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.ef-wrap,
.ef-wrap--wide {
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.ef-wrap {
  max-width: var(--ef-wrap);
}

.ef-wrap--wide {
  max-width: var(--ef-wrap-wide);
}

.ef-skip {
  position: absolute;
  left: -9999px;
  top: 1rem;
  z-index: 120;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--ef-ink);
  color: var(--ef-white);
}

.ef-skip:focus {
  left: 1rem;
}

.ef-char {
  display: inline-block;
  will-change: transform, opacity;
}

.ef-reveal,
.ef-reveal-static,
.ef-ab-reveal,
.ef-ab-reveal-static,
.ef-sv-reveal,
.ef-sv-reveal-static,
.ef-lc-reveal,
.ef-ct-reveal {
  will-change: transform, opacity;
}

/* Shared header */

.ef-header {
  position: sticky;
  top: 0;
  z-index: 80;
  margin: 0 auto;
  padding: 0.85rem 0;
  backdrop-filter: blur(18px) saturate(1.15);
  background: linear-gradient(180deg, rgba(255, 251, 248, 0.86) 0%, rgba(255, 251, 248, 0.64) 100%);
}

.ef-header.is-scrolled {
  background: linear-gradient(180deg, rgba(255, 251, 248, 0.94) 0%, rgba(255, 251, 248, 0.82) 100%);
}

.ef-header__inner {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "logo toggle"
    "tag tag"
    "nav nav"
    "cta cta";
  gap: 0.5rem 1rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 36px rgba(31, 26, 28, 0.06);
}

.ef-logo {
  grid-area: logo;
  font-family: var(--ef-display);
  font-size: clamp(1.4rem, 1.2rem + 1vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ef-logo:hover {
  color: var(--ef-rose-deep);
}

.ef-logo__tag {
  grid-area: tag;
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ef-sage);
}

.ef-nav-toggle {
  grid-area: toggle;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(207, 102, 159, 0.12);
  color: var(--ef-ink);
  cursor: pointer;
  padding: 0;
}

.ef-nav-toggle:hover {
  background: rgba(207, 102, 159, 0.18);
}

.ef-nav-toggle__line {
  position: relative;
  display: block;
  width: 1.1rem;
  height: 1px;
  background: currentColor;
}

.ef-nav-toggle__line + .ef-nav-toggle__line {
  margin-top: 0.35rem;
}

.ef-nav-toggle[aria-expanded="true"] .ef-nav-toggle__line:first-child {
  transform: translateY(0.23rem) rotate(45deg);
}

.ef-nav-toggle[aria-expanded="true"] .ef-nav-toggle__line:last-child {
  transform: translateY(-0.23rem) rotate(-45deg);
}

.ef-nav {
  grid-area: nav;
  display: none;
  padding-top: 0.6rem;
}

.ef-nav.is-open {
  display: block;
}

.ef-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ef-nav__link {
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ef-muted);
}

.ef-nav__link:hover,
.ef-nav__link--active {
  color: var(--ef-rose-deep);
}

.ef-header__cta {
  grid-area: cta;
  justify-self: start;
}

.ef-header__cta,
.ef-btn,
.ef-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.35rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ef-header__cta,
.ef-btn--primary,
.ef-form__submit {
  color: var(--ef-white);
  background: linear-gradient(135deg, var(--ef-rose) 0%, var(--ef-rose-deep) 100%);
  box-shadow: 0 18px 40px rgba(207, 102, 159, 0.24);
}

.ef-header__cta:hover,
.ef-btn--primary:hover,
.ef-form__submit:hover {
  color: var(--ef-white);
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(207, 102, 159, 0.3);
}

.ef-btn--ghost {
  color: var(--ef-ink);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 0 0 1px rgba(31, 26, 28, 0.1);
}

.ef-btn--ghost:hover {
  color: var(--ef-rose-deep);
  background: var(--ef-white);
  box-shadow:
    inset 0 0 0 1px rgba(207, 102, 159, 0.18),
    0 14px 28px rgba(31, 26, 28, 0.06);
}

.ef-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.ef-kicker,
.ef-serv-kicker,
.ef-loc-kicker,
.ef-ct-kicker,
.ef-horizontal__kicker,
.ef-journey__eyebrow,
.ef-footer__label,
.ef-pas__label,
.ef-dual__label,
.ef-price,
.ef-loc-panel__i,
.ef-pillar__n,
.ef-review-card__stat {
  font-size: 0.73rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ef-kicker,
.ef-serv-kicker,
.ef-loc-kicker,
.ef-ct-kicker,
.ef-horizontal__kicker,
.ef-price,
.ef-loc-panel__i,
.ef-review-card__stat {
  color: var(--ef-sage);
}

.ef-display,
.ef-serv-h1,
.ef-loc-h1,
.ef-ct-h1,
.ef-life__title,
.ef-section__title,
.ef-sec-h2 {
  margin: 0;
  font-family: var(--ef-display);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--ef-ink);
}

.ef-display,
.ef-serv-h1,
.ef-loc-h1,
.ef-ct-h1 {
  font-size: clamp(3rem, 1.95rem + 4vw, 5.3rem);
}

.ef-display--sm {
  font-size: clamp(2.25rem, 1.8rem + 2vw, 3.6rem);
}

.ef-section__title,
.ef-sec-h2,
.ef-life__title {
  font-size: clamp(2rem, 1.45rem + 2.2vw, 3.15rem);
}

.ef-lead,
.ef-serv-sub,
.ef-loc-lead,
.ef-ct-sub,
.ef-horizontal__intro,
.ef-life__intro,
.ef-prose p,
.ef-approach-lead,
.ef-pas__text,
.ef-note-card__text,
.ef-dual__hint,
.ef-area-card p,
.ef-alt-card__p,
.ef-faq__panel p,
.ef-tl-item__body p,
.ef-ct-direct__line,
.ef-loc-panel__addr {
  color: var(--ef-muted);
}

.ef-lead,
.ef-serv-sub,
.ef-loc-lead,
.ef-ct-sub,
.ef-horizontal__intro,
.ef-life__intro {
  font-size: clamp(1.02rem, 0.98rem + 0.35vw, 1.16rem);
  font-weight: 300;
}

.ef-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7.2rem) 0;
}

.ef-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.65), transparent 28%),
    radial-gradient(circle at 90% 90%, rgba(207, 102, 159, 0.05), transparent 22%);
  opacity: 0.8;
}

.ef-section > * {
  position: relative;
  z-index: 1;
}

.ef-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ef-ink);
}

.ef-link-arrow::after {
  content: "->";
  color: var(--ef-rose);
}

.ef-link-arrow:hover {
  color: var(--ef-rose-deep);
}

.ef-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--ef-radius-md);
  background: linear-gradient(180deg, rgba(207, 102, 159, 0.1), rgba(77, 139, 116, 0.08));
  box-shadow: var(--ef-shadow-md);
}

.ef-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 45%);
}

.ef-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ef-caption {
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ef-muted-soft);
}

.ef-quote,
.ef-quote-inline {
  margin: 0;
  padding: 1.5rem 1.65rem;
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(255, 244, 249, 0.92));
  box-shadow: var(--ef-shadow-sm);
}

.ef-quote p,
.ef-quote-inline p {
  margin: 0;
  font-family: var(--ef-display);
  font-size: clamp(1.5rem, 1.15rem + 1vw, 2.2rem);
  line-height: 1.12;
}

.ef-quote cite {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ef-muted-soft);
  font-style: normal;
}

.ef-footer {
  padding: 2rem 0 2.5rem;
}

.ef-footer__grid {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 1.5rem;
  display: grid;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  box-shadow: var(--ef-shadow-sm);
}

.ef-footer__brand {
  margin: 0;
  font-family: var(--ef-display);
  font-size: 1.9rem;
  line-height: 1;
}

.ef-footer__role {
  margin: 0.25rem 0 0;
  color: var(--ef-muted);
}

.ef-footer__label {
  margin: 0 0 0.55rem;
}

.ef-footer p {
  margin: 0.16rem 0;
}

.ef-footer__legal {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0.8rem auto 0;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ef-muted-soft);
}

/* Homepage */

.ef-page--home .ef-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 6vw, 5rem);
}

.ef-page--home .ef-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ef-page--home .ef-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.ef-page--home .ef-hero__blob--a {
  inset: 2rem auto auto -4rem;
  width: min(42vw, 340px);
  height: min(42vw, 340px);
  background: rgba(207, 102, 159, 0.18);
}

.ef-page--home .ef-hero__blob--b {
  inset: auto -4rem 6rem auto;
  width: min(34vw, 280px);
  height: min(34vw, 280px);
  background: rgba(77, 139, 116, 0.15);
}

.ef-page--home .ef-hero__blob--c {
  display: none;
}

.ef-page--home .ef-hero__grid {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.ef-page--home .ef-hero__copy {
  position: relative;
  z-index: 2;
}

.ef-page--home .ef-display {
  max-width: 13ch;
  margin-bottom: 1rem;
}

.ef-page--home .ef-lead {
  max-width: 38rem;
  margin: 0 0 1.5rem;
}

.ef-media--hero {
  aspect-ratio: 4 / 5;
}

.ef-page--home .ef-section--pas {
  padding-top: 1rem;
}

.ef-pas {
  display: grid;
  gap: 1rem;
}

.ef-pas__col {
  padding: 1.5rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-pas__label {
  margin: 0 0 0.75rem;
}

.ef-pas__text {
  margin: 0;
}

.ef-pas__rule {
  display: none;
}

.ef-horizontal {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ef-horizontal__sticky {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
}

.ef-horizontal__title {
  max-width: 15ch;
}

.ef-horizontal__intro {
  max-width: 42rem;
  margin: 0.9rem 0 0;
}

.ef-horizontal__track {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.ef-hcard {
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--ef-shadow-sm);
}

.ef-media--hcard {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
}

.ef-hcard__index {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ef-rose-deep);
}

.ef-hcard__title {
  margin: 0 0 0.5rem;
  font-family: var(--ef-display);
  font-size: 1.6rem;
  line-height: 1;
}

.ef-hcard__text {
  margin: 0;
  color: var(--ef-muted);
}

.ef-horizontal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}

.ef-horizontal__note {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ef-sage);
}

.ef-pillars {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.ef-pillar {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-pillar__head {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.3rem;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.ef-pillar__name {
  font-family: var(--ef-display);
  font-size: 1.35rem;
  line-height: 1.05;
}

.ef-pillar__icon {
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1.5px solid var(--ef-rose);
  border-bottom: 1.5px solid var(--ef-rose);
  transform: rotate(45deg);
}

.ef-pillar__head[aria-expanded="true"] .ef-pillar__icon {
  transform: rotate(225deg);
}

.ef-pillar__body {
  padding: 0 1.3rem 1.25rem 3.6rem;
}

.ef-pillar__body p {
  margin: 0;
  color: var(--ef-muted);
}

.ef-home-intro {
  max-width: 46rem;
  margin-bottom: 1.75rem;
}

.ef-home-grid,
.ef-journey {
  display: grid;
  gap: 1rem;
}

.ef-home-card,
.ef-journey__card,
.ef-note-card {
  padding: 1.4rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-home-card:hover,
.ef-journey__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--ef-shadow-md);
}

.ef-home-card__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
  background: rgba(207, 102, 159, 0.12);
  color: var(--ef-rose-deep);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
}

.ef-home-card__title,
.ef-journey__title,
.ef-note-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--ef-display);
  font-size: 1.55rem;
  line-height: 1.02;
}

.ef-home-card__text,
.ef-journey__list,
.ef-note-card__text {
  margin: 0;
  color: var(--ef-muted);
}

.ef-journey__eyebrow {
  margin: 0 0 0.55rem;
}

.ef-journey__list,
.ef-ul {
  padding-left: 1.1rem;
}

.ef-journey__list li,
.ef-ul li {
  margin-bottom: 0.45rem;
}

.ef-home-links {
  margin-top: 1.25rem;
}

.ef-section--cta .ef-wrap {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.ef-section--dual .ef-dual {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.ef-dual__col {
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-dual__label {
  margin: 0 0 0.6rem;
}

.ef-dual__hint {
  margin: 0 0 1rem;
}

.ef-dual__rule {
  display: none;
}

.ef-home-blog__feed,
.ef-review-card {
  padding: 1.35rem;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 246, 250, 0.9));
  box-shadow: inset 0 0 0 1px rgba(207, 102, 159, 0.05), var(--ef-shadow-sm);
}

.ef-review-card__grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ef-review-card__stat {
  display: block;
  margin-bottom: 0.25rem;
}

.ef-review-card__meta {
  margin: 0;
  color: var(--ef-muted);
}

/* About */

.ef-about-hero {
  padding: clamp(3rem, 7vw, 6rem) 0 2rem;
}

.ef-about-hero__layout {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: center;
}

.ef-about-hero__text {
  padding: clamp(1rem, 3vw, 2rem);
}

.ef-about-hero__media {
  position: relative;
}

.ef-media--sharp {
  aspect-ratio: 4 / 5;
}

.ef-prose p {
  margin: 0 0 1rem;
  max-width: 41rem;
}

.ef-approach-lead {
  max-width: 48rem;
  margin: 1rem 0 1.5rem;
}

.ef-quote-inline {
  max-width: 42rem;
}

.ef-timeline {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.ef-tl-item {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-tl-item__y {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 4.25rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(77, 139, 116, 0.12);
  color: var(--ef-sage-deep);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ef-tl-item__h {
  margin: 0 0 0.35rem;
  font-family: var(--ef-display);
  font-size: 1.5rem;
  line-height: 1.02;
}

.ef-tl-item__body p {
  margin: 0;
}

.ef-life {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.ef-life__sticky {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
}

.ef-life__head {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.ef-life__intro {
  margin: 1rem 0 0;
}

.ef-life__track {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.ef-life__fig {
  width: min(74vw, 320px);
  margin: 0;
  flex-shrink: 0;
}

.ef-media--life {
  aspect-ratio: 4 / 5;
  margin-bottom: 0.8rem;
}

.ef-life__cap {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ef-muted-soft);
}

.ef-cta-bar {
  padding-top: 0;
}

.ef-cta-bar__inner {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1.6rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 245, 249, 0.88), rgba(245, 250, 247, 0.92));
  box-shadow: var(--ef-shadow-sm);
}

.ef-cta-bar__text {
  margin: 0;
  font-family: var(--ef-display);
  font-size: clamp(1.65rem, 1.25rem + 1vw, 2.3rem);
  line-height: 1.08;
}

/* Services */

.ef-serv-hero {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0 1rem;
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

.ef-serv-hero__inner,
.ef-serv-hero__media {
  border-radius: 32px;
  overflow: hidden;
}

.ef-serv-hero__inner {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--ef-shadow-sm);
}

.ef-serv-sub {
  margin: 1rem 0 1.4rem;
  max-width: 34rem;
}

.ef-serv-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ef-rose-deep);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ef-serv-cta::after {
  content: "->";
}

.ef-serv-hero__media {
  min-height: 19rem;
}

.ef-media--banner,
.ef-media--full {
  height: 100%;
  min-height: inherit;
}

.ef-area-grid,
.ef-triple {
  display: grid;
  gap: 1rem;
}

.ef-area-grid {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.ef-area-card,
.ef-triple__col,
.ef-alt-card,
.ef-faq__item,
.ef-loc-note__inner,
.ef-ct-direct {
  padding: 1.35rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-area-card__h,
.ef-triple__label,
.ef-alt-card__h,
.ef-ct-direct__h,
.ef-loc-note__h {
  margin: 0 0 0.55rem;
  font-family: var(--ef-display);
  font-size: 1.5rem;
  line-height: 1.02;
}

.ef-area-card p,
.ef-alt-card__p,
.ef-ct-direct__line,
.ef-loc-note__p {
  margin: 0;
}

.ef-triple {
  margin-top: 1.6rem;
}

.ef-triple__label {
  font-size: 1.35rem;
}

.ef-ul {
  margin: 0;
}

.ef-ul--open {
  margin-top: 1rem;
  padding: 0 0 0 1.1rem;
}

.ef-price {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.4rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(77, 139, 116, 0.1);
}

.ef-price strong {
  color: var(--ef-ink);
}

.ef-price-note {
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ef-muted);
}

.ef-alt-head {
  margin-bottom: 1.2rem;
}

.ef-alt-track {
  display: grid;
  gap: 1rem;
}

.ef-alt-card {
  min-height: 100%;
}

.ef-alt-card--note {
  background: linear-gradient(135deg, rgba(255, 245, 249, 0.92), rgba(255, 255, 255, 0.88));
}

.ef-faq {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.ef-faq__item {
  padding: 0;
  overflow: hidden;
}

.ef-faq__btn {
  width: 100%;
  padding: 1.2rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  font-family: var(--ef-display);
  font-size: 1.4rem;
  line-height: 1.05;
}

.ef-faq__btn::after {
  content: "+";
  flex-shrink: 0;
  color: var(--ef-rose);
  font-family: var(--ef-ui);
  font-size: 1rem;
}

.ef-faq__btn[aria-expanded="true"]::after {
  content: "-";
}

.ef-faq__panel {
  padding: 0 1.25rem 1.25rem;
}

.ef-faq__panel p {
  margin: 0;
}

/* Locations */

.ef-loc-intro {
  padding: clamp(3rem, 7vw, 5rem) 0 1rem;
}

.ef-loc-intro__inner {
  width: min(960px, calc(100vw - 2rem));
  margin: 0 auto;
  text-align: center;
}

.ef-loc-lead {
  max-width: 40rem;
  margin: 1rem auto 0;
}

.ef-loc-scroll {
  padding: 1rem 0 2rem;
}

.ef-loc-sticky {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
}

.ef-loc-track {
  display: flex;
  gap: 1rem;
  width: max-content;
}

.ef-loc-panel {
  width: min(86vw, 420px);
  flex-shrink: 0;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--ef-shadow-md);
}

.ef-media--loc {
  aspect-ratio: 16 / 11;
  border-radius: 0;
  box-shadow: none;
}

.ef-loc-panel__body {
  padding: 1.4rem;
}

.ef-loc-panel__h {
  margin: 0.35rem 0 0.45rem;
  font-family: var(--ef-display);
  font-size: 1.8rem;
  line-height: 1;
}

.ef-loc-panel__addr {
  margin: 0 0 1rem;
}

.ef-loc-map {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ef-rose-deep);
}

.ef-loc-map::after {
  content: "->";
}

.ef-loc-note {
  padding-top: 0;
}

/* Contact */

.ef-ct-split {
  width: min(1240px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) 0 2rem;
  display: grid;
  gap: 1.5rem;
}

.ef-ct-split__media,
.ef-ct-split__content {
  border-radius: 32px;
  overflow: hidden;
}

.ef-ct-split__media {
  min-height: 22rem;
}

.ef-ct-split__content {
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--ef-shadow-sm);
}

.ef-ct-sub {
  margin: 1rem 0 1.5rem;
}

.ef-form {
  display: grid;
  gap: 1rem;
}

.ef-form__row {
  display: grid;
  gap: 0.45rem;
}

.ef-form__label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ef-muted);
}

.ef-form__input,
.ef-form__textarea {
  width: 100%;
  padding: 1rem 1rem 0.95rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 243, 0.98));
  color: var(--ef-ink);
  box-shadow: inset 0 0 0 1px rgba(31, 26, 28, 0.08);
}

.ef-form__input:focus,
.ef-form__textarea:focus {
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(207, 102, 159, 0.26),
    0 0 0 4px rgba(207, 102, 159, 0.1);
}

.ef-form__textarea {
  min-height: 150px;
  resize: vertical;
}

.ef-form__privacy,
.ef-form__note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ef-muted);
}

.ef-form__submit {
  width: fit-content;
}

.ef-ct-direct {
  margin-top: 1rem;
  display: grid;
  gap: 0.45rem;
}

/* Responsive */

@media (min-width: 768px) {
  .ef-header__inner {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas: "logo tag nav cta";
    gap: 1rem 1.5rem;
    padding-inline: 1.2rem;
  }

  .ef-logo__tag {
    align-self: center;
  }

  .ef-nav-toggle {
    display: none;
  }

  .ef-nav {
    display: block;
    padding-top: 0;
    justify-self: end;
  }

  .ef-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }

  .ef-header__cta {
    justify-self: end;
  }

  .ef-footer__grid {
    grid-template-columns: 2fr 1fr 1fr;
    align-items: start;
  }

  .ef-page--home .ef-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  }

  .ef-pas {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
  }

  .ef-pas__rule {
    display: block;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(207, 102, 159, 0.24), transparent);
  }

  .ef-horizontal__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ef-home-grid,
  .ef-journey,
  .ef-review-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ef-section--dual .ef-dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .ef-about-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  }

  .ef-tl-item {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .ef-cta-bar__inner {
    grid-template-columns: 1fr auto;
  }

  .ef-serv-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  }

  .ef-area-grid,
  .ef-alt-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ef-triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ef-loc-panel {
    width: min(76vw, 460px);
  }

  .ef-ct-split {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .ef-horizontal__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ef-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ef-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ef-area-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ef-loc-panel {
    width: 500px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :where(.ef-page) *,
  :where(.ef-page) *::before,
  :where(.ef-page) *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .ef-header__cta:hover,
  .ef-btn--primary:hover,
  .ef-btn--ghost:hover,
  .ef-form__submit:hover,
  .ef-home-card:hover,
  .ef-journey__card:hover {
    transform: none;
  }
}/* End custom CSS */