:root {
  color-scheme: dark;
  --black: #070604;
  --ink: #11100d;
  --ink-warm: #24180f;
  --paper: #f6efe0;
  --ivory: #f8edda;
  --ivory-deep: #ead5b4;
  --muted: rgba(246, 239, 224, 0.66);
  --soft: rgba(246, 239, 224, 0.82);
  --brown-muted: rgba(36, 24, 15, 0.72);
  --gold: #c8a35b;
  --gold-bright: #ead19a;
  --red: #9c1725;
  --red-deep: #4d0711;
  --line: rgba(200, 163, 91, 0.28);
  --light-line: rgba(118, 72, 34, 0.18);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --serif-ja: "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", "Noto Serif JP", serif;
  --serif-en: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--paper);
  font-family: var(--serif-ja);
  letter-spacing: 0;
}

body.is-opening {
  overflow: hidden;
}

body.is-opening .site-shell {
  animation: site-under-opening 7.76s ease both;
}

body.is-opening-complete .site-shell {
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.opening-cinema {
  --opening-dock-x: min(36vw, 462px);
  --opening-dock-y: -16vh;
  --opening-dock-scale: 0.62;
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
  animation: opening-exit 560ms ease 7.76s forwards;
  isolation: isolate;
}

.opening-cinema::before,
.opening-cinema::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.opening-cinema::before {
  inset: -2%;
  background:
    linear-gradient(90deg, rgba(3, 2, 2, 0.54), rgba(3, 2, 2, 0.08) 33%, rgba(3, 2, 2, 0.16) 66%, rgba(3, 2, 2, 0.6)),
    linear-gradient(180deg, rgba(7, 6, 4, 0.1), rgba(7, 6, 4, 0.26) 55%, rgba(7, 6, 4, 0.78)),
    url("./images/opening-bg-desktop.png") center / cover;
  opacity: 1;
  transform: scale(1.08);
  animation: opening-landscape 6.7s ease forwards;
  z-index: 0;
}

.opening-cinema::after {
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 18rem, rgba(0, 0, 0, 0.4) 34rem),
    linear-gradient(90deg, transparent 0 48%, rgba(234, 209, 154, 0.28) 50%, transparent 52%);
  opacity: 0;
  transform: translateX(-66%) skewX(-10deg);
  animation: opening-scan 5.8s cubic-bezier(0.2, 0.75, 0.15, 1) 650ms forwards;
  mix-blend-mode: screen;
  z-index: 7;
}

.opening-grain {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
    radial-gradient(circle, rgba(234, 209, 154, 0.38) 0 1px, transparent 1.8px);
  background-size: auto, 92px 92px;
  opacity: 0.3;
  animation: opening-detail-fade 7.45s ease forwards;
  z-index: 8;
}

.opening-mobile-video {
  display: none;
}

.opening-curtain {
  display: none;
}

.opening-curtain-left {
  left: 0;
  border-right: 1px solid rgba(234, 209, 154, 0.18);
  animation: opening-curtain-left 6.6s cubic-bezier(0.18, 0.82, 0.22, 1) forwards;
}

.opening-curtain-right {
  right: 0;
  border-left: 1px solid rgba(234, 209, 154, 0.18);
  animation: opening-curtain-right 6.6s cubic-bezier(0.18, 0.82, 0.22, 1) forwards;
}

.opening-timeline {
  position: absolute;
  top: clamp(22px, 5vh, 42px);
  left: 50%;
  z-index: 10;
  display: flex;
  gap: clamp(16px, 4vw, 58px);
  align-items: center;
  color: rgba(246, 239, 224, 0.58);
  font-family: var(--serif-en);
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: opening-timeline 7.15s ease forwards;
}

.opening-timeline span {
  position: relative;
  white-space: nowrap;
}

.opening-timeline span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.26em;
  bottom: -10px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  animation: opening-line 2.2s ease forwards;
}

.opening-timeline span:nth-child(2)::after {
  animation-delay: 600ms;
}

.opening-timeline span:nth-child(3)::after {
  animation-delay: 1.2s;
}

.opening-stage {
  position: relative;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  perspective: 1200px;
}

.opening-stage::before {
  content: "";
  position: absolute;
  width: min(58vw, 660px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(156, 23, 37, 0.44), transparent 56%),
    conic-gradient(from 160deg, transparent, rgba(234, 209, 154, 0.3), transparent, rgba(156, 23, 37, 0.5), transparent);
  filter: blur(18px);
  opacity: 0;
  transform: scale(0.72);
  animation: opening-core 7.35s cubic-bezier(0.16, 0.86, 0.2, 1) forwards;
}

.opening-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(234, 209, 154, 0.22);
  opacity: 0;
  animation: opening-orbit 7.35s ease forwards;
}

.opening-orbit-large {
  width: min(60vw, 700px);
  aspect-ratio: 1 / 1;
  border-inline-color: rgba(156, 23, 37, 0.42);
}

.opening-orbit-small {
  width: min(39vw, 450px);
  aspect-ratio: 1 / 1;
  border-block-color: rgba(234, 209, 154, 0.46);
  animation-delay: 420ms;
}

.opening-packshot {
  position: relative;
  width: min(31vw, 390px);
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(6, 4, 3, 0.88);
  border: 1px solid rgba(234, 209, 154, 0.38);
  box-shadow:
    0 0 0 1px rgba(200, 163, 91, 0.18),
    0 48px 130px rgba(0, 0, 0, 0.86),
    0 0 110px rgba(156, 23, 37, 0.38);
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transform: translateY(34px) scale(1.08) rotateX(10deg);
  animation: opening-packshot 7.25s cubic-bezier(0.16, 0.86, 0.2, 1) forwards;
  z-index: 6;
}

.opening-packshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: opening-product-drift 7.25s ease forwards;
}

.opening-packshot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 2, 2, 0.72), transparent 35%, transparent 65%, rgba(3, 2, 2, 0.76)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 28%, transparent 70%, rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

.opening-packshot::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 3;
  background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.42), transparent 52%);
  transform: translateX(-120%);
  animation: opening-glint 4.8s ease 1.25s forwards;
  mix-blend-mode: screen;
  pointer-events: none;
}

.opening-glow {
  position: absolute;
  inset: auto 14% -16%;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 209, 154, 0.36), transparent 68%);
  filter: blur(18px);
  z-index: 1;
}

.opening-scene {
  display: none;
}

.opening-scene-one {
  left: 0;
  top: 31%;
  animation: opening-scene-one 5.8s ease forwards;
}

.opening-scene-two {
  right: 0;
  bottom: 28%;
  animation: opening-scene-two 5.9s ease 1.4s forwards;
}

.opening-copy {
  position: absolute;
  left: 50%;
  bottom: max(44px, 8vh);
  z-index: 10;
  display: grid;
  gap: 10px;
  width: min(760px, calc(100vw - 44px));
  opacity: 0;
  text-align: center;
  transform: translate(-50%, 22px);
  animation: opening-copy 7.05s ease 1.05s forwards;
}

.opening-copy > span {
  color: var(--gold-bright);
  font-family: var(--serif-en);
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.opening-copy strong {
  display: inline-flex;
  justify-content: center;
  gap: 0.18em;
  color: var(--paper);
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  font-weight: 400;
  line-height: 1.08;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.68);
}

.opening-copy strong span {
  display: block;
}

.page-en .opening-copy strong span + span::before {
  content: "";
}

.opening-copy em {
  color: rgba(246, 239, 224, 0.74);
  font-style: normal;
  font-size: clamp(0.98rem, 1.6vw, 1.18rem);
  line-height: 1.8;
}

.dock-flash {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 13;
  width: min(31vw, 390px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform:
    translate(-50%, -50%)
    translate(var(--opening-dock-x), var(--opening-dock-y))
    scale(0.14);
  background:
    radial-gradient(circle, rgba(255, 250, 218, 1) 0 7%, rgba(234, 209, 154, 0.86) 8% 17%, rgba(156, 23, 37, 0.46) 30%, transparent 66%),
    conic-gradient(from 20deg, transparent, rgba(234, 209, 154, 0.62), transparent, rgba(255, 255, 255, 0.46), transparent);
  box-shadow:
    0 0 48px rgba(255, 241, 188, 0.9),
    0 0 110px rgba(234, 209, 154, 0.72),
    0 0 180px rgba(156, 23, 37, 0.5);
  mix-blend-mode: screen;
  animation: dock-flash 7.76s cubic-bezier(0.18, 0.82, 0.18, 1) forwards;
}

.dock-flash::before,
.dock-flash::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 242, 192, 0.72);
  opacity: 0;
  transform: scale(0.38);
  animation: dock-flash-ring 7.76s ease forwards;
}

.dock-flash::after {
  inset: 28% -18%;
  height: 1px;
  margin-block: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 248, 220, 0.95), transparent);
  transform: scaleX(0.2) rotate(-16deg);
  animation-name: dock-flash-glint;
}

.opening-skip {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 9;
  min-width: 76px;
  min-height: 38px;
  border: 1px solid rgba(234, 209, 154, 0.36);
  border-radius: 999px;
  background: rgba(7, 6, 4, 0.44);
  color: var(--paper);
  font-family: var(--serif-en);
  letter-spacing: 0.12em;
  cursor: pointer;
  animation: opening-skip 7.1s ease forwards;
}

.opening-cinema.is-skipped {
  animation: opening-exit 540ms ease forwards;
}

.site-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 28vw) minmax(520px, 44vw) minmax(280px, 28vw);
  height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(144, 20, 30, 0.18), transparent 34rem),
    var(--black);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 3px;
  background: rgba(246, 239, 224, 0.05);
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: calc(var(--scroll-progress, 0) * 1%);
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--gold-bright));
  box-shadow: 0 0 22px rgba(234, 209, 154, 0.5);
  transition: width 120ms linear;
}

.side-panel {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.side-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-inline: 1px solid var(--line);
  pointer-events: none;
  z-index: 5;
}

.side-visual {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.06);
}

.side-visual-japan {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.7)),
    url("./images/hero-kotoka-japan.png");
}

.side-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.32)),
    radial-gradient(circle at 74% 18%, rgba(205, 158, 73, 0.14), transparent 18rem);
  z-index: 1;
}

.left-rail {
  position: absolute;
  inset: 34px auto 38px 34px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rail-kicker,
.eyebrow {
  margin: 0;
  color: var(--gold-bright);
  font-family: var(--serif-en);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vertical-copy {
  margin: 0;
  writing-mode: vertical-rl;
  color: rgba(246, 239, 224, 0.9);
  font-size: clamp(1.3rem, 1.7vw, 1.9rem);
  line-height: 1.85;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.9);
}

.chapter-nav {
  position: absolute;
  right: 24px;
  bottom: 34px;
  z-index: 4;
  display: grid;
  gap: 16px;
}

.chapter-nav a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 163, 91, 0.2);
  color: rgba(246, 239, 224, 0.55);
  font-family: var(--serif-en);
  font-size: 0.76rem;
  transition: border-color 240ms ease, color 240ms ease, background 240ms ease;
}

.chapter-nav a.is-active {
  border-color: rgba(234, 209, 154, 0.9);
  color: var(--gold-bright);
  background: rgba(200, 163, 91, 0.1);
}

.scroll-column {
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-snap-type: y proximity;
  background:
    radial-gradient(circle at 50% -8%, rgba(156, 23, 37, 0.16), transparent 28rem),
    linear-gradient(180deg, rgba(255, 250, 238, 0.94), rgba(244, 229, 203, 0.96) 48%, rgba(255, 248, 232, 0.98)),
    var(--ivory);
}

.scroll-column::-webkit-scrollbar {
  width: 8px;
}

.scroll-column::-webkit-scrollbar-track {
  background: rgba(36, 24, 15, 0.08);
}

.scroll-column::-webkit-scrollbar-thumb {
  background: rgba(200, 163, 91, 0.55);
}

.mobile-topbar {
  display: none;
}

.section {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: clamp(74px, 8vw, 118px) clamp(26px, 4vw, 64px);
  scroll-snap-align: start;
  overflow: hidden;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  margin-inline: auto;
}

.wide-inner {
  width: min(100%, 760px);
}

.hero-section {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: minmax(470px, 56dvh) minmax(300px, 44dvh);
  align-items: stretch;
  padding: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 157, 160, 0.3), transparent 20rem),
    linear-gradient(180deg, #fff8ee 0%, #fbe8db 100%);
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 249, 240, 0.98) 0%, rgba(255, 249, 240, 0.86) 34%, rgba(255, 249, 240, 0.34) 58%, rgba(255, 249, 240, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 250, 244, 0.16) 0%, rgba(255, 246, 238, 0.36) 58%, rgba(255, 246, 238, 0.96) 100%),
    url("./images/luxe-confiture-hero.png") 58% center / cover;
  transform: scale(1.01);
  filter: saturate(1.03) brightness(1.02);
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent, rgba(255, 248, 239, 0.84) 18%, rgba(255, 247, 238, 0.98) 100%),
    radial-gradient(circle at 88% 0%, rgba(255, 186, 184, 0.24), transparent 16rem);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 0 72%, rgba(185, 118, 77, 0.12) 73%, transparent 75%),
    repeating-linear-gradient(90deg, rgba(140, 88, 52, 0.034) 0 1px, transparent 1px 80px);
  opacity: 0.45;
  pointer-events: none;
}

.hero-inner {
  grid-row: 2;
  align-self: end;
  display: grid;
  gap: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: clamp(30px, 4vw, 48px) clamp(34px, 5vw, 62px) clamp(34px, 5vw, 56px);
  container-type: inline-size;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  margin: 18px 0 0;
  color: var(--paper);
  font-size: clamp(3.8rem, 5.7vw, 6.6rem);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.hero-section h1 {
  max-width: none;
  margin-top: 10px;
  color: #2b1710;
  font-size: 3.05rem;
  line-height: 1.06;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 12px 34px rgba(255, 245, 236, 0.86);
}

.page-en h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 4.7vw, 5.7rem);
  line-height: 1;
  white-space: normal;
}

.page-en .hero-section h1 {
  max-width: 10.5ch;
  font-size: 2.82rem;
  line-height: 1.03;
  white-space: normal;
}

rt {
  font-family: var(--sans);
  font-size: 0.18em;
  letter-spacing: 0.08em;
  color: rgba(246, 239, 224, 0.72);
}

h2 {
  margin: 18px 0 26px;
  color: var(--paper);
  font-size: clamp(2.1rem, 3.8vw, 4.6rem);
  line-height: 1.14;
  font-weight: 400;
}

h3 {
  margin: 8px 0 10px;
  font-size: 1.35rem;
  font-weight: 400;
}

p {
  color: var(--soft);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 2.05;
}

.lead {
  margin: 24px 0 0;
  color: var(--paper);
  font-size: clamp(1.18rem, 1.78vw, 1.72rem);
  line-height: 1.82;
}

.hero-section .lead {
  max-width: 29em;
  margin-top: 18px;
  color: rgba(43, 23, 16, 0.78);
  font-size: 1rem;
  line-height: 1.86;
}

.hero-section .eyebrow {
  color: #a8192a;
  text-shadow: 0 8px 24px rgba(255, 244, 236, 0.8);
}

.hero-note {
  margin: 18px 0 0;
  color: var(--muted);
}

.hero-note span {
  display: inline-block;
}

.hero-section .hero-note {
  max-width: 30em;
  margin-top: 14px;
  color: rgba(93, 48, 34, 0.56);
  font-family: var(--sans);
  font-size: 0.82rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-section .hero-actions {
  gap: 10px;
  margin-top: 22px;
}

.hero-section .button {
  min-height: 40px;
  padding-inline: 18px;
  font-size: 0.72rem;
}

.hero-section .button-ghost {
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(156, 23, 37, 0.26);
  color: #5e2c22;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(234, 209, 154, 0.5);
  border-radius: 999px;
  font-family: var(--serif-en);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(234, 209, 154, 0.88);
}

.button-primary {
  background: linear-gradient(135deg, #a77c33, #ead19a 42%, #8a611f);
  color: #150e07;
  border-color: transparent;
}

.button-ghost {
  background: rgba(7, 6, 4, 0.28);
  color: var(--paper);
}

.section:not(.hero-section) {
  color: var(--ink-warm);
}

.section:not(.hero-section) .eyebrow {
  color: var(--red);
}

.section:not(.hero-section) h2,
.section:not(.hero-section) h3 {
  color: var(--ink-warm);
  text-shadow: none;
}

.section:not(.hero-section) h2 {
  max-width: none;
  font-size: 2.16rem;
  line-height: 1.25;
  letter-spacing: 0;
  text-wrap: normal;
}

.section:not(.hero-section) p {
  color: var(--brown-muted);
  font-size: 1rem;
  line-height: 1.92;
}

.section:not(.hero-section) .button-ghost {
  border-color: rgba(118, 72, 34, 0.28);
  color: var(--ink-warm);
}

.text-section,
.split-copy,
.gift-section,
.purchase-section {
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.94), rgba(255, 239, 232, 0.88)),
    radial-gradient(circle at 84% 10%, rgba(255, 162, 165, 0.18), transparent 18rem),
    radial-gradient(circle at 12% 88%, rgba(218, 171, 93, 0.14), transparent 17rem);
  border-top: 1px solid rgba(190, 124, 92, 0.16);
}

.text-section::before,
.split-copy::before,
.gift-section::before,
.purchase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 24%, transparent 78%, rgba(211, 134, 116, 0.08)),
    repeating-linear-gradient(90deg, rgba(172, 112, 76, 0.03) 0 1px, transparent 1px 22px);
  pointer-events: none;
}

.editorial-inner {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
}

.editorial-inner.image-left {
  align-items: stretch;
}

.copy-block {
  position: relative;
  z-index: 2;
}

.editorial-photo,
.image-mosaic figure,
.gift-gallery figure,
.purchase-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 124, 92, 0.22);
  border-radius: 8px;
  background: #fff7ef;
  box-shadow:
    0 26px 68px rgba(126, 67, 47, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.editorial-photo::after,
.image-mosaic figure::after,
.gift-gallery figure::after,
.purchase-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 76% 18%, rgba(234, 209, 154, 0.18), transparent 16rem);
  pointer-events: none;
}

.editorial-photo img,
.image-mosaic img,
.gift-gallery img,
.purchase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
}

.photo-tall {
  aspect-ratio: 1.48 / 1;
}

.product-photo {
  aspect-ratio: 1.7 / 1;
}

.product-photo img {
  object-position: center;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: minmax(136px, 20vh);
  gap: 14px;
  margin: 28px 0 30px;
}

.image-mosaic .mosaic-large {
  grid-row: span 2;
}

.gift-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(160px, 0.75fr);
  gap: 14px;
  margin-top: 32px;
}

.gift-gallery figure {
  min-height: 250px;
}

.gift-gallery figure:last-child img {
  object-position: center;
}

.purchase-inner {
  display: grid;
  gap: 28px;
}

.purchase-photo {
  aspect-ratio: 16 / 9;
}

.taste-grid {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.taste-grid article {
  border-top: 1px solid rgba(118, 72, 34, 0.2);
  padding: 18px 0 18px;
}

.taste-grid span,
.info-list span {
  color: var(--red);
  font-family: var(--serif-en);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.taste-grid p {
  margin: 0;
  color: rgba(36, 24, 15, 0.66);
  font-size: 0.95rem;
  line-height: 1.78;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 34px 0;
  border-block: 1px solid rgba(118, 72, 34, 0.2);
  padding: 18px 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: baseline;
}

.info-list strong {
  color: var(--ink-warm);
  font-weight: 400;
}

.side-panel-right {
  background:
    radial-gradient(circle at 50% 24%, rgba(156, 23, 37, 0.28), transparent 16rem),
    linear-gradient(180deg, #13090a, #070604 58%);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px clamp(22px, 2.4vw, 42px) 38px;
}

.right-topline {
  display: flex;
  justify-content: flex-end;
  z-index: 4;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(234, 209, 154, 0.42);
  border-radius: 999px;
  background: rgba(7, 6, 4, 0.46);
  color: var(--paper);
  font-family: var(--serif-en);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}

.switch-track {
  position: relative;
  width: 46px;
  height: 20px;
  border: 1px solid rgba(234, 209, 154, 0.52);
  border-radius: 999px;
  background: rgba(200, 163, 91, 0.1);
}

.switch-track span {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold-bright);
  animation: switch-pulse 2.6s ease 700ms both;
}

.switch-track.is-en span {
  left: 28px;
}

.language-switch:hover .switch-track span {
  transform: translateX(8px);
}

.switch-track.is-en:hover span {
  transform: translateX(-8px);
}

.product-stage {
  position: relative;
  align-self: center;
  z-index: 2;
  margin: 22px auto;
  width: min(100%, 390px);
  filter: drop-shadow(0 32px 42px rgba(0, 0, 0, 0.6));
  perspective: 900px;
}

body.is-opening .product-stage {
  animation: product-stage-under-opening 7.76s ease both;
}

body.is-opening-complete .product-stage {
  opacity: 1;
}

body.is-opening .right-topline {
  opacity: 0;
}

.product-stage img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(234, 209, 154, 0.22);
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateZ(0);
  transition: transform 220ms ease, filter 220ms ease;
  will-change: transform;
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 209, 154, 0.26), transparent 62%);
  filter: blur(18px);
  opacity: 0.65;
  pointer-events: none;
}

.product-stage:hover img {
  filter: saturate(1.08) brightness(1.04);
}

.product-summary {
  position: relative;
  z-index: 3;
}

.product-summary h2 {
  font-family: var(--serif-en);
  font-size: clamp(1.8rem, 2.4vw, 3.1rem);
  line-height: 1.06;
}

.product-summary p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.observe-section .section-inner {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.observe-section.is-visible .section-inner {
  opacity: 1;
  transform: translateY(0);
}

.hero-section .section-inner {
  transition-delay: 160ms;
}

@keyframes switch-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(234, 209, 154, 0);
  }
  42% {
    box-shadow: 0 0 22px rgba(234, 209, 154, 0.85);
  }
}

@keyframes opening-exit {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.025);
  }
}

@keyframes site-under-opening {
  0%,
  76% {
    opacity: 0;
    filter: brightness(0.72);
  }
  92%,
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes opening-landscape {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }
  18%,
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.48;
  }
  100% {
    opacity: 0;
    transform: scale(1.02);
  }
}

@keyframes opening-detail-fade {
  0%,
  78% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opening-scan {
  0% {
    opacity: 0;
    transform: translateX(-66%) skewX(-10deg);
  }
  24% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: translateX(66%) skewX(-10deg);
  }
}

@keyframes opening-curtain-left {
  0% {
    transform: translateX(0);
  }
  22% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-74%);
  }
}

@keyframes opening-curtain-right {
  0% {
    transform: translateX(0);
  }
  22% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(74%);
  }
}

@keyframes opening-timeline {
  0%,
  10% {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  24%,
  70% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -8px);
  }
}

@keyframes opening-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes opening-core {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(-16deg);
  }
  26% {
    opacity: 0.76;
  }
  72% {
    opacity: 0.46;
  }
  90% {
    opacity: 0.16;
  }
  100% {
    opacity: 0;
    transform: scale(1.12) rotate(20deg);
  }
}

@keyframes opening-orbit {
  0%,
  18% {
    opacity: 0;
    transform: scale(0.74) rotate(0deg);
  }
  42% {
    opacity: 0.82;
  }
  82% {
    opacity: 0.16;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) rotate(78deg);
  }
}

@keyframes opening-packshot {
  0% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    transform: translateY(34px) scale(1.08) rotateX(10deg);
    filter: blur(10px) saturate(0.68);
  }
  18% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
  }
  36% {
    opacity: 1;
    clip-path: circle(72% at 50% 50%);
  }
  78% {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
    filter: blur(0) saturate(1.08);
  }
  100% {
    opacity: 0;
    clip-path: circle(72% at 50% 50%);
    transform: translate(var(--opening-dock-x), var(--opening-dock-y)) scale(calc(var(--opening-dock-scale) * 0.34)) rotateX(0deg);
    filter: blur(0.6px) saturate(1.08) brightness(1.42);
  }
}

@keyframes opening-product-drift {
  0%,
  20% {
    transform: scale(1.14) translateY(8px);
  }
  78%,
  100% {
    transform: scale(1.02) translateY(0);
  }
}

@keyframes opening-glint {
  0% {
    transform: translateX(-120%);
  }
  54%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes opening-scene-one {
  0%,
  10% {
    opacity: 0;
    transform: translateX(-18px);
  }
  26%,
  44% {
    opacity: 1;
    transform: translateX(0);
  }
  62%,
  100% {
    opacity: 0;
    transform: translateX(12px);
  }
}

@keyframes opening-scene-two {
  0%,
  18% {
    opacity: 0;
    transform: translateX(18px);
  }
  40%,
  72% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-10px);
  }
}

@keyframes opening-copy {
  0% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
  28% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
  44%,
  62% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  74% {
    opacity: 0;
    transform: translate(-50%, -18px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -18px);
  }
}

@keyframes opening-skip {
  0%,
  76% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dock-flash {
  0%,
  86% {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      translate(var(--opening-dock-x), var(--opening-dock-y))
      scale(0.14);
    filter: blur(4px);
  }
  91% {
    opacity: 0.96;
    transform:
      translate(-50%, -50%)
      translate(var(--opening-dock-x), var(--opening-dock-y))
      scale(0.34);
    filter: blur(0);
  }
  95% {
    opacity: 0.72;
    transform:
      translate(-50%, -50%)
      translate(var(--opening-dock-x), var(--opening-dock-y))
      scale(0.8);
    filter: blur(2px);
  }
  100% {
    opacity: 0;
    transform:
      translate(-50%, -50%)
      translate(var(--opening-dock-x), var(--opening-dock-y))
      scale(1.28);
    filter: blur(8px);
  }
}

@keyframes dock-flash-ring {
  0%,
  87% {
    opacity: 0;
    transform: scale(0.36);
  }
  93% {
    opacity: 0.9;
    transform: scale(0.68);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes dock-flash-glint {
  0%,
  88% {
    opacity: 0;
    transform: scaleX(0.12) rotate(-16deg);
  }
  92% {
    opacity: 1;
    transform: scaleX(1.08) rotate(-16deg);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.46) rotate(-16deg);
  }
}

@keyframes product-stage-under-opening {
  0%,
  89% {
    opacity: 0;
    transform: scale(0.22);
    filter: drop-shadow(0 0 0 rgba(234, 209, 154, 0));
  }
  92% {
    opacity: 0;
    transform: scale(0.28);
    filter: drop-shadow(0 0 34px rgba(234, 209, 154, 0.4));
  }
  96% {
    opacity: 1;
    transform: scale(1.13);
    filter:
      drop-shadow(0 0 44px rgba(234, 209, 154, 0.52))
      drop-shadow(0 34px 54px rgba(0, 0, 0, 0.68));
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 32px 42px rgba(0, 0, 0, 0.6));
  }
}

@media (max-width: 1120px) {
  .site-shell {
    grid-template-columns: minmax(230px, 25vw) minmax(460px, 50vw) minmax(230px, 25vw);
  }

  .product-summary h2 {
    font-size: 1.72rem;
  }
}

@media (max-width: 900px) {
  body {
    overflow: auto;
  }

  .opening-cinema {
    --opening-dock-x: 0;
    --opening-dock-y: -6vh;
    --opening-dock-scale: 0.72;
    background: #fff8ef;
    animation: none;
  }

  body.is-opening .site-shell {
    opacity: 1;
    animation: none;
  }

  .opening-cinema.is-skipped {
    animation: mobile-opening-exit 760ms cubic-bezier(0.22, 0.9, 0.28, 1) forwards;
  }

  .opening-mobile-video {
    position: absolute;
    inset: 0;
    z-index: 21;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #070604;
  }

  .site-shell {
    display: block;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
  }

  .side-panel {
    display: none;
  }

  .scroll-column {
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    scroll-snap-type: none;
  }

  .mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 66px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(200, 163, 91, 0.24);
    background: rgba(7, 6, 4, 0.78);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .wordmark-small {
    color: var(--paper);
    font-size: 1rem;
  }

  .section {
    min-height: auto;
    padding: 86px 22px;
  }

  .hero-section {
    min-height: calc(100svh - 66px);
    grid-template-rows: minmax(280px, 45svh) auto;
    padding: 0;
  }

  .hero-inner {
    min-height: auto;
    padding: 26px 22px 34px;
  }

  .hero-image {
    background:
      linear-gradient(180deg, rgba(255, 249, 240, 0.04) 0%, rgba(255, 249, 240, 0.18) 44%, rgba(255, 247, 238, 0.88) 70%, rgba(255, 247, 238, 1) 100%),
      linear-gradient(90deg, rgba(255, 249, 240, 0.84), rgba(255, 249, 240, 0.22) 62%),
      url("./images/luxe-confiture-gift.png") center 32% / cover;
  }

  .hero-section::before {
    height: 48%;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
    white-space: nowrap;
  }

  .hero-section h1 {
    max-width: none;
    font-size: 2.52rem;
    line-height: 1.04;
    white-space: nowrap;
  }

  .page-en .hero-section h1 {
    max-width: 9.4ch;
    font-size: 2.34rem;
    white-space: normal;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section:not(.hero-section) h2 {
    font-size: 1.92rem;
    line-height: 1.28;
    max-width: none;
  }

  .section:not(.hero-section) p {
    font-size: 0.96rem;
    line-height: 1.86;
  }

  .lead {
    font-size: 1.18rem;
    line-height: 1.85;
  }

  .hero-section .lead {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .hero-section .hero-note {
    margin-top: 12px;
    font-size: 0.75rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-section .hero-actions {
    margin-top: 18px;
  }

  .button {
    width: 100%;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .image-mosaic,
  .gift-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .image-mosaic .mosaic-large {
    grid-row: auto;
  }

  .image-mosaic figure,
  .gift-gallery figure,
  .editorial-photo,
  .purchase-photo {
    min-height: 220px;
  }

  .photo-tall,
  .product-photo,
  .purchase-photo {
    aspect-ratio: 4 / 3;
  }

  .opening-timeline {
    display: none;
  }

  .opening-curtain {
    width: 56%;
  }

  .opening-cinema::before {
    display: none;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 249, 240, 0.08), rgba(255, 246, 239, 0.24) 46%, rgba(255, 246, 239, 0.9) 100%),
      linear-gradient(90deg, rgba(255, 247, 238, 0.58), transparent 36%, rgba(255, 247, 238, 0.22)),
      url("./images/opening-bg-mobile-luxe.png") center / cover;
    transform: scale(1.04);
    animation: mobile-opening-landscape 5.45s ease forwards;
  }

  .opening-cinema::after {
    display: none;
    z-index: 4;
    background:
      radial-gradient(circle at 50% 43%, rgba(255, 252, 244, 0) 0 7rem, rgba(255, 245, 235, 0.48) 15rem, rgba(255, 247, 238, 0.84) 100%),
      linear-gradient(180deg, rgba(255, 247, 238, 0.08), rgba(255, 247, 238, 0.46) 78%, rgba(255, 247, 238, 0.9));
    mix-blend-mode: normal;
    transform: none;
    animation: mobile-opening-veil 5.45s ease forwards;
  }

  .opening-grain {
    display: none;
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.85) 0 1px, transparent 1.8px),
      radial-gradient(circle, rgba(218, 171, 93, 0.3) 0 1px, transparent 2px);
    background-size: 78px 78px, 116px 116px;
    opacity: 0.16;
    animation: mobile-opening-sparkle 5.45s ease forwards;
  }

  .opening-stage {
    display: none;
    width: 100vw;
    height: 100dvh;
    padding: 0 24px 18vh;
    transform: translateY(-4vh);
  }

  .opening-stage::before {
    width: min(82vw, 350px);
    background:
      radial-gradient(circle, rgba(255, 246, 218, 0.96), rgba(234, 209, 154, 0.24) 38%, transparent 67%),
      conic-gradient(from 180deg, transparent, rgba(255, 187, 174, 0.5), transparent, rgba(234, 209, 154, 0.36), transparent);
    filter: blur(18px);
    animation: mobile-opening-aura 5.45s ease forwards;
  }

  .opening-orbit-large {
    display: none;
  }

  .opening-orbit-small {
    display: none;
  }

  .opening-packshot {
    width: min(68vw, 292px);
    border-radius: 26px;
    clip-path: inset(0 round 26px);
    border-color: rgba(234, 209, 154, 0.52);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.36),
      0 28px 70px rgba(91, 27, 24, 0.24),
      0 0 68px rgba(255, 196, 183, 0.28);
    transform-origin: center;
    animation: mobile-opening-packshot 5.45s cubic-bezier(0.18, 0.82, 0.18, 1) forwards;
  }

  .opening-packshot img {
    animation: mobile-opening-product 5.45s ease forwards;
  }

  .opening-packshot::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 32%, rgba(0, 0, 0, 0.22)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.24));
  }

  .opening-packshot::after {
    animation: mobile-opening-glint 4.6s ease 900ms forwards;
  }

  .opening-glow {
    background: radial-gradient(circle, rgba(255, 232, 178, 0.42), transparent 68%);
  }

  .dock-flash {
    display: none;
    top: 43%;
    width: min(74vw, 310px);
    animation: mobile-dock-flash 5.45s cubic-bezier(0.18, 0.82, 0.18, 1) forwards;
  }

  .opening-scene {
    display: none;
  }

  .opening-scene-one {
    top: 20%;
    left: 22px;
  }

  .opening-scene-two {
    right: 22px;
    bottom: 18%;
  }

  .opening-copy {
    display: none;
    left: 50%;
    right: auto;
    bottom: max(44px, 7.4vh);
    width: calc(100vw - 44px);
    max-width: none;
    text-align: center;
    gap: 8px;
    animation: mobile-opening-copy 5.45s ease forwards;
  }

  .opening-copy > span {
    color: #a8192a;
    font-size: 0.64rem;
    letter-spacing: 0.18em;
    text-shadow: 0 8px 20px rgba(255, 247, 238, 0.9);
  }

  .opening-copy strong {
    display: grid;
    gap: 0;
    color: #2b1710;
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1.08;
    text-shadow: 0 14px 30px rgba(255, 247, 238, 0.92);
  }

  .page-en .opening-copy strong span + span::before {
    content: "";
  }

  .opening-copy em {
    color: rgba(93, 48, 34, 0.72);
    font-size: 0.82rem;
    line-height: 1.64;
    text-shadow: 0 8px 18px rgba(255, 247, 238, 0.9);
  }

  .opening-skip {
    top: 14px;
    right: 14px;
    z-index: 30;
    min-width: 66px;
    min-height: 34px;
    background: rgba(255, 248, 239, 0.42);
    color: #3a2118;
    border-color: rgba(156, 23, 37, 0.22);
    animation: mobile-opening-skip 5.1s ease forwards;
  }
}

@keyframes mobile-site-under-opening {
  0%,
  72% {
    opacity: 0;
    filter: brightness(1.04);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes mobile-opening-exit {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.012);
  }
}

@keyframes mobile-opening-landscape {
  0% {
    opacity: 0;
    transform: scale(1.08) translateY(2.4vh);
    filter: blur(6px) saturate(0.9);
  }
  18%,
  76% {
    opacity: 1;
    filter: blur(0) saturate(1.04);
  }
  100% {
    opacity: 0;
    transform: scale(1.01) translateY(-1vh);
    filter: blur(1px) saturate(1.04);
  }
}

@keyframes mobile-opening-veil {
  0%,
  18% {
    opacity: 0.38;
  }
  46%,
  78% {
    opacity: 0.18;
  }
  100% {
    opacity: 0.86;
  }
}

@keyframes mobile-opening-sparkle {
  0%,
  18% {
    opacity: 0;
    transform: translateY(10px);
  }
  36%,
  78% {
    opacity: 0.18;
  }
  100% {
    opacity: 0;
    transform: translateY(-24px);
  }
}

@keyframes mobile-opening-aura {
  0%,
  18% {
    opacity: 0;
    transform: scale(0.72) rotate(-14deg);
  }
  36%,
  70% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: scale(1.28) rotate(18deg);
  }
}

@keyframes mobile-opening-packshot {
  0%,
  14% {
    opacity: 0;
    clip-path: inset(18% 48% 18% 48% round 26px);
    transform: translateY(32px) scale(0.84);
    filter: blur(8px) saturate(0.82);
  }
  34% {
    opacity: 1;
    clip-path: inset(0 round 26px);
    transform: translateY(0) scale(1);
    filter: blur(0) saturate(1.08);
  }
  68% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
    filter: blur(0) saturate(1.08);
  }
  100% {
    opacity: 0;
    clip-path: inset(0 round 26px);
    transform: translateY(-18vh) scale(0.72);
    filter: blur(0.8px) saturate(1.08) brightness(1.3);
  }
}

@keyframes mobile-opening-product {
  0%,
  20% {
    transform: scale(1.1) translateY(8px);
  }
  68%,
  100% {
    transform: scale(1.02) translateY(0);
  }
}

@keyframes mobile-opening-glint {
  0% {
    transform: translateX(-130%);
  }
  48%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes mobile-opening-copy {
  0%,
  35% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
  48%,
  78% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -14px);
  }
}

@keyframes mobile-dock-flash {
  0%,
  78% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18);
    filter: blur(5px);
  }
  88% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.58);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
    filter: blur(10px);
  }
}

@keyframes mobile-opening-skip {
  0%,
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .opening-cinema {
    display: none;
  }
}
