:root {
  --bg-main: #0f160e;
  --bg-dark: #1b2317;
  --gold: #f0d089;
  --paper: #ead7b0;
  --paper-line: rgba(90, 56, 25, 0.36);
  --ink: #412b18;
  --ink-soft: rgba(65, 43, 24, 0.78);
  --success: #d3ffd3;
  --error: #ffd3cc;
  --shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  color: #fff7e8;
  background:
    linear-gradient(rgba(10, 16, 10, 0.46), rgba(10, 16, 10, 0.62)),
    url("background-garden.png") center center / cover no-repeat fixed,
    linear-gradient(160deg, #11180f, #1d2819 45%, #10170f);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cpath d='M0 160C30 140 45 110 76 97C107 84 131 95 167 58C190 34 206 35 240 8' stroke='rgba(255,255,255,0.03)' stroke-width='3' fill='none'/%3E%3Cpath d='M-10 70C28 57 51 25 82 18C122 9 145 32 182 5' stroke='rgba(240,208,137,0.04)' stroke-width='3' fill='none'/%3E%3C/svg%3E");
  opacity: 0.9;
}

.page-shell {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 18px 48px;
}

.scroll-arrow {
  position: fixed;
  top: 34vh;
  z-index: 30;
  width: 34px;
  height: 170px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  filter: drop-shadow(0 0 12px rgba(255, 56, 182, 0.46));
  animation: scrollArrowPulse 1.35s ease-in-out infinite;
}

.scroll-arrow-left {
  left: max(22px, calc((100vw - min(1200px, 100vw)) / 2 - 54px));
}

.scroll-arrow-right {
  right: max(22px, calc((100vw - min(1200px, 100vw)) / 2 - 54px));
}

.scroll-arrow-line {
  position: relative;
  width: 5px;
  height: 138px;
  border-radius: 999px;
  transition: transform 0.28s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 1));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 10px rgba(255, 56, 182, 0.4),
    0 0 22px rgba(255, 56, 182, 0.26);
}

.scroll-arrow.is-up .scroll-arrow-line {
  transform: rotate(180deg);
}

.scroll-arrow-line::before,
.scroll-arrow-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 20px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 1));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 12px rgba(255, 56, 182, 0.5),
    0 0 22px rgba(255, 56, 182, 0.3);
}

.scroll-arrow-line::before {
  transform: translateX(-98%) rotate(46deg);
  transform-origin: center center;
}

.scroll-arrow-line::after {
  transform: translateX(-2%) rotate(-46deg);
  transform-origin: center center;
}

.scroll-arrow:hover {
  filter: drop-shadow(0 0 16px rgba(255, 56, 182, 0.56));
  animation-duration: 1.05s;
}

.scroll-arrow:focus-visible {
  outline: 2px solid rgba(255, 122, 208, 0.95);
  outline-offset: 6px;
}

@keyframes scrollArrowPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.72;
  }

  50% {
    transform: translateY(12px) scale(1.08);
    opacity: 1;
  }
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.brand {
  color: var(--gold);
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.language-switch {
  border: 1px solid rgba(240, 208, 137, 0.35);
  background: rgba(255, 247, 232, 0.08);
  color: #fff7e8;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.poster-layout {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.poster-intro {
  position: sticky;
  top: 16px;
  padding: 28px 24px;
  border-radius: 0;
  border: 1px solid rgba(122, 84, 45, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 247, 226, 0.9), rgba(236, 216, 179, 0.94)),
    repeating-linear-gradient(
      90deg,
      rgba(134, 96, 56, 0.03) 0 8px,
      rgba(255, 244, 220, 0.08) 8px 16px
    );
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 248, 229, 0.88),
    inset 0 0 0 1px rgba(153, 112, 68, 0.12);
}

.eyebrow {
  margin: 0 0 14px;
  color: #7a562b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.lead {
  margin: 0;
  color: rgba(64, 42, 21, 0.9);
  line-height: 1.8;
}

.lead-desktop,
.lead-mobile {
  display: block;
}

.lead-mobile {
  display: none;
}

.countdown-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 249, 231, 0.58), rgba(235, 214, 176, 0.74)),
    rgba(244, 227, 193, 0.8);
  border: 1px solid rgba(137, 99, 55, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 225, 0.85),
    0 16px 28px rgba(72, 46, 22, 0.12);
}

.gallery-card {
  position: relative;
  margin-top: 18px;
  padding: 12px 12px 16px;
  border-radius: 24px;
  border: 1px solid rgba(137, 99, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 249, 231, 0.58), rgba(235, 214, 176, 0.74)),
    rgba(244, 227, 193, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 225, 0.85),
    0 18px 40px rgba(72, 46, 22, 0.14);
  overflow: hidden;
}

.gallery-stage {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  background:
    linear-gradient(rgba(255, 244, 214, 0.06), rgba(255, 244, 214, 0.01)),
    rgba(12, 17, 10, 0.72);
}

.gallery-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-stage:hover img {
  transform: scale(1.03);
  filter: saturate(1.06);
}

.gallery-nav {
  position: absolute;
  top: calc(50% - 18px);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 244, 214, 0.24);
  border-radius: 999px;
  background: rgba(9, 14, 9, 0.55);
  color: #fff6e2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  background: rgba(27, 40, 22, 0.86);
  border-color: rgba(240, 208, 137, 0.4);
  transform: scale(1.05);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-nav span {
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-1px);
}

.gallery-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.gallery-click-hint {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  color: #20140a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 247, 232, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.gallery-dot.is-active {
  background: var(--gold);
  box-shadow:
    0 0 0 3px rgba(240, 208, 137, 0.14),
    0 0 10px rgba(240, 208, 137, 0.18);
  transform: scale(1.08);
}

.countdown-label {
  margin: 0 0 14px;
  color: #6c4922;
  font-weight: 600;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.time-box {
  padding: 14px 10px;
  border-radius: 18px;
  background: rgba(255, 248, 230, 0.56);
  box-shadow: inset 0 0 0 1px rgba(138, 98, 53, 0.1);
  text-align: center;
}

.time-box span {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4b3118;
}

.time-box small {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: rgba(83, 56, 29, 0.72);
  text-transform: uppercase;
}

.poster-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-section {
  margin-top: 34px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 8, 7, 0.82);
  backdrop-filter: blur(10px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 24px;
}

.lightbox-figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-figure img {
  max-width: min(100%, 1080px);
  max-height: calc(100vh - 90px);
  width: auto;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.lightbox-nav,
.lightbox-close {
  border: 1px solid rgba(255, 244, 214, 0.2);
  background: rgba(11, 16, 10, 0.7);
  color: #fff6e2;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-nav {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(30, 42, 24, 0.92);
  transform: scale(1.04);
}

.lightbox-nav span {
  font-size: 2.5rem;
  line-height: 1;
  transform: translateY(-2px);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.story-card {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 30px 28px;
  border-radius: 0;
  border: 1px solid rgba(122, 84, 45, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 247, 226, 0.92), rgba(236, 216, 179, 0.95)),
    repeating-linear-gradient(
      90deg,
      rgba(134, 96, 56, 0.03) 0 8px,
      rgba(255, 244, 220, 0.08) 8px 16px
    );
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 248, 229, 0.88),
    inset 0 0 0 1px rgba(153, 112, 68, 0.12);
}

.story-eyebrow {
  margin: 0 0 10px;
  color: #7a562b;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
}

.story-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #4a2f16;
}

.story-intro {
  max-width: 64ch;
  margin: 14px 0 0;
  color: rgba(64, 42, 21, 0.9);
  line-height: 1.8;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.story-block {
  padding: 18px 18px 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(142, 102, 58, 0.14);
  background: rgba(255, 248, 230, 0.56);
  color: rgba(64, 42, 21, 0.92);
  line-height: 1.75;
  position: relative;
}

.story-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(240, 208, 137, 0.9), rgba(102, 171, 108, 0.9));
}

.poster-form {
  width: min(100%, 760px);
}

.poster-canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 723 / 1024;
  background: url("form-reference.png") center/contain no-repeat;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.35));
}

.poster-text {
  position: absolute;
  left: 10.8%;
  color: #3b2616;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.06rem, 1.85vw, 1.4rem);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 247, 230, 0.55);
  letter-spacing: 0.01em;
  opacity: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.poster-text::selection {
  background: transparent;
  color: inherit;
}

.poster-canvas *::selection {
  background: transparent;
  color: inherit;
}

.text-form-title,
.text-bottom-center {
  font-family: "Cinzel", serif;
}

.poster-input {
  position: absolute;
  border: 0;
  border-bottom: 2px dotted rgba(88, 56, 29, 0.72);
  background: rgba(255, 248, 226, 0.16);
  color: #3b2616;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  font-weight: 600;
  outline: none;
  min-height: 2.15%;
  padding: 1px 7px 2px;
  border-radius: 6px 6px 2px 2px;
  box-shadow: inset 0 0 0 1px rgba(133, 96, 59, 0.14);
}

.poster-input:focus {
  background: rgba(255, 248, 226, 0.28);
  border-bottom-color: rgba(88, 56, 29, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(133, 96, 59, 0.22),
    0 0 0 1px rgba(88, 56, 29, 0.12);
}

.poster-input.input-error {
  background: rgba(193, 52, 37, 0.12);
  box-shadow: inset 0 -2px 0 rgba(193, 52, 37, 0.4);
}

.text-form-title {
  top: 14.2%;
  left: 23.6%;
  width: 53%;
  text-align: center;
  white-space: pre-line;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.7vw, 1.38rem);
  font-weight: 700;
  line-height: 1.04;
}

.text-last-name,
.text-first-name,
.text-city,
.text-phone,
.text-social,
.text-address,
.text-hobby,
.text-referral {
  left: 12.6%;
}

.text-last-name {
  top: 22.55%;
}

.text-first-name {
  top: 26.15%;
}

.text-city {
  top: 29.75%;
}

.text-phone {
  top: 33.35%;
}

.text-optional {
  top: 37.95%;
  left: 12.6%;
  font-size: clamp(1.08rem, 1.95vw, 1.44rem);
}

.text-social {
  top: 41.65%;
}

.text-address {
  top: 45.2%;
}

.text-hobby {
  top: 48.75%;
}

.text-referral {
  top: 52.2%;
}

.text-recommend {
  top: 55.8%;
  left: 27%;
  width: 42%;
  text-align: center;
  font-size: clamp(1rem, 1.56vw, 1.22rem);
}

.text-bottom-left {
  top: 58.15%;
  left: 9.8%;
  width: 17%;
  text-align: center;
  font-size: clamp(1rem, 1.62vw, 1.28rem);
}

.text-bottom-center {
  top: 67.3%;
  left: 36.5%;
  width: 26%;
  text-align: center;
  white-space: pre-line;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.08;
}

.text-bottom-right {
  top: 58.15%;
  left: 74.2%;
  width: 16.5%;
  text-align: center;
  font-size: clamp(1rem, 1.62vw, 1.28rem);
}

.text-footer-left {
  top: 93.05%;
  left: 11.4%;
  width: 26%;
  text-align: center;
  font-size: clamp(1.18rem, 1.92vw, 1.56rem);
}

.text-footer-right {
  top: 93.05%;
  left: 56%;
  width: 25.8%;
  text-align: center;
  font-size: clamp(1.18rem, 1.92vw, 1.56rem);
}

.line-last-name,
.line-first-name,
.line-city,
.line-phone,
.line-social,
.line-address,
.line-hobby,
.line-referral {
  left: 30.6%;
  width: 49.4%;
}

.line-last-name {
  top: 22.1%;
}

.line-first-name {
  top: 25.9%;
}

.line-city {
  top: 29.5%;
}

.line-phone {
  top: 33.15%;
}

.line-social {
  top: 41.35%;
}

.line-address {
  top: 44.9%;
}

.line-hobby {
  top: 48.45%;
}

.line-referral {
  top: 51.9%;
}

.recommend-group {
  position: absolute;
  top: 59.85%;
  left: 26.4%;
  width: 49%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.recommend-option {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #3b2616;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 700;
  white-space: nowrap;
}

.recommend-option input {
  appearance: none;
  width: 17px;
  height: 17px;
  margin: 0;
  border: 2px solid rgba(65, 43, 24, 0.82);
  background: rgba(255, 248, 226, 0.65);
  flex: 0 0 auto;
}

.recommend-option input:checked {
  background:
    linear-gradient(135deg, rgba(87, 56, 27, 0.95), rgba(87, 56, 27, 0.95));
  box-shadow: inset 0 0 0 3px rgba(255, 244, 222, 0.7);
}

.poster-actions {
  text-align: center;
  margin-top: 18px;
}

.submit-button {
  position: relative;
  min-width: min(310px, 84vw);
  border: 1px solid rgba(118, 79, 40, 0.58);
  border-radius: 5px;
  padding: 12px 30px 11px;
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5a3317;
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.28), rgba(255, 245, 214, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(143, 97, 48, 0.06) 0 7px,
      rgba(255, 239, 201, 0.02) 7px 15px
    ),
    linear-gradient(180deg, #f3dca2 0%, #e8c786 38%, #d3a962 72%, #bf8b46 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 223, 0.95),
    inset 0 -2px 0 rgba(111, 73, 35, 0.4),
    inset 0 0 0 2px rgba(255, 234, 188, 0.18),
    0 5px 12px rgba(0, 0, 0, 0.16);
  clip-path: polygon(3% 0, 97% 0, 100% 14%, 100% 86%, 97% 100%, 3% 100%, 0 86%, 0 14%);
}

.submit-button::before,
.submit-button::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 14px;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.34), rgba(255, 245, 214, 0.04) 28%, rgba(114, 76, 38, 0.18) 100%),
    linear-gradient(90deg, rgba(108, 70, 34, 0.26), rgba(255, 244, 219, 0.04));
  box-shadow:
    inset 1px 0 0 rgba(255, 240, 205, 0.35),
    inset -1px 0 0 rgba(101, 66, 31, 0.18);
  pointer-events: none;
}

.submit-button::before {
  left: 10px;
}

.submit-button::after {
  right: 10px;
}

.submit-button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 223, 0.95),
    inset 0 -2px 0 rgba(111, 73, 35, 0.4),
    inset 0 0 0 2px rgba(255, 234, 188, 0.18),
    0 9px 16px rgba(0, 0, 0, 0.2);
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.88;
}

.privacy-note {
  max-width: 42rem;
  margin: 14px auto 0;
  color: rgba(255, 247, 232, 0.76);
  font-size: 0.92rem;
  line-height: 1.6;
}

.form-status {
  min-height: 28px;
  margin: 14px 0 0;
  font-weight: 700;
  text-align: center;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--error);
}

.website-trap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 980px) {
  .scroll-arrow {
    top: auto;
    bottom: 28px;
    width: 28px;
    height: 118px;
  }

  .scroll-arrow-left {
    left: 16px;
  }

  .scroll-arrow-right {
    right: 16px;
  }

  .scroll-arrow-line {
    height: 88px;
  }

  .poster-layout {
    grid-template-columns: 1fr;
  }

  .poster-section {
    order: 1;
  }

  .poster-intro {
    position: static;
    order: 2;
  }

  .lead-desktop {
    display: none;
  }

  .lead-mobile {
    display: block;
  }

  .gallery-stage {
    aspect-ratio: 16 / 10;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .lightbox-dialog {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 72px 16px 24px;
  }

  .lightbox-nav {
    position: absolute;
    top: calc(50% - 29px);
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }
}

@media (max-width: 760px) {
  .scroll-arrow {
    bottom: 16px;
    width: 24px;
    height: 88px;
  }

  .scroll-arrow-line {
    width: 3px;
    height: 64px;
  }

  .scroll-arrow-line::before,
  .scroll-arrow-line::after {
    width: 14px;
    height: 3px;
  }

  .page-shell {
    padding: 18px 10px 36px;
  }

  .topbar {
    margin-bottom: 16px;
  }

  .brand {
    font-size: 1.2rem;
  }

  .poster-form {
    width: 100%;
  }

  .gallery-card {
    padding: 10px 10px 14px;
  }

  .gallery-nav {
    width: 34px;
    height: 34px;
    top: calc(50% - 17px);
  }

  .gallery-prev {
    left: 14px;
  }

  .gallery-next {
    right: 14px;
  }

  .gallery-nav span {
    font-size: 1.45rem;
  }

  .lightbox-nav {
    width: 46px;
    height: 46px;
  }

  .lightbox-nav span {
    font-size: 2rem;
  }

  .lightbox-close {
    width: 42px;
    height: 42px;
    top: 12px;
    right: 12px;
    font-size: 1.7rem;
  }

  .poster-canvas {
    background-size: 100% 100%;
  }

  .recommend-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 4px;
  }

  .recommend-option {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
  }

  .recommend-option input {
    width: 14px;
    height: 14px;
  }

  .poster-input {
    font-size: clamp(0.8rem, 2.2vw, 1rem);
    padding-bottom: 2px;
  }

  .poster-text {
    font-size: clamp(0.76rem, 1.9vw, 0.96rem);
  }

  .text-form-title {
    font-size: clamp(0.76rem, 1.88vw, 0.96rem);
  }

  .text-recommend {
    font-size: clamp(0.66rem, 1.65vw, 0.82rem);
  }

  .text-bottom-left,
  .text-bottom-right,
  .text-footer-left,
  .text-footer-right {
    font-size: clamp(0.58rem, 1.45vw, 0.74rem);
  }

  .text-bottom-center {
    font-size: clamp(0.5rem, 1.3vw, 0.66rem);
  }

  .recommend-option {
    font-size: clamp(0.5rem, 1.2vw, 0.62rem);
  }
}
