/* Arcweft destination composition pass.
   Loaded only on the seven destination guide pages. */

.destination-shell {
  padding-top: 34px;
  padding-bottom: 72px;
}

.destination-hero {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: 24px 0 30px;
}

.destination-hero .nd-hero-copy {
  max-width: 760px;
}

.destination-hero .tool-h1 {
  font-size: clamp(3.1rem, 5vw, 5rem);
  line-height: .95;
  max-width: 13.5ch;
  margin-bottom: 20px;
}

.destination-hero .nd-sub-large {
  max-width: 56ch;
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
}

.destination-hero .destination-cta-row {
  margin-top: 24px;
}

.destination-summary-card {
  align-self: center;
  padding: 28px 30px;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--sun-soft), var(--coral-soft));
  box-shadow: 0 22px 52px rgba(82, 66, 45, .11);
  border-color: rgba(210, 157, 104, .42);
}

.destination-summary-card .nd-kicker {
  margin-bottom: 12px;
}

.destination-summary-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 2.25rem);
  line-height: 1;
  margin: 0 0 18px;
}

.destination-summary-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 19px;
}

.destination-summary-card li {
  color: var(--ink-soft);
}

.destination-summary-card li::marker {
  color: var(--coral);
}

.destination-shell > .nd-section {
  padding: 46px 0;
}

.destination-shell > .nd-section.nd-section-tight {
  padding-top: 6px;
  padding-bottom: 34px;
}

.destination-shell .nd-intro-strip {
  border-radius: 22px;
  padding: 10px 12px;
  box-shadow: 0 16px 42px rgba(32, 49, 58, .09);
}

.destination-shell .nd-intro-strip > div {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.destination-shell .nd-section-head {
  margin-bottom: 22px;
}

.destination-shell .nd-section-head .nd-h2 {
  max-width: 820px;
}

.destination-shell .nd-destination-stories {
  gap: 18px;
}

.destination-shell .nd-story-card {
  min-height: 220px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(65, 60, 50, .08);
}

.destination-shell .nd-story-card strong {
  font-size: clamp(1.65rem, 2.55vw, 2.35rem);
  max-width: 19ch;
}

.destination-shell .nd-story-card p {
  margin-bottom: 0;
}

.destination-shell .nd-pressure-story {
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: stretch;
}

.destination-shell .nd-pressure-story > div:first-child {
  align-self: center;
  padding-right: 12px;
}

.destination-shell .nd-permission-band {
  min-height: 100%;
  padding: clamp(30px, 4vw, 44px);
  border-radius: 26px;
}

.destination-shell .nd-permission-band .nd-h2 {
  max-width: 15ch;
}

.destination-shell .nd-panel-cta {
  align-items: center;
  padding: 26px 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--sun-soft), #fff7d7);
  box-shadow: 0 14px 36px rgba(112, 87, 38, .08);
}

.destination-shell .nd-panel-cta .nd-h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin-bottom: 8px;
}

.destination-shell .nd-panel-cta .nd-lead {
  max-width: 58ch;
}

.destination-shell .destination-disclaimer {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .destination-shell {
    padding-top: 24px;
  }

  .destination-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 18px;
  }

  .destination-hero .tool-h1 {
    font-size: clamp(2.75rem, 12vw, 4.4rem);
    max-width: none;
  }

  .destination-summary-card {
    padding: 24px;
  }

  .destination-shell > .nd-section {
    padding: 36px 0;
  }

  .destination-shell .nd-intro-strip {
    grid-template-columns: 1fr;
  }

  .destination-shell .nd-intro-strip > div {
    min-height: auto;
  }

  .destination-shell .nd-destination-stories,
  .destination-shell .nd-pressure-story {
    grid-template-columns: 1fr;
  }

  .destination-shell .nd-story-card strong {
    max-width: none;
  }

  .destination-shell .nd-pressure-story > div:first-child {
    padding-right: 0;
  }

  .destination-shell .nd-panel-cta {
    padding: 24px;
  }
}
