.nora-home {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(251, 243, 232, 0.96), rgba(255, 250, 242, 1) 34%),
    var(--nora-cream);
}

@media (min-width: 701px) {
  .nora-home > .nora-hero {
    order: 1;
  }

  .nora-home > .nora-mobile-featured-products {
    order: 2;
  }

  .nora-home > .nora-rituals {
    order: 3;
  }

  .nora-home > .nora-shop-moods {
    order: 4;
  }

  .nora-home > .nora-gift {
    order: 5;
  }

  .nora-home > .nora-newsletter {
    order: 6;
  }
}

.nora-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding: 124px 24px 26px;
  overflow: hidden;
  color: var(--nora-cream-soft);
  isolation: isolate;
}

.nora-hero__scene,
.nora-hero__bg,
.nora-hero__layer,
.nora-hero__atmosphere,
.nora-hero__foreground,
.nora-hero__product-render,
.nora-hero__readability {
  position: absolute;
  inset: 0;
}

.nora-hero__scene {
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.nora-hero__bg {
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  transform: scale(1.035);
}

.nora-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 500ms ease;
}

.nora-hero__bg.has-video.is-video-ready .nora-hero__video {
  opacity: 1;
}

.nora-hero.has-hero-layers .nora-hero__bg {
  transform: none;
}

.nora-hero__bg--next {
  z-index: 1;
  opacity: 0;
  transition: opacity 900ms ease;
}

.nora-hero.is-transitioning .nora-hero__bg--next {
  opacity: 1;
}

.nora-hero__layer {
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 700ms ease;
}

.nora-hero__layer.has-image {
  opacity: 1;
}

.nora-hero__atmosphere {
  z-index: 2;
  display: none;
  place-items: start center;
  padding-top: clamp(135px, 18vh, 210px);
  color: rgba(255, 250, 242, 0.82);
  font-family: var(--nora-heading-font);
  font-size: clamp(7rem, 18vw, 19rem);
  font-weight: 600;
  line-height: 0.78;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0.24;
  filter: blur(0.4px);
  mix-blend-mode: soft-light;
  text-shadow: 0 12px 60px rgba(255, 250, 242, 0.28);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 62%, transparent 100%);
}

.nora-hero__atmosphere span {
  max-width: min(92vw, 1420px);
}

.nora-hero.has-hero-layers .nora-hero__atmosphere {
  opacity: 0;
}

.nora-hero__scene-title {
  position: absolute;
  top: clamp(124px, 16vh, 190px);
  left: 50%;
  z-index: 3;
  width: min(92vw, 1250px);
  margin: 0;
  color: rgba(255, 247, 230, 0.76);
  font-family: var(--nora-heading-font);
  font-size: clamp(4.6rem, 8vw, 9.8rem);
  font-weight: 600;
  line-height: 0.88;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 22px rgba(255, 244, 222, 0.34),
    0 14px 52px rgba(255, 229, 190, 0.34),
    0 28px 86px rgba(121, 75, 44, 0.18);
  transform: translateX(-50%);
  opacity: 0;
  mix-blend-mode: screen;
  filter: blur(0.12px) drop-shadow(0 0 28px rgba(255, 238, 210, 0.2));
  pointer-events: none;
  transition: opacity 500ms ease, transform 700ms ease;
}

.nora-hero.has-scene-title .nora-hero__scene-title {
  opacity: 0.9;
}

.nora-hero.has-hero-layers .nora-hero__scene-title {
  opacity: 0.8;
}

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

.nora-hero__scene-title span + span {
  margin-top: -0.1em;
}

.nora-hero__scene-title span:nth-child(2) {
  font-size: 1.02em;
}

.nora-hero__scene-title span:nth-child(3) {
  font-size: 0.96em;
}

.nora-hero[data-active-mood="immune"] .nora-hero__scene-title {
  top: clamp(110px, 14vh, 168px);
  font-size: clamp(4.1rem, 7vw, 8.6rem);
  line-height: 0.84;
}

.nora-hero[data-active-mood="immune"] .nora-hero__scene-title span:nth-child(3) {
  font-size: 0.9em;
}

.nora-hero__foreground {
  z-index: 4;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 900ms ease;
}

.nora-hero__foreground:not(.has-image) {
  opacity: 0;
}

.nora-hero__foreground--next {
  opacity: 0;
}

.nora-hero.is-transitioning .nora-hero__foreground--next.has-image {
  opacity: 1;
}

.nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::before {
  content: "";
  position: absolute;
  inset: auto -8vw -10vh;
  height: clamp(250px, 35vh, 410px);
  background:
    radial-gradient(ellipse at 50% 12%, rgba(255, 229, 180, 0.36), transparent 0 26%, rgba(39, 55, 31, 0.4) 27%, rgba(14, 18, 13, 0.85) 72%),
    linear-gradient(180deg, transparent, rgba(8, 9, 7, 0.92) 72%);
  border-radius: 50% 50% 0 0 / 34% 34% 0 0;
  filter: blur(0.2px);
}

.nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::after {
  content: "";
  position: absolute;
  right: -5vw;
  bottom: -5vh;
  left: -5vw;
  height: 34vh;
  background:
    radial-gradient(circle at 18% 35%, rgba(255, 249, 245, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 24%, rgba(255, 249, 245, 0.28) 0 1px, transparent 2px),
    linear-gradient(180deg, rgba(83, 99, 74, 0.18), rgba(10, 12, 8, 0.82));
  background-size: 74px 74px, 92px 92px, auto;
  opacity: 0.78;
}

.nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::before,
.nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::after {
  display: none;
}

.nora-hero__product-render {
  z-index: 4;
  background-position: center 68%;
  background-repeat: no-repeat;
  background-size: clamp(390px, 25vw, 520px);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 24px 38px rgba(58, 34, 28, 0.26));
  transition: opacity 500ms ease, background-image 500ms ease;
}

.nora-hero__product-render.has-image {
  opacity: 1;
}

.nora-hero__readability {
  z-index: 5;
  background:
    radial-gradient(ellipse at 50% 53%, rgba(255, 248, 234, 0.18), rgba(255, 225, 188, 0.08) 18%, transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(255, 238, 202, 0.16), transparent 24%);
}

.nora-hero.has-hero-layers .nora-hero__readability {
  background:
    radial-gradient(ellipse at 50% 54%, rgba(255, 248, 234, 0.16), rgba(255, 225, 188, 0.07) 18%, transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(255, 238, 202, 0.12), transparent 24%);
}

.nora-hero__inner {
  position: relative;
  z-index: 6;
  width: min(100%, 1920px);
  margin: 0 auto;
}

.nora-hero__body {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: end;
}

.nora-hero__content {
  grid-column: 1 / span 4;
  align-self: end;
  padding: 0 0 clamp(34px, 5.5vh, 70px);
  text-align: left;
}

.nora-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--nora-cream-soft);
  background: transparent;
  border: 0;
  font-family: var(--nora-body-font);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.nora-hero__eyebrow-link {
  color: inherit;
  text-decoration: none;
}

.nora-hero__eyebrow-link:hover,
.nora-hero__eyebrow-link:active {
  color: inherit;
  text-decoration: none;
}

.nora-hero__eyebrow-link:focus-visible {
  border-radius: 999px;
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.nora-hero__kicker {
  position: absolute;
  top: clamp(98px, 11vh, 132px);
  left: 50%;
  z-index: 7;
  width: max-content;
  max-width: calc(100% - 48px);
  margin: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.nora-hero__title {
  max-width: 610px;
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 6.2rem);
  text-wrap: balance;
  text-shadow: 0 10px 46px rgba(0, 0, 0, 0.32);
}

.nora-hero__title::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 20px 0 18px;
  background: var(--nora-active-accent, var(--nora-gold));
}

.nora-hero.has-hero-layers .nora-hero__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nora-hero.has-hero-layers .nora-hero__title::after {
  display: none;
}

.nora-hero__copy {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 249, 245, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  text-wrap: balance;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.42);
}

.nora-hero__actions {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.nora-hero__actions .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  color: var(--nora-cream-soft);
  background: rgba(255, 249, 245, 0.1);
  border: 1px solid rgba(255, 249, 245, 0.34);
  border-radius: 999px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(14px);
}

.nora-hero__actions .nora-button--primary {
  color: var(--nora-charcoal);
  background: rgba(255, 250, 242, 0.94);
  border-color: rgba(255, 250, 242, 0.82);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16);
}

.nora-hero__actions .nora-button--primary .nora-icon {
  color: var(--nora-charcoal);
}

.nora-hero__actions .nora-button--ghost {
  color: var(--nora-cream-soft);
  background: rgba(12, 10, 9, 0.32);
  border-color: rgba(255, 249, 245, 0.3);
}

.nora-cart-toast {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 80;
  width: min(100% - 32px, 430px);
  color: var(--nora-cream-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

.nora-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.nora-cart-toast__panel {
  position: relative;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 250, 242, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(31, 22, 20, 0.88), rgba(48, 30, 28, 0.78));
  border: 1px solid rgba(255, 249, 245, 0.22);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.2),
    0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.nora-cart-toast__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 250, 242, 0.86);
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 999px;
  cursor: pointer;
}

.nora-cart-toast__eyebrow {
  margin-bottom: 8px;
  color: #f2c977;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nora-cart-toast__message {
  max-width: 340px;
  padding-right: 28px;
  font-family: var(--nora-heading-font);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  line-height: 0.98;
  text-wrap: balance;
}

.nora-cart-toast__message strong {
  display: block;
  color: var(--nora-cream-soft);
}

.nora-cart-toast__actions {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 10px;
  margin-top: 20px;
}

.nora-cart-toast__checkout,
.nora-cart-toast__basket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.nora-cart-toast__checkout {
  color: var(--nora-charcoal);
  background: var(--nora-cream-soft);
}

.nora-cart-toast__basket {
  color: var(--nora-cream-soft);
  background: rgba(255, 250, 242, 0.08);
  border: 1px solid rgba(255, 250, 242, 0.24);
}

.nora-hero__featured {
  position: relative;
  grid-column: 10 / -1;
  justify-self: end;
  width: min(100%, 404px);
  align-self: end;
  padding-bottom: clamp(22px, 4vh, 46px);
}

.nora-featured-panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.nora-featured-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.nora-featured-slider__nav {
  position: absolute;
  top: calc(50% - clamp(24px, 4vh, 44px));
  right: 14px;
  left: 14px;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.nora-featured-slider__arrow {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--nora-cream-soft);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.24), rgba(255, 250, 242, 0.075)),
    rgba(19, 14, 13, 0.28);
  border: 1px solid rgba(255, 250, 242, 0.34);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 242, 0.26),
    0 16px 34px rgba(13, 9, 8, 0.2);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nora-featured-slider__arrow:hover,
.nora-featured-slider__arrow:focus-visible {
  color: var(--nora-charcoal);
  background: rgba(255, 250, 242, 0.88);
  border-color: rgba(255, 250, 242, 0.72);
  outline: none;
  transform: translateY(-1px);
}

.nora-featured-slider__arrow .nora-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 1280px) {
  .nora-hero__featured {
    transform: translateX(clamp(0px, 1.4vw, 24px));
  }
}

.nora-hero__moodbar {
  grid-column: 1 / -1;
  margin-top: clamp(8px, 2vh, 18px);
  padding-bottom: clamp(10px, 2vh, 22px);
  text-align: center;
}

.nora-hero__moodbar-label {
  margin-bottom: 14px;
  color: rgba(255, 249, 245, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nora-mood-chips {
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 10px;
  scrollbar-width: none;
}

.nora-mood-chips::-webkit-scrollbar {
  display: none;
}

.nora-mood-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 138px;
  min-height: 50px;
  padding: 12px 20px;
  color: var(--nora-cream-soft);
  background: rgba(11, 9, 8, 0.34);
  border: 1px solid rgba(255, 249, 245, 0.24);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.nora-mood-chip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--nora-active-accent, var(--nora-gold));
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%);
}

.nora-mood-chip:hover,
.nora-mood-chip:focus-visible {
  border-color: rgba(255, 249, 245, 0.56);
  outline: none;
  transform: translateY(-1px);
}

.nora-mood-chip.is-active {
  color: var(--nora-charcoal);
  background: rgba(255, 249, 245, 0.92);
  border-color: rgba(255, 249, 245, 0.92);
}

.nora-mood-chip.is-active::after {
  opacity: 1;
}

.nora-mood-chip__icon {
  color: var(--nora-active-accent, var(--nora-gold));
}

.nora-mood-chip.is-active .nora-mood-chip__icon {
  color: var(--nora-burgundy);
}

.nora-shop-moods {
  background:
    radial-gradient(circle at 80% 10%, rgba(195, 150, 56, 0.14), transparent 28%),
    var(--nora-cream);
}

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

.nora-mood-card {
  position: relative;
  display: flex;
  min-height: 260px;
  padding: 22px;
  overflow: hidden;
  flex-direction: column;
  justify-content: end;
  color: var(--nora-cream-soft);
  background-image:
    linear-gradient(180deg, rgba(12, 8, 7, 0.12), rgba(12, 8, 7, 0.76)),
    var(--mood-card-bg);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(61, 36, 34, 0.08);
  border-radius: 8px;
  box-shadow: var(--nora-shadow-card);
  text-decoration: none;
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.nora-mood-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(140deg, color-mix(in srgb, var(--mood-card-accent) 42%, transparent), transparent 56%);
  opacity: 0.36;
}

.nora-mood-card:hover,
.nora-mood-card:focus-visible {
  outline: none;
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(35, 23, 18, 0.24);
}

.nora-mood-card__icon {
  margin-bottom: 14px;
  color: rgba(255, 249, 245, 0.9);
}

.nora-mood-card__eyebrow {
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 12px;
  color: #fff2cc;
  background: rgba(24, 18, 16, 0.42);
  border: 1px solid rgba(255, 249, 245, 0.18);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.nora-mood-card__label {
  font-family: var(--nora-heading-font);
  font-size: clamp(1.7rem, 2.5vw, 2.55rem);
  line-height: 1;
}

.nora-mood-card__copy {
  margin-top: 6px;
  color: rgba(255, 249, 245, 0.8);
  font-size: 0.94rem;
}

.nora-mood-card__cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--nora-cream-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.nora-mood-card__cta .nora-icon {
  width: 17px;
  height: 17px;
  transition: transform 220ms ease;
}

.nora-mood-card--rituals {
  grid-column: span 2;
  min-height: 320px;
  padding: clamp(24px, 2.7vw, 34px);
  background-image:
    linear-gradient(180deg, rgba(19, 12, 11, 0.08), rgba(19, 12, 11, 0.82)),
    radial-gradient(circle at 72% 16%, rgba(255, 224, 163, 0.28), transparent 32%),
    var(--mood-card-bg);
}

.nora-mood-card--rituals .nora-mood-card__label {
  max-width: 9ch;
  font-size: clamp(2.6rem, 3.3vw, 4.3rem);
}

.nora-mood-card--rituals .nora-mood-card__copy {
  max-width: 360px;
  font-size: 1rem;
}

.nora-mood-card--rituals:hover .nora-mood-card__cta .nora-icon,
.nora-mood-card--rituals:focus-visible .nora-mood-card__cta .nora-icon {
  transform: translateX(3px);
}

.nora-rituals {
  background:
    linear-gradient(180deg, var(--nora-cream), #fffaf2);
}

.nora-ritual-panel {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.nora-ritual-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.nora-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.nora-mobile-featured-products {
  display: none;
}

.nora-gift {
  background: #f6eadc;
}

.nora-gift__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.nora-gift__media {
  min-height: clamp(320px, 42vw, 560px);
  background-image:
    linear-gradient(180deg, rgba(22, 14, 12, 0.08), rgba(22, 14, 12, 0.26)),
    var(--gift-bg);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: var(--nora-shadow-soft);
}

.nora-gift__content {
  max-width: 560px;
}

.nora-gift__title,
.nora-newsletter__title {
  margin: 10px 0 18px;
  color: var(--nora-plum);
  font-size: clamp(2.7rem, 5.5vw, 5.6rem);
  text-wrap: balance;
}

.nora-gift__content p:not(.nora-section__eyebrow),
.nora-newsletter p {
  color: rgba(24, 18, 16, 0.72);
  font-size: 1.06rem;
}

.nora-gift__content .nora-button {
  margin-top: 28px;
}

.nora-newsletter {
  background:
    radial-gradient(circle at 12% 20%, rgba(143, 32, 41, 0.12), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(195, 150, 56, 0.14), transparent 24%),
    var(--nora-cream-soft);
}

.nora-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
}

.nora-newsletter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(61, 36, 34, 0.12);
  border-radius: 8px;
  box-shadow: var(--nora-shadow-card);
}

.nora-newsletter__form input {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  color: var(--nora-charcoal);
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(61, 36, 34, 0.16);
  border-radius: 6px;
}

.nora-newsletter__form input:focus {
  border-color: var(--nora-burgundy);
  outline: 2px solid rgba(143, 32, 41, 0.18);
  outline-offset: 0;
}

@media (max-width: 1180px) {
  .nora-hero__body {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .nora-hero__content {
    grid-column: 1 / span 4;
  }

  .nora-hero__featured {
    grid-column: 6 / -1;
    width: min(100%, 360px);
  }

  .nora-mood-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .nora-hero {
    display: block;
    min-height: 100svh;
    padding: 104px 18px max(26px, env(safe-area-inset-bottom));
    background: #211714;
  }

  .nora-hero__scene {
    position: absolute;
    inset: 0;
    height: auto;
    margin: 0;
    overflow: hidden;
  }

  .nora-hero.has-hero-layers .nora-hero__bg {
    background-position: center top;
    transform: none;
  }

  .nora-hero.has-hero-layers .nora-hero__foreground {
    background-position: center bottom;
    background-size: auto 108%;
  }

  .nora-hero__product-render {
    background-position: center 55%;
    background-size: clamp(360px, 58vw, 520px);
  }

  .nora-hero__inner {
    width: min(100%, 620px);
    margin: 0 auto;
    padding-top: clamp(390px, 58svh, 540px);
  }

  .nora-hero__body {
    display: block;
  }

  .nora-hero__atmosphere {
    padding-top: 122px;
    font-size: clamp(5.4rem, 23vw, 10rem);
    opacity: 0.18;
  }

  .nora-hero__scene-title {
    top: clamp(132px, 17svh, 172px);
    width: min(100%, 760px);
    color: rgba(255, 248, 232, 0.84);
    font-size: clamp(3.1rem, 11vw, 5.8rem);
    line-height: 0.88;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.22),
      0 0 18px rgba(255, 244, 222, 0.28),
      0 8px 30px rgba(255, 237, 203, 0.34),
      0 18px 48px rgba(58, 36, 28, 0.18);
    mix-blend-mode: screen;
  }

  .nora-hero.has-scene-title .nora-hero__scene-title {
    opacity: 0.84;
  }

  .nora-hero.has-hero-layers .nora-hero__scene-title {
    opacity: 0.84;
  }

  .nora-hero[data-active-mood="immune"] .nora-hero__scene-title {
    top: clamp(120px, 15svh, 156px);
    font-size: clamp(2.55rem, 9vw, 4.8rem);
    line-height: 0.86;
  }

  .nora-hero__kicker {
    top: 88px;
    max-width: calc(100% - 36px);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::before {
    height: 260px;
    opacity: 0.82;
  }

  .nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::after {
    height: 230px;
    opacity: 0.42;
  }

  .nora-hero__readability {
    background:
      radial-gradient(ellipse at 50% 48%, rgba(255, 248, 234, 0.12), rgba(255, 225, 188, 0.05) 18%, transparent 44%);
  }

  .nora-hero__content {
    width: min(100%, 560px);
    max-width: none;
    padding: 0 clamp(4px, 2vw, 12px);
    margin: 0 auto;
    text-align: center;
  }

  .nora-hero.has-hero-layers .nora-hero__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nora-hero.has-hero-layers .nora-hero__title::after {
    display: none;
  }

  .nora-hero__featured {
    display: none;
  }

  .nora-cart-toast {
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: calc(100% - 36px);
  }

  .nora-hero__copy {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .nora-hero.has-hero-layers .nora-hero__copy {
    transform: translateY(clamp(-260px, -26svh, -180px));
    text-shadow: 0 4px 26px rgba(37, 22, 18, 0.56), 0 1px 16px rgba(255, 250, 242, 0.2);
  }

  .nora-hero__actions {
    justify-content: center;
    margin-top: 22px;
  }

  .nora-hero.has-hero-layers .nora-hero__actions {
    margin-top: clamp(98px, 13svh, 136px);
  }

  .nora-hero__moodbar {
    width: 100%;
    margin-top: 24px;
    padding-bottom: 0;
  }

  .nora-mood-chips {
    justify-content: flex-start;
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .nora-gift__inner,
  .nora-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .nora-gift__content {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .nora-hero {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }

  .nora-cart-toast {
    bottom: calc(102px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  .nora-hero {
    min-height: 82svh;
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: calc(108px + env(safe-area-inset-bottom));
    padding-left: 16px;
  }

  .nora-hero__scene {
    position: absolute;
    inset: 0;
    height: auto;
    margin: 0;
  }

  .nora-hero__inner {
    position: static;
    margin: 0 auto;
    padding-top: 0;
  }

  .nora-hero__content {
    position: absolute;
    top: clamp(244px, 29svh, 270px);
    left: 50%;
    z-index: 7;
    display: grid;
    width: min(calc(100vw - 32px), 430px);
    transform: translateX(-50%);
    justify-items: center;
    text-align: center;
  }

  .nora-hero__bg {
    transform: none;
  }

  .nora-hero.has-hero-layers .nora-hero__foreground {
    background-size: auto 118%;
  }

  .nora-hero__product-render {
    background-position: center 57%;
    background-size: clamp(320px, 82vw, 430px);
  }

  .nora-hero__atmosphere {
    padding-top: 104px;
    font-size: clamp(4.5rem, 28vw, 7.4rem);
    opacity: 0.14;
    filter: blur(0.8px);
  }

  .nora-hero__scene-title {
    top: clamp(146px, 17svh, 166px);
    width: calc(100% - 24px);
    color: rgba(255, 252, 244, 1);
    font-size: clamp(2.35rem, 11vw, 3.75rem);
    line-height: 0.9;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.3),
      0 0 20px rgba(255, 247, 232, 0.44),
      0 8px 32px rgba(255, 237, 203, 0.46),
      0 16px 44px rgba(58, 36, 28, 0.12);
    filter: blur(0.02px) drop-shadow(0 0 22px rgba(255, 238, 210, 0.24));
  }

  .nora-hero.has-scene-title .nora-hero__scene-title {
    opacity: 1;
  }

  .nora-hero.has-hero-layers .nora-hero__scene-title {
    opacity: 1;
  }

  .nora-hero[data-active-mood="immune"] .nora-hero__scene-title {
    top: clamp(124px, 15svh, 148px);
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 0.88;
  }

  .nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::before,
  .nora-hero__foreground:not(.has-image):not(.nora-hero__foreground--next)::after {
    display: none;
  }

  .nora-hero__readability {
    background:
      radial-gradient(ellipse at 50% 42%, rgba(255, 248, 234, 0.1), rgba(255, 225, 188, 0.04) 18%, transparent 44%);
  }

  .nora-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .nora-hero__kicker {
    top: 112px;
    width: min(100% - 32px, 320px);
    white-space: normal;
  }

  .nora-hero__title {
    display: none;
  }

  .nora-hero__title::after {
    margin: 14px auto 12px;
  }

  .nora-hero.has-hero-layers .nora-hero__title {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }

  .nora-hero__copy {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.96rem;
    line-height: 1.45;
    text-shadow: 0 3px 18px rgba(19, 12, 10, 0.44);
  }

  .nora-hero.has-hero-layers .nora-hero__copy {
    transform: none;
  }

  .nora-hero__actions {
    display: grid;
    width: min(calc(100vw - 72px), 430px);
    gap: 10px;
    justify-self: center;
    justify-items: center;
    margin-top: 16px;
  }

  .nora-hero.has-hero-layers .nora-hero__actions {
    margin-top: 14px;
  }

  .nora-hero__actions .nora-button {
    width: 100% !important;
    max-width: 100%;
    min-height: 50px;
  }

  .nora-cart-toast {
    right: 16px;
    bottom: calc(102px + env(safe-area-inset-bottom));
    width: calc(100% - 32px);
  }

  .nora-cart-toast__panel {
    padding: 18px;
  }

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

  .nora-hero__featured {
    display: none;
  }

  .nora-hero__moodbar {
    position: absolute;
    right: 0;
    bottom: calc(20px + env(safe-area-inset-bottom));
    left: 0;
    z-index: 7;
    margin-top: 0;
  }

  .nora-hero__moodbar-label {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .nora-site-header__inner {
    width: min(100% - 28px, var(--nora-content-width));
    min-height: 76px;
  }

  .nora-site-header__brand {
    width: 94px;
  }

  .nora-site-header__actions {
    gap: 2px;
  }

  .nora-icon-button {
    width: 38px;
    height: 38px;
  }

  .nora-mood-chip {
    min-width: 118px;
    min-height: 48px;
    padding: 11px 16px;
  }

  .nora-mood-chips {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .nora-mood-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nora-mood-card {
    min-height: 220px;
    padding: 18px;
  }

  .nora-mood-card--rituals {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .nora-mood-card--rituals .nora-mood-card__label {
    max-width: 10ch;
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .nora-mobile-featured-products {
    display: block;
    padding: 22px 0 30px;
    background:
      radial-gradient(circle at 82% 0%, rgba(195, 150, 56, 0.12), transparent 30%),
      var(--nora-cream);
  }

  .nora-mobile-featured-products__inner {
    width: min(100% - 32px, var(--nora-content-width));
    margin: 0 auto;
  }

  .nora-mobile-featured-products__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
  }

  .nora-mobile-featured-products__eyebrow {
    color: var(--nora-burgundy);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nora-mobile-featured-products__title {
    margin-top: 4px;
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .nora-mobile-featured-products__link {
    flex: 0 0 auto;
    color: rgba(24, 18, 16, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
  }

  .nora-mobile-featured-products__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(178px, 68vw);
    gap: 12px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 4px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
  }

  .nora-mobile-featured-products__track::-webkit-scrollbar {
    display: none;
  }

  .nora-mobile-featured-product {
    scroll-snap-align: start;
    padding: 10px;
    background: rgba(255, 250, 242, 0.82);
    border: 1px solid rgba(61, 36, 34, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(35, 23, 18, 0.1);
  }

  .nora-mobile-featured-product__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f6eadc;
    border-radius: 7px;
  }

  .nora-mobile-featured-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nora-mobile-featured-product__body {
    padding: 11px 2px 0;
  }

  .nora-mobile-featured-product__title {
    display: -webkit-box;
    min-height: 2.5em;
    overflow: hidden;
    margin: 0;
    color: var(--nora-charcoal);
    font-family: var(--nora-heading-font);
    font-size: 1.18rem;
    line-height: 1.08;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .nora-mobile-featured-product__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
  }

  .nora-mobile-featured-product__price {
    color: var(--nora-charcoal);
    font-size: 0.92rem;
    font-weight: 800;
  }

  .nora-mobile-featured-product__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    color: var(--nora-cream-soft);
    background: var(--nora-burgundy);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
  }

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

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

@supports not (color: color-mix(in srgb, red 10%, transparent)) {
  .nora-mood-card::before {
    background: rgba(195, 150, 56, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nora-hero__bg {
    transform: none;
  }

  .nora-hero__atmosphere {
    filter: none;
  }
}
