/* ==========================================================================
   DOLPHIN WATCHING MALLORCA — HOMEPAGE
   Everything is scoped to .dh-home / #dh-home. No global selectors.
   Headings use #dh-home because the theme styles them with #content h1/h2/h3.
   ========================================================================== */

/* ---------- ROOT & TOKENS ---------- */
.dh-home {
  --dh-home-night: #0A2D44;
  --dh-home-deep: #0F3E5C;
  --dh-home-bay: #136F9E;
  --dh-home-bay-soft: #DCEDF5;
  --dh-home-light: #EB6A1E;
  --dh-home-light-deep: #CF560F;
  --dh-home-gold: #FFB44A;
  --dh-home-blush: #FBE1D1;
  --dh-home-foam: #F3F8FA;
  --dh-home-warm: #FFF8F3;
  --dh-home-ink: #17313F;
  --dh-home-slate: #557080;
  --dh-home-rule: rgba(10, 45, 68, 0.12);
  --dh-home-display: "Bricolage Grotesque", "Nunito Sans", system-ui, sans-serif;
  --dh-home-text: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --dh-home-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  display: block;
  width: var(--dh-home-w, 100vw) !important;
  max-width: none !important;
  margin: 0 0 0 var(--dh-home-ml, calc(50% - 50vw)) !important;
  padding: 0 !important;
  background: var(--dh-home-foam);
  color: var(--dh-home-ink);
  font-family: var(--dh-home-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  text-align: left;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dh-home *, .dh-home *::before, .dh-home *::after { box-sizing: border-box; }
.dh-home [hidden] { display: none !important; }
.dh-home p { margin: 0; line-height: 1.7; }
.dh-home ul, .dh-home ol { margin: 0; padding: 0; list-style: none; }
.dh-home li { margin: 0; padding: 0; line-height: inherit; list-style: none; }
.dh-home figure { margin: 0; }
.dh-home img { display: block; max-width: 100%; height: auto; border: 0; border-radius: 0; box-shadow: none; }
.dh-home svg { display: block; }
.dh-home a { color: inherit; text-decoration: none; }
.dh-home button, .dh-home select { font: inherit; color: inherit; }

.dh-home .dh-home-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.dh-home .dh-home-section { position: relative; padding: clamp(72px, 9vw, 124px) 0; }

/* ---------- HEADINGS (beat the theme's #content h2 / h3 rules) ---------- */
#dh-home .dh-home-h {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--dh-home-display);
  font-stretch: 88%;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
  text-align: inherit;
  color: var(--dh-home-night);
  text-wrap: balance;
}
#dh-home .dh-home-h::before,
#dh-home .dh-home-h::after { content: none; display: none; }
#dh-home .dh-home-h2 { font-size: clamp(2rem, 1.25rem + 2.2vw, 3.05rem); line-height: 1.04; letter-spacing: -0.024em; }
#dh-home .dh-home-h a { color: inherit; text-decoration: none; }
.dh-home [id="tours"], .dh-home [id="zona"], .dh-home [id="especies"], .dh-home [id="faq"] { scroll-margin-top: 110px; }

/* Section header */
.dh-home .dh-home-head { max-width: 780px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.dh-home .dh-home-mark { width: 76px; height: auto; margin: 0 auto 18px; }
.dh-home .dh-home-lead { margin-top: 16px; font-size: 1.125rem; color: var(--dh-home-slate); }
#dh-home .dh-home-head--light .dh-home-h2 { color: #fff; }
.dh-home .dh-home-head--light .dh-home-lead { color: rgba(220, 237, 245, 0.85); }

/* ---------- BUTTONS ---------- */
.dh-home a.dh-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 34px;
  border: 0;
  border-radius: 999px;
  background: var(--dh-home-light);
  color: #fff;
  font: 800 1rem/1.2 var(--dh-home-text);
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 34px -14px rgba(235, 106, 30, 0.75), inset 0 -3px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.25s ease, transform 0.35s var(--dh-home-ease), box-shadow 0.35s var(--dh-home-ease);
}
.dh-home a.dh-home-btn:hover { background: var(--dh-home-light-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 22px 40px -14px rgba(235, 106, 30, 0.85), inset 0 -3px 0 rgba(0, 0, 0, 0.12); }
.dh-home a.dh-home-btn:focus-visible { outline: 3px solid var(--dh-home-gold); outline-offset: 4px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.dh-home .dh-home-hero {
  position: relative;
  padding: 0;
  background:
    radial-gradient(ellipse 55% 80% at 50% 0%, rgba(255, 180, 74, 0.55), rgba(255, 180, 74, 0) 70%),
    linear-gradient(180deg, #EAD7E2 0%, #F4D3C4 55%, #F9E0D2 100%);
  overflow: hidden;
}
.dh-home .dh-home-hero-stage { position: relative; padding-top: clamp(64px, 7.5vw, 116px); }

.dh-home .dh-home-hero-sun {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: clamp(6px, 1vw, 16px);
  width: clamp(240px, 30vw, 440px);
  aspect-ratio: 1;
  margin-left: calc(clamp(240px, 30vw, 440px) / -2);
  border-radius: 50%;
  background: radial-gradient(circle, #FFEBB5 0%, #FFC55E 38%, #FF9E45 58%, rgba(255, 150, 60, 0.35) 66%, rgba(255, 150, 60, 0) 72%);
  animation: dh-home-rise 1.8s var(--dh-home-ease) both;
}

.dh-home .dh-home-hero-spark { position: absolute; z-index: 2; width: 18px; height: 18px; opacity: 0; animation: dh-home-twinkle 4.5s ease-in-out infinite; }
.dh-home .dh-home-hero-spark--1 { left: 16%; top: 30%; animation-delay: 0.8s; }
.dh-home .dh-home-hero-spark--2 { right: 19%; top: 16%; width: 13px; height: 13px; animation-delay: 2.1s; }
.dh-home .dh-home-hero-spark--3 { right: 9%; top: 48%; width: 15px; height: 15px; animation-delay: 3.2s; }

.dh-home .dh-home-hero-window {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(620px, 50vw, 800px);
  border-radius: 50% 50% 0 0 / clamp(90px, 12vw, 190px) clamp(90px, 12vw, 190px) 0 0;
  overflow: hidden;
  background: var(--dh-home-deep);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95);
  isolation: isolate;
}
.dh-home .dh-home-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 73% 65%;
  animation: dh-home-zoom 2.4s var(--dh-home-ease) both;
}
.dh-home .dh-home-hero-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 58% 55% at 50% 72%, rgba(10, 45, 68, 0.62), rgba(10, 45, 68, 0) 72%),
    linear-gradient(0deg, rgba(10, 45, 68, 0.82) 0%, rgba(10, 45, 68, 0.32) 48%, rgba(10, 45, 68, 0.08) 100%);
}
.dh-home .dh-home-wrap.dh-home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 940px;
  padding: 0 28px clamp(130px, 13vw, 200px);
  color: #fff;
  text-align: center;
}
.dh-home .dh-home-hero-title {
  font-family: var(--dh-home-display);
  font-stretch: 88%;
  font-weight: 800;
  font-size: clamp(2.8rem, 1.2rem + 4.4vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.028em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(10, 45, 68, 0.35);
  animation: dh-home-up 1s 0.25s var(--dh-home-ease) both;
}
.dh-home .dh-home-hero-accent {
  color: var(--dh-home-gold);
  padding-bottom: 0.1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 14' preserveAspectRatio='none'%3E%3Cpath d='M3 9c24-6 48-6 72 0s48 6 72 0 48-6 72 0 48 6 78-1' fill='none' stroke='%23EB6A1E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") left bottom / 100% 0.22em no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.dh-home .dh-home-hero-sub {
  max-width: 560px;
  margin: 22px auto 34px;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 16px rgba(10, 45, 68, 0.4);
  animation: dh-home-up 1s 0.4s var(--dh-home-ease) both;
}
.dh-home a.dh-home-hero-btn { box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.22), 0 18px 34px -14px rgba(0, 0, 0, 0.5); animation: dh-home-up 1s 0.55s var(--dh-home-ease) both; }
.dh-home .dh-home-hero-wave { position: absolute; z-index: 3; left: 0; bottom: -1px; width: 100%; height: clamp(60px, 7.5vw, 110px); pointer-events: none; }

.dh-home .dh-home-glint { width: clamp(170px, 20vw, 250px); height: auto; margin: 22px auto 0; animation: dh-home-spread 1.6s 0.5s var(--dh-home-ease) both; transform-origin: center top; }

/* ==========================================================================
   TOURS FINDER
   ========================================================================== */
.dh-home .dh-home-tours { background: var(--dh-home-foam); padding-top: clamp(28px, 4vw, 60px); }

.dh-home .dh-home-finder-panel {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 60px -36px rgba(10, 45, 68, 0.35), 0 0 0 1px var(--dh-home-rule);
}
.dh-home .dh-home-finder-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 36px;
  right: 36px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--dh-home-gold), var(--dh-home-light), var(--dh-home-bay));
}
#dh-home .dh-home-finder-title { font-size: clamp(1.25rem, 1.05rem + 0.6vw, 1.55rem); margin-bottom: 20px; }

.dh-home .dh-home-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 16px; align-items: end; }
.dh-home .dh-home-field { min-width: 0; }
.dh-home .dh-home-label {
  display: block;
  margin: 0 0 8px 4px;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dh-home-slate);
}
.dh-home .dh-home-select { position: relative; display: block; }
.dh-home .dh-home-select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2.5px solid var(--dh-home-bay);
  border-bottom: 2.5px solid var(--dh-home-bay);
  transform: rotate(45deg);
  pointer-events: none;
}
.dh-home .dh-home-select select {
  display: block;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 46px 0 18px;
  border: 1.5px solid var(--dh-home-rule);
  border-radius: 16px;
  background: var(--dh-home-foam);
  color: var(--dh-home-night);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.dh-home .dh-home-select select:hover { border-color: rgba(19, 111, 158, 0.45); background: #fff; }
.dh-home .dh-home-select select:focus { outline: none; border-color: var(--dh-home-bay); background: #fff; box-shadow: 0 0 0 4px rgba(19, 111, 158, 0.15); }
.dh-home .dh-home-select select.is-set { border-color: var(--dh-home-light); background: #FFF4EC; }

.dh-home .dh-home-reset {
  height: 54px;
  margin: 0;
  padding: 0 22px;
  border: 1.5px solid var(--dh-home-rule);
  border-radius: 999px;
  background: #fff;
  color: var(--dh-home-night);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.dh-home .dh-home-reset:hover { border-color: var(--dh-home-light); color: var(--dh-home-light-deep); background: #FFF4EC; }
.dh-home .dh-home-reset:focus-visible { outline: 3px solid var(--dh-home-bay); outline-offset: 3px; }

.dh-home .dh-home-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 26px 4px 22px;
  color: var(--dh-home-slate);
  font-size: 0.95rem;
}
.dh-home .dh-home-meta-count { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--dh-home-night); }
.dh-home .dh-home-meta-count strong {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--dh-home-night);
  color: #fff;
  font-family: var(--dh-home-display);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.dh-home .dh-home-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }

.dh-home .dh-home-card { display: flex; flex: 0 1 calc((100% - 48px) / 3); min-width: 0; }
.dh-home .dh-home-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--dh-home-rule), 0 18px 40px -30px rgba(10, 45, 68, 0.45);
  overflow: hidden;
  transition: transform 0.45s var(--dh-home-ease), box-shadow 0.45s var(--dh-home-ease);
}
.dh-home .dh-home-card-inner:hover { transform: translateY(-6px); box-shadow: 0 0 0 1px rgba(19, 111, 158, 0.22), 0 30px 50px -28px rgba(10, 45, 68, 0.5); }
.dh-home .dh-home-card-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--dh-home-bay-soft); }
.dh-home .dh-home-card-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 0.8s var(--dh-home-ease); }
.dh-home .dh-home-card-inner:hover .dh-home-card-media img { transform: scale(1.06); }
.dh-home .dh-home-card-media::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(0deg, rgba(10, 45, 68, 0.55), rgba(10, 45, 68, 0)); pointer-events: none; }

.dh-home .dh-home-badges { position: absolute; z-index: 1; left: 12px; right: 12px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.dh-home .dh-home-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dh-home-night);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.dh-home .dh-home-badge svg { width: 14px; height: 14px; flex: none; }
.dh-home .dh-home-badge--sunrise { background: var(--dh-home-light); color: #fff; }
.dh-home .dh-home-badge--morning { background: var(--dh-home-bay); color: #fff; }
.dh-home .dh-home-badge--afternoon { background: var(--dh-home-gold); color: var(--dh-home-night); }

.dh-home .dh-home-card-body { display: flex; flex-direction: column; flex: 1; gap: 10px; padding: 20px 22px 22px; }
.dh-home .dh-home-card-title {
  font-family: var(--dh-home-display);
  font-stretch: 92%;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.22;
  letter-spacing: -0.012em;
  color: var(--dh-home-night);
  text-wrap: balance;
}
.dh-home .dh-home-card-desc { font-size: 0.96rem; line-height: 1.6; color: var(--dh-home-slate); }
.dh-home .dh-home-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 8px; }
.dh-home .dh-home-chip { padding: 6px 12px; border-radius: 10px; background: var(--dh-home-bay-soft); color: var(--dh-home-bay); font-size: 0.82rem; font-weight: 800; line-height: 1.2; }
.dh-home a.dh-home-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 20px;
  border-radius: 999px;
  background: var(--dh-home-light);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.25s ease, gap 0.3s var(--dh-home-ease);
}
.dh-home a.dh-home-card-btn svg { width: 17px; height: 17px; }
.dh-home a.dh-home-card-btn::after { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: 26px; }
.dh-home a.dh-home-card-btn:focus-visible { outline: none; }
.dh-home a.dh-home-card-btn:focus-visible::after { box-shadow: inset 0 0 0 3px var(--dh-home-bay); }
.dh-home .dh-home-card-inner:hover a.dh-home-card-btn { background: var(--dh-home-light-deep); gap: 12px; }
.dh-home .dh-home-card.is-entering .dh-home-card-inner { animation: dh-home-pop 0.5s var(--dh-home-ease) both; }

.dh-home .dh-home-empty {
  margin-top: 8px;
  padding: 40px 24px;
  border: 2px dashed rgba(19, 111, 158, 0.3);
  border-radius: 26px;
  background: #fff;
  color: var(--dh-home-slate);
  font-weight: 700;
  text-align: center;
}

/* ==========================================================================
   AREAS
   ========================================================================== */
.dh-home .dh-home-areas { background: #fff; }

.dh-home .dh-home-areas-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 400px; gap: 22px; }
.dh-home .dh-home-area { display: flex; min-width: 0; }
.dh-home .dh-home-area--1 { grid-column: span 4; }
.dh-home .dh-home-area--2 { grid-column: span 2; }
.dh-home .dh-home-area--3, .dh-home .dh-home-area--4, .dh-home .dh-home-area--5 { grid-column: span 2; grid-row: auto; }
.dh-home .dh-home-areas-grid { grid-template-rows: 440px 420px; }

.dh-home .dh-home-area-card {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: var(--dh-home-deep);
  isolation: isolate;
  box-shadow: 0 30px 50px -34px rgba(10, 45, 68, 0.55);
  transition: transform 0.5s var(--dh-home-ease), box-shadow 0.5s var(--dh-home-ease);
}
.dh-home .dh-home-area--3 .dh-home-area-card,
.dh-home .dh-home-area--4 .dh-home-area-card,
.dh-home .dh-home-area--5 .dh-home-area-card { border-radius: 999px 999px 30px 30px / 150px 150px 30px 30px; }
.dh-home .dh-home-area-card:hover { transform: translateY(-6px); box-shadow: 0 40px 60px -34px rgba(10, 45, 68, 0.65); }

.dh-home .dh-home-area-media { position: absolute; inset: 0; z-index: 0; display: block; }
.dh-home .dh-home-area-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 1s var(--dh-home-ease); }
.dh-home .dh-home-area-card:hover .dh-home-area-media img { transform: scale(1.07); }
.dh-home .dh-home-area-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(10, 45, 68, 0.95) 0%, rgba(10, 45, 68, 0.78) 38%, rgba(10, 45, 68, 0.3) 62%, rgba(10, 45, 68, 0) 80%);
}

.dh-home .dh-home-area-go {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--dh-home-light);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
  transition: transform 0.45s var(--dh-home-ease), background-color 0.3s ease, color 0.3s ease;
  pointer-events: none;
}
.dh-home .dh-home-area-go svg { width: 20px; height: 20px; }
.dh-home .dh-home-area-card:hover .dh-home-area-go { transform: rotate(0deg); background: var(--dh-home-light); color: #fff; }
.dh-home .dh-home-area--3 .dh-home-area-go,
.dh-home .dh-home-area--4 .dh-home-area-go,
.dh-home .dh-home-area--5 .dh-home-area-go { top: auto; bottom: 24px; }

.dh-home .dh-home-area-body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 26px 28px 28px; color: #fff; }
.dh-home .dh-home-area--3 .dh-home-area-body,
.dh-home .dh-home-area--4 .dh-home-area-body,
.dh-home .dh-home-area--5 .dh-home-area-body { padding-right: 84px; }
.dh-home .dh-home-area-pin { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 12px; border-radius: 50%; background: var(--dh-home-light); color: #fff; }
.dh-home .dh-home-area-pin svg { width: 18px; height: 18px; }

#dh-home .dh-home-area-title { color: #fff; font-size: 1rem; line-height: 1; }
#dh-home .dh-home-area-title a { position: static; display: block; color: #fff; }
#dh-home .dh-home-area-title a::after { content: ""; position: absolute; inset: 0; z-index: 4; display: block; }
#dh-home .dh-home-area-title a:focus-visible { outline: none; }
#dh-home .dh-home-area-title a:focus-visible::after { border-radius: inherit; box-shadow: inset 0 0 0 4px var(--dh-home-gold); }
.dh-home .dh-home-area-body { border-radius: inherit; }
.dh-home .dh-home-area-kicker { display: block; margin-bottom: 4px; font-family: var(--dh-home-text); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dh-home-gold); }
.dh-home .dh-home-area-name { display: block; font-size: clamp(2rem, 1.4rem + 1.6vw, 2.7rem); line-height: 1; letter-spacing: -0.03em; }
.dh-home .dh-home-area--1 .dh-home-area-name { font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.6rem); }
.dh-home .dh-home-area-tail { display: block; margin-top: 6px; font-family: var(--dh-home-text); font-size: 0.9rem; font-weight: 700; letter-spacing: 0; color: rgba(255, 255, 255, 0.78); }
.dh-home .dh-home-area-text { margin-top: 12px; max-width: 520px; font-size: 0.95rem; line-height: 1.55; color: rgba(255, 255, 255, 0.88); }

/* Carousel dots (mobile only) */
.dh-home .dh-home-dots { display: none; }

/* ==========================================================================
   HIGHLIGHTS
   ========================================================================== */
.dh-home .dh-home-highlights {
  background:
    radial-gradient(circle at 88% 8%, rgba(251, 225, 209, 0.9) 0, rgba(251, 225, 209, 0) 32%),
    radial-gradient(circle at 6% 92%, rgba(220, 237, 245, 0.95) 0, rgba(220, 237, 245, 0) 30%),
    var(--dh-home-foam);
  padding-bottom: clamp(120px, 13vw, 170px);
}
.dh-home .dh-home-hl-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-radius: 32px;
  background: var(--dh-home-rule);
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--dh-home-rule), 0 40px 70px -50px rgba(10, 45, 68, 0.45);
}
.dh-home .dh-home-hl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  padding: clamp(28px, 3vw, 38px) clamp(22px, 2.4vw, 30px) clamp(30px, 3vw, 40px);
  background: #fff;
  transition: background-color 0.35s ease;
}
.dh-home .dh-home-hl:hover { background: #FFFBF8; }
.dh-home .dh-home-hl-icon {
  order: -1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  background: radial-gradient(circle at 35% 30%, #fff 0%, var(--dh-home-blush) 70%);
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px rgba(235, 106, 30, 0.18), 0 16px 28px -16px rgba(235, 106, 30, 0.6);
  transition: transform 0.5s var(--dh-home-ease);
}
.dh-home .dh-home-hl--2 .dh-home-hl-icon,
.dh-home .dh-home-hl--4 .dh-home-hl-icon,
.dh-home .dh-home-hl--5 .dh-home-hl-icon,
.dh-home .dh-home-hl--7 .dh-home-hl-icon {
  background: radial-gradient(circle at 35% 30%, #fff 0%, var(--dh-home-bay-soft) 70%);
  box-shadow: 0 0 0 6px #fff, 0 0 0 7px rgba(19, 111, 158, 0.18), 0 16px 28px -16px rgba(19, 111, 158, 0.55);
}
.dh-home .dh-home-hl:hover .dh-home-hl-icon { transform: translateY(-5px) rotate(-6deg); }
#dh-home .dh-home-hl-title { font-size: 1.3rem; line-height: 1.15; }
.dh-home .dh-home-hl-text { font-size: 0.97rem; line-height: 1.62; color: var(--dh-home-slate); }

/* ==========================================================================
   SPECIES (underwater)
   ========================================================================== */
.dh-home .dh-home-species {
  padding: clamp(130px, 13vw, 180px) 0 clamp(150px, 15vw, 200px);
  background: linear-gradient(180deg, #136F9E 0%, #0F4F75 38%, var(--dh-home-deep) 62%, var(--dh-home-night) 100%);
  color: #fff;
  overflow: hidden;
}
.dh-home .dh-home-wave { position: absolute; left: 0; width: 100%; height: clamp(50px, 6vw, 90px); z-index: 1; pointer-events: none; }
.dh-home .dh-home-wave--top { top: -1px; }
.dh-home .dh-home-wave--bottom { bottom: -1px; }

.dh-home .dh-home-rays {
  position: absolute;
  inset: 0 0 35%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(104deg, transparent 18%, rgba(255, 255, 255, 0.09) 22%, transparent 27%),
    linear-gradient(98deg, transparent 38%, rgba(255, 255, 255, 0.07) 43%, transparent 50%),
    linear-gradient(80deg, transparent 58%, rgba(255, 255, 255, 0.08) 63%, transparent 68%),
    linear-gradient(74deg, transparent 76%, rgba(255, 255, 255, 0.06) 80%, transparent 85%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  animation: dh-home-sway 12s ease-in-out infinite alternate;
}
.dh-home .dh-home-bubbles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.dh-home .dh-home-bubbles span {
  position: absolute;
  bottom: -40px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid rgba(220, 237, 245, 0.45);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 60%);
  animation: dh-home-bubble 14s linear infinite;
}
.dh-home .dh-home-bubbles span:nth-child(1) { left: 6%; animation-duration: 16s; }
.dh-home .dh-home-bubbles span:nth-child(2) { left: 15%; width: 7px; height: 7px; animation-duration: 11s; animation-delay: 3s; }
.dh-home .dh-home-bubbles span:nth-child(3) { left: 27%; width: 18px; height: 18px; animation-duration: 19s; animation-delay: 6s; }
.dh-home .dh-home-bubbles span:nth-child(4) { left: 44%; width: 8px; height: 8px; animation-duration: 13s; animation-delay: 1s; }
.dh-home .dh-home-bubbles span:nth-child(5) { left: 58%; animation-duration: 17s; animation-delay: 8s; }
.dh-home .dh-home-bubbles span:nth-child(6) { left: 69%; width: 6px; height: 6px; animation-duration: 10s; animation-delay: 4s; }
.dh-home .dh-home-bubbles span:nth-child(7) { left: 80%; width: 16px; height: 16px; animation-duration: 18s; animation-delay: 2s; }
.dh-home .dh-home-bubbles span:nth-child(8) { left: 90%; width: 9px; height: 9px; animation-duration: 12s; animation-delay: 7s; }
.dh-home .dh-home-bubbles span:nth-child(9) { left: 96%; width: 5px; height: 5px; animation-duration: 9s; animation-delay: 5s; }

.dh-home .dh-home-species .dh-home-wrap { position: relative; z-index: 2; }
.dh-home .dh-home-sp-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.dh-home .dh-home-sp { flex: 0 1 calc((100% - 48px) / 3); max-width: 390px; min-width: 0; }
.dh-home a.dh-home-sp-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 30px 50px -36px rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform 0.5s var(--dh-home-ease), box-shadow 0.5s var(--dh-home-ease), background-color 0.3s ease;
}
.dh-home a.dh-home-sp-link:hover { transform: translateY(-8px); box-shadow: inset 0 0 0 1px rgba(255, 180, 74, 0.55), 0 40px 60px -34px rgba(0, 0, 0, 0.8); }
.dh-home a.dh-home-sp-link:focus-visible { outline: 3px solid var(--dh-home-gold); outline-offset: 4px; }
.dh-home .dh-home-sp-media { display: block; aspect-ratio: 390 / 200; border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, 0.08); }
.dh-home .dh-home-sp-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--dh-home-ease); }
.dh-home a.dh-home-sp-link:hover .dh-home-sp-media img { transform: scale(1.06); }
#dh-home .dh-home-sp-title { padding: 20px 60px 0 12px; color: #fff; font-size: 1rem; line-height: 1.3; }
.dh-home .dh-home-sp-name { display: block; margin-bottom: 6px; font-size: 1.45rem; line-height: 1.08; }
.dh-home .dh-home-sp-rest { display: block; font-family: var(--dh-home-text); font-size: 0.95rem; font-weight: 600; letter-spacing: 0; color: rgba(220, 237, 245, 0.85); }
.dh-home .dh-home-sp-latin { font-style: italic; color: var(--dh-home-gold); white-space: nowrap; }
.dh-home .dh-home-sp-go {
  position: absolute;
  right: 18px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: background-color 0.3s ease, transform 0.45s var(--dh-home-ease);
}
.dh-home .dh-home-sp-go svg { width: 18px; height: 18px; }
.dh-home a.dh-home-sp-link:hover .dh-home-sp-go { background: var(--dh-home-light); transform: translateX(3px); }

/* ==========================================================================
   WHY MALLORCA
   ========================================================================== */
.dh-home .dh-home-why { background: var(--dh-home-warm); }
.dh-home .dh-home-why-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.dh-home .dh-home-why-aside { align-self: stretch; }
.dh-home .dh-home-why-sticky { position: -webkit-sticky; position: sticky; top: var(--dh-home-why-top, 110px); }
.dh-home .dh-home-why-sticky .dh-home-mark { margin: 0 0 18px; }

.dh-home .dh-home-why-figure { position: relative; max-width: 430px; margin: 30px auto 0; padding: 8% 4% 0; }
.dh-home .dh-home-why-sun {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 62%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #FFE7A8 0%, #FFB44A 42%, rgba(255, 150, 60, 0.4) 62%, rgba(255, 150, 60, 0) 72%);
}
.dh-home .dh-home-why-arch {
  position: relative;
  z-index: 1;
  display: block;
  aspect-ratio: 3 / 2;
  border-radius: 50% 50% 26px 26px / 44% 44% 26px 26px;
  overflow: hidden;
  box-shadow: 0 0 0 8px #fff, 0 36px 60px -32px rgba(10, 45, 68, 0.5);
}
.dh-home .dh-home-why-arch img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.dh-home .dh-home-why-intro {
  position: relative;
  margin-top: 28px;
  padding: 22px 26px;
  border-radius: 24px;
  background: #fff;
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--dh-home-ink);
  box-shadow: 0 0 0 1px var(--dh-home-rule), 0 24px 40px -34px rgba(10, 45, 68, 0.45);
}
.dh-home .dh-home-why-intro::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 44px;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
  box-shadow: -1px -1px 0 var(--dh-home-rule);
}

.dh-home .dh-home-why-list { position: relative; padding-top: 6px; }
.dh-home .dh-home-why-list::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 180px;
  left: 27px;
  width: 3px;
  background: radial-gradient(circle, rgba(19, 111, 158, 0.35) 1.3px, transparent 1.6px) center top / 3px 11px repeat-y;
}
.dh-home .dh-home-why-item { position: relative; padding: 0 0 clamp(36px, 4vw, 52px) 84px; }
#dh-home .dh-home-why-title { position: static; display: block; font-size: clamp(1.4rem, 1.15rem + 0.7vw, 1.8rem); line-height: 1.12; }
.dh-home .dh-home-why-emoji {
  position: absolute;
  left: 0;
  top: -6px;
  display: grid;
  place-items: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #fff;
  font-size: 1.55rem;
  line-height: 1;
  box-shadow: 0 0 0 1px var(--dh-home-rule), 0 12px 24px -14px rgba(10, 45, 68, 0.45);
}
.dh-home .dh-home-why-text { display: block; padding-top: 6px; }
.dh-home .dh-home-why-p { margin-top: 12px; color: var(--dh-home-slate); font-size: 1.02rem; line-height: 1.72; }

.dh-home .dh-home-why-item--final { margin-left: -24px; padding: 30px 32px 34px 108px; border-radius: 28px; background: linear-gradient(135deg, var(--dh-home-blush) 0%, #FFE9D6 100%); }
.dh-home .dh-home-why-item--final .dh-home-why-emoji { left: 24px; top: 24px; background: var(--dh-home-light); box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.8), 0 14px 26px -12px rgba(235, 106, 30, 0.7); }
.dh-home .dh-home-why-item--final .dh-home-why-p { color: var(--dh-home-ink); }
.dh-home .dh-home-why-cta { display: flex; justify-content: center; margin: 34px 0 0 -24px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.dh-home .dh-home-faq { background: #fff; }
.dh-home .dh-home-faq-art { width: 150px; height: auto; margin: 0 auto 14px; }

.dh-home .dh-home-faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--dh-home-rule); }
.dh-home .dh-home-faq-item { border-bottom: 1px solid var(--dh-home-rule); }
.dh-home .dh-home-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  cursor: pointer;
  list-style: none;
  color: var(--dh-home-night);
  transition: color 0.2s ease;
}
.dh-home .dh-home-faq-q::-webkit-details-marker { display: none; }
.dh-home .dh-home-faq-q::marker { content: ""; }
.dh-home .dh-home-faq-q strong { font-size: 1.08rem; font-weight: 800; line-height: 1.4; }
.dh-home .dh-home-faq-q:hover { color: var(--dh-home-bay); }
.dh-home .dh-home-faq-q:focus-visible { outline: 3px solid var(--dh-home-bay); outline-offset: 2px; border-radius: 10px; }
.dh-home .dh-home-faq-icon {
  position: relative;
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dh-home-bay-soft);
  transition: background-color 0.3s ease, transform 0.45s var(--dh-home-ease);
}
.dh-home .dh-home-faq-icon::before,
.dh-home .dh-home-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2.5px;
  margin: -1.25px 0 0 -7px;
  border-radius: 2px;
  background: var(--dh-home-bay);
  transition: transform 0.45s var(--dh-home-ease), background-color 0.3s ease;
}
.dh-home .dh-home-faq-icon::after { transform: rotate(90deg); }
.dh-home .dh-home-faq-item[open] .dh-home-faq-icon { background: var(--dh-home-light); transform: rotate(180deg); }
.dh-home .dh-home-faq-item[open] .dh-home-faq-icon::before,
.dh-home .dh-home-faq-item[open] .dh-home-faq-icon::after { background: #fff; }
.dh-home .dh-home-faq-item[open] .dh-home-faq-icon::after { transform: rotate(0deg); }
.dh-home .dh-home-faq-item[open] .dh-home-faq-q { color: var(--dh-home-night); }
.dh-home .dh-home-faq-a { padding: 0 64px 26px 4px; }
.dh-home .dh-home-faq-a p { color: var(--dh-home-slate); font-size: 1rem; line-height: 1.72; }
.dh-home .dh-home-faq-item[open] .dh-home-faq-a { animation: dh-home-up 0.45s var(--dh-home-ease) both; }

/* ==========================================================================
   FINALE: ALL TOURS
   ========================================================================== */
.dh-home .dh-home-finale {
  padding: clamp(150px, 16vw, 210px) 0 clamp(90px, 10vw, 130px);
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(19, 111, 158, 0.55), rgba(19, 111, 158, 0) 70%), var(--dh-home-night);
  color: #fff;
  overflow: hidden;
}
.dh-home .dh-home-finale-sun {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(140px, 15vw, 200px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #FFE7A8 0%, #FFB44A 46%, #EB6A1E 70%, rgba(235, 106, 30, 0) 72%);
  box-shadow: 0 0 110px 30px rgba(255, 180, 74, 0.25);
}
.dh-home .dh-home-glint--finale { position: absolute; top: clamp(100px, 11vw, 140px); left: 50%; width: clamp(150px, 18vw, 230px); margin: 0 0 0 calc(clamp(150px, 18vw, 230px) / -2); animation: none; opacity: 0.9; }

.dh-home .dh-home-more-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.dh-home .dh-home-more { display: flex; min-width: 0; }
.dh-home .dh-home-more-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 10px 22px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.5s var(--dh-home-ease), box-shadow 0.5s var(--dh-home-ease);
}
.dh-home .dh-home-more-card:hover { transform: translateY(-6px); box-shadow: inset 0 0 0 1px rgba(255, 180, 74, 0.5); }
.dh-home .dh-home-more-media {
  display: block;
  aspect-ratio: 3 / 2;
  border-radius: 999px 999px 20px 20px / 90px 90px 20px 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
.dh-home .dh-home-more-media img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 0.9s var(--dh-home-ease); }
.dh-home .dh-home-more-card:hover .dh-home-more-media img { transform: scale(1.06); }
.dh-home .dh-home-more-body { padding: 18px 12px 0; }
#dh-home .dh-home-more-title { font-size: 1.14rem; line-height: 1.22; color: #fff; letter-spacing: -0.01em; }
#dh-home .dh-home-more-title a { color: #fff; }
#dh-home .dh-home-more-title a::after { content: ""; position: absolute; inset: 0; z-index: 2; display: block; border-radius: 28px; }
#dh-home .dh-home-more-title a:focus-visible { outline: none; }
#dh-home .dh-home-more-title a:focus-visible::after { box-shadow: inset 0 0 0 3px var(--dh-home-gold); }
.dh-home .dh-home-more-text { margin-top: 10px; font-size: 0.9rem; line-height: 1.6; color: rgba(220, 237, 245, 0.78); }

.dh-home .dh-home-finale-cta { display: flex; justify-content: center; margin-top: clamp(48px, 6vw, 72px); }
.dh-home a.dh-home-btn--big {
  min-width: min(440px, 100%);
  min-height: 66px;
  font-size: 1.1rem;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14), 0 0 60px -6px rgba(255, 180, 74, 0.55), inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}
.dh-home a.dh-home-btn--big:hover { box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.22), 0 0 70px -4px rgba(255, 180, 74, 0.7), inset 0 -3px 0 rgba(0, 0, 0, 0.14); }

/* ==========================================================================
   SCROLL REVEAL (CSS only, progressive enhancement)
   ========================================================================== */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .dh-home .dh-home-reveal {
      animation: dh-home-reveal linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 22%;
    }
  }
}

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */
@keyframes dh-home-rise { from { transform: translateY(48%) scale(0.85); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes dh-home-zoom { from { transform: scale(1.08); } to { transform: none; } }
@keyframes dh-home-up { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes dh-home-spread { from { transform: scaleX(0.2); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes dh-home-twinkle { 0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg); } 45%, 55% { opacity: 1; transform: scale(1) rotate(45deg); } }
@keyframes dh-home-sway { from { transform: translateX(-3%) skewX(-2deg); } to { transform: translateX(3%) skewX(2deg); } }
@keyframes dh-home-bubble { 0% { transform: translate(0, 0); opacity: 0; } 10% { opacity: 1; } 50% { transform: translate(12px, -55vh); } 90% { opacity: 0.8; } 100% { transform: translate(-6px, -110vh); opacity: 0; } }
@keyframes dh-home-pop { from { transform: translateY(14px) scale(0.98); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes dh-home-reveal { from { transform: translateY(36px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .dh-home .dh-home-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dh-home .dh-home-hl-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .dh-home .dh-home-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dh-home .dh-home-field--reset { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
  .dh-home .dh-home-card { flex-basis: calc((100% - 24px) / 2); }

  .dh-home .dh-home-areas-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: 400px; }
  .dh-home .dh-home-area--1 { grid-column: 1 / -1; }
  .dh-home .dh-home-area--2, .dh-home .dh-home-area--3, .dh-home .dh-home-area--4, .dh-home .dh-home-area--5 { grid-column: auto; }
  .dh-home .dh-home-area--2 .dh-home-area-card { border-radius: 999px 999px 30px 30px / 150px 150px 30px 30px; }
  .dh-home .dh-home-area--2 .dh-home-area-go { top: auto; bottom: 24px; }
  .dh-home .dh-home-area--2 .dh-home-area-body { padding-right: 84px; }
  .dh-home .dh-home-area-name { font-size: 2.1rem; }
  .dh-home .dh-home-sp { flex-basis: calc((100% - 24px) / 2); }

  .dh-home .dh-home-why-grid { grid-template-columns: 1fr; }
  .dh-home .dh-home-why-sticky { position: static; }
  .dh-home .dh-home-why-figure { max-width: 620px; }
}

@media (max-width: 760px) {
  .dh-home .dh-home-wrap { padding: 0 20px; }
  .dh-home .dh-home-section { padding: 68px 0; }

  /* Hero */
  .dh-home .dh-home-hero-stage { padding-top: 50px; }
  .dh-home .dh-home-hero-sun { width: 250px; margin-left: -125px; top: 4px; }
  .dh-home .dh-home-hero-window { min-height: 610px; border-radius: 50% 50% 0 0 / 64px 64px 0 0; box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.95); }
  .dh-home .dh-home-hero-window::after { background: linear-gradient(0deg, rgba(10, 45, 68, 0.94) 0%, rgba(10, 45, 68, 0.72) 45%, rgba(10, 45, 68, 0.1) 78%); }
  .dh-home .dh-home-wrap.dh-home-hero-copy { padding: 0 22px 92px; }
  .dh-home .dh-home-hero-title { font-size: clamp(2.35rem, 1.4rem + 4.6vw, 3.1rem); }
  .dh-home .dh-home-hero-sub { margin: 16px auto 26px; font-size: 1.06rem; }
  .dh-home a.dh-home-hero-btn { width: 100%; max-width: 340px; }
  .dh-home .dh-home-hero-spark--1 { left: 8%; top: 22%; }
  .dh-home .dh-home-hero-spark--2 { right: 10%; top: 10%; }
  .dh-home .dh-home-hero-spark--3 { display: none; }

  /* Finder */
  .dh-home .dh-home-tours { padding-top: 20px; }
  .dh-home .dh-home-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .dh-home .dh-home-field--location { grid-column: 1 / -1; }
  .dh-home .dh-home-field--reset { grid-column: 1 / -1; display: block; }
  .dh-home .dh-home-reset { width: 100%; height: 48px; }
  .dh-home .dh-home-select select { height: 50px; font-size: 16px; }
  .dh-home .dh-home-card-media { aspect-ratio: 16 / 10; }
  .dh-home .dh-home-meta-note { text-align: right; font-size: 0.85rem; }

  /* Areas → carousel */
  .dh-home .dh-home-scroller {
    display: flex;
    gap: 14px;
    margin: 0 -20px;
    padding: 6px 20px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .dh-home .dh-home-scroller::-webkit-scrollbar { display: none; }
  .dh-home .dh-home-areas-grid { grid-template-columns: none; grid-template-rows: none; }
  .dh-home .dh-home-area { flex: 0 0 84%; height: 470px; scroll-snap-align: start; }
  .dh-home .dh-home-area .dh-home-area-card,
  .dh-home .dh-home-area--1 .dh-home-area-card { border-radius: 999px 999px 26px 26px / 130px 130px 26px 26px; }
  .dh-home .dh-home-area .dh-home-area-go { top: auto; bottom: 22px; right: 18px; }
  .dh-home .dh-home-area .dh-home-area-body { padding: 22px 76px 24px 22px; }
  .dh-home .dh-home-area--1 .dh-home-area-name, .dh-home .dh-home-area-name { font-size: 2.2rem; }

  .dh-home .dh-home-dots { display: flex; justify-content: center; align-items: center; gap: 8px; margin: 18px 0 0; padding: 0; line-height: 0; }
  .dh-home .dh-home-dots .dh-home-dot { display: block; flex: none; width: 8px; height: 8px; border-radius: 999px; background: rgba(10, 45, 68, 0.22); transition: width 0.3s ease, background-color 0.3s ease; }
  .dh-home .dh-home-dots .dh-home-dot.is-active { width: 24px; background: var(--dh-home-light); }
  .dh-home .dh-home-dots--light .dh-home-dot { background: rgba(255, 255, 255, 0.3); }
  .dh-home .dh-home-dots--light .dh-home-dot.is-active { background: var(--dh-home-gold); }

  /* Highlights */
  .dh-home .dh-home-highlights { padding-bottom: 110px; }
  .dh-home .dh-home-hl-panel { grid-template-columns: 1fr; border-radius: 26px; }
  .dh-home .dh-home-hl { padding: 30px 22px 32px; }
  .dh-home .dh-home-hl-icon { width: 64px; height: 64px; font-size: 1.75rem; }
  #dh-home .dh-home-hl-title { font-size: 1.22rem; }

  /* Species → carousel */
  .dh-home .dh-home-species { padding: 110px 0 130px; }
  .dh-home .dh-home-sp-grid { flex-wrap: nowrap; justify-content: flex-start; gap: 14px; }
  .dh-home .dh-home-sp { flex: 0 0 82%; max-width: none; scroll-snap-align: start; }
  .dh-home .dh-home-sp-name { font-size: 1.3rem; }

  /* Why */
  .dh-home .dh-home-why-list::before { left: 23px; }
  .dh-home .dh-home-why-item { padding-left: 66px; }
  .dh-home .dh-home-why-emoji { width: 49px; height: 49px; font-size: 1.3rem; }
  .dh-home .dh-home-why-item--final { margin-left: -8px; margin-right: -8px; padding: 88px 22px 26px; }
  .dh-home .dh-home-why-item--final .dh-home-why-emoji { left: 22px; top: 22px; }
  .dh-home .dh-home-why-cta { margin: 28px 0 0; }
  .dh-home .dh-home-why-cta .dh-home-btn { width: 100%; }
  .dh-home .dh-home-why-arch { box-shadow: 0 0 0 6px #fff, 0 30px 50px -30px rgba(10, 45, 68, 0.5); }
  .dh-home .dh-home-faq-art { width: 120px; }

  /* FAQ */
  .dh-home .dh-home-faq-q { padding: 18px 2px; gap: 14px; }
  .dh-home .dh-home-faq-q strong { font-size: 1rem; }
  .dh-home .dh-home-faq-icon { width: 34px; height: 34px; }
  .dh-home .dh-home-faq-a { padding: 0 8px 22px 2px; }

  /* Finale */
  .dh-home .dh-home-finale { padding: 130px 0 76px; }
  .dh-home .dh-home-glint--finale { top: 92px; }
  .dh-home .dh-home-more-grid { grid-template-columns: 1fr; gap: 14px; }
  .dh-home .dh-home-more-card { display: grid; grid-template-columns: 38% minmax(0, 1fr); gap: 14px; align-items: center; padding: 10px 14px 10px 10px; border-radius: 22px; }
  .dh-home .dh-home-more-media { aspect-ratio: 1 / 1; border-radius: 999px 999px 16px 16px / 60px 60px 16px 16px; }
  .dh-home .dh-home-more-body { padding: 4px 0; }
  #dh-home .dh-home-more-title { font-size: 1.02rem; }
  #dh-home .dh-home-more-title a::after { border-radius: 22px; }
  .dh-home .dh-home-more-text { margin-top: 6px; font-size: 0.84rem; line-height: 1.5; }
  .dh-home a.dh-home-btn--big { width: 100%; min-width: 0; }
}

@media (max-width: 600px) {
  .dh-home .dh-home-card { flex-basis: 100%; }
}


@media (prefers-reduced-motion: reduce) {
  .dh-home *, .dh-home *::before, .dh-home *::after { animation: none !important; transition: none !important; }
}
.dh-home .dh-home-hero-seo-title {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .01em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.dh-home .dh-home-hero-seo-title span {
  font-weight: 600;
  opacity: .88;
}

@media (max-width: 640px) {
  .dh-home .dh-home-hero-seo-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .dh-home .dh-home-hero-seo-title span {
    display: block;
    margin-top: 2px;
  }
}