/* Homepage-specific polish. Loaded after the global editorial system. */
.home-main {
  background: #f6f8fb !important;
}

.ash-hero {
  min-height: auto !important;
  padding: clamp(7.5rem, 11vw, 10rem) max(4vw, 1.5rem) clamp(4.5rem, 8vw, 7rem) !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  gap: clamp(2.5rem, 6vw, 6.5rem) !important;
  background: linear-gradient(145deg, #f8fafc 0%, #eef4f9 100%) !important;
  border-bottom: 1px solid #dce5ee !important;
}

.ash-hero__copy {
  padding: clamp(1rem, 3vw, 3rem) 0 !important;
  max-width: 42rem;
}

.ash-hero h1 {
  max-width: 10ch !important;
  margin-bottom: 1.4rem !important;
  color: #22364d !important;
  font-size: clamp(3.75rem, 6.4vw, 6.8rem) !important;
  line-height: 0.94 !important;
}

.ash-lead {
  max-width: 34rem !important;
  margin-bottom: 1.75rem !important;
  color: #5b6d80 !important;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem) !important;
  line-height: 1.68 !important;
}

.ash-hero-ask {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 0.75rem !important;
  width: min(100%, 40rem) !important;
  margin-top: 0.4rem !important;
}

.ash-hero-ask .ash-input {
  min-height: 54px !important;
  width: 100% !important;
  padding: 0 1rem !important;
  font-size: 0.98rem !important;
}

.ash-hero-ask .ash-btn {
  min-height: 54px !important;
  padding-inline: 1.5rem !important;
  border-radius: 9px !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  font-size: 0.92rem !important;
}

.ash-hero__quick-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.7rem 1.25rem !important;
  margin-top: 1.25rem !important;
}

.ash-hero__quick-actions .ash-link,
.ash-method .ash-link,
.ash-places .ash-link,
.ash-membership .ash-link {
  color: #315f8f !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  text-decoration: underline !important;
  text-decoration-color: #9eb7cf !important;
}

.ash-prompts--hero {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  width: 100% !important;
  margin-top: 1.4rem !important;
  padding: 0 !important;
  background: transparent !important;
}

.ash-prompts--hero button {
  display: inline-flex !important;
  width: auto !important;
  padding: 0.62rem 0.82rem !important;
  border: 1px solid #d2deea !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #4d6278 !important;
  font: 500 0.79rem/1.25 Inter, sans-serif !important;
  text-align: left !important;
}

.ash-prompts--hero button:first-child {
  border-top: 1px solid #d2deea !important;
}

.ash-prompts--hero button:hover,
.ash-prompts--hero button:focus-visible {
  background: #ffffff !important;
  border-color: #8ea9c3 !important;
  color: #274d73 !important;
}

.ash-hero__composition {
  min-height: clamp(520px, 57vw, 700px) !important;
}

.ash-image--primary {
  width: 82% !important;
  height: 72% !important;
  border-radius: 2px 2px 2px 120px !important;
  box-shadow: 0 22px 58px rgba(31, 49, 70, 0.14) !important;
}

.ash-image--detail {
  left: 0 !important;
  bottom: 0 !important;
  width: 42% !important;
  height: 34% !important;
  border: 10px solid #f3f7fa !important;
  border-radius: 2px !important;
  box-shadow: 0 16px 40px rgba(31, 49, 70, 0.12) !important;
}

.ash-image img {
  filter: saturate(0.9) contrast(1.03) !important;
}

.ash-note {
  right: 2% !important;
  bottom: 4% !important;
  width: min(42%, 19rem) !important;
  padding: 1.55rem !important;
  border-radius: 12px !important;
  background: rgba(35, 56, 79, 0.96) !important;
  box-shadow: 0 18px 45px rgba(22, 37, 53, 0.22) !important;
}

.ash-note strong,
.ash-note p,
.ash-note span {
  color: #ffffff !important;
}

.ash-method,
.ash-places,
.ash-membership {
  padding: clamp(5rem, 8vw, 8rem) max(5vw, 1.5rem) !important;
}

.ash-method {
  background: #ffffff !important;
  gap: clamp(2.5rem, 6vw, 6rem) !important;
}

.ash-method__title h2,
.ash-places h2,
.ash-membership h2 {
  font-size: clamp(3rem, 5vw, 5.4rem) !important;
  line-height: 0.96 !important;
}

.ash-method__grid--tools {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  border-top: 0 !important;
}

.ash-method__grid--tools article {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 1rem !important;
  min-height: 220px !important;
  padding: 1.5rem !important;
  border: 1px solid #dce5ee !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

.ash-method__grid--tools article > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ash-method__grid--tools article .ash-link {
  margin-top: auto;
  padding-top: 1rem;
}

.ash-places {
  background: #edf3f8 !important;
}

.ash-places__grid {
  gap: 1.25rem !important;
}

.ash-place {
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(31, 49, 70, 0.12) !important;
}

.ash-place img {
  filter: saturate(0.92) brightness(0.88) !important;
}

.ash-place div {
  padding: clamp(1.35rem, 3vw, 2.1rem) !important;
}

.ash-place h3 {
  font-size: clamp(2.65rem, 4.5vw, 4.6rem) !important;
}

.ash-ask {
  display: block !important;
  padding: clamp(4rem, 8vw, 7rem) max(5vw, 1.5rem) !important;
  background: #23384f !important;
}

.ash-ask__panel {
  max-width: 1180px !important;
  margin: auto !important;
  padding: clamp(2rem, 5vw, 4.5rem) !important;
  background: #2a425c !important;
  border-color: rgba(255, 255, 255, 0.13) !important;
}

.ash-ask__panel h2,
.ash-ask__panel li,
.ash-ask__panel p {
  color: #ffffff !important;
}

.ash-steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  padding: 0 !important;
  list-style-position: inside !important;
}

.ash-steps li {
  min-height: 120px !important;
  padding: 1.25rem !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

.ash-membership {
  background: #f7f9fc !important;
}

.ash-membership > header {
  display: block !important;
  max-width: 830px !important;
  margin: 0 auto 2rem !important;
  text-align: center !important;
}

.ash-membership h2 {
  max-width: 12ch !important;
  margin-inline: auto !important;
}

.ash-membership header > p:last-child {
  max-width: 42rem !important;
  margin-inline: auto !important;
}

@media (max-width: 980px) {
  .ash-hero {
    grid-template-columns: 1fr !important;
    padding-top: 7rem !important;
  }

  .ash-hero__copy {
    max-width: 48rem !important;
  }

  .ash-hero h1 {
    max-width: 11ch !important;
  }

  .ash-hero__composition {
    min-height: 620px !important;
  }

  .ash-method {
    grid-template-columns: 1fr !important;
  }

  .ash-method__title h2 {
    max-width: 12ch !important;
  }
}

@media (max-width: 700px) {
  .ash-hero {
    gap: 2.25rem !important;
    padding: 6.2rem 1rem 3.5rem !important;
  }

  .ash-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4.7rem) !important;
    line-height: 0.96 !important;
  }

  .ash-hero-ask {
    grid-template-columns: 1fr !important;
  }

  .ash-hero-ask .ash-btn {
    width: 100% !important;
  }

  .ash-hero__quick-actions {
    gap: 0.8rem 1rem !important;
  }

  .ash-prompts--hero {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 0.35rem !important;
    scrollbar-width: none !important;
  }

  .ash-prompts--hero::-webkit-scrollbar {
    display: none !important;
  }

  .ash-prompts--hero button {
    flex: 0 0 auto !important;
    max-width: 82vw !important;
  }

  .ash-hero__composition {
    min-height: 430px !important;
  }

  .ash-image--primary {
    width: 92% !important;
    height: 72% !important;
    border-radius: 2px 2px 2px 70px !important;
  }

  .ash-image--detail {
    width: 45% !important;
    height: 31% !important;
    border-width: 7px !important;
  }

  .ash-note {
    width: 52% !important;
    right: 0 !important;
    bottom: 2% !important;
    padding: 1rem !important;
  }

  .ash-note strong {
    font-size: 1.75rem !important;
  }

  .ash-note p {
    font-size: 0.78rem !important;
  }

  .ash-method,
  .ash-places,
  .ash-membership,
  .ash-ask {
    padding: 4.25rem 1rem !important;
  }

  .ash-method__grid--tools,
  .ash-steps,
  .ash-places__grid {
    grid-template-columns: 1fr !important;
  }

  .ash-method__grid--tools article {
    min-height: 0 !important;
  }

  .ash-places > header {
    display: block !important;
    margin-bottom: 2rem !important;
  }

  .ash-places > header .ash-link {
    display: inline-block !important;
    margin-top: 1rem !important;
  }

  .ash-place,
  .ash-place--wide,
  .ash-place--tall {
    min-height: 430px !important;
    grid-row: auto !important;
  }

  .ash-membership .ash-actions {
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .ash-membership .ash-btn {
    width: 100% !important;
  }
}