@font-face {
  font-family: "Wedding Display";
  src:
    url("assets/fonts/Quarto-Light.otf") format("opentype"),
    local("Quarto Light"),
    local("Quarto");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Wedding Display";
  src:
    url("assets/fonts/Quarto-Semibold.otf") format("opentype"),
    local("Quarto Medium"),
    local("Quarto Semibold"),
    local("Quarto"),
    local("ABC Arizona Serif Medium"),
    local("Arizona Serif Medium");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Wedding Display";
  src:
    url("assets/fonts/Quarto-LightItalic.otf") format("opentype"),
    local("Quarto Light Italic"),
    local("Quarto Italic");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Azuree ND";
  src: url("assets/Azuree-ND-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f7f5ef;
  --ink: #15130f;
  --blue: #071d51;
  --cobalt: #123fb9;
  --ochre-gold: #9b6a32;
  --mastic-linen: #d8cec5;
  --chocolate-ink: #4b352c;
  --rouge: #bd141d;
  --rose: #e7849a;
  --white: #fffefa;
  --courreges-white: #ebe9e4;
  --line-dark: rgb(17 16 15 / 24%);
  --line-light: rgb(255 254 250 / 28%);
  --edge: clamp(0.8rem, 1.3vw, 1.25rem);
  --serif: "Wedding Display", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --azuree: "Azuree ND", "Wedding Display", "Iowan Old Style", Baskerville, serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

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

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

h1,
h2,
h3 {
  font-weight: 500;
  word-spacing: 0.085em;
}

h1 {
  max-width: min(100%, 18ch);
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  font-size: clamp(calc(3.1rem - 3pt), calc(6.8vw - 3pt), calc(7.35rem - 3pt));
  line-height: 0.9;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(calc(3.1rem - 3pt), calc(6.8vw - 3pt), calc(7.35rem - 3pt));
  line-height: 0.9;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 0.25rem;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 0.7rem;
  transform: translateY(-160%);
}

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

.topbar {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  padding: calc(var(--edge) + 0.6rem) calc(var(--edge) + 0.8rem);
  color: var(--nav-color, var(--white));
  pointer-events: none;
  transition: color 260ms ease;
}

.topbar a,
.topbar button {
  pointer-events: auto;
}

body[data-nav-tone="dark"] {
  --nav-color: var(--ink);
}

body[data-nav-tone="light"] {
  --nav-color: var(--white);
}

.brand {
  width: fit-content;
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 0.9;
  text-decoration: none;
  letter-spacing: -0.04em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.brand span {
  display: inline-block;
  font-style: normal;
  margin: 0 0.1em;
}

.event-meta {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.2rem);
  line-height: 1.02;
  text-align: center;
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.95rem;
  font-family: var(--sans);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.language {
  display: flex;
  gap: 0.25rem;
}

.language button,
.sound-toggle {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  opacity: 0.42;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.sound-toggle {
  position: relative;
  padding-left: 0.95rem;
  opacity: 0.72;
}

.sound-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
  opacity: 0.45;
}

.sound-toggle[aria-pressed="true"] {
  opacity: 1;
}

.sound-toggle[aria-pressed="true"]::before {
  opacity: 1;
}

.language button[aria-pressed="true"] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.chapter-nav {
  position: fixed;
  z-index: 100;
  right: calc(var(--edge) + 0.8rem);
  bottom: calc(var(--edge) + 0.65rem);
  left: calc(var(--edge) + 0.8rem);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  color: var(--nav-color, var(--white));
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
  transition: color 260ms ease;
}

.chapter-nav a {
  position: relative;
  width: fit-content;
  justify-self: center;
  color: inherit;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
}

.chapter-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.chapter-nav a:hover::after,
.chapter-nav a:focus-visible::after,
.chapter-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.art-scroll {
  position: relative;
  height: 260vh;
  background: var(--blue);
}

.art-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 36rem;
  padding: 0;
}

.art-frame {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
  border-radius: 0;
}

.art-media {
  position: absolute;
  inset: 0 auto 0 0;
  width: 114vw;
  height: 100%;
  will-change: transform;
  transform: translate3d(var(--art-x, 0vw), var(--art-y, 0vh), 0) scale(var(--art-scale, 1.012));
  transform-origin: center;
}

.art-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}

.art-video.is-ready {
  opacity: 1;
}

.art-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgb(20 31 54 / 18%), transparent 26%, transparent 76%, rgb(56 43 35 / 12%));
}

.save-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: min(54vw, 42rem);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  perspective: 1800px;
  transform: translate(-50%, -50%);
}

.save-card__inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 850ms cubic-bezier(0.22, 0.72, 0.18, 1);
}

.save-card.is-flipped .save-card__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.save-card__face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgb(21 19 15 / 20%);
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.save-card__front {
  padding: 0;
  background: var(--paper);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.save-card__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.save-card__artwork {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.save-card__mobile-title {
  display: none;
}

.save-card__front small {
  bottom: -1.45rem;
  color: var(--white);
  opacity: 0.78;
}

.save-card__back {
  color: var(--ink);
  background: var(--mastic-linen);
  border-color: rgb(21 19 15 / 18%);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.save-card__eyebrow,
.save-card__date,
.save-card__venue,
.save-card small {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.save-card__eyebrow {
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  font-size: 0.66rem;
}

.save-card strong {
  display: block;
  max-width: 12ch;
  font-size: clamp(3.1rem, 6.4vw, 7.4rem);
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.save-card strong em {
  color: var(--rose);
  font-weight: inherit;
}

.save-card__city {
  margin-top: 1.3rem;
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  font-style: italic;
}

.save-card__date {
  margin-top: 0.65rem;
  font-size: 0.66rem;
}

.save-card__back strong {
  max-width: 14ch;
  font-size: clamp(2rem, 3.9vw, 4.35rem);
}

.save-card__venue {
  max-width: 34rem;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  font-size: 0.64rem;
  line-height: 1.4;
}

.save-card__back em {
  margin-top: 1.3rem;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  font-weight: 500;
}

.save-card small {
  position: absolute;
  bottom: 1.2rem;
  font-size: 0.52rem;
  opacity: 0.55;
}

.save-card:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 0.45rem;
}

.art-caption {
  position: absolute;
  z-index: 3;
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  font-family: var(--sans);
  font-size: 0.6rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.art-caption--left {
  left: 1.4rem;
}

.art-caption--center {
  left: 50%;
  transform: translateX(-50%);
}

.art-caption--right {
  right: 1.4rem;
  align-items: flex-end;
}

.chapter {
  position: relative;
  min-height: 100vh;
  padding: clamp(8rem, 13vw, 12rem) clamp(1.5rem, 6vw, 7rem) clamp(8rem, 11vw, 10rem);
  scroll-margin-top: 5rem;
}

.chapter-code,
.kicker,
.editorial-link {
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.chapter-code {
  position: absolute;
  top: clamp(5.7rem, 7vw, 7rem);
  left: 50%;
  width: fit-content;
  max-width: min(calc(100% - 3rem), 54rem);
  margin: 0;
  color: var(--rouge);
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.32rem;
  align-items: baseline;
  justify-content: center;
  font-size: clamp(calc(0.72rem + 3pt), calc(0.92vw + 3pt), calc(0.96rem + 3pt));
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  opacity: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.chapter-code__number,
.chapter-code__separator,
.chapter-code__title {
  display: inline;
}

.chapter-code__number {
  letter-spacing: 0.16em;
}

.chapter-code__title {
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.prelude .chapter-code,
.practical .chapter-code {
  color: var(--white);
}

.note .chapter-code {
  color: var(--rouge);
}

.note {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3.4vw, 3rem);
  align-items: center;
  justify-content: center;
  background-color: var(--paper);
  background:
    linear-gradient(180deg, rgb(255 249 238 / 72%), transparent 28rem),
    var(--paper);
  color: var(--ink);
  text-align: center;
}

.note .chapter-code {
  position: static;
  transform: none;
}

.note-copy {
  position: relative;
  width: min(100%, 74rem);
  min-width: 0;
  max-width: 82rem;
}

.note-title span {
  display: block;
  text-wrap: balance;
}

.note-title span + span {
  margin-top: 0.08em;
}

.kicker {
  margin-bottom: 1.5rem;
}

.polaroid-set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center;
  max-width: 68rem;
  margin: 0 auto clamp(4rem, 8vw, 7rem);
}

.polaroid {
  padding: 0.5rem 0.5rem 1.1rem;
  margin: 0;
  background: var(--white);
  border: 1px solid rgb(21 19 15 / 14%);
}

.polaroid--one {
  transform: rotate(-1.6deg) translateY(1.5rem);
}

.polaroid--two {
  transform: rotate(1.1deg) translateY(-0.8rem);
}

.polaroid--three {
  transform: rotate(-0.7deg) translateY(2rem);
}

.polaroid-placeholder {
  display: grid;
  aspect-ratio: 4 / 5;
  color: rgb(21 19 15 / 40%);
  background: #e9e5dc;
  place-items: center;
}

.polaroid-placeholder span,
.polaroid figcaption {
  font-family: var(--sans);
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.polaroid figcaption {
  margin-top: 0.7rem;
  text-align: left;
}

.note-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  max-width: 58rem;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.35;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.note-body p {
  margin-bottom: 0;
}

.faq,
.gifts {
  background: var(--paper);
}

.day-sequence,
.programme {
  background-color: var(--white);
  background: var(--white);
}

@media (min-width: 801px) {
  .note-title span {
    white-space: nowrap;
  }
}

.faq {
  background-color: var(--paper);
  background:
    linear-gradient(180deg, rgb(255 249 238 / 72%), transparent 28rem),
    var(--paper);
  padding-bottom: clamp(5rem, 7vw, 7rem);
}

.prelude {
  display: block;
  padding-top: 7rem;
  color: var(--white);
  background: var(--ochre-gold);
}

.prelude-meta {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
}

.prelude-meta .chapter-code {
  position: static;
  width: min(100%, 24rem);
  justify-self: center;
  margin: 0;
  transform: none;
}

.prelude-layout {
  width: min(100%, 76rem);
  margin: clamp(1.25rem, 2.2vw, 2.4rem) auto 0;
}

.prelude-date {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.prelude-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line-light);
}

.prelude-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(5rem, 10vw, 11rem);
  line-height: 0.82;
}

.prelude-time {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.3rem, 4.4vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-align: right;
}

.prelude-details {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(12rem, 0.65fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.prelude-details > p:not(.prelude-place) {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1.25;
}

.prelude-place {
  justify-self: end;
  margin: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.chapter-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.8rem, 1.7vw, 1.35rem);
  align-items: center;
  justify-items: center;
  margin-bottom: clamp(2.75rem, 6vw, 5.25rem);
  text-align: center;
}

.chapter-intro .chapter-code {
  position: static;
  justify-self: center;
  transform: none;
}

.chapter-intro > p:last-child {
  max-width: 30rem;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.carnet-cover {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  justify-items: center;
  max-width: 76rem;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  text-align: center;
}

.carnet-cover__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 3.5vw, 3.6rem);
  align-items: center;
  justify-items: center;
  width: 100%;
}

.carnet-cover__media {
  grid-column: 1;
  grid-row: 2;
  width: clamp(14rem, 23vw, 23rem);
  align-self: center;
  justify-self: center;
  padding: clamp(0.45rem, 0.8vw, 0.7rem);
  margin: 0;
  border: 1px solid var(--line-dark);
  background: var(--white);
}

.carnet-cover__copy {
  grid-column: 1;
  grid-row: 1;
  text-align: center;
}

.carnet-cover__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid rgb(21 19 15 / 14%);
  object-fit: cover;
  object-position: center;
}

.carnet-cover__media figcaption {
  margin-top: 0.65rem;
  font-family: var(--sans);
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.carnet-cover__copy h2 {
  max-width: 8ch;
  margin-bottom: clamp(1.1rem, 2.2vw, 2rem);
  margin-left: auto;
  margin-right: auto;
}

.carnet-cover__copy > p:last-child {
  max-width: 36rem;
  margin: 0 auto;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.33;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.programme-intro {
  display: block;
}

.programme {
  padding-top: 7rem;
}

.programme-meta {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
}

.programme-intro .chapter-code {
  display: inline-flex;
  width: fit-content;
  max-width: min(calc(100% - 3rem), 54rem);
  justify-self: center;
  margin: 0;
  transform: none;
}

.programme-meta .programme-date-line {
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  font-size: 0.62rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.programme-heading {
  width: min(100%, 62rem);
  margin: clamp(1.25rem, 2.2vw, 2.4rem) auto 0;
  text-align: center;
}

.programme-heading h2 {
  max-width: 12ch;
  margin: 0 auto;
}

.programme-poem {
  max-width: 40rem;
  margin: 2rem auto 0;
  font-size: clamp(1.18rem, 1.75vw, 1.75rem);
  line-height: 1.32;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.city-list {
  border-top: 1px solid var(--line-dark);
}

.programme-note {
  padding: 1rem 0 1.15rem;
  margin: 0;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--sans);
  font-size: 0.62rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.programme-date {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 2.35fr;
  gap: 2rem;
  align-items: center;
  padding: 1.1rem 0 1.25rem;
  border-bottom: 1px solid var(--line-dark);
}

.programme-date p {
  margin: 0;
}

.programme-date p:last-child {
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.programme-date--wedding {
  margin-top: clamp(3rem, 7vw, 7rem);
  border-top: 1px solid var(--line-dark);
}

.city-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 1.2fr 1.15fr;
  gap: 2rem;
  align-items: start;
  padding: 1.4rem 0 clamp(4rem, 7vw, 7rem);
  border-bottom: 1px solid var(--line-dark);
}

.city-number,
.city-row > p:last-child,
.city-row div p {
  margin-bottom: 0;
}

.city-number {
  font-family: var(--sans);
  font-size: 0.62rem;
  white-space: nowrap;
}

.city-row div p {
  font-style: italic;
}

.city-row > p:last-child {
  max-width: 27rem;
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.city-row:last-child h3 {
  color: var(--chocolate-ink);
  font-style: italic;
}

.practical {
  color: var(--white);
  background: var(--blue);
}

.practical .chapter-intro {
  margin-bottom: clamp(1.9rem, 3.6vw, 3.4rem);
}

.venue-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  max-width: 76rem;
  margin: 0 auto clamp(6rem, 12vw, 11rem);
  gap: clamp(2.6rem, 5.2vw, 5.8rem);
  font-size: clamp(1.08rem, 1.65vw, 1.85rem);
  line-height: 1.34;
  text-align: justify;
  letter-spacing: -0.025em;
}

.venue-intro p {
  max-width: none;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.venue-intro p:last-child {
  align-self: center;
}

.venue-intro__line {
  width: 1px;
  min-height: 0;
  height: auto;
  max-height: none;
  margin-block: clamp(-1.75rem, -1.55vw, -0.9rem);
  align-self: stretch;
  justify-self: center;
  background: rgb(255 254 250 / 46%);
}

.venue-artwork {
  position: relative;
  width: min(100%, 76rem);
  margin: 0 auto;
  overflow: hidden;
}

.venue-drawing {
  display: block;
  width: 100%;
  height: auto;
}

.venue-artwork figcaption {
  margin-top: 1.1rem;
  text-align: center;
}

.venue-link {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-family: var(--sans);
  font-size: 0.62rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.venue-seal {
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 3rem);
  width: clamp(4.5rem, 9vw, 8.5rem);
  height: auto;
  opacity: 0.7;
}

.index-list {
  border-top: 1px solid var(--line-light);
}

.index-row {
  display: grid;
  grid-template-columns: minmax(4rem, 0.35fr) 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.4rem 0 1.8rem;
  border-bottom: 1px solid var(--line-light);
}

.index-row span {
  font-family: var(--sans);
  font-size: 0.62rem;
}

.index-row h3,
.index-row p {
  margin: 0;
}

.index-row p {
  font-style: italic;
}

.rsvp {
  display: flex;
  flex-direction: column;
  min-height: clamp(44rem, 92vh, 62rem);
  padding-top: clamp(6rem, 8vw, 7.5rem);
  padding-bottom: clamp(5.5rem, 8vw, 7rem);
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  background: var(--white);
  text-align: center;
}

.rsvp .chapter-code {
  position: static;
  margin: 0 auto clamp(1.8rem, 3vw, 2.8rem);
  transform: none;
}

.rsvp-center {
  width: min(100%, 76rem);
  max-width: 76rem;
  transform: none;
}

.rsvp h2 {
  max-width: 12ch;
  margin: 0 auto clamp(2.5rem, 4.5vw, 4.6rem);
}

.rsvp-center > p:not(.kicker) {
  max-width: 36rem;
  margin: 0 auto 2rem;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.rsvp-access-card {
  width: min(100%, 54rem);
  margin: 0 auto;
  padding: clamp(1.6rem, 3vw, 3rem) 0 clamp(1.7rem, 3vw, 3.2rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  text-align: center;
}

.rsvp-access-card__eyebrow,
.rsvp-access-card__note {
  font-family: var(--sans);
  font-size: 0.64rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  opacity: 0.62;
}

.rsvp-access-card__copy {
  max-width: 32rem;
  margin: clamp(1.4rem, 2.6vw, 2.4rem) auto;
  font-size: clamp(1.35rem, 2.5vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-align: center !important;
}

.rsvp-access-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  margin: 0 auto clamp(1.2rem, 2vw, 1.8rem);
  padding: 0.95rem 1.4rem 0.9rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rsvp-access-card__button:hover,
.rsvp-access-card__button:focus-visible {
  color: var(--ink);
  background: transparent;
  transform: translateY(-1px);
}

.rsvp-access-card__note {
  max-width: 26rem;
  margin: 0 auto;
  text-transform: none;
  letter-spacing: 0.06em;
}

.rsvp-drawer {
  width: min(100%, 54rem);
  margin: 0 auto;
  border: 0;
}

.rsvp-drawer summary {
  display: grid;
  gap: clamp(1.25rem, 2.2vw, 2rem);
  justify-items: center;
  padding: clamp(1.6rem, 3vw, 3rem) 0 clamp(1.7rem, 3vw, 3.2rem);
  text-align: center;
  list-style: none;
  cursor: pointer;
}

.rsvp-drawer summary::-webkit-details-marker {
  display: none;
}

.rsvp-drawer__copy {
  max-width: 32rem;
  margin: 0 auto;
  font-size: clamp(1.35rem, 2.5vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-align: center !important;
}

.rsvp-gif-frame {
  position: relative;
  width: min(100%, clamp(15rem, 20vw, 20rem));
  aspect-ratio: 1 / 1;
  margin: clamp(0.15rem, 0.7vw, 0.5rem) auto;
  padding: 0;
  background: var(--white);
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
}

.rsvp-gif-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 50%;
}

.rsvp-gif-frame__animation {
  position: relative;
  inset: auto;
  mix-blend-mode: normal;
}

.rsvp-drawer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.95rem 1.4rem 0.9rem;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-family: var(--sans);
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rsvp-drawer summary:hover .rsvp-drawer__button,
.rsvp-drawer summary:focus-visible .rsvp-drawer__button {
  color: var(--ink);
  background: transparent;
  transform: translateY(-1px);
}

.rsvp-drawer[open] summary {
  border-bottom: 0;
}

.rsvp-form {
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 4rem) 0 clamp(0.5rem, 1vw, 1rem);
  border: 0;
  text-align: left;
}

.rsvp-form__hidden {
  display: none;
}

.rsvp-form__intro {
  max-width: 32rem;
  margin: 0 auto clamp(1.8rem, 3vw, 2.7rem);
  font-size: clamp(1.24rem, 2.1vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.032em;
  text-align: center !important;
}

.rsvp-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 3vw, 2.7rem);
  background: transparent;
}

.rsvp-field {
  display: grid;
  min-width: 0;
  min-height: 0;
  gap: clamp(0.72rem, 1vw, 0.95rem);
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.rsvp-field--wide {
  grid-column: auto;
  min-height: auto;
}

.rsvp-field span,
.rsvp-field legend {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.16rem, 1.55vw, 1.5rem);
  line-height: 1.16;
  letter-spacing: -0.018em;
  text-align: left;
  text-wrap: pretty;
}

.rsvp-field input[type="text"],
.rsvp-field input[type="email"],
.rsvp-field select,
.rsvp-field textarea {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.78rem 0.95rem 0.72rem;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.25;
  outline: 0;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.rsvp-field textarea {
  resize: vertical;
  min-height: 5.2rem;
}

.rsvp-field input:focus-visible,
.rsvp-field select:focus-visible,
.rsvp-field textarea:focus-visible {
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgb(166 48 43 / 58%);
}

.rsvp-field fieldset {
  border: 0;
}

fieldset.rsvp-field {
  border: 0;
}

.rsvp-choice-row,
.rsvp-choice-stack {
  display: flex;
  gap: 0.7rem 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.rsvp-choice-stack {
  flex-direction: row;
}

.rsvp-choice-row label,
.rsvp-choice-stack label {
  display: inline-flex;
  gap: 0.58rem;
  align-items: center;
  min-height: 2rem;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.2;
  cursor: pointer;
}

.rsvp-choice-row input,
.rsvp-choice-stack input {
  display: grid;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0;
  place-content: center;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgb(21 19 15 / 55%);
  border-radius: 50%;
  background: transparent;
}

.rsvp-choice-row input::before,
.rsvp-choice-stack input::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--rouge);
  content: "";
  transform: scale(0);
  transition: transform 140ms ease;
}

.rsvp-choice-row input:checked::before,
.rsvp-choice-stack input:checked::before {
  transform: scale(1);
}

.rsvp-choice-row input:focus-visible,
.rsvp-choice-stack input:focus-visible {
  outline: 2px solid rgb(166 48 43 / 30%);
  outline-offset: 3px;
}

.rsvp-form__button {
  display: flex;
  width: min(100%, 18rem);
  margin: clamp(2rem, 3.2vw, 3rem) auto 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem 0.95rem;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.rsvp-form__button:hover,
.rsvp-form__button:focus-visible {
  color: var(--ink);
  background: transparent;
  transform: translateY(-1px);
}

.rsvp-form__status {
  width: 100%;
  min-height: 1.3rem;
  margin: 0 auto clamp(1.3rem, 2.5vw, 2.2rem);
  max-width: 28rem;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.32;
  text-align: center !important;
  text-align-last: center !important;
}

.rsvp-form__status.is-success {
  color: var(--rouge);
}

.editorial-link {
  display: inline-block;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
}

.is-disabled {
  opacity: 0.45;
}

.carnet-section,
.carnet-index,
.carnet-quick-list,
.faq-list {
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
}

.carnet-section {
  width: 100%;
}

.carnet-section + .carnet-section {
  margin-top: clamp(5.5rem, 10vw, 9rem);
}

.carnet-section,
.guide-drawer {
  scroll-margin-top: 7.5rem;
}

.faq .chapter-intro {
  margin-bottom: clamp(2rem, 4.5vw, 4rem);
}

.carnet-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: var(--paper);
}

.carnet-index a {
  display: grid;
  min-width: 0;
  min-height: clamp(10rem, 14vw, 14.5rem);
  grid-template-rows: auto auto 1fr auto;
  gap: clamp(1.25rem, 2.6vw, 2.8rem);
  padding: clamp(1rem, 1.8vw, 1.45rem);
  border-right: 1px solid var(--line-dark);
  text-decoration: none;
  transition: background 220ms ease;
}

.carnet-index a:last-child {
  border-right: 0;
}

.carnet-index a:hover,
.carnet-index a:focus-visible {
  background: transparent;
  outline: 0;
}

.carnet-index small,
.carnet-index em {
  font-family: var(--sans);
  font-size: 0.64rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.carnet-index small {
  opacity: 0.58;
}

.carnet-index span {
  display: flex;
  max-width: 100%;
  min-height: clamp(4.8rem, 5.9vw, 6.6rem);
  align-items: flex-start;
  align-self: start;
  font-size: clamp(1.55rem, 2.55vw, 3.15rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.carnet-index__recommendations span {
  max-width: 16ch;
  font-size: clamp(1.55rem, 2.55vw, 3.15rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.carnet-index em {
  max-width: 24rem;
  font-size: calc(0.64rem + 2pt);
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.055em;
  opacity: 0.68;
}

.carnet-index__button {
  display: inline-flex;
  width: fit-content;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1rem 0.72rem;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.carnet-recommendations {
  margin-top: clamp(5.5rem, 10vw, 9rem);
}

html.is-adjusting-guide,
html.is-adjusting-guide body {
  scroll-behavior: auto !important;
  overflow-anchor: none !important;
}

.carnet-section-label {
  padding-top: 1rem;
  margin: 0 0 clamp(2.5rem, 5vw, 5rem);
  border-top: 1px solid var(--line-dark);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.carnet-section-heading {
  width: 100%;
  padding: clamp(1.35rem, 2.6vw, 2.1rem) 0 clamp(1.8rem, 3.6vw, 3.4rem);
  margin-bottom: clamp(2.25rem, 4.4vw, 4.5rem);
  border-top: 1px solid var(--line-dark);
  background: var(--paper);
}

.carnet-section-heading > div {
  max-width: none;
}

.carnet-section-heading h3 {
  max-width: 18ch;
  margin: 0 0 clamp(0.9rem, 1.7vw, 1.45rem);
  font-size: clamp(2.8rem, 5.6vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.carnet-section-heading h3::before {
  display: block;
  margin-bottom: clamp(0.35rem, 0.85vw, 0.8rem);
  color: var(--rouge);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.04em;
  content: "01";
}

.carnet-recommendations .carnet-section-heading h3::before {
  content: "02";
}

.carnet-recommendations .carnet-section-heading h3 {
  max-width: 18ch;
  font-size: clamp(2.8rem, 5.6vw, 6.4rem);
  line-height: 0.9;
}

.carnet-section-heading p {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1.12rem, 1.65vw, 1.48rem);
  line-height: 1.35;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.guide-drawers {
  border-top: 1px solid var(--line-dark);
}

.guide-drawer {
  border-bottom: 1px solid var(--line-dark);
}

.guide-drawer > summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(3.8rem, 0.24fr) minmax(14rem, 0.9fr) minmax(18rem, 1.15fr);
  gap: clamp(1rem, 3vw, 4rem);
  align-items: baseline;
  overflow-anchor: none;
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(3rem, 6vw, 6rem) clamp(1.6rem, 3vw, 2.4rem) 0;
  cursor: pointer;
  list-style: none;
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.guide-drawer > summary::-webkit-details-marker {
  display: none;
}

.guide-drawer > summary:hover,
.guide-drawer:focus-within > summary,
.guide-drawer[open] > summary {
  padding-left: clamp(0.75rem, 1.4vw, 1.2rem);
  background: var(--paper);
}

.guide-drawer > summary::after {
  position: absolute;
  top: clamp(1.75rem, 3vw, 2.45rem);
  right: 0;
  font-family: var(--sans);
  font-size: 0.8rem;
  content: "+";
}

.guide-drawer[open] > summary::after {
  content: "−";
}

.guide-drawer__number,
.guide-drawer__meta {
  font-family: var(--sans);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.guide-drawer__number {
  opacity: 0.58;
}

.guide-drawer__title {
  font-size: clamp(2.8rem, 5.6vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.guide-drawer__meta {
  max-width: 24rem;
  line-height: 1.5;
  opacity: 0.7;
}

.guide-drawer__content {
  padding: clamp(2.2rem, 4vw, 4.5rem) 0 clamp(4rem, 7vw, 7rem);
  overflow-anchor: none;
}

.guide-drawer .carnet-folio,
.guide-drawer .stay-directory {
  margin-top: 0;
  margin-bottom: 0;
}

.guide-drawer .carnet-folio__intro {
  display: block;
  max-width: min(100%, 54rem);
  padding-bottom: clamp(1.4rem, 2.5vw, 2.3rem);
  margin-right: auto;
  margin-bottom: clamp(1.6rem, 3.5vw, 3rem);
  margin-left: auto;
  text-align: center;
}

.guide-drawer .carnet-folio__intro .kicker {
  display: none;
}

.guide-drawer--restaurants .carnet-folio__intro,
.guide-drawer--culture .carnet-folio__intro {
  border-bottom: 0;
}

.carnet-quick-list {
  margin-bottom: clamp(6rem, 11vw, 10rem);
  border-top: 1px solid var(--line-dark);
}

.carnet-questions .carnet-quick-list,
.carnet-questions .faq-list {
  max-width: none;
  margin-left: 0;
}

.carnet-questions .carnet-quick-list {
  border-top: 0;
}

.carnet-quick-row {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 2.35fr;
  gap: 2rem;
  align-items: baseline;
  padding: 1.35rem 0 1.6rem;
  border-bottom: 1px solid var(--line-dark);
}

.carnet-quick-row p {
  margin: 0;
}

.carnet-quick-row p:first-child {
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.carnet-quick-row p:last-child {
  max-width: 42rem;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.3;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.65rem 0;
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  line-height: 1.02;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: var(--sans);
  font-size: 1rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 43rem;
  padding-bottom: 2rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.stay-directory {
  max-width: 76rem;
  margin-top: clamp(7rem, 13vw, 13rem);
  margin-right: auto;
  margin-left: auto;
}

.carnet-recommendations .stay-directory {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.carnet-folio + .carnet-folio {
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.carnet-folio__intro {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 2.35fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: clamp(1.8rem, 3.5vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line-dark);
}

.carnet-folio__intro .kicker {
  margin-top: 0.65rem;
}

.carnet-folio__intro h3,
.paris-motion__copy h3 {
  max-width: 19ch;
  margin: 0 0 1.1rem;
  font-size: clamp(2rem, 3.8vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.guide-drawer .carnet-folio__intro h3 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.carnet-folio__intro p:not(.kicker),
.paris-motion__copy p:not(.kicker) {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}

.carnet-recommendations .stay-directory__intro {
  padding: 0 0 clamp(1.8rem, 3.5vw, 3rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
  border-top: 0;
}

.carnet-recommendations .stay-directory__intro h3 {
  max-width: 19ch;
  font-size: clamp(1.8rem, 3.1vw, 3.65rem);
  line-height: 0.96;
}

.carnet-recommendations .stay-directory__intro div p {
  max-width: 42rem;
}

.stay-directory__intro {
  display: grid;
  grid-template-columns: minmax(8rem, 0.65fr) 2.35fr;
  gap: 2rem;
  align-items: start;
  padding-top: 1.25rem;
  margin-bottom: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid var(--line-dark);
}

.stay-directory__intro--with-map {
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.stay-directory__intro .kicker {
  margin-top: 0.65rem;
}

.stay-directory__intro h3 {
  max-width: 11ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.8rem, 8vw, 9rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.stay-directory__intro div p {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.stay-map-figure--inline {
  width: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  justify-self: stretch;
  box-shadow: 0 1rem 2rem rgb(75 53 44 / 4%);
}

.stay-map-figure--inline::before {
  inset: clamp(0.55rem, 1.2vw, 0.95rem);
  border-color: rgb(21 19 15 / 14%);
}

.stay-practical-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: start;
}

.stay-list {
  border-top: 1px solid var(--line-dark);
}

.stay-row {
  display: grid;
  grid-template-columns: minmax(4rem, 0.35fr) 1.8fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 0 1.8rem;
  border-bottom: 1px solid var(--line-dark);
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.stay-list--neighbourhoods .stay-row {
  grid-template-columns: minmax(4rem, 0.35fr) minmax(0, 1fr);
}

.stay-list--neighbourhoods .stay-row:hover {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}

.stay-row:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  background: rgb(255 249 238 / 58%);
}

.stay-row > span,
.stay-row a {
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.stay-row h4 {
  margin: 0 0 0.3rem;
  font-size: clamp(1.35rem, 2.1vw, 2.2rem);
  line-height: 1.05;
}

.stay-row p {
  margin: 0;
  font-style: italic;
}

.stay-row a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  white-space: nowrap;
}

.stay-advice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
  border-top: 1px solid var(--line-dark);
}

.stay-advice__block {
  padding: clamp(1.4rem, 2.8vw, 2.5rem) clamp(1.4rem, 2.8vw, 2.5rem) clamp(1.8rem, 3.4vw, 3rem);
  border-bottom: 1px solid var(--line-dark);
}

.stay-advice__block:first-child {
  padding-left: 0;
  border-right: 1px solid var(--line-dark);
}

.stay-advice__block:last-child {
  padding-right: 0;
}

.stay-advice__block > span,
.stay-actions a {
  font-family: var(--sans);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.stay-advice__block > span {
  display: block;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  opacity: 0.62;
}

.stay-advice__block h4 {
  max-width: 9ch;
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 4.8vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.stay-advice__block p {
  max-width: 32rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.35;
}

.stay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.stay-actions-note {
  margin-top: 1.25rem;
  font-style: italic;
  opacity: 0.72;
}

.stay-advice__block .stay-actions-note {
  margin-top: clamp(1.75rem, 3vw, 2.6rem);
}

.stay-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 0.58rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.stay-actions a:hover,
.stay-actions a:focus-visible {
  color: var(--ink);
  background: transparent;
}

.stay-map-panel {
  display: grid;
  grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: stretch;
  padding: clamp(1.4rem, 3vw, 2.6rem) 0 clamp(2rem, 4vw, 3.6rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.stay-map-copy {
  align-self: end;
}

.stay-map-copy h4 {
  max-width: 9ch;
  margin: clamp(2.2rem, 4vw, 4.4rem) 0 1rem;
  font-size: clamp(2.4rem, 4.8vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.stay-map-copy p:not(.kicker) {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.35;
}

.stay-map-figure {
  position: relative;
  min-height: clamp(27rem, 42vw, 38rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(90deg, rgb(21 19 15 / 5%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(21 19 15 / 5%) 1px, transparent 1px),
    linear-gradient(135deg, rgb(255 254 250 / 78%), rgb(247 245 239 / 100%));
  background-size:
    4.8rem 4.8rem,
    4.8rem 4.8rem,
    auto;
}

.stay-map-figure::before,
.stay-map-figure::after {
  position: absolute;
  content: "";
}

.stay-map-figure::before {
  inset: clamp(0.8rem, 1.8vw, 1.4rem);
  z-index: 1;
  border: 1px solid rgb(21 19 15 / 18%);
  pointer-events: none;
}

.stay-map-figure::after {
  top: 57%;
  left: -8%;
  z-index: 2;
  width: 116%;
  height: clamp(2.4rem, 4vw, 3.6rem);
  border-top: 1px solid rgb(21 19 15 / 28%);
  border-bottom: 1px solid rgb(21 19 15 / 22%);
  background: rgb(247 245 239 / 78%);
  transform: rotate(-7deg);
}

.stay-map-river {
  position: absolute;
  top: 57%;
  left: 7%;
  z-index: 5;
  width: 86%;
  font-family: var(--sans);
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  transform: rotate(-7deg);
}

.stay-map-river span {
  display: inline-block;
  padding: 0.25rem 0.45rem;
  background: var(--paper);
}

.stay-map-street {
  position: absolute;
  z-index: 2;
  border-top: 1px solid rgb(21 19 15 / 16%);
}

.stay-map-street--north {
  top: 32%;
  left: 10%;
  width: 78%;
}

.stay-map-street--south {
  top: 73%;
  left: 14%;
  width: 68%;
}

.stay-map-street--vertical {
  top: 12%;
  left: 48%;
  width: 62%;
  transform: rotate(90deg);
}

.stay-map-compass {
  position: absolute;
  top: clamp(1rem, 2vw, 1.35rem);
  z-index: 6;
  font-family: var(--sans);
  font-size: 0.54rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.62;
}

.stay-map-compass--west {
  left: clamp(1rem, 2vw, 1.35rem);
}

.stay-map-compass--east {
  right: clamp(1rem, 2vw, 1.35rem);
}

.stay-map-zone {
  position: absolute;
  z-index: 3;
  padding: 0.75rem;
  border: 1px solid rgb(21 19 15 / 18%);
  border-radius: 0;
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.stay-map-zone--centre {
  top: 20%;
  left: 10%;
  width: 34%;
  height: 55%;
  background: rgb(255 254 250 / 62%);
}

.stay-map-zone--est {
  top: 20%;
  right: 8%;
  width: 44%;
  height: 55%;
  background: rgb(183 113 96 / 10%);
}

.stay-map-tag,
.stay-map-pin,
.stay-map-figure figcaption {
  position: absolute;
  font-family: var(--sans);
  font-size: 0.54rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stay-map-tag {
  z-index: 6;
  padding: 0.38rem 0.5rem;
  border: 1px solid rgb(21 19 15 / 16%);
  background: rgb(247 245 239 / 90%);
}

.stay-map-tag--marais {
  top: 40%;
  left: 29%;
}

.stay-map-tag--republique {
  top: 25%;
  left: 50%;
}

.stay-map-tag--canal {
  top: 15%;
  left: 58%;
}

.stay-map-tag--bastille {
  top: 54%;
  left: 43%;
}

.stay-map-tag--oberkampf {
  top: 40%;
  right: 10%;
}

.stay-map-tag--nation {
  right: 12%;
  bottom: 21%;
}

.stay-map-tag--gare {
  bottom: 15%;
  left: 51%;
}

.stay-map-pin {
  right: 22%;
  bottom: 36%;
  z-index: 7;
  padding-left: 1rem;
}

.stay-map-pin::before {
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--rouge);
  content: "";
}

.stay-map-figure figcaption {
  right: 1rem;
  bottom: 0.85rem;
  left: 1rem;
  z-index: 7;
  opacity: 0.58;
}

.stay-map-figure {
  min-height: 0;
  aspect-ratio: 1462 / 1076;
  background: var(--paper);
}

.stay-map-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-map-figure::after {
  display: none;
}

.stay-map-district {
  position: absolute;
  z-index: 4;
  border: 1px solid rgb(75 53 44 / 48%);
  background: rgb(155 106 50 / 12%);
  box-shadow:
    inset 0 0 0 1px rgb(247 245 239 / 44%),
    0 0 1.2rem rgb(75 53 44 / 7%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.stay-map-district--centre {
  top: 45%;
  left: 45%;
  width: 17%;
  height: 17%;
  border-radius: 54% 41% 49% 45%;
  transform: rotate(-6deg);
}

.stay-map-district--marais {
  top: 48%;
  left: 53%;
  width: 11%;
  height: 10%;
  border-radius: 42% 51% 45% 55%;
  transform: rotate(-10deg);
}

.stay-map-district--republique {
  top: 35%;
  left: 59%;
  width: 12%;
  height: 11%;
  border-radius: 54% 44% 50% 46%;
  transform: rotate(7deg);
}

.stay-map-district--canal {
  top: 24%;
  left: 66%;
  width: 13%;
  height: 14%;
  border-radius: 48% 53% 47% 52%;
  transform: rotate(-5deg);
}

.stay-map-district--bastille {
  top: 57%;
  left: 63%;
  width: 13%;
  height: 13%;
  border-color: rgb(183 113 96 / 58%);
  background: rgb(183 113 96 / 11%);
  border-radius: 47% 54% 43% 51%;
  transform: rotate(4deg);
}

.stay-map-district--oberkampf {
  top: 41%;
  right: 10%;
  width: 15%;
  height: 16%;
  border-color: rgb(183 113 96 / 56%);
  background: rgb(183 113 96 / 12%);
  border-radius: 55% 43% 50% 44%;
  transform: rotate(8deg);
}

.stay-map-district--nation {
  right: 7%;
  bottom: 22%;
  width: 14%;
  height: 13%;
  border-color: rgb(183 113 96 / 56%);
  background: rgb(183 113 96 / 11%);
  border-radius: 48% 55% 44% 52%;
  transform: rotate(-4deg);
}

.stay-map-district--gare {
  bottom: 13%;
  left: 65%;
  width: 14%;
  height: 12%;
  border-color: rgb(75 53 44 / 42%);
  background: rgb(155 106 50 / 10%);
  border-radius: 44% 52% 48% 56%;
  transform: rotate(5deg);
}

.stay-map-area {
  position: absolute;
  z-index: 4;
  border: 1px solid rgb(75 53 44 / 58%);
  background: rgb(155 106 50 / 13%);
  box-shadow:
    inset 0 0 0 1px rgb(247 245 239 / 52%),
    0 0 1.4rem rgb(75 53 44 / 8%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.stay-map-area--centre {
  top: 40%;
  left: 40%;
  width: 24%;
  height: 25%;
  border-radius: 46% 40% 48% 42%;
  transform: rotate(-5deg);
}

.stay-map-area--east {
  top: 23%;
  right: 8%;
  width: 43%;
  height: 55%;
  border-color: rgb(183 113 96 / 64%);
  background: rgb(183 113 96 / 14%);
  border-radius: 48% 42% 47% 40%;
  transform: rotate(3deg);
}

.stay-map-zone {
  z-index: 8;
  width: auto;
  height: auto;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgb(21 19 15 / 18%);
  background: rgb(247 245 239 / 88%);
  font-family: var(--sans);
  font-size: 0.58rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.stay-map-zone--centre {
  top: 38%;
  left: 38%;
}

.stay-map-zone--est {
  top: 22%;
  right: 12%;
}

.stay-map-tag {
  z-index: 9;
  border-color: rgb(21 19 15 / 20%);
  background: rgb(247 245 239 / 92%);
  box-shadow: 0 0 0.65rem rgb(247 245 239 / 64%);
}

.stay-map-tag--marais {
  top: 51%;
  left: 52%;
}

.stay-map-tag--republique {
  top: 38%;
  left: 61%;
}

.stay-map-tag--canal {
  top: 25%;
  left: 67%;
}

.stay-map-tag--bastille {
  top: 61%;
  left: 66%;
}

.stay-map-tag--oberkampf {
  top: 45%;
  right: 11%;
}

.stay-map-tag--nation {
  right: 8%;
  bottom: 26%;
}

.stay-map-tag--gare {
  bottom: 16%;
  left: 68%;
}

.stay-map-pin {
  right: 17%;
  bottom: 43%;
  z-index: 10;
  padding: 0.38rem 0.5rem 0.38rem 1.1rem;
  border: 1px solid rgb(75 53 44 / 24%);
  background: rgb(247 245 239 / 92%);
  box-shadow: 0 0 0.8rem rgb(247 245 239 / 68%);
}

.stay-map-pin::before {
  top: 0.62rem;
  left: 0.46rem;
  background: var(--chocolate-ink);
}

.restaurant-list {
  display: block;
  border-top: 1px solid var(--line-dark);
  border-left: 0;
}

.restaurant-card {
  display: grid;
  grid-template-columns: minmax(3.2rem, 0.18fr) minmax(0, 1fr) minmax(9rem, auto);
  gap: clamp(0.85rem, 1.6vw, 1.4rem) clamp(1rem, 2.4vw, 2.4rem);
  align-content: center;
  align-items: baseline;
  min-height: auto;
  padding: clamp(1.15rem, 1.9vw, 1.75rem) 0;
  border-right: 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.restaurant-card:hover {
  background: rgb(21 19 15 / 2.8%);
}

.restaurant-card .restaurant-number,
.restaurant-card em,
.restaurant-card a,
.culture-card span,
.culture-card a {
  font-family: var(--sans);
  font-size: 0.58rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.restaurant-card .restaurant-number,
.restaurant-card em,
.culture-card span {
  opacity: 0.62;
}

.restaurant-card h4 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.55rem, 2.2vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.restaurant-card p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  line-height: 1.35;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.restaurant-card a,
.culture-card a {
  justify-self: start;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  white-space: nowrap;
}

.restaurant-card em,
.restaurant-card a {
  grid-column: 3;
  justify-self: end;
  text-align: right;
}

.culture-list {
  display: block;
  border-top: 1px solid var(--line-dark);
  border-bottom: 0;
}

.culture-card {
  display: grid;
  grid-template-columns: minmax(3.2rem, 0.18fr) minmax(0, 1fr) auto;
  min-height: auto;
  gap: clamp(0.85rem, 1.6vw, 1.4rem) clamp(1rem, 2.4vw, 2.4rem);
  align-items: baseline;
  padding: clamp(1.15rem, 1.9vw, 1.75rem) 0;
  border-right: 0;
  border-bottom: 1px solid var(--line-dark);
}

.culture-card h4 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 2.2vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.culture-card p {
  margin: 0;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  line-height: 1.35;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.culture-card a {
  justify-self: end;
  text-align: right;
}

.beauty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.beauty-card {
  display: flex;
  min-height: clamp(17rem, 26vw, 25rem);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-right: 1px solid var(--line-dark);
  background: rgb(255 254 250 / 28%);
}

.beauty-card:last-child {
  border-right: 0;
}

.beauty-card span {
  font-family: var(--sans);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  opacity: 0.62;
}

.beauty-card h4 {
  max-width: 8ch;
  margin: clamp(3rem, 6vw, 6rem) 0 1rem;
  font-size: clamp(2.2rem, 4.3vw, 5rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.beauty-card p {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.32;
}

.paris-motion {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(1.6rem, 3vw, 2.6rem) 0 0;
  border-top: 1px solid var(--line-dark);
}

.paris-gif-frame {
  position: relative;
  display: grid;
  width: min(100%, 32rem);
  min-height: clamp(24rem, 46vw, 43rem);
  aspect-ratio: 9 / 14;
  justify-self: end;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgb(235 233 228 / 88%), rgb(247 245 239 / 42)),
    repeating-linear-gradient(90deg, rgb(21 19 15 / 8%) 0 1px, transparent 1px 3.2rem);
  place-items: center;
}

.paris-gif-frame::before,
.paris-gif-frame::after {
  position: absolute;
  width: 42%;
  height: 1px;
  background: rgb(21 19 15 / 24%);
  content: "";
  transform: rotate(-18deg);
}

.paris-gif-frame::before {
  top: 28%;
  left: -4%;
}

.paris-gif-frame::after {
  right: -2%;
  bottom: 22%;
}

.paris-gif-frame span {
  position: relative;
  z-index: 1;
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.paris-gif-frame--loaded {
  padding: clamp(0.45rem, 0.8vw, 0.7rem);
  background: var(--white);
}

.paris-gif-frame--loaded::before,
.paris-gif-frame--loaded::after {
  display: none;
}

.paris-gif-frame img {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(21 19 15 / 14%);
  object-fit: cover;
  object-position: center;
}

.notebook-grid {
  display: block;
  border-top: 1px solid var(--line-dark);
}

.notebook-card {
  min-width: 0;
  border-bottom: 1px solid var(--line-dark);
}

.notebook-card summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(3.5rem, 0.18fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  align-items: baseline;
  min-height: 0;
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(2.2rem, 5vw, 5rem) clamp(1.6rem, 3vw, 2.4rem) 0;
  cursor: pointer;
  list-style: none;
  transition:
    padding 220ms ease,
    background 220ms ease;
}

.notebook-card summary:hover,
.notebook-card:focus-within summary {
  padding-left: 1rem;
}

.notebook-card[open] summary {
  padding-left: 1rem;
}

.notebook-card summary::-webkit-details-marker {
  display: none;
}

.notebook-card summary::after {
  content: "+";
  position: absolute;
  top: clamp(1.8rem, 3vw, 2.5rem);
  right: 0;
  font-family: var(--sans);
  font-size: 0.8rem;
}

.notebook-card[open] summary::after {
  content: "−";
}

.notebook-number {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

.notebook-title {
  max-width: 26ch;
  font-size: clamp(2.3rem, 5vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.notebook-answer {
  display: grid;
  grid-template-columns: minmax(3.5rem, 0.18fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: 0 clamp(2.2rem, 5vw, 5rem) clamp(2rem, 4vw, 3.5rem) 0;
}

.notebook-answer p {
  grid-column: 2;
  max-width: 42rem;
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.35;
}

.notebook-answer a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid currentColor;
  font-family: var(--sans);
  font-size: 0.62rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.playlist-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(3rem, 6vw, 6rem) clamp(1.35rem, 3vw, 2.6rem);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgb(255 249 238 / 44%);
}

.playlist-copy h3 {
  max-width: 10ch;
  margin: 0 0 1.5rem;
  font-size: clamp(3.4rem, 7vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.playlist-copy > p:last-child {
  max-width: 31rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.35;
}

.playlist-form {
  display: grid;
  align-content: start;
  gap: 1.5rem;
}

.playlist-form label {
  display: grid;
  gap: 0.4rem;
}

.playlist-form label span,
.playlist-form button,
.playlist-form-note,
.playlist-notes button {
  font-family: var(--sans);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.playlist-form input {
  width: 100%;
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
}

.playlist-form input:focus {
  outline: 0;
  border-bottom-color: currentColor;
  box-shadow: 0 1px 0 currentColor;
}

.playlist-form button {
  width: fit-content;
  padding: 0.8rem 0 0.35rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.playlist-form-note {
  max-width: 28rem;
  margin: 0.75rem 0 0;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.06em;
  opacity: 0.58;
}

.playlist-notes {
  padding: 0;
  margin: clamp(2.5rem, 5vw, 5rem) 0 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.playlist-notes:empty {
  display: none;
}

.playlist-notes li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.playlist-notes button {
  padding: 0 0 0.25rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.gifts {
  display: block;
  padding-top: clamp(6rem, 8vw, 8rem);
  background-color: var(--white);
  background: var(--white);
}

.gifts .chapter-code {
  top: clamp(4.25rem, 5.5vw, 5.5rem);
}

.gift-intro {
  align-items: center;
  max-width: 76rem;
  margin: 0 auto;
}

.gift-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.78fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  width: 100%;
}

.gift-image {
  position: relative;
  justify-self: center;
  width: min(100%, 40rem);
  padding: clamp(0.45rem, 0.8vw, 0.7rem);
  border: 1px solid var(--line-dark);
  background: var(--white);
  box-shadow: 0 1rem 2rem rgb(75 53 44 / 4%);
}

.gift-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgb(21 19 15 / 14%);
}

.gift-thanks {
  grid-column: 1 / -1;
  margin: clamp(3.5rem, 8vw, 7rem) 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(calc(4.8rem - 3pt), calc(12.5vw - 3pt), calc(13.8rem - 3pt));
  font-style: normal;
  line-height: 0.78;
  text-align: center;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.gift-copy {
  max-width: 45rem;
  text-align: center;
}

.gift-copy h2 {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}

.chapter.gifts .gift-copy > p:not(.kicker) {
  max-width: 34rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  font-size: clamp(calc(1.1rem - 4pt), calc(1.7vw - 4pt), calc(1.55rem - 4pt));
  line-height: 1.35;
  text-align: center !important;
  text-align-last: center !important;
  -webkit-hyphens: none;
  hyphens: none;
}

.chapter p:not(.chapter-code):not(.kicker):not(.city-number):not(.prelude-date):not(.prelude-time):not(.programme-date-line):not(.gift-thanks),
.notebook-answer p,
.stay-advice__block p,
.restaurant-card p,
.culture-card p {
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}

.carnet-restaurants .carnet-folio__intro p,
.carnet-culture .carnet-folio__intro p {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
  text-align-last: center !important;
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.5rem calc(var(--edge) + 0.8rem) 5rem;
  color: var(--white);
  background: var(--blue);
  font-family: var(--sans);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer span:nth-child(2) {
  text-align: center;
}

.footer a {
  text-align: right;
  text-decoration: none;
}

@media (max-width: 800px) {
  .topbar {
    grid-template-columns: 1fr auto;
    padding: 1rem 1.2rem 0.9rem;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body[data-nav-tone="dark"] .topbar {
    color: var(--ink);
    background: rgb(247 245 239 / 94%);
    border-bottom: 1px solid rgb(21 19 15 / 10%);
  }

  body[data-nav-tone="light"] .topbar {
    color: var(--white);
    background: linear-gradient(180deg, rgb(7 29 81 / 54%), rgb(7 29 81 / 0%));
  }

  .event-meta {
    display: none;
  }

  .chapter-nav {
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem 0;
    padding: 0.7rem 0.65rem calc(0.8rem + env(safe-area-inset-bottom));
    overflow: hidden;
    color: var(--ink);
    background: rgb(247 245 239 / 94%);
    border-top: 1px solid rgb(21 19 15 / 12%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    scrollbar-width: none;
  }

  .chapter-nav::-webkit-scrollbar {
    display: none;
  }

  .chapter-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 1.9rem;
    padding: 0.18rem 0.3rem;
    font-size: 0.52rem;
    line-height: 1;
    white-space: nowrap;
  }

  .chapter-nav a::after {
    right: 18%;
    bottom: 0.05rem;
    left: 18%;
  }

  .art-sticky {
    padding: 0;
  }

  .art-frame {
    border-radius: 0;
  }

  .art-media {
    inset: 0 0 auto;
    width: 100vw;
    height: 120vh;
    transform-origin: center top;
  }

  .art-media img {
    object-position: 67% top;
  }

  .save-card {
    width: min(74vw, 24rem);
    aspect-ratio: 2 / 3;
  }

  .save-card__face {
    padding: 2rem 1.5rem 3rem;
  }

  .save-card__front {
    padding: 0;
  }

  .save-card__back {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: clamp(2.2rem, 9vw, 3.3rem) 1.45rem 3.3rem;
    color: var(--chocolate-ink);
    background: var(--mastic-linen);
    border: 1px solid rgb(21 19 15 / 18%);
    box-shadow: inset 0 0 0 0.55rem rgb(255 254 250 / 28%);
  }

  .save-card__front .save-card__picture {
    position: absolute;
    z-index: 1;
    inset: 0;
    transform: translateZ(0);
  }

  .save-card__mobile-title {
    display: none;
  }

  .save-card.is-flipped .save-card__mobile-title {
    opacity: 0;
    visibility: hidden;
  }

  .save-card::before {
    content: none;
    display: none;
    position: absolute;
    z-index: 8;
    top: 13.2%;
    left: 50%;
    width: min(86%, 20rem);
    transform: translateX(-50%);
    padding: 0.2rem 0.45rem 1.45rem;
    color: #0d4a96;
    background: rgb(255 254 250 / 94%);
    box-shadow: 0 0 0 0.7rem rgb(255 254 250 / 94%);
    font-family: var(--azuree);
    font-size: clamp(0.95rem, 3.8vw, 1.2rem);
    line-height: 1;
    text-align: center;
    pointer-events: none;
  }

  .save-card::after {
    content: none;
    display: none;
    position: absolute;
    z-index: 9;
    top: 18.3%;
    left: 50%;
    width: min(90%, 20rem);
    transform: translateX(-50%);
    color: #0d4a96;
    font-family: var(--azuree);
    font-size: clamp(0.62rem, 2.35vw, 0.82rem);
    line-height: 1;
    letter-spacing: 0.015em;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
  }

  .save-card.is-flipped::before,
  .save-card.is-flipped::after {
    opacity: 0;
    visibility: hidden;
  }

  .save-card__mobile-title span {
    font-family: var(--azuree);
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: 0.025em;
  }

  .save-card .save-card__mobile-title strong {
    display: block;
    max-width: none;
    color: inherit;
    font-family: var(--azuree);
    font-size: inherit;
    font-weight: 400;
    line-height: 1.02;
    width: 122%;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transform: scaleX(0.78);
  }

  .save-card strong,
  .save-card__back strong {
    font-size: clamp(1.75rem, 8vw, 3.2rem);
  }

  .save-card__back strong {
    max-width: 10.5ch;
    line-height: 0.92;
  }

  .save-card__back em {
    margin-top: 1.1rem;
    font-size: clamp(1rem, 4.5vw, 1.45rem);
  }

  .save-card__venue {
    max-width: 18rem;
  }

  .art-caption--center {
    display: none;
  }

  .art-caption {
    bottom: 1rem;
  }

  .art-caption--left {
    left: 1rem;
  }

  .art-caption--right {
    right: 1rem;
  }

  .chapter {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .chapter-code {
    left: 50%;
    width: calc(100% - 2.4rem);
    transform: translateX(-50%);
  }

  .note-body,
  .chapter-intro,
  .carnet-folio__intro,
  .carnet-quick-row,
  .programme-date,
  .city-row,
  .index-row,
  .paris-motion,
  .stay-advice,
  .stay-practical-grid,
  .stay-map-panel,
  .stay-directory__intro,
  .stay-row,
  .gifts {
    grid-template-columns: 1fr;
  }

  .prelude-layout {
    width: 100%;
  }

  .prelude-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }

  .prelude-heading h2 {
    font-size: clamp(calc(4.4rem - 3pt), calc(21vw - 3pt), calc(7rem - 3pt));
  }

  .prelude-time {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 4.5rem);
    text-align: left;
  }

  .prelude-details {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .prelude-place {
    justify-self: start;
    text-align: left;
  }

  .note-body {
    gap: 1.5rem;
  }

  .polaroid-set {
    display: flex;
    gap: 1rem;
    width: calc(100% + 2.4rem);
    min-width: 0;
    max-width: none;
    padding: 1rem 1.2rem 2rem;
    margin-right: -1.2rem;
    margin-left: -1.2rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .polaroid-set::-webkit-scrollbar {
    display: none;
  }

  .polaroid {
    flex: 0 0 72vw;
    scroll-snap-align: center;
  }

  .polaroid--one,
  .polaroid--two,
  .polaroid--three {
    transform: none;
  }

  .chapter-intro {
    gap: 0.75rem;
    text-align: center;
  }

  .chapter-intro .chapter-code {
    grid-row: auto;
    width: fit-content;
    max-width: calc(100% - 0.5rem);
    transform: none;
  }

  .note .chapter-code,
  .rsvp .chapter-code,
  .programme-intro .chapter-code {
    width: fit-content;
    max-width: calc(100% - 0.5rem);
    transform: none;
    justify-self: center;
    text-align: center;
  }

  .carnet-cover {
    gap: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    text-align: center;
  }

  .carnet-cover__layout,
  .gift-layout {
    grid-template-columns: 1fr;
  }

  .carnet-cover__layout {
    justify-items: center;
  }

  .carnet-cover__media {
    grid-column: 1;
    grid-row: 2;
    width: min(72vw, 22rem);
    justify-self: center;
  }

  .carnet-cover__copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    text-align: center;
  }

  .carnet-cover__copy h2,
  .carnet-cover__copy > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .carnet-cover__copy > p:last-child {
    text-align: justify;
    text-align-last: left;
  }

  .carnet-index {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .carnet-index a {
    min-height: auto;
    gap: 1.2rem;
    padding: 1.25rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .carnet-index a:last-child {
    border-bottom: 0;
  }

  .carnet-index span {
    min-height: auto;
    align-self: auto;
    font-size: clamp(2rem, 10vw, 3.7rem);
  }

  .carnet-index__recommendations span {
    max-width: 14.5ch;
    font-size: clamp(2rem, 10vw, 3.7rem);
    line-height: 0.92;
  }

  .carnet-index em {
    max-width: 22rem;
  }

  .carnet-index__button {
    min-width: 11.5rem;
    margin-top: 0.2rem;
  }

  .carnet-recommendations {
    margin-top: clamp(5.5rem, 16vw, 8rem);
  }

  .carnet-quick-row {
    gap: 0.75rem;
    align-items: start;
  }

  .city-row,
  .index-row {
    gap: 1.25rem;
  }

  .city-row {
    padding-bottom: 4rem;
  }

  .programme-date {
    gap: 0.35rem;
  }

  .city-number {
    margin-bottom: 0;
  }

  .venue-intro {
    grid-template-columns: 1fr;
    gap: 1.55rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.08rem, 5.3vw, 1.45rem);
  }

  .venue-intro__line {
    width: min(7rem, 28vw);
    min-height: 0;
    height: 1px;
    margin-block: 0;
    align-self: center;
  }

  .venue-artwork {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }

  .venue-drawing {
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .venue-seal {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 4.5rem;
  }

  .index-row {
    padding: 1.4rem 0 3rem;
  }

  .stay-directory__intro {
    gap: 1.5rem;
  }

  .stay-directory__intro--with-map {
    grid-template-columns: 1fr;
  }

  .stay-map-figure--inline {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .stay-directory__intro h3 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .carnet-recommendations .stay-directory__intro h3 {
    font-size: clamp(2rem, 9vw, 3.4rem);
  }

  .carnet-folio__intro {
    gap: 1.2rem;
  }

  .carnet-folio__intro h3,
  .paris-motion__copy h3 {
    font-size: clamp(2.4rem, 11vw, 4.2rem);
  }

  .stay-advice {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  #carnet-sleep {
    order: 1;
  }

  #carnet-arrival {
    order: 2;
  }

  .stay-advice__block:first-child {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .stay-advice__block:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  .stay-map-panel {
    gap: 1.5rem;
  }

  .stay-map-copy h4 {
    font-size: clamp(2.4rem, 11vw, 4.2rem);
  }

  .stay-map-figure {
    min-height: 24rem;
  }

  .restaurant-card {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.9rem 1rem;
    min-height: auto;
    padding: 1.2rem 0 1.35rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .restaurant-card:hover {
    padding-right: 0;
    padding-left: 0;
  }

  .restaurant-card h4 {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }

  .restaurant-list {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .guide-drawer--restaurants .carnet-folio__intro,
  .guide-drawer--culture .carnet-folio__intro {
    padding-bottom: 0.45rem;
    margin-bottom: 1rem;
    border-bottom: 0;
  }

  .guide-drawer--restaurants .restaurant-list,
  .guide-drawer--culture .culture-list {
    border-top: 1px solid var(--line-dark);
  }

  .restaurant-card em,
  .restaurant-card a {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .culture-card {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.9rem 1rem;
    min-height: auto;
    padding: 1.2rem 0 1.35rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .culture-card a {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  .culture-list,
  .beauty-list {
    grid-template-columns: 1fr;
  }

  .culture-card,
  .culture-card:nth-child(3n) {
    min-height: 13rem;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .culture-card a {
    justify-self: start;
  }

  .beauty-card {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .culture-card:last-child,
  .beauty-card:last-child {
    border-bottom: 0;
  }

  .paris-motion {
    gap: 2.5rem;
  }

  .paris-gif-frame {
    width: min(100%, 24rem);
    min-height: 32rem;
    justify-self: start;
  }

  .stay-row {
    gap: 0.75rem;
    padding-bottom: 2.5rem;
  }

  .stay-row a {
    width: fit-content;
    margin-top: 0.75rem;
  }

  .carnet-section-heading {
    padding: 1.4rem 1.2rem 2.6rem;
  }

  .carnet-section-heading h3 {
    font-size: clamp(2.6rem, 11.7vw, 4.45rem);
    overflow-wrap: normal;
  }

  .carnet-recommendations .carnet-section-heading h3 {
    max-width: 18ch;
    font-size: clamp(2.6rem, 11.7vw, 4.45rem);
    line-height: 0.9;
  }

  .guide-drawer > summary {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.8rem 1.2rem;
    padding: 1.35rem 2.25rem 1.45rem 0;
  }

  .guide-drawer > summary:hover,
  .guide-drawer:focus-within > summary,
  .guide-drawer[open] > summary {
    padding-left: 0;
    background: transparent;
  }

  .guide-drawer > summary::after {
    top: 1.55rem;
  }

  .guide-drawer__meta {
    grid-column: 2;
    max-width: 18rem;
  }

  .guide-drawer__title {
    font-size: clamp(2.7rem, 13vw, 4.7rem);
  }

  .guide-drawer__content {
    padding: 1.8rem 0 4rem;
  }

  .notebook-grid {
    display: block;
  }

  .notebook-card summary {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1.25rem;
    padding-right: 2.25rem;
  }

  .notebook-title {
    font-size: clamp(2.15rem, 10vw, 4rem);
  }

  .notebook-answer {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1.25rem;
    padding-right: 0;
  }

  .playlist-sheet {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .playlist-copy h3 {
    font-size: clamp(3.8rem, 17vw, 6.2rem);
  }

  .playlist-notes li {
    align-items: flex-start;
  }

  .gift-image {
    width: min(90vw, 40rem);
  }

  .gift-copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .chapter.gifts .gift-copy > p:not(.kicker) {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
    text-align-last: center !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .gift-thanks {
    margin-top: 4rem;
    font-size: clamp(calc(3.4rem - 3pt), calc(15.5vw - 3pt), calc(6.2rem - 3pt));
  }

  h1 {
    font-size: clamp(calc(3.1rem - 3pt), calc(14vw - 3pt), calc(5.6rem - 3pt));
    line-height: 0.92;
    letter-spacing: -0.052em;
  }

  h2 {
    font-size: clamp(calc(3.1rem - 3pt), calc(14vw - 3pt), calc(5.6rem - 3pt));
    line-height: 0.92;
    letter-spacing: -0.052em;
  }

  h3 {
    font-size: clamp(2.15rem, 10vw, 4.1rem);
    line-height: 0.94;
  }

  .brand {
    font-size: clamp(1.25rem, 5.8vw, 1.7rem);
  }

  .chapter-code,
  .kicker,
  .editorial-link {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .chapter-code {
    font-size: calc(0.62rem + 3pt);
  }

  .rsvp {
    min-height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .rsvp h2 {
    margin-bottom: 1.15rem;
  }

  .rsvp-center > p:not(.kicker) {
    margin-bottom: 2rem;
  }

  .rsvp-access-card {
    width: min(100%, 22rem);
    padding: 1.45rem 0 1.65rem;
  }

  .rsvp-access-card__copy {
    max-width: 18.5rem;
    font-size: clamp(1.55rem, 7.2vw, 2.45rem);
  }

  .rsvp-access-card__button {
    min-width: 10.75rem;
  }

  .rsvp-drawer {
    width: min(100%, 23rem);
  }

  .rsvp-drawer summary {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 1.2rem 0 1.45rem;
  }

  .rsvp-drawer__copy {
    grid-column: auto;
    grid-row: 2;
    justify-self: center;
    max-width: 20rem;
    margin: 0 auto;
    font-size: clamp(1.32rem, 6.4vw, 2rem);
  }

  .rsvp-gif-frame {
    grid-column: auto;
    grid-row: 1;
    justify-self: center;
    width: min(68vw, 15.5rem);
    margin-right: auto;
    margin-left: auto;
  }

  .rsvp-drawer__button {
    grid-column: auto;
    grid-row: 3;
    justify-self: center;
    min-width: 10.75rem;
  }

  .rsvp-form__grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .rsvp-field {
    min-height: auto;
    padding: 0;
    gap: 0.75rem;
  }

  .rsvp-field span,
  .rsvp-field legend {
    font-size: clamp(1.08rem, 5.1vw, 1.4rem);
  }

  .rsvp-choice-stack {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.58rem;
  }

  .rsvp-choice-row {
    flex-direction: row;
    gap: 0.7rem 1.5rem;
  }

  .rsvp-form__button {
    width: min(100%, 15rem);
    margin-top: 1.65rem;
  }

  .rsvp-access-card__note {
    max-width: 18rem;
  }

  .carnet-cover__copy h2,
  .gift-copy h2 {
    font-size: clamp(calc(3.1rem - 3pt), calc(14vw - 3pt), calc(5.6rem - 3pt));
  }

  .prelude-heading h2,
  .programme-heading h2 {
    font-size: clamp(calc(3.1rem - 3pt), calc(14vw - 3pt), calc(5.6rem - 3pt));
  }

  .footer {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.35rem 1rem;
    align-items: center;
    padding-bottom: 6rem;
  }

  .footer span,
  .footer span:nth-child(2) {
    text-align: left;
  }

  .footer a {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    text-align: right;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .art-media {
    width: 100%;
    transform: none !important;
  }
}
