
/*
Theme Name: Angora Child
Template: angora
*/

@font-face {
  font-family: "Suisse Intl";
  src: url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Light.woff2") format("woff2"),
       url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Regular-WebS.woff2") format("woff2"),
       url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Regular-WebS.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Medium-WebS.woff2") format("woff2"),
       url("/wp-content/themes/angora-child/assets/fonts/SuisseIntl-Medium-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* =========================
   GLOBAL · NAV / FONTS
   ========================= */

.navbar,
.navbar.fixed,
.navbar.floating {
  border-bottom: none !important;
  box-shadow: none !important;
}

.navbar .navbar-nav > li > a,
.navbar.floating .nav > li > a,
.navbar.fixed .nav > li > a {
  font-family: var(--font-ui) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2;
  padding-left: 18px;
  padding-right: 18px;
}

.navbar .navbar-nav > li {
  margin: 0 6px;
}

.navbar .navbar-nav > li:last-child > a {
  padding-right: 16px;
}

:root {
  --font-ui: "Suisse Intl", sans-serif;
  --font-display: "Fraunces", serif;
}

body,
button,
input,
select,
textarea,
p,
li,
a,
span,
div,
label,
small,
blockquote,
.navbar,
.navbar a,
.main-navigation,
.main-navigation a {
  font-family: var(--font-ui) !important;
}


h1, h2, h3, h4, h5, h6,
.entry-title,
.section-title,
.wpb_heading,
.vc_custom_heading,
.elementor-heading-title {
  font-family: var(--font-display) !important;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

/* =========================
   TOUR PAGES · IMAGE FILL
   ========================= */

.tour-row-img.vc_row {
  display: flex !important;
  align-items: stretch !important;
}

.tour-row-img.vc_row::before,
.tour-row-img.vc_row::after {
  display: none !important;
}

.tour-row-img.vc_row > .wpb_column {
  float: none !important;
  display: flex !important;
}

.tour-row-img.vc_row > .wpb_column > .vc_column-inner,
.tour-row-img.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper,
.tour-image-col .wpb_raw_html,
.tour-image-col .wpb_raw_code,
.tour-image-col .wpb_raw_html .wpb_wrapper,
.tour-image-col .wpb_raw_code .wpb_wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
  width: 100%;
}

.tour-row-img.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  flex-direction: column !important;
}

.tour-image-col .wpb_raw_html,
.tour-image-col .wpb_raw_code {
  margin-bottom: 0 !important;
}

.tour-image-fill {
  display: block !important;
  flex: 1 1 auto !important;
  width: 100%;
  min-height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.tour-image-col > .vc_column-inner {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 32px !important;
  box-shadow: inset 0 0 0 1px #fff !important;
}

section.parallax,
section.parallax .parallax-container {
  overflow: visible !important;
}

/* =========================
   TOUR GRID
   ========================= */

.tour-section {
  padding: 60px 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

body .tour-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 72px 52px !important;
  align-items: start !important;
}

body .tour-card {
  position: relative !important;
  transform: none !important;
  display: block;
  cursor: pointer;
}

body .tour-card__link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

body .tour-card__image {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #ece7df !important;

  border-radius: 16px;

  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.1),
    0 14px 32px rgba(0, 0, 0, 0.1);
}

body .tour-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
        transition:
  transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
  filter 0.5s ease !important;
}

body .tour-card__content {
  margin-top: 20px !important;
  max-width: 30ch !important;
}

body .tour-card__content h3 {
  margin: 0 0 12px !important;
  font-family: "Fraunces", serif !important;
  font-size: clamp(2rem, 2.5vw, 2.45rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  color: #1f1f1f !important;
  transition: opacity 0.22s ease !important;
}

body .tour-card__content p {
  margin: 0 !important;
  font-family: var(--font-ui) !important;
  font-size: 1.16rem !important;
  line-height: 1.72 !important;
  color: rgba(0, 0, 0, 0.72) !important;
  max-width: 29ch !important;
}

body .tour-card__link:hover .tour-card__image img {
  transform: scale(1.10) !important;
  filter: brightness(0.98) saturate(1.02) !important;
}

body .tour-card__link:hover .tour-card__content h3 {
  opacity: 0.84 !important;
}

body .tour-card.active::before {
  content: "" !important;
  position: absolute !important;
  top: -16px !important;
  left: 0 !important;
  width: 52px !important;
  height: 1px !important;
  background: rgba(0, 0, 0, 0.42) !important;
}

body .tour-card.active .tour-card__image img {
  transform: scale(1.01) !important;
  filter: brightness(0.97) !important;
}

body .tour-card.active .tour-card__content h3 {
  opacity: 0.86 !important;
}

/* =========================
   TOUR PANEL
   ========================= */

html.tour-panel-open,
body.tour-panel-open {
  overflow: hidden !important;
}

.tour-panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2.5vw !important;
  margin-top: 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease !important;
}

.tour-panel.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.tour-panel__box {
  position: relative !important;
  width: min(1380px, 94vw) !important;
  max-height: 90vh !important;
  overflow: auto !important;
  background: #f7f2eb !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.10),
    0 40px 120px rgba(0, 0, 0, 0.22) !important;
  padding: 0 !important;
  opacity: 0 !important;
  transform: translateY(10px) scale(0.985) !important;
  transition:
    opacity 0.34s ease,
    transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
  will-change: transform, opacity;
}

.tour-panel.active .tour-panel__box {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.tour-panel__top {
  position: absolute !important;
  top: 22px !important;
  right: 26px !important;
  z-index: 5 !important;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: flex-end !important;
}

.tour-panel__close {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  font-family: var(--font-ui) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.72) !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease !important;
}

.tour-slider__prev:hover,
.tour-slider__next:hover,
.tour-panel__close:hover {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.22) !important;
}

.tour-panel__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: min(78vh, 900px) !important;
}

.tour-panel__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: none !important;
  padding: 72px 58px 56px 58px !important;
  overflow: auto !important;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.34s ease,
    transform 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: 0.05s;
}

.tour-panel.active .tour-panel__text {
  opacity: 1;
  transform: translateY(0);
}

.tour-panel__text h3 {
  margin: 0 0 20px !important;
  max-width: none !important;
  font-family: "Fraunces", serif !important;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.025em !important;
  color: #202020 !important;
}

.tour-panel__text > p:first-of-type {
  position: relative;
  margin: 0 0 34px !important;
  padding-left: 18px;
  max-width: 38ch !important;
  font-family: var(--font-ui) !important;
  font-size: 1.38rem !important;
  line-height: 1.72 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.tour-panel__text > p:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 2px;
  height: calc(100% - 0.6em);
  background: rgba(0, 0, 0, 0.14);
}

.tour-panel__text a[href] {
  display: none !important;
  align-self: flex-start;
}

.tour-panel__media {
  position: relative !important;
  min-height: 100% !important;
  height: 100% !important;
  background: #e8e1d6 !important;
  overflow: hidden !important;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 0.42s ease,
    transform 0.52s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: 0.08s;
}

.tour-panel.active .tour-panel__media {
  opacity: 1;
  transform: scale(1);
}

.tour-panel__media > img,
.tour-slider,
.tour-slider__track,
.tour-slide,
.tour-slide img {
  width: 100% !important;
  height: 100% !important;
}

.tour-panel__media > img,
.tour-slide img {
  display: block !important;
  object-fit: cover !important;
}

.tour-slider {
  position: relative !important;
}

.tour-slide {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease !important;
}

.tour-slide img {
  transform: scale(1.015);
  transition:
    opacity 0.45s ease,
    transform 0.7s ease !important;
}

.tour-slide.is-active,
.tour-acc-item.active .tour-acc-content {
  display: block !important;
}

.tour-slide.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.tour-slide.is-active img {
  transform: scale(1);
}

/* Slider controls */
.tour-slider__prev,
.tour-slider__next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  font-family: var(--font-ui) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.72) !important;
  cursor: pointer !important;
  z-index: 3 !important;
  box-shadow: none !important;
}

.tour-slider__prev {
  left: 20px !important;
}

.tour-slider__next {
  right: 20px !important;
}

.tour-slider__dots {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.tour-slider__dot:hover {
  background: rgba(255, 255, 255, 0.72);
  transform: scale(1.08);
}

.tour-slider__dot.is-active {
  background: rgba(255, 255, 255, 0.96);
  transform: scale(1.15);
}

/* Accordions */
.tour-accordion {
  margin-top: 30px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.14) !important;
}

.tour-acc-item {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
  transition: border-color 0.24s ease, background-color 0.24s ease !important;
}

.tour-acc-item.active {
  border-bottom-color: rgba(0, 0, 0, 0.2) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

.tour-acc-title {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: baseline !important;
  gap: 18px !important;
  padding: 28px 0 20px !important;
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: "Fraunces", serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(1.65rem, 1.4rem + 0.5vw, 1.95rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em !important;
  color: #1e1e1e !important;
}

.tour-acc-title::after {
  content: "+" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.55) !important;
  font-family: var(--font-ui) !important;
  font-style: normal !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: rgba(0, 0, 0, 0.72) !important;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    opacity 0.22s ease !important;
}

.tour-acc-item.active .tour-acc-title::after {
  content: "−" !important;
  transform: rotate(180deg) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(0, 0, 0, 0.22) !important;
}

.tour-acc-title:hover::after {
  background: rgba(255, 255, 255, 0.78) !important;
}

.tour-acc-content {
  display: none !important;
  padding: 4px 0 32px 0 !important;
  font-family: var(--font-ui) !important;
  font-size: clamp(1.2rem, 1.05rem + 0.3vw, 1.32rem) !important;
  line-height: 1.9 !important;
  letter-spacing: 0.005em !important;
  color: rgba(0, 0, 0, 0.78) !important;
  max-width: 58ch !important;
}

.tour-acc-content p {
  margin: 0 0 1.1em !important;
}

.tour-acc-content p:first-of-type {
  font-size: 1.04em;
}

.tour-acc-content p:first-child,
.tour-acc-content > *:first-child {
  margin-top: 0;
}

.tour-acc-content p:last-child,
.tour-acc-content > *:last-child {
  margin-bottom: 0;
}

.tour-acc-content ul,
.tour-acc-content ol {
  margin: 0.7em 0 0.9em 1.2em !important;
  padding: 0 !important;
}

.tour-acc-content li {
  margin-bottom: 0.5em !important;
  line-height: 1.72 !important;
}

.tour-acc-content strong {
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.84) !important;
}

.tour-acc-content em {
  font-style: italic !important;
}

.tour-acc-item.active .tour-acc-content {
  animation: tourAccordionReveal 0.26s ease !important;
}

@keyframes tourAccordionReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   TRANSPARENCY / CUSTOM HOME
   ========================= */

.eddi-container {
  width: min(1100px, 90%);
  margin: 0 auto;
}

/* HERO · versión limpia y estable */

.eddi-hero {
  position: relative;
  min-height: clamp(760px, 100svh, 980px);
  overflow: hidden;
  background: #e0d4c1;
}

.eddi-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.eddi-hero__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.01);
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 0.92) 78%,
    rgba(0, 0, 0, 0.68) 87%,
    rgba(0, 0, 0, 0.30) 94%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 68%,
    rgba(0, 0, 0, 0.92) 78%,
    rgba(0, 0, 0, 0.68) 87%,
    rgba(0, 0, 0, 0.30) 94%,
    rgba(0, 0, 0, 0) 100%
  );
}

.eddi-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.04) 55%,
      rgba(247, 242, 235, 0) 75%,
      #f7f2eb 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.18) 0%,
      rgba(0, 0, 0, 0.05) 42%,
      rgba(0, 0, 0, 0) 75%
    );
  pointer-events: none;
}

.eddi-hero__inner {
  position: relative;
  z-index: 2;
  min-height: clamp(760px, 100svh, 980px);
}

.eddi-hero__content {
  position: absolute;
  left: clamp(76px, 9vw, 140px);
  bottom: clamp(190px, 22vh, 310px);
  max-width: 820px;
  color: #fff;
}

.eddi-hero h1 {
  margin: 0 0 14px;
  font-family: "Fraunces", serif;
  font-size: clamp(7.2rem, 9.8vw, 11.8rem);
  line-height: 0.81;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 8.2ch;
  text-wrap: balance;
  font-weight: 250;
}

.eddi-hero__subtitle,
.eddi-hero p {
  margin: 0;
  padding-left: 72px;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.15rem, 2.45vw, 2.55rem);
  line-height: 1.26;
  letter-spacing: 0.005em;
  color: rgba(255, 248, 240, 0.9);
  max-width: none;
  white-space: nowrap;
  font-weight: 100;
}

/* portátil / tablet horizontal */
@media (max-width: 1100px) {
  .eddi-hero__img {
    object-position: 63% center;
  }

  .eddi-hero__content {
    left: 6vw;
    bottom: 140px;
    max-width: 700px;
  }

  .eddi-hero__subtitle,
  .eddi-hero p {
    padding-left: 42px;
    font-size: clamp(1.02rem, 2vw, 1.55rem);
    white-space: normal;
    max-width: 24ch;
    line-height: 1.3;
  }
}

/* tablet */
@media (max-width: 900px) {
  .eddi-hero {
    min-height: clamp(680px, 92svh, 860px);
  }

  .eddi-hero__inner {
    min-height: clamp(680px, 92svh, 860px);
  }

  .eddi-hero__img {
    object-position: 68% center;
  }

  .eddi-hero__content {
    left: 6vw;
    right: 6vw;
    bottom: 105px;
    max-width: 620px;
  }

  .eddi-hero h1 {
    font-size: clamp(5.4rem, 11vw, 8.4rem);
    margin: 0 0 10px;
  }

  .eddi-hero__subtitle,
  .eddi-hero p {
    padding-left: 18px;
    font-size: clamp(1rem, 1.9vw, 1.35rem);
    max-width: 22ch;
    line-height: 1.3;
  }
}

@media (max-width: 1100px) {
  .eddi-hero__img {
    object-position: 60% center;
  }

  .eddi-hero__content {
    left: 7vw;
    bottom: 185px;
    max-width: 700px;
  }

  .eddi-hero h1 {
    font-size: clamp(6rem, 10vw, 9rem);
    margin: 0 0 10px;
  }

  .eddi-hero__subtitle,
  .eddi-hero p {
    padding-left: 42px;
    font-size: clamp(1.15rem, 2.1vw, 1.7rem);
    white-space: normal;
    max-width: 24ch;
    line-height: 1.28;
  }
}

@media (max-width: 900px) {
  .eddi-hero {
    min-height: clamp(680px, 92svh, 860px);
  }

  .eddi-hero__inner {
    min-height: clamp(680px, 92svh, 860px);
  }

  .eddi-hero__img {
    object-position: 62% center;
  }

  .eddi-hero__content {
    left: 7vw;
    right: 6vw;
    bottom: 145px;
    max-width: 620px;
  }

  .eddi-hero h1 {
    font-size: clamp(5.2rem, 10.5vw, 7.8rem);
    margin: 0 0 10px;
  }

  .eddi-hero__subtitle,
  .eddi-hero p {
    padding-left: 18px;
    font-size: clamp(1.08rem, 2.2vw, 1.45rem);
    max-width: 22ch;
    line-height: 1.28;
  }
}

@media (max-width: 720px) {
  .eddi-hero {
    min-height: 100svh;
  }

  .eddi-hero__inner {
    min-height: 100svh;
  }

  .eddi-hero__img {
    object-position: 64% center;
  }

  .eddi-hero__content {
    left: 7vw;
    right: 6vw;
    bottom: 105px;
    max-width: none;
  }

  .eddi-hero h1 {
    font-size: clamp(4.4rem, 14vw, 6.2rem);
    line-height: 0.86;
    margin: 0 0 8px;
    max-width: 7ch;
  }

  .eddi-hero__subtitle,
  .eddi-hero p {
    padding-left: 0;
    font-size: 1.08rem;
    max-width: 20ch;
    white-space: normal;
    line-height: 1.28;
  }
}


/* INTRO */
.eddi-intro {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 120px 0 94px;
  margin-top: 0;
  background: #f7f2eb;
}

.eddi-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("http://edwinapitcher.com/wp-content/uploads/2026/03/deg.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right center;
  opacity: 0.18;
  mask-image: linear-gradient(
    to left,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,0) 75%
  );
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0,0,0,1) 40%,
    rgba(0,0,0,0) 75%
  );
  pointer-events: none;
}

.eddi-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 500px);
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.eddi-intro__text {
  max-width: 720px;
  margin-left: 64px;
}

.eddi-intro__text h2 {
  margin: 0 0 26px;
  font-family: "Fraunces", serif;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: 0.91;
  letter-spacing: -0.032em;
  color: #202020;
  max-width: 11.4ch;
}

.eddi-intro__text p {
  margin: 0 0 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.35rem;
  line-height: 1.82;
  color: rgba(0, 0, 0, 0.76);
  max-width: 38ch;
}

.eddi-intro__text p:last-child {
  margin-bottom: 0;
}

.eddi-intro__media {
  justify-self: end;
  width: 100%;
  max-width: 500px;
}

.eddi-texture {
  width: 100%;
  min-height: 620px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: saturate(0.9) contrast(0.96);
}

@media (max-width: 900px) {
  .eddi-intro {
    padding: 88px 0 74px;
    margin-top: -16px;
  }

  .eddi-intro__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .eddi-intro__text {
    max-width: 34ch;
    margin-left: 0;
  }

  .eddi-intro__text h2 {
    max-width: 10.5ch;
  }

  .eddi-intro__text p {
    max-width: 30ch;
  }

  .eddi-intro__media {
    width: 100%;
    max-width: none;
  }

  .eddi-texture {
    min-height: 460px;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 640px) {
  .eddi-intro {
    padding: 74px 0 60px;
    margin-top: -8px;
  }

  .eddi-intro__text {
    max-width: 22ch;
    margin-left: 0;
  }

  .eddi-intro__text h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    max-width: 10.5ch;
  }

  .eddi-intro__text p {
    font-size: 1.04rem;
    line-height: 1.72;
    max-width: 21ch;
  }

  .eddi-intro__media {
    width: 100%;
    max-width: none;
  }

  .eddi-texture {
    min-height: 340px;
    background-size: cover;
    background-position: center center;
  }
}
/* ABOUT */
.eddi-about {
  padding: 110px 0 100px;
  background: #f3efe9;
  position: relative;
  overflow: hidden;
}

.eddi-about__layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 82px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.eddi-about__media img {
  margin-top: 88px;
  width: 92%;
  height: auto;
  display: block;
  margin-left: auto;
  border-radius: 4px;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.10);
}
.eddi-about__text h2 {
  margin: 0 0 24px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 3.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #202020;
}

.eddi-about__lead {
  margin: 0 0 30px;
  font-family: "Fraunces", serif;
  font-size: 1.78rem;
  line-height: 1.04;
  color: #4f5d4a;
  max-width: 36ch;
}

.eddi-about__body {
  font-family: var(--font-ui);
  font-size: 1.38rem;
  line-height: 1.88;
  color: rgba(0, 0, 0, 0.76);
  max-width: 46ch;
}

.eddi-about__body p {
  margin: 0 0 1.1em;
}

.eddi-about__body p:last-child {
  margin-bottom: 0;
}

.eddi-about__quote {
  margin: 34px 0 0;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.58);
  max-width: 26ch;
}

@media (max-width: 900px) {
  .eddi-about {
    padding: 84px 0 74px;
  }

  .eddi-about__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .eddi-about__media img {
    width: min(100%, 560px);
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .eddi-about__text h2,
  .eddi-about__lead,
  .eddi-about__body,
  .eddi-about__quote {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .eddi-about {
    padding: 72px 0 62px;
  }

  .eddi-about__media img {
    width: 100%;
    max-width: none;
    border-radius: 4px;
  }

  .eddi-about__lead {
    font-size: 1.42rem;
    line-height: 1.28;
  }

  .eddi-about__body {
    font-size: 1.08rem;
    line-height: 1.75;
  }
}



/* TOURS */
.eddi-tours {
  padding: 80px 0;
}

/* BOOKS */
/* .eddi-books {
  padding: 110px 0 100px;
  background: #f7f2eb;
}

.eddi-books__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 560px);
  gap: 20px;
  align-items: start;
}

.eddi-books__textblock {
  max-width: 500px;
}

.eddi-books__textblock h2 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #202020;
  max-width: 14ch;
}

.eddi-books__text {
  font-family: var(--font-ui);
  font-size: 1.35rem;
  line-height: 1.82;
  color: rgba(0, 0, 0, 0.78);
  max-width: 40ch;
}

.eddi-books__text p {
  margin: 0 0 1em;
}

.eddi-books__text p:last-child {
  margin-bottom: 0;
}

.eddi-books__visual {
  position: relative;
  width: 520px;
  height: auto;
  perspective: 1400px;
  margin-top: 24px;
  margin-left: -40px;
  transform: none;
  padding-bottom: 40px
}

.eddi-book {
  position: absolute;
  width: 255px;
  display: block;
  text-decoration: none;
  transform-origin: 50% 65%;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    0 24px 50px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.16s ease,
    z-index 0s linear 0.08s;
  will-change: transform, box-shadow;
}

.eddi-book img {
  width: 100%;
  display: block;
  height: auto;
  filter: saturate(0.98) contrast(1.01);
  transition:
    transform 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.16s ease;
  backface-visibility: hidden;
}

.eddi-book::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.0) 60%,
    rgba(0,0,0,0.08)
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.eddi-book:hover::after {
  opacity: 1;
}

.eddi-book--1 {
  top: 6px;
  left: 0;
  transform: rotate(-5deg) rotateX(0.5deg) translateZ(0);
  z-index: 2;
}

.eddi-book--2 {
  top: 34px;
  left: 176px;
  transform: rotate(4deg) rotateX(0.5deg) translateZ(0);
  z-index: 1;
}

.eddi-book--3 {
  top: 84px;
  left: 96px;
  transform: rotate(-1deg) rotateX(0.5deg) translateZ(0);
  z-index: 3;
}

.eddi-book:hover {
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.20),
    0 45px 80px rgba(0, 0, 0, 0.26);
  z-index: 10;
  transition:
    transform 0.14s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.14s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.14s ease,
    z-index 0s;
}

.eddi-book--1:hover {
  transform: rotate(-1deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-book--2:hover {
  transform: rotate(0.5deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-book--3:hover {
  transform: rotate(0deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-books__visual:hover .eddi-book:not(:hover) {
  transform: scale(0.985) translateY(6px);
  filter: saturate(0.94) brightness(0.98);
}

.eddi-books__visual:hover .eddi-book--1:not(:hover) {
  transform: rotate(-5deg) rotateX(0.5deg) translateY(10px) scale(0.975);
}

.eddi-books__visual:hover .eddi-book--2:not(:hover) {
  transform: rotate(4deg) rotateX(0.5deg) translateY(10px) scale(0.975);
}

.eddi-books__visual:hover .eddi-book--3:not(:hover) {
  transform: rotate(-1deg) rotateX(0.5deg) translateY(6px) scale(0.985);
}

.eddi-book:hover img {
  transform: scale(1.012);
  filter: saturate(1.03) contrast(1.02);
} */

/* BOOKS */
.eddi-books {
  padding: 110px 0 56px;
  background: #f7f2eb;
}

.eddi-books__layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: start;
}

.eddi-books__textblock {
  max-width: 520px;
  margin-left: 50px;
}

.eddi-books__textblock h2 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #202020;
  max-width: 14ch;
}

.eddi-books__text {
  font-family: var(--font-ui);
  font-size: 1.35rem;
  line-height: 1.82;
  color: rgba(0, 0, 0, 0.78);
  max-width: 40ch;
}

.eddi-books__text p {
  margin: 0 0 1em;
}

.eddi-books__text p:last-child {
  margin-bottom: 0;
}

.eddi-books__visual {
  position: relative;
  width: 500px;
  height: 360px;
  perspective: 1400px;
  margin-top: 24px;
  margin-left: 0;
  justify-self: start;
  transform: none;
}

.eddi-book {
  position: absolute;
  width: 245px;
  display: block;
  text-decoration: none;
  transform-origin: 50% 65%;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    0 24px 50px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.16s ease,
    z-index 0s linear 0.08s;
  will-change: transform, box-shadow;
}

.eddi-book img {
  width: 100%;
  display: block;
  height: auto;
  filter: saturate(0.98) contrast(1.01);
  transition:
    transform 0.16s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.16s ease;
  backface-visibility: hidden;
}

.eddi-book::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.0) 60%,
    rgba(0,0,0,0.08)
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.eddi-book:hover::after {
  opacity: 1;
}

.eddi-book--1 {
  top: 6px;
  left: 0;
  transform: rotate(-5deg) rotateX(0.5deg) translateZ(0);
  z-index: 2;
}

.eddi-book--2 {
  top: 34px;
  left: 166px;
  transform: rotate(4deg) rotateX(0.5deg) translateZ(0);
  z-index: 1;
}

.eddi-book--3 {
  top: 78px;
  left: 88px;
  transform: rotate(-1deg) rotateX(0.5deg) translateZ(0);
  z-index: 3;
}

.eddi-book:hover {
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.20),
    0 45px 80px rgba(0, 0, 0, 0.26);
  z-index: 10;
  transition:
    transform 0.14s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.14s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.14s ease,
    z-index 0s;
}

.eddi-book--1:hover {
  transform: rotate(-1deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-book--2:hover {
  transform: rotate(0.5deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-book--3:hover {
  transform: rotate(0deg) rotateX(0deg) translateY(-20px) scale(1.035);
}

.eddi-books__visual:hover .eddi-book:not(:hover) {
  transform: scale(0.985) translateY(6px);
  filter: saturate(0.94) brightness(0.98);
}

.eddi-books__visual:hover .eddi-book--1:not(:hover) {
  transform: rotate(-5deg) rotateX(0.5deg) translateY(10px) scale(0.975);
}

.eddi-books__visual:hover .eddi-book--2:not(:hover) {
  transform: rotate(4deg) rotateX(0.5deg) translateY(10px) scale(0.975);
}

.eddi-books__visual:hover .eddi-book--3:not(:hover) {
  transform: rotate(-1deg) rotateX(0.5deg) translateY(6px) scale(0.985);
}

.eddi-book:hover img {
  transform: scale(1.012);
  filter: saturate(1.03) contrast(1.02);
}

/* TOURS INTRO */
.eddi-tours-intro {
  padding: 0px 0 45px;
}

.eddi-tours-intro h2 {
  margin: 0 0 20px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: #202020;
  max-width: 20ch;
}

.eddi-tours-intro__text {
  font-family: var(--font-ui);
  font-size: 1.35rem;
  line-height: 1.78;
  color: rgba(0, 0, 0, 0.76);
  max-width: 65ch;
}

/* HEADER / FOOTER HOME */

/* ===== HEADER MENU FINAL ===== */

.eddi-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding: 28px 0;
  background: rgba(239, 232, 222, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition:
    background-color 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease,
    box-shadow 0.35s ease,
    color 0.25s ease;
}

.eddi-site-header__inner {
  width: min(1320px, 94%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eddi-site-header__brand {
  display: inline-flex;
  align-items: center;
  font-family: "Fraunces", serif !important;
  font-size: 2.2rem !important;
  line-height: 1 !important;
  font-weight: 100 !important; /* más fino aún */
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
  margin: 0;
  padding: 0;
}

.eddi-site-header .eddi-site-header__menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 30px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eddi-site-header .eddi-site-header__menu li {
  display: block !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.eddi-site-header .eddi-site-header__menu li a {
  display: inline-block !important;
  font-family: var(--font-ui) !important;
  font-size: 1.55rem !important;
  font-weight: 200 !important; /* antes 700 → ahora más elegante */
  line-height: 1.2 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.24);
  opacity: 0.96;
}

.eddi-site-header .eddi-site-header__menu li a:hover {
  opacity: 1;
}

.eddi-site-header.is-scrolled {
  background: rgba(239, 232, 222, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.eddi-site-header__brand,
.eddi-site-header .eddi-site-header__menu li a {
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    opacity 0.2s ease;
}

.eddi-site-header.is-scrolled .eddi-site-header__brand,
.eddi-site-header.is-scrolled .eddi-site-header__menu li a {
  color: #1f1f1f !important;
  text-shadow: none;
}



.eddi-site-footer {
  padding: 40px 0;
  background: #f3efe9;
}

.eddi-site-footer p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.6);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  body .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 52px 34px !important;
  }

  body .tour-card__content h3 {
    font-size: 1.9rem !important;
  }

  body .tour-card__content p {
    font-size: 1.05rem !important;
  }

  .tour-panel {
    align-items: flex-start !important;
    padding: 20px 14px !important;
  }

  .tour-panel__box {
    width: 100% !important;
    max-height: calc(100vh - 40px) !important;
  }

  .tour-panel__inner {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .tour-panel__media {
    order: -1 !important;
    min-height: 420px !important;
  }

  .tour-panel__text {
    padding: 34px 24px 28px !important;
  }

  .tour-panel__top {
    top: 16px !important;
    right: 18px !important;
  }

.eddi-books__layout {
  grid-template-columns: 1fr;
  gap: 50px;
}

.eddi-books__visual {
  width: min(100%, 760px);
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  justify-content: center;
  justify-items: center;
  gap: 24px;
  perspective: none;
  margin: 28px auto 0;
  margin-left: auto;
  transform: none;
}

.eddi-book {
  position: relative;
  width: 100%;
  max-width: 220px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    0 20px 40px rgba(0, 0, 0, 0.14);
}

.eddi-book:hover {
  transform: translateY(-6px) scale(1.01) !important;
}
}

@media (max-width: 900px) {
  body .tour-grid {
    gap: 42px 28px !important;
  }
  
  body .tour-card__image {
  aspect-ratio: 3 / 2 !important;
}

  .eddi-intro {
    padding: 88px 0 74px;
    margin-top: -20px;
  }

  .eddi-intro__layout,
  .eddi-about__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .eddi-intro__media {
    width: min(100%, 420px);
  }

  .eddi-intro__text h2,
  .eddi-intro__text p,
  .eddi-about__lead,
  .eddi-about__body,
  .eddi-about__quote {
    max-width: none;
  }

  .eddi-about {
    padding: 80px 0 70px;
  }
  .eddi-about__media img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

}


@media (max-width: 720px) {
    
  .eddi-about__media img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

body .tour-card__image {
  aspect-ratio: 4 / 3 !important;
}

    
  body .tour-grid {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  body .tour-card__content {
    margin-top: 14px !important;
    max-width: none !important;
  }

  body .tour-card__content h3 {
    font-size: 1.68rem !important;
  }

  body .tour-card__content p {
    font-size: 1rem !important;
    max-width: none !important;
  }

  .tour-panel__media {
    min-height: 320px !important;
  }

  .tour-panel__text h3 {
    font-size: 2.45rem !important;
    line-height: 0.98 !important;
  }

  .tour-panel__text > p:first-of-type {
    font-size: 1.1rem !important;
    padding-left: 14px;
    max-width: none !important;
  }

  .tour-slider__prev,
  .tour-slider__next {
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
  }

  .tour-slider__prev {
    left: 12px !important;
  }

  .tour-slider__next {
    right: 12px !important;
  }

  .tour-slider__dots {
    left: 16px;
    bottom: 16px;
    gap: 8px;
  }

  .tour-slider__dot {
    width: 9px;
    height: 9px;
  }

  .tour-accordion {
    margin-top: 24px !important;
  }

  .tour-acc-title {
    font-size: 1.34rem !important;
    padding: 24px 0 18px !important;
    gap: 14px !important;
  }

  .tour-acc-title::after {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
    font-size: 0.92rem !important;
  }

  .tour-acc-content {
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
    padding-bottom: 24px !important;
    max-width: none !important;
  }

  .eddi-books {
    padding: 80px 0 70px;
  }

  .eddi-books__textblock h2,
  .eddi-books__text {
    max-width: none;
  }
}

body.home .navbar,
body.home .navbar.fixed,
body.home .navbar.floating {
  display: none !important;
}

/* MENU OVERRIDE */

.eddi-site-header {
  padding: 20px 0 !important;
}

.eddi-site-header .eddi-site-header__menu {
  gap: 24px !important;
}

.eddi-site-header .eddi-site-header__menu li a {
  padding: 2px 0 !important;
  line-height: 1.1 !important;
}

.eddi-site-header .eddi-site-header__menu li a {
  position: relative;
}

.eddi-site-header .eddi-site-header__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: left center;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.eddi-site-header .eddi-site-header__menu li a:hover::after,
.eddi-site-header .eddi-site-header__menu li.current-section a::after {
  opacity: 1;
  transform: scaleX(1);
}

.eddi-site-header .eddi-site-header__menu li a::after {
  height: 0.8px; /* en vez de 1px */
  opacity: 0;
  transform: scaleX(0.6);
}

.eddi-site-header {
  transition:
    background-color 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease,
    box-shadow 0.35s ease,
    padding 0.28s ease;
}



.eddi-site-header__brand,
.eddi-site-header .eddi-site-header__menu li a {
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    opacity 0.2s ease,
    font-size 0.28s ease;
}





:root {
  --header-scale: 1;
}

.eddi-site-header {
  padding: calc(28px * var(--header-scale)) 0;
  transition:
    background-color 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease,
    box-shadow 0.35s ease;
}

.eddi-site-header__brand {
  font-size: calc(2.2rem * var(--header-scale)) !important;
}

.eddi-site-header .eddi-site-header__menu li a {
  font-size: calc(1.55rem * var(--header-scale)) !important;
}

/* ===== RESPONSIVE MENU ===== */

.eddi-menu-toggle {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  color: #fff !important;
  font-family: var(--font-ui) !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  opacity: 0.96;
  position: relative;
  z-index: 20;
  
}

.eddi-menu-toggle span {
  display: inline-block !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  line-height: 1 !important;
}

/* tablet grande: compactar pero mantener menú */
@media (max-width: 1200px) {
  .eddi-site-header__inner {
    width: min(1200px, 94%);
  }

  .eddi-site-header__brand {
    font-size: 1.7rem !important;
  }

  .eddi-site-header .eddi-site-header__menu {
    gap: 18px !important;
  }

  .eddi-site-header .eddi-site-header__menu li a {
    font-size: 1.1rem !important;
    letter-spacing: 0.03em !important;
  }
}

/* móvil / tablet estrecha: ocultar menú y mostrar botón */
@media (max-width: 1000px) {
  .eddi-site-header .eddi-site-header__menu {
    display: none !important;
  }

  .eddi-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* estado scrolled */
@media (max-width: 1000px) {
  .eddi-site-header.is-scrolled .eddi-menu-toggle {
    color: #1f1f1f !important;
    opacity: 1;
  }
}

/* =========================
   MOBILE MENU FIX
   ========================= */

@media (max-width: 1000px) {
  .eddi-site-header {
    z-index: 9999 !important;
  }

  .eddi-site-header__inner {
    align-items: center !important;
  }

  .eddi-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    z-index: 10001 !important;
    color: #1f1f1f !important;
  }

  .eddi-menu-toggle span {
    color: inherit !important;
    text-shadow: none !important;
  }

  .eddi-site-header .eddi-site-header__menu {
    display: none !important;
  }

  .eddi-site-header.menu-open .eddi-site-header__menu {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(30vw, 120px) !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 92px 18px 24px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    background: rgba(247, 242, 235, 0.96) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.14) !important;
    z-index: 10000 !important;
    overflow-y: auto !important;
  }

  .eddi-site-header.menu-open .eddi-site-header__menu li,
  .eddi-site-header.menu-open .eddi-site-header__menu li a {
    width: 100% !important;
  }

  .eddi-site-header.menu-open .eddi-site-header__menu li a {
    display: block !important;
    color: #1f1f1f !important;
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
    padding: 6px 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

  .eddi-site-header.menu-open .eddi-menu-toggle,
  .eddi-site-header.menu-open .eddi-menu-toggle span {
    color: #1f1f1f !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .eddi-site-header.is-scrolled .eddi-menu-toggle,
  .eddi-site-header.is-scrolled .eddi-menu-toggle span {
    color: #1f1f1f !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .eddi-site-header.menu-open {
    background: rgba(239, 232, 222, 0.82) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 1000px) {
  .eddi-site-header:not(.is-scrolled):not(.menu-open) .eddi-menu-toggle,
  .eddi-site-header:not(.is-scrolled):not(.menu-open) .eddi-menu-toggle span {
    color: #ffffff !important;
  }
}

/* =========================
   CONTACT · FORM OVERRIDE
   ========================= */

.eddi-contact .wpcf7,
.eddi-contact .wpcf7 form,
.eddi-contact .wpcf7 form p {
  margin: 0 !important;
  padding: 0 !important;
}

.eddi-contact .wpcf7 form p {
  margin-bottom: 26px !important;
}

.eddi-contact .wpcf7 form label,
.eddi-contact .wpcf7 form p > label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-ui) !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.56) !important;
}

.eddi-contact .wpcf7 .wpcf7-form-control-wrap,
.eddi-contact .wpcf7 form p > label > .wpcf7-form-control-wrap {
  display: block !important;
  margin-top: 12px !important;
}

.eddi-contact .wpcf7 input[type="text"],
.eddi-contact .wpcf7 input[type="email"],
.eddi-contact .wpcf7 textarea {
  width: 100% !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.11) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: none !important;
  font-family: var(--font-ui) !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #202020 !important;
}

.eddi-contact .wpcf7 textarea {
  min-height: 180px !important;
  resize: vertical !important;
}

.eddi-contact .wpcf7 input[type="text"]:focus,
.eddi-contact .wpcf7 input[type="email"]:focus,
.eddi-contact .wpcf7 textarea:focus {
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.22) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.035) !important;
}

.eddi-contact .wpcf7 input[type="submit"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 12px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #202020 !important;
  color: #f7f2eb !important;
  box-shadow: none !important;
  font-family: var(--font-ui) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.eddi-contact .wpcf7 form .wpcf7-response-output {
  margin: 22px 0 0 !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(255, 255, 255, 0.75) !important;
  box-shadow: none !important;
  font-family: var(--font-ui) !important;
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.74) !important;
}

.eddi-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(79, 93, 74, 0.18) !important;
  background: rgba(79, 93, 74, 0.08) !important;
  color: #4f5d4a !important;
}

.eddi-contact .wpcf7 form.invalid .wpcf7-response-output,
.eddi-contact .wpcf7 form.unaccepted .wpcf7-response-output,
.eddi-contact .wpcf7 form.failed .wpcf7-response-output,
.eddi-contact .wpcf7 form.aborted .wpcf7-response-output,
.eddi-contact .wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(157, 63, 50, 0.18) !important;
  background: rgba(157, 63, 50, 0.08) !important;
  color: #8e4035 !important;
}

.eddi-contact .eddi-container {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: 84px !important;
  align-items: start !important;
}

@media (max-width: 980px) {
  .eddi-contact .eddi-container {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
}

/* FOOTER */

footer.eddi-site-footer {
  background: #556252 !important;
  color: #f7f2eb !important;
  padding: 96px 0 30px !important;
  margin: 0 !important;
  width: 100% !important;
}

footer.eddi-site-footer .eddi-site-footer__inner.eddi-container {
  width: min(1100px, 90%) !important;
  margin: 0 auto !important;
  display: block !important;
}

footer.eddi-site-footer .eddi-site-footer__top {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr) !important;
  gap: 84px !important;
  align-items: start !important;
  padding-bottom: 40px !important;
}

footer.eddi-site-footer .eddi-site-footer__brand {
  min-width: 0 !important;
}

footer.eddi-site-footer .eddi-site-footer__title {
  margin: 0 0 18px !important;
  color: #f7f2eb !important;
  font-family: "Fraunces", serif !important;
  font-size: clamp(2.5rem, 4vw, 3.7rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer.eddi-site-footer .eddi-site-footer__text {
  margin: 0 !important;
  max-width: 30ch !important;
  color: #f7f2eb !important;
  font-size: 1.22rem !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
}

footer.eddi-site-footer .eddi-site-footer__meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding-top: 14px !important;
}

footer.eddi-site-footer .eddi-site-footer__item {
  margin: 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
  color: #f7f2eb !important;
}

footer.eddi-site-footer .eddi-site-footer__item a,
footer.eddi-site-footer .eddi-site-footer__legal a {
  color: #f7f2eb !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(247, 242, 235, 0.22) !important;
  padding-bottom: 2px !important;
  transition: opacity 0.25s ease, border-color 0.25s ease !important;
}

footer.eddi-site-footer .eddi-site-footer__item a:hover,
footer.eddi-site-footer .eddi-site-footer__legal a:hover {
  opacity: 0.82 !important;
  border-color: rgba(247, 242, 235, 0.55) !important;
}

footer.eddi-site-footer .eddi-site-footer__bottom {
  border-top: 1px solid rgba(247, 242, 235, 0.16) !important;
  padding-top: 20px !important;
  margin-top: 8px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
  font-size: 0.96rem !important;
  color: rgba(247, 242, 235, 0.82) !important;
}

footer.eddi-site-footer .eddi-site-footer__bottom,
footer.eddi-site-footer .eddi-site-footer__bottom p,
footer.eddi-site-footer .eddi-site-footer__bottom span,
footer.eddi-site-footer .eddi-site-footer__copyright {
  color: rgba(247, 242, 235, 0.82) !important;
}

footer.eddi-site-footer .eddi-site-footer__copyright {
  margin: 0 !important;
  line-height: 1.6 !important;
}

footer.eddi-site-footer .eddi-site-footer__legal {
  display: flex !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

@media (max-width: 980px) {
  footer.eddi-site-footer .eddi-site-footer__top {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
}

/* IMAGEN DE CIERRE */

.eddi-contact-landscape img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.08) 6%,
    rgba(0,0,0,0.22) 14%,
    rgba(0,0,0,0.48) 24%,
    rgba(0,0,0,0.78) 34%,
    rgba(0,0,0,1) 44%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.08) 6%,
    rgba(0,0,0,0.22) 14%,
    rgba(0,0,0,0.48) 24%,
    rgba(0,0,0,0.78) 34%,
    rgba(0,0,0,1) 44%
  );
}

----

/* FIX · unificar fondos principales sin tocar footer */
.eddi-intro,
.eddi-books,
.eddi-tours,
.eddi-contact,
.eddi-contact-landscape {
  background: #f7f2eb !important;
}
.eddi-about {
  background: #f7f2eb !important;
}

/* CSS PARA MEJORAR */


.eddi-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.eddi-logo img {
  height: 42px;
  width: auto;
  display: block;
}

.eddi-site-footer__brand {
  display: flex;
  align-items: center;
  gap: 26px;
}

.eddi-site-footer__logo {
  flex: 0 0 auto;
  display: block;
  border: 0;
  box-shadow: none;
  outline: none;
}

.eddi-site-footer__logo img {
  display: block;
  height: 68px;
  width: auto;
  border: 0;
  box-shadow: none;
  outline: none;
}

.eddi-site-footer__brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eddi-site-footer__title {
  margin: 0 0 12px;
}

.eddi-site-footer__text {
  margin: 0;
}

.eddi-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.eddi-site-footer__totop {
  color: #f7f2eb;
  text-decoration: none;
  border: 0;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.eddi-site-footer__totop:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.eddi-eyebrow {
  display: inline-block;
  font-family: var(--font-ui) !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}


/* MEJORAS GRID */

/* TOURS · versión más editorial */

body .tour-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 84px 44px !important;
  align-items: start !important;
}

body .tour-card {
  position: relative !important;
  transform: none !important;
  display: block;
  cursor: pointer;
}

body .tour-card__link {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}

body .tour-card__image {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #ece7df !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

body .tour-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition:
    transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 0.4s ease,
    opacity 0.3s ease !important;
}

body .tour-card__content {
  margin-top: 16px !important;
  max-width: 28ch !important;
}

body .tour-card__content h3 {
  margin: 0 0 10px !important;
  font-family: "Fraunces", serif !important;
  font-size: clamp(1.85rem, 2.2vw, 2.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #1f1f1f !important;
  transition: opacity 0.22s ease !important;
}

body .tour-card__content p {
  margin: 0 !important;
  font-family: var(--font-ui) !important;
  font-size: 1.02rem !important;
  line-height: 1.6 !important;
  color: rgba(0, 0, 0, 0.68) !important;
  max-width: 27ch !important;
}

body .tour-card__link:hover .tour-card__image img {
  transform: scale(1.04) !important;
  filter: brightness(0.98) saturate(0.98) !important;
}

body .tour-card__link:hover .tour-card__content h3 {
  opacity: 0.84 !important;
}

body .tour-card.active::before {
  content: "" !important;
  position: absolute !important;
  top: -14px !important;
  left: 0 !important;
  width: 42px !important;
  height: 1px !important;
  background: rgba(0, 0, 0, 0.34) !important;
}

body .tour-card.active .tour-card__image img {
  transform: scale(1.01) !important;
  filter: brightness(0.98) !important;
}

body .tour-card.active .tour-card__content h3 {
  opacity: 0.86 !important;
}

/* Tablet */
@media (max-width: 1100px) {
  body .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 56px 30px !important;
  }

  body .tour-card__content h3 {
    font-size: 1.95rem !important;
  }
}

/* Móvil */
@media (max-width: 720px) {
  body .tour-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  body .tour-card__image {
    aspect-ratio: 4 / 3 !important;
  }

  body .tour-card__content {
    margin-top: 14px !important;
    max-width: none !important;
  }

  body .tour-card__content h3 {
    font-size: 1.72rem !important;
  }

  body .tour-card__content p {
    max-width: none !important;
  }
}

/* CONTACT */ 

.eddi-contact__intro h2 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.96;
}

.eddi-contact__lead {
  font-size: 1.28rem;
  line-height: 1.72;
  max-width: 30ch;
}

.eddi-contact .wpcf7 form p {
  margin-bottom: 30px !important;
}

.eddi-contact .wpcf7 form label,
.eddi-contact .wpcf7 form p > label {
  font-size: 0.82rem !important;
  letter-spacing: 0.12em !important;
}

.eddi-contact .wpcf7 input[type="text"],
.eddi-contact .wpcf7 input[type="email"],
.eddi-contact .wpcf7 textarea {
  padding: 16px 18px !important;
  border-radius: 16px !important;
}

.eddi-contact .wpcf7 input[type="submit"] {
  padding: 14px 26px !important;
  font-size: 0.84rem !important;
  letter-spacing: 0.1em !important;
}

.eddi-contact__formwrap {
  margin-top: 56px;
}


.page-loader {
  display: none !important;
}

/* TOURS · intro alineada pero con columna izquierda más ancha */

.eddi-tours-intro {
  max-width: 920px;
  margin-left: 48px;
  margin-bottom: 64px;
}

.eddi-tours-intro .eddi-eyebrow {
  margin-bottom: 16px;
}

.eddi-tours-intro h2 {
  margin: 0 0 22px;
  max-width: 20ch;
  font-family: "Fraunces", serif;
  font-size: clamp(3.1rem, 4.9vw, 5.2rem);
  line-height: 0.91;
  letter-spacing: -0.032em;
  color: #202020;
}

.eddi-tours-intro__text {
  margin: 0;
  max-width: 72ch;
  font-family: var(--font-ui);
  font-size: 1.35rem;
  line-height: 1.82;
  color: rgba(0, 0, 0, 0.76);
}

/* Tablet */
@media (max-width: 900px) {
  .eddi-tours-intro {
    max-width: 40ch;
    margin-left: 0;
    margin-bottom: 48px;
  }

  .eddi-tours-intro h2 {
    max-width: 12ch;
  }

  .eddi-tours-intro__text {
    max-width: 34ch;
  }
}

/* Móvil */
@media (max-width: 640px) {
  .eddi-tours-intro {
    max-width: 24ch;
    margin-bottom: 40px;
  }

  .eddi-tours-intro h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
    max-width: 11ch;
  }

  .eddi-tours-intro__text {
    max-width: 22ch;
    font-size: 1.04rem;
    line-height: 1.72;
  }
}