/* ============ SOLEIL D'OR — cinematic 3D-scroll, warm luxe ============ */

:root {
  --cream: #F3E7D3;
  --dark: #1B120C;          /* deep espresso */
  --dark-2: #241811;
  --ink: #2B2118;
  --gold: #C9A05C;
  --gold-dim: rgba(201, 160, 92, 0.55);
  --muted-light: rgba(243, 231, 211, 0.6);
  --muted-dark: rgba(43, 33, 24, 0.58);
  --font-display: 'Bona Nova', serif;
  --font-body: 'Heebo', sans-serif;
  --font-latin: 'Cormorant Garamond', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--dark);
  color: var(--cream);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.ltr { unicode-bidi: isolate; }

/* ---------- Loader ---------- */
.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  transition: opacity 1s ease 0.15s, visibility 1s 0.15s;
}
.loader.is-done { opacity: 0; visibility: hidden; }
.loader__brand {
  font-family: var(--font-latin);
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.5em;
  padding-inline-start: 0.5em; /* optically recenters tracked type */
  color: var(--gold-dim);
}
.loader__pct {
  font-family: var(--font-latin);
  font-weight: 400;
  font-size: clamp(4.5rem, 12vw, 8.5rem);
  line-height: 1;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}
.loader__pct::after {
  content: '%';
  font-size: 0.32em;
  color: var(--gold-dim);
  margin-inline-start: 0.15em;
  vertical-align: 0.9em;
}
.loader__bar {
  width: min(220px, 50vw);
  height: 1px;
  background: rgba(243, 231, 211, 0.14);
  overflow: hidden;
}
.loader__fill {
  height: 100%;
  width: 0%;
  background: var(--gold);
  transition: width 0.25s ease;
}

/* ---------- Film grain ---------- */
.grain {
  position: fixed;
  inset: -60%;
  width: 220%;
  height: 220%;
  z-index: 95;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.9s steps(3) infinite;
}
@keyframes grainShift {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-2.5%, 1.8%); }
  66% { transform: translate(1.8%, -2.2%); }
  100% { transform: translate(0, 0); }
}

/* ---------- Custom cursor ---------- */
html.has-cursor, html.has-cursor a, html.has-cursor button, html.has-cursor input { cursor: none; }
.cursor, .cursor-ring {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 210;
  pointer-events: none;
  border-radius: 50%;
  display: none;
}
html.has-cursor .cursor, html.has-cursor .cursor-ring { display: block; }
.cursor {
  width: 6px;
  height: 6px;
  background: var(--gold);
  margin: -3px 0 0 -3px;
}
.cursor-ring {
  width: 34px;
  height: 34px;
  border: 1px solid var(--gold-dim);
  margin: -17px 0 0 -17px;
}

/* ---------- Progress rail ---------- */
.rail {
  position: fixed;
  left: clamp(1rem, 2.4vw, 2.2rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  mix-blend-mode: exclusion;
  color: var(--cream);
}
.rail__index, .rail__total {
  font-family: var(--font-latin);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}
.rail__total { opacity: 0.45; }
.rail__track {
  width: 1px;
  height: clamp(70px, 14vh, 130px);
  background: rgba(243, 231, 211, 0.22);
  position: relative;
  overflow: hidden;
}
.rail__fill {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 100%;
  background: var(--cream);
  transform: scaleY(0);
  transform-origin: top;
}

/* ---------- Corner metadata ---------- */
.meta {
  position: fixed;
  inset-block-end: 1.7rem;
  z-index: 60;
  font-family: var(--font-latin);
  font-size: 0.64rem;
  letter-spacing: 0.3em;
  color: var(--cream);
  mix-blend-mode: exclusion;
  opacity: 0.75;
  pointer-events: none;
}
.meta--start { inset-inline-start: clamp(1.2rem, 4vw, 3rem); }
.meta--end { inset-inline-end: clamp(1.2rem, 4vw, 3rem); }

/* ---------- Marquee ---------- */
.marquee {
  overflow: hidden;
  background: var(--dark);
  border-block: 1px solid rgba(201, 160, 92, 0.16);
  padding-block: 1.05rem;
}
.marquee__track {
  display: inline-flex;
  white-space: nowrap;
  font-family: var(--font-latin);
  font-size: 0.78rem;
  letter-spacing: 0.42em;
  color: var(--gold-dim);
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Watermark ---------- */
.watermark {
  margin-block-start: clamp(3rem, 9vh, 6rem);
  text-align: center;
  font-family: var(--font-latin);
  font-weight: 400;
  font-size: clamp(3.4rem, 12.5vw, 11rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 160, 92, 0.2);
  user-select: none;
  white-space: nowrap;
}

/* ---------- Section index ---------- */
/* Kickers are flex rows so the index + rule always sit BEFORE the word in RTL */
.story__kicker, .comp__kicker, .golden__kicker, .ing__kicker, .ritual__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  inset-inline: 0;
}
.golden__kicker, .ing__kicker, .ritual__kicker {
  position: absolute;
  inset-block-start: 13vh;
  font-size: 0.78rem;
  letter-spacing: 0.55em;
  padding-inline-start: 0.55em;
  color: var(--gold);
  z-index: 2;
}
.idx {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  color: var(--gold-dim);
  font-family: var(--font-latin);
  letter-spacing: 0.2em;
}
.idx::after {
  content: '';
  display: block;
  width: 2.2rem;
  height: 1px;
  background: var(--gold-dim);
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.6rem;
  padding-inline: clamp(1.2rem, 4vw, 3rem);
  opacity: 0;
  transition: opacity 1.2s ease 1.6s;
}
.nav.is-in { opacity: 1; }
.nav__brand {
  font-family: var(--font-latin);
  font-size: 1rem;
  letter-spacing: 0.32em;
  color: var(--cream);
  mix-blend-mode: exclusion; /* dark on light sections, light on dark */
}
.nav__cta {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: var(--cream);
  mix-blend-mode: exclusion;
  text-decoration: none;
  border-block-end: 1px solid var(--gold);
  padding-block-end: 0.25rem;
}

/* ---------- Pinned sections (canvas scrubbers) ---------- */
.pinsec { position: relative; }
.hero  { height: 420vh; }
.macro { height: 320vh; }
.comp  { height: 380vh; }
.story { height: 300vh; }
.pinsec__sticky {
  position: sticky;
  inset-block-start: 0;
  height: 100vh;
  overflow: hidden;
}
.scrub-canvas, .hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cinematic vignette over every video scene; content sits above it, veil above all */
.hero .pinsec__sticky::after,
.macro .pinsec__sticky::after,
.comp .pinsec__sticky::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 105% 88% at 50% 46%, transparent 58%, rgba(27, 18, 12, 0.34) 100%);
}
.hero__content, .hero__scrollhint, .callout, .spec, .comp__kicker { z-index: 2; }
.veil { z-index: 3; }

/* Gold dust — drifting particles over the hero scene */
.dust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

/* ---------- Veils: dip-to-dark section transitions (no visible seams) ---------- */
.veil {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: var(--dark);
  opacity: 0;
  pointer-events: none;
}
.veil--on { opacity: 1; }

/* ---------- Hero ---------- */
.hero__content {
  position: absolute;
  inset-inline: 0;
  inset-block-end: clamp(2.6rem, 8vh, 5.5rem);
  text-align: center;
  pointer-events: none;
}
.hero__eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.55em;
  padding-inline-start: 0.55em;
  color: var(--ink);
  opacity: 0.8;
  margin-block-end: 1.3rem;
}
.hero__title {
  font-family: var(--font-latin);
  font-weight: 400;
  font-size: clamp(3rem, 11.5vw, 10.5rem);
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--ink);
  mix-blend-mode: multiply; /* the glass shows through the letters */
  white-space: nowrap;
}
.hero__title .char { display: inline-block; }
.hero__rule {
  width: 0;
  height: 1px;
  background: var(--gold);
  margin: 1.6rem auto 0;
}
.hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.4rem);
  color: var(--ink);
  opacity: 0.85;
  margin-block-start: 1.3rem;
}
.hero__scrollhint {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.hero__scrollline {
  display: block;
  width: 1px;
  height: 64px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollpulse 2.2s ease-in-out infinite;
}
@keyframes scrollpulse {
  0%, 100% { transform: scaleY(0.35); opacity: 0.35; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
}

/* ---------- Story (dark, pinned lines) ---------- */
.pinsec--dark .pinsec__sticky {
  background:
    radial-gradient(ellipse 75% 50% at 50% 50%, rgba(201, 160, 92, 0.07), transparent 65%),
    var(--dark);
}
.story__sticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.story__kicker {
  position: absolute;
  inset-block-start: 13vh;
  font-size: 0.78rem;
  letter-spacing: 0.55em;
  padding-inline-start: 0.55em;
  color: var(--gold);
}
.story__lines { position: relative; width: 100%; }
.story__line {
  position: absolute;
  inset-inline: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.45;
  color: var(--cream);
  opacity: 0;
  padding-inline: 1.5rem;
}
.story__line em {
  font-style: normal;
  color: var(--gold);
}

/* ---------- Callouts (macro) ---------- */
.callout {
  position: absolute;
  inset-block-start: 38%;
  max-width: 300px;
  opacity: 0;
  text-shadow: 0 1px 30px rgba(27, 18, 12, 0.55);
}
.callout--end { inset-inline-end: clamp(1.5rem, 8vw, 9rem); }
.callout--start { inset-inline-start: clamp(1.5rem, 8vw, 9rem); }
.callout--low { inset-block-start: 58%; }
.callout__rule {
  display: block;
  width: 52px;
  height: 1px;
  background: var(--gold);
  margin-block-end: 1rem;
}
.callout__text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  line-height: 1.5;
  color: #FBF4E6;
}

/* ---------- Composition specs (accumulate) ---------- */
.comp__kicker {
  position: absolute;
  inset-block-start: 10vh;
  inset-inline: 0;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.55em;
  padding-inline-start: 0.55em;
  color: var(--ink);
  opacity: 0;
}
.spec {
  position: absolute;
  inset-inline-start: var(--x);
  inset-block-start: var(--y);
  opacity: 0;
  border-inline-start: 1px solid var(--gold);
  padding-inline-start: 1.1rem;
  padding-block: 0.15rem;
  text-shadow: 0 1px 24px rgba(27, 18, 12, 0.45);
}
.spec__level {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  color: var(--ink);
  opacity: 0.75;
  margin-block-end: 0.45rem;
}
.spec__val {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  color: #3A2B1E;
}

/* ---------- Offer (dark) ---------- */
.offer {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 70% 45% at 50% 42%, rgba(201, 160, 92, 0.08), transparent 65%),
    var(--dark);
}
.offer__inner {
  margin-inline: auto;
  text-align: center;
  padding-inline: 1.5rem;
  padding-block: 18vh;
}
.offer__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.55em;
  padding-inline-start: 0.55em;
  color: var(--gold);
  margin-block-end: 2.4rem;
}
.offer__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 6.5vw, 5.2rem);
  line-height: 1.3;
  color: var(--cream);
}
.offer__date {
  margin-block-start: 2.4rem;
  font-family: var(--font-latin);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  letter-spacing: 0.35em;
  padding-inline-start: 0.35em;
  color: var(--gold);
}

/* ---------- CTA (dark) ---------- */
.cta {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(var(--dark) 0%, var(--dark-2) 40%);
  position: relative;
}
.cta__inner {
  margin-inline: auto;
  text-align: center;
  padding-inline: 1.5rem;
  max-width: 640px;
}
.cta__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  color: var(--cream);
}
.cta__sub {
  margin-block-start: 1.2rem;
  color: var(--muted-light);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  letter-spacing: 0.05em;
}
.cta__form {
  margin-block-start: 3.2rem;
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.cta__form { align-items: flex-end; gap: 2rem; }
.cta__input {
  font-family: var(--font-display);
  font-size: 1.15rem;
  padding: 0.7rem 0.2rem;
  border: none;
  border-block-end: 1px solid rgba(243, 231, 211, 0.3);
  background: transparent;
  color: var(--cream);
  min-width: min(340px, 62vw);
  outline: none;
  transition: border-color 0.35s;
  border-radius: 0;
}
.cta__input:focus { border-block-end-color: var(--gold); }
.cta__input::placeholder { color: var(--muted-light); }
.cta__btn {
  font-family: var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  padding: 1rem 2.6rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--dark);
  cursor: pointer;
  transition: background 0.3s, color 0.3s, transform 0.25s;
}
.cta__btn:hover { background: transparent; color: var(--gold); transform: translateY(-1px); }
.cta__btn:active { transform: translateY(0); }
.cta__done {
  margin-block-start: 2.2rem;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.footer {
  position: absolute;
  inset-block-end: 1.8rem;
  inset-inline: 0;
  text-align: center;
  font-family: var(--font-latin);
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  color: rgba(243, 231, 211, 0.35);
}

/* ---------- Golden hour ---------- */
.golden { height: 300vh; }
.golden__sky {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 95% 60% at 50% 96%, rgba(218, 178, 110, 0.3), transparent 62%);
  opacity: 0.12;
}
.golden__time {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 20vh;
  text-align: center;
  font-family: var(--font-latin);
  font-size: clamp(4.2rem, 11vw, 9rem);
  line-height: 1;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}
.golden__line {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 45vh;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 2.9rem);
  line-height: 1.55;
  color: var(--cream);
  padding-inline: 1.5rem;
}
.golden__sub {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 67vh;
  text-align: center;
  color: var(--muted-light);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  letter-spacing: 0.04em;
}
.golden__arc {
  position: absolute;
  inset-block-end: 4vh;
  inset-inline: 0;
  width: 100%;
  height: 44vh;
  display: block;
}

/* ---------- Ingredients — horizontal typographic scroller ---------- */
.ing { height: 340vh; }
.ing__count {
  position: absolute;
  inset-block-start: 13.2vh;
  inset-inline-end: clamp(1.2rem, 4vw, 3rem);
  font-family: var(--font-latin);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: var(--gold-dim);
  z-index: 2;
}
.ing__track {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  display: flex;
  width: 300vw;
  height: 100%;
  will-change: transform;
}
.ing__panel {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.7rem;
  border-inline-start: 1px solid rgba(201, 160, 92, 0.12);
}
.ing__latin {
  font-family: var(--font-latin);
  font-size: 0.78rem;
  letter-spacing: 0.5em;
  padding-inline-start: 0.5em;
  color: var(--gold);
}
.ing__word {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(4.2rem, 13vw, 11rem);
  line-height: 1.08;
  color: var(--cream);
}
.ing__poem {
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  color: var(--muted-light);
  padding-inline: 1.5rem;
  text-align: center;
}

/* ---------- Ritual ---------- */
.ritual { height: 340vh; }
.ritual__steps {
  position: absolute;
  inset: 0;
}
.ritual__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  opacity: 0;
}
.ritual__num {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -56%);
  font-family: var(--font-latin);
  font-size: clamp(11rem, 30vw, 23rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 160, 92, 0.15);
  user-select: none;
  pointer-events: none;
}
.ritual__where {
  position: relative;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  color: var(--cream);
}
.ritual__how {
  position: relative;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--muted-light);
}
.ritual__rule {
  position: absolute;
  inset-block-end: 14vh;
  inset-inline-start: 50%;
  width: min(320px, 60vw);
  height: 1px;
  background: var(--gold-dim);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .veil { display: none; }
  .grain { animation: none; opacity: 0.035; }
  .marquee__track { animation: none; }
  .cursor, .cursor-ring { display: none !important; }
  .hero, .macro, .comp, .story { height: auto; }
  .pinsec__sticky { position: relative; }
  .hero .pinsec__sticky, .macro .pinsec__sticky, .comp .pinsec__sticky { height: 100vh; }
  .story .pinsec__sticky { height: auto; min-height: 100vh; padding-block: 16vh; gap: 3rem; }
  .story__lines { display: flex; flex-direction: column; gap: 3rem; }
  .story__line { position: static; transform: none; opacity: 1; }
  .callout, .spec, .comp__kicker { opacity: 1 !important; }
  .hero__rule { width: 120px; }
  .hero__title .char { opacity: 1 !important; }
  .hero__scrollline { animation: none; }
  .nav { opacity: 1; transition: none; }
  /* new narrative sections: static, fully visible */
  .golden, .ing, .ritual { height: auto; }
  .golden .pinsec__sticky { height: 100vh; }
  .golden__kicker, .ing__kicker, .ritual__kicker, .ing__count { opacity: 1 !important; }
  .golden__time, .golden__line, .golden__sub { opacity: 1 !important; }
  .golden__sky { opacity: 0.4; }
  .ing .pinsec__sticky, .ritual .pinsec__sticky { height: auto; min-height: 100vh; }
  .ing__track {
    position: static;
    width: 100%;
    flex-direction: column;
    height: auto;
    transform: none !important;
    padding-block: 18vh 8vh;
  }
  .ing__panel { width: 100%; height: auto; padding-block: 3.5rem; border-inline-start: none; border-block-start: 1px solid rgba(201, 160, 92, 0.12); }
  .ritual__steps { position: static; display: flex; flex-direction: column; padding-block: 18vh 10vh; }
  .ritual__step { position: static; opacity: 1 !important; padding-block: 3rem; transform: none !important; }
  .ritual__num {
    position: static;
    transform: none;
    font-size: 3.4rem;
    -webkit-text-stroke: 0;
    color: var(--gold-dim);
  }
  .ritual__rule { display: none; }
}

/* ---------- Mobile ---------- */
@media (max-width: 640px) {
  .rail, .meta { display: none; }
  .watermark { letter-spacing: 0.03em; }
  .cta__form { align-items: stretch; }
  .callout { max-width: 220px; }
  .callout--end { inset-inline-end: 1.2rem; }
  .callout--start { inset-inline-start: 1.2rem; }
  .spec {
    border-inline-start-width: 1px;
    padding: 0.55rem 0.8rem;
    background: rgba(243, 231, 211, 0.62);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .spec[data-spec="1"] { --x: 8% !important; --y: 18% !important; }
  .spec[data-spec="2"] { --x: 48% !important; --y: 34% !important; }
  .spec[data-spec="3"] { --x: 8% !important; --y: 60% !important; }
  .spec[data-spec="4"] { --x: 42% !important; --y: 76% !important; }
  .cta__input { border-inline-end: 1px solid rgba(243, 231, 211, 0.25); }
  .cta__form { gap: 0.8rem; }
  .golden__time { inset-block-start: 24vh; }
  .golden__line { inset-block-start: 44vh; }
  .golden__sub { inset-block-start: 62vh; }
  .ing__count { inset-inline-end: auto; inset-inline-start: 50%; transform: translateX(-50%); inset-block-start: 18vh; }
  .ritual__num { font-size: clamp(9rem, 55vw, 13rem); }
}
