/*
 * Nocturne Editorial
 * Landing'e özel, mobil öncelikli katman. Paylaşılan builder ve invitation
 * bileşenlerini etkilememek için tüm sayfa stilleri .nocturne altında tutulur.
 */

:root {
  --nocturne-ink: #100d0a;
  --nocturne-espresso: #1c1712;
  --nocturne-charcoal: #29231d;
  --nocturne-ivory: #f8f1e5;
  --nocturne-linen: #ded4c3;
  --nocturne-brass: #d6a43f;
  --nocturne-glow: #f2d27d;
  --nocturne-moss: #283126;
  --nocturne-line: rgb(48 39 30 / 0.16);
  --nocturne-shell: 78rem;
  --nocturne-gutter: clamp(1.25rem, 4vw, 4rem);
}

html {
  scroll-behavior: smooth;
}

.site-header--immersive {
  position: fixed;
  inset: 0 0 auto;
  background: linear-gradient(180deg, rgb(8 7 6 / 0.72), transparent);
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #fff;
  transition: background-color 240ms ease, border-color 240ms ease,
    backdrop-filter 240ms ease;
}

.site-header--immersive.is-scrolled {
  background: rgb(12 10 9 / 0.88);
  border-bottom-color: rgb(255 255 255 / 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header--immersive .brand,
.site-header--immersive .brand:hover,
.site-header--immersive .site-nav__link,
.site-header--immersive .nav-toggle {
  color: #fff;
}

.site-header--immersive .site-nav__link {
  color: rgb(255 255 255 / 0.76);
}

.site-header--immersive .site-nav__link:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.1);
}

.site-header--immersive .btn--ghost {
  color: rgb(255 255 255 / 0.84);
}

.site-header--immersive .btn--ghost:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.1);
}

.site-header--immersive .btn--primary {
  background: linear-gradient(135deg, var(--nocturne-glow), var(--nocturne-brass));
  color: var(--nocturne-ink);
  box-shadow: 0 10px 30px rgb(214 164 63 / 0.2);
}

.site-header--immersive .btn--primary:hover {
  background: linear-gradient(135deg, #f8df9a, #e0b34f);
  box-shadow: 0 12px 34px rgb(214 164 63 / 0.3);
}

.site-header--immersive .mobile-nav {
  background: rgb(16 14 12 / 0.96);
  border-color: rgb(255 255 255 / 0.1);
  color: #fff;
}

.site-header--immersive .mobile-nav__link {
  color: rgb(255 255 255 / 0.88);
}

.site-header--immersive .mobile-nav__link:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.08);
}

.site-footer--nocturne {
  margin: 0;
  color: var(--nocturne-linen);
  background: #0b0a09;
  border-color: rgb(255 255 255 / 0.08);
}

.site-footer--nocturne .brand,
.site-footer--nocturne .site-footer__link:hover,
.site-footer--nocturne .site-footer__attribution:hover,
.site-footer--nocturne .site-footer__attribution:focus-visible {
  color: var(--nocturne-ivory);
}

.site-header--immersive .brand-logo__descriptor,
.site-footer--nocturne .brand-logo__descriptor,
.site-header--immersive .brand-logo__monogram span,
.site-footer--nocturne .brand-logo__monogram span {
  color: var(--nocturne-glow);
}

.site-header--immersive .brand-logo__rule,
.site-footer--nocturne .brand-logo__rule {
  background: linear-gradient(90deg, transparent, var(--nocturne-glow), transparent);
}

.site-footer--nocturne .site-footer__tagline,
.site-footer--nocturne .site-footer__link,
.site-footer--nocturne .site-footer__attribution,
.site-footer--nocturne .site-footer__bottom {
  color: rgb(222 212 195 / 0.66);
}

.site-footer--nocturne .site-footer__bottom {
  border-color: rgb(255 255 255 / 0.08);
}

.nocturne {
  color: var(--nocturne-ink);
  background: var(--nocturne-ivory);
  overflow: clip;
}

.nocturne-shell {
  width: min(100%, calc(var(--nocturne-shell) + 2 * var(--nocturne-gutter)));
  margin-inline: auto;
  padding-inline: var(--nocturne-gutter);
}

.nocturne h1,
.nocturne h2,
.nocturne h3,
.nocturne p {
  max-width: none;
}

.nocturne h1,
.nocturne h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.nocturne h1 em,
.nocturne h2 em {
  color: var(--nocturne-glow);
  font-weight: inherit;
}

.nocturne-kicker,
.nocturne-eyebrow,
.nocturne-index {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nocturne-kicker,
.nocturne-eyebrow {
  color: var(--nocturne-glow);
}

.nocturne-eyebrow--dark {
  color: var(--color-gold-700);
}

.nocturne-index {
  color: rgb(16 14 12 / 0.46);
}

.nocturne-index--light {
  color: rgb(255 255 255 / 0.56);
}

.nocturne-scene__media,
.nocturne-scene__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nocturne-scene__media {
  display: block;
  overflow: hidden;
}

.nocturne-scene__media img {
  object-fit: cover;
}

.nocturne-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  transition: color 220ms ease, background-color 220ms ease,
    border-color 220ms ease, transform 220ms ease;
}

.nocturne-button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.nocturne-button:hover svg {
  transform: translateX(0.2rem);
}

.nocturne-button:active {
  transform: scale(0.98);
}

.nocturne-button:focus-visible,
.nocturne-scroll:focus-visible,
.nocturne-accordion summary:focus-visible {
  outline: 2px solid var(--nocturne-glow);
  outline-offset: 4px;
}

.nocturne-button--light {
  color: var(--nocturne-ink);
  background: linear-gradient(135deg, var(--nocturne-glow), var(--nocturne-brass));
  box-shadow: 0 14px 38px rgb(214 164 63 / 0.22);
}

.nocturne-button--light:hover {
  color: var(--nocturne-ink);
  background: #fff;
}

.nocturne-button--glass {
  color: #fff;
  background: rgb(255 255 255 / 0.06);
  border-color: rgb(255 255 255 / 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nocturne-button--glass:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.14);
  border-color: rgb(255 255 255 / 0.46);
}

.nocturne-button--ink {
  color: var(--nocturne-ivory);
  background: var(--nocturne-ink);
}

.nocturne-button--ink:hover {
  color: #fff;
  background: var(--nocturne-charcoal);
}

/* Hero */

.nocturne-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  color: #fff;
  isolation: isolate;
}

.nocturne-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(7 6 5 / 0.24) 0%, transparent 24%),
    linear-gradient(0deg, rgb(7 6 5 / 0.86) 0%, rgb(7 6 5 / 0.12) 66%),
    linear-gradient(90deg, rgb(7 6 5 / 0.36), transparent 70%);
}

.nocturne-hero .nocturne-scene__media {
  z-index: -2;
}

.nocturne-hero__content {
  align-self: end;
  padding-top: calc(var(--header-height) + 5rem);
  padding-bottom: max(6.5rem, calc(5rem + env(safe-area-inset-bottom)));
}

.nocturne-hero h1 {
  max-width: 21ch;
  margin-top: 1rem;
  font-size: clamp(2.75rem, 12vw, 5.75rem);
  line-height: 0.98;
  color: #fff;
}

.nocturne-hero__lead {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: rgb(255 255 255 / 0.78);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
}

.nocturne-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 28rem;
}

.nocturne-hero__note {
  margin-top: 1rem;
  color: rgb(255 255 255 / 0.55);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.nocturne-package-strip {
  width: min(100%, 47rem);
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .25);
  border-radius: 1rem;
  background: rgb(15 11 8 / .38);
  backdrop-filter: blur(14px);
}

.nocturne-package-strip > * {
  min-height: 3.5rem;
  padding: .7rem .85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-right: 1px solid rgb(255 255 255 / .14);
  border-bottom: 1px solid rgb(255 255 255 / .14);
}

.nocturne-package-strip strong {
  font-size: .72rem;
  font-weight: 600;
}

.nocturne-package-strip small {
  margin-top: .15rem;
  color: var(--nocturne-glow);
  font-size: .66rem;
}

@media (min-width: 768px) {
  .nocturne-package-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .nocturne-package-strip > * { border-bottom: 0; }
}

.nocturne-scroll {
  position: absolute;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.5rem, env(safe-area-inset-bottom));
  display: none;
  align-items: center;
  gap: 0.75rem;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nocturne-scroll i {
  position: relative;
  display: block;
  width: 1px;
  height: 3rem;
  overflow: hidden;
  background: rgb(255 255 255 / 0.3);
}

.nocturne-scroll i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(-100%);
  animation: nocturne-scroll-line 2.2s ease-in-out infinite;
}

/* Manifesto */

.nocturne-manifesto {
  padding-block: clamp(5.5rem, 14vw, 10rem);
  background: var(--nocturne-ivory);
}

.nocturne-manifesto__grid {
  display: grid;
  gap: 2.5rem;
}

.nocturne-manifesto__copy h2,
.nocturne-product h2,
.nocturne-decision h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.35rem, 8vw, 4.8rem);
  line-height: 1.02;
}

.nocturne-manifesto__copy h2 em,
.nocturne-product h2 em,
.nocturne-decision h2 em {
  color: #89663d;
}

.nocturne-manifesto__copy > p:last-child {
  max-width: 43rem;
  margin-top: 1.75rem;
  color: rgb(16 14 12 / 0.66);
  font-size: 1rem;
  line-height: 1.8;
}

.nocturne-proof {
  display: grid;
  border-top: 1px solid var(--nocturne-line);
}

.nocturne-proof div {
  display: grid;
  gap: 0.35rem;
  padding-block: 1.35rem;
  border-bottom: 1px solid var(--nocturne-line);
}

.nocturne-proof strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.nocturne-proof span {
  color: rgb(16 14 12 / 0.55);
  font-size: 0.8125rem;
}

/* Cinematic scenes */

.nocturne-scene {
  position: relative;
  min-height: max(48rem, 100svh);
  color: #fff;
  isolation: isolate;
}

.nocturne-scene__media {
  z-index: -2;
}

.nocturne-scene__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(8 7 6 / 0.4), transparent 34%),
    linear-gradient(0deg, rgb(8 7 6 / 0.88), transparent 64%);
}

.nocturne-scene__content {
  display: flex;
  min-height: max(48rem, 100svh);
  flex-direction: column;
  justify-content: space-between;
  padding-top: max(4.5rem, calc(3rem + env(safe-area-inset-top)));
  padding-bottom: max(4rem, calc(3rem + env(safe-area-inset-bottom)));
}

.nocturne-scene__content--bottom .nocturne-scene__copy {
  margin-top: auto;
}

.nocturne-scene__content--top .nocturne-scene__copy {
  margin-top: 2.5rem;
}

.nocturne-scene__copy {
  max-width: 43rem;
}

.nocturne-scene__copy h2 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2.45rem, 10vw, 5.25rem);
  line-height: 0.99;
}

.nocturne-scene__copy > p:last-of-type {
  max-width: 37rem;
  margin-top: 1.35rem;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.nocturne-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}

.nocturne-tags li,
.nocturne-route {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.5rem 0.8rem;
  color: rgb(255 255 255 / 0.8);
  background: rgb(18 15 12 / 0.42);
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}

.nocturne-route {
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding-inline: 1rem;
}

.nocturne-route svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--nocturne-glow);
  stroke-width: 1.7;
}

.nocturne-scene--memory .nocturne-scene__media img {
  object-position: 48% center;
}

.nocturne-scene--date .nocturne-scene__media img {
  object-position: 50% center;
}

.nocturne-scene--venue .nocturne-scene__media img {
  object-position: 45% center;
}

.nocturne-scene--map .nocturne-scene__media img {
  object-position: center center;
}

/* Product system */

.nocturne-product {
  padding-block: clamp(5.5rem, 14vw, 10rem);
  background: #eee7dc;
}

.nocturne-product__header {
  display: grid;
  gap: 1.75rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--nocturne-line);
}

.nocturne-product__header > p {
  max-width: 34rem;
  align-self: end;
  color: rgb(16 14 12 / 0.6);
  line-height: 1.75;
}

.nocturne-capabilities {
  display: grid;
}

.nocturne-capability {
  position: relative;
  padding-block: 2.25rem;
  border-bottom: 1px solid var(--nocturne-line);
}

.nocturne-capability__number {
  color: rgb(16 14 12 / 0.34);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nocturne-capability__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
  place-items: center;
  color: #7b5b36;
  border: 1px solid rgb(123 91 54 / 0.28);
  border-radius: 999px;
}

.nocturne-capability__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nocturne-capability h3 {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 500;
}

.nocturne-capability p {
  margin-top: 0.85rem;
  color: rgb(16 14 12 / 0.62);
  font-size: 0.875rem;
  line-height: 1.75;
}

.nocturne-capability__meta {
  display: block;
  margin-top: 1.5rem;
  color: #80613e;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Decision */

.nocturne-decision {
  padding-block: clamp(5.5rem, 14vw, 9rem);
  background: var(--nocturne-ivory);
}

.nocturne-decision__grid {
  display: grid;
  gap: 2.5rem;
}

.nocturne-decision__copy {
  padding-top: 2rem;
  border-top: 1px solid var(--nocturne-line);
}

.nocturne-decision__copy p {
  color: rgb(16 14 12 / 0.64);
  line-height: 1.8;
}

.nocturne-decision__copy .nocturne-button {
  width: 100%;
  margin-top: 1.75rem;
}

.nocturne-decision__copy small {
  display: block;
  margin-top: 1rem;
  color: rgb(16 14 12 / 0.46);
  font-size: 0.6875rem;
  text-align: center;
}

/* FAQ */

.nocturne-faq {
  padding-block: clamp(5.5rem, 14vw, 9rem);
  color: var(--nocturne-ivory);
  background: var(--nocturne-espresso);
}

.nocturne-faq__grid {
  display: grid;
  gap: 3rem;
}

.nocturne-faq header .nocturne-index {
  color: rgb(222 212 195 / 0.45);
}

.nocturne-faq h2 {
  margin-top: 1rem;
  color: var(--nocturne-ivory);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1;
}

.nocturne-faq header > p:last-child {
  margin-top: 1.25rem;
  color: rgb(222 212 195 / 0.62);
  font-size: 0.875rem;
  line-height: 1.75;
}

.nocturne-accordion {
  border-top: 1px solid rgb(255 255 255 / 0.13);
}

.nocturne-accordion__item {
  border-bottom: 1px solid rgb(255 255 255 / 0.13);
}

.nocturne-accordion summary {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  color: var(--nocturne-ivory);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.35;
}

.nocturne-accordion summary::-webkit-details-marker {
  display: none;
}

.nocturne-accordion summary svg {
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: var(--nocturne-brass);
  stroke-width: 1.5;
  transition: transform 220ms ease;
}

.nocturne-accordion__item[open] summary svg {
  transform: rotate(180deg);
}

.nocturne-accordion__item > div {
  padding: 0 2.5rem 1.35rem 0;
}

.nocturne-accordion__item p {
  color: rgb(222 212 195 / 0.65);
  font-size: 0.8125rem;
  line-height: 1.75;
}

/* Finale */

.nocturne-finale {
  position: relative;
  display: grid;
  min-height: max(46rem, 100svh);
  color: #fff;
  isolation: isolate;
}

.nocturne-finale .nocturne-scene__media {
  z-index: -2;
}

.nocturne-finale__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(8 7 6 / 0.2), transparent 34%),
    linear-gradient(0deg, rgb(8 7 6 / 0.92), rgb(8 7 6 / 0.18) 72%);
}

.nocturne-finale__content {
  align-self: end;
  padding-top: 5rem;
  padding-bottom: max(5rem, calc(4rem + env(safe-area-inset-bottom)));
}

.nocturne-finale h2 {
  margin-top: 0.8rem;
  color: #fff;
  font-size: clamp(2.75rem, 11vw, 5.6rem);
  line-height: 0.98;
}

.nocturne-finale__content > p:nth-of-type(2) {
  max-width: 36rem;
  margin-top: 1.35rem;
  color: rgb(255 255 255 / 0.7);
  line-height: 1.75;
}

.nocturne-finale .nocturne-button {
  width: 100%;
  max-width: 28rem;
  margin-top: 2rem;
}

/* Progressive enhancement */

html.js-reveal .nocturne [data-reveal] {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
}

html.js-reveal .nocturne [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@keyframes nocturne-scroll-line {
  0% { transform: translateY(-100%); }
  45%, 55% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

@media (min-width: 640px) {
  .nocturne-actions {
    flex-direction: row;
    align-items: center;
  }

  .nocturne-button {
    padding-inline: 1.5rem;
  }

  .nocturne-decision__copy .nocturne-button,
  .nocturne-finale .nocturne-button {
    width: auto;
  }

  .nocturne-decision__copy small {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nocturne-scroll {
    display: flex;
  }

  .nocturne-hero__content {
    padding-bottom: 6rem;
  }

  .nocturne-manifesto__grid {
    grid-template-columns: minmax(7rem, 0.35fr) minmax(0, 1.45fr) minmax(15rem, 0.7fr);
    gap: 3rem;
    align-items: start;
  }

  .nocturne-proof {
    margin-top: 2.25rem;
  }

  .nocturne-product__header {
    grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr);
    gap: 4rem;
  }

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

  .nocturne-capability {
    padding: 3rem 2rem 1rem;
    border-bottom: 0;
  }

  .nocturne-capability:first-child {
    padding-left: 0;
  }

  .nocturne-capability:last-child {
    padding-right: 0;
  }

  .nocturne-capability + .nocturne-capability {
    border-left: 1px solid var(--nocturne-line);
  }

  .nocturne-decision__grid,
  .nocturne-faq__grid {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
    gap: clamp(4rem, 10vw, 9rem);
    align-items: start;
  }

  .nocturne-decision__copy {
    margin-top: 1rem;
  }

  .nocturne-faq header {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
  }
}

@media (min-width: 1024px) {
  .nocturne-hero__veil {
    background:
      linear-gradient(180deg, rgb(7 6 5 / 0.28), transparent 26%),
      linear-gradient(0deg, rgb(7 6 5 / 0.72), transparent 66%),
      linear-gradient(90deg, rgb(7 6 5 / 0.7), transparent 64%);
  }

  .nocturne-hero__content {
    align-self: center;
    padding-top: calc(var(--header-height) + 3rem);
    padding-bottom: 3rem;
  }

  .nocturne-scene {
    min-height: 54rem;
  }

  .nocturne-scene__content {
    min-height: 54rem;
    padding-block: 5rem;
  }

  .nocturne-scene__scrim {
    background:
      linear-gradient(90deg, rgb(8 7 6 / 0.74), transparent 62%),
      linear-gradient(0deg, rgb(8 7 6 / 0.56), transparent 54%);
  }

  .nocturne-scene__content--top .nocturne-scene__copy {
    margin-top: 4rem;
  }

  .nocturne-scene--date .nocturne-scene__content--top .nocturne-scene__copy {
    margin-top: auto;
  }

  .nocturne-scene--map .nocturne-scene__scrim {
    background:
      linear-gradient(90deg, rgb(8 7 6 / 0.68), transparent 58%),
      linear-gradient(0deg, rgb(8 7 6 / 0.6), transparent 62%);
  }

  .nocturne-finale {
    min-height: 50rem;
  }

  .nocturne-finale__veil {
    background:
      linear-gradient(90deg, rgb(8 7 6 / 0.76), transparent 68%),
      linear-gradient(0deg, rgb(8 7 6 / 0.55), transparent 64%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .nocturne *,
  .nocturne *::before,
  .nocturne *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  html.js-reveal .nocturne [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
