@font-face {
  font-family: "Wedding Script";
  src: url("../assets/fonts/Allura-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #f6f0e6;
  --paper-deep: #eee4d7;
  --wine: #7f202b;
  --wine-dark: #621924;
  --wine-soft: #9a4b51;
  --ink: #4f3835;
  --muted: #816c67;
  --line: rgba(127, 32, 43, 0.28);
  --shadow: 0 18px 50px rgba(62, 39, 34, 0.16);
  --serif-cn: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  --serif-en: "Times New Roman", "Baskerville", "Songti SC", serif;
  --script-en: "Wedding Script", cursive;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #dfd9d1;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif-cn);
  font-size: 16px;
  line-height: 1.8;
  background: #dfd9d1;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body.is-locked {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
}

figure,
h1,
h2,
p {
  margin-top: 0;
}

.page-surface {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 18% 21%, rgba(100, 67, 45, 0.04) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 72% 68%, rgba(100, 67, 45, 0.035) 0 0.65px, transparent 0.75px),
    linear-gradient(96deg, rgba(255, 255, 255, 0.18), transparent 44%, rgba(104, 71, 48, 0.018));
  background-size: 5px 5px, 7px 7px, 100% 100%;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--wine);
  font-family: var(--serif-en);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.42em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cover {
  position: fixed;
  inset: 0;
  z-index: 50;
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  color: var(--wine-dark);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 18% 21%, rgba(100, 67, 45, 0.045) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 72% 68%, rgba(100, 67, 45, 0.035) 0 0.65px, transparent 0.75px),
    linear-gradient(105deg, rgba(255, 255, 255, 0.2), transparent 48%, rgba(104, 71, 48, 0.022));
  background-size: 5px 5px, 7px 7px, 100% 100%;
  transition: opacity 620ms ease, transform 760ms cubic-bezier(0.32, 0.72, 0, 1);
}

.cover.is-opening {
  opacity: 0;
  transform: translateY(-12px) scale(1.015);
  pointer-events: none;
}

.cover__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 580px;
  padding: max(30px, env(safe-area-inset-top)) 26px max(23px, env(safe-area-inset-bottom));
  text-align: center;
}

.cover__header {
  position: relative;
  top: clamp(12px, 2.1vh, 18px);
  padding-top: 6px;
}

.cover__header h1 {
  margin: 12px 0 0;
  font-size: clamp(34px, 10.6vw, 48px);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.25;
}

.cover__header .eyebrow {
  margin-bottom: 10px;
  letter-spacing: 0.48em;
}

.ornament-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  margin: 0 auto;
  gap: 7px;
}

.ornament-rule::before,
.ornament-rule::after {
  width: 46px;
  height: 1px;
  background: var(--line);
  content: "";
}

.ornament-rule i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--wine-soft);
  transform: rotate(45deg);
}

.cover__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin: 0 -14px -18px;
  overflow: hidden;
}

.cover__illustration img {
  width: min(100%, 385px);
  max-width: none;
  height: 100%;
  max-height: 50vh;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.84) contrast(0.98);
  transform: translateX(clamp(22px, 6.4vw, 27px));
}

.cover__details {
  position: relative;
  top: clamp(-28px, -3.2vh, -20px);
  z-index: 2;
  padding-top: 2px;
}

.couple-name {
  margin-bottom: 2px;
  color: var(--wine-dark);
  font-size: clamp(19px, 5.8vw, 26px);
  letter-spacing: 0.18em;
}

.cover__details time,
.couple-card time,
.ending-section time {
  display: block;
  color: var(--wine-soft);
  font-family: var(--serif-en);
  font-size: 14px;
  letter-spacing: 0.27em;
}

.heart-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  margin: 0 auto 2px;
  color: var(--wine);
  gap: 8px;
}

.heart-divider::before,
.heart-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.heart-divider span {
  font-size: 16px;
  line-height: 1;
}

.heart-divider--wide {
  width: 190px;
  margin-top: 11px;
  margin-bottom: 10px;
}

.heart-divider--wide span {
  font-size: 10px;
}

.primary-button,
.outline-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  letter-spacing: 0.22em;
  text-decoration: none;
}

.primary-button {
  position: relative;
  top: clamp(-28px, -3.2vh, -20px);
  width: min(230px, 72vw);
  margin: 15px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fffaf3;
  background: linear-gradient(120deg, var(--wine-dark), #922e38);
  box-shadow: 0 0 0 2px var(--wine), 0 8px 22px rgba(98, 25, 36, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-button:active,
.outline-button:active {
  transform: translateY(1px) scale(0.99);
}

.botanical {
  position: absolute;
  z-index: 1;
  display: block;
  width: 205px;
  height: auto;
  opacity: 0.48;
  pointer-events: none;
  user-select: none;
}

.botanical--top {
  top: -38px;
  left: -20px;
  width: 158px;
  opacity: 0.5;
}

.botanical--bottom {
  right: -30px;
  bottom: -28px;
  width: 215px;
  opacity: 0.44;
}

.section {
  position: relative;
  padding: 86px 26px;
}

.section-heading {
  margin-bottom: 36px;
  text-align: center;
}

.section-heading__mark {
  display: block;
  margin-bottom: 10px;
  color: var(--wine-soft);
  font-size: 23px;
  line-height: 1;
}

.section-heading h2,
.couple-card h2,
.wedding-info__card h2,
.ending-section h2 {
  margin-bottom: 0;
  color: var(--wine-dark);
  font-size: clamp(23px, 7vw, 31px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.45;
}

.section-heading .eyebrow,
.couple-card .eyebrow,
.wedding-info__card .eyebrow {
  margin-bottom: 9px;
}

.invitation-section {
  padding-top: 92px;
}

.invitation-copy {
  margin: 0 auto 48px;
  color: #614844;
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 2.25;
  text-align: center;
}

.script-word {
  margin-bottom: 11px;
  color: var(--wine);
  font-family: var(--script-en);
  font-size: 44px;
  font-synthesis: none;
  letter-spacing: 0;
  line-height: 1.08;
}

.invitation-copy__ending {
  margin: 22px 0 0;
  color: var(--wine-soft);
  font-size: 13px;
}

.editorial-photo {
  position: relative;
  margin: 0;
}

.editorial-photo::before {
  position: absolute;
  inset: -10px 10px 10px -10px;
  z-index: 0;
  border: 1px solid var(--line);
  content: "";
}

.editorial-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 330px;
  border-radius: 2px;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.92) contrast(0.97);
  box-shadow: 0 14px 28px rgba(63, 40, 34, 0.13);
}

.editorial-photo figcaption {
  position: relative;
  z-index: 2;
  margin: -18px 13px 0 0;
  color: var(--wine);
  font-family: var(--script-en);
  font-size: 32px;
  font-synthesis: none;
  line-height: 1;
  text-align: right;
  transform: rotate(-5deg);
}

.couple-section {
  padding-top: 24px;
  padding-bottom: 100px;
}

.couple-portrait {
  position: relative;
  width: calc(100% + 52px);
  margin-left: -26px;
}

.couple-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 68%, var(--paper) 100%);
  content: "";
  pointer-events: none;
}

.couple-portrait img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(0.92) contrast(0.97);
}

.couple-card {
  position: relative;
  z-index: 2;
  width: calc(100% - 34px);
  margin: -58px auto 0;
  padding: 35px 18px 27px;
  border: 1px solid rgba(127, 32, 43, 0.18);
  text-align: center;
  background: rgba(248, 243, 235, 0.92);
  box-shadow: 0 15px 30px rgba(72, 49, 43, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.couple-card h2 {
  font-size: clamp(21px, 6.2vw, 28px);
  letter-spacing: 0.14em;
}

.countdown-section {
  padding: 16px 34px 32px;
  text-align: center;
}

.countdown-section__content {
  position: relative;
  padding: 34px 10px 36px;
  border-top: 1px solid rgba(127, 32, 43, 0.2);
  border-bottom: 1px solid rgba(127, 32, 43, 0.2);
}

.countdown-section__content::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--wine-soft);
  background: var(--paper);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.countdown-section .eyebrow {
  margin-bottom: 13px;
  letter-spacing: 0.34em;
}

.countdown-section h2 {
  color: var(--wine-dark);
  font-size: clamp(20px, 6vw, 26px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.55;
}

.countdown-days {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 21px 0 0;
  color: var(--wine);
  gap: 10px;
}

.countdown-days strong {
  font-family: var(--serif-en);
  font-size: clamp(48px, 15vw, 66px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.countdown-days span {
  font-family: var(--serif-en);
  font-size: 13px;
  letter-spacing: 0.22em;
}

.countdown-section.is-message .countdown-section__content {
  padding-top: 39px;
  padding-bottom: 39px;
}

.countdown-section.is-message .eyebrow {
  letter-spacing: 0.18em;
  line-height: 1.7;
}

.countdown-section.is-message h2 {
  font-size: clamp(18px, 5.4vw, 23px);
  letter-spacing: 0.1em;
}

.wedding-info {
  position: relative;
  padding-bottom: 96px;
}

.wedding-info__photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.92) contrast(0.97);
}

.wedding-info__card {
  position: relative;
  z-index: 2;
  width: calc(100% - 42px);
  margin: -62px auto 0;
  padding: 41px 29px 35px;
  border-top: 3px double rgba(127, 32, 43, 0.5);
  color: var(--ink);
  background-color: rgba(249, 245, 238, 0.98);
  background-image: radial-gradient(circle at 25% 25%, rgba(111, 73, 48, 0.04) 0 0.6px, transparent 0.7px);
  background-size: 5px 5px;
  box-shadow: 0 18px 36px rgba(55, 35, 31, 0.13);
}

.wedding-info__card header {
  margin-bottom: 29px;
  text-align: center;
}

.wedding-info__card h2 {
  font-size: 27px;
}

.info-list {
  margin: 0;
}

.info-item {
  position: relative;
  padding: 20px 0 20px 52px;
  border-top: 1px solid rgba(127, 32, 43, 0.17);
}

.info-item:last-child {
  border-bottom: 1px solid rgba(127, 32, 43, 0.17);
}

.info-item dt {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.17em;
}

.info-item dd {
  margin: 3px 0 0;
  color: var(--wine-dark);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.info-item dd small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
}

.schedule-times {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  gap: 16px;
}

.schedule-times strong {
  color: var(--wine-dark);
  font-weight: 400;
}

.info-item dd .info-address {
  margin-top: 5px;
  color: #6d5550;
  line-height: 1.65;
}

.line-icon {
  position: absolute;
  top: 27px;
  left: 9px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--wine);
}

.line-icon--clock {
  border-radius: 50%;
}

.line-icon--clock::before,
.line-icon--clock::after {
  position: absolute;
  top: 5px;
  left: 11px;
  width: 1px;
  height: 7px;
  background: var(--wine);
  content: "";
  transform-origin: bottom;
}

.line-icon--clock::after {
  transform: rotate(120deg);
}

.line-icon--pin {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.line-icon--pin::before {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  content: "";
}

.welcome-line {
  margin: 23px 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
}

.welcome-line span {
  color: var(--wine);
  font-size: 17px;
}

.outline-button {
  width: 100%;
  border: 1px solid var(--wine);
  color: var(--wine);
  font-size: 14px;
  background: transparent;
}

.gallery-section {
  padding-top: 90px;
  padding-bottom: 108px;
}

.section-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-auto-flow: dense;
  grid-auto-rows: 122px;
  gap: 7px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--paper-deep);
  cursor: zoom-in;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.97);
  transition: transform 500ms ease;
}

.gallery-item:active img {
  transform: scale(1.02);
}

.gallery-item:nth-child(8n + 1) {
  grid-row: span 2;
}

.gallery-item:nth-child(8n + 4) {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.gallery-item:nth-child(8n + 5),
.gallery-item:nth-child(8n + 6) {
  grid-row: span 2;
}

.gallery-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  grid-row: span 2;
}

.gallery-item:nth-child(8n + 1) img { object-position: 59% 56%; }
.gallery-item:nth-child(8n + 2) img { object-position: 50% 43%; }
.gallery-item:nth-child(8n + 3) img { object-position: 50% 27%; }
.gallery-item:nth-child(8n + 4) img { object-position: 50% 53%; }
.gallery-item:nth-child(8n + 5) img { object-position: 45% 42%; }
.gallery-item:nth-child(8n + 6) img { object-position: 50% 52%; }
.gallery-item:nth-child(8n + 7) img { object-position: 50% 48%; }
.gallery-item:nth-child(8n + 8) img { object-position: 55% center; }

.ending-section {
  position: relative;
  display: flex;
  min-height: 82vh;
  min-height: 82svh;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 32px max(88px, calc(env(safe-area-inset-bottom) + 60px));
  overflow: hidden;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(238, 228, 215, 0) 0%,
    rgba(238, 228, 215, 0.14) 18%,
    rgba(238, 228, 215, 0.06) 38%,
    transparent 62%
  );
}

.ending-section__content {
  position: relative;
  z-index: 2;
}

.ending-section .script-word {
  margin-bottom: 20px;
  font-size: 58px;
}

.ending-section h2 {
  margin-bottom: 23px;
  font-size: 23px;
}

.ending-copy {
  margin: 34px 0 38px;
  color: #624b47;
  font-size: 14px;
  letter-spacing: 0.13em;
  line-height: 2.2;
}

.ending-section .couple-name {
  margin-bottom: 6px;
  font-size: 20px;
}

.ending-heart {
  display: block;
  margin-top: 31px;
  color: var(--wine);
  font-size: 14px;
}

.botanical--ending {
  right: -58px;
  bottom: -30px;
  width: 275px;
  opacity: 0.28;
}

.botanical--ending-branch {
  bottom: -76px;
  left: -64px;
  width: 218px;
  opacity: 0.16;
  transform: rotate(-7deg);
}

.ending-ornament {
  position: absolute;
  bottom: 48px;
  left: 22px;
  display: flex;
  align-items: center;
  color: var(--wine);
  opacity: 0.12;
  gap: 10px;
  pointer-events: none;
}

.ending-ornament small {
  font-family: var(--serif-en);
  font-size: 8px;
  letter-spacing: 0.28em;
  white-space: nowrap;
}

.ending-rings {
  position: relative;
  display: block;
  width: 38px;
  height: 24px;
}

.ending-rings i {
  position: absolute;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.ending-rings i:first-child { left: 1px; }
.ending-rings i:last-child { right: 1px; }

.music-control {
  position: fixed;
  top: max(16px, env(safe-area-inset-top));
  right: 16px;
  z-index: 30;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(127, 32, 43, 0.38);
  border-radius: 50%;
  color: var(--wine);
  background: rgba(248, 243, 235, 0.9);
  box-shadow: 0 5px 16px rgba(64, 39, 34, 0.12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.music-control[hidden] {
  display: none;
}

.music-control__disc {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
}

.music-control__icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.music-control.is-playing .music-control__pause-mark {
  display: none;
}

.music-control.is-unavailable {
  opacity: 0.48;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: max(28px, calc(env(safe-area-inset-bottom) + 14px));
  left: 20px;
  z-index: 80;
  max-width: 360px;
  margin: auto;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fffaf3;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-align: center;
  background: rgba(74, 40, 39, 0.92);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  padding: max(60px, env(safe-area-inset-top)) 3px max(36px, env(safe-area-inset-bottom));
  background: rgba(25, 18, 17, 0.96);
  animation: lightboxIn 220ms ease both;
  touch-action: pan-y;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__figure {
  display: flex;
  min-width: 0;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.lightbox__figure img {
  width: 100%;
  max-height: calc(100vh - 120px);
  max-height: calc(100svh - 120px);
  object-fit: contain;
  filter: saturate(0.95) contrast(0.98);
  user-select: none;
}

.lightbox__figure figcaption {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif-en);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.lightbox__close,
.lightbox__nav {
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.lightbox__close {
  position: absolute;
  top: max(13px, env(safe-area-inset-top));
  right: 16px;
  width: 44px;
  height: 44px;
  font-family: sans-serif;
  font-size: 31px;
  font-weight: 200;
}

.lightbox__nav {
  width: 48px;
  height: 70px;
  padding: 0;
  font-family: sans-serif;
  font-size: 42px;
  font-weight: 200;
  opacity: 0.82;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-enabled .wedding-info__photo.reveal {
  transition-duration: 1400ms, 1400ms;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lightboxIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-height: 700px) {
  .cover__header {
    top: 8px;
  }

  .cover__inner {
    padding-top: max(18px, env(safe-area-inset-top));
    padding-bottom: max(15px, env(safe-area-inset-bottom));
  }

  .cover__header h1 {
    margin-top: 7px;
    font-size: 32px;
  }

  .cover__header .eyebrow {
    margin-bottom: 6px;
  }

  .cover__illustration {
    margin: 0 -14px -14px;
  }

  .cover__illustration img {
    max-height: 47vh;
  }

  .primary-button {
    top: -18px;
    min-height: 43px;
    margin-top: 10px;
  }

  .cover__details {
    top: -18px;
  }
}

@media (min-width: 481px) {
  .music-control {
    right: calc(50% - 224px);
  }
}

@media (hover: hover) {
  .primary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 0 2px var(--wine), 0 11px 25px rgba(98, 25, 36, 0.25);
  }

  .gallery-item:hover img {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
