:root {
  --paper: #f4efe8;
  --paper-deep: #e9dfd4;
  --ink: #211e1c;
  --ink-soft: #625b55;
  --wine: #793945;
  --wine-deep: #52242e;
  --rose: #c98c94;
  --sage: #9aa18e;
  --gold: #b89a62;
  --line: rgba(33, 30, 28, 0.18);
  --shell: min(1360px, calc(100% - 96px));
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", "Songti SC", STSong,
    serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--wine) var(--paper-deep);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

section[id] {
  scroll-margin-top: 90px;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

::selection {
  background: var(--wine);
  color: var(--paper);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 12px 16px;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
}

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

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 150;
  height: 3px;
  pointer-events: none;
}

.reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--wine);
  will-change: transform;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 300ms ease, border-color 300ms ease,
    backdrop-filter 300ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(33, 30, 28, 0.09);
  background: rgba(244, 239, 232, 0.82);
  backdrop-filter: blur(16px);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 14px;
  min-height: 44px;
}

.brand-mark {
  display: grid;
  width: 39px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.86rem;
  font-style: italic;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.nav-links a,
.nav-index {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.nav-links a::after,
.nav-index::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 250ms ease;
}

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

.nav-index {
  justify-self: end;
  color: var(--ink-soft);
  font-size: 0.66rem;
  letter-spacing: 0.17em;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  min-height: 100svh;
  padding-block: 132px 62px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(0px, 2vw, 28px);
}

.eyebrow,
.section-label,
.feature-index,
.ending-kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 34px;
  color: var(--wine);
}

.eyebrow::before {
  width: 48px;
  height: 1px;
  content: "";
  background: currentColor;
}

.hero-title {
  margin: 0;
  line-height: 0.82;
}

.hero-title-cn {
  display: block;
  margin: 0 0 18px 6px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.48em;
}

.hero-title-en {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: clamp(5.8rem, 10.4vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.07em;
}

.hero-title-en span {
  margin-left: clamp(52px, 8vw, 130px);
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.hero-note {
  margin: 34px 0 0 clamp(52px, 8vw, 130px);
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.8;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  margin: 48px 0 0 clamp(52px, 8vw, 130px);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.scroll-cue svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
  animation: cue-bounce 2s ease-in-out infinite;
}

.hero-portrait {
  position: relative;
  z-index: 1;
  margin: 0;
}

.portrait-orbit {
  position: absolute;
  top: -8%;
  right: 0;
  z-index: -1;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(121, 57, 69, 0.42);
  border-radius: 50%;
}

.portrait-orbit::before {
  position: absolute;
  top: 50%;
  left: -20%;
  width: 40%;
  height: 1px;
  content: "";
  background: var(--wine);
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.18;
  background: var(--paper-deep);
}

.hero-photo-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 68%, rgba(38, 23, 17, 0.12));
}

.hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-portrait figcaption,
.moment figcaption,
.feature-photo figcaption,
.rose-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.62rem;
  letter-spacing: 0.17em;
}

.hero-side-note {
  position: absolute;
  right: -64px;
  bottom: 44%;
  transform: rotate(90deg);
  color: var(--ink-soft);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
}

.section {
  padding-block: clamp(110px, 13vw, 190px);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink-soft);
}

.section-label span {
  display: grid;
  width: 40px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--wine);
  letter-spacing: 0;
}

.section-label p {
  margin: 0;
}

.about {
  border-top: 1px solid var(--line);
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(50px, 9vw, 150px);
  margin-top: clamp(72px, 9vw, 128px);
}

.about h2,
.feature-copy h2,
.collection-heading h2,
.rose-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}

.about h2 {
  font-size: clamp(3.6rem, 7vw, 7.3rem);
  letter-spacing: -0.055em;
}

.about h2 em {
  color: var(--wine);
  font-weight: 400;
}

.about-copy {
  max-width: 430px;
  padding-bottom: 10px;
}

.about-rule {
  display: block;
  width: 72px;
  height: 1px;
  margin-bottom: 30px;
  background: var(--wine);
}

.about-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 2;
}

.about-copy .about-meta {
  margin-top: 42px;
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
}

.feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(430px, 1.15fr);
  align-items: center;
  gap: clamp(64px, 10vw, 170px);
  padding-top: clamp(40px, 6vw, 80px);
}

.feature-copy {
  padding-left: clamp(0px, 4vw, 64px);
}

.feature-index {
  margin: 0 0 32px;
  color: var(--wine);
}

.feature-copy h2 {
  font-size: clamp(3.4rem, 5.5vw, 6rem);
  letter-spacing: -0.045em;
}

.feature-copy > p:not(.feature-index) {
  max-width: 350px;
  margin: 38px 0 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  line-height: 1.95;
}

.feature-signature {
  display: inline-block;
  margin-top: 54px;
  transform: rotate(-5deg);
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-style: italic;
}

.feature-photo {
  max-width: 690px;
  margin: 0 0 0 auto;
}

.feature-photo .photo-button {
  aspect-ratio: 4 / 5;
}

.photo-button {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--paper-deep);
  cursor: zoom-in;
}

.photo-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 450ms ease;
}

.photo-button:hover img,
.photo-button:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.photo-button:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 5px;
}

.view-hint {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  transform: translateY(10px);
  background: rgba(244, 239, 232, 0.9);
  color: var(--ink);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  opacity: 0;
  transition: opacity 250ms ease, transform 250ms ease;
}

.photo-button:hover .view-hint,
.photo-button:focus-visible .view-hint {
  transform: translateY(0);
  opacity: 1;
}

.collection {
  padding-top: clamp(80px, 11vw, 150px);
}

.collection-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr 0.7fr;
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  padding-bottom: clamp(70px, 9vw, 120px);
  border-bottom: 1px solid var(--line);
}

.collection-heading h2 {
  font-size: clamp(3.7rem, 6vw, 6.8rem);
  letter-spacing: -0.055em;
}

.collection-heading > p {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-family: var(--serif);
  line-height: 1.9;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
  padding-top: clamp(70px, 9vw, 130px);
}

.moment {
  margin: 0;
}

.moment--campus {
  grid-column: 1 / span 5;
}

.moment--campus .photo-button {
  aspect-ratio: 3 / 4;
}

.moment--candid {
  grid-column: 8 / span 4;
  margin-top: clamp(110px, 13vw, 190px);
}

.moment--candid .photo-button {
  aspect-ratio: 3 / 4.2;
}

.collection-note {
  grid-column: 2 / span 4;
  align-self: center;
  padding: clamp(50px, 6vw, 88px) 0;
}

.collection-note > span {
  display: block;
  height: 56px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 6rem;
  line-height: 1;
}

.collection-note p {
  margin: 20px 0 32px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 1.25;
}

.collection-note small {
  color: var(--ink-soft);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
}

.moment--archive {
  grid-column: 8 / span 3;
  margin-top: clamp(50px, 7vw, 100px);
  transform: rotate(2.2deg);
}

.moment--archive .photo-button {
  aspect-ratio: 3 / 5;
  padding: 12px;
  background: #faf7f1;
  box-shadow: 0 20px 50px rgba(42, 28, 24, 0.13);
}

.moment--archive .photo-button img {
  object-position: center;
}

.rose-section {
  position: relative;
  overflow: hidden;
  margin-top: clamp(80px, 10vw, 150px);
  background: var(--wine-deep);
  color: var(--paper);
}

.rose-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(60px, 10vw, 160px);
  min-height: 100svh;
  padding-block: clamp(90px, 11vw, 150px);
}

.rose-copy > p:first-child {
  margin: 0 0 36px;
  color: var(--rose);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.28em;
}

.rose-copy h2 {
  font-size: clamp(5rem, 8vw, 9rem);
  letter-spacing: -0.07em;
}

.rose-line {
  display: block;
  width: 84px;
  height: 1px;
  margin: 46px 0 30px;
  background: var(--rose);
}

.rose-copy .rose-description {
  max-width: 330px;
  margin: 0;
  color: rgba(244, 239, 232, 0.72);
  font-family: var(--serif);
  line-height: 1.9;
}

.rose-photo {
  width: min(100%, 670px);
  margin: 0 0 0 auto;
}

.rose-photo .photo-button {
  aspect-ratio: 4 / 5.06;
  background: #32151c;
}

.rose-photo figcaption {
  color: rgba(244, 239, 232, 0.66);
}

.rose-watermark {
  position: absolute;
  right: auto;
  bottom: -0.24em;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin: 0;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(8rem, 18vw, 20rem);
  line-height: 1;
  -webkit-text-stroke: 1px rgba(244, 239, 232, 0.11);
  letter-spacing: -0.07em;
  text-align: right;
  white-space: nowrap;
}

.ending {
  padding-top: clamp(130px, 15vw, 220px);
  padding-bottom: clamp(110px, 13vw, 180px);
}

.ending-kicker {
  margin: 0 0 46px;
  color: var(--wine);
}

.ending h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.8rem, 12vw, 12.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.76;
}

.ending h2 span {
  display: block;
}

.ending h2 span:last-child {
  margin-left: clamp(30px, 9vw, 150px);
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.ending-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: clamp(70px, 8vw, 120px) 0 0 clamp(30px, 9vw, 150px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.ending-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.ending-copy a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 0.68rem;
  letter-spacing: 0.17em;
}

.ending-copy a span {
  font-size: 1rem;
}

.site-footer {
  padding-block: 32px;
  border-top: 1px solid var(--line);
}

.site-footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.site-footer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

[data-reveal] {
  transform: translateY(34px);
  opacity: 0;
  transition: transform 850ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 700ms ease;
}

[data-reveal="clip"] {
  transform: none;
  opacity: 1;
  transition: none;
}

[data-reveal="clip"] .photo-button {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(0.65, 0, 0.22, 1);
}

[data-reveal="clip"] figcaption {
  transform: translateY(12px);
  opacity: 0;
  transition: transform 500ms ease 600ms, opacity 500ms ease 600ms;
}

[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

[data-reveal="clip"].is-visible {
  transform: none;
  opacity: 1;
}

[data-reveal="clip"].is-visible .photo-button {
  clip-path: inset(0 0 0 0);
}

[data-reveal="clip"].is-visible figcaption {
  transform: translateY(0);
  opacity: 1;
}

.hero-animate {
  animation: hero-enter 900ms both cubic-bezier(0.2, 0.72, 0.2, 1);
}

.hero-animate--one {
  animation-delay: 120ms;
}

.hero-animate--two {
  animation-delay: 220ms;
}

.hero-animate--three {
  animation-delay: 300ms;
}

.hero-animate--four {
  animation-delay: 410ms;
}

.hero-animate--five {
  animation-delay: 510ms;
}

.hero-animate--image {
  animation-name: hero-image-enter;
  animation-delay: 180ms;
  animation-duration: 1100ms;
}

.lightbox {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(24, 18, 17, 0.96);
  color: var(--paper);
}

.lightbox::backdrop {
  background: rgba(24, 18, 17, 0.96);
}

.lightbox[open] {
  display: grid;
  place-items: center;
  animation: lightbox-in 220ms ease both;
}

.lightbox-frame {
  display: grid;
  width: min(88vw, 1100px);
  height: min(82vh, 900px);
  place-items: center;
}

.lightbox-frame img {
  max-width: 100%;
  max-height: calc(100% - 34px);
  object-fit: contain;
}

.lightbox-frame p {
  justify-self: end;
  margin: 16px 0 0;
  color: rgba(244, 239, 232, 0.52);
  font-size: 0.56rem;
  letter-spacing: 0.2em;
}

.lightbox-close {
  position: fixed;
  top: 28px;
  right: 34px;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(244, 239, 232, 0.35);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.lightbox-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--paper);
}

.lightbox-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox-close:focus-visible,
.ending-copy a:focus-visible,
.scroll-cue:focus-visible,
.brand:focus-visible,
.nav a:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 4px;
}

.lightbox-close:focus-visible {
  outline-color: var(--paper);
}

@keyframes hero-enter {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hero-image-enter {
  from {
    clip-path: inset(100% 0 0 0);
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
}

@keyframes lightbox-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  :root {
    --shell: min(100% - 56px, 980px);
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
    gap: 44px;
  }

  .hero-title-en {
    font-size: clamp(5.2rem, 11vw, 7.8rem);
  }

  .hero-side-note {
    display: none;
  }

  .about-content {
    gap: 60px;
  }

  .feature {
    gap: 66px;
  }

  .collection-heading {
    grid-template-columns: 0.55fr 1.35fr;
  }

  .collection-heading > p {
    grid-column: 2;
    max-width: 400px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 40px);
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: auto;
    padding-block: 118px 80px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-title-en {
    font-size: clamp(5.4rem, 23vw, 9rem);
  }

  .hero-title-en span,
  .hero-note,
  .scroll-cue {
    margin-left: clamp(30px, 14vw, 88px);
  }

  .hero-portrait {
    width: min(87%, 570px);
    margin-left: auto;
  }

  .about-content,
  .feature,
  .rose-inner {
    grid-template-columns: 1fr;
  }

  .about-content {
    align-items: start;
  }

  .about-copy {
    margin-left: auto;
  }

  .feature {
    gap: 70px;
  }

  .feature-copy {
    padding-left: 0;
  }

  .feature-photo {
    width: 88%;
  }

  .collection-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .collection-heading > p {
    grid-column: auto;
  }

  .moment--campus {
    grid-column: 1 / span 7;
  }

  .moment--candid {
    grid-column: 8 / span 5;
    margin-top: 100px;
  }

  .collection-note {
    grid-column: 1 / span 6;
  }

  .moment--archive {
    grid-column: 8 / span 4;
  }

  .rose-inner {
    min-height: auto;
  }

  .rose-photo {
    width: 86%;
  }

  .ending h2 {
    line-height: 0.85;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .nav-index {
    font-size: 0.56rem;
  }

  .brand-name {
    display: none;
  }

  .hero {
    gap: 44px;
    padding-top: 104px;
  }

  .eyebrow {
    gap: 8px;
    margin-bottom: 28px;
    font-size: 0.58rem;
  }

  .eyebrow::before {
    width: 30px;
  }

  .hero-title-cn {
    font-size: 1.25rem;
  }

  .hero-title-en {
    font-size: clamp(5.2rem, 28vw, 7.4rem);
  }

  .hero-note {
    margin-top: 26px;
  }

  .scroll-cue {
    margin-top: 34px;
  }

  .hero-portrait {
    width: 92%;
  }

  .portrait-orbit {
    right: 0;
  }

  .hero-portrait figcaption,
  .moment figcaption,
  .feature-photo figcaption,
  .rose-photo figcaption {
    font-size: 0.54rem;
  }

  .section {
    padding-block: 100px;
  }

  .about-content {
    gap: 48px;
    margin-top: 64px;
  }

  .about h2 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .about-copy {
    width: 86%;
  }

  .feature {
    padding-top: 28px;
  }

  .feature-copy h2,
  .collection-heading h2 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .feature-photo {
    width: 94%;
  }

  .view-hint {
    display: none;
  }

  .editorial-grid {
    gap: 66px 18px;
  }

  .moment--campus {
    grid-column: 1 / span 10;
  }

  .moment--candid {
    grid-column: 4 / span 9;
    margin-top: 0;
  }

  .collection-note {
    grid-column: 1 / -1;
    padding: 16px 8px;
  }

  .moment--archive {
    grid-column: 5 / span 7;
    margin-top: 0;
  }

  .rose-copy h2 {
    font-size: clamp(4.8rem, 24vw, 7rem);
  }

  .rose-photo {
    width: 94%;
  }

  .ending h2 {
    font-size: clamp(4rem, 20vw, 6.4rem);
    line-height: 0.9;
  }

  .ending h2 span:last-child {
    margin: 14px 0 0 18px;
    font-size: 0.74em;
  }

  .ending-copy {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 18px;
  }

  .site-footer .shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .lightbox-close {
    top: 18px;
    right: 18px;
  }

  .lightbox-frame {
    width: calc(100vw - 28px);
    height: 80vh;
  }
}

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

  [data-reveal],
  [data-reveal="clip"] {
    transform: none;
    opacity: 1;
  }

  [data-reveal="clip"] .photo-button {
    clip-path: none;
  }

  [data-reveal="clip"] figcaption {
    transform: none;
    opacity: 1;
  }
}
