.ellora-home {
  --ellora-ivory: #fffaf4;
  --ellora-cream: #f7ede3;
  --ellora-peach: #e7a27f;
  --ellora-cocoa: #37251e;
  --ellora-stone: #8a7164;
  background: var(--ellora-ivory);
  color: var(--ellora-cocoa);
  overflow: hidden;
}

.ellora-home *,
.ellora-home *::before,
.ellora-home *::after {
  box-sizing: border-box;
}

.ellora-display {
  margin: 0;
  font-family: var(--sort-title-font), Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.ellora-display em {
  color: var(--ellora-peach-deep, #c97858);
  font-weight: 400;
}

.ellora-kicker {
  margin: 0;
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ellora-lede,
.ellora-home p {
  font-family: var(--sort-body-font), Arial, sans-serif;
}

.ellora-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  min-height: 740px;
  background: linear-gradient(125deg, #fffaf4 0%, #fff5ec 44%, #efb99d 100%);
}

.ellora-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 140px) clamp(28px, 7vw, 112px);
}

.ellora-hero__copy .ellora-display {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(54px, 6.8vw, 102px);
}

.ellora-lede {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(55, 37, 30, 0.76);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.75;
}

.ellora-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.ellora-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ellora-button--primary {
  background: var(--ellora-cocoa);
  color: #fffaf4;
}

.ellora-button--light {
  background: #fffaf4;
  color: var(--ellora-cocoa);
}

.ellora-button:hover {
  transform: translateY(-2px);
}

.ellora-button:active {
  transform: scale(0.97);
}

.ellora-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ellora-text-link span {
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ellora-text-link:hover span {
  transform: translateX(4px);
}

.ellora-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid rgba(55, 37, 30, 0.18);
}

.ellora-facts div {
  display: grid;
  gap: 7px;
}

.ellora-facts strong {
  color: var(--ellora-peach-deep, #c97858);
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}

.ellora-facts span {
  max-width: 130px;
  color: rgba(55, 37, 30, 0.68);
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.ellora-hero__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #e7a27f;
}

.ellora-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(55, 37, 30, 0) 55%, rgba(55, 37, 30, 0.18) 100%);
  content: "";
  pointer-events: none;
}

.ellora-hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ellora-hero__visual:hover > img {
  transform: scale(1.025);
}

.ellora-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 250, 244, 0.72);
  border-radius: 50%;
  pointer-events: none;
}

.ellora-orbit--large {
  top: 7%;
  right: -15%;
  width: 74%;
  aspect-ratio: 1;
}

.ellora-orbit--small {
  right: 14%;
  bottom: 11%;
  width: 24%;
  aspect-ratio: 1;
}

.ellora-price-card {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  display: grid;
  min-width: 190px;
  gap: 3px;
  padding: 20px 22px;
  background: rgba(255, 250, 244, 0.92);
  box-shadow: 0 20px 50px rgba(55, 37, 30, 0.12);
  backdrop-filter: blur(12px);
}

.ellora-price-card span,
.ellora-price-card small {
  font-family: var(--sort-body-font), Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ellora-price-card strong {
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}

.ellora-manifesto {
  padding: clamp(90px, 12vw, 180px) clamp(28px, 9vw, 150px);
  background: var(--ellora-cocoa);
  color: #fffaf4;
  text-align: center;
}

.ellora-manifesto .ellora-display {
  max-width: 1050px;
  margin: 30px auto 0;
  font-size: clamp(44px, 6.2vw, 88px);
  line-height: 1.03;
}

.ellora-ledger,
.ellora-faq {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) clamp(28px, 7vw, 96px);
}

.ellora-ledger > header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  column-gap: 12vw;
  align-items: end;
}

.ellora-ledger > header .ellora-kicker {
  grid-column: 1 / -1;
  margin-bottom: 22px;
}

.ellora-ledger > header .ellora-display {
  font-size: clamp(48px, 5.6vw, 78px);
}

.ellora-ledger > header > p:last-child {
  margin: 0;
  color: rgba(55, 37, 30, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.ellora-ledger__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid rgba(55, 37, 30, 0.18);
  border-bottom: 1px solid rgba(55, 37, 30, 0.18);
}

.ellora-ledger__grid article {
  padding: 34px 34px 46px 0;
}

.ellora-ledger__grid article + article {
  padding-left: 34px;
  border-left: 1px solid rgba(55, 37, 30, 0.18);
}

.ellora-ledger__grid article > span {
  color: var(--ellora-peach-deep, #c97858);
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: 34px;
}

.ellora-ledger__grid .ellora-kicker {
  margin-top: 42px;
}

.ellora-ledger__grid h3 {
  margin: 16px 0;
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 500;
  line-height: 1.08;
}

.ellora-ledger__grid article > p:last-child {
  margin: 0;
  color: rgba(55, 37, 30, 0.68);
  font-size: 14px;
  line-height: 1.75;
}

.ellora-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 660px;
}

.ellora-split__media {
  min-height: 560px;
  overflow: hidden;
}

.ellora-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ellora-split__media:hover img {
  transform: scale(1.025);
}

.ellora-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(70px, 8vw, 130px);
}

.ellora-split__copy .ellora-display {
  margin: 24px 0 30px;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 0.98;
}

.ellora-split__copy > p:not(.ellora-kicker) {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(55, 37, 30, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.ellora-split--botanical {
  background: var(--ellora-cream);
}

.ellora-split--ritual {
  background: var(--ellora-peach);
}

.ellora-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.ellora-section-heading .ellora-display {
  max-width: 800px;
  margin-top: 20px;
  font-size: clamp(48px, 5.5vw, 76px);
}

.ellora-faq__list {
  margin-top: 60px;
  border-top: 1px solid rgba(55, 37, 30, 0.18);
}

.ellora-faq details {
  border-bottom: 1px solid rgba(55, 37, 30, 0.18);
}

.ellora-faq summary {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 88px;
  gap: 20px;
  cursor: pointer;
  list-style: none;
}

.ellora-faq summary::-webkit-details-marker {
  display: none;
}

.ellora-faq summary span {
  color: var(--ellora-peach-deep, #c97858);
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: 22px;
}

.ellora-faq summary strong {
  font-family: var(--sort-title-font), Georgia, serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
}

.ellora-faq summary b {
  font-size: 24px;
  font-weight: 400;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ellora-faq details[open] summary b {
  transform: rotate(45deg);
}

.ellora-faq details > p {
  max-width: 740px;
  margin: -6px 0 30px 74px;
  color: rgba(55, 37, 30, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 990px) {
  .ellora-hero {
    grid-template-columns: 1fr;
  }

  .ellora-hero__visual {
    min-height: 680px;
  }

  .ellora-ledger > header {
    grid-template-columns: 1fr;
  }

  .ellora-ledger > header > p:last-child {
    margin-top: 28px;
  }

  .ellora-ledger__grid {
    grid-template-columns: 1fr;
  }

  .ellora-ledger__grid article,
  .ellora-ledger__grid article + article {
    padding: 34px 0 40px;
    border-left: 0;
  }

  .ellora-ledger__grid article + article {
    border-top: 1px solid rgba(55, 37, 30, 0.18);
  }

  .ellora-ledger__grid .ellora-kicker {
    margin-top: 20px;
  }

  .ellora-split {
    grid-template-columns: 1fr;
  }

  .ellora-split--ritual .ellora-split__copy {
    order: 2;
  }
}

@media (max-width: 749px) {
  .ellora-hero__copy {
    padding: 62px 22px 52px;
  }

  .ellora-hero__copy .ellora-display {
    font-size: clamp(48px, 15vw, 68px);
  }

  .ellora-facts {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ellora-facts div {
    grid-template-columns: 70px 1fr;
    align-items: center;
  }

  .ellora-facts span {
    max-width: none;
  }

  .ellora-hero__visual {
    min-height: 560px;
  }

  .ellora-price-card {
    right: 18px;
    bottom: 18px;
  }

  .ellora-manifesto,
  .ellora-ledger,
  .ellora-faq,
  .ellora-split__copy {
    padding-right: 22px;
    padding-left: 22px;
  }

  .ellora-split__media {
    min-height: 430px;
  }

  .ellora-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ellora-faq summary {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 82px;
    gap: 12px;
  }

  .ellora-faq details > p {
    margin-left: 52px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ellora-hero__copy > *,
  .ellora-hero__visual {
    animation: ellora-rise 520ms cubic-bezier(0.23, 1, 0.32, 1) both;
  }

  .ellora-hero__copy > :nth-child(2) { animation-delay: 60ms; }
  .ellora-hero__copy > :nth-child(3) { animation-delay: 110ms; }
  .ellora-hero__copy > :nth-child(4) { animation-delay: 160ms; }
  .ellora-hero__copy > :nth-child(5) { animation-delay: 210ms; }
  .ellora-hero__visual { animation-delay: 90ms; }

  @keyframes ellora-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
