.nora-content-page {
  position: relative;
  overflow: hidden;
  color: var(--nora-charcoal);
  background:
    radial-gradient(circle at 12% 2%, rgba(195, 150, 56, 0.1), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(143, 32, 41, 0.08), transparent 30%),
    linear-gradient(180deg, var(--nora-cream-soft), var(--nora-cream));
}

.nora-content-page a {
  text-decoration: none;
}

.nora-button--light {
  color: var(--nora-plum);
  background: rgba(255, 250, 242, 0.82);
  border-color: rgba(61, 36, 34, 0.14);
}

.nora-content-hero {
  padding: clamp(76px, 9vw, 132px) 24px clamp(48px, 7vw, 92px);
}

.nora-content-hero__inner,
.nora-content-section,
.nora-content-band {
  width: min(100% - 48px, var(--nora-content-width));
  margin: 0 auto;
}

.nora-content-hero__inner {
  max-width: 780px;
  margin-left: max(24px, calc((100vw - var(--nora-content-width)) / 2));
}

.nora-content-hero--rituals {
  padding-top: clamp(68px, 8vw, 116px);
  padding-bottom: clamp(38px, 5vw, 64px);
}

.nora-content-hero--rituals .nora-content-hero__inner {
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.nora-rituals-page .nora-content-hero h1,
.nora-journal-page .nora-content-hero h1 {
  max-width: none;
  font-family: var(--nora-heading-font);
  font-size: clamp(3.25rem, 5.8vw, 5.4rem);
  font-weight: 600;
  line-height: 0.95;
}

.nora-rituals-page .nora-content-hero h1 {
  margin: 0;
}

.nora-content-eyebrow {
  color: var(--nora-burgundy);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nora-content-hero h1,
.nora-content-section h2,
.nora-content-band h2 {
  margin-top: 12px;
  max-width: 850px;
  font-size: clamp(3rem, 7vw, 6.7rem);
}

.nora-content-hero p:not(.nora-content-eyebrow),
.nora-content-section__header p:not(.nora-content-eyebrow),
.nora-content-band p:not(.nora-content-eyebrow) {
  max-width: 690px;
  margin-top: 18px;
  color: rgba(24, 18, 16, 0.72);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.nora-content-hero__actions,
.nora-content-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.nora-content-section {
  padding: clamp(48px, 7vw, 96px) 0;
}

.nora-content-section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.nora-content-section__header h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.nora-ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nora-content-section--ritual-guides {
  padding-top: 0;
}

.nora-ritual-card {
  position: relative;
  display: grid;
  min-height: 620px;
  padding: 22px;
  overflow: hidden;
  align-content: space-between;
  color: var(--nora-cream-soft);
  background-image:
    linear-gradient(180deg, rgba(10, 7, 6, 0.18), rgba(10, 7, 6, 0.78)),
    var(--nora-ritual-bg);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 10px;
  box-shadow: var(--nora-shadow-card);
  isolation: isolate;
}

.nora-ritual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--nora-ritual-accent) 34%, transparent), transparent 34%),
    linear-gradient(140deg, rgba(255, 250, 242, 0.1), transparent 44%);
}

.nora-ritual-card__world,
.nora-ritual-card__product-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nora-ritual-card__world {
  width: fit-content;
  padding: 10px 14px;
  background: rgba(12, 9, 8, 0.28);
  border: 1px solid rgba(255, 250, 242, 0.24);
  border-radius: 999px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.nora-ritual-card__content {
  max-width: 560px;
  margin-top: 90px;
}

.nora-ritual-card h3 {
  font-size: clamp(2rem, 2.7vw, 3.25rem);
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.32);
}

.nora-ritual-card p,
.nora-ritual-card li {
  color: rgba(255, 250, 242, 0.84);
}

.nora-ritual-card p {
  max-width: 430px;
  margin-top: 14px;
}

.nora-ritual-card ol {
  display: grid;
  gap: 10px;
  max-width: 500px;
  padding-left: 22px;
  margin: 22px 0 0;
}

.nora-ritual-card__product {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.nora-ritual-card__product .nora-button {
  width: 100%;
}

.nora-ritual-card__product-link {
  max-width: 310px;
  color: inherit;
}

.nora-ritual-card__image {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 8px;
}

.nora-ritual-card__product-link strong,
.nora-ritual-card__product-link em {
  display: block;
}

.nora-ritual-card__product-link em {
  margin-top: 3px;
  color: rgba(255, 250, 242, 0.78);
  font-style: normal;
  font-weight: 800;
}

.nora-content-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: clamp(30px, 5vw, 54px);
  margin-bottom: clamp(56px, 8vw, 104px);
  background: rgba(255, 250, 242, 0.72);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 10px;
  box-shadow: var(--nora-shadow-card);
}

.nora-content-band h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.nora-journal-feature__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  min-height: 500px;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 10px;
  box-shadow: var(--nora-shadow-card);
}

.nora-journal-feature__media,
.nora-journal-card__image {
  background-image:
    linear-gradient(180deg, rgba(15, 10, 8, 0.04), rgba(15, 10, 8, 0.34)),
    var(--nora-journal-bg);
  background-position: center;
  background-size: cover;
}

.nora-journal-feature__content {
  display: flex;
  padding: clamp(28px, 4vw, 54px);
  flex-direction: column;
  justify-content: center;
}

.nora-journal-feature__content h2 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.nora-journal-feature__content h2 a,
.nora-journal-card h3 a {
  color: inherit;
}

.nora-journal-feature__content p:not(.nora-content-eyebrow),
.nora-journal-card span {
  color: rgba(24, 18, 16, 0.68);
}

.nora-journal-feature__content .nora-button {
  width: fit-content;
  margin-top: 24px;
}

.nora-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nora-journal-card {
  overflow: hidden;
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 10px;
  box-shadow: var(--nora-shadow-card);
}

.nora-journal-card__image {
  display: block;
  aspect-ratio: 1.18;
}

.nora-journal-card__body {
  padding: 20px;
}

.nora-journal-card__body p {
  color: var(--nora-burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nora-journal-card h3 {
  margin-top: 8px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
}

.nora-journal-page .nora-content-section__header {
  display: block;
  text-align: left;
}

.nora-journal-page .nora-content-section__header h2 {
  margin-right: 0;
  margin-left: 0;
}

.nora-journal-card span {
  display: block;
  margin-top: 10px;
}

.nora-content-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.nora-content-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--nora-plum);
  background: rgba(255, 250, 242, 0.76);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 999px;
  font-weight: 800;
}

.nora-content-pagination .current {
  color: var(--nora-cream-soft);
  background: var(--nora-burgundy);
}

.nora-journal-article {
  width: min(100% - 48px, 980px);
  padding: clamp(58px, 8vw, 112px) 0;
  margin: 0 auto;
}

.nora-content-backlink {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--nora-burgundy);
  font-weight: 800;
}

.nora-journal-article__header h1 {
  max-width: none;
  margin-top: 10px;
  font-family: var(--nora-heading-font);
  font-size: clamp(3.25rem, 5.8vw, 5.4rem);
  font-weight: 600;
  line-height: 0.95;
}

.nora-journal-article__header p:last-child {
  margin-top: 18px;
  color: rgba(24, 18, 16, 0.58);
  font-weight: 700;
}

.nora-journal-article__image {
  margin: 34px 0;
}

.nora-journal-article__image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--nora-shadow-card);
}

.nora-journal-article__content {
  color: rgba(24, 18, 16, 0.78);
  font-size: 1.08rem;
}

.nora-journal-article__content > * + * {
  margin-top: 1.1em;
}

.nora-journal-article__content h2,
.nora-journal-article__content h3 {
  margin-top: 1.4em;
  color: var(--nora-charcoal);
}

.nora-journal-article__content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.nora-journal-article__content h3 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.nora-content-band--before-related {
  margin-bottom: 0;
}

.nora-journal-related {
  padding-top: clamp(48px, 6vw, 78px);
}

.nora-journal-related__header {
  margin-bottom: 28px;
  text-align: left;
}

.nora-journal-related__header h2 {
  margin-top: 12px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.nora-contact-hero {
  padding-bottom: clamp(54px, 7vw, 90px);
}

.nora-contact-hero__email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--nora-burgundy);
  font-weight: 800;
}

.nora-contact-hero__email .nora-icon {
  width: 20px;
}

.nora-contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  width: min(100% - 48px, var(--nora-content-width));
  padding: 0 0 clamp(72px, 10vw, 132px);
  margin: 0 auto;
}

.nora-contact-details {
  padding-top: clamp(12px, 2vw, 28px);
}

.nora-contact-details > h2,
.nora-contact-form-card__header h2 {
  margin-top: 10px;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
}

.nora-contact-details > p:not(.nora-content-eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(24, 18, 16, 0.68);
}

.nora-contact-detail-list {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.nora-contact-detail {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
}

.nora-contact-detail > .nora-icon {
  width: 44px;
  padding: 11px;
  color: var(--nora-burgundy);
  background: rgba(255, 250, 242, 0.76);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 999px;
}

.nora-contact-detail h3 {
  font-size: 1.55rem;
}

.nora-contact-detail p {
  max-width: 420px;
  margin-top: 5px;
  color: rgba(24, 18, 16, 0.64);
  font-size: 0.94rem;
}

.nora-contact-form-card {
  padding: clamp(26px, 4vw, 48px);
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 12px;
  box-shadow: var(--nora-shadow-card);
}

.nora-contact-form-card__header h2 {
  max-width: 620px;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.nora-contact-notice {
  padding: 14px 16px;
  margin-top: 24px;
  color: var(--nora-plum);
  background: rgba(83, 99, 74, 0.11);
  border: 1px solid rgba(83, 99, 74, 0.28);
  border-radius: 8px;
  font-weight: 700;
}

.nora-contact-notice.is-error {
  color: var(--nora-burgundy-deep);
  background: rgba(143, 32, 41, 0.08);
  border-color: rgba(143, 32, 41, 0.22);
}

.nora-contact-form {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.nora-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nora-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--nora-plum);
  font-size: 0.9rem;
  font-weight: 750;
}

.nora-contact-form label span {
  display: block;
}

.nora-contact-form label em {
  color: var(--nora-burgundy);
  font-style: normal;
}

.nora-contact-form label small {
  color: rgba(24, 18, 16, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
}

.nora-contact-form input,
.nora-contact-form select,
.nora-contact-form textarea {
  width: 100%;
  color: var(--nora-charcoal);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(61, 36, 34, 0.2);
  border-radius: 7px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nora-contact-form input,
.nora-contact-form select {
  min-height: 50px;
  padding: 0 14px;
}

.nora-contact-form textarea {
  min-height: 170px;
  padding: 13px 14px;
  resize: vertical;
}

.nora-contact-form input:focus,
.nora-contact-form select:focus,
.nora-contact-form textarea:focus {
  background: #fff;
  border-color: var(--nora-burgundy);
  box-shadow: 0 0 0 3px rgba(143, 32, 41, 0.1);
}

.nora-contact-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nora-contact-form__footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nora-contact-form__footer p {
  max-width: 380px;
  color: rgba(24, 18, 16, 0.54);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .nora-content-section__header,
  .nora-journal-feature__card,
  .nora-contact-section {
    grid-template-columns: 1fr;
  }

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

  .nora-journal-grid {
    grid-template-columns: 1fr;
  }

  .nora-journal-feature__media {
    min-height: 320px;
  }

  .nora-contact-details {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .nora-content-hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nora-content-hero__inner,
  .nora-content-section,
  .nora-content-band,
  .nora-journal-article,
  .nora-contact-section {
    width: min(100% - 32px, var(--nora-content-width));
  }

  .nora-content-hero__inner {
    margin-right: auto;
    margin-left: auto;
  }

  .nora-content-hero__actions,
  .nora-content-band,
  .nora-content-band__actions,
  .nora-ritual-card__product {
    display: grid;
  }

  .nora-ritual-card {
    min-height: 0;
  }

  .nora-ritual-grid {
    grid-template-columns: 1fr;
  }

  .nora-ritual-card__content {
    margin-top: 78px;
  }

  .nora-journal-feature__content .nora-button,
  .nora-content-band .nora-button,
  .nora-contact-form__footer .nora-button {
    width: 100%;
  }

  .nora-contact-form__row {
    grid-template-columns: 1fr;
  }

  .nora-contact-form-card {
    padding: 24px 18px;
  }

  .nora-contact-form__footer {
    display: grid;
  }
}

@media (max-width: 640px) {
  .nora-rituals-page .nora-content-hero h1,
  .nora-journal-page .nora-content-hero h1,
  .nora-journal-article__header h1 {
    font-size: clamp(2.95rem, 13.5vw, 4.1rem);
  }
}
