/*
Theme Name: Ascending Soul Path
Theme URI: https://ascendingsoulpath.com/
Author: Marlowe B'sheart
Description: Site-specific one-page theme for Ascending Soul Path.
Version: 1.0.10
Text Domain: ascendingsoulpath
*/

:root {
  --paper: #fbf7ee;
  --paper-soft: #f3eadf;
  --ink: #2f3e38;
  --sage: #5f705f;
  --sage-dark: #46584c;
  --terracotta: #b86f4f;
  --terracotta-dark: #935338;
  --gold: #d2a65f;
  --mist: #dce2d7;
  --line: rgba(82, 94, 80, 0.22);
  --shadow: 0 24px 70px rgba(52, 61, 54, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.asp-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(210, 166, 95, 0.16), transparent 24rem),
    linear-gradient(180deg, #fffaf2 0%, #f7efe5 50%, #f1e4d8 100%);
}

.asp-section {
  position: relative;
  isolation: isolate;
}

.asp-inner {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.asp-hero {
  min-height: 528px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(251, 247, 238, 0.99) 0%, rgba(251, 247, 238, 0.92) 34%, rgba(251, 247, 238, 0.28) 54%, rgba(251, 247, 238, 0.01) 71%),
    url("assets/asp-hero-right-from-png.jpg") right center / 575px 528px no-repeat,
    #fbf7ee;
  border-bottom: 1px solid rgba(132, 104, 74, 0.18);
}

.asp-hero::before,
.asp-about::after,
.asp-connect::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(120deg, transparent 0 42%, rgba(95, 112, 95, 0.10) 42% 42.5%, transparent 43%),
    radial-gradient(circle at 16% 30%, rgba(184, 111, 79, 0.12) 0 1px, transparent 1px);
  background-size: 260px 260px, 32px 32px;
  opacity: 0.16;
  z-index: -1;
}

.asp-hero-content {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  margin-left: 76px;
  padding: 36px 0 24px;
}

.asp-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 130px;
  background: url("assets/asp-hero-left-leaves-from-png.jpg") left center / 130px 528px no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.asp-mark {
  width: 62px;
  height: 62px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--terracotta);
}

.asp-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.asp-brand {
  margin: 0;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.96;
  text-align: center;
}

.asp-kicker {
  margin: 8px 0 0;
  color: var(--terracotta);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.asp-rule {
  width: 148px;
  height: 16px;
  margin: 12px auto 20px;
  color: var(--gold);
}

.asp-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.35vw, 3.55rem);
  font-weight: 400;
  line-height: 1.02;
  text-align: center;
}

.asp-title span {
  display: block;
  white-space: nowrap;
}

.asp-title-star {
  width: 18px;
  height: 18px;
  margin: 12px auto 0;
  color: var(--gold);
  background: currentColor;
  clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
}

.asp-hero-copy {
  max-width: 430px;
  margin: 12px auto 0;
  color: #405149;
  font-size: 1.13rem;
  text-align: center;
}

.asp-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.asp-button {
  min-width: 176px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--terracotta);
  border-radius: 4px;
  padding: 10px 18px;
  color: var(--terracotta-dark);
  background: rgba(255, 250, 244, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.asp-button:hover,
.asp-button:focus-visible {
  transform: translateY(-1px);
  background: #fffaf4;
  outline: none;
}

.asp-button-primary {
  border-color: var(--sage-dark);
  color: #fff;
  background: var(--sage-dark);
}

.asp-button-primary:hover,
.asp-button-primary:focus-visible {
  background: #38483f;
}

.asp-about {
  padding: 10px 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0) 0%, rgba(255, 252, 246, 0) 64%, rgba(255, 252, 246, 0.08) 82%, rgba(255, 252, 246, 0.16) 100%),
    url("assets/about-leaves-right.jpg") right center / 250px 285px no-repeat,
    rgba(255, 252, 246, 0.78);
}

.asp-about-grid {
  width: min(900px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
  align-items: center;
}

.asp-about-image {
  position: relative;
  min-height: 260px;
}

.asp-about-image img {
  width: min(350px, 100%);
  display: block;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.asp-sun {
  display: none;
}

.asp-heading {
  margin: 0;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 2.55rem);
  font-weight: 400;
  line-height: 1.1;
}

.asp-heading::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 16px 0 24px;
  background: var(--sage);
}

.asp-body {
  max-width: 420px;
  margin: 0;
  color: #34453e;
  font-size: 1rem;
}

.asp-offerings {
  padding: 4px 0 20px;
  background: #fffaf4;
}

.asp-offerings .asp-heading {
  text-align: center;
}

.asp-offerings .asp-heading::after {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 16px;
}

.asp-offering-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(133, 120, 101, 0.14);
  background: rgba(250, 243, 234, 0.88);
}

.asp-offering {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  border-right: 1px solid rgba(133, 120, 101, 0.14);
  padding: 18px 14px 16px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.58);
  font: inherit;
  text-align: center;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.asp-offering:last-child {
  border-right: 0;
}

.asp-offering:hover,
.asp-offering:focus-visible {
  z-index: 2;
  background: #fffaf3;
  box-shadow: 0 18px 38px rgba(74, 68, 58, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.asp-offering-icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 18px;
  color: var(--terracotta);
}

.asp-offering-icon svg {
  width: 100%;
  height: 100%;
}

.asp-offering:nth-child(1) .asp-offering-icon,
.asp-offering:nth-child(5) .asp-offering-icon {
  color: var(--gold);
}

.asp-offering:nth-child(3) .asp-offering-icon,
.asp-offering:nth-child(5) h3 {
  color: var(--sage-dark);
}

.asp-offering h3 {
  min-height: 42px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 8px;
  color: var(--sage-dark);
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.15;
}

.asp-offering p {
  margin: 0;
  color: #405149;
  font-size: 0.9rem;
  line-height: 1.35;
}

.asp-offering-fee {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 14px;
  color: var(--terracotta-dark);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
}

.asp-guidance {
  min-height: 125px;
  display: grid;
  align-items: center;
  background:
    url("assets/asp-guidance-left-from-png.jpg") left center / 350px 126px no-repeat,
    linear-gradient(90deg, rgba(245, 225, 207, 0.88), rgba(255, 250, 244, 0.94) 44%, rgba(245, 225, 207, 0.74));
  border-top: 1px solid rgba(132, 104, 74, 0.14);
  border-bottom: 1px solid rgba(132, 104, 74, 0.14);
}

.asp-guidance-inner {
  display: grid;
  grid-template-columns: 320px 1fr 52px;
  gap: 26px;
  align-items: center;
}

.asp-guidance-line {
  width: 1px;
  height: 84px;
  justify-self: end;
  background: var(--terracotta);
}

.asp-guidance h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.7vw, 2.25rem);
  font-weight: 400;
  line-height: 1.16;
}

.asp-heart {
  width: 42px;
  height: 42px;
  color: var(--terracotta);
}

.asp-planes {
  padding: 18px 0 22px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 250, 242, 0.18), transparent 22rem),
    linear-gradient(90deg, #c7cac0, #adb9ae);
}

.asp-planes::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 100px;
  background: url("assets/planes-leaves-left.png") left center / 100px 150px no-repeat;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.asp-planes-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: 28px;
  align-items: center;
}

.asp-planes .asp-heading {
  color: var(--ink);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.asp-planes .asp-heading::after {
  background: var(--sage);
}

.asp-planes p {
  margin: 0;
  color: #2f3e38;
}

.asp-plane {
  min-height: 104px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 250, 242, 0.32);
  text-align: center;
}

.asp-plane-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  color: #fffaf2;
}

.asp-plane strong {
  font-size: 0.86rem;
  text-transform: uppercase;
}

.asp-plane span {
  max-width: 190px;
  display: block;
  margin-top: 5px;
  color: rgba(255, 250, 242, 0.85);
  font-size: 0.9rem;
  line-height: 1.35;
}

.asp-connect {
  padding: 18px 0 0;
  background:
    url("assets/footer-leaves-left.png") left bottom / 190px auto no-repeat,
    url("assets/asp-connect-mountains-from-png.jpg") right bottom / 375px 86px no-repeat,
    linear-gradient(90deg, rgba(255, 252, 246, 0.93), rgba(255, 252, 246, 0.88));
}

.asp-connect-grid {
  display: grid;
  grid-template-columns: 405px 1fr;
  gap: 58px;
  align-items: center;
  padding-bottom: 18px;
}

.asp-connect-heading {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 24px;
  align-items: center;
}

.asp-connect-heading img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.asp-connect-heading .asp-heading {
  white-space: nowrap;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.asp-connect-copy {
  max-width: 470px;
  margin: 0;
}

.asp-footer {
  position: relative;
  overflow: hidden;
  color: #fffaf4;
  background:
    url("assets/asp-footer-leaves-from-png.jpg") left bottom / 172px 92px no-repeat,
    var(--terracotta);
}

.asp-footer-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding-left: 170px;
}

.asp-footer h2 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  font-weight: 400;
}

.asp-footer p {
  margin: 0;
  color: rgba(255, 250, 244, 0.9);
}

.asp-footer small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 250, 244, 0.76);
  font-size: 0.78rem;
}

.asp-footer-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.asp-footer-button {
  min-width: 178px;
  color: #fffaf4;
  border-color: rgba(255, 250, 244, 0.92);
  background: transparent;
}

.asp-footer-schedule {
  color: var(--sage-dark);
  border-color: rgba(255, 250, 244, 0.9);
  background: rgba(255, 250, 244, 0.9);
}

.asp-social {
  display: flex;
  gap: 14px;
}

.asp-social a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 250, 244, 0.9);
  border-radius: 999px;
  color: #fffaf4;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.asp-social svg {
  width: 21px;
  height: 21px;
}

.asp-footer-actions::after {
  content: "";
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  background:
    linear-gradient(currentColor, currentColor) center / 100% 1px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) center / 1px 100% no-repeat;
  color: rgba(255, 250, 244, 0.58);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .asp-hero {
    background:
      linear-gradient(180deg, rgba(251, 247, 238, 0.96) 0%, rgba(251, 247, 238, 0.78) 55%, rgba(251, 247, 238, 0.28) 100%),
      url("assets/asp-hero-right-from-png.jpg") center bottom / cover no-repeat;
  }

  .asp-hero::after {
    width: 96px;
    background-size: 96px auto;
    opacity: 0.72;
  }

  .asp-hero-content {
    margin-left: 0;
  }

  .asp-about-grid,
  .asp-planes-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .asp-connect-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .asp-about-image img {
    margin: 0 auto;
  }

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

  .asp-offering {
    border-right: 1px solid rgba(133, 120, 101, 0.14);
    border-bottom: 1px solid rgba(133, 120, 101, 0.14);
  }

  .asp-offering:nth-child(2n) {
    border-right: 0;
  }

  .asp-guidance-inner {
    grid-template-columns: 110px 1fr 42px;
    gap: 22px;
  }

  .asp-plane {
    min-height: 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 250, 242, 0.32);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .asp-inner {
    width: min(1120px, calc(100% - 28px));
    max-width: calc(100vw - 28px);
  }

  .asp-hero {
    min-height: 710px;
    align-items: start;
  }

  .asp-hero-content {
    padding: 42px 0 260px;
  }

  .asp-brand {
    font-size: clamp(2.35rem, 12vw, 3.05rem);
    overflow-wrap: anywhere;
  }

  .asp-title {
    font-size: clamp(2rem, 10vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  .asp-title span {
    display: block;
    white-space: normal;
  }

  .asp-hero-copy,
  .asp-body,
  .asp-connect-copy {
    max-width: calc(100vw - 28px);
  }

  .asp-about-image img {
    width: min(320px, calc(100vw - 56px));
  }

  .asp-kicker {
    font-size: 0.74rem;
  }

  .asp-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .asp-button {
    width: 100%;
  }

  .asp-offering-grid {
    grid-template-columns: 1fr;
  }

  .asp-offering,
  .asp-offering:nth-child(2n) {
    border-right: 0;
  }

  .asp-guidance {
    background:
      linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(245, 225, 207, 0.84)),
      url("assets/asp-guidance-left-from-png.jpg") left bottom / 260px auto no-repeat;
  }

  .asp-guidance-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0 138px;
  }

  .asp-guidance-line {
    width: 54px;
    height: 2px;
    justify-self: start;
  }

  .asp-heart {
    display: none;
  }

  .asp-footer-grid {
    grid-template-columns: 1fr;
    padding: 24px 0;
    padding-left: 0;
  }

  .asp-footer-actions {
    flex-wrap: wrap;
    gap: 12px;
  }

  .asp-footer-button {
    flex: 1 1 180px;
  }

  .asp-footer-actions::after {
    display: none;
  }

  .asp-connect-heading {
    grid-template-columns: 76px 1fr;
    gap: 16px;
  }

  .asp-connect-heading img {
    width: 72px;
    height: 72px;
  }

  .asp-connect-heading .asp-heading {
    white-space: normal;
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }
}
