:root {
  --aubergine: #2b1735;
  --aubergine-soft: #402143;
  --parchment: #f3eee3;
  --parchment-deep: #e7dfd2;
  --blush: #d9b1ad;
  --blush-soft: #ead4d0;
  --navy: #101641;
  --matcha: #95a76b;
  --matcha-bright: #b4c28a;
  --brass: #b49759;
  --ink: #27192d;
  --muted: #756b72;
  --white: #fffdf8;
  --hairline: rgba(43, 23, 53, 0.18);
  --shadow: 0 2.2cqh 6cqh rgba(22, 13, 28, 0.19);
  --display: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --utility: "Avenir Next Condensed", "Arial Narrow", var(--body);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --speed: 210ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

html {
  background: #151016;
  color-scheme: dark;
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(86, 55, 91, 0.22), transparent 38%),
    #120e13;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 0.2cqh solid #f2c36f;
  outline-offset: 0.35cqh;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  transition: transform var(--speed) var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.deck-shell {
  width: min(100vw, calc(100svh * 16 / 9));
  height: min(100svh, calc(100vw * 9 / 16));
  padding: clamp(0px, 0.45vmin, 7px);
}

.deck {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  container-type: size;
  color-scheme: light;
  background: var(--parchment);
  box-shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.35);
  isolation: isolate;
}

.deck__grain {
  position: absolute;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: multiply;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, #000 0 0.04cqh, transparent 0.05cqh 0.14cqh);
}

.slide {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(1.2cqw, 0, 0) scale(0.997);
  transition:
    opacity var(--speed) var(--ease),
    transform var(--speed) var(--ease),
    visibility 0s linear var(--speed);
}

.slide[aria-hidden="false"] {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity var(--speed) var(--ease),
    transform var(--speed) var(--ease),
    visibility 0s linear 0s;
}

.slide__inner {
  width: 100%;
  height: 100%;
  padding: 6.6cqh 5.6cqw 7.4cqh;
}

.slide--parchment,
.slide--next,
.slide--partnerships {
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 42%),
    var(--parchment);
}

.slide--aubergine {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 10%, rgba(132, 81, 124, 0.28), transparent 35%),
    linear-gradient(145deg, var(--aubergine), #25102f 66%, #1d0e27);
}

.slide--blush {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.5), transparent 35%),
    var(--blush-soft);
}

h1,
h2,
h3,
p,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
h3,
blockquote {
  font-family: var(--display);
  font-weight: 500;
  text-wrap: balance;
}

h2 {
  margin-bottom: 2.4cqh;
  font-size: clamp(22px, 6.1cqh, 80px);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

h3 {
  font-size: clamp(14px, 3cqh, 38px);
  line-height: 1.04;
}

p,
li {
  font-size: clamp(8px, 1.8cqh, 23px);
  line-height: 1.55;
}

.lede {
  max-width: 44em;
  color: color-mix(in srgb, currentColor 82%, transparent);
  font-size: clamp(9px, 2.15cqh, 29px);
  line-height: 1.5;
}

.eyebrow {
  margin-bottom: 1.8cqh;
  color: #8f5d6b;
  font-family: var(--utility);
  font-size: clamp(7px, 1.22cqh, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #d7a9af;
}

.mini-label {
  margin: 3.6cqh 0 1.4cqh;
  font-family: var(--utility);
  font-size: clamp(7px, 1.1cqh, 14px);
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.microcopy,
.footnote {
  color: color-mix(in srgb, currentColor 62%, transparent);
  font-size: clamp(7px, 1.25cqh, 16px);
  line-height: 1.45;
}

.footnote {
  margin: 2.4cqh 0 0;
}

.footnote--center {
  text-align: center;
}

.slide-heading {
  margin-bottom: 4.8cqh;
}

.slide-heading h2 {
  margin-bottom: 0;
}

.slide-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6cqw;
}

.slide-heading--light {
  color: var(--white);
}

.heading-note {
  max-width: 30em;
  margin: 0 0 0.8cqh;
  color: var(--muted);
  font-size: clamp(7px, 1.5cqh, 19px);
  line-height: 1.45;
  text-align: right;
}

.slide-heading--light .heading-note {
  color: rgba(255, 253, 248, 0.65);
}

.heading-note--serif {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(14px, 3.4cqh, 44px);
  font-style: italic;
}

/* Cover */

.slide--cover {
  background:
    radial-gradient(circle at 90% 8%, rgba(145, 91, 137, 0.36), transparent 31%),
    linear-gradient(128deg, #311a3c 0%, #25102f 64%, #1a0e22 100%);
}

.cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5.3cqh 5.1cqw 5.4cqh;
}

.cover::after {
  position: absolute;
  content: "";
  right: -7cqw;
  bottom: -22cqh;
  width: 40cqw;
  height: 45cqw;
  border: 0.1cqh solid rgba(185, 151, 89, 0.3);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.2cqh rgba(185, 151, 89, 0.035),
    0 0 0 10cqh rgba(185, 151, 89, 0.02);
}

.cover__topline,
.cover__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3cqw;
  color: rgba(255, 253, 248, 0.62);
  font-family: var(--utility);
  font-size: clamp(7px, 1.13cqh, 15px);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cover__title {
  position: relative;
  z-index: 1;
  margin-top: 2cqh;
}

.cover h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(44px, 14.3cqh, 188px);
  line-height: 0.73;
  letter-spacing: -0.065em;
}

.cover__dek {
  margin: 4cqh 0 0;
  color: var(--blush-soft);
  font-family: var(--display);
  font-size: clamp(13px, 3cqh, 40px);
  font-style: italic;
}

.cover__footer p {
  margin: 0;
}

.cover__footer strong {
  color: var(--white);
}

.roundel {
  display: grid;
  width: 6.8cqh;
  aspect-ratio: 1;
  place-items: center;
  border: 0.15cqh solid currentColor;
  border-radius: 50%;
  color: var(--aubergine);
  font-family: var(--display);
}

.roundel::before {
  position: absolute;
  content: "";
  width: 5.2cqh;
  aspect-ratio: 1;
  border: 0.08cqh solid currentColor;
  border-radius: 50%;
  opacity: 0.65;
}

.roundel span {
  font-size: 2.3cqh;
}

.roundel--light {
  position: relative;
  color: var(--brass);
}

/* Shared split layouts */

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: 5.6cqw;
}

.split--image-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.split--carousel {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}

.split__copy {
  position: relative;
  z-index: 2;
}

.split__copy--compact h2 {
  font-size: clamp(21px, 5.25cqh, 70px);
}

.split__copy--light {
  color: var(--white);
}

.split__copy--light .lede {
  color: rgba(255, 253, 248, 0.72);
}

.image-button {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 380ms var(--ease), filter 380ms var(--ease);
}

.image-button:hover img {
  transform: scale(1.018);
  filter: saturate(1.03) contrast(1.015);
}

.image-button__hint {
  position: absolute;
  right: 1.4cqh;
  bottom: 1.4cqh;
  z-index: 3;
  padding: 0.75cqh 1.2cqh;
  color: var(--ink);
  border: 0.1cqh solid rgba(43, 23, 53, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.88);
  backdrop-filter: blur(1cqh);
  font-family: var(--utility);
  font-size: clamp(6px, 1cqh, 13px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.image-button__hint--light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(27, 14, 35, 0.62);
}

.image-frame {
  width: 100%;
  height: 70cqh;
  border-radius: 0.8cqh;
  box-shadow: var(--shadow);
}

.image-frame--product {
  height: 67cqh;
}

.image-frame--tall {
  height: 71cqh;
}

.image-frame--tall img {
  object-position: center;
}

/* Setting and statement */

.split--setting {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 7cqw;
}

.split--setting h2 {
  font-size: clamp(28px, 7.8cqh, 104px);
}

.counterpoint {
  display: grid;
  gap: 0;
  border-top: 0.12cqh solid var(--hairline);
}

.counterpoint__row {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr;
  align-items: center;
  gap: 2.2cqw;
  min-height: 14cqh;
  border-bottom: 0.12cqh solid var(--hairline);
}

.counterpoint__row span,
.counterpoint__row strong {
  font-size: clamp(8px, 1.9cqh, 24px);
  line-height: 1.35;
}

.counterpoint__row > span:first-child {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 0.08cqh;
}

.counterpoint__row > span:nth-child(2) {
  color: var(--blush);
}

.counterpoint__row strong {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
}

.statement {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.statement blockquote {
  max-width: 22ch;
  margin: 2cqh auto 4cqh;
  font-size: clamp(25px, 6.5cqh, 86px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.statement blockquote em {
  color: #d6a0aa;
}

.statement > p:last-of-type {
  max-width: 48em;
  color: rgba(255, 253, 248, 0.58);
  font-size: clamp(8px, 1.55cqh, 20px);
}

.ribbon-line {
  position: absolute;
  right: -10cqw;
  bottom: 15cqh;
  width: 44cqw;
  height: 7cqh;
  border: 0.25cqh solid rgba(180, 151, 89, 0.45);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  transform: rotate(-8deg);
}

/* Brands */

.brand-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5.2cqw minmax(0, 1fr);
  gap: 2.4cqw;
  align-items: stretch;
}

.brand-card {
  min-height: 47cqh;
  padding: 3.5cqh 3cqw;
  border: 0.1cqh solid var(--hairline);
  border-radius: 0.7cqh;
  background: rgba(255, 255, 255, 0.25);
}

.brand-card p {
  max-width: 33em;
  margin-bottom: 1.5cqh;
}

.brand-card > strong {
  display: block;
  margin-top: 2.8cqh;
  color: var(--navy);
  font-size: clamp(7px, 1.28cqh, 17px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-card--blush > strong {
  color: #985b66;
}

.brand-card__name {
  display: flex;
  align-items: center;
  gap: 1.2cqh;
  margin-bottom: 1.5cqh;
}

.brand-card__name h3 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(14px, 3cqh, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.brand-monogram {
  display: grid;
  width: 3.4cqh;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--navy);
  font-family: var(--display);
  font-size: 1.7cqh;
}

.brand-monogram--script {
  color: var(--aubergine);
  background: var(--blush);
  font-style: italic;
}

.brand-card__descriptor {
  min-height: 3em;
  color: var(--muted);
  font-family: var(--display);
  font-style: italic;
}

.brand-pair__rule {
  position: relative;
  display: grid;
  place-items: center;
}

.brand-pair__rule::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.1cqh;
  background: var(--hairline);
}

.brand-pair__rule span {
  z-index: 1;
  padding: 1.4cqh 0.4cqh;
  color: #9f6974;
  background: var(--parchment);
  font-family: var(--display);
  font-size: 1.45cqh;
  font-style: italic;
  writing-mode: vertical-rl;
}

/* Schedule */

.schedule {
  display: grid;
  grid-template-columns: 0.72fr repeat(4, 1fr);
  grid-template-rows: 7cqh 18cqh 25cqh;
  overflow: hidden;
  border: 0.1cqh solid var(--hairline);
  border-radius: 0.7cqh;
  background: rgba(255, 255, 255, 0.3);
}

.schedule > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5cqh 1.2cqw;
  border-right: 0.1cqh solid var(--hairline);
  border-bottom: 0.1cqh solid var(--hairline);
  font-size: clamp(7px, 1.4cqh, 18px);
  text-align: center;
}

.schedule > div:nth-child(5n) {
  border-right: 0;
}

.schedule__corner {
  color: rgba(255, 253, 248, 0.68);
  background: var(--navy);
  font-family: var(--utility);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.schedule > [role="columnheader"]:not(.schedule__corner) {
  font-family: var(--utility);
  font-size: clamp(6px, 1.15cqh, 15px);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.schedule__label {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  color: var(--white);
  background: var(--navy);
  font-family: var(--utility);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left !important;
  text-transform: uppercase;
}

.schedule__cell {
  flex-direction: column;
  gap: 1.3cqh;
  font-family: var(--display);
}

.schedule__cell strong {
  color: #a45d69;
  font-family: var(--body);
  font-size: 0.82em;
}

.schedule__cell--matcha {
  background: color-mix(in srgb, var(--matcha) 18%, transparent);
}

.schedule__cell--blush {
  background: color-mix(in srgb, var(--blush) 22%, transparent);
}

/* Arrival and callouts */

.quiet-list,
.gift-list {
  display: grid;
  gap: 1cqh;
  margin: 3.4cqh 0;
  padding: 0;
  list-style: none;
}

.quiet-list li {
  padding: 1cqh 0;
  border-top: 0.1cqh solid var(--hairline);
  font-family: var(--display);
  font-size: clamp(8px, 1.55cqh, 20px);
}

.quiet-list li:last-child {
  border-bottom: 0.1cqh solid var(--hairline);
}

.ritual-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2cqw;
  align-items: center;
  margin: 3.5cqh 0;
  padding: 2cqh 1.4cqw;
  border-top: 0.1cqh solid var(--hairline);
  border-bottom: 0.1cqh solid var(--hairline);
}

.ritual-callout__number {
  color: var(--matcha);
  font-family: var(--display);
  font-size: 4.5cqh;
}

.ritual-callout strong {
  font-family: var(--display);
  font-size: 2.1cqh;
  font-weight: 500;
}

.ritual-callout p {
  margin: 0.5cqh 0 0;
  color: var(--muted);
  font-size: 1.35cqh;
}

.partner-pill {
  display: flex;
  align-items: center;
  gap: 1cqw;
  margin-top: 3cqh;
  padding: 1cqh 1.1cqh;
  border: 0.1cqh solid var(--hairline);
  border-radius: 99px;
  font-size: clamp(6px, 1.25cqh, 16px);
  line-height: 1.3;
}

.partner-pill span {
  flex: 0 0 auto;
  padding: 0.65cqh 0.8cqh;
  color: var(--white);
  border-radius: 99px;
  background: var(--aubergine);
  font-family: var(--utility);
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-pill--blush span {
  color: var(--aubergine);
  background: var(--blush);
}

/* Carousel */

.carousel {
  position: relative;
  min-width: 0;
  height: 70cqh;
}

.carousel__viewport {
  position: relative;
  width: 100%;
  height: 63cqh;
  overflow: hidden;
  border-radius: 0.8cqh;
  box-shadow: var(--shadow);
}

.carousel__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(2cqw);
  transition:
    opacity var(--speed) var(--ease),
    transform var(--speed) var(--ease),
    visibility 0s linear var(--speed);
}

.carousel__item[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition:
    opacity var(--speed) var(--ease),
    transform var(--speed) var(--ease),
    visibility 0s linear 0s;
}

.carousel__caption {
  position: absolute;
  right: 1.5cqh;
  bottom: 1.5cqh;
  left: 1.5cqh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1cqw;
  padding: 1.6cqh 1.4cqw;
  color: var(--white);
  background: rgba(31, 15, 39, 0.76);
  backdrop-filter: blur(1.2cqh);
  font-size: 1.25cqh;
  line-height: 1.3;
}

.carousel__caption strong {
  font-family: var(--display);
  font-size: 2.3cqh;
  font-weight: 500;
}

.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.1cqh;
  padding-top: 1.6cqh;
}

.carousel__controls button {
  display: grid;
  width: 3.6cqh;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  border: 0.1cqh solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.carousel__controls span {
  min-width: 4.8cqh;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.15cqh;
  text-align: center;
}

.flavour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8cqh;
  margin-top: 3.5cqh;
}

.flavour-list span {
  padding: 0.75cqh 1.05cqh;
  color: var(--matcha-bright);
  border: 0.1cqh solid rgba(180, 194, 138, 0.34);
  border-radius: 999px;
  font-size: 1.15cqh;
}

/* Lunch and packaging */

.lunch-content {
  display: grid;
  gap: 0.5cqh;
  margin: 3.4cqh 0;
  padding: 2.4cqh 1.6cqw;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0.45cqh 0.45cqh 0 var(--blush);
}

.lunch-content span {
  color: var(--blush);
  font-size: 1.05cqh;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lunch-content strong {
  font-family: var(--display);
  font-size: 2.3cqh;
  font-weight: 500;
}

.lunch-content small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.1cqh;
}

.slide--packaging {
  color: var(--ink);
  background:
    linear-gradient(90deg, var(--parchment) 0 45%, #ebe5da 45% 100%);
}

.packaging {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 6cqw;
  align-items: center;
}

.packaging__intro h2 {
  font-size: clamp(24px, 6.2cqh, 82px);
}

.packaging__intro > p {
  max-width: 34em;
}

.ask-deal {
  display: grid;
  gap: 1.4cqh;
  margin-top: 3.3cqh;
}

.ask-deal p {
  display: grid;
  grid-template-columns: 7cqh 1fr;
  gap: 1cqw;
  margin: 0;
  padding-top: 1.4cqh;
  border-top: 0.1cqh solid var(--hairline);
  font-size: 1.35cqh;
}

.ask-deal span {
  color: #9b6470;
  font-family: var(--utility);
  font-size: 1.05cqh;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1cqw;
  margin-bottom: 3cqh;
}

.system-heading h3 {
  margin: 0;
  font-size: 3.6cqh;
}

.object-row {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 0.8fr 0.8fr;
  gap: 0.9cqw;
  align-items: end;
}

.object-card {
  position: relative;
  display: flex;
  min-height: 27cqh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--navy);
  border: 0.1cqh solid rgba(43, 23, 53, 0.08);
  border-radius: 1.2cqh 1.2cqh 0.4cqh 0.4cqh;
  background: #d6b789;
  box-shadow: 0 1cqh 2.6cqh rgba(43, 23, 53, 0.08);
}

.object-card::before {
  position: absolute;
  content: "";
  top: 17%;
  right: 0;
  left: 0;
  height: 8cqh;
  background: var(--navy);
}

.object-card strong {
  position: absolute;
  bottom: 1.4cqh;
  font-family: var(--display);
  font-size: 1.3cqh;
  font-weight: 500;
}

.object-card__band {
  position: relative;
  z-index: 1;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.2cqh;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.object-card--drink {
  min-height: 32cqh;
  border-radius: 3cqh 3cqh 1cqh 1cqh;
  background: linear-gradient(#91a967 0 42%, #eef0dc 42% 100%);
}

.object-card--wrap {
  min-height: 22cqh;
  border-radius: 999px;
  transform: rotate(-3deg);
}

.object-card--side {
  min-height: 20cqh;
  border-radius: 0.5cqh;
  background: var(--parchment);
}

.object-card--side::before {
  display: none;
}

.object-card__roundel {
  display: grid;
  width: 4.5cqh;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--navy);
  font-family: var(--display);
}

.packaging__system .microcopy {
  margin-top: 2.5cqh;
}

/* Full bleed rooms */

.slide--image-full {
  background: var(--aubergine);
}

.full-bleed {
  width: 100%;
  height: 100%;
}

.full-bleed > .image-button__hint {
  right: 2.3cqw;
  bottom: 8.4cqh;
}

.full-bleed__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 12, 31, 0.9) 0%, rgba(24, 12, 31, 0.54) 42%, transparent 72%),
    linear-gradient(0deg, rgba(15, 8, 20, 0.25), transparent 50%);
}

.full-bleed__scrim--dinner {
  background:
    linear-gradient(0deg, rgba(22, 11, 29, 0.92) 0%, rgba(22, 11, 29, 0.3) 48%, transparent 70%),
    linear-gradient(90deg, rgba(22, 11, 29, 0.28), transparent 55%);
}

.full-bleed__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5.6cqw;
  display: flex;
  max-width: 44cqw;
  flex-direction: column;
  align-items: flex-start;
  color: var(--white);
  transform: translateY(-50%);
}

.full-bleed__content strong {
  font-family: var(--display);
  font-size: clamp(25px, 6.2cqh, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.full-bleed__content small {
  max-width: 35em;
  margin-top: 2.4cqh;
  color: rgba(255, 253, 248, 0.74);
  font-size: 1.7cqh;
  line-height: 1.5;
}

.full-bleed__content--bottom {
  top: auto;
  right: 5.6cqw;
  bottom: 8.5cqh;
  left: 5.6cqw;
  max-width: none;
  transform: none;
}

.full-bleed__content--bottom strong {
  font-size: 6.8cqh;
}

.full-bleed__content--bottom small {
  max-width: 43em;
}

.partner-inline {
  margin-top: 2cqh;
  padding-top: 1.4cqh;
  color: var(--blush-soft);
  border-top: 0.1cqh solid rgba(255, 255, 255, 0.28);
  font-size: 1.25cqh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Glam and gifting */

.service-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 3.2cqh 0;
  border-top: 0.1cqh solid rgba(43, 23, 53, 0.2);
  border-bottom: 0.1cqh solid rgba(43, 23, 53, 0.2);
}

.service-line span {
  padding: 1.4cqh 0.5cqh;
  border-right: 0.1cqh solid rgba(43, 23, 53, 0.2);
  font-family: var(--display);
  font-size: 1.4cqh;
  text-align: center;
}

.service-line span:last-child {
  border-right: 0;
}

.gift-list {
  margin-top: 4cqh;
}

.gift-list li {
  display: grid;
  grid-template-columns: 3.5cqh 1fr;
  gap: 1cqh;
  align-items: center;
  padding: 1.1cqh 0;
  color: rgba(255, 253, 248, 0.8);
  border-top: 0.1cqh solid rgba(255, 255, 255, 0.18);
  font-family: var(--display);
  font-size: 1.55cqh;
}

.gift-list li:last-child {
  border-bottom: 0.1cqh solid rgba(255, 255, 255, 0.18);
}

.gift-list span {
  color: var(--blush);
  font-family: var(--body);
  font-size: 1.1cqh;
}

/* Object gallery */

.object-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3cqw;
}

.object-gallery__item {
  height: 41cqh;
  border-radius: 0.7cqh;
  background: var(--parchment);
  box-shadow: 0 1.2cqh 3cqh rgba(0, 0, 0, 0.18);
}

.object-gallery__item img {
  height: 34cqh;
}

.object-gallery__item span {
  display: grid;
  height: 7cqh;
  place-items: center;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.55cqh;
}

.gallery-ribbon {
  position: absolute;
  z-index: 4;
  right: -5cqw;
  bottom: 13cqh;
  width: 48cqw;
  height: 5cqh;
  border: 0.22cqh solid rgba(180, 151, 89, 0.78);
  border-left: 0;
  border-radius: 0 50% 50% 0;
  pointer-events: none;
  transform: rotate(-5deg);
}

/* Audience and partnerships */

.invite-mark {
  display: flex;
  align-items: baseline;
  gap: 0.7cqh;
  padding-bottom: 1cqh;
  color: #9a6871;
  border-bottom: 0.1cqh solid var(--hairline);
  font-size: 1.2cqh;
  text-transform: uppercase;
}

.invite-mark strong {
  font-family: var(--display);
  font-size: 3.6cqh;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2cqw;
}

.audience-grid article {
  position: relative;
  min-height: 42cqh;
  padding: 3.2cqh 2.2cqw;
  overflow: hidden;
  border: 0.1cqh solid var(--hairline);
  border-radius: 0.6cqh;
  background: rgba(255, 255, 255, 0.27);
}

.audience-grid article::after {
  position: absolute;
  right: -5cqh;
  bottom: -8cqh;
  content: "";
  width: 18cqh;
  aspect-ratio: 1;
  border: 0.1cqh solid rgba(154, 104, 113, 0.22);
  border-radius: 50%;
}

.audience-grid article > span {
  color: #a26c77;
  font-family: var(--utility);
  font-size: 1.2cqh;
}

.audience-grid h3 {
  margin: 6cqh 0 2cqh;
  font-size: 3.5cqh;
}

.audience-grid p {
  max-width: 25em;
  color: var(--muted);
  font-size: 1.4cqh;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15cqh 1.1cqw;
}

.partner-grid article {
  position: relative;
  min-height: 14.5cqh;
  padding: 2.2cqh 2cqw 2cqh 6cqw;
  border: 0.1cqh solid var(--hairline);
  border-radius: 0.6cqh;
  background: rgba(255, 255, 255, 0.32);
}

.partner-grid article > span {
  position: absolute;
  top: 2.5cqh;
  left: 2cqw;
  color: #a46d78;
  font-size: 1.15cqh;
}

.partner-grid h3 {
  margin-bottom: 0.7cqh;
  font-family: var(--body);
  font-size: 1.65cqh;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.partner-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.23cqh;
  line-height: 1.4;
}

.partner-grid__feature {
  color: var(--white);
  background: var(--aubergine) !important;
}

.partner-grid__feature p {
  color: rgba(255, 255, 255, 0.66);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2cqw;
  margin-top: 3.4cqh;
  padding-top: 2.4cqh;
  border-top: 0.1cqh solid var(--hairline);
}

.value-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 1.1cqh;
  line-height: 1.35;
}

.value-strip strong {
  display: block;
  margin-bottom: 0.6cqh;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.7cqh;
  font-weight: 500;
}

/* Next */

.next {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 4.2cqh;
}

.next > div:first-child {
  max-width: 64cqw;
}

.next h2 {
  font-size: clamp(36px, 9.5cqh, 125px);
}

.next-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8cqw;
  margin: 0;
  padding: 3cqh 0 0;
  border-top: 0.1cqh solid var(--hairline);
  list-style: none;
}

.next-steps li {
  display: grid;
  color: var(--muted);
  font-size: 1.25cqh;
  line-height: 1.35;
}

.next-steps span {
  margin-bottom: 2.6cqh;
  color: #a46d78;
  font-size: 1.1cqh;
}

.next-steps strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.2cqh;
  font-weight: 500;
}

.next__footer {
  display: flex;
  align-items: center;
  gap: 1.3cqh;
  justify-self: end;
}

.next__footer > div:last-child {
  display: grid;
  gap: 0.4cqh;
}

.next__footer strong {
  font-family: var(--display);
  font-size: 1.8cqh;
  font-weight: 500;
}

.next__footer span {
  color: var(--muted);
  font-size: 1cqh;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Persistent navigation */

.deck-nav {
  position: absolute;
  z-index: 90;
  right: 2.2cqw;
  bottom: 2.4cqh;
  display: flex;
  align-items: center;
  gap: 0.8cqh;
  padding: 0.65cqh;
  color: var(--white);
  border: 0.1cqh solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(30, 17, 36, 0.72);
  box-shadow: 0 0.8cqh 2.8cqh rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(1.2cqh);
}

.deck-nav__button {
  display: grid;
  width: 3.3cqh;
  aspect-ratio: 1;
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  cursor: pointer;
  transition: background var(--speed) ease, transform var(--speed) ease;
}

.deck-nav__button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-0.12cqh);
}

.deck-nav__button:disabled {
  opacity: 0.32;
  cursor: default;
  transform: none;
}

.deck-nav__counter {
  min-width: 5.4cqh;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--utility);
  font-size: 1cqh;
  letter-spacing: 0.08em;
  text-align: center;
}

.deck-nav__counter [data-current-slide] {
  color: var(--white);
}

.deck-title {
  position: absolute;
  z-index: 88;
  top: 2.8cqh;
  right: 2.6cqw;
  margin: 0;
  padding: 0.7cqh 1cqh;
  color: rgba(255, 255, 255, 0.7);
  border: 0.1cqh solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(30, 17, 36, 0.52);
  backdrop-filter: blur(1cqh);
  font-family: var(--display);
  font-size: 1.15cqh;
}

/* Lightbox */

.lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 4rem);
  color: var(--white);
  background: rgba(13, 8, 15, 0.94);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity var(--speed) var(--ease);
}

.lightbox[hidden] {
  display: none;
}

.lightbox[aria-hidden="false"] {
  opacity: 1;
}

.lightbox__figure {
  display: grid;
  max-width: min(92vw, 1680px);
  max-height: 88svh;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.9rem;
  margin: 0;
}

.lightbox__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80svh;
  margin: auto;
  object-fit: contain;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.45);
}

.lightbox__figure figcaption {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  text-align: center;
}

.lightbox__close {
  position: fixed;
  z-index: 2;
  top: 1.2rem;
  right: 1.2rem;
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  font-size: 1.6rem;
}

body.is-lightbox-open {
  overflow: hidden;
}

/* Adaptation */

@media (max-aspect-ratio: 4 / 5) {
  body::before {
    position: fixed;
    z-index: 0;
    top: 0.75rem;
    right: 0;
    left: 0;
    content: "Rotate for the full presentation view";
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
  }

  .deck-shell {
    align-self: center;
  }
}

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