@charset "UTF-8";
/* Copyright © 2022-now Flac Studio. All rights reserved. francois.lacruche.fr
<><><><><><><><><><><><><><><><> */
@font-face {
  font-family: 'Redaction';
  src: url("../font/Redaction-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction';
  src: url("../font/Redaction-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction';
  src: url("../font/Redaction-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction10';
  src: url("../font/Redaction_10-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction10';
  src: url("../font/Redaction_10-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction10';
  src: url("../font/Redaction_10-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction20';
  src: url("../font/Redaction_20-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction20';
  src: url("../font/Redaction_20-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction20';
  src: url("../font/Redaction_20-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction35';
  src: url("../font/Redaction_35-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction35';
  src: url("../font/Redaction_35-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction35';
  src: url("../font/Redaction_35-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction50';
  src: url("../font/Redaction_50-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction50';
  src: url("../font/Redaction_50-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction50';
  src: url("../font/Redaction_50-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction70';
  src: url("../font/Redaction_70-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction70';
  src: url("../font/Redaction_70-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction70';
  src: url("../font/Redaction_70-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction100';
  src: url("../font/Redaction_100-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Redaction100';
  src: url("../font/Redaction_100-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Redaction100';
  src: url("../font/Redaction_100-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* easeInOutQuint */
@property --bg-gradient-angle {
  syntax: '<angle>';
  inherits: true;
  initial-value: 300deg;
}

@keyframes bg-gradient-spin {
  from {
    --bg-gradient-angle: 0deg;
  }
  to {
    --bg-gradient-angle: 360deg;
  }
}

:root {
  --green-1: #182513;
  --green-2: #080d06;
  --green-3: #1c241a;
  --grey-1: #6b706a;
  --grey-2: #2b302a;
  --grey-3: var(--green-2);
  --paper-color: #efe7d3;
  --paper-color-2: #e9e0ca;
  --paper-color-3: #e9e0cc;
  --paper-color-4: #f3ecd8;
  --header-color: var(--grey-3);
  --background-color: var(--grey-2);
  --shadow-color: rgba(4, 8, 3, 0.22);
  --shadow-color-2: rgba(4, 8, 3, 0.42);
  --white: var(--paper-color);
  --black: var(--green-2);
  --font-size: 1rem;
  --fs-pagination: calc(var(--font-size) * 0.4);
  --fs-xs: calc(var(--font-size) * 0.65);
  --fs-s: var(--font-size);
  --fs-m: calc(var(--font-size) * 1.65);
  --fs-l: calc(var(--font-size) * 3);
  --fs-xl: calc(var(--font-size) * 6.95);
  --line-height: 1.35;
  --spacing: 0.5rem;
  --spacing-m: calc(var(--spacing) * 2);
  --spacing-l: calc(var(--spacing) * 4);
  --spacing-xl: calc(var(--spacing) * 8);
  --spacing-text-y: calc(var(--spacing) * 0.5);
  --gap: 1px;
  --scroll-value: 0;
  --scroll-progress: 0;
  --page-translate-offset: -0.01px;
  --header-height: 2.25rem;
  --bg-gradient-angle: 300deg;
  --main-width: 600px;
  --effect-pixel-size: source;
  --effect-threshold: 127;
  --effect-color-a: var(--green-2);
  --effect-color-b: transparent;
  --cover-effect-threshold: 166;
  --cover-effect-color-a: var(--green-2);
  --cover-effect-color-b: var(--paper-color);
}

@media only screen and (min-width: 700px) {
  :root {
    --page-translate-offset: -0.015px;
  }
  @supports (height: 1svh) {
    :root {
      --main-width: calc((100svh - var(--header-height)) * 0.69);
    }
  }
}

html {
  display: flex;
  justify-content: center;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  line-height: var(--line-height);
  font-feature-settings: 'kern' 1;
  font-kerning: normal;
  background-color: var(--green-2);
  background: conic-gradient(from var(--bg-gradient-angle), var(--grey-3) 2%, var(--paper-color) 11%, var(--grey-3) 19%, var(--paper-color) 41%, var(--grey-3) 57%, var(--grey-3) 72%, var(--paper-color) 83%, var(--grey-3) 94%);
  animation: bg-gradient-spin 200s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  html body {
    animation: none;
  }
}

html body .header {
  z-index: 3;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: var(--header-color);
  color: var(--paper-color);
  height: var(--header-height);
  position: relative;
  border-bottom: 1px solid var(--grey-2);
  box-shadow: 0 0 8px #101410ce;
}

html body .header ::selection {
  background-color: var(--paper-color);
  color: var(--header-color);
}

html body .header .header-logo {
  position: absolute;
  display: block;
  height: calc(var(--header-height) * 0.8);
  width: auto;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
}

html body .header nav {
  width: var(--main-width);
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
  padding: 0 var(--spacing-m);
  box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  html body .header nav {
    padding: 0;
  }
}

html body .header nav ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html body .header nav ul li {
  display: flex;
  align-items: center;
}

html body .header nav ul li a[aria-current='page'] {
  text-decoration: underline dashed 1px;
}

html body .header nav ul li a,
html body .header nav ul li button {
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-underline-offset: 0.15cqw;
}

html body .header nav ul li a:hover,
html body .header nav ul li button:hover {
  text-decoration: underline dashed 1px;
}

html body .header nav ul li a:active,
html body .header nav ul li button:active {
  text-decoration: underline 1px;
}

html body main.phone-container {
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: var(--grey-1) transparent;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
  --col-width: min(100%, var(--main-width));
  padding-top: var(--page-snap-top, calc(var(--col-width) * 0.015));
  padding-bottom: calc(var(--col-width) * 0.02);
  --page-height: calc(100vh - var(--header-height) - var(--col-width) * 0.035);
  --fit-width: calc(var(--page-height) * 0.707071);
  --col-outer: min(100%, var(--main-width), var(--fit-width));
  --cq-width: calc(var(--col-outer) - var(--col-width) * 0.09);
}

@supports (height: 1svh) {
  html body main.phone-container {
    --page-height: calc(100svh - var(--header-height) - var(--col-width) * 0.035);
  }
}

@media only screen and (min-width: 700px) {
  html body main.phone-container {
    --cq-width: var(--col-outer);
  }
}

html body main.phone-container .phone-inner {
  --font-size: min(5vw, 30px);
  --fs-pagination: calc(var(--font-size) * 0.4);
  --fs-xs: calc(var(--font-size) * 0.65);
  --fs-s: var(--font-size);
  --fs-m: calc(var(--font-size) * 1.65);
  --fs-l: calc(var(--font-size) * 3);
  --fs-xl: calc(var(--font-size) * 6.95);
  --spacing: min(1.5vw, 9px);
  --spacing-m: calc(var(--spacing) * 2);
  --spacing-l: calc(var(--spacing) * 4);
  --spacing-text-y: calc(var(--spacing) * 0.5);
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120vh;
  gap: 120svh;
  width: var(--col-outer);
  max-width: 100%;
  padding-left: calc(var(--col-width) * 0.075);
  padding-right: calc(var(--col-width) * 0.015);
  box-sizing: border-box;
}

@supports (container-type: inline-size) {
  html body main.phone-container .phone-inner {
    container-type: inline-size;
    --font-size: 5cqw;
    --fs-pagination: calc(var(--font-size) * 0.4);
    --fs-xs: calc(var(--font-size) * 0.65);
    --fs-s: var(--font-size);
    --fs-m: calc(var(--font-size) * 1.65);
    --fs-l: calc(var(--font-size) * 3);
    --fs-xl: calc(var(--font-size) * 6.95);
    --spacing: 1.5cqw;
    --spacing-m: calc(var(--spacing) * 2);
    --spacing-l: calc(var(--spacing) * 4);
    --spacing-text-y: calc(var(--spacing) * 0.5);
  }
}

@media only screen and (min-width: 700px) {
  html body main.phone-container .phone-inner {
    padding: 0;
  }
}

html body main.phone-container:not(.home) .phone-inner {
  gap: 25vh;
  gap: 25svh;
}

html body main.phone-container.home .phone-inner > .pagestack:first-child {
  margin-top: calc(85vh + var(--cover-budget, 125vh));
}

@supports (height: 1svh) {
  html body main.phone-container.home .phone-inner > .pagestack:first-child {
    margin-top: calc(85svh + var(--cover-budget, 125svh));
  }
}

.fixed-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  --font-size: calc(var(--cq-width) * 0.05);
  --fs-pagination: calc(var(--font-size) * 0.4);
  --fs-xs: calc(var(--font-size) * 0.65);
  --fs-s: var(--font-size);
  --fs-m: calc(var(--font-size) * 1.65);
  --fs-l: calc(var(--font-size) * 3);
  --fs-xl: calc(var(--font-size) * 6.95);
  --spacing: calc(var(--cq-width) * 0.015);
  --spacing-m: calc(var(--spacing) * 2);
  --spacing-l: calc(var(--spacing) * 4);
  --spacing-text-y: calc(var(--spacing) * 0.5);
}

.fixed-layer.is-under {
  z-index: 1;
}

.fixed-layer.is-over {
  z-index: 100;
}

.fixed-layer-column {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--col-outer);
  max-width: 100%;
  padding-left: calc(var(--col-width) * 0.075);
  padding-right: calc(var(--col-width) * 0.015);
  box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  .fixed-layer-column {
    padding: 0;
  }
}

.background-occlusion-rectangle {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img {
  display: block;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.cover-overlay img,
.back-cover-overlay img,
.print-cover-front img,
.print-cover-back img {
  --effect-threshold: var(--cover-effect-threshold);
  --effect-color-a: var(--cover-effect-color-a);
  --effect-color-b: var(--cover-effect-color-b);
}

.print-ink-white .print-cover-front img,
.print-ink-white .print-cover-back img {
  --effect-color-b: #ffffff;
}

.print-ink-white {
  --effect-color-b: transparent;
}

.skip-cover {
  --cover-budget: 0px;
}

.skip-cover .cover-clip {
  display: none;
}

.skip-cover .cover-side {
  display: none;
}

.cover-clip {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--main-width) + (var(--spacing) * 2));
  max-width: 100%;
  z-index: 1;
}

.cover-overlay {
  position: absolute;
  inset: 0;
  transform: translateY(var(--cover-slide, 0px));
  will-change: transform;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--paper-color);
  box-shadow: 0px 0px 15px var(--shadow-color-2);
  isolation: isolate;
}

.cover-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../img/noise.webp");
  background-size: 200px 200px;
  background-repeat: repeat;
  opacity: 0.25;
  mix-blend-mode: hard-light;
}

.cover-overlay > img {
  flex: 1;
  height: 100%;
  width: 100%;
  scale: -1 1;
  object-fit: cover;
  object-position: left;
  box-sizing: border-box;
  min-height: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.cover-overlay > img.effect-ready {
  opacity: 1;
}

.cover-overlay .enter-button {
  pointer-events: auto;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: var(--spacing-m);
  box-sizing: border-box;
  text-align: center;
  background: none;
  border: none;
  color: var(--grey-1);
  font-family: "Redaction70", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  font-style: italic;
  cursor: pointer;
}

.cover-overlay .enter-button img {
  height: calc(2rem + (var(--font-size) * 0.4));
  width: auto;
}

.back-cover-clip {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--main-width) + (var(--spacing) * 2));
  max-width: 100%;
  z-index: 1;
}

.back-cover-overlay {
  position: absolute;
  inset: 0;
  transform: translateY(var(--back-cover-slide, 100%));
  will-change: transform;
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  box-shadow: 0px 0px 15px var(--shadow-color-2);
  isolation: isolate;
}

.back-cover-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../img/noise.webp");
  background-size: 200px 200px;
  background-repeat: repeat;
  opacity: 0.25;
  mix-blend-mode: hard-light;
}

.back-cover-overlay > img {
  flex: 1;
  width: 100%;
  scale: -1 1;
  object-fit: cover;
  object-position: right;
  min-height: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.back-cover-overlay > img.effect-ready {
  opacity: 1;
}

.cover-side,
.back-cover-side {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  will-change: opacity;
  display: none;
}

@media only screen and (min-width: 600px) {
  .cover-side,
.back-cover-side {
    display: block;
  }
}

.cover-side {
  opacity: var(--cover-side-opacity, 1);
}

.back-cover-side {
  opacity: var(--back-cover-side-opacity, 0);
}

.cover-side-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: var(--main-width);
  width: calc((100% - var(--main-width)) / 2);
  background-color: var(--paper-color);
  background-image: linear-gradient(color-mix(in srgb, var(--paper-color) 75%, transparent), color-mix(in srgb, var(--paper-color) 75%, transparent)), url("../img/noise.webp");
  background-size: auto, 200px 200px;
  background-repeat: repeat;
  background-blend-mode: normal, hard-light;
  will-change: transform;
}

.cover-side-left {
  right: calc(50% + ((var(--main-width) + (var(--spacing) * 2)) / 2) - 1px);
  left: auto;
  border-right: 1px solid #e0d6c2;
}

.cover-side-right {
  left: calc(50% + ((var(--main-width) + (var(--spacing) * 2)) / 2) - 1px);
  right: auto;
  border-left: 1px solid #e0d6c2;
}

.intro-text {
  pointer-events: none;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  max-width: 35ch;
  display: flex;
  gap: var(--spacing);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  font-family: "Redaction35", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  font-style: italic;
  translate: calc(var(--cq-width) * -0.0355) 0;
}

@media only screen and (min-width: 700px) {
  .intro-text {
    translate: 0;
  }
}

.intro-text.is-retired {
  display: none;
}

.intro-text .intro-img {
  width: calc(var(--font-size) * 2.5);
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pagestack {
  z-index: 2;
  pointer-events: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  width: 100%;
}

@media screen {
  .pagestack.lone-page {
    translate: -3.25cqw 0;
  }
}

@media only screen and (min-width: 700px) {
  .pagestack.lone-page {
    translate: 0;
  }
}

.pagestack .page {
  position: sticky;
  will-change: transform;
  top: 0;
  width: 100%;
  background-color: var(--page-paper, var(--paper-color));
  aspect-ratio: 210 / 297;
  overflow: hidden;
  color: var(--green-1);
  box-shadow: -1cqw 0 1cqw -0.1cqw var(--shadow-color);
  box-sizing: border-box;
  isolation: isolate;
  font-family: "Redaction", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
}

@media screen {
  .pagestack .page {
    height: var(--page-snap-height, auto);
  }
}

.pagestack .page::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../img/noise.webp");
  background-size: 200px 200px;
  background-repeat: repeat;
  opacity: 0.25;
  mix-blend-mode: hard-light;
}

.pagestack .page ::selection {
  background-color: var(--green-1);
  color: var(--paper-color);
}

.pagestack .page.flag-stuck {
  translate: calc((var(--freeze-at, var(--scroll-value)) - var(--stuck-at)) * var(--page-translate-offset)) 0;
}

@media screen {
  .pagestack .page:not(:first-child):not(.invert):not(:has(~ .page.flag-stuck)) {
    background-color: color-mix(in srgb, var(--page-paper, var(--paper-color)) 91%, transparent);
    backdrop-filter: blur(2px);
  }
}

.pagestack .page.invert {
  background-color: color-mix(in srgb, var(--page-paper, var(--green-3)) 98%, transparent);
  color: var(--paper-color);
  box-shadow: -1cqw 0 1cqw -0.1cqw var(--shadow-color-2);
}

.pagestack .page.invert .voicenote * {
  color: var(--paper-color) !important;
}

.pagestack .page.invert .page-number {
  color: var(--paper-color);
}

.pagestack .page.invert ::selection {
  background-color: var(--white);
  color: var(--black);
}

.pagestack .page.rm_pagetype_full {
  display: block;
}

.pagestack .page.rm_pagetype_half_horizontal {
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.pagestack .page.rm_pagetype_half_vertical {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagestack .page.rm_pagetype_third_horizontal {
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.pagestack .page.rm_pagetype_third_horizontal.split-2-1 {
  grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
}

.pagestack .page.rm_pagetype_third_horizontal.split-1-2 {
  grid-template-rows: minmax(0, 1fr) minmax(0, 2fr);
}

.pagestack .page.rm_pagetype_quarter {
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagestack .page.product .img-sequence.nympha-cerulea {
  scale: 1.35;
}

.pagestack .page.product .img-sequence.eden {
  scale: 1.4;
}

.pagestack .page.product.order-page {
  overflow-y: auto;
  background-color: color-mix(in srgb, var(--paper-color) 100%, transparent);
}

.pagestack .page.product.order-page .order-name-list-info {
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  color: var(--grey-1);
  text-align: center;
  margin-top: var(--spacing-text-y);
  margin-bottom: var(--spacing-m);
}

.pagestack .page.product.cover-page, .pagestack .page.product.order-page, .pagestack .page.product.ficha-tecnica {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8% var(--spacing-l) 10% var(--spacing-l);
}

.pagestack .page.product.cover-page .place-order, .pagestack .page.product.order-page .place-order, .pagestack .page.product.ficha-tecnica .place-order {
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.75) calc(var(--spacing) * 1.4) calc(var(--spacing) * 2.75);
  box-sizing: border-box;
  width: fit-content;
  border: 1px dashed var(--black);
  background-color: var(--green-2);
  color: var(--paper-color);
  text-decoration: none;
}

.pagestack .page.product.cover-page .place-order:hover, .pagestack .page.product.order-page .place-order:hover, .pagestack .page.product.ficha-tecnica .place-order:hover {
  background-color: transparent;
  color: var(--black);
}

.pagestack .page.product.cover-page .place-order:active, .pagestack .page.product.order-page .place-order:active, .pagestack .page.product.ficha-tecnica .place-order:active {
  background-color: var(--green-1);
  color: var(--paper-color);
}

.pagestack .page.product.cover-page .img-sequence, .pagestack .page.product.order-page .img-sequence, .pagestack .page.product.ficha-tecnica .img-sequence {
  display: block;
  position: relative;
  width: 100%;
  height: 55%;
}

.pagestack .page.product.cover-page .img-sequence .seq-frame, .pagestack .page.product.order-page .img-sequence .seq-frame, .pagestack .page.product.ficha-tecnica .img-sequence .seq-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.pagestack .page.product.cover-page .img-sequence .seq-frame.active, .pagestack .page.product.order-page .img-sequence .seq-frame.active, .pagestack .page.product.ficha-tecnica .img-sequence .seq-frame.active {
  opacity: 1;
}

.pagestack .page.product.cover-page a, .pagestack .page.product.order-page a, .pagestack .page.product.ficha-tecnica a {
  color: inherit;
  text-decoration: underline dashed;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.05em;
}

.pagestack .page.product.cover-page .product-title, .pagestack .page.product.order-page .product-title, .pagestack .page.product.ficha-tecnica .product-title {
  margin-bottom: var(--spacing-m);
  font-family: "Redaction50", serif;
  font-size: var(--fs-l);
  line-height: 1.15;
  font-style: italic;
  text-align: center;
  line-height: 1;
}

.pagestack .page.product.cover-page .product-title.rappel, .pagestack .page.product.order-page .product-title.rappel, .pagestack .page.product.ficha-tecnica .product-title.rappel {
  font-family: "Redaction50", serif;
  font-size: var(--fs-m);
  line-height: 1.2;
  margin-bottom: -6%;
}

.pagestack .page.product.cover-page .product-intro, .pagestack .page.product.order-page .product-intro, .pagestack .page.product.ficha-tecnica .product-intro {
  font-family: "Redaction35", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  font-style: italic;
  text-align: center;
  margin-bottom: var(--spacing-l);
}

.pagestack .page.product.cover-page .product-img, .pagestack .page.product.order-page .product-img, .pagestack .page.product.ficha-tecnica .product-img {
  height: 24cqw;
  width: 100%;
  object-fit: contain;
}

.pagestack .page.product.cover-page .order-text, .pagestack .page.product.order-page .order-text, .pagestack .page.product.ficha-tecnica .order-text {
  text-align: center;
  font-family: "Redaction35", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
}

.pagestack .page.product.cover-page .order-heading, .pagestack .page.product.order-page .order-heading, .pagestack .page.product.ficha-tecnica .order-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing);
  width: 100%;
}

.pagestack .page.product.cover-page .order-heading .order-title, .pagestack .page.product.order-page .order-heading .order-title, .pagestack .page.product.ficha-tecnica .order-heading .order-title {
  font-family: "Redaction", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  font-weight: 700;
}

.pagestack .page.product.cover-page .form-privacy, .pagestack .page.product.order-page .form-privacy, .pagestack .page.product.ficha-tecnica .form-privacy {
  margin-top: var(--spacing);
  text-align: center;
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  opacity: 0.7;
}

.pagestack .page.product.cover-page .form-privacy a, .pagestack .page.product.order-page .form-privacy a, .pagestack .page.product.ficha-tecnica .form-privacy a {
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  text-transform: none;
}

.pagestack .page.product.cover-page .form-privacy a:hover, .pagestack .page.product.order-page .form-privacy a:hover, .pagestack .page.product.ficha-tecnica .form-privacy a:hover {
  text-decoration: underline;
}

.pagestack .page.product.ficha-tecnica {
  padding: var(--spacing-l);
}

.pagestack .page.product.ficha-tecnica .entry-content.txt {
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  gap: var(--spacing-m);
  padding: var(--spacing-m) 0 0 0;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt h2 {
  font-family: "Redaction", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  font-weight: bold;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-intro p + p {
  margin-top: 0;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-table .detail-row {
  display: flex;
  gap: var(--spacing-m);
  justify-content: space-between;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-table .detail-row dt {
  font-weight: bold;
  flex: 1 0 20cqw;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-table .detail-row dd {
  text-align: right;
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-process {
  color: var(--grey-1);
  text-align: center;
  font-style: italic;
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
}

.pagestack .page.product.ficha-tecnica .entry-content.txt .details-process p + p {
  margin-top: 0;
}

.pagestack .page.print-instructions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Redaction", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  hyphens: none;
  color: var(--green-1);
}

.pagestack .page.print-instructions h1 {
  font-family: "Redaction50", serif;
  font-size: var(--fs-m);
  line-height: 1.2;
  line-height: 1;
}

.pagestack .page.print-instructions .entry-content.txt {
  flex: 1;
  gap: var(--spacing-m);
  font-family: 'Redaction35';
}

.pagestack .page.print-instructions .exergue {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  padding: var(--spacing-l);
  background: radial-gradient(ellipse at 65% 50%, #111a0f3a, var(--grey-2)), radial-gradient(80% 40% at 15% 20%, var(--green-1), #111a0f44), #111a0f44;
  color: var(--white);
  border: 1px dashed var(--white);
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
}

.pagestack .page.print-instructions .exergue .FormBuilder-print-form {
  flex: 1;
}

.pagestack .page.print-instructions .exergue .FormBuilder-print-form #FormBuilder_print-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pagestack .page.print-instructions .exergue .FormBuilder-print-form .Inputfields {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.pagestack .page.print-instructions .print-option {
  display: flex;
  gap: var(--spacing);
  cursor: pointer;
  align-items: center;
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  margin-top: auto;
}

.pagestack .page.print-instructions .print-option .print-option-label {
  display: contents;
}

.pagestack .page.print-instructions .print-option .print-option-label input {
  margin: 0 0 var(--spacing-text-y) 0;
}

.pagestack .page.print-instructions .print-option .print-option-text {
  flex: 0 1 auto;
  hyphens: none;
  min-width: 0;
}

.pagestack .page.print-instructions .print-option .info-bubble {
  flex-shrink: 0;
}

.pagestack .page.print-instructions .print-option .info-bubble .info-text {
  font-size: inherit;
  top: 150%;
  max-width: 80cqw;
}

.pagestack .page.print-instructions .print-option input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  margin-top: 0.15em;
  display: inline-grid;
  place-content: center;
  border: 1px solid var(--green-1);
  background-color: var(--paper-color);
  cursor: pointer;
}

.pagestack .page.print-instructions .print-option input[type='checkbox']::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: transform 150ms cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: inset 1em 1em var(--paper-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.pagestack .page.print-instructions .print-option input[type='checkbox']:checked {
  background-color: var(--green-1);
}

.pagestack .page.print-instructions .print-option input[type='checkbox']:checked::before {
  transform: scale(1);
}

.pagestack .page.print-instructions .print-option input[type='checkbox']:focus-visible {
  outline: 1px solid var(--green-1);
  outline-offset: 2px;
}

.pagestack .page.print-instructions .print-go-pdf {
  display: none;
  text-align: center;
  text-decoration: none;
}

.pagestack .page.print-instructions .print-go {
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.75) calc(var(--spacing) * 1.4) calc(var(--spacing) * 2.75);
  background-color: var(--green-1);
  color: var(--paper-color);
  border: 1px solid var(--green-1);
  cursor: pointer;
}

.pagestack .page.print-instructions .print-go:hover {
  background-color: var(--paper-color);
  color: var(--green-1);
  border: 1px dashed var(--green-1);
}

html.is-touch .pagestack .page.print-instructions:has(.print-go-pdf) .print-option,
html.is-touch .pagestack .page.print-instructions:has(.print-go-pdf) .print-go:not(.print-go-pdf) {
  display: none;
}

html.is-touch .pagestack .page.print-instructions:has(.print-go-pdf) .print-go-pdf {
  display: block;
  margin-top: auto;
}

.pagestack .page.basic-page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: var(--spacing-l);
  font-family: "Redaction50", serif;
  font-size: var(--fs-m);
  line-height: 1.2;
}

.pagestack .page.basic-page-content h1 {
  height: fit-content;
}

.info-bubble {
  position: relative;
  flex-shrink: 0;
  display: inline-grid;
  place-content: center;
}

.info-bubble .info-mark {
  display: grid;
  place-content: center;
  width: calc(0.5rem + (var(--font-size) * 0.5));
  height: calc(0.5rem + (var(--font-size) * 0.5));
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  translate: 0.05cqw 0.05cqw;
}

.info-bubble .info-text {
  pointer-events: none;
  position: absolute;
  right: -19cqw;
  top: 150%;
  width: 65cqw;
  max-width: 65cqw;
  padding: var(--spacing-m) calc(var(--spacing-m) * 1.5) calc(var(--spacing-m) * 1.15) calc(var(--spacing-m) * 1.5);
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5;
}

.info-bubble:hover .info-text,
.info-bubble .info-mark:focus-visible ~ .info-text, .info-bubble.is-open .info-text {
  opacity: 1;
}

.entry-content {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.entry-content.img {
  opacity: 80%;
  object-fit: cover;
}

.entry-content.txt {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
  justify-content: flex-start;
  padding: var(--spacing-l);
  hyphens: auto;
}

.entry-content.txt.valign-center {
  justify-content: center;
}

.entry-content.txt.valign-bottom {
  justify-content: flex-end;
}

.entry-content.txt.writing-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-top: calc(var(--spacing-l) * 1.5);
  padding-bottom: calc(var(--spacing-l) * 1.5);
}

.entry-content.txt p img {
  width: 100%;
}

.entry-content.txt p.indent span {
  text-indent: 12.5%;
}

.entry-content.txt p + p {
  margin-top: calc(var(--spacing) * -1);
}

.entry-content.txt img {
  object-fit: contain;
}

.entry-content.txt strong {
  font-weight: 700;
}

.entry-content.txt em {
  font-style: italic;
}

.entry-content.txt a {
  color: inherit;
  text-decoration: underline dashed;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.05em;
}

.entry-content.txt a:hover {
  text-decoration: underline;
}

.entry-content.txt hr {
  border: none;
  height: auto;
  width: auto;
  text-align: center;
}

.entry-content.txt hr::before {
  content: '𓆸';
  color: currentColor;
}

.page.invert .entry-content.txt hr::before {
  color: var(--paper-color);
}

.entry-content.txt ul {
  list-style-type: '- ';
  margin: 0.5em 0;
  padding-left: 1em;
}

.entry-content.txt ol {
  list-style: decimal;
  padding-left: 1.25em;
}

.entry-content.txt li span {
  display: block;
}

.entry-content.txt span {
  display: inline-block;
}

.entry-content.txt span[style*='--fs-xs,'] {
  line-height: 1.4;
}

.entry-content.txt span[style*='--fs-s,'] {
  line-height: 1.35;
}

.entry-content.txt span[style*='--fs-m,'] {
  line-height: 1.2;
  hyphens: none;
}

.entry-content.txt span[style*='--fs-l,'] {
  line-height: 1.1;
  hyphens: none;
}

.entry-content.txt span[style*='--fs-xl,'] {
  line-height: 0.85;
  hyphens: none;
}

.entry-content.txt p:has(> span[style*='--fs-xs,']),
.entry-content.txt p:has(> em span[style*='--fs-xs,']) {
  font-size: var(--fs-xs);
  line-height: 1.4;
}

.entry-content.txt p:has(> span[style*='--fs-s,']),
.entry-content.txt p:has(> em span[style*='--fs-s,']) {
  font-size: var(--fs-s);
  line-height: 1.35;
}

.entry-content.txt p:has(> span[style*='--fs-m,']),
.entry-content.txt p:has(> em span[style*='--fs-m,']) {
  font-size: var(--fs-m);
  line-height: 1.2;
}

.entry-content.txt p:has(> span[style*='--fs-l,']),
.entry-content.txt p:has(> em span[style*='--fs-l,']) {
  font-size: var(--fs-l);
  line-height: 1.1;
}

.entry-content.txt p:has(> span[style*='--fs-xl,']),
.entry-content.txt p:has(> em span[style*='--fs-xl,']) {
  font-size: var(--fs-xl);
  line-height: 0.85;
}

.entry-content.voicenote {
  display: flex;
  flex-direction: column;
  padding: var(--spacing-l);
}

.entry-content.voicenote .voicenote-inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
  padding: var(--spacing-m) calc(var(--spacing-m) * 1.2);
  cursor: pointer;
}

.entry-content.voicenote .voicenote-caption {
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  text-align: center;
  margin-bottom: var(--spacing);
}

.entry-content.voicenote audio {
  display: none;
}

.entry-content.voicenote .voicenote-player {
  display: flex;
  align-items: center;
  gap: var(--spacing);
}

.entry-content.voicenote .voicenote-player .voicenote-play {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--font-size);
  color: var(--green-1);
  padding: 0;
  line-height: 1;
  width: 0.75em;
  height: 0.75em;
  position: relative;
}

.entry-content.voicenote .voicenote-player .voicenote-play::before {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.entry-content.voicenote .voicenote-player .voicenote-play.is-playing::before {
  clip-path: none;
  background: linear-gradient(currentColor 0 0) 0 0 / 32% 100% no-repeat, linear-gradient(currentColor 0 0) 100% 0 / 32% 100% no-repeat;
}

.entry-content.voicenote .voicenote-player .voicenote-track {
  flex: 1;
  height: 1px;
  position: relative;
}

.entry-content.voicenote .voicenote-player .voicenote-track::before {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  opacity: 0.4;
}

.entry-content.voicenote .voicenote-player .voicenote-track .voicenote-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: currentColor;
}

.entry-content.voicenote .voicenote-player .voicenote-time {
  flex-shrink: 0;
  font-size: calc(var(--font-size) * 0.8);
  opacity: 0.65;
}

.entry-content.voicenote .voicenote-qr {
  display: none;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 25.875mm;
  height: 25.875mm;
  padding: 2.5875mm;
}

.entry-content.voicenote .voicenote-qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.entry-content.thankyou {
  text-align: center;
  justify-content: center;
}

.entry-filler {
  box-sizing: border-box;
  height: var(--back-cover-budget, 125vh);
}

@supports (height: 1svh) {
  .entry-filler {
    height: var(--back-cover-budget, 125svh);
  }
}

.content-break {
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-m);
  left: 0;
  width: var(--cq-width);
  aspect-ratio: 210 / 297;
  top: 50%;
  translate: 0 -50%;
}

.content-break ::selection {
  background-color: var(--paper-color);
  color: var(--green-1);
}

.content-break .product-wrapper {
  display: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--paper-color);
  width: 100%;
  height: 100%;
}

.content-break .product-wrapper .product-title {
  font-family: "Redaction35", serif;
  font-size: var(--fs-l);
  line-height: 1.15;
  font-style: italic;
  margin-bottom: -12.5%;
  box-sizing: content-box;
  height: 1lh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: visible;
}

.content-break .product-wrapper .img-sequence {
  flex: 0 1 50%;
  position: relative;
  width: 100%;
}

.content-break .product-wrapper .img-sequence .seq-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.content-break .product-wrapper .img-sequence .seq-frame.active {
  opacity: 1;
}

.content-break .product-wrapper.nympha-cerulea .img-sequence {
  scale: 1.185;
}

.content-break .product-wrapper.jazmin .img-sequence {
  scale: 1.2;
}

.content-break .product-wrapper.eden .img-sequence {
  scale: 1.45;
}

.content-break .product-wrapper .product-cta {
  display: flex;
}

.content-break .product-wrapper .product-link {
  display: block;
  pointer-events: all;
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.75) calc(var(--spacing) * 1.4) calc(var(--spacing) * 2.75);
  box-sizing: border-box;
  width: fit-content;
  border: 1px dashed var(--white);
  background-color: transparent;
  color: var(--white);
}

.content-break .product-wrapper .product-link:hover {
  background-color: var(--white);
  color: var(--black);
}

.content-break .product-wrapper .product-link:active {
  background-color: var(--green-2);
  color: var(--paper-color);
}

.content-break .product-wrapper .product-edition {
  display: block;
  pointer-events: all;
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.75) calc(var(--spacing) * 1.4) calc(var(--spacing) * 2.75);
  box-sizing: border-box;
  width: fit-content;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
}

.content-break .product-wrapper.active {
  display: flex;
}

.modal {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-m);
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--green-1);
}

.modal[hidden] {
  display: none;
}

.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: var(--spacing-m) calc(var(--spacing-m) * 1.65) 0 0;
  background: none;
  border: none;
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.modal-dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
  box-sizing: border-box;
  width: calc(var(--main-width) - var(--cq-width) * 0.0315);
  height: fit-content;
  max-height: 85vh;
  max-height: 85svh;
  overflow-y: auto;
  padding: var(--spacing-l);
  background-color: var(--paper-color);
  font-family: "Redaction", serif;
  font-size: var(--fs-xs);
  line-height: 1.4;
  font-size: clamp(14px, calc(1vh + 1vw), 16px);
}

.modal-dialog h2 {
  font-family: "Redaction50", serif;
  font-size: var(--fs-l);
  line-height: 1.15;
  font-size: clamp(40px, calc(1vh + 1vw), 48px);
  line-height: 1;
  hyphens: none;
  padding-right: var(--spacing-l);
  margin-bottom: var(--spacing-m);
}

.modal-dialog h3 {
  font-family: "Redaction", serif;
  font-size: var(--fs-m);
  line-height: 1.2;
  font-size: clamp(20px, calc(1vh + 1vw), 26px);
  line-height: 1;
  hyphens: none;
  padding-right: var(--spacing-l);
  margin-bottom: var(--spacing-m);
}

.modal-dialog .modal-body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing);
}

.modal-dialog .modal-body p + p {
  margin-top: 0;
}

.footer-page {
  display: flex;
  flex-direction: column;
}

.footer-page .entry-content {
  height: auto;
  flex: 1;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.footer-page .entry-content img {
  padding: var(--spacing-l) var(--spacing) 0 var(--spacing);
}

.footer-page .footer-meta {
  display: flex;
  justify-content: space-between;
  padding: calc(var(--spacing) * 1.5) var(--spacing-m);
}

.footer-page .footer-meta .footer-links {
  font-family: "Redaction", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-text-y);
  align-self: end;
}

.footer-page .footer-meta .footer-links a {
  display: block;
  text-underline-offset: 0.15cqw;
}

.footer-page .footer-meta .footer-links a:hover {
  text-decoration: underline dashed 1px;
}

.footer-page .footer-meta .footer-links a:active {
  text-decoration: underline 1px;
}

.footer-page .footer-meta p {
  font-size: calc(var(--fs-xs) * 0.85);
  align-self: end;
  line-height: 12px;
  vertical-align: baseline;
}

.print-root {
  display: none;
}

.print-stack {
  display: none;
}

@media screen {
  .phone-container.print .pagestack:not(.print-ui-stack):not(.footer-stack) {
    display: none;
  }
}

.print-cover-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  scale: -1 1;
}

.page.print-cover-back {
  background-color: var(--background-color);
}

.phone-container:not(.print) .back-cover-stack {
  display: none;
}

.print-cover-back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  scale: -1 1;
}

.print-flyleaf {
  display: flex;
  align-items: center;
  justify-content: center;
}

.print-flyleaf img {
  width: 30cqw;
  height: auto;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.print-break {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: var(--spacing-m);
  padding: 10% var(--spacing-l);
  box-sizing: border-box;
  background-color: var(--paper-color);
}

.print-break .product-title {
  font-family: "Redaction50", serif;
  font-size: var(--fs-l);
  line-height: 1.15;
  font-style: italic;
}

.print-break .print-break-img {
  flex: 0 1 50%;
  width: auto;
  max-width: 100%;
  max-height: 50%;
  object-fit: contain;
}

.print-break .print-break-intro {
  font-family: "Redaction35", serif;
  font-size: var(--fs-s);
  line-height: 1.35;
  font-style: italic;
  text-align: center;
  width: 100%;
}

.page-number {
  display: none;
}

.page-number {
  display: block;
  position: absolute;
  bottom: calc(var(--spacing) * 1.15);
  z-index: 10;
  font-size: var(--fs-pagination);
  line-height: 1;
  pointer-events: none;
  color: var(--green-1);
}

.page-number.is-recto {
  right: calc(var(--spacing) * 1.65);
}

.page-number.is-verso {
  left: calc(var(--spacing) * 1.65);
}

.crop-marks {
  display: none;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }
  :root {
    --paper-color: #ffffff;
    --paper-color-2: #ffffff;
    --paper-color-3: #ffffff;
    --paper-color-4: #ffffff;
    --white: #ffffff;
    --cover-effect-color-b: #ffffff;
  }
  html body {
    height: auto;
    overflow: visible;
  }
  * {
    box-shadow: none !important;
    filter: none !important;
  }
  .fixed-layer,
.header,
.content-break,
.entry-filler,
.cover-clip,
.back-cover-clip,
.footer-links,
.modal,
.print-ui-stack,
.background-occlusion-rectangle {
    display: none !important;
  }
  .page::after,
.cover-overlay::after,
.back-cover-overlay::after {
    display: none !important;
  }
  .cover-side-panel {
    background-image: none !important;
  }
  body.printing-imposed .phone-inner > *:not(.print-root) {
    display: none;
  }
  body.printing-imposed,
body.printing-imposed .phone-container,
body.printing-imposed .phone-inner,
body.printing-imposed .print-root {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .print-root {
    display: block;
  }
  .print-pair {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 297mm;
    height: 209.5mm;
    overflow: visible;
    transform: scale(0.95, 0.95);
    transform-origin: center center;
    top: 0.25mm;
  }
  body:not(.printing-imposed) .page {
    overflow: visible;
    transform: scale(0.95, 0.95);
    transform-origin: center center;
    height: 296.5mm;
    top: 0.25mm;
  }
  .print-pair + .print-pair {
    break-before: page;
  }
  .print-cell {
    width: 148.5mm;
    height: 209.5mm;
    overflow: hidden;
    container-type: inline-size;
  }
  .print-cell .page {
    width: 148.5mm;
    height: 209.5mm;
  }
  .pagestack .page,
.page.print-blank {
    background-color: transparent;
  }
  .pagestack .page.invert {
    background-color: var(--green-3);
  }
  .pagestack .page.print-cover-back {
    background-color: var(--background-color);
  }
  .pagestack .page.invert.print-break {
    background: conic-gradient(from 120deg, var(--grey-3) 2%, var(--paper-color) 11%, var(--grey-3) 19%, var(--paper-color) 41%, var(--grey-3) 57%, var(--grey-3) 72%, var(--paper-color) 83%, var(--grey-3) 94%);
  }
  .print-break-occlusion {
    pointer-events: none;
    position: absolute;
    inset: 6% 2%;
    z-index: -1;
    background-color: var(--grey-3);
    border-radius: 35cqw;
    filter: blur(14cqw) !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  html body main.phone-container {
    width: 210mm;
    max-width: none;
    padding: 0;
    overflow: visible;
    height: auto;
    flex: none;
    min-height: unset;
  }
  html body main.phone-container .phone-inner {
    width: 210mm;
    max-width: none;
    padding: 0;
    gap: 0 !important;
    container-type: inline-size;
  }
  .intro-text {
    display: none;
  }
  .pagestack {
    display: block;
    gap: 0;
    margin-top: 0 !important;
  }
  .print-stack {
    display: block;
  }
  .page {
    position: relative;
    width: 210mm;
    height: 297mm;
    aspect-ratio: unset;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .pagestack .page {
    position: relative;
    will-change: auto;
  }
  .page.flag-stuck {
    translate: none;
  }
  .page ~ .page {
    break-before: page;
  }
  .pagestack:not(.print-ui-stack) ~ .pagestack > .page:first-of-type {
    break-before: page;
  }
  .voicenote-player {
    display: none !important;
  }
  .voicenote-inner {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    padding: var(--spacing) calc(var(--spacing) * 1.2) !important;
  }
  .voicenote-caption {
    padding: var(--spacing-text-y) var(--spacing);
  }
  .voicenote-caption::before {
    content: '';
    display: inline-block;
    width: 0.65em;
    height: 0.65em;
    margin-right: 0.4em;
    background: currentColor;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .voicenote-qr {
    display: block !important;
  }
}
