@font-face {
  font-family: "Manrope";
  src: url("/src/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("/src/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
  font-family: "Unbounded";
  src: url("/src/fonts/Unbounded.woff") format("woff");
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}

:root {
  color-scheme: light;
  --sk-background: #f7f9f8;
  --sk-panel: #ffffff;
  --sk-orange: #ff9900;
  --sk-amber-soft: #fff3de;
  --sk-amber-line: #edd9b8;
  --sk-sage: #93ada2;
  --sk-ink: #092121;
  --sk-accent-text: #526661;
  --sk-text: #0e3131;
  --sk-muted: #526661;
  --sk-line: #d7e1de;
  --website-navigation-background: var(--sk-panel);
  --website-navigation-color: var(--sk-text);
  --website-navigation-border: var(--sk-line);
  --website-navigation-active-background: var(--sk-panel);
  --website-navigation-width: 1280px;
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--sk-background); color: var(--sk-text); }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
::selection { background: var(--sk-orange); color: var(--sk-ink); }
:focus-visible { outline: 3px solid var(--sk-ink); outline-offset: 6px; }
[id] { scroll-margin-top: 32px; }

.sk-wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}

.c-site-navigation__bar {
  max-width: 1280px;
  width: calc(100% - 96px);
  min-height: 108px;
  padding-inline: 0;
  gap: 28px;
}

.c-site-navigation__brand { display: block; flex-shrink: 0; }
.c-site-navigation__brand span {
  display: block;
  color: var(--sk-text);
  font-family: "Unbounded", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.4;
}
.c-site-navigation__brand small { display: block; margin-top: 6px; color: var(--sk-accent-text); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase; }
.c-site-navigation__links { gap: 14px; }
.c-site-navigation__link { padding: 12px 8px; border-radius: 0; font-size: 13px; font-weight: 600; }
.c-site-navigation__link:hover { background: none; color: var(--sk-accent-text); }
.c-site-navigation__link[aria-current="page"] { background: none; color: var(--sk-accent-text); }
.c-site-navigation__link:last-child {
  padding: 14px 22px;
  margin-left: 12px;
  border-radius: 6px;
  background: var(--sk-text);
  color: #ffffff;
  font-weight: 800;
}
.c-site-navigation__link:last-child:hover { background: #174a43; }
.c-site-navigation__toggle { border-color: var(--sk-line); border-radius: 6px; font-size: 13px; }
.c-site-skip-link { border-radius: 0; }

.sk-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--sk-accent-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-transform: uppercase;
}
.sk-kicker::before { content: ""; display: block; width: 25px; height: 2px; flex-shrink: 0; background: var(--sk-orange); }
.sk-dot { display: inline-block; width: 6px; height: 6px; flex-shrink: 0; background: var(--sk-orange); border-radius: 50%; }
.sk-kicker:has(.sk-dot)::before { display: none; }
.sk-accent { color: var(--sk-text); text-decoration: underline; text-decoration-color: #d6e4db; text-decoration-thickness: 0.06em; text-underline-offset: 0.13em; text-decoration-skip-ink: none; }
.sk-hero__title .sk-accent { text-decoration-color: var(--sk-orange); }
.sk-text-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 26px; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }
.sk-text-link:hover { color: var(--sk-accent-text); }
.sk-text-link span { color: var(--sk-accent-text); font-size: 20px; }
.sk-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  min-height: 56px;
  padding: 17px 25px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.sk-button--primary { background: var(--sk-orange); color: var(--sk-ink); }
.sk-button--primary:hover { background: #ffac2e; }
.sk-button--quiet { border-color: var(--sk-line); }
.sk-button--quiet:hover { border-color: var(--sk-muted); background: var(--sk-panel); }
.sk-button span[aria-hidden] { font-size: 20px; font-weight: 500; line-height: 1; }

.sk-hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 72px;
  gap: 38px;
}
.sk-hero__copy { padding-block: 16px; min-width: 0; }
.sk-hero__title {
  margin-top: 27px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(40px, 5.2vw, 74px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.14;
}
.sk-hero__title em { color: var(--sk-accent-text); font-style: normal; }
.sk-hero__title > span { display: block; }
.sk-hero__lead { max-width: 430px; margin-top: 27px; color: var(--sk-muted); font-size: 16px; line-height: 1.85; }
.sk-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.sk-hero__visual { position: relative; min-width: 0; align-self: stretch; margin-top: 17px; margin-bottom: 3px; }
.sk-hero__photo { width: 100%; height: 100%; min-height: 550px; }
.sk-hero__photo > img { width: 100%; height: 100%; min-height: 550px; border-radius: 10px; object-fit: cover; object-position: 48% center; }
.sk-hero__file { position: absolute; top: -20px; left: 0; color: var(--sk-muted); font-size: 8px; font-weight: 600; letter-spacing: 0.16em; line-height: 1.5; }
.sk-hero__cross { position: absolute; left: -14px; bottom: -17px; color: var(--sk-orange); font-size: 34px; font-weight: 300; line-height: 1; }
.sk-hero__photo-note {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: fit-content;
  padding: 12px 17px;
  border-left: 3px solid var(--sk-orange);
  border-radius: 4px;
  background: var(--sk-panel);
  color: var(--sk-text);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sk-hero__photo-note span { color: var(--sk-accent-text); }
.sk-hero__stamp {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: -15px;
  display: flex;
  width: 119px;
  height: 119px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border: 2px solid var(--sk-amber-line);
  border-radius: 50%;
  background: #fffaf0;
  color: var(--sk-text);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: rotate(8deg);
}
.sk-hero__stamp strong { margin-block: 7px; font-family: "Unbounded", sans-serif; font-size: 15px; line-height: 1.3; letter-spacing: -0.05em; }
.sk-hero__index { margin-top: 36px; color: var(--sk-muted); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.sk-hero__index span { color: var(--sk-orange); }

.sk-ticker {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 17px 24px;
  overflow: hidden;
  border-block: 1px solid var(--sk-amber-line);
  background: var(--sk-amber-soft);
  color: var(--sk-text);
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-transform: uppercase;
}
.sk-ticker span { flex-shrink: 0; }
.sk-ticker i { font-size: 20px; font-style: normal; line-height: 1; }
.sk-ticker > .sk-wrap { display: flex; width: min(1280px, 100%); align-items: center; justify-content: space-between; gap: 28px; }
.sk-ticker span[aria-hidden] { color: #bf8641; font-size: 23px; }

.sk-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 40px; }
.sk-section-heading h2,
.sk-next__intro h2,
.sk-closing h2,
.sk-gallery-header h1,
.sk-faq h2,
.sk-notfound h1 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.sk-section-heading .sk-kicker + h2,
.sk-next__intro .sk-kicker + h2 { margin-top: 20px; }
.sk-section-heading > p { max-width: 310px; color: var(--sk-muted); font-size: 14px; line-height: 1.8; }
.sk-section-heading > a { flex-shrink: 0; color: var(--sk-text); font-size: 13px; font-weight: 700; text-underline-offset: 6px; }
.sk-section-heading > a:hover { color: var(--sk-accent-text); }

.sk-next { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; padding-block: 112px; align-items: center; }
.sk-next__intro > p:not(.sk-kicker) { margin-top: 24px; max-width: 340px; color: var(--sk-muted); font-size: 15px; line-height: 1.85; }
.sk-ticket { position: relative; padding: 30px 34px; border: 1px solid var(--sk-line); border-radius: 10px; background: var(--sk-panel); box-shadow: 0 10px 32px rgb(14 49 49 / 4%); }
.sk-ticket::before { content: ""; position: absolute; top: -1px; left: -1px; width: 72px; height: 3px; background: var(--sk-orange); }
.sk-ticket__top { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 25px; border-bottom: 1px dashed var(--sk-line); color: var(--sk-muted); font-size: 10px; font-weight: 700; line-height: 1.6; letter-spacing: 0.11em; text-transform: uppercase; }
.sk-ticket__status { display: inline-flex; align-items: center; gap: 8px; color: var(--sk-accent-text); }
.sk-ticket__body { display: flex; align-items: center; gap: 25px; padding-block: 27px; }
.sk-ticket__number { color: var(--sk-sage); font-family: "Unbounded", sans-serif; font-size: 100px; font-weight: 500; line-height: 1; }
.sk-ticket__body .sk-kicker { margin-top: 0; margin-bottom: 13px; color: var(--sk-accent-text); font-size: 9px; }
.sk-ticket__body .sk-kicker::before { display: none; }
.sk-ticket__body h3 { font-family: "Unbounded", sans-serif; font-size: clamp(22px, 2.5vw, 32px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.4; }
.sk-ticket__body p { margin-top: 16px; color: var(--sk-muted); font-size: 14px; line-height: 1.8; }
.sk-ticket__bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 25px; border-top: 1px dashed var(--sk-line); }
.sk-ticket__bottom > span,
.sk-ticket__bottom > p { max-width: 200px; color: var(--sk-muted); font-size: 11px; line-height: 1.8; }
.sk-ticket__bottom .sk-button { flex-shrink: 0; }
.sk-ticket__bottom > a { font-size: 11px; font-weight: 700; text-decoration: none; }
.sk-ticket__bottom > a:hover { color: var(--sk-accent-text); }
.sk-ticket__bottom > a span { margin-left: 8px; color: var(--sk-accent-text); }

.sk-how { padding-top: 64px; padding-bottom: 104px; border-top: 1px solid var(--sk-line); }
.sk-how__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 44px; }
.sk-step { padding: 10px 38px 0; border-left: 1px solid var(--sk-line); }
.sk-step:first-child { padding-left: 0; border-left: 0; }
.sk-step:last-child { padding-right: 0; }
.sk-step > span,
.sk-step > b { display: block; margin-bottom: 28px; color: var(--sk-accent-text); font-family: "Unbounded", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.02em; }
.sk-step h3 { font-family: "Unbounded", sans-serif; font-size: 18px; font-weight: 500; letter-spacing: -0.04em; line-height: 1.5; }
.sk-step p { margin-top: 15px; color: var(--sk-muted); font-size: 14px; line-height: 1.85; }

.sk-atmosphere { padding-block: 96px; border-top: 1px solid var(--sk-line); }
.sk-atmosphere__grid { display: grid; grid-template-columns: 1.36fr 1fr 1fr; gap: 18px; align-items: start; }
.sk-photo { position: relative; min-width: 0; }
.sk-photo > a { position: relative; display: block; overflow: hidden; border-radius: 8px; }
.sk-photo img { width: 100%; height: 310px; object-fit: cover; }
.sk-photo__expand { position: absolute; bottom: 12px; right: 12px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 4px; background: var(--sk-background); color: var(--sk-text); font-size: 20px; transition: background 160ms ease, color 160ms ease; }
.sk-photo > a:hover .sk-photo__expand { background: var(--sk-orange); color: var(--sk-ink); }
.sk-photo--wide img { height: 390px; }
.sk-photo:nth-child(3) { padding-top: 65px; }
.sk-photo figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 15px; color: var(--sk-muted); font-size: 10px; font-weight: 600; line-height: 1.7; letter-spacing: 0.06em; text-transform: uppercase; }
.sk-photo figcaption span { color: var(--sk-accent-text); }
.sk-photo-archive { margin-top: 29px; color: var(--sk-muted); font-size: 10px; line-height: 1.8; }

.sk-faq { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 80px; padding-top: 74px; padding-bottom: 112px; border-top: 1px solid var(--sk-line); }
.sk-faq h2 { margin-top: 22px; }
.sk-faq__mark { display: block; width: fit-content; margin-top: 28px; color: var(--sk-sage); font-family: "Unbounded", sans-serif; font-size: 95px; font-weight: 500; line-height: 1; transform: rotate(-10deg); }
.sk-faq details { padding-block: 25px; border-top: 1px solid var(--sk-line); }
.sk-faq details:last-child { border-bottom: 1px solid var(--sk-line); }
.sk-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 32px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 600; line-height: 1.6; }
.sk-faq summary::-webkit-details-marker { display: none; }
.sk-faq summary > span { flex-shrink: 0; color: var(--sk-accent-text); font-size: 30px; font-weight: 400; line-height: 1; }
.sk-faq details[open] summary > span { transform: rotate(45deg); }
.sk-faq details > p { max-width: 720px; padding-top: 18px; padding-right: 40px; color: var(--sk-muted); font-size: 15px; line-height: 1.85; }

.sk-closing { padding-block: 78px; overflow: hidden; background: #edf3f0; border-top: 1px solid var(--sk-line); }
.sk-closing > .sk-wrap { position: relative; }
.sk-closing .sk-kicker { margin-bottom: 22px; }
.sk-closing h2 { max-width: 860px; padding-right: 170px; }
.sk-closing p:not(.sk-kicker) { margin-top: 20px; max-width: 520px; color: var(--sk-muted); font-size: 15px; line-height: 1.8; }
.sk-closing .sk-button { margin-top: 28px; background: var(--sk-text); color: #ffffff; }
.sk-closing .sk-button:hover { background: #174a43; }
.sk-closing__mark { position: absolute; top: 5px; right: 5px; color: var(--sk-sage); font-size: 220px; line-height: 1; transform: rotate(10deg); }

.sk-footer { background: var(--sk-panel); border-top: 1px solid var(--sk-line); }
.sk-footer > .sk-wrap { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 30px; padding-block: 28px; }
.sk-footer p { color: var(--sk-muted); font-size: 11px; line-height: 1.8; }
.sk-footer a { font-size: 12px; font-weight: 600; text-decoration: none; }
.sk-footer a:hover { color: var(--sk-accent-text); }
.sk-footer img { width: 100px; height: 50px; object-fit: contain; }
.sk-footer > .sk-wrap > div { display: flex; align-items: center; gap: 30px; }
.sk-footer__brand { display: block; }
.sk-footer__brand > span { font-family: "Unbounded", sans-serif; font-size: 21px; font-weight: 600; letter-spacing: -0.055em; }
.sk-footer__brand small { display: block; margin-top: 8px; color: var(--sk-accent-text); font-family: "Manrope", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase; }
.sk-footer > .sk-wrap > .sk-footer__franchise { gap: 12px; color: var(--sk-muted); font-size: 10px; }
.sk-footer__franchise img { width: 88px; height: 44px; }
.sk-footer__back span { margin-left: 28px; color: var(--sk-accent-text); }
.sk-footer > .sk-footer__bottom { min-height: 64px; padding-block: 22px; border-top: 1px solid var(--sk-line); color: var(--sk-muted); font-size: 10px; }
.sk-footer__bottom a { font-size: 10px; font-weight: 400; }

.sk-gallery-header { padding-top: 76px; padding-bottom: 58px; }
.sk-gallery-header > .sk-text-link { margin-top: 0; margin-bottom: 36px; }
.sk-gallery-header h1 { max-width: 960px; margin-top: 28px; font-size: clamp(34px, 5vw, 66px); }
.sk-gallery-header > p:not(.sk-kicker) { max-width: 530px; margin-top: 25px; color: var(--sk-muted); font-size: 16px; line-height: 1.85; }
.sk-gallery { padding-bottom: 104px; }
.sk-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; align-items: start; }
.sk-gallery__grid .sk-photo { padding-top: 0; }
.sk-gallery__grid .sk-photo img { height: auto; }
.sk-gallery__grid .sk-photo:nth-child(even) { margin-top: 64px; }
.sk-gallery__grid .sk-photo--wide { grid-column: 1 / -1; }
.sk-gallery__closing { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 76px; padding-top: 50px; border-top: 1px solid var(--sk-line); }
.sk-gallery__closing h2 { max-width: 600px; font-family: "Unbounded", sans-serif; font-size: clamp(24px, 3vw, 34px); font-weight: 500; line-height: 1.45; letter-spacing: -0.05em; }
.sk-gallery__closing .sk-button { flex-shrink: 0; }
.sk-notfound { min-height: 60vh; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 30px; padding-block: 80px; }
.sk-notfound p { color: var(--sk-muted); line-height: 1.8; }

.sk-lightbox { max-width: min(1200px, 96vw); max-height: 94dvh; padding: 54px 20px 20px; border: 1px solid var(--sk-line); background: var(--sk-background); color: var(--sk-text); }
.sk-lightbox::backdrop { background: rgb(14 49 49 / 26%); }
.sk-lightbox figure img { max-width: 100%; max-height: calc(94dvh - 122px); margin-inline: auto; object-fit: contain; }
.sk-lightbox figure figcaption { margin-top: 15px; font-size: 12px; line-height: 1.6; text-align: center; }
.sk-lightbox__close { position: absolute; top: 10px; right: 15px; display: flex; align-items: center; gap: 18px; min-height: 36px; padding: 5px 10px; border: 0; background: transparent; color: var(--sk-text); font-size: 12px; cursor: pointer; }
.sk-lightbox__close span { color: var(--sk-accent-text); font-size: 28px; line-height: 1; }

@media (min-width: 1500px) {
  .sk-hero { gap: 64px; }
}

@media (max-width: 1100px) {
  .sk-wrap, .c-site-navigation__bar { width: calc(100% - 64px); }
  .c-site-navigation__brand span { font-size: 18px; }
  .c-site-navigation__links { gap: 8px; }
  .sk-hero { gap: 26px; padding-block: 48px; }
  .sk-hero__title { font-size: clamp(40px, 5.1vw, 62px); }
  .sk-hero__photo, .sk-hero__photo > img { min-height: 530px; }
  .sk-hero__actions { gap: 10px; }
  .sk-hero__actions .sk-button { padding-inline: 18px; gap: 16px; }
  .sk-next { gap: 48px; }
  .sk-ticket { padding-inline: 26px; }
  .sk-ticket__bottom { align-items: start; flex-direction: column; }
  .sk-ticket__bottom > p, .sk-ticket__bottom > span { max-width: none; }
  .sk-step { padding-inline: 26px; }
  .sk-ticker { gap: 24px; font-size: 10px; }
  .sk-atmosphere__grid { gap: 14px; }
  .sk-photo img { height: 265px; }
  .sk-photo--wide img { height: 335px; }
}

@media (max-width: 800px) {
  .sk-hero { grid-template-columns: 1fr 0.85fr; gap: 22px; }
  .sk-hero__title { font-size: 41px; }
  .sk-hero__lead { font-size: 14px; }
  .sk-hero__stamp { width: 96px; height: 96px; right: -10px; font-size: 8px; }
  .sk-hero__stamp strong { font-size: 12px; }
  .sk-hero__photo-note { font-size: 8px; padding: 10px; gap: 8px; }
  .sk-next { gap: 35px; padding-block: 82px; }
  .sk-ticket { padding: 25px; }
  .sk-ticket__top { align-items: start; flex-direction: column; gap: 9px; }
  .sk-section-heading { gap: 24px; }
  .sk-section-heading > p { max-width: 240px; font-size: 13px; }
  .sk-how { padding-bottom: 80px; }
  .sk-step { padding-inline: 20px; }
  .sk-step h3 { font-size: 16px; }
  .sk-step p { font-size: 13px; }
  .sk-atmosphere { padding-block: 76px; }
  .sk-atmosphere__grid { grid-template-columns: 1fr 1fr; }
  .sk-atmosphere__grid .sk-photo:first-child { grid-column: 1 / -1; }
  .sk-atmosphere__grid .sk-photo:last-child { padding-top: 34px; }
  .sk-faq { gap: 35px; padding-top: 65px; padding-bottom: 76px; }
  .sk-faq summary { font-size: 15px; }
  .sk-closing { padding-block: 65px; }
  .sk-closing__mark { top: 30px; font-size: 150px; }
}

@media (max-width: 48rem) {
  .c-site-navigation__bar { min-height: 86px; gap: 14px; padding-block: 13px; }
  .c-site-navigation__brand span { font-size: 19px; }
  .c-site-navigation__brand small { font-size: 9px; }
  .c-site-navigation__links { gap: 4px; padding-top: 12px; padding-bottom: 4px; }
  .c-site-navigation__link { padding: 13px 12px; }
  .c-site-navigation__link:last-child { margin: 5px 0 0; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 20px; }
  .sk-wrap, .c-site-navigation__bar { width: calc(100% - 40px); }
  .sk-hero { display: flex; flex-direction: column; align-items: stretch; gap: 34px; padding-top: 36px; padding-bottom: 36px; }
  .sk-hero__copy { padding: 0; }
  .sk-kicker { font-size: 9px; gap: 9px; letter-spacing: 0.12em; }
  .sk-kicker::before { width: 18px; }
  .sk-hero__title { margin-top: 23px; max-width: 480px; font-size: clamp(36px, 9.9vw, 57px); line-height: 1.19; letter-spacing: -0.055em; }
  .sk-hero__lead { max-width: 420px; margin-top: 22px; font-size: 14px; line-height: 1.85; }
  .sk-hero__actions { display: grid; grid-template-columns: 1.15fr 1fr; margin-top: 25px; gap: 10px; }
  .sk-hero__actions .sk-button { gap: 14px; padding: 15px 12px; font-size: 11px; min-height: 52px; }
  .sk-hero__index { margin-top: 24px; font-size: 8px; line-height: 1.8; letter-spacing: 0.09em; }
  .sk-hero__visual { margin-top: 12px; margin-bottom: 0; }
  .sk-hero__photo, .sk-hero__photo > img { min-height: 0; height: 370px; object-position: 50% center; }
  .sk-hero__stamp { top: 18px; right: 10px; width: 88px; height: 88px; padding: 10px; font-size: 8px; }
  .sk-hero__stamp strong { font-size: 11px; margin-block: 4px; }
  .sk-hero__photo-note { left: 12px; bottom: 12px; right: 12px; font-size: 8px; }
  .sk-ticker { justify-content: flex-start; min-height: 48px; gap: 19px; padding: 14px 20px; font-size: 9px; }
  .sk-ticker i { font-size: 16px; }
  .sk-ticker > .sk-wrap { width: auto; margin-left: 0; gap: 20px; }
  .sk-ticker span[aria-hidden] { font-size: 18px; }
  .sk-next { grid-template-columns: 1fr; gap: 30px; padding-block: 68px; }
  .sk-next__intro > p:not(.sk-kicker) { max-width: 450px; margin-top: 19px; font-size: 14px; }
  .sk-section-heading h2, .sk-next__intro h2, .sk-closing h2, .sk-faq h2 { font-size: 28px; line-height: 1.35; }
  .sk-ticket { padding: 25px 23px; }
  .sk-ticket__top { flex-direction: row; align-items: center; gap: 10px; font-size: 8px; padding-bottom: 20px; }
  .sk-ticket__body { padding-block: 22px; }
  .sk-ticket__number { font-size: 75px; }
  .sk-ticket__body h3 { font-size: 24px; }
  .sk-ticket__body p { font-size: 13px; }
  .sk-ticket__bottom { padding-top: 20px; gap: 17px; }
  .sk-ticket__bottom .sk-button { width: 100%; justify-content: space-between; }
  .sk-how { padding-top: 48px; padding-bottom: 66px; }
  .sk-section-heading { align-items: start; flex-direction: column; margin-bottom: 28px; gap: 20px; }
  .sk-section-heading > p { max-width: 430px; font-size: 14px; }
  .sk-section-heading > a { font-size: 12px; }
  .sk-how__steps { grid-template-columns: 1fr; margin-top: 30px; gap: 0; }
  .sk-step, .sk-step:first-child, .sk-step:last-child { position: relative; padding: 25px 0 25px 52px; border-left: 0; border-top: 1px solid var(--sk-line); }
  .sk-step > span, .sk-step > b { position: absolute; left: 0; top: 28px; margin: 0; font-size: 11px; }
  .sk-step h3 { font-size: 18px; }
  .sk-step p { margin-top: 10px; font-size: 14px; }
  .sk-atmosphere { padding-block: 64px; }
  .sk-atmosphere__grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
  .sk-atmosphere__grid .sk-photo:first-child { grid-column: 1 / -1; }
  .sk-atmosphere__grid .sk-photo:last-child { display: block; padding-top: 34px; }
  .sk-photo img { height: 185px; }
  .sk-photo--wide img { height: 300px; }
  .sk-photo figcaption { flex-wrap: wrap; gap: 3px 10px; padding-top: 11px; font-size: 8px; letter-spacing: 0.03em; }
  .sk-faq { grid-template-columns: 1fr; gap: 28px; padding-top: 54px; padding-bottom: 64px; }
  .sk-faq > header { position: relative; }
  .sk-faq__mark { position: absolute; right: 12px; top: 22px; margin: 0; font-size: 70px; }
  .sk-faq details { padding-block: 20px; }
  .sk-faq summary { gap: 20px; font-size: 15px; }
  .sk-faq summary > span { font-size: 26px; }
  .sk-faq details > p { padding-right: 20px; padding-top: 14px; font-size: 13px; }
  .sk-closing { padding-block: 54px; }
  .sk-closing .sk-kicker { margin-bottom: 18px; }
  .sk-closing h2 { position: relative; z-index: 1; padding-right: 0; font-size: 25px; }
  .sk-closing p:not(.sk-kicker) { font-size: 14px; }
  .sk-closing .sk-button { position: relative; z-index: 1; margin-top: 24px; padding-inline: 18px; gap: 20px; }
  .sk-closing__mark { top: auto; bottom: -44px; right: -40px; font-size: 130px; opacity: 0.3; }
  .sk-footer > .sk-wrap { flex-wrap: wrap; justify-content: flex-start; gap: 20px 35px; padding-block: 28px; }
  .sk-footer > .sk-wrap > div { gap: 20px; flex-wrap: wrap; }
  .sk-footer p { font-size: 10px; }
  .sk-footer > .sk-footer__top { flex-wrap: wrap; justify-content: space-between; gap: 20px 16px; }
  .sk-footer__brand > span { font-size: 18px; }
  .sk-footer__brand small { font-size: 9px; }
  .sk-footer > .sk-wrap > .sk-footer__franchise { order: 3; flex-basis: 100%; padding-top: 14px; border-top: 1px solid var(--sk-line); }
  .sk-footer__back { font-size: 10px !important; }
  .sk-footer__back span { margin-left: 6px; }
  .sk-footer > .sk-footer__bottom { gap: 12px 24px; }
  .sk-footer__bottom > span:last-child { display: none; }
  .sk-gallery-header { padding-top: 46px; padding-bottom: 34px; }
  .sk-gallery-header h1 { margin-top: 23px; font-size: 34px; }
  .sk-gallery-header > p:not(.sk-kicker) { margin-top: 21px; font-size: 14px; }
  .sk-gallery { padding-bottom: 65px; }
  .sk-gallery__grid { grid-template-columns: 1fr; gap: 28px; }
  .sk-gallery__grid .sk-photo:nth-child(even) { margin-top: 0; }
  .sk-gallery__closing { margin-top: 50px; padding-top: 35px; align-items: start; flex-direction: column; gap: 24px; }
  .sk-lightbox { max-width: calc(100vw - 20px); padding-inline: 10px; }
  .sk-notfound { min-height: 62vh; gap: 24px; padding-block: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
