:root {
  --paper: #f3ecdf;
  --ink: #672b32;
  --muted: #7c685e;
  --olive: #777745;
  --line: #d9cdba;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
  html,
  body {
    cursor:
      url("assets/cursor-heart.svg") 12 20,
      auto;
  }
  body a,
  body button {
    cursor:
      url("assets/cursor-heart-active.svg?v=2") 12 20,
      pointer;
  }
  body button:disabled {
    cursor:
      url("assets/cursor-heart.svg") 12 20,
      auto;
  }
}
[hidden] {
  display: none !important;
}
.click-heartbeat {
  position: fixed;
  width: 24px;
  height: 24px;
  margin: -20px 0 0 -12px;
  z-index: 100;
  pointer-events: none;
}
.click-heartbeat img {
  display: block;
  width: 24px;
  height: 24px;
  transform-origin: 50% 55%;
}
.click-heartbeat-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin: -14px;
  fill: none;
  stroke: #a27370;
  stroke-width: 1;
  overflow: visible;
}
@media (hover: hover) and (pointer: fine) {
  body.heartbeat-active,
  body.heartbeat-active * {
    cursor: none !important;
  }
}
html {
  min-width: 320px;
  background: var(--paper);
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%238b7462' opacity='.35' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 43%, #fffaf466, transparent 65%);
  z-index: -1;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 6px;
}
button:disabled {
  cursor: default;
}
button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.site-shell {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: auto;
  padding: 0 56px;
}
.masthead {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  text-decoration: none;
  letter-spacing: -0.7px;
}
.brand span {
  font-size: 0.85em;
  color: var(--olive);
  margin: 0 4px;
}
.masthead-date {
  font-size: 10px;
  letter-spacing: 2px;
  color: #796c58;
}
.masthead-date span {
  margin: 0 12px;
}
.experience {
  position: relative;
  min-height: 720px;
  height: calc(100svh - 163px);
  max-height: 1100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: clip;
  overflow-clip-margin: 0;
}
.intro-copy {
  text-align: center;
  padding-top: 49px;
  z-index: 5;
  pointer-events: none;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 2.7px;
  font-weight: 400;
  margin: 0 0 23px;
  color: var(--olive);
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -2.4px;
  margin: 0;
  font-size: 57px;
  line-height: 1.08;
}
h1 em,
h2 em {
  font-weight: 400;
  color: #87484b;
}
.intro-description {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin: 22px 0 0;
}
.scene {
  --ew: min(740px, 86vw, calc((100svh - 270px) * 1.15));
  position: absolute;
  inset: 16px 0 130px;
  perspective: 1400px;
}
.envelope {
  position: absolute;
  width: var(--ew);
  height: calc(var(--ew) * 0.65);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  border-radius: 3px;
}
.envelope-back {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: #65282f;
  box-shadow:
    0 32px 50px -22px #52282665,
    0 6px 10px #52282620;
}
.envelope-lining {
  position: absolute;
  inset: 7px 8px 8px;
  background:
    repeating-linear-gradient(45deg, transparent 0 13px, #ab916223 13px 14px),
    #8c544c;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.envelope-back::after,
.pocket-left::after,
.pocket-right::after,
.pocket-bottom::after,
.flap-face::after,
.flap-inside::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.85;
  background: url("assets/envelope-paper.svg") repeat;
  background-size: 192px 192px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.envelope-front {
  z-index: 3;
  filter: drop-shadow(0 1px 1px #3b0d1b33);
  pointer-events: none;
}
.pocket-left,
.pocket-right,
.pocket-bottom {
  position: absolute;
  inset: 0;
  border-radius: 3px;
}
.pocket-left {
  clip-path: polygon(0 0, 57% 55%, 0 100%);
  background: linear-gradient(110deg, #823a40, #753036);
}
.pocket-right {
  clip-path: polygon(100% 0, 43% 55%, 100% 100%);
  background: linear-gradient(250deg, #7e373d, #66272f);
}
.pocket-bottom {
  clip-path: polygon(0 100%, 0 98%, 49.5% 43%, 50.5% 43%, 100% 98%, 100% 100%);
  background: linear-gradient(0deg, #79343b, #884248);
}
.envelope-caption {
  position: absolute;
  bottom: 21px;
  width: 100%;
  text-align: center;
  color: #ddb995a3;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.envelope-top {
  z-index: 4;
  pointer-events: none;
  perspective: 1000px;
}
.flap {
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  transform-origin: center top;
  transform-style: preserve-3d;
}
.flap-face,
.flap-inside {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 52% 97%, 50% 99%, 48% 97%);
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.flap-face {
  background: linear-gradient(170deg, #914950, #7b353d 75%);
}
.flap-inside {
  opacity: 0;
  transform: rotateX(180deg) translateZ(0.1px);
  clip-path: polygon(0 100%, 100% 100%, 52% 3%, 50% 1%, 48% 3%);
  background:
    repeating-linear-gradient(45deg, transparent 0 13px, #e1bc8824 13px 14px),
    linear-gradient(0deg, #985f55, #7c403e);
}
.wax-seal {
  position: absolute;
  top: 77.419%;
  left: 50%;
  width: 112px;
  height: 112px;
  transform: translate(-50%, -12%) translateZ(2px);
  backface-visibility: hidden;
  filter: drop-shadow(1px 2px 1px #382a2445) drop-shadow(2px 5px 4px #382a2438);
}
.wax-seal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-9deg);
  filter: saturate(0.52) brightness(1.48) contrast(0.84);
}
.envelope-hit {
  position: absolute;
  width: var(--ew);
  height: calc(var(--ew) * 0.65);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  z-index: 6;
  border: 0;
  background: transparent;
  border-radius: 4px;
}
.invitation {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(680px, calc(100vw - 32px));
  aspect-ratio: 1200/1830;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 32px #49292726;
  visibility: hidden;
  will-change: transform;
}
.invitation img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}
.botanical {
  position: absolute;
  width: 150px;
  height: 270px;
  left: 50%;
  top: 50%;
  fill: none;
  stroke: #858252;
  stroke-width: 1.2;
  opacity: 0.63;
  pointer-events: none;
}
.botanical-left {
  transform: translate(-320px, -49%) rotate(-32deg);
}
.botanical-right {
  transform: translate(165px, -43%) rotate(148deg);
}
.tiny-star {
  position: absolute;
  color: #8a8355;
  left: 50%;
  top: 50%;
  font-size: 26px;
  pointer-events: none;
}
.star-one {
  transform: translate(-270px, -130px);
}
.star-two {
  transform: translate(260px, 95px);
  font-size: 18px;
}
.scene .intro-actions {
  position: absolute;
  top: calc(50% + var(--ew) * 0.3575 + 32px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
  z-index: 7;
}
.intro-actions .button-primary {
  background: #814148;
  color: #f1dfc8;
}
.button {
  position: relative;
  isolation: isolate;
  min-height: 49px;
  display: inline-flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 26px;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-decoration: none;
  box-shadow:
    0 3px 0 #54293224,
    0 6px 14px #5429320c;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid currentColor;
  opacity: 0.22;
  pointer-events: none;
  transition: opacity 0.25s;
}
.button svg {
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.button-primary {
  color: #f6e8d5;
  background: var(--ink);
}
.button-primary,
.intro-actions .button-primary {
  background-image: linear-gradient(165deg, #ffffff0c, #0000000c);
  border-color: #57272d66;
}
.button:active {
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #54293220,
    inset 0 2px 5px #381e2420;
}
@media (hover: hover) {
  .button-primary:hover {
    background-color: #843e45;
    box-shadow:
      0 4px 0 #54293220,
      0 8px 18px #672b3220;
    transform: translateY(-1px);
  }
  .button:hover::before {
    opacity: 0.42;
  }
  .button:hover svg:not(.button-icon) {
    transform: translateX(3px);
  }
  #calendar-button:hover .button-icon {
    transform: rotate(90deg);
  }
  .button[download]:hover .button-icon {
    transform: translateY(2px);
  }
  .button:active {
    transform: translateY(2px);
    box-shadow:
      0 1px 0 #54293220,
      inset 0 2px 5px #381e2420;
  }
  .text-button:hover {
    color: var(--ink);
  }
  .envelope-hit:hover ~ * {
    opacity: 1;
  }
  .button-secondary:hover {
    background: #e9dece;
  }
}
.handwritten {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #9b866e;
  margin: 15px 0 0;
  transform: rotate(-4deg);
}
.footer {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  border-top: 1px solid var(--line);
  color: #928474;
  font-size: 8px;
  letter-spacing: 1.7px;
}
.footer svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #a28d71;
  stroke-width: 1.6;
}
.reveal-heading {
  position: absolute;
  top: 24px;
  text-align: center;
  z-index: 7;
}
.reveal-heading .eyebrow {
  margin-bottom: 12px;
}
.reveal-heading h2 {
  font-size: 39px;
  letter-spacing: -1.5px;
}
.reveal-actions {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  z-index: 7;
}
.text-button {
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid #b9a59266;
  background: transparent;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.is-opening .scene,
.is-open .scene {
  inset: 16px 0 150px;
}
.is-open .botanical-left {
  transform: translate(-325px, -40%) rotate(-24deg);
}
.is-open .botanical-right {
  transform: translate(175px, -50%) rotate(155deg);
}
.is-open .botanical {
  transition: transform 2s var(--ease);
}
.details {
  max-width: 1050px;
  margin: 0 auto;
  padding: 65px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  min-height: calc(100svh - 163px);
}
.card-transition {
  overflow-x: clip;
}
.moving-card {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: block;
  max-width: none;
  pointer-events: none;
  transform-origin: center;
  box-shadow: 0 14px 32px #49292726;
  will-change: transform;
}
.paper-card {
  aspect-ratio: 1200 / 1830;
  display: grid;
  grid-template-rows: 9% 79% 12%;
  justify-items: center;
  align-items: center;
  container-type: inline-size;
  background: #e6dac7;
  border: 1px solid #d8c9b2;
  opacity: 1;
}
.paper-card img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  background: #e6dac7;
  opacity: 1;
}
.paper-card .art-label {
  font-size: clamp(7px, 2.2cqw, 11px);
  letter-spacing: 0.4cqw;
  margin: 0;
}
.paper-card .art-signature {
  font-size: clamp(12px, 4.6cqw, 24px);
  margin: 0;
}
.details-art {
  position: relative;
  padding: 0;
  background: #e6dac7;
  border: 1px solid #d8c9b2;
  transform: rotate(-2deg);
  box-shadow: 0 18px 38px #6e543315;
  text-align: center;
}
.details-art img {
  display: block;
  width: 90%;
  height: auto;
  box-shadow: 0 3px 8px #4a242b20;
}
.art-label {
  display: block;
  font-size: 7px;
  letter-spacing: 2.4px;
  color: #8a775a;
  margin-bottom: 19px;
}
.art-signature {
  display: block;
  font-family: Georgia, serif;
  font-size: 21px;
  font-style: italic;
  color: #8c795c;
  margin-top: 20px;
}
.details-copy .eyebrow {
  margin-bottom: 20px;
}
.details-copy h2 {
  font-size: 53px;
  line-height: 1.1;
}
.details-copy h2:focus {
  outline: none;
}
.details-description {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin: 23px 0 27px;
}
.event-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  display: grid;
  gap: 23px;
}
.fact {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: baseline;
  gap: 12px;
}
.fact-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--olive);
}
.fact-value {
  font-family: Georgia, serif;
  font-size: 23px;
  margin: 0 0 7px;
  letter-spacing: -0.5px;
}
.fact-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.inline-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  padding: 4px 0;
  text-underline-offset: 4px;
  margin-top: 9px;
}
.external-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  vertical-align: -2px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.invitation:focus-visible {
  outline: 2px solid var(--olive);
  outline-offset: 6px;
}
.card-hints {
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease;
}
.is-open .card-hints {
  opacity: 1;
}
.is-returning .card-hints,
.zoom-open .card-hints,
.card-transition .card-hints {
  opacity: 0;
}
.pencil-arrow {
  position: absolute;
  width: clamp(30px, 7vw, 64px);
  height: auto;
  fill: none;
  stroke: #918168;
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pencil-echo {
  opacity: 0.3;
  stroke-width: 0.65;
}
.pencil-arrow-left {
  right: min(calc(50% + var(--card-width, 250px) / 2 + 6px), calc(100% - clamp(30px, 7vw, 64px) - 4px));
  top: calc(50% - var(--card-width, 250px) * 0.6);
  transform: rotate(-12deg);
}
.pencil-arrow-right {
  left: min(calc(50% + var(--card-width, 250px) / 2 + 6px), calc(100% - clamp(30px, 7vw, 64px) - 4px));
  bottom: calc(50% - var(--card-width, 250px) * 0.6);
  transform: rotate(168deg);
}
button,
a,
[role="button"] {
  touch-action: manipulation;
}
.invitation.zoom-hint {
  animation: invitation-breathe 3.6s ease-in-out infinite;
}
@keyframes invitation-breathe {
  0%,
  65%,
  100% {
    scale: 1;
  }
  28% {
    scale: 1.015;
  }
}
.zoom-viewer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  padding: max(48px, env(safe-area-inset-top)) 8px
    max(42px, env(safe-area-inset-bottom));
  background: #f3ecdf;
  color: var(--ink);
  overflow: hidden;
}
.zoom-viewer[open] {
  display: grid;
  place-items: center;
}
.zoom-viewer:focus {
  outline: none;
}
.zoom-viewer::backdrop {
  background: #34202799;
}
.zoom-viewer.is-closing,
.zoom-viewer.is-closing::backdrop {
  background: transparent;
}
.zoom-viewer.is-closing .zoom-close,
.zoom-viewer.is-closing .zoom-caption {
  visibility: hidden;
}
.zoom-image-button {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  line-height: 0;
}
.zoom-image-button img {
  display: block;
  width: min(calc(100vw - 16px), calc((100dvh - 100px) * 1200 / 1601));
  height: auto;
  max-height: calc(100dvh - 100px);
  box-shadow: 0 12px 35px #49292730;
}
.zoom-close {
  position: absolute;
  top: max(5px, env(safe-area-inset-top));
  right: 8px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
}
.zoom-caption {
  position: absolute;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
}
body.zoom-open {
  overflow: hidden;
}
.personal-note {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 25px 0;
}
.personal-note svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1;
  flex-shrink: 0;
  transform: rotate(-12deg);
}
.personal-note p {
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
  color: #887658;
  margin: 0;
}
.details-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.details-buttons .button {
  justify-content: space-between;
  padding: 0 20px;
}
.details-buttons .button-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-secondary {
  background: #eee4d4;
  border-color: #c9b7a4;
  color: var(--ink);
}
.back-button {
  margin-top: 23px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.day-plan {
  margin-top: 27px;
}
.day-plan h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: -0.7px;
  margin: 0 0 24px;
}
.day-plan h3 em {
  color: #87484b;
}
.timeline {
  --timeline-axis: 72px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 0 0 24px;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: var(--timeline-axis);
  top: 10px;
  bottom: -10px;
  width: 1px;
  background: var(--line);
  transform: translateX(-50%);
}
.timeline li::after {
  content: "";
  position: absolute;
  left: var(--timeline-axis);
  top: 6px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--olive);
  border: 0;
  box-shadow: 0 0 0 3px var(--paper);
}
.timeline li:last-child {
  padding-bottom: 0;
}
.timeline li:last-child::before {
  display: none;
}
.timeline time {
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.4px;
}
.timeline h4 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 6px;
}
.timeline p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.timeline .timeline-break::after {
  background: var(--paper);
  border: 1px solid #b6a993;
}
.timeline-break time,
.timeline-break h4 {
  color: var(--muted);
}
@media (min-width: 761px) {
  .details {
    align-items: start;
    gap: 80px;
  }
  .details-art {
    position: sticky;
    top: 48px;
    margin-top: 36px;
  }
}
@media (min-width: 1000px) and (min-height: 950px) {
  .intro-copy {
    padding-top: 70px;
  }
  .scene {
    inset: 16px 0 130px;
  }
  .intro-actions {
    bottom: 47px;
  }
}
@media (max-width: 760px) {
  .site-shell {
    padding: 0 24px;
  }
  .masthead {
    height: 76px;
  }
  .brand {
    font-size: 18px;
  }
  .masthead-date {
    font-size: 9px;
    letter-spacing: 1.1px;
  }
  .masthead-date span {
    margin: 0 5px;
  }
  .experience {
    height: calc(100svh - 130px);
    min-height: 450px;
    max-height: 950px;
    overflow-clip-margin: 12px;
  }
  .intro-copy {
    padding-top: 42px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 22px;
  }
  h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
    line-height: 1.13;
  }
  .intro-description {
    font-size: 11px;
    margin-top: 19px;
    line-height: 1.8;
  }
  .scene {
    inset: 12px -12px 106px;
    --ew: calc(100vw - 32px);
  }
  .botanical {
    width: 108px;
    height: 230px;
    opacity: 0.52;
  }
  .botanical-left {
    transform: translate(-208px, -49%) rotate(-29deg);
  }
  .botanical-right {
    transform: translate(102px, -45%) rotate(152deg);
  }
  .star-one {
    transform: translate(-161px, -130px);
    font-size: 21px;
  }
  .star-two {
    transform: translate(153px, 100px);
    font-size: 17px;
  }
  .wax-seal {
    width: 72px;
    height: 72px;
  }

  .envelope-caption {
    font-size: 11px;
    bottom: 18px;
  }
  .intro-actions {
    bottom: 30px;
  }
  .button {
    min-height: 49px;
    font-size: 13px;
    padding: 0 24px;
    gap: 28px;
  }
  .handwritten {
    font-size: 14px;
    margin-top: 16px;
  }
  .footer {
    height: 54px;
    gap: 15px;
    font-size: 8px;
    letter-spacing: 0.65px;
  }
  .footer svg {
    width: 13px;
    height: 13px;
  }
  .reveal-heading {
    top: 28px;
  }
  .reveal-heading h2 {
    font-size: 33px;
  }
  .reveal-heading .eyebrow {
    font-size: 7px;
    letter-spacing: 1.7px;
  }
  .is-opening .scene,
  .is-open .scene {
    inset: 12px -12px 126px;
  }
  .reveal-actions {
    bottom: 16px;
    gap: 8px;
  }
  .is-open .botanical-left {
    transform: translate(-218px, -40%) rotate(-24deg);
  }
  .is-open .botanical-right {
    transform: translate(115px, -50%) rotate(155deg);
  }
  .details {
    padding: 32px 0 40px;
    gap: 32px;
    grid-template-columns: 1fr;
    max-width: 440px;
  }
  .details-art {
    width: 60%;
    margin: auto;
    padding: 0;
  }
  .art-label {
    font-size: 5px;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
  }
  .art-signature {
    font-size: 16px;
    margin-top: 14px;
  }
  .details-copy h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }
  .details-description {
    font-size: 14px;
  }
  .details-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 1.4px;
  }
  .fact-value {
    font-size: 23px;
  }
  .fact-note {
    font-size: 13px;
  }
  .personal-note {
    margin: 25px 0;
  }
  .details-buttons .button {
    font-size: 13px;
  }
  .back-button {
    display: block;
    margin: 23px auto 0;
  }
}
@media (max-width: 370px) {
  .site-shell {
    padding: 0 19px;
  }
  .brand {
    font-size: 16px;
  }
  .masthead-date {
    font-size: 8px;
  }
  h1 {
    font-size: 38px;
  }
  .scene {
    left: -7px;
    right: -7px;
  }
  .footer {
    gap: 11px;
    font-size: 8px;
  }
  .botanical-left {
    transform: translate(-181px, -49%) rotate(-29deg);
  }
  .botanical-right {
    transform: translate(90px, -45%) rotate(152deg);
  }
}
@media (min-width: 761px) {
  .experience {
    --desktop-envelope-width: min(740px, 86vw, calc((100svh - 270px) * 1.15));
    min-height: max(720px, calc(var(--desktop-envelope-width) * 1.053 + 152px));
  }
  .envelope,
  .envelope-hit {
    /* Reserve the full height of the raised flap above the envelope. */
    top: calc(var(--ew) * 0.6955 + 16px);
  }
  .scene .intro-actions {
    top: calc(var(--ew) * 1.053 + 48px);
  }
}
@media (min-width: 761px) and (max-width: 1050px) {
  .details {
    gap: 40px;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .details-copy h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
  .desktop-break {
    display: none;
  }
  .fact {
    grid-template-columns: 48px 1fr;
    gap: 10px;
  }
  .fact-value {
    font-size: 22px;
  }
}
@media (max-width: 370px) {
  .details-copy h2 {
    font-size: 36px;
  }
  .fact {
    grid-template-columns: 45px 1fr;
    gap: 10px;
  }
  .fact-value {
    font-size: 22px;
  }
  .details-buttons .button {
    padding: 0 15px;
    gap: 12px;
  }
  .timeline li {
    grid-template-columns: 52px 1fr;
    gap: 22px;
  }
  .timeline {
    --timeline-axis: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 760px) and (max-height: 740px) {
  .experience {
    min-height: 450px;
  }
  .intro-copy {
    padding-top: 26px;
  }
  .intro-copy .eyebrow {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 38px;
  }
  .intro-description {
    margin-top: 14px;
  }
  .scene {
    top: 12px;
    bottom: 100px;
  }
  .intro-actions {
    bottom: 23px;
  }
  .is-opening .scene,
  .is-open .scene {
    top: 12px;
    bottom: 138px;
  }
  .reveal-heading {
    top: 22px;
  }
  .reveal-heading h2 {
    font-size: 30px;
  }
  .reveal-actions {
    bottom: 18px;
  }
}
@media (max-width: 760px) {
  .experience.is-opening {
    min-height: max(450px, calc((100vw - 32px) * 1.053 + 152px));
  }
  .envelope,
  .envelope-hit {
    top: 50%;
  }
  .is-opening .envelope,
  .is-returning .envelope {
    top: max(50%, calc(var(--ew) * 0.6955 + 28px));
  }
  .scene .intro-actions {
    top: calc(50% + var(--ew) * 0.3575 + 32px);
  }
}
